/* use font link */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;400,500;0,600;0,700;0,800;0,900;1,300;1,600&display=swap');
/* use style sheet */
@import url(../css/bootstrap.css);
@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/jquery.fancybox.min.css);
/*@import url(../css/animate.css);*/
@import url(../css/jquery-ui.css);

/*** 
====================================================================
  Global Settings
====================================================================
 ***/
* {margin: 0px;padding: 0px;border: none;outline: none;}
body {font-size: 16px;color: #000;line-height: 26px;font-weight: 400;background: #f5fff5;font-family: 'Rubik', sans-serif;background-size: cover;background-repeat: no-repeat;background-position: center top;-webkit-font-smoothing: antialiased;}
b, strong {
    font-weight: 600;
}
.pdi{padding: 0px !important;}
.container-fluid {padding: 0px;}
.auto-container {position: static;max-width: 1200px;padding: 0px 15px;margin: 0 auto;}
.small-container {max-width: 680px;margin: 0 auto;}
.boxed_wrapper {position: relative;overflow-x: hidden;margin: 0 auto;width: 100%;min-width: 300px;z-index: -100;}
@media (min-width:1200px) {
.container {max-width: 1170px;padding: 0px;}
.pdi{padding: 0px !important;}
}
a {text-decoration: none;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
a:hover {text-decoration: none;outline: none;color: #ef7f1a;}
input,
button,
select,
textarea {font-family: 'Rubik', sans-serif;font-weight: 400;font-size: 15px;}
ul,
li {list-style: none;padding: 0px;margin: 0px;}
input {transition: all 500ms ease;}
button:focus,
input:focus,
textarea:focus {outline: none;box-shadow: none;transition: all 500ms ease;}
p {position: relative;font-family: 'Rubik', sans-serif;line-height: 26px;color: #000;margin-bottom:15px;font-style: normal;transition: all 500ms ease;}
h1,
h2,
h3,
h4,
h5,
h6 {position: relative;font-family: 'Rubik', sans-serif;font-weight: 400;margin: 0px;transition: all 500ms ease;}
.centred {text-align: center;}
.pull-left {float: left;}
.pull-right {float: right;}
.gray-bg {background: #f2f1f0;}
.black-bg {background: #3b3634;}
.sec-pad {padding: 144px 0px 150px 0px;}
figure {margin: 0px;}
img {display: inline-block;max-width: 100%;height: auto;}
@keyframes pulse {
	50% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
			0 0 0 30px rgba(255, 255, 255, 0.1);
	}
}
h3{position: relative;font-family: 'Rubik', sans-serif;font-weight: 400;margin: 0px 0px 10px;transition: all 500ms ease;}
/** button **/
.theme-btn {position: relative;display: inline-block;font-size: 15px;font-family: 'Rubik', sans-serif;padding: 12px 40px;background-color: #000;line-height: 26px;color: #ffffff !important;font-weight: 500;text-transform: uppercase;cursor: pointer;text-align: center;transition: all 500ms ease;z-index: 1;border-radius: 10px;}
.theme-btn:hover {position: relative;display: inline-block;font-size: 15px;font-family: 'Rubik', sans-serif;padding: 12px 40px;background-color: #88E789;line-height: 26px;color: #000 !important;font-weight: 500;text-transform: uppercase;cursor: pointer;text-align: center;transition: all 500ms ease;z-index: 1;border-radius: 10px;}
.theme-btn:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;background-color: #312F2C;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.2, 1);transform: scale(0.2, 1);}
.theme-btn:hover:before {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.pagination {position: relative;display: block;margin-top: 30px;}
.pagination li {display: inline-block;margin: 0px 5px;}
.pagination li a {position: relative;display: inline-block;font-size: 18px;font-family: 'Rubik', sans-serif;height: 60px;font-weight: 700;width: 60px;line-height: 60px;text-align: center;color: #312F2C;border-radius: 50%;border: 1px solid #e7e7e7;transition: all 500ms ease;}
.pagination li a:hover,
.pagination li a.active {background: #ef7f1a;color: #ffffff;}
.sec-pad {padding: 80px 0px 80px 0px;}
.preloader {position: fixed;left: 0px;top: 0px;height: 100%;width: 100%;z-index: 999999;background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-image: url(../images/icons/preloader.gif);}
.scroll-top {width: 50px;height: 50px;line-height: 50px;position: fixed;right: 50px;font-size: 20px;border-radius: 50%;z-index: 1000;color: #ffffff;text-align: center;cursor: pointer;background: #ef7f1a;}
.scroll-top.open {bottom: 30px;}
.scroll-top:hover {background: #312F2C;}
.scroll-top:after {position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;
opacity: 1;background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/** sec-title **/
.sec-title h5 {position: relative;display: inline-block;font-size: 17px;line-height: 26px;color: #ef7f1a;font-family: 'Rubik', sans-serif;font-weight: 900;margin-bottom: 13px;padding: 0px 50px 0px 50px;}
.sec-title h5:before {position: absolute;content: '';background: #ef7f1a;width: 30px;height: 2px;left: 0px;bottom: 11px;}
.sec-title h5:after {position: absolute;content: '';background: #ef7f1a;width: 30px;height: 2px;right: 0px;bottom: 11px;}
.sec-title .style-two h5:after {display: none;}
.sec-title .style-two h5 {padding-right: 0px;}
.sec-title h1 {position: relative;display: block;font-size: 40px;line-height: 50px;font-family: 'Rubik', sans-serif;font-weight: 900;color: #262829;}
/*** 
====================================================================
                        Home-Page-One
====================================================================
***/

/** main-header **/
.main-header {position: absolute;left: 0px;top: 0px;z-index: 999;width: 100%;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.header .nav-bg {display: none;}
.whitebg{background: #fff;}
.nav-bg {display: none !important}
.sticky-header {position: fixed;opacity: 0;visibility: hidden;background: #ffffff;left: 0px;top: 0px;border-bottom: 1px solid #e0e0e0;width: 100%;z-index: 0;transition: all 500ms ease;}
.fixed-header .sticky-header {z-index: 999;opacity: 1;visibility: visible;}
.main-header .outer-content li {position: relative;display: inline-block;}
.main-header .outer-content li.header-flyout-searchbar i {position: relative;display: inline-block;font-size: 20px;width: 50px;height: 50px;line-height: 50px;color: #fff;background: #fbb419;text-align: center;border-radius: 50%;cursor: pointer;margin-right: 7px;transition: all 500ms ease;}
.main-header .outer-content li a {position: relative;display: inline-block;width: 50px;height: 50px;line-height: 50px;font-size: 20px;color: #fff;background: #ef7f1a;text-align: center;border-radius: 50%;}
.main-header .outer-content li a:hover,
.main-header .outer-content li.header-flyout-searchbar i:hover {background: #ef7f1a;}
.main-header .outer-box {margin-top: 32px;}
.main-header .logo-box .logo {position: relative;display: inline-block;padding: 0px 0px;}
.story {line-height: auto;}
.story img:hover {animation-name: rotate;animation-duration: 9s;animation-iteration-count: infinite;animation-timing-function: linear;border-radius: 50%}
@keyframes rotate {
	from {
		transform: rotate(-360deg)
	}

	to {
		transform: rotate(360deg)
	}
}

/** main-menu **/
.menu-box {float: left;width: 45%; padding: 0px 8px 0px 15px;}
.menu-box-right {float: right;width:45%;padding: 0px 8px 0px 10px;}
.menu-box-logo {width: 10%;float: left;}
.main-header .menu-area,
.main-header .outer-box {position: relative;float: left;}
.main-header .social-style-one {margin-top: 22px;}
.main-header .menu-area {margin-right: 0px;}
.main-menu {position: relative;display: block;}
.main-menu .navbar-collapse {padding: 0px;}
.main-menu .navigation>li {position: relative;	float: left;margin: 0px 0px;padding: 12px 20px 12px 0px;}
.main-menu .navigation>li:first-child {margin-left: 0px;}
.main-menu .navigation>li:last-child {padding-right: 0px;}
.main-menu .navigation>li>a {position: relative;display: block;font-size: 14px;font-family: 'Rubik', sans-serif;color: #000;line-height: 26px;opacity: 1;text-transform: uppercase;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;font-weight: 500;letter-spacing: 1px;}
.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {color: #fdc902;}
.main-menu .navigation {position: relative;top: 0px;width: 100%;padding: 0px 0px 0px 0px;border-radius: 10px;height: 56px;}
.main-menu .navigation>li>ul {position: absolute;left: 0px;top: 116%;width: 230px;z-index: 100;display: none;background: #ffffff;border-top: 3px solid #fecc00;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);}
.main-menu .navigation>li>ul {position: absolute;right: 0;top: 101%;width: 230px;z-index: 100;display: none;background: #ffffff;border-top: 3px solid #fecc00;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);}
.main-menu .navigation>li>ul>li {position: relative;width: 100%;padding: 7px 10px 7px 6px;border-bottom: 1px solid #e5e5e5;transition: all 500ms ease;}
.main-menu .navigation>li>ul>li:last-child {border-bottom: none;}
.main-menu .navigation>li>ul>li>a {position: relative;display: block;font-family: 'Rubik', sans-serif;padding: 0px 10px;line-height: 20px;font-size: 14px;color: #312F2C;font-weight: 400;text-align: left;text-transform: uppercase;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.main-menu .navigation>li>ul>li:hover {background: #fdc902;border-bottom: 1px solid #fdc902;}
.main-menu .navigation>li>ul>li:hover a {color: #000;padding-left: 10px;}
.main-menu .navigation>li>ul>li:last-child:hover {border-bottom: none;}
.main-menu .navigation>li.dropdown:hover>ul {visibility: visible;opacity: 1;}
/* Default navbar (normal position) */
.innav {position: relative;top: 42px;width: 1170px;border-radius: 10px;height:50px;background: #fff}
/* Fixed navbar (slides from top) */
.innav.innav-fixed {position: fixed;top: -80px;width: 1170px;border-radius: 10px;
/*background: linear-gradient(37deg, rgba(252,101,1,1) 0%, rgba(254,203,1,1) 50%, rgba(252,101,1,1) 100%); */
background: #fffffff0; 
box-shadow: 0px 0px 15px #9d9d9d;
z-index: 999;  animation: slideDown 0.5s forwards;}
/* Slide down keyframes */
@keyframes slideDown {
  from {
    top: -80px;
    opacity: 0;
  }
  to {
    top: 42px; /* final fixed top */
    opacity: 1;
  }
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {position: absolute;right: 15px;top: 8px;font-size: 18px;border: 1px solid #ffffff;color: #ffffff;width: 35px;height: 30px;line-height: 30px;text-align: center;cursor: pointer;z-index: 5;display: none;}
.navbar-header {display: none;}
.logo-box {}
.login-user {display: inline-flex !important;align-items: center;gap: 4px;padding-left: 26px;background-position: 0px;padding:12px 0px 12px 0px !important;}
.main-menu .navigation > li {position: relative;}
.main-menu .navigation > li > ul {position: absolute;top: 100%;left: 0;width: 210px;z-index: 100;display: none;background: #ffffff;border-top: 3px solid #fecc00;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);}
.main-menu .navigation > li > ul.open-left {left: auto;right: 0;}
/** sub-menu **/
.mm-hide {display: block !important}
.dd-hide {display: none !important}
.main-menu .navigation>li>ul>li>ul {position: absolute;left: 100%;top: 0%;width: 200px;z-index: 100;display: none;padding: 0px 0px;background-color: #ffffff;
border-top: 3px solid #ef7f1a;-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {visibility: visible;opacity: 1;top: 0;}
.main-menu .navigation>li>ul>li>ul>li {position: relative;width: 100%;margin: 0px;border-bottom: 1px solid #e5e5e5;}
.main-menu .navigation>li>ul>li>ul>li:last-child {border-bottom: none;}
.main-menu .navigation>li>ul>li>ul>li>a {position: relative;display: block;padding: 7px 15px !important;line-height: 16px;font-weight: 400;font-family: 'Rubik', sans-serif;font-size: 14px;color: #312F2C !important;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;text-transform: uppercase;}
.main-menu .navigation>li>ul>li>ul>li:hover>a {color: #ffffff !important;background: #ef7f1a;padding-left: 15px !important;}
.main-menu .navigation>li>ul>li.dropdown>a:after {position: absolute;content: "\f105";font-size: 16px;color: #3E3A38;top: 0px;right: -0px;font-family: 'Font Awesome 5 Free';font-weight: 600;cursor: pointer;transition: all 500ms ease;}
.main-menu .navigation>li>ul>li.dropdown:hover>a:after {color: #ffffff;}
.right-side-menu {margin-left: 10px}
.main-menu .fa svg {height:10px;margin-top:-4px;transition: transform 0.3s ease-in-out; width: 12px;}
.main-menu .ldn img {height:10px;margin-top:-5px;transition: transform 0.3s ease-in-out;}
.main-menu .navigation > li > a:hover i,
.main-menu .navigation > li > a:hover i svg {transform: rotate(90deg);transition: transform 0.3s ease-in-out;}
.innav-fixed .fa svg line {stroke: #3E3A38;}
.innav-fixed .login-user .ldn svg line {stroke: #3E3A38 !important;}
.innav-fixed .login-user svg path {fill: #3E3A38;}
.innav-fixed .navigation>li>a:hover {color: #3E3A38 !important;}
.home {width: 22px !important;height: 30px !important;margin-top: -4px;}
.home path {  fill: #000;}
.innav-fixed .home path {fill: #3E3A38;}


/** stricky-header **/
/** header-style-two **/
.main-header.style-two {position: relative}
.main-header.style-two .outer-content .clearfix {position: relative;display: inline-block;}
.main-header.style-two .outer-content .login-box {position: relative;display: inline-block;margin-right: 38px;padding: 0px 0px 0px 22px;}
.app-width {width: 182px;margfin-bottom: 10px}
.main-header.style-two .outer-content .login-box:before {position: absolute;content: '';border: 1px dashed #59688d;height: 20px;width: 1px;top: 5px;right: -22px;}
.main-footer .copyright {font-size: 12px;margin-top: 0px}
.main-header.style-two .outer-content .login-box a {position: relative;display: inline-block;font-size: 14px;color: #d3d8e2;}
.main-header.style-two .outer-content .login-box a:hover {color: #ef7f1a;}
.main-header.style-two .outer-content .login-box i {position: absolute;left: 0px;top: 7px;font-size: 14px;color: #ef7f1a;}
.main-header.style-two .outer-content li.header-flyout-searchbar i {width: 40px;height: 40px;line-height: 40px;background: #51628d;font-size: 16px;}
.main-header.style-two .outer-content li.header-flyout-searchbar i:hover {background: #ef7f1a;}
.main-header.style-two .outer-content li a {width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
.main-header.style-two .menu-area {float: none;margin-right: 0px;}
.main-header.style-two .main-menu .navigation>li {margin: 0px 10px;line-height: 46px;color: #312F2C;font-weight: 500;}
.mr-0 {margin: 0px}
.logo {position: absolute;top: -32px;margin: 0 auto;text-align: center;left: 0;right: 0;width: 124px;display:block}
.logo-none{display:none}
.logo-1{position: absolute;top: -32px;margin: 0 auto;text-align: center;left: 0;right: 0;width: 140px;display:none}
.logo-block{display:block;}
.shine {position: absolute;top: -82px;width: 285px;left: -75px;z-index: -1;}
.innav-fixed .navigation>li>a {position: relative;display: block;font-size: 14px;font-family: 'Rubik', sans-serif;color: #3E3A38;line-height: 26px;opacity: 1;text-transform: uppercase;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;}
.main-header.style-two .main-menu .navigation>li:first-child {margin-left: 0px;}
.main-header.style-two .main-menu .navigation>li:last-child {margin-right: 0px;}
.main-header.style-two .main-menu .navigation>li:before {position: absolute;content: '';width: 59px;height: 10px;left: 50%;margin-left: -30px;bottom: 29px;transform: scale(0, 0);background-repeat: no-repeat;transition: all 500ms ease;}
.main-header.style-two .main-menu .navigation>li.current:before,
.main-header.style-two .main-menu .navigation>li:hover:before {transform: scale(1, 1);}
.main-header.style-two .main-menu .navigation>li.current>a,
.main-header.style-two .main-menu .navigation>li:hover>a {color: #FFF;}
.main-header.style-two .main-menu .navigation>li.logo-box:before {display: none;}
.prn-50 {padding-right: 80px}
.pln-50 {padding-left: 75px}
/** slider-style-three **/
.main-slider.style-three {position: relative;}
.main-slider.style-three .slide {padding: 185px 0px 290px 0px;}
.main-slider.style-three .slide:before {background: rgba(0, 0, 0, 0.5);}
.main-slider.style-three h1 {color: #fff;margin-bottom: 44px;}
/* Gradient Overlay */


/** main-slider **/
.main-slider {position: relative; z-index: -1;}
.main-slider .slide {position: relative;padding: 195px 0px 170px 0px;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.main-slider .slide:before {position: absolute;content: '';background: rgba(0, 0, 0, 0.0);width: 100%;height: 100%;left: 0px;top: 0px;}
.header-bottom__banner .owl-nav {display: none}
.main-slider .content-box {position: relative;display: block;max-width: 700px;width: 100%;}
.main-slider h3 {position: relative;display: block;font-size: 28px;line-height: 35px;color: #ef7f1a;font-weight: 900;opacity: 0;margin-bottom: 11px;-webkit-transition: all 1000ms ease;-moz-transition: all 1000ms ease;-ms-transition: all 1000ms ease;-o-transition: all 1000ms ease;transition: all 1000ms ease;-webkit-transform: translateY(-50px);-moz-transform: translateY(-50px);-ms-transform: translateY(-50px);-o-transform: translateY(-50px);transform: translateY(-50px);}
.main-slider .active h3 {opacity: 1;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);transition-delay: 1000ms;}
.main-slider h1 {position: relative;display: block;font-size: 60px;line-height: 70px;color: #312F2C;font-weight: 900;margin-bottom: 25px;opacity: 0;-webkit-transition: all 1500ms ease;-moz-transition: all 1500ms ease;-ms-transition: all 1500ms ease;-o-transition: all 1500ms ease;transition: all 1500ms ease;-webkit-transform: translateX(-50px);-moz-transform: translateX(-50px);-ms-transform: translateX(-50px);-o-transform: translateX(-50px);transform: translateX(-50px);}
.main-slider .active h1 {opacity: 1;-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);transition-delay: 1500ms;}
.mobile-top{display:none}
.main-slider .text {position: relative;display: block;font-size: 20px;line-height: 30px;color: #454442;margin-bottom: 37px;opacity: 0;-webkit-transition: all 1500ms ease;-moz-transition: all 1500ms ease;-ms-transition: all 1500ms ease;-o-transition: all 1500ms ease;transition: all 1500ms ease;-webkit-transform: translateX(50px);-moz-transform: translateX(50px);-ms-transform: translateX(50px);-o-transform: translateX(50px);transform: translateX(50px);}
.main-slider .active .text {opacity: 1;-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);transition-delay: 1500ms;}
.main-slider .btn-box {opacity: 0;-webkit-transition: all 1800ms ease;-moz-transition: all 1800ms ease;-ms-transition: all 1800ms ease;-o-transition: all 1800ms ease;transition: all 1800ms ease;-webkit-transform: translateY(50px);-moz-transform: translateY(50px);-ms-transform: translateY(50px);-o-transform: translateY(50px);transform: translateY(50px);width: 100%;text-align: center;}
.hero-slider {
    position: relative;
    height: 100vh;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: -1; /* FIXED: -1 remove */
}
/*
.hero-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background: linear-gradient(
        37deg,
        rgba(0, 0, 0, 0.87) 0%,
        rgb(0 0 0) 63%,
        rgb(0 0 0 / 42%) 74%,
        rgb(0 0 0) 85%,
        rgb(0 0 0) 100%
    );
    z-index: 1;  
}
*/

/* Video perfect background */
.hero-slider video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}
.banner-image{ position: relative;z-index: -1;}
.banner-image:after{
	    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    background: linear-gradient(
        37deg,
        rgba(0, 0, 0, 0.87) 0%,
        rgb(0 0 0) 63%,
        rgb(0 0 0 / 42%) 74%,
        rgb(0 0 0) 85%,
        rgb(0 0 0) 100%
    );
    z-index: 1; /* Overlay on top */
	
}
.hero-slider .owl-theme .owl-nav .owl-prev {
    border-radius: 50px;
    position: absolute;
    top: 44%;
    left: 30px;
    height: 44px;
    line-height: 40px;
    width: 44px;
    background: #88e789;
    text-align: center;
    padding: 2px 10px;
	z-index:2000;
}
.hero-slider .owl-theme .owl-nav .owl-next {
    border-radius: 50px;
    position: absolute;
    top: 44%;
    right: 30px;
    height: 44px;
    line-height: 40px;
    width: 44px;
    background: #88e789;
    text-align: center;
    padding: 2px 10px;
	z-index:2000;
}
.main-slider .active .btn-box {opacity: 1;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);transition-delay: 1800ms;}
.hero-slider .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 0px !important;}


.new img{height:28px}
.d-hide {display: none !important}
.banner-text {
    margin: 0 auto;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    z-index: 5;
    width: 85%;
    text-align: center;
    left: 0;
    right: 0;
}
.banner-text h1 {font-size: 68px;font-weight: 600;padding-bottom: 10px;text-transform: uppercase;color: #fff;line-height: 60px;}
.banner-text h2 {font-size: 48px;font-weight: 900;padding-bottom: 10px;text-transform: uppercase;color: #fff;line-height: 50px;letter-spacing: 2px;}
.banner-text h1 span {font-weight: 400}
.banner-text h3 {font-size: 30px;font-weight: bold;text-transform: uppercase;color: #471b0d}
.banner-text h4 {font-size: 14px;color: #fff;padding-bottom: 15px;text-transform: uppercase;font-weight: 400;}
.banner-text p {color: #fff;padding-bottom:20px;}
.banner-text p span {font-weight: 600;color: #fff;}
.new {position: absolute;top: -18px;}
.banner {width: 100%;height: 100vh;z-index: -1;overflow: hidden;}

.banner video {width: 100%;height: 100%;  object-fit: cover;}
.banner-textbottom{margin-top:170px;width:1020px;text-align:center;color:#000;margin:0px auto 50px;font-size:32px; line-height:44px;font-family:Marcellus}
.profileplay{ }
.profileplay img {transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;}
.profileplay:hover img {transform: scale(1.2);filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));}
.bottom-one {background: #2C69F1;position: relative;display: block;text-decoration: none;padding: 10px 15px;text-transform: uppercase;overflow: hidden;transition: 1s all ease;border-radius: 50px;margin: 10px 5px;text-align: left;}
.bottom-one::before {background: #1D1D6E;content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;transition: all 0.6s ease;}
.bottom-two {background: #1D1D6E;position: relative;display: block;text-decoration: none;padding: 10px 15px;text-transform: uppercase;overflow: hidden;transition: 1s all ease;border-radius: 50px;margin: 10px 5px;text-align: left;}
.bottom-two::before {background: #2C69F1;content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;transition: all 0.6s ease;}
.btn1::before {width: 0%;height: 100%;}
.btn1:hover::before {width: 100%;}
.topbtn02.btn1:hover svg path {fill: #fff !important;}
.topbtn02.btn1 span svg path {fill: #000 !important;}
.topbtn01 span{position: relative;z-index: 100;color: #000;}
.topbtn01 svg {width: 18px;}
.topbtn02 svg {width: 18px;}
.topbtn02 span {position: relative;z-index: 100;color: #000;}
.topbtn01 span:hover{position: relative;z-index: 100;color: #fff;}
.topbtn02 span:hover {position: relative;z-index: 100;color: #fff;}
.topbtn02 {background: #fff;position: relative;display: block;text-decoration: none;padding: 5px 15px;transition: 1s all ease;border-radius: 50px;margin: 10px 5px;text-align: left;float: left;font-size: 14px;color: #000;}
.topbtn02.about-internal-page{color:#fff}
.topbtn02::before {background: #2C69F1;content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;transition: all 0.6s ease;border-radius: 62px;}
.topbtn01 img, .topbtn02 img {height: 7px;padding-left: 3px;}
/*  -----------------notice------------------------ */
/* ---------------- Title ---------- */
.title {margin: 0 auto 30px;width: 100%;text-align: center;}
.title h1 {font-size: 34px;font-weight: 500;padding-bottom: 12px;text-transform: uppercase;color: #3E3A38;line-height: 40px; font-family:Marcellus;}
.title h1 span {font-weight: 300}
.title h3 {font-size: 30px;font-weight: bold;text-transform: uppercase;color: #FECC00;}
.title h4 {font-size: 16px;color: #FECC00;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;}
.title p {color: #312F2C;text-transform: uppercase;font-weight: 500;letter-spacing: 1px;font-size: 16px;}
/* ---------------- Title ---------- */
/* ---------------- notice board ---------- */
/* Notice Board */
.notice-block-two {padding-top: 5px;background: #000;border-radius: 20px;}
.NoticeBoard {width: 100%;padding: 60px 0 0px;}
.NoticeBoard .container {padding: 0px 0px;border-radius: 10px;}
.NoticeBoard h2 {color: #88E789;font-size: 35px;line-height: 35px;margin-bottom: 0px;font-family:Rubik;font-weight:700}
.NoticeBoard h2 a.view-btn {font-size: 16px;float: right;background: #F7494B;padding: 7px 20px;border-radius: 5px;line-height: 26px;color: #fff;text-transform: uppercase;}
.find-txt {margin-bottom: 20px;font-size: 22px;color: #fff;line-height: 26px;}
.NoticeBoard .board-slide.slick-initialized.slick-slider {padding-right: 50px;}
.NoticeBoard .slick-slide {border-radius: 0px;padding: 10px 10px 10px 15px;position: relative;margin-right: 0px;min-height: 100px;width: 100% !important;}
.NoticeBoard .count {width: 30px;height: 30px;border-radius: 0%;text-align: center;line-height: 30px;color: #fff;font-size: 16px;font-weight: 600;position: absolute;left: 20px;top: 37px;border-radius: 50%;background: #F7494B;z-index: 1;}
.NoticeBoard .NoticeLeft {position: relative;float: left;font-size: 44px;text-align: center;color: #88E789;line-height: 18px;font-weight: 700;padding: 0px 10px;border-radius: 0px;width: 80px;height: auto;border-right: 1px solid #fff;letter-spacing: 5px;}
.NoticeBoard .NoticeLeft span {font-size: 18px;color: #fff;display: block;margin-bottom: 5px;font-weight: 400;}
.NoticeBoard .Noticeright {width: calc(100% - 100px);float: right;font-size: 18px;color: #646464;line-height: 20px;position: relative;font-weight: 300;padding:15px 0 10px;}
.NoticeBoard .Noticeright span {background: #88E789;padding: 4px 6px;color: #000;font-size: 12px;font-weight: 600;position: absolute;left: 0;top: -10px;line-height: 12px;border-radius: 33px;}
.NoticeBoard .Noticeright span:before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #88E789;position: absolute;left: 4px;bottom: -5px;}
.NoticeBoard .month {color: #fff;font-size: 18px;font-weight: 400;line-height: 12px;letter-spacing: 1px; margin-top: 5px;}
.line-height {line-height: 22px;font-size: 16px;font-weight: 400;}
.updated {color: #88E789;font-size: 12px;font-weight: 300;font-style: italic}
.NoticeBoard .NoticeHead {color: #fff;font-size: 14px;font-weight: 500;line-height: 18px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;height: 38px;}
.NoticeBoard .slick-prev.slick-arrow {background: url(../images/preev.png) left top no-repeat;width: 42px;height: 80px;background-size: 100%;color: transparent;top: auto;right: 55px;bottom: 20px;cursor: pointer;}
.NoticeBoard .slick-next.slick-arrow {background: url(../images/next.png) left top no-repeat;width: 42px;height: 80px;background-size: 100%;color: transparent;top: auto;right: 0;bottom: 20px;cursor: pointer;}
.notice .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 30px;left: -96px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.notice .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 30px;right: -96px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.view-all {background: #000;color: #fff;text-transform: uppercase;padding: 6px 10px;border-radius: 70px;margin: 0 auto;line-height: 30px;display: block;width: 200px;text-align: center;font-size: 16px;height: 40px;margin-top: -18px;font-weight:400;}
.view-all:hover {background: #88E789;color: #000;text-transform: uppercase;padding: 6px 10px;border-radius: 70px;margin: 0 auto;line-height: 30px;display: block;width: 200px;text-align: center;font-size: 16px;height: 40px;margin-top: -18px;font-weight:400;}
.view-all img{margin-left:5px;margin-top:-2px;}

/* events Board */
.marquee-events{padding:0px 0px;}
.mqbox {position: relative;} 
.mq {padding: 0px 0 0px;background-color:#8CE78D;color: #626060;font-weight: bold;height: 50px;}
.mqbox .headertext {padding: 7px 0 0px; background-color: #000; color: #626060; font-weight: bold; } 
.mqbox .headertext {position: absolute;top: 0;left: 0;z-index: 10;padding: 5px 16px;background: #8CE78D;color: #000;text-transform: uppercase;line-height: 20px;text-align: right;border-right: 1px solid #ffffff;height:50px;}
.headertext a {font-size: 12px;text-transform: none;color: #000;text-align: right;}
.headertext a:hover {font-size: 12px;text-transform: none;color: #000;text-align: right;}


@media only screen and (max-width: 767px) {
.mqbox .headertext {padding: 12px 10px;line-height: 14px;font-size: 12px; width: 86px;text-align:left}
.mqbox marquee ul li h4 {font-size: 14px;line-height: 12px;}	
}

.marquee-container {overflow: hidden;white-space: nowrap;box-sizing: border-box;width: 100%;background: #8CE78D;}
.marquee-content {display: inline-block;animation: marquee 40s linear infinite;}
.marquee-content:hover {animation-play-state: paused;}
.marquee-content ul {display: flex;  padding: 0;  margin: 0;  list-style: none;}
.marquee-content li { padding: 10px 20px;background: #8CE78D;}
.marquee-content li:last-child { padding: 10px 20px;  border-right: 0px solid #000000;  background: #71A771;}
.marquee-content ul li h4 {margin: 0;padding: 0px 0px;font-size: 18px;line-height: 28px;color: #000;}
.marquee-content ul li h4 span {font-size: 28px;color: #71A771;font-weight: 600;position: relative;top: 3px;left: -5px;}
.marquee-content ul li p{margin: 0; padding:0px;font-size:14px;color:#312f2c;font-weight: 600;} 
    @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
}
.marquee-content {
  display: flex;
  animation: marquee 30s linear infinite; /* 🔽 yahan time badhaya = speed slow */
}

/* ---------------- notice board end ---------- */
.carousel-indicators {position: absolute;right: inherit;bottom: -46px;left: 0;z-index: 15;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;padding-left: inherit;margin-right: inherit;margin-left: inherit;list-style: none}
.carousel-indicators li {box-sizing: content-box;-ms-flex: 0 1 auto;flex: 0 1 auto;width: 20px;height: 20px;margin-right: 3px;margin-left: 3px;text-indent: -999px;cursor: pointer;background-color: #707070;background-clip: padding-box;opacity: .5;transition: opacity .6s ease;border-top: 0;border-bottom: 0;border-radius: 20px}
.carousel-indicators .active {opacity: 1;background-color: #fd7d7d}
.carousel-indicators .active {opacity: 1;background-color: #fd7d7d}
.header-bottom__banner .owl-dots {position: relative;width: 100%;left: 0;top: -100px;text-align: center;}
.header-bottom__banner .owl-dots .owl-dot {padding: 0;}
.header-bottom__banner .owl-dots .owl-dot span {min-width: 20px;height: 20px;background-color: transparent;border: solid 2px #fecc00;}
.header-bottom__banner .owl-dots .owl-dot.active span {min-width: 20px;height: 20px;-webkit-transition: all .3s ease;transition: all .3s ease;background-color: #fecc00 !important}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {background: #fecc00 !important;}
.owl-theme .owl-dots .owl-dot.active span {background: none repeat scroll 0 0 #cda274;border: 2px solid #fecc00;}
/** Story-section **/
.overlay {display: none;position: fixed;top: 0;height: 100%;width: 100%;background: -webkit-linear-gradient(290deg, rgb(49 47 44) 0, rgb(239 127 26) 49%, rgb(49 47 44) 100%);background: linear-gradient(290deg, rgb(49 47 44) 0, rgb(239 127 26) 49%, rgb(49 47 44) 100%);background: -moz-linear-gradient(290deg, rgb(49, 47, 44) 0, rgb(254, 204, 0) 49%, rgb(49, 47, 44) 100%);overflow: auto;z-index: 991}
.wrap {width: 100%;max-width: 950px;margin: 0 auto;padding: 150px 15px 0px 15px;}
.wrap h3 {color: #312f2c;padding: 5px 0 10px;font-size: 24px;font-family: 'Rubik', sans-serif}
.infra{border-radius:5px}
.wrap h4, h5 {color: #fff;padding: 5px 0 0}
.wrap ul.wrap-nav {text-transform: capitalize;padding: 0 0 50px}
.wrap p {color: #fff !important;padding: 5px 0 0;font-family: 'Rubik', sans-serif;font-size: 14px;letter-spacing: .5px}
.wrap ul.wrap-nav li {text-align: left;width: 100%;position: relative;font-family: 'Rubik', sans-serif}
.wrap ul.wrap-nav li a {color: #fff;padding: 6px 10px 6px 40px;display: inline-block;font-weight: 400;font-size: 14px;text-decoration: none;transition-property: all .2s linear 0;-moz-transition: all .2s linear 0;-webkit-transition: all .2s linear 0;-o-transition: all .2s linear 0;font-family: 'Rubik', sans-serif}
.wrap ul.wrap-nav li a:hover {color: #fff;font-weight: 400}
.wrap ul.wrap-nav ul {padding: 20px 0}
.wrap ul.wrap-nav ul li {display: block;font-size: 13px;width: 100%;color: #fff}
.wrap ul.wrap-nav ul li a {color: #fff}
.wrap ul.wrap-nav ul li a:hover {color: #fff}
.myaccordion .card {background: transparent}
.myaccordion {max-width: 500px;margin: 0 auto 20px;box-shadow: 0}
.myaccordion .card-body {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 0rem 0rem 0rem 0rem}
.myaccordion .card,
.myaccordion .card:last-child .card-header {border: 0}
.myaccordion .card-body ul {margin-top: 0;font-family: 'Rubik', sans-serif}
.myaccordion .card-body ul li {display: block;border-right: 0 solid #fff;padding: 0 24px;text-align: left;font-size: 16px;color: #fff;font-family: 'Rubik', sans-serif}
.myaccordion .card-body ul li a {font-size: 16px;color: #312f2c;font-family: 'Rubik', sans-serif;text-align: left;font-weight: 400;}
.myaccordion .card-body ul li:last-child {border-right: 0 solid #fff;padding-bottom: 20px;margin-top: 0}
.myaccordion .card-header {background: transparent;padding: 5px 10px;border-bottom: 0 solid rgba(0, 0, 0, .125)}
.myaccordion .fa-stack {font-size: 18px}
.myaccordion .btn {width: 100%;font-weight: 600;color: #312f2c;padding: 0;text-transform: uppercase;font-family: 'Rubik', sans-serif;font-size: 18px;}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {text-decoration: none}
.myaccordion li+li {margin-top: 5px}
.modal-body-new {padding: 0rem;background: #fff;border-radius: 0px;}
.myaccordion h2{text-align:left;}
.myaccordion .h22{text-align:left;line-height:15px; padding-bottom:10px;}
.myaccordion h2 a {width: 100%;font-weight: 600;color: #312f2c;padding: 0;text-transform: uppercase;font-family: 'Rubik', sans-serif;font-size: 18px;text-align:left;}
.story-slide .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 0px;position: absolute;z-index: 10000;bottom: -48px;left: 0;right: 0;background: transparent !important;text-align: center;}
.story-slide .owl-theme .owl-dots .owl-dot span {width: 18px;height: 18px;margin: 5px 4px;border: solid 2px #fecc00 !important;display: block;-webkit-backface-visibility: visible;transition: opacity .2s ease;border-radius: 30px;}
.owl-theme .owl-dots .owl-dot span {background: transparent !important;}
.story-slide .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);padding-bottom: 0px;}
.story-slide .owl-theme .owl-dots .owl-dot span {width: 18px;height: 18px;margin: 5px 4px;border: solid 2px #e14224 !important;display: block;-webkit-backface-visibility: visible;transition: opacity .2s ease;border-radius: 30px;}
.story-slide .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {background: #e0602d;border: solid 2px #fff;}
.story-slide .owl-carousel .owl-item img {display: block;	width: 100%;border-radius: 0px;}
.story-slide .modal-content {width: 90% !important;}
.modal.StoryModal .modal-body {padding: 0 0px 0;background: transparent;text-align: center;border-radius: 0;z-index: 999999;position: relative;}
.colose-pop {width: 30px;position: absolute;height: 28px;background-color: #e0602d !important;border-radius:24px;z-index: 1000000 !important;opacity: 1;font-weight: 300;right: -10px;border: 0;font-size: 24px;top:  -10px;color: #fff;}

/** about-section **/
.about-section {position: relative;display: block;padding: 80px 0px 230px 0px;background: #FAFAF7 url(../images/about/outline-IMG_9807.svg);background-size: cover;}
.ab-banner{position: relative; padding-top:10px}
.four-icon{background:#fff;width:789px; position:absolute;height:130px;bottom:-50px; left:0px; right:0px; margin:0 auto;border-radius:20px;z-index:100;box-shadow: 0px 0px 5px #0a00000d;}
.ab-banner .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;top: 38%;left: -28px;height: 44px;line-height: 40px;width: 44px;background: #88e789;text-align: center;padding:2px 10px;}
.ab-banner .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;top: 38%;right: -28px;height: 44px;line-height: 40px;width: 44px;background: #88e789;text-align: center;padding:2px 10px;}
.ab-banner .owl-carousel .owl-stage-outer {border-radius:20px;}
.simg{margin-bottom: 50px;}
.ab-banner .simg img {border-radius: 20px;position: relative;height: 450px;width: 100% !important;}
.ab-banner .ab-block-two::before {  content: "";position: absolute;inset: 0;  background: linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.12) 70%, rgb(0 0 0 / 2%) 100%);  z-index: 1;border-radius: 20px;}
.ab-banner-text {position: absolute;bottom: 120px;z-index: 100;width: 50%;color: #fff;text-align: center;margin: 0 auto;left: 0;right: 0;}
.ab-banner-text h3{font-family:Marcellus; font-size:32px;margin-bottom:10px;}
.ab-banner-text h4{font-size:16px;line-height:24px; margin-bottom:20px;}
.ab-banner-text h5{font-size:12px;line-height:14px;background:#88e789; border-radius:50px;color:#000; width:130px;height: 24px;margin: 0 auto 10px;}
.ab-banner-text a{color:#88e789;font-weight:400;font-size:16px;display:block;margin:0 auto;width:150px;}
.ab-banner-text a img {transition: transform 0.3s ease; margin-top: 6px; height: 12px !important; object-fit: inherit;max-width: 20px !important;float: right;}
.ab-banner-text a:hover img {animation: arrowLoop 0.6s ease-in-out infinite;}

@keyframes arrowLoop {
  0% { transform: translateX(0); }
  50% { transform: translateX(6px); }  /* arrow aage */
  100% { transform: translateX(0); }   /* wapas */
}
.admissionn-section-new{width: 100%;text-align: left;position: relative;background:#88E789;height:130px;border-radius: 0px 20px 20px 0px;padding:20px 25px;}
.admissionn-section-new h3{color:#000;font-size:22px;font-weight:bold;text-align:left;margin-bottom:20px}
.admissionn-section-new h3 span{color:#000;font-size:14px;font-weight:400;text-align:left}
.admissionn-section-new a{color:#000;text-align:left;font-weight: 600;font-size: 15px;}
.admissionn-section-new a:hover{color:#2D882E;text-align:left;font-weight: 600;}
.admissionn-section-new a img {transition: transform 0.3s ease;margin-top: 7px;height: 12px !important;object-fit: inherit;max-width: 57px !important;float: right;    position: relative !important;left: -10px;}
.admissionn-section-new .title {margin: 0 auto 0px;width: 90%;text-align: center;position: relative;transform: translate(-50%, -50%);top: 45%;left: 40%;}
.icon-sec{position:relative;text-align: center;padding: 0px 2px;transition: transform 0.3s ease;}
.icon-sec img{position:relative;text-align: center;height:50px !important; margin-bottom:10px; transition: transform 0.3s ease;width: 100% !important;object-fit: none !important;}
.icon-sec:hover img {transform: scale(1.2);}
.lifetime-rvnk .item .text-box .readmore:hover {color: #88e789}
.icon-sec h3 {color: #3E3A38;font-size: 13px;font-weight: 400;text-align: center;margin-bottom: 0px;text-transform:uppercase}
.hv{} a
.hv a{color: #3E3A38;}
.hv a:hover .icon-sec h3{color:#FC6501}
/* ---------------- notice board end ---------- */
.about-section .title {margin: 0 auto 30px;width: 100%;text-align: center;}
.about-section .title h2 {font-size: 34px;font-weight: 500;padding-bottom: 10px;text-transform: uppercase;color: #3E3A38;line-height: 40px;font-family:Marcellus;}
.about-section .title h1 span {font-weight: 300}
.about-section .title h3 {font-size: 16px;font-weight: 400;text-transform: uppercase;color: #3E3A38;letter-spacing:1px;margin-bottom:40px;}
.about-section .title h4 {font-size: 16px;color: #FECC00;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;}
.about-section .banner-line {height: 8px !important;width: 80px;background: #ef7f1a;margin: 10px auto 0px;border-radius: 5px;}
.about-section .title p {color: #312F2C;text-transform: none;font-weight: 400;font-size:16px;text-align: justify;letter-spacing: .5px;}
.body-bg {background: url(../images/logo-white-bg.svg) center no-repeat fixed;background-size: 40%;}
.right-image {padding-top: 0px}
.right-image img {border-radius: 20px;}
.about-section .content-box .sec-title {position: relative;display: block;margin-bottom: 33px;}
.about-section .content-box .bold-text {position: relative;display: block;font-size: 15px;line-height: 28px;color: #4c4c4c;font-weight: 400;margin-bottom: 15px;}
.about-section .content-box p {position: relative;display: block;margin-bottom: 24px;font-size: 15px;line-height: 25px;font-weight: 400;color: #312F2C;}
.about-section .icon-box {position: absolute;left: 15px;top: -10px;font-size: 60px;line-height: 60px;color: #000;}
.about-section .icon-box img {width: 100%}
.about-section .count-outer {display: block;font-size: 18px;line-height: 24px;color: #000;font-weight: 400;margin-bottom: 10px;}
.about-section ul {margin: 30px 20px 30px;}
.about-section ul li {line-height: 25px;background: url(../images/icons/right-tik.svg) no-repeat left 5px;padding: 2px 11px 5px 31px;;list-style: none;margin: 0;vertical-align: middle;font-size: 15px;font-weight: 400;color: #312f2c;text-align: left;}
.about-section .staff {position: absolute;left: 0px;top: 12px;font-size: 60px;line-height: 60px;color: #000;}
.about-section .staff-outer {position: relative;display: block;font-size: 18px;line-height: 24px;color: #000;font-weight: 400;margin-bottom: 10px;left: 70px;top: 24px;}
.objective-section ul li {line-height: 18px;background: url(../images/icons/right-tik.svg) no-repeat left 2px;padding: 5px 11px 15px 31px;list-style: none;margin: 0;vertical-align: middle;font-size: 14px;font-weight: 400;color: #312f2c;}
.objective-section p {font-size: 16px;font-weight: 400;}
.objective-section h5{color:#fd6601}
.objective-section h6 {font-size: 22px;margin-bottom: 10px;}
.about-infra ul {margin: 10px 0px 30px;}
.objective-section .accordion-box .block .acc-btn h4 {position: relative;display: block;font-size: 20px;font-weight: 700;color: #3b3634;padding: 15px 0px 15px 0px;cursor: pointer;transition: all 500ms ease;}
.more {background: #EF7F1A;color: #F6F6F1;text-transform: uppercase;padding: 10px 16px;border-radius: 15px;line-height: 30px;display: block;width: 115px;text-align: center;font-size: 18px;height: 48px;margin-top: 50px;}
.more:hover {background: #FECC00;color: #000;text-transform: uppercase;padding: 10px 16px;border-radius: 15px;line-height: 30px;display: block;width: 115px;text-align: center;font-size: 18px;height: 48px;margin-top: 50px;}

/*------------Lifetime ------------- */
.lifetime-rvnk{padding:90px 0px 100px; background:#88E789}
.lifetime-rvnk .title {margin: 0 auto 50px;width: 100%;text-align: center;}
.maxwd{padding:0px 50px;}
.lifetime-rvnk .title h2 {text-align: center;font: normal normal 500 34px/34px Marcellus;letter-spacing: 0.9px;color: #3E3A38;text-transform: uppercase;opacity: 1;padding-bottom: 10px;line-height: 40px}
.lifetime-rvnk .title h3 {font-size: 16px;font-weight: 400;text-transform: uppercase;color: #3E3A38;letter-spacing: 1px;margin-bottom: 40px;}
.lifetime-rvnk .title span {text-align: center;font: normal normal 300 16px/19px Rubik;letter-spacing: 0.8px;color: #3E3A38;text-transform: uppercase;opacity: 1;}
.lifetime-rvnk .title p {color: #312F2C;text-transform: none;font-weight: 400;font-size: 18px;text-align: justify;}
.lifetime-rvnk .item {width: 100%;margin-right: 22.8px;display: block;color: inherit;position: relative;}
.lifetime-rvnk .image-box {overflow: hidden;width: 100%;position: relative;border-radius:10px;height: 400px;}
.lifetime-rvnk .item:hover .image-box::after {background-color: rgb(1 15 26 / 72%);}
.lifetime-rvnk .item .image-box::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;background-color: rgb(5 17 32 / 22%);transition: all .3s ease-out;}
.lifetime-rvnk .item .text-box {position: absolute;left: 0;bottom: 0;width: 100%;padding: 32px 20px;flex-direction: column;text-align:left;}
.lifetime-rvnk .item .text-box::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;transition: all .3s ease-out;}
.lifetime-rvnk .item .text-box small {top: -182px;height: 22px;padding: 3px 10px;position: absolute;z-index: 2;transition: all .3s ease-out;background: #ffffff 0% 0% no-repeat padding-box;border-radius:50px;margin: 10px 0px;text-align: left;font: normal normal normal 12px / 14px Rubik;letter-spacing: 0px;color: #000;text-transform: uppercase;opacity: 1;line-height: 18px;}
.lifetime-rvnk .text-box h3 {font-weight: 500;position: relative;z-index: 2;line-height: 50px;margin-bottom: 24px;text-align: left;font: normal normal normal 20px/27px Marcellus;letter-spacing: 0.5px;color: #FFFFFF;text-transform: uppercase;opacity: 1;top:15px;}
.lifetime-rvnk .item .text-box .cont {white-space: normal;position: relative;z-index: 2;padding-bottom: 0;transition: max-height .5s ease;}
.lifetime-rvnk .item:hover .text-box .cont {max-height: 400px;}
.lifetime-rvnk .item .text-box .cont p {font-size: 16px;letter-spacing: 0;line-height: 18px;margin-bottom: 20px;color:#fff;}
.lifetime-rvnk .item .text-box .readmore {display: inline-flex;align-items: center;justify-content: flex-start;color: #fff;text-transform: uppercase;cursor: pointer;font-size: 12px;font-weight: 400;letter-spacing: 1px;line-height: 16px;background-color: transparent;outline: 0;border: none;padding: 0;display: inline-flex;position: relative;z-index: 2;}
.lifetime-rvnk .item .text-box .readmore img{font-size:14px;padding-left:4px;height: 9px;}
.lifetime-rvnk .item .text-box .readmore::after {font-size: 10px;margin-left: 5px;}
.lifetime-rvnk .item .text-box::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;transition: all .3s ease-out;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 0px 0px 10px 10px;}
.lifetime-rvnk .item .image-box .expimg{background-position: center center;min-height: 404px;background-size: cover;}
.it-event-2-content h5{-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;height: 93px;}

/** service-style-two **/
.service-style-two {position: relative;display: block;}
.service-style-two .service-block-one {padding: 10px;}
.service-style-two .inner-content {width: 1000px;margin: 0px auto 0px;padding-top: 60px;}
.service-style-two .service-block-one .icon-box {color: #fbb419;}

/** counter-style-two **/
.online {padding: 10px 40px;line-height: 22px;font-size: 16px;font-weight: 400;}
.online::before {content: '';width: 100%;height: 50px;background: url(../images/icons/linev.svg) no-repeat;position: absolute;top: 18%;margin-left: 0;left: 35px;}
.notice {position: relative;	display: block;padding: 80px 0px 80px 0px;background: linear-gradient(0deg,rgba(250, 250, 247, 1) 0%, rgba(136, 231, 137, 1) 100%);}
.length {width: 100%}
.NoticeBoard .Noticeright-new {padding: 10px 0 10px;}

/** about-style-two **/
.about-style-two {position: relative;display: block;}
.about-style-two .sec-title {margin-bottom: 33px;}
.about-style-two .title-box {position: relative;display: block;margin-bottom: 63px;}
.about-style-two .title-box .text {	position: relative;	display: block;	font-size: 18px;line-height: 28px;color: #4c4c4c;}
.about-style-two .image-inner {margin-bottom: 62px;}
.about-style-two .image-inner .image-box {position: relative;	display: block;	border-radius: 20px;}
.about-style-two .image-inner .image-box img {width: 100%;border-radius: 20px;}
.about-style-two .lower-content {position: relative;display: block;max-width: 760px;width: 100%;margin: 0 auto;}
.about-style-two .lower-content .text {margin-bottom: 63px;}
.about-style-two .anim-icon .icon-1 {background: url(../images/icons/anim-icon-2.png);width: 188px;height: 192px;top: 45%;right: 80px;background-repeat: no-repeat;}

/** principle massage **/
.principal-section {position: relative;display: block;background: #FECC00;padding: 100px 0px 0px;overflow: hidden;}
.principal-section .box {text-align: center;font-size: 18px;line-height: 18px;padding-bottom: 70px}
.principal-section .image-box {position: relative;	display: block;	margin: 0px 60px 0px 0px;}
.principal-section .box p {text-align: center;font-size: 18px;line-height: 18px;}
.principal-section .box img {text-align: center;padding: 0px 0px 10px;}
.principal-section .job {font-size: 18px;line-height: 18px;border: solid 2px #312F2C;position: relative;border-radius: 45px;padding: 30px;padding: 20px 30px 30px 30px;margin: 0px 50px;text-align: left;background: #ffd62f;}
.principal-section .job span {position: absolute;left: 0;top: 0;padding: 16px 0 0;text-align: left;padding-left: 20px;}
.principal-section .job h4 {font-size: 30px;color: #312F2C;line-height: 30px;font-weight: 600;margin: 5px 0 5px;padding-left: 115px;}
.principal-section .job p {font-size: 16px;color: #312F2C;line-height: 24px;padding-left: 115px;font-style: italic}
.principal-section .message {}
.principal-section .message h1 {text-transform: uppercase;text-align: left;font-size: 30px;font-weight: bold}
.message .tabs-box .tab {position: relative;display: none;transition: all 900ms ease;-moz-transition: all 900ms ease;-webkit-transition: all 900ms ease;-ms-transition: all 900ms ease;-o-transition: all 900ms ease;}
.message .tab.active-tab {display: block;}
.message .tabs-box .tab {}
.message .tabs-box .tab.active-tab {}
.message .product-info-tabs .tabs-content .text h3 {font-size: 24px;margin-bottom: 16px;}
.message .product-info-tabs .tabs-content .text p {margin-bottom: 26px;}
.message .product-info-tabs .tabs-content .text p:last-child {margin-bottom: 0px;}
.message .product-info-tabs .tab-btns li {position: relative;float: left;font-size: 15px;font-weight: 400;color: #6D6D6C;border-radius: 0px;padding: 8px 0px 8px 0px;text-transform: uppercase;margin-right: 10px;cursor: pointer;text-align: left;}
.message .product-info-tabs .tab-btns li.active-btn,
.message .product-info-tabs .tab-btns li:hover {color: #000;font-size: 15px;font-weight: 400;text-align: left;background: url(../images/icons/line-tab.svg) no-repeat;background-position: bottom left;}
.message .product-info-tabs .tab-btns li:last-child {margin-right: 0px;}
.message .product-info-tabs {position: relative;display: block;margin-bottom: 95px;}
.message .related-product .sec-title {margin-bottom: 40px;}
.message .tabs-content {padding-top: 30px;text-align: left;}
.message .massage-box {width: 50%;padding: 0px 15px;min-height: 460px;}
.message .massage-box p {line-height: 23px;font-style: italic;margin-bottom: 30px;font-weight: 400;font-size: 16px;}
.message .principal-photo {position: absolute;top: -30px;right: 0;text-align: center}
.message .principal-photo img {width: 100%;}
.message .continue {margin-top: 8px;display: block;color: #ef8118;font-weight: bold;width: auto;}
.message .massage-box h3 {text-transform: uppercase;font-size: 18px;font-weight: 400;}
.message .massage-box h3 span {text-transform: uppercase;font-size: 12px;font-weight: 400;}

/** classes-style-three **/
/** Lab Section **/
.lab-section {position: relative;display: block;padding: 0px 0px 0px;overflow: hidden;min-height: 600px}
.lab-section img {width: 100%}
.lab-section .pd-0 {padding: 0px}
.lab-section .labbox {min-height: 570px;background-size: 100% !important;background-repeat: no-repeat !important;background-position: 0 center !important;}
.lab-section .labbox a {color: #fff}
.lab-section .labbox::before {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;transition: all 0.8s;opacity: 0.6;background: #000;z-index: 1;}
.lab-section .labbox:hover {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;transition: all 0.8s;opacity: 0.8;background: #fecc00;z-index: 1;}
.labbox .text-area {position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;z-index: 100;width: 162px;/*height: 250px; */}
.labbox .text-area img {color: #fff;padding: 10px}
.labbox .text-area h4 {color: #fff;font-size: 18px;margin-top: 10px;}
.labbox .text-area h4:hover {color: #FECC00}
.labbox .text-area p {color: #fff;line-height: 18px;font-size: 14px;}

/** Lab Section end **/

/** Topper Section Start **/
.topper-section {position: relative;display: block;padding: 80px 0px 80px;background:#fff;}
.cup{position: absolute;top: -30px;left: 0px;}
.cup img{height:140px}
.star {position: absolute;top: 148px;left: 62px;z-index: 10;}
.star img{height:36px}
.star2 {position: absolute;top: 40px;right: 60px;z-index: 10;}
.star2 img{height:46px}
.one {position: absolute;bottom: -106px;right: 211px;}
.one img{height:70px}

.topper-section .title {margin: 0 auto 30px;width: 100%;text-align: center;}
.topper-section .title h1 {font-size: 34px;font-weight: 500;padding-bottom: 0px;text-transform: uppercase;color: #3E3A38;line-height: 32px;font-family: Marcellus;}
.topper-section .title p {color: #312F2C;text-transform: uppercase;font-weight: 400;letter-spacing: 1px;font-size: 14px;}
.topper-section .student-box {padding: 10px 20px;text-align: center;}
.topper-section .student-box p {padding: 0px 0px 15px;text-align: center;text-transform: uppercase;font-size: 18px;}
.topper-block-two {padding: 0px 0px;margin-bottom: 0px;}
.topper-block-two img {border-radius: 10px 10px 0px 0px;width: 180px !important;object-fit: cover;margin: 0 auto;}
.topper-section .btn-all:hover {color: #fff;text-transform: uppercase;font-size: 15px;background: #88E789;padding: 5px 15px;border-radius: 50px;display: block;width: 128px;margin: -48px auto 0px;z-index: 10;position: relative;}
.topper-section .btn-all {color: #fff;text-transform: uppercase;font-size: 15px;background: #000;padding: 5px 15px;border-radius: 50px;display: block;width: 128px;margin: -48px auto 0px;z-index: 10;position: relative;}
.topper-section .btn-all img{height:10px;margin-left: 4px;}
.topper-section .btn-all1 {color: #fff;text-transform: uppercase;font-size: 15px;background: #000;padding: 5px 15px;border-radius: 50px;display: block;width: 128px;margin: -45px auto 0px;z-index: 10;position: relative;}
.topper-section .btn-all1:hover {color: #fff;text-transform: uppercase;font-size: 15px;background: #88E789;padding: 5px 15px;border-radius: 50px;display: block;width: 128px;margin: -45px auto 0px;z-index: 10;position: relative;}
.topper-section .btn-all1 img{height:10px;margin-left: 4px;}


.topper-block-two .topper-name {font-size: 14px;font-weight: 500;text-align: center;color: #312F2C;padding: 4px 0px 5px;}
.topper-section .owl-theme .owl-nav {margin-top: 20px;}
.topper-block-two .owl-carousel .owl-item img {display: block;width: 80%;}
.toppmername{height:80px;margin-top: -6px;}
.toppmername h6{font-size: 18px;font-weight: 500;margin-bottom:30px}
.ribbon {position: absolute;bottom: 40px;left: 0;right: 0;margin: 0 auto;}
.ribbon img{width:260px !important}
.topper-block-two .marking {font-size: 18px;font-weight: 500;text-align: center;color: #000000;padding: 15px 0px;line-height: 15px;}
.student-box .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 20px;}
.topper-section .owl-theme .owl-nav .owl-prev img{width: 50px !important;height: 20px;}
.topper-section .owl-theme .owl-nav .owl-next img{width: 50px !important;height: 20px;}
.topper-section .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 0px;left: -60px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.topper-section .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 0px;right: -60px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.topper-section .student-box1 .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 0px;left: -60px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.topper-section .student-box1 .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 0px;right: -60px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}

.topper-section .achievements {padding: 0px 0px 0px 30px;position:relative}
.namervnk {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.topper-section .achievements .owl-theme .owl-nav .owl-prev img{width: 50px !important;height: 20px;}
.topper-section .achievements .owl-theme .owl-nav .owl-next img{width: 50px !important;height: 20px;}
.topper-section .achievements .btn-all {color: #fff;text-transform: uppercase;font-size: 15px;background: #000;padding: 5px 14px;border-radius: 50px;display: block;width: 225px;margin:-45px auto 0px;z-index: 10;position: relative;}
.topper-section .achievements .btn-all:hover {color: #fff;text-transform: uppercase;font-size: 15px;background: #88E789;padding: 5px 14px;border-radius: 50px;display: block;width: 224px;margin:-58px auto 0px;z-index: 10;position: relative;}
.topper-section .achievements .btn-all img{height:10px;margin-left: 4px;}
.topper-section .achievements .ach-text {padding: 10px 30px 0px}
.topper-section .achievements .ach-text h6 {color: #000;padding: 5px 0px;font-weight: 400;}
.topper-section .achievements .ach-text p {line-height: 20px;font-weight: 300;margin-bottom: 20px}
.topper-section .achievements span {background: #88e789;padding: 4px 6px;color: #000;font-size: 12px;font-weight: 600;position: relative;left: 16px;top: -10px;line-height: 12px;border-radius: 8px;text-transform: uppercase;}
.topper-section .achievements span::before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #88e789;position: absolute;left: 4px;bottom: -5px;}
.topper-section .achievements .btn-all img{width:auto !important}
.topper-section .achievements .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 10px;left: -108px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.topper-section .achievements .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 10px;left: 108px;height: 48px;line-height: 42px;width: 48px;background: none;text-align: center;}
.topper-section .achievements .owl-theme .owl-nav {margin-top: 0px;}
.toppmername a{color:#000}
.toppmername .owl-carousel .owl-stage-outer {border-radius: 20px;}
.topper-section .achievements img {border-radius: 20px;height: 280px;width: 100% !important;}
.star3 {position: absolute;top: 70px;right: -25px;z-index: 10;}
.star3 img {height: 50px !important;}
.star4 {position: absolute;bottom: 160px;left: 10px;z-index: 100;}
.star4 img {height: 30px !important;}
/** Topper Section End **/

.beyond-academics{background:#88E789;padding:80px 0px}
.beyond-academics .title h2 {text-align: center;font: normal normal 500 34px/34px Marcellus;letter-spacing: 0.9px;color: #3E3A38;text-transform: uppercase;opacity: 1;padding-bottom: 10px;line-height: 40px}
.beyond-academics .title h3 {font-size: 16px;font-weight: 400;text-transform: uppercase;color: #3E3A38;letter-spacing: 1px;margin-bottom: 40px;}
.beyond-academics .title span {text-align: center;font: normal normal 300 16px/19px Rubik;letter-spacing: 0.8px;color: #3E3A38;text-transform: uppercase;opacity: 1;}
.beyond-academics .title p {color: #312F2C;text-transform: none;font-weight: 400;font-size: 16px;text-align: justify;}
.beyondb-icon {text-align: center;padding: 20px 20px 30px;}
.beyondb-icon h2{text-align:center;font-family:Marcellus; font-size:22px; font-weight:400; margin-bottom: 10px;}
.beyondb-icon img{height:60px;margin-bottom:20px;}
.beyondb-icon p{line-height:22px;font-size: 16px;}
.beyondb-tab{position: relative;}
.beyondb-tab img {object-fit: cover;width: 100%;border-radius:20px;height: 460px;}
.beyondb-tab .text-box {position: absolute;z-index: 2;width: 100%;left: 0;bottom: 0;padding: 100px 30px 30px;background: transparent linear-gradient(180deg, #056A4300 0%, #020202d1 100%) 0% 0% no-repeat padding-box;max-height: 100%;overflow-y: auto;text-align: left;border-radius: 0px 0px 20px 20px;}
.beyondb-tab .text-box  a{color:#88e789;font-size:16px}
.beyondb-tab .text-box .readmore {color: #88e789;text-transform: uppercase;cursor: pointer;font-size: 14px;font-weight: 400;letter-spacing: 1px;line-height: 16px;background-color: transparent;border: none;padding: 0;position: relative;z-index: 2;}
.beyondb-icon h2{color:#000}
.beyondb-tab .text-box .readmore img {font-size: 14px;padding-left: 0px;height: 11px;width: 10px;object-fit: inherit;margin-top: -2px;}
.beyondb-tab .text-box  a img {transition: transform 0.3s ease;margin-top:-2px}
.beyondb-tab .text-box  a:hover img {animation: arrowLoop 0.6s ease-in-out infinite;}
.icon-link {display: block;text-decoration: none;color: #333;transition: all 0.3s ease;}
.icon-link.active .beyondb-icon,
.icon-link:hover .beyondb-icon {transform: scale(1.05);background: #f3fff3;}
.beyondb-icon {text-align: center;padding: 15px;border-radius: 10px;transition: all 0.3s ease;}

/* Tabs */
.tabs {width: 600px;background-color: #09F;border-radius: 5px 5px 5px 5px;}
ul#tabs-nav {list-style: none;margin: 0;padding: 5px;overflow: auto;}
ul#tabs-nav li {float: left;font-weight: bold;margin-right: 2px;padding: 8px 10px;border-radius: 5px 5px 5px 5px;cursor: pointer;}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {background-color: #08E;}
#tabs-nav li a {text-decoration: none;color: #FFF;}
.tab-content { display: none; }
.tab-content.active { display: block; }
@keyframes arrowLoop {
  0% { transform: translateX(0); }
  50% { transform: translateX(6px); }  /* arrow aage */
  100% { transform: translateX(0); }   /* wapas */
}
/**Gallery Section**/

.gallery-section-home {position: relative;display: block;background: #ffffff url(../images/logo-white-bg.svg);padding: 80px 0px 230px;overflow: hidden;background-size: 500px;background-repeat: no-repeat;background-position: 134% 0px;background-size: 700px;}
.gallery-section-home .title{padding-bottom:0px}
.gallery-section-home .title h2 {font-size: 34px;font-weight: 500;padding-bottom: 12px;text-transform: uppercase;color: #3E3A38;line-height: 40px;font-family: Marcellus;}
.gallery-section-home .title h6 {font-size: 16px;font-weight: 400;text-transform: uppercase;color: #3E3A38;letter-spacing: 1px;margin-bottom: 15px;}
.gallery-section-home .title p {color: #312F2C;text-transform: uppercase;font-weight: 400;letter-spacing: 0.5px;font-size: 14px;}
.gallery-image-home{position:relative;}
.gallery-image-home img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-ach-text {padding: 10px 20px 0px;position: static;width: 100%;height: 100px;}
.gallery-ach-text h6 {color: #312F2C;padding: 10px 0px 0px;font-weight: 500;font-size: 20px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.gallery-ach-text h6:hover {color: #88e789;padding: 10px 0px 0px;font-weight: 500;font-size: 20px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.gallery-ach-text .span {color: #4CC84D;padding:10px 0px;font-weight: 400;font-size: 12px;margin-bottom: 0px;}
.gallery-ach-text p {line-height: 20px;font-weight: 400;	margin-bottom: 20px;color: #312F2C;}
.gallery-ach-text span {background: #88e789;padding: 2px 6px;color: #000;font-size: 10px;font-weight: 600;position: relative;left: 0;top: 5px;line-height: 10px;border-radius: 50px;text-transform: uppercase;}
.gallery-ach-text span::before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #88e789;position: absolute;left: 4px;bottom: -5px;}




.gallery-image{margin-bottom:0px;}
.gallery-image img{border-radius:20px;}
.maxwidth-gallery{width:1060px; margin:0 auto;}
.gallery-section-home .gallery-box {padding: 0px 15px}
.gallery-section-home .gallery-box img {border-radius: 20px;width: 100% !important;object-fit: cover;height: 400px;object-position: top;}
.gallery-section-home .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;top: 45%;left: -28px;height: 40px;line-height: 33px;width: 40px;background: #88e789f5;text-align: center;}
.gallery-section-home .owl-theme .owl-nav .owl-prev  img{height: 19px;}
.gallery-section-home .owl-theme .owl-nav .owl-next img{height: 19px;}
.gallery-section-home .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;top: 45%;right: -28px;height: 40px;line-height: 33px;width: 40px;background: #88e789f5;text-align: center;}
.gallery-section-home .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 45px;}
.gallery-section-home .ach-text {padding: 10px 20px 0px;position: absolute;transform: translate(-50%, -50%);top: 45%;left: 50%;width: 90%;}
.gallery-section-home .ach-text h6 {color: #312F2C;padding: 10px 0px 0px;font-weight: 500;	font-size: 20px;}
.gallery-section-home .ach-text .span {color: #4CC84D;padding:10px 0px;font-weight: 400;font-size: 12px;margin-bottom: 0px;}
.gallery-section-home .ach-text p {line-height: 20px;font-weight: 400;	margin-bottom: 20px;color: #312F2C;}
.gallery-section-home .ach-text span {background: #88e789;padding: 2px 6px;color: #000;font-size: 10px;font-weight: 600;position: relative;left: 0;top: 5px;line-height: 10px;border-radius: 50px;text-transform: uppercase;}
.gallery-section-home .ach-text span::before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #88e789;position: absolute;left: 4px;bottom: -5px;}
.gallery-section-home .btn-all {color: #312F2C;text-transform: uppercase;font-style: italic;font-size: 16px;}
.gallery-section-home .btn-all img {height: 10px}
.gallery-section-home .subgallery {padding: 30px 0px 0px;}
.gallery-section-home .subgallery img {border-radius: 20px;width: 100%;object-fit: cover;height: 170px;object-position: center;}
.gallery-section-home .subgallery h4 {margin-bottom: 5px;text-align: center;color: #312F2C;font-size: 18px;font-weight: 500;margin-top: 20px}
.gallery-section-home .subgallery p {text-align: center;margin-top: 0px;margin-bottom: 0px;}

.gallery-section-home .view-all {background: #000;color: #fff;text-transform: uppercase;padding: 6px 10px;border-radius: 70px;margin: 0 auto;line-height: 30px;display: block;width: 200px;text-align: center;font-size: 16px;height: 40px; margin-top: 40px;font-weight:400;}
.gallery-section-home .view-all:hover {background: #88e789;color: #fff;text-transform: uppercase;padding: 6px 10px;border-radius: 70px;margin: 0 auto;line-height: 30px;display: block;width: 200px;text-align: center;font-size: 16px;height: 40px;margin-top: 40px;font-weight:400;}
.gallery-section-home .view-all img{margin-left:5px;margin-top:-2px;}
.gallery-section-home  .view-all img {transition: transform 0.3s ease;margin-top:-2px}
.gallery-section-home  .view-all:hover img {animation: arrowLoop 0.6s ease-in-out infinite;}
.gallery-section-home .subgallery-video img {border-radius: 8px;width: 100%;height: 420px;object-fit: cover;width: 100%;}
.gallery-section-home .subgallery-video .videoplay1 img {border-radius: 8px;height: 80px;object-fit: cover;width: 100%;}
.gallery-item-title-new h5 {font-size: 18px;line-height: 22px;color: #122165;text-align: center;}
.gallery-section-home .ach-text-new h6 {line-height: 32px;font-weight: 400;margin-bottom: 5px;color: #12215c;font-size: 24px;}
.vbs{margin-bottom: 80px !important;}

.flex-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: wrap !important;}
/** testimonial and birthday Section End **/
.testimonial-section {position: relative;display: block;padding: 70px 0px 80px;overflow: hidden;}
.testimonial-section .birthday {padding: 0px 30px;}
.testimonial-section .birthday img {border-radius: 45px;object-fit: cover;height: 180px;object-position: top;}
.testimonial-section .balloon-left {position: absolute;top: 80px;left: 10px;}
.testimonial-section .balloon-left img {width: 100%}
.testimonial-section .balloon-right {position: absolute;top: 80px;right: 10px;}
.testimonial-section .balloon-right img {width: 100%}
.testimonial-section .title h1 {font-size: 34px}
.testimonial-section h3 {font-size: 24px;color: #FECC00;margin: 5px 0px 10px;text-transform: uppercase;font-weight: 600;}
.testimonial-section h3 sup {text-transform: capitalize;font-size: 14px;position: relative;top: -11px;font-weight: 500;padding-right: 5px;}
.testimonial-section h4 {font-size: 16px;color: #312F2C;font-weight: bold;margin: 20px 0px 0px;text-transform: uppercase}
.testimonial-section p {font-size: 24px}
.testimonial-section .title p {font-size: 18px}
.testimonial-section .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;top: 28%;left: -70px;height: 48px;line-height: 42px;width: 48px;background: #fecc00c9;text-align: center;}
.testimonial-section .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;top: 28%;right: -70px;height: 48px;line-height: 42px;width: 48px;background: #fecc00c9;text-align: center;}
.testimonial-section .owl-theme .owl-nav .owl-prev span img {object-fit: fill;height: 20px;}
.testimonial-section .owl-theme .owl-nav .owl-next span img {object-fit: fill;height: 20px;}
.testimonial-section .student-slide {margin: 0 auto;padding: 0px 110px;}
.testimonial-section .student-slide p {text-transform: uppercase;font-size: 18px}
.testimonial-section .parent {font-size: 22px;text-align: left;}
.testimonial-section .parent img {border-radius: 45px}
.testimonial-section .parent p {font-size: 19px;text-align: left;font-style: italic;line-height: 30px;}
.testimonial-section .parent .play-btn {position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;}
.testimonial-section .parent .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 45px;}
.testimonial-section .owl-dots {position: absolute;width: 48%;right: 0;bottom: 30px;text-align: left;}
.testimonial-section .owl-dots .owl-dot span {min-width: 25px;height: 25px;background-color: transparent;border: solid 2px #fecc00;}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {background: #EF7F1A !important;}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span {background: none repeat scroll 0 0 #EF7F1A;border: 2px solid #EF7F1A;}
.story .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {background: #e0602d;border: solid 2px #EF7F1A;}
.testimonial-section .pt-4 {padding-top: 2rem !important;}
.testimonial-section .birthday .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 45px;}
.birthday-detail img{border-radius: 45px;}
.birthday-detail h4 {font-size: 16px;color: #312F2C;font-weight: bold;margin: 20px 0px 0px;text-transform: uppercase;text-align:center;}
.birthday-detail h3 {font-size: 18px;color: #FECC00;margin: 5px 0px 5px;text-transform: uppercase;font-weight: 600;text-align:center;}
.birthday-detail .birthday-block-two p {text-transform: uppercase;font-size: 16px;text-align:center !important; font-weight: 400;}
.btn-allb {color: #EF7F1A;text-transform: uppercase;font-size: 15px;}
/**--- Admissionn Section Start **/

.admissionn-section {padding: 0px 0px 0px;opacity: 1;background: #F5F2E9;position: relative;z-index: 1;}
.admissionn-section .white-bg {border-radius:8px;background: #88E789;border-radius: 20px;text-align: left;position: absolute;top: -140px;margin: 0 auto;left: 0;right: 0;}
.admissionn-section .title {margin: 0 auto 0px;width: 84%;    font-family: rubik;text-align: left;position: relative;transform: translate(-50%, -50%);top: 45%;left: 40%;}
.admissionn-section .title h3 {font-size: 30px;margin-top: 10px;color:#000;font-weight:bold;font-family: rubik;    text-transform: none;}
.admissionn-section .title h4 {font-size: 20px;margin-top: 0px;color:#000;font-weight:500;text-transform: none;letter-spacing:0px}
.admissionn-section .title p {font-size: 18px;margin-top: 5px;color:#000;font-weight:500;text-transform: none;letter-spacing:0px}
.admissionn-section .adopen {background: #000;color: #fff;text-transform: uppercase;padding: 6px 20px;border-radius: 50px;line-height: 30px;display: inline-block;text-align: center;font-size: 16px;margin: 40px auto 0px;font-weight: 400;}
.admissionn-section .adopen:hover {background: #fff;color: #000;text-transform: uppercase;padding: 6px 20px;border-radius: 50px;line-height: 30px;display: inline-block;text-align: center;font-size: 16px;margin: 40px auto 0px;font-weight: 400;}
.admissionn-section .adopen img {margin-left: 5px;margin-top: -2px;}
.admissionn-section .work {position: absolute;z-index: 10;bottom: 20px;color: #fff;font-size: 36px;line-height: 36px;font-weight: bold;padding: 20px 40px;text-transform: uppercase;width: 430px;}
.admissionn-section .adg {font-size: 12px;font-style: italic;color: #000}
.admissionn-section .call-info {font-size: 14px !important;font-weight: 400 !important;margin-bottom: 0px !important;letter-spacing: 0;text-transform: none;margin-top: 24px !important;}
.admissionn-section .call-info a{ color:#fff; font-weight:bold;}
.work .newp{font-size:16px;font-weight:400;}
.adimg{position:relative;height: 284px;}
.adimg img{border-radius:20px 0px 0px 20px;height: 284px;object-fit: cover;}
.admissionn-section .adimg:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);border-radius:18px 0px 0px 18px;}
/** main-footer **/
/** logo-footer **/
.logo-footer {
	background: #000000;
	position: relative;
	padding: 100px 0px 140px 0px;
}
.logo-footer .footer-logo {
	position: absolute;
	width: 400px;
	top: -180px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.logo-footer .logo-text {
	position: absolute;
	top: 220px;
}
.logo-footer .continue {
	margin-top: 8px;
	display: block;
	color: #ef8118;
	width: auto;
	text-transform: uppercase;
}
.widget-section{width: 1000px;margin: 0 auto 40px;}
.main-footer {background: #000000bf;padding:200px 0px 60px;position: relative;width: 100%;overflow: hidden;}
.main-footer .footer-top {
	position: relative;
	display: block;
	background-position: center bottom;
	padding: 10px 0px 0px 0px;
	background-size: 100%;
	font-weight: 400;
	z-index: 100;
}
.social-list li a img {
  width: 30px; /* optional, aapke icon size ke hisaab se */
  transition: transform 0.3s ease; /* smooth animation */
}

.social-list li a:hover img {
  transform: scale(1.1); 
}
.fmap a img {
  transition: transform 0.3s ease;
}

.fmap a:hover img {
  transform: scale(1.1);
}
.twoline{margin-bottom:60px;padding:0px 50px;color:#fff}
.twoline p{text-align:center;color:#fff;font-size:16px}
.fmap{padding:25px 0px 0px 0px}
.video-footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: -10px
}
.namervnk{color: #fff;font-weight: bold;font-size: 14px;}

.footer-section {
    position: relative;
    overflow: hidden;
}


/* Background video container */
.banner1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.banner-video1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-overlay {
    position: relative;
    z-index: 5;
    padding-top: 0px;
    padding-bottom:0px;
}
.footer-overlay *{
    color: #fff !important;
}
.footer-overlay a:hover {
   color: #fd6601 !important;
}
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0,0,0,0.2));
    z-index: 0;
}


.main-footer .footer-top .widget-title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #88e789;
	margin-bottom: 27px;
	text-transform: uppercase;
	background-position: 0px 36px;
	padding-bottom: 10px;
	font-family:Marcellus;
	letter-spacing:1px;
}
.main-footer .footer-top .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%; 
	height: 1px; 
	background: #516251;
	border-radius: 2px;
}

.main-footer .footer-top .about-widget .widget-content p {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 26px;
}

.main-footer .footer-top .about-widget .widget-content p:last-child {
	margin-bottom: 0px;
}

.main-footer .footer-top .link-widget {
	position: relative;
	display: block;
	padding-right: 40px;
}

.main-footer .footer-top .link-widget .widget-content li {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.main-footer .footer-top .link-widget .widget-content li:last-child {
	margin-bottom: 0px;
}

.main-footer .footer-top .link-widget .widget-content li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 0px 0px 0px 18px;
}
.main-footer .footer-top .link-widget .widget-content li a:hover {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #FECB01 !important;
    padding: 0px 0px 0px 18px;
}
.main-footer .copyright .flogo {
	height: 90px;
	margin-bottom: 10px
}

.main-footer .copyright {
	font-size: 12px
}
.main-footer .copyright ul {
	margin:0px;padding:0px;
}
.main-footer .copyright ul li{
	margin:0px;padding:0px;display: inline-block;
}
.main-footer .copyright ul li:not(:last-child)::after {
  content: "|";
  margin: 0 5px;
  color: #fff;
}
.main-footer .copyright ul li a {
    margin: 0px;
    padding:0 0px 0px 5px;
    color: #fff;
}
.main-footer .copyright ul li a:hover {
    margin: 0px;
    padding:0 0px 0px 5px;
   color: #FECB01;
}

.main-footer .copyright p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	color:#fff;
}

.main-footer .copyright p a {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding: 5px
}
.social-list{}
.social-list ul li {
	display: inline-block;
	margin-top: 30px;
	padding-right: 8px;
}



.main-footer .footer-top .link-widget .widget-content li a:hover {
	color: #fff;
	padding: 0px 0px 0px 18px;
}

.main-footer .footer-top .contact-widget {
	position: relative;
	display: block;
	padding-right: 40px;
}

.main-footer .footer-top .contact-widget .widget-content .text {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 18px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li {
	position: relative;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 0px 0px 0px 25px;
	margin-bottom: 15px;
	margin: 10px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li i {
	position: absolute;
	left: 0px;
	top: 6px;
	color: #fff;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li:last-child {
	margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a:hover {
	color: #fff;
}

.main-footer .footer-top .subscribe-widget .widget-content .text {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 28px;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group {
	position: relative;
	display: block;
	margin: 0px;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='email'] {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	background: #fff;
	border: 3px solid #fff;
	padding: 15px 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='email']:focus {
	border-color: #ef7f1a;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:before {
	background: #fff;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:hover {
	color: #312F2C !important;
}

.widget-title::after {
	background: url(../images/icons/line-tab.svg) no-repeat;
}

/** footer-bottom **/

.main-footer .footer-bottom {
	position: relative;
	display: block;

	background-position: center bottom;
	padding: 33px 0px;
}

.main-footer .footer-bottom .left-content {
	position: relative;
	margin-top: 39px;
}

.main-footer .footer-bottom .left-content .copyright {
	position: relative;
	display: block;
	color: #212f54;
}

.main-footer .footer-bottom .left-content .copyright a {
	color: #212f54;
}

.main-footer .footer-bottom .left-content .copyright a:hover {
	color: #ef7f1a;
}

.main-footer .footer-bottom .right-content .footer-logo {
	position: relative;
	display: inline-block;
	margin-right: 300px;
}


.main-footer .footer-bottom .right-content .footer-social {
	position: relative;
	display: inline-block;
	top: 3px;
}

.social-style-one li {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.social-style-one li:last-child {
	margin-right: 0px;
}

.social-style-one li a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #3b5998;
	border-radius: 50%;
}

.social-style-one li:nth-child(2) a {
	background: #1da1f2;
}

.social-style-one li:nth-child(3) a {
	background: #ea4335;
}

.social-style-one li:last-child a {
	background: #7232bd;
}

.social-style-one li a:hover {
	background: #ef7f1a !important;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

/* page-title */

.page-title {
	position: relative;
	display: block;
	width: 100%;
	padding: 220px 0px 100px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.content-box {
	position: relative;
}

.page-title .content-box h1 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-title .content-box p {
	color: #fff;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}
.span{padding-bottom:0px;margin: 0px;}
.page-title .content-box .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
	color: #ef7f1a;
	padding-right: 16px;
	margin-right: 5px;
}

.page-title .content-box .bread-crumb li:before {
	position: absolute;
	content: '/';
	font-size: 17px;
	color: #fff;
	top: 0px;
	right: 0px;
	font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before {
	display: none;
}

.page-title .content-box .bread-crumb li:last-child {
	padding: 0px;
	margin: 0px;
}

.page-title .content-box .bread-crumb li a {
	color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
	color: #ef7f1a;
}

/** about-style-two **/

.about-section .style-two {
	position: relative;
	padding: 50px 0px 50px 0px;
}
.quoit {
    color: #fd6601;
    font-size: 26px;
    font-weight: 600;
    margin-bottom:30px;
    font-style: italic;
    text-align: left;
	line-height: 35px;
}
.quoit span{ font-size: 18px;color:#312F2C}
.moto-section {
    position: relative;
    display: block;
    padding: 180px 0px 180px 0px;
    background-size: cover;
    color: #fff;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment:Fixed;
}
.moto-section:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.moto-section .image-box {
	position: relative;
	display: block;
	margin: 0px 60px 0px 0px;
}

.moto-section h3 {
	font-size: 18px;
	font-weight: 500;
}

.moto-section h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px;
}

.moto-section p {
	margin-bottom: 20px;
	font-weight: 300;
	color: #fff;
}

.moto-section p span {
	color: #fff;
}

.moto-section .single-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.moto-section .single-item img {
	border-radius: 45px;
	width: 100%
}

.sub-title {
	color: #EF7F1A;
	font-size: 28px;
}
.about-section .image-box {
    position: relative;
    display: block;
    margin: 0px 60px 0px 0px;
}
.about-section .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 8px;
    left: 0px;
    width: 50%;
    float: left;
    padding-top: 0px;
    padding-right: 15px;
}
.about-section .image-box .image-1 img {
    border-radius: 8px;
	height: 320px;
    object-fit: cover;
}
.about-section .image-box .image-11 {
    position: relative;
    display: block;
    border-radius: 8px;
    width: 50%;
    float: left;
    padding-left: 15px;
	padding-top: 100px;
}
.about-section .image-box .image-11 img {
    border-radius: 8px;
	height: 320px;
    object-fit: cover;
}
.about-section .image-2 {
    position: relative;
    right: -50px;
    top: -70px;
}
.about-section .image-2 img {
	height:54px
}
.icon-text-box {
    display: flex;
    align-items: center;
    gap: 10px; 
	border: 1px solid #686868;
    padding: 6px 6px;
	border-radius: 8px;
}

.icon-text-box img {
    height: 40px;
    object-fit: contain;
}
.icon-text-box span {
    font-weight: 500;
    line-height: 18px;
	font-size: 14px;
}
.story-section {
	position: relative;
	display: block;
	padding: 80px 0px 240px 0px;
	background-size: cover;
	color:#000;
	text-align:left;
}

.story-section h2 {
	color: #000;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 40px;
}
.story-section h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
.abimg{padding-bottom:30px}
.abimg img {
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
}
/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-page-section {
	position: relative;
	display: block;
	padding: 144px 0px 150px 0px;
}

.faq-page-section .accordion-box .block:nth-child(3) {
	border-color: #ef7f1a;
}

.faq-page-section .accordion-box .block:nth-child(4) {
	border-color: #b350ff;
}

.faq-page-section .accordion-box .block:last-child {
	border-color: #7379fe;
}

.faq-page-section .content-box .sec-title {
	margin-bottom: 32px;
}

.faq-page-section .content-box .text p {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.faq-page-section .faq-content {
	margin-top: 6px;
	height: 680px;
}

.faq-page-section .anim-icon .icon-1 {
	background: url(../images/icons/anim-icon-13.png);
	width: 265px;
	height: 400px;
	left: 350px;
	bottom: -70px;
	background-repeat: no-repeat;
	z-index: 1;
}

.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active h4,
.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active .icon-outer {
	color: #ef7f1a;
}

.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active h4,
.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active .icon-outer {
	color: #b350ff;
}

.faq-page-section .accordion-box .block:last-child .acc-btn.active h4,
.faq-page-section .accordion-box .block:last-child .acc-btn.active .icon-outer {
	color: #7379fe;
}


/** contact-style-two **/

.contact-style-two {
	position: relative;
	display: block;
	background: #f0ede7;
}

.contact-style-two .form-area .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-style-two .form-area .form-group:last-child {
	margin-bottom: 0px;
}

.contact-style-two .form-area .form-group input[type='text'],
.contact-style-two .form-area .form-group input[type='email'],
.contact-style-two .form-area .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: #fff;
	border: 3px solid #fff;
	font-size: 15px;
	color: #312F2C;
	padding: 10px 15px;
	border-radius: 20px;
	transition: all 500ms ease;
}

.contact-style-two .form-area .form-group textarea {
	height: 170px;
	resize: none;
	margin-bottom: 30px;
}

.contact-style-two .form-area .form-group input:focus,
.contact-style-two .form-area .form-group textarea:focus {
	border-color: #ef7f1a;
}

.contact-style-two .form-area .form-group input::-webkit-input-placeholder,
.contact-style-two .form-area .form-group textarea::-webkit-input-placeholder {
	color: #312F2C;
}

.contact-style-two .sec-title {
	margin-bottom: 40px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-section {
	position: relative;
	padding: 150px 0px;
}

.error-section .content-box h1 {
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 150px;
	color: #ef7f1a;
	font-weight: 700;
	margin-bottom: 15px;
}

.error-section .content-box h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 52px;
	color: #312F2C;
	font-weight: 600;
	margin-bottom: 21px;
}

.error-section .text a {
	color: #ef7f1a;
}

.error-section .text a:hover {
	text-decoration: underline;
}


/*** 

====================================================================
                        Classes-Page
====================================================================

***/

.classes-page-section {
	position: relative;
	padding: 150px 0px 120px 0px;
}

.classes-page-section .inner-block {
	margin-bottom: 30px;
}

.classes-section .block-column:nth-child(3) .inner-block .lower-content .link-btn a {
	background: #ef7f1a;
}

.classes-section .block-column:nth-child(4) .inner-block .lower-content .link-btn a {
	background: #b350ff;
}

.classes-section .block-column:nth-child(5) .inner-block .lower-content .link-btn a {
	background: #ff689d;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a {
	background: #7c3bff;
}

.class-details {
	position: relative;
	display: block;
	padding: 144px 0px 143px 0px;
}

.class-details .inner-box .info-box {
	position: relative;
	display: block;
	background: url(../images/icons/info-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	padding: 27px 30px 23px 30px;
}

.class-details .inner-box .info-box li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 55px;
}

.class-details .inner-box .info-box li:last-child {
	margin-right: 0px;
}

.class-details .inner-box .info-box li h6 {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #bdc1ce;
	font-weight: 500;
}

.class-details .inner-box .info-box li h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
}

.class-details .inner-box .info-box li .thumb-box {
	position: absolute;
	left: 0px;
	top: -5px;
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-radius: 50%;
}

.class-details .inner-box .info-box li .thumb-box img {
	width: 100%;
	border-radius: 50%;
}

.class-details .inner-box .info-box li:first-child {
	padding: 0px 0px 0px 73px;
}

.class-details .inner-box .sec-title {
	margin-bottom: 33px;
}

.class-details .inner-box .bold-text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #312F2C;
	margin-bottom: 73px;
}

.class-details .inner-box .info-box li:first-child:before,
.class-details .inner-box .info-box li:nth-child(2):before {
	position: absolute;
	content: '';
	border: 1px dashed #59688e;
	width: 1px;
	height: 35px;
	top: 15px;
	right: -25px;
}

.class-details .inner-box .upper-content {
	position: relative;
	display: block;
	margin-bottom: 72px;
}

.class-details .inner-box .lower-content h3 {
	position: relative;
	display: block;
	font-size: 30px;
	color: #312F2C;
	line-height: 40px;
	font-weight: 900;
	margin-bottom: 23px;
}

.class-details .inner-box .lower-content .text p {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.class-details .inner-box .lower-content .image-box {
	position: relative;
	display: block;
	margin-bottom: 67px;
	padding-top: 47px;
}

.class-details .inner-box .lower-content .image-box img {
	width: 100%;
}

.class-details .class-details-content {
	position: relative;
	display: block;
	margin-right: 20px;
}

.class-details .inner-box .lower-content .list li {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding: 0px 0px 0px 17px;
}

.class-details .inner-box .lower-content .list li:before {
	position: absolute;
	content: '';
	background: #ef7f1a;
	height: 6px;
	width: 6px;
	left: 0px;
	top: 12px;
	border-radius: 50%;
}

.class-details .inner-box .lower-content .list li:last-child {
	margin-bottom: 0px;
}

.class-details .inner-box .lower-content .list {
	position: relative;
	display: block;
	padding-top: 8px;
}

.class-details .class-details-sidebar .inner-box {
	position: relative;
	display: block;
	background: #f1efe8;
	padding: 44px 40px 23px 40px;
	border-radius: 20px;
}

.class-details .class-details-sidebar .inner-box h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #312F2C;
	font-weight: 900;
	margin-bottom: 15px;
}

.class-details .class-details-sidebar .inner-box .text {
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.class-details .class-details-sidebar .inner-box .info-list li {
	position: relative;
	display: block;
	margin-bottom: 19px;
	padding-bottom: 19px;
	border-bottom: 1px dashed #cdccc5;
}

.class-details .class-details-sidebar .inner-box .info-list li:last-child {
	border: none;
	margin-bottom: 0px;
}

.class-details .class-details-sidebar .inner-box .info-list li h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #312F2C;
	font-weight: 700;
}

.class-details .class-details-sidebar .inner-box .info-list li span {
	position: relative;
	display: block;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	line-height: 26px;
	color: #ef7f1a;
	font-weight: 700;
}

/*
====================================================================
                        Gallery-Page
====================================================================

***/
.gallery-section{
  position: relative;
  display: block;
  background: #f2eee9;
  padding-left: 100px;
  padding-right: 100px;
}

.gallery-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.gallery-block{
  position: relative;
}

.gallery-block .image-box{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-block .image-box .image{
  position: relative;
}

.gallery-block .image-box .image img{
  display: block;
  width: 100%;
  height: auto;
}

.gallery-block .overlay-box{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(33, 47, 84, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.gallery-block .image-box:hover .overlay-box{
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.gallery-block .overlay-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  background-color: #ef7f1a;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  font-weight: 400;
  line-height: 70px;
  transform: translate(-50%,-50%);
}

.gallery-block .overlay-box a i{
  position: relative;
  font-weight: 700;
}



.gallery-page-section{
  position: relative;
  display: block;
  padding: 70px 0px 70px 0px;
}

.gallery-page-section .gallery-block{
  margin-bottom: 30px;
}

.gallery-page-section .filter-tabs{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.gallery-page-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #312F2C;
  font-weight: 700;
  margin: 0px 12px;
  cursor: pointer;
  transition: all 500ms ease;
}

.gallery-page-section .filter-tabs li.active,
.gallery-page-section .filter-tabs li:hover{
  color: #ef7f1a;
}



/*** 

====================================================================
                        Events-Page
====================================================================

***/

.event-page-section {
	position: relative;
	display: block;
	padding: 150px 0px 120px 0px;
}

.event-page-section .event-block:nth-child(2) .event-block-one .inner-box .content-box .date {
	background: url(../images/icons/date-bg-2.png);
	background-repeat: no-repeat;
}

.event-page-section .event-block:nth-child(3) .event-block-one .inner-box .content-box .date {
	background: url(../images/icons/date-bg-3.png);
	background-repeat: no-repeat;
}

.event-page-section .event-block:nth-child(4) .event-block-one .inner-box .content-box .date {
	background: url(../images/icons/date-bg-4.png);
	background-repeat: no-repeat;
}

.event-page-section .event-block:nth-child(5) .event-block-one .inner-box .content-box .date {
	background: url(../images/icons/date-bg-5.png);
	background-repeat: no-repeat;
}

.event-page-section .event-block:last-child .event-block-one .inner-box .content-box .date {
	background: url(../images/icons/date-bg-6.png);
	background-repeat: no-repeat;
}

.event-page-section .event-block-one .inner-box {
	box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}


/** event-details **/

.event-details {
	position: relative;
	display: block;
	padding: 150px 0px 150px 0px;
}

.event-details .event-details-content {
	position: relative;
	display: block;
	margin-right: 20px;
}

.event-details .event-details-content .image-box {
	position: relative;
	display: block;
	margin-bottom: 73px;
	border-radius: 20px;
}

.event-details .event-details-content .image-box img {
	width: 100%;
	border-radius: 20px;
}

.event-details .event-details-content .inner-box .date {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Rubik', sans-serif;
	color: #fbb419;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.event-details .event-details-content .inner-box h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #312F2C;
	font-weight: 900;
	margin-bottom: 33px;
}

.event-details .event-details-content .inner-box .bold-text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #312F2C;
	margin-bottom: 73px;
}

.countdown-box {
	position: relative;
	display: block;
	background: url(../images/icons/countdown-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	padding: 30px 40px 30px 40px;
	margin-bottom: 72px;
}

.countdown-timer .counter-column:last-child {
	border-right: none;
}

.countdown-timer .counter-column {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #fbb419;
	font-family: 'Rubik', sans-serif;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
}

.countdown-timer .counter-column:nth-child(2) {
	background: #43b8e0;
}

.countdown-timer .counter-column:nth-child(3) {
	background: #e84174;
}

.countdown-timer .counter-column:last-child {
	margin-right: 0px;
	background: #86ca50;
}

.countdown-timer .counter-column span {
	position: relative;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 20px;
	top: 27px;
	font-family: 'Rubik', sans-serif;
}

.event-details .event-details-content .countdown-box h3 {
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 35px;
	color: #fff;
	font-weight: 900;
	margin-right: 20px;
	margin-bottom: 0px;
	top: -11px;
}

.event-details .event-details-content .countdown-box .countdown-timer {
	position: relative;
	display: inline-block;
}

.event-details .event-details-content .text {
	position: relative;
	display: block;
	padding-bottom: 10px;
}

.event-details .event-details-content .text p {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.event-details .event-details-content .google-map-area {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.event-details .event-details-content .google-map-area #contact-google-map {
	position: relative;
	width: 100%;
	height: 400px;
}

.event-details .event-details-content .inner-box h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #312F2C;
	margin-bottom: 23px;
	margin-top: 31px;
}

.event-details .event-details-content .inner-box .list-item {
	position: relative;
	display: block;
	margin-bottom: 72px;
}

.event-details .event-details-content .inner-box .list-item li {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding: 0px 0px 0px 17px;
}

.event-details .event-details-content .inner-box .list-item li:last-child {
	margin-bottom: 0px;
}

.event-details .event-details-content .inner-box .list-item li:before {
	position: absolute;
	content: '';
	background: #ef7f1a;
	height: 6px;
	width: 6px;
	left: 0px;
	top: 12px;
	border-radius: 50%;
}

.event-details .event-details-content .inner-box .social-style-one {
	margin-bottom: 80px;
}

.event-details .event-details-sidebar .inner-box {
	position: relative;
	display: block;
	background: #f1efe8;
	padding: 44px 40px 50px 40px;
	border-radius: 20px;
}

.event-details .event-details-sidebar .inner-box h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #312F2C;
	font-weight: 900;
	margin-bottom: 15px;
}

.event-details .event-details-sidebar .inner-box .text {
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.event-details .event-details-sidebar .inner-box .info-list li {
	position: relative;
	display: block;
	margin-bottom: 19px;
	padding-bottom: 19px;
	border-bottom: 1px dashed #cdccc5;
}

.event-details .event-details-sidebar .inner-box .info-list li:last-child {
	border: none;
	margin-bottom: 14px;
}

.event-details .event-details-sidebar .inner-box .info-list li h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #312F2C;
	font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li span {
	position: relative;
	display: block;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	line-height: 26px;
	color: #ef7f1a;
	font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	line-height: 26px;
	color: #ef7f1a;
	font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li a:hover {
	color: #312F2C;
}


/*** 

====================================================================
                        Blog-page
====================================================================

***/

.blog-page-section {
	position: relative;
	display: block;
	padding: 150px 0px 120px 0px;
}

.blog-page-section .news-block-one {
	margin-bottom: 30px;
}

.blog-page-section .news-block-one .inner-box {
	overflow: hidden;
}

.blog-page-section .news-block-one .inner-box .lower-content .link-btn {
	position: relative;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

.blog-page-section .news-block-one .inner-box:hover .lower-content .link-btn {
	left: -110px;
}

.blog-page-section .news-block-one .inner-box .lower-content .text {
	margin-bottom: 30px;
}

.blog-page-section .news-block-one .more-btn {
	position: absolute;
	left: 40px;
	bottom: -60px;
	transition: all 900ms ease;
}

.blog-page-section .news-block-one .inner-box:hover .more-btn {
	bottom: 40px;
}

/** blog-details **/

.blog-details {
	position: relative;
	display: block;
	padding: 143px 0px 150px 0px;
}

.blog-details .blog-details-content {
	position: relative;
	display: block;
	margin-right: 20px;
}

.blog-details .blog-details-content .content-style-one .top-content h4 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #ef7f1a;
	font-weight: 900;
	margin-bottom: 10px;
}

.blog-details .blog-details-content .content-style-one .top-content h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
	color: #312F2C;
	margin-bottom: 32px;
}

.blog-details .blog-details-content .content-style-one .top-content .bold-text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #312F2C;
	margin-bottom: 73px;
}

.blog-details .blog-details-content .content-style-one .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 72px;
}

.blog-details .blog-details-content .content-style-one .image-box img {
	width: 100%;
	border-radius: 20px;
}

.blog-details .blog-details-content .text p {
	margin-bottom: 26px;
}

.blog-details .blog-details-content .content-style-one .text p:last-child,
.blog-details .blog-details-content .content-style-two .text p:last-child {
	margin-bottom: 0px;
}

.blog-details .blog-details-content .content-style-one {
	position: relative;
	display: block;
	margin-bottom: 67px;
}

.blog-details .blog-details-content .content-style-two h3 {
	margin-bottom: 25px;
}

.blog-details .blog-details-content .content-style-two {
	position: relative;
	display: block;
	margin-bottom: 90px;
}

.blog-details .blog-details-content .post-share-option li.title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	line-height: 30px;
	font-weight: 700;
	color: #312F2C;
	margin-right: 2px;
}

.blog-details .blog-details-content .post-share-option .tags {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.blog-details .blog-details-content .post-share-option li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	color: #848484;
	font-weight: 700;
}

.blog-details .blog-details-content .post-share-option li a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	color: #848484;
	font-weight: 700;
}

.blog-details .blog-details-content .post-share-option .share li a {
	font-size: 15px;
	color: #c2c2c2;
}

.blog-details .blog-details-content .post-share-option .share li {
	margin: 0px 14px;
}

.blog-details .blog-details-content .post-share-option .share li.title {
	margin: 0px;
}

.blog-details .blog-details-content .post-share-option li a:hover {
	color: #ef7f1a;
}

.blog-details .blog-details-content .post-share-option {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.blog-details .blog-details-content .comments-area .comment {
	position: relative;
	display: block;
	padding: 0px 0px 44px 110px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 50px;
}

.blog-details .blog-details-content .comments-area .comment:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.blog-details .blog-details-content .comments-area .comment.replay-comment {
	margin-left: 110px;
}

.blog-details .blog-details-content .comments-area .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
}

.blog-details .blog-details-content .comments-area .comment .author-thumb img {
	width: 100%;
	border-radius: 50%;
}

.blog-details .blog-details-content .comments-area .comment .comment-info h4 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #312F2C;
	margin-bottom: 0px;
}

.blog-details .blog-details-content .comments-area .comment .comment-info span {
	position: relative;
	display: block;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-style: italic;
}

.blog-details .blog-details-content .comments-area .comment .comment-info {
	position: relative;
	display: block;
	margin-bottom: 18px;
}

.blog-details .blog-details-content .comments-area .comment .replay-btn {
	position: absolute;
	top: 11px;
	right: 0px;
}

.blog-details .blog-details-content .comments-area .comment .replay-btn a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	color: #312F2C;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	text-align: center;
	padding: 3px 14.5px;
}

.blog-details .blog-details-content .comments-area .comment .replay-btn a:hover {
	color: #fff;
	border-color: #ef7f1a;
	background: #ef7f1a;
}

.blog-details .blog-details-content .comments-area {
	position: relative;
	display: block;
	margin-bottom: 63px;
}

.blog-details .blog-details-content .group-title {
	margin-bottom: 32px;
}

.blog-details .blog-details-content .comments-form-area .form-group {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.blog-details .blog-details-content .comments-form-area .form-group:last-child {
	margin-bottom: 0px;
}

.blog-details .blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details .blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details .blog-details-content .comments-form-area .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	border-radius: 20px;
	transition: all 500ms ease;
}

.blog-details .blog-details-content .comments-form-area .form-group input:focus,
.blog-details .blog-details-content .comments-form-area .form-group textarea:focus {
	border-color: #ef7f1a;
}

.blog-details .blog-details-content .comments-form-area .form-group textarea {
	height: 200px;
	resize: none;
}

.blog-details .sidebar .sidebar-widget {
	position: relative;
	display: block;
	background: #f2f0e9;
	border-radius: 20px;
	overflow: hidden;
	padding: 43px 40px 50px 40px;
	margin-bottom: 30px;
}

.blog-details .sidebar .sidebar-widget:last-child {
	margin-bottom: 0px;
}

.blog-details .sidebar .sidebar-search .form-group {
	position: relative;
	display: block;
	margin: 0px;
}

.blog-details .sidebar .sidebar-search .form-group input[type='search'] {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	border: 3px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	background: #fff;
	padding: 10px 60px 10px 30px;
	transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-search .form-group input:focus {
	border-color: #ef7f1a;
}

.blog-details .sidebar .sidebar-search .form-group input:focus+button,
.blog-details .sidebar .sidebar-search .form-group button:hover {
	color: #ef7f1a;
}

.blog-details .sidebar .sidebar-search .form-group button {
	position: absolute;
	top: 22px;
	right: 28px;
	background: transparent;
	font-size: 18px;
	color: #848484;
	cursor: pointer;
	transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-title {
	font-weight: 900;
	margin-bottom: 24px;
}

.blog-details .sidebar .sidebar-categories .widget-content .text {
	position: relative;
	display: block;
	padding-bottom: 33px;
	border-bottom: 1px dashed #cecbc6;
	margin-bottom: 33px;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li {
	position: relative;
	display: block;
	margin-bottom: 17px;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li:last-child {
	margin-bottom: 0px;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Rubik', sans-serif;
	color: #312F2C;
	font-weight: 700;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li a:hover {
	color: #ef7f1a;
}

.blog-details .sidebar .sidebar-categories .sidebar-title {
	margin-bottom: 15px;
}

.blog-details .sidebar .sidebar-categories {
	padding-bottom: 45px;
}

.blog-details .sidebar .sidebar-post .post {
	position: relative;
	display: block;
	padding: 4px 0px 11px 110px;
	min-height: 90px;
	margin-bottom: 30px;
}

.blog-details .sidebar .sidebar-post .post:last-child {
	margin-bottom: 0px;
}

.blog-details .sidebar .sidebar-post .post .image {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 90px;
	height: 90px;
	border-radius: 20px;
	overflow: hidden;
	background: #312F2C;
}

.blog-details .sidebar .sidebar-post .post .image img {
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-post .post:hover .image img {
	opacity: 0.5;
}

.blog-details .sidebar .sidebar-post .post .post-date {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Rubik', sans-serif;
	color: #ef7f1a;
	font-weight: 700;
	margin-bottom: 3px;
}

.blog-details .sidebar .sidebar-post .post h4 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #312F2C;
	font-weight: 700;
}

.blog-details .sidebar .sidebar-post .post h4 a {
	position: relative;
	display: inline-block;
	color: #312F2C;
}

.blog-details .sidebar .sidebar-post .post h4 a:hover {
	color: #ef7f1a;
}

.blog-details .sidebar .sidebar-post .sidebar-title {
	margin-bottom: 31px;
}

.blog-details .sidebar .sidebar-tags .widget-content {
	position: relative;
	display: block;
	margin: 0px -5px;
}

.blog-details .sidebar .sidebar-tags .tag-list li {
	position: relative;
	float: left;
	margin: 0px 5px;
	margin-bottom: 10px;
}

.blog-details .sidebar .sidebar-tags .tag-list li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	color: #848484;
	background: #fff;
	padding: 12px 21px;
	border-radius: 10px;
	text-align: center;
}

.blog-details .sidebar .sidebar-tags .tag-list li a:hover {
	background: #ef7f1a;
	color: #fff;
}

.blog-details .sidebar .sidebar-tags .sidebar-title {
	margin-bottom: 33px;
}

.blog-details .sidebar .sidebar-tags {
	padding-bottom: 40px;
}


/*** 

====================================================================
                        Contact-page
====================================================================

***/

.contact-info-section {
	position: relative;
	display: block;
	
}

.contact-info-section .sec-title {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.contact-info-section .single-info-box .inner-box {
	position: relative;
	display: block;
	background: #88E789;
	border-radius: 20px;
	padding: 40px 15px 40px 15px;
	box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
}

.contact-info-section .single-info-box .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 33px;
}

.contact-info-section .single-info-box:hover .inner-box .icon-box:before {
	transform: rotate(25deg);
}

.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
	color: #000;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
	color: #000;
}
.flaticon-vintage-hand-phone{color: #000;font-size: 68px;}
.contact-info-section .single-info-box .inner-box .icon-box:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-3.png);
	width: 65px;
	height: 70px;
	right: -20px;
	top: -10px;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-2.png);
	width: 64px;
	height: 70px;
	right: -20px;
	top: -10px;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-1.png);
	width: 56px;
	height: 71px;
	right: -20px;
	top: -10px;
	background-repeat: no-repeat;
	transition: all 500ms ease;
}

.contact-info-section .single-info-box .inner-box .text {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #312F2C;
	font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #312F2C;
	font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a:hover {
	color: #ef7f1a;
}

.contact-info-section .single-info-box .inner-box h3 {
	margin-bottom: 15px;
	font-size: 22px;
    text-transform: uppercase;
	color:#312F2C
}

/** contact-form-section **/

.contact-form-section {
	position: relative;
	display: block;
}

.contact-form-section .sec-title {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.contact-form-section .contact-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form-section .contact-form .form-group input[type='text'],
.contact-form-section .contact-form .form-group input[type='email'],
.contact-form-section .contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 15px;
	color: #312F2C;
	transition: all 500ms ease;
}

.contact-form-section .contact-form .form-group textarea {
	height: 170px;
	resize: none;
	margin-bottom: 30px;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group textarea:focus {
	border-color: #ef7f1a;
}

.contact-form-section .contact-form .form-group input::-webkit-input-placeholder,
.contact-form-section .contact-form .form-group textarea::-webkit-input-placeholder {
	color: #312F2C;
}

/** object **/
.objective-section .boxmain {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 60px 20px 40px
}

.objective-section .box {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 30px
}

.objective-section .image-box {
	position: relative;
	display: block;
	margin: 0px 60px 0px 0px;
}

.objective-section .box p {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
}

.objective-section .box img {
	text-align: center;
	padding: 0px 0px 10px;
}

.objective-section .job {
	font-size: 18px;
	line-height: 18px;
	border: solid 2px #312F2C;
	position: relative;
	border-radius: 45px;
	padding: 30px;
	padding: 20px 20px 10px 30px;
	margin: 20px 10px;
	text-align: left;
}

.objective-section .job span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 16px 0 0;
	text-align: left;
	padding-left: 20px;

}

.objective-section .job h4 {font-size: 30px;color: #312F2C;line-height: 30px;font-weight: 600;margin: 5px 0 5px;padding-left: 115px;}
.objective-section .job p {font-size: 16px;color: #312F2C;line-height: 24px;padding-left: 115px;font-style: italic}
/*** 
====================================================================
                        Faq-Page
====================================================================

***/
.accordion-box{
  position:relative;
}

.accordion-box .block{
  position:relative;
  margin-bottom: 20px;
  border-radius: 15px;
  padding: 0px 28px;
  background: none;
  
}

.accordion-box .block:nth-child(2){
  border-color: #ff7162;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
  border-color: #ff7162;
}

.accordion-box .block .acc-btn h4{
  position:relative;
  display: block;
  font-size:20px;
  font-weight: 700;
  color:#3b3634;
  padding: 15px 0px 15px 0px;
  cursor:pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h4{
  color: #312f2c;
}



.accordion-box .block .acc-content{
  position:relative;
  display:none; 
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
  padding-bottom: 10px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .content .text{
  position:relative;
  display: block;
  color: #2b3c6b;
  padding-right: 40px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 26px;
  color: #2b3c6b;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{
  color: #ef7f1a;
}

.accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin: 0px;
  content: "\f106";
}


.faq-page-section{
  position: relative;
  display: block;
  padding: 144px 0px 150px 0px;
}






.faq-page-section .content-box .sec-title{
  margin-bottom: 32px;
}

.faq-page-section .content-box .text p{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.faq-page-section .faq-content{
  margin-top: 6px;
  height: 680px;
}

.faq-page-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-13.png);
  width: 265px;
  height: 400px;
  left: 350px;
  bottom: -70px;
  background-repeat: no-repeat;
  z-index: 1;
}

.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active h4, 
.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active .icon-outer {
  color: #ff7162;
}

.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active h4, 
.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active .icon-outer {
  color: #b350ff;
}

.faq-page-section .accordion-box .block:last-child .acc-btn.active h4, 
.faq-page-section .accordion-box .block:last-child .acc-btn.active .icon-outer {
  color: #7379fe;
}
.spd{padding:5px}
.f12{font-size:12px}
.f14{font-size:14px}
.date-gallery{margin-top:0px;padding:0px !important;font-size:12px !important; font-style:italic;}
.gallery-new {position: absolute;top: -28px;height: 30px;}
.back{position:relative;display:block;top:-50px;left:0px;width: 150px;}
.banner-video{width:100%}




/**-----------------------------suraj ------------------------------**/
.sub-title-new {color: #EF7F1A;font-size: 26px; margin: 10px 0 5px 0;}
.coming-soon {color: #EF7F1A;font-size: 36px; margin: 50px 0 30px 0;}
.principals-box{background:#fff;border-radius: 10px;padding: 20px;}
.principals-fl{ display: flex;align-items: center; }
.principals-left{width: 30%;}
.principals-right{width: 66%;padding-left:4%;}
.principals-box .title-sm {color: #EF7F1A;font-size: 18px; margin: 0px 0 8px 0;}
.principals-right .date-tt {font-size: 16px; margin: 0px 0 0px 0;font-weight: 400;}
.principals-right .date-tt span{font-size: 16px;font-weight: 300;padding-left: 5px;}
.principals-left img{border-radius: 5px;}
.principals-mar{margin-bottom: 30px;}
.pdf-sec iframe{width: 100%; height:800 ;}
.tame-table-box{background:#fff;border-radius: 10px;padding: 15px;height: 100%;}
.tame-table-box .table{    margin-bottom: 0rem;}

.sub-title-newsm {color: #EF7F1A;font-size: 20px; margin: 0px 0 5px 0;}

.table th, .table td {padding: 8px;font-size: 15px;font-weight: 300;}
.sub-title-new-t {color: #EF7F1A;font-size: 26px; margin: 10px 0 20px 0;}
.head-boy{font-size: 20px!important;}
.backbgound-color{background-color:#fecc00;}
.tame-table-boxukg{background:#fff;border-radius: 10px;padding: 15px;}
.boxukg{ margin-top: 30px; }
.accordion-box .block {

    background: #fff;
}
.book-img{ margin-top: 50px; }
.table-mar-top{ margin-top: 40px; }

.bottom-btn{
	position: fixed;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 320px; 
    text-align: center;
    z-index: 1000;

}
.bottom-btn img{padding:10px 3px;}


/*  notice */
.notice-in{padding-bottom:210px;}
.notice-in .sub-title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  background: #8CE78D;
  padding: 12px 20px 12px 20px;
}

.notice-in .billing-info{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
  font-size: 16px;
  padding-bottom: 10px;
}
.notice-in .billing-info p{padding:10px 20px 5px;font-weight: 300;font-size: 18px;margin-bottom: 0px;}

.notice-in .billing-info p a {
    background: #EF7F1A;
    color: #F6F6F1;
    text-transform: uppercase;
    padding: 0px 0px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 30px;
    display: block;
    text-align: right;
    font-size: 14px;
}
.notice-in .billing-info p a:hover{color:#fecc00}
.view-all-notice {
    background: #fd6601;
    color: #F6F6F1;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 0px 20px 15px;
    float: right;
	position: relative;
    top: 0px;
}
.view-all-notice:hover {
    background: #fecc00;
    color: #F6F6F1;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 0px 20px 15px;
    float: right;
	position: relative;
    top: 0px;
}


/* lab */


.notice-in .NoticeBoard {
	width: 100%;
	padding: 60px 0 0px;
}

.notice-in .NoticeBoard .container {
	padding: 25px 20px;
	border-radius: 10px;
}

.notice-in .NoticeBoard h2 {
	color: #F7494B;
	font-size: 55px;
	line-height: 45px;
	margin-bottom: 25px;
}

.notice-in .NoticeBoard h2 a.view-btn {
	font-size: 16px;
	float: right;
	background: #F7494B;
	padding: 7px 20px;
	border-radius: 5px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}

.notice-in .find-txt {
	margin-bottom: 20px;
	font-size: 22px;
	color: #232323;
	line-height: 26px;
}

.notice-in .NoticeBoard .board-slide.slick-initialized.slick-slider {
	padding-right: 50px;
}

.notice-in .NoticeBoard .slick-slide {
	background: #fff;
	border-radius: 45px;
	padding: 10px 10px 10px 15px;
	position: relative;
	margin-right: 0px;
	min-height: 130px;
	width: 100% !important
}

.notice-in .NoticeBoard .count {
	width: 30px;
	height: 30px;
	border-radius: 0%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	top: 37px;
	border-radius: 50%;
	background: #F7494B;
	z-index: 1;
}

.notice-in .NoticeBoard .NoticeLeft {
	position: relative;
	float: left;
	font-size: 44px;
	text-align: center;
	color: #FECC00;
	line-height: 18px;
	font-weight: 700;
	background: #F6F6F1;
	padding: 15px 20px;
	border-radius: 70px;
	width: 110px;
	height: 110px;
}

.notice-in .NoticeBoard .NoticeLeft span {
	font-size: 10px;
	color: #646464;
	font-style: italic;
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
}

.notice-in .NoticeBoard .Noticeright {
	width: calc(100% - 125px);
	float: right;
	font-size: 18px;
	color: #646464;
	line-height: 20px;
	position: relative;
	font-weight: 300;
	padding: 10px 0 10px;
}

.notice-in .NoticeBoard .Noticeright span {
	background: #F7494B;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: -20px;
	line-height: 12px;
	border-radius: 8px;
}

.notice-in .NoticeBoard .Noticeright span:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #F7494B;
	position: absolute;
	left: 4px;
	bottom: -5px;
}

.notice-in .NoticeBoard .month {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: 46px;
	letter-spacing: 4px
}

.notice-in .line-height {
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
}

.notice-in .updated {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	font-style: italic
}

.notice-in .NoticeBoard .NoticeHead {
	color: #FECC00;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}


/* lab */

.lightboxContainer {
  position:relative;
  display:inline-block;
}
 
.lightboxContainer:after {
  content:url("../images/icons/youtube.png");
  z-index:999;
  position:absolute;
  top:50%;
  left:50%;
    transform: translate(-50%, -50%);
}
 
.lightboxContainer img {
  width: 100%;
  border-radius:15px;
}

.rkw{max-width: 450px;}

.dropdown-toggle::after {
	display: none !important;
}
.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}
.rkline{border-bottom: 1px solid rgba(0, 0, 0, 0.15);}



/* Enroll */
.dropbtn-enroll {
  color: white;
  font-size: 16px;
  border: none;
  background: transparent;
}

.dropdown-enroll {
  position: relative;
  display: inline-block;
}

.dropdown-content-enroll {
  display: none;
	position: absolute;
    background-color: #fff;
    min-width: 169px;
    z-index: -1;
    top: -60px;
    border: 1px solid #574426;
    left: 3px;
    border-radius: 5px 5px 0px 0px;
    
}

.dropdown-content-enroll a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  border-bottom:1px solid #574426; font-size:15px; font-weight:400;
  text-align:left;
}

.dropdown-content-enroll a:hover {background: transparent;}

.dropdown-enroll:hover .dropdown-content-enroll {display: block;}

.dropdown-enroll:hover .dropbtn-enroll {background: transparent;}


.dropdown-content-enroll-new {
  display: none;
    background-color: #fff;
    min-width: 168px;
    z-index: -1;
    border: 1px solid #574426;
    left: 3px;
    border-radius: 5px 5px 0px 0px;
    
}

.dropdown-content-enroll-new a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  border-bottom:1px solid #574426; font-size:15px; font-weight:400;
  text-align:left;
}

.dropdown-content-enroll-new a:hover {background: transparent;}

.dropdown-enroll-new:hover .dropdown-content-enroll {display: block;}

.dropdown-enroll-new:hover .dropbtn-enroll {background: transparent;}
.dropdown-content-enroll-new a:last-child {border-bottom: 0px solid #574426;}

.dropdown-menu.show {
    display: block;
     top: 18px !important;
    left: 3px !important;
    padding: 0;
    
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
    line-height: 17px;
}
.video-new {width: 100%;}


#main {
  margin: 0px 0;
}

#main #faq .card {
  margin-bottom: 20px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background: #fdc902;
  padding: 15px 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fecc00;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #000;
  border-radius: 0px 0px 10px 10px;
}

.original_image {
    display: block;
    background: rgb(254 204 0);
    padding: 2px 23px;
    color: #233138;
    margin: 0px auto !important;
    text-align: center;
    font-weight: 500;
}


/*------------------ fee stucture ------------------------ */
.accordion-infra {display: flex;flex-direction: column;gap: 10px;width: 100%;}
.accordion__item-infra {border-radius: 10px;overflow: hidden;margin-bottom: 10px;}
.accordion__header-infra {padding: 15px 25px;font-weight: 600;cursor: pointer;position: relative;background: #fff;font-size: 20px;}
.accordion__header-infra::after {content: '';background: url(../images/icons/angle-down.svg) no-repeat center;width: 30px;height: 30px;transition: .4s;display: inline-block;position: absolute;right: 20px;top: 15px;z-index: 1;background-size:20px}
.accordion__header-infra.active {background: #fff;border-bottom:1px solid #f1f1f1;}
.accordion__header-infra.active::after {transform: rotateX(180deg);}
.accordion__item-infra .accordion__content-infra {padding: 0px 25px;max-height: 0;transition: .5s;overflow: hidden;background: #fff;}
.accordion__item-infra .accordion__content-infra p{padding-top:15px;padding-bottom: 0px;}
/*------------------ fee stucture ------------------------ */
.ivideo{border-radius: 30px;}
.gallery-item-video img {border-radius: 8px;object-fit: cover;height: 170px;width: 100%;}
.videoplay1 {position: absolute;left: 50%;top: 40%;transform: translate(-50%, -50%);}
.videoplay1 img {height: 60px !important;}

@media only screen and (max-width: 767px) {
.ivideo {border-radius: 30px;height: 210px;}
.gin{padding: 0px 0px 40px !important;}
}
.logobg-1{position:absolute;top:0px;right:14px}
.wow {visibility: visible !important;}

/* about building */
.building-about{padding:70px 0px 100px}
.building-content{position:relative}
.building-content img{height:370px;object-fit:cover; border-radius:15px;}
.building-content::before {content: "";position: absolute;inset: 0;background: linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.12) 70%, rgb(0 0 0 / 2%) 100%);z-index: 1;border-radius: 20px;}
.ab-building-text {position: absolute;bottom: 34px;z-index: 100;width: 80%;color: #fff;text-align: center;margin: 0 auto;left: 0;right: 0;}
.ab-building-text a {color: #88e789;font-weight: 400;font-size: 16px;display: block;margin: 0 auto;width: 150px;}
.ab-building-text a img {transition: transform 0.3s ease;margin-top: 6px;height: 12px !important;object-fit: inherit;max-width: 20px !important;float: right;}
.ab-building-text h3{font-family:Marcellus; font-size:32px;margin-bottom:10px;}
.ab-building-text h4{font-size:16px;line-height:24px; margin-bottom:20px;}
.ab-building-text h5{font-size:12px;line-height:14px;background:#88e789; border-radius:50px;color:#000; width:130px;height: 24px;margin: 0 auto 10px;}
.ab-building-text a{color:#88e789;font-weight:400;font-size:16px;display:block;margin:0 auto;width:150px;}
.quote-card{background:#fff;width:100%;border-radius:10px;box-shadow: 0 10px 30px rgba(15,76,129,0.08);padding:28px;border-left:6px solid #000;margin:0 auto;}
blockquote{margin: 0;padding: 0 0 0px 0;font-size: 1.4rem;line-height: 1.5;color: #fd6601;font-weight: 500;font-style: italic;text-align: left;}
.quote-meta{display:flex;gap:12px;align-items:center;margin-top:12px;color:var(--muted);font-size:0.95rem;}
.quote-icon{font-size:34px;line-height:1;color:var(--accent);}
@media (max-width:520px){
.quote-card{ padding:18px; margin-bottom: 20px;}
blockquote{ font-size:1.5rem; }
}

.campus-content{position:relative; margin-bottom:50px;}
.campus-content img {height: 500px;object-fit: cover;border-radius: 15px;width: 100%;object-position: top;}
.campus-content::before {content: "";position: absolute;inset: 0;background: linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.12) 70%, rgb(0 0 0 / 2%) 100%);z-index: 1;border-radius: 20px;}
.h3cap{font-size:24px;margin-bottom:10px;font-weight:500;}
.h3qu{font-size:24px !important;font-weight:500;color:#fff; line-height:40px;}
.infobox {border-radius: 10px;text-align: left;transition: transform 0.3s ease;padding: 30px 30px;text-align: center;}
.infobox h2{font-size:24px !important;font-weight:500;margin-bottom: 10px;}
.icon-new {font-size: 2rem;margin-bottom: 15px;background: #b7e9b7;width: 74px;height: 74px;border-radius: 50px;line-height: 50px;padding: 13px;text-align: center;margin: 0 auto 20px;}
.mh{min-height: 560px;text-align:left!important}
.spt{position:relative;padding-bottom:20px}
.spt img{border-radius:15px;height:250px;object-fit:cover}
.pd220{padding-bottom:220px}
.achievbox img {border-radius: 15px;width: 100%;margin-bottom: 12px;object-fit: cover;object-position: top;height: 200px;}
.achievbox .post--title {font-weight: 600;color: #020202;margin-bottom: 5px;font-size: 16px !important;line-height: 19px;display: -webkit-box;-webkit-line-clamp: 2;height: 40px;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.achievbox .post--title-1 {font-weight: 400;color: #020202;margin-top: 5px;margin-bottom: 32px;font-size: 14px !important;line-height: 19px;display: -webkit-box;height: 40px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.achievbox p {line-height: 20px;margin-bottom: 0px;padding-bottom: 0px !important;}
.achive h2 {margin: 0 0px 10px;color: #020202;font-size: 22px;}
.achive h6 {font-size: 14px !important;color: #020202;margin: 0 0px 5px;}
.achive p {font-weight: 300;color: #31403A;padding-bottom: 10px !important;}

/* acording new */
.Accordions {display: block;margin: auto;}
.Accordion_item {width: 100%; height: auto; margin: 5px 0 10px;background: #fff;border-radius: 10px;}
.Accordion_item:first-child {}
.Accordion_item .title_tab {width: 100%;background:linear-gradient(37deg, rgba(252, 101, 1, 1) 0%, rgba(254, 203, 1, 1) 50%, rgb(254 197 1) 100%);color: #fcfcfc;padding:12px 10px 12px 20px;cursor: pointer;transition: background-color 0.3s ease-in;border-radius: 4px;}
.Accordion_item .title_tab .title {font-size: 24px;letter-spacing: 1px;position: relative;margin-bottom: 0px;text-align: left;}
.Accordion_item .title_tab .title .icon {position: absolute;right: 1%;top: calc(50% - 8px);width: 16px;height: 16px;background-color: transparent;transform: rotate(0deg);transition: transform 0.3s ease-in;}
.Accordion_item .title_tab .title .icon:before, .Accordion_item .title_tab .title .icon:after {content: '';position: absolute;height: 100%;width: 2px;background-color: #fcfcfc;}
.Accordion_item .title_tab .title .icon:before {top: 0;left: 2px; transform: rotate(-45deg); padding: 1px;}
.Accordion_item .title_tab .title .icon:after {top: 0;right: 2px;transform: rotate(45deg);}
.Accordion_item .inner_content {width: 100%;height: auto;display: none;overflow: hidden;padding: 20px;}
.Accordion_item .inner_content p {width: 100%;margin: auto;padding: 0px 0px;font-size: 16px;line-height: 20px;letter-spacing: 1px;opacity: 0;transform: translate3d(0px, 60px, 0px);transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);}
/* ================================= */
.Accordion_item .title_tab.active {background-color: #2196f3;transition: background-color 0.3s ease-in;}
.Accordion_item .title_tab.active .title .icon {transform: rotate(180deg);transition: transform 0.3s ease-in;}
.Accordion_item .title_tab:hover {background-color: #2196f3;transition: background-color 0.3s ease-in;}
.Accordion_item .inner_content p.show {opacity: 1;transform: translate3d(0px, 0px, 0px);transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);}
.Accordion_item .topers-class-x img{border-radius: 10px;height: 300px;object-fit: cover;width: 100%;margin-top: 30px;margin-bottom: 15px;border: 1px solid #fbfbfb;}
.Accordion_item  .topers-class-name h3 {font-size: 15px;text-align: center;padding: 4px 0;}
.Accordion_item .topers-class-name p {font-size: 24px;text-align: center;font-weight: 500;margin: 0;padding: 5px 0px;}
.ste {font-size: 14px !important;margin: 0px !important;}

.tame-table-box {background: #fff;border-radius: 8px;padding: 15px;height: auto;}
.row-bg {Background: #FF9800;color: #fff;}
.subtitle1 {text-align: left;font: normal normal 500 20px / 26px Rubik !important;color: #000;opacity: 1;margin-top: 0px;margin-bottom: 10px;}
.subtitle {text-align: left;font: normal normal 600 24px / 30px Rubik;color: #000;opacity: 1;margin-bottom: 20px;}
.facilitiesin {margin-bottom: 26px;}
.facilitiesin:hover { background:#f1f1f1;border-radius:0px 0px 8px 8px;transition: all 0.3s ease;}
.facility-text-box {
    position: absolute;
    padding: 0 15px;
    z-index: 10;
    margin-top: 0;                
    transform: translateY(-170%); 
}
.facility-text-box h4 {padding-top: 15px;text-align: left;font-family: 'Rubik', sans-serif;font-size: 20px;letter-spacing: 0.5px;color: #2C76F4;text-transform: capitalize;opacity: 1;font-weight: bold;}
.facility-text-box .play-blue{width: 60px;margin-top: -30px;text-align: left;font: normal normal bold 42px/24px Rubik;letter-spacing: 1.25px;color: #007bff;text-transform: uppercase;opacity: 1;} 
.facility-text-box .play-blue img{height:46px;} 
.facilities .image-wrapper {position: relative;display: inline-block;overflow: hidden;border-radius: 8px;}

.facilities .image-wrapper::before {content: "";display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 200px;pointer-events: none;transition: all .3s ease-out;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 0px 0px 8px 8px;z-index: 1;}
.facility-text-box h4 {padding-top: 15px;text-align: left;font-family: 'Rubik', sans-serif;font-size: 20px;letter-spacing: 0px;color: #fdc902;text-transform: capitalize;opacity: 1;font-weight: 500;}
.facility-text-box p {color: #fff;font-size: 14px;}
.facility-text-box .play-blue {width: 60px;margin-top: -30px;text-align: left;font: normal normal bold 42px / 24px Rubik;letter-spacing: 1.25px;color: #007bff;text-transform: uppercase;opacity: 1;}
.image-wrapper img {border-radius: 8px}
.facilities .image-wrapper img {transition: transform 0.5s ease;}
.facilities .image-wrapper:hover img {transform: scale(1.05); }
.infra-cover-page-video {position: relative;}
.infra-cover-page-video img {border-radius: 8px;object-fit: cover;height: 300px;width: 100%;}
.videoplay2 {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.videoplay2 img {height: 60px;}

.infobox1 {border-radius: 10px;text-align: left;transition: transform 0.3s ease;padding: 20px 20px;text-align: center;}
.infobox1 h2{font-size:24px !important;font-weight:500;margin-bottom: 10px;}
.icon-new1 {text-align:center;margin-bottom:20px;}
.icon-new1 img{border-radius: 10px;}
.dwnpdf {background: #fff;padding: 30px 30px 20px;display: block;width: 100%;text-align: center;border-radius: 15px;border: 1px solid #d5efd5;}
.dwnpdf img{height:100px;}
.dwnpdf h3 {font-size: 20px;text-align: center;margin-top: 20px;color: #000;font-weight: 500;}
.dwnpdf:hover {background:#d5efd5;padding: 30px 30px 20px;display: block;width: 100%;text-align: center;border-radius: 15px;border: 1px solid #d5efd5;}

/*------------admission ------------- */
.admission-rvnk{padding:90px 0px 230px; background:#fff}
.admission-rvnk .title {margin: 0 auto 50px;width: 100%;text-align: center;}
.maxwd{padding:0px 50px;}
.admission-rvnk .title h2 {text-align: center;font: normal normal 500 34px/34px Marcellus;letter-spacing: 0.9px;color: #3E3A38;text-transform: uppercase;opacity: 1;padding-bottom: 10px;line-height: 40px}
.admission-rvnk .title h3 {font-size: 16px;font-weight: 400;text-transform: uppercase;color: #3E3A38;letter-spacing: 1px;margin-bottom: 40px;}
.admission-rvnk .title span {text-align: center;font: normal normal 300 16px/19px Rubik;letter-spacing: 0.8px;color: #3E3A38;text-transform: uppercase;opacity: 1;}
.admission-rvnk .title p {color: #312F2C;text-transform: none;font-weight: 300;font-size: 16px;}
.admission-rvnk .item {width: 100%;margin-right: 22.8px;display: block;color: inherit;position: relative;}
.admission-rvnk .image-box {overflow: hidden;width: 100%;position: relative;border-radius:10px;height: 400px;}
.admission-rvnk .item:hover .image-box::after {background-color: rgb(1 15 26 / 72%);}
.admission-rvnk .item .image-box::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;background-color: rgb(5 17 32 / 22%);transition: all .3s ease-out;}
.admission-rvnk .item .text-box {position: absolute;left: 0;bottom: 0;width: 100%;padding: 32px 31px;flex-direction: column;text-align:left;}
.admission-rvnk .item .text-box::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;transition: all .3s ease-out;}
.admission-rvnk .item .text-box small {top: 0px;height: 22px;padding: 3px 10px;position: absolute;z-index: 2;transition: all .3s ease-out;background: #ffffff 0% 0% no-repeat padding-box;border-radius:50px;margin: 10px 0px;text-align: left;font: normal normal normal 12px / 14px Rubik;letter-spacing: 0px;color: #000;text-transform: uppercase;opacity: 1;line-height: 18px;}
.admission-rvnk .text-box h3 {font-weight: 500;position: relative;z-index: 2;line-height: 50px;margin-bottom: 24px;text-align: left;font: normal normal normal 22px/27px Marcellus;letter-spacing: 1.4px;color: #FFFFFF;text-transform: uppercase;opacity: 1;top:15px;}
.admission-rvnk .item .text-box .cont {white-space: normal;position: relative;z-index: 2;padding-bottom: 0;transition: max-height .5s ease;}
.admission-rvnk .item:hover .text-box .cont {max-height: 400px;}
.admission-rvnk .item .text-box .cont p {font-size: 15px;letter-spacing: 0;line-height: 18px;margin-bottom: 20px;color:#fff;}
.admission-rvnk .item .text-box .readmore {display: inline-flex;align-items: center;justify-content: flex-start;color: #fff;text-transform: uppercase;cursor: pointer;font-size: 12px;font-weight: 400;letter-spacing: 1px;line-height: 16px;background-color: transparent;outline: 0;border: none;padding: 0;display: inline-flex;position: relative;z-index: 2;}
.admission-rvnk .item .text-box .readmore img{font-size:14px;padding-left:4px;height: 9px;}
.admission-rvnk .item .text-box .readmore::after {font-size: 10px;margin-left: 5px;}
.admission-rvnk .item .text-box::after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;transition: all .3s ease-out;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 0px 0px 10px 10px;}
.admission-rvnk .item .image-box .expimg{background-position: center center;min-height: 500px;background-size: cover;}
.it-event-2-content h5{-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;height: 93px;}
.com-section {position: relative;display: block;padding: 80px 0px 50px 0px;}
.ivideo {border-radius: 20px;}
.org {color: #fd6601;}
.blk {color: #000 !important;}
.about-section-home{padding-bottom:100px !important;}
#tabs-content {position: relative;}
/* ALL tabs hidden */
#tabs-content .tab-content {display: none;animation: fadeOut 0.3s ease;opacity: 1;}
/* Only active tab visible */
#tabs-content .tab-content.active {display: block; animation: fadeIn 0.6s ease;opacity: 1;}

.notice-all {
    padding-top: 5px;
    background: #000;
    border-radius: 20px;
	margin-bottom: 15px;
}

.bannerbtn {
    border-radius: 50px;
    position: absolute !important;
    right: 30px;
    top: 130px;
    width: 200px;
    height: 76.88px;
    z-index: 100;
}

.bannerbtn1 {
  border-radius: 50px;
  position: absolute !important;
  right: 30px;
  top: 190px;
   width: 200px;
  height: 76.88px;
  z-index: 100;
}
.blink-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.blink-wrap img {
  position: absolute;  /* ðŸ‘ˆ dono ek hi place pe overlap */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* First image blink */
.img1 {
  animation: blink1 2s infinite;
}

/* Second image blink (opposite phase) */
.img2 {
  animation: blink2 2s infinite;
}

@keyframes blink1 {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes blink2 {
  0%, 49% { opacity: 0; }
  50%, 100% { opacity: 1; }
}