:root{
	--white_clr: #fff;
	--black_clr: #000;
	--text_clr: #3d3d3d;
	--primary_clr: #800000;
	--secondary_clr: #123363;
	--light_clr: #d1dfec;
	--primary_font_family: 'Roboto', sans-serif;
}
/*color: var(--white_clr);*/
/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/
/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative; top:0; left: 0; min-width: 100%; display:flex;display:-webkit-flex;}
.slick-track:before, .slick-track:after{display:table; content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; min-height:1px; flex-grow: 1; flex: inherit;}
.slick-initialized .slick-slide{display: block; list-style:none;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow{
	display:flex; align-items: center; justify-content: center; position:absolute; top:50%; margin-top:-17px; z-index:2; padding:0; width:34px; height:34px; text-align:center; font-size:0; border:0;
	background: var(--primary_clr); color: var(--white_clr); cursor:pointer; opacity:1; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; box-shadow: 0 0 10px rgba(0,0,0,0);
}
.slick-arrow:before{display: block; content: "\f060"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 18px;}
.slick-arrow.slick-next:before{content: "\f061";}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:hover{background: var(--secondary_clr); color: var(--white_clr);}
.slick-arrow.slick-disabled{
	background: var(--light_clr); color: var(--secondary_clr); cursor: inherit;
}
.bg3 .slick-arrow.slick-disabled{
	background: var(--white_clr);
}
.slick-dots{display:flex;display:-webkit-flex; align-items: center; justify-content: center; position:absolute; left:0; right:0; bottom:-30px; margin:0 auto; padding:0; text-align:center;}
.slick-dots li{margin:0 4px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button{display:block; width:20px; height:7px; font-size:0; padding: 0; background:none; border:1px solid var(--secondary_clr); -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; cursor:pointer; position: relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-dots li.slick-active button{background: var(--secondary_clr); border-color: var(--secondary_clr);}
/*Slick Slider Css End*/
/*Easy Responsive Tab Css*/
h4.resp-accordion{display:none; cursor:pointer; text-align:left; position:relative; background: #e9e9e9; padding:10px 40px 10px 10px; margin: 0 0 5px;}
h4.resp-accordion .resp-arrow{display:none;}
h4.resp-accordion:after{display:block; content:"\f107"; font-family:'FontAwesome'; text-align: center; position:absolute; right:0; top:50%; width:40px; line-height:normal; transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
h4.resp-accordion.resp-tab-active:after{content:"\f106";}
.resp-tab-content{display:none;}
.resp-tab-content:after{clear:both; content:""; display:block;}
.resp-content-active, .resp-accordion-active{display:block}
@media only screen and (max-width:767px){
ul.resp-tabs-list{display:none;}
h4.resp-accordion{display:block;}
}
/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:var(--text_clr); display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:var(--white_clr); bottom:0; color:#16181C; position:fixed; top:0; right:-400px; width:380px; z-index:-4; font-size:16px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mobile-menu-open .mobile-menu-block{right:0; z-index:20;}
.mobile-menu-inner{height:calc(100% - 100px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {height: 80px; padding: 0 20px; border-bottom: 1px solid #ddd;}
.mobi-logo a, .mobi-logo img{display: block; width: 180px;}
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li{margin: 0; padding: 10px 0; color:var(--black_clr); font-weight:500; font-size:15px; line-height:22px; text-transform:none; position:relative;}
.mobile-nav ul li a{display:block; color:var(--black_clr); font-weight:400; font-family:var(--primary_font_family); font-size:18px; line-height:22px; text-transform:none; letter-spacing:0; padding:0 40px 0 0;}
.mobile-nav > ul > li.current_page_item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{color:var(--primary_clr);}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:16px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current_page_item a{color:var(--primary_clr);}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.mobile-nav .hitarea {width: 100%; justify-content: flex-end;}
.hitarea{display:flex; align-items: center; justify-content: center; width:40px; height:42px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f105"; font-family:'FontAwesome'; font-size: 20px; font-weight: 400; width:15px; height:15px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.collapsable-hitarea.hitarea:before{transform:rotate(90deg);}
.mobile-nav .collapsable-hitarea + a{color:var(--primary_clr);}
.mobi-bottom-inner{padding: 0;}
.mobi-bottom-inner .btn{border-radius: 0;}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{
	display:none; width:40px; height:40px;
	position:absolute; right:-10px; top:0; bottom: 0; margin: auto; z-index:40; transition:all 0.4s ease;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.menuicon{display: block; width: 28px; height: 18px; flex-direction: column; align-items: center; justify-content: center; margin: auto;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 18px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 2px; background: var(--primary_clr); position: absolute; left: 0; top: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar:after{top: auto; bottom: 0;}
.icon-bar .line{display: block; width: 70%; height: 2px; background: var(--primary_clr); position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar.active .line{width: 2px; opacity: 0;}
.icon-bar.active:before{transform: rotate(45deg); top: 8px;}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 8px;}
.mobile-menu-open .mobilemenuicon .menuicon{margin-left: auto;}
/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt, var{background:transparent; border:0 none; margin:0; padding:0; line-height:normal; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:400; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{
	-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;
	scroll-behavior: smooth;
	-ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
::-webkit-scrollbar {
    width: 7px; height: 7px;
    background-color: var(--white_clr);
}
::-webkit-scrollbar-thumb {
    background-color: var(--primary_clr);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: var(--white_clr);
}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:0; background:var(--white_clr); font-family:var(--primary_font_family); font-size:16px; color:#111; line-height:24px; font-weight:400; overflow-x:hidden;}
:focus, button:focus{outline:none;}
a{text-decoration:none; color: var(--text_clr); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary_clr);}

::-webkit-input-placeholder{color:var(--text_clr); opacity:0.3;}
:-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 18- */
::-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--text_clr); opacity:0.3;}

.clear{width: 100%; clear: both;}
img{max-width:100%; height:auto; border:none; outline:none;}
b, strong{font-weight:700;}

/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size: 18px; line-height: 28px; color:var(--text_clr); font-weight:400; letter-spacing:0;}
.entry-content ul{padding:0; margin:0 0 20px;}
.entry-content ol{padding:0; margin:0 0 20px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 20px; margin:0 0 15px;}
.entry-content ul li:before{
	content:""; position:absolute; left: 2px; top: 10px; width: 7px; height: 7px;
	background: var(--black_clr); outline-offset: 3px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{color: var(--text_clr); line-height:1.3; font-weight: 700; font-family:var(--primary_font_family); letter-spacing:0; margin:0 0 20px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--text_clr);}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--primary_clr);}
h1, .h1{font-size:68px;}
h2, .h2{font-size:36px; line-height: 1.2;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}
/* Paragraph CSS */
p{font-size: 18px; line-height:28px; color:var(--text_clr); font-weight:400; letter-spacing:0; margin:0 0 20px;}
hr{border:none; margin:30px 0; background:var(--text_clr); height:1px; width:100%; clear:both; opacity: 0.3;}
body .wp-block-separator{border: 0;}
blockquote{border-left:5px solid #eee;font-size:16px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:var(--white_clr); border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:16px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#111; font-weight:400; background:#d4d5d6;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{background:var(--white_clr); border:1px solid #b7c8d8; width:100%; padding:2px 20px; margin:0; font-size:16px; color:var(--text_clr); font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height: 54px; outline:none; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {display: block; height:100px; padding:15px 20px; min-height:100px; resize: none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox{display: inline-block; position: relative; padding-left: 24px; font-size: 14px; line-height: 14px; color: #676767;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 13px; height: 13px; border: 1px solid #111; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:10px; color:var(--white_clr); line-height:10px; padding-left:1px; opacity:0;}
.checkbox input:checked ~ .checkmark{background:#111; border-color:#111;}
.checkbox input:checked ~ .checkmark:before{opacity:1;}
.radiobox .checkmark{display: block; width: 16px; height: 16px; background: var(--white_clr); border: 1px solid #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 1px;}
.radiobox .checkmark:before{display: none;}
.radiobox .checkmark:after{display: block; content: ""; background: #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; opacity: 0;}
.radiobox input:checked ~ .checkmark:after{opacity: 1;}
.selectbox{position: relative;background:var(--white_clr);border:1px solid #b7c8d8; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.selectbox select{background: none;border: 0;font-size: 16px;line-height: 20px;font-weight: 400;color: var(--text_clr); padding:0 40px 0 15px; width: 100%; height: 52px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;}
.selectbox:after{position:absolute; top:0; right:5px; content:"\f107"; font-family:'FontAwesome'; font-size: 24px; color: var(--secondary_clr); z-index:0; width: 40px; height: 52px; line-height: 52px; text-align: center; display: flex; align-items: center; justify-content: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.selectbox.reversed:after{content:"\f0ec"; transform: rotate(90deg); font-size: 14px;}
/* Button styling */
.button, .btn{
	display:inline-flex; align-items:center; justify-content:center; padding: 12px 32px;
	background:none; border:1px solid var(--primary_clr); color:var(--primary_clr);
	font-size:16px; font-weight:700; cursor:pointer; letter-spacing:0; text-align:center;
	position:relative; min-width:150px; line-height:22px;
	-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
	-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; overflow:hidden;
}
.button:hover, .btn:hover,
.button:focus, .btn:focus{
	background:var(--primary_clr); border-color:var(--primary_clr); color:var(--white_clr); box-shadow:0 2px 15px rgba(0,0,0,0.16);
}
.primary{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.primary:hover, .primary:focus{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary:hover, .secondary:focus{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-btn,
.white-hover:hover,
.white-hover:focus{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--secondary_clr);
}
.white-btn:hover,
.white-btn:focus{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-bdr{
	border-color: var(--white_clr); color: var(--white_clr);
}
.white-bdr:hover{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--secondary_clr);
}
.btn.small{
	padding: 8px 20px;
}
.button i, .btn i{
	margin: 0 5px;
}
.read-more-btn{
    font-size: 18px; line-height: 24px; color: var(--secondary_clr); font-weight: 700;
}
.read-more-btn i{
	display: inline-flex; align-items: center; justify-content: center;
    min-width: 34px; height: 34px; font-size: 18px; color: var(--secondary_clr); background: var(--white_clr); text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
    margin-left: 15px; border-radius: 50%;
}
.read-more-btn:hover i{
    background: var(--primary_clr); color: var(--white_clr);
}
.main-wrapper{overflow:hidden;}
.container{margin:0 auto; width:100%; max-width:1285px; padding:0 20px;}
.container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width:1472px; padding:0 20px;}
section{position: relative;}
section *:last-child{margin-bottom:0;}
.hide{display:none;}
.v-center{align-items: center;}
.j-center{flex-direction: column; justify-content: center;}
.ptb-100{padding:100px 0;}
.ptb-90{padding:90px 0;}
.ptb-80{padding:80px 0;}
.ptb-70{padding:70px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.ptb-10{padding:10px 0;}
.bg1{background: var(--primary_clr);}
.bg2{background: var(--secondary_clr);}
.bg3{background: var(--light_clr);}
.bg-shadow{
	z-index: 2; overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.relative{position: relative;}
.trans{-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header{
	position:fixed; left:0; right:0; top:0; z-index:10; padding:0 3.8rem;
}
.header:before{
	display: block; content: ""; height: 1px; width: 100%; background: var(--white_clr);
	position: absolute; left: 0; bottom: 0; opacity: 0.2;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.header .max-container{
	padding: 0 34px;
}
.header-inner{
	height: 102px; position: relative; z-index: 4;
}
.site-logo{
	width:212px; height: 54px; position:relative; z-index:4; margin:0;
}
.site-logo:before{
	display: block; content: "";
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
	filter: blur(20px);
}
.site-logo a{
	margin: 0; width: 100%; height: 100%;
	position: absolute; left: 0; top: 0; z-index: 2;
}
.site-logo img{
	display: block; margin: 0; position: absolute;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.default_logo{
	display: block;
}
.clr_logo{
	display: none;
}
.navbar_fixed .default_logo{
	display: none;
}
.navbar_fixed .clr_logo{
	display: block;
}
.head-btnbox{
	margin-left: 30px; gap: 0 15px;
}
.head-btnbox .btn{
	min-width: 140px;
}
.speaker-icon-btn{
    min-width: 50px; max-width: 50px; height: 50px; background: var(--secondary_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    padding: 5px; /*outline: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px);*/
}
/*Nav Css*/
.nav-main{text-align:left; position:relative; z-index:4;}
.nav-main ul{margin:0; padding:0; display:flex;display:-webkit-flex;}
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:28px;}
.nav-main nav ul > li a{display:block; color:var(--text_clr); font-size:16px; font-weight:400; font-family:var(--primary_font_family); line-height:24px; text-transform:none; letter-spacing:0; padding:12px 0; position:relative; z-index:2;}
.nav-main nav ul > li.current_page_item > a, 
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:var(--primary_clr);}
/*.nav-main nav ul > li:before{display:block; content:""; background:var(--primary_clr); height:1px; width:1px; opacity:0; position: absolute; left: 0; right: 0; bottom: -1px; margin: 0 auto; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.nav-main nav ul > li:hover:before,
.nav-main nav ul > li.active > a:before{width:100%; opacity:1;}*/
.nav-main nav ul > li.menu-item-has-children > a{padding-right: 18px;}
.nav-main nav ul > li.menu-item-has-children > a:after{display: block; content: "\f107"; font-family: 'FontAwesome'; width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; right: 0; top: 16px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.nav-main nav ul > li.menu-item-has-children:hover > a:after {transform: rotate(-180deg);}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background:var(--white_clr); min-width:240px; padding:0; margin:0; overflow: hidden; opacity: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: scaleY(0);transform-origin: top; box-shadow: 0 5px 40px rgb(0 0 0 / 15%); border-radius: 5px;}
.nav-main nav ul > li:hover > .sub-menu {display: block;opacity: 1;transform: scaleY(1);}
.nav-main nav ul > li:last-child .sub-menu{left: auto; right: 0;}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0 20px; padding: 0;}
.nav-main .sub-menu li + li {border-top:1px solid #dce0e0;}
.nav-main .sub-menu li:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color:var(--text_clr); font-size:15px; line-height:normal; font-weight:400; padding:10px 0;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current_page_item a,
.nav-main .sub-menu li a[aria-current="page"]{
	color:var(--primary_clr);
}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
.header:not(.navbar_fixed) .nav-main nav > ul > li > a,
.header:not(.navbar_fixed) .nav-main nav .menu-header-menu-container > ul > li > a{
	color: var(--white_clr);
}
/*Sticy header*/
.navbar_fixed.header{
	/*background:var(--white_clr);*/ box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar_fixed.header:before{
	height: 100%; opacity: 1;
}
.header-blank{
	width: 100%; height: 102px; position: relative; overflow: hidden;
	-moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}
.navbar_fixed .header-inner,
.navbar_fixed + .header-blank{
	height: 80px;
}
/*Sticky Button*/
.sticky-btnbox{
	position: fixed; right: 10px; bottom: 10px;
	z-index: 999; gap: 15px;
}
.sticky-btnbox .btn {
    padding: 10px 10px; box-shadow: 0 0 5px rgba(255,255,255,0.5);
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.sticky-btnbox .btn i{
    font-size: 20px; margin: 0;
}

/*Home page Banner Css*/
.home-banner{
	position:relative; z-index:1; overflow: hidden; background:var(--black_clr);
}
.homeslick > .items{
	display: none;
}
.homeslick > .items:nth-child(1){
	display: block;
}
.home-banner .items{
	padding: 102px 0 0; height: 100vh; min-height: 540px; max-height: 950px; position: relative;
}
.home-banner .bg-img:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	height: 110px; opacity: 1;
}
.home-banner .bg-img:after{
	display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 70%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); opacity: 0.3;
}
.banner-inner{
	position: relative; z-index: 2; height: 100%;
	flex-direction: column; align-items: center; justify-content: center;
}
.caption{
	min-width: 650px; max-width: 650px; margin: 0; position: relative;
}
.caption:before{
	display: block; content: "";
	position: absolute; left: -20%; right: -20%; top: -40%; bottom: -40%; opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 60%);
}
.caption .h1{
	font-size: 54px; line-height: 80px; color: var(--white_clr);
	font-weight: 700; margin: 0 0 20px; position: relative;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
.caption .h1 u{
	text-decoration: none; border-bottom: 1px solid var(--white_clr);
}
.caption p{
	font-size: 24px; line-height: 40px; color: var(--white_clr); position: relative;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
.homeslick .slick-arrow{
	background: var(--primary_clr); color: var(--white_clr);
}
.homeslick .slick-arrow:hover{
	background: var(--secondary_clr); color: var(--white_clr);
}
.homeslick .slick-arrow.slick-prev{
	left:3.8rem;
}
.homeslick .slick-arrow.slick-next{
	right:3.8rem;
}

/*Announcement Section*/
.announcement-section{
	overflow: hidden;
}
.announce-block p{
    font-size: 20px; line-height: 1.2; color: var(--white_clr);
}
.announce-inn > .items{
	display: none;
}
.announce-inn > .items:nth-child(1){
	display: block;
}
.annou-tag {
    padding: 0 15px; background: var(--white_clr);
    height: 40px; display: flex; align-items: center; gap: 10px;
    font-size: 16px; color: var(--primary_clr); font-weight: 500;
    border-radius: 4px; margin-right: 20px;
}
.announce-slider .slick-list{
	overflow: visible;
}
.announce-box{
	height: 80px; padding: 0 40px;
}
.announce-inn .items:before{
	display: block; content: ""; width: 10px; height: 10px; background: var(--white_clr);
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	position: absolute; left: 0; top: 0; bottom: 0; margin: auto;
}

/*Footer Start*/
.footer{
	padding:0; margin:0; position:relative; z-index: 2;
	background: var(--white_clr);
}
.footer .max-container{
	padding: 0 34px;
}
.footer p{
	font-size: 16px; line-height: 24px;
}
.footer h4{
	font-size: 20px; line-height: 24px; color: var(--black_clr); font-weight: 500;
	text-transform: uppercase; position: relative; padding: 0 0 18px; margin: 0 0 18px;
}
.footer h4:after{
	display: block; content: ""; width: 40px; height: 1px;
	background: var(--secondary_clr); position: absolute; left: 0; bottom: 0;
}
.f-links ul{
	margin: 0; padding: 0;
}
.f-links ul li{
	margin: 0; padding: 0; list-style: none;
	font-size: 16px; line-height: 22px; color: var(--text_clr);
}
.f-links ul li + li{
	margin-top: 12px;
}
.f-links ul li a{
	display: inline-block;
	color: var(--black_clr);
}
.f-links ul li a:hover{
	color: var(--primary_clr);
}
.two-column .menu{
    -moz-column-count: 2; -webkit-column-count: 2; column-count: 2;
    -moz-column-gap: 30px; -webkit-column-gap: 30px; column-gap: 30px;
}
.f-logo {
    max-width: 135px;
    margin: 0;
}
.f-logo a, .f-logo img{
	display: block; margin: 0 auto;
}
.social-media{
	gap: 15px; /*justify-content: center;*/
}
.social-media .s-icon{
	display: flex; align-items: center; justify-content: center; font-size: 40px;
    min-width: 40px; height: 40px; color: var(--secondary_clr);
}
.social-media .s-icon:hover{
	color: var(--primary_clr);
}
.s-icon .fa-twitter:before{
	font-size: 0;
}
.s-icon .fa-twitter{
    width: 14px; height: 14px;
    background: url('../images/twitter.png') no-repeat center;
    background-size: 100% auto;
}
.f-col-1 {
    margin-right: 20px;
}
.f-col-2 {
    min-width: 480px;
}
.f-col-3 {
    min-width: 110px;
}
.f-col-4 {
    min-width: 130px;
}
.f-col-5 {
    min-width: 170px;
}
.f-col-6 {
    min-width: 340px;
}
.fc-icon {
    display: flex; align-items: center; justify-content: center;
    min-width: 30px; height: 22px; font-size: 18px; color: var(--secondary_clr);
    margin-right: 10px;
}
.address .fc-icon{
	height: 40px;
}
.f-contact p {
    margin: 0;
}
/*.phone p,
.email p{
	font-size: 16px; line-height: 24px;
}*/
.fc-contact + .fc-contact {
    margin-top: 15px;
}
.f-bottom-inner p{
	font-size: 16px; line-height: 20px; color: var(--text_clr);
}
.f-bottom-inner ul{
	margin: 0; padding: 0; gap: 10px 24px;
}
.f-bottom-inner ul li{
	margin: 0; padding: 0; font-size: 16px; line-height: 20px; color: var(--text_clr);
}
.scrollup{
    display: inline-flex; align-items: center; justify-content: center;
    position: fixed; right: -20px; bottom: 60px; z-index: 4;
    background: var(--white_clr); border: 1px solid #ccc; width: 34px; height: 34px;
    border-radius: 50%; font-size: 15px; color: var(--primary_clr); line-height: normal;
    text-align: center; cursor: pointer; opacity: 0;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.scrollup.active{
	right: 10px; opacity: 1;
}
body .wpcf7-not-valid-tip {
    font-size: 14px; margin-top: 5px;
}
.footer .wpcf7 form .wpcf7-response-output {
    color: var(--white_clr); font-size: 12px;
}
/*Footer End*/

/*Midlle Section css*/
.middle-section{position:relative;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-size: cover !important;}
.bg-img:before{display: block; content: ""; background: var(--text_clr); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.5;}
.bg-img img {display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bg-img.before-none:before{display: none;}
.bg-img.fixed{background-attachment: fixed !important;}
.bg-img.bg-auto{background-size: auto !important;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.bg-img video,
.bg-img iframe{display: block; width:100%; height:100%; object-fit: cover; object-position: center;}
.btnbox{padding: 30px 0 0;}
.block-title{position:relative; margin: 0 0 24px;}
.block-title h2{position: relative; color: var(--primary_clr); text-transform: uppercase;}
.home .block-title h2:after{
	display: block; content: ""; height: 2px; width: 60px; background: var(--primary_clr); margin: 18px 0 0;
}
.block-title.text-center h2:after{
	margin-left: auto; margin-right: auto;
}
.block-title.text-white h2:after{
	background: var(--white_clr);
}
.block-title.text-white *{
	color: var(--white_clr);
}
.bg3 .block-title h2{
	color: var(--secondary_clr);
}
.block-title h2.text-capitalize:after{
	display: none;
}
.small-title{display: inline-block;font-size: 16px;line-height: 22px;color: var(--primary_clr);font-weight: 500; text-transform: none; letter-spacing: 0.05em; margin: 0 0 10px;}
.more-link{font-size: 15px; color: var(--text_clr);}
.more-link i{margin-left: 5px; font-size: 18px;}
.more-link:hover{opacity: 1;}
.card-link{display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3;}

/*shapes Style*/
.shape_1{
	display: block; width: 75px; height: 54px;
	background: url('../images/shape_1.png') no-repeat center; background-size: 100% auto;
	position: absolute; top: 8px; left: 30px;
}
.shape_2{
	display: block; width: 197px; height: 111px;
	background: url('../images/shape_2.png') no-repeat center; background-size: 100% auto;
	position: absolute; bottom: 30px; left: 100%; margin-left: -30px;
}
.bdr_shape{
	display: block; width: 135px; height: 122px;
	background: url('../images/bdr_shape.png') no-repeat center; background-size: 100% auto !important;
	position: absolute; top: -30px; left: -50px; opacity: 0.5;
}
.before-block-tl.bdr_shape{
	width: 60px; height: 54px;
	top: 0; left: 70%;
}
.bdr_shape.blue{
	background: url('../images/bdr_shape_blue.png') no-repeat center;
	opacity: 0.5; width: 100px; height: 92px;
}
.bdr_shape.right-top{
	left: auto; right: -40px; top: 0;
}
.star_shape{
	display: block; width: 156px; height: 160px;
	background: url('../images/shape_star.png') no-repeat center; background-size: 100% auto;
	position: absolute; bottom: 80px; right: -80px;
}
.circle_shape{
	display: block; width: 100px; height: 100px; border: 1px solid var(--secondary_clr);
	padding: 15px; position: absolute; top: -50px; right: -50px; opacity: 0.1;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.circle_shape:before{
	display: block; content: ""; width: 100%; height: 100%; border: 1px solid var(--secondary_clr);
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.circle_shape.red{
	border-color: var(--primary_clr); opacity: 0.2;
}
.circle_shape.red:before{
	border-color: var(--primary_clr);
}
.award_shape_1{
	display: block; width: 94px; height: 120px;
	background: url('../images/award_1.png') no-repeat center top; background-size: 100% auto;
	position: absolute; top: 0; left: 75%; opacity: 0.2;
}
.award_shape_2{
	display: block; width: 143px; height: 190px;
	background: url('../images/award_2.png') no-repeat center; background-size: 100% auto;
	position: absolute; bottom: -30px; left: -120px; opacity: 0.2;
}
.star_shape_only{
	display: block; width: 79px; height: 69px;
	background: url('../images/star_shape.png') no-repeat center; background-size: 100% auto;
	position: absolute; bottom: 95%; left: -66px; opacity: 0.3;
}
.line_circle_shape{
	display: block; width: 138px; height: 138px;
	background: url('../images/line_circle_shape.png') no-repeat center; background-size: 100% auto !important;
	position: absolute; top: 80px; left: -50px; opacity: 0.3;
}
.line_circle_shape.white{
	background: url('../images/line_circle_shape_white.png') no-repeat center;
}
.ovel_shape{
	display: block; width: 95px; height: 196px;
	background: url('../images/ovel_shape.png') no-repeat center; background-size: 100% auto;
	position: absolute; top: 22%; right: 0; opacity: 0.1;
}
.shape_star2{
	display: block; width: 104px; height: 106px; opacity: 0.5;
	background: url('../images/shape_star2.png') no-repeat center; background-size: 100% auto;
	position: absolute; top: 30%; left: -90px;
}
.shape_star3{
	display: block; width: 58px; height: 153px; opacity: 0.2;
	background: url('../images/shape_star3.png') no-repeat center; background-size: 100% auto;
	position: absolute; bottom: -80px; right: -40px;
}
.doc_shape{
	display: block; width: 89px; height: 96px; opacity: 0.3;
	background: url('../images/doc_shape.png') no-repeat center; background-size: 100% auto !important;
	position: absolute; bottom: -60px; right: 40px;
}

/*About Section*/
.about-section {
    overflow: hidden;
}
/*Classroom Section*/
.classroom-section{
	overflow: hidden;
}
.classroom-tab-list{
	margin: 0; padding: 0; justify-content: center; text-align: center;
}
.classroom-tab-list li{
	margin: 0; padding: 0; list-style: none; font-size: 20px; line-height: 24px; font-weight: 700;
}
.classroom-tab-list li a,
.tab-text{
	padding: 14px 20px; display: inline-flex; min-width: 252px; cursor: pointer;
	background: var(--white_clr); border-radius: 40px; justify-content: center;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.classroom-tab-list li a:hover,
.tab-text:hover{
	color: var(--primary_clr);
}
.classroom-tab-list li a[aria-expanded="true"]{
	background: var(--secondary_clr); color: var(--white_clr);
	pointer-events: none;
}
.card-classroom .imgbox{
	width: 100%; height: 352px; position: relative;
	overflow: hidden; border-radius: 20px;
}
.card-classroom .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.sport-namebox{
    padding: 20px; position: absolute; left: 0; bottom: 0;
    z-index: 2; opacity: 0.3;
}
.sport-namebox h4{
	font-size: 20px; font-weight: 400;
}
.sport-shadow{
    display: block; position: absolute; bottom: 0; left: 0; z-index: 1;
    width: 100%; height: 30%; opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
}
.card-classroom .imgbox:after{
	display: block; content: ""; background: var(--black_clr);
	position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.7;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.slick-active .card-classroom .imgbox:after{
	opacity: 0;
}
.slick-active .card-classroom .sport-namebox{
	opacity: 1;
}
.classroom-slider .slick-list{
	padding-left: 0 !important; padding-right: 110px; overflow: visible;
}
.classroom-slider .slick-list:before{
	display: block; content: ""; background: var(--white_clr); z-index: 1;
	position: absolute; right: 100%; top: 0; bottom: 0; width: 1000vw;
}
.arrow-bottom-center{
	padding-bottom: 35px;
}
.arrow-bottom-center .slick-arrow{
	position: absolute; top: auto; bottom: -35px; margin: 0;
}
.arrow-bottom-center .slick-arrow.slick-prev{
	left: auto; right: 50%; margin-right: 10px;
}
.arrow-bottom-center .slick-arrow.slick-next{
	right: auto; left: 50%; margin-left: 10px;
}
#classroomTab .collapse:not(.show){
    display: block; overflow: hidden; height: 0; visibility: hidden;
}
#classroomTab .collapse{
    display: block; overflow: visible; height: auto; visibility: visible;
}

/*Academics Section*/
.academics-section{
	overflow: hidden;
}
.v_slides{
	position: relative; z-index: 2; overflow: hidden; gap: 0 10px;
}
.v_slides .trans{
	-moz-transition: all 0.7s ease 0s;-webkit-transition: all 0.7s ease 0s;transition: all 0.7s ease 0s;
}
.v_slides .items{
	flex: 1; width: 100%; min-width: 130px; cursor: pointer;
	position: relative; z-index: 1; overflow: hidden;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.v_slides .items.active{
	flex: 7; cursor: initial;
}
.card-slides{
	position: relative; z-index: 1; height: 530px;
	background: var(--light_clr);
}
.v_slides .items.active .card-slides{
	background: var(--secondary_clr);
}
.title-vertical{
	display: block; font-size: 28px; line-height: 0; color: var(--white_clr); font-weight: 700;
	white-space: nowrap; opacity: 1; letter-spacing: 0.02em;
	position: absolute; bottom: 35px; left: 65px; z-index: 2;
	transform: rotate(-90deg); transform-origin: top left;
	-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;transition:all 0.9s ease 0s;
}
.title-vertical:before{
	display: block; content: "";
	position: absolute; bottom: -160px; left: -80px; z-index: -1; margin: auto;
	background: var(--secondary_clr);
	width: 282px; height: 264px;
	outline: 10px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.v_slides .items.active .title-vertical{
	opacity: 1; visibility: hidden; transform: rotate(0deg);
	-moz-transition:all 0.1s ease 0s;-webkit-transition:all 0.1s ease 0s;transition:all 0.1s ease 0s;
}
.card-slides-inn{
	padding-left: 40px; width: 100%; height: 100%;
	min-width: 825px;
}
.card-slides-inn .textbox{
	width: 100%; display: flex; flex-direction: column; justify-content: center;
	opacity: 0; visibility: hidden;
}
.v_slides .items.active .card-slides-inn .textbox{
	opacity: 1; visibility: visible;
}
.card-slides-inn .h1{
	color: var(--white_clr);
}
.card-slides-inn p{
	font-size: 18px; line-height: 28px; color: var(--white_clr);
}
.card-slides-inn .btnbox{
    padding: 10px 0 0;
}
.v_slide-imgbox{
	min-width: 260px; max-width: 260px; padding: 0 10px;
	position: absolute; left: -70px; top: 30px;
}
.v_slide-imgbox img{
	display: block; height: auto;
	position: relative; bottom: -30px;
}
.v_slides .items.active .v_slide-imgbox{
	min-width: 44%; max-width: 44%;
	display: flex; flex-direction: column; justify-content: end; align-items: center;
	position: relative; left: 0; top: 0;
}
.v_slides .items.active .v_slide-imgbox img{
	min-width: 400px;
}
.v_slider .items{
	padding-top: 50px !important;
	overflow: hidden; position: relative;
}
.acad_circle{
	display: none; width: 469px; height: 529px;
	background: url('../images/acad_circle.png') no-repeat center; background-size: 100% auto;
	position: absolute; left: -40px; bottom: -100px;
}
.v_slides .items.active .acad_circle{
	display: block;
}
.v_imgbox_mobi .acad_circle {
    display: block; bottom: -60px; left: auto; right: 0;
    opacity: 0.5; width: 210px; height: 300px;
}
.v_slides_mobi .slick-arrow.slick-prev{
	left: 5px; border-color: transparent;
}
.v_slides_mobi .slick-arrow.slick-next{
	right: 5px; border-color: transparent;
}
.v_slides_mobi .items{position: relative;}
.card-link {
    display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
}
.card-tech p{
	color: var(--white_clr); opacity: 0.7;
}
.card-tech:hover{
	transform: translateY(-10px);
}
.card-tech:hover p{
	opacity: 1;
}
.title-v {
    position: relative; z-index: 2; font-size: 52px; line-height: 1.4; color: #fff; font-weight: 700; text-transform: uppercase; -webkit-text-stroke: 1px #fff; -webkit-text-fill-color: rgba(255,255,255,0); opacity: 1;
}
.v_slider .card-slides-inn {
    max-width: 100%; opacity: 1; padding: 40px 30px;
}
.v_slider .card-slides-inn p {
    font-size: 15px; line-height: 22px;
}
.v_slider{
	margin: 0 -5px;
}
.v_slider .items{
	padding: 0 5px;
}
.card-slides-mobi {
    padding: 40px 20px; flex-direction: column;
    height: 178px; position: relative; border-radius: 15px;
}
.card-slides-mobi h3 {
    font-size: 22px; line-height: 1.4; text-transform: uppercase;
}
.card-slides-mobi p{
	color: var(--white_clr); display: none;
}
.card-slides-mobi .textbox{
	width: 100%; display: flex; flex-direction: column; justify-content: center;
}
.v_imgbox_mobi{
	min-width: 200px; max-width: 200px; display: flex;
	flex-direction: column; justify-content: end; align-items: center;
	position: absolute; right: 0; top: -50px;
}
.v_imgbox_mobi img{
	display: block; position: relative; z-index: 2;
	border-bottom-right-radius: 30px;
}
.v_slider .slick-dots{
	bottom: -25px;
}

/*Principal Section*/
.principal-inner .left-block{
	position: static;
}
.principal-inner .full-imgbox{
	position: absolute; left: 0; top: 0;
	height: 100%; width: 50%; padding-right: 40px;
}
.full-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center right;
}
.prl_textbox{
    padding-left: 20px; margin-top: 32px; border-left: 5px solid var(--secondary_clr);
}
.prl_textbox p{
	font-size: 16px; line-height: 24px; color: var(--secondary_clr);
}
.prl_textbox strong{
	font-size: 20px;
}
.content-block{
	min-height: 540px;
	flex-direction: column; justify-content: center;
}

/*Testimonials Section*/
.testimonials-section{
	overflow: hidden;
}
.card-testimonial{
	padding: 40px; height: 100%; background: rgba(18,51,99,0.3);
	position: relative; box-shadow: 0 0 0 rgba(0,0,0,0.27);
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
	pointer-events: none;
	display: flex; flex-direction: column;
}
.slick-active .card-testimonial{
	background: var(--white_clr); pointer-events: initial;
	box-shadow: 0 2px 5px rgba(0,0,0,0.27);
}
.std-name-block .small-imgbox{
	display: block; width: 64px; height: 64px;
	background: #fee5cc; overflow: hidden; margin-right: 24px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.std-name-block .small-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.card-testimonial p{
	font-size: 16px;
}
.std-name-block p{
	font-size: 16px; line-height: 24px;
}
.std-name-block {
    margin-top: auto;
}
.std-name-block p strong{
	font-size: 18px;
}
.quote_icon{
	display: block; width: 55px; height: 42px;
	background: url('../images/quote.png') no-repeat center; background-size: 100% auto;
	position: absolute; top: -13px; right: 42px;
}
.testimonial-slider > .items{
	display: none;
}
.testimonial-slider > .items:nth-child(1){
	display: block;
}
.testimonial-slider .slick-list{
	padding-left: 0 !important; padding-right: 110px; overflow: visible;
}
.testimonial-slider .slick-list:before{
	display: block; content: ""; background: var(--white_clr); z-index: 1;
	position: absolute; right: 100%; top: -30px; bottom: -20px; width: 1000vw;
}
.testi-list-block .circle_shape{
	width: 75px; height: 75px; padding: 10px;
	left: -140px; top: 120px; right: auto; z-index: 1;
}

/*Achievements Section*/
.achiev-section {
    overflow: hidden;
}
.achiev-section .bg-img{
	opacity: 0.05;
}
.card-achiev .imgbox{
	width: 235px; height: 230px; margin: 0 auto 20px;
	overflow: hidden; background: #dfddde;
}
.card-achiev .imgbox img{
	display: block; width: 100%; height: 100%;
	object-fit: cover; mix-blend-mode: darken;
}
.mask1{
  -webkit-mask-image: url('../images/mask.png');
  mask-image: url('../images/mask.png');
  mask-repeat: no-repeat;
}
.ach-std-name{
	display: block; font-size: 20px; line-height: 24px; font-weight: 700;
}
.card-achiev p{
	color: var(--white_clr); font-size: 16px;
	line-height: 24px; margin-top: 10px;
}
.achiev-slider .slick-arrow:hover{
	background: var(--white_clr); color: var(--secondary_clr);
}

/*Event Section*/
.event-section {
    overflow: hidden;
}
.event-block{
	width: 100%; height: auto; overflow: hidden;
}
.event-list,
.primary-evt-list{
	margin: 0 -10px;
}
.event-list .items{
	padding: 10px; width: 25%; float: left;
}
.primary-evt-list .items {
	padding: 10px;
}
.card-event{
	position: relative; overflow: hidden;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.event-imgbox{
	display: block; width: 100%; height: 214px; background: var(--secondary_clr);
}
.event-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-event:hover .event-imgbox img{
	transform: scale(1.05);
}
.event-imgbox:after{
	display: block; content: ""; width: 100%; height: 70%;
	position: absolute; left: 0; bottom: 0; opacity: 0.8;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.overlay-textbox{
	padding: 20px; display: flex; flex-direction: column;
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
}
.card-event h4{
	font-size: 16px; line-height: 24px; font-weight: 600;
	color: var(--white_clr); margin: 0; position: relative; padding-right: 40px;
	display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.card-event .overlay-textbox:after{
	display: flex; align-items: center; justify-content: center; text-align: center;
	content: "\f061"; font-family: 'Line Awesome Free'; font-weight: 900;
    min-width: 30px; height: 30px; background: var(--white_clr); color: var(--primary_clr);
    position: absolute; right: 20px; top: 0; bottom: 0; margin: auto;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.card-event .read-more-btn{
	font-size: 14px; margin-top: 20px;
	display: none;
}
.card-event .read-more-btn i{
	font-size: 14px; min-width: 20px; height: 20px; margin-left: 8px;
	background: var(--white_clr); color: var(--primary_clr);
}
.card-event:hover .read-more-btn i{
	background: var(--primary_clr); color: var(--white_clr);
}
.event-list .items:nth-child(1){
	width: 50%;
}
.event-list .items:nth-child(1) .event-imgbox{
	height: 447px;
}
.event-list .items:nth-child(1) .overlay-textbox{
	padding: 30px;
}
.event-list .items:nth-child(1) .card-event h4{
	font-size: 20px; line-height: 28px;
}
.event-list .items:nth-child(1) .card-event .read-more-btn{
    font-size: 17px;
}
.event-list .items:nth-child(1) .card-event .read-more-btn i{
	min-width: 34px; height: 34px; font-size: 18px; margin-left: 15px;
}
.mw_160{
	min-width: 160px;
}

/*FAQs Section*/
.faq-section{
	overflow: hidden;
}
.faq-section .container > .circle_shape{
	top: 0;
}
.event-section + .faq-section{
	padding-top: 0;
}
.faq-card + .faq-card{
	margin-top: 20px;
}
.faq-card {
    padding: 0; background: #f5f5f5; border: 1px solid #ddd;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.acc_trigger {
	padding: 28px 80px 28px 40px; font-size: 22px; position: relative; margin: 0; cursor: pointer;
}
.acc_trigger:after{
	display: block; content: "\f107"; font-family: 'Line Awesome Free'; font-weight: 900; width: 40px; text-align: center;
	position: absolute; right: 20px; top: 30px;
}
.acc_trigger[aria-expanded="true"]:after{
	content: "\f106";
}
.faq-card .content-box{
	padding: 0 40px 30px; position: relative;
}

/*About Page*/
.internal-banner{
	position: relative; overflow: hidden;
}
.banner-imgbox img,
.banner-imgbox video,
.banner-imgbox iframe{
	display: block; width: 100%; height: auto; max-height: 740px;
	object-fit: cover; object-position: center; min-height: 340px;
}
.banner-imgbox:before{
	display: block; content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	height: 110px; opacity: 1;
}
/*.banner-imgbox:after{
	display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 60%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); opacity: 0.9;
}*/
.internal-caption-block{
	padding-top: 100px;
	position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;
}
.internal-caption{
	min-height: 380px; flex-direction: column; justify-content: flex-end;
}
.internal-caption h1{
	color: var(--white_clr);
	text-shadow: 0 5px 10px rgba(0,0,0,0.7);
}
.internal-banner .bg-img:before,
.header-blank .bg-img:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.1) 100%);
	height: 100%; opacity: 1;
}
.toggle-btn{
	align-items: center; justify-content: center; margin-top: 20px;
	font-size: 18px; color: var(--primary_clr);
	background: var(--white_clr); border: 2px solid var(--primary_clr); width: 32px; height: 32px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.toggle-btn.active .la-arrow-right:before{
    content: "\f00d";
}
.page-list{
	padding: 80px 20px; min-height: 540px; height: calc(100% + 40px) !important;
	margin-top: -40px; margin-right: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.sidebar-list{
	margin: 0; padding: 0;
}
.sidebar-list li{
	display: block; margin: 0 0 6px; padding: 0; list-style: none; font-weight: 400;
	font-size: 20px; line-height: 1.6; color: var(--text_clr); position: relative;
}
.sidebar-list > li > a{
	padding: 10px 20px; position: relative;
	display: flex; text-transform: uppercase;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.sidebar-list > li > a:after{
	display: flex; align-items: center; justify-content: center;
	content: "\f061"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 18px;
	position: absolute; right: 15px; top: 0; bottom: 0; opacity: 0;
}
.sidebar-list > li.active a,
.sidebar-list > li.current_page_item a{
	background: var(--secondary_clr); color: var(--white_clr);
}
.sidebar-list > li.active a:after,
.sidebar-list > li.current_page_item a:after{
	opacity: 1;
}
.sidebar-list .hitarea{
	width: 30px; height: 30px;
}
.sidebar-list .hitarea:before{
	content: "\f067"; line-height: 22px;
	font-family: 'Line Awesome Free'; font-weight: 900;
}
.sidebar-list .collapsable-hitarea.hitarea:before {
	content: "\f068";
}
.sidebar-list li ul{
	margin: 0 0 10px 10px; padding: 0;
}
.sidebar-list li li{
	font-size: 17px;
}
.sidebar-list li li a{
	display: block; padding: 3px 30px 3px 0;
	font-weight: 500;
}
.sidebar-list li li li a{
	font-weight: 400;
}
.internal-caption-block .breadcrumb{
	/*position: absolute; left: 0; bottom: 60px;*/
	margin-top: 40px;
}
.internal-caption-block .breadcrumb li,
.internal-caption-block .breadcrumb li a{
	color: var(--white_clr);
	text-shadow: 0 5px 10px rgba(0,0,0,0.7);
}
.breadcrumb{
	display: flex; align-items: center; margin: 0; padding: 0;
	background: none;
}
.breadcrumb li{
	margin: 0; padding: 0; list-style: none;
	font-size: 22px; line-height: 1.2; color: var(--text_clr);
}
.breadcrumb > li + li:before{
    padding: 0 10px; content: "»";
}
.breadcrumb li a{
	color: var(--text_clr);
}
.breadcrumb li a:hover{
	color: var(--primary_clr);
}

/*Objectives Section*/
.objectives-section {
    overflow: hidden;
}
.objectives-list{
	gap: 30px 0;
}
.card-objective{
	padding: 44px 20px; background: var(--white_clr); height: 100%; position: relative;
    border: 3px solid var(--secondary_clr); text-align: center; flex-direction: column;
    -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.objectives-list .items:nth-child(2n) .card-objective{
	border-color: var(--primary_clr);
}
.number_box{
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 20px; line-height: 1.4; color: var(--secondary_clr);
	min-width: 60px; height: 60px; background: var(--white_clr); margin-right: 20px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	background:linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.2) 100%);
}
.card-objective .iconbox{
	display: flex; align-items: center; justify-content: center;
	min-width: 112px; max-width: 112px; height: 112px; background: var(--light_clr);
	border-radius: 0 50% 50% 50%; margin: 0 auto 40px; position: relative;
}
.card-objective .iconbox:after{
	display: block; content: ""; width: 21px; height: 21px;
	background: url('../images/star_small.png') no-repeat center;
	background-size: 100% auto;
	position: absolute; right: -14px; bottom: 3px;
}
.card-objective .iconbox img{
	max-width: 62px;
}
.card-objective h4{
	font-size: 24px; line-height: 34px; color: var(--secondary_clr);
	font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
}
.star-content{
	padding-left: 20px; padding-right: 20px;
	flex-direction: column; justify-content: center;
}
.star-content ul li{
	position: relative; padding-left: 34px; margin: 0 0 20px;
}
.star-content ul li:before{
	display: block; content: ""; width: 18px; height: 18px;
	background: url('../images/li-icon.svg') no-repeat center; background-size: 100% auto;
	position: absolute; left: 0; top: 7px;
}
.two-coll-block{
	padding: 60px 0;
}
.two-coll-block + .two-coll-block{
	padding-top: 0;
}
.two-coll-block .imgbox{
	position: relative; overflow: hidden; border-radius: 20px;
}
.two-coll-block .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
	position: relative; z-index: 2; border-radius: 20px;
}
.two-coll-block:nth-child(even){
	flex-direction: row-reverse;
}
.two-coll-block:nth-child(even) .imgbox:before{
	border-radius: 80px 0 0 0;
	left: -30px; right: auto;
}
.img-name{
	padding: 10px; display: block; background: rgba(0,0,0,0.7); text-align: center;
	font-size: 16px; line-height: 18px; color: var(--white_clr);
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
}
.sticky-nav{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.page-nav{
	margin: 0; padding: 0; justify-content: center;
	gap: 0 40px;
}
.page-nav li{
	margin: 0 0 -1px; padding: 0; list-style: none; font-weight: 700;
	font-size: 18px; line-height: 24px; color: var(--black_clr);
}
.page-nav li + li{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.page-nav li a{
	padding: 15px 60px; display: inline-flex; justify-content: center;
	border-bottom: 1px solid var(--secondary_clr);
}
.page-nav li a:hover{
	border-color: var(--primary_clr);
}
.awards-new-section{
	overflow: hidden;
}

/*Academic Page*/
.courses-section{
	overflow: hidden;
}
.proj-list .items + .items{
	margin-top: 20px;
}
.card-proj{
	padding: 20px; position: relative; overflow: hidden;
	background: var(--secondary_clr); border: 0px solid #ddd;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-proj:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.card-proj .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-proj h4{
	font-size: 28px; color: var(--white_clr); margin: 0 0 15px;
}
.card-proj p{
	font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.7);
}
.left-textbox{
	flex-direction: column;
	padding: 0 20px;
}
.right-textbox{
	padding: 5px 0 0; text-align: right;
	min-width: 180px; max-width: 180px;
}
.enrolling-text{
    display: inline-block; padding: 3px 7px 2px; font-size: 14px; line-height: 20px;
    color: #ffffff; margin: 0 0 10px; background: #A5CD39; border-radius: 20px;
}
.enrolling-text i{
	margin-right: 2px;
}
.grade-text{
	display: block; font-size: 20px; line-height: 24px; color: var(--white_clr);
	font-weight: 600; margin: 0 0 20px;
}
.neu-textbox{
	display: inline-flex; border: 1px solid rgba(255,255,255,0.2); margin-top: 10px;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
	text-align: center; position: relative; z-index: 3;
}
.neu-textbox .neu-text{
	padding: 10px 15px; display: inline-flex; align-items: center;
	font-size: 14px; line-height: 18px; font-weight: 600; color: var(--white_clr);
}
.neu-textbox .neu-text + .neu-text{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.other-text-list {
    flex-wrap: wrap; width: 100%;
}
.other-text-item {
    padding: 0 20px; min-width: 100px; position: relative; margin: 0 0 20px;
}
.other-text-item:first-child{
	padding-left: 0;
}
.other-text-item + .other-text-item:before {
    display: block; content: ""; width: 1px; height: 28px; background: #ddd; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;
}
.text-label,
.text-value{
	display: block; font-size: 14px; line-height: 20px; color: rgba(255,255,255,0.7);
}
.text-value{
	font-weight: 500; color: var(--white_clr);
}
.other-text-list + .other-text-list{
	margin-top: 10px;
}
.proj-other-info .other-text-item{
	margin: 0 0 10px;
}

/*Courses Detail*/
.detail-page-info .text-label{
	color: #6C6C70;
}
.detail-page-info .text-value{
	color: var(--black_clr);
}
.detail-page-info .neu-textbox{
	border: 1px solid var(--secondary_clr);
}
.detail-page-info .neu-textbox .neu-text + .neu-text{
    border-left: 1px solid var(--secondary_clr);
}
.detail-page-info .neu-textbox .neu-text{
	color: var(--secondary_clr);
}
.primary-info .other-text-list {
	width: auto;
}
.proj_tab{
	border: 0; padding: 0; margin: 0 0 30px;
}
.proj_tab .nav-item{
	margin: 0 10px 10px 0; padding: 0;
}
.tab-big-style{
	justify-content: center; position: relative;border-bottom: 0;
}
.tab-big-style:before{
	display: block; content: ""; height: 1px; position: absolute; left: 0; right: 0; top: 49%; opacity: 0.2;
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 45%,rgba(247,247,247,1) 45%,rgba(255,255,255,1) 55%,rgba(0,0,0,1) 55%,rgba(0,0,0,1) 100%);
}
.tab-big-style.proj_tab .nav-item{
	margin: 0 10px;
}
.tab-big-style.proj_tab .nav-link {
    padding: 15px 20px; min-width: 200px; text-align: center; font-size: 20px; line-height: 24px; position: relative; display: block; border: 1px solid #ddd;font-weight: 400; letter-spacing: 0.02em; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
.tab-big-style.proj_tab .nav-link:after{
	border: solid transparent; content: ""; height: 0; width: 0; position: absolute; top: 100%; left: 0; right: 0; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: var(--secondary_clr); border-width: 8px; margin: auto; opacity: 0;
}
.tab-big-style.proj_tab .nav-link.active:after{
	opacity: 1;
}
.tab-big-style.proj_tab .nav-link.active{
	background: var(--secondary_clr); color: var(--white_clr);
}
.glowing_btn:not(.active){
	-webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
    0% {
      background-color: #fff;
      -webkit-box-shadow: 0 0 3px #eee;
    }
    50% {
      background-color: var(--secondary_clr);
      color: var(--white_clr);
      border-color: var(--secondary_clr);
      -webkit-box-shadow: 0 0 15px var(--secondary_clr);
    }
    100% {
      background-color: #fff;
      color: var(--text_clr);
      border: 1px solid #ddd;
      -webkit-box-shadow: 0 0 3px #eee;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #fff;
      box-shadow: 0 0 3px #eee;
    }
    50% {
      background-color: var(--secondary_clr);
      color: var(--white_clr);
      border-color: var(--secondary_clr);
      box-shadow: 0 0 15px var(--secondary_clr);
    }
    100% {
      background-color: #fff;
      color: var(--text_clr);
      border: 1px solid #ddd;
      box-shadow: 0 0 3px #eee;
    }
  }

#projTabContent .tab-pane:not(.show){
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}
#projTabContent .tab-pane{
    display: block;
    overflow: visible;
    height: auto;
    visibility: visible;
}

.abt-tab-list{
	margin: 0; padding: 40px 0; position: relative; z-index: 2;
}
.abt-tab-list li{
	padding: 0; margin: 0 0 10px; list-style: none; font-size: 18px; line-height: 24px; color: var(--text_clr); font-weight: 500; cursor: pointer;
}
.abt-tab-list li i {
    font-size: 24px; margin-right: 10px;
}
.tab-text-box{
    display: flex; align-items: center;
    padding: 8px; position: relative; border-radius: 90px;
    background: var(--white_clr); box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.tab-text-box .iconbox {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 50px; max-width: 50px; height: 50px;
    background: var(--white_clr); border-radius: 50%;
}
.tab-text-box .iconbox img {
    display: block; margin: auto; max-width: 30px;
}
.abt-tab-list li.resp-tab-active{
	color: var(--white_clr);
}
.abt-tab-list li.resp-tab-active span{
	background: var(--secondary_clr);
}
.content-textarea{
	padding: 60px 60px 60px 100px; margin-left: -40px; min-height: 440px;
	background: var(--white_clr); box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.card-classroom .img-text {
	padding: 20px 20px 0;
}
.card-classroom .img-text p {
	font-weight: 600;
}
.fees-section .primary-evt-list {
	margin-bottom: -100px;
}
.fees-card {
	padding: 15px; height: 100%;
    background: var(--white_clr); border: 1px solid var(--secondary_clr);
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.fees-card .fees-imgbox {
    overflow: hidden; width: 100%; padding-bottom: 73%; position: relative;
    -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}
.fees-card .fees-imgbox img {
	display: block; position: absolute;
    width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.fees-card .textbox {
    padding: 15px 10px;
}
.fees-card .textbox h5 {
	color: var(--secondary_clr);
    margin-bottom: 10px;
}
.fees-card .textbox p {
    font-size: 16px; line-height: 1.6;
}
.fees-card .amount {
    display: inline-block; padding: 3px 10px 2px; font-size: 14px; line-height: 20px; color: var(--primary_clr); border: 1px solid #eac5c5; background: #ffecec; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
}

.prevnext-btn{
	display: inline-flex; align-items: center; justify-content: center;
    min-width: 34px; height: 34px; font-size: 18px; color: var(--primary_clr); background: var(--white_clr); text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
    border-radius: 50%; z-index: 4;
    position: absolute; top: 0; bottom: 0; margin: auto;
}
.prevnext-btn:hover{
	background: var(--primary_clr); color: var(--white_clr);
}
.prevnext-btn.prev{
	left: -17px;
}
.prevnext-btn.next{
	right: -17px;
}
.close-btn{
	display: flex; align-items: center; justify-content: center;
    min-width: 34px; height: 34px; font-size: 28px; color: var(--white_clr); text-align: center;
    position: absolute; top: 10px; right: 10px; z-index: 4;
}
/*Video Block*/
.video_box {
  position: relative; cursor: pointer; overflow: hidden;
  border-radius: 10px; display: flex; aspect-ratio: 4 / 3;
  background: var(--light_clr);
}
.video_box img.thumb,
.video_box iframe{
  display: block; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  position: absolute; left: 0; top: 0;
}
.play-btn {
	display: flex; align-items: center; justify-content: center;
	width: 50px; height: 50px; text-indent: 5px;
	position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto !important;
  	font-size: 32px; color: var(--white_clr);
  	background: var(--primary_clr); border-radius: 50%;
}
.video_box:hover .play-btn{
	background: var(--white_clr); color: var(--primary_clr);
}

/*CTA Section*/
.cta-content{
	max-width: 740px;
}
.cta-content h2{
	color: var(--white_clr);
}
.cta-content p{
	color: rgba(255,255,255,0.9);
}
.cta-content .btnbox{
	gap: 20px; justify-content: center; flex-wrap: wrap;
}
.cta-content .btnbox .btn{
	min-width: 210px;
}
.cta-content .btnbox .btn i{
	font-size: 18px;
}

/*Event Page*/
.blog-section{
	overflow: hidden;
}
.card-post{
	position: relative; flex-direction: column;
	background: #F6F6F5; border: 0 solid #00336642; overflow: hidden;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgba(58, 57, 68, 0.2);
}
.card-post .imgbox{
	display: block; width: 100%; overflow: hidden;
	position: relative; padding: 0 0 56.66%;
}
.card-post .imgbox img{
	display: block; width: 100%; height: 100%;
	object-fit: cover; object-position: center;
	position: absolute; left: 0; top: 0;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post:hover .imgbox img{
	transform: scale(1.05);
}
.date-box{
	font-size: 20px; line-height: 24px; color: var(--secondary_clr);
	font-weight: 400; margin: 0 0 15px;
}
.date-box i{
	font-size: 22px; color: var(--secondary_clr);
	margin-right: 5px;
}
.cat-flt-title{
	display: none;
}
.card-post .textbox{
	padding: 20px;
}
.card-post .cate-list{
	position:absolute;left:.75rem;top:.75rem; z-index: 2; color: var(--white_clr);
	background:rgba(13,18,31,.7);backdrop-filter:saturate(160%) blur(6px);
  	padding:.35rem .6rem;border-radius:999px; border:1px solid rgba(255,255,255,.08);
  	font-size:.75rem; font-weight: 500;
}
.card-post h4{
	font-size: 20px; line-height: 28px; font-weight: 700;
}
.card-post .btnbox{
	padding: 0 20px 20px;
}
.card-post:hover h4,
.card-post:hover .read-more-btn{
	color: var(--primary_clr);
}
.card-post:hover .read-more-btn i{
	background: var(--primary_clr); color: var(--white_clr);
}
.blog-slider .slick-dots{
	bottom: -30px;
}
.blog-list-block .blog-page-box1 {
    flex-direction: inherit; padding: 20px;
    background: var(--white_clr);
}
.card-post.blog-page-box1 .imgbox{
	overflow: hidden; border-radius: 10px; padding-bottom: 66%;
}
.card-post.blog-page-box1 .cate-list {
    display: inline-block; margin: 0 0 10px; color: var(--secondary_clr);
    position: absolute; left: auto; right: 0; top: 0;
    background: var(--light_clr); border-color: var(--light_clr);
}
.card-post.blog-page-box1 .btnbox{
	padding: 20px 0 0;
}
.card-blog-box {
    width: 46.33%;
}
.card-blog-content {
    width: 54.33%; padding-left: 40px;
    display: flex; flex-direction: column;
    justify-content: center;
}
.blog-section-list .slick-dots {
    right: 0; left: 0; bottom: 0;
}
.cat-flt-block {
    padding: 10px; position: absolute; position: sticky; top: 0; z-index: 4;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.m-subnav-nav-list li{
  display: inline-block; position: relative;
}
.m-subnav-nav-list li a{
	display: block; padding: 0.55rem 0.9rem;
	font-size: 16px; line-height: 20px; color: var(--text_clr); font-weight: 700;
}
.m-subnav-nav-list li a:hover {
    color: var(--secondary_clr);
}
.subnav-search {
    margin-left: 20px; position: relative;
}
.cat-flt-block .cate-label {
    display: block; font-size: 22px; color: var(--text_clr); font-weight: 500; line-height: 28px;
}
.subnav-search .m-search-subnav .subnav-search-input{
	background: inherit; border: 0; border-bottom: 1px solid #ddd; border-radius: 0;
}
.subnav-search .m-search-subnav input::placeholder{
	color: var(--text_clr); opacity: 0.7;
}
.m-search-subnav .subnav-search-input {
    display: block; width: 100%; max-width: 250px; height: 32px; background: none !important; border: 0; border-bottom: 1px solid #fff;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 40px 0 0; font-size: 15px; line-height: normal;
    color: var(--text_clr); outline: none !important; box-shadow: none !important;
}
.post-search-icon {
    display: block; width: 30px; height: 30px; background: none; border: 0;
    position: absolute; right: 0; top: 0; z-index: 2; cursor: pointer;
    padding: 0; font-size: 20px; line-height: 32px; color: var(--secondary_clr);
}
.blog-section-list .blog-list .items{
 	padding: 15px;
}
.card-blog-content .textbox h4 {
    font-size: 24px; line-height: 32px;
}
.pagination-block {
    padding: 10px 0 0; position: relative;
}
.pagination-block ul.page-numbers {
    display: flex; align-items: center; justify-content: center;
}
.page-numbers li {
    margin: 0 4px; padding: 0; list-style: none;
}
.page-numbers .page-numbers.current {
    background: #333333; color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.page-numbers .page-numbers {
    display: block; min-width: 34px; height: 34px; line-height: 34px; color: #000; text-align: center; font-weight: 300; background: #d1d1d1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.page-numbers .page-numbers:hover {
    background: #333333; color: #fff !important; 
}

/*Floating Elements*/
.floating{
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.blinking{
	animation-name: blink;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes blink {
  from {opacity: 0;}
  to {opacity: 0.5;}
}
/*mouse_scroll*/
.scroll_btnbox{
    width: 40px; height: 40px; color: var(--primary_clr); margin-top: 20px;
    position: absolute; left: 100%; bottom: -20px; z-index: 4;
}
.scroll_btnbox .text {
    position: absolute; top: 10px; right: 100%; font-size: 14px; opacity: 0; visibility: hidden;
    line-height: normal; color: var(--primary_clr); white-space: nowrap; letter-spacing: 0.05em;
}
.scroll_btnbox:hover .text {
	opacity: 0.8; visibility: visible;
}
.scroll_btnbox a{
    color: var(--primary_clr);
}
.mouse_scroll {
    display: block; margin: 0 auto; width: 24px; height: 40px;
}
.m_scroll_arrows{
    display: block; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
    border-right: 2px solid var(--primary_clr); border-bottom: 2px solid var(--primary_clr);
    margin: 0 auto 6px; width: 10px; height: 10px;
}
.unu{
    margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite; -moz-animation: mouse-scroll 1s infinite; animation: mouse-scroll 1s infinite;
}
.unu{
  -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-direction: alternate; animation-direction: alternate; animation-delay: alternate;
}
.doi{
    -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-direction: alternate; animation-delay: .2s; animation-direction: alternate; margin-top: -6px;
}
.trei{
    -webkit-animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-direction: alternate; animation-delay: .3s; animation-direction: alternate; margin-top: -6px;
}
.mouse {
  height: 42px; width: 24px; border-radius: 14px; transform: none; border: 2px solid var(--primary_clr);
}
.wheel {
  height: 5px; width: 2px; display: block; margin: 5px auto; background: var(--primary_clr); position: relative; height: 4px; width: 4px; border: 2px solid var(--primary_clr); -webkit-border-radius: 8px; border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite; -moz-animation: mouse-wheel 0.6s linear infinite; animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/*counter-block*/
.counter-list {
    gap: 30px 0;
}
.count-info{
	position: relative;
}
.count-info .iconbox{
	display: flex; align-items: center; justify-content: center;
	min-width: 90px; height: 90px; background: var(--white_clr); margin-right: 20px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.count-info .iconbox img{
	max-width: 46px;
}
.count-info .textbox strong{
	display: block; font-size: 40px; line-height: 44px; font-weight: 700; color: var(--white_clr);
}
.count-info p{
	font-size: 16px; line-height: 24px; color: var(--white_clr); margin: 7px 0 0;
}
.star_shape_only.flip{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.counter-block .star_shape_only{
	bottom: -40px;
}
.award_shape_1.small{
	width: 65px; left: 66%;
}

.mission-section {
    overflow: hidden;
}
.mission-imgbox > img{
	position: relative; z-index: 2;
}
.bdr_arrow {
    position: absolute; left: -20px; right: 20px; top: 0; bottom: 0; opacity: 0.5;
    margin: auto; flex-direction: column; align-items: center; justify-content: center;
}
.target_element{
	display: block; width: 102px; height: 102px; position: absolute; right: -70px; bottom: 0; opacity: 0.5;
	background: url('../images/target_element.png') no-repeat center; background-size: 100% auto;
}

.award-list {
    justify-content: center;
}
.card-award{
	padding: 28px 20px; text-align: center; background: var(--white_clr);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
	margin: 30px auto !important;
}
.card-award .award-logo{
	width: 100%; height: 120px; margin: 0 auto 28px;
	align-items: center; justify-content: center;
}
.card-award .award-logo img{
	display: block; margin: 0 auto;
}
.card-award p{
	font-weight: 700; color: var(--secondary_clr);
}
.card-award:hover{
	box-shadow: 0 2px 5px rgba(0,0,0,0.27);
}

/*Founder Block*/
.founder-imgbox{
	min-width: 340px;
  margin-left: 60px;
  order: 3;
}
.founder-imgbox img{
	display: block; width: 100%; height: auto;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.textbox-left{
order: 2;
  flex: 1;   
  min-width: 0;
}
#moreText {
	max-height: 0; overflow: hidden; margin-top: 0; order: 3; 
  flex-basis: 100%; 
}
#moreText.show {
	max-height: 1000px; margin-top: 20px;width: 100%;
}
.textbox-main .btnbox{
	order: 4;          
  	flex-basis: 100%;
}
.square-bg.bg-img{
    opacity: 0.05;
}
.trustees-section{
	overflow: hidden;
}
.trustees-list{
	margin: 0 -30px; justify-content: center;
}
.trustees-list .items{
	padding: 0 30px;
}
.card-trustees{
	padding: 0 20px 20px; text-align: center; flex-direction: column; position: relative; overflow: hidden;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-trustees:before{
	display: block; content: ""; background: var(--white_clr);
	position: absolute; left: 0; right: 0; top: 20px; bottom: 0;
}
.card-trustees .imgbox{
	margin: 0 -20px 25px; position: relative;
	overflow: hidden; max-height: 340px;
}
.card-trustees .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-trustees:hover .imgbox img{
	transform: scale(1.05);
}
.card-trustees .textbox{
	padding: 0 0 20px; position: relative;
}
.card-trustees h4{
	color: var(--secondary_clr); margin-bottom: 10px;
}
.card-trustees .btnbox{
	padding: 20px 0 0; margin: 0 10px; position: relative;
	border-top: 1px solid #ebebeb;
}
.card-trustees .read-more-btn{
	color: var(--primary_clr);
}
.card-trustees .read-more-btn i{
	background: var(--primary_clr); color: var(--white_clr);
}
.card-trustees .read-more-btn:hover{
	color: var(--secondary_clr);
}
.card-trustees .read-more-btn:hover i{
	background: var(--secondary_clr); color: var(--white_clr);
}
.star_shape_only.left-bottom {
    top: auto; bottom: -40px; left: 40px;
}
.star_shape_only.right-top {
    left: auto; right: 70px; bottom: 100%;
}
.line_circle_shape.left-center {
    left: 20px; top: 30%;
}
.line_circle_shape.right-bottom {
    left: auto; top: auto; right: 12%; bottom: 0;
}
.small_circle{
	display: block; width: 55px; height: 55px; position: absolute; right: 9%; bottom: 35%;
	background: url('../images/small_circle.png') no-repeat center; background-size: 100% auto;
}
.trustees-imgbox{
	min-width: 410px; max-width: 410px; background: var(--black_clr);
	overflow: hidden; border-radius: 10px 0 0 10px;
}
.trustees-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
	border-radius: 10px 0 0 10px;
}
.trustees-textbox{
	padding: 40px;
}
.trustees-textbox h2{
	color: var(--primary_clr);
}
/*.trustees-textbox p{
    font-size: 16px; line-height: 28px;
}*/
.modal-style .modal-dialog{
	max-width: 980px; margin-left: auto; margin-right: auto;
}
.modal-style .modal-content{
	border: 0; background: var(--white_clr); overflow: hidden;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.modal-style .modal-body{
	padding: 0;
}
.modal-style .close-btn{
    display: flex; position: absolute; right: 10px; top: 10px; border: 0; opacity: 0.5; min-width: 24px; height: 24px;
    background: url('../images/close.png') no-repeat center; background-size: 100% auto;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.modal-style .close-btn:hover{
	opacity: 1; transform: rotate(90deg);
}
.gallery-block .line_circle_shape{
	top: -20px; opacity: 0.2;
}
.sortbt-block .label{
	display: inline-block; font-size: 18px; line-height: 24px;
	color: var(--text_clr); font-weight: 400; margin-right: 10px;
}
.sortbt-block .selectbox{
	border: 1px solid #a3a3a3;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.sortbt-block .selectbox select{
	min-width: 172px; height: 44px; padding: 4px 18px;
	font-size: 16px; line-height: normal; color: var(--text_clr);
}
.sortbt-block .selectbox:after{
	height: 44px;
}

/* Primary Css */
.primary-std-card {
    padding: 35px 0 35px 45px; position: relative; border: 1px solid #d1dfec; border-radius: 10px;overflow: hidden;
}
.primary-std-card .primary-std-imgbox {
    min-width: 440px; max-width: 440px; display: flex; flex-direction: column; justify-content: end; align-items: center; position: relative;
}
.primary-std-card .primary-std-imgbox img {
    display: block; height: auto; margin-bottom: -60px; margin-right: -10px;
}
.primary-only .primary-std-card .primary-std-imgbox img{
    max-width: 600px; margin-top: -30px;
}
.primary-std-card .textbox h2 {
    text-transform: uppercase; color: var(--primary_clr);
}
.primary-std-card ul li {
	padding: 0 0 0 25px; margin: 0 0 15px;
}
.primary-std-card ul li:before {
	width: 5px; height: 5px; background: var(--primary_clr); outline: 1px solid var(--primary_clr); outline-offset: 3px;left: 4px; top: 11px;
}
.primary-std-card ul li strong {
    color: var(--black_clr);
}
.primary-std-card .acad_circle {
    background-image: url('../images/circle-shape.png'); display: block; left: auto; right: -40px; bottom: -120px; z-index: -1;
}

/* Value Section */
.education-beyond-section {
    overflow: hidden;
}
.value-flex {
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.value-flex .items {
	position: static;
}
.value-flex .items .value-card + .value-card {
	margin-top: 50px;
}
.value-section .block-title strong {
	-webkit-text-stroke-width: 0;
}
.value-flex .default-text {
    -webkit-box-shadow: 0px 3px 40px rgb(0 0 0 / 16%);
	box-shadow: 0px 3px 40px rgb(0 0 0 / 16%); margin: auto;
	padding: 7px; border-radius: 80px; max-width: 360px; min-width: 360px; width: 100%; background: var(--white_clr);
	-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.value-flex .default-text .default-text-inn {
    padding: 0 40px; border-radius: 80px; position: relative; cursor: pointer;
    -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.value-flex .default-text .default-text-inn:hover,
.value-flex .value-card.active .default-text-inn {
    background: var(--primary_clr); color: var(--white_clr);
}
.value-flex .default-text-inn .title {
    margin: 0 auto; display: inline-block; width: 100%; 
    padding: 14px 20px; font-size: 18px; line-height: 24px;
}
.value-flex .right-side .default-text-inn .title{
	text-align: right;
}
.value-flex .default-text .default-text-inn .icon {
    min-width: 34px; max-width: 34px; height: 34px;
    display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    font-size: 18px; font-weight: 600;color: #243666;
    position: absolute; top: 0; left: 0; bottom: 0; margin: auto 0 auto 10px;
}
.value-flex .default-text .default-text-inn .icon img {
	display: block;object-fit: contain;
}
.value-flex .right-side .default-text .default-text-inn .icon {
	left: auto;right: 0;margin: auto 12px auto 0;
}
.value-flex .default-text-inn .arrow {
    position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; width: 25px; height: 25px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.value-flex .default-text-inn:hover .arrow, .value-flex .value-card.active .default-text-inn .arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.value-flex .right-side .default-text-inn:hover .arrow, .value-flex .right-side .value-card.active .default-text-inn .arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.value-flex .default-text .default-text-inn:hover .icon img,
.value-flex .value-card.active .default-text-inn .icon img,
.value-flex .default-text .default-text-inn:hover .arrow img,
.value-flex .value-card.active .default-text-inn .arrow img {
    filter: brightness(0) invert(1);
}
.value-flex .right-side .default-text-inn .arrow {
    left: 15px;right: auto;
}
.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: -65px;
}
.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: -65px; margin-left: auto;
}
.value-flex .value-card .hover-text {
    opacity: 0; padding: 40px 30px; text-align: center;
    -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; min-width: 300px; max-width: 300px; height: 300px; background: var(--primary_clr); border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; 
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 15%); box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    outline: 1px solid rgb(36 54 102 / 20%);
    outline-offset: 25px;
}
.value-flex .value-card .hover-text h4, .value-flex .value-card .hover-text p {
    color: var(--white_clr);
}
.value-flex .value-card .hover-text p {
    font-size: 16px; line-height: 24px;
}
.value-flex .value-card.active .hover-text {
	opacity: 1;z-index: 1;
}
.value-flex .default-text .default-text-inn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.value-flex .default-text-inn .line1 {
    left: 100%; margin-left: 40px; border: var(--primary_clr) solid 1px; opacity: 0; width: 40px; z-index: 333; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.value-flex .left-side .default-text .default-text-inn:hover .line1, .value-flex .left-side .value-card.active .default-text-inn .line1 {
    opacity: 1; margin-left: 20px;
}
.value-flex .right-side .default-text .default-text-inn .line1 {
    right: 100%; margin-right: 40px;left: auto;margin-left: auto;
}
.value-flex .right-side .default-text .default-text-inn:hover .line1, .value-flex .right-side .value-card.active .default-text-inn .line1 {
    opacity: 1; margin-right: 20px;
}
.animated-circle {
    min-width: 300px; max-width: 300px; height: 300px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border: 1px solid rgb(36 54 102 / 20%);
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-animation: 20s linear infinite animated-circle; animation: 20s linear infinite animated-circle;
}
.animated-circle .sm-circle {
    min-width: 10px; max-width: 10px; height: 10px; position: absolute; top: 17px; left: 265px; background: var(--primary_clr); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; outline: 1px solid #d1dfec; outline-offset: 3px;
}
.animated-circle .sm-circle.c_two {
    top: auto; bottom: 185px; left: -26px;
}
.animated-circle .sm-circle.c_three {
    top: auto; bottom: -23px; left: auto; right: 90px;
}
@keyframes animated-circle {
0% { transform: rotate(0deg); }
25% { transform: rotate(90deg); }
50% { transform: rotate(180deg); }
75% { transform: rotate(270deg); }
100% { transform: rotate(360deg); }
}

/*Whychoose Section*/
.card-whychoose{
	padding: 10px 0;
	position: relative; text-align: center;
}
.card-whychoose .imgbox{
	display: block; width: 100%; height: 325px; overflow: hidden; position: relative;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-whychoose .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.card-whychoose .imgbox:before{
	display: block; content: ""; height: 60%; opacity: 0.5;
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.card-whychoose .tl{
	padding: 20px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
}
.card-whychoose:hover .tl{
	opacity: 0;
	-webkit-transform:scale(0.7);-moz-transform:scale(0.7);transform:scale(0.7);
}
.card-whychoose h4{
	font-size: 20px; line-height: 28px; color: var(--secondary_clr);
}
.card-whychoose p{
	color: var(--secondary_clr);
}
.whychoose-overlay{
	padding: 20px 15px; background: var(--white_clr); flex-direction: column; align-items: center; justify-content: center;
	position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; z-index: 3;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
	-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;
	opacity: 0; visibility: hidden; transform-origin: center;
	-webkit-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);
}
.card-whychoose:hover .whychoose-overlay{
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
	opacity: 1; visibility: visible;
	-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0);
}

/*Process Section*/
.process-list .items{
	width: 20%;
}
.card-drop{
	position: relative; text-align: center;
}
.drop-icon{
	display: flex; align-items: center; justify-content: center;
	min-width: 174px; max-width: 174px; height: 174px; background: var(--white_clr); border: 1px solid var(--light_clr);
	border-radius: 0 50% 50% 50%; margin: 0 auto 34px; position: relative;
}
.drop-icon:after{
	display: block; content: ""; width: 32px; height: 32px;
	background: url('../images/star_small.png') no-repeat center; background-size: 100% auto;
	position: absolute; right: -20px; bottom: 7px;
}
.drop-icon img{
	max-width: 90px;
}
.card-drop h4{
	font-size: 24px; line-height: 32px; color: var(--secondary_clr);
	font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
}

/*Age Criteria Section*/
.age-criteria-space{
  padding: 30px 40px 40px; max-width: 700px; margin: 0 auto;
  background: var(--white_clr); border-radius: 15px;
}
.age-criteria-header {
  padding: 0 0 15px; display: flex; justify-content: space-between; text-transform: uppercase;
  font-size: 20px; line-height: 28px; color: var(--secondary_clr); font-weight: 700;
}
.class-badge-hd{
	padding-left: 30px;
}
.age-criteria-row .col,
.age-criteria-header .col {
  padding: 0;
}
.age-criteria-row{
  display: flex; justify-content: space-between; align-items: center;
  font-size: 18px; line-height: 28px; color: var(--black_clr); font-weight: 400;
  background: #ffd3d3; overflow: hidden; border-radius: 10px; margin-bottom: 10px;
}
.criteria {
    min-width: calc(100% - 170px);
    text-align: center;
}
.age-criteria-row:nth-child(odd){
	background: #acdffa;
}
.class-badge{
	padding: 15px 30px; display: flex; align-items: center; width: 100%; max-width: 170px;
	font-weight: 700; color: var(--white_clr); background: var(--primary_clr);
}
.age-criteria-row:nth-child(odd) .class-badge{
	background: var(--secondary_clr);
}
.bottom-email-info .btn{
	font-size: 20px; font-weight: 400;
	color: var(--secondary_clr);
}
.bottom-email-info .btn:hover,
.bottom-email-info .btn:focus{
	background: var(--primary_clr); color: var(--white_clr);
}

/*Documents Section*/
.documents-section {
    overflow: hidden;
}
.shape-radius img{
	display: block; width: 100%; height: auto; position: relative; z-index: 1;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.shape-radius .shape{
	display: block; width: 100%; height: 100%; position: absolute; left: -30px; bottom: -20px;
	background: var(--light_clr); transform: rotate(-3deg);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.documents-inner .content-box{
	padding-left: 30px;
}
.content-box ul li strong{
	font-weight: 500; color: var(--black_clr);
}

/*Hours Section*/
.hours-block{
	width: 100%; max-width: 880px;
}
.hours-grid{
	display: grid; gap: 20px; justify-items: center;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.hour-box {
	position: relative; width: 100%;
}
.hour-box:before{
	display: block; content: ""; width: 100%; height: 100%;
	background: #acdffa; position: absolute; left: 0; top: 0;
	clip-path: polygon(0% 0%, 100% 1%, 100% 78%, 87% 100%, 0% 100%);
}
.hour-box:nth-child(even):before{
	background: #ffd3d3;
}
.hour-box:after{
	display: block; content: ""; width: 36px; height: 27px;
	position: absolute; right: 0; bottom: 0; opacity: 0.4;
	background: url('../images/grd_cut.png') no-repeat center;
}
.hour-box-inn{
	z-index: 2; padding: 25px;
}
.hour-box h3 {
	font-size: 20px; line-height: 28px; color: var(--black_clr); font-weight: 700; margin: 0;
}
.hour-box p {
	font-size: 20px; line-height: 28px; color: var(--black_clr); font-weight: 400; margin: 20px 0 0;
}

/*Schedule Section*/
.schedule-list {
    gap: 20px 0;
}
.card-schedule{
	flex-direction: column;
	background: var(--white_clr); border: 3px solid var(--secondary_clr);
	position: relative; border-radius: 20px; height: 100%;
}
.card-schedule .hd{
	padding: 20px 30px; background: var(--secondary_clr); margin-top: -3px;
	font-size: 18px; line-height: 28px; color: var(--white_clr); font-weight: 400;
	border-radius: 15px 15px 0 0;
}
.date-hd {
    padding: 6px 15px; display: inline-flex; border: 1px solid var(--secondary_clr);
    align-items: center; justify-content: center;
    font-size: 16px; line-height: 20px; color: var(--secondary_clr);
    border-radius: 20px; min-width: 170px; text-align: center;
}
.card-schedule .card-body{
	padding: 30px;
}
.sdl-date{
    padding: 0 30px 20px; position: relative; top: -10px;
}
.card-schedule h3,
.card-schedule h4{
	color: var(--secondary_clr);
}
.schedule-list .items:nth-child(even) .card-schedule{
	border-color: var(--primary_clr);
}
.schedule-list .items:nth-child(even) .card-schedule .hd{
	background: var(--primary_clr);
}

/*Guidelines Section*/
.guide-section{
	overflow: hidden;
}
.star_shape.left{
    left: -80px; right: auto;
}
.card-guide{
	position: relative; overflow: hidden; flex-direction: column; text-align: center;
	width: 260px; height: 260px; margin: 0 auto;
	background: var(--light_clr); border: 1px solid var(--secondary_clr);
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.flip-front{
	padding: 40px 40px; flex-direction: column; width: 100%; height: 100%;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.card-guide .iconbox{
	min-width: 100px; max-width: 100px; height: 100px; margin: 0 auto 10px;
}
.card-guide .iconbox img{
	object-fit: contain;
}
.card-guide h4{
	font-size: 20px; line-height: 28px; font-weight: 400; color: var(--secondary_clr);
}
.card-guide p{
	font-size: 15px; line-height: 22px;
}
.overlay-guide{
	padding: 30px;
	background: var(--white_clr); flex-direction: column; align-items: center; justify-content: center;
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.overlay-guide h4{
	max-width: 80%;
	margin-left: auto; margin-right: auto;
}
.flip-inner{
  position: relative; width: 100%; height: 100%;
  transition: transform 0.6s; transform-style: preserve-3d;
}
.card-guide:hover{
	border-color: transparent;
}
.card-guide:hover .flip-inner {
  transform: rotateY(180deg);
}
.flip-front, .flip-back {
  position: absolute;
  width: 100%; height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-back {
  transform: rotateY(180deg);
}
.guide-slider .slick-list{
    overflow: visible;
}
/*.guide-slider .slick-list:before{
	display: block; content: ""; background: var(--light_clr); z-index: 1;
	position: absolute; right: 100%; top: -30px; bottom: -20px; width: 1000vw;
}*/
.guide-slider > .items{
	display: none;
}
.guide-slider > .items:nth-child(1),
.guide-slider > .items:nth-child(2),
.guide-slider > .items:nth-child(3),
.guide-slider > .items:nth-child(4){
	display: block;
}
.guide-list .items{
	position: relative;
}
/*
.guide-list .items:before{
	display: block; content: ""; height: 3px; width: 30%;
	border-top: 3px dashed var(--secondary_clr);
	position: absolute; left: 85%; top: 50%;
}
.guide-list .items:last-child:before{
	display: none;
}
*/
/*Achievements Section*/
.achiev-block{
	padding: 20px; position: relative; background: var(--white_clr); border-radius: 0 20px 20px 20px;
}
.achiev-block .card-achiev .ach-std-name{
	color: var(--black_clr);
}
.achiev-block .card-achiev p{
	color: var(--text_clr);
}
.ach-tab-list.nav-tabs{
	position: relative; z-index: 2;
	margin: 0; padding: 0; border: 0;
}
.ach-tab-list.nav-tabs li{
	margin: 0; padding: 0;
}
.ach-tab-list li a{
	padding: 16px 20px; display: flex; align-items: center; justify-content: center; text-align: center;
	font-size: 24px; line-height: 28px; color: var(--secondary_clr); font-weight: 700; min-width: 154px;
	background: var(--light_clr); gap: 0 10px; border: 0 !important;
}
.ach-tab-list li a i{
	font-size: 20px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.ach-tab-list li a[aria-selected="true"]{
	background: var(--white_clr);
}
.ach-tab-list li:first-child a{
	border-radius: 20px 0 0 0;
}
.ach-tab-list li:last-child a{
	border-radius: 0 20px 0 0;
}
.ach-tab-list li a.active i{
	transform: rotate(-180deg);
}
.achiev-tab-section .star_shape_only{
	left: 370px;
}
.achiev-tab-section .award_shape_2{
    width: 110px; height: 150px;
}
.achiev-block .award_shape_1{
	background: url('../images/award_1_clr.png') no-repeat center top;
	background-size: 100% auto; width: 66px; height: 84px;
}
#achievTab .arrow-bottom-center .slick-arrow{
	bottom: -84px;
}
#achievTab .tab-content > .tab-pane{
    display: block; overflow: hidden; height: 0; visibility: hidden;
}
#achievTab .tab-content > .tab-pane.active{
    display: block; overflow: visible; height: auto; visibility: visible;
}

/*Competition Section*/
.competition-section {
    overflow: hidden;
}
.card-compet{
	padding: 20px; position: relative; overflow: hidden; background: var(--white_clr);
	box-shadow: 0 2px 20px rgba(0,0,0,0.2); height: 100%;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-compet .imgbox{
	width: 100%; height: 234px; overflow: hidden;
	border-radius: 20px 20px 0 0; background: var(--light_clr);
}
.card-compet .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
}
.card-compet .iconbox{
	min-width: 100px; max-width: 100px; height: 100px; margin: 20px 10px 20px;
}
.card-compet .iconbox img{
	object-fit: contain;
}
.card-compet .textbox{
	padding: 30px 10px 10px;
}
.three_line_text{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 84px;
}
.card-compet h4{
	font-size: 22px; line-height: 28px; color: var(--secondary_clr);
	text-transform: uppercase; font-weight: 500; margin: 0 0 15px;
}
.overlay-compet-textbox{
	padding: 30px; background: var(--white_clr); overflow: auto;
	position: absolute; left: 0; right: 0; top: 234px; height: 100%;
}
.card-compet:hover .overlay-compet-textbox{
	top: 0;
}
.card-compet:hover .overlay-compet-textbox .three_line_text{
	-webkit-line-clamp: inherit; height: auto;
}
.compet-list .items{
	padding-top: 30px; padding-bottom: 30px;
}
.compet-slider.arrow-bottom-center .slick-arrow{
    bottom: -20px;
}
.compet-slider > .items{
	display: none;
}
.compet-slider > .items:nth-child(1),
.compet-slider > .items:nth-child(2),
.compet-slider > .items:nth-child(3){
	display: block;
}
.compet-slider .slick-list{
	overflow: visible;
}
.compet-slider .slick-list:before{
	display: block; content: ""; background: var(--white_clr); z-index: 1;
	position: absolute; right: 100%; top: 0; bottom: 0; width: 1000vw;
}
.guide-list .card-compet h4{
	font-size: 20px;
}

/*contact-section*/
.contact-section,
.branches-section{
	overflow: hidden;
}
.form-inner {
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    gap: 10px 0; margin: 0 -10px;
}
.input-field {
    padding: 0 10px; margin: 0 0 20px; position: relative;
    -ms-flex-preferred-size: 50%; flex-basis: 50%; min-width: 50%; max-width: 50%;
}
.input-field.full-width {
    -ms-flex-preferred-size: 100%; flex-basis: 100%; min-width: 100%; max-width: 100%;
}
.input-field .label{
	display: inline-block; font-size: 18px; line-height: 1.2; color: var(--black_clr);
	font-weight: 400; margin-bottom: 10px;
}
.input-field input,
.input-field textarea,
.input-field .selectbox{
    -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;
    background: var(--white_clr); border-color: var(--white_clr); height: 54px;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.input-field input:focus,
.input-field textarea:focus{
	background: var(--white_clr);
    border-color: var(--secondary_clr);
}
.input-field input:-webkit-input-placeholder,
.input-field textarea:-webkit-input-placeholder{
    color: var(--text_clr); opacity: 0.6;
}
.input-field input:-moz-placeholder,
.input-field textarea:-moz-placeholder{
    color: var(--text_clr); opacity: 0.6;
}
.input-field input:-ms-input-placeholder,
.input-field textarea:-ms-input-placeholder{
    color: var(--text_clr); opacity: 0.6;
}
.input-field input::-ms-input-placeholder,
.input-field textarea::-ms-input-placeholder{
    color: var(--text_clr); opacity: 0.6;
}
.input-field input::placeholder,
.input-field textarea::placeholder{
    color: var(--text_clr); opacity: 0.6;
}
.wpcf7-spinner {
    position: absolute; top: 12px; left: 70%;
}
.aiowps-captcha {
    margin-bottom: 5px;
}
.aiowps-captcha label {
    font-size: 14px; font-weight: 400;
    color: var(--black_clr);
}
.mw_180{
	min-width: 180px;
}
.card-address{
	padding: 100px 60px 60px; position: relative; display: flex; flex-direction: column;
	background: var(--primary_clr); border: 3px solid var(--primary_clr); height: 100%;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-address .bg-img{
	opacity: 0.05;
}
.card-address + .card-address{
	margin-top: 40px;
}
.card-address p {
    color: var(--white_clr); font-size: 22px; line-height: 1.4; position: relative;
}
.add-label {
    display: inline-block; font-size: 24px; line-height: 1.4; color: var(--white_clr);
    font-weight: 600; margin-bottom: 20px; position: relative;
}
.add-link a{
	color: var(--white_clr); word-break: break-all;
}
.add-link{
	position: relative; padding-left: 60px;
}
.add-link i{
    min-width: 40px; height: 40px; border: 1px solid var(--white_clr);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: var(--white_clr); border-radius: 5px;
    position: absolute; left: 0; top: -5px;
}
.add-iconbox{
    width: 160px; height: 160px; border-radius: 50% 50% 0 50%;
    background: var(--white_clr); border: 14px solid var(--primary_clr);
    position: absolute; top: -80px; left: 60px;
}
.add-iconbox img{
	max-width: 74px;
}
.right-block .card-address,
.right-block .add-iconbox{
	border-color: var(--secondary_clr);
}
.right-block .card-address{
	background: var(--secondary_clr);
}

/*Contact New Design*/
.addres-block .block-title h4{
	color: var(--primary_clr);
}
.contact-block {
    gap: 30px 0;
}
.contact-add-list{
	flex-direction: column; /*gap: 20px 0;*/
}
.contact-add-list .iconbox {
    min-width: 60px; max-width: 60px; height: 60px; margin-right: 15px;
    background: var(--white_clr); align-items: center; justify-content: center;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.contact-add-list .iconbox img{
	object-fit: contain; max-width: 35px;
}
.contact-add-list p,
.contact-add-list p a{
	color: var(--white_clr);
}
.contact-add-list .phone p,
.contact-add-list .email p{
    font-size: 20px;
    line-height: 32px;
}
.contact-add-list p a:hover{
	color: var(--white_clr);
}
.addres-box-block {
    padding: 60px 40px; background: var(--secondary_clr); overflow: hidden;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.addres-box-block .bg-img {
    opacity: 0.05;
}
.addres-box-block .star_shape_only {
    left: 10px; top: 10px;
}
.add-tl {
    margin-bottom: 10px;
}
.text-center .add-tl{
    justify-content: center; margin-bottom: 20px;
}
.add-tl h4 {
    color: var(--white_clr); font-size: 20px; font-weight: 400;
}
.addres-box-block + .addres-box-block{
	margin-top: 20px;
}
.only-contact-text .addres-box-block {
    padding: 30px 40px; /*background: #acdffa;*/
}
.form-contact-block{
	padding: 50px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.form-tab-list{
	margin: 0; padding: 0; gap: 15px; flex-wrap: wrap; justify-content: center;
}
.form-tab-list li{
	margin: 0; padding: 0; list-style: none;
	font-size: 18px; line-height: 24px; font-weight: 500;
}
.form-tab-list .tab-in-link{
	padding: 11px 15px;
	background: var(--white_clr); color: var(--black_clr);
}
.mapbox iframe{
	display: block; width: 100%; height: 300px;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.career-card {
    padding: 0; background: #f5f5f5; border: 2px solid var(--secondary_clr);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.career-card + .career-card{
	margin-top: 20px;
}
.career-card .acc_trigger{
	color: var(--secondary_clr);
}
.career-card .acc_trigger:after{
	content: "\f067";
}
.career-card .acc_trigger[aria-expanded="true"]:after {
    content: "\f068";
}
.career-card .content-box{
	padding: 0 40px 40px; position: relative;
}

/*Custom File Style*/
.custom-file-upload {
	padding: 20px; display: block; position: relative; border: 2px dashed #ccc;
	border-radius: 8px; text-align: center; background-color: #f9f9f9;
	transition: border-color 0.3s, background-color 0.3s;
}
.custom-file-upload:hover {
  border-color: var(--secondary_clr);
  background-color: #f0f8ff;
}
.your-cv-box {
  display: block; cursor: pointer;
  color: var(--secondary_clr);
  font-weight: 500; font-size: 18px;
}
.your-cv-box small {
    display: block; font-size: 14px; color: #8d8d8d;
}
.upload-text {
  display: inline-block; margin-bottom: 10px;
}
.cv-upload {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer;
}
#file-name {
    padding: 8px 20px; display: inline-block;
    font-size: 14px; color: #333; margin-top: 10px;
    border: 1px solid; border-radius: 10px;
}
.custom-file-upload.dragover {
  border-color: var(--secondary_clr);
  background-color: #e8f4ff;
}
.line_circle_shape.center{
	top: 30%;
}
.content-branch{
	padding-right: 40px;
	flex-direction: column; justify-content: center;
}
.card-branch {
    padding: 0 30px 30px; position: relative; flex-direction: column;
    background: var(--white_clr); border-radius: 30px; overflow: hidden;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.2); height: 100%;
}
.card-branch .imgbox {
    background: #000; height: 180px; margin: 0 -30px 50px;
}
.card-branch .imgbox img {
    display: block; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
}
.card-branch h4{
	color: var(--secondary_clr);
}
.pin_iconbox{
	display: inline-flex; min-width: 36px; height: 36px;
	background: url('../images/pin.png') no-repeat center; background-size: contain;
}
.add-map-icon {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 80px; max-width: 80px; height: 80px;
    background: var(--primary_clr); border: 3px solid var(--white_clr);
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    position: absolute; left: 0; right: 0; bottom: 100%;
    z-index: 2; margin: 0 auto 10px;
}
.card-branch .read-more-btn{
	color: var(--primary_clr);
}
.card-branch .read-more-btn i{
	background: var(--primary_clr); color: var(--white_clr);
}
.card-branch .read-more-btn:hover{
	color: var(--secondary_clr);
}
.card-branch .read-more-btn:hover i{
	background: var(--secondary_clr); color: var(--white_clr);
}
.bdr_shape.bottom {
    top: auto; bottom: 0; left: auto; right: 100%;
}
.branches-section .bdr_shape.before-block-tl {
    left: auto; right: -20px; top: -50px; width: 98px; height: 100px;
}

/*Learning Journeys Section*/
.lj-section .before-block-tl.bdr_shape {
    top: -40px; left: 80%;
}

/*sports-section*/
.sports-section{
	margin-top: 50px; margin-bottom: 100px;
}
.section-folder-decor{
    position: absolute; left: 0; top: -100px;
    overflow: hidden; width: 50%;
}
.section-folder-decor.right{
	left: auto; right: 0; transform: rotateY(180deg);
}
.section-folder-decor svg{
	display: block; margin-left: -300px; margin-right: -150px;
}
.section-folder-decor.left.bottom{
	top: auto; bottom: -100px;
	transform: rotateX(180deg);
}
.section-folder-decor.right.bottom{
	top: auto; bottom: -100px;
	transform: rotateX(180deg) rotateY(180deg);
}
.sport-card-main{
	padding-top: 100px; margin-bottom: -100px;
	position: sticky; top: 20px; z-index: 2;
}
.sport-card-main:last-child{
	margin-bottom: 0;
}
.folder-box{
	padding: 60px 40px 160px; background: var(--white_clr);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.sport-card-inn{
    margin: 0 auto; min-height: 300px;
    width: 100%; max-width: 1100px;
}
.folder-decor{
    z-index: -1; width: 100%;
    position: absolute; left: 0; right: 0; top: -100px;
}
.spt-content-box{
	margin-top: -60px;
}
.spt-content-box h4{
	font-size: 28px; line-height: 34px; color: var(--secondary_clr);
	text-transform: uppercase;
}
.sport-card-main:nth-child(odd) .spt-content-box h4{
	color: var(--primary_clr);
}
.sub-items{
	position: relative;
}
.sub-items img{
	display: block; width: 100%; height: 100%; object-fit: cover;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.cup_icon{
	display: block; position: absolute; left: 40px; bottom: 100%; width: 76px; height: 72px;
	background: url('../images/cup.png') no-repeat center; background-size: 100% auto; opacity: 0.3;
}
.ball_icon{
	position: absolute; right: -40px; bottom: 98%;
	max-width: 270px; opacity: 0.2;
}
.racket_icon{
	position: absolute; right: 98%; top: 25%;
	min-width: 92px; max-width: 92px; opacity: 0.2;
}
.sport-imgs-slider .slick-arrow.slick-prev{
    left: -17px;
}
.sport-imgs-slider .slick-arrow.slick-next{
    right: -17px;
}
.sport-imgs-slider .slick-arrow.slick-disabled{
	background: var(--light_clr);
}
.sport-card-main:nth-child(even) .folder-box{
	background: #f0f0f0;
}

/*Arts Programmes Section*/
.art-pro-section{
	overflow: hidden;
}
.art-tab-list{
	margin: 0; padding: 0; gap: 20px; flex-wrap: wrap;
	justify-content: center; text-align: center;
}
.art-tab-list li{
	margin: 0; padding: 0; list-style: none;
	font-size: 18px; line-height: 24px; font-weight: 700;
}
.art-tab-list li a,
.tab-in-link{
	padding: 11px 10px; display: inline-flex; min-width: 134px;
	background: #f2e5e5; border: 1px solid transparent; color: var(--primary_clr);
	border-radius: 40px; justify-content: center; cursor: pointer;
}
.art-tab-list li a:hover,
.tab-in-link:hover{
	color: var(--primary_clr); border-color: var(--primary_clr);
}
.art-tab-list li a[aria-expanded="true"],
.tab-link.active .tab-in-link{
	background: var(--primary_clr); color: var(--white_clr);
	pointer-events: none;
}
.art-block{
	width: 100%;
}
.art-imgs-slider {
    margin: 0; padding: 0 35px;
}
.art-imgs-slider .sub-items img{
	display: block; width: 100%;
}
.img-overlay-text{
	padding: 20px;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	text-align: center; opacity: 0; position: absolute; left: 0; right: 0; bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 120%);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.img-overlay-text .inn{
	max-width: 440px;
}
.img-overlay-text *{
	color: var(--white_clr);
}
.sub-items:hover .img-overlay-text{
	opacity: 1;
}
/*.art-imgs-slider .slick-slide{
	opacity: 0.5; pointer-events: none;
}
.art-imgs-slider .slick-slide.slick-active{
	opacity: 1; pointer-events: inherit;
}*/
.music_shape{
	position: absolute; left: -50px; top: 15%;
	max-width: 154px; opacity: 0.3;
}
.drawing_shape{
	position: absolute; right: 120px; top: 15%;
	max-width: 80px; opacity: 0.3;
}
#artTab .collapse:not(.show){
    display: block; overflow: hidden; height: 0; visibility: hidden;
}
#artTab .collapse{
    display: block; overflow: visible; height: auto; visibility: visible;
}

/*Blog Page*/
.post-section{
	overflow: hidden;
}
.search-block input{
	display: block; width: 330px; height: 44px; border: 1px solid #a3a3a3; padding-right: 40px;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.search-btn{
	padding: 0; display: flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; background: none; border: 0; font-size: 20px;
	position: absolute; right: 0; top: 0;
}
.blog-new-list{
	gap: 40px 0;
}
.blog-card {
    padding: 15px; height: 100%; background: var(--white_clr); border: 1px solid #e5e5e5;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.post-imgbox {
    display: block; background: var(--light_clr); width: 100%; height: 14vw; position: relative; overflow: hidden;
    -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}
.post-imgbox img {
    display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;
}
.post-textbox {
    padding: 20px 0; position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.blog-card h4 {
    font-size: 20px; line-height: 28px; font-weight: 500;
}
.blog-card h4 a{
	color: var(--secondary_clr);
}
.blog-card:hover h4 a{
	color: var(--primary_clr);
}
.blog-card p {
    font-size: 16px; color: var(--text_clr); margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-card .read-more-btn{
	color: var(--secondary_clr);
}
.blog-card .read-more-btn i{
	background: var(--secondary_clr); color: var(--white_clr);
}
.blog-card:hover .read-more-btn{
	color: var(--primary_clr);
}
.blog-card:hover .read-more-btn i{
	background: var(--primary_clr); color: var(--white_clr);
}
.blog-card .btnbox{
	padding: 20px 0 10px; border-top: 1px solid #e5e5e5;
}
.blog-card:hover{
	box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}

/*Post Detail*/
.detail-main-page{
	overflow: hidden;
}
.post-banner-section{
	overflow: hidden;
}
.post-caption .h2{
	font-size: 44px; color: var(--secondary_clr);
}
.post-banner-imgbox img{
	display: block; width: 100%; height: auto; max-height: 540px;
	object-fit: cover; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.post-info{
	border-bottom: 1px solid var(--secondary_clr);
}
.post-view{
	font-size: 24px; line-height: normal; color: var(--secondary_clr); width: 40px; height: 40px; position: relative;
	background: var(--light_clr); border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.view_number{
	padding: 5px 10px; background: var(--white_clr); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); font-size: 12px; line-height: 16px; color: #000; font-weight: 500;border-radius: 4px;
	position: absolute; left: 50%; top: -28px; margin: auto;
	-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);
}
.view_number:after{
    display: block; content: ""; position: absolute; left: 0; right: 0; top: 100%; width: 0; height: 0;
    border-style: solid; border-width: 0 10px 6px 0; border-color: transparent #fff transparent transparent; margin: auto;
}
.detail-sticky-block {
    align-items: flex-start;
}
.box-cover{
	padding: 20px; background: var(--light_clr);
	min-width: 25%; max-width: 25%; margin-right: 60px;
	position: sticky; left: 0; top: 90px; z-index: 4;
}
.content-toggle {
    padding: 10px 0;
}
.content-toggle h4{
	font-weight: 400; color: var(--secondary_clr); text-transform: uppercase;
}
.sidebar-topics-ul ul{
	margin: 0 0 20px; padding: 0;
}
.sidebar-topics-ul ul > li{
	margin: 0 0 15px; padding: 0 0 0 30px; list-style: none; position: relative;
	font-size: 18px; line-height: 24px; color: var(--secondary_clr); font-weight: 500;
}
.sidebar-topics-ul ul > li:before{
	display: block; content: ""; width: 16px; height: 16px; background: var(--secondary_clr); border: 1px solid var(--secondary_clr);
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 4px; z-index: 1;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.sidebar-topics-ul ul > li:after{
	display: block; content: ""; width: 2px; background: var(--secondary_clr); position: absolute; left: 7px; top: 4px;
	height: calc(100% + 15px); -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.sidebar-topics-ul ul > li:last-child:after{
	display: none;
}
.sidebar-topics-ul ul > li.active:before{
	border: 0; background:-webkit-linear-gradient(45deg, #800000, #c30000 80%);
}
.sidebar-topics-ul ul > li.active:after{
	background:-webkit-linear-gradient(45deg, #800000, #c30000 80%);
}
.sidebar-topics-ul ul li a{
	display: inline-block; padding: 0;
	color: var(--secondary_clr);
}
.sidebar-topics-ul ul ul {
    margin: 10px 0 0;
}
.sidebar-topics-ul ul ul li{
	font-size: 15px; line-height: 1.4; margin: 0 0 7px; padding: 0;
}
.sidebar-topics-ul ul ul li:before,
.sidebar-topics-ul ul ul li:after{
	display: none;
}
/*.box-cover + .detail-main{
    max-width: 68%;
}*/
.highlighted{
	padding: 30px; border: 1px solid var(--light_clr); margin-bottom: 40px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.wp-block-image {
    margin-bottom: 30px;
}
.detail-main > img,
.detail-main p > img,
.wp-block-image img{
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.detail-main h2, .detail-main h3,
.detail-main h4, .detail-main h5,
.detail-main h6{
	color: var(--black_clr);
}
.pagination-single{
	border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 40px;
}
.pagination-single .post-nav .arrow strong{
	margin: 0 5px; font-size: 16px;
}
.detail-banner-title-block .h2 {
    margin: 15px 0;
}
.pagination-single .post-nav .arrow {
	color: var(--secondary_clr);
}
.pagination-single .post-nav .arrow:hover {
	color: var(--primary_clr);
}
.social-share-block .label {
    display: inline-block; font-size: 16px;
    color: #666; margin-right: 10px;
}
.blog-socail-list{
	gap: 10px;
}
.icon-share {
    display: flex; align-items: center; justify-content: center;
    min-width: 32px; height: 32px; font-size: 24px; color: var(--secondary_clr);
}
.icon-share:hover{
    transform: rotate(360deg);
}
.s_icon {
    display: flex; align-items: center; justify-content: center;
    width: 24px; min-width: 24px; height: 24px; background-size: contain !important;
}
.twitter{
	background: url('../images/twitter_icon.png') no-repeat center;
	background-size: 90% !important;
}
.detail_graphic_1{
	display: block; width: 72px; height: 30px; opacity: 0.3;
	background: url('../images/detail_graphic_1.png') no-repeat center;
	background-size: 100% auto; position: absolute; top: 40px; right: 100%;
}
.detail_graphic_2{
	display: block; width: 280px; height: 147px; opacity: 0.3;
	background: url('../images/detail_graphic_2.png') no-repeat center;
	background-size: 100% auto; position: absolute; top: -80px; right: -120px;
}
.detail_graphic_3{
	display: block; width: 68px; height: 85px; opacity: 0.3;
	background: url('../images/detail_graphic_3.png') no-repeat center;
	background-size: 100% auto; position: absolute; top: 20%; right: 100%; margin-right: 40px;
}

/*Alumni Section*/
.alumni-section{
	overflow: hidden;
}
.alumni-section .bdr_shape{
	background: url('../images/alumni_shape_red1.png') no-repeat center; opacity: 0.3;
	top: auto; bottom: 0; right: 0;
}
.alumni-section .doc_shape{
	background: url('../images/alumni_shape2.png') no-repeat center;
}

/*alumni-story*/
.alumni-story{
	overflow: hidden;
}
.alumni-story-list{
    margin-left: -20px;
    margin-right: -20px;
}
.alumni-story-list .items{
	padding: 20px 20px 10px;
}
.card-alumni-story{
	padding: 20px; background: var(--white_clr); position: relative; align-items: center;
	-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.27); height: 100%;
}
.card-alumni-story .quote_icon{
    width: 40px; height: 40px; top: -15px; right: 30px;
}
.card-alumni-story .alumni-top{
	display: flex;
	align-items: center;
}
.card-alumni-story .imgbox{
	min-width: 100px; max-width: 100px; height: 100px; margin-right: 20px;
	overflow: hidden;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 50px;
}
.card-alumni-story .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top;
}
.card-alumni-story .textbox{
	flex-direction: column;
}
.card-alumni-story h4,
.alumni-modal-inn h4{
	color: var(--secondary_clr); margin: 0 0 5px;
}
.card-alumni-story .three_line_text{
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
    height: auto; max-height: 84px; margin-bottom: 0;
}
.card-alumni-story .btnbox{
	padding: 20px 0 0; position: relative; border-top: 1px solid #ebebeb;
}
.card-alumni-story .read-more-btn{
	color: var(--secondary_clr);
}
.card-alumni-story .read-more-btn i{
	background: var(--secondary_clr); color: var(--white_clr);
}
.card-alumni-story .read-more-btn:hover{
	color: var(--primary_clr);
}
.card-alumni-story .read-more-btn:hover i{
	background: var(--primary_clr); color: var(--white_clr);
}
.alumni-story-slider .slick-list{
	overflow: visible;
}
/*.alumni-story-slider .slick-slide{
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
	opacity: 0.2; pointer-events: none;
	filter: grayscale(1);
	-webkit-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);
}
.alumni-story-slider .slick-slide.slick-active{
	opacity: 1; pointer-events: inherit;
	filter: grayscale(0);
	-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);
}*/

/*alumni-list-block*/
.white-block-bg{
	background: var(--white_clr); width: 100%;
	position: absolute; left: 0; bottom: 0; top: 50%;
}
.linkedin-box{
	position: absolute; left: 0; right: 0; bottom: 6px; z-index: 2;
}
.card-achiev:hover .linkedin-box{
	bottom: 0;
}
.card-achiev:hover .linkedin-box .s-icon{
    box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}
.linkedin-box .s-icon{
	display: flex; align-items: center; justify-content: center; margin: auto; font-size: 20px; color: var(--white_clr);
    width: 40px; height: 40px; background: var(--secondary_clr); /*border: 1px solid var(--white_clr);*/
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.linkedin-box .s-icon:hover{
	background: var(--primary_clr); color: var(--white_clr);
}
.alumni-card-list {
    gap: 40px 0;
}
.alumni-card-list .card-achiev{
    padding: 0; background: none;
    border: 2px solid var(--light_clr);
    border-radius: 20px; overflow: hidden;
}
.alumni-card-list .card-achiev .imgbox{
    width: 100%; height: 310px; margin: 0; overflow: hidden;
}
.alumni-card-list .card-achiev .imgbox img{

}
.alumni-card-list .card-achiev .imgbox:after{
	display: block; content: ""; width: 100%; height: 100%;
	background: url('../images/box-shape.png') no-repeat center bottom;
	background-size: 100% auto; position: absolute; left: 0; bottom: -2px;
}
.alumni-card-list .textbox{
	padding: 30px;
}
.alumni-card-list .ach-std-name{
	color: var(--secondary_clr);
}
.alumni-card-list .card-achiev p{
	color: var(--text_clr);
}
/*Scrollable Block*/
.slides-block{
	position: sticky; top: 100px;
	padding-bottom: 100px;
}
.block-style-box{
	padding: 80px; width: 100%; min-height: 440px; background: var(--light_clr);
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.card-box-1{
	background: #eef7ff;
}
.card-box-2{
	background: #e1ecf7;
}
.card-box-3{
	background: #d1dfec;
}
.card-box-4{
	background: #dbe7f1;
}
.slides-block:nth-child(even) .block-title h2{
	color: var(--secondary_clr);
}
.block-style-inn .imgbox{
    margin-left: 20px;
}
.block-style-inn .imgbox img{
	display: block; width: 100%; height: auto;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.placement-count-block{
	gap: 20px 100px;
}
.placement-count-block .count-info .textbox strong,
.placement-count-block .count-info p{
	color: var(--secondary_clr);
}

/*Tab Css*/
.tab-link.active .tab-text{
    background: var(--secondary_clr);
    color: var(--white_clr);
    pointer-events: none;
}
.tab-content-block{
	display: block; overflow: hidden; height: 0; visibility: hidden;
}
.tab-content-block.active{
	display: block; overflow: visible; height: auto; visibility: visible;
}
.event-block .tab-text{
	min-width: 150px;
}
.event-block li.all .tab-text{
	min-width: 100px;
}
#pro_tab_1 .btnbox_tab_1,
#pro_tab_2 .btnbox_tab_2{
    display: block;
}

.career-modal .modal-dialog{
	max-width: 660px;
}
.career-modal .modal-content{
	background: var(--light_clr);
}
.career-form-modal-inn {
    padding: 40px;
}
.career-form-modal-inn .block-title h3,
.career-form-modal-inn .block-title h4{
	color: var(--primary_clr);
}

/*admission-form-section*/
.admission-form-section{
	overflow: hidden;
}
.admission-form {
    padding-right: 150px; position: relative;
}
.form-input-field {
    width: 25%; padding: 0 10px;
}
.admission-form .form-btnbox{
    position: absolute; right: 0; top: 0;
}
.admission-form .btn{
	min-width: 140px;
}
.form-input-field input,
.form-input-field .selectbox{
    padding: 0 10px; background: none; height: 48px;
    border: 0; border-bottom: 1px solid var(--secondary_clr);
    -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.form-input-field .selectbox select{
	padding: 0 10px; height: 46px;
}
.admission-form ::-webkit-input-placeholder{color:var(--text_clr); opacity:1;}
.admission-form :-moz-placeholder{color:var(--text_clr); opacity:1;} /* Firefox 18- */
.admission-form ::-moz-placeholder{color:var(--text_clr); opacity:1;} /* Firefox 19+ */
.admission-form :-ms-input-placeholder{color:var(--text_clr); opacity:1;}
.admission-form .wpcf7-spinner{
	top: 50px;
}
.wpcf7 form .wpcf7-response-output{
	margin: 15px 0 0 !important;
}
.accept-field .wpcf7-list-item {
    margin: 10px 0 0; padding: 0 10px;
}
.accept-field .wpcf7-list-item label {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 400; letter-spacing: 0.05em;
}

/*Wawe Button in header*/
.announc_icon{
    display: block; padding: 5px; width: 40px; height: 40px; background: var(--primary_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; z-index: 2;
}
.wave-btn {
	width: 40px; height: 40px; position: relative; cursor: pointer;
    display: flex; align-items: center; justify-content: center; outline: none; overflow: visible;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.wave-btn:before,
.wave-btn:after{
    content: ""; position: absolute; top: 50%; left: 50%;
    width: 40px; height: 40px;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: wave 2s infinite ease-out;
    background: rgba(255,255,255,0.5);
}
.navbar_fixed .wave-btn:before,
.navbar_fixed .wave-btn:after{
	background: rgba(128,0,0,0.5);
}
.wave-btn:after{
	width: 50px; height: 50px;
    animation-delay: 0s;
}
/* Wave animation */
@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/*Announcement Modal*/
.annou-sticky-btnbox{
	position: fixed; left: 20px; bottom: 20px; z-index: 99;
}
.arrow-btn {
    position: relative; z-index: 1; display: block; transition: 0.5s;
}
.arrow-btn .arrow-circle {
    display: block; position: relative;
    min-width: 90px; max-width: 90px; height: 90px;
}
.circle {
	display: flex; align-items: center; justify-content: center;
	position: relative; min-width: 90px; max-width: 90px; height: 90px;
    transform: rotate(0deg); transition: transform 30s linear; animation: rotate 30s infinite linear;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.circle img {
    width: 100%; height: 100%;
    object-position: center;
    object-fit: scale-down;
}
.arrow_redirect{
	display: flex; align-items: center; justify-content: center;
	z-index: 11; position: absolute; top: 0; left: 0;bottom: 0; right: 0;
    transition: all ease-in-out 300ms; transform: none; width: 42px; height: 42px;
    margin: auto; background-color: var(--secondary_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.arrow_redirect:before {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 0%; height: 0%;
    background: var(--primary_clr); content: ""; transition: all ease-in-out 300ms; opacity: 0;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.arrow_redirect:after{
	display: flex; align-items: center; justify-content: center;
	/*content: "\f061";*/content: ""; font-family: 'Line Awesome Free'; font-weight: 900;
    font-size: 24px; color: var(--white_clr);
    position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    transition: all ease-in-out 300ms;
}
.arrow-btn:hover .arrow_redirect:before {
    width: 100%; height: 100%; opacity: 1;
}
.arrow-btn:hover .arrow_redirect:after,
.arrow-btn:hover .arrow_redirect img{
	transform: rotate(45deg);
}
.arrow_redirect img{
	max-width: 30px;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}
.annou-modal-inn {
	padding: 40px 5px; margin: 0; overflow: hidden;
}
.annouce-imgbox {
    position: absolute; left: 0; top: 0; bottom: 0;
}
.annouce-imgbox img {
    display: block; width: 100%; height: 100%;
    object-fit: cover; object-position: center right;
}
.annou-textbox {
    padding: 30px 40px; flex-direction: column;
    min-height: 380px; max-height: 380px;
    overflow: auto;
}
.annou-sticky-speaker{
	position: fixed; left: 10px; bottom: 10px; z-index: 99;
}
.annou-sticky-speaker img{
	max-width: 80px;
}

/*Facilities page*/
.facility-tab li{
	margin: 0; padding: 0; list-style: none; width: 100%;
}
.tab-content>.tab-pane{
	display: block; overflow: hidden; height: 0; visibility: hidden;
}
.tab-content>.tab-pane.active{
	display: block; overflow: visible; height: auto; visibility: visible;
}
.card-faci-items{
	padding: 20px; margin-right: -30px;
	background: var(--white_clr); height: 86px;
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	border-radius: 15px; position: relative; z-index: 2;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.card-faci-items .iconbox {
    min-width: 50px; max-width: 50px; height: 50px; margin-right: 15px; position: relative; z-index: 1;
}
.card-faci-items .iconbox img {
    display: block; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;
}
.specific-block .card-faci-items.active .iconbox img.default-img {
	opacity: 1;
}
.specific-block .card-faci-items.active .iconbox img.hover-img {
	opacity: 0;
}
.card-faci-items h4{
	padding: 0 14px; font-size: 18px; color: var(--secondary_clr); font-weight: 500;
}
.active.card-faci-items{
	border-color: var(--secondary_clr); background: var(--secondary_clr);
}
.active.card-faci-items .iconbox img{
    filter: brightness(0) invert(1);
}
.active.card-faci-items h4{
	color: var(--white_clr);
}
.faci-content-block{
	min-height: 480px;
}
.js-sticky{
	position: sticky; top: 80px;
}
.facility-cotnent{
	padding: 25px 60px; 
}
.activity-info-block .ball_icon {
    right: 0; top: -80px; bottom: auto; max-width: 140px;
}
.activity-info-block .sport-card-main{
	margin: 0; padding: 0;
}
.activity-info-block .sport-card-inn{
	max-width: 100%;
}
.activity-info-block .spt-content-box{
    margin-top: 0;
}
.activity-info-block .folder-box{
	padding: 60px 40px;
}
.activity-info-block .spt-content-box p {
    font-size: 16px;
    line-height: 24px;
}
.activity-info-block .sub-items img{
	max-height: 360px;
}

.facility-tab-list{
    margin: 0 -10px; padding: 0;
}
.facility-tab-list .tab-link{
    margin: 0; padding: 0 10px; list-style: none; width: 20%;
}
.facility-tab{
    padding: 20px 20px; display: flex; flex-direction: column; position: relative; z-index: 2;
    text-align: center; height: 100%; background: var(--white_clr); border-radius: 10px; gap: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.facility-tab .iconbox{
    display: inline-flex; min-height: 60px; max-width: 60px;
    height: 60px; margin: 0 auto;
}
.facility-tab strong{
    display: block; font-size: 18px; line-height: 1.2;
    color: var(--secondary_clr);
}
.tab-link.active .facility-tab{
    background: var(--secondary_clr);
}
.tab-link.active .facility-tab strong{
    color: var(--white_clr);
}
.tab-link.active .facility-tab .iconbox{
    filter: brightness(0) invert(1);
}
.facility-tab:after{
	display: block; content: ""; width: 20px; height: 20px; margin: auto; opacity: 0;
	background: var(--secondary_clr); position: absolute; left: 0; right: 0; bottom: -6px;
	transform: rotate(45deg);
}
.tab-link.active .facility-tab:after{
	opacity: 1;
}
.trip-card .imgbox{
	margin-right: 20px;
}
.trip-card .imgbox img {
    display: block; width: 100%;
    height: auto; border-radius: 20px;
}
.content-textbox h4{
	text-transform: uppercase; color: var(--secondary_clr);
}
.trip-card + .trip-card {
    margin-top: 40px;
}
.trip-card:nth-child(even){
	flex-direction: row-reverse;
}
.trip-card:nth-child(even) .imgbox{
	margin-right: 0; margin-left: 20px;
}
.content-textbox {
    flex-direction: column;
    justify-content: center;
}
.more-textbox {
    max-height: 0; overflow: hidden; opacity: 0;
}
.more-textbox.show {
    max-height: 2000px; opacity: 1; margin-top: 20px;
}
.alumni-content-full{
	padding-top: 15px;
}





/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.container{max-width: 1200px;}
.header{
	padding:0 1rem;
}
.header .max-container{
	padding: 0 20px;
}
.homeslick .slick-arrow.slick-prev{
	left: 1rem;
}
.homeslick .slick-arrow.slick-next{
	right: 1rem;
}
.shape_2{
	margin-left: -100px; width: 150px;
}
.card-slides-inn{
	min-width: 780px;
}
.testi-list-block .circle_shape{
	width: 60px; height: 60px; padding: 10px; left: -70px;
}
.award_shape_1{
    width: 74px; height: 94px;
}
.award_shape_2{
	width: 100px; height: 120px; left: -70px;
}
.line_circle_shape{
	width: 120px; height: 120px;
}
.ovel_shape {
    width: 60px; height: 130px;
}
.footer .max-container{
	padding: 0 20px;
}
.shape_star2 {
    left: 0; top: -80px; width: 70px;
}
.shape_star3 {
    width: 40px; height: 110px; bottom: -80px; right: 0;
}
.acc_trigger {
    padding: 28px 60px 28px 30px;
}
.faq-card .content-box {
    padding: 0 30px 30px;
}
.racket_icon {
    right: auto; left: 0; min-width: 60px; max-width: 60px;
}
.detail_graphic_1 {
    top: -50px; left: -15px; right: auto;
}
.detail_graphic_2 {
    width: 150px; height: 80px; top: -80px; right: -30px;
}
.detail_graphic_3{
	margin-right: 0;
}
.post-detail-main .star_shape{
    right: -98px;
}
.banner-imgbox img,
.banner-imgbox video,
.banner-imgbox iframe{
    max-height: 520px;
}
.guide-list .card-compet{
    padding: 20px 10px;
}


}
@media screen and (max-width:1365px){
.container{max-width: 1170px;}
.nav-main nav ul > li + li{
    margin-left: 20px;
}
.head-btnbox {
    margin-left: 20px;
}
.caption{
	margin-left: 40px;
}
.faq-list-block {
    max-width: 90%; margin: 0 auto;
}
.scroll_btnbox{
	left: auto; right: 0;
}
.value-flex {
    max-width: 96%; margin: 0 auto;
}
.value-flex .default-text{
    max-width: 330px; min-width: 330px;
}


}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container{width:100%; max-width:100%; padding:0 20px;}
.btnbox{padding: 20px 0 0;}
.ptb-100, .ptb-90,
.ptb-80, .ptb-70, .ptb-60{padding: 60px 0;}
h1, .h1, h2, .h2, h3, h4, h5, h6{margin-bottom: 15px;}
h1, .h1{font-size: 42px;}
h2, .h2{font-size: 28px;}
h3 {font-size: 24px; line-height: 32px;}
h4 {font-size: 22px; line-height: 28px;}
p{font-size: 16px;line-height: 24px; margin-bottom: 15px;}
ul li, ol li{font-size: 16px;line-height: 24px;}
.entry-content ul li:before{top: 8px;}
.block-title p br{display: none;}
/*Header and banner*/
.nav-main{display:none !important;}
.mobi-iconbox{
	display:flex; align-items: center; justify-content: center;
}
.header {
    padding: 0; background: var(--white_clr);
}
.header-inner,
.navbar_fixed .header-inner,
.navbar_fixed + .header-blank,
.header-blank{
    height: 80px;
}
.head-btnbox{
    margin: 0 35px 0 0;
}
.head-btnbox .btn {
    min-width: 90px; font-size: 14px; padding: 3px 10px;
}
.default_logo{
    display: none;
}
.clr_logo{
    display: block;
}
.caption {
    min-width: 510px;
    max-width: 510px;
}
.caption .h1 {
    font-size: 42px;
    line-height: 60px;
}
.caption p {
    font-size: 20px;
    line-height: 32px;
}
.shape_1 {
    width: 50px; height: 40px;
}
.shape_2 {
    width: 100px;
}
.arrow-bottom-center .slick-arrow {
    bottom: -20px;
}
.card-slides-inn {
    padding-left: 30px; min-width: 560px;
}
.card-slides-inn p {
    font-size: 16px;
    line-height: 24px;
}
.principal-inner .full-imgbox{
	padding-right: 20px;
}
.faq-section .container > .circle_shape.red {
    top: 0; right: -20px; width: 80px; height: 80px;
}
.f-col-6 {
    margin-top: 40px;
}
.fc-contact.address {
    max-width: 340px;
}
.star-content{
	padding: 0;
}
.internal-caption {
    min-height: 280px;
}
.fees-section .primary-evt-list {
    margin-bottom: -60px;
}
.page-list{
	margin: -20px 0 0; padding: 60px 15px; min-height: 440px;
	height: calc(100% + 20px) !important;
}
.sidebar-list li{
	font-size: 18px;
}
.sidebar-list > li > a {
    padding: 8px 15px;
}
.count-info {
    flex-direction: column;
    text-align: center;
}
.count-info .iconbox{
	min-width: 80px; height: 80px; margin: 0 auto 20px;
}
.counter-block .star_shape_only {
    left: 0;
}
.objectives-block.ptb-40 {
    padding-top: 20px;
}
.card-objective {
    padding: 40px 10px;
}
.card-objective h4 {
    font-size: 20px;
    line-height: 28px;
}
.mission-imgbox > img{
    max-width: 90%; margin: auto;
}
.card-award {
    padding: 20px 10px;
    margin: 20px auto !important;
}
.internal-banner {
    margin-top: 80px;
}
.internal-caption-block {
    padding-top: 80px;
}
.breadcrumb li {
    font-size: 16px;
}
.founder-imgbox {
    min-width: 280px;
    margin-left: 20px;
}
.trustees-list{
	margin: 0 -15px;
}
.trustees-list .items{
	padding: 0 15px;
}
.trustees-block.ptb-40{
    padding-top: 20px;
}
.modal-style .modal-dialog{
    max-width: 90%;
}
.primary-std-card {
    padding: 30px 0 30px 30px;
}
.primary-std-card .primary-std-imgbox {
    min-width: 380px; max-width: 380px;
}
.value-flex .default-text-inn .title {
    padding: 14px 15px; font-size: 16px;
}
.value-flex .default-text {
    max-width: 270px; min-width: 270px;
}
.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: -40px;
}
.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: -40px; margin-left: auto;
}
.value-flex .left-side .default-text .default-text-inn{
	padding-right: 0;
}
.value-flex .right-side .default-text .default-text-inn{
	padding-left: 0;
}
.value-flex .default-text-inn .arrow{
	right: 5px;
}
.value-flex .right-side .default-text-inn .arrow {
    left: 5px; right: auto;
}
.faq-card .content-box {
    font-size: 20px;
}
.drop-icon{
	min-width: 140px; max-width: 140px; height: 140px; margin: 0 auto 30px;
}
.drop-icon:after{
	width: 24px; height: 24px;
}
.drop-icon img {
    max-width: 80px;
}
.shape-radius {
    left: 30px;
}
.hour-box p {
    font-size: 18px;
}
.card-schedule .hd {
    padding: 18px 20px; font-size: 16px; line-height: 24px;
}
.card-schedule .card-body{
	padding: 20px;
}
.sdl-date{
	padding: 0 20px 20px; top: -5px;
}
#achievTab .arrow-bottom-center .slick-arrow {
    bottom: -70px;
}
.ach-tab-list li a {
    padding: 12px 10px; min-width: 110px;
    font-size: 20px; line-height: 24px;
}
.ach-tab-list li a i{
	font-size: 18px;
}
.compet-slider.arrow-bottom-center .slick-arrow {
    bottom: 0;
}
.card-address{
	padding: 100px 40px 40px;
}
.card-address + .card-address{
	margin-top: 30px;
}
.add-label{
	font-size: 20px;
}
.card-address p{
	font-size: 18px;
}
.card-drop h4 {
    font-size: 20px;
    line-height: 28px;
}
.ball_icon {
    max-width: 120px;
    right: -10px;
}
.cup_icon {
    width: 50px; height: 48px;
}
.music_shape {
    left: 0px; top: 0; max-width: 100px;
}
.drawing_shape {
    right: 0; max-width: 70px;
}
.spt-content-box h4 {
    font-size: 24px;
    line-height: 32px;
}
.three_line_text {
    height: 74px;
}
.blog-card h4 {
    font-size: 18px; line-height: 24px;
}
.post-imgbox {
    height: auto; padding-bottom: 56.66%;
}
.post-imgbox img{
	position: absolute;
}
.post-banner-section.ptb-60{
    padding-top: 40px;
}
.post-banner-imgbox img {
    max-height: 440px;
}
.box-cover {
	margin-right: 30px;
}
.box-cover + .detail-main{
    max-width: 100%;
}
.block-style-box {
    padding: 60px;
}
.post-caption .h2{
	font-size: 40px;
}
.date-box{
	font-size: 16px;
}
.date-box i {
    font-size: 18px; margin-right: 0;
}
.form-contact-block{
	padding: 40px;
}
.detail_graphic_1 {
	top: -30px; width: 52px; height: 20px;
}
.breadcrumb-block {
    padding-bottom: 15px;
}
.detail_graphic_2{
	right: -90px;
}
.gallery-page .block-title {
    padding: 0;
}
.filter-inn {
    gap: 10px;
}
.filter-inn {
    gap: 15px 5px; min-width: 100%;
    justify-content: center;
}
.sortbt-block {
    margin: 20px auto 0;
}
.facility-section.sports-section {
    padding: 10px 0;
}
.facility-section .block-title{
	margin: 0;
}
.activity-info-block .folder-box{
    padding: 40px 20px;
}


}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 32px;line-height: 34px;}
.ptb-100, .ptb-90,
.ptb-80, .ptb-70, .ptb-60{padding: 60px 0;}
/*Header and banner*/
.home-banner .items {
    padding: 80px 0 0; min-height: 480px; max-height: 640px;
}
.acad_circle {
    width: 280px; height: 330px;
}
.shape_1 {
    width: 40px; height: 30px;
}
.shape_2 {
    width: 80px; bottom: -20px;
}
.classroom-tab-list li{
	font-size: 18px;
}
.classroom-tab-list li a,
.tab-text{
    min-width: 220px;
}
.bdr_shape {
    width: 90px; height: 90px; top: -20px; left: -20px;
}
.card-slides-inn {
    padding: 20px; min-width: 100%; flex-wrap: wrap;
}
.v_slides .items.active .v_slide-imgbox {
    position: absolute; left: auto; right: 0; bottom: 0;
}
.v_slides .items.active .v_slide-imgbox img {
    min-width: 170px;
}
.f-col-2{
	min-width: 340px;
}
.f-col-3,
.f-col-4{
	min-width: inherit;
}
.f-bottom-inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.f-bottom-inner p{
	min-width: 100%;
}
.shape_star3 {
    bottom: -70px; right: 10px;
}
.card-proj{
	padding: 0; border-radius: 20px;
}
.card-proj .imgbox img{
	height: auto;
	-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.card-proj .textbox {
    padding: 30px; flex-wrap: wrap; position: relative;
}
.left-textbox{
	width: 100%; padding: 0;
}
.right-textbox {
    min-width: 100%; max-width: 100%; text-align: left;
}
.neu-textbox {
    min-width: 100%;
    justify-content: center;
}
.proj-right-bottom{
	padding-top: 20px; display: flex;
}
.proj-right-bottom .read-more-btn{
	margin-left: auto;
}
.proj-right-bottom .btn{
    width: 100%;
}
.proj-right-top {
	padding: 30px; position: absolute; right: 0; top: 0;
}
.enrolling-text{
	margin: 0;
}
.grade-text{
	display: none;
}
.middle-section .proj-other-info {
	display: block !important;
}
.primary-info .neu-textbox {
    margin-top: 10px; margin-left: 0; min-width: inherit;
}
.fees-section .primary-evt-list {
    margin-bottom: -40px;
}
.abt-tab-list li {
	font-size: 16px;
}
#contentTab .content-textarea {
	padding: 40px 40px 40px 80px;
}
.textbox-main {
    flex-wrap: wrap; gap: 10px 0;
}
.founder-imgbox{
	margin: 0; order: 1;
}
.textbox-left{
	order: 3;
    width: 100%;
    min-width: 100%;
}
#moreText.show{
	margin-top: 0;
}
.page-content-block .block-title.ptb-40{
    padding: 0;
}
.trustees-imgbox {
    min-width: 320px; max-width: 320px;
}
.trustees-textbox {
    padding: 30px;
}
.value-flex .default-text-inn .title,
.value-flex .default-text-inn .arrow{
	display: none;
}
.value-flex .default-text .default-text-inn .icon{
	padding: 3px; position: relative; margin: auto !important;
}
.value-flex .default-text .default-text-inn{
	padding: 5px !important; border-radius: 50%;
}
.value-flex .default-text {
	padding: 5px; width: inherit; max-width: inherit; min-width: inherit;
}
.value-card {
    display: flex; align-items: center; justify-content: center;
}
.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: 30px;
}
.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: 30px;
    margin-left: auto;
}
.primary-std-card .primary-std-imgbox {
    min-width: 260px; max-width: 260px;
}
.whychoose-block.ptb-40 {
    padding-top: 20px;
}
.whychoose-list{
	gap: 10px 0;
}
.overlay-textbox {
    padding: 15px;
}
.event-list .items:nth-child(1) .overlay-textbox{
    padding: 20px;
}
/*h4.for-desktop{
	display: none;
}
h4.for-mobile{
	display: block;
}*/
.age-criteria-space {
    padding: 20px 30px 30px; max-width: 700px;
}
.drop-icon {
    min-width: 120px; max-width: 120px; height: 120px; margin: 0 auto 20px;
}
.drop-icon img {
    max-width: 70px;
}
.card-drop h4 {
    font-size: 18px; line-height: 28px;
}
.hours-block {
    max-width: 720px;
}
.hour-box:before {
    clip-path: polygon(0% 0%, 100% 1%, 100% 78%, 84% 100%, 0% 100%);
}
.hour-box-inn {
    padding: 25px 20px;
}
.hour-box h3{
	font-size: 18px;
}
.hour-box p{
    font-size: 16px; margin-top: 12px;
}
.contact-block {
    gap: 30px 0;
}
.branches-block {
    gap: 20px 0; text-align: center;
}
.content-branch {
    padding-right: 0;
}
.branches-section .bdr_shape.before-block-tl {
    left: auto; right: 20px; top: -30px; width: 60px; height: 54px;
}
.folder-box {
    padding: 20px 10px 90px;
}
.section-folder-decor{
	top: -60px;
}
.art-tab-list li a,
.tab-in-link{
	font-size: 16px; padding: 8px 10px; min-width: 110px;
}
.card-schedule .hd h4{
	font-size: 20px;
}
.card-alumni-story{
	flex-direction: column;
}
.card-alumni-story .imgbox{
	min-width: 100px; max-width: 100px;
	height: 100px; margin: 0;
}
.block-style-box {
    padding: 40px; min-height: 400px;
}
.block-style-inn .imgbox{
	margin: 0;
}
.placement-count-block {
    gap: 20px 50px;
}
.alumni-section .bdr_shape{
	width: 60px; bottom: -60px; right: 0;
}
.card-event .overlay-textbox:after{
	right: 15px;
}
.post-caption .h2{
	font-size: 32px;
}
.primary-only .primary-std-card .primary-std-imgbox img {
    max-width: 460px; margin-top: -30px; margin-right: -80px;
}
.contact-left.ptb-60 {
    padding: 0;
}
.address-info-section .detail_graphic_2{
    right: 100px;
}
.addres-box-block,
.only-contact-text .addres-box-block{
    padding: 30px 20px;
}
.text-center .add-tl{
    flex-direction: column; gap: 15px 0;
}
.form-input-field{
    width: 50%;
}
.admission-form .form-btnbox{
    top: 50%; margin-top: -15px;
}
.annouce-imgbox {
    left: -40px;
}
.facility-section.sports-section {
    padding: 10px 0;
}
.activity-info-block .sport-card-inn{
	min-height: 200px;
}
.activity-info-block .spt-content-box {
    max-height: 210px; overflow: auto;
}
.trip-card .imgbox {
    margin: 0 !important;
}
.card-alumni-story{
	padding: 30px 20px 20px 20px;
}
.card-alumni-story .alumni-top{
	gap: 0 20px;
}

}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
h2, .h2{font-size: 24px;}
h3{font-size: 20px; line-height: 28px;}
h4{font-size: 20px; line-height: 28px;}
p{margin:0 0 15px;}
.ptb-120, .ptb-100, .ptb-80,
.ptb-90, .ptb-60, .ptb-50{padding: 50px 0;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
.block-title p br{
	display: none;
}
.block-title h2{
	font-size: 20px; line-height: 1.4;
}
.button, .btn{
    padding: 9px 30px;
    min-width: 120px;
}
.mw_160 {
    min-width: 140px;
}
/*Header and banner*/
.mobile-menu-block{
	width: 100%; right: -105%;
}
.header .max-container{
    padding: 0 15px;
}
/*.head-btnbox{
	display: none !important;
}*/
.site-logo {
    width: 160px; height: 40px;
}
.mobi-logo a,
.mobi-logo img{
    width: 160px;
}
.home-banner .items.image-item-only{
	padding: 0;
	height: auto; min-height: inherit; max-height: inherit;
}
.home-banner .items .bg-img.img-only{
	display: none;
}
.home-banner .hero-imgbox{
    display: block;
}
.hero-imgbox:before{
	display: block; content: ""; opacity: 0.7;
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.home-banner .hero-imgbox img {
    display: block; width: 100%; height: auto;
}
.image-item-only .banner-inner {
    padding: 0 0 30%; justify-content: flex-end; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; z-index: 3;
}
.home-banner .bg-img:before{
	height: 100px;
}
.caption {
    min-width: 90%; max-width: 90%; margin: 0 auto;
}
.caption .h1 {
    font-size: 28px; line-height: 1.3;
}
.caption .h1 u{
	border: 0;
}
.caption p {
    font-size: 18px; line-height: 28px;
}
.hero_btnbox{
	display: block;
}
.homeslick .slick-arrow.slick-prev{
	left: 3px;
}
.homeslick .slick-arrow.slick-next{
	right: 3px;
}
.mobi_show_only{
	display: block;
}
.abt-inner .img-inner{
    max-width: 340px; margin: 0 auto 20px;
}
.block-title{
	margin-bottom: 20px;
}
.block-title h2:after{
    width: 40px;
}
.classroom-tab-list {
    flex-wrap: wrap; gap: 10px 0;
}
.classroom-tab-list li {
    font-size: 16px;
}
.classroom-tab-list li a,
.tab-text{
    min-width: 140px;
    padding: 10px 15px;
}
.classroom-inner {
    padding-bottom: 20px;
}
.card-classroom .imgbox {
    height: 280px;
}
.classroom-slider .slick-list,
.testimonial-slider .slick-list{
    padding-right: 30px;
}
.testimonial-slider,
.classroom-slider{
	margin: 0 -10px;
}
.classroom-slider .items,
.testimonial-slider .items{
	padding: 0 10px;
}
.academics-section .container > .bdr_shape{
	display: none;
}
.desktop-slides-block {
    display: none;
}
.v_cs_mobi{
	display: block;
}
.principal-inner .full-imgbox {
    position: relative; width: 100%; padding: 0;
}
.principal-section .container {
    padding: 0;
}
.content-block {
	padding: 30px 20px; max-width: 100%; min-height: inherit;
}
.card-testimonial {
    padding: 40px 30px;
}
.circle_shape {
    width: 60px; height: 60px; right: -20px; top: 0;
}
.award_shape_1 {
    width: 50px; height: 70px; left: auto; right: 0;
}
.award_shape_2 {
    width: 70px; height: 100px; left: 0; bottom: 0;
}
.event-list,
.primary-evt-list{
	margin: 0 -5px;
}
.event-list .items {
    width: 50%; padding: 5px;
}
.primary-evt-list .items {
    padding: 5px;
}
.event-list .items:nth-child(1) {
    width: 100%;
}
.event-list .items:nth-child(1) .event-imgbox {
    height: 340px;
}
.event-list .items:nth-child(1) .overlay-textbox {
    padding: 20px;
}
.faq-list-block {
    max-width: 100%;
}
.acc_trigger {
    padding: 20px 30px 20px 20px;
    font-size: 18px; line-height: 24px;
}
.faq-card .content-box {
    padding: 0 20px 20px;
}
.acc_trigger:after {
    width: 20px; top: 0; right: 10px; bottom: 0;
    display: flex; align-items: center; font-size: 16px;
}
.f-col-1 {
    min-width: 100%;
}
.f-col-6 {
    min-width: 100%; margin: 0;
}
.footer-inner .row .items{
	margin: 0 0 40px;
}
.f-logo{
	margin: 0 auto;
}
.social-media{
	justify-content: center; padding-top: 20px;
}
.footer-inner {
    padding: 40px 0 0;
}
.shape_star3 {
    bottom: 34%; right: 20px;
}
.f-col-2{
	min-width: 100%;
}
.f-col-3{
	min-width: 100%;
}
.footer h4 {
    font-size: 18px; line-height: 24px;
    padding: 0 0 15px; margin: 0 0 15px;
}
.f-bottom-inner ul {
    gap: 15px;
}
.f-bottom-inner ul li,
.f-bottom-inner p{
	font-size: 14px;
}
.home-banner .items .bg-img{
	background-position: 60% 0 !important;
}
.internal-caption {
    min-height: inherit;
}
.middle-inner{
	gap: 20px 0;
}
.objectives-block {
    gap: 20px 0;
}
.two-coll-block{
	padding: 40px 0; gap: 20px 0;
}
.founder-section .two-coll-block .right-block{
	order: 1;
}
.founder-section .two-coll-block .left-block{
	order: 2;
}
.founder-section .two-coll-block .last{
	order: 3; margin-top: 0 !important;
}
.sticky-nav .container{
	padding: 0;
}
.page-nav{
	gap: 0 5px;
}
.page-nav li{
	width: 50%;
}
.page-nav li a {
    padding: 15px 20px; width: 100%;
}
.awards-new-section .bdr_shape{
    width: 60px; height: 60px; top: 20px; left: -30px;
}
.card-proj .textbox {
    padding: 20px;
}
.proj-right-top{
	padding: 20px;
}
.card-proj h4{
	font-size: 24px;
}
.other-text-item {
    padding: 0 10px; min-width: 80px; margin: 0 0 10px;
}
.neu-textbox .neu-text{
	padding: 10px;
}

.tab-big-style.proj_tab .nav-item {
    margin: 0 3px;
}
.tab-big-style.proj_tab .nav-link {
    padding: 12px 10px; min-width: 120px; font-size: 16px; line-height: 20px;
}
.proj-other-info .other-text-item {
    margin: 0;
}
.text-label, .text-value{
	white-space: nowrap;
}
#contentTab h4.resp-accordion{
	padding: 0; font-size: 16px; line-height: 24px;
	color: var(--text_clr); font-weight: 500;
	border-radius: 40px;
}
#contentTab h4.resp-accordion.resp-tab-active{
	border-radius: 40px 40px 0 0;
}
#contentTab h4.resp-accordion.resp-tab-active .tab-text-box{
	background: var(--secondary_clr);
}
#contentTab h4.resp-accordion i{
	font-size: 20px; margin-right: 5px;
}
#contentTab h4.resp-accordion.resp-tab-active{
	background: var(--secondary_clr) !important; color: var(--white_clr);
}
#contentTab .resp-tab-content{
	padding-bottom: 10px;
}
.content-textarea {
    padding: 20px; margin: 0; min-height: inherit;
}
.tab-big-style.proj_tab{
    margin: 0 0 20px;
}
#projTabContent .content-block {
	padding: 0;
}
#contentTab .content-textarea {
    padding: 20px;
}
.block-col-list{
	gap: 20px 0;
}
.text-label,
.text-value{
	font-size: 12px;
}
.page-list{
    margin: 0; padding: 20px 15px; width: 97.5%; z-index: 9;
    min-height: inherit; height: auto !important;
    background: rgba(255,255,255,0.7) !important; backdrop-filter: blur(5px);
    position: absolute; left: -110%; top: 60px;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
    -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}
.page-list.open{
	left: 5px;
}
.scroll_btnbox{
	display: none !important;
}
.page-content-block.ptb-80 {
    padding: 0;
}
.counter-block{
	padding: 80px 0;
}
.counter-list {
    gap: 30px 0;
}
.counter-list .items{
    min-width: 50%; max-width: 50%;
}
.count-info .textbox strong {
    font-size: 32px;
    line-height: 34px;
}
.count-info p{
	font-size: 14px;
}
.before-block-tl.bdr_shape{
	left: auto; right: 0;
}
.objectives-list {
    gap: 20px 0;
}
.mission-coll-block {
    gap: 20px 0;
}
.target_element{
	width: 80px; height: 80px; bottom: auto; top: 42%; right: 0;
	transform:translate(0,0) !important;
}
.internal-banner {
    margin-top: 0;
}
.internal-caption-block .breadcrumb {
    bottom: 30px; margin-top: 20px;
}
.banner-imgbox img{
	min-height: 414px; max-height: 520px;
}
.page-content-block.ptb-40 {
    padding: 0;
}
.star_shape_only.right-top{
	right: 0;
}
.line_circle_shape.left-center {
    left: -40px; top: 0;
}
.line_circle_shape.right-bottom {
    right: -50px; bottom: -40px;
}
.trustees-list {
    gap: 30px 0;
}
.trustees-modal-inn{
    flex-wrap: wrap;
    padding: 40px 10px;
}
.trustees-textbox {
    padding: 0 10px; overflow: auto; height: 80vh;
}
.trustees-imgbox{
	min-width: 100%; max-width: 100%;
	height: 300px; border-radius: 0;
	display: none !important;
}
.trustees-imgbox img{
	border-radius: 0; object-position: center top;
}
.modal-style .close-btn {
    right: 5px; top: 5px;
}
.overlay-textbox {
    padding: 15px;
}
.primary-std-card {
    padding: 30px 20px; flex-wrap: wrap; gap: 30px 0;
}
.primary-std-card .primary-std-imgbox {
    min-width: 260px; max-width: 260px; margin: 0 auto;
}
.primary-std-card .primary-std-imgbox img {
    margin: 0 auto -40px auto;
}
.primary-only .primary-std-card .primary-std-imgbox img {
    max-width: inherit; margin-top: 0; margin-right: -50px;
}

/*education-beyond-section*/
.value-flex {
    max-width: 340px; margin: 0 auto; flex-wrap: nowrap;
}
.left-side, .right-side {
    padding: 0; max-width: 54px;
}
.middle-content {
    min-width: 220px; max-width: 220px;
}
.value-flex .value-card .hover-text {
    min-width: 220px; max-width: 220px; height: 220px;
    padding: 20px 20px; outline-offset: 15px;
}
.animated-circle{
	min-width: 220px; max-width: 220px; height: 220px;
}
.animated-circle .sm-circle {
    top: 70px; left: 225px;
}
.animated-circle .sm-circle.c_two {
    left: 30px; bottom: 205px;
}
.animated-circle .sm-circle.c_three {
    bottom: -12px; right: 150px;
}
.education-beyond-section .block-title.ptb-80{
	padding-bottom: 30px;
}
.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: -20px;
}
.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: -20px;
}
.value-flex .default-text-inn .line1{
	width: 20px;
}
.value-flex .left-side .default-text .default-text-inn:hover .line1,
.value-flex .left-side .value-card.active .default-text-inn .line1{
    margin-left: 5px;
}
.value-flex .right-side .default-text .default-text-inn:hover .line1,
.value-flex .right-side .value-card.active .default-text-inn .line1{
    margin-right: 5px;
}
.value-flex .value-card .hover-text p {
    font-size: 14px; line-height: 20px;
}
.mobi-hide-blank{
	display: none;
}
.value-flex .value-card .hover-text h4{
	font-size: 16px; line-height: 1.4; margin-bottom: 10px;
}
.process-list{
	gap: 30px 0; justify-content: center;
}
.process-list .items {
    width: 50%; max-width: 50%;
}
.age-criteria-space {
    padding: 10px 10px 10px;
}
.class-badge {
    padding: 10px;
}
.class-badge-hd {
    padding-left: 10px;
}
.age-criteria-header {
    font-size: 10px;
    padding: 0 0 10px;
}
.age-criteria-row{
	font-size: 15px;
}
.criteria {
    min-width: calc(100% - 100px);
}
.col.min-age {
    padding-left: 20px;
}
.bottom-email-info .btn {
    font-size: 16px;
}
.documents-inner .content-box {
    padding: 50px 0 0;
}
.shape-radius {
    left: 30px; max-width: 90%;
}
.bdr_shape.right-top {
    right: -40px; top: -40px;
}
.doc_shape{
	right: 0; width: 60px;
}
.hours-block {
    max-width: 100%;
}
.hours-grid {
    gap: 10px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.hour-box {
    max-width: 165px;
}
.hour-box-inn {
    padding: 10px 15px;
}
.hour-box p {
    font-size: 16px; line-height: 24px;
}
.hour-box:before {
    clip-path: polygon(0% 0%, 100% 1%, 100% 74%, 78% 100%, 0% 100%);
}
.guide-list.ptb-30 {
    padding-top: 10px;
}
.competition-section .block-title{
	margin: 0;
}
.input-field{
	-ms-flex-preferred-size: 100%; flex-basis: 100%; min-width: 100%; max-width: 100%;
}
.card-address {
    padding: 100px 20px 40px;
}
.section-folder-decor svg {
    margin-left: -40px;
    margin-right: -40px;
}
.sports-section{
	padding-top: 20px;
	padding-bottom: 60px;
	margin-bottom: 80px;
}
.section-folder-decor.left.bottom,
.section-folder-decor.right.bottom{
	bottom: -60px;
}
.folder-decor {
    top: -40px;
}
.sport-card-main {
    padding-top: 40px;
    margin-bottom: -40px;
}
.spt-content-box {
    margin-top: 0;
}
.spt-content-box .hd {
    padding: 0 0 20px;
}
.spt-content-box h4 {
    font-size: 20px;
    line-height: 28px;
}
.sport-card-inn{
	gap: 30px 0;
}
.cup_icon {
    width: 40px; height: 38px; left: 0;
}
.art-tab-list{
	gap: 10px;
}
.music_shape {
    max-width: 60px;
}
.drawing_shape {
    max-width: 50px; top: 50%;
}
.art-inner {
    padding: 0;
}
.art-tab-list li a,
.tab-in-link{
    min-width: 120px;
}
.bg3.mobi-hide {
    display: none;
}
.img-overlay-text .inn {
    max-width: 280px;
}
.ball_icon {
    bottom: 100%;
}
.flt-search-block {
    flex-direction: column;
    padding: 0; gap: 20px 0;
}
.right-search-box {
    margin: 0 auto; min-width: 100%;
}
.search-block input{
	width: 100%;
}
.blog-new-list {
    gap: 30px 0;
}
.content-detail-box {
    flex-wrap: wrap; gap: 10px 0;
}
.box-cover{
	min-width: 100%; max-width: 100%;
	position: relative; top: 0; margin: 0;
}
.highlighted{
	padding: 20px; margin-bottom: 30px;
}
.post-banner-section.ptb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.add-link{
	padding-left: 40px;
}
.add-link i {
    min-width: 30px; height: 30px; top: -1px;
}
.alumni-section .bdr_shape{
	width: 60px; bottom: -60px; top: auto; right: 0;
}
.alumni-story-block {
    padding: 0;
}
.alumni-story-list .items{
	padding-top: 10px;
}
.achiev-list-block {
    padding: 15px 0 0;
}
.placement-count-block{
	padding: 0 0 20px !important;
}
.placement-count-block {
    gap: 20px 30px;
}
.block-style-box{
	padding: 20px; min-height: inherit;
}
.block-style-inn {
    gap: 20px 0; flex-direction: column-reverse;
}
.event-block .tab-text{
	min-width: 120px;
}
.event-block li.all .tab-text{
	min-width: 70px;
}
.post-caption .h2 {
    font-size: 28px;
}
.breadcrumb > li + li:before{
	padding: 0 5px;
}
.post-caption.ptb-40{
    padding-bottom: 20px;
}
.post-caption .breadcrumb-block.ptb-30{
    padding-bottom: 15px;
}
.post-info{
    padding: 15px 0;
}
.card-event h4{
    font-size: 14px; line-height: 20px; padding-right: 20px;
}
.card-event .overlay-textbox{
	padding: 10px;
}
.card-event .overlay-textbox:after{
    right: 5px;
}
.announce-box{
    height: 60px; padding: 0 30px;
}
.announce-block p{
    font-size: 16px;
}
.home-banner .bg-img:after,
.banner-imgbox:after{
	width: 100%; opacity: 0.7;
}
.contact-add-list .iconbox{
    min-width: 40px; max-width: 40px; height: 40px;
    margin-right: 10px; margin-left: -5px;
}
.contact-add-list .iconbox img {
    max-width: 25px;
}
.addres-box-block .star_shape_only {
    left: 10px; top: -10px; width: 40px;
}
.contact-add-list .phone p,
.contact-add-list .email p{
    font-size: 18px; line-height: 28px;
}
.form-contact-block{
	padding: 30px;
}
.form-inner{
    gap: 5px 0;
}
.input-field .label{
	font-size: 16px; margin-bottom: 7px;
}
.form-tab-list{
    gap: 10px;
}
.form-tab-list .tab-in-link{
	min-width: 100px;
}
.career-card .content-box{
    padding: 0 20px 20px;
}
.detail_graphic_2{
	display: none;
}
.detail_graphic_1 {
    left: auto; right: 0; top: -20px;
}
.detail_graphic_3 {
    left: 0; right: auto; top: -30px; width: 31px; height: 40px;
}
.post-detail-main .star_shape {
    right: -128px;
}
.addres-box-block,
.only-contact-text .addres-box-block{
    padding: 30px 20px;
}
.career-form-modal-inn {
    padding: 30px 20px;
}
.addres-only p br {
    display: none;
}
.your-cv-box{
	font-size: 14px;
}
.your-cv-box small{
	font-size: 12px;
}
.art-imgs-slider {
    margin: 0 -15px; padding: 0;
}
.admission-form{
	padding: 0;
}
.form-input-field{
    width: 100%;
}
.admission-form .form-btnbox{
    margin-top: 15px; position: relative; width: 100%; top: 0;
}
.admission-form .form-btnbox .btn{
	width: 100%;
}
.admission-form-section .block-title{
    padding: 0;
}
.guide-list .card-compet h4{
    font-size: 18px;
}
.annou-sticky-speaker img {
    max-width: 50px;
}
.contact-block {
    gap: 20px 0;
}
.card-classroom .imgbox{
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.read-more-btn {
    font-size: 16px;
}
.read-more-btn i{
    min-width: 28px; height: 28px; margin-left: 10px;
}
.sticky-btnbox .btn {
    font-size: 14px; font-weight: 400; gap: 3px;
    min-width: inherit; padding: 6px 6px;
}
.sticky-btnbox .btn i {
    font-size: 16px; margin-right: 0 !important;
}
.scrollup {
    width: 28px; height: 28px;
}
.mobi-view-imgbox{
    display: block;
}
.mobi-view-imgbox + .desktop-view-imgbox{
    display: none;
}
.banner-imgbox:before{
	opacity: 0.7; height: auto;
	position: absolute; left: 0; right: 0; top: 60%; bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.toggle-btn{
	display: flex;
}
.objectives-block.ptb-40 {
    padding-top: 10px; padding-bottom: 10px !important;
}
.textbox-main{
	gap: 0;
}
.founder-imgbox {
	margin: 0 0 20px;
}
.annou-textbox{
	padding: 0 20px 20px;
}
.annouce-imgbox {
    left: -40px; top: auto;
}
.annouce-imgbox img {
    display: block; width: 100%; height: 100%;
    object-fit: contain; object-position: 0 0;
    max-width: 200px; border-top-left-radius: 90px;
}
.award-slider .items {
    min-width: 50%;
    max-width: 50%;
}
.card-award p {
    font-size: 14px;
    line-height: 1.3;
}
.whychoose-block.ptb-40 {
    padding-top: 10px;
}
.whychoose-list {
    gap: 20px 0;
}
.card-whychoose {
    padding: 0; overflow: hidden;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.whychoose-overlay{
	position: relative; left: 0; right: 0; top: 0; bottom: 0;
	opacity: 1; visibility: visible;
	-webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0);
	-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.card-whychoose .imgbox {
    height: 290px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.card-whychoose .tl{
	display: none;
}
.video-block {
    padding: 0;
}
.card-classroom .imgbox:after{
	opacity: 0;
}
.speaker-icon-btn {
    position: fixed; left: 5px; bottom: 5px; z-index: 99;
}
.activity-info-block .ball_icon {
    right: -15px; top: -100px;
    bottom: auto; max-width: 80px;
}
.activity-info-block .folder-box {
    padding: 20px 0px;
}
.activity-info-block .spt-content-box{
	max-height: inherit;
}
.activity-info-block .sport-card-main{
	/*position: static; margin: 0 0 20px;*/
}
.campus-facility-block {
    padding: 0;
}
.facility-inner {
    overflow: auto; margin-bottom: 20px;
    padding: 15px 0 !important;
}
.facility-tab-list{
	margin: 0;
}
.facility-tab-list .tab-link {
    width: 180px; min-width: 180px;
}
.campus-section .container {
    padding: 0;
}
.campus-section .tab-content-block{
	padding: 0 20px;
}
.info-main-block {
    padding: 10px 0;
}
.trip-card {
    gap: 20px;
}
.block-title.mobi-show {
    display: block;
}
.block-title.mobi-show h3{
	color: var(--secondary_clr);
}
.activity-info-block .sub-items img{
	max-height: inherit;
}



}/*767 End*/