:root{
	--primary-color: #0CFF03;
	--secondary-color: #03943F;
}
/*-----------------------------------
    Universal Styling
------------------------------------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	 font-family: "DM Sans", sans-serif;
}
a{
	text-decoration: none;
}

.title-box h5{
	font-size: 18px;
	color: var(--secondary-color);
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	display: inline;
}
.title-box h5:before{
	content: '';
	position: absolute;
	width:67px;
	height: 2px;
	background: var(--secondary-color);
	top: 50%;
	left: -70%;
	
}
.title-box h5:after{
	content: '';
	position: absolute;
	width:67px;
	height: 2px;
	background: var(--secondary-color);
	top: 50%;
	right: -70%;
	
}
.title-box h2{
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
}
@media screen and (min-width:991px){
	.title-box h2{
		font-size: 36px;
	}	
}

/* button */
/* button */
.primary-btn-1{
    color:#000;
    text-transform: uppercase;
    font-size: 14px;
    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;
	font-weight: 600;
    }
    .primary-btn-1:hover{
        color: #fff;
    border: 1px solid var(--secondary-color);
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }
/*-----------------------------------
Header Styling
------------------------------------*/
header .header-top{
	background: var(--primary-color);
}
header .header-top a{
	color: #000;
}
header .header-top a:hover{
	color: #fff;
}
header .header-top .header-contacts svg{
	width: 30px;
	height: 30px;
}
header .header-top .header-socials ul {
	list-style: none;
	display: flex;

}
header .header-top .header-socials ul li{
	margin-left: 15px;
}
header .header-top .header-socials ul li a svg{
	width: 30px;
	height: 30px;
}
/*-----------------------------------
Banner Styling
------------------------------------*/
.banner-section .banner-content h1,
.banner-section .banner-content  p{
	color: #fff;
}
.banner-section .banner-content h1{
	font-weight: 700;
}
.banner-section .banner-content h1 span{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.banner-section .banner-content h1{
		font-size: 36px;
	}
}
.banner-section .banner-content .banner-btn a{
	background: transparent;
	color: var(--primary-color);
}
.banner-section .banner-form h3{
	color: var(--primary-color);
	font-weight: 700;
	text-transform: capitalize;
}
@media screen and (min-width:991px){
	.banner-section .banner-form h3{
		font-size: 34px;
	}
}

.banner-section .banner-form {
	background: #000000C2;
	padding: 20px;
	border-radius: 13px;
}
@media screen and (min-width:991px){
	.banner-section .banner-form{
		width: 419px;
		margin-left: auto;
	}
}
.banner-section .banner-form input{
		border: none !important;
	border-bottom: 1px solid #fff !important;
	background: transparent;

	border-radius: 0 !important;
}

.banner-section .banner-form input:focus{
	box-shadow: none;
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color) !important;
}
.banner-section .banner-form input::placeholder{
	color: #fff;
}
.banner-section .banner-form select{
		border: none !important;
	border-bottom: 1px solid #fff !important;
	background: none;
	color: #fff;

	border-radius: 0 !important;
}
.banner-section .banner-form select:focus{
	box-shadow: none;
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color) !important;
}
.banner-section .banner-form textarea{
		border: none !important;
	border-bottom: 1px solid #fff !important;
	background: transparent;

	border-radius: 0 !important;
}
.banner-section .banner-form textarea:focus{
	box-shadow: none;
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color) !important;
}
.banner-section .banner-form textarea::placeholder{
	color: #fff;
}
.banner-section .banner-form .theme-btn{
	background: var(--primary-color);
	width: 100%;
	color: #000;
	border-bottom: none !important;
	padding: 10px 0;
	
}
/*-----------------------------------
services Styling
------------------------------------*/
.services .services-content{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	padding: 20px;
	margin: 30px 0;
	border-radius: 10px;
}
.services .services-content .services-title {
	margin: 10px 0;
}
.services .services-content .services-title h3 a{
	color: #000;
	transition: all .5s ease-in-out;
	display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	  background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
	background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.services .services-content .services-title h3 a:hover{
	color: var(--primary-color);
	 background-position: left bottom;
    background-size: 100% 1px;
}
	.services .services-content .services-img-wrapper img{
		width: 100%;
		height: 293px;
		object-fit: cover;
	}
@media screen and (min-width:991px){
	.services .services-content .services-title h3 a{
		font-size: 22px;
	}
	.services .services-content .services-img-wrapper img{
		width: 100%;
		height: 283px;
		object-fit: cover;
	}
}
.services .services-content .services-para p{
	color: #717171;
	display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services .services-wrapper .slick-dots li button{
	font-size: 0 !important;
	
}
.services .services-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.services .services-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid var(--primary-color) !important;
	border: none;
	border-radius: 50px;
}
.services .services-wrapper .slick-active button{
	background: var(--primary-color);
}
/*-----------------------------------
Why choose us Styling
------------------------------------*/
.why-choose-us .why-choose-content .why-choose-content-icon{
	width: 102px;
	height: 102px;
	line-height: 102px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 50px;
	margin: 0 auto;
}
.why-choose-us .why-choose-content .why-choose-content-icon img{
	width: 56px;
	height: 56px;
	margin: 0 auto;
}
.why-choose-us .why-choose-content .why-choose-content-title h3,
.why-choose-us .why-choose-content .why-choose-content-text p{
	color: #fff;
}
@media  screen and (min-width:991px){
	.why-choose-us .why-choose-content .why-choose-content-title h3{
		font-size: 22px;
	}
}
/*-----------------------------------
 About Styling
------------------------------------*/
.about .title-box h5{
	margin-left: 80px;
}
.about .about-img-wrapper{
	position: relative;
}
.about .about-img-wrapper .about-img-1{
	width: 480px;
	height: 479px;
	object-fit: cover;
	border-radius: 44px;
	
}
.about .about-img-wrapper .about-img-2{
	position: absolute;
	width: 226px;
	height: 226px;
	object-fit: cover;
	border-radius: 50%;
	border: 10px solid #fff;
	top: 10%;
	right: 10%;
	
}
@media screen and (max-width:768px){
	.about .about-img-wrapper .about-img-2{
		bottom: -10% !important;
		top: unset;
		right: 5%;
	}
}
.about .about-content p{
	line-height: 1.8;
	color: #797E88;
}
.about .about-featured-wrapper .about-featured-icon{
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 50px;
    min-width: 78px;
    min-height: 78px;
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-icon{
		border-radius: 50px;
	}
}
.about .about-featured-wrapper .about-featured-icon svg{
	width: 32px;
	height: 32px;
}
@media screen and (min-width:991px){
	.about .about-featured-wrapper .about-featured-text h3{
		font-size: 24px;
	}
}
.about .about-featured-wrapper .about-featured-text p{
	color: #797E88;
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-text p{
		width: 280px;
	}
}
/*-----------------------------------
 Projects Styling
------------------------------------*/

/*-----------------------------------
  Testimonials Styling
------------------------------------*/
.testimonials .testimonials-form-wrapper {
	background: #000;
	padding: 40px;
}
.testimonials .testimonials-form-wrapper  h3{
	color: var(--primary-color);
	text-transform: capitalize;
	margin-bottom: 20px;
}
.testimonials .testimonials-form-wrapper input{
	width: 100%;
	height: 44px;
	background: #fff;
	border-radius: 0;
}
.testimonials .testimonials-form-wrapper input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	
}
.testimonials .testimonials-form-wrapper input{
	color: #707070;
}
.testimonials .testimonials-form-wrapper select{
	width: 100%;
	height: 44px;
	border-radius: 0;
}
.testimonials .testimonials-form-wrapper select:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	
}
.testimonials .testimonials-form-wrapper select{
	color: #707070;
}
.testimonials .title-box1 h5{
	color: #474747;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.testimonials .testimonials-form-wrapper textarea{
	width: 100%;
	height: 117px;
	background: #fff;
	border-radius: 0;
}
.testimonials .testimonials-form-wrapper textarea:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	
}
.testimonials .testimonials-form-wrapper .theme-btn{
	background: var(--primary-color);
	height: unset !important;
	color: #111;
	padding: 10px 0;
	border: none;
}
.testimonials .testimonials-form-wrapper .theme-btn:hover{
	background: #C9C9C9;
}
.testimonials .title-box1 h2{
		color: #000;
	text-transform: capitalize;
	}
@media screen and (min-width:991px){
	.testimonials .title-box1 h2{
		font-size: 32px;
	}
}
/*-----------------------------------
    Parnters Styling
------------------------------------*/
.partners-section{
	background: #000000C2;
	text-transform: capitalize;
}
.partners-section h2{
	color: var(--primary-color);
}
.partners-section img{
	height: 70px;
	width: 100%;
	object-fit: contain;
}
/*-----------------------------------
    Footer Styling
------------------------------------*/

footer .footer-top .container{
	border-bottom: 1px solid #353535;
}
footer .footer-top h3{
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
footer .footer-top h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #313131;
	top: 100%;
	left: 0;
}
footer .footer-top h3:after{
	content: '';
	position: absolute;
	width: 80px;
	height: 2px;
	background: var(--primary-color);
	top: 100%;
	left: 0;
	transition: all .5s ease-in-out;
}
footer .footer-top .col-md-4:hover h3:after{
	width: 100%;
}
footer .footer-top .footer-para p{
	color: #C9C9C9;
}
@media screen and (min-width:991px){
	footer .footer-top h3{
		font-size: 21px;
	}
}
footer .footer-top .footer-links{
	list-style: none;
	padding-left: 0;
	line-height: 2;
}
footer .footer-top .footer-links li a{
	color: #fff;
	color: #C9C9C9;
	  background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
	background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

footer .footer-top .footer-links li a:hover{
	 background-position: left bottom;
    background-size: 100% 1px;
}
footer .footer-top .footer-contacts-icon{
	width: 70px !important;
	height: 70px !important;
	min-width: 75px;
	line-height: 64px;
	text-align: center;
	background: var(--primary-color);
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
footer .footer-top .footer-contacts-icon svg{
	width: 30px;
	height: 30px;
}
footer .footer-top .footer-contacts-text a{
	width: 200px;
	color: #C9C9C9;
	  background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
	background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	
}

footer .footer-top .footer-contacts-text a:hover{
	 background-position: left bottom;
    background-size: 100% 1px;
	
}

footer .footer-bottom .footer-socials {
	list-style: none;
	padding-left: 0;
}
footer .footer-bottom p{
	color: #808080;
}
footer .footer-bottom .footer-socials li a{
	color: #fff;
	transition: all .5s ease-in-out;
}
footer .footer-bottom .footer-socials li a:hover{
	color: var(--primary-color);
}
footer .footer-bottom .footer-socials li a svg{
	width: 30px;
	height: 30px;
}
footer .footer-bottom .footer-socials li {
	margin-left: 20px;
}
/*-----------------------------------
 Projects Styling
------------------------------------*/
.projects{
	position: relative;
	z-index: 10 !important;
}
.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid #2c4a28;
     color: #2c4a28;
     padding: 8px 25px;
     cursor: pointer;
     text-transform: capitalize;
     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: 6px;
}
@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:#2c4a28;
     color: #fff;
    border: 2px solid #2c4a28;
 }
.projects .projects-content{
		box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	
}
.projects .projects-img-wrapper img{
	width: 100%;
	height: 254px;
	object-fit: cover;
}
.projects .projects-title h3 a{
		color: #000;
	font-weight: 700;
		transition: all .5s ease-in-out;
	display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	}
@media screen and (min-width:991px){
	.projects .projects-title h3 a{
		font-size: 20px;
	}
}
 .projects-text p{
	color: #7F7F7F;
}

.projects	.projects-content-wrapper{
		padding: 20px;
	}

/* Additionial cSS */
@media screen and (min-width:991px){
	#mega-menu-wrap-main-menu{
	width: 100% !important;
}
}
/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 20vh !important;
}
.archive .page-banner{
	height: 20vh !important;
}
@media screen and (max-width:768px){
	.page-banner{
	height: auto !important;
		padding: 120px 0 !important;
}
}
.page-banner h1{
    color: #fff;
    font-weight: 600;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 32px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
}
.page-banner .breadcrumb li{
    color: #fff;
}

/*================================
 <-- Single Service -->
==================================*/ 

.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #222;

	font-weight: 600;
	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: #fff;
	padding: 18px 30px;
	text-transform: uppercase;
	
	font-weight: 600;
/* 	border-bottom: 1px solid #d7d7d7; */
	position: relative;
	z-index: 30 !important;
	display: block;
	transition: all .5s ease-in-out;
	letter-spacing: 1.6px;
}
.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: #A5A5A5;
	transition: all .5s ease-in-out;
	   
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;
	color: #000;
	 
}
.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: #A5A5A5;
	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(--secondary-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-size: 13px;
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
 
    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(--third-color);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 34px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-size: 15px;
    border-radius: 4px;
	font-weight: 600;
	
    
  }



/*-----------------------------------
   Contact Us page CSS
------------------------------------*/

.contact-page-section .contact-page-section-content{
	padding: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	min-height: 180px;
	max-height: 180px;
}
.contact-page-section .contact-page-section-content svg{
	color: var(--primary-color);
	
}
.contact-page-section .contact-page-section-content a{
	color: #000;
	
}
.contact-page-section .contact-page-section-content a:hover{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.contact-page-section .contact-page-section-content a{
	font-size: 18px;
}
}
.contact-page-form-section .contact-page-form-section-img img{
	border-radius: 13px;
}
.contact-page-form-section h3{
	color:  #2c4a28;
	
}
@media screen and (min-width:991px){
	.contact-page-form-section h3{
		font-size: 48px;
	}
}
.contact-page-form-section .contact-page-form input{
	background: #F6F6F6;
	color: #2c4a28;
	height: 45px;
}
.contact-page-form-section .contact-page-form input:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
}
.contact-page-form-section .contact-page-form textarea{
	background: #F6F6F6;
	color: #2c4a28;
	height: 100px;
}
.contact-page-form-section .contact-page-form textarea:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
}

.contact-page-form-section .contact-page-form select{
	color: #2c4a28;
	 
}
.contact-page-form-section .contact-page-form select:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
	background: #F6F6F6;
}
.contact-page-form-section .contact-page-form input::placeholder,
.contact-page-form-section .contact-page-form textarea::placeholder{
	
}

.contact-page-form-section .contact-page-form .theme-btn{
	background:  #2c4a28;
	color: #fff;
	padding: 12px 30px;
	height: unset !important;
	border: none;
}

.contact-page-form-section .contact-page-form .theme-btn:hover{
	background: #222;
}
.single-services-request-form-section{
	background: #f5f5f5;
}
.single-services-request-form-section p{
	color: #797E88;
	line-height: 2;
}
/*-----------------------------------
 Single Projects page CSS
------------------------------------*/
.projects-page .gallery-img-wrapper{
	position: relative;
	overflow: hidden !important;
	
}
.projects-page .gallery-img-wrapper:before{
	  content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: linear-gradient(rgba(12, 255, 3, 0.5),rgba(12, 255, 3, 0.5));
    top: 50%;
    left: 50%;
    opacity: 0.8;
    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;
}
.projects-page .gallery-img-wrapper:hover:before {
   width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.projects-page .gallery-img-wrapper img{
	width: 100% !important;
	height: 400px !important;
	object-fit: cover;
	border-radius: 30px !important;
}
.projects-page .gallery-img-wrapper .single-project-plus-sign {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	opacity:0;
}
.projects-page .gallery-img-wrapper:hover .single-project-plus-sign{
	opacity: 1;
}
.projects-page .single-project-plus-sign svg{
	color: #fff !important;
}
/* Navbar */
.sticky1 {
    position: fixed !important;
	background: #000;
    top: -5px;
    width: 100%;
    z-index: 20 !important;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .navbar.sticky1{
   opacity: 1;
  
  }



#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link .mega-description-group .mega-menu-description {
	display: none !important;
}