@font-face{
	font-family: Raleway-Regular;
	src:url("../fonts/Raleway-Regular.ttf");
}
.header-section{
    border-bottom: 1px solid #dedede;
    padding: 10px;}
.header-section h3{
	    font-family: Raleway-Regular;
    color: #fff;
}
.header-section a{
    color: #000;
    font-family: sans-serif;
    padding-right: 11px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
}
.header-section .fa{
    color: #000000;
    margin-right: 0px;
}
.header-inner{
   float: right;
    margin-top: 60px;
}
.icon-head{
	    margin-top: 14px;
          margin-top: 33px;
}
.nav-item a{
font-family: Raleway-Regular;
    color:black!important;
    font-size: 14px;
    padding-right: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
word-spacing: 3px;
}
.padding-section{
    padding: 40px;
}
.about h2{
font-size: 38px;
font-family: Raleway-Regular;
font-weight: 600;
}
.about p{
    font-size: 17px;
        line-height: 36px;
}
.about span{
    color: #90db14;
}   
.tab-inner span{
  color: #000;
}
.header-top-bar {
    position: fixed;
    top: 0px;
    background: #72335e;
    width: 100%;
    z-index: 99;
}
.line:before{
content: '';
    border: 1px solid #90db14;
    width: 169px;
    /* height: 50%; */
    position: absolute;
    /* margin-left: -57px; */
    left: 35%;
    top: 77%;
}
.line:after{
    content: '';
    border: 1px solid #90db14;
    width: 169px;
    /* height: 50%; */
    position: absolute;
    /* margin-left: -57px; */
    right: 35%;
    top: 77%;
}
.service{
    background-color: #e9ecef;
}
.dez-about{
       padding: 20px;
}
.service h2{
	    font-size: 38px;
    font-family: Raleway-Regular;
    font-weight: 600;
    color: #fff;
}
.service span{
    color: #434f72;
    }
.service h3{
 font-family: Raleway-Regular;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    color: #3a3a3a;
    text-transform: capitalize;
}
.service .item{
        padding: 6px;
}
.service .item img{
    border: 2px solid #e6e2ea;
     transition: 0.3s;
}
.service .item img:hover{
     margin-top: -18px;
}
.contact-section{
    background-image: url(../img/bg-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-section h2{
        font-family: Raleway-Regular;
    color: #ffffff;
       margin-bottom: 20px;
    font-weight: 600;
}
.contact-section .btn{
      width: 100%;
    background-color: #90db14;
    color: #3a3a3a;
    font-weight: 600;
    font-family: Raleway-Regular;
}
.contact-section .btn:before{
  content: '';
    border-bottom: 27px solid transparent;
    border-left: 20px solid #90db14;
    position: absolute;
    right: -2px;
    bottom: 10px;
    transition: all 0.5s;
}
.contact-section .btn:after{
    content: '';
    border-top: 27px solid transparent;
    border-left: 20px solid #90db14;
    position: absolute;
    right: -2px;
    bottom: 1px;
    transition: all 0.5s;
}
.appointment-inner{
        padding: 20px;
    top: 6%;
}
.appointment-inner .form-control{
        border-radius: 5px;
    height: 47px;
        margin-top: 13px;
}
.appointment-inner textarea{
        height: 133px !important;
}
.contact{
       background-color: #434f72;
    color: #fff;
    font-size: 38px;
    height: 184px;
        line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
        padding-top: 40px;
    box-shadow: 0 6px 7px -2px #000000;
      transition: 0.3s;
}
.contact-detal{
    padding: 20px;
}
.contact-detal b{
        font-size: 14px;
}
.contact .fa{
    position: absolute;
    top: 0%;
    background-color: #17a2b8;
    color: #000;
    padding: 10px;
    /* border-radius: 50%; */
    left: 40%;
    width: 20%;
    height: 21%;
    border-radius: 60%;
    font-size: 30px;
    transition: 0.3s;
}
.contact:hover{
        background-color: #dc3545;
    color: #000;
}
.contact:hover p{
    color: #000;
    font-weight: 600;
}
.contact:hover a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.contact:hover .fa{
    top: -10px;
}
.contact h3{
    font-family: Raleway-Regular;
    color: #17a2b8;
    font-size: 25px;
}
.contact p{
             font-size: 15px;
    color: #fff;
    line-height: -4px;
    font-family: Raleway-Regular;
}
.contact a{
            font-size: 17px;
    color: #fff;
    line-height: -4px;
    font-family: Raleway-Regular;
}
.bottom{
    background-color: #000000;
    padding-top: 12px;
}
.bottom p{
        font-family: Raleway-Regular;
    font-weight: 600;
    color: #fff
}
.bottom a{
     color: #fff;
         padding-top: 19px;
}
.gallery{
          background: #e9ecef;
}
.gallery h2{
        font-size: 38px;
    font-family: Raleway-Regular;
    font-weight: 600;
    color: #000;
}
.gallery span{
    color: #90db14;
}
.gallery-img{
        margin-top: 19px;
    /* width: 100%; */
    border: 2px solid #90db14;
    transition: transform .4s;
}
.gallery-img:hover{
 transform: scale(1.1);
}
.gallery .line:before {
    content: '';
    border: 1px solid #90db14;
    width: 169px;
    /* height: 50%; */
    position: absolute;
    /* margin-left: -57px; */
    left: 33%;
    top: 77%;
}
.gallery .line:after {
    content: '';
    border: 1px solid #90db14;
    width: 169px;
    /* height: 50%; */
    position: absolute;
    /* margin-left: -57px; */
    right: 33%;
    top: 77%;
}
.navbar-toggler{
        background-color: #e6ea40 !important;

}
.icon-service{
    background-color: #90db14;
    position: absolute;
    top: -13%;
    left: 38%;
      padding: 15px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
       transition: 1s;
}
.service-section h2{
    font-size: 38px;
    font-family: Raleway-Regular;
    font-weight: 600;
    margin-bottom: 100px;
}
.service-section{
        background-color: #e9ecef;
    padding: 20px;
}
.service-block{
        background-color: #fff;
    font-family: Raleway-Regular;
    padding: 20px;
    transition: 0.2s;
    margin-bottom: 80px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
            max-height: 415px;
}
.service-block h3{
    font-weight: 600;
    font-size: 18px;
    padding-top: 36px;
}
.service-block p{
        font-size: 15px;
    line-height: 27px;
    padding: 13px;
}
.service-block:hover{
    background-color: #90db14;
    color: #fff;
}
.service-block:hover .icon-service{
    background-color: #000000;
      transform: rotate(180deg);
} 
.caption h2 {
      position: absolute;
    /* z-index: 9999; */
    left: 33%;
    color: #fff;
    top: 40%;
    font-family: GlacialIndifference-Regular;
    font-size: 52px;
    font-weight: 600;
    color: #ffffff;
}
.caption-2 h2{
   position: absolute;
    /* z-index: 9999; */
    left: 36%;
    color: #fff;
    top: 42%;
    font-family: GlacialIndifference-Regular;
    font-size: 52px;
    font-weight: 600;
    color: #1e1f1f;
}
.caption h3 {
      position: absolute;
    /* z-index: 9999; */
    left: 28%;
    color: #fff;
    top: 53%;
    /* font-family: GlacialIndifference-Regular; */
    font-size: 24px;
    /* font-weight: 600; */
    color: #e6e6e6;
    word-spacing: 8px;
    line-height: 33px;
}
.gallery h6{
        font-family: Raleway-Regular;
    color: #17669e;
    margin-top: 10px;
}
footer a:hover{
    color: #fff;
}
footer{
        background-color: #90db14;
    padding: 30px;
    color: #000;
    font-family: Raleway-Regular;
    font-weight: 600;
}
footer ul{
     margin-left: -37px;
}
footer p{
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}
footer ul li{
    list-style: none;
}
footer a{
        color: #000;
            font-size: 14px;
}
footer .fa{
    margin-right: 5px;  
}
footer h2{
        font-size: 1.5rem;
    margin-bottom: 15px;
}
.bottom .fa{
        margin-left: 10px;
}
.contact-1{
        margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .about h2::before{
        display: none;
    }
    .about{
    padding: 16px;
    }
    .about p{
        padding: 0px;
            font-size: 15px;
    }
    .appointment-inner{
        position: relative;
    }
    .contact-section {
        padding-bottom: 20px;
}

.navbar-nav{
    background-color: #7b973d;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.navbar{
    padding: 0px;
}
.navbar-nav li{
    border-bottom: 1px solid #e4e4e4;
    padding: 5px;
}
.navbar-nav li a{
    color: #ffff !important;
}
.online-book{
      width: 7.5% !important;
}
}
.service-block ul,.service-section ul{
    list-style: none;
}
.about a,.service-section a{
        background: #90db14;
    padding: 14px;
    border-radius: 33px;
        font-family: Raleway-Regular;
}
.about a:hover,.service-section a:hover{
    background: #000;
    text-decoration: none;
}
#testimonial4 {
  overflow: hidden;
  min-height: 375px;
  position: relative;
    background: #e1e1e1;
        font-family: Raleway-Regular !important;
}

#testimonial4 .carousel-inner {
  width: 75%;
  margin: auto;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  color: #fff;
    background: #7d9a2f;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
    color: #90db14;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
    color: #1b1919;
    font-size: 19px;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #7d9a2f;
  font-size: 24px;
  font-weight: bold;
}
.testimonial-section .fa-quote-left{
        font-size: 39px;
    color: #060707;
}
.contact-section .contact-1 a{
    font-size: 17px;
    font-weight: 600;
}
@keyframes blink {
    0% { box-shadow: 0 0 15px green; }
    50% { box-shadow: none; }
    100% { box-shadow: 0 0 15px green; }
}

@-webkit-keyframes blink {
    0% { box-shadow: 0 0 15px green; }
    50% { box-shadow: 0 0 0; }
    100% { box-shadow: 0 0 15px green; }
}
.appointment {
   padding: 10px;
    margin-left: 10px;
        border: 1px solid #90de0f;
    background-color: rgb(169,169,169);
}
.blink {
    -webkit-animation: blink 1.0s linear infinite;
    -moz-animation: blink 1.0s linear infinite;
    -ms-animation: blink 1.0s linear infinite;
    -o-animation: blink 1.0s linear infinite;
    animation: blink 1.0s linear infinite;
}
.navbar-brand span{
      position: absolute;
    /* top: 86%; */
    bottom: 1%;
    font-size: 15px;
    /* color: #787679; */
    color: rgb(105,105,105);
    text-transform: capitalize;
}
.navbar-brand div{
  text-align: center;
  font-size: 15px;
    /* color: #787679; */
    color: rgb(105,105,105);
    text-transform: capitalize;
}
