@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary-color: #BC9C22;
    --secondary-color: #000;
    --third-color: ##1B1B1B;
    --footer-bg: #1A1A1A;
}

/*-----------------------------------
 Universal Styling
------------------------------------*/
*{
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
     font-family: "Barlow", sans-serif;
}
body{
    background: var(--secondary-color);
    overflow-x: hidden !important;
}
html{
	 overflow-x: hidden !important;
}
a{
    text-decoration: none;
}
.title-box h5{
    color: var(--primary-color);
     font-family: "Jost", sans-serif;
     text-transform: uppercase;
     font-size: 17px;
     font-weight: 600;
     position: relative;
}
.title-box h5:before{
    content:url(../../assets/images/shape-1.png);
    margin-right: 20px;

}
.title-box h5:after{
    content:url(../../assets/images/shape-2.png);
    margin-left: 20px;

}
.title-box h2{
    color: #fff;
      font-family: "Jost", sans-serif;
      font-weight: 700;
}
@media screen and (min-width:991px){
    .title-box h2{
        font-size: 48px;
    }
}
/* button */
.primary-btn-1{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    /* background-color: var(--primary-color); */
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 15px 30px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    border-radius: 5px;
    }
    .primary-btn-1:hover{
        color: var(--primary-color);
    border: 1px solid var(--third-color);
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }

/*-----------------------------------
header Styling
------------------------------------*/
header .header-contacts{
    position: relative;
}

header .header-contacts .header-contacts-details svg{
    width: 25px;
    height: 25px;
    color: var(--primary-color);
}
header .header-contacts .header-contacts-details a{
    color: #fff;
    transition: all .5s ease-in-out;
}
header .header-contacts .header-contacts-details a:hover{
    color: var(--primary-color)
}
header .header-contacts-socials ul {
    list-style: none;
    padding-left: 0;
}
header .header-contacts-socials ul li a{
    color: #fff;
}
header .header-contacts-socials ul li a:hover{
    color: var(--primary-color);
}

header .navbar .nav-link {
    color: var(--secondary-color);
}
header .navbar .banner-btn .primary-btn-1{
    background: var(--primary-color);
}
header{
    background: #fff;
}
header .header-logo{
    position: relative;
}
header .header-logo:before{
    content: '';
    position: absolute;
    width: 97%;
    height: 105%;
    background: var(--secondary-color);
    top: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
header .header-logo:after{
    top: -2px;
    right: 0;
    width: 35.63px;
    height: 44px;
    position: absolute;
    content: "";
    background: #2E2E2E;
     clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition: all .5s ease-in-out;
    z-index: 1;
}
header .bg-black{
    position: relative;
}
header .bg-black:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #000;
    left: -20%;
    top: 0;
}
header .navbar{
    --bs-navbar-padding-y: 0 !important;
}
header .header-logo img{
    position: relative;
    z-index: 2;
}
@media screen and (max-width:768px){
	header .navbar{
		background: #000;
	}
}
/*-----------------------------------
Banner Styling
------------------------------------*/
.banner-section .banner-content h1{
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.banner-section .banner-content p{
    color: #fff;
}
@media screen and (min-width:991px){
  .banner-section .banner-content h1{
    font-size: 40px;
  }  
}
@media screen and (min-width:991px){
    .banner-section .banner-form{
        width: 455px;
    } 
}
 .banner-section .banner-form{
    background:linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3));
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
 }
.banner-section .banner-form-wrapper .banner-form-heading{
    background: var(--primary-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}
 .banner-section .banner-form-wrapper .banner-form-heading h2{
       font-size: 30px;
        font-family: "Jost", sans-serif;
    } 
@media screen and (min-width:991px){
    .banner-section .banner-form-wrapper .banner-form-heading h2{
       font-size: 30px;
    } 
}



.banner-section svg text {
	text-transform: uppercase;
	animation: stroke 5s infinite alternate;
	stroke-width: 2;
	stroke: #BC9C22;
	font-size: 140px;
	   font-family: "Jost", sans-serif;
	font-weight: 700;
}
@keyframes stroke {
	0%   {
		fill: rgba(255, 255, 255, 1); stroke: rgba(188, 156, 34, 1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(255, 255, 255,0); stroke: rgba(188, 156, 34, 1); }
	80%  {fill: rgba(255, 255, 255,0); stroke: rgba(255, 255, 255,1); stroke-width: 3; }
	100% {
		fill: rgba(255, 255, 255,1); stroke: rgba(188, 156, 34, 0); 
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}
/*-----------------------------------
About Styling
------------------------------------*/
@media screen and (max-width:768px){
	.about .about-img-wrapper video{
		width: 100% !important;
	}
}
.about .about-img-wrapper{
    position: relative;
}
.about .about-img-wrapper .about-img-1{
    width: 513px;
    height: 592px;
    object-fit: cover;
}
.about .about-img-wrapper .about-img-2{
    width: 273px;
    height: 263px;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 5%;
    border: 4px solid #fff;
}
.about .about-img-exp{
    background: var(--primary-color);
    position: absolute;
    top: 15%;
    left: -35px;
    padding: 20px 70px;
}
.about .about-img-exp:before{
        top: -38px;
    left: 0;
    width: 35.63px;
    height: 39px;
    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;
}
.about .about-img-exp h2{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}
.about .about-img-exp p{
    color: #fff;
    font-size: 18px;
}
.about .about-content{
    color: #A8A8A8;
}
.about .nav-tabs{
    border-bottom: none;
     background: #fff;
     border: none;
    
}

 .about .nav-tabs{
    display: flex;
    justify-content: space-between;
    text-align: center;
 
    

 }

 .about .nav-tabs button{
    border: none;
    border-radius: 0;
    text-align: center;
   display: flex;
   justify-content: center;
   color: #5E5E5E;
   font-size: 18px;

    
 }
.about .nav-tabs .active{
    background: var(--primary-color);
    min-width: 204px;
     text-align: center;
     color: #fff;

}
.about .tab-content p{
    color: #fff;
}
.about .about-btn .primary-btn-1{
    background: var(--primary-color);
}
/*-----------------------------------
Services Styling
------------------------------------*/
.services{
    position: relative;
}
.services .servies-shape{
    position: absolute;
    left: 0;
     animation: services-shape 8s ease-in-out infinite alternate;
}
@keyframes services-shape {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(200px);
  }
}
.services .services-content{
    background: #1B1B1B;
    border: 1px solid #3E3E3E;
    position: relative;
   
   
}

.services .services-content:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--primary-color);
     transition: all .5s ease-in-out;
   
}
.services .services-content:hover:before{
    width: 100%;
   height: 100%;
}
.services .services-content .services-content-wrapper{
    padding: 0 25px 25px 25px;
    position: relative;
    z-index: 10;
}
.services  .services-img-wrapper{
    padding: 15px;
    position: relative;
    z-index: 10;
}
.services  .services-img-wrapper img{
    width: 100%;
    height: 282px;
    object-fit: cover;
}
.services  .services-content .services-content-title h3 a{
    color: #fff;
    transition: all .5s ease-in-out;
      font-family: "Jost", sans-serif;
      font-weight: 600;
}
.services .services-content .services-content-title h3 a:hover{
    color: var(--third-color);
}
@media screen and (min-width:991px){
   .services  .services-content .services-content-title h3 a{
    font-size: 26px;
   } 
}

.services  .services-content .services-content-para p{
    color: #999999;
}
.services  .services-content:hover p{
    color: #fff;
}
.services .services-wrapper .slick-prev{
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 50%;
    left: -5%;
    z-index: 10;
}
.services .services-wrapper .slick-prev:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m14 7l-5 5m0 0l5 5'/%3E%3C/svg%3E");
}

.services .services-wrapper .slick-next{
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 50%;
    right: -5%;
    z-index: 10;
}
.services .services-wrapper .slick-next:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
}
/*-----------------------------------
Testimonials Styling
------------------------------------*/
.testimonials .testimonials-wrapper{
    background: #1B1B1B;
    padding: 46px;
}
.testimonials-form-wrapper{
    background: #fff;
     padding: 46px;
}
@media screen and (min-width:991px){
    .testimonials .testimonials-wrapper .title-box h2,
   .testimonials .testimonials-form-wrapper .title-box h2{
        font-size: 40px !important;
    }
}
/*-----------------------------------
Projects Styling
------------------------------------*/
.projects .projects-img-wrapper{
    position: relative;
}
.projects .projects-img-wrapper:before{
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.57),rgba(0,0,0,0.57));
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
    width: 100%;
    left: 0;
}
.projects .projects-img-wrapper img{
    height: 394px;
    width: 100%;
    object-fit: cover;

}
.projects .projects-img-wrapper .projects-content{
    position: absolute;
    bottom: 10%;
    left: 10%;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .projects-content{
    opacity: 1;
}
.projects .projects-img-wrapper .projects-content h3{
         font-family: "Jost", sans-serif;
         color: #fff;
    }
    .projects .projects-img-wrapper .projects-content p{
        color: var(--primary-color);
        font-size: 14px;
    }
@media screen and (min-width:991px){
    .projects .projects-img-wrapper .projects-content h3{
        font-size: 20px;
    }
}
.projects .projects-img-wrapper .projects-content-icon{
    position: absolute;
    top: 10%;
    right: 10%;
    width: 41px;
    height: 41px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed var(--primary-color);
    border-radius: 50px;
}
.projects .projects-img-wrapper .projects-content-icon svg{
    transform: rotate(-45deg);
    color: #fff;
    width: 20px;
    height: 20px;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover svg{
    color: var(--primary-color);
}
/*-----------------------------------
Blog Styling
------------------------------------*/

.blog .blog-content .blog-content-img-wrapper{
    position: relative;
}
.blog .blog-content-wrapper{
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.blog .blog-content .blog-content-img-wrapper img{
    width: 100%;
    height: 272px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    
}
.blog .blog-content .blog-content-img-wrapper .blog-date a{
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all .5s ease-in-out;
}
.blog .blog-content .blog-content-img-wrapper .blog-date a:hover{
    background: var(--secondary-color);
}
.blog .blog-content .blog-profile{
    background: #fff;
    padding: 20px 30px;
    border-bottom: 1px solid #D9D9D9;
   
}
.blog .blog-content .blog-profile-img img{
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    border-radius: 50px;
}
.blog .blog-content .blog-content-wrapper .blog-profile-text h3{
    font-size: 18px;
    color: var(--primary-color)
}
.blog .blog-content .blog-content-wrapper .blog-profile-text a{
    color: #222;
    text-transform: capitalize;
}
.blog .blog-content .blog-content-bottom-wrapper{
    padding: 20px 30px;
}
.blog .blog-content .blog-content-title h3 a{
    color: var(--secondary-color);
    font-weight: 600;
     font-family: "Jost", sans-serif;
     transition: all .5s ease-in-out;
}
.blog .blog-content .blog-content-title h3 a:hover{
    color: var(--primary-color);
}
@media screen and (min-width:991px){
    .blog .blog-content .blog-content-title h3 a{
        font-size: 23px;
    }
}

.blog .blog-content .blog-content-bottom-wrapper .blog-content-para p{
    color: #464646;
}
.blog .blog-content .blog-content-bottom-wrapper .blog-content-btn a{
    color: var(--primary-color);
    text-transform: capitalize;
    transition: all .5s ease-in-out;
      font-family: "Inter", sans-serif;
}
.blog .blog-content .blog-content-bottom-wrapper .blog-content-btn a:hover{
    color: var(--secondary-color);
}
/*-----------------------------------
 Footer Styling
------------------------------------*/
footer {
    position: relative;
}
footer .footer-shape{
    position: absolute;
    bottom: 10%;
    left: 0%;
 animation: slide 10s linear infinite;
}
/* Animation only forward (no reverse) */
@keyframes slide {
  0% {
    transform: translateX(-300px); /* starts off-screen */
  }
  100% {
    transform: translateX(2000px); /* fully goes off-screen */
  }
}
footer .footer-top{
    background: var(--footer-bg);
}
    footer .footer-top .footer-para p{
        line-height: 22px;
    }
@media screen and (min-width:991px){
    footer .footer-top .footer-para p{
        font-size: 15px;
    }
}

footer .footer-top h3{
    color: var(--primary-color);
     font-family: "Jost", sans-serif;
     font-weight: 700;
     text-transform: capitalize;
     margin-bottom: 30px;
}
@media screen and (min-width:991px){
    footer .footer-top h3{
        font-size: 28px;
    }
}

   footer .footer-top .footer-links{
    padding-left: 0;
    list-style: none;
    line-height: 2;
   }
     footer .footer-top .footer-links li a{
        font-size: 16px;
        color: #fff;
        transition: all .5s ease-in-out;
        text-transform: capitalize;
     }

      footer .footer-top .footer-links li a:hover{
        color: var(--primary-color);
         transition: all .5s ease-in-out;
      }
   footer .footer-top .footer-links li a:before{
    transition: all .5s ease-in-out;
   }
       footer .footer-top .footer-links li a:hover:before{
        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='%23BC9C22' d='M25.06 13.72c-.944-5.173-5.46-9.095-10.903-9.095v4a7.104 7.104 0 0 1 7.094 7.094a7.104 7.104 0 0 1-7.093 7.092v4.002c5.442-.004 9.96-3.926 10.903-9.096h4.69v-4h-4.69zm-4.685 2a6.216 6.216 0 0 0-12.103-2.002H1.438v4h6.834a6.216 6.216 0 0 0 12.104-2z'/%3E%3C/svg%3E");
        position: relative;
        top: 3px;
        margin-right: 5px;
        transition: all .5s ease-in-out;

       }

       footer .footer-top .footer-contacts a{
        color: #fff;
        transition: all .5s ease-in-out;
       }
         footer .footer-top .footer-contacts a:hover{
            color: var(--primary-color);
         }

           footer .footer-top .footer-contacts .footer-contacts-icon{
            width: 40px;
            height: 40px;
            line-height: 40px;
            min-width: 40px;
            min-height: 40px;
            text-align: center;
            background: var(--primary-color);
            border-radius: 5px;
           }
            footer .footer-top .footer-contacts .footer-contacts-icon svg{
                width: 20px;
                height: 20px;
                color: #000;
            }
 footer .footer-bottom p,
  footer .footer-bottom p a{
    color: #fff;
    transition: all .5s ease-in-out;
 }
   footer .footer-bottom p a:hover{
    color: var(--primary-color);
   }
 footer .footer-bottom{
    background: var(--secondary-color);
 }


/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 50vh !important;
}
.page-banner h1{
    color: var(--primary-color);
}
.page-banner .breadcrumb{
	margin-bottom: 0 !important;
	padding: 15px 0;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: #fff;
}
.page-banner .breadcrumb li{
    color: #fff;
}

/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: var(--primary-color);
	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: 2px;
	background: var(--primary-color);
	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;
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: var(--text-white);
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
/* 	border-bottom: 1px solid #d7d7d7; */
	position: relative;
	z-index: 9999 !important;
	display: block;
	transition: all .5s ease-in-out;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.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 .current-menu-item a{
	
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: 1;
	color: #fff;
}
.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: #ffffff;
	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;
}

/*-----------------------------------
Why Choose Us Styling
------------------------------------*/
.why-choose-us{
    padding-bottom: 70px;
}
.why-choose-us .why-choose-us-img-wrapper{
    position: relative;
}
.why-choose-us .why-choose-us-img-wrapper:before{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35));
}

.why-choose-us .why-choose-us-img-wrapper img{
    border-radius: 10px;
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn{
    position: absolute;
    bottom: 30px;
    left: 20px;
}
@media screen and (max-width:768px){
	.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn{
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
	}
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn .why-choose-btn-1{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #171717;
    text-transform: uppercase;
/*      font-family: "Montserrat", sans-serif; */
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-wrapper-btn .why-choose-btn-2{
    background: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
/*      font-family: "Montserrat", sans-serif; */
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content{
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
}
@media screen and (max-width:768px){
	.why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content{
		left: 20px;
		bottom: 10%;
		
	}
}
.why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content h3{
    text-transform: uppercase;
/*     font-family: "Anton", sans-serif !important; */
    font-weight: 400;
}
@media screen and (min-width:991px){
   .why-choose-us .why-choose-us-img-wrapper .why-choose-us-img-content{
    width:308.05px;
   } 
}
 .why-choose-us .why-choose-content{
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 24px;
 }
   .why-choose-us .why-choose-content .why-choose-content-icon{
    width: 64px;
    height: 64px;
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 10px;
    background: var(--primary-color);
   }
     .why-choose-us .why-choose-content .why-choose-content-icon .reveal{
        padding-bottom: 0;
        vertical-align: middle;
        margin-bottom: 0;
     }
  .why-choose-us .why-choose-content .why-choose-content-icon img,
.why-choose-us .why-choose-content .why-choose-content-icon svg{
    width: 40px;
    height: 40px;
	color: var(--text-dark);
  }
   .why-choose-us .why-choose-content .why-choose-content-title h3{
    font-size: 18px;
    color: #fff;
/*          font-family: "Anton", sans-serif !important; */
         text-transform: uppercase;
         font-weight: 600;
   }
      .why-choose-us .why-choose-content .why-choose-content-para p{
        color: #fff;
/*          font-family: "Montserrat", sans-serif; */

   }




 .why-choose-us .title-box h5{
    color: var(--primary-color);
    text-transform: uppercase;
	 font-weight: 700;
      font-size: 16px;
}
 .why-choose-us .title-box h2{
   color: #fff;
     font-weight: 600;
}
@media screen and (min-width:991px){
  .why-choose-us  .title-box h2{
 font-size: 42px;
   } 
}
 .why-choose-us .title-box p{
    font-size: 20px;
    color: #6a6a6a;
}
  @media screen and (min-width:991px){
  .sticky2 {
    position: fixed !important;
	background: #fff;
    width: 400px;
    top: 5%;
    z-index: 10;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   padding: 10px;
	  left: 5%;
  }
  }
  #sidebar-service.sticky2{
   opacity: 1;
  
  }
#sidebar-service {
  position: sticky;
  top: 100px;         /* adjust for your header height */
  transition: top 0.3s ease; /* smooth feel when snapping */
}

.why-choose-us-form label,
.why-choose-us-form legend{
	color: #fff !important;
}




/*================================
 <-- Single Blog -->
==================================*/
.single-blog .single-blog-img {
	margin-bottom: 20px;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-img img{
		width: 100% !important;
	height: 398.13px;
		object-fit: cover;
}
}
.single-blog .single-blog-img-content{
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	
}
.single-blog .single-blog-img-content span,
.single-blog .single-blog-img-content span a{
	color: var(--primary-color);
}
.single-blog .single-blog-img-content span{
	margin-bottom: 5px;
}
.single-blog .single-blog-img-content p{
	color: #fff;
	font-weight: 500;
}
.single-blog .single-blog-title h2{
	color: var(--primary-color);
	font-weight: 700;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-title h2{
		font-size: 35px;
	}
}
.single-blog .single-blog-content h3,
.single-blog .single-blog-content h2{
	color: var(--primary-color);
	
}
.single-blog .single-blog-content p{
	color: #ffffff;
	line-height: 1.7;
	font-size: 17px;
	text-align: justify;
}
.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 25px 25px 25px;
}
.single-blog-sidebar-wrapper h2{
	color: var(--primary-color);
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	text-transform: capitalize;

}
@media screen and (min-width:991px){
	.single-blog-sidebar-wrapper h2{
		font-size: 20px;
	}
}
.single-blog-post-inner ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.single-blog-post-inner li img{
/* 	width: 91.5px; */
	width: 150px;
	height: 114.08px;
	object-fit: cover;
	border-radius: 4px;
	max-width: 120px;
}
.single-blog-post-inner li h3{
	padding-left: 10px;
	line-height: 0.9;
}
.single-blog-post-inner li span{
	padding-left: 10px;
	color: #565969;
}
.single-blog-post-inner li a{
	font-size: 18px;
	color: var(--secondary-color);
	transition: all .5s ease-in-out;
	
}
.single-blog-post-inner li a:hover{
		color: var(--primary-color);
}


/* Additonal for Mobile view */

  .navbar  .menu-toggle-btn {
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--primary-color);
    }
    /* ============================
       Fullscreen Sidebar (Mobile)
    ============================ */
    .fullscreen-sidebar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      background: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85));
      z-index: 1200;
      transition: left 0.4s ease;
      display: flex;
      flex-direction: column;
      padding: 80px 20px 20px;
    }

    .fullscreen-sidebar.active {
      left: 0;
    }

    .fullscreen-sidebar a {
      padding: 10px 0;
      font-size: 1.25rem;
      font-weight: 500;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #eee;
    }

    .fullscreen-sidebar a:hover {
      color: var(--primary-color);
    }

   .navbar  .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 30px;
      cursor: pointer;
      color: #333;
    }
.fullscreen-sidebar ul {
	list-style: none;
	line-height: 2.8;
}

/* additional for sub menu services in navbar */
/* ============================
   Submenu Sliding from Right (Mobile)
============================ */

.fullscreen-sidebar ul li {
  position: relative;
}

/* Parent menu links */
.fullscreen-sidebar ul li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Submenu container - hidden off screen by default */
.fullscreen-sidebar ul.sub-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.95));
  display: flex;
  flex-direction: column;
  padding: 80px 25px;
  transition: right 0.4s ease;
  z-index: 1300;
  overflow-y: auto;
}

/* Active state - slides in */
.fullscreen-sidebar ul.sub-menu.active {
  right: 0;
}

/* Submenu links */
.fullscreen-sidebar ul.sub-menu a {
  font-size: 1.1rem;
  padding: 12px 0;
  color: #333;
  border-bottom: 1px solid #eee;
}

.fullscreen-sidebar ul.sub-menu a:hover {
  color: #000;
}

/* Arrow icon */
.fullscreen-sidebar .submenu-toggle {
  font-size: 18px;
  cursor: pointer;
  padding-left: 10px;
  color: #555;
  transition: transform 0.3s ease;
}

.fullscreen-sidebar .submenu-toggle.rotate {
  transform: rotate(90deg);
}

/* Back button inside submenu */
.fullscreen-sidebar .submenu-back {
  font-size: 1rem;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}

/*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
	background: var(--footer-bg) !important;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:var(--secondary-color);
}
.contact-page-section .contact-section-content .section-title{
	color: #fff;
	line-height: 43px;
}
.contact-page-section .contact-section-para{
	color: #f0f0f0;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 4px;
	
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #fff;
	 font-family: "Alumni Sans", sans-serif;
	font-weight: 700;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #d1d1d1;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
	.contact-page-section .contact-section-info .contact-section-details a{
	width: 280px;
		display: block;
}
}

.contact-page-section .contact-section-form-details h3{
	color: var(--primary-color);
	font-weight: 700;
	line-height: 43px;
	
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: var(--secondary-color);
	font-weight: 500;
}
.contact-page-section .contact-section-form input{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form input:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form input::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .theme-btn{
	background: var(--primary-color) !important;
	font-size: 14px;
	height: unset;
	padding: 10px 20px;
	color: #fff;
	
}
.contact-page-section .contact-section-form .theme-btn:hover{
	background: var(--primary-color) !important;
}
.contact-page-section .contact-section-form .primary-btn-1:hover{
		background: var(--primary-color) !important;
}

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}
.contact-section-form-wrapper label,
.contact-section-form-wrapper legend{
	color: #fff !important;
}
/* Additional CSS */
.ti-rating-text span,
.ti-rating-text span strong{
	color: #fff !important
}
.wpforms-submit{
	background: var(--primary-color) !important;
	padding: 10px 50px !important;
}


.sticky1 {
    position: fixed !important;
	background: #fff;
    top: -5px;
    width: 100%;
    z-index: 10;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	z-index: 9999999 !important;
  }
  #navbar.sticky1{
   opacity: 1;
	  z-index: 9999999 !important;
  
  }



/*================================
 <-- Single Area Section -->
==================================*/
.area-section .heading,
.area-section .heading h2{
	text-align: start;
	
}
.area-section .heading-1,
.area-section .heading-1 h2{
/* 	text-align: end; */
	
}
.area-section .area-section-btn .more{
    color: #000;
    background-color: #fff;
}
.area-section .area-section-btn .more:hover{
	background: #CFB341;
}
.area-section .more{
	min-width: 200px;
	text-align: center;
}
@media screen and (max-width:768px){
.area-section .more{
	min-width: 170px;
	
}	
}
.single-area-section .single-area-section-content h2{
	position: relative;
	padding-left: 30px;
	color: #fff;
}
.single-area-section .single-area-section-content h2:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: #cfb341;
	left: -5px;
}
.single-area-section .single-area-section-content h3{
	color: #cfb341;
}
.single-area-section .single-area-section-content p{
	color: #fff !important;
	line-height: 2;
}
.single-area-section .single-area-section-content iframe{
	border-radius: 10px;
}
.single-area-section .single-area-section-content ul li,
.single-area-section .single-area-section-content ol li{
	color: #fff;
}


.areas-we-serve .primary-btn-1{
	background: var(--primary-color);
}
.areas-we-serve .primary-btn-1:hover{
	color: var(--primary-color);
	background: #fff;
}
