* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

ol, ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}
body {
    font-family: 'Metropolis';
	font-size: 18px;
	color: #000;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 500;
    letter-spacing: 0.05em;
    background: #272727;
    scroll-behavior:smooth;
    position: relative;
}
p{
    line-height: 1.6;
    color: #FFFFFF;
    opacity: 0.5;
    line-height: 180%;
}

input, textarea, select {
	font-family: 'Metropolis';
	font-weight: 500;
    cursor: pointer;
    color: #FFFFFF;
    opacity: 0.5;
}

a {
	color: #000;
	font-family: 'Metropolis';
    cursor: pointer;
}
button{
    cursor: pointer;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1350px;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* pageinfo */
 .pagingInfo{
     display: inline-block;
     font-size: 25px;
     position: absolute;
     bottom: 50px;
     left: 170px;
     z-index: 1;
     color: #999;
     transition: all 0.4s ease;  
}
 .pagingInfo b{
    font-size: 60px;
    color: #fff;
    margin-right: 10px;
 }
 .pagingInfo sup{
    position: relative;
    top: -25px;
 }
 /* PRELOADER */
 #preloader{
    background: rgb(0, 0, 0) url(../images/loader.gif) no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}
@media all and (max-width: 550px){
    #preloader{
        background-size: 40%;
    }
}
 /* pageinfo end */
 /* #modal */
 #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
 }
 #modal .modal-item .container{
     position: relative;
 }
 #modal .modal-item .container .image-box{  
     width: 600px;
     height: 600px;
 }
 #modal .modal-item .container .image-box img{ 
    display: block;
    width: 100%;
 }
 #modal .modal-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* common heading */
h2{
    font-size: 60px;
}
h3{
    font-size: 50px;
    color:#fff;
}
h4{
    font-size: 30px;
    color:#fff;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}
.specialFont{
    font-size: 46px;
    display: inline-block;
    font-weight: 500;
    color:#fff;
}

/* header */
.menu{
    display: none;
}
.close{
    display: none;
}
.menu{
    width: 25px;
}
.close{
    width: 20px;
}
.CommonClose-Menu img{
    width: 100%;
    display: block;
}
.mobile-view{
    width:100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right:0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(47px);
    padding:20px;
    border-radius: 6px;
    transition: all 0.4s ease;
    z-index: 100;
}
.mobile-view .mobile-view-container{
    display: flex;  
    flex-direction: column;
    align-items:center;
    justify-content: center;
    height:100%;
    z-index:5;
}
.mobile-view .close{
    position: fixed;
    right: 20px;
}
.mobile-view .mobile-view-container .active a{
    color:#A6C741;
}
.mobile-view .mobile-view-container li{
    margin-bottom: 20px;
}
.mobile-view .mobile-view-container li:hover a{
    color:#A6C741;;
}
.mobile-view .mobile-view-container li:last-child{
    margin-bottom: 0;
}
.mobile-view .mobile-view-container li a{
   display:block;
   color: #FFFFFF;
   opacity: 0.5;
   font-size: 16px;
   font-weight: bold;
}
.main-section{
    position: relative;
    height:100vh;
}
header{
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(47px);
    position: fixed;
    width: 100%;
    left: 0;
    right: 0%;
    top: 0%;
    z-index: 2;
}   
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container h1{
    
}
header .container h1 a{
    /* width: 55px;
    height: 24px; */
}  

header .container h1 a{
    width: 120px;
    height:58px;
    display: inline-block;
}
header .container h1 a img{
    display: block;
    width:100%;
    display: none;
}
header  .container nav{
}
header  .container nav ul{
    display:flex;
}
header  .container nav ul li{
    margin-left: 60px;
}
header  .container nav ul li:first-child{
    margin-left: 0;
}
header  .container nav ul li a{
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 18px;
}
header  .container nav ul li a:hover{
    color:#A6C741;
    opacity:1;
}
header  .container nav ul li.active a{
    color:#A6C741;
    opacity:1;
}
.logo{
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    width: fit-content;
    height: fit-content;
    z-index: 2;
    /* display: none; */
}
.logo a{
    width: 280px;
    height: 280px;
    padding: 60px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(27px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    display:block;
    width:100%;
}
.socialIcons{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(47px);
    padding: 30px 58px; 
    width: fit-content; 
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
}
.socialIcons ul li {
    margin-bottom: 20px;
}
.socialIcons ul li:last-child{
    margin-bottom: 0;
}
.socialIcons .socialIconsMain{
    margin-top: 50px;
}
.socialIcons .follow li{
    color:#03763C; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialIcons .socialIconsMain li a{
    width:25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.socialIconsMain li a{
    background: #212417;
}
.socialIconsMain li a:hover{
    background: #A6C741;
    transition: all 0.4s ease;
}
.socialIcons .socialIconsMain li a img{
    display: block;
    object-fit: cover;
}

/* spotlight */
#spotlight { 
    position: relative;
}
#spotlight .container { 

}
#spotlight .container .twoArrows{
    right: 261px;
} 
.twoArrows{
    position: absolute;
    bottom: 0;  
    z-index: 1;
    display: flex;
}
.left-arrow{
    background: rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(40px);
}
#spotlight .container .right-arrow{
    right:150px;
}
.right-arrow{
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(47px);
}
#spotlight .container .sliderArrow{
    /* bottom: 0; */
}
.sliderArrow{
    width: 60px;
    height: 82px;
    z-index: 1;
}
.sliderArrow button{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#spotlight .container .sliderArrow button{
  
}
.sliderArrow button .customSliderArrow{
    display: inline-block;
    width:17px;
    height: 35px;
}
#spotlight .container .sliderArrow button .customSliderArrow{
    
}
.sliderArrow button .customSliderArrow img{
    display: block;
    width:100%;
}
#spotlight .container .sliderArrow button .customSliderArrow img{
   
}
#spotlight .container .single-item { 
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}
#spotlight .container .single-item .overlay{
    background: #272727;
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
#spotlight .container .single-item .content {
    z-index: 1;
    padding-left: 4%;
    padding-top: 4%;
    transition: all 0.4s ease;
}
#spotlight .container .single-item .content h2{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
} 
#spotlight .container .single-item .content p{
    color: #fff;
    opacity: 1;
    width:53%;
    margin:0 auto 30px;
}
#spotlight .container .single-item .content h5{
    display: flex;
    justify-content: center;
}
.greenBar a{
    color:#A6C741;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
}
#spotlight .greenBar a{
  
}
.greenBar a .wordContainer{
    position: relative;
    transition-duration: 0.3s;
}
.greenBar a:hover .hoverBar{
    display: block;
    transition-duration: 0.3s;
   
} 
.greenBar a:hover .wordContainer{
    transform: translateX(-25px);
  
}

.greenBar a:hover .bar{
    opacity: 0;
    transition-duration: 0.3s;
    transform: translatex(15px);
}  
.greenBar a .hoverBar{
    position: absolute;
    background:#A6C741;
    width: 100%;
    height: 2px;
    margin-right: 0;
    top: 7px;
    display: none;
}
.greenBar a .bar{
    width: 40px ;
    height: 2px;
    display: inline-block;
    background:#A6C741;
    margin-right: 20px;
    transition: all 0.4s ease;     
}
/* slick-custom */
#spotlight .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
    transition: all 0.4s ease;    
}

#spotlight .slick-dots li {
	margin: 0 0.25rem;
}

#spotlight .slick-dots button {
	display: block;
	width: 40px;
	height: 4px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: #FFFFFF;
    opacity: 0.3;
	text-indent: -9999px;
}

#spotlight .slick-dots li.slick-active button {
	background-color: #fff;
    opacity: 1;
	width: 80px;
}
#spotlight .slick-dots {
	display: flex;
    justify-content: flex-start;
    margin: 0 0 0 170px;
    list-style-type: none;
    position: relative;
    bottom: 62px;
}

/* about */
#about { 
    background: #272727;
    display: flex;
    align-items: center;
}
#about.heightClass{
    height: 100vh;
}
#about .wrapper { 

}
#about .wrapper .container { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#about .wrapper .container .aboutLeft { 
    width:45%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
#about .wrapper .container .aboutLeft .img-square{
    width: 55%;
    left: -6%; 
}
#about .wrapper .container .aboutLeft .image-container{
    
}
#about .wrapper .container .aboutLeft .main-Image{ 
    transition: all 0.4s ease;
}
#about .wrapper .container .aboutLeft .main-Image:hover{
    transform: scale(0.95);
    transition-duration: 0.3s;
   
    /* transition: all 0.4s ease-in-out; */
} 
.img-square{
    position: absolute;
    z-index: -1;
}

.img-square img{
    display: block;
    width: 100%;
} 
.main-Image{

}
.main-Image img{
    display: block;
    width: 100%;
}
#about .wrapper .container .aboutLeft img { 
   
}
#about .wrapper .container .aboutRight { 
    width:45%;
}   
#about .wrapper .container .aboutRight{ 
   
}   
#about .wrapper .container .aboutRight .greenBig {
    margin-bottom: 30px;
}   
.greenBig { 
    display: flex;
    align-items: center;
}
#about .wrapper .container .aboutRight .title-box .greenBig .bigline { 

}
.bigline{
    display: inline-block;
    width: 150px;
    height: 4px;
    background:#03763C;
    margin-left: 30px;
}

#about .wrapper .container .aboutRight .title-box .greenBig .greenColor { 

}
.greenColor { 
    color:#03763C;
}

#about .wrapper .container .aboutRight h3 { 
    margin-bottom: 30px;
}

#about .wrapper .container .aboutRight h3 .greenColor { 

}

#about .wrapper .container .aboutRight p { 
    margin-bottom: 20px;
}

#about .wrapper .container .aboutRight .greenBar { 

}

#about .wrapper .container .aboutRight .greenBar a { 

}

#about .wrapper .container .aboutRight .greenBar a .bar { 

}

/* our services */
#ourServices { 
    background: #272727;
}
#ourServices { 

}
#ourServices .title-box { 

}
#ourServices .title-box .greenBig { 

}
#ourServices .title-box .greenBig .bigline { 

}
#ourServices .title-box .greenBig .greenColor { 

}
#ourServices .container { 
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#ourServices .container .item {
    height:600px;
    padding:40px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: end;
    transition: all 0.4s ease;
}
#ourServices .container .item:hover .hideOnHover{
    display: none;
}
#ourServices .container .item p {
    margin-top: 15px;
}
#ourServices .container .item .overlayCommon {
}
#ourServices .container .item:hover p{
    display: block;
    z-index: 4;
    color: #fff;
    opacity: 0.6;
    line-height: 25px;
    font-size: 15px;
}
#ourServices .container .item:hover .overlayCommon{
    height: 100%;
}
.item .overlayCommon .text{
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 78%;
    left: 49%;
    position: absolute;
    width: 90%;
}

#ourServices .container .item h4 { 
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    /* z-index: 4; */
}
.title-box{
    margin-bottom: 60px;
}
.title-box h4{
    justify-content:center;
}
.twoside{
    margin-left: 0;
    margin-right: 30px;
}
.overlayCommon{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg, rgb(39 39 39 / 85%) 0%, rgb(39 39 39 / 51%) 100%);
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
}

/* ourprocess */
#ourProcess { 
    background: #272727;
    padding:250px 0 226px;
}

#ourProcess .wrapper { 

}

#ourProcess .wrapper .container { 
}

#ourProcess .wrapper .container .title-box { 

}

#ourProcess .wrapper .container .title-box .greenBig { 

}

#ourProcess .wrapper .container .title-box .greenBig .bigline { 

}

#ourProcess .wrapper .container .title-box .greenBig .greenColor { 

}

#ourProcess .wrapper .container .content { 
    display: flex;
    justify-content: space-between;
    padding-top:70px ;
}

#ourProcess .wrapper .container .content .item { 
    width: 22%;
    padding: 24px;  
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#ourProcess .wrapper .container .content .item:hover {
    cursor: pointer;
    background: rgba(150, 125, 93, 0.1);
    border-radius: 10px;
} 

#ourProcess .wrapper .container .content .item .image-box { 
   width: 60px;
   height: 60px;
   margin-bottom: 40px;
   display: flex;
    align-items: end;
}

#ourProcess .wrapper .container .content .item .image-box img { 
    display: block;
    width: 100%;
}

#ourProcess .wrapper .container .content .item p { 
    margin-bottom: 10px;
    color: #03763C;
    opacity: 1;
    font-weight: 400;
}

#ourProcess .wrapper .container .content .item h5 { 
    margin-bottom: 10px;
    font-weight: 600;
    color:#fff;
}

#ourProcess .wrapper .container .content .item .arrowImage { 
    width: 70px;
}

#ourProcess .wrapper .container .content .item .arrowImage img { 
    display: block;
    width: 100%;
}
/* ourworks */
#ourWorks { 
    background: #1D1D1D;
   
}
#ourWorks.padding-home{
    padding:170px 0;
}

#ourWorks .container { 
}

#ourWorks .container .title-box { 

}

#ourWorks .container .title-box .greenBig { 

}

#ourWorks .container .title-box .greenBig .bigline { 

}

#ourWorks .container .title-box .greenBig .greenColor { 

}
#ourWorks .container .content .close-icon{
    position: absolute;
    right: -28px;
    top: -3px;
}
#ourWorks .container .content .close-icon span{
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}
#ourWorks .container .content { 
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    position: relative;
}

#ourWorks .container .content .ourWorksLeft { 
    width: 44%;
    padding-left:200px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ourWorks .container .content .ourWorksLeft .twoArrows{
    right: 0;
}
#ourWorks .container .content .ourWorksLeft .sliderArrow{
   
}
#ourWorks .container .content .ourWorksLeft .right-arrow{
   
}
#ourWorks .container .content .ourWorksLeft .left-arrow{

}

#ourWorks .container .content .ourWorksLeft h3 { 
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-bottom: 80px;
}

#ourWorks .container .content .ourWorksRight { 
    width: 54%;
}

#ourWorks .container .content .ourWorksRight .container { 
   height:fit-content;
}

#ourWorks .container .content .ourWorksRight .container .item { 
    height:600px;
    width:30%;
    margin: 0 20px;
    position: relative;
    padding: 27px;
    display: flex;
    align-items: end;
    justify-content: start;
}
#ourWorks .container .content .ourWorksRight .container .item .overlayCommon{
    height: 100%;
}
#ourWorks .container .content .ourWorksRight .container .item:hover .overlayCommon{
    height: 0%;
}
#ourWorks .container .content .ourWorksRight .container .item:hover h5{
    opacity: 1;
}
#ourWorks h5{
    color: #FFFFFF;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 600;
} 
#ourWorks .container .content .ourWorksRight .container .item h5{
   
} 

/* bigslider */
#ourWorks .container .content-2{
    background-color: #0e193aa1;
    height:100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    position: fixed;
    z-index: 2;
} 
#ourWorks .container .hidden{
     display: none;
}

#ourWorks .container .content-2 .zmdi{
    color: #fafafa;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    cursor: pointer;
}
#ourWorks .container .content-2 .bigSlider{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
} 
#ourWorks .container .content-2 .bigSlider .twoArrows{
    left: 40px;
}
#ourWorks .container .content-2 .bigSlider .sliderArrow{
    
}
#ourWorks .container .content-2 .bigSlider .right-arrow{

}
#ourWorks .container .content-2 .bigSlider .left-arrow{

}
#ourWorks .container .content-2 .bigSlider .slideAndButton{
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    justify-content: end;
}
#ourWorks .container .content-2 .bigSlider .slideAndButton .container{
    height: fit-content;
    width: 70%;
}  
#ourWorks .container .content-2 .bigSlider .container .item { 
    height:650px;
    width:500px;
    margin-right: 40px;   
    position: relative;
    padding: 27px;
    display: flex;
    align-items: end;
    justify-content: start;
}

#ourWorks .container .content .ourWorksRight .container .item h4 { 
    text-transform: uppercase;
}
/* footer */
footer { 
    background: #141414;
    padding: 101px 0 15px;
}
footer .container{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
footer .footerLogo { 
    margin-bottom: 60px;
}
footer .footerLogo a{
    width: 220px;
    display: block;
}

footer .footerLogo img { 
    display: block;
    width :100%;
}

footer nav { 
    margin-bottom: 40px;
}

footer nav ul { 
    display: flex;
}

footer nav .footerNav li { 
    margin-right: 80px;
}
footer nav .footerNav li a{
    color: #FFFFFF;
    opacity: 0.5;
} 
footer nav .footerNav li a:hover{
    color: #A6C741;
    opacity: 1;
}

footer nav .footerNav li:last-child{
    margin-right: 0;
} 

footer nav ul li a { 

}

footer .socialIconsMain { 
    display: flex;
    margin-bottom: 82px;   
}
hr{
    border-bottom: 1px solid #fff;
    opacity: 0.2;
    width: 100%;
}

#socialIconsMainCommon.socialIconsMain li { 
    margin-right:24px;
}   
#socialIconsMainCommon.socialIconsMain li:last-child {
    margin-right:0;
} 

#socialIconsMainCommon.socialIconsMain li a { 
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#socialIconsMainCommon.socialIconsMain li a img { 
    display: block;  
    object-fit: cover;
}

footer h6 { 
    margin-top: 15px;
    line-height: 1.6;
    color: #FFFFFF;
    opacity: 0.5;
}
footer h6  a { 
    color: #FFFFFF;
}

/* about.html********************************************************************************************************* */
#spotlight.aboutSpotlight .container .single-item .overlay {
    opacity: 0.5;
}
#about.aboutCommon {
    padding-bottom:260px;
}
#about.aboutCommon .wrapper .container .aboutRight p {
    margin-bottom:0;
}
#about.aboutSection .container{
    flex-direction: row-reverse;
}
#about.missionSection .container{
   
}   
#about.visionSection .container{
    flex-direction: row-reverse;
}  
#about .wrapper .container .aboutLeft .img-rectangle{
    width: 100%;
    right: -6%;
    left: unset;
    top: -6%;
} 
#about.aboutSection .wrapper .container .aboutRight p {
    margin-bottom: 0;
} 

/* works.html********************************************************************************************************* */
#ourWorks.padding-works{
    padding-top:241px;
}
#ourWorks.ourWorks-second{
    padding-bottom: 160px;
}
#ourWorks.padding-works .container .content .ourWorksLeft .greenBig {
    margin-bottom: 20px;
}
#ourWorks.padding-works .container .content .ourWorksLeft .greenBig .bigline{
    margin-left: 0;
}
#ourWorks.padding-works .container .content .ourWorksLeft .specialFont{
   
}
#ourWorks.padding-works .container .content .ourWorksLeft p{
    margin-top:30px;
    width:80%;
}
#ourWorks.padding-works .container .content .ourWorksLeft .lastspecialFont{
    margin-top: 10px;
}
/* contact.html********************************************************************************************************* */
#ourProcess.contactUs { 
    padding: 100px 0 70px;
    background: #1D1919;
}

#ourProcess.contactUs .wrapper { 

}

#ourProcess.contactUs .wrapper .container { 
}

#ourProcess.contactUs .wrapper .container .title-box { 

}

#ourProcess.contactUs .wrapper .container .title-box .greenBig { 

}

#ourProcess.contactUs .wrapper .container .title-box .greenBig .bigline { 

}

#ourProcess.contactUs .wrapper .container .title-box .greenBig .greenColor { 

}

#ourProcess.contactUs .wrapper .container .content { 
    padding-top: 50px;
}

#ourProcess.contactUs .wrapper .container .content .item { 
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    border-right: 1px solid #03763C;
    border-radius: 0;
}
#ourProcess.contactUs .wrapper .container .content .item:last-child{
    border-right: 0;
}

#ourProcess.contactUs .wrapper .container .content .item .image-box { 

}

#ourProcess.contactUs .wrapper .container .content .item .image-box img { 

}

#ourProcess.contactUs .wrapper .container .content .item p { 
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#ourProcess.contactUs .wrapper .container .content .item p a{
    color: #fff;
}

#ourProcess.contactUs .wrapper .container .content .item h5 { 
    color: #03763C;
}

#ourProcess.contactUs .wrapper .container .content .item .arrowImage { 

}

#ourProcess.contactUs .wrapper .container .content .item .arrowImage img { 

}

/* contact */
#contactForm { 
    padding:100px 0;
    display: flex;
    align-items: center;
}

#contactForm .wrapper { 

}

#contactForm .wrapper .container { 
    width: 520px ;
    margin:0 auto;
}
#contactForm .wrapper .container .content{
    margin-bottom: 60px;
}

#contactForm .wrapper .container .greenBig { 
    margin-bottom: 30px;
}

#contactForm .wrapper .container .greenBig .greenColor { 

}

#contactForm .wrapper .container .greenBig .bigline { 

}

#contactForm .wrapper .container p { 
    color: #fff;
    opacity:1;    
}   

#contactForm .wrapper .container form { 
    display: flex;
    flex-direction: column;
}

#contactForm .wrapper .container form #phone { 

}

#contactForm .wrapper .container form input { 
    background:#353535;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 18px 24px;
    border-radius: 5px;
}

#contactForm .wrapper .container form textarea { 
    background:#353535;
    resize: none;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 18px 24px;
    border-radius: 5px;
}

#contactForm .wrapper .container .submit { 
    background: #03763C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 24px;
    color:#fff;
    font-weight: 600;
    font-size: 20px; 
    margin-bottom: 30px;
}

#contactForm .wrapper .container .socialIconsMain { 
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactForm .wrapper .container .socialIconsMain li { 

}

#contactForm .wrapper .container .socialIconsMain li a { 

}

#contactForm .wrapper .container .socialIconsMain li a img { 

}
/* service.html********************************************************************************************************* */
#ourServices.serviceSection {
    padding: 100px 0;
}
/* gallery.html********************************************************************************************************* */
#gallery.serviceSection { 
    padding: 100px 0;
}

#gallery.serviceSection .container { 
    display:grid; 
    grid-template-columns: 1fr 1fr 1fr;
}

#gallery.serviceSection .container .item { 
    height:507px;
    position: relative;
    transition: all 0.4s ease;
}
#gallery.serviceSection .container .item:hover{
    transform: scale(0.95);
    transition-duration: 0.3s;
   
}
.item:hover{
    cursor: pointer;
}   
#gallery.serviceSection .container .item:hover .overlayCommon{
    display: none;
}

/* responsive */
@media all and (max-width: 1800px){
    #spotlight .container .twoArrows {
        right: 173px;
    }
}
@media all and (max-width: 1700px){
    #spotlight .container .twoArrows {
        right: 121px;
    }
}

@media all and (max-width: 1600px){
    #ourWorks .container .content .ourWorksRight .container .item {
        height: 470px;
    }
  
}

@media all and (max-width: 1500px){
    h2{
        font-size: 52px;
    }
    .sliderArrow {
        width: 46px;
        height: 68px;
    }
    h4 {
        font-size: 26px;
        color: #fff;
    }
    .bigline {
        display: inline-block;
        width: 115px;
        height: 2px;
    }
    h3 {
        font-size: 45px;
        color: #fff;
    }
    body {
        font-size: 17px;
    }
    .wrapper {
        width: 80%;
    }
    #ourProcess {
        /* padding: 210px 0; */
        padding: 210px 0 186px;
    }
    #about .wrapper .container .aboutLeft {
        width: 50%;
    }
    #ourServices .container .item {
        height: 480px;
        padding:25px;
    }
    #ourProcess .wrapper .container .content {
        padding-top: 30px;
    }
    #ourWorks .container .content .ourWorksLeft {
        width: 44%;
        padding-left: 150px;
    }
    #ourWorks .container .content .ourWorksLeft h3 {
        line-height: 1.4;
    }
    #ourProcess .wrapper .container .content .item .image-box {
        margin-bottom: 40px;
    }
    footer .socialIconsMain {
        margin-bottom: 70px;
    }
    .serviceSection .container .item {
        height: 400px;
    }
    header .container h1 a {
        width: 106px;
    }
    header .container nav ul li {
        margin-left: 40px;
    }
    header .container nav ul li a{
        font-size: 16px;
    }
    footer nav .footerNav li {
        margin-right: 40px;
    }
    footer nav .footerNav li a{
        font-size: 16px;
    }
    #spotlight .container .twoArrows {
        right: 167px;
    }
    footer .socialIconsMain {
        margin-bottom: 60px;
    }
    .logo a {
        width: 260px;
        height: 260px;
        padding: 45px;
    }
    .socialIcons {
        padding: 30px 53px;
    }
    .socialIcons ul li {
        margin-bottom: 15px;
    }
    .socialIcons .socialIconsMain {
        margin-top: 35px;
    }
}

@media all and (max-width: 1400px){
    #ourWorks.padding-home {
        padding: 165px 0;
    }

    #ourWorks.padding-works {
        padding-top: 165px;
    }
    #ourWorks .container .content .ourWorksLeft {
        padding-left: 82px;
    }
    #spotlight .container .twoArrows {
        right: 146px;
    }
    /* #spotlight .slick-dots {
        margin: 0 0 0 140px;
    } */
    /* .pagingInfo {
        bottom: 42px;
        left: 143px;
    } */
    #gallery.serviceSection .container .item {
        height: 402px;
    }
}

@media all and (max-width: 1280px){
    .logo a {
        width: 250px;
        height: 250px;
        padding: 50px;
    }
    .socialIcons {
        padding: 30px 50px;
    }
    #spotlight .container .single-item .content {
        padding-top: 11%;
    }
    h2 {
        font-size: 48px;
    }
    #spotlight .container .single-item .content h2 {
        margin-bottom: 24px;
    }
    #spotlight .container .single-item .content p {
        /* width: 67%; */
        margin: 0 auto 24px;
    }
    #spotlight .container .twoArrows {
        right: 9.5%;
    }
    #about .wrapper .container {
        flex-direction: column;
    }
    #about.heightClass {
        height: unset;
        padding: 150px 0;
    }
    #about .wrapper .container .aboutLeft {
        margin-bottom: 85px;
    }
    #about .wrapper .container .aboutRight {
        width: 100%;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
      
    }
    #ourServices .container .item {
        height: 432px;
        padding: 20px;
    }
    h4 {
        font-size: 22px;
        color: #fff;
    }
    #ourProcess {
        /* padding: 150px 0; */
        padding: 150px 0 126px;
    }
    #ourProcess .wrapper .container .content {
        flex-wrap:wrap;
        justify-content: center;
    }
    #ourProcess .wrapper .container .content .item {
        width: 30%;
        margin-right: 30px;
    }
    #ourProcess .wrapper .container .content .item:nth-child(3n){
        margin-right: 0;
    }
    #ourProcess .wrapper .container .content .item:nth-child(n+4){
        margin-top: 30px;
    }
    #ourProcess .wrapper .container .content .item:last-child{
        margin-right: 0;
    }
    #ourProcess .wrapper .container .content .item .image-box {
        width: 54px;
        height: 54px;
    }
    h5 {
        font-size: 18px;
    }
    #ourProcess .wrapper .container .content .item .arrowImage {
        width: 56px;
    }
    #ourWorks.padding-home {
        padding: 150px 0;
    }
    #ourWorks .container .content .ourWorksLeft h3 {
        margin-bottom: 50px;
    }
    h3 {
        font-size: 33px;
        color: #fff;
    }
    footer {
        padding: 65px 0 15px;
    }
    footer .footerLogo a {
        width: 160px;
    }
    footer .footerLogo {
        margin-bottom: 50px;
    }
    h6 {
        font-size: 15px;
    }
    #ourWorks .container .content .ourWorksRight .container .item{
        margin: 0 10px;
    }
    #spotlight .slick-dots {
        margin: 0 0 0 135px;
    }
    .pagingInfo {
        bottom: 41px;
        left: 142px;
    }
    #about.aboutCommon {
        padding-bottom: 150px;
    }
    #about.visionSection{
        padding-bottom: 100px;
    }
    #ourWorks.padding-works {
        padding-top: 150px;
    }
    .specialFont {
        font-size: 40px;
    }
    #gallery.serviceSection .container {
        grid-template-columns: 1fr 1fr;
    }
    #ourProcess.contactUs .wrapper .container .content .item{
        width: 48%;
        margin-right: 10px;
        border-right:none ;
    }
    #ourProcess.contactUs .wrapper .container .content .item:hover{
        border-radius: 6px;
    }
    #ourProcess.contactUs .wrapper .container .content .item:nth-child(2){
        margin-right: 0;
    }
    #ourProcess.contactUs .wrapper .container .content .item:last-child{
        margin-right: 0;
    }
    #ourProcess.contactUs .wrapper .container .content .item:nth-child(n+3){
        margin-top: 10px;
    }
    #ourProcess.contactUs .wrapper .container .content .item p {
        font-size: 16px;    
    }
    #contactForm {
        padding: 90px 0 65px;
    }
    #gallery.serviceSection { 
        padding: 90px 0 65px;
    }
    #ourServices.serviceSection {
        padding: 90px 0 65px;
    }
    .item h4 {
        font-size: 20px;
    }
}

@media all and (max-width: 1150px){
    .menu{
        display: block;    
    }
    .mobile-view{
        /* display: block; */
    }
    header .container nav{
        display: none;  
    }
    #spotlight .container .single-item .content {
        padding-left: 11%;
    }
    #ourProcess .wrapper .container .content .item {
        width: 31%;
        margin-right: 20px;
    }
    #ourProcess .wrapper .container .content .item:nth-child(n+4){
        margin-top: 20px;
    }
    #ourProcess .wrapper .container .content .item .image-box {
        margin-bottom: 35px;
    }

}
@media all and (max-width: 980px){
    .pagingInfo b {
        font-size: 48px;
        margin-right: 8px;
    }
    .pagingInfo sup {
        top: -20px;
    }
    #spotlight .slick-dots li.slick-active button {
        width: 60px;
    }
    #spotlight .slick-dots button {
        width: 30px;
    }
    .pagingInfo {
        bottom: 40px;
    }
    #spotlight .container .single-item .content {
        padding-left: 13%;
    }
    h2 {
        font-size: 40px;
    }
    #spotlight .container .single-item .content h2 {
        margin-bottom: 20px;
    }
    #spotlight .container .single-item .content p {
        margin-bottom: 20px;
    }
    .sliderArrow {
        width: 40px;
        height: 60px;
    }
    #about .wrapper .container .aboutLeft {
        width: 60%;
    }
    #ourServices .container {
        grid-template-columns: 1fr 1fr;
    }
    #ourProcess .wrapper .container .content .item {
        width: 45%;
        padding: 20px;
    }
    #ourProcess .wrapper .container .content .item:nth-child(2n){
        margin-right: 0;
    }
    #ourProcess .wrapper .container .content .item:nth-child(3n){
        margin-right: 20px;
    }
    #ourProcess .wrapper .container .content .item:nth-child(n+3){
        margin-top: 20px;
    }
    #ourWorks .container .content {
        flex-direction: column;
        align-items: center;
    }
    #ourWorks .container .content .ourWorksRight{
        width:80%;   
    }
    #ourWorks .container .content .ourWorksLeft {
        padding-left: 0;
        width:80%;
        /* text-align: center; */
        /* align-items: center; */
        margin-bottom: 50px;
    }
    #ourWorks .container .content {
        padding-top: 0;
    }
    .title-box {
        margin-bottom: 50px;
    }
    #ourWorks .container .content .ourWorksLeft h3 {
        margin-bottom: 10px;
    }
    #ourWorks .container .content .ourWorksRight .container .item{
        height: 400px;
    }
    #ourWorks.padding-home{
        /* padding: 112px 0; */
    }
    #ourProcess {
        /* padding: 112px 0; */
    }
    footer nav .footerNav li a {
        font-size: 15px;
    }
    footer .footerLogo a {
        width: 125px;
    }
    footer nav .footerNav li {
        margin-right: 30px;
    }
    footer .footerLogo {
        margin-bottom: 40px;
    }
    footer .socialIconsMain {
        margin-bottom: 50px;
    }
    footer {
        padding: 50px 0 15px;
    }
    h6 {
        font-size: 14px;
    }
    h5{
        font-size: 16px;
    }
    #socialIconsMainCommon.socialIconsMain li a {
        width: 28px;
        height: 28px;
    }
    #socialIconsMainCommon.socialIconsMain li {
        margin-right: 18px;
    }
    #ourWorks .twoArrows {
        position: unset;
        margin-top: 10px;
    }
    #ourWorks .container .content .ourWorksLeft h3 {
        margin-bottom: 24px;
    }
    #ourWorks.padding-works .container .content .ourWorksLeft .greenBig {
        margin-bottom: 15px;
    }
    .specialFont {
        font-size: 38px;
    }
    #ourWorks.padding-works .container .content .ourWorksLeft p {
        margin-top: 20px;
    }
    #gallery.serviceSection .container .item {
        height: 307px;
    }
    #ourProcess .wrapper .container .content .item .image-box {
        margin-bottom: 25px;
    }
    #ourProcess.contactUs .wrapper .container .content .item p {
        font-size: 15px;
    }
    #ourProcess.contactUs .wrapper .container .content {
        padding-top: 40px;
    }
    #contactForm .wrapper .container .submit { 
        padding: 18px 24px;
        font-size: 18px;
    }
    #contactForm .wrapper .container .content {
        margin-bottom: 50px;
    }
    #ourWorks .container .content .ourWorksRight .container .item {
        padding: 15px;
    }
    #contactForm {
        padding: 90px 0 50px;
    }
    #gallery.serviceSection {
        padding: 80px 0 50px;
    }
    #ourServices.serviceSection {
        padding: 80px 0 50px;
    }
    #about.visionSection {
        padding-bottom: 80px;
    }
}
@media all and (max-width: 768px){
    .socialIcons {
        padding: 30px 30px;
    }
    .logo a {
        width: 200px;
        height: 200px;
        padding: 30px;
    }
    header .container h1 a {
        width: 80px;
        height: auto;
    }
    h2 {
        font-size: 35px;
    }
    #spotlight .container .single-item .content p {
        width: 62%;
        margin: 0 auto 20px;
    }
    #spotlight .slick-dots {
        margin: 0 0 0 105px;
    }
    .pagingInfo {
        left: 110px;
    }
    body {
        font-size: 16px;
    }
    #ourServices .container .item {
        height: 434px;
    }
    #modal .modal-item .container .image-box {
        width: 500px;
        height: 500px;
    }
    .greenBar a {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .greenBar a .bar {
        margin:10px 0 0 0;
    }
    .greenBar a:hover .bar {
        transform: translateY(-10px);
    }
    .greenBar a:hover .wordContainer {
        transform: translateX(0);
    }
    #about .wrapper .container .aboutLeft {
        width: 75%;
    }
    .twoside {
        margin-right: 20px;
    }
    .bigline {
        margin-left: 20px;
    }
    #ourWorks .container .content .ourWorksLeft h3 {
        line-height: 1.3;
    }
    h3 {
        font-size: 30px;
    }
    .specialFont {
        font-size: 30px;
    }
    #ourWorks.ourWorks-second {
        padding-bottom: 80px;
    }
    #ourProcess.contactUs .wrapper .container .content {
        padding-top: 30px;
    }
    #contactForm .wrapper .container .submit { 
        padding: 16px 24px;
        font-size: 16px;
    }
    #contactForm .wrapper .container .content {
        margin-bottom: 40px;
    }
    #contactForm .wrapper .container .greenBig {
        margin-bottom: 20px;
    }
    #about.visionSection {
        padding-bottom: 50px !important;
    }
    .item h4 {
        font-size: 18px;
    }
}
@media all and (max-width: 640px){
    header {
        padding: 15px 0;
    }
    #ourServices .container {
        grid-template-columns: 1fr;
        grid-row-gap: 8px;
    }
    #spotlight .container .single-item .content h2 {
        line-height: 132%;
    }
    .sliderArrow {
        width: 36px;
        height: 54px;
    }
    #about .wrapper .container .aboutRight .greenBig {
        margin-bottom: 24px;
    }
    #about .wrapper .container .aboutRight h3 {
        margin-bottom: 24px;
    }
    #about .wrapper .container .aboutRight p {
        margin-bottom: 24px;
    }
    #about.heightClass {
        padding: 100px 0;
    }
    .twoside {
        display: none;
    }
    .title-box h4 {
        justify-content: flex-start;
    }
    .title-box {
        margin-bottom: 28px;
    }
    #ourProcess {
        padding: 116px 0;
    }
    #ourProcess .wrapper .container .content .item {
        width: 80%;
        margin-right: 0;
    }
    #ourProcess .wrapper .container .content .item:nth-child(3n) {
        margin-right: 0;
    }
    #ourProcess .wrapper .container .content .item:nth-child(n+2) {
        margin-top: 15px;
    }
    #ourProcess {
        padding: 100px 0 80px;
    }
    #about .wrapper .container .aboutLeft {
        width: 80%;
    }
    #ourProcess .wrapper .container .content {
        padding-top: 20px;
    }
    #ourWorks .container .content .ourWorksLeft {
        width: 80%;
    }
    #ourWorks.padding-home {
        /* padding: 100px 0; */
    }
    #ourWorks .container .content .ourWorksLeft .twoArrows {
        right: 18px;
    }
    .sliderArrow button .customSliderArrow {
        width: 13px;
        height: 24px;
    }
    #modal .modal-item .container .image-box {
        width: 400px;
        height: 400px;
    }
    footer nav ul {
        flex-direction: column;
        align-items: center;
    }
    footer nav .footerNav li {
        margin:0 0 15px 0;
    }
    footer nav .footerNav li:last-child{
        margin-bottom: 0;
    }
    footer .footerLogo {
        margin-bottom: 35px;
    }
    footer nav {
        margin-bottom: 35px;
    }
    #ourWorks .container .title-box {
        margin-bottom: 24px;
    }
    #about.aboutCommon {
        padding-bottom: 100px;
    }
    #gallery.serviceSection .container {
        grid-template-columns: 1fr;
        grid-row-gap: 8px;
    }
    #gallery.serviceSection .container .item {
        height: 500px;
    }
    #contactForm .wrapper .container {
        width: 400px;
    }
    #ourProcess.contactUs .wrapper .container .content .item {
        width: 80%;
        margin-right: 0;
    }
    #ourProcess.contactUs .wrapper .container .content .item:nth-child(n+2) {
        margin-top: 10px;
    }
    #ourProcess.contactUs .wrapper .container .content {
        padding-top: 20px;
    }
    #ourProcess.contactUs {
        padding: 80px 0 60px;
    }
    #contactForm {
        padding: 80px 0 50px;
    }
    
}
@media all and (max-height: 680px){
    .socialIcons .follow li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .logo a {
        width: 230px;
        height: 230px;
        padding: 50px;
    }
}
@media all and (max-height: 620px){
   .main-section .socialIcons{
       display: none;
   }
}
@media all and (max-width: 600px){
    .main-section .socialIcons{
        display: none !important;  
    }
    header {
        background: unset;
        backdrop-filter: blur(0);
    }
    .logo a {
        width: 230px;
        height: 230px;
        padding: 30px;
    }
    header {
        z-index: 3;
    }
    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #spotlight .container .single-item .content {
        padding-left: 0;
        width: 90%;
    }
    .twoArrows {
     display: none;
    }
    .pagingInfo {
        display: none;
    }
    #spotlight .slick-dots {
        margin: 0;
        align-self: center;
        justify-content: center;
    }
    .greenBar a .hoverBar {
        top: 6px;
    }
    footer h6 {
        width:80%;
        text-align: center;
    }
    #gallery.serviceSection .container .item {
        height: 450px;
    }
    #ourProcess.contactUs .wrapper .container .content .item {
        width: 90%;
    }
}
@media all and (max-width: 530px){
    #gallery.serviceSection .container .item {
        height: 390px;
    }
}
@media all and (max-width: 480px){
    #spotlight .container .single-item .content {
        width: 95%;
    }
    #about .wrapper .container .aboutLeft {
        margin-bottom: 70px;
    }
    #spotlight .container .single-item .content p {
        width: 90%;
    }
    #about .wrapper .container .aboutLeft {
        width: 100%;
    }
    .item h4 {
        font-size: 17px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    }
    #ourProcess .wrapper .container .content .item {
        width: 100%;
    }
    #modal .modal-item .container .image-box {
        width: 350px;
        height: 350px;
    }
    #about .wrapper .container .aboutLeft .img-square {
        width: 58%;
        left: 22%;
    }
    #about .wrapper .container .aboutLeft .img-rectangle{
        width: 100% !important;
        left: 6% ;
    }
    .aboutLeft .img-square {
       
    }
    p {
        line-height: 24px;
    }
    #ourServices .container .item {
        height: 335px;
    }
    #ourWorks.padding-home {
        padding: 92px 0;
    }
    #modal .modal-item .container .image-box {
        width: 300px;
        height: 300px;
    }
    #ourProcess .wrapper .container .content .item .image-box {
        margin-bottom: 20px;
    }
    .greenBar {
        font-size: 15px;
    }
    footer nav .footerNav li a {
        font-size: 13px;
    }
    #ourProcess {
        padding: 100px 0 65px;
    }
    .item .overlayCommon .text {
        top: 74%;
    }
    #about.aboutCommon {
        padding-bottom: 90px;
    }
    #ourWorks.padding-works {
        padding-top: 80px;
    }
    #ourWorks.ourWorks-second {
        padding-bottom: 60px;
    }
    #gallery.serviceSection .container .item {
        height: 350px;
    }
    #contactForm .wrapper .container {
        width: 336px;
    }
    ::placeholder {
        font-size: 15px;
    }
    #contactForm .wrapper .container form input {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 17px 18px;
    }
    #ourProcess.contactUs .wrapper .container .content .item {
        width: 100%;
    }
    #contactForm .wrapper .container form textarea {
        margin-bottom: 10px;
        padding: 17px 18px;
    }
    h2 {
        font-size: 32px;
    }
    #contactForm .wrapper .container .content {
        margin-bottom: 30px;
    }
    #contactForm .wrapper .container .submit {
        margin-bottom: 15px;
    }
    #ourWorks .container .content .close-icon {
        right: -24px;
    }
}
@media all and (max-width: 420px){
  
    .logo a {
        width: 200px;
        height: 200px;
    }
    #gallery.serviceSection .container .item {
        height: 310px;
    }
    #contactForm .wrapper .container {
        width: 100%;
    }
    #spotlight .container .single-item .content p{ 
        width: 77%;
        margin: 0 auto 20px;
    }
}
