
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600;700');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,600;9..40,700');

body {
    background: #161616;
}
ul,ol{
    margin: 0%;
    padding: 0%;
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style: none;
}
.row{
    gap: 24px 0px;
}
.common-section{
    padding: 40px 0px;
}
.common-btn-grn{
    font-family: 'DM Sans', sans-serif;
    background-color: #42A829;
    border-radius: 0px;
    padding: 10px 30px;
    transition: all ease-in-out 0.5s;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
}
.common-btn-black {
    font-family: 'DM Sans', sans-serif;
    background-color: #161616;
    border-radius: 0px;
    padding: 10px 30px;
    transition: all ease-in-out 0.5s;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
}
.common-btn-black:hover {
    border: 1px solid #161616;
    color: #000;
} 
.common-btn-two{
    font-family: 'DM Sans', sans-serif;
    background-color: transparent;
    border-radius: 0px;
    padding: 10px 20px;
    transition: all ease-in-out 0.5s;
    color: #B5A085;
    border: 1px solid #B5A085;
    font-weight: 300;
}
.common-btn-two:hover{
    background-color: #B5A085;
    border-radius: 0px;
    padding: 5px 20px;
    transition: all ease-in-out 0.5s;
    color: #fff;
    font-weight: 300;
}
.common-btn-grn:hover{
    border: 1px solid #42A829;
    color: #42A829;
}
.common-para{
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #fff;
}
/************************************ Header Section **************************************/
header{
    width: 100%;
    height: max-content;
    z-index: 10;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
	top: 0;
	z-index: 9;
	width: 100%;
}
.navbar.header-fixed {
	position: fixed;
    background: rgba(0,0,0, 0.7);
	/* background: rgba(14, 13, 14, 0.8); */
    transition: all ease-in-out 0.2s;
	backdrop-filter: blur(5px);
	animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
	from {
	  transform: translateY(-100%);
	}
	to {
	  transform: translateY(0);
	}
}
.navbar-brand {
    width: 150px;
    height: 100%;
}
.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar-nav {
    display: flex;
    gap: 10px;
    margin-right: 20px;
}
.navbar-nav .nav-item a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.navbar-nav .nav-item a:hover {
    color: #42A829;
}
.navbar-nav .nav-item .active{
    color: #42A829;
}

.head-brand-menu .common-btn{
    font-size: 16px;
    padding: 5px 20px;
}
.navbar-toggler-icon {
    filter: invert(1);
    border-color: #fff;
}
.head-form {
    display: flex;
    background: #F8E4F1;
    border-radius: 20px;
    margin-right: 20px;
}
.head-form input {
    border: none;
    border-radius: 20px;
    background: transparent;
    outline: none;
    padding-left: 20px;
}
.head-form input::placeholder {
    color: #000;
}
.head-form input:focus{
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}
.head-form button i{
    color: #000;
}
.nav-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.nav-contact-icon  i{
    padding: 10px;
    background: #42A829;
    color: #fff;
    border-radius: 50%;
}

.nav-contact-text {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
}
.nav-contact-text span{
    color: #ABABAB;
}
.nav-icons{
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-icons .nav-icon-cart{
    color: #fff;
    font-size: 20px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-icons .nav-icon-cart span{
    position: absolute;
    top: -18%;
    right: -31%;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    padding: 8px;
}

/******************************************* Banner Section **************************************/
.banner-section{
    min-height: 100vh;
    height: 100%;
    position: relative;
}
.inner-banner-section{
    min-height: 30vh;
    height: 100%;
    position: relative;
}
.inner-banner-section::before{
    content: '';
    display: block;
    background: rgba(0,0,0, 0.5);
    position: absolute;
    inset: 0%;
    width: 100%;
}
.inner-banner-section > *{
    position: relative;
    z-index: 1;
}

.inner-banner-content {
    text-align: center;
    width: 100%;
}
.inner-banner-content h3{
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 64px;
}
.banner-content{
    display: flex;
    width: 100%;
    min-height: 90vh;
    height: 100%;
    /* padding: 50px 0px 0px 100px; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.inner-banner-content{
    display: flex;
    width: 100%;
    min-height: 60vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.banner-img {
    width: 100%;
    height: 650px;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content h5 {
    font-family: 'DM Sans', sans-serif;
    color: #42A829;
    font-size: 18px;
    font-weight: 400;
}
.banner-content h1, .banner-content h1 > strong {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 72px;
    width: calc(100% + 50%);
}
.banner-content h1 > strong {
    color: #42A829;
}
.banner-content .common-para {
    font-size: 18px;
}
.banner-slider {
    position: relative;
}
.banner-text {
    margin-top: -130px;
}
.banner-text h3{
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 2px #414141;
    font-size: 140px;
    text-transform: uppercase;
}

.banner-slider .owl-nav{
    position: relative;
    width: 100%;
}
.banner-slider .owl-nav button{
    color: #fff !important;
    font-size: 20px !important;
    margin-right: 10px;
}
/************************************ Get Premium Section ************************************/
.gp-section {
    background: #42A829;
}
.gp-left h3 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #fff;
}
.gp-left h3 > span {
    color: #000000;
}
.gp-right .btn-gp {
   border: 1px solid #000000;
   color: #FFFFFF;
   text-transform: uppercase;
   padding: 10px 30px;
}
.gp-right {
    display: flex;
    justify-content: flex-end;
}

/*********************************** What We Do Section  *****************************/
.wwd-section > * > .row > * {
    padding: 0;
}
.wwd-head {
    text-align: center;
    padding: 20px 0px;
}
.wwd-head h3 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.wwd-card-one {
    background: #42A829;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.wwd-card1 .common-btn-grn{
    font-family: 'DM Sans', sans-serif;
    background-color: #161616;
    border-radius: 0px;
    padding: 10px 30px;
    transition: all ease-in-out 0.5s;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
}
.wwd-card1 .common-btn-grn:hover {
    background-color: transparent;
    border: 1px solid #161616;
    color: #000;
}

.wwd-card2 {
    background: #F1F1F1;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.wwd-card3 {
    background: transparent;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.wwd-card1 h4, .wwd-card3 h4 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
} 
.wwd-card-one p.common-para {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #C7FFB9;
} 
.wwd-card2 p.common-para {
    color: #7B7B7B;
}
.wwd-card2 h4 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #161616;
}
.wwd-card-img {
    width: 100%;
    height: 400px;
}
.wwd-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*************************************** Testimonial Section ********************************/
/* .testi-section{
    background: linear-gradient(-90deg, rgba(255,240,240,1) 0%, rgba(218,248,237,1) 45%, rgba(184,255,234,1) 100%);
} */
.testi-heading{
    padding: 40px 0px;
}
.testi-heading h3{
    font-family: 'Oxanium', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.testi-box{
    position: relative;
    background: #42A829;
    border-radius: 20px;
    box-shadow: 2px 5px 2px #000;
    padding: 20px;
}
.testi-img{
    position: absolute;
    top: 2%;
    right: 2%;
}

.testi-box-up{
    display: flex;
    align-items: center;
    gap: 20px;
}
.testi-box .testi-box-up .testi-dp-img{
    width: 100px;
    height: 100px;
}
.testi-box .testi-box-up .testi-dp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testi-name h3{
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    font-weight: 24px;
    color: #000;
    margin-bottom: 8px;
}
.testi-name span{
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-weight: 15px;
    color: #1E1E1E;
}
.quote-left, .quote-right{
    width: 30px;
    height: 25px;
    margin: 10px 0px;
}
.quote-left img, .quote-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quote-right{
    margin-left: auto;
}
.testi-slider{
    position: relative;
}
.testi-slider.owl-carousel .owl-nav button.owl-prev,.testi-slider.owl-carousel .owl-nav button.owl-next{
    background: rgba(255, 255, 255, 0.5);
    padding: 12px;
    color: #fff;
    position: absolute;
    top: 40%;
}
.testi-slider.owl-carousel .owl-nav button.owl-prev,.testi-slider.owl-carousel .owl-nav button.owl-next{
    font-size: 20px;
}
.testi-slider.owl-carousel .owl-nav button.owl-prev.active,.testi-slider.owl-carousel .owl-nav button.owl-next.active{
    color: #FFFFFF;
}
.testi-slider.owl-carousel .owl-nav button.owl-prev{
    left: -3%;
}
.testi-slider.owl-carousel .owl-nav button.owl-next{
    right: -3%;
}
/********************************* Our Gallery Section *************************************/
.og-head {
    text-align: center;
    padding: 20px 0px;
}
.og-head  h3{
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.gallery-slider {
    position: relative;
}
.gallery-slider.owl-carousel .owl-item {
    opacity: 0.5;
}
.gallery-slider.owl-carousel .owl-item.center {
    transform: scale(2);
    transition: all ease-in-out 0.5s;
    position: relative;
    z-index: 1;
    opacity: 1;
}
.og-card {
    width: 100%;
    height: 500px;
}
.og-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -3%;
    top: 40%;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 20px;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -3%;
    top: 40%;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 20px;
}
.gallery-slider.owl-carousel .owl-nav button.owl-prev i {
    color: #fff;
    font-size: 24px;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
    font-size: 24px;
}
.gallery-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
.fancybox__container {
    z-index: 999999;
}
.gallery-title-box h2 {
   text-align: center;
}
.gallery-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.gallery-box > *:last-child {
	position: absolute;
	inset: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	background: rgba(var(--main-color), 0.4);
	color: rgba(var(--white-color), 1);
	opacity: 0;
	visibility: hidden;
	transition: var(--transition-05s);
	transform: scale(0.8);
}
.gallery-box:hover > *:last-child {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-box a{
    color: #fff;
}
.gallery-box a i{
    color: #fff;
}
/*********************** 100% Result Guarantee section ***************************************/
.rgservice-head {
    padding: 20px 0px;
    text-align: center;
}
.rgservice-head h3 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.rgservice-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
}
.rgservice-card:hover {
    background: #fff;
    color: #000000;
    border-radius: 20px;
}
.rgservice-card:hover .rgservice-text h3 {
    color: #000000;
}
.rgservice-card:hover .rgservice-text p {
    color: #7B7B7B;
}
.rgservice-text h3 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}
.rgservice-text p.common-para {
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #C9C9C9;
}
.rgservice-img {
    width: 100px;
    height: 100px;
}
.rgservice-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/****************************************** Blog Page ********************************/
/* .blog-section{
    background: #EAEED0;
} */
.blog-heading h2{
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 48px;
    color: #fff;
}
.blog-card-text h3{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.blog-card-text p{
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.blog-card-text{
    margin-top: -100px;
    position: relative;
}
.blog-card-text::before{
    content: "";
    display: block;
    background: #000;
    opacity: 0.3;
    position: absolute;
    inset: 0;
}
.blog-card-text > * {
    position: relative;
    z-index: 2;
}
.blog-card-img{
    width: 100%;
    height: 300px;
}
.blog-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************************** Blog Details *********************************** */
.latest-section{
    padding: 100px 0px;
}
/********************* Blog Details ***********************************/
.blog-img{
    height: 500px;
    width: 100%;
    margin-bottom: 25px;
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-title, .recent-post-box h5 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.recent-post-list {
    margin-top: 30px;
}
.recent-img-main {
    width: 45%;
}
.recent-img {
    width: 100%;
    height: 80px;
}
.recent-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-text-box {
    width: 100%;
}
.common-box h2{
    font-family: 'Oxanium',sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 38px;
}
.recent-sub-title, .recent-post-list h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}
.recent-sub-para, .recent-post-list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 14px;
}
.recent-post-list li a {
    display: flex;
    gap: 10px;
    color: #fff;
}
.recent-post-list li {
    margin-bottom: 25px;
}
.date-post {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 13px;
    padding: 10px 0px;
}
.date-post li{
    display: flex;
    gap: 10px;
    align-items: center;
}
.latest-tittle h3{
    font-size: 38px;
    font-weight: 900;
    text-align: center;
}
.blog-ltd-box{
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    width: 100%;
    padding: 25px;
    gap: 25px;
    bottom: 0px;
    left: 0;
}
.blog-lt-box h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    width: 80%;
}
.blog-list-date{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #02F0BF;
    text-transform: capitalize;
    padding: 6px;
    font-size: 16px;
    max-width: 100px;
    min-width: 60px;
    height: 65px;
    font-weight: 600;
}
.blog-ld-box .blog-list-date span{
    color: #fff;
    font-weight: 700;
}
.blog-list{
    display: block;
    position: relative;
    width: 100%;
    /* height: 524px; */
    overflow: hidden;
}

/********************************* We Provide Section ********************************/
.wp-section {
    background: no-repeat center center / cover;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.wp-content {
    background: #161616;
    position: absolute;
    right: 0%;
    top: 0%;
    padding: 40px;
    width: 40%;
    height: 230px;
}
.wp-content h3 {
    font-family: 'Oxanium', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
/*************************************** About Us Page **************************** */
.about-content {
    padding: 100px 0px;
}
.about-inner-content {
    padding: 0px;
}
.about-content h3, .about-inner-content h3 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}
.about-content p, .about-inner-content p {
    margin-bottom: 20px;
    color: #D6D6D6;
    line-height: 2;
}
.about-img {
    position: relative;
    height: 600px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-left-img {
    width: 100%;
    height: 500px;
}
.about-left-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img span {
    position: absolute;
    bottom: 15%;
    left: 30%;
    font-family: 'DM Sans',sans-serif;
    font-size: 24px;
    font-weight: 400;
    background: #42A829;
    padding: 5px 20px;
    color: #FFFFFF;
}

/***************************************** Service Page Section ***************************/
.service-head {
    text-align: center;
}
.service-head h3 {
    font-family: 'Oxanium', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.service-card {
    position: relative;
}
.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    position: relative;
    text-align: center;
    height: 250px;
}
.service-card {
    background: no-repeat center center / cover;
}
.service-content > * {
    position: relative;
    z-index: 1;
}
.service-content::before {
    content: '';
    background: rgba(0,0,0, 0.5);
    position: absolute;
    inset: 0%;
    width: 100%;
    margin: auto;
    display: block;
}
.service-content h4 {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.service-content p {
    text-align: center;
    font-size: 15px;
}
/************************************* Partners Logo Section ******************************/
.partners-logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 15px 10px;
}
.logo-img {
    height: 140px;
}
.logo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/************************************ Newsletter Section ******************************** */
.nl-section {
    background: #42A829;
}
.nl-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.nl-content .email-icon i{
    font-size: 62px;
    color: #fff;
}
.nl-mail h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.nl-mail p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.nl-form {
    display: flex;
    gap: 10px;
}
.nl-form input {
    border-radius: 20px;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}
.nl-form input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}
.nl-form input:focus {
    background:rgba(255, 255, 255, 0.2);
    outline: none;
    border: none;
}
.nl-form button.common-btn-black {
    border-radius: 20px;
}
/***************************************** Contact Us Page *******************************/
.iframe-box {
    width: 100%;
    height: 500px;
}
.iframe-box iframe {
    width: 100%;
    height: 100%;
}
.form-text {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #6c757d;
}
.form-text h2 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #fff;
}
.contact-form .row > * {
    gap: 24px 0px;
}
.form-contact-box input::placeholder,.form-contact-box textarea::placeholder{
    font-family: 'Cormorant',sans-serif;
    font-weight: 400;
}
.contact-btn .common-btn {
    border:  1px solid #231F1E;
    color: #000;
}

/******************************** Footer Section *********************************************/
.footer-section {
    position: relative;
	padding: 60px 0px 30px;
    background: no-repeat center center / cover;
}

.footer-box {
	height: 100%;
	border-right: 1px dashed #B2B2B2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.inner-footer > * > *:nth-last-child(1) > .footer-box {
	border-right: none;
}
.foot-title, .footer-box h5 {
	font-family: 'Oxanium', sans-serif;
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.social-list {
    display: flex;
	flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.social-list li a .fa-facebook-f {
	--ehw-social: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
    background: #1B4F9B;
    color: #fff;
    font-size: 16px;
}
.social-list li a .fa-instagram {
	--ehw-social: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
    background: #DE2406;
    color: #fff;
    font-size: 16px;
}

/* .social-list li a:hover, .social-list li a:focus, .social-list li a:active {
    background: #1E1E1E;
    border-color: #9CAFCD;
    color: #fff;
} */
.foot-list, .contact-list {
	display: flex;
	flex-direction: column;
    align-items: center;
	gap: 14px;
}
.foot-list, .contact-list li a {
	display: flex;
	flex-direction: column;
}
.foot-list, .contact-list li a span {
	color: #42A829;
}
.foot-list, .contact-list li a p {
	color: #6E6E6E;
}
.foot-list li a {
    font-family: 'DM Sans',sans-serif;
	display: flex;
	gap: 0px;
    align-items: flex-start;
    color: #5A5A5A;
    transition: all ease-in-out 0.5s;
    font-size: 16px;
}

.foot-list li a:hover, .foot-list li a:focus, .foot-list li a:active, .contact-list li a:hover, .contact-list li a:focus, .contact-list li a:active {
    color: #42A829;
}
.contact-list li a {
    color: #1E1E1E;
    margin-top: 5px;
    margin-right: 4px;
    text-align: center;
}
.contact-list li a i {
    color: #88ADC9;
    margin-top: 5px;
    margin-right: 4px;
}
.copy-box {
    margin-top: 15px;
    padding: 15px 0px 0px;
    color: #616161;
    font-style: italic;
    text-align: center;
    font-size: 13px;
}

#GetQuoteModal .form-group{
    position: relative;
}
#GetQuoteModal .form-group p{
    position: relative;
    margin-bottom: 0px;
}


/*##### Services details css start ####*/
.services-details-wrapper{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.services-details-wrapper .services-img {
    position: relative;
    width: 40%;
    float: left;
    padding-right: 15px;
    margin-bottom: 15px;
}
.services-details-wrapper .services-img img{
    position: relative;
    width: 100%;
}
.services-details-wrapper .services-details-content{
    position: relative;
    width: 100%;
}
.services-details-content h3{
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-details-content p{
    position: relative;
    width: 100%;
    color: #949494;
    font-size: 15px;
    margin-bottom: 10px;
}
.services-details-content ul{
    position: relative;
    width: 100%;
    display: block;
}
.services-details-content ul li {
    position: relative;
    display: block;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #949494;
    font-size: 15px;
}
.services-details-content ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    top: 0px;
    left: 0;
    color: #42A829;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*##### Services details css end ####*/



/********************************************** Media query ***********************************/
@media (max-width: 1400px){
    .navbar-brand {
        width: 120px;
    }
    .navbar-nav .nav-item a  {
        font-size: 13px;
    }
    .banner-text h3 {
        font-size: 120px;
    }
}

@media (max-width: 1200px){
    .vrt-inner-box {
        width: 55%;
    }
    .vrt-inner-box .vrt-title {
        font-size: 38px;
    }
    .navbar-collapse {
        position: absolute;
        background: rgba(0,0,0,0.9);
        width: 100%;
        left: 0;
        top: 90%;
        padding: 15px;
    }
    .navbar-nav .nav-item a {
        font-size: 18px;
    }
    .banner-text h3 {
        font-size: 100px;
    }
    .wp-content h3 {
        font-size: 24px;
    }

}

@media (max-width: 991px){
    
    .navbar-brand {
        width: 90px;
        height: 100%;
    }
    .vrt-inner-box {
        width: 45%;
    }
    .footer-box {
        height: 100%;
        border: none;
    }
    .banner-content {
        min-height: 40vh;
    }
    .banner-text h3 {
        font-size: 70px;
    }
    .gallery-slider.owl-carousel .owl-item.center {
        transform: scale(1.5);
        transition: all ease-in-out 0.5s;
        position: relative;
        z-index: 1;
        opacity: 1;
    }
    .partners-logo {
        flex-direction: column;
    }
    .banner-content h1, .banner-content h1 > span {
        font-size: 64px;
        width: 100%;
    }
    .gp-right {
        display: flex;
        justify-content: center;
    }
    .gp-left h3 {
        text-align: center;
    }
    .wwd-card-one, .wwd-card-two, .wwd-card-three {
        height: 250px;
    }
    .wp-section {
        height: 500px;
    }
    .wp-content {
        width: 50%;
    }
    .about-content {
        padding: 20px 0px;
    }
}

@media (max-width: 768px){
    .nav-contact {
        display: none;
    }
    .navbar-brand {
        width: 150px;
        height: 100%;
    }
    .banner-content h1, .banner-content h1 > span {
        font-size: 48px;
        width: 100%;
    }
    .banner-text h3 {
        font-size: 56px;
    }
    

}

@media (max-width: 580px){
    .vrt-inner-box {
        width: 80%;
    }
    .head-brand-menu .common-btn {
        font-size: 14px;
        padding: 5px 10px;
    }
    .banner-section {
        min-height: 40vh;
    }
    .foot-list, .contact-list {
        align-items: flex-start;
    }
    .footer-box {
        align-items: flex-start;
    }
    .contact-list li a {
        text-align: left;
    }
    .wp-content {
        padding: 20px;
    }
    .wp-content h3 {
        font-size: 18px;
    }
    .wp-content {
        width: 58%;
        height: 180px;
    }
    .navbar-brand {
        width: 100px;
        height: 100%;
    }
    .banner-content h1, .banner-content h1 > span {
        font-size: 36px;
        width: 100%;
    }
    .banner-text h3 {
        font-size: 38px;
    }
    .banner-img {
        width: 100%;
        height: 500px;
    }
    .gp-left h3 {
        font-size: 24px;
    }
    .wp-section {
        height: 250px;
    }
    .about-img {
        position: relative;
        height: 500px;
    }
    .about-img span {
        left: 15%;
    }
    .nl-mail h3 {
        font-size: 18px;
        font-weight: 700;
    }
    .common-btn-grn {
        padding: 10px 15px;
    }
    .banner-content h1, .banner-content h1 > span {
        font-size: 32px;
        width: 100%;
    }

}
@media (max-width: 350px){
    .common-btn-grn {
        padding: 10px 5px;
    }
    .banner-text h3 {
        font-size: 34px;
    }
    .gp-left h3 {
        font-size: 18px;
    }
    .wwd-head h3 {
        font-size: 36px;
    }
}
