/*==========================
    GLOBAL CSS START
==========================*/
:root{
    --primary-color: #000;
    --secondary-color: #4B4B4B;
    --third-color: #D9D9D9;
    --text-white: #fff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", serif;
}
a{
    text-decoration: none;
}
html, body{
    overflow-x: hidden;
    
}
.title-box{
    position: relative;
}
.title-box h5{
    text-transform: uppercase;
    font-size: 16px;
}
.title-box h2{
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (min-width:991px){
    .title-box h2{
        font-size: 32px;
        width: 553px;
    }
}
/* button */
/* button */
.primary-btn-1{
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    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;
    }
    .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  CSS
==========================*/
header .header-top{
	background: #444444;
}
header .header-top a{
	color: var(--text-white);
	transition: all .5s ease-in-out;
}
header .header-top a:hover{
	color: var(--third-color);
}
header .header-top svg{
	color: var(--text-white);
}
/*==========================
Navbar CSS
==========================*/
header .navbar .navbar-brand img{
	width: 200px;
}
/*==========================
Banner Section CSS
==========================*/
.banner{
    padding-bottom: 150px;
}
.banner .banner-content p{
    color: #4B4B4B;
}
@media screen and (min-width:991px){
	.banner .title-box h2{
		font-size: 32px;
	}
}
.banner .banner-img-wrapper{
    position: relative;
}
@media screen and (min-width:991px){
    .banner .banner-img-wrapper .banner-img{
        width: 601px;
        height: 505px;
        object-fit: cover;
        z-index: 2;
        position: relative;
    }
    .banner .banner-img-wrapper .banner-shape{
        width: 458px;
        height: 333px;
        object-fit: cover;
       
    }
}
.banner .banner-img-wrapper .banner-shape{

    position: absolute;
    bottom: -10%;
    left: -10%;
    z-index: 1;
}


/*==========================
About  Section CSS
==========================*/
@media screen and (min-width:991px){
	.about .title-box h2{
		font-size: 32px;
	}
}
.about .about-img-wrapper .about-img-1{
    width: 100%;
    height: 347px;
    object-fit: cover;

}
.about .about-img-wrapper .about-img-2{
    width: 100%;
    height: 245px;
	 object-fit: cover;

}
.about .about-img-wrapper .about-img-3{
    width: 100%;
    height: 617px;
	 object-fit: cover;
}
@media screen and (max-width:768px){
	.about .about-img-wrapper .about-img-3{
		height: 450px !important;
	}
}
.about .title-box{
    border-bottom: 1px solid #D9D9D9;
    padding-left: 10px;
    margin-bottom: 35px;
}
.about .title-box h5{
    position: absolute;
    left: -3%;
    top: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 30px;
    font-weight: 500;
   
}
@media screen and (max-width:768px){
.about .title-box h5{
    position: unset;
    left: unset;
    top: unset;
    writing-mode: unset;
    transform: unset;
    margin-top: unset;
   
   
}	
}
.about .about-content h3{
    color: #4B4B4B;
    font-weight: 700;
    margin-bottom: 20px;
}
.about .about-content  p{
    color: #7D7D7D;
    line-height: 1.8;
}
@media screen and (min-width:991px){
    .about .about-content h3{
        font-size: 20px;
    }
}
.about .about-featured-wrapper .about-featured-icon{
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 50px;
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-icon{
		margin: 0 auto;
	}
}
.about .about-featured-wrapper .about-featured-icon img{
    width: 39px;
    height: 39px;
}
.about .about-featured-wrapper .about-featured-content h3{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-content h3,
	.about .about-featured-wrapper .about-featured-content p{
		text-align: center;
	}
}
@media screen and (min-width:991px){
	.about .about-featured-wrapper .about-featured-content h3{
		width: 372px;
	}
}
.about .about-featured-wrapper .about-featured-content p{
    color: #7a736a;
    width: 380px;
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-content p{
  
    width: 100%;
}
}
/*==========================
Services Section CSS
==========================*/
.services .services-wrapper{
   padding-bottom: 150px;
}
@media screen and (max-width:768px){
.services .services-wrapper{
   padding-bottom:unset;
}	
}
.services .title-box{
    border-bottom: 1px solid var(--text-white);
}
@media screen and (max-width:768px){
	.services .title-box{
		padding-left: 15px;
	}	
}
.services .title-box h5{
    position: absolute;
    left: -3%;
    top: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 30px;
    font-weight: 500;
   
}
@media screen and (max-width:768px){
	.services .title-box h5{
    position: unset;
    left: unset;
    top: unset;
    writing-mode: unset;
    transform: unset;
    margin-top: unset;
   
   
}
}
.services .services-title-btn .primary-btn-1{
    border: 1px solid var(--text-white);
    background: transparent;
}
.services .services-title-btn .primary-btn-1:hover{
    border: 1px solid var(--secondary-color);
}
.services .services-content{
    background: var(--text-white) !important;
    padding: 30px;
    border-radius: 5px;
    position: relative;
 
}
.services .services-content:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--third-color);
    transition: all .5s ease-in-out;
}
.services .services-content:hover:before{
    height: 100%;
    z-index: 1;
}
.services  .services-content .services-content-img-wrapper .services-icon{
    width: 50px;
    height: 50px;
    z-index: 2;
}
.services  .services-content .services-content-img-wrapper {
    z-index: 2;
    position: relative;
 
}
@media screen and (min-width:991px){
    .services  .services-content .services-content-img-wrapper .services-content-img{
        width: 200px;
        height: 226px;
        object-fit: cover;
    } 
}
@media screen and (max-width:768px){
    .services  .services-content .services-content-img-wrapper .services-content-img{
        width: 200px;
        height: 226px;
        object-fit: cover;
    } 
}
.services  .services-content .services-content-title h3 a{
    text-transform: capitalize;
    font-weight: 700;
    color: var(--primary-color);
    transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
}
.services  .services-content .services-content-title h3 a:hover{
    color: var(--secondary-color);
}
@media screen and (min-width:991px){
    .services  .services-content .services-content-title h3 a{
        font-size: 22px !important;
    }
}
.services  .services-content .services-content-text{
    color:#5F5F5F;
    z-index: 2;
    position: relative;
}
.services  .services-content .services-content-img{
    transition: all .5s ease-in-out;
 
}
.services .services-wrapper .slick-prev{
    position: absolute;
    top: 50%;
    z-index: 9999 !important;
    left: -5%;
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    font-size: 0;
    border: none;
}
.services .services-wrapper .slick-next{
    position: absolute;
    top: 50%;
    z-index: 9999 !important;
    right: -5%;
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    font-size: 0;
    border: none;
}
.services .services-wrapper .slick-prev:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0'/%3E%3C/svg%3E");
}
.services .services-wrapper .slick-next:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E")
}
/*==========================
Experience Section CSS
==========================*/
@media screen and (min-width:991px){
    .experience-section .experience-section-top{
        position: relative;
        transform: translateY(-250px);
        margin-bottom: -50px;
    }
    .experience-section .experience-section-top h3{
        font-size: 28px;
        
    }
}
.experience-section .experience-section-top h3{
   font-weight: 700;
    
}
.experience-section .experience-section-top-icon{
    width: 71px;
    height: 71px;
    line-height: 71px;
    background: var(--primary-color);
    text-align: center;
    border-radius: 50px;
}
.experience-section .experience-section-top-icon svg{
    color: var(--text-white);
    width: 34px;
    height: 34px;
}
.experience-section  .experience-section-top-phone a{
    color: var(--primary-color);
    font-size: 33px;
    font-weight: 700;
}
@media screen and (max-width:991px){
.experience-section  .experience-section-top-phone a{
  
    font-size: 24px;
  
}	
}
.experience-section  .experience-section-top-phone a:hover{
    color: var(--secondary-color);
}
.experience-section {
    margin: 100px 0 30px 0;
}
@media screen and (max-width:768px){
	.experience-section {
    margin: unset !important;
}
}
.experience-section .title-box{
    position: relative;
}
.experience-section .title-box{
    padding-left: 10px;
}
@media screen and (max-width:768px){
	.experience-section .title-box{
    padding-left: 15px;
}
}
.experience-section .title-box h5{
    position: absolute;
    left: -3%;
    top: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 30px;
    font-weight: 500;
   
}
@media screen and (max-width:768px){
	.experience-section .title-box h5{
    position: unset;
    left: unset;
    top: unset;
    writing-mode: unset;
    transform: unset;
    margin-top: unset;
  
   
}
}
.experience-section .title-box {
    border-bottom: 1px solid #D9D9D9;
}
.experience-section  .experience-section-content p{
    color: #7D7D7D;
    font-family: "Inter", serif;
}
.experience-section .experience-section-featured .experience-section-featured-icon{
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center;
}
.experience-section .experience-section-featured .experience-section-featured-icon img{
    width: 34px;
    height: 34px;
}
.experience-section .experience-section-featured h5{
    color: var(--primary-color);
    font-size: 16px;
}
@media screen and (min-width:991px){
	.experience-section .experience-section-featured h5{
    width: 165px;
}
}
.experience-section .experience-section-featured h2{
    color: #4B4B4B;
}
@media screen and (min-width:991px){
    .experience-section .experience-section-featured h2{
        font-size: 50px;
    }
}
.experience-section .experience-section-img-wrapper{
    position: relative;
    height: 463px;

}
@media screen and (max-width:768px){
	.experience-section .experience-section-img-wrapper{
		height: unset;
	}	
	 .experience-section .experience-section-img-wrapper .experience-section-img-2{
     width: 100%;
        height: 526px;
        object-fit: cover;
       
        
    }
	   .experience-section .experience-section-img-wrapper .experience-section-img-text{
     position: absolute;
		   bottom: 0;
        z-index: 999 !important;
        background: #D9D9D9;
        padding: 20px;
        border: 21px solid var(--primary-color);
       
    }
}
@media screen and (min-width:991px){
    .experience-section .experience-section-img-wrapper .experience-section-img-1{
        position: absolute;
        width:381px;
        height: 518px;
        object-fit: cover;
        top: 0;
        left: 0;
        z-index: 1;

    }
    .experience-section .experience-section-img-wrapper .experience-section-img-2{
        position: absolute;
        width:307px;
        height: 526px;
        object-fit: cover;
        top: 0;
        right: 0;
        transform: translateY(-100px);
        z-index: 2;
        
    }
    
    .experience-section .experience-section-img-wrapper .experience-section-img-text{
        position: absolute;
        bottom: 20px;
        z-index: 999 !important;
        background: #D9D9D9;
        padding: 20px;
        left: 50%;
        transform: translateX(-50%);
        border: 21px solid var(--primary-color);
       
    }
    .experience-section .experience-section-img-wrapper .experience-section-img-text h3{
        font-size: 50px;
    }
    .experience-section .experience-section-img-wrapper .experience-section-img-text h5{
        transform: rotate(180deg);
        writing-mode: vertical-rl;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
}

/*==========================
Projects CSS
==========================*/
.projects{
    background: var(--primary-color);
}
.projects .title-box h2{
    width: 100%;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.projects .projects-img-wrapper{
    position: relative;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%;
}
.projects .projects-img-wrapper .plus-sign{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: var(--text-white);
}
.projects .projects-btn .primary-btn-1{
	background: var(--text-white) !important;
	color: var(--primary-color);
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: var(--text-white);
}
/*==========================
Testimonials CSS
==========================*/
.testimonials .testimonials-content{
    border: 1px solid #DEDEDE;
    padding: 30px;
    position: relative;
    margin-top: 50px;
    text-align: center;
    border-radius: 5px;
 
}
@media screen and (max-width:768px){
	.testimonials .testimonials-content{
		padding: 30px 15px;
	}
}
.testimonials .testimonials-content .testimonials-pic{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--text-white);
    border-radius: 50px;
    border: none;
}
.testimonials .testimonials-content .testimonials-pic img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 50px;

}
.testimonials .testimonials-content  .testimonials-content-ratings img{
    margin: 0 auto;
}
.testimonials .testimonials-content .testimonials-content-profile h3{
    font-size: 20px;
    font-weight: 600;
}
.testimonials .testimonials-content .testimonials-content-profile p{
    font-family: "Inter", serif;
    color: #292929;
}
.testimonials .testimonials-content .testimonials-content-text p{
    color: #292929;
    font-family: "Inter", serif;
}
.testimonials .testimonials-wrapper .slick-dots {
    font-size: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    margin: 20px 0
  
}
.testimonials .testimonials-wrapper .slick-dots li button{
    /* display: none; */
    margin: 0 10px;
    width: 15px;
    height: 15px;
    background: #DEDEDE;
    border: none;
    border-radius: 50px;
    
}

.testimonials .testimonials-wrapper  .slick-dots .slick-active button{

    background: var(--primary-color);
    width: 10px;
    height: 10px;
    line-height: 15px;
    transform: translateY(2px);

}
.testimonials .testimonials-wrapper  .slick-dots .slick-active button:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--primary-color);
    top: -25px;
    border-radius: 50px;
    margin-left: -15px;
    margin-top: 15px;
   
  
}
.testimonials .testimonials-wrapper .slick-current{
    background: var(--primary-color);
}
.testimonials .testimonials-wrapper .slick-current .testimonials-content-profile h3,
.testimonials .testimonials-wrapper .slick-current .testimonials-content-profile p,
.testimonials .testimonials-wrapper .slick-current p{
    color: var(--text-white);
}
/*==========================
  Blog CSS
==========================*/
.blog{
   position: relative;
}
.blog:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFFD9;
    top: 0;
}
.blog .container{
    position: relative;
    z-index: 10 !important;
}
.blog .blog-title-btn .primary-btn-1{
    background: transparent;
}
.blog .blog-title-btn .primary-btn-1{
   color: var(--primary-color);
}
.blog .blog-title-btn .primary-btn-1:hover{
    color: var(--text-white);
}
.blog .title-box{
    border-bottom: 1px solid var(--primary-color);
}
.blog .title-box{
    padding-left: 10px;
}
.blog .title-box h5{
    position: absolute;
    left: -3%;
    top: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 30px;
    font-weight: 500;
   
}
@media screen and (max-width:768px){
	.blog .title-box h5{
    position: unset;
    left: unset;
    top:unset;
    writing-mode: unset;
    transform: unset;
    margin-top: unset;
   
   
}
}
.blog .blog-content{
    padding: 56px 30px 52px;
    background: var(--text-white);
    box-shadow: 0px 0px 12px #00000033;
    position: relative;
}
.blog .blog-content .blog-img-wrapper img{
    width: 100%;
    height: 221px;
    object-fit: cover;
}
.blog .blog-content .blog-img-wrapper{
    position: relative;
}
.blog .blog-content .blog-img-wrapper .blog-content-date{
    position: absolute;
    top: -35px;
    left: 20px;
    transition: all .5s ease-in-out;
    
}
.blog .blog-content .blog-img-wrapper .blog-content-date span{
    width: 55px;
   
}
.blog .blog-content:hover .blog-content-date{
    left: 0;
}
.blog .blog-content .blog-img-wrapper .blog-content-date .blog-content-day{
    background: var(--primary-color);
    padding: 6px 8px 5px;
    color: var(--text-white);
    display: block;
    text-align: center;
}
.blog .blog-content .blog-img-wrapper .blog-content-date .blog-content-month{
    background: var(--text-white);
    padding: 6px 8px 5px;
    color: var(--primary-color);
    display: block;
    text-align: center;
}
.blog .blog-content .blog-content-title h3 a{
    color: var(--primary-color);
    background: linear-gradient(to right, rgb(43, 30, 22) 0%, rgb(43, 30, 22) 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
@media screen and (min-width:991px){
	.blog-content .blog-content-title h3 a{
		 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	}
}
.blog .blog-content .blog-content-title h3 a:hover{
    background-size: 100% 1px;
}
@media screen and (min-width:991px){
    .blog .blog-content .blog-content-title h3 a{
        font-size: 24px;
    }
}
.blog .blog-content .blog-content-text{
    margin-bottom: 30px;
}
.blog .blog-content .blog-content-text p{
color: #7a736a;
}
.blog .blog-content .blog-content-admin{
    position: absolute;
    bottom: 0;
    background: var(--primary-color);
    width: 100%;
    left: 0;
    padding: 15px 30px;
}
.blog .blog-content .blog-content-admin svg,
.blog .blog-content .blog-content-admin a{
    color: var(--text-white);
    text-transform: capitalize;
}
/*==========================
   Footer CSS
==========================*/
footer{
    background: var(--primary-color);
}
@media screen and (min-width:991px){
    footer .footer-top .footer-logo img{
        width: 180.83px;
    }
}
footer .footer-top .footer-para p{
    color: var(--text-white);
}

footer .footer-top .footer-socials ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;

}

footer .footer-top .footer-socials ul li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--text-white);
    display: block;
    border-radius: 10px;
    color: var(--primary-color);
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-socials ul li a svg{
    width: 24px;
    height: 24px;


}
footer .footer-top .footer-socials ul li a:hover{
    background: var(--secondary-color);
    color: var(--text-white);
}
footer .footer-top .builder-crackers img{
    background: var(--text-white);
    padding: 10px 15px;

}

footer .footer-top h3{
    color: var(--text-white);
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-transform: capitalize;
    
}
@media screen and (min-width:991px){
    footer .footer-top h3{
        font-size: 20px;
    } 
}
footer .footer-top h3:before{
    content: '';
    position: absolute;
    width: 63px;
    height: 1px;
    background: var(--text-white);
    top: 100%;
    
}
footer .footer-top .footer-links{
    list-style: none;
    padding-left: 0;
    line-height: 2;
}
footer .footer-top .footer-links li a{
    color: var(--text-white);
    transition: all .5s ease-in-out;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-family: "Inter", serif;
}
footer .footer-top .footer-links li a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--text-white);
    top: 100%;
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-links li:hover a:before{
    width: 100%;
}
footer .footer-top .footer-links li a:hover{
    color: var(--third-color);
}
@media screen and (min-width:991px){
    footer .footer-top .footer-links li a{
        font-size: 18px;
    }
}

footer .footer-contacts svg{
    color: var(--text-white);
    width: 24px;
    height: 24px;
}
footer .footer-contacts  a{
    color: var(--text-white);
    font-weight: 400;
    font-family: "Work Sans", serif;
}
footer .footer-contacts  a:hover{
    color: var(--third-color);
}
footer .footer-bottom p{
    color: var(--text-white);
    text-transform: capitalize;
    position: relative;
    padding: 0 40px;
    z-index: 2;
}
footer .footer-bottom p:before{
    content: '';
    position: absolute;
    width: 510px;
    height: 1px;
    background: #A8C1FF26;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
footer .footer-bottom p:after{
    content: '';
    position: absolute;
    width: 510px;
    height: 1px;
    background: #A8C1FF26;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
footer .footer-bottom p a{
    color: var(--text-white);
}
footer .footer-bottom p a:hover{
    color: var(--text-white);
}
/*==========================
   Page Banner CSS
==========================*/
.page-banner{
	height: 60vh;
}
.page-banner .breadcrumb-item+.breadcrumb-item::before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
	position: relative;
	top: 3px;
}

/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #222;
	    font-family: aileron;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	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: var(--secondary-color);
}
.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;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	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%;
	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='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%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;
	    font-family: aileron;
}
.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;
	    font-family: aileron;
}
.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;
}

/*-----------------------------------
      contact section style
------------------------------------*/
.services-contact-section{
    background: #f3f3f3;
}
.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; */
}
.services-contact-section .contact-section-form:before{
    top: 0;
    left: -25px;
    width: 25.63px;
    height: 29px;
    position: absolute;
    content: "";
    background: var(--third-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: 47px;
    border-radius: 3px;
    color: var(--primary-color);
}

.services-contact-section .contact-section-form input::placeholder{
    color: #9E9E9E;
    font-family: aileron;
    font-size: 13px;
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
    font-family: aileron;
    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;
    
  }


  /*================================
 <-- 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: var(--secondary-color);
	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 p{
	color: #565969;
	line-height: 1.7;
	font-size: 17px;
	text-align: justify;
}
.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #ececec;
    padding: 25px 25px 25px;
}
.single-blog-sidebar-wrapper h2{
	color: var(--secondary-color);
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	text-transform: capitalize;
	font-weight: 700;
}
@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;
}
.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;
	font-weight: 700;
	color: var(--secondary-color);
	transition: all .5s ease-in-out;
}
.single-blog-post-inner li a:hover{
		color: var(--primary-color);
}


/*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.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-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;
}
}
/* Additional CSS */
@media screen and (min-width:991px){
	#mega-menu-wrap-main-menu{
	width: 100% !important;
}
}
.projects-page{
	background: none !important;
}

/*==========================
   Gallery Section CSS
==========================*/
@media screen and (min-width:991px){
	.projects{
/* 		height: 100vh; */
	}
	.projects-page{
		height: unset !important;
	}
}

.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid var(--primary-color);
     color: #000;
     padding: 8px 25px;
     cursor: pointer;
     font-weight: 600;
     font-size: 13px;
     text-transform: uppercase;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     border-radius: 30px;
}
@media screen and (max-width:768px){
	.gallery .filter-button-group li{
		 padding: 5px 15px;
	}
}

 .gallery .filter-button-group li.active,  .gallery .filter-button-group li:hover{
     background:var(--secondary-color);
     color: #fff;
    border: 2px solid var(--secondary-color);
 }
a.read-more__link {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--secondary-color) !important;
    position: relative;
	justify-content: center;
	text-align: center;
	
}