
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
 
@font-face {
    font-family: 'b-bold';
    src: url('../fonts/blogger_sans-bold-webfont.woff2') format('woff2'),
         url('../fonts/blogger_sans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}  
@font-face {
    font-family: 'b-medium';
    src: url('../fonts/blogger_sans-medium-webfont.woff2') format('woff2'),
         url('../fonts/blogger_sans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}  
@font-face {
    font-family: 'b-regular';
    src: url('../fonts/blogger_sans-webfont.woff2') format('woff2'),
         url('../fonts/blogger_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: 'b-light';
    src: url('../fonts/blogger_sans-light-webfont.woff2') format('woff2'),
         url('../fonts/blogger_sans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}  
/*fonts url*/


html, body {width: 100%;height:100%;margin: 0;padding: 0;font-family: 'Comfortaa', cursive;}
 body {overflow-x:hidden;}
a {outline: none; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; }
a:hover {text-decoration: none;}
a:focus {outline: none;}
ul {margin: 0; padding: 0; text-decoration: none; list-style: none; }

/*header css*/
header { background: transparent; position: fixed; top: 0; left: 0; width: 100%; z-index: 99; -webkit-transition: 0.2s all ease; -o-transition: 0.2s all ease; transition: 0.2s all ease;padding: 0px 30px 0;}
.header-links li{display: inline-block; margin: 0 10px; }
.header-links li a{color:#fff;font-size:18px;font-family: 'b-regular'; }
.header-links li a:hover {color:#3b2e80;}
header.fixHeader .header-links li a:hover {color:#3b2e80;}
.logo {width: 20%; }
.header-links { float: left;text-align: right;}
.header-links .btn{ padding: 0; color: #fff; border: none; font-size: 18px; vertical-align: inherit;}
.active-link {color:#3b2e80!important; font-weight: 600;position: relative; }
.active-link:before {content: ''; position: absolute; width: 100%; height: 3px; background: #3b2e80; bottom: -36px; border-radius: 70px; }
.dropdown a {color:#777 !important;font-weight: 600;margin: 10px; padding: 2px 25px;}
.dropdown-menu {top: 20px !important; border-radius: 10px; padding: 0; border: 0; box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); }
.dropdown-item:hover, .dropdown-item:focus { background-color: transparent;color: #3b2e80; border-radius: 10px !important;}
.dropdown-item:hover {color:#3b2e80 !important;}
.drop{position: relative;}
.dropIn{position: absolute; top: 40px; left: 0; 
/*    width: 200px;*/
width: auto;
    text-align: left; background: #fff; padding: 15px 10px;  border-radius: 10px;display: none;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
header.fixHeader .dropIn{ top: 65px;}
.dropIn li {
    width: 100%;
    white-space: nowrap;
 }
.dropIn li a{ color: #777777; font-weight: 600; display: block; padding: 5px 10px;}
.dropIn li a:hover {color:#3b2e80 !important;}
.dropLink{cursor: pointer;}
 
.hearderIn {max-width: 100%; padding: 0 15px; margin: auto; display: flex; justify-content: space-between; align-items: center; height: 90px;-webkit-transition: 0.2s all ease; -o-transition: 0.2s all ease; transition: 0.2s all ease; } 
header.fixHeader {background: #fff;  box-shadow: 0px 13px 14.76px 3.24px rgba(161, 162, 164, 0.35); -webkit-box-shadow: 0px 13px 14.76px 3.24px rgba(161, 162, 164, 0.35);-ms-box-shadow: 0px 13px 14.76px 3.24px rgba(161, 162, 164, 0.35);-moz-box-shadow: 0px 13px 14.76px 3.24px rgba(161, 162, 164, 0.35); }
/*header.fixHeader .hearderIn {height: 60px;}*/
header.fixHeader .header-links li a{color: #777;}
header.fixHeader .header-links li a.r-btn{color: #fff;}
.headerDistance{height: 90px;width: 100%;}
/*header css end*/

/* Button */
.r-btn {background:#ef5d5d;font-weight:600;font-size:18px;border-radius:50px; 
/*    padding: 7px 35px;*/
padding: 7px 15px;
    text-transform: uppercase;border: 3px solid #3b2e80;color: #fff; display: inline-block; vertical-align: middle; box-shadow: 5px 5px 0px #3b2e80; -webkit-box-shadow: 5px 5px 0px #3b2e80; color: #fff; transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; }
.r-btn:hover {box-shadow: 5px 5px 0px #3b2e80; -webkit-box-shadow: 5px 5px 0px #3b2e80; color: #fff;}
.r-btn:active {
    transform: translateY(4px);
    box-shadow: 5px 3px 0px #3b2e80;
    -webkit-box-shadow: 1px 2px 0px #3b2e80;
}
.r-btn.w-btn{ color: #ef5d5d !important;background:#fff; color: #fff;} 

/*home page*/
.container-lg {max-width: 1630px; padding: 0 15px; margin: auto; }
.clear {clear: both;}
.pull-right {float:right;}
.pull-left {float:left;}
.right-img {position: absolute;right:0;}
.homeBanner {height: 100vh; } 
 .hbContent {position: absolute; width: 40%; top: 50%; padding-left: 100px;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
 .hbContent h2 {font-size:72px;color:#3b2e80;font-family: 'b-bold';}
 .hbContent p {color: #272727; font-size: 16px; margin: 20px 0 30px;}
.hbContent a.r-btn {display: inline-block; vertical-align: middle;}
 .bnrImg {position: absolute !important; width: 60%; right: 0 !important; top: 0 !important; bottom: 0 !important;}
div#scene1 {
    transform-style: inherit !important;
    position: inherit !important;
    transform: inherit !important;
}
div#scene3 {
    transform-style: inherit !important;
    position: inherit !important;
    transform: inherit !important;
}
 .bnrImg  .homeBannerKids{ position: absolute; top: 580px; left: 50%; max-width: 70%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.hb-comp{position: absolute !important;}
 
.hb-cycle {
    top: 700px !important;
    left: -90px !important;
}
.hb-cube {
    top: 650px !important;
    left: 550px !important;
}
.hb-colors {
    top: 340px !important;
    left: 680px !important;
}
.hb-doll {
    top: 590px !important;
    left: 870px !important;
}
.hb-sketting {
    top: 750px !important;
    left: 1510px !important;
}
.aftBanner{ margin: 50px 0;}
.aftBnrBoxUp{display: flex; justify-content: space-between;text-align: center;}
.aftBnrBox{border: 3px solid #3b2e80;border-radius: 15px;padding: 50px; width: 30%;-webkit-transition: 0.2s all ease; -o-transition: 0.2s all ease; -moz-transition: 0.2s all ease; transition: 0.2s all ease;}
.aftBnrBox.aftBnrBox1{background: #ef5d5d;}
.aftBnrBox.aftBnrBox2{background: #f8ad18;}
.aftBnrBox.aftBnrBox3{background: #3ca2db;}
.aftBnrBox.aftBnrBox1:hover{ box-shadow: 26px 29px 30.71px 6.29px rgba(239, 93, 93, 0.34);} 
.aftBnrBox.aftBnrBox2:hover{ box-shadow: 26px 29px 30.71px 6.29px rgba(248, 173, 24, 0.34);} 
.aftBnrBox.aftBnrBox3:hover{ box-shadow: 26px 29px 30.71px 6.29px rgba(60, 162, 219, 0.34);}
.aftBnrBox h2{font-size:48px;color:#3b2e80;font-family: 'b-bold'; }
.aftBnrBox p{font-size:14px;color:#fff;}
.aftBnrBox .aftImg{ width: 160px; height: 160px; margin: 20px auto;background: #fff;border-radius: 50%; border: 3px solid #3b2e80;}
.aftBnrBox .aftImg img{width: auto; height: auto; max-height: 100%; max-width: 100%; padding: 10px; display: inline-block; vertical-align: middle;}
.vCenter{align-items: center;}
.vBottom{align-items:flex-end;}
.op-img img{max-width: 100%;}
.op-cont {max-width: 550px;margin: auto;}
.op-cont h2{font-size:45px;color:#3b2e80;font-family: 'b-bold'; }
.op-cont p{font-size:14px;color:#272727; max-width: 420px; }
.other-pg-header{ font-size: 72px; color: #3b2e80; font-family: 'b-bold'; display: inline-block; width: 100%; clear: both; margin: 70px 0 50px;}
.h-video-section{ position: relative; margin-top: 120px;}
.h-video-section .container-lg {position: relative; z-index: 9; }
.h-video-cont{ margin-bottom: 50px;}
.h-video-cont h2{font-size:72px;color:#3b2e80; font-family: 'b-bold';}
.h-video-cont p{ font-size: 14px; color: #fff; line-height: 1.7; margin: 20px 0 30px;}
.h-video {width: 100%; height: 500px; background: url('../images/img/videoImg.png')no-repeat center center/cover; position: relative; border-radius: 10px; overflow: hidden;}
.h-video:after {content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; opacity: 0.5; }
.h-video span { width: 80px; height: 80px; text-align: center; line-height: 80px; display: inline-block; border-radius: 50%; background: #fff; border: 2px solid #3b2e80; position: absolute; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px; z-index: 9;cursor: pointer;}
.videoBg{ position: absolute; bottom: 0; }

.swiper-container.team-swipe {width: 100%; height: 100%; }
.swiper-container.team-swipe .swiper-slide {text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.h-team-outer {background: #f8f8f8;padding: 60px 60px 50px;box-shadow: 26px 29px 32.37px 6.63px rgba(39, 39, 39, 0.15); -webkit-box-shadow: 26px 29px 32.37px 6.63px rgba(39, 39, 39, 0.15);-moz-box-shadow: 26px 29px 32.37px 6.63px rgba(39, 39, 39, 0.15);border-radius: 10px;    position: relative;}
.h-team-outer .aftBnrBox{ width: 100%; margin: auto;margin-bottom: 30px;}
.h-team-outer .aftImg{width: 160px;height: 160px;}
.h-team-outer h3{font-size:48px;color:#3b2e80; font-family: 'b-bold';}
.h-team-outer h3 span{font-size:24px;color:#272727;display: block;font-family: 'b-regular'; }
.h-team-outer .aftBnrBoxUp.swiper-slide{ padding: 20px; background: #f8f8f8; width:100% !important;}
.swiper-pagination.team-pagination {width: 20px; top: 50%; right: 0; left: inherit; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: fit-content; }
.swiper-container.team-swiper {padding-right: 30px; }

.footerBg { position: absolute; bottom: 0; overflow: hidden; width: 100%;}
footer {
    position: relative;
    color: #fff;
    padding-top: 450px;
    overflow: hidden; 
}
footer .container{position: relative;z-index: 9;}
.footerTop{ text-align: center; margin-bottom: 50px;}
.footer-logo {display: inline-block; vertical-align: middle; margin-bottom: 40px; }
footer p{font-size:14px;max-width: 680px;margin: 0 auto; }

.footerBot{margin-bottom: 30px;}
.footerBot h2{font-size:18px;color:#3ca2db; font-family: 'b-medium';margin-bottom:12px;}
.footerBot ul li{ margin: 7px 0;}
.footerBot ul li a{font-size:14px;color:#fff;}

.copy{ padding: 10px; z-index: 9; position: relative; border-top: 1px solid #fff;}
.copy p{font-size: 14px;color: #fff;margin: 0;}
.copy p.copy-left{}
.copy p.copy-right{text-align: right;}


/*header*/
.drop-img {background: url(../images/img/downArrowWhite.png) no-repeat center top; width: 15px; height: 10px; display: inline-block; }
header.fixHeader .drop-img {background: url(../images/img/downArrowBlue.png) no-repeat center top;}
.social-links li {display: inline-block; margin: 0px 10px !important; }
.social-links li a {background: #ef5d5d; display: inline-block; border-radius: 50%; width: 25px; height: 25px; line-height: 25px; text-align: center; border: 1px solid #fff; font-size: 12px !important; }
 .social-links li a:hover {color: #453986 !important;}
.footer-logo img {width: 80%; }
.footerBot ul li a:hover {color:#3ca2db;}
.inner-header {background:#fff;padding: 0 5px; box-shadow: 0px 13px 14.76px 3.24px rgba(58, 58, 58, 0.35);}
.inner-header .drop-img{ background: url(../images/img/downArrowBlue.png) no-repeat center top;}
.inner-header li a{color:#777;}
.inner-header .r-btn{color:#fff;}
.red-banner {background-size: 100% 100% !important;padding: 170px 440px 160px;text-align: center;}
.inner-text h3{font-size:72px;font-family: 'b-bold';color:#fff;}
.inner-text p{font-size:18px;color:#fff;margin-top: 25px;}
.inner-text {width: 70%; margin: auto; }
.inner-header .dropIn {top: 65px; }
.thin-font {font-size:24px;font-weight:300;color:#fff; margin: 20px 0;}


/*contact-us*/
/*.contact {margin: 50px 0; }
.grd-selct {width: 94.4%; border: none; border-bottom: 3px solid #453986; padding: 0 0 15px 0; outline: none; color:#777;font-size:30px; -webkit-appearance: none; appearance: none; background: url(../img/downArrowBlue.png)no-repeat 99% 50%; }
.is-floating-label {position: relative; margin-bottom: 110px; }
.is-floating-label input {position: absolute; left: 0;outline: none; background-color: transparent; width: 90%; border: none; top: -20px; border-bottom: 3px solid #453986; }
.is-floating-label label span {font-size:18px;color:#ef5d5d; }
.is-floating-label label {opacity: 1; pointer-events: none; position: absolute; transform: translate3d(0, 0, 0) scale(1); transform-origin: left top; transition: 100ms;top: -55px;color:#777;font-size:30px;}
.is-floating-label.is-focused label {transform: translateY(-20px) scale(0.55); }
.cont-btn .r-btn {margin: auto;margin-top: 50px;padding: 7px 70px; font-family: 'b-regular';}
 
#map {width: 600px; height: 600px; margin: auto; border: 3px solid #3b2e80; } 
.cont-map-img {position: relative; background: url(../img/cont-bg.png)no-repeat center center; width: 100%; height: 100%; padding: 110px 100px; background-size: 90% 90%; }
.flex-center {display: flex; align-items: center; justify-content: center;} 
.cont-map {margin-top: 100px;}
.cont-map .col:first-child{margin-top:190px;}
.cont-map .other-pg-header {margin-bottom: 30px;}
.call-loctn img {width: 40px; float: left; margin-right: 20px; }
.call-loctn a {font-size: 30px; line-height: 1.5; color: #191919; margin-top: 20px; display: block; }
.call-loctn p {margin: 50px 0 0; font-size: 30px; line-height: 1.5; color: #191919; display: inline-block; }
.call-loctn p span{width: 90%; float: left;}*/
/*contact-us end*/


/*about*/
.abt-tab {border-bottom: 4px solid #fbd68b; }
.abt-tab .nav-item {width: 33.33%;}
.abt-tab  .nav-item {margin-bottom: 0px;text-align: center;}
.abt-tab .nav-link.active:before {content: ''; position: absolute; bottom: -6px; left: 0; width: 100%; background: #3b2e80; height: 4px;}
.nav-tabs .nav-link.active {color: #3b2e80; background-color: #fff; border:1px solid #fff; border: transparent; position: relative; }
.nav-tabs .nav-link:hover  {border-color: #fff !important; border: 1px solid #fff; }
.nav-tabs .nav-link {color:#777;font-size: 48px; font-family: 'b-bold';padding-bottom: 25px;}
.margin-top {margin-top: 100px;}
.abot-tabcont li {position: relative; font-size: 18px; padding-left: 25px; margin-bottom: 30px; line-height: 1.9; }
.abot-tabcont li:before {content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50px; background: #3b2e80; display: inline-block; left: 0; top: 10px; }
.r-img {text-align: center;}
.r-img img{width: 90%;}
.abt-contn .row {margin-top: 70px;}
.bg-gray {background: #f8f8f8;padding: 80px 90px;border-radius:10px;
box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-webkit-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-moz-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-ms-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-o-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); }

/*.found-img {background: #fff; }
.found-img { border-radius: 15px;border: 3px solid #3b2e80; padding: 50px; text-align: center;background: #f8ad18; box-shadow: 26px 29px 30.71px 6.29px rgba(248, 173, 24, 0.34); }
.persn-img {width: 250px; height: 250px; border-radius: 50%; overflow: hidden; margin-bottom: 30px; border: 4px solid #3b2e80; box-shadow: 26px 29px 30.71px 6.29px rgba(248, 173, 24, 0.34); }
.persn-img img {width: 100%; } 
.found-text.col-9 {padding: 0px 0px 0px 80px; }
.found-img  p {font-size:24px;font-family: 'b-light';}
.found-img  h2 {color: #3b2e80; font-size: 48px; font-family: 'b-bold'; margin-bottom: 5px; }
.found-text h2 {color:#ef5d5d;font-size: 48px;font-family: 'b-bold';}
.found-text h3 {color:#ef5d5d;font-size: 48px;font-family: 'b-light';margin-bottom: 25px;font-style:italic;}
.found-text p {color:#272727;font-size: 18px;font-family: 'Comfortaa', cursive;margin-bottom: 20px;line-height:1.9;}
.abut-parlx li img{width: 80%;}
.abut01 {
    top: -100px !important;
    left: -400px !important;
}
.abut02 {
    top: 90px !important;
    left: 100px !important;
}
.abut03 {
    top: 10px !important;
    left: 810px !important;
}
.abut04 {
    top: -170px !important;
    left: 1200px !important;width: 15%;
}
.abut05 {
    top: 30px !important;
    left: 1320px !important;width: 20%;
}*/
.first-item {top: -60px !important;}text-align: center;}
.inner-text h3{font-size:72px;font-family: 'b-bold';color:#fff;}
.inner-text p{font-size:18px;color:#fff;margin-top: 25px;}
.inner-text {width: 70%; margin: auto; }
.inner-header .dropIn {top: 65px; }
.thin-font {font-size:24px;font-weight:300;color:#fff; margin: 20px 0;}


/*contact-us*/
.contact {margin: 50px 0; }
.grd-selct {width: 94.4%; border: none; border-bottom: 3px solid #453986; padding: 0 0 15px 0; outline: none; color:#777;font-size:30px; -webkit-appearance: none; appearance: none; background: url(../img/downArrowBlue.png)no-repeat 99% 50%; }
.is-floating-label {position: relative; margin-bottom: 90px; }
.is-floating-label input {position: absolute; left: 0;outline: none; background-color: transparent; width: 90%; border: none; top: -20px; border-bottom: 3px solid #453986;height:50px; }
.is-floating-label label span {font-size:18px;color:#ef5d5d; }
.is-floating-label label {opacity: 1; pointer-events: none; position: absolute; transform: translate3d(0, 0, 0) scale(1); transform-origin: left top; transition: 100ms;top: -25px;color:#777;font-size:30px;}
.is-floating-label.is-focused label {transform: translateY(-20px) scale(0.55); }
.cont-btn .r-btn {margin: auto;margin-top: 50px;padding: 7px 70px; font-family: 'b-regular';}
 
#map {width: 600px; height: 600px; margin: auto; border: 3px solid #3b2e80; } 
.cont-map-img {position: relative; background: url(../images/img/cont-bg.png)no-repeat center center; width: 100%; height: 100%; padding: 110px 100px; background-size: 90% 90%; }
.flex-center {display: flex; align-items: center; justify-content: center;} 
.cont-map {margin-top: 100px;}
.cont-map .col:first-child{margin-top:190px;}
.cont-map .other-pg-header {margin-bottom: 30px;}
.call-loctn img {width: 40px; float: left; margin-right: 20px; }
.call-loctn a {font-size: 30px; line-height: 1.5; color: #191919; margin-top: 20px; display: block; }
.call-loctn p {margin: 50px 0 0; font-size: 30px; line-height: 1.5; color: #191919; display: inline-block; }
.call-loctn p span{width: 90%; float: left;}
/*contact-us end*/


/*about*/
.abt-tab {border-bottom: 4px solid #fbd68b; }
.abt-tab .nav-item {width: 33.33%;}
.abt-tab  .nav-item {margin-bottom: 0px;text-align: center;}
.abt-tab .nav-link.active:before {content: ''; position: absolute; bottom: -6px; left: 0; width: 100%; background: #3b2e80; height: 4px;}
.nav-tabs .nav-link.active {color: #3b2e80; background-color: #fff; border:1px solid #fff; border: transparent; position: relative; }
.nav-tabs .nav-link:hover  {border-color: #fff !important; border: 1px solid transparent !important; }
.nav-tabs .nav-link {color:#777;font-size: 48px; font-family: 'b-bold';padding-bottom: 25px;}
.margin-top {margin-top: 100px;}
.abot-tabcont li {position: relative; font-size: 18px; padding-left: 25px; margin-bottom: 30px; line-height: 1.9; }
.abot-tabcont li:before {content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50px; background: #3b2e80; display: inline-block; left: 0; top: 10px; }
.r-img {text-align: center;}
.r-img img{width: 90%;}
.abt-contn .row {margin-top: 70px;}
.bg-gray {background: #f8f8f8;padding: 80px 90px;border-radius:10px;
box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-webkit-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-moz-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-ms-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); 
-o-box-shadow: 26px 29px 30.71px 6.29px rgba(39, 39, 39, 0.15); }

.found-img {background: #fff; }
.found-img { border-radius: 15px;border: 3px solid #3b2e80; padding: 50px; text-align: center;background: #f8ad18; box-shadow: 26px 29px 30.71px 6.29px rgba(248, 173, 24, 0.34); }
.persn-img {width: 200px; height: 200px;margin:auto; border-radius: 50%; overflow: hidden; margin-bottom: 30px; border: 4px solid #3b2e80; box-shadow: 26px 29px 30.71px 6.29px rgba(248, 173, 24, 0.34); }
.persn-img img {width: 100%; } 
.found-text.col-9 {padding: 0px 0px 0px 80px; }
.found-img  p {font-size:24px;font-family: 'b-light';}
.found-img  h2 {color: #3b2e80; font-size: 48px; font-family: 'b-bold'; margin-bottom: 5px; }
.found-text h2 {color:#ef5d5d;font-size: 48px;font-family: 'b-bold';}
.found-text h3 {color:#ef5d5d;font-size: 48px;font-family: 'b-light';margin-bottom: 25px;font-style:italic;}
.found-text p {color:#272727;font-size: 18px;font-family: 'Comfortaa', cursive;margin-bottom: 20px;line-height:1.9;}
.abut-parlx li img{width: 80%;}
.abut01 {top: -100px !important; left: -400px !important; } 
.abut02 {top: 90px !important; left: 100px !important; } 
.abut03 {top: 10px !important; left: 810px !important; } 
.abut04 {top: -170px !important; left: 1200px !important;width: 15%; } 
.abut05 {top: 30px !important; left: 1320px !important;width: 20%; }
.first-item {top: -20px !important;}
.secnd-item {top: -10px !important;}
.last-item {left: 1290px !important;width: 14%;top: -210px !important;}
.en01 { top: 30px !important; left: -500px !important;}
.en02 { top: 40px !important;}
.en03 { top: 60px !important;}
.en04 {left: 1370px !important; top: -130px !important;}


/*about end*/



/* Portfolio images - Start */
.ArtisticJourneys{
    padding: 20px 0;
}
.imgButton {
  position: relative;
}

.imgButton img {
  transform: translateY(0);
  transition: all .4s ease-out;
  border: .5em solid #e89c0c;
  -webkit-box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, .3);
}

.hovertext:before {
  content: 'Click Here'
}

.imgButton:before {
  position: absolute;
  padding: 15px 20px;
    /*  left: -40px;*/
    margin: 0 18%;
        text-align: center;
  bottom: -9px;
  font-size: 20px;
  font-family: 'Gloria Hallelujah', cursive;
  color: #7107E9;
  background: #ffffff;
  transition: all .4s ease-out;
  transform: translateY(150px);
  opacity: 0;
  z-index: 1;
  border-radius: 100px;
  font-weight: normal;
  border: .2em solid #E89C0C;
  -webkit-box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, .5);
  box-shadow: 8px 7px 5px 0px rgba(0, 0, 0, .5);
}

.imgButton:hover:before {
  bottom: 45px;
  opacity: 100;
}

/*.imgButton:hover img {
  transform: translateY(-10px);
}*/

/* Portfolio images - End */

#OurHistoryPics{
    width: 600px;
    margin: 0 auto;
}
#OurHistoryPics .carousel-caption{
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, .5);
}

/* List style - Start */
ul.liststyledisc{
    padding-left: 30px;
    list-style: disc;
}
/* List style - End */

/* vCenter - Start */
.row.vCenter{
    margin: 40px 0;
}
/* vCenter - End */


/* form - Start */

input[type="file"]{
   -webkit-appearance: none;
   text-align: left;
   -webkit-rtl-ordering:  left;
   padding-left: 150px;
   padding-top: 10px;
   width: 95%;
}
input[type="file"]::-webkit-file-upload-button{
   -webkit-appearance: none;
   float: right;
   margin: 0 0 0 10px;
   border: 1px solid #aaaaaa;
   border-radius: 4px;
   background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
   background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
}
.is-floating-label.is-focused input[type="file"]{
    padding-left: 0;
}

.input-radio-main{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 3px solid #453986;
    width: 95%;
    margin-bottom: 50px;
    margin-top: -20px;
}

/*Fancy radio*/
/* The container */
.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-left: 30px;
  cursor: pointer;
/*      font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

/* form - end */

.graycolor-777777{
    color: #777777;
}


/*home slider*/
.swiper-container-vertical>.swiper-pagination-bullets {right: 50px;}
.v-pagination .swiper-pagination-bullet {margin: 10px 0 !important; opacity: 1; width: 20px; height: 20px; background: #fff; border: 3px solid #3b2e80; }
.v-pagination .swiper-pagination-bullet {position: relative;}
.swiper-pagination-bullet-active:before {content: ''; position: absolute; top: 50%; left: 50%; background: #3b2e80; width: 8px; height: 8px; border-radius: 50%; transform: translate(-50%, -50%); }
.vert-slider {height:100vh !important;} 
.swiper-pagination.team-pagination {right: 20px !important; } 
/*.team-swiper {height:100vh !important;} */


/*mobile meu*/
.mob-button {display: none;} 
.mob-btn {display:none; position: relative; width: 30px; height: 35px; top: -10px; margin: 0 0 0 20px; cursor: pointer; }
.mob-btn span {position: relative; width: 100%; height: 3px; background: #fff; display: inline-block; top: 0; left: 0; vertical-align: bottom; margin-left: 0; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }
.mob-btn span:before {content: ''; position: absolute; top: -10px; right: 0; background: #fff; width: 100%; height: 3px; display: inline-block; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } 
.mob-btn span:after {content: ''; position: absolute; bottom: -10px; left: 0; background: #fff; width: 100%; height: 3px; display: inline-block; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }
.mobile-links {position: fixed; top: 0; right:-300px; width: 300px; background: #fff; height: 100%; z-index: 99; overflow-y: scroll; transition: all 0.3s ease-in-out; -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;display: none;  } 
.mm-layer {display: none; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100vh; position: fixed; top: 0; right: -100%;z-index:99; }
.mm-layer-in {right: 0;} 
.mob-menu-in {right: 0;}
.wrapper {transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.leftside {transform: translateX(-300px); }
.mobile-links ul {margin: 70px 20px 0 20px; }
.mobile-links ul li a {padding: 0px 0px 15px 0; display: block; font-size: 16px; text-transform: uppercase; color: #3b2e80; position: relative; font-family: 'b-bold'; }
.mob-dropdown {position: relative !important; display: block; margin: 0 !important; width: 100%; box-shadow: none; top: 0; padding: 0px 20px !important; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
#collapseExample .card.card-body {border: none; background: #3b2e90; color: #fff; padding: 10px 0px; margin-bottom: 10px;} 
.dwn-arrow {font-size: 24px; top: -4px; position: relative; left: 5px;}
.cross img {width:20px; position: absolute; right: 30px; top: 20px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } 
.cross:hover img {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-links ul li a:hover {color:#777;}
.mob-dropdown li a {padding-bottom:10px !important;}
.inner-header .mob-btn span {background: #3b2e80;}
.inner-header .mob-btn span:before {background: #3b2e80;}
.inner-header .mob-btn span:after {background: #3b2e80;}
footer:after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 300px; background: #453986;}
.footerBg {width: 1920px; top: 0; left: 50%; transform: translate(-50%);}
.mob-dropdown a {
    color: #fff !important;
    font-family: 'b-regular' !important;
}
/*mobile meu end*/
















/*home slider end*/


.SeveralAwardsSection{
    padding: 100px 0;
}
.SeveralAwardsSection-awardslogos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.SeveralAwardsSection .SeveralAwardsSection-awardslogos card{
    padding: 20px;
    margin:20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.SeveralAwardsSection .SeveralAwardsSection-awardslogos card p{
    font-weight: 900 !important;
}


.carousel-control-prev {
    left: -70px;
    opacity: 1;
}
.carousel-control-next {
    right: -70px;
    opacity: 1;
}
.carousel-indicators{
    padding: 20px;
    border-radius: 20px;
    background: rgba(0,0,0,0.5);
}

 


@media all and (max-width:1600px) {
    .container-lg {max-width: 1400px;}  
    .homeBanner .hbContent h2, h2.other-pg-header, .h-video-cont h2 {font-size: 48px;}
    .homeBanner .hbContent p {font-size: 14px;}
    .r-btn {font-size: 14px;} 
    .homeBanner .bnrImg .homeBannerKids {max-width: 65%; top: 300px;}
     



} 


@media all and (max-width:1440px) {
    .container-lg {max-width: 1170px;}
    .aftBnrBox h2, .h-team-outer h3 {font-size: 36px;}
    .aftBnrBox {padding: 30px 25px;}
    .aftBnrBox .aftImg {width: 130px; height: 130px;}
    .op-cont h2 {font-size: 36px;}
    .logo img {width: 70%;} 
    .r-btn {font-size: 16px !important;}
    .hearderIn {height: 70px;}
    .other-pg-header {margin: 50px 0 50px;}
    .h-team-outer {padding: 15px 15px;}
    .h-team-outer .aftBnrBoxUp.swiper-slide {padding: 40px 15px; width:100% !important;}
    .h-team-outer h3 span {font-size: 18px; }
    .swiper-pagination.team-pagination {right: 8px; }
    .footerBg img {width: 100%; } 
    .footerBg {width: 1440px; }
    footer {padding-top: 330px; }
    .copy p {font-size: 12px; } 
    .footer-logo {margin-bottom: 20px; }  
    .inner-header .dropIn {top: 55px; }
    header.fixHeader .dropIn {top: 55px; }
    .red-banner { padding: 140px 150px 110px;}
    .inner-text h3 {font-size: 48px; }
    .inner-text p {font-size: 14px; margin-top: 15px; }
    .inner-text {width: 60%; }
    .active-link:before {bottom: -26px; }
    .is-floating-label label {font-size: 18px;}
    .grd-selct { font-size: 18px; }
    #map {width: 450px; height: 450px;}
    .cont-map-img {padding: 90px 80px;}
    .call-loctn a {font-size: 18px;margin-top: 10px; }
    .call-loctn p {font-size: 18px;margin: 30px 0 0;}
    .call-loctn p span {width: 86%; }
    .call-loctn img {width: 30px; } 
    .cont-map .col:first-child {margin-top: 150px; }
    .cont-map {margin-top: 60px; }
    .is-floating-label label {top:-10px;}
    .swiper-pagination.team-pagination {right: 20px !important; }
    .hb-comp img {width: 80%;}
    .hb-colors {top: 200px !important; left: 450px !important; }
    .hb-doll {top: 420px !important; left: 640px !important; }
    .hb-cycle {top: 480px !important; left: -90px !important; }
    .hb-cube {top: 450px !important; left: 370px !important; }
    .hb-sketting {top: 510px !important; left: 1090px !important; }
    .homeBanner .bnrImg .homeBannerKids {top: 400px; }
    .nav-tabs .nav-link {font-size: 36px; padding-bottom: 15px; }
    .margin-top {margin-top: 50px; }
    .abot-tabcont li {font-size: 16px; margin-bottom: 15px; line-height: 1.5; }
    .bg-gray {padding: 50px 60px;}
    .found-img {padding: 20px; height: min-content;}
    .persn-img {width: 180px; height: 180px;margin: auto;}
    .found-img h2 { margin-top: 15px; font-size: 36px; }
    .found-text h3 {font-size: 36px; }
    .found-text h2 {font-size: 36px; }
    .found-text p {font-size: 16px; margin-bottom: 20px; line-height: 1.5; }
    .abut-parlx li img {width: 60%; } 
    .abut05 {top: 30px !important; left: 1090px !important; width: 15%; } 
    .abut04 {top: -90px !important; left: 980px !important; width: 12%; } 
    .abut03 {top: 10px !important; left: 810px !important; } 
    .abut02 {top: 40px !important; left: 120px !important; } 
    .abut01 {top: -50px !important; left: -140px !important; }
    .first-item {top: -20px !important; }
    .secnd-item {top: 0px !important; left: 290px !important; }
    .last-item {left: 1080px !important; }
    .en01 {top: 30px !important; left: -220px !important; } 
    .en02 {top: -10px !important; } 
    .en03 {top: -20px !important; left: 800px !important;}
    .en04 {top: -130px !important; left: 1110px !important;}
    .op-cont {max-width: 420px; }

}











@media all and (max-width:1280px) 
{
    .container-lg {width: 955px; }
    .footerBg {width: 1400px; }
    .social-links li {margin: 0px 6px !important;} 
    .en04 {left: 1030px !important; }
    .call-loctn p span {width: 84%; }
    .call-loctn p {font-size: 16px;}
    .call-loctn a {font-size: 16px; }
    .homeBanner .hbContent h2, h2.other-pg-header, .h-video-cont h2 {font-size: 36px; }
    footer {padding-top: 290px;}
    .footerBg {width: 1280px; }
    .last-item {left: 1030px !important;}
    .found-img h2 {font-size: 30px; }
    .found-text h3 {font-size: 30px; }
    .found-text p {font-size: 14px; }
    .bg-gray {padding: 50px 60px 40px; margin-top: 20px;}
    .found-text.col-9 {padding: 0px 0px 0px 60px; }
    .nav-tabs .nav-link {font-size: 30px; }
    .persn-img {width: 150px; height: 150px; }
    .hb-comp img {width: 60%; }
    .hb-colors {top: 250px !important; left: 500px !important; }
    .hb-cycle {top: 550px !important; left: -50px !important; }
    .hb-doll {top: 500px !important; left: 650px !important; }
    .hb-sketting {top: 580px !important; left: 1060px !important; }
    .aftBnrBox h2, .h-team-outer h3 {font-size: 30px; }
    .r-btn {font-size: 14px !important; }
    .videoBg img {width: 100%; }
}



@media all and (max-width:1024px) 
{
    .footerBg {width: 1250px; }
    header {padding: 0px 15px 0; }
    .secnd-item {left: 170px !important; }
    .abut03 {left: 550px !important; }
    .last-item {left: 800px !important; top: -140px !important; }
    .inner-text {width: 70%; }
    .red-banner {padding: 110px 150px 110px; } 
    .en04 {left: 800px !important; }
    .abut-parlx li img {width: 50%; }
    .abut04 {top: -80px !important; left: 770px !important; width: 20%; }
    .abut05 {top: 30px !important; left: 790px !important; width: 20%; }
    .abot-tabcont li {font-size: 14px; }
    .persn-img {width: 130px; height: 130px; }
    .vert-slider {height:80vh !important; }
    .hb-colors {top: 220px !important; left: 350px !important; }
    .homeBanner .bnrImg .homeBannerKids {top: 350px; }
    .hb-doll {top: 450px !important; left: 480px !important; } 
    .hb-cube {top: 530px !important; left: 280px !important; }
    .hb-sketting {top: 500px !important; left: 800px !important; }
    .bnrImg {width: 65%; }
    .r-btn {font-size: 14px !important; }
    .hbContent {padding-left: 70px;}
    .aftBnrBox h2, .h-team-outer h3 {font-size: 24px; }
    .h-video-section {margin-top: 200px; }
    .h-video {height: 350px;}  
    .aftBnrBox.aftBnrBox2:hover {box-shadow: 16px 19px 20.71px 4.29px rgba(248, 173, 24, 0.34); }
    .aftBnrBox.aftBnrBox1:hover {box-shadow: 16px 19px 20.71px 6.29px rgba(239, 93, 93, 0.34); }
    .aftBnrBox.aftBnrBox3:hover {box-shadow: 16px 19px 20.71px 6.29px rgba(60, 162, 219, 0.34); }
}



@media all and (max-width:990px)  
{ 
    .container-lg {width: 750px; }
    .footerBg {width: 1230px; }
    .social-links li {margin: 0px 6px 10px !important; }
    .footerTop {margin-bottom: 40px; }
    footer {padding-top: 230px; }
    .footerBg {width: 1000px; }
    .red-banner {padding: 100px 0px 70px; }
    .thin-font {font-size: 18px; margin: 10px 0; }
    .inner-text h3 {font-size: 36px; }
    .abut-parlx li img {width: 40%; }
    .en01 {left: -60px !important; }
    .en02 {top: -20px !important; }
    .en03 {top: -40px !important; left: 730px !important; }
    .en04 {left: 910px !important; top: -110px !important; }
    .cont-map .col:first-child {margin-top: 0; }
    .call-loctn p {display: block; }
    .homeBanner .hbContent h2, h2.other-pg-header, .h-video-cont h2 {font-size: 30px; }
    .cont-map .other-pg-header {margin-bottom: 20px; }
    .social-links li {margin: 0px 0px 10px !important; }
    .other-pg-header {margin: 0px 0 20px; }
    .op-img img {max-width: 80%; margin: auto; display: block; }
    .op-cont {max-width: 500px; text-align: center; }
    .op-cont p {max-width: 500px; margin: auto; margin-bottom: 40px; }
    .first-item {top: -20px !important; left: 0px !important; }
    .last-item {left: 890px !important; top: -80px !important; }
    .abt-contn .row {margin-top: 40px; }
    .about-tbcont .col {order: 1; flex: none; margin-bottom: 20px; }
    .r-img img {width: 100%; }
    .col-5.r-img {max-width: 50%; flex: none; margin: auto; }
    .abut01 {top: -50px !important; left: -20px !important; }
    .abut03 {top: 40px !important; }
    .abut04 {top: -100px !important; left: 850px !important; width: 20%; }
    .abut05 {top: 30px !important; left: 870px !important; width: 20%; }
    .found-text.col-9 {padding: 40px 0px 0px 0px; max-width: 100%; flex: none; }
    .found-img.col-3 {flex: none; max-width: 100%; margin: auto;}
    .found-text h2 {font-size: 30px;}
    .aftBnrBox {width: 90%; margin: auto;margin-bottom: 30px;}
    .aftBnrBoxUp {display: block;}
    .r-btn {font-size: 12px !important; }
    .h-team-outer .aftBnrBoxUp.swiper-slide {padding: 30px  0px ;width: 50% !important; width:100% !important;}
    .h-team-outer .aftBnrBoxUp.swiper-slide .col-4 {max-width: 100%; flex: none; }
    .h-team-container {margin: 30px 0 100px;}
    .swiper-container.team-swiper {padding-right: 0px; }
    .swiper-pagination.team-pagination {right: 10px !important; left: 50%; top: 80%; transform: translate(-50%, -10% ) rotate(-90deg); }
    .videoBg {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); top: -200px; } 
    .h-video-section:before {content: ''; position: absolute; bottom: 0; left: 0; background: #f8ad18; width: 100%; height: 50%; z-index: 1; }
     .h-video-cont p {width: 65%; }
     .videoBg img {width: 1000px; } 
     .h-team-outer .aftBnrBox {width: 90%; }
     .nav-tabs .nav-link {font-size: 24px; }
 }

@media all and (max-width:768px)  {
    .container-lg {max-width: 100%;}
    .container {max-width: 100%; }
    .logo img {width: 150px;}
    .menu .header-links {display: none;}
    .mob-button {display: inline-block; font-size: 12px !important; padding: 5px 17px; }
    .fixHeader .mob-btn span{background: #3b2e80;}
    .fixHeader .mob-btn span:before{background: #3b2e80;}
    .fixHeader .mob-btn span:after{background: #3b2e80;}
    .mm-layer {display: block; }
    .mobile-links {display: block;}
    .mob-btn {display:inline-block; margin: 0 0 0 10px;}
    .hearderIn {height: 60px; }
    #scene {display: none; }
    .hb-comp {display: none !important; }
    footer {padding-top: 250px;} 
    .red-banner {padding:90px 0px 120px; background-size: 100% 70% !important;}
    .inner-text h3 {font-size: 30px;}
    .is-floating-label {margin-bottom: 80px;}
    .is-floating-label label {font-size: 16px;}
    .grd-selct {font-size: 16px; }
    .cont-map {margin-top: 30px; }
    .contact {margin: 30px 0; }
    .is-floating-label input {width: 95%;}
    .grd-selct {width: 98.4%;}
    .footerBg {width: 800px; }
    .op-cont h2 {font-size: 30px; }
    .margin-top {margin-top: 30px; }
    .nav-tabs .nav-link {padding-bottom: 10px;}
    .abt-contn .row {margin-top: 30px;}
    .h-video-section:before {height: 63%;}
    .h-video {width: 80%; margin: auto;}
    /*.swiper-pagination.team-pagination {transform: translate(-50%, 0% ) rotate(-90deg); position: relative; left: 50%; }*/
    .videoBg img {width: 900px;} 
    .homeBanner .bnrImg .homeBannerKids {top: 250px;}
    .hbContent {padding-left: 40px;}
    .vert-slider {height: 80vh !important;}
    h2.other-pg-header {text-align: center;} 



     }

@media all and (max-width:640px)  
{
    .copy  {text-align: center; }
    .copy p.copy-right {text-align: center;margin-top: 10px;} 
    .footerBot {margin-bottom: 20px; }
    .footerBot .col {max-width: 25%; flex: none;}
    .footerBot .col:last-child {max-width: 100%; flex: none; text-align: center; margin-bottom: 0; }
    .footerTop {margin-bottom: 30px; }
    footer {padding-top: 250px; margin-top: -90px; }
    .contact .col {max-width: 100%; flex: none; }
    .is-floating-label {margin-bottom: 70px;width: 100%; }
    .is-floating-label input {width: 100%;}
    .red-banner {padding: 80px 0px 10px; background-size: 100% 70% !important;margin-bottom: 20px; }
    .inner-text {width: 90%; }
    .inner-header {box-shadow: 0px 13px 14.76px 3.24px rgba(58, 58, 58, 0.2); }
    .grd-selct {width: 100%;}
    .banner-blue {background: #3ca1da !important;}
    .banner-red { background: #ef5d5d  !important;}
    .banner-yelw {background: #f8ad18 !important;}
    .inner-text h3 {font-size: 24px;}
    .contact {margin: 30px 0;} 
    .thin-font {font-size: 16px; }
    .homeBanner .hbContent h2, h2.other-pg-header, .h-video-cont h2 {font-size: 30px; }
    .is-floating-label label {font-size: 16px; }
    .cont-btn .r-btn {margin-top: 30px; }
    .grd-selct {font-size: 16px; }
    .cont-btn .r-btn {padding: 4px 50px; }
    .call-loctn img {width: 25px;}
    footer {padding-top: 170px; margin-top: 0px; }
    .footerBg {width: 650px; }
    footer:after {height: 400px; }
    .cont-map .col:first-child {margin-top: 0; flex: none; max-width: 100%; }
    .cont-map-img {padding: 60px 50px; background-size: 70% 90%;}
    #map {width: 350px; height: 350px; }
    .op-cont h2 {font-size: 24px; }
    .nav-tabs .nav-link {font-size: 24px; }
    .other-pg-header {margin: 30px 0;margin: 15px 0; text-align: center; }
    .found-text h2 {font-size: 24px; }
    .found-text h3 {font-size: 24px; }
    .bg-gray {padding: 30px 50px 10px; margin-bottom: 50px; width: 90%; margin: auto; margin-bottom: 60px; }
    .persn-img {width: 110px; height: 110px; }
    .found-img.col-3 { box-shadow: 15px 15px 30.71px 6.29px rgba(248, 173, 24, 0.34);}
    .found-img h2 {font-size: 24px; }
    .found-img p {font-size: 18px; }
    .is-floating-label.is-focused label {transform: translateY(-20px) scale(1);}
    .aftBnrBox {width: 100%; margin-bottom: 20px; }
    .h-team-outer .aftBnrBoxUp.swiper-slide {padding: 30px 0px 40px;}
    .v-pagination .swiper-pagination-bullet {margin: 5px 0 !important; width: 15px; height: 15px; border: 2px solid #3b2e80; }
    .swiper-pagination-bullet-active:before {width: 6px; height: 6px; }
    .h-video-section:before {height: 60%;}
    .h-video {width: 100%;}
    .h-video-cont {margin-bottom: 30px; }
    .h-team-outer .aftBnrBoxUp.swiper-slide {width: 100% !important; }
    .swiper-pagination.team-pagination {top: 80%; }
    .homeBanner .hbContent h2 {font-size: 24px; }
    .bnrImg {width: 55%; }
    .homeBanner .bnrImg .homeBannerKids {top: 190px; }
    .hbContent {width: 52%;top: 55%; }
/*    .vert-slider {height: 50vh !important; }*/
    .r-btn {padding: 7px 25px; } 
    .v-pagination .swiper-pagination-bullet {width: 16px; height: 16px; }
    .h-video-section {margin-top: 140px; } 
    .h-team-container {margin: 10px 0 80px; }

}





@media all and (max-width:574px)
{
    .h-video-section:before {height: 63%;}
    .h-video-cont p {width: 70%; }
    .h-team-container {margin: 10px 0 100px;}
    .h-video-section {margin-top: 100px; }
   
} 






@media all and (max-width:480px)   
{
     .hearderIn {height: 50px; }
     .homeBanner .hbContent h2, h2.other-pg-header, .h-video-cont h2 {font-size: 24px; }
     .red-banner {padding: 70px 0px 5px; } 
     .footerBg {width: 500px; }
     footer {padding-top: 130px; margin-top: -30px; }
     .footerBot {margin-bottom: 10px; }
     .cont-map-img {padding: 50px 50px; background-size: 90% 90%; }
     #map {width: 100%; height: 350px; }
     .inner-text p {margin-top: 10px; }
     .inner-header .r-btn {margin-top: 1px; } 
     .call-loctn p {margin: 20px 0 0; }
     .col-5.r-img {max-width: 80%; flex: none; margin: auto; }
     .nav-tabs .nav-link {font-size: 18px; }
     .margin-top {margin-top: 20px; }
     .found-text h3 {font-size: 18px; }
     .found-img h2 {font-size: 18px; }
     .found-img.col-3 { max-width: 90%; margin: auto;}
     .found-img {padding: 20px 20px 10px; }
     .found-text.col-9 {text-align: center;} 
     .bnrImg {width: 70%; z-index: -1; }
     .vert-slider {
        /* height: 60vh !important; */
        height: 80vh !important; 
    }
     .hbContent {width: 100%; 
        /* top: 340px; */
        top: 450px;
        text-align: center; }
     .homeBanner .bnrImg .homeBannerKids {top: 170px; }
     .hbContent {padding-left: 0; padding: 0 15px; }
     .hbContent p {margin: 10px 0 10px; }
     .homeBanner .hbContent h2 {font-size: 23px; }
     .aftBanner {margin: 20px 0; }



}

@media all and (max-width:400px)   
{
    .footerBot .col {max-width: 50%; flex: none; margin-bottom: 10px; }
    .mob-button {font-size: 10px !important; padding: 5px 10px; }
    .mob-btn {height: 35px; top: -5px; }
    .logo img {width: 110px; }
    .is-floating-label label {font-size: 14px; }
    .grd-selct {font-size: 14px; } 
    .is-floating-label {margin-bottom: 70px; }
    footer:after {height: 480px; }
    footer {padding-top: 120px; margin-top: -30px; }
    .footerBg {width: 400px; } 
    #map {height: 300px; }
    .cont-map-img {padding: 50px 20px; background-size: 100% 90%; }
    .call-loctn p {font-size: 14px; margin: 20px 0 0;}
    .call-loctn a {font-size: 14px; }
    .op-cont h2 {font-size: 18px; }
    .footer-logo img {width: 60%; }
    footer p {font-size: 12px; max-width: 100%; margin: 0 auto;}
    .nav-tabs .nav-link {font-size: 16px; }
    .persn-img {width: 100px; height: 100px; }  
    .h-team-outer .aftBnrBox {width: 100%; margin-bottom: 40px; }
    .homeBanner .bnrImg .homeBannerKids {max-width: 85%;top: 150px; } 


     }

     @media all and (max-width:767px)  {
        .videoBg{
            background: url(../images/img/videoBg.svg);
            background-size: 200%;
            width: 100%;
            background-repeat: no-repeat;
            background-position-y: 100px;
        }
        .videoBg img{
            display: none;
        }
     }