
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');

body {font-family: 'Inter', sans-serif;background: #fff;overflow: auto;font-size: 14px;overflow-x: hidden;padding-top: 0px;  }
section{overflow: hidden; scroll-padding-top: 100px;}
*{scroll-padding-top: 150px; scroll-behavior: smooth;}

a, a:hover, a:focus {  text-decoration: none;  transition: all 400ms ease; }
img{max-width: 100%}
/* h1, h2, h3, h4, h5, h6 { font-weight: 700; } */
input, button { outline: none !important; box-shadow: none;  }
button{cursor: pointer; border: none; outline: none;}
.mobile{display: none !important;}
.mainHeader {
    /* box-shadow: 0 0 10px; */
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
    padding-top: 20px;
}
.mainHeader.fixedHeader {
    top: 0px;
    transition: all 400ms ease;
    background: #000;
    box-shadow: 0 0 10px #0000002e;
    padding-top: 5px;
    padding-bottom: 5px;
}
nav#mainNav {
    background: transparent;
    padding: 0 15px;
}
.navbar-brand img {
    max-height: 80px;
}

li.menu-item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}

li.menu-item a:hover {
    background: #000;
}

nav#mainNav .nav-item > a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    padding: 26px 0px;
    position: relative;
    text-transform: uppercase;
}
nav#mainNav .nav-item > a:hover {
    color: #d2ab57;
}
nav#mainNav .nav-item {
    padding: 0 15px;
}
.sliderBanner{
    background: url(../images/banner.png) 0 0 no-repeat;
    background-size: cover !important;
    height: 100vh;
    display: flex;
    align-items: center;
}
.sliderBanner .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sliderContent h1 {
    font-size: 40px;
    color: #d2ab57;
    font-weight: 700;
    margin: 0;
}

.sliderContent h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 30px 0;
}

.colorBtn {
    display: inline-flex;
    padding: 12px 30px;
    color: #000 !important;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    border-radius: 50px;
    /* background: rgb(86,21,118);
    background: linear-gradient(270deg, rgba(86,21,118,1) 0%, rgba(53,73,155,1) 50%, rgba(24,119,188,1) 79%, rgba(2,153,213,1) 100%); */
    background: #d2ab57;
    font-size: 15px;
    font-weight: 700;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.colorBtn:hover{
    background: #d2ab57;
}
.sliderForm {
    background: #d2ab57;
    padding: 20px;
    border-radius: 10px;
}

.sliderForm h3 {
    text-align: center;
    color: #292929;
    font-size: 24px;
    font-weight: 700;
}

.sliderForm .form-group {
    margin: 0 0 7px;
}

.sliderForm .d-flex {
    gap: 10px;
}

.sliderForm .d-flex .form-group {
    width: 50%;
}

.form-control {
    font-size: 14px;
    background: #fff;
    resize: none;
}

.yellowBtn {
    background: #292929;
    color: #d2ab57;
    border: solid 1px #ccc;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}
.aboutWrp {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.aboutThumb img{
    min-width: 250px;
    box-shadow: 0 0 10px #00000030;
    border-radius: 10px;
}

.aboutHeading {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.aboutHeading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #4d0977;
}

.aboutUs {
    padding: 50px 0;
}

.aboutHeading:after {
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    background: #989898;
    position: absolute;
    left: -30px;
    bottom: 0;
}

.aboutUs p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.7;
}

.mentor, .ourTeam {
    padding: 50px 0;
    background: url(../images/mentors-bg.png) 0 0 no-repeat;
    background-size: cover !important;
}

.mentorWrp {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.mentorBx {
    text-align: center;
}

.sectionHeading {
    text-align: center;
}

.sectionHeading h2 {
    display: inline-block;
    color: #d2ab57;
    position: relative;
    margin: 0 !important;
    padding: 0 0 5px;
    font-weight: 700;
}

.sectionHeading h2:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #d2ab57;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.whiteHeading h2{
    color: #fff;
}
.whiteHeading h2:after{
    background: #d2ab57;
}
.mentorBx h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    margin: 20px 0 0;
}

.mentorBx h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
}

.productBx {
    text-align: center;
    padding: 50px 20px;
    border-radius: 20px;
    background: #000;
    color: #fff;
}

.productBx img {
    height: 80px;
    width: auto !important;
    margin: 0 auto 20px;
}

.products {
    background: #ffffff;
    padding: 50px 0;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: -40px;
}
.owl-carousel .owl-nav button img{
    height: 35px;
}
.owl-carousel .owl-nav button.owl-next {left: auto;right: -40px;}

.services {
    padding: 50px 0;
}

.serviceBx {
    padding: 50px 40px;
    background-size: cover !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 225px;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
.services .colorBtn {
    text-transform: uppercase;
}
.grtyoutube-dark-theme .grtyoutube-popup-close{
    background: #511c7b url('../images/icon-close-white.png') no-repeat;
    background-position: 50%;
}
.serviceBx h3 {
    font-size: 20px;
    font-weight: 700;
    color: #d2ab57;
}
.hearingBx{
    background: url(../images/hearing.png) 0 0 no-repeat;
}
.rehabBx{
    background: url(../images/rehab.png) 0 0 no-repeat;
}
.misartBx{
    background: url(../images/MISARTICULATION.png) 0 0 no-repeat;
}
.stutterBx{
    background: url(../images/STUTTERING.png) 0 0 no-repeat;
}
.voiceBx{
    background: url(../images/voice.png) 0 0 no-repeat;
}
.tinnitusBx{
    background: url(../images/TINNITUS.png) 0 0 no-repeat;
}
.overlayColorServ {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    border-radius: 10px;
    transition:all 500ms ease;
}
.serviceBx:hover .overlayColorServ {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 33%) 100%);
    transition:all 500ms ease;
}

.serviceBx .d-block {
    position: relative;
    z-index: 2;
}

.serviceBx:hover h3 {
    color: #fff;
    transition:all 500ms ease;
}
.item-video {
    height: 300px;
}
.owl-carousel .owl-video-play-icon{
    background: url(../images/owl.video.play.png) no-repeat;
}
.videos .item {
    padding: 3px;
    background: #000;
    box-shadow: 0 0 10px #0000004a;
    margin-top: 50px;
    margin-bottom: 50px;
}
.videos .owl-item.active.center {
    z-index: 9;
}
.videos .item iframe {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
/* .ourTeam {
    padding: 50px 0;
    background: #e4e4e4;
} */
.teamWrp {
    display: flex;
    flex-wrap: wrap;
}

.teamBx {
    padding: 30px 30px;
    width: calc(100%/3);
    text-align: center;
    border-top: solid 1px #bcbcbc;
    border-right: solid 1px #bcbcbc;
}

.teamBx:nth-child(3n) {
    border-right: none;
}

.teamBx:nth-child(1), .teamBx:nth-child(2), .teamBx:nth-child(3) {
    border-top: none;
}

.teamBx p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
}

.teamBx h3 {
    margin: 0;
    font-size: 26px;
    color: #d2ab57;
    font-weight: 700;
}

.testimonial {
    padding: 50px 0;
}

.testimonialContent {
    text-align: center;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin: 50px auto 0;
    padding: 50px 0 30px;
    max-width: 80%;
    position: relative;
}
.testimonialContent:before{
    content: '';
    background: url(../images/quote.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background-size: cover;
}

.testimonialContent p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.testimonialContent p b {
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 30px;
}
.testimonial .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.testimonial .owl-dots button {
    width: 50px;
    height: 15px;
    background: #d2ab57;
    border-radius: 50px;
    border: solid 1px #d2ab57;
}

.testimonial .owl-dots button.active {
    background: #fff;
}

.mainFooter {
    /* background: rgb(86,21,118);
    background: linear-gradient(180deg, rgba(86,21,118,1) 0%, rgba(53,73,155,1) 50%, rgba(24,119,188,1) 79%, rgba(2,153,213,1) 100%); */
    padding: 40px 0 10px;
    background: rgb(45,46,45);
    background: linear-gradient(180deg, rgba(45,46,45,0.6601015406162465) 0%, rgba(21,22,21,1) 43%, rgba(1,1,0,1) 100%);
}

.footerHeading {
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
    /* border-bottom: solid 1px #fff; */
}
.footerHeading:before, .footerHeading:after {
    content: "";
    width: calc(50% - 70px);
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 13px;
}

.footerHeading:after {
    right: 0;
    left: auto;
}

.mainFooter .border-bottom {
    border-bottom: solid 1px #e0e0e0 !important;
}
.addressBx {
    text-align: center;
    padding: 30px 0;
}

.addressBx h3 {
    font-size: 24px;
    color: #d2ab57;
    font-weight: 700;
}

.addressBx p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.socials {
    gap: 20px;
    padding: 10px 0 0;
}

.socials img {
    width: 40px;
}
#error_message{
    background: red;
    padding: 10px;
    color: #fff;
    text-align: center;
}
#error_message h4{
    color: #fff;
    margin: 0;
}
#success_message{
    background: green;
    padding: 10px;
}
#success_message h2{
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #fff;
}
#ourTeam .sectionHeading .mt-2{color: #fff;}
