/* use font link */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&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?ver=1.1);
/*@import url(../css/animate.css);*/
@import url(../css/jquery-ui.css);

/*** 
====================================================================
  Reset
====================================================================
 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================
 ***/

body {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 300;
	background: #F3F8FF;
	font-family: 'Rubik', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
}
sup {
    top: -.5em;
    text-transform: lowercase;
}
@media (min-width:1200px) {
	.container {
		max-width: 1170px;
		padding: 0px;
	}

	.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;
}

b, strong {
    font-weight: 500;
}
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: #2c69f1;
    cursor: pointer;
}

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: #242444;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
    font-size: 16px;
}

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;
}



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);
	}
}
.pln{margin:0 auto}
.pdi {padding: 0px !important;}
/** button **/

.theme-btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	padding: 12px 40px;
	background-color: #2c69f1;
	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: 15px;
}

.theme-btn:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: #1D1D6E;
	-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: 50px;
    font-weight: 700;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #1D1D6E;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    transition: all 500ms ease;
    padding: 0.3rem 0.30rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page-item:last-child .page-link {
    border-top-right-radius:  50px;
    border-bottom-right-radius:  50px;
}
.pagination li a:hover,
.pagination li a.active {
	background: #2c69f1;
	color: #ffffff;
}

.sec-pad {
	padding: 80px 0px 200px 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: #2c69f1;
}

.scroll-top.open {
	bottom: 30px;
}

.scroll-top:hover {
	background: #1D1D6E;
}

.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: #2c69f1;
	font-family: 'Rubik', sans-serif;
	font-weight: 900;
	margin-bottom: 13px;
	padding: 0px 50px 0px 50px;
}

.sec-title h5:before {
	position: absolute;
	content: '';
	background: #2c69f1;
	width: 30px;
	height: 2px;
	left: 0px;
	bottom: 11px;
}

.sec-title h5:after {
	position: absolute;
	content: '';
	background: #2c69f1;
	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: relative;
	left: 0px;
	top: 0px;
	background: #ffffff;
	z-index: 10000;
	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;
	border-radius: 100px;
}

.header .nav-bg {
	display: none;
}

.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;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .header-top {
	position: absolute;
	display: block;
	width: 100%;
	padding: 16px 0px 17px 0px;
}

.main-header .header-top .social-list li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.main-header .header-top .social-list li:last-child {
	margin-right: 0px;
}

.main-header .header-top .social-list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}

.main-header .header-top .social-list li a:hover,
.main-header .header-top .header-info li a:hover {
	color: #2c69f1;
}

.main-header .header-top .header-info li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding: 0px 0px 0px 22px;
}

.main-header .header-top .header-info li:last-child {
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
}

.main-header .header-top .header-info li:before {
	position: absolute;
	content: '';
	height: 20px;
	width: 1px;
	top: 5px;
	right: -18px;
}

.main-header .header-top .header-info li:last-child:before {
	display: none;
}

.main-header .header-top .header-info li i {
	position: absolute;
	left: 0px;
	top: 7px;
	font-size: 14px;
	color: #fff;
}

.main-header .header-top .header-info li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.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: #2c69f1;
	text-align: center;
	border-radius: 50%;
}

.main-header .outer-content li a:hover,
.main-header .outer-content li.header-flyout-searchbar i:hover {
	background: #2c69f1;
}

.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 **/
.innav {
	background: #2C69F1;
	background: radial-gradient(circle, rgba(44, 105, 241, 1) 0%, rgba(29, 29, 110, 1) 35%);
	border-radius: 50px;
	position: fixed;
	top: 42px;
	width: 1170px;
	border: 1px solid #2c69f154;
}

.menu-box {
	float: left;
	width: 45%
}

.menu-box-right {
	float: right;
	width: 45%
}

.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: 22px;
}

.main-menu {
	position: relative;
	display: block;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin: 0px 18px;
}

.main-menu .navigation>li:first-child {
	margin-left: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	line-height: 26px;
	opacity: 1;
	text-transform: uppercase;
	padding: 17px 10px 15px 10px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.6px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
	color: #447BF8;
}

.main-menu .navigation {
	position: relative;
	top: 0px;
	width: 98%;
	padding: 0px 0px 0px 0px;
	border-radius: 10px;
}

.icondown {}

.icondown svg {
	height: 9px;
	transition: transform 0.3s ease;
	fill: #fff;
}

.main-menu .navigation>li:hover>a .icondown svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
	fill: #fff;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 101%;
	width: 270px;
	z-index: 100;
	display: none;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	border-radius: 0px 0px 5px 5px;
}

.main-header.style-two .main-menu .navigation>li:last-child>ul {
	margin-right: 0;
	position: absolute;
	right: 0;
	left: auto;
	/* optional: prevents conflict with default left: 0 */
}

.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: 2px 10px;
	line-height: 16px;
	font-size: 14px;
	color: #1D1D6E;
	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: #2c69f1;

}

.main-menu .navigation>li>ul>li:hover a {
	color: #ffffff;
	padding-left: 10px;
	padding-left: 15px;
	transition: background 0.3s ease, padding 0.3s ease;
}

.main-menu .navigation>li>ul>li:last-child:hover {
	border-bottom: none;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	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 {}

/** 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;
	-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);
	border-radius: 0px 5px 5px 5px;
}

.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: 13px;
	color: #1D1D6E !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: #2c69f1;
	padding-left: 15px !important;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	position: absolute;
	content: "\f105";
	font-size: 16px;
	color: #222;
	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;
}

.login {
	background: #2C69F1;
	background: linear-gradient(90deg, rgba(44, 105, 241, 1) 0%, rgba(44, 105, 241, 1) 100%);
	padding: 0px 10px;
	border-radius: 50px;
	position: absolute !important;
	right: 0;
	top: 0px;
	color: #fff;
	transition: transform 0.3s ease;
}

.login:hover {
	background: #2C69F1;
	background: linear-gradient(77deg, rgba(44, 105, 241, 1) 0%, rgba(29, 29, 110, 1) 85%);
	transition: transform 0.3s ease;
}


.right-side-menu {
	margin-left: 15px
}

.homebtn {
	color: #fff !important;
	background: #2c69f1 !important;
	padding: 15px 15px !important;
	border-radius: 80px;
	width: 58px;
	height: 58px;
	margin: 0px 6px 0px 0px;
}
.homebtn:hover {
	color: #fff !important;
	background: #032d88 !important;
}
/** 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;
	margin-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: 30px
}

.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: #2c69f1;
}

.main-header.style-two .outer-content .login-box i {
	position: absolute;
	left: 0px;
	top: 7px;
	font-size: 14px;
	color: #2c69f1;
}

.main-header.style-two .header-top {
	padding: 2px 0px;
}

.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: #2c69f1;
}

.main-header.style-two .outer-content li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.main-header.style-two .header-top .header-info {
	position: relative;
	margin-top: 7px;
}

.main-header.style-two .menu-area {
	float: none;
	margin-right: 0px;
}

.main-header.style-two .main-menu .navigation>li {
	margin: 0px 0px;
	line-height: 46px;
	color: #fff;
}

.mr-0 {
	margin: 0px
}

.logo {
	position: absolute;
	top: -34px;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	width: 140px
}

.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.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: #ffffff;
    background: #2c69f1;
}

.main-header.style-two .main-menu .navigation>li:last-child a:hover {
    margin-right: 0px;
	background: transparent;
}
.main-header.style-two .main-menu .navigation>li.current>a,
.main-header.style-two .main-menu .navigation>li:last-child:hover>a {
	color: #ffffff;
    background: transparent;
}

.main-header.style-two .main-menu .navigation>li.logo-box:before {
	display: none;
}

/** 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;
}

/** main-slider **/

.main-slider {
	position: relative;
}

.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: #2c69f1;
	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: #1D1D6E;
	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;
	z-index: -1;
}

.video-container {
  position: relative;
  overflow: hidden; /* Optional: Only if needed to clip overflowing content */
}

.video-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.67) 100%);
  pointer-events: none;
  z-index: 1;
}

.banner-video {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}

.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;
}

/* slide nav */
/*.slide-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	background: #000;
	z-index: 1;
}*/
.new img {
	height: 28px
}

.d-hide {
	display: none !important
}

.banner-text {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	text-align: left;
}

.banner-text h1 {
	font-size: 65px;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #fff;
	line-height: 64px;
}

.banner-text h1 span {
	font-weight: 300
}

.banner-text h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #471b0d
}

.banner-text h4 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-weight: 400;
}

.banner-text p {
	color: #fff;
	text-transform: uppercase;
}

.new {
	position: absolute;
	top: -18px;
}

.motto-section {
	display: flex;
	align-items: left;
	/* Vertically center */
}
.motto-section img{height:180px;}
.motto-text h4 {
	color: #888;
	margin-bottom: 5px;
}

/* ---------------- Title ---------- */
.title {
	margin: 0 auto 30px;
	width: 100%;
	text-align: center;
}

.title h1 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #2C69F1;
	line-height: 40px
}

.title h1 span {
	font-weight: 300
}

.title h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C69F1;
}

.title h4 {
	font-size: 16px;
	color: #2C69F1;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
}

.banner-line {
	height: 8px !important;
	width: 80px;
	background: #2c69f1;
	margin: 5px auto 10px;
	border-radius: 5px;
}

.title p {
	color: #1D1D6E;
	text-transform: uppercase;
	font-weight: 600;
}


/* ---------------- Title ---------- */
/* ---------------- notice board ---------- */
/* Notice Board */
.notice-block-two {
	padding-top: 15px;
}

.NoticeBoard {
	width: 100%;
	padding: 90px 0 0px;
	position: relative;
}

.NoticeBoard .title {
	margin: 0 auto 30px;
	width: 100%;
	text-align: center;
}

.NoticeBoard .title h1 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #2C69F1;
	line-height: 40px
}

.NoticeBoard .title p {
	color: #1D1D6E;
	text-transform: uppercase;
	font-weight: 400;
}

.NoticeBoard .container {
	padding: 0px 20px;
	border-radius: 10px;
}

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

.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: #232323;
	line-height: 26px;
}

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

.newssub {
	font-size: 16px;
	font-weight: 400;
	padding-top: 35px;
}

.NoticeBoard .slick-slide {
	background: #1D1D6E;
	background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
	transition: transform 0.3s ease;
	border-radius: 100px;
    padding: 8px 8px 8px 8px;
    position: relative;
    margin-right: 0px;
    min-height: 116px;
    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: 36px;
	text-align: center;
	color: #F9FE80;
	line-height: 22px;
    font-weight: 700;
    background: #2c69f1;
    padding: 10px 10px;
    border-radius: 70px;
    width: 100px;
    height: 100px;
}

.NoticeBoard .NoticeLeft span {
	font-size: 10px;
	color: #fff;
	font-style: italic;
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
}

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

.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: 50px;
}

.NoticeBoard .owl-theme .owl-nav {
	margin-top: 10px;
	width: 150px;
	position: absolute;
}

.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;
}

.NoticeBoard .month {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;

}

.line-height {
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	margin-bottom: 5px;
}

.updated {
	color: #4190FF;
	font-size: 12px;
	font-weight: 300;
	font-style: italic
}

.NoticeBoard .NoticeHead {
	color: #F9FE80;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 4px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
}

.NoticeBoard .owl-theme .owl-nav .owl-prev {
    border-radius: 50px;
    position: relative;
    top: 10px;
    left: -30px;
    height: 40px;
    line-height: 32px;
    width: 40px;
    background: #2C69F1;
    text-align: center;
}

.NoticeBoard .owl-theme .owl-nav .owl-prev img {
	height: 20px
}

.NoticeBoard .owl-theme .owl-nav .owl-next img {
	height: 20px
}

.NoticeBoard .owl-theme .owl-nav .owl-next {
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 70px;
    height: 40px;
    line-height: 32px;
    width: 40px;
    background: #2C69F1;
    text-align: center;
}

.view-all {
	background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
	position: relative;
	display: block;
	text-decoration: none;
	padding: 6px 20px;
	overflow: hidden;
	transition: 1s all ease;
	border-radius: 50px;
	margin: 20px 5px;
	text-align: left;
	float: left;
	font-size: 16px;
	color: #fff
}

.view-all::before {
	background: #1D1D6E;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.6s ease;
}

.view-all span {
	position: relative;
	z-index: 1000;
	color: #fff
}




/* ---------------- 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 #2C69F1;
}

.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: #2C69F1 !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2C69F1 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: none repeat scroll 0 0 #cda274;
	border: 2px solid #2C69F1;
}

/** Story-section **/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background:linear-gradient(290deg, rgb(49 47 44) 0, rgb(29 29 110) 49%, rgb(49 47 44) 100%);
	overflow: auto;
	z-index: 991
}

.wrap {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding:120px 15px 40px 15px;
}

.wrap h3 {
	color: #2196F3;
	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: #fff;
	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: #ffffff;
	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: transparent;
	border-radius: 0px;
}
.modal-content {background: transparent;}
.myaccordion h2 {
	text-align: left;
}

.myaccordion .h22 {
	text-align: left;
	line-height: 15px;
	padding-bottom: 10px;
	padding-top: 7px;
}

.myaccordion h2 a {
	width: 100%;
	font-weight: 600;
	color: #ffffff;
	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: -40px;
	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 #2C69F1 !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 #2c69f1 !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;
	height: auto !important;
}

.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: 30px;
	background-color: #2c69f1 !important;
	border-radius: 24px;
	z-index: 1000000 !important;
	opacity: 1;
	font-weight: 300;
	right: -10px;
	border: 0;
	font-size: 28px;
	top: -10px;
	color: #fff;
}

/** about-section **/
.about-section-home {padding: 100px 0px 100px 0px !important}
.about-section {
	position: relative;
	display: block;
	padding: 100px 0px 200px 0px;
}

.about-section .title {
	margin: 0 auto 90px;
	width: 100%;
	text-align: center;
}

.about-section .title h1 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #2C69F1;
	line-height: 40px
}

.about-section .title h1 span {
	font-weight: 300
}

.about-section .title h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C69F1;
}

.about-section .title h4 {
	font-size: 16px;
	color: #2C69F1;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
}

.about-section .banner-line {
	height: 8px !important;
	width: 80px;
	background: #2c69f1;
	margin: 10px auto 0px;
	border-radius: 5px;
}

.about-section .title p {
	color: #1D1D6E;
	text-transform: uppercase;
	font-weight: 400;
}


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


.right-image {
	padding-top: 0px
}

.right-image img {
	border-radius: 45px;
}

.about-section .image-box .image {
	position: relative;
	display: block;
}

.about-section .image-box .image img {
	width: 100%;
}

.about-section .image-box .image-1 {
	position: relative;
	display: block;
	border-radius: 30px;
}

.about-section .image-box .image-1 img {
	border-radius: 50%;
}

.about-section .image-box .image-2 {
	position: absolute;
	left: 70px;
	bottom: 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 .text p {
	position: relative;
	display: block;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 30px !important;
	font-weight: 300;
	color: #1D1D6E;
}

.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 .founded {
	text-align: center;
	padding: 20px 0px 40px;
}

.about-section .founded img {
	padding-bottom: 10px;
}

.about-section .founded p {
	text-align: center;
	line-height: 22px;
}

.about-section ul {
    margin: 10px 0px 20px;
}

.about-section ul li {
	line-height: 25px;
	background: url(../images/icons/right-tik.svg) no-repeat left 5px;
	padding: 5px 11px 5px 31px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	color: #1D1D6E;
}

.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;
}

.profile-bx {
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	margin: 16px 0 0 0;
	left: -285px;
	width: 850px;
	border-radius: 50px;
	overflow: visible;
	padding: 10px
}

.ply {
	display: block;
	position: relative;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

.ply img {
	height: 75px;
}

.objective-section ul li {
    line-height: 22px;
    background: url(../images/icons/right-tik.svg) no-repeat left 2px;
    padding: 5px 11px 15px 35px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #242444;
	background-size: 20px;
    background-position: 2px 6px;
}

.objective-section p {
	font-size: 16px;
	padding-bottom: 25px;
}

.objective-section h5 {
	color: #2C69F1
}

.objective-section h6 {
	font-size: 18px
}

.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: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
	position: relative;
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	overflow: hidden;
	transition: 1s all ease;
	border-radius: 50px;
	margin: 40px 5px 0px;
	text-align: left;
	float: left;
	font-size: 16px;
	color: #fff
}

.more::before {
	background: #1D1D6E;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.6s ease;
}

.more span {
	position: relative;
	z-index: 1000;
	color: #fff
}



/** 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;
}



.length {
	width: 100%
}

.NoticeBoard .white-bg {
	background: #fff;
	height: 260px;
	position: absolute;
	width: 40%;
	top: 170px;
	border-radius: 36px;
}

.NoticeBoard .Noticeright-new {
	padding: 10px 0 10px;
}

.NoticeBoard .newbtn {
	padding: 15px 5px;
}

/** 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: #2C69F1;
	padding: 100px 0px 100px;
	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 #1D1D6E;
	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: #1D1D6E;
	line-height: 30px;
	font-weight: 600;
	margin: 5px 0 5px;
	padding-left: 115px;
}

.principal-section .job p {
	font-size: 16px;
	color: #1D1D6E;
	line-height: 24px;
	padding-left: 115px;
	font-style: italic
}



.principal-section .message h1 {
	text-transform: uppercase;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.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: #6AAAFF;
	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: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}

.message .product-info-tabs .tab-btns li:last-child {
	margin-right: 0px;
}

.message .product-info-tabs {
	position: relative;
	display: block;
}

.message .related-product .sec-title {
	margin-bottom: 40px;
}

.message .tabs-content {
	padding-top: 50px;
	text-align: left;
}

.message .massage-box {
	width: 100%;
	padding: 0px 0px;
}

.message .massage-box p {
	line-height: 26px;
	font-style: italic;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.message .principal-photo {
	position: relative;
	top: 0px;
	right: 0;
	text-align: center;
	/*border: 1px solid #6590f1; */
	margin: -80px 36px 0px;
	border-radius: 50%;
	height: 440px;
}

.message .principal-photo img {
    width: 92%;
    position: relative;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.message .continue {
	margin-top: 8px;
	display: block;
	color: #F9FE80;
	font-weight: 500;
	width: auto;
}
.message .continue:hover {
    color: #fff;          
    cursor: pointer;
    transition: all 0.3s ease;
}
.continue img {
  transition: transform 0.3s ease;
}

.continue:hover img {
  transform: translateX(5px); /* arrow 5px right shift hoga */
}
.message .massage-box h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.message .massage-box h3 span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

.video-message {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.video-message img {
	height: 48px;
}

.principal-photo {
  position: relative;
  display: inline-block;
}

.principal-photo img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}

.principal-photo:hover img {
  transform: scale(1.05); /* Zoom effect */
}

.video-message {
    position: absolute;
    bottom: 0;
    right: -146px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.principal-photo:hover .video-message {
  opacity: 1; /* Show play icon */
}

.video-message img {
  width: 60px;  /* play icon ka size */
  height: 60px;
}


.m-hide-1{display: block;}
.d-hide-1{display: none;}
/** classes-style-three **/
/** Lab Section **/
.lab-section {
	position: relative;
	display: block;
	padding: 100px 0px 100px;
	overflow: hidden;
}

.lab-section .title {
	margin: 0 auto 30px;
	width: 100%;
	text-align: center;
}

.lab-section .title h1 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #2C69F1;
	line-height: 40px
}

.lab-section .title p {
	color: #1D1D6E;
	text-transform: uppercase;
	font-weight: 400;
}

.lab-section .faciText {
	padding: 60px 30px 140px 115px;
	background: #fff;
}

.lab-section .faciText::before {
	content: "";
	position: absolute;
	top: 0;
	left: 35%;
	height: 458px;
	width: 100%;
	background-color: #fff;
	z-index: -1;
	border-radius: 36px;
}


.leftspace {
	margin-top: 30px
}

.wrap-padding {
	background: #fff;
}

.leftspace .owl-carousel .owl-stage-outer {
	padding-left: 15px;
}
.lab-section .owl-carousel .owl-stage-outer {
	padding-left: 15px;
}
.lab-section .faciText p {
	text-align: left;
	font: normal normal normal 18px/28px Rubik;
	letter-spacing: 0px;
	color: #3C4760;
	opacity: 1;
	margin-bottom: 20px
}

.lab-section .faciText .btn-all {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	background: #0066b3;
	padding: 10px 15px;
	border-radius: 50px;
	width: 110px;
	display: block;
	text-align: center;
	margin-top: 110px;
}

.lab-section .faciText .btn-all img {
	width: 20px
}

.lab-section .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	bottom: -30px;
	left: 32px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2c69f1;
	text-align: center;
}

.lab-section .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	bottom: -30px;
	left: 80px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2c69f1;
	text-align: center;
}

.lab-section .owl-theme .owl-nav .owl-prev img {
	height: 22px
}

.lab-section .owl-theme .owl-nav .owl-next img {
	height: 22px
}

.lab-section .pd-0 {
	padding: 0px 0px 70px
}

.lab-section .labbox {
	min-height: 320px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 0 center !important;
	border-radius: 150px;
	transition: 0.5s ease;
	position: relative;
	 margin-top: 10px;	
}

.lab-section .labbox a {
	color: #fff
}

.lab-section .labbox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: opacity 1s ease; /* Smooth fade */
    opacity: 0.8; /* Initially hidden */
	background: transparent linear-gradient(180deg, #00000000 0%, #1d1d6e 100%) 0% 0% no-repeat padding-box;
	z-index: 1;
	border-radius: 150px;
	height: 320px;
   
}

.lab-section .labbox:hover::before {
	opacity: 0.8; /* Visible on hover */
	/*background: transparent linear-gradient(180deg, #1d1d6e 0%, #1d1d6e 100%) 0% 0% no-repeat padding-box; */
	transition: transform 0.5s;
}

.lab-section .labbox:hover {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: transform 0.5s;
	z-index: 1;
	background: transparent linear-gradient(180deg, #1d1d6e4a 0%, #1d1d6e 100%) 0% 0% no-repeat padding-box;
	 transform: scale(1.08);
}


.fac-content {
	max-width: 460px;
	margin-left: auto;
	padding-left: 0;
	padding-right: 15px;
}

.facility-block-two {
	padding-top: 0px;
	text-align: center;
	padding-bottom: 25px;
}

.labbox .text-area {
    position: absolute;
    top: 70%; /* Start lower */
    left: 50%;
    transform: translate(-50%, 20%); /* Slightly below */
    opacity: 1;
    z-index: 100;
    transition: transform 0.5s;
    color: #fff;
    width: 80%;
	font: normal normal normal 18px/22px rubik;
	letter-spacing: 0.55px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 500;
}
.labbox:hover .text-area {
    top: 70%; /* Final position */
    transform: translate(-50%, -50%); /* Centered upward */
    opacity: 1;
	font: normal normal normal 18px/22px rubik;
	letter-spacing: 0.55px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 500;
	transition: transform 0.5s ease;
}

.labbox .text-area p {
	text-align: center;
	font: normal normal normal 12px/16px Rubik;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.labbox .text-area img {
	color: #fff;
	padding: 10px;
	margin: 0 auto;
}

.labbox .text-area h4 {
	margin-top: 0px;
	text-align: center;
	font: normal normal normal 18px/22px rubik;
	letter-spacing: 0.55px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 500;
}




.lab-section .labbox span {
	z-index: 1;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0px;
	opacity: 0;
	transform: translateY(0px); 
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.lab-section .labbox:hover span {
	z-index: 1;
	position: absolute;
	bottom: -30px;
	left: 0;
	opacity: 1;
	transition: transform 0.5s ease, opacity 0.5s ease;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0px;
	transform: translateY(0px);
}

.lab-section .labbox span p {
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	transition: 1s ease;
	opacity: 0;
	padding: 10px 20px;
	width: 100%;
}

.lab-section .labbox:hover span p {
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	transition: 0.6s ease;
	opacity: 1;
	padding: 10px 20px;
	width: 100%;
}

.lab-section .labbox span img {
	height: 48px;
	margin: 0 auto;
	transition: transform 0.5s ease, opacity 0.5s ease;
}


.lab-section .owl-carousel .owl-stage {
	padding-bottom: 25px
}

.lab-section .white-bg {
	background: #fff;
	height: 360px;
	position: absolute;
	width: 40%;
	top: 200px;
	border-radius: 36px;
}

/** Lab Section end **/
.children-sec {
	background: url(../images/home/bgfour.jpg);
	padding: 50px 0px 50px;
	background-repeat: no-repeat !important;
	position: relative;
	background-size: cover !important;
	z-index: 1; /* Ensure it's on correct stack level */
}

.children-sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d1d6e9c;
	z-index: -100;
}

.children-sec .title {
	margin: 0 auto 50px;
	width: 100%;
	text-align: center;
}

.pdfour h2 {
	text-align: left;
	color: #fff;
	opacity: 1;
	padding-bottom: 30px;
	font-family: "Montserrat", sans-serif;
	line-height: 40px;
	font-size:36px;
	font-weight: 700;
}

.children-sec .title span {
	text-align: center;
	letter-spacing: 0.8px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
	line-height: 19px;
	font-size:16px;
	font-weight: 300;
}

.children-sec .pdfour p {
	text-align: left;
	color: #fff;
	text-transform: none;
	opacity: 1;
	font-family: 'Rubik', sans-serif !important ;
	line-height: 24px;
	font-size:16px;
	font-weight: 300;
}


.children-sec .box p {
	text-align: center;
	letter-spacing: 0px;
	color: #fff;
	opacity: 1;
	line-height: 20px;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
}

.children-sec .box img {
	margin-bottom: 20px;
	transition: transform 0.6s cubic-bezier(0.25, 1.25, 0.5, 1);
}

.children-sec .box {
	border-radius: 90px;
	opacity: 1;
	min-height: 180px;
	padding: 12px 0px;
	text-align: center;
	background: #1d1d6ed1;
	margin: 0px 10px;
	transform: scale(1.2);
}
.box:hover img {
  transform: scale(1.2);
  filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.3));
   transition: transform 0.5s ease-in-out;
}
.children-sec .box:hover {
	border-radius: 90px;
	opacity: 1;
	min-height: 180px;
	padding: 12px 0px;
	text-align: center;
	background: linear-gradient(359deg, rgb(29 29 110 / 94%) 0%, rgb(44 105 241 / 85%) 100%);
color:#F9FE80;
}
.children-sec .box1 {
	background: #2c69f1d1;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}

.children-sec .box1:hover {
	background: rgb(29 29 110 / 94%) 0%;
	transition: all 0.4s ease-in-out;
	color:#F9FE80;
}
.children-sec .box1 p:hover {
	color:#F9FE80;
}
.pdfour {
	width: 558px;
	padding: 15px 15px 30px 15px;
}

.stusize {
float: right;
    height: 614px;
    position: absolute;
    bottom: -50px;
    right: -85px;
    z-index: -1;
}
.stusize-box {
    width: 600px;
	padding: 15px 15px 30px 15px;
}

.more1 {
	background: #2a5cd4;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50px;
	line-height: 30px;
	display: block;
	width: 140px;
	text-align: center;
	font-size: 14px;
	margin-top: 60px;
	font-weight: 500;
}

.more1:hover {
	background: #1d1d6e;
	color: #fff;
}
.ani-icon {
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px;
	white-space: normal;
}

.ani-icon h3 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-top: 15px;
}

.ani-icon .svgsize {
	width: 70px;
	height: 75px;
	margin: 0 auto;
}

.btn-enroll {
	background: #51C4FF;
	padding: 12px 20px;
	color: #12215C;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
}

.btn-enroll:hover {
	background: #fff;
	padding: 12px 20px;
	color: #12215C;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
}

.btn-enroll img {
	padding-right: 5px;
}

.btn-learnmore {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}



/** Topper Section Start **/
.topper-section {
	position: relative;
	display: block;
	padding: 100px 0px 100px;
	overflow: hidden;
}

.topper-section .student-box {
	padding: 0px 50px;
	text-align: center;
}

.topper-section .student-box p {
	padding: 0px 0px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

.topper-section .topper-block-two {
    padding: 0px 30px;
    background: url(../images/icons/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
	margin:10px;
}

.topper-section .topper-block-two img {
    border-radius: 100%;
    object-fit: cover;
    height: 170px;
    object-position: top !important;
    padding: 20px 20px;
    width: 170px;
}
.topper-section .btn-all {
	color: #2c69f1;
	text-transform: uppercase;
	font-size: 15px
}

.topper-block-two .topper-name {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #1D1D6E;
	padding: 15px 0px 10px;
	text-transform: uppercase;
}

.topper-block-two .marking {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #caa243;
	padding: 0px 0px;
	line-height: 20px;
}

.NoticeBoard .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 60px;
}

.student-box .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.topper-section .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 30%;
	left: -40px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2C69F1;
	text-align: center;
}
.topper-section .owl-theme .owl-nav .owl-prev:hover {
	background: #1e2277;
	text-align: center;
}
.topper-section .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 30%;
	right: -38px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2C69F1;
	text-align: center;
}
.topper-section .owl-theme .owl-nav .owl-next:hover {
	background: #1e2277;
	text-align: center;
}
.topper-section .owl-theme .owl-nav .owl-prev img {
	height: 20px
}

.topper-section .owl-theme .owl-nav .owl-next img {
	height: 20px
}
.owl-theme .owl-nav .owl-next:hover {
	background: #1e2277;
	text-align: center;
}
.owl-theme .owl-nav .owl-prev:hover {
	background: #1e2277;
	text-align: center;
}
.topper-section .achievements {
	padding: 0px 0px 0px 0px
}

.topper-section .achievements img {
	border-radius: 20px;
	height: 255px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.topper-section .achievements .ach-text {
	padding: 10px 20px 0px;
	margin-top: -32px;
}

.topper-section .achievements .ach-text h6 {
    color: #2C69F1;
    padding: 10px 0px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    margin-bottom: 5px;
}

.topper-section .achievements .ach-text p {
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
font-size: 18px;
}

.topper-section .achievements span {
	background: #E55C5C;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	left: 0;
	top: 5px;
	line-height: 12px;
	border-radius: 13px;
	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 #E55C5C;
	position: absolute;
	left: 4px;
	bottom: -5px;
}

.achievements .topper-block-two {
    padding: 0px 0px;
    background: none;
	margin:0px;
}

.achievements .topper-block-two img {
    object-fit: cover;
    object-position: top !important;
    padding:0px;
}
.achievements .owl-theme .owl-nav .owl-prev {
    border-radius: 50px;
    position: absolute;
    top: 33%;
    left: 10px;
    height: 40px;
    line-height: 32px;
    width: 40px;
    background: #2C69F1;
    text-align: center;
}
.achievements .owl-theme .owl-nav .owl-next {
    border-radius: 50px;
    position: absolute;
    top: 33%;
    right: 10px;
    height: 40px;
    line-height: 32px;
    width: 40px;
    background: #2C69F1;
    text-align: center;
}
.achievements .owl-theme .owl-nav .owl-prev img {
    height: 20px;    object-fit: none;
}
.achievements .owl-theme .owl-nav .owl-next img {
    height: 20px;    object-fit: none;
}
.achievements span {
    background: none;
    padding: 4px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    left: 0;
    top: 5px;
    line-height: 12px;
    border-radius: 13px;
    text-transform: uppercase;
}


.achievements img {
    border-radius: 35px;
    height: 255px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}




.student-box .view-all1 {
	background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
	position: relative;
	text-decoration: none;
	padding: 8px 20px;
	overflow: hidden;
	transition: 1s all ease;
	border-radius: 50px;
	margin: 20px 5px;
	text-align: left;
	font-size: 16px;
	color: #fff
}

.student-box .view-all1::before {
	background: #1D1D6E;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.6s ease;
	border-radius: 50px;
}

.student-box .view-all1 span {
	position: relative;
	z-index: 1000;
	color: #fff
}

.student-box .view-all1 img {
	padding-left: 4px;
	margin-top: -3px;
	height: 13px !important;
}

.view-all-achi {
	background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
	position: relative;
	text-decoration: none;
	padding: 8px 15px;
	overflow: hidden;
	transition: 1s all ease;
	border-radius: 50px;
	margin: 20px 5px;
	text-align: left;
	font-size: 16px;
	color: #fff
}

.view-all-achi::before {
	background: #1D1D6E;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.6s ease;
	border-radius: 50px;
}

.view-all-achi .span {
	position: relative;
	z-index: 1000;
	color: #fff;
	background: transparent !important;
	top: 0 !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	text-transform: none !important;
}

.view-all-achi .span::before {
	display: none;
}

.view-all-achi img {
	padding-left: 4px;
	margin-top: 0px;
	height: 13px !important;
	width: auto !important;
}

/** Topper Section End **/
/**Gallery Section**/
.gallery-section-home {
	position: relative;
	display: block;
	background: #2C69F1;
	padding: 100px 0px 70px;
	overflow: hidden;
}

.gallery-section-home .title h1 {
	color: #ffffff;
	font-size: 30px;
}

.gallery-section-home .gallery-box {
	padding: 0px 78px;
}

.gallery-section-home .title p {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}

.gallery-section-home .title p span {
	padding: 0px 10px
}

.gallery-section-home .gallery-box img {
	border-radius: 36px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}

.gallery-section-home .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 45%;
	left: -60px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1D1D6E;
	text-align: center;
}

.gallery-section-home .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 45%;
	right: -60px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1D1D6E;
	text-align: center;
}
.gallery-section-home .owl-theme .owl-nav .owl-next:hover {background: #769ffb;}
.gallery-section-home .owl-theme .owl-nav .owl-prev:hover {background: #769ffb;}
.gallery-section-home .owl-theme .owl-nav .owl-next img {
	height: 20px;
	width: auto;
}

.gallery-section-home .owl-theme .owl-nav .owl-prev img {
	height: 20px;
	width: auto;
}

.gallery-section-home .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 36px;
}

.gallery-section-home .ach-text {
	padding: 10px 30px 0px;
	position: relative;
	top: -40px;
	left: 0;
	width: 100%;
	padding: 10px 100px;
}

.gallery-section-home .ach-text h6 {
	color: #fff;
	padding: 10px 0px 10px;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.5px;
}

.gallery-section-home .ach-text .span {
	color: #fff;
	padding: 5px 0px 20px;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 0px;

}

.gallery-section-home .ach-text .pbtn {
	padding-top: 30px
}

.gallery-section-home .ach-text p {
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #242444;

}

.gallery-section-home .ach-text span {
	background: #F7494B;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	left: 0;
	top: 5px;
	line-height: 12px;
	border-radius: 8px;
	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 #F7494B;
	position: absolute;
	left: 4px;
	bottom: -5px;
}

.gallery-section-home .btn-all {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #1D1D6E;
	padding: 10px 15px;
	border-radius: 50px;
	font-weight: 400;
	letter-spacing: 1px;
}

.gallery-section-home .btn-all:hover {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
	padding: 10px 15px;
	border-radius: 50px;
}

.gallery-section-home .btn-all img {
	height: 10px
}

.gallery-section-home .subgallery {
	padding: 0px 0px 20px;
}

.gallery-section-home .subgallery img {
    object-fit: cover;
    height: 170px;
    object-position: center;
    border-radius: 15px;
    width: 100%;
}

.gallery-section-home .subgallery h4 {
	text-align: center;
	color: #1D1D6E;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px
}

.gallery-section-home .subgallery p {
	text-align: center;
	margin-top: 5px;
	font-size:14px;
	line-height: 16px;
}


.gallery-section-home-in {
	position: relative;
	display: block;
	background: #F3F8FF;
	padding: 100px 0px 150px;
	overflow: hidden;
}

.gallery-section-home-in .gallery-box {
    padding: 0px 0px;
}

.gallery-section-home-in .owl-theme .owl-nav .owl-prev {
    top: 45%;
    left: 20px;
    height: 40px;
    width: 40px;
}

.gallery-section-home-in .owl-theme .owl-nav .owl-next {
    top: 45%;
    right: 20px;
    height: 40px;
    width: 40px;
}
.gallery-section-home-in .gallery-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    border-radius: 36px;
}
.gallery-section-home-in .ach-text {
    padding: 10px 30px 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 50px;
}

.gallery-section-home-in .ach-text h6 {
    color: #1d1d6e;
}
.gallery-section-home-in .ach-text .span {
    color: #1d1d6e !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: wrap !important;
}
.gallery-section-home .ach-text .span {
    color: #ffffff;
}
.gallery-section-home-in .ach-text {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  padding: 10px 50px;
}
.gallery-section-home-in .btn-all img {
    height: 14px;
}
.gallery-section-home-in .btn-all {
    margin-top: 10px;
    display: inline-block;
	padding: 8px 15px;
}
/** birthday Section End **/


.birthday {
	padding: 75px 30px 0px;
}
.gallery-section-home-in .btn-all img {
    height: 14px;
    margin-top: -3px;
}

.student-slide {
	width: 250px;
	margin: 0 auto
}

.birthday .flag {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.birthday .flag img {
	border-radius: 0px;
	height: 230px;
	width: 100%;
}

.birthday .balloon-left {
	position: absolute;
	top: 180px;
	left: 10px;
}

.birthday .balloon-left img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .balloon-right {
	position: absolute;
	top: 180px;
	right: 10px;
}

.birthday .balloon-right img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .birthday-block-two {
	padding: 0px 30px;
}

.birthday .birthday-block-two img {
	border-radius: 118px;
	width: 100%;
	object-fit: cover;
	height: 240px;
	object-position: top;
}

.birthday h6 {
	font: normal normal normal 16px / 18px Rubik;
	color: #fff;
	text-transform: uppercase;
}

.birthday .birthday-block-two h3 {
	text-align: center;
	font: normal normal bold 20px / 24px Rubik;
	letter-spacing: 0.5px;
	color: #1d1d6e;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 7px;
}

.birthday .birthday-block-two h4 {
	text-align: center;
	font: normal normal 600 16px / 20px Rubik;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 15px;
}

.birthday .birthday-block-two p {
	text-align: center;
	font: normal normal normal 16px / 22px Rubik;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 8px;
}

.birthday .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	left: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}

.birthday .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	right: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}

/** testimonial and birthday Section End **/

.testimonial-section {
	position: relative;
	display: block;
	padding: 100px 0px 200px;
	overflow: hidden;
}


.testimonial-section .title h1 {
	font-size: 30px
}

.testimonial-section h3 {
	font-size: 24px;
	color: #2C69F1;
	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: #1D1D6E;
	font-weight: 500;
	margin: 20px 0px 0px;
	text-transform: uppercase
}

.testimonial-section p {
	font-size: 24px
}

.testimonial-section .title p {
	font-size: 16px;
	font-weight: 400;
}

.testimonial-section .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: relative;
	top: 28%;
	left: 0px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2C69F1c9;
	text-align: center;
}

.testimonial-section .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: relative;
	top: 28%;
	right: 0px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2C69F1c9;
	text-align: center;
}
.testimonial-section .owl-theme .owl-nav .owl-next:hover {background: #1D1D6E;}
.testimonial-section .owl-theme .owl-nav .owl-prev:hover {background: #1D1D6E;}
.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: 50%;
	object-fit: cover;
	object-position: top;
}

.testimonial-section .parent p {
	font-size: 16px;
	text-align: left;
	font-style: italic;
	line-height: 22px;
	color: #1D1D6E;
	font-weight: 400;
}

.testimonial-section .parent .play-btn {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 10%;
}

.testimonial-section .parent .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 0px;
}

.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 #2C69F1;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2c69f1 !important;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
	background: none repeat scroll 0 0 #2c69f1;
	border: 2px solid #2c69f1;
}
.logo-footer p {
    position: relative;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #242444;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
    font-size: 18px;
	font-weight: 300;
}
.story .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e0602d;
	border: solid 2px #2c69f1;
}

.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: #1D1D6E;
	font-weight: bold;
	margin: 20px 0px 0px;
	text-transform: uppercase;
	text-align: center;
}

.birthday-detail h3 {
	font-size: 18px;
	color: #2C69F1;
	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: #2c69f1;
	text-transform: uppercase;
	font-size: 15px;
}

/** Admissionn Section Start **/

.admissionn-section {
	position: relative;
	display: block;
	padding: 0px 0px 70px;
	overflow: hidden;
}

.admissionn-section .white-bg {
	border-radius: 45px;
	background: #fff;
	text-align: left;
}

.admissionn-section .white-bg img {
	border-radius: 45px 0px 0px 45px;
	background: #fff;
	text-align: left;
}

.admissionn-section .title {
	margin: 0 auto 0px;
	width: 90%;
	text-align: center;
	position: relative;
	transform: translate(-50%, -50%);
	top: 45%;
	left: 40%;
}

.admissionn-section .title h1 {
	font-size: 30px;
	margin-top: 15px
}

.admissionn-section .banner-line {
	height: 8px !important;
	width: 80px;
	background: #2c69f1;
	margin: 4px auto 0px;
	border-radius: 5px;
}

.admissionn-section .adopen {
	background: #2C69F1;
	color: #000;
	text-transform: uppercase;
	padding: 8px 10px;
	border-radius: 10px;
	line-height: 26px;
	display: block;
	width: 210px;
	text-align: center;
	font-size: 16px;
	margin: 20px auto 0px;
	font-weight: 400;
}

.admissionn-section .adopen img {
	width: 50px;
	background: none
}

.admissionn-section .adg {
	font-size: 12px;
	font-style: italic;
	color: #000
}

.admissionn-section .work {
	position: absolute;
	z-index: 100;
	bottom: 20px;
	color: #fff;
	font-size: 28px;
	line-height: 26px;
	font-weight: 800;
	padding: 20px;
	text-transform: uppercase;
}

.admissionn-section .work span {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
}


/** logo-footer **/
.logo-footer {
	padding: 0px 0px 50px 0px;
	margin-top: -200px;
}

.logo-footer .footer-logo {
	margin: 0 auto;
	left: 0;
	right: 0;
}

.logo-footer .footer-logo img{width:60%}
.logo-footer .logo-name {
	padding: 20px 50px 50px;
}

.logo-footer .logo-name h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #2C69F1;
	margin-bottom: 15px
}

.logo-footer .logo-name h6 {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #242444
}

.logo-footer .logo-text {}

.logo-footer .continue {
	margin-top: 8px;
	display: block;
	color: #242444;
	width: auto;
	text-transform: uppercase;
	height: 1630px;
}

/** main-footer **/

.main-footer {
	background: url(../images/footerbg.svg);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px 450px 0px;
	min-height: 100vh;
}

.main-footer .footer-top {
    display: block;
    background-position: center bottom;
    padding: 0px 0px 0 0px;
    background-size: 100%;
    font-weight: 400;
    margin-bottom: 520px;
}

.video-footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: -10px
}

.main-footer .footer-top .widget-title {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #2C69F1;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
}


.main-footer .footer-top .about-widget .widget-content p {
	position: relative;
	display: block;
	color: #1D1D6E;
	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;
}

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

.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: 14px;
	font-weight: 400;
	color: #1D1D6E;
	padding: 0px 0px 7px 15px;
	line-height: 18px;
}

.main-footer .copyright .flogo {
	height: 90px;
	margin-bottom: 10px
}

.main-footer .copyright {
	font-size: 12px;
	position: absolute;
	bottom: 80px;
	margin: 0 auto;
	left:0px;
	right:0px
}

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

.main-footer .copyright p a {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding: 5px
}
.maxwf{max-width:1000px;margin: 0 auto;}
.maxwf h4{color:#fff; font-size: 16px;font-weight: 500;}
.main-footer .footer-top .link-widget .widget-content li a:before {
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	color: #1D1D6E;
	font-weight: 700;
	left: 0px;
	top: 1px;
	opacity: 1;
	transition: all 500ms ease;
}

.main-footer .footer-top .link-widget .widget-content li a:hover:before {
	opacity: 1;
}

.main-footer .footer-top .link-widget .widget-content li a:hover {
	color: #2c69f1;
	padding: 0px 0px 7px 15px;
}

.main-footer .footer-top .contact-widget {
	position: relative;
	display: block;
}

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

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

.main-footer .footer-top .contact-widget .widget-content .info-list li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #1D1D6E;
    border: 1px solid #1d1d6e;
    padding: 5px;
    border-radius: 50px;
}

.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: #1D1D6E;
	margin-bottom: 10px;
}

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

.main-footer .footer-top .subscribe-widget .widget-content .text {
	position: relative;
	display: block;
	color: #1D1D6E;
	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: #2c69f1;
}

.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: #1D1D6E !important;
}

.widget-title::after {
	background: url(../images/icons/line-tab.svg) no-repeat;
}
.scode{padding-top: 20px;}
.scode h3{color:#2C69F1; font-weight: 700;font-family: Rubik;}
/** 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: #2C69F1;
}

.main-footer .footer-bottom .right-content .footer-logo {
	position: relative;
	display: inline-block;
	margin-right: 300px;
}
.linknew{font-size: 16px;}
.linknew  a{font-size: 14px !important;font-weight: 400;}

.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: #2c69f1 !important;
}


/*** 

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

***/

/* page-title */

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

.page-title:before {
	position: absolute;
	content: '';
	background: rgb(0 0 22 / 58%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.content-box {
	position: relative;
	color: #fff;
}

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

.page-title .content-box p {
    color: #fff;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.page-title .content-box .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
	color: #2c69f1;
	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;
}
.foundress{position: relative; padding-bottom:70px !important;}
.foundress h3 {
font-size: 32px;
padding-bottom: 26px;
font-weight: 500;
color: #1d1d6e;
}
.foundress p {
	padding-bottom: 20px;
}
.foundress img{width:100%; border-radius: 20px;}
.foundress  .view-all {
    background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
    position: relative;
    display: block;
    text-decoration: none;
    padding: 6px 20px;
    overflow: hidden;
    transition: 1s all ease;
    border-radius: 50px;
    margin: 0px 5px;
    text-align: left;
    float: left;
    font-size: 16px;
    color: #fff;
}
.foundress  .view-all img{width:20px;margin-bottom: 0px;}


/* ---------------------- */
.page-title .content-box .bread-crumb li a:hover {
	color: #2c69f1;
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
font-weight: 500;
    margin-left: 2px;
    color: #2c69f1;
    cursor: pointer;
}

.add-read-more{
  width: 100%;
  margin: 0 auto;
}
/** about-style-two **/

.about-section .style-two {
	position: relative;
	padding: 50px 0px 50px 0px;
}

.quoit {
	color: #2c69f1;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.quoit span {
	font-size: 18px;
	color: #1D1D6E
}

.moto-section {
	position: relative;
	display: block;
	padding: 30px 0px 65px 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: #2c69f1;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	font-style: italic;
}

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

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

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

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

.sub-title {
	color: #2c69f1;
	font-size: 28px;
}


/*** 

====================================================================
                        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: #2c69f1;
}

.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: #2c69f1;
}

.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: #1D1D6E;
	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: #2c69f1;
}

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

.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: #2c69f1;
	font-weight: 700;
	margin-bottom: 15px;
}

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

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

.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: #2c69f1;
}

.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: #1D1D6E;
	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: #1D1D6E;
	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: #2c69f1;
	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: #1D1D6E;
	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: #1D1D6E;
	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: #2c69f1;
	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: #2c69f1;
	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 20px 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: #1D1D6E;
	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: #2c69f1;
}



/*** 

====================================================================
                        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: #1D1D6E;
	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: #1D1D6E;
	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: #1D1D6E;
	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: #2c69f1;
	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: #1D1D6E;
	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: #1D1D6E;
	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: #2c69f1;
	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: #2c69f1;
	font-weight: 700;
}

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


/*** 

====================================================================
                        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: #2c69f1;
	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: #1D1D6E;
	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: #1D1D6E;
	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: #1D1D6E;
	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: #2c69f1;
}

.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: #1D1D6E;
	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: #1D1D6E;
	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: #2c69f1;
	background: #2c69f1;
}

.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: #2c69f1;
}

.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: #2c69f1;
}

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

.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: #1D1D6E;
	font-weight: 700;
}

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

.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: #1D1D6E;
}

.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: #2c69f1;
	font-weight: 700;
	margin-bottom: 3px;
}

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

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

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

.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: #2c69f1;
	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;
padding: 100px 0px;
}

.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: #fff;
	border-radius: 20px;
	padding: 40px 15px 40px 15px;
	box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
	margin-bottom: 15px;
}

.contact-info-section .single-info-box .inner-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	color: #2C69F1;
	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: #2c69f1;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
	color: #2c69f1;
}

.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: #1D1D6E;
	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: #1D1D6E;
	font-weight: 400;
}

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

.contact-info-section .single-info-box .inner-box h3 {
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: uppercase;
	color: #1D1D6E
}
.sup{text-transform: lowercase;}
/** contact-form-section **/

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

.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, 
.contact-form-section .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 8px 15px;
    font-size: 16px;
    color: #1D1D6E;
    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: #2c69f1;
}

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

/** 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 #1D1D6E;
	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: #1D1D6E;
	line-height: 30px;
	font-weight: 600;
	margin: 5px 0 5px;
	padding-left: 115px;
}

.objective-section .job p {
	font-size: 16px;
	color: #1D1D6E;
	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: #1D1D6E;
}



.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: #2c69f1;
}

.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: 30px;
    left: 0px;
    width: 150px;
    margin: 0 auto;
}

.banner-video {
	width: 100%
}




/**-----------------------------suraj ------------------------------**/
.sub-title-new {
	color: #2c69f1;
	font-size: 26px;
	margin: 10px 0 5px 0;
}

.coming-soon {
	color: #2c69f1;
	font-size: 36px;
	margin: 50px 0 30px 0;
}

.principals-box {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 0;
    display: grid;
}

.principals-fl {
    display: block;
    align-items: center;
    padding-bottom: 10px;
}

.principals-left {
	width: 100%;
}

.principals-right {
    width: 100%;
    padding: 5px 10px 5px;
    text-align: center;
}

.principals-box .title-sm {
    color: #2c69f1;
    font-size: 14px;
    margin: 0px 0 8px 0;
    font-weight: 500;
}

.principals-right .date-tt {
    font-size: 14px;
    margin: 0px 0 0px 0;
    font-weight: 500;
    width: 50%;
    float: left;
    color: #2c69f1;
}

.principals-right .date-tt span {
    font-size: 12px;
    font-weight: 300;
    display: block;
    line-height: 8px;
    color: #000;
}

.principals-left img {
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: top;
}

.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: #2c69f1;
	font-size: 20px;
	margin: 0px 0 5px 0;
}
.table tr td h4{font-size: 20px;font-weight: 500;}
.table th,
.table td {
    padding: 8px 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: transparent;
}
.sub-title-new-t {
	color: #2c69f1;
	font-size: 26px;
	margin: 10px 0 20px 0;
}

.head-boy {
	font-size: 20px !important;
}

.backbgound-color {
	background-color: #2C69F1;
}

.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;
}
.fourbtn{
	width:100%;
	background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 28%) 0%, rgba(87, 199, 133, 0) 80%);
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 1000;
}

.bottom-btn {
	width: 700px;
 margin: 0 auto;
}

.bottom-btn img {
	height: 26px;
	z-index: 100;
	position: relative
}

.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%;
}

.CBSE {position: absolute;color: #fff;left: 0px;bottom: -150px;z-index: 100;}
.topbtn01 {background: #fff;position: relative;display: block;text-decoration: none;transition: 1s all ease;border-radius: 50px;margin: 10px 3px;text-align: left;float: left;font-size: 14px;color: #000;padding: 5px 15px;}
.topbtn01 span:hover {position: relative;z-index: 100;color: #fff;}
.topbtn01:hover{color:#fff}
.topbtn01::before {background: #2C69F1;content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;transition: all 0.6s ease;border-radius: 60px;}
.topbtn01:hover span {color: #fff !important;}
.topbtn02:hover span {color: #fff !important;}
.topbtn01.btn1:hover svg path {fill: #fff !important;}
.topbtn01.btn1 span svg path {fill: #000 !important;}
.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------------------------ */
.notice-in {}
.notice-in .sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    background: #1d1d6e;
    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: 5px 20px 15px;
	font-weight: 400;
	font-size: 16px;
}
.notice-in .billing-info h6 {
    padding: 15px 20px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #1d1d6e;
}

.notice-in .billing-info p a {
	background: #2c69f1;
	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:#2C69F1
}
.rknote a{    
  background: none !important;
    color:#2c69f1 !important;
    text-transform: lowercase !important;
    padding: 0px 0px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 30px;
    display: block;
    text-align: left !important;
    font-size: 14px !important;
}

.view-all-notice {
	background: #2c69f1;
	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: #2C69F1;
	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: #2C69F1;
	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: 4px;
	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: #4190FF;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.notice-in .NoticeBoard .NoticeHead {
	color: #2C69F1;
	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%;
}

.toppmername {
	height: 115px
}

#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: #2C69F1;
	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: #2C69F1;
	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(239 127 26);
	padding: 2px 23px;
	color: #fff;
	margin: 10px auto !important;
	text-align: center;
	font-weight: 500;
}

.original_image:hover {
	color: #fff;
	background: #000
}

/*------------------ fee stucture ------------------------ */
.accordion-infra {
	display: flex;
	flex-direction: column;
	width: 100%;

}

.accordion__item-infra {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.accordion__header-infra {
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #2c69f1;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
}

.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: 12px;
	z-index: 1;
	background-size: 20px
}

.accordion__header-infra.active {
    background: #1d1d6e;
    border-bottom: 1px solid #f1f1f1;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

.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;
	border-radius: 0px 0px 10px 10px;
}

.accordion__item-infra .accordion__content-infra p {
	padding-top: 15px;
	padding-bottom: 0px;
}

/*------------------ fee stucture ------------------------ */

.custom-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.acc-content h4{font-size: 18px;}
@media screen and (max-width: 767px) {
.custom-scroll {
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.profile-bx .custom-scroll {
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
		margin-right: 25px;
	}

}


/*------------------ Shubham ------------------------ */
.about-section .image-box-about{position:relative;display:block;margin:0 60px 0 0}
.about-section-about-page{position:relative;display:block;padding:70px 0 0px 0;}
.animate-border::after{content:'';display:block;width:125px !important;height:8px;background:#2c69f1;border-radius:5px;margin:10px auto 0;animation:borderAnim 2.5s ease-in-out infinite}
.about-box-ap{padding:30px;background-color:#1d1d6e;min-height:490px;border-radius:30px;transition:transform .3s ease,box-shadow .3s ease;color:#fff}
.about-box-ap:hover{transform:translateY(-5px)}
.about-box-ap p{color:#fff}
.about-box-ap img{border-radius: 20px; margin-bottom: 20px;}
.our-mission-new{font-size:24px;font-weight:600;margin-bottom:15px;color:#fff;position:relative;display:inline-block}
.about-s-img{position:relative;display:block;margin-top:-40px;padding:0}
.about-s-img .single-item img{border-radius:15px;width:100%;height:210px;object-fit:cover}
.about-section .content-box .text-1 p{position:relative;display:block;margin-bottom:24px;font-size:16px;line-height:28px !important;font-weight:300;color:#242444}
.profile-bx-new{background:#fff;display:flex;align-items:center;position:relative;margin:-5px 0 0 0;left:-285px;width:870px;border-radius:30px;overflow:visible;padding:10px}
.about-internal-page{position:relative;display:block;padding:90px 0 200px 0 !important}
.about-internal-page h2{color:#2c69f1;font-size:28px;font-weight:500;margin-bottom:10px;font-family:'Rubik',sans-serif !important}
.about-internal-page h3{color:#1d1d6e;font-size:22px;font-weight:500;margin-bottom:10px;font-family:'Rubik',sans-serif !important}
.about-internal-page h4{color:#2c69f1;font-size:18px;font-weight:500;margin-bottom:10px;font-family:'Rubik',sans-serif !important}
.aimandob{border:1px solid #e1e1e1;padding:20px;border-radius:6px}.sprk{padding-top:20px !important}
.img-reponsive{width:100%}
 .quote-box {
      background-color: #fff;
      border: 1px solid #2c69f1;
      border-radius: 12px;
      padding: 24px 32px;
      max-width: 100%;
   
      color: #1d1d6e;
	  margin-bottom: 30px;
    }
    .quote-box h2 {
      margin-top: 0;
      color: #1d1d6e;
      font-size: 22px;
    }
    .quote-text {
      font-size: 18px;
      margin: 10px 0;
    }
 .quote-source {
    text-align: right;
    font-style: italic;
    color: #1d1d6e;
    font-weight: 400;
}
.highlight {
    background-color: #eef3fc;
    padding: 12px;
    border-left: 4px solid #4b7bec;
    margin: 0px 0 0px;
    font-size: 18px;
    color: #1d1d6e;
    font-weight: 500;
    font-style: italic;
}
	.emblem-circle img{height:200px}
	.fw-semibold{font-weight: 400 !important;}
	.verse {
      margin-bottom: 1.5rem;
      line-height: 1.6;
	  font-size: 18px;
	  font-weight:400;
    }
.anthem-container {
    text-align: center;
    background: url(../images/UCS-Logo-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 100px;
}
.plinfra { position: relative;}
.plinfra::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;   /* icon ka size */
  height: 60px;
  background: url("../images/icons/youtube.png") no-repeat center center;
  background-size: contain; /* resize icon properly */
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 999;
}
.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #fff;
	padding: 10px 10px;
	
}
.table-dark {
    color: #fff;
    background-color: #1d1d6e;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: center !important;
    line-height: 25px;
	font-weight: 500;
}
.rowbg{  background-color: #1d1d6e !important;
    color: #fff;}

.topper-img-in{position: relative;margin-top: 20px;}
.topper-img-in img{border-radius: 10px; object-fit: cover;height: 190px;width: 100%; object-position: top;}
.heading-new h4{font-size: 16px;color:#2C69F1;text-align: center; padding-top: 10px;}
.heading-new h3{font-size: 24px; color:#1D1D6E;text-align: center;padding-top: 2px;}
.counter-section {
  position: relative;
  width: 100vw;
  height:75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: white;
  font-family: 'Nunito Sans', sans-serif;
  overflow: hidden;
  text-align: center;
  margin-top: 70px;
}
.foundress img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}
.counter-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(19 34 93 / 60%);
  z-index: -1;
}
.counter-box h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}
.counter-box p {
    font-size: 22px;
    margin-top: 5px;
    color: #fff;
}
.counter-box img{height:100px}
/* Fullscreen video style */
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}
.counter-section .title {margin: 0 auto 50px;width: 100%;text-align: center;}
.counter-section .title h2 {text-align: center;font: normal normal 700 32px/36px Rubik;letter-spacing: 0.9px;color: #fff;text-transform: uppercase;opacity: 1;padding-bottom: 30px;line-height: 40px}
.counter-section .title span {text-align: center;font: normal normal 300 16px/19px Rubik;letter-spacing: 0.8px;color: #fff;text-transform: uppercase;opacity: 1;}
.counter-section .title p {text-align: center;font: normal normal 300 16px / 24px Rubik;color: #fff;text-transform: none;opacity: 1;letter-spacing: 0; padding:0px 100px}

.labvdeo{width:100%; border-radius:8px;}
.video-section{position:absolute;top: -20%;
    left: 0;
    right: 0;
    margin: 0 auto;
       width: 650px;
}
.video-section-sports {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 650px;
}
.pt200{padding-top:190px !important}
.pt100{padding-top:190px !important}
	

.toggle-block {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}
.floatcut{float: inherit;display: inline-flex;margin: 20px 5px 20px !important;}
.innnerpageimg img {
    border-radius:50px;
    width: 100%;
    object-fit: cover;
    height: 260px;
	object-position: top;
}
.innnerpageimg-message img {
    border-radius:50px;
    width: 100%;
    object-fit: cover;
	object-position: top;
}
.innnerpageimg .topper-name {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #1D1D6E;
    padding: 15px 0px 10px;
    text-transform: uppercase;
}
.innnerpageimg .marking {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #2C69F1;
    padding: 0px 0px;
    line-height: 20px;
}
.accordion__item-infra .accordion__content-infra h6 {
	font-size: 16px;
    text-align: center;
    padding-top: 4px;
    color: #1d1d6e;
}

.cpt {
    background: url(../images/cpt.jpeg);
    width: 100%;
    padding: 20px 10px 15px;
    letter-spacing: 5px;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    opacity: .8;
    margin-left: 0;
    color: #666;
	text-align:center;
	border-radius:10px;
}

.iframe{height:400px;border-radius: 30px;}
.videoplay1 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}
.videoplay1 img{height:60px; cursor: pointer;}
.sch{float: left;width:40%}
.sch1 {
    float: left;
    width: 60%;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-top: 15px;
    padding-left: 5px;
}
.mapnew{    
	border: 1px solid #ccc;
    border-radius: 144px;
    width: 100%;
}
.accordion__content-infra,
.acc-content,
.accordion__item-infra .content {
    height: auto !important;
    overflow: visible !important;
	padding-bottom: 30px;
}

/*infra */
.infrapagenew{position:relative}
.infrapagenew .infra-img-bx{padding:0px 0px;min-height: 74px; margin-bottom:10px}
.infrapagenew p {
  line-height: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px !important;
}
.infrapagenew{padding-bottom: 40px !important;}
.infrapagenew h2 {
    margin: 0 0px 10px;
    color:  #1d1d6e;
    font-size: 22px;
}
.infrapagenew h6{font-size: 14px !important; color: #1d1d6e;  margin: 0 0px 5px;}
.infrapagenew h6 i{font-size: 16px !important; color: #1d1d6e; padding-right: 5px;}
.infrapagenew p{font-weight: 300;color:#242444; padding-bottom: 30px !important;}
.infrapagenew img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: top;
    height: 250px;
}

.infrapage-col:hover .post--title{color:#007bff}
.infrapagenew .post--title {
font-weight: 600;
    color: #1d1d6e;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infrapagenew .infra-text{}
.infrapagenew .infra-text p{
	font-size: 15px;
	min-height: 60px;
}

.view-all-infrap {
    background: linear-gradient(90deg, rgba(29, 29, 110, 1) 0%, rgba(44, 105, 241, 1) 100%);
    position: relative;
    text-decoration: none;
    padding: 8px 15px;
    overflow: hidden;
    transition: 1s all ease;
    border-radius: 50px;
    margin: 20px 5px;
    text-align: left;
    font-size: 16px;
    color: #fff;
	cursor: pointer;
}

.view-all-infrap img {
    padding-left: 4px;
    margin-top: 0px;
    height: 13px !important;
    width: auto !important;
	margin-bottom: 0;
}
.view-all-infrap:hover img{
    padding-left: 4px;
    margin-top: 0px;
    height: 13px !important;
    width: auto !important;
	margin-bottom: 0;
}

.view-all-infrap::before {
	background: #1D1D6E;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.6s ease;
	border-radius: 50px;
}

.view-all-infrap .span {
    position: relative;
    z-index: 1000;
    color: #fff;
    background: transparent !important;
    top: 0 !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    text-transform: none !important;
}
@media screen and (max-width: 768px) {
    .infrapage img {
        border-radius: 15px;
        width: 100%;
        margin-bottom: 12px;
        object-fit: cover;
        object-position: top;
        height: 120px;
    }
	.infrapage .post--title {
    font-weight: 600;
    color: #1d1d6e;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


@media only screen and (max-width: 767px) {
    .accordion__header-infra.active + .accordion__content-infra {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
		padding: 10px 15px;
    }
}

.scabinate {
    display: block;
    align-items: center;
    padding-bottom: 0px;
	min-height: 240px;
}
.scabinate1 {
    display: block;
    align-items: center;
    padding-bottom: 0px;
    min-height: 268px;
}
.scabinate-mar {
    margin-bottom: 20px;
}
.scabinate-box {
    background: #edf1fb;
    border-radius: 5px;
    padding: 0;
    display: grid;
    margin-top: 30px;
}

.scabinate-fl {
    display: block;
    align-items: center;
    padding-bottom: 0px;
}

.scabinate-left {
	width: 100%;
}
.scabinate-left img{
	width:100%;
}
.scabinate-right {
    width: 100%;
    padding: 5px 5px 5px;
    text-align: center;
}

.scabinate-box .title-sm {
    color: #2c69f1;
    font-size: 16px;
    margin: 0px 0 0px 0;
    font-weight: 500;
	line-height: 18px;
}
.scabinate-box .title-sm1 {
    color: #000;
    font-size: 14px;
    margin: 4px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
}
.cabinet {
    font-size: 28px;
    font-weight: 500;
    color: #1d1d6e;
    padding-top: 10px;
}
.bggreen{background:#00b25c;}
.bggreen .title-sm{color:#fff;}
.bggreen .title-sm1{color:#fff;}
.bgblue{background:#001280;}
.bgblue .title-sm{color:#fff;}
.bgblue .title-sm1{color:#fff;}
.bgyellow{background:#ffcc00;}
.bgyellow .title-sm{color:#fff;}
.bgyellow .title-sm1{color:#fff;}
.bgred{background:#ff0000;}
.bgred .title-sm{color:#fff;}
.bgred .title-sm1{color:#fff;}

sir ye ucs ke css me dal dena .gallery-section-home .ach-text-new .span {
color: #1d1d6e;
}
.voice-card-ucs {
background: #ffffff !important;
border-radius: 15px;
transition: transform 0.3s ease;
}
.voice-card-ucs:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.voice-heading-ucs {
font: normal normal 500 16px / 18px 'Rubik', sans-serif;
color: #12215b;
margin-bottom: 0px !important;
padding-top: 5px;
}

.voice-heading-spc strong {
font: normal normal 600 18px / 18px 'Rubik', sans-serif;
color: #12215b;
}
.voice-card-ucs h6{
font: normal normal 600 18px / 18px 'Rubik', sans-serif;
color: #12215b;
}
.voice-heading-rec{
font: normal normal 500 14px / 18px 'Rubik', sans-serif;
color: #12215b;
margin-bottom: 5px !important;
padding-top: 5px;
}

.custom-audio-player-ucs {
height: 57px;
width: 100%;
margin: 0px auto;
padding: 0px 0px 0px 0px;
background: #f3ede7;
margin-top: 15px;
border-radius: 50px;
text-align: center;
}

/* ---------------------------------- School Cabinet -------------------------------------- */
.sec25{font-size: 30px;
    font-weight: 500;
    color: #0066ff;
    padding-top: 10px;}
.scabinate-box-new {
    border-radius: 5px;
    padding: 0;
    display: grid;
    margin-top: 30px;
}
.scabinate-imgblue {
    position: relative;
    text-align: center;
    bottom: -12px;
    z-index: 100;
}
.scabinate-imgblue img{
	height:300px;
	
}
.scabinate-name{
    background-image: url(../images/Blue-House.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100%;
	height: 84px;
	padding: 0px 26px 0px 42px;
    text-align: center;
}
.scabinate-name .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 0px;
}
.scabinate-name .title-sm1 {
    color: #000;
    font-size: 12px;
    margin: 7px 0px 6px 40px;
    font-weight: 500;
    line-height: 18px;
}


/* ------------------------------------------------ house Green ----------------------------------------------*/
.scabinate-imggreen-house{
    position: relative;
    text-align: center;
    bottom: -10px;
    z-index: 100;
}
.scabinate-imggreen-house img{
	height:300px;
	
}
.house-name-green{
    background-image: url(../images/Green-House.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100%;
	height: 84px;
	padding: 0px 26px 0px 42px;
    text-align: center;
}
.house-name-green .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 0px;
}
.house-name-green .title-sm1 {
    color: #000;
    font-size: 12px;
    margin:7px 0px 6px 40px;
    font-weight: 500;
    line-height: 18px;
}

/* --------------------------------------------- house blue ------------------------------------------- */
.scabinate-imgblue-house{
    position: relative;
    text-align: center;
    bottom: -10px;
    z-index: 100;
}
.scabinate-imgblue-house img{
	height:300px;
	
}
.house-name-blue{
    background-image: url(../images/Blue-House1.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100%;
	height: 84px;
	padding: 0px 26px 0px 42px;
    text-align: center;
}
.house-name-blue .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 0px;
}
.house-name-blue .title-sm1 {
    color: #000;
    font-size: 12px;
    margin:7px 0px 6px 40px;
    font-weight: 500;
    line-height: 18px;
}
/* ---------------------------------------------- house yellow ------------------------- */
.scabinate-imgyellow-house{
    position: relative;
    text-align: center;
    bottom: -10px;
    z-index: 100;
}
.scabinate-imgyellow-house img{
	height:300px;
	
}
.house-name-yellow{
    background-image: url(../images/Yellow-House.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100%;
	height: 84px;
	padding: 0px 26px 0px 42px;
    text-align: center;
}
.house-name-yellow .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 0px;
}
.house-name-yellow .title-sm1 {
    color: #000;
    font-size: 12px;
    margin:7px 0px 6px 40px;
    font-weight: 500;
    line-height: 18px;
}
/* --------------------------------- house red ---------------------------- */
.scabinate-imgred-house{
    position: relative;
    text-align: center;
    bottom: -10px;
    z-index: 100;
}
.scabinate-imgred-house img{
	height:300px;
	
}
.house-name-red{
    background-image: url(../images/Red-House.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100%;
	height: 84px;
	padding: 0px 26px 0px 42px;
    text-align: center;
}
.house-name-red .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 0px;
}
.house-name-red .title-sm1 {
     color: #000;
    font-size: 12px;
    margin:7px 0px 6px 40px;
    font-weight: 500;
    line-height: 18px;
}
/* ---------------------------------- school Cabinet -------------------------------------- */


.paginationnew {text-align: center;margin-top: 40px;display: flex;align-items: center;justify-content: center;}
.pagesnew {display: flex;align-items: center;max-width: 100%;margin: 0 auto;text-align: center;}
.page-number {
    cursor: pointer;
    background-color: white;
    color: #999;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    margin: 3px;
}
.page-number:hover {
	 background-color: #2c69f1;
}

.activenew {font-size: 1.3em;height: 35px;width: 35px;background-color: #2c69f1;color: white;}
.activenew:hover {
    font-size: 1.3em;
    height: 35px;
    width: 35px;
    background-color: #052354;
    color: white;
}
.page-number a{
    color: #12215c;
	padding: 4px 12px;
}
.page-number:hover{
	color:#fff;
	padding: 4px 12px;
}
    

.activenew a{color: white;}
.activenew a:hover{color: white;}
.paginationnew button {padding: 8px 10px;background-color: #ffffff00;color: #0090FF;border: none;cursor: pointer;margin: 0 5px;display: flex;align-items: center;justify-content: space-between;}
.paginationnew button:hover {color: #0056b3;}
.paginationnew button:disabled {background-color: #ffffff00;color: #ccc;cursor: not-allowed;padding-right: 14px;}

.teachergroup{background: #fff; border-radius: 10px;}
.teachergroup img{border-radius: 10px 10px 0px 0px;}
.teachergroup h3 {
    padding: 10px 10px;
    text-align: center;
    font-size: 22px;
    color: #1d1d6e;
    font-weight: 400;
}
.classgroup{background: #e5eaf3; border-radius: 10px;margin-top: 30px;}
.classgroup img {
    border-radius: 10px 10px 0px 0px;
    height: 184px;
    object-fit: cover;
	width: 100%
}
.classgroup h3 {
    padding: 10px 10px;
    text-align: center;
    font-size: 22px;
    color: #1d1d6e;
    font-weight: 500;
}
.fancybox-caption {
     border-top: 0px solid hsla(0, 0%, 100%, .4) !important; 
}
.fancybox-button--share{display: none;}

.intvideo{width:100%;height: 430px; border-radius: 20px;}

.sitemap h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    color: #1d1d6e;
}

.birthday .birthday-block-two h5 {
    text-align: center;
    font: normal normal 600 16px / 20px Rubik;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 0px;
	margin-bottom: 5px;

}

@media (max-width: 768px) {
    .pagesnew {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 5px;
        padding: 5px 0;
        scrollbar-width: thin;
    }

  .pagesnew > .page-number {
    flex: 0 0 auto;
  }

  .pagesnew::-webkit-scrollbar {
    height: 6px;
  }

  .pagesnew::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
  }

  .pagesnew::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
}

/* Initially hide the slider */

.modal-dialog
 {
        max-width: 500px;
        margin: 1.30rem auto;
}

.NoticeBoard h3{    
	font-size: 32px;
    padding-bottom: 26px;
    font-weight: 500;
    color: #1d1d6e;
}


    
/*paging style search */
    .hidden-table {
        display: none;
    }

    .gallery-item-wrapper {
        display: none;
    }

    .page-link-custom {
        cursor: pointer;
        padding: 5px 10px;
        border: 1px solid #ccc;
        margin: 0 3px;
        border-radius: 52px;
        color: #000;
        text-decoration: none;
    }

    .page-link-custom:hover {
        background-color: #f1f1f1;
    }

    .page-link-custom.font-weight-bold.text-primary {
        background-color: #007bff;
        color: #fff !important;
        border: 1px solid #007bff;
    }

       .absearch {
        border-radius: 40px;
        height: 45px;
        padding: 8px 20px;
    }

    .rksearch {
        background: #fff;
        padding: 10px;
        border-radius: 40px;
        margin: -34px 0px 25px
    }

    .rksearchtext {
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
    }

    .sicon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #aaa;
    }

    @media (max-width: 767px) {
        .rksearch {
            background: #fff;
            padding: 10px;
            border-radius: 50px;
            margin: 20px 0px 15px
        }

        .rksearchtext {
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 375px) {
        .rksearch {
            background: #fff;
            padding: 10px;
            border-radius: 50px;
            margin: -40px 0px 15px
        }

        .rksearchtext {
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 414px) {
        .rksearch {
            background: #fff;
            padding: 10px;
            border-radius: 50px;
            margin: -40px 0px 15px
        }

        .rksearchtext {
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .rksearch {
            background: #fff;
            padding: 10px;
            border-radius: 50px;
            margin: -40px 0px 15px
        }

        .rksearchtext {
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 10px;
        }
    }
 .rksearch .form-control {
    border: 0px solid #ced4da;
    border-radius:50 !important;
}
.pdin50{padding-top:50px !important}
    .mary{width:100%}
	
	
/*topper animation lottiefiles*/
   .toppers-section {
    position: relative;
    overflow: hidden;
  }

  #lottie-bg {
    position: absolute;
    top: 0;
    left: 25%;
    width:50%; height:100%;
    z-index: 0;
    pointer-events: none; /* background click disable */
  }

  /* content hamesha upar rahe */
  .toppers-section .title,
  .toppers-section .row {
    position: relative;
    z-index: 1;
  }
 /* #lottie-bg svg {
  transform: scale(5);
  transform-origin: center;
}*/
canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}
#confetti {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    right: 0;
    margin: 0 auto;
	height:100vh;
}


.schoolcabinet-home{}
.schoolcabinet-home .title {
    margin: 0 auto 15px;
    width: 100%;
    text-align: center;
}
.schoolcabinet-home .title h1 {
	font-size: 30px
}

.schoolcabinet-home .title h3 {
	font-size: 24px;
	color: #2C69F1;
	margin: 5px 0px 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.schoolcabinet-home .title h3 sup {
	text-transform: capitalize;
	font-size: 14px;
	position: relative;
	top: -11px;
	font-weight: 500;
	padding-right: 5px;
}

.schoolcabinet-home .title h4 {
	font-size: 16px;
	color: #1D1D6E;
	font-weight: 500;
	margin: 20px 0px 0px;
	text-transform: uppercase
}

.schoolcabinet-home .title p {
	font-size: 16px;
	font-weight: 400;
}

.schoolcabinet-home .scabinate-box-new {
    border-radius: 5px;
    padding: 0;
    display: grid;
    margin-top: 0px;
}
.schoolcabinet-home .scabinate-imgblue {
    position: relative;
    text-align: center;
    bottom: 0px;
    z-index: 100;
}
.schoolcabinet-home .scabinate-imgblue img{
	height:250px;
    width: auto;
	margin: 0 auto;
}
.schoolcabinet-home .scabinate-name {
    background-image: url(../images/Blue-House.svg);
        background-repeat: no-repeat;
        color: #fff;
        background-size: 88%;
        height: 62px;
        padding: 1px 13px 0px 20px;
        text-align: center;
        background-position: center;
}
.schoolcabinet-home .scabinate-name .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 5px 0 10px 0;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px 0px 3px;
}
.schoolcabinet-home .scabinate-name .title-sm1 {
    color: #000;
    font-size: 12px;
    margin: 7px 19px 6px 84px;
    font-weight: 500;
    line-height: 18px;
}
.schoolcabinet-home .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 28%;
	left: 20px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2C69F1c9;
	text-align: center;
}

.schoolcabinet-home .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 28%;
	right: 20px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #2C69F1c9;
	text-align: center;
}

.ribon {
    position: absolute;
    bottom: 18px;
    right: 0;
    left: 43%;
    margin: 0 auto;
}
.cup {
    position: absolute;
    bottom: 0px;
    left: 147px;
    width: 78px;
}

.subtitle{font-size: 30px;color: #1d1d6e;font-weight: 600;}
.pb200{padding-bottom:200px !important;}
.rkinfrain{}
.rkinfrain .owl-theme .owl-nav .owl-prev {
    border-radius: 50px;
    position: relative;
    bottom: 10px;
    left: 0px;
}
.rkinfrain .owl-theme .owl-nav .owl-next {
    border-radius: 50px;
    position: relative;
    bottom: 10px;
    left: 0px;
}
.footer-widget .it-footer-social{padding-left:35px}
.footer-widget .it-footer-social{padding-top:20px;}
.footer-widget .it-footer-social a {color: #1d1d6e;font-size: 16px;padding-right: 10px;border: 1px solid #1d1d6e;border-radius: 50px;height: 30px;width: 30px;display: inline-block;text-align: center;padding: 0;line-height: 30px;margin-right: 5px;}
.footer-widget .it-footer-social a:hover {color: #3262da;font-size: 16px;padding-right: 10px;border: 1px solid #3262da;border-radius: 50px;height: 30px;width: 30px;display: inline-block;text-align: center;padding: 0;line-height: 30px;margin-right: 5px;}


.bannerbtn {
  border-radius: 50px;
  position: absolute !important;
  right: 20px;
  top: 160px;
  width: 285.59px;
  height: 76.88px;
  z-index: 1;
}

.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; }
}


.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 60% !important;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}


