*{
    padding: 0;
    margin:0;
}
ul{
    padding: 0;
    margin: 0;
}
li{ 
    list-style: none;
}
.mtb-80{
    margin: 80px 0px;
} 
a{
    text-decoration: none;
    color: #000;
}

p{
    font-size: 18px !important;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
}
img{
    max-width: 100%;
    
}
.top-header{
    background-color:#005BEA;
    height:auto; 
    width:100%; 
    padding: 10px;
    border-bottom: 2px solid #91e25d;
}

.header{
    background-color: #e6e1e1;
    height:100px; 
    width:100%;
    border-bottom:  double #F2695C; 
}

.header .menu-design ul li a{
    display: block;
    padding-top:30px;
    margin: 25px;
    color: #000;
    font-size: 19px;


}
.dropdown-item{
    font-weight: 500;
}
.menu-design ul{
    display: flex !important;
}
.header-color{
     color: white;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 500;
}

.header-social{
     display: flex;
     flex-direction: row !important;
}
.header-social li a{
    border-radius: 17px 17px 17px;
    text-align: center;
    display: inline-block;
    padding: 5px 2px 2px 2px ;
     width: 35px;
     height: 35px;
     background-color:#91e25d;
     color:#fff;
     font-size: 15px;

 }
.top-header-design{
    margin-top: 5px;
}
.top-header-design ul{
    display: inline-flex;
}
.top-header-design ul li{
    padding-left:9px;
    display: block;
}
 .top-header-design .header-social a:hover{
     background-color:#F2695C;
     color:white;
 }

 @media only screen and(max-width:480px){
 .top-header-design ul li {
         padding:5px !important;
}
}


/*--------------------------------------------------------------
 #  slider  One Section
 --------------------------------------------------------------*/

.slider-section{
    background: url(../assets/img/slider-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 430px;
    widows: 100%;
    border-bottom: 5px dotted  #fff; 

}
.slider-section-design{
padding-top: 90px;  
}
.slider-section-design h1{
    font-size: 70px;
    font-weight: 700;
    color: #91e25d !important;
    
}
.slider-section-design{
    color: #fff;
    font-size: 20px;
}
.slider-form{
    margin-top: 15px;
    padding: 30px;
    background-color: #91e25d;
    padding-bottom: 20px;
    display: none;
}
.slider-form .btn{
        font-size: 15px;
    color: #fff;
    background-color: #005BEA;
}
.slider-form .btn:hover{
    color:#000;
}
/*--------------------------------------------------------------
 #  slider  end Section
 -----------------------------------------------*/

 /*--------------------------------------------------------------
 #  client One Section
 -----------------------------------------------*/
.custom-btn {
    text-align: center;
    padding: 12px 10px;
    display: inline-block;
    font-size: 18px;
    color: #005BEA;
    margin: 10px 10px;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.6s;
    border: none;
    background:#dbcccb;

    }
    .happy-clients{
        padding: 50px 0;
        background-color:#91e25d;
        color:white;

    }
    .happy-clients{
        text-align: center;
    }

.clients-section img{
width: 50%;

}
.clients-section h2{
    font-size: 24px;
}

.clients-section h3{
    font-size: 20px;
}
.booking{
    text-align: center;

}
.booking-section{
    padding: 0px;
    margin: 0px;
}
.booking-section img{
    width: 30%;
}
.why-section-design img{
    width: 100%;
}
@media only screen and (max-width:991px){
    .booking{
        padding-bottom:2px;
       margin-top:80px;

}

.booking-section{
    box-shadow: 2px 2px 2px 2px #325772;
    border-radius: 0px 20px 0px 20px;
    padding: 0px;
    margin: 0px;
}

}

/*--------------------------------------------------------------
 #  navbar One Section
 --------------------------------------------------------------*/

.navbar{

    padding-left:110px !important;
}
.navbar-expand-lg .navbar-nav {
    padding-left:70px !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-weight: 500;
    padding-left: 30px !important;
    font-size: 17px !important;
    color: rgb(32 27 27) !important;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    padding-left:60px !important;
}
}

@media only screen and (max-width:1130px) {
    .navbar {
    padding-left: 10px !important;
}
}

}
@media only screen and (max-width:480px) {
.navbar-brand img{max-width:190px;}
}
.navbar-brand{padding:0 0 1px;}
.navbar-brand img{width:190px;}


}
/*---------navbar end------------------*/


/*--------------------------------------------------------------
 #  About Us One Section
 --------------------------------------------------------------*/
.section{
    overflow:hidden;
}
.section-inner{
    padding:60px 0;
}

.heading-bg{
    margin:15px auto 32px;
    width:64px;
    height:2px;
    background-color:;
    position:relative;
}
.heading-bg:after{
    position:absolute; 
    content:"";
    left:0;
    right:0; 
    top:50%; 
    transform:translate(0,-50%); 
    margin:0 auto; 
    width:23px; 
    height:6px; 
    border-radius:30px; 
}
.heading-bg.hb-left{
    margin:15px 0 32px;
}
.heading-bg.hb-left:after{
    left:11px; right:auto;
}
.section-inner .btn{
      background-color:#005BEA;
      
}
.section-inner .btn a{
    color:#fff !important;
}
.section-inner h2{
     text-decoration: underline;
     color:#333;
}
.section-inner h2 span{

     padding-left: 5px;
}
.section-inner .btn:hover{
      background-color:#91e25d;
}
.about-font{
  font-size:18px !important;
}
.about-img{
    width:100%;
    padding-top: 20px;
}
.about-img img{
     border: 3px solid;
     border-radius:5px;
}
.about-img img {
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height:350px ;
}
/*--------------------------------------------------------------
 #  Contact One Section
 --------------------------------------------------------------*/
 .contact-one-section{
     position: relative;
     display: block;
     padding: 100px 0 100px;
     background-color:#d2d2d2;
     
 }
 .contact-one-image{
     position: relative;
     display: block;
 }
 .contact-one-image img{
     width: 100%;
     height: auto;

 }
 @media only screen and (max-width:1200px){
 .contact-form{

      margin-top: 30px !important;
}

 }
 .contact-form{
    background-color:#91e25d;
    border-radius: 5px;

 }
 .contact-btn{

    background-color:white;
 }
 /*--------------------------------------------------------------
 # Google_map
 --------------------------------------------------------------*/
 .google_map {
     position: relative;
     display: block;
     background: #f8f8f8;
 }
 .google-map__contact {
     width: 100%;
     border: none;
     outline: none;
     display: block;
     height:360px;
 }
 /*--------------------------------------------------------------
 # Contactinfo
 --------------------------------------------------------------*/
 .contactinfo{
     position: relative;
     display: block;
     padding: 0 0 70px;
     margin-top: -100px;
     z-index: 1;
 }
 .contactinfo-single {
    display: flex;
    height: 215px;
    background: #91e25d;
    border-radius: 25px;
    flex-direction: row;
    padding: 50px 50px 35px;
    padding-right: 21px;
    margin-bottom: 30px;
    z-index: 5;
    box-shadow: 10px 10px 5px #4d4e50;
 }
 .contactinfo-icon{}
 .contactinfo-icon span {
     font-size: 20px;
     color:;
     margin-top: 8px;
 }
 .contactinfo-content{
     margin-left: 20px;
 }
 .contactinfo-content h4 {
     font-size: px;
     font-weight: 700;
     line-height: 25px;
     margin-bottom: 10px;
     color: #000;
 }
 .contactinfo-content a {
    color:#0a0a0a;
    font-weight: 500;
}
.contactinfo-content p{
    font-weight: 500;
}
 .contactinfo-content .email{
    color:#0a0a0a;
    font-size:18px;
}

 .contactinfo-content p {
     margin: 0;
     font-size: 15px;
 }
@media only screen and(max-width:370px){
 .contactinfo-content a {
    color: #0a0a0a;
    font-size: 12px;
}
}
/** ========= call and whatsapp ========= **/
 .float-call{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 70px;
    right: 25px;
    z-index: 999;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    animation-name: jiggle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: pointer;
}
 .float-call-1{
    position: fixed;
    width: 110px;
    border-radius: 50px;
    bottom: 210px;
    right: 0px;
    z-index: 999;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: pointer;
}
.float-call .float1  a{
    text-decoration: none;
     color: #337ab7;
    text-decoration: none;
}
.float1 {
    bottom: 140px;
    animation: wiggle 4s 2s infinite !important;
}
.float-call   img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.float-call   img{
   max-width: 100%;
    height: auto;
}
.float-call .float1  img {
    vertical-align: middle;
}
 /** ========= call and whatsapp ========= **/
.rotate{
  padding-left: 0px!important; 
  color: white;
  animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {transform: rotate(180deg);}
}

 /*** 
 ====================================================================
         Footer Section
 ====================================================================
 
 ***/
 .footer-section-link{
     position: relative;
     display: block;
     background:url("../images/footer-bg.webp");
     padding:80px 0 0px;
 }
 .footer-widget-title{
     margin-bottom:25px;
 }
 .footer-widget-title h3{
     font-size: 22px;
     color: #91e25d;
     font-weight: 600;
     line-height: 32px;
 }
 
 .footer-widget-about {
     margin-right: 20px;
 }
 .footer-widget-about-text {
     margin-top: -4px;
 }
 .footer-widget-about-text p{
     font-size: 16px;
     color: #ffffff;
     line-height: 33px;
     margin: 0;
 }
 .footer-widget-about-social{
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     padding-top: 25px;
 }
 .footer-widget-about-social a{
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     justify-content: center;
     text-align: center;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background-color: #91e25d;
     color: #ffffff;
     font-size: 15px;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 .footer-widget-about-social a:hover{
     background: var(--thm-primary);
 }
 .footer-widget-about-social a+a{
     margin-left: 10px;
 }
 
 .footer-widget-useful-links{}
 .footer-widget-useful-links-list{}
 .footer-widget-useful-links-list li+li{
     margin-top: 7px;
 }
 .footer-widget-useful-links-list li a{
     font-size: 16px;
     color: #fff;
 }

 .footer-widget-useful-links-list li a:hover {
     color: #83eb5c;
 }
 
 .footer-widget_contact-info i{
 color: #91e25d;
 margin: 0 3px;
 }
 .footer-widget_contact-info p {
     color: #ffffff;
     font-size: 16px !important;
     margin: 0;
     line-height: 26px;
     margin-bottom: 4px;
 }
 .footer-widget_contact-info a{
     color: #ffffff;
     font-size: 16px;
 }
 
 .footer-widget-gallery {
     margin-left: 86px;
 }
 .footer-widget-gallery-list {
     padding-top: 6px;
 }
 .footer-widget-gallery-list li {
     display: inline-block;
     margin-bottom: 10px;
     margin-right: 5px;
 }
 
 .footer-widget-gallery-list li .gallery-img {
     position: relative;
     display: block;
 }
 
 .footer-widget-gallery-list li .gallery-img:before {
     position: absolute;
     top: 0;
     left: 0;
     height:100%;
     width:100%;
     content: "";
     background: rgba(0,0,0,.3);
     transform: scaleX(0);
     transition: all 500ms ease;
     transition: all 500ms ease;
 }
 .footer-widget-gallery-list li:hover .gallery-img:before{
     transform: scaleX(1);
 } 
 .footer-widget-gallery-list li .gallery-img img {
     border-radius: 5px;
     width: 100%;
     height:100%;
 }
 .gallery-img-hover {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--thm-primary);
     font-size: 15px;
     transform: scale(0);
     transition: all 500ms ease;
     transition: all 500ms ease;
 }
 .footer-widget-gallery-list li:hover .gallery-img-hover{
     transform: scale(1);
 } 
 .footer-bottom {
     padding-bottom: 40px;
 }
 .footer-bottom p{
     font-size: 18px;
     color: #ffffff;
     line-height: 30px;
     margin: 0;
     text-align: center;
 }
 @media only screen and (max-width:480px){
    .rotate img{
        width: 50%;
    }
    .slider-form-1{
    display: block;
}
    .top-header-design ul{
        flex-direction: column;
    }
    .d-none-1{
        display: none;
    }
    .slider-section-design h1{
        font-size: 50px;
    }
    .navbar-expand-lg .navbar-nav{
        padding-top: 35px;
    }
    .navbar-nav{
        background: #91e25d;
    }
    .footer-widget-title{
        margin-top: 15px;
     margin-bottom: 15px;
 }
  .footer-widget-contact {
    padding-top: 20px;
} 
 }
 @media only screen and (min-width:991px){
 .footer-widget_contact-info .email {
    font-size:13px !important;
}
}
 /** ========= Service ========= **/

.service-section{
     position: relative;
     display: block;
     padding: 100px 0 100px;

 }
.service-sidebar-single .title h2{
color: #fff;
}
 .service-sidebar-single+.service-sidebar-single{
     margin-top: 60px;
 }
 .view-all-services {
     position: relative;
     display: block;
     background: #91e25d;
     padding: 34px 40px 60px;
 }
 .view-all-services .title{
     margin-bottom: 21px;
 }
 .view-all-services .title h3{
     font-size: 22px;
     font-weight: 600;
     line-height: 32px;
     text-align: center;
 }
 .view-all-services ul{}
 .view-all-services ul li {
     position: relative;
     display: block;
     padding-left: 46px;
     background: #ffffff;
     padding-top: 12px;
 }
 .view-all-services ul li+li{
     margin-top: 10px;
 }
 .view-all-services ul li .icon {
     position: absolute;
     top: 19px;
     left: 0;
     height: 16px;
     width: 16px;
     background: var(--thm-primary);
     text-align: center;
     border-radius: 50%;
     color: #ffffff;
     line-height: 16px;
     font-size: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 20px;
 }
 .view-all-services ul li .icon i{}
 .view-all-services ul li .text{}
 .view-all-services ul li .text a {
     font-size: 18px;
     color: var(--thm-black);
     font-weight: 600;
     line-height: 30px;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 .view-all-services ul li:hover .text a {
     color: red;
 }
 .service--right-content{}
 .service-right-image{}
 .service-right-image img{
     width:100%;
     height:300px;
 }
 .service-img{
    padding-left:10px;
 }
 .service-right-text h2 {
     font-size:25px;
     font-weight: 600;
     line-height: 46px;
     margin-top: 50px;
     margin-bottom: 20px;
 }
 .service-right-text .first-text {
     color: var(--thm-black);
     padding-bottom: 7px;
 }
 .service-right-text .last-text{
     color: var(--thm-black);
 }
 
 .service-border{
    box-shadow: 2px 2px 2px 2px #91e25d;
    border-radius: 0px 0px 0px 5px;
    text-align: center;
        margin: 20px;
    padding: 27px;

   }
   .service-border h5 a:hover{
    color: #91e25d;
   }
   .service-border h5{
    padding-top:10px;
    text-align: center;
    color: #005BEA !important;

   }
/** ========= Mission========= **/
 .mission{
        
       background-color:#56504f;
       color: white;
    }

 

     /** ========= Mission end========= **/
 /** ========= Gallery ========= **/
 .gallery-heading{

    padding-bottom:10px ;

 }
 .gallery-box{
    position:relative;
    text-align:center; 
    margin-bottom:30px;
    overflow:hidden;
  }
.gallery-box:after{
    position:absolute;
     content:""; 
     top:0;
     left:0;
     width:100%;
    height:100%;
    background:rgba(155,155,155,0.6); 
    transition:0.3s; opacity:0;}

/* galler hover*/
.gallery-box .hoverinfo{
position:absolute; 
bottom:0%;
left:0; 
width:100%;
transition:all 0.5s;
opacity:0; 
visibility:hidden; 
z-index:1;
}
.gallery-box .hoverinfo a{
    color:#333;
}.
.gallery-title{
    margin-bottom:10px;
}
.gallery-brand{
    margin:0;
}:visible;
}
.gallery-box:hover .hoverinfo{
    bottom:30px;
     opacity:1;
      visibility:visible;
  }
.gallery-box:hover:after{
    opacity:1;
}
/** ========= Gallery end ========= **/

 /** ========= INNER PAGE HEADING ========= **/
.inner-banner{
    background: url("");
	background-color:#483a3ad4;
	 background-repeat:repeat;
	  padding: 60px 0;
	}
.page-heading{
	font-size:2.1em;
	 line-height:35px; 
	 color:#fff; 
	 font-weight:900;
	  text-align:center;
	}
.inner-banner .heading-bg{
	margin:15px auto;
}
.breadcrumb{
	background-color:inherit;
	 padding:0; 
	 margin:0; 
	 text-align:center;
	  display:block;
	}
.breadcrumb li{
	display:inline-block;
	 vertical-align:top;
	  font-size:18px; 
	  color:white; 
	  position:relative;
	}
    .our-locations .locations-design ul li a {
        display: block;
    padding: 8px 4px;
    margin: 5px 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 2px #d3d3d3;
}
   .our-locations .locations-design ul li a::before {
    content: '';
    position: absolute;
    width: 2%;
    left: 10px;
    top: 0;
    height: 100%;
    background-color: #91e25d;
}
.location-title ul li a{
color: #000 !important;
}
.why-choose-list li{
    list-style-type: square;
}
.scrollbar {
    height: 300px !important;
    overflow-y: scroll !important;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.widget-title-area h3{
    color:#83eb5c;
    
}

.breadcrumb li:after{content:"/"; color:#aaaaaa; margin-left:5px;}
.breadcrumb li:last-child:after{display:none;}
.breadcrumb li a{color:#aaaaaa;}
.breadcrumb li:hover a{color:var(--main-txt-color}
















/*For Location*/
.section-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}
.citycard {
    background-color: #005bea;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    margin-bottom: 20px;
}
.citycard a {
    text-decoration: none;
    color: inherit;
}
.card-content {
    display: flex
;
    align-items: center;
    padding: 15px;
}
.cityname {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #fff;
}
.citycard:hover {
    background-color: #91e25d;
    color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.citycard:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    animation: shake 0.1s ease;
}
.fa-truck {
    font-size: 40px !important;
    color: #fff;
}


.st__service__thumb {
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
}
.st__service__thumb {
    position: relative;
}
.st__service__box:hover .st__service__thumb::before{
    width: 100%;
}

.st__service__thumb::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 10px;
    z-index: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.st__service__thumb::before {
    background: #91e25d;
}
.st__service__thumb img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 1201px) {
    .st__service__content {
        padding: 5px 5px !important;
    }
}

.st__service__content {
    background: #ffebe5;
    margin-top: 12px;
    padding: 5px 40px;
    filter: drop-shadow(0px 1px 20px rgba(109, 109, 109, .11));
    position: relative;
    left: 0;
    bottom: 10px;
    width: 100%;
    border-left: 5px solid #91e25d;
    z-index: 1;
    max-height: 100%;
}
.st__service__content::before {
    width: 100%;
    left: 0;
}
.st__service__content:hover {
    background: #91e25d;
}

.st__service__content:hover {
    color: #fff;
}

.st__service__content::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #91e25d;
    width: 0%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1;
}
.st__service__content span {
    font-size: 24px;
    position: relative;
    left: 46px;
    font-weight: 700;
}
.st__service__content span::before {
    position: absolute;
    content: "";
    top: 18px;
    left: -46px;
    width: 34px;
    height: 2px;
}
.st__service__content span::before {
    background: #005bea;
}
.loc-color a{
   color: #000;
}
.text-white{
color:#fff;
}
.st__form__box i {
position: absolute;
right: 10px;
bottom: 20px;
font-size: 25px !important;
}
.st__form__box .bi-arrow-right {
right: 22px !important;
}
.quote-mdl1{
padding-right: 0px;
padding-left: 0px;
}
@media (max-width: 479px) {
.st__form__box input {
padding-left: 10px;
}
.st__form__box i {
right: 5px !important;
}
.mb-50 {
margin-bottom: 20px;
}
}
@media (min-width: 1365px) and (max-width: 1600px) {
.st__btn {
padding: 16px 45px !important;
}
}
.p-relative{
position: relative;
}
.st__contact__position {
background: #22387e;
padding: 50px;
border-radius: 50px;
}
.mb-50 {
margin-bottom: 50px;
}
.st__section__title h5 {
display: inline-block;
margin-left: 46px;
font-size: 24px;
font-weight: 500;
}
.st__section__title h5{
position: relative;
}
.st__section__title h5::before {
left: -45px;
animation: 5s linear infinite st__rotate;
}
.st__section__title h5::before {
height: 16px;
width: 16px;
transform: rotate(45deg);
transition: 1s;
z-index: 1;
}
.st__section__title h5::before {
background: #91e25d;
}
.st__section__title h5::before {
position: absolute;
content: "";
top: 0;
-webkit-animation: 10s linear infinite st__rotate;
-moz-animation: 5s linear infinite st__rotate;
-o-animation: 5s linear infinite st__rotate;
}
.st-appointment-area .st__section__title h5::after, .st-appointment-area1 .st__section__title h5::after, .st__book__info a, .st__form__box .nice-select, .st__video:hover {
background: #fff;
}
.st__section__title h5::after {
left: -39px;
animation: 5s linear infinite st__rotate;
}
.circle::before, .st__section__title h5::after {
-webkit-animation: 10s linear infinite st__rotate;
-moz-animation: 5s linear infinite st__rotate;
-o-animation: 5s linear infinite st__rotate;
}
.st__btn2::before, .st__section__title h5::after {
top: 0;
background: #22387e;
content: "";
position: absolute;
}
.st__section__title h5::after, .st__section__title h5::before {
height: 16px;
width: 16px;
transform: rotate(45deg);
transition: 1s;
z-index: 1;
}
.st__form__box {
margin-bottom: 26px;
}
.st__form__box input, option, select, textarea {
width: 100%;
height: 60px;
border: none;
padding-left: 10px;
border-radius: 5px;
}
.st__form__box .nice-select .list li:hover, .st__form__box i, .st__video i:hover, .st__video:hover i {
color: #91e25d;
}
.st__form__box input, option, select, textarea {
width: 100%;
height: 60px;
border: none;
padding-left: 10px;
border-radius: 5px;
}
.st__form__box input::placeholder, .st__form__box select option {
font-size: 16px;
color: #929fa2;
font-weight: 400;
}
.st__form__box input, option, select, textarea {
width: 100%;
height: 60px;
border: none;
padding-left: 10px;
border-radius: 5px;
}
.fadeInUp {
visibility: visible;
animation-name: fadeInUp;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor: pointer;
}
button.st__btn {
border: none;
color: #fff;
}
@media (min-width: 1365px) and (max-width: 1600px) {
.st__btn {
padding: 16px 45px !important;
}
}
@media (min-width: 1365px) and (max-width: 1600px) {
.st__btn {
font-size: 18px;
padding: 16px 32px;
}
}
.st__btn {
display: inline-block;
font-size: 24px;
padding: 18px 42px;
overflow: hidden;
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
z-index: 1;
}
.slider__style2.st__slider__carousel .owl-nav div i:hover, .st__btn, .st__slider__carousel .owl-nav div i {
background: #91e25d;
}
.about__list li, .circle, .line, .slider-content h5, .st__about__icon, .st__about__infometa, .st__btn, .st__btn2, .st__section__title h5, .st__service__thumb {
position: relative;
}
.st__btn::before {
left: -12px;
width: 30px;
height: 100%;
transform: skew(22deg);
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
z-index: -1;
}
.slider-content h5::after, .st__btn::before {
content: "";
top: 0;
background: #fff;
position: absolute;
}
.st__form__box .fa-arrow-right {
right: 22px !important;
color: #91e25d;
}
.location-section .services_lists ol li {
    font-size: 21px !important;
    font-weight: 450 !important;
}