:root {
    --primaryColor: #1CA2A5;  
    --secondaryColor: #ED8A38;  
    --themeColor: #6F3995;
    --tColor: #000211;
    --pColor: #3C3E4B;  
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--pColor);
    line-height: 1.8;
    scroll-behavior: smooth;
    transition-delay: 2s;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
}
*,a {
    text-decoration: none;
}
h2 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 50px;
    padding-bottom: 15px;
}
.primaryBtn, .primaryBtn:focus {
    background: var(--secondaryColor) !important;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1;
    padding: 18px 50px !important;
    margin: 0 auto;
    text-align: center;
    display: -webkit-inline-flex;
    border-radius: 4px !important;
    border: none !important;
    transition: all ease-out .5s;
    position: relative;
    height: auto !important;
}
.primaryBtn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    border-radius: 4px;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.primaryBtn:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}
/* Left Whatsapp Start */
.leftWhatsapp {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .leftWhatsapp img {
    width: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .leftWhatsapp img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); 
  }
  /* Left Whatsapp End */
/* Navbar Start */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    --bs-navbar-padding-y: 0 !important;
    --bs-navbar-brand-padding-y: 0 !important;
    letter-spacing: 0;
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 1000;
}
#navbar.scrolled {
    padding: 2px 0;
    box-shadow: 0px 6px 15px rgb(28 162 165 / 10%);
}
#navbar .navbar-brand {
    width: 22%;
	width: 15%;
    padding: 10px 0;
}
#navbar .navbar-brand img {
    width: 75px;
    transition: all .4s ease-in-out;
}
#navbar.scrolled .navbar-brand img {
    width: 60px !important;
}
.contactInfo {  
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #8DD0D2;
    transition: all .4s ease-in-out;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar-nav li a {
    text-transform: uppercase;
    color: var(--tColor);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--themeColor);
}
.navbar-nav .nav-link:hover {
    color: var(--themeColor);
}
.navbar-toggler {
    border: 1px solid var(--secondaryColor) !important;
}
.navbar-toggler:focus {
    border: 1px solid var(--secondaryColor) !important;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url(../img/navicon.svg);
}
/* .dropdown li a span {
    font-size: 12px;
    color: var(--pColor);
    font-weight: 600;
    opacity: .6;
} */
.contactInfo-social {
    display: flex;
    margin-top: 6px;
}
.contactInfo-social p {
    /* font-size: 14px; */
    margin-bottom: 1px;
    padding-right: 10px;
    color: var(--primaryColor);
}
.contactInfo-social p img {
    width: 21px;
    margin-bottom: 5px;
}
.contactInfo-social a img {
    width: 18px;
    margin: 3px;
    margin-top: 0px;
}
.contactInfo-social a:hover img {
    opacity: 0.6;
}
.topBtn, .topBtn:focus {
    background: var(--secondaryColor);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    opacity: 1;
    padding: 4px 24px;
    border-radius: 4px;
    transition: all ease-out .5s;
	position: relative;
}
.topBtn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    border-radius: 4px;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.topBtn:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}
/* Navbar End */
/* Home Banner Start */
.homeBanner {
    background: var(--primaryColor);
    margin-top: 7%;
    height: 650px;
    position: relative;
}
.homeBanner::after {
    content: '';
    display: none;
    position: absolute;
    width: 60%;
    top: -66%;
    height: 140%;
    left: -8%;
    opacity: 0.1;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: url(../img/banner-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.homeBanner-img {
/*    height: 620px;*/
    position: relative;
}
.homeBanner-img img  {
    max-width: 55%;
    max-width: 100%;
    /* position: absolute; */
    bottom: -4px;
    bottom: -2px;
    left: 5%;
    z-index: 1;
    position: relative;
    top: 26px;
}

.homeBanner-text-continaer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeBanner-text {
/*    text-align: center;*/
/*    padding-top: 25%;
    width: 94%;
    margin: 0 auto;*/
}
.homeBanner-text h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    padding: 10px 0;
}
.homeBanner-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.homeBanner-icon img {
    border: 4px solid #fff;
    border-radius: 100px;
    width: 80%;
}

.homeBanner-text h1{
    text-align: left;
    color: #F2FAFA;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;

}

.homeBanner-text p {
    color: #F2FAFA;
/*    text-transform: uppercase;*/
    max-width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 15px 0 25px 0;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    font-weight: 300;
}
.homebannerBtn, .homebannerBtn:focus {
    background: var(--secondaryColor);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1;
    padding: 18px 24px;
/*    width: 90%;
    margin: 0 auto;*/
    text-align: center;
/*    display: block;*/
    border-radius: 4px;
    transition: all ease-out .5s;
    position: relative;
/*    width: 100px;*/
float: left;
padding: 10px 20px;
}
.homebannerBtn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    border-radius: 4px;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.homebannerBtn:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}
/* Home Banner End */
/* Featured Start */
.homeFeatured-img {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.homeFeatured-img img {
    max-width: 150px;
}
.homeFeatured {
    padding: 80px 0 70px 0;
}
.homeFeatured img {
    padding: 20px 0;
}
.homeFeatured hr {
    border-top: 2px solid #C6E8E8;
}
/* Featured End */
/* Why Choose Start */
.homewhychoose {
    padding: 80px 0 95px 0;
    background: #F2FAFA;
}
.homewhychoose-box1 {
    border: 1px solid var(--primaryColor);
    border-radius: 10px;
    text-align: center;
    padding: 50px 55px;
    max-width: 85%;
    margin: 20px auto;
}
.homewhychoose-box1 h4 {
    color: var(--secondaryColor);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 22px;
    margin: 0 auto;
}
.homewhychoose p {
    margin-bottom: 0 !important;
    padding-top: 10px;
}
.homewhychoose-box2 {
    border-radius: 10px;
    text-align: center;
    padding: 35px 55px;
    max-width: 85%;
    margin: 20px auto;
}
.homewhychoose-box2 h4 {
    color: var(--secondaryColor);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 22px;
    margin: 0 auto;
}
.homewhychoose-box2 hr {
    border-top: 2px solid var(--primaryColor);
}
/* Why Choose End */
/* Home Services Start */
.homeServices {
    padding: 80px 0 95px 0;
}
.homeServices-box {
    position: relative;
    margin-bottom: 40px;
}
.homeServices-box::after {
    content: ""; 
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28,162,165,0) 0%, rgba(28,162,165,1) 100%);
    opacity: 1;
}
.homeServices-box img {
    border-radius: 30px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.homeServices-box-text h4 {
    position: absolute;
    left: 12%;
    bottom: 8%;
    width: 50%;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    z-index: 1;
}
.homeServices-box-text h4 span {
    display: block;
}
.homeServices-box-text a {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--secondaryColor);
    padding: 10px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out .5s;
}
.homeServices-box-text a:hover {
    background: #ef964c;
}
.homeServices-box-text a img {
    border-radius: 0;
    width: 16px;
    height: auto;
}
/* Home Services End */
/* Home Knowledge Start */
.homeKnowledge {
    background: var(--primaryColor);
    padding: 80px 0;
    text-align: center;
    margin: 0 auto;
}
.homeKnowledge h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.25;
}
/* Home Knowledge End */
/* Home Serve Slider Start */
.homeServe {
    background: #F2FAFA;
    padding: 95px 0;
}
.homeServe img {
    border-radius: 16px; 
}
.homeServe .owl-carousel .owl-item img {
    width: auto !important;
}
.homeServe .owl-nav {
    display: none;
}
/* Home Serve Slider End */
/* Video Testimonials Start */
.videoTestimonial {
    padding: 80px 0 95px 0;
}
.videoTestimonial .item {
    align-items: center;
    color: white;
    display: flex;
    justify-content: center;
    position: relative;
}
.videoTestimonial .item img {
    border-radius: 30px;
}
.videoTestimonial-modal {
    background: rgb(28 162 165 / 55%);
}
.videoTestimonial-modal iframe {
    width: 100%;
    height: 500px;
}
.videoTestimonial-modal .modal-body {
    padding: 0;
}
.videoTestimonial-modal .modal-content {
    background: transparent;
    border: none;
}
.videoTestimonial-modal .crossBtn {
    position: relative;
    text-align: right;
}
.videoTestimonial-modal .btn-close {
    position: relative;
    right: -25px;
    top: 35px;
    opacity: 1;
    padding: 10px;
    border-radius: 100px;
    background: #F44336;
    z-index: 1;
}
.videoTestimonial-modal .btn-close img {
    position: relative;
    top: -7px;
}
.videoTestimonial-icon {
    position: absolute;
    cursor: pointer;
    transition: all ease-out .5s;
    z-index: 1;
}
.videoTestimonial-icon img {
    width: 65px !important;
}
.videoTestimonial-icon:hover {
    border: 3px solid #fff;
    border-radius: 100px;
}
.videoTestimonial .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 35%;
    width: 100%;
}
.videoTestimonial .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -40px;
    font-size: 80px;
    font-weight: 200;
    color: var(--secondaryColor);
    transform: rotate(180deg);
}
.videoTestimonial .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    color: var(--secondaryColor);
    opacity: 0.6;
}
.videoTestimonial .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: -40px;
    font-size: 80px;
    font-weight: 200;
    color: var(--secondaryColor);
    transform: rotate(180deg);
}
.videoTestimonial .owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: var(--secondaryColor);
    opacity: 0.6;
}
/* Video Testimonils End */
/* Client Testimaonials Start */
.clientTestimonial {
    background: #F2FAFA;
    padding: 80px 0;
}
.clientTestimonial-box {
    position: relative;
    z-index: 1;
}
.clientTestimonial-star {
    display: flex;
    padding-bottom: 10px;
}
.clientTestimonial-star img {
    width: 16px !important;
    margin: 1px;
}
.clientTestimonial-star span {
    font-weight: 500;
    padding-left: 8px;
}
.clientTestimonial-profile {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.clientTestimonial-profile img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 100px;
    border: 2px solid #fff;
    margin-right: 10px;
}
.clientTestimonial-profile h5 {
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 3px;
}
.clientTestimonial-profile h6 {
    color: #9BA0A6;
    font-weight: 400;
    font-size: 14px;
}
.clientTestimonial .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -100px;
    right: 45px;
}
.clientTestimonial .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -40px;
    font-size: 65px;
    font-weight: 200;
    color: var(--secondaryColor);
    transform: rotate(180deg);
}
.clientTestimonial .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    color: var(--secondaryColor);
    opacity: 0.6;
}
.clientTestimonial .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: -40px;
    font-size: 65px;
    font-weight: 200;
    color: var(--secondaryColor);
    transform: rotate(180deg);
}
.clientTestimonial .owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    color: var(--secondaryColor);
    opacity: 0.6;
}
/* Client Testimonials End */
/* Get Touch Start */
.getForm {
    padding: 10px 0 95px 0;
}
.getForm input, .getForm input:focus {
    color: var(--primaryColor);
    height: 46px;
    padding-left: 20px;
    border: 1px solid #9BD7D5;
    border-radius: 15px;
    background: #F2FAFA;
    margin-bottom: 28px;
    box-shadow: none;
}
.getForm textarea, .getForm textarea:focus {
    color: var(--primaryColor);
    padding-left: 20px;
    border: 1px solid #9BD7D5;
    border-radius: 15px;
    background: #F2FAFA;
    margin-bottom: 28px;
    box-shadow: none;
}
.getForm ::placeholder {
    color: #94D5D2;
    opacity: 1;
}  
.getForm ::-ms-input-placeholder {
    color: #94D5D2;
}
.getForm-phone h4 {
    color: var(--primaryColor);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.getForm-phone a {
    color: var(--tColor);
    font-size: 24px;
    font-weight: 400;
}
.getForm-phone a:hover {
    color: var(--secondaryColor);
}
.getForm-phone hr {
    border-top: 2px solid #1ca2a563;
}
/* Get Touch End */
/* Footer Start */
footer {
    background: var(--primaryColor);
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7BC6C7;
    padding: 15px 0;
}
.footer-menu a {
    color:#F2FAFA;
    position: relative;   
    transition: all ease-out .5s; 
}
.footer-menu a:hover {
    color: #F2FAFA;
    opacity: 0.8;
}
.footer-menu span {
    color:#7BC6C7;
}
.footer-link {
    padding: 45px 0;
}
.footer-link h5 {
    color: #fff;
    display: block;
    margin: 16px 0;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
}
.footer-link a {
    color: #C5E7E8;
    display: block;
    margin-bottom: 8px;
}
.footer-link a:hover {
    color: #fff;
}
.footer-logo img {
    max-width: 40%;
    margin-top: 20%;
    opacity: .2;
}
.copyright {
    border-top: 1px solid #7BC6C7;
    padding: 15px 0;
}
.copyright a {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.copyright a:hover {
    color: #fff;    
}
.copyright p {
    color: #C5E7E8;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: end;
    padding-top: 6px;
}
.recentPost-text {
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Footer End */
/* Inner Banner Start */
.innerBanner {
    background: var(--primaryColor);
    margin-top: 7%;
    height: 425px;
    position: relative;
}
.innerBanner::after {
    content: '';
    display: block;
    position: absolute;
    width: 875px;
    top: -90%;
    height: 195%;
    right: 0;
    opacity: 0.1;
    bottom: 0;
    z-index: 0;
    background-image: url(../img/banner-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.innerBanner-text {
    height: 420px;
    display: flex;
    align-items: center;
}
.innerBanner-text h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
}
.innerBanner-text h1 span {
    font-size: 32px;
    font-weight: 400;
    opacity: .75;
}
/* Inner Banner End */
/* About Start */
.aboutSec {
    padding: 75px 0;
}
.aboutSec-text {
    padding: 30px 0;
}
.aboutSec-text h2 {
    font-size: 54px;
    font-weight: 600;
    color: var(--themeColor);
    font-family: "Roboto", sans-serif;
}
.aboutSec-text p {
    font-size: 18px;
}
.aboutSec-img {
    text-align: center;
}
.aboutSec-signature p {
    font-style: italic;
    color: #362c2c;
    font-weight: 500;
}
.aboutSec-signature img {
    float: inline-end;
    width: 38%;
    position: relative;
    top: -10px;
}
.aboutwhatSec {
    padding-top: 80px;
}
.abouttimingSec {
    background: #F2FAFA;
    padding: 80px 0 70px 0;
    margin-top: 80px;
}
.abouttimingSec-box {
    padding-top: 15px;
}
.abouttimingSec-box img {
    width: 65px;
    margin-bottom: 15px;
}
.abouttimingSec-box h4 {
    color: var(--primaryColor);
    padding: 6px 0;
    font-weight: 400;
}
.aboutwhatSec-img {
    text-align: center;
}
.aboutwhatSec-img img {
    max-width: 94%;
    margin: 20px;
    border-radius: 15px;
}
.aboutwhatSec-list {
    padding-top: 30px;
}
.aboutwhatSec-list ul {
    margin-left: -15px;
}
.aboutwhatSec-list li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
}
.aboutText {
    background: #F2FAFA;
    padding: 80px 0;    
}
.aboutContent {
    padding: 80px 0;
}
.aboutContent h2 {
    color: var(--secondaryColor);
}
.aboutContent-list ul {
    background: #f8eae3;
    padding: 25px;
    border-radius: 15px;
    padding-top: 30px;
}
.aboutContent-list li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
    margin-left: 25px;
}
/* About End */
/* Services Start */
.teenSec {
    padding: 95px 0 75px 0;
}
.teenSec-img {
    text-align: center;
}
.teenSec-img img {
    width: 88%;
    border-radius: 15px;
}
.teenSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.teenSec-text h6 {
    font-size: 18px;
    font-weight: 500;
}
.teenSec-text ul {
    margin-left: -15px;
}
.teenSec-text li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
}
.teenSec-box p {
    background: #F2FAFA;
    padding: 20px;
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.5;
    color: var(--themeColor);
    font-weight: 400;
    border: 1px solid rgb(28 162 165 / 75%);
    border-radius: 15px;
    height: 110px;
    display: flex;
    align-items: center;
}
.relationshipSec {
    padding: 90px 0 85px 0;
}
.relationshipSec-img {
    text-align: center;
}
.relationshipSec-img img {
    width: 100%;
    border-radius: 15px;
}
.relationshipSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.efficacySec {
    padding: 95px 0;
    background: #F2FAFA;
}
.efficacySec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.efficacySec-img img {
    width: 100%;
    border-radius: 15px;
}
.whatRelationship {
    padding: 85px 0 55px 0;
}
.whatRelationship h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
}
.benefitRelationship {
    padding-bottom: 80px;
}
.benefitRelationship h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
}
.benefitRelationship-img img {
    width: 100%;
    border-radius: 15px;
}
.benefitRelationship-text ul {
    margin-left: -15px;
    padding-top: 12px;
}
.benefitRelationship-text li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
}
.benefitRelationship-text li em {
    font-weight: 500;
}
.challengesRelationship {
    padding: 92px 0;
    background: #F2FAFA;
}
.challengesRelationship h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.challengesRelationship-img img {
    width: 100%;
    border-radius: 15px;
}
.servicesRelationship {
    padding: 70px 0 85px 0;
}
.servicesRelationship h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.servicesRelationship-text h6 {
    font-size: 18px;
    font-weight: 500;
}
.servicesRelationship-text ul {
    margin-left: -15px;
}
.servicesRelationship-text li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
}
.servicesRelationship-text li em {
    font-weight: 500;
}
.servicesRelationship-img img {
    width: 100%;
    border-radius: 15px;
}
.unlockRelationship {
    padding-bottom: 80px;
}
.unlockRelationship h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
}
.personalSec {
    padding: 95px 0;
}
.personallistSec {
    background: #F2FAFA;
    padding: 85px 0;
}
.personalcontentSec {
    padding: 85px 0;
}
.personalSec-text img {
    max-width: 160px;
    border: 1px solid rgb(28 162 165 / 20%);
    padding: 10px;
    border-radius: 10px;
    background: rgb(28 162 165 / 5%);
    margin: 8px 0;
}
.personalSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.personalSec-img {
    text-align: center;
}
.personalSec-img img {
    width: 100%;
    border-radius: 15px;
}
.relationshipSec {
    padding: 90px 0 85px 0;
}
.wellnessSec {
    padding: 95px 0;
}
.wellnessSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.wellnessSec-img {
    text-align: center;
}
.wellnessSec-img img {
    width: 100%;
    border-radius: 15px;
}
.stressSec {
    padding: 95px 0;
    background: #F2FAFA;
}
.stressSec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.stressSec-img img {
    width: 100%;
    border-radius: 15px;
}
.anxietySec {
    padding: 95px 0;
}
.anxietySec-img {
    text-align: center;
}
.anxietySec-img img {
    width: 100%;
    border-radius: 15px;
}
.anxietySec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.efficacySec {
    padding: 95px 0;
    background: #F2FAFA;
}
.executiveSec {
    padding: 95px 0 75px 0; 
}
.executiveSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.executiveSec-img {
    text-align: center;
}
.executiveSec-img img {
    width: 100%;
    border-radius: 15px;
}
.divorceSec {
    padding: 95px 0;
}
.divorceSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.divorceSec-img img {
    width: 100%;
    border-radius: 15px;
}
.divorce1Sec {
    padding: 95px 0;
    background: #F2FAFA;
}
.divorce1Sec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.divorce1Sec-img img {
    width: 100%;
    border-radius: 15px;
}
.divorce2Sec {
    padding: 95px 0;
}
.divorce2Sec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.divorce2Sec-img img {
    width: 100%;
    border-radius: 15px;
}
.divorce3Sec {
    padding: 95px 0;
    background: #F2FAFA;
}
.divorce3Sec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 15px;
}
.divorce3Sec-img img {
    width: 100%;
    border-radius: 15px;
}
.divorce4Sec {
    padding: 90px 0;
}
.divorce4Sec h6 {
    font-size: 18px;
    line-height: 1.6;
    color: var(--themeColor);
}
.divorce4Sec p {
    margin-bottom: 10px;
}
.divorce4Sec-text h4 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.divorce4Sec-img img {
    width: 100%;
    border-radius: 15px;
}
.expatsSec {
    padding: 95px 0;
}
.expatsSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.expatsSec-img {
    text-align: center;
}
.expatsSec-img img {
    width: 100%;
    border-radius: 15px;
}
/* Services End */
/* Support Start */
.supportSec {
    padding: 95px 0;
}
.personallistSec {
    background: #F2FAFA;
    padding: 95px 0;
}
.personallistSec-text h3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: var(--primaryColor);
    font-size: 42px;
    padding-bottom: 12px;
    padding-top: 25px;
}
.personallistSec-list ul {
    margin-left: -15px;
}
.personallistSec-list li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
}
.personallistSec-img img {
    width: 100%;
    border-radius: 15px;
}
.personalcontentSec {
    padding: 95px 0;
}
.personalcontentSec-img {
    text-align: center;
}
.personalcontentSec-img img {
    /* max-width: 80%; */
    border-radius: 24px;
}
.personalcontentSec-text {
    padding: 5% 0;
}
.supportSec-text img {
    max-width: 160px;
    border: 1px solid rgb(28 162 165 / 20%);
    padding: 10px;
    border-radius: 10px;
    background: rgb(28 162 165 / 5%);
    margin: 8px 0;
}
.supportSec-text h2 {
    position: relative;
    left: -165px;
    padding-top: 5%;
}
.supportSec-img {
    text-align: center;
}
.supportSec-img img {
    width: 88%;
    border-radius: 15px;
}
.supportSec-text img:hover {
    border: 1px solid rgb(28 162 165 / 20%);
    background: #fff;
    transition: all ease-out .5s;
}
/* Support End */
/* Team Start */
.anneTeam {
    padding: 92px 0 70px 0;
}
.anneTeam-box {
    background: #F8EAE3;
    position: relative;
    border-radius: 30px;
    padding: 0 50px;
    margin-bottom: 40px;
}
.anneTeam-box:before{
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../img/team-bg-1.png);
    opacity: .15;
    position: absolute;
    left: -4px;
    top: 0px;
    border-radius: 30px;
    z-index: 0;
}
.anneTeam-img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.anneTeam-img img {
    position: relative;
}
.anneTeam-text {
    position: relative;
    z-index: 1;
    padding-top: 20%;
}
.anneTeam-text h2 {
    color: var(--themeColor);
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 60px;
    font-weight: 600;
}
.anneTeam-text h3 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--themeColor);
    padding-bottom: 16px;
}
.anneTeam-text h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.anneTeam-text p {
    font-size: 18px;
    font-style: italic;
}
.anneTeam h6 {
    font-size: 20px;
    font-weight: 400;
    color: var(--primaryColor);
    padding: 12px 0 5px 0;
}
.monicaTeam {
    padding: 92px 0 70px 0;
}
.monicaTeam-box {
    background: #F2FAFA;
    position: relative;
    border-radius: 30px;
    padding: 0 50px;
    margin-bottom: 40px;
}
.monicaTeam-box:before{
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../img/team-bg-2.png);
    opacity: .15;
    position: absolute;
    left: -4px;
    top: 0px;
    border-radius: 30px;
    z-index: 0;
}
.monicaTeam-img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.monicaTeam-img img {
    position: relative;
    top: 20px;
}
.monicaTeam-text {
    position: relative;
    z-index: 1;
    padding: 50px 0 40px 0;
}
.monicaTeam-text h2 {
    color: var(--primaryColor);
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 60px;
    font-weight: 600;
}
.monicaTeam-text h3 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primaryColor);
    padding-bottom: 16px;
}
.monicaTeam-text p {
    font-size: 18px;
    font-style: italic;
}
/* Team End */
/* Contact Start */
.contactForm {
    padding: 60px 0;
}
.contactForm .container {
    border-bottom: 1px solid #8DD0D2;
}
.contactForm form {
    padding-top: 30px;
}
.contactForm-img {
    text-align: center;
}
.contactForm-img img {
    max-width: 58%;
    position: relative;
    top: 5px;
}
.contactForm input, .contactForm input:focus {
    color: var(--primaryColor);
    height: 46px;
    padding-left: 20px;
    border: 1px solid #9BD7D5;
    border-radius: 15px;
    background: #F2FAFA;
    margin-bottom: 28px;
    box-shadow: none;
}
.contactForm textarea, .contactForm textarea:focus {
    color: var(--primaryColor);
    padding-left: 20px;
    border: 1px solid #9BD7D5;
    border-radius: 15px;
    background: #F2FAFA;
    margin-bottom: 28px;
    box-shadow: none;
}
.contactForm ::placeholder {
    color: #94D5D2;
    opacity: 1;
}  
.contactForm ::-ms-input-placeholder {
    color: #94D5D2;
}
.addressSec {
    padding-bottom: 75px;
}
.addressSec-box {
    padding: 35px 40px 20px 40px;
    margin-bottom: 30px;
    min-height: 195px;
    border-radius: 20px;
    border: 1px solid #9BD7D5;
}
.addressSec-box h4 {
    width: 50%;
    align-items: center;
    display: flex;
    margin: 0;
    direction: ltr;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--primaryColor);
    font-family: "PT Sans", sans-serif;
}
.addressSec-box h4::before {
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: .5;
    border: 1px solid #1ca2a585;
    margin-right: 12px;
}
.addressSec-box h6 {
    color: var(--tColor);
    font-size: 18px;
    margin-bottom: 5px;
}
.addressSec-text a {
    color: var(--tColor);
    font-size: 18px;
    font-weight: 500;
}
.addressSec-text a:hover {
    color: var(--themeColor);
}
.addressSec-img {
    display: flex;
    align-items: flex-start;
}
.addressSec-img img {
    width: 28px;
    height: 30px;
    margin-right: 5%;
}
.contactMap {
    padding-bottom: 95px;
}
.contactMap iframe {
    border-radius: 30px;
}
/* Contact End */
/* Approach Start */
.approachSec {
    padding: 95px 0;
}
.approachSec img {
    border-radius: 15px;
}
.approachSec p {
    padding-bottom: 20px;
}
.whychooseSec {
    padding: 100px 0 85px 0;
    background: #F2FAFA;
}
.whychooseSec img {
    border-radius: 15px;
}
.whychooseSec-text {
    padding: 2.5% 0;
}
.whychooseSec-text h2 {
    color: var(--themeColor)
}
.howitworksSec {
    text-align: center;
    padding: 80px 0 120px 0;
}
.howitworksSec h2 {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--secondaryColor);
    font-size: 28px;
    padding-top: 12px;
}
.howitworksSec img {
    margin-top: 5%;
}
/* Approach End */
/* Inner Testimonials Start */
.inner-videoTestimonial .item {
    margin: 20px 8px;
}
/* Inner Testimonials End */
/* Anxiety Start */
.anxietyinnerSec {
    background: #F2FAFA;
    padding: 100px 0;
}
.anxietyinnerSec-img img {
    width: 100%;
    border-radius: 15px;
}
.anxietyinnerSec-text h2 {
    padding-top: 4%;
}
.anxietyinnerSec-list li {
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: square;
}
/* Anxiety End */


@media screen and (min-width: 1024px) {
    .homeBanner-text h1{
        font-size: 50px;
    }

}


@media screen and (max-width: 658px) {
    h2 {
        font-size: 42px;
    }
    .homeBanner-text {
/*        padding-top: 40%;*/
        width: 100%;
    }
    .homeBanner-icon img {
        border: 3px solid #fff;
        border-radius: 100px;
        width: 65%;
    }
    .homeBanner-text h4 {
        font-size: 28px;
        padding: 6px 0;
    }
    .homeBanner-text p {
        max-width: 100%;
        padding: 3px 0 14px 0;
        font-size: 14px;
    }
    .homebannerBtn, .homebannerBtn:focus {
        font-size: 16px;
        width: 100%;
        padding: 8px 8px;
    }
    .homeBanner::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: 70%;
        height: 100%;
    }
    .homeBanner-img {
        display: none;
    }
    .innerBanner {
        margin-top: 20%;
        height: 300px;
    }
    .innerBanner-text {
        height: 300px;
    }
    .innerBanner-text h1 {
        font-size: 46px;
    }
    .innerBanner-text h1 span {
        font-size: 22px;
        display: block;
    }
    .innerBanner::after {
        top: -95%;
        right: 0;
    }
    .aboutSec-text h2 {
        font-size: 40px;
        max-width: 100%;
    }
    .aboutSec-text p {
        font-size: 20px;
        max-width: 100%;
    }
    .aboutwhatSec-img {
        margin: 20px 0 35px 0;
    }
    .aboutwhatSec-img img {
        max-width: 100%;
    }
    .aboutwhatSec-list {
        padding-top: 0;
    }
    .abouttimingSec-box {
        padding-top: 35px;
    }    
    .footer-menu {
        display: none;
    }
}
@media screen and (min-device-width: 700px) and (max-device-width: 998px) { 


    .homeBanner{
        margin-top: 120px;
        height: auto;
    }

    .homeBanner .container{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .homeBanner-img {
        height: 500px;
    }
    .homeBanner-img img {
        max-width: 100%;
        bottom: 0px;
        left: 0%;
    }
    .homeBanner-text {
/*        padding-top: 35%;*/
        width: 100%;
    }

    .homeBanner-text h1{
        font-size: 36px;
    }

    .homeBanner-text p {
        max-width: 100%;
        font-size: 14px;
        padding: 12px 0 18px 0;
    }
    .homebannerBtn, .homebannerBtn:focus {
        padding: 10px 8px;
        font-size: 14px;
        width: 98%;
    }

    .homeBanner-img{
        display: flex;
        align-items: center;
    }

    .homeBanner::after {
        width: 95%;
    }
    .innerBanner::after {
        width: 100%;
        top: -90%;
        right: 0;
        height: 190%;
    }
    .innerBanner {
        height: 400px;
    }
    .aboutSec-text h2 {
        max-width: 100%;
    }
    .aboutSec-text p {
        max-width: 100%;
    }
    .btnAlign a {
        width: 100%;
        display: block;
    }
    .aboutwhatSec-img {
        margin: 20px 0 35px 0;
    }
    .aboutwhatSec-list {
        padding-top: 0;
    }
    .abouttimingSec-box {
        padding-top: 35px;
    }
    .innerBanner-text h1 {
        font-size: 46px;
    }
    .innerBanner-text h1 span {
        font-size: 22px;
        display: block;
    }

    .homeFeatured-img{
        flex-wrap: wrap;
    }

    .homewhychoose-box1,
    .homewhychoose-box2{
        max-width: 100%;
    }

    .homeServices-box-text h4{
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    }
}
@media screen and (max-width: 768px) {
    #navbar.scrolled {
        padding: 0;
    }
    #navbar .navbar-brand, #navbar.scrolled .navbar-brand {
        padding: 8px 0 !important;
    }
    #navbar .navbar-brand img, #navbar.scrolled .navbar-brand img {
        width: 60px !important;
    }
    .homeBanner {
        height: 600px;
        margin-top: 100px;
    }

    .homeBanner .container{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .homeBanner-text h1{
        font-size: 36px;
        margin-bottom: 16px;
    }

    .homeBanner-text p{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .contactInfo{
        display: none;
    }

    .copyright,
    .copyright p{
        text-align: left;
    }

    .footer-link{
        padding: 0px;
    }

    .dropdown-menu.show {
        border: 1px solid #1CA2A5;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: var(--themeColor);
        background-color: var(--bs-dropdown-link-hover-bg);
    }
    .homeFeatured-img {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .homewhychoose-box1 {
        padding: 50px 30px;
        max-width: 100%;
    }
    .homewhychoose-box1 h4 {
        width: 100%;
    }
    .homewhychoose-box2 {
        padding: 50px 30px;
        max-width: 100%;
    }
    .homewhychoose-box2 h4 {
        width: 100%;
    }
    .homeServe .slider__item {
        margin: 0 15px;
    }    
    .videoTestimonial-modal iframe {
        width: 100%;
        height: 335px;
    }
    .videoTestimonial-modal .btn-close {
        position: relative;
        right: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        right: 0 !important;
        top: -50px !important;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: 0 !important;
        top: -50px !important;
    }

    .clientTestimonial .owl-carousel .owl-nav button.owl-prev{
        right: -40px !important;
    }

    .clientTestimonial .owl-carousel .owl-nav button.owl-next{
        left: -40px !important;
    }

    footer{
        padding-top: 45px;
    }

    .footer-logo img {
        max-width: 40%;
        margin-top: 0%;
        margin-bottom: 8%;
        opacity: .2;
        float: left;
    }
    .teenSec-img img {
        width: 100%;
    }
    .teenSec-text h2 {
        left: 0;
    }
    .efficacySec-img img {
        margin: 20px 0;
    }
    .benefitRelationship-text {
        padding-top: 30px;
    }
    .challengesRelationship-img img {
        margin: 25px 0;
    }
    .servicesRelationship-img img {
        margin: 10px 0 30px 0;
    }
    .servicesRelationship {
        padding: 75px 0 45px 0 !important;
    }
    .relationshipSec-text h2 {
        left: 0;
    }
    .personalSec-text h2 {
        left: 0;
    }
    .supportSec-text h2 {
        left: 0;
    }
    .reconnectSec-video video {
        width: 100%;
    }
    .personalSec {
        padding: 95px 0 65px 0;
    }
    .personallistSec {
        padding: 55px 0 95px 0;
    }
    .personalcontentSec {
        padding: 95px 0 40px 0;
    }
    .executiveSec-text h2 {
        left: 0;
    }
    .executiveSec .pt-5 {
        padding-top: 2px !important;
    }
    .wellnessSec-text h2 {
        left: 0;
    }    
    .divorceSec-text h2 {
        left: 0;
    }
    .expatsSec-text h2 {
        left: 0;
    }
    .expatsSec .pt-5 {
        padding-top: 2px !important;
    }
    .footer-menu a {
        font-size: 14px;
    }
}
@media screen and (min-width: 868px) {
    .navbar .navbar-brand img {
      max-width: 7em;
    }
    .navbar .navbar-collapse {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20%);
        transition: all .5s;
    }
    .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }
    .dropdown li a {
        font-size: 14px;
        color: var(--tColor);
        padding: 5px 20px;
    }
    .dropdown li a:hover {
        color: var(--themeColor);
    }
    .dropdown li a:focus {
        background: transparent;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border: none;
        box-shadow: 0px 6px 15px rgb(28 162 165 / 10%);
    }
}
@media screen and (min-width: 1028px) {
    .navbar {
      letter-spacing: 0.1em;
    }
    .navbar-expand-lg .navbar-nav {
        padding-top: 1%;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0px 30px 0px 30px;
        margin-bottom: 0;
    }
    .navbar .navbar-nav .lastMenu,
    .navbar .navbar-nav .one_last_menu a {
        padding-right: 0;
    }
    .navbar .navbar-nav .firstMenu,
    .navbar .navbar-nav .one_first_menu a {
        padding-left: 0;
    }
}
}


@media screen and (min-width: 1024px) {
    .homeBanner-text h1{
        font-size: 50px;
    }

}

@media screen and (min-device-width: 1020px) and (max-device-width: 1024px) { 
    #navbar .navbar-brand {
        width: 12%;
    }
    .navbar .navbar-nav .nav-link {
        padding: 8px 20px 0px 20px;
        margin-bottom: 0;
    }
    .homebannerBtn, .homebannerBtn:focus {
        font-size: 16px;
        padding: 18px 16px;
        width: 100%;
    }

    .homeBanner{
        margin: 0px;
        margin-top: 150px;
    }

    .homeBanner .container{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .homeBanner::after {
        width: 85%;
    }
    .homeBanner-img img {
        max-width: 75%;
        left: 16%;
    }
    .homeBanner-text {
        padding-top: 0%;
        width: 100%;
    }

    .homeBanner-text h1{
        font-size: 50px;
    }

    .homeBanner-text h4 {
        font-size: 34px;
    }
    .homeBanner-text p {
        max-width: 100%;
        padding: 10px 0 20px 0;
    }
    .homeFeatured-img {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .aboutwhatSec-img img {
        max-width: 100%;
    }
    .aboutwhatSec-list {
        padding-top: 2px;
    }
    .aboutwhatSec-list li {
        padding-bottom: 5px;
    }

    .homeFeatured img{
        max-width: inherit;
        width: 25%;
    }
}


.dropend .nav-link {
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.dropend a {
    padding: 5px 20px !important;
}
.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
}
@media screen and (min-width: 769px) {
    nav .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
}
  


.wpcf7-spinner{
    display: none;
}  


.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-menu-list li {
    margin: 0 10px;
    display: contents;
}

.footer-menu-list li a span{
    color: #F2FAFA;
    position: relative;
    transition: all ease-out .5s;
}

.footer-menu-list li::after {
    content: "|";
    margin-left: 10px;
    color: #7BC6C7;
}
.footer-menu-list li:last-child::after {
    content: "";
    display: none;
}


.coaching-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coaching-menu-list li {
    margin: 5px 0;
}

.coaching-menu-list a {
    text-decoration: none;
    
    color: #C5E7E8;
}

.coaching-menu-list a:hover {
    color: #fff; /* Adjust hover color */
}
