
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Rajdhani:wght@300;400;500;600;700&display=swap');



/*-----------------------------------
    Universal Styling
------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Inter", sans-serif;

}
:root{
    --primary-color: #12A942;
    --secondary-color: #343E70;
}

a{
    text-decoration: none;
}
.title-box h2{
    color: var(--secondary-color);
    font-family: "Oswald", sans-serif;
    font-weight: 700;

}
.title-box h5{
    color: var(--primary-color);
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
@media screen and (min-width:991px){
  .title-box h2{
    font-size: 40px;
  }  
  .title-box h5{
    font-size: 18px;
   
}
}
/* button */
.primary-btn-1{


    color: #fff;
    text-transform: capitalize;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 12px 30px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    border-radius: 50px;
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
     text-transform: uppercase;
    }
    .primary-btn-1:hover{
        color: #fff;
    border: 1px solid var(--secondary-color);
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }
/*-----------------------------------
Header Styling
------------------------------------*/
header{
    position: relative;
    z-index: 20;
}
header .navbar .nav-link {
    color:#fff;
         font-family: "Open Sans", sans-serif;
         padding: 0 10px !important;
         font-weight: 600;
}
@media screen and (max-width:768px){
   header .navbar .nav-link {
    color: var(--secondary-color);
   } 
   header .navbar .navbar-nav{
    line-height: 2;
   }
}
header .navbar .nav-link.active{
    color: var(--secondary-color);
}
header .navbar .dropdown-menu{
    background: var(--primary-color);
}
header .navbar .dropdown-menu .dropdown-item{
    color: #fff;
    text-transform: capitalize;
}
header .navbar .dropdown-menu .dropdown-item:hover{
    color: var(--secondary-color);
}
.sticky1 {
    position: fixed !important;
	background: #fff;
    top: -5px;
    width: 100%;
    z-index: 999999 !important;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: 0px 6px 23px #00000026;
  }
  .navbar.sticky1{
   opacity: 1;
     z-index: 999999 !important;
  
  }
   .navbar.sticky1 .nav-link{
    color: var(--secondary-color);
   }
   .navbar.sticky1 .nav-link.active{
    color: var(--primary-color);
   }
   /* Show dropdown on hover */
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0; /* optional: remove small gap */
    }
    
    /* Optional: make dropdown smooth */
    .dropdown-menu {
        transition: all 0.3s ease;
    }
/*-----------------------------------
Banner Section Styling
------------------------------------*/
.banner-section{
    height: 110vh;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-150px);
    margin-bottom: -150px;
   
}
@media screen and (max-width:768px){
   .banner-section{
    height: 110vh;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: unset;
    margin-bottom: unset;
   
} 
}
.banner-section .banner-content h1,
.banner-section .banner-content p{
   color: #fff;
}
.banner-section .banner-content h1{
      font-family: "Oswald", sans-serif;
}
.banner-section .banner-content p{
     font-family: "Open Sans", sans-serif;
}
@media screen and (min-width:991px){
.banner-section .banner-content h1{
    width: 573px;
    font-size: 53px;
}
.banner-section .banner-content p{
    width: 562px;
}
}
/*-----------------------------------
Services section Styling
------------------------------------*/
.services{
    position: relative;
   transform: translateY(-200px);
   margin-bottom: -180px;
}
.services .container{
    background: #fff;
    box-shadow:  0 6px 23px #00000026;
    border-radius: 6px;
}
.services .services-left-col{
    background: #fff;
    padding: 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.services .services-left-col h2{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.services .services-left-col .services-title-wrapper p{
    color: #000;
         font-family: "Open Sans", sans-serif;
}
@media screen and (min-width:991px){
  .services .services-left-col h2{
    font-size: 42px;
  }  
}

.services .services-content-wrapper{
    list-style: none;
    /* padding-left: 0; */
    column-count: 2;
  
}
@media screen and (max-width:991px){
   .services .services-content-wrapper{

    padding-left: 10px;

  
} 
}
.services .services-content-wrapper li{
    display: flex;
    align-items: center;
    padding: 20px 0;
    
}
.services .services-content-icon{
    width: 61px;
    height: 61px;
    min-width: 61px;
    min-height: 61px;
    line-height: 61px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50px;
}
.services .services-content-icon img{
    width: 35px;
    height: 35px;
}
.services .services-content-text a{
    color: var(--secondary-color);
     font-family: "Oswald", sans-serif;
     font-size: 20px;
     font-weight: 700;
     transition: all .5s ease-in-out;
}
@media screen and (max-width:768px){
  .services .services-content-text a{

     font-size: 16px;

}  
}
.services .services-content-text a:hover{
    color: var(--primary-color);
}
.services .services-right-col{
    background: #296161;
    padding: 30px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.services .services-right-col h5,
.services .services-right-col h2{
    color: #fff;
}
.services .services-right-col h5{
     font-family: "Open Sans", sans-serif;
     font-size: 15px;
}
.services .services-right-col h2{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
@media screen and (min-width:991px){
    .services .services-right-col h2{
        font-size: 34px;
    }
}
.services .home-services-form input{
    border-radius: 50px;
    height: 45px;
}
.services .home-services-form input::placeholder{
    color: #175B2C;
    font-size: 14px;
    font-family: "Oswald", sans-serif;

}
.services .home-services-form textarea{
    border-radius: 10px;
    height: 90px;
}
.services .home-services-form textarea::placeholder{
    color: #175B2C;
    font-size: 14px;
    font-family: "Oswald", sans-serif;

}
.services .home-services-form .banner-form-btn{
    border: none;
}
/*-----------------------------------
Filler section Styling
------------------------------------*/
.filler-section .about-content h5{
    color: var(--primary-color);
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
}
@media screen and (min-width:991px){
    .filler-section .about-content h5{
        font-size: 18px;
    }
}
/*-----------------------------------
Why choose us Styling
------------------------------------*/

.why-choose-us .why-choose-content h2,
.why-choose-us .why-choose-content p{
    color: #fff;
      font-family: "Open Sans", sans-serif;
}
.why-choose-us .why-choose-content h2{
     font-family: "Oswald", sans-serif;
     font-weight: 700;
     margin-bottom: 15px;
}
@media screen and (min-width:991px){
    .why-choose-us .why-choose-content h2{
        font-size: 40px;
    }
}
.why-choose-us .why-choose-content h3{
    color: var(--primary-color);
      font-family: "Open Sans", sans-serif !important;
      font-size: 16px;
      margin-bottom: 15px;
}
.why-choose-us .why-choose-content ul{
      list-style-type: decimal; /* forces numbers */
      color: #fff;
      line-height: 2;
      margin: 15px 0;
  
}
.why-choose-us .why-choose-content ul li{
      font-family: "Open Sans", sans-serif !important;
}
.why-choose-us .why-choose-img-wrapper img{
    border-radius: 10px;
}
.why-choose-us .why-choose-img-wrapper iframe{
    border-radius: 10px !important;
}
.why-choose-us .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.why-choose-us  .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}
/*-----------------------------------
About Styling
------------------------------------*/
.about .about-img-wrapper img{
    border-radius: 10px;
}
.about .about-content h2{
    color: var(--secondary-color);
    font-weight: 700;
     font-family: "Oswald", sans-serif;
     margin-bottom: 15px;
}
@media screen and (min-width:991px){
   .about .about-content h2{
    font-size: 40px;
   } 
}
.about .about-content p{
    color: #767676;
     font-family: "Open Sans", sans-serif;
     line-height: 1.5;
}
/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    background: #F1F1F1;
}
.testimonials .testimonials-content{
    background: #fff;
    box-shadow: 0 0 13px #0000000F;
    padding: 20px;
    border-radius: 10px;
}
.testimonials .testimonials-content .testimonials-content-profile .testimonials-content-img img{
    width: 63px;
    height: 63px;
    object-fit: cover;
    border-radius: 50px;
}
.testimonials .testimonials-content .testimonials-content-profile .testimonials-content-profile-title h3{
    font-family: "Oswald", sans-serif;
    color: var(--secondary-color);
}
.testimonials .testimonials-content .testimonials-content-profile .testimonials-content-profile-title p{
     font-family: "Open Sans", sans-serif;
     color: var(--primary-color);
}
@media screen and (min-width:991px){
.testimonials .testimonials-content .testimonials-content-profile .testimonials-content-profile-title h3{
    font-size: 20px;
}
}
.testimonials .testimonials-content .testimonials-content-para p{
    color: #6D6D6D;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid var(--primary-color) !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: var(--primary-color);
}
.testimonials-content-profile-img img{
    width:63px;
    height:63px;
    border-radius:50%;
}
.testimonials-content-para{
    height:220px;
    overflow-y:scroll;
}
/*-----------------------------------
    Footer Styling
------------------------------------*/
footer .footer-top{
    background: #000;
    position: relative;
}
footer .footer-top .footer-shape-1{
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .footer-top .footer-shape-2{
    position: absolute;
    bottom: 0;
    right: 0;
}
footer .footer-top h3{
color: var(--primary-color);
 font-family: "Rajdhani", sans-serif;
 font-weight: 700;
 text-transform: capitalize;
 margin-bottom: 30px;
}
@media screen and (min-width:991px){
    footer .footer-top h3{
        font-size: 30px;
    }
}
footer .footer-para p{
    color: #fff;
     font-family: "Inter", sans-serif;
}
footer .footer-contacts .footer-contacts-icon{
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 4px;
}
footer .footer-contacts .footer-contacts-icon img{
    width: 20px;
    height: 20px;
}
footer .footer-contacts .footer-contacts-text p a{
    color: #fff;
    transition: all .5s ease-in-out;
    font-size: 15px;
}
footer .footer-contacts .footer-contacts-text p a:hover{
    color: var(--primary-color);
}
footer .footer-top .footer-links{
    list-style: none;
    padding-left: 0;
    line-height: 2.4;
}
footer .footer-top .footer-links li a{
    color: #fff;
    text-transform: capitalize;
     font-family: "Inter", sans-serif;
}
footer .footer-top .footer-links li a:hover{
    color: var(--primary-color);
}
footer .footer-top .footer-links li a:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.3em' height='1.3em' viewBox='0 0 26 26'%3E%3Cg fill='%2312A942'%3E%3Cpath d='M14.732 12.36a1 1 0 1 1 1.536 1.28l-5 6a1 1 0 1 1-1.536-1.28z'/%3E%3Cpath d='M9.732 7.64a1 1 0 0 1 1.536-1.28l5 6a1 1 0 1 1-1.536 1.28z'/%3E%3Cpath fill-rule='evenodd' d='M13 24c6.075 0 11-4.925 11-11S19.075 2 13 2S2 6.925 2 13s4.925 11 11 11m0 2c7.18 0 13-5.82 13-13S20.18 0 13 0S0 5.82 0 13s5.82 13 13 13' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 5px;
    margin-right: 8px;
}
footer .footer-top .newsletter-form input{
    height: 48px;
    border-radius: 10px;
}
footer .footer-top .newsletter-form input::placeholder{
    color: #7F7F7F;
    font-size: 12px;
}
footer .footer-top .newsletter-submit{
    background: var(--primary-color);
    border: none;
    width: 100%;
    color: #fff;
    height: 48px;
    border-radius: 10px;
}

footer .footer-bottom{
    background: #1D1D1D;
}
footer .footer-bottom p{
    color: #fff;
    font-size: 14px;
}
footer .footer-bottom p a{
    color: #fff;
}
footer .footer-bottom p a:hover{
    color: var(--primary-color);
}
.socialmedia{
    margin-top:20px;
}
.socialmedia ul{
    list-style:none;
    padding:0;
    margin:0;
    display:inline-flex;
    position:relative;
    gap:15px;
}
.socialmedia ul li img{
    width:40px;
    height:40px;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 60vh !important;
}
.page-banner h1{
    color: #fff;
    font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 32px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
}
.page-banner .breadcrumb li{
    color: #fff;
}
.page-style header .navbar .nav-link{
    color: #000;
}
.page-style header .navbar .nav-link.active{
    color: var(--primary-color);
}

/*-----------------------------------
        Blog Section CSS
------------------------------------*/
.blog .blog-content .blog-img img{
	width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
}
.blog .blog-content .blog-lower-content{
    background-color: #fff;
    padding: 0 23px 25px;
    margin: 0 11px;
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    position: relative;
    top: -30px;
    border-radius: 6px;
  
}
.blog .blog-content .blog-lower-content .blog-category{
    font-size: 13px;
   padding: 3px 21px;
   position: relative;
   font-weight: 600;
   background: #292f43;
   width: max-content;
   color: #fff;
   border-radius: 12px;
   text-transform: capitalize;
   transform: translateY(-12px);
   z-index: 10 !important;
}
.blog .blog-content .blog-lower-content:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--primary-color);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}
.blog .blog-content:hover .blog-lower-content:before{
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.blog .blog-content .blog-lower-content .blog-post-meta{
    list-style: none;
    padding-left: 0;
    position: relative;
    z-index: 99999 !important;
}
.blog .blog-content .blog-lower-content .blog-post-meta li a{
    color: var(--primary-color);
    font-size: 15px;
    font-family: "Arimo", sans-serif;
}
.blog .blog-content .blog-lower-content:hover a{
	color: #fff !important;
}
.blog .blog-content .blog-lower-content h4{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog .blog-content .blog-lower-content h4:before{
    content: '';
    position: absolute;
    background: url('../images/border-shape-2.png') repeat-x center;
   height: 6px;
   width: 100%;
   left: 0;
   bottom: 0;
}
.blog .blog-content .blog-lower-content h4 a{
    color: #202020;
   font-family: "Oswald", sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 99999;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width:991px){
    .blog .blog-content .blog-lower-content h4 a{
        font-size: 20px;
    }
}
.blog .blog-content:hover h4 > a{
    color: #fff;
}
.blog .blog-content .read-more-link{
    color: var(--primary-color);
    padding-top: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 999 Im !important;
    transition: all .5s ease-in-out;
}
.blog .blog-content .read-more-link svg{
opacity: 0;
transition: all .5s ease-in-out;

}
.blog .blog-content .read-more-link:hover svg{
    opacity: 1;
   
}
.blog .blog-content .read-more-link:hover{
    margin-left: 20px;
}


/*-----------------------------------
services Styling
------------------------------------*/
.services-page .services-content .services-img-wrapper{
	position: relative;
}
.services-page .services-content{
	margin-bottom: 60px;
    box-shadow: 0px 6px 23px #00000026;
   
 
}
.services-page .services-content .services-img-wrapper img{
	width: 100%;
	height: 190px;
	object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.services-page .services-content .services-img-wrapper .services-icon{
	position: absolute;
	 bottom: -40px;
    left: 30px;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
}
.services-page .services-content .services-img-wrapper .services-icon img{
    width: 48px;
    height: 48px;
}
.services-page .services-content .services-content-text{
	padding: 65px 30px 15px 30px;
	height:220px;
}
.services-page .services-content .services-content-text h3 a{
	color: var(--primary-color);
	  font-family: "Oswald", sans-serif;
}
.services-page .services-content .services-content-text h3 a:hover{
	color: #000;
}
@media screen and (min-width:991px){
	.services-page .services-content .services-content-text h3 a{
		font-size: 24px;
	}
}
.services-page .services-content .services-content-text .services-content-para p{
	color: #74787c;
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.services-page .services-content .services-btn a{

    background: var(--primary-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
	color: #fff;
	position: relative;
	z-index: 2 !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.services-page .services-content .services-btn a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 50%;
	right: 50%;
	background: var(--secondary-color);
	top: 0;
	z-index: -1;
	transition: all .5s ease-in-out;
}

.services-page .services-content .services-btn a:hover::before{
	width: 100%;
	left: 0;
	
}
.services-page .services-content .services-btn a:hover{
	color: #fff;
}
.services-page .services-wrapper .slick-dots li button{
	font-size: 0 !important;
	
}
.services-page .services-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.services-page .services-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.services-page .services-wrapper .slick-active button{
	background: #2c4a28;
}



/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: var(--primary-color);
	  font-family: "Oswald", sans-serif;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E3E3E3;
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
/* 	border: 1px solid #d7d7d7; */
	}
.single-service .single-service-sidebar ul{
	background: #F6F6F6;
    box-shadow: 0p 6px 23px #00000026;
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: var(--secondary-color);
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
/* 	border-bottom: 1px solid #d7d7d7; */
	position: relative;
	z-index: 10;
	display: block;
	transition: all .5s ease-in-out;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 50%;
	top: 0;
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	left: 0;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%232C4A28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 6l8 10l-8 10m8-10H2'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color: var(--primary-color);
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;

}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: var(--primary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #777;
}.single-service .single-service-content ul {
	list-style: none;
	padding-left: 0;
}
.single-service .single-service-content ul li:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 256 256'%3E%3Cpath fill='%232c4a28' d='M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-52.2 6.84l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32'/%3E%3C/svg%3E");
	position: relative;
	top: 6px;
	margin-right: 5px;
}
/*-----------------------------------
      contact section style
------------------------------------*/
.services-contact-section{
    background: #f3f3f3;
}
.services-contact-section h3{
	   font-family: "Oswald", sans-serif;
}
.services-contact-section .contact-section-content p{
    font-size: 13px;
    line-height: 23px;
    color: #7F7F7F;
}
.services-contact-section .contact-section-form{
    background: var(--primary-color);
    position: relative;
/*     transform: translateY(-29px); */
    /* margin-bottom: -50px; */
	/* border-radius: 10px; */
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.services-contact-section .contact-section-form:before{
    top: 0;
    left: -25px;
    width: 25.63px;
    height: 29px;
    position: absolute;
    content: "";
    background: var(--primary-color);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.services-contact-section .contact-section-form input,
.services-contact-section .contact-section-form select{
    height: 40px;
    border-radius: 3px;
    color: var(--primary-color);
}

.services-contact-section .contact-section-form input::placeholder{
    color: #9E9E9E;
     font-family: "Oswald", sans-serif;
    font-size: 13px;
	
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
   font-family: "Oswald", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form input:focus{
    box-shadow: none;
}
.services-contact-section .contact-section-form .theme-btn {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    color: var(--primary-color);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 34px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-size: 15px;
    border-radius: 4px;
     font-family: 'ClashDisplay-Medium';
  }
  
/*================================
 <-- Contact Page -->
==================================*/
.contact_left svg{
    background-color:#12a942;
    width:50px;
    height:50px;
    padding:15px;
    border-radius:5px;
    color:#FFF;
}
.contact_left h4 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}
.contact-right-title-wrapper h5{
    font-size:16px;
    font-weight:600;
    color:#12a942;
}
.contact-right-title-wrapper h2{
    font-size:24px;
    font-weight:700;
    color:#000000;
}

/*================================
 <-- Testimonials Page -->
==================================*/
.testimonial img{
    border-radius:10px;
}
.testimonial h4{
    font-size:22px;
    color:#12a942;
}
/*================================
 <-- Blog Single Page -->
==================================*/

.blogsingle h1{
    font-size:24px;
    color:#000;
    line-height:30px;
}
.singleblogsec img{
    margin-bottom:20px;
}
.recentposts h2{
    color:#12a942;
    font-size:24px;
    font-weight:700;
    border-bottom:1px solid #DDDDDD;
}
.recentposts .detail h4{
    font-size:18px;
    font-weight:600;
}
.recentposts .detail h4 a{
    color:#000;
}

/*================================
 <-- Book Now Page -->
==================================*/
textarea.form-control{
    height:80px !important;
}
.bookingform{
    background-color:#12a942;
    padding:25px;
    border-radius:10px;
}
.bookingform h4{
    color:#FFF;
    font-size:24px;
}
.bookingform .theme-btn{
    background-color:#FFF;
    color:#12a942;
    font-size:16px;
    font-weight:600;
    padding:10px 35px;
    border-radius:25px;
    border:0px;
}





