@import url(bootstrap.min.css);
@import url(fonts.css);
@import url(cons.css);
@import url(header.css);
    #backToTob:hover{
        background-color: #283132;
        
    }
    #backToTob{
        position: fixed;
        inset-inline-end: 25px;
        bottom: 25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #7C877F;
        z-index: 22;
    }
    #backToTob:hover #icon {
        color: #EAF0EC;
    }
    #icon{
        font-size: 20px;
    }
    .hide:hover{
        transform: rotate(0);
    }
    .hide{
       display: none;
       justify-content: center;
       align-items: center;
    transform: rotate(-90deg) ;
    transition: all 0.5s;       
    }
 .back-ground{
    width: 100%;
    height: 80vh;
    background-image: url(../img/page_1/hero-bg.jpg);
    background-position: top;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    display: flex;
    align-items: center;
    background-attachment: scroll;

    

}
 .back-ground::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000024;
}

.back-ground .card-text h3::before{
    content: '';
    background-image: url(../img/page_1/arrow-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    left: 0;
    top: 49%;
    width: 24px;
    height: 5px;
}
.back-ground .card-text h1{
        font-size: 4rem;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
    color: #fff;
}
.card-text p{
    margin-top: 35px;
    font-size:22px ;
    color: #fff;

}



     .hero{
        position: relative;
        background: url('../img/page_1/hero-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 280px 0 250px;
        background-attachment: fixed;
        min-height: 100vh;
    }
        

 .hero::before{
		content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #00000032;
} 
 
    #center{
    }
    .hero .text-hero h1{
           font-size: 71px;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -0.02em;
    max-width: 70rem;
    color: #fff;
        position: relative;
        z-index: 2;
}
    .hero .text-hero p{
        max-width: 600px;
        padding: 20px 0;
        font-size:22px ;
        position: relative;
        z-index: 5;
    color: #fff;
    }
    .hero .text-hero h3::after{
         content: '';
    background-image: url(../img/page_1/arrow-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    left: 0;
    top: 49%;
    width: 24px;
    height: 5px;
    }
    .hero .text-hero h3{
              display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: #7C877F;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #fff;
    z-index: 6;
    }
 
 .btn-default.btn-highlighted{
        margin: 0 35px;


    }
    .hero-content .section-title p{
    padding: 15px;
	font-size: 22px;
	color:#fff;
	width: 100%;
	max-width: 00px;
}

.hero-content .section-title h3::before{
	filter: brightness(0) invert(1);
}



 












.about-Us{
    background-image: url(../img/page_1/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    padding: 45px 0;
    margin-top: 70px;
    animation: samer 1s ;
}
.about-img {
    position: relative;
    height: 400px;
}
@keyframes samer{
    0%{
        width: 0;
    }
   
    100%{
    width: 100%;
    }
 
    
}
.img-2{
position: absolute;
top: 17rem;
left: 14rem;
}
.img-1  {
width: 80%;
    position: absolute;
  
}
.feedback-counter{
        position: absolute;
        padding-top: 150px;
    top: 1rem;
    right: 0;
    display: flex;
    transform: rotate(270deg);
align-items: center;

}
.feedback-counter span{
    margin-right: 10px;
    background-color: #7C877F;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-left: 18px;
    padding-top:16px ;
}
.feedback-counter p{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin-top: 10px;
    color: #fff;


}
.feedback-counter h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width:12rem;
}
.shape{
       position: absolute;
       text-align: center;
    top: 15rem;
    left: 11rem;
    height: 152px;
    width: 152px;
    display: flex    ;
    border-radius: 50%;
    background-color: #7C877F;
    z-index: 2;
    border: 5px solid white;
    flex-wrap: wrap;
    color: #fff;
   }
   .shape span{
    font-weight: 600;
    padding: 10px;
    padding-left: 48px;
    font-size: 34px;
   }
   .shape h3{
    padding-bottom: 20px;
    font-size: 20px;
   }
   .img-3{
    width: 100px;
    height: 100px;
    background-image: url(../img/page_1/about-us-bg-shape.svg);
    position: absolute;
    top: 26rem;
    left: 5.5rem;
   }
   
   /* .about-text .section-title h3::before {
        content: '';
    position: absolute;
    top: 142.8%;
    left: 45%;
    transform: translateY(-50%);
    background: url(../img/page_1/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 25px;
    height: 5px;
    
} */
.about-text{
    padding-top: 70px;
}

 .small-row{
        position: relative;
    display: flex;
    
    gap: 80px;
}

.cardfe ul li {
    padding-bottom: 15px;
}

.cardfe .header-btn{
    margin-top: 20px;
    margin-left: 25px;

}
.cardfe ul li i {
     width: 25px;
     font-size: small;
    height: 25px;
    background-color: #7C877F;
    color: #fff;
    border-radius: 50%;
   padding-top: 6px;
}
.cardfe::after{
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    border: 1px solid var(--divider-color);
    width: 2px;
    height: 100%;
}
.cardfa::after {
    content: "";
    width: 1px;
    height: 11rem;
    background-color: #7c877f47;
    position: absolute;
    top: 0;
    right: 20rem;

}
.cardfa ul {
    padding-right: 20px;
}
.cardfa ul li{
    margin-top: 0px;
    line-height: 35px;
    font-size: 17px;
}
.cardfa .sam{
    padding-left: 35px;
}
.cardfa ul  .mo{
    padding-bottom: 20px;
}
.cardfa i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7C877F;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    
}
.rows img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    display: inline-block;
    margin-right: 10px;
}
.cardfa .phone{
    font-size: 18px;
    font-weight: bold;
    padding-right: 25px;
}
.rows span{
    font-size: 14px;
   
}
.cardfa ul li .p{
    display: inline-block;
   padding-left: 20px;
    
}

 .rows{
    display: flex;
    align-items: center;
}
.my_products{
    padding: 50px 0;
    width: 100%;
    background-color: #f8f8f8;
}
 .section-title h3{
    padding:  20px 0;
}
.section-title h3::after{
    content: "";
    background-image: url(../img/page_1/icon-sub-heading.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: -8%;
    margin-top: 7px;
    width: 24px;
    height: 5px;
}
#items-contact{
    border-bottom: 1px solid #7c877f28;

}

.why-choose-items-list{
       display: flex
;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.why-choose-items-list p {
        color: #192324;

    margin-bottom: 0;

}
.why-choose-items-list h3{
        font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
.why-choose-items-list .icon-box img{
       width: 24px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    height: 24px;
    display: block;

}
.why-choose-items-list .icon-box {
    position: relative;
    width: 93px;
    height: 65px;
    background-color: #eaf0ec;
    border-radius: 50%;    	
    display: flex;
    align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}
.why-choose-items-list .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #192324;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.why-choose-items-list:hover .icon-box::before {
	transform: scale(1);
}

.why-choose-items-list:hover .icon-box{
	background-color: transparent;
}





.firist-box-img{
    display: flex;
}
.second-box-img{
    display: flex;
}
.second-box-img .box-img-1{
    padding: 0 10px;
}
.second-box-img .box-img-2{
    padding: 0 10px;
}
.firist-box-img .box-img-1{
    padding: 0 10px;
}
.firist-box-img .box-img-2{
    padding: 0 10px;
}
.Our-Services
{
    padding: 60px 0;
}
.our-service-text{
    padding-top: 60px;
        max-width: 450px;
        margin: auto;
}
.Our-Services .service-img{
    height: 600px;
}
.Our-Services .service-img figure{
    width: 100%;
    height: 100%;
}
.service-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.service-image a{
	display: block;
	cursor: none;
}

.service-image a figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.36;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-btn{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
}

.service-btn a{
	background-color:#7C877F;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover{
	background-color: #192324;
}

.service-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover img{
	transform: rotate(0)
}

.service-content{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
}

.service-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px;
}

.service-content h3 a{
	color: inherit;
}

.service-content p{
	color: #fff;
	margin-bottom: 0;
}

.all-services-btn{
	text-align: center;
	margin-top: 20px;
}
.video-img{
    height: 84vh;
    background-image: url(../img/page_1/intro-video-bg.jpg);
    background-size: cover;
    background-position: center;

}
.video-class .image-anime::before{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000060;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-play-button{
	position: absolute;
	top: 45%;
	left: 48%;
	transform: translate(-50%, -50%);
	z-index: 2;

}

.video-play-button a{
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.video-play-button a:hover{
	border-color: black;
	color: black;
}
.our-Project-nav ul{
    justify-content: space-between;
}
.our-Project-nav ul li {
    padding: 0;

}
.our-Project-nav{
    margin: auto;
    padding: 70px 0;
    max-width: 500px;
}
.Our-Project{
    padding: 70px 0;
}
.Our-Project .text_p {
    padding-top: 50px;
}

.project-cols{
    overflow: hidden;
    position: relative;
}

.project-cards{
    height: 100%;
    width: 100%;
}


.project-cards .h4{
    position: absolute;
    top: 22rem;
    left: 2rem;
    
}
.project-cards h4{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
.project-cards h3 a{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.project-cards #project-btn{

    position: absolute;
    top: -40%;
    left: 45%;
   transform: translateY(0);
   transition: all 0.5s ease;
}
.project-cards:hover #project-btn{
    top: 40%;
}
.how-we-work .section-title-content p{
    color: #fff;
}
.how-we-work .section-title{
    color: #fff;
}
.how-we-work{
	background: #192324;
	padding: 100px 0;
}

.how-we-work-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.how-we-work-item{
	width: calc(25% - 22.5px);
}

.how-we-work-item .icon-box{
	margin-bottom: 30px;
}

.how-we-work-item .icon-box img{
	max-width: 60px;
}

.how-we-work-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px;
}

.how-we-work-content p{
	color: #fff;
	margin: 0;
}

.how-work-company-slider{
    display: flex;
    justify-content: space-between;
	border-top: 1px solid #FFFFFF1A;
	margin-top: 60px;
	padding-top: 60px;
}

.how-work-company-slider .company-logo{
	text-align: center;
}

.how-work-company-slider .company-logo img{
	width: 60px;
	max-height: 40px;
}

.sliders{
    border-top: 1px solid #7c877f74;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
.sliders img{
    width: 170px;
}
.our-skills{
    padding: 100px 0;
    width: 100%;
    background-image: url(../img/page_1/section-bg-shape-2.svg);
        background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.skills-progress-bar{
	margin-bottom: 40px;
}

.skills-progress-bar:last-child{
	margin-bottom: 0;
}

.skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.skill-data .skill-title{
	font-size: 16px;
	text-transform: capitalize;
	color: #192324;
}

.skill-data .skill-no{
	font-size: 16px;
	color: #000;
	margin-left: 20px;
}

.skill-progress{
	width: 100%;
	height: 12px;
	background: #EAF0EC;
	border-radius: 99px;
	position: relative;
}
.skill-progress #ba-95{

animation: animated 1s ease;
}.skill-progress #ba-85{

animation: animat 1s ease;
}
.skill-progress #ba-75{

animation: anim 1s ease;
}
.skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	border-radius: 99px;

}

@keyframes animated {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 95%;
    }
    
}
@keyframes animat {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 85%;
    }
    
}
@keyframes anim {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 75%;
    }
    
}
.our-skill-img-1 figure, .our-skill-img-2 figure, .our-skill-img-3 figure {
    display: block;
}
.our-skills-img{
        position: relative;
    padding-bottom: 155px;
    margin-left: 65px;
}
.our-skills-img .our-img-1{
    position: relative;
    background-image: url(../img/page_1/our-skill-img-bg-dot.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 84px auto;
    padding: 30px 0 0 30px;
   left: 0.5rem;
	width: 333px;

}

.our-skills-img .our-img-1 img{
    
width: 100%;
}
.our-skills-img .our-img-2 img{
width: 100%;
}
.our-skills-img .our-img-3 img{
width: 100%;
}
.our-skills-img .our-img-2{
    position: absolute;
       width: 202px;
    position: absolute;
    top: 70px;
    right: 0;

}
.our-skills-img .our-img-3{
   width: 333px;
    position: absolute;
    top: 17.5rem;
    bottom: 0;
    right: 0;
}
.our-testimonials-img{
    height: 100%;
}
.our-testimonials-img figure,
.our-testimonials-img figure img{
       width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}


.our-testimonials-text{
    padding: 100px;
}
.our-testimonials{
    margin-top: 50px;
      background-color:#F8F8F8 ;
    width: 100%;

}
.our-testimonials .section-title h3 ::after{
        left: 53.5rem;
}
.our-testimonials-sliders .icon-box i{
    padding-bottom: 40px;
   

}
.our-testimonials-sliders{
   padding-top: 50px ;

}
.our-testimonials-sliders .rows{
    padding-top: 25px;
}
.our-testimonials-sliders .rows img{
    
    width: 70px;
    height: 70px;
}
.our-testimonials-sliders .rows p{
    font-size: 18px;
    font-weight: bold;
}
.our-blog{
    margin-top: 80px;
    background-image: url(../img/page_1/section-bg-shape-2.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 50px ;
}
.our-blog .text_p{
    padding: 80px;
}
#our-blog{
    padding-right: 50px;

}
.our-blog-cards{
    margin-top: 20px;
    overflow: hidden;
height: 500px;

}
.our-blog-img{
    height: 370px;
    
}
.our-blog-img figure img,
.our-blog-img figure{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;

}

.our-blog-cards:hover .our-blog-img img{
    transform: scale(1.1);
}
.our-blog-text{
    padding: 20px 0;

}
.our-blog-text h2 a{
    text-decoration: none;
    color: #192324;
}
.our-blog-text h2{
    font-size: 22px;
}
#btn-our-blog::before{
    content: "";
   position: absolute;
   background-image: url(../img/page_1/arrow-accent.svg);
   top: 50%;
 right: 0;
    width: 19px;
    height: 20px;
}
#btn-our-blog{
    background-color: transparent;
    color: #192324;
    padding: 0;
    font-weight: 500;
    padding: 10px 0;
    width: 8rem;
    
}
#btn::after{
    content: '';
    
    position: absolute;
    background-color: #000;
}
#btn{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.main-footer{
	padding: 90px 0 0;
    
	background: #192324;
}

.main-footer .footer-header{
	border-bottom: 1px solid #FFFFFF1A;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-social-links{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.footer-social-link-title h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
}

.footer-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 10px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i{
	font-size: 18px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
	background: #7C877F;
}

.footer-social-links ul li a:hover i{
	color: #fff;
}

.footer-links h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li:hover{
	color: #7C877F;
}

.footer-links ul li a{
	display: block;
	color: inherit;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF1A;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box{
	border-color: #fff;
}

.footer-contact-item .icon-box i{
	font-size: 16px;
	color: #fff;
}



.footer-contact-content p{
	color: #fff;
	margin: 0;
}

.footer-newsletter-form p{
	color: #fff;
	margin-bottom: 30px;
}

.footer-newsletter-form .form-group{
	display: flex;
	background: v#fff;
	overflow: hidden;
}

.footer-newsletter-form .form-group .form-control{
	width: 85%;
	border: none;
	border-radius: 0;
	color: #283132;
	background: #fff;
	padding: 13px 10px;
	box-shadow: none;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: #283132;
}

.footer-newsletter-form button{
	background-color: #fff;
	width: 15%;
	border: none;
	padding: 0;
}

.footer-newsletter-form button i{
	color: #7C877F;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form button:hover i{
	color: #fff;
}

.footer-copyright{
	border-top: 1px solid #FFFFFF1A;
	text-align: center;
	margin-top: 65px;
	padding: 40px 0;
}

.footer-copyright-text p{
	color: #fff;
	margin: 0;
}
#About{
    height: 80vh;
    background-position: center ;
}
#About::after{
   
    height: 80vh;

}


#About-us{
    position: relative;
    left: 39%;
    top: 20%;
    z-index: 0;
    z-index: 88;
}
#About-us p{
    padding: 0;
    margin: 0 80px;
    position: relative;

}
.about-items{
    padding: 35px 0;
}
#how-we-work-about{
    margin-top: 60px;
    z-index: 0;
    padding: 100px ;
}
.news{  

    background-color: #f8f8f8;
    color: #192324;
}
.left-news p{
    color: #283132;
    font-size: 15px;
}
#left-news-after::after{
    content: '';
    position: absolute;
    background-color: #7c877f55;
    top: 10%;
    width: 1px;
    height: 19rem;
   left: -4%;

}
.left-news{
    padding: 45px;
    position: relative;
}
.news h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.news .icon-box:hover{
    background-color:#283132;
}
.news .icon-box img{
    width: 70%;
    height: 100%;

}
.news .icon-box{
    position: relative;
    width: 85px;
    height: 85px;
    background: #EAF0EC;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.best-selling { 
    margin-top: 2rem;
    background: url(../img/page_2/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 50px 100px;
    width: 100%;
}
.testimonial-rating-counter{
	display: flex;
	align-items: center;
	gap: 20px;
    padding: 20px 0;
}

.testimonial-rating-counter .rating-counter h2{
	font-size: 58px;
}

.testimonial-client-rating{
	display: inline-block;
	background: #7C877F;
    padding: 0px 5px 3px 5px;
    line-height: 1em;
}

.testimonial-client-rating i{
	font-size: 10px;
	color:#fff
}

.testimonial-rating-content p{
	color: #192324;
	font-weight: 500;
	margin: 0;
}
.service-image-About-text p{
    margin-left: 20px;

    padding-top:10px ;

}
.service-image-About-text{
    margin-left: 7rem;
}
#text_About-titile{
    padding: 90px 0;
}
#service-image-About img{
    height: 500px;
   
}
#service-icons{
    padding: 0;
    width: 12rem;
    margin: auto;
}
#service-icons ul li a {
    width: 50px;
    height: 50px;
    background-color: #EAF0EC;
    color: #fff;
}
#service-icons ul li a:hover{
    background-color: #192324;
}
#service-main{
    margin-top: 60px;
}
.our-faqs{
    margin-top:60px;
}
.our-faqs-img{
    padding: 35px 0;
}
.faq-accordion .accordion-item{
    border-bottom: 1px solid #EAF0EC;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}

.faq-accordion .accordion-header .accordion-button{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #192324;
	align-items: start;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button span{
	margin-right: 7px;
}

.faq-accordion .accordion-button:not(.collapsed){
    padding-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	position: absolute;
	font-size: 20px;
	font-weight: 900;
	color:#192324;
	text-align: right;
    top: 0;
    right: 10%;
	transition: all 0.3s ease-in-out;
}



.faq-accordion .accordion-body{
	padding-right: 35px;
}

.faq-accordion .accordion-body p{
	margin: 0;
}

.our-faqs-image{
	text-align: right;
}

.our-faqs-image figure{
	display: block;
}

.our-faqs-image img{
	width: 100%;
	aspect-ratio: 1 / 1.26;
    object-fit: cover;
}

.our-clients{
	background-color: #F8F8F8;
	padding: 100px 0;
    height: 500px;
}



.our-client-slider .client-logo img{
	width: 100%;
	max-height: 40px;
}
.our-clients{
    text-align: center;
    
}
.our-clients .section-title h3::after{
    left: 43%;
} 
.our-clients .section-title p{
    padding: 20px 100px;
}
.our-clients .sliders{
    padding: 0 70px;
    border: 0;
}
.page-blog{
	padding: 100px 0;
}
.contact-img{
    padding: 0 30px;
}

.page-pagination{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 45px;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #7C877F;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: #192324;
    color: #fff;
}
.contact-us{
    padding: 80px 0;
}
.contact-us input{
  border: 1PX solid #EAF0EC;
      font-size: 16px;
    line-height: 1.2em;
    color: #283132;
    
}
#phone-contect{
padding: 14px;
    margin: 15px 14px;
    display: block;
    color: #283132;
    
    width: 35rem;
    height: 2.8rem;
}
 #message-contect{
  padding: 0 14px;
    margin: 15px 14px;
    display: block;
    width: 35rem;
    height: 6.3rem;
    text-align: start;
    color: #283132;
}

 .contect-form #name,
 .contect-form #email{
    color: #283132;
     
    width: 16.5rem;
     padding: 14px;
     height: 2.8rem;
     margin: 0 12px;
     display: inline-block;
 }
 .contact-us form button{
    border: 0 ;
   margin-left: 14px;
 }

   .contact-us h3::after{
left: -8%;
   }


   .Google-map{
    text-align: center;
    padding: 70px 0;
   }
   .Google-map .section-title p{
    padding: 15px 0;
   }
   .Google-map .section-title h3::after{
    left: 36%;
   }
   .google-map-iframe, .google-map-iframe iframe {
    width: 100%;
    height: 500px;
}
.sidebar-cta-image figure{
	display: block;
}

.sidebar-cta-image img{
	width: 100%;
	aspect-ratio: 1 / 0.57;
	object-fit: cover;
}

.sidebar-cta-Body{
	border: 1px solid #EAF0EC;
	padding: 30px;
}

.sidebar-cta-content{
	margin-bottom: 25px;
}

.sidebar-cta-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar-cta-content p{
	font-weight: 500;
	margin-bottom: 0;
}

.sidebar-cta-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sidebar-cta-contact-item:last-child{
	margin-bottom: 0;
}

.sidebar-cta-contact-item .icon-box{
	position: relative;
	height: 58px;
	width: 58px;
	background-color:  #EAF0EC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact-item:hover{
	background-color: transparent;
}

.sidebar-cta-contact-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #192324;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.sidebar-cta-contact-item .icon-box img {
    position: relative;
    max-width: 24px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.sidebar-cta-contact-item:hover .icon-box::before{
    transform: scale(1.1);
}
.contact-info-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
}

.contact-info-item{
	width: calc(33.33% - 20px);
	display: flex;
}

.contact-info-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background-color: #EAF0EC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.contact-info-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #192324;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box:before{
	transform: scale(1);
}

.contact-info-item .icon-box i{
	position: relative;
	font-size: 20px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box i{
	color: #fff;
}

.contact-info-content{
	width: calc(100% - 80px);
}

.contact-info-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-info-content p{
	margin-bottom: 0;
}
.page-project-single{
	padding: 100px 0;
}

.project-single-sidebar{
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.project-detail-list{
	border: 1px solid #EAF0EC;
	padding: 30px;
	margin-bottom: 60px;
}

.project-detail-item{
	display: flex;
	align-items: center;
    margin-bottom: 30px;
}

.project-detail-item:last-child{
	margin-bottom: 0;
}

.project-detail-item .icon-box{
	position: relative;
	background-color: #EAF0EC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.project-detail-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7C877F;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.project-detail-item:hover .icon-box::before{
	transform: scale(1);
}

.project-detail-item .icon-box i{
	font-size: 22px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-detail-item:hover .icon-box i{
	color: #fff;
}

.project-detail-content{
	width:15rem;
}

.project-detail-content h3{
	font-size: 16px;
	font-weight: 500;
   
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-detail-content p{
	color: #7C877F;
	text-transform: capitalize;
	margin-bottom: 0;
}

.project-single-image{
    margin-bottom: 40px;
}

.project-single-image figure{
    display: block;
}

.project-single-image img{
	width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.project-info,
.project-design-info{
	margin-bottom: 60px;
}

.project-entry h2{
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.project-entry p{
	margin-bottom: 20px;
}

.project-entry p:last-child{
	margin-bottom: 0;
}

.project-entry ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.project-entry ul li{
	position: relative;
    font-weight: 500;
    color: #283132;
    padding-left: 30px;
    margin-bottom: 15px;
}

.project-entry ul li:last-child{
	margin-bottom: 0;
}

.project-entry ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #7C877F;
    display: inline-block;
    top: 2px;
    left: 0;
}

.project-gallery-images{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-gallery-img{
    width:11rem;
}

.project-gallery-img a,
.project-gallery-img figure{
    display: block;
	cursor: none;
}

.project-gallery-img figure img{
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}
/* @media only screen and (max-width: 420px) {
    .text-1 h1{
        font-size: 25px;
    } */


 @media screen and  (max-width:768px) {
   .hero .text-hero h1{
        font-size: 4.5rem;
    }
    
 }
 @media screen and (max-width:576px) {
     .hero .text-hero h1{
        font-size: 3rem;
    }
    
 }
 /* #Row{
    position: relative;

 } */
#lightBoxContainer{
      width: 100vw;
    height: 100vh;

    position: fixed;
    background-color: #0000004d;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    display: none;

}
#lightBoxItem #close:hover {
    color: #F8F8F8;
}
#lightBoxItem #close {
 font-size: 25px;
 position: absolute;
right:-8px ;
top: -28px;
cursor: pointer;
}
#lightBoxItem {
    position: relative;
   display: flex;
   justify-content: center;
    width: 105vh;  
    height: 60vh;

}
#lightBoxItem iframe{
      width: 100%;
    height: 100%;
        border-radius: 8px;

    

}
.footer-logo {
    width: 150px;
    height: 50px;
    opacity: 1;
    visibility: visible;
}












 