@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap);:root{--primary-blue:#1a3442;--primary-pink:#cf1f49;--white:#fff;--dk-brown:#540810;--li-brown:#862123;--li-pink:#fed;--vdk-cyan:#001c15;--dk-cyan:#255a4d;--med-cyan:#43a18b;--li-cyan:#81efd5;--dk-blue:#0e0063;--li-blue:#31d9e3;--dk-ochre:#c0ab5d;--li-ochre:#ffe380;--cream:#fefae0;--orange:#ffc480;--gray:#b4b4b4;--royal-blue:#63aaeb;--sky-blue:#d4fff7;--card-blue:#265475;--services-text-blue:#112834;--dark:#0f120d;--baby-blue:#d3edff;--li-purple:#fae0fe;--med-purple:#f5d0fa;--expert-card-color:#36416b;--expert-card-year:#e8f9ff;--expert-hr:#b0b2db;--box-shadow:0 4px 8px 0 #0000003a, 0 6px 20px 0 #00000013}.flex{display:flex}.flex-direction-column{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-align-left{text-align:left}.dot-dash{position:relative;color:var(--dk-brown);font-size:1.8rem;font-weight:800;margin-bottom:60px}.dot-dash:before{content:"";position:absolute;top:56px;left:50%;width:140px;height:2px;background:var(--dk-brown);transform:translateX(-50%)}.dot-dash:after{content:"";position:absolute;top:50px;left:50%;width:15px;height:15px;border-radius:50%;background:var(--primary-pink);transform:translateX(-50%)}.dot-dash span{color:var(--primary-pink)}.title{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.pink{color:var(--primary-pink)}.btn{padding:0.5rem 1.8rem;font-size:0.9rem;font-weight:700;border:2px solid transparent;outline:0;cursor:pointer;text-transform:uppercase;transition:all 0.5s ease;border-radius:1.5rem;text-decoration:none}.btn-primary{background:var(--primary-pink);color:var(--white)}.btn-primary:hover{background:0 0;border-color:var(--primary-pink);color:var(--primary-pink);transition:all 0.3s ease}.scrollToTop-btn{z-index:999;position:fixed;background:var(--primary-pink);color:var(--white);width:45px;height:45px;right:0;bottom:10px;font-size:22px;text-align:center;line-height:45px;border-radius:3px;cursor:pointer;pointer-events:none;opacity:0;transition:all 0.3s ease}.scrollToTop-btn.active{right:20px;opacity:1;pointer-events:auto}*{padding:0;margin:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{font-family:Poppins,sans-serif;width:100%;height:100vh;background:var(--cream)}html{scroll-behavior:smooth}header{width:100%;height:77px}.navbar{position:fixed;width:100%;z-index:2;padding:7px 0;transition:all 0.3s ease}.navbar.sticky{background:#1b1b1b;box-shadow:0 3px 5px 0 rgba(0,0,0,0.1)}nav{background:var(--primary-blue)}nav:after{content:"";clear:both;display:table}nav .navbar-logo{float:left;padding-left:60px}nav .navbar-logo img{width:130px;height:57px}nav ul{float:right;margin-right:40px;list-style:none;position:relative}nav ul li{display:inline-block;position:relative;margin:0 5px}nav ul li a{position:relative;color:var(--white);line-height:70px;text-decoration:none;font-size:1rem;font-weight:500;padding:8px 15px;transition:all 0.8s ease;text-transform:uppercase}nav ul ul li a:hover{box-shadow:none}.link-active, nav ul li a:hover{color:var(--primary-pink)}.link-active:after, header nav ul li a:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%) scaleX(0);-webkit-transform:translateX(-50%) scaleX(0);-webkit-transform-origin:translateX(-50%) scaleX(0);transform-origin:50% 50%;width:100%;height:2px;background-color:var(--primary-pink);-webkit-transition:transform 250ms;transition:transform 250ms}.link-active:after, header nav ul li a:hover:after{-webkit-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}nav ul ul{background:var(--primary-blue);position:fixed;top:78px;right:192px;border-top:3px solid var(--dk-brown);opacity:0;visibility:hidden;transition:top 0.3s}nav ul .navbar-dropdown.sticky{background:var(--dark)}nav ul li:hover>ul{top:84px;opacity:1;visibility:visible}nav ul ul li{position:relative;margin:0;min-width:26vw;float:none;display:list-item;border-bottom:1px solid rgba(0, 0, 0, 0.3)}nav ul ul li a{line-height:50px}.navbar-icon,.navbar-show,input[type="checkbox"]{text-transform:uppercase;display:none;border:0;box-shadow:none;-webkit-tap-highlight-color:transparent}input[type="checkbox"]:focus{outline:0}.fa-plus{font-size:15px;margin-left:40px}@media all and (max-width: 1060px){main{overflow:hidden}nav ul{margin-right:0;float:left}nav .navbar-logo{padding-left:30px;width:100%}.navbar ul,.navbar-show+a{display:none}nav ul li, nav ul ul li{display:block;width:100%}nav ul li a:hover{box-shadow:none}.navbar-show{display:block;color:var(--white);font-size:1.3rem;font-weight:500;padding:0 13px;line-height:70px;cursor:pointer}.navbar-show:hover{color:var(--primary-pink)}.navbar-icon{display:block;color:#fff;position:absolute;top:0;right:40px;line-height:5rem;cursor:pointer;font-size:2rem;outline:0}nav ul ul{top:70px;border-top:0;float:none;position:static;display:none;opacity:1;visibility:visible}nav ul ul a{padding-left:40px}[id^="btn"]:checked+ul{display:block}nav ul ul li{border-bottom:0}span.cancel:before{content:"\f00d"}header nav ul li a:after{display:none}header nav ul li a:hover:after{display:none}nav ul li a{font-size:1.3rem}nav ul .navbar-dropdown.sticky{background:0 0}.navbar-arrow-up-down.navbar-arrow-trigger>i{transform:rotateZ(-180deg);transition:all 0.3s linear;color:var(--primary-pink);margin-left:0.5rem}nav label i{margin-left:0.5rem}nav ul ul li a{font-size:1.1rem}}@media screen and (max-width: 570px){.navbar.active{height:100vh;overflow-y:auto;z-index:10000}body.trigger{overflow:hidden}nav ul ul{padding:0 2.3rem}nav ul ul a{padding-left:0}nav ul ul li a{font-size:1rem}nav ul ul li{border-bottom:1px solid rgba(0,0,0,0.3)}}main{min-height:calc(100vh - 72px - 350px);text-align:center}footer{width:100%;bottom:0;background:var(--primary-blue);display:flex;align-items:center;flex-direction:column;text-align:center;color:#fff;padding:20px}.footer-logo img{width:65%}.footer-text{font-size:1.1rem;font-weight:700;margin:1px auto}.list-footer{margin:40px auto;list-style-type:none}.list-footer li{margin-top:-1.5rem}.list-footer li a{text-decoration:none;color:var(--white);font-size:0.9rem;font-weight:400;padding:20px;text-transform:uppercase;transition:all 0.5s ease}.list-footer li a:hover{color:var(--primary-pink)}.social-media{margin:20px auto;border-bottom:1px solid rgba(0, 0, 0, 0.3)}.social-media img{width:3vw;margin:0 2rem}.footer-attributions a{color:var(--gray);font-size:0.8rem;text-align:center}.copyrights{color:var(--gray);font-size:0.8rem;margin-top:0.6rem}.footer-innovationbeasts{margin-bottom:0.4rem}.footer-innovationbeasts a{text-decoration:none;color:var(--gray);font-size:0.9rem;border-bottom:1px solid rgba(219, 213, 213, 0.2)}@media (max-width: 810px){.footer-text{font-size:0.9rem}.list-footer li a{padding:15px;font-size:13px}.social-media i{padding:10px}}@media (max-width: 610px){.footer-text{font-size:0.9rem}.list-footer li a{padding:10px;font-size:10px}.social-media i{font-size:15px}}@media (max-width: 470px){.footer-logo img{width:65%;margin-bottom:0.9rem}.footer-text{font-size:1.1rem;margin-top:-1rem}.list-footer{margin-top:0;flex-direction:column}.list-footer li{margin-bottom:0.5rem;margin-top:0.4rem}.list-footer li a{font-size:1.1rem}.social-media img{width:50%;margin-left:1rem}}@media (max-width: 380px){.footer-text{font-size:1.3rem;margin:0 0}}.container{max-width:900px;margin:auto;align-items:center;justify-content:center}.home-hero{display:flex;flex-wrap:wrap-reverse;background-color:var(--li-pink)}.home-hero-images{background-color:var(--primary-blue);height:30rem;position:relative;flex:50%}.home-hero-images>div{position:absolute;animation:slide 25s infinite;opacity:0;width:100%}.home-hero-images>div>img{height:30rem;width:100%;object-fit:contain}.home-hero-images>div:nth-child(2){animation-delay:5s}.home-hero-images>div:nth-child(3){animation-delay:10s}.home-hero-images>div:nth-child(4){animation-delay:15s}.home-hero-images>div:nth-child(5){animation-delay:20s}@keyframes slide{10%{opacity:1}20%{opacity:1}30%{opacity:0}40%{opacity:0}}.home-hero-text{background-color:var(--li-pink);color:var(--dk-brown);margin:5rem 0;flex:50%}.home-hero-subtxt{color:var(--li-brown);padding:2rem 1rem 3rem 1rem;font-weight:500;max-width:700px;margin:auto}.home-services{color:var(--dk-brown);background-color:var(--cream);align-items:center;justify-content:center;padding-top:3rem}.home-services-content{display:flex;justify-content:center;flex-wrap:wrap}.home-serv-card{width:24rem;border-radius:2rem;margin:5rem 2.5rem;padding:3rem 2rem;text-align:center;position:relative;box-shadow:var(--box-shadow)}.home-serv-img{width:9rem;border-radius:50%;position:absolute;top:-4.5rem;left:50%;transform:translateX(-50%);box-shadow:var(--box-shadow)}.home-serv-title{margin:0 1rem;font-size:1.2rem;font-weight:700;padding:3rem 1.1rem 1rem 1.1rem;height:10rem}.home-serv-text{text-align:center;font-weight:500;padding-bottom:1.5rem}.home-serv-btn{color:var(--white);font-weight:700;font-size:0.8rem;width:10rem}.home-serv-card-dnb{background-color:var(--orange)}.home-serv-title-dnb{color:var(--dk-brown)}.home-serv-text-dnb{color:var(--dk-brown)}.home-serv-btn-dnb{background-color:var(--primary-pink)}.home-serv-card-gde{background-color:var(--li-blue)}.home-serv-title-gde{color:var(--dk-blue)}.home-serv-text-gde{color:var(--dk-blue)}.home-serv-btn-gde{background-color:var(--dk-blue)}.home-vision-mission{position:relative;background-color:var(--li-pink);padding:5rem;margin:auto;align-items:center;justify-content:center}.home-vm-title{margin-bottom:-1rem;flex-direction:row;align-items:flex-start}.home-vm-img{width:3rem;margin:0 1rem 0 0}.home-vm-img-m{width:2.8rem;margin:0 0 0.5rem 1rem}.home-vm-text{color:var(--li-brown);font-weight:500;font-size:1.15rem;margin-bottom:3rem;text-align:justify}.home-vm-btn{color:var(--white);background-color:var(--primary-pink);font-weight:700;font-size:0.8rem;width:10rem}.home-hero-text-span{display:block;margin:0;padding:0}.home-experts-section{justify-content:center;text-align:center}.home-experts{padding-top:3rem;position:relative;color:var(--dk-brown);background-color:var(--cream);align-items:center;justify-content:center}.home-experts-card{width:30rem;border-radius:1rem;box-shadow:var(--box-shadow);margin-bottom:3rem;position:relative}.home-experts-card-1{color:var(--vdk-cyan);background-color:var(--li-cyan);margin-left:5rem}.home-experts-card-2{color:var(--dk-brown);background-color:var(--li-ochre);margin-right:5rem}.home-experts-card-title-1{text-align:left;margin-top:1rem;padding-left:7rem}.home-experts-card-title-2{text-align:left;margin-top:1rem;padding-left:2rem}.home-experts-card-content-1{text-align:left;margin:1rem 0;list-style-type:none;font-size:0.9rem;font-weight:500;padding-left:7rem}.home-experts-card-content-2{text-align:left;margin:1rem 0;list-style-type:none;font-size:0.9rem;font-weight:500;padding-left:2rem;padding-right:7rem}.home-experts-card-photo-1{position:absolute;width:12rem;left:-120px;top:30px}.home-experts-card-photo-2{position:absolute;width:12rem;right:-120px;top:30px}.home-experts-btn{margin-bottom:1rem;color:var(--white);font-weight:600;font-size:0.8rem;width:8rem;padding:0.5rem}.home-experts-btn-1{background-color:var(--dk-cyan)}.home-experts-btn-2{background-color:var(--li-brown)}.home-experts-img1{margin-left:1rem;width:12rem}.home-experts-center{margin:auto}.home-team{position:relative;background-color:var(--li-pink);margin:auto;align-items:center;justify-content:center;padding-top:5rem}.home-team-list{list-style-type:none;color:var(--dk-brown)}.home-team-content{justify-content:space-between;padding:2rem 5rem 0 5rem;flex-wrap:wrap}.home-team-1 h2{text-align:left;max-width:20rem;padding-bottom:3rem;color:var(--dk-brown);font-size:400}.home-team-2 h2{text-align:right;max-width:20rem;padding-bottom:3rem;color:var(--dk-brown);font-size:400}.home-team-2-1{text-align:right}.home-team-bg-img{background-image:url(/images/homepage-images/doctors-panel.png);background-size:60%;background-repeat:no-repeat;background-position:top;padding:0;margin:0;position:relative}.home-team-top-img{display:none}@media (max-width: 900px){.home-hero-slider-images,.home-hero-text{flex:100%}}@media (max-width: 1024px){.home-experts-img1{display:none}.home-experts-card,.home-serv-card{width:80%;display:flex;flex-direction:column;align-items:center;border-radius:2rem;margin:5rem auto;padding:3rem 2rem 2rem 2rem;text-align:center;position:relative;box-shadow:var(--box-shadow)}.home-experts-card-photo-1,.home-experts-card-photo-2{width:12rem;position:absolute;top:-5.5rem;left:50%;transform:translateX(-50%)}.home-experts-card-title-1,.home-experts-card-title-2{margin-top:4rem;font-size:1.3rem;text-align:center;padding:0}.home-experts-card-content-1,.home-experts-card-content-2{padding:0 0 1rem 1rem;text-align:left;font-size:1rem}.home-vision-mission{padding:2.5rem}.home-vision-mission .home-vm-text{text-align:center}}@media (max-width: 720px){.home-experts-card,.home-serv-card{padding:2rem 1rem}.home-experts-card-title-1,.home-experts-card-title-2,.home-serv-title{margin:1rem 1rem 0 1rem;font-size:1.1rem;padding:1.1rem 0;height:auto}.home-serv-text{font-size:1rem}.home-serv-img{width:7rem;top:-3.5rem}.home-experts-card-photo-1,.home-experts-card-photo-2{width:9rem;top:-5rem}.home-experts-card-content-1{list-style:var(--dk-cyan)}.home-experts-card-content-2{list-style:var(--dk-brown)}.home-experts-card-content-1,.home-experts-card-content-2{padding:0 0 1rem 1.2rem}.home-experts-card-title-1,.home-experts-card-title-2{padding-bottom:0;font-size:1.2rem}}@media (max-width: 1295px){.home-team-bg-img{background-image:none}.home-team-top-img{width:50vh;margin:-6rem auto;display:block}.home-team-content{padding:2rem 2rem 0 2rem}.home-team-1 h2, .home-team-2 h2{padding-bottom:1rem}}section.contact{background:var(--cream);padding:2rem}.contact-map{width:100%;height:80vh;margin-bottom:2.5rem}section.contact .contact-map iframe{width:100%;height:100%;border-radius:1rem;margin-bottom:3rem;border:0}.contact-combine-container{width:100%;height:auto;margin:auto;flex-wrap:wrap}.contact-combine-container h1{margin-bottom:0.4rem}.contact-form-container{width:100%;height:auto;flex:60%}.contact-combine-container h1{margin-bottom:0.4rem}.contact-form-container p{color:var(--gray);margin-bottom:1.5rem;font-weight:400}.contact-form-input{width:40%}.contact-form-txt::placeholder{color:var(--gray);font-family:Poppins,sans-serif}input[type="email"],input[type="text"],textarea{width:100%;color:var(--gray);outline:0;border:1px solid var(--baby-blue);border-radius:10px;box-sizing:border-box;margin-top:6px;margin-bottom:0.8rem;resize:vertical;padding:1rem}.contact-form-txtarea::placeholder{color:var(--gray);font-family:Poppins,sans-serif}form input[type="text"]:focus,input[type="email"]:focus,textarea:focus{color:var(--primary-blue);font-family:Poppins,sans-serif;outline:0;border-bottom:1px solid orange;-webkit-box-shadow:0 1px 0 0 orange;-moz-box-shadow:0 1px 0 0 orange;box-shadow:0 1px 0 0 orange}.contact-card-container{display:flex;justify-content:center;border-radius:2px}.contact-info{padding:1rem;background:var(--card-blue);width:20rem;height:30rem;color:var(--white);margin-top:3rem;margin-left:-10rem;margin-bottom:1rem;border-radius:2px;text-align:left}.contact-info h1{font-size:1.5rem;margin-bottom:0.8rem}.contact-info hr{margin-bottom:1.5rem;display:block;height:1px;border:0;border-top:1px solid var(--dark);margin:1em 0;padding:0}.contact-info img{width:2rem;margin-right:1rem}.contact-loc-img{width:7rem !important}.contact-card-container span{color:var(--white);display:inline-block;vertical-align:middle;font-size:0.8rem;margin-top:0.6rem;margin-bottom:1rem;text-align:initial}@media (max-width: 1100px){section.contact{padding:1rem;padding-bottom:3rem}.contact-form-container p{font-size:0.8rem;text-align:center}.contact-combine-container{flex-direction:column}.contact-form-container{align-items:center;justify-content:center;flex:0%}.contact-card-container{align-items:center}.contact-info{margin-left:0;border-radius:2px;text-align:center}.contact-form-input{width:100%}}.services-card-text,.services-para{text-align:justify;margin:2rem auto}.services-container{display:flex;align-items:center;justify-content:center;flex-direction:column;background-image:linear-gradient( to right, var(--royal-blue), var(--sky-blue) );padding-bottom:8rem;padding-top:3rem;margin-top:-0.1rem}.services-heading,.services-para{color:var(--services-text-blue);margin-top:2rem;width:60%}.services-heading{font-size:1.5rem}.services-para{font-size:1.09rem}.services-card-heading,.services-cards-container{margin:auto}.services-cards-container{width:70%}.services-card-heading{width:100%}.services-card{background-color:var(--card-blue);margin:2rem auto;border-radius:3rem;box-shadow:0 4px 8px 0 #0000003a, 0 6px 20px 0 #00000013;padding:2rem;color:var(--white);width:90%}.services-card-heading{text-align:center;color:var(--white);font-size:1.3rem}.services-card-list,.services-card-text{margin:1.5rem auto 0}.services-card-list{list-style:none;text-align:justify}.services-card-show-onhover{overflow:hidden;max-height:0;-webkit-transition:all 2.5s linear;-moz-transition:all 2.5s linear;-ms-transition:all 2.5s linear;-o-transition:all 2.5s linear;transition:all 2.5s linear}.services-card:hover>.services-card-show-onhover{max-height:1000px;transition:all 2s linear}@media (max-width: 1024px){.services-container{padding-bottom:2rem}.services-cards-container{min-width:90%}.services-heading,.services-para{min-width:80%}.services-para{font-size:1rem;margin-bottom:1rem}.services-heading{margin-top:0.5rem;font-size:1.5rem}.services-cards-container{margin:0;margin-top:0;min-width:80%}.services-card{margin:1rem auto;border-radius:1rem;width:100%}.services-card-heading{font-size:1.3rem}.services-card-show-onhover{max-height:1000px}.services-card-list,.services-card-text{font-size:1rem;margin-top:1rem}.services-card-list{margin-bottom:0.8rem}}@media (max-width: 767px){.services-heading,.services-para{min-width:85%}.services-para{font-size:0.9rem}.services-cards-container{width:95%}.services-heading{font-size:1.3rem}.services-card-heading{font-size:1.2rem}.services-card-list,.services-card-text{font-size:0.9rem}}.about-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--cream);padding-bottom:2rem}.about-heading{margin-top:2rem}.about-heading, .about-section h2{color:var(--dk-brown)}.about-section h2{max-width:60%;margin:1rem auto 2rem auto}.about-section{max-width:60%;margin-bottom:2rem}.about-list-1,.about-list-2{text-align:left;list-style:none}.about-list-1 li, .about-list-2 li{padding:1rem 1rem 1rem 5rem;margin:0;vertical-align:middle;background:no-repeat left center}ul.about-list-1 li:nth-child(1){background-image:url(/images/about-us-images/s1-list1.png)}ul.about-list-1 li:nth-child(2){background-image:url(/images/about-us-images/s1-list2.png)}ul.about-list-1 li:nth-child(3){background-image:url(/images/about-us-images/s1-list3.png)}ul.about-list-1 li:nth-child(4){background-image:url(/images/about-us-images/s1-s2-common.png)}ul.about-list-1 li:nth-child(5){background-image:url(/images/about-us-images/s1-list5.png)}ul.about-list-1 li:nth-child(6){background-image:url(/images/about-us-images/s1-list6.png)}ul.about-list-1 li:nth-child(7){background-image:url(/images/about-us-images/s1-list7.png)}ul.about-list-1 li:nth-child(8){background-image:url(/images/about-us-images/s1-list8.png)}ul.about-list-2 li:nth-child(1){background-image:url(/images/about-us-images/s1-s2-common.png)}ul.about-list-2 li:nth-child(2){background-image:f url(/images/about-us-images/s2-list2.png)}ul.about-list-2 li:nth-child(3){background-image:url(/images/about-us-images/s2-list3.png)}ul.about-list-2 li:nth-child(4){background-image:url(/images/about-us-images/s2-list4.png)}ul.about-list-2 li:nth-child(5){background-image:url(/images/about-us-images/s2-list5.png)}ul.about-list-2 li:nth-child(6){background-image:url(/images/about-us-images/s2-list6.png)}ul.about-list-2 li:nth-child(7){background-image:url(/images/about-us-images/s2-list7.png)}ul.about-list-2 li:nth-child(8){background-image:url(/images/about-us-images/s2-list8.png)}ul.about-list-2 li:nth-child(9){background-image:url(/images/about-us-images/s2-list9.png)}ul.about-list-2 li:nth-child(10){background-image:url(/images/about-us-images/s2-list10.png)}@media (max-width: 1024px){.about-section h2{max-width:100%}}@media (max-width: 767px){.about-section{max-width:85%}}.gallery-container-background{background-image:url(/images/gallery-background-images/blob1.svg), url(/images/gallery-background-images/blob2.svg);background-position:top right, bottom -70px right 150px;background-repeat:no-repeat;background-size:150px,200px;background-color:#0f120d;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;margin-top:-0.1rem;overflow-x:hidden;height:89vh}.gallery_slideshow_container{width:90vw;display:flex;flex-direction:row;align-items:center}.gallery_slideshow_images{display:block;margin-left:auto;margin-right:auto;width:60%}.gallery-myslides{display:none}.gallery-prev-button{color:#fff;font-size:50px;padding:20px;transition:background-color 0.6s ease;cursor:pointer;border-radius:50%;user-select:none;width:120px}.gallery-next-button{color:#fff;font-size:50px;padding:20px;transition:background-color 0.6s ease;cursor:pointer;border-radius:50%;user-select:none;width:120px}.gallery-next-button:hover,.gallery-prev-button:hover{background-color:#1fb9db}.gallery-cursol-style{margin-top:-20px;text-align:center}.gallery-cursol-dots{cursor:pointer;height:5px;width:10px;margin:0 2px;background-color:#1fb9db;border-radius:40%;display:inline-block;transition:width 0.6s ease-in, border-radius 0.6s ease}.gallery-cursol-dots:hover,.gallery-slides-active{width:20px;border-radius:30%}@media (max-width: 1230px){.gallery_slideshow_images{width:80%}.gallery-prev-button{font-size:40px;padding:1%}.gallery-next-button{font-size:40px;padding:1%}}@media (max-width: 935px){.gallery-prev-button{font-size:30px;padding:1%}.gallery-next-button{font-size:30px;padding:1%}.gallery_slideshow_images{width:100%}}@media (max-width: 510px){.gallery_slideshow_images{width:100%;height:34vh}.gallery-prev-button{font-size:25px;padding:5px;position:absolute;left:-0.5px;width:50px;background-color:rgba(0,0,0,0.8)}.gallery-next-button{font-size:25px;padding:5px;position:absolute;right:-0.1px;width:50px;background-color:rgba(0,0,0,0.8)}.gallery-next-button:hover,.gallery-prev-button:hover{background-color:rgba(0,0,0,0.1)}.gallery-container-background{height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}}section.expert{width:100%;min-height:100vh;overflow:hidden;background:var(--baby-blue) url(../images/expert-backgound-image.png) fixed;background-image:url(../images/expert-backgound-image.png);background-repeat:no-repeat;background-size:100% 100%;background-attachment:fixed;background-position:center center;padding:2rem}section.expert hr{border:1px solid var(--expert-hr);margin:auto;width:87%;margin:3rem auto}.expert-mam-section{width:90%;display:block;margin:0 auto}.left-expert-mam-section{width:60%;float:left;padding-right:50px}.image-expert-mam-section{float:right;width:40%;padding:3rem 0}.expert-content{text-align:justify;margin-bottom:3rem}.expert-content h1{font-weight:bolder}.expert-content h4{margin:1rem 0}.expert-content ul li{margin-bottom:1rem;color:var(--light-dark);font-weight:500}.image-expert-mam-section img{max-width:100%;height:auto}.expert-sir-section{width:90%;display:block;margin:0 auto}.right-expert-sir-section{width:60%;float:right;padding-right:50px;margin-bottom:2rem}.image-expert-sir-section{float:left;width:40%;padding:3rem 0}.image-expert-sir-section img{max-width:100%;width:88%;height:auto}.expert-card-container{width:100%;max-width:100%;display:grid;padding:1rem 6rem;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;column-gap:3rem;row-gap:1rem}.expert-card{box-shadow:var(--box-shadow);background:var(--expert-card-color);border-radius:1.5rem;height:9rem;position:relative;color:var(--white);padding:0 1rem}.expert-card-content{text-align:justify;line-height:1.5;font-size:1rem;font-weight:400;padding:auto 1.7rem}.expert-card-content p{font-size:1rem;font-weight:300}.expert-card-content a{color:inherit}.expert-card .card-year{position:absolute;bottom:0;width:100%;background:var(--expert-card-year);color:var(--dark);border-radius:0 0 1.5rem 1.5rem}.card-year a{color:var(--dark)}.experts-both-img{margin:1rem}.experts-both-img img{border-radius:1rem;border:5px solid var(--expert-card-color);max-width:100%}.experts-both-img h3{text-decoration:underline;margin-bottom:3rem}@media screen and (max-width: 1220px){.expert-card-container{grid-template-columns:repeat(2, 1fr);padding:1rem}}@media screen and (max-width: 935px){.expert-card-container{grid-template-columns:repeat(2,1fr);padding:2rem}.title{padding:1rem}.image-expert-sir-section{padding:1rem 0}}@media screen and (max-width: 750px){.expert-card-container{grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width: 768px){.left-expert-mam-section{width:100%;padding-right:0}.right-expert-sir-section{margin-bottom:0;width:100%;padding-right:0}.expert-content .button, .expert-content h1, .expert-content h4, .expert-content p{text-align:center;font-size:1.5rem}.image-expert-mam-section{padding:0}.image-expert-mam-section,.image-expert-sir-section{width:100%;display:block;margin:0 auto}.image-expert-mam-section img, .image-expert-sir-section img{width:100%}}@media screen and (max-width: 470px){section.expert{padding:0}.title{padding:1rem}.experts-both-img h3{font-size:0.8rem}.expert-card-container{padding:1rem}.expert-content ul{padding:0 1rem}.expert-content .button, .expert-content h1, .expert-content h4, .expert-content p{text-align:center;font-size:1.2rem}}.pub-container{background:var(--li-purple);background-image:url(/images/publication-bg-blob.svg), url(/images/publication-bg-blob.svg), url(/images/publication-bg-blob.svg);background-repeat:no-repeat;overflow:hidden;background-attachment:fixed;background-size:60% 65%, 45% 45%, 35% 50%;background-position:20% -10%, -20% 145%, 110% 85%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-bottom:8rem;padding-top:3rem;margin-top:-0.1rem}.pub-section{margin-top:2rem;width:75%}.pub-list{text-align:justify}.pub-sub-heading{text-align:left;margin-bottom:1rem;font-size:1.3rem}.pub-list li{font-size:1rem;overflow-wrap:break-word;margin-top:0.2rem}.pub-container>h2:first-of-type{color:var(--dk-brown)}@media (max-width: 470px){.pub-sub-heading{text-align:center}}.faq-background-container{background-image:url(/images/faq_background.png);background-position:left top 200px;background-repeat:no-repeat;background-size:30%;background-color:#fefae0;padding-top:10px}.faq-content-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.faq-content{width:55%;text-align:justify;margin-right:80px;margin-bottom:25px;padding-bottom:5px;border-bottom:0.5px solid #9a8181;cursor:context-menu}.faq-content:last-child{border:none;padding-bottom:25px}.faq-content-question{display:flex;justify-content:space-between;font-size:1.1rem}.faq-content-question>i{font-size:20px;height:20px;transition:all 0.4s linear;margin:0 10px}.faq-content-question.clicked>i{transform:rotateZ(-180deg);transition:all 0.3s linear;color:#00f}.faq-content-answer{font-size:1rem;padding:5px}.faq-content-answer-list{list-style:none;text-align:justify;font-size:1rem}.faq-content-show-onclick{overflow:hidden;max-height:0;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear}@media (max-width: 1024px){.faq-background-container{background-size:40%}}@media (max-width: 900px){.faq-background-container{background-size:35%}.faq-content-question{font-size:0.9rem}.faq-content-answer{font-size:0.8rem}.faq-content-answer-list{font-size:0.8rem}}@media (max-width: 610px){.faq-background-container{background-size:50%}}@media (max-width: 600px){.faq-background-container{background-position:center top 100px;background-repeat:no-repeat;background-size:60%;display:flex;flex-direction:column;justify-content:center;align-items:center}.faq-content-question{margin-top:10px}.faq-content-answer{padding-top:10px}.faq-content-container{margin-top:380px}.faq-content{width:100%;margin:0;padding:0 20px;padding-bottom:10px}}@media (max-width: 540px){.faq-content{text-align:justify}.faq-content{width:100%;margin-bottom:10px}.faq-content-container{margin-top:310px}}@media (max-width: 320px){.faq-background-container{background-size:60%}.faq-content-question{font-size:0.6rem}.faq-content-answer{font-size:0.5rem}.faq-content-answer-list{font-size:0.5rem}}@media (max-width: 411px){.faq-content-container{margin-top:240px}}.thank-you-container{background:var(--cream);width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:hidden}.thank-you-item{background:var(--baby-blue);width:50%;height:auto;border-radius:1rem;box-shadow:var(--box-shadow);border-bottom:0.3rem solid var(--primary-blue)}.thank-you-item h1,p,span{margin-bottom:0.5rem}.thank-you-item span{color:var(--primary-pink)}@media only screen and (max-width: 480px){.thank-you-item{width:90%;margin:0 0.3rem}}.thank-you-item h1,p,span{margin-bottom:0.5rem}.thank-you-item span{color:var(--primary-pink)}@media only screen and (max-width: 480px){.thank-you-item{width:90%;margin:0 0.3rem}}