* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
/* 	--primary-color : #916; */
	--primary-color :  #959ba0;
	 --secondery-color : #2b547e;

}
.container p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
 p, body {
	font-family: "Lato", sans-serif;
}
.container, footer {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}
a {
    text-decoration: none;
    cursor: pointer;
}

/* header-section */

header.header.sticky .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container {
    width: 100%;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
}
header.header .header-top {
    max-width: 1700px;
    margin: auto;
}
.header-top-left ul {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    gap: 40px;
    list-style: none;
}
.header-top-right ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    list-style: none;
    width: 200px;
}
.header-topBox ul li a {
    text-decoration: none;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}
.header-topBox ul li a:hover {
    color: #916;
}
.header-top-right a {
    border-right: 1px solid #222222;
    padding: 2px 15px 2px 0px;
}
.phone-no a {
    background-color: var(--secondery-color);
    border: 2px solid #4da8de;
    padding: 16px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}
.phone-no a:hover {
    background-color: #fff;
    border: 2px solid #4da8de;
    transition: 0.5s;
    color: var(--secondery-color) !important;
}
.header-top-right a i {
    font-size: 22px;
}
/* .header-topBox ul li:last-child a {
    border-right: none;
} */

.header-bottom {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 60px;
}

.header-bottom-box {
    width: 100%;
    max-width: 1700px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.head-logo {
    width: 200px;
}
header.header.sticky .header-bottom {
    justify-content: space-between;
}
header.header.sticky .head-logo {
    display: block;
    width: 70px;
}
header.header.sticky .head-logo img {
    max-width: 60px;
	margin-top: 5.5px;
}
.headLogo {
    width: 70px;
    display: none;
}
.head-logo img {
    /* width: 100%; */
    max-width: 100px;
}

hr {
    width: 1px;
    height: 30px;
    color: #fff;
}
.navbar {
    width: 70%;
}
.navbar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.navbar ul a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.navbar ul a:hover {
    color: #2b547e;;
    transition: .5s;
}
.contact a {
    background-color: var(--primary-color);
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
}
.contact a:hover {
    border: 2px solid #fff;
    background-color: #fff;
    transition: .5s;
}
.menu-icon {
    cursor: pointer;
    display: none;
}
.dropdown i {
    color: var(--secondary-color);
}
.dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #fff;
    background-color: inherit;
    margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    color: var(--secondery-color);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--primary-color);
    /* top: 26%; */
    min-width: 180px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 999;
    padding: 20px;
}
.dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    /* background-color: #ddd; */
}
.dropdown:hover .dropdown-content {
    display: block;
}

/* index-1-section-start */
.headerTop-left ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding: 10px 0;
}
.header-topBox ul li a {
    font-weight: 600;
}
.phoneNo a {
    color: var(--secondery-color) !important;
    font-weight: 600;
    font-size: 18px;
}
.phoneNo a:hover {
    transition: 0.5s;
}
.serviceSectionTop h3 {
    font-size: 22px;
}
.serviceSectionTop p {
    color: #15181B;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    width: 50%;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}
.span-box {
    color: var(--secondery-color);
}
.span-title {
    color: #fff;
}
.myAbout {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blank-div {
    width: 40px;
    height: 2px;
    background-color: var(--secondery-color);
}
.myAbout h4 {
    color: #15181B;
    font-size: 18px;
}
.my-About h4 {
    color: #fff;
}
.formDiv h4 {
    color: #fff;
}
.footer-headLogo {
	margin-top: 10px;
}

@media screen and (max-width: 998px) {
    .serviceSectionTop p {
        width: 100%;
		font-size: 20px;
		line-height: 32px;
    }
    .header-bottom-box {
        justify-content: space-between;
    }
	.navbar a:hover, .dropdown:hover .dropbtn {
    color: #fff;
}
}
@media screen and (max-width: 778px) {
    .serviceSectionTop p {
        text-align: left;
    }
}
@media screen and (max-width: 548px) {
    .serviceSectionTop p {
        font-size: 17px;
		line-height: 28px;
    }
}
/* index-1-section-end */

/* index-2-section-start */
.headerTopLeft ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    list-style: none;
}
.call-info a {
    background-color: var(--secondery-color);
    border: 2px solid #2b547e;;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}
.call-info a:hover {
    background-color: #fff;
    border: 2px solid #2b547e;;
    transition: 0.5s;
    color: var(--secondery-color) !important;
}
/* index-2-section-end */

/* Responsive */

@media screen and (max-width: 998px) {

    .navbar {
        display: none;
    }
    .responsive {
        display: block;
        position: absolute;
        top: 6%;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #2b547e;
        padding: 20px;
        z-index: 999;
    }
    .responsive ul {
        list-style: none;
    }
    .responsive ul li {
        margin: 15px;
    }
    .responsive ul a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
    }
    .menu-icon {
        display: block;
        color: #fff;
        font-size: 28px;
    }
    .header-top {
        display: none;
    }
    .header-bottom {
        padding: 5px 20px 5px 10px;
    }
    .dropdown-content {
        background-color: #15181B;
        right: 35%;
    }
    .dropdown .dropbtn {
        font-size: 18px;
    }
    .header-bottom {
        justify-content: space-between;
        padding: 5px 40px ;
    }
    .headLogo {
        display: block;
    }
    hr {
        display: none;
    }
    .head-logo img {
        max-width: 70px;
    }
    nav#nav-bar {
        z-index: 999;
    }
} 
@media screen and (max-width: 778px) {
    .navbar a:hover, .dropdown:hover .dropbtn {
        color: #fff;
    }
    .dropdown:hover .dropdown-content {
        position: relative;
        top: 4px;
        left: 0;
        right: 0;
        text-align: center;
        background: #4da8de;
    } 
	.responsive {
        top: 8%;
    }
}

@media screen and (max-width: 448px) {
	   .responsive {
        top: 12%;
    }
}

/* home-section */

.banner-section {
    width: 100%;
    position: relative;
}
.slider {
    width: 100%;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 15px;
}
.slide-item {
    height: 550px;
    width: 100%;
}
.banner-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 4s ease;
    display: flex;
    align-items: center;
}
.banner-bg-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: .2;
}
.banner-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .banner-container {
    margin: auto;
} */
.banner-text-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    /* left: 0;
    right: 0; */
    top: 18%;
    z-index: 1;
    /* padding: 0 70px; */
    width: 65%;

}
.banner-text-box h3 {
    color: #fff;
    opacity: .99;
    font-weight: 800;
    font-size: 26px;
}
.banner-text-box h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.1em;
    width: 70%;
}
.banner-text-box p {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    width: 80%;
}
.banner-text-box div { 
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.banner-text-box a {
    background-color: var(--secondery-color);
    padding: 16px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.banner-text-box a:hover {
    background-color: #fff;
    color: var(--secondery-color);
    transition: .5s;
}
section .slider{
    max-width: 100%
}
section .banner-text-box {
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .banner-text-box {
        left: 0;
        right: 0;
        align-items: center;
        top: 18%;
        width: 100%;
        padding: 0 20px;
    }
    .banner-text-box h1 {
        text-align: center;
    }
    .banner-text-box p {
        text-align: center;
		font-size: 26px;
        line-height: 36px;
    }
}
@media screen and (max-width: 768px) {
    .banner-text-box {
        width: 100%;
    }
    .banner-text-box h3 {
        font-size: 22px;
    }
    .banner-text-box h1 {
        font-size: 50px;
        line-height: 55px;
        width: 100%;
    }
    .banner-text-box p {
        width: 100%;
        display: none;
    }
    .dropdown-content {
        right: 33%;
    }
    .banner-content-box h1 {
        width: 100%;
    }
	.banner-text-box {
        top: 24%;
    }
} 

@media screen and (max-width: 458px) {
    .banner-text-box {
        top: 12%;
        gap: 20px;
    }
    .banner-text-box h1 {
        font-size: 38px;
        line-height: 45px;
    }
    .dropdown-content {
        right: 20%;
    }
    .banner-text-box div { 
        flex-direction: column;
        gap: 10px;
    }
	 .head-logo img {
        margin-top: 4px;
    }
}

@media screen and (max-width: 380px) {
	.responsive {
        padding: 0px;
    }
}

.banner-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    /* position: relative; */
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 1;
}
.banner-content-box h3 {
    color: #fff;
    opacity: .99;
    font-weight: 800;
    font-size: 26px;
}
.banner-content-box h1 {
    color: #fff;
    font-size: 65px;
    line-height: 75px;
    width: 70%;
    text-align: center;
}
.banner-content-box p {
    color: #fff;
    line-height: 26px;
    font-size: 18px;
    width: 80%;
}
.banner-content-box div { 
    margin-top: 20px;
}
.banner-content-box a {
    /* background-color: var(--primary-color); */
    background-color: var(--secondery-color);
    padding: 16px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.banner-content-box a:hover {
    background-color: #fff;
    color: var(--secondery-color);
    transition: .5s;
}
.slick-next:before {
    display: none;
}

.banner-section-container {
    height: 350px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-section-container h2 {
    color: #fff;
    font-size: 64px;
	text-align: center;
}

/* Responsive */

@media screen and (max-width: 798px) {
    .slide-item {
        height: 400px;
    }
    .banner-content-box {
        width: 100%;
        padding-left: 0px;
    }
    .banner-content-box h3 {
        font-size: 22px;
    }
    .banner-content-box h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .banner-content-box p {
        width: 100%;
    }
    .dropdown-content {
        right: 33%;
    }
    .banner-content-box h1 {
        width: 100%;
    }
}
@media screen and (max-width: 458px) {
    .banner-content-box h1 {
        font-size: 38px;
        line-height: 45px;
    }
    .slide-item {
        /* height: 400px; */
    }
    .dropdown-content {
        right: 20%;
    }
	.banner-section-container h2 {
    font-size: 52px;
}


}

/* about-section */

.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 50px;
    background-color: #fef4f6;
    width: 100%;
}
.about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.aboutSection-image-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.aboutSection-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.aboutSection-left img {
    width: 100%;
    border: 10px solid #fff;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
	height: 400px;
	object-fit: cover;
}
.aboutSection-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;

}
.page-template-about .aboutSection-left {
	width: 50% !important;
}
.page-template-about .aboutSection-right {
	width: 50% !important;
}
.aboutSection-right img {
    width: 100%;
    border: 10px solid #fff;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
}
.aboutSection-content-box {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.about {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blank-div {
    width: 40px;
    height: 2px;
    background-color: var(--secondery-color);
}
.about h4 {
    color: var(--secondery-color);
    font-size: 18px;
}
.aboutSection-content-box h2 {
    font-size: 42px;
    color: #15181B;
    line-height: 60px;
}
.aboutSection-content-box p {
    font-size: 18px;
    color: #6A6A6A;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 1px;
}
.about-list-box {
    display: flex;
    align-items: center;
    gap: 40px;
}
.about-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.aboutList {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aboutList i {
    color: var(--secondery-color);
}
.about-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border: 2px solid #4da8de;
    border-radius: 50%;
}
.about-list p {
    font-size: 17px;
    color: #15181B;
    font-weight: 600;
}
.more-about {
    margin-top: 40px;
}
.more-about a {
    background-color: var(--secondery-color);
    border: 2px solid #2b547e;;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.more-about a:hover {
    border: 2px solid #2b547e;;
    background-color: #fff;
    color: var(--secondery-color);
    transition: .5s;
}
.about-para {
	width: 90% !important;
	margin-bottom: 10px !important;
}
.aboutPara {
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}

/* Responsive */

@media screen and (max-width: 998px) {
    .about-section {
        padding: 40px 40px;
    }
    .about-container {
        flex-direction: column;
    }
    .aboutSection-image-box {
        width: 100%;
    }
    .aboutSection-content-box {
        width: 100%;
    }
	.aboutSection-left img {
		height: auto;
	}
	.aboutSection-content-box p {
		font-size: 20px;
		line-height: 32px;
	}
}    
@media screen and (max-width: 778px) {
    .aboutSection-content-box h2 {
        font-size: 38px;
        color: #15181B;
        line-height: 50px;
    }
    .serviceSection-top-content {
        width: 50% !important;
    }
    .aboutSection-right {
        flex-direction: row;
        width: 300px;
    }
}
@media screen and (max-width: 458px) {
    .about-list-box {
        align-items: start;
        flex-direction: column;
        gap: 16px;
    }
    .aboutList {
        align-items: start;
    }
    .about-list span {
        height: 20px;
        width: 20px;
    }
    .about-list p {
        line-height: 22px;
    }
    .aboutSection-right {
        flex-direction: column;
        width: 100%;
    }
	.aboutSection-content-box p {
		font-size: 18px;
		line-height: 30px;
	}
}

/* service-section */

.service-section {
    background-color: #f8f8f8;
    padding: 80px 50px;
}
.service-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.service-section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.service-section-top h2 {
    color: #15181B;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
}
.serviceSection-bottom-box {
    width: 100%;
    min-width: 100%;
    background-color: #fff;
	box-shadow: 2px 2px 5px #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    /* border-radius: 10px; */
	position: relative;
}

.slider-section {
	background-color: #fef4f6;
	padding: 0 50px 50px;
}
.slider-section .serviceSection-bottom-box {
    width: 100%;
    min-width: 100%;
	background-color: transparent !important;
	box-shadow: 0 0 0 #ebebeb !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
	position: relative;
}

.service-img-box {
    width: 100%;
}
.service-img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.service-text-box {
    display: flex;
    /* justify-content: center; */
    align-items: start;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    height: 130px;
}
.service-text-box h3 {
    color: var(--secondery-color);
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.service-text-box h3 a {
    color: var(--secondery-color) !important;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.service-text-box p {
    color: #15181B;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}
.testimonial-slider {
    width: 100%;
    margin: 10px auto;
}
.testimonial {
    padding: 0px 10px 0px 10px;
    text-align: center;
}

@media screen and (max-width: 998px) {
    .gallery-section-top {
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
        width: 100%;
    }
    .serviceSection-top-content {
        width: 40% !important;
    }
    .Subscribe-Now {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 778px) {
    .service-section-top {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        width: 90%;
    }
    .serviceSection-top-left {
        width: 100%;
    }
    .serviceSection-top-left h2 {   
        font-size: 38px;
        line-height: 50px;
    }
    .serviceSection-top-right {
        text-align: start;
        width: 100%;
    }
    .service-section-bottom {
        gap: 20px;
    }
    .serviceSection-bottom-box {
        width: 90%;
    }
    .service-section-top h2 {
        text-align: left;
		line-height: 50px;
    }
}
@media screen and (max-width: 458px) {
    .service-section {
        background-color: #f8f8f8;
        padding: 40px 20px;
    }
}
/* form-section */

.form-section {
    padding: 80px 50px;
}
.form-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
}
.form-div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondery-color);
}
.form-blankBox {
    width: 40px;
    height: 2px;
    background-color: var(--secondery-color);
}
.form-section-left {
    width: 60%;
}
.formSection-left-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.formSection-left-top p {
    color: #fff;
    text-align: left;
    width: 100%;
}
.formSection-left-top h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    margin-top: 10px;
}
.formSection-left-bottom form {
    display: flex;
    gap: 50px;
}
.input-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
.input-box p {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.input-box input, textarea {
    width: 100%;
    padding: 20px;
    outline: none;
}
.textarea-box {
    width: 40%;
}
.textarea-box  textarea {
    font-family: "Roboto", sans-serif;
}
.textarea-box  button {
    background-color: var(--secondery-color);
    border: none;
    padding: 20px 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
}
.textarea-box  button:hover {
    background-color: #fff;
    color: var(--secondery-color);
    transition: 0.5s;
}
.form-section-right {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 40%;
}
.form-section-right iframe {
    height: 282px;
    width: 400px;
}

@media screen and (max-width: 998px) {
    .form-section {
        padding: 80px 40px;
    }
    .form-container {
        align-items: center;
        flex-direction: column;
    }
    .form-section-left {
        width: 100%;
    }
    .form-section-right {
        border: solid;
        width: 100%;
    }
    .form-section-right iframe {
        width: 100%;
    }
}
@media screen and (max-width:  598px) {
    .formSection-left-bottom form {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column;
    }
    .input-box {
        width: 100%;
		margin-top: 20px;
    }
}

/* gallery-section */

.gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
	margin-bottom: 50px;
    width: 100%;
    padding: 0 50px;
}
.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.gallery-section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.gallery-section-top h2 {
    color: #15181B;
    font-size: 48px;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
}
.para {
    color: #15181B;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    width: 50%;
    text-align: center;
    margin: 30px 0;
    letter-spacing: 1px;
}
.gallery-section-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.gallerySection-bottom-img {
    width: 350px;
}
.gallerySection-bottom-img img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

@media screen and (max-width: 998px) {
	.para {
        font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width: 820px) {
    .gallerySection-bottom-img {
        width: 300px;
    }
}
@media screen and (max-width: 778px) {
    .gallery-section-top {
        flex-direction: column;
        gap: 16px;
    }
    .gallerySection-top-content {
        width: 90%;
    }
    .gallery-section-top {
        align-items: start;
		padding-top: 20px;
    }
    .para {
        text-align: left;
		margin: 0;
    }
	.para {
        font-size: 17px !important;
		line-height: 28px !important;
	}
}
@media screen and (max-width:  458px) {
    .gallerySection-bottom-img {
        width: 90%;
    }
}

.section {
    padding: 80px 50px;
    background-color: #fafafa;
}
.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.section-container-top { 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.section-container-top h2 {
    color: #15181B;
    font-size: 48px;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
}
.sectionContainer-bottomBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.sectionContainer-bottomBox-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 350px;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.sectionContainer-bottomBox-container h3 {
    color: #15181B;
    font-size: 24px;
}
.sectionContainer-bottomBox-container p {
    color: #15181B;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
}
.section-container-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.section-bottom-Box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    max-width: 1130px;
}
.section-bottom-Box h3 {
    color: #15181B;
    font-size: 24px;
}
.section-bottom-Box p {
    color: #15181B;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 1px;
}
section>div {
    max-width: 1700px;
    margin: auto;
}

@media screen and (max-width: 998px) {
    .sectionContainer-bottomBox-container {
        width: 100%;
        align-items: start;
    }
    .sectionContainer-bottomBox-container p {
        text-align: left;
		font-size: 25px;
		line-height: 36px;
    }
    .section-container-top { 
        align-items: start;
    }
	.section-container-top { 
		gap: 30px;
    }
}
@media screen and (max-width: 768px) {
	section {
      padding: 50px 20px !important;
    }
	.gallery-section {
		padding: 0 20px !important;
		margin-top: 20px;
	}
	.sectionContainer-bottomBox-container p {
		font-size: 22px;
		line-height: 32px;
    }
}
@media screen and (max-width: 458px) {
	section {
       padding: 30px 20px !important;
    }
	.sectionContainer-bottomBox-container p {
		font-size: 18px;
		line-height: 28px;
    }
}

/* faq-section */

.faq-section {
/*     margin-top: 50px; */
    position: relative;
}
.faqSection {
    margin-top: 0;
}
.faq-overlay {
    background-color: #000;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: -1px;
    right: -1px;
    opacity: .8;
    width: 100%;
}
.faq-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 70px 50px;
}
.faq-section-container {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.faq-section-top h2 {
    opacity: .99;
    color: #fff;
}
.faq-section-top div {
    opacity: .99;
}
.accordion {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 0;
    width: 100%;
    opacity: .99;
}
.accordion-header {
    /* background-color: #0d70ae; */
    /* background-color: #15181B; */
    color: #15181B;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
	line-height: 25px;
    border: none;
    outline: none;
    text-align: left;
    transition: background-color 0.3s;
    opacity: .99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.accordion-content:hover {
    /* background-color: #084a8c; */
}
.accordion-content {
    padding: 10px;
    display: none;
    background-color: white;
    border-top: 1px solid #ddd;
    opacity: .99;
	font-size: 17px;
	line-height: 25px;
}
.active {
    /* background-color: #084a8c; */
}
.accordion button {
}
.accordion button i {
    font-size: 22px;
	margin-left: 20px;
}
section.faq-section .faq-overlay {
    max-width: 100%;
}

@media screen and (max-width: 998px) {
    .faq-section-container {
        width: 90%;
    }
}
@media screen and (max-width: 778px) {
    .faq-section-top {
        align-items: start;
        gap: 10px;
    }
	.faq-container {
    padding: 50px 0px;
}
}

/* appointment-section */

.appointment-section {
    margin: 20px;
    padding: 50px 50px 80px 50px !important;
}
.page-template-about .appointment-section {
    margin: 20px 0 0;
    padding: 50px 50px 40px 50px !important;
}
.Click-Here {
    margin-top: 40px;
}
.Click-Here a {
    background-color: var(--secondery-color);
    border: 2px solid #2b547e;;
    color: #fff;
    padding: 14px 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.Click-Here a:hover {
    border: 2px solid #2b547e;;
    background-color: #fff;
    color: var(--secondery-color);
    transition: .5s;
}

@media screen and (max-width: 778px) {
    .appointment-section {
        margin: 40px 0 40px !important;
        padding: 0px 20px 20px 20px !important;
    }
    .appointment-section h2 {
        text-align: left;
    }
	.appointment-section .para {
		margin: 0 0;
    }
}


/* contact-section */

.contact-section {
	position: relative;
	overflow: hidden;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 65%;
    height: 100%;
    left: -1px;
    right: -1px;
    opacity: .5;
    width: 100%;
}
.contact-container {
	background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 90px; 
	padding-bottom: 50px;
/*     height: 510px; */
}
.contact-section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-box {
/*     width: 365px; */
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: .99;
    border-radius: 5px;
}
.contact-box i {
    font-size: 45px;
    color: var(--secondery-color);
}
.contact-box h4 {
    font-size: 24px;
    color: #15181B;
}
.contact-box a {
    font-size: 16px;
    color: #15181B;
}
.contact-section-bottom {
	position: relative;
    background-color: #fff;
    opacity: .99;
    margin-top: 70px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.contactSection-bottom-left {
    width: 50%;
    background-color: #ffefea;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.contactSection-bottom-left h2 {
    color: #15181B;
    font-size: 38px;
    line-height: 50px;
}
.contactSection-bottom-left p {
    color: #15181B;
    font-size: 18px;
    line-height: 28px;
}
.contact-bottom-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
}
.contact-bottom-box img {
    border-radius: 50%;
}
.contact-bottom-box h3 {
    font-size: 22px;
    color: #15181B;
}
.contact-bottom-box p {
    font-size: 17px;
    color: #15181B;
}
.contactSection-bottom-right {
    width: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.contactSection-bottom-right h2 {
    color: #15181B;
    font-size: 34px;
    line-height: 50px;
}
.contactSection-bottom-right form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.contactSection-bottom-right form div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}
.contactSection-bottom-right form div input {
    padding: 20px;
    width: 100%;
    outline: none;
	border: 1px solid #777;;
}
.contactSection-bottom-right form div textarea {
    padding: 20px;
    width: 100%;
    font-family: "Roboto", sans-serif;
	border: 1px solid #777;;
}
.submit-btn {
    width: 100%;
}
.submit-btn button {
    width: 100%;
    background-color: var(--secondery-color);
    border: none;
    color: #fff;
    padding: 16px 0;
    border-radius: 5px;
    font-size: 18px;
}
.map-section iframe {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 1024px) {
	.contactSection-bottom-right form div input::placeholder {
        font-size: 18px;
     }
	.contactSection-bottom-left {
		padding: 20px
	}
/* 	 .contact-section {
        margin-bottom: 480px;
    } */
}
@media screen and (max-width: 998px) {
    .contact-section-bottom {
        flex-direction: column;
    }
    .contactSection-bottom-left {
        width: 100%;
        padding: 40px 40px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .contactSection-bottom-right {
        width: 100%;
        padding-top: 30px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .contact-container {
        padding-top: 50px; 
/*         height: 795px; */
    }
    .contact-section-bottom {
        margin-top: 40px;
    }
    .para {
        width: 100% !important;
    }
/* 	 .contact-section {
        margin-bottom: 510px;
    } */
}
/* @media screen and (max-width: 858px) {
    .contact-section {
        margin-bottom: 580px;
    }
}
@media screen and (max-width: 820px) {
	 .contact-section {
        margin-bottom: 560px;
    }
} */

@media screen and (max-width: 778px) {
    .contact-box {
        width: 300px;
    }
/*     .contact-section {
        margin-bottom: 720px;
    } */
}
@media screen and (max-width:  458px) {
    .contact-box {
        width: 96%;
		padding: 10px 20px 10px 10px;
        gap: 8px;
    }
    .contact-container {
        padding-top: 50px; 
/*         height: 770px; */
    }
    form div {
        flex-direction: column;

    }
/*     .contact-section {
        margin-bottom: 1140px;
    } */
	.page-template-about .aboutSection-right {
        width: 100% !important;
    }
	.contactSection-bottom-right h2 {
        font-size: 32px;
    }
}

/* footer-section */

.footer {
/*     margin-top: 50px; */
    background-color: var(--primary-color);
}
.myFooter {
    margin-top: 0;
}
.footer-container {
    max-width: 1700px;
    margin: auto;
}
.footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 50px;
    border-bottom: 1px solid #ffffff1a;
}

.footer-center-left {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.footer-center-left h3 {
    color: #fff;
    line-height: 26px;
    font-size: 17px;
}
.footer-center-left p {
    color: #fff;
    line-height: 26px;
    font-size: 17px;
}
.footer-center-right {
    width: 70%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footerCenter-right-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footerCenter-right-box h3 {
    color: #fff;
    font-size: 24px;
}
.support-portal a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.footerCenter-right-box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.footerCenter-right-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footerCenter-right-box ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footerCenter-right-box ul i {
    color: #fff;
}
.footerCenter-right-box ul a {
    color: #fff;
    font-size: 16px;
}
.footerCenter-right-box ul a:hover {
    color: var(--secondery-color);
}
.footer-contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-contact-box h4 {
    color: #fff;
    font-size: 16px;
}
.footer-contact-box i {
    color: #fff;
    font-size: 20px;
}
.footer-box-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.footer-box-text a {
    color: #fff;
    font-size: 14px;
}
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
}
.footer-bottom p {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}
form .input-box input, form textarea {
    width: 100%;
    outline: none;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 15px;
/*     margin-bottom: 20px; */
}
form input.wpcf7-submit {
    background-color: var(--secondery-color);
    border: none;
    padding: 18px 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	margin-top: 5px;
}
form input.wpcf7-submit:hover {
	background-color: #fff;
    transition: 0.5s;
    color: var(--secondery-color) !important;
}
.contactSection-bottom-right form div p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.contactSection-bottom-right form div span{
	width: 46%;
}
.contactSection-bottom-right form div:nth-child(4) span{
	width: 100%;
}
.contactSection-bottom-right form div span span {
    width: 100%;
}
.contactSection-bottom-right form .submit-btn span.wpcf7-spinner {
    display: none;
}
span.wpcf7-spinner {
    display: none;
}
.home .formSection-left-bottom form div.wpcf7-response-output {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 45%;
    background: rgba(255, 255, 255, 0.5);
}
.home .wpcf7 form.sent .wpcf7-response-output {
    bottom: -30px;
}
.home .formSection-left-bottom form {
    position: relative;
}
.footerCenter-right-box ul#menu-footer-menu li a:before {
    content: "\f0da";
    font: normal normal normal 14px / 1 FontAwesome;
}
.dropdown-content {
    margin-left: -44px;
}
@media screen and (max-width: 998px) {
    .footer-center {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .footer-center-left {
        width: 100%;
        gap: 10px;
    }
    .footer-center-right {
        width: 100%;
        justify-content: space-between;
        width: 60%;
    }
    .footer-top h2 { 
        font-size: 42px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
.dropdown-content {
    display: block;
    position: static;
    background: transparent;
    text-align: center !important;
    margin: auto;
}
	.dropdown-content a {
    text-align: center;
}
}
@media screen and (max-width: 778px) {
    .footer-top {
        flex-direction: column;
        gap: 20px;
    }
    .footer-top div { 
        justify-content: start;
    }
    .footer-top h2 { 
        font-size: 34px;
        line-height: 46px;
    }
    .footer-center-right {
        width: 80%;
    }
.contactSection-bottom-right form div span {
    width: 100%;
}
}
contactSection-bottom-right form div {
    margin: 0 !important;
}
@media screen and (max-width:  585px) {
	.home .formSection-left-bottom form div.wpcf7-response-output {
		width: 100%;
		position: relative;
    }
	.contactSection-bottom-right {
		padding: 20px
	}
}
@media screen and (max-width:  458px) {
    .footer-center-right {
        gap: 40px;
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-top div input { 
        width: 100%;
    }
    .footer-top div button { 
        width: 100%;
    }
	
}
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 0 !important;
}
body.page-template-default.page.page-id-172.wp-embed-responsive.single-author.sidebar section.about-section .aboutSection-image-box .aboutSection-left img {
    height: 400px;
    object-fit: cover;
}
body.page-template-default.page.page-id-283.wp-embed-responsive.single-author.sidebar section.about-section .aboutSection-image-box .aboutSection-left img {
    height: 400px;
	 object-fit: cover;
}
.aboutSectionLeft-imgBox img {
	height: 400px;
	 object-fit: cover;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}
.page-template-front-page section.faq-section .faq-container .service-section-top.faq-section-top h2 span.span-box {
    color: #fff;
}

.team-profiles-section {
	background-color: #fafafa;
}
.team-profiles-container {
    padding: 80px 50px;
}
.team-profiles-container .service-section-top h2 {
    font-size: 48px;
}
.team-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.team-img {
    width: 40%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.team-img img {
    border-left: 10px solid #2b547e;
    border-bottom: 10px solid #2b547e;
	width: 80%;
}
.team-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.team-content h2 {
	color: #15181B;
    font-size: 32px;
    line-height: 36 px;
}
.team-content p {
    color: #15181B;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 1px;
}
.team-box-container {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-box {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.team-box h2 {
    color: #15181B;
    font-size: 32px;
    line-height: 36px;
}
.team-box p {
    color: #15181B;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 1px;
}
.team-img-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.team-img-box img {
    border-right: 10px solid #2b547e;
    border-bottom: 10px solid #2b547e;

}
.team-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.team-detail h3 {
	color: #15181B;
    font-size: 22px;
/*     line-height: 28px; */
}
.team-detail p {
	color: #15181B;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 1px;
}
.page-template-about .team-profiles-section {
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
	.team-container {
        gap: 40px;
    }
	.team-img img {
		width: 100%;
     }
	.aboutSection-left img {
		height: auto;
	}
}
@media screen and (max-width: 998px) {
    .team-container {
        flex-direction: column;
    }
    .team-img {
        width: 100%;
    }
	.team-img img {
        width: 100%;
     }
    .team-content {
        width: 100%;
    }
	.team-content p {
		font-size: 20px;
		line-height: 32px;
    }
	.team-box p {
		font-size: 20px;
		line-height: 32px;
    }
	.team-box-container {
		margin-top: 60px;
		flex-direction: column-reverse;
		gap: 40px;
     }
	.team-box {
         width: 100%;
     }
	.team-img-box {
        width: 100%;
    }
	.team-img-box img {
        width: 100%;
    }
	.team-detail p {
		font-size: 20px;
		line-height: 32px;
     }
}
@media screen and (max-width: 768px) {
	.team-profiles-container {
        padding: 50px 20px;
     }
	.team-content p {
		font-size: 17px;
		line-height: 28px;
    }
	.team-box p {
		font-size: 17px;
		line-height: 28px;
    }
	.team-detail p {
		font-size: 17px;
		line-height: 28px;
     }
}
@media screen and (max-width: 458px) {
	.team-profiles-container {
        padding: 20px 0px;
     }	
	.home .formSection-left-bottom form div.wpcf7-response-output {
        bottom: 0;
     }
	.home .wpcf7 form.sent .wpcf7-response-output {
       bottom: 0;
     }
	.home .gallery-section {
        margin-bottom: 0;
     }
	.page-template-about .aboutSection-left {
		width: 100% !important;
	}
}

.page-content-404page {
    padding: 60px 10px !important;
}
.page-content-404page p {
    margin-bottom: 25px;
	margin-top: 6px;
}
	
/* #envirabox-wrap {
    left: 0 !important;
    right: 0 !important;
    display: block !important;
   margin: auto;
   min-width: 600px !important;
}
#envirabox-content {
    position: inherit;
    min-width: 580px;
    height: auto !important;
	z-index : 999;
} */



