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

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

/*** 
====================================================================
  Global Settings
====================================================================
 ***/
body {font-size: 15px;color: #1C2F4E;line-height: 26px;font-weight: 300;background: #F3EDE7;font-family: Montserrat, sans-serif;}
@media (min-width:1200px) {	
	.container {max-width: 1170px;padding: 0px;}
}
.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;}
a {color: #0090FF;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: #c4a45d;;}
input,
button,
select,
textarea {font-family: Montserrat, 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: Montserrat, sans-serif;line-height: 24px;color: #1C2F4E;margin-bottom: 0px;font-style: normal;transition: all 500ms ease; font-weight: 400;}

h1,h2,h3,h4,h5,
h6 {position: relative;font-family: Marcellus, sans-serif;font-weight: 400;margin: 0px;transition: all 500ms ease;}
.centred {text-align: center;}
.pull-left {float: left;}
.pull-right {float: right;}
.gray-bg {background: #f2f1f0;}
.black-bg {background: #3b3634;}
.sec-pad {padding: 144px 0px 150px 0px;}
figure {margin: 0px;}
img {display: inline-block;	max-width: 100%;height: auto;}
@keyframes pulse {
	50% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
			0 0 0 30px rgba(255, 255, 255, 0.1);
	}
}

/** button **/

.theme-btn {position: relative;display: inline-block;font-size: 15px;font-family: Montserrat, sans-serif;padding: 12px 40px;background-color: #0090FF;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: 57px;}.theme-btn:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;background-color: #312F2C;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.2, 1);transform: scale(0.2, 1);}
.theme-btn:hover {position: relative;display: inline-block;font-size: 15px;font-family: Montserrat, sans-serif;padding: 12px 40px;background-color: #c4a45d;;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: 57px;}.theme-btn:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;background-color: #312F2C;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.2, 1);transform: scale(0.2, 1);}
.theme-btn:hover:before {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.pagination {position: relative;display: block;margin-top: 30px;}
.pagination li {display: inline-block;margin: 0px 5px;}
.pagination li a {position: relative;display: inline-block;font-size: 18px;font-family: Montserrat, sans-serif;height: 60px;font-weight: 700;width: 60px;line-height: 60px;text-align: center;color: #312F2C;border-radius: 50%;border: 1px solid #e7e7e7;transition: all 500ms ease;}
.pagination li a:hover,
.pagination li a.active {background: #ef7f1a;color: #ffffff;}
.sec-pad {padding: 100px 0px 100px 0px;}
.scroll-top {width: 50px;height: 50px;line-height: 50px;position: fixed;right: 50px;font-size: 20px;border-radius: 50%;z-index: 1000;color: #ffffff;text-align: center;cursor: pointer;background: #ef7f1a;}
.scroll-top.open {bottom: 30px;}
.scroll-top:hover {background: #312F2C;}
.scroll-top:after {position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;opacity: 1;background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);}
/** sec-title **/
.sec-title h5 {position: relative;display: inline-block;font-size: 17px;line-height: 26px;color: #ef7f1a;font-family: Montserrat, sans-serif;font-weight: 900;margin-bottom: 13px;padding: 0px 50px 0px 50px;}
.sec-title h5:before {position: absolute;content: '';background: #ef7f1a;width: 30px;height: 2px;left: 0px;bottom: 11px;}
.sec-title h5:after {position: absolute;content: '';background: #ef7f1a;width: 30px;height: 2px;right: 0px;bottom: 11px;}
.sec-title.style-two h5:after {display: none;}
.sec-title.style-two h5 {padding-right: 0px;}
.sec-title h1 {position: relative;display: block;font-size: 40px;line-height: 50px;font-family: Marcellus, sans-serif;font-weight: 900;color: #262829;}

/*** 
====================================================================
					Home-Page-One
====================================================================
***/

/** main-header **/
.main-header {position: relative;left: 0px;top: 0px;background: #ffffff;z-index: 999;width: 100%;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;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;}
.mobilerky{}
.mobilerky-fixed{background:#0090FF}
.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: #ef7f1a;}
.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: #ef7f1a;text-align: center;border-radius: 50%;}
.main-header .outer-content li a:hover,
.main-header .outer-content li.header-flyout-searchbar i:hover {background: #ef7f1a;}
.main-header .outer-box {margin-top: 32px;}
.main-header .logo-box .logo {position: relative;display: inline-block;padding: 0px 0px;}
.mobilerky {display: none;}
.story {line-height: auto;}
.story img:hover {animation-name: rotate;animation-duration: 9s;animation-iteration-count: infinite;animation-timing-function: linear;border-radius: 50%}
@keyframes rotate {
from {
	transform: rotate(-360deg)
}

to {
	transform: rotate(360deg)
}
}

/** main-menu **/
.menu-box {float: left;width: 45%}
.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;}
.login {background: #EF7F1A;padding: 6px 15px;border-radius: 0px 10px 10px 0px;position: absolute !important;right: 0;top: -4px;color: #fff;}
.right-side-menu {margin-left: 15px}

/** 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-header.style-two .outer-content .login-box a {position: relative;display: inline-block;font-size: 14px;color: #d3d8e2;}
.main-header.style-two .outer-content .login-box a:hover {color: #ef7f1a;}
.main-header.style-two .outer-content .login-box i {position: absolute;left: 0px;top: 7px;font-size: 14px;color: #ef7f1a;}
.main-header.style-two .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: #ef7f1a;}
.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;}
.mr-0 {margin: 0px}
.logo {position: absolute;top: -34px;margin: 0 auto;text-align: center;left: 0;right: 0;width: 140px}
.cisce {position: absolute;top: 102px;width: 100%;font-size: 15px;color: #0090FF;text-transform: uppercase;font-weight: 600}
.prn-50 {padding-right: 80px}
.pln-50 {padding-left: 75px}

/** slider-style-three **/
.main-slider.style-three {position: relative;}
.main-slider.style-three .slide {padding: 185px 0px 290px 0px;}
.main-slider.style-three .slide:before {background: rgba(0, 0, 0, 0.5);}
.main-slider.style-three h1 {color: #fff;margin-bottom: 44px;}

/** main-slider **/
.showcase {position: relative;height:100vh;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0 20px;color:white;}
.video-container {position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow:hidden;}
.video-container video {min-width: 100%;min-height: 100%;object-fit:cover;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.video-container img{height: 100vh;width: 100%;object-fit: cover;overflow: hidden;}
.video-container:after {content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000000;
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%);}
.banner-text {margin: 0 auto;position: absolute;top: 50%;text-align: center;width: 650px;left: 0;right: 0;}
.banner-text h1 {font-size: 60px;font-weight: bold;line-height: 60px;text-transform: uppercase;margin-bottom: 22px;font-family: "Montserrat", sans-serif;color: #fff;}
.banner-text a {color: #c4a45d;;text-transform: uppercase !important;}
.banner-text h1 span {font-weight: 300}
.banner-text h4 {margin-bottom:15px;font-weight: 500;font-size:18px;font-family: "Montserrat", sans-serif;text-transform:uppercase}
.banner-text h5 {margin-top:5px;font-weight: 300;font-size:18px;font-family: "Montserrat", sans-serif;}
.banner-text p {color: #fff;text-transform: uppercase;}
.header-bottom__banner .owl-nav {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 {display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;z-index: 0;overflow: hidden;background: url(../../assets/images/video/banner-bg.png);background-size: cover;text-align: center;}
.hero-slider:before {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: #000;background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;opacity: 0.8;z-index: 1;}
.main-slider .active .btn-box {opacity: 1;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);transition-delay: 1800ms;}
.hero-slider .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 0px !important;}
.new img{height:28px}
.d-hide {display: none !important}
.new {position: absolute;top: -18px;}

/* ---------------- Title ---------- */
.title {margin: 0 auto 30px;width: 100%;text-align: center;padding: 0px 0px;}
.title h1 {text-align: center;font: normal normal 500 34px / 38px Marcellus;letter-spacing: 0.8px;color: #A7853E;text-transform: uppercase;opacity: 1;padding-bottom: 0px;}
.title h1 span {font-weight: 300}
.title h3 {text-align: center;font: normal normal normal 36px/36px Marcellus;letter-spacing: 0.9px;color: #0090FF;text-transform: uppercase;opacity: 1;padding-bottom: 10px;}
.title h4 {font-size: 16px;color: #0090FF;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;}
.banner-line {height: 8px !important;width: 80px;background: #ef7f1a;margin: 5px auto 10px;border-radius: 5px;}
.title p{text-align: center;font: normal normal 400 16px/19px Marcellus;letter-spacing: 0.5px;color: #31403A;text-transform: uppercase;opacity: 1;padding-top:10px;}
.enroll-box-bottom {display: block;}
/* ---------------- Title ---------- */
/* ---------------- notice board ---------- */
/* Notice Board */
.NoticeBoard-sec{width: 100%;padding: 80px 0 0px;background: #F9F7F5;}
.NoticeBoard {height: 684px;background: url(../images/home/notice-board.png);background-size: contain;background-repeat: no-repeat;padding: 184px 71px 0px 72px;background-position: center top; margin:0 auto}
.NoticeBoard .title {margin: 15px auto 15px;width: 100%;text-align: center;padding-right: 20px;}

.NoticeBoard .owl-carousel .owl-stage-outer {
    padding-left: 14px;
}

.NoticeBoard .title h2 {text-align: center;font: normal normal normal 32px/36px Marcellus;letter-spacing: 0.8px;color: #052354;text-transform: uppercase;opacity: 1;padding-bottom: 0px;font-weight: 500;}
.NoticeBoard .title h4 {text-align: center;font: normal normal normal 18px/30px Marcellus;letter-spacing: 0.8px;color: #fff;text-transform: uppercase;opacity: 1;padding-bottom: 0px;}
.NoticeBoard .title p{text-align: center;font: normal normal 300 16px/19px Marcellus;letter-spacing: 0.8px;color: #31403A;text-transform: uppercase;opacity: 1;padding-bottom:5px;}
.NoticeBoard .event-card span {background: #E31E24;padding: 4px 6px;color: #fff;font-size: 10px;font-weight: 600;position: absolute;left: 112px;top: -10px;line-height: 12px;border-radius: 4px;}
.NoticeBoard .event-card span:before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #E31E24;position: absolute;left: 12px;bottom: -5px;}
.NoticeBoard .board-slide.slick-initialized.slick-slider {padding-right: 20px;}
.NoticeBoard .slick-slide {color:#fff;border-radius: 0px;position: relative;margin-right: 0px;min-height: 90px;width: 100% !important}
.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;bottom: -10px;left: -70px;height: 35px;line-height: 27px;width: 35px;background: #052354;text-align: center;}
.NoticeBoard .owl-theme .owl-nav .owl-prev:hover {background: #e32f00;}
.NoticeBoard .owl-theme .owl-nav .owl-next:hover {background: #e32f00;}
.NoticeBoard .owl-theme .owl-nav .owl-prev span img{height:20px}
.NoticeBoard .owl-theme .owl-nav .owl-next span img{height:20px}
.NoticeBoard .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;bottom: -10px;left: 70px;height: 35px;line-height: 27px;width: 35px;background: #052354;text-align: center;}
.NoticeBoard .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: block;}
.NoticeBoard .notice-block-two {padding:0px}
.NoticeBoard .event-card {color: #fff;padding: 10px 10px;border-radius: 20px;position: relative;background: #052354;margin-top: 10px;}
.admin{color:#EFC999; font-style:italic; font-size:11px;font-family:Montserrat; padding-top:5px;}
.NoticeBoard .calendar {width: 80px;}
.NoticeBoard .calendar-bottom {background-color: #983116;color: #FFE5AE;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;padding: 6px 5px 4px;font-size: 11px;font-weight: 500;text-align: center;}
.NoticeBoard .calendar-top {background-color: #E32F00;color: #FFE5AE;border-top-left-radius: 10px;border-top-right-radius: 10px;padding: 10px 0;font-size: 32px;font-weight: 700;text-align: center;}
.NoticeBoard .new-badge {position: absolute;top: -10px;left: -10px;background-color: #d00000;color: white;font-size: 0.65rem;font-weight: bold;padding: 2px 6px;border-radius: 4px;}
.NoticeBoard .event-text {width: 80%;font-size: 18px;line-height: 22px;margin-left: 15px;color: #EFC999;font-weight: 500;font-family: Marcellus, sans-serif;margin-right: 15px;}
.NoticeBoard .event-text .texthide{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.view-all {padding: 8px 16px;margin: 0 auto;display: block;margin-top: 22px;text-align: center;font: normal normal normal 14px / 22px Rubik;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 134px;position: relative;top: -55px;z-index: 10; background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%); text-transform: uppercase;}
.view-all:hover {padding: 8px 16px;margin: 0 auto;display: block;margin-top: 22px;text-align: center;font: normal normal normal 14px / 22px Rubik;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 134px;position: relative;top: -55px;z-index: 10;    background: #E32F00;    text-transform: uppercase;}
.find-txt {margin-bottom: 20px;font-size: 22px;color: #232323;line-height: 26px;}
/* ---------------- notice board end ---------- */
.about-section-home {position: relative;display: block;padding: 20px 0px 0px 0px;text-align: center;background: #f9f7f5 url(../images/home/aboutbg.jpg) no-repeat;background-position: 0 50px;background-size: 100%;}
.about-section-home h3 {text-align: left;font: normal normal 400 28px / 40px Montserrat;letter-spacing: 0.9px;color: #1C2F4E;opacity: 1;padding-bottom: 30px;}
.about-section-home p {text-align: center;font: normal normal normal 16px/28px Montserrat;letter-spacing: 0.9px;color: #31403A;opacity: 1;}
.about-section-home .content-box p {text-align: left;font: normal normal normal 16px/28px Montserrat;letter-spacing: 0.9px;color: #1C2F4E;opacity: 1;}
.about-section-home ul {margin: 20px 50px 20px;}
.about-section-home ul li {display: block;text-align: left;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: #312f2c;}
.about-section-home .image-box .image-2 {position: absolute;display: block;border-radius:8px;width: 50%;float: left;padding-left: 60px; bottom:0px; right:0px}
.about-section-home .image-box .image-2 img {border-radius:8px;height: 70px;}
.about-section-home .image-box{position:relative}
.about-section-home .content-box{padding: 20px 0px 0px 50px;}
.building{}
.building img{width:100%}
/* ---------------- notice board about home ---------- */
.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}
.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 #0090FF;}
.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: #0090FF !important}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {background: #ffc107 !important;}
.owl-theme .owl-dots .owl-dot.active span {background: none repeat scroll 0 0 #cda274;border: 2px solid #0090FF;}

/** Story-section **/
.overlay {display: none;position: fixed;top: 0;height: 100%;width: 100%;background: -webkit-linear-gradient(290deg, rgb(49 47 44) 0, rgb(239 127 26) 49%, rgb(49 47 44) 100%);
background: linear-gradient(290deg, rgb(49 47 44) 0, rgb(239 127 26) 49%, rgb(49 47 44) 100%);background: -moz-linear-gradient(290deg, rgb(49, 47, 44) 0, rgb(254, 204, 0) 49%, rgb(49, 47, 44) 100%);
overflow: auto;z-index: 991}
.wrap {width: 100%;max-width: 950px;margin: 0 auto;padding: 80px 15px 0px 15px;}
.wrap h3 {color: #312f2c;padding: 5px 0 10px;font-size: 24px;font-family: 'Montserrat', 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: Montserrat, sans-serif;font-size: 14px;letter-spacing: .5px}
.wrap ul.wrap-nav li {text-align: left;width: 100%;position: relative;font-family: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', sans-serif}
.myaccordion .card-body ul li a {font-size: 16px;color: #312f2c;font-family: Montserrat, sans-serif;text-align: left;font-weight: 400;}
.myaccordion .card-body ul li:last-child {border-right: 0 solid #fff;padding-bottom: 20px;margin-top: 0}
.myaccordion .card-header {background: transparent;padding: 5px 10px;border-bottom: 0 solid rgba(0, 0, 0, .125)}
.myaccordion .fa-stack {font-size: 18px}
.myaccordion .btn {width: 100%;font-weight: 600;color: #312f2c;padding: 0;text-transform: uppercase;font-family: Montserrat, 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: none; border-radius: 0px;}
.myaccordion h2{text-align:left;}
.myaccordion .h22{text-align:left;line-height:15px; padding-bottom:10px;}
.myaccordion h2 a {width: 100%;font-weight: 600;color: #312f2c;padding: 0;text-transform: uppercase;font-family: Montserrat, 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;}
.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: 16px;height: 16px;margin: 5px 4px;border:solid 2px rgb(255, 255, 255)  !important;display: block;-webkit-backface-visibility: visible;transition: opacity .2s ease;border-radius:8px;}
.story-slide .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {    background: #e32f00 !important;   border: solid 2pxrgb(255, 255, 255) !important}
.story-slide .owl-carousel .owl-item img {display: block;width: 100%;border-radius: 0px;}
.story-slide .modal-content {width: 90% !important;}
.story .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #e0602d;border: solid 2px #EF7F1A;}
.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: #c4a45d; !important;border-radius:24px;z-index: 1000000 !important;opacity: 1;font-weight: 300;right: -10px;border: 0;font-size: 30px;top:  -10px;color: #000;text-shadow:none;} */
.colose-pop {width: 30px;position: absolute;height: 30px;background-color: #02112a !important;border-radius: 24px;z-index: 1000000 !important;opacity: 1;font-weight: 300;right: -10px;border: 0;font-size: 30px;top: -10px;color: #ffff;text-shadow: none;}
.colose-pop:hover { background-color: #e32f00 !important;opacity: 1;color: #ffff;}
.review-section {padding: 0px 0px 30px;}
.tab-content img{object-fit: cover;height: 440px;width: 100%;}
/** about-section **/
.about-section {position: relative;display: block;padding: 50px 0px 100px 0px;}
.about-section .title {margin: 0 auto 50px;width: 100%;text-align: center;}
.about-section .title h2 {text-align: center;font: normal normal normal 36px/36px Montserrat;letter-spacing: 0.9px;color: #e32f00;text-transform: uppercase;opacity: 1;padding-bottom: 20px;line-height: 40px}
.about-section .title span {text-align: center;font: normal normal 300 16px/19px Montserrat;letter-spacing: 0.8px;color: #31403A;text-transform: uppercase;opacity: 1;}
.about-section .title h3 {font-size: 30px;font-weight: bold;text-transform: uppercase;color: #e32f00;}
.about-section .title h4 {font-size: 16px;color: #e32f00;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;}
.about-section .banner-line {height: 8px !important;width: 80px;background: #ef7f1a;margin: 10px auto 0px;border-radius: 5px;}
.about-section .title p {text-align: center;font: normal normal normal 16px/19px Montserrat;letter-spacing: 0.8px;color: #31403A;text-transform: uppercase;opacity: 1;text-transform: uppercase;}
.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:8px;left: 0px;width: 50%;float: left;padding-top: 120px;padding-right: 15px;}
.about-section .image-box .image-1 img {border-radius:8px;}
.about-section .image-box .image-2 {position: relative;display: block;border-radius:8px;width: 50%;float: left;padding-left: 15px;}
.about-section .image-box .image-2 img {border-radius:8px;}
.about-section .image-3 {position: relative;right: -53px;top: 30px;}
.about-section .content-box .sec-title {position: relative;display: block;margin-bottom: 33px;}
.about-section .content-box .bold-text {position: relative;display: block;font-size: 15px;line-height: 28px;color: #4c4c4c;font-weight: 400;margin-bottom: 15px;}
.about-section .content-box p {position: relative;display: block;margin-bottom: 15px;font-size: 15px;line-height: 29px;font-weight: 400;color: #312F2C;}
.about-section .content-box p a {text-align: center;font: normal normal normal 18px/22px Montserrat;letter-spacing: 0px;color: #e32f00;text-transform: uppercase;opacity: 1;}
.about-section .icon-box {position: absolute;left: 15px;top: -10px;font-size: 60px;line-height: 60px;color: #000;}
.about-section .icon-box img {width: 100%}
.about-section .count-outer {display: block;font-size: 18px;line-height: 24px;color: #000;font-weight: 400;margin-bottom: 10px;}
.about-section ul {margin: 25px 0px 30px;}
.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: #312f2c;}
.about-section .staff {position: absolute;left: 0px;top: 12px;font-size: 60px;line-height: 60px;color: #000;}
.about-section .staff-outer {position: relative;display: block;font-size: 18px;line-height: 24px;color: #000;font-weight: 400;margin-bottom: 10px;left: 70px;top: 24px;}
.objective-section ul li {line-height: 24px;background: url(../images/icons/right-tik.svg) no-repeat left 2px;padding: 5px 11px 15px 31px;list-style: none;margin: 0;vertical-align: middle;font-size: 15px;font-weight: 300;color: #000;background-size: 18px;background-position: 0px 8px;}
.objective-section p {font-size: 15px;font-weight: 300;padding-bottom:15px;}
.objective-section h5{color:#0090FF}
.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, rgb(5 35 84) 0%, rgb(227 47 0) 100%);color: #F6F6F1;text-transform: uppercase;padding: 8px 15px;border-radius:10px;line-height: 30px;display: block;width: 120px;text-align: center;font-size: 14px;margin-top: 15px;}
.more:hover {background:#E32F00;color: #F6F6F1;text-transform: uppercase;padding: 8px 16px;border-radius:10px;line-height: 30px;display: block;width: 120px;text-align: center;font-size: 14px;margin-top: 15px;}
.more img{margin-top:-4px}
.ed-category-item {padding: 10px 10px 0px;border-radius:8px;background-color: #ffffff;}
.f14{font-size: 14px;}
/**----- Gallery Section ---**/
.gallery-section-home {position: relative;display: block;padding: 0px 0px 0px;overflow: hidden;background:linear-gradient(51deg, rgba(28, 47, 78, 1) 30%, rgb(255 56 4) 100%);}
.gallery-section-home .title {margin: 0 auto 20px;width: 100%;text-align: center;padding: 0px 0px;}
.gallery-section-home .title h2 {text-align: center;font: normal normal normal 34px/36px Marcellus;color: #f3e7cb;text-transform: uppercase;opacity: 1;margin-bottom:0px;}
.gallery-section-home .title p {text-align: center;font: normal normal normal 16px/19px Montserrat;color: #fff;text-transform: uppercase;opacity: 1;}
.gallery-section-home .gallery-box {padding: 0px 0px;overflow:hidden}
.gallery-section-home .gallery-box img {border-radius:0px;width: 100%;object-fit: cover;height: 590px;overflow:hidden; object-position: top;}
.gallery-section-home .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;top: 45%;left: 20px;height: 35px;line-height: 26px;width: 35px;background: #E32F00;text-align: center;}
.gallery-section-home .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;top: 45%;right: 20px;height: 35px;line-height: 26px;width: 35px;background: #E32F00;text-align: center;}
.gallery-section-home .owl-theme .owl-nav .owl-prev img{height:18px;object-fit: contain;}
.gallery-section-home .owl-theme .owl-nav .owl-next img{height:18px;object-fit: contain;}
.gallery-section-home .owl-theme .owl-nav .owl-prev:hover {background: #12215c;}
.gallery-section-home .owl-theme .owl-nav .owl-next:hover {background: #12215c;}
.gallery-section-home .owl-theme .owl-nav {margin-top: 0px;}
.gallery-section-home .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius:0px;}
.gallery-section-home .ach-text {padding: 50px 20px 50px;position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;width: 90%;}
.gallery-section-home .title h6 {text-align: center;font: normal normal 300 16px / 19px Montserrat;letter-spacing: 0.8px;color: #31403A;text-transform: uppercase;opacity: 1;margin-bottom: 8px;}
.gallery-section-home .ach-text .span {color: #ccad6c;padding: 0px 0px 20px;font-weight: 400;font-size: 12px;margin-bottom: 5px;}
.gallery-section-home .ach-text h6 {line-height: 32px;font-weight: 400;margin-bottom: 5px;color: #12215c; font-size:26px;}
.gallery-section-home .ach-text p {line-height: 25px;font-weight: 400;margin-bottom: 15px;color: #212529;}
.gallery-section-home .ach-text span {background: #E31E24;padding: 4px 6px;text-align: left;font: normal normal 400 10px/13px Montserrat;letter-spacing: 1.1px;color: #fff;text-transform: uppercase;opacity: 1;position: relative;left: 0;top: -5px;line-height: 12px;border-radius: 5px;font-size: 12px;}
.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 #E31E24;position: absolute;left: 4px;bottom: -5px;}
.gallery-section-home .btn-all {color: #CCAD6C;padding: 5px 0px;display: inline-block;}
.gallery-section-home .btn-all:hover {color: #f3e7cb;padding: 5px 0px;display: inline-block;}
.gallery-section-home .btn-all img {height: 10px; padding-left:5px;}
.gallery-section-home .btn-all-album{background:#CCAD6C;color:#E32F00;font-size: 18px;float: right;padding: 6px 15px;border-radius: 8px;font-weight: 500;}
.gallery-section-home .btn-all-album:hover{background:#052354;color:#fff;font-size: 18px;float: right;padding: 6px 15px;border-radius: 8px;font-weight: 500;}
.gallery-section-home .btn-all-album img {height: 10px; padding-left:5px;}
.gallery-section-home .subgallery {padding: 30px 0px 0px;color: #000;font-weight: 400;}
.gallery-section-home .subgallery img {border-radius:8px;width: 100%;height: 184px;object-fit: cover;width: 100%;}
.gallery-section-home .subgallery h4 {text-align: center;color: #12215c;font-size: 18px;font-weight: 500;margin-top: 10px}
.gallery-section-home .subgallery h6 {text-align: center;color: #12215c;font-size: 16px;font-weight: 500; line-height:22px;}
.gallery-section-home .subgallery p {text-align: center;margin-top: 5px}
.flex-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: wrap !important;}
.gallery-section-home .d-hide {display: block !important}
.gallery-section-home .m-hide {display: none !important}
.gallery-section-home .ghome{color:#fff}
.gallery-section-home .ghome h6{color:#fff}
.gallery-section-home .ghome p{color:#fff}
.gallery-section-home .gallery-box-1{}
.gallery-section-home .gallery-box-1 img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: 440px;
    overflow: hidden;
}
.gallery-section-home .gallery-box-1 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 8px;
}
.gallery-section-home .subgallery1 {padding: 30px 0px 0px;color: #000;font-weight: 400;}
.gallery-section-home .subgallery1 img {border-radius:8px;width: 100%;height: 184px;object-fit: cover;width: 100%;}
.gallery-section-home .subgallery1 h4 {text-align: center;color: #12215c;font-size: 18px;font-weight: 500;margin-top: 10px}
.gallery-section-home .subgallery1 h6 {margin-bottom: 5px;font-family: Montserrat, sans-serif;text-align: center;color: #12215c;font-size: 16px;font-weight: 600; line-height:22px;}
.gallery-section-home .subgallery1 p {font-size: 13px;text-align: center;margin: 0px;}

.moretext {
  display: none;
}
.moreless-button{color:#E32F00}
.ach-text p a{color:#1C2F4E}
.ach-text p a:hover{color:#e32f00}
/** 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%}

/** 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:8px;}
.about-style-two .image-inner .image-box img {width: 100%;border-radius:8px;}
.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: #F3EDE7;padding: 100px 0px 0px;overflow: hidden;min-height: 630px;}
.principal-section .title {margin: 0 auto 15px;width: 100%;text-align: center;padding: 0px 0px;}
.principal-section .title h1 {text-align: center;font: normal normal 500 34px/38px Marcellus;letter-spacing: 0.8px;color: #A7853E;text-transform: uppercase;opacity: 1;padding-bottom: 0px;}
.principal-section .title h3 {text-align: center;font: normal normal normal 36px/36px Marcellus;letter-spacing: 0.9px;color: #0090FF;text-transform: uppercase;opacity: 1;padding-bottom: 10px;}
.principal-section .title h4 {font-size: 16px;color: #0090FF;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;}
.principal-section .box {text-align: center;font-size: 18px;line-height: 18px;padding-bottom: 70px}
.principal-section .image-box {position: relative;display: block;margin: 0px 60px 0px 0px;}
.principal-section .box p {text-align: center;font-size: 18px;line-height: 18px;}
.principal-section .box img {text-align: center;padding: 0px 0px 10px;}
.principal-section .job {font-size: 18px;line-height: 18px;border: solid 2px #312F2C;position: relative;border-radius: 45px;padding: 30px;padding: 20px 30px 30px 30px;margin: 0px 50px;text-align: left;background: #ffd62f;}
.principal-section .job span {position: absolute;left: 0;top: 0;padding: 16px 0 0;text-align: left;padding-left: 20px;}
.principal-section .job h4 {font-size: 30px;color: #fff;line-height: 30px;font-weight: 600;margin: 5px 0 5px;padding-left: 115px;}
.principal-section .job p {font-size: 16px;color: #fff;line-height: 24px;padding-left: 115px;font-style: italic}
.principal-section .message {}
.principal-section .message h1 {text-transform: uppercase;text-align: left;font-size: 32px;font-weight: bold;color:#fff; margin-bottom:10px;}
.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: 16px;font-weight: 400;color: #9CA0A9;border-radius: 0px;padding: 8px 0px 8px 0px;text-transform: uppercase;margin-right: 30px;cursor: pointer;text-align: left;}
.message .product-info-tabs .tab-btns li:after {content: '';position: relative;border-left: 1px solid #9CA0A9;height: 12px;left: 15px;display: inline-block;}
.quot {font-size: 30px !important;line-height: 42px !important;margin-bottom: 10px !important;}
.quotname { font-size: 12px !important;margin-bottom: 20px !important;font-style:italic}
.message .product-info-tabs .tab-btns li:last-child:after {display: none;}
.message .title {margin: 0 auto 30px;width: 100%;text-align: center;padding: 0px 0px;}
.message .title h1 {text-align: center;font: normal normal 500 34px/38px Marcellus;letter-spacing: 0.8px;color: #CCAD6C;text-transform: uppercase;opacity: 1;padding-bottom: 0px;}
.message .title h1 span {font-weight: 300}
.message .title h3 {text-align: center;font: normal normal normal 36px/36px Marcellus;letter-spacing: 0.9px;color: #0090FF;text-transform: uppercase;opacity: 1;padding-bottom: 10px;}
.message .title h4 {font-size: 16px;color: #0090FF;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;}
.message .product-info-tabs .tab-btns li.active-btn,
.message .product-info-tabs .tab-btns li:hover {color: #1C2F4E;font-size: 16px;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;margin-bottom: 0px;}
.message .related-product .sec-title {margin-bottom: 40px;}
.message .tabs-content {padding-top: 30px;text-align: left;}
.message .massage-box {width: 65%;padding: 0px 50px 80px;}
.message .massage-box p {line-height: 30px;font-style: italic;margin-bottom: 30px;font-weight: 400;font-size: 16px;color: #1C2F4E;}
.message .principal-photo {position: absolute;bottom: 0px;right: 50px;text-align: center}
.message .principal-photo img {width: 100%;height: 540px;}
.message .continue {margin-top: 8px;display: block;color: #D7B56D;font-weight: 500;width: auto;}
.message .continue:hover {margin-top: 8px;display: block;color: #1C2F4E;font-weight: 500;width: auto;}
.message .massage-box h3 {text-transform: uppercase;font-size: 18px;font-weight: 400;color:#E32F00; margin-bottom:12px;    font-family: "Montserrat", sans-serif;}
.message .massage-box h3 span {text-transform: uppercase;font-size: 16px;font-weight: 600;color: #1C2F4E;font-family: "Montserrat", sans-serif;display: block;margin-top: 8px;}
.video-message {position: absolute;bottom: 0px;right: 0;}
/** Lab Section end **/
/*  notice */
.notice-in{padding:80px 0px;}
.notice-in .sub-title{position: relative;display: block;font-size: 18px;line-height: 26px;color: #fff;font-weight: 500;background: #052354;padding: 12px 20px 12px 20px;}
.notice-in .billing-info{position: relative;display: block;overflow: hidden;border-radius:8px;border: 1px solid #dbdbdb;margin-bottom: 30px;font-size: 16px;padding-bottom: 10px;}
.notice-in .billing-info p{padding:10px 20px 5px;font-weight: 300;font-size: 16px;}
.notice-in .billing-info p a {background: #EF7F1A;color: #F6F6F1;text-transform: uppercase;padding: 0px 0px;border-radius: 5px;margin: 0 auto;line-height: 30px;display: block;text-align: right;font-size: 14px;}
.notice-in .billing-info p a:hover{#0090FF}
.view-all-notice {color: #052354;font-weight:500;text-transform: uppercase;padding: 8px 12px;border-radius: 5px;margin: 0 auto;line-height: 20px;display: block;text-align: center;font-size: 18px;margin: 0px 20px 15px;float: right;position: relative;top: 0px;}
.view-all-notice:hover {color: #e32f00;font-weight:500;text-transform: uppercase;padding: 8px 12px;border-radius: 5px;margin: 0 auto;line-height: 20px;display: block;text-align: center;font-size: 18px;margin: 0px 20px 15px;float: right;position: relative;top: 0px;}
.notice-all {background: #1C2F4E;padding: 15px;min-height: 110px;border-radius:8px;}
.notice-all .Noticeright span {background: #F7494B;padding: 4px 6px;color: #fff;font-size: 12px;font-weight: 600;position: absolute;left: 0;top: -12px;line-height: 12px;border-radius: 8px;left: 30px;}
.notice-all .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-all .Noticeright{font-weight: 500;line-height: 20px;}
.notice-all .updated {font-size: 14px !important;margin-top: 10px;}

/* ------------------------- New Notice -------------------------*/
.notice-in .NoticeBoard {width: 100%;padding: 60px 0 0px;}
.notice-in .NoticeBoard .container {padding: 25px 20px;border-radius:8px;}
.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: #0090FF;line-height: 18px;font-weight: 700;background: #F6F6F1;padding: 15px 20px;border-radius: 70px;width: 110px;height: 110px;}
.notice-in .NoticeBoard .NoticeLeft span {font-size: 10px;color: #646464;font-style: italic;display: block;margin-bottom: 8px;font-weight: 400;}
.notice-in .NoticeBoard .Noticeright {width: calc(100% - 125px);float: right;font-size: 18px;color: #646464;line-height: 20px;position: relative;font-weight: 300;padding: 10px 0 10px;}
.notice-in .NoticeBoard .Noticeright span {background: #F7494B;padding: 4px 6px;color: #fff;font-size: 12px;font-weight: 600;position: absolute;left: 0;top: -20px;line-height: 12px;border-radius: 8px;}
.notice-in .NoticeBoard .Noticeright span:before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #F7494B;position: absolute;left: 4px;bottom: -5px;}
.notice-in .NoticeBoard .month {color: #000;font-size: 21px;font-weight: 300;line-height: 46px;letter-spacing: 4px}
.notice-in .line-height {line-height: 22px;font-size: 16px;font-weight: 400;}
.notice-in .updated {color: #000;font-size: 12px;font-weight: 300;font-style: italic}
.notice-in .NoticeBoard .NoticeHead {color: #0090FF;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: -22px;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;}
.teln {color: #000 !important;background: transparent !important;padding: 15px 10px !important;}

/*------------------ Tabs------------------------------------ */
.home-tabs .tabs {width: 100%;border-radius: 5px 5px 5px 5px;display : flex;}
.home-tabs ul#tabs-nav {list-style: none;  margin: 0;  padding: 5px;  overflow: auto;  width : 100%;}
.home-tabs #tabs-content{width : 100%;}
.home-tabs ul#tabs-nav li {font-weight: bold;margin-right: 2px;padding: 12px 0px;border-bottom: 1px solid #077B4E;cursor: pointer;display:block;text-align: left;}
.home-tabs ul#tabs-nav li:last-child {border-bottom: 0px solid #077B4E;}
.home-tabs ul#tabs-nav li:hover{color: #c4a45d;;}
.home-tabs ul#tabs-nav li.active a {color: #c4a45d;;}
.home-tabs #tabs-nav li a {text-decoration: none;font-family: Montserrat;letter-spacing: 0.55px;color: #FFFFFF;font-weight: 300;font-size:22px;transition: all .3s ease-out;}
.home-tabs #tabs-nav li a:hover {text-decoration: none;font-family: Montserrat;letter-spacing: 0.55px;color: #c4a45d;;font-weight: 300;font-size:22px;padding-left:5px;transition: all .3s ease-out;}
.home-tabs #tabs-nav li a:hover::before {font-family: 'Font Awesome 5 Free';content: '\f101';font-weight: 400;     opacity: 1;    margin-right: 7px;     display: inline-block;	font-size:16px;}
.home-tabs ul#tabs-nav li.active a::before {color: #c4a45d;; font-family: 'Font Awesome 5 Free'; content: '\f101'; font-weight: 400; opacity: 1;margin-right: 7px; display: inline-block;font-size:16px;}
.tabs-content-main {padding: 0px;background-color: #FFF;width: 50%;float: right;position: absolute;right: 0px;border-radius: 50px;height: 440px;object-fit:cover;overflow: hidden;}
.tab-content::after{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;background-color: rgba(10, 31, 57, .1);}
.tab-content .text-box {position: absolute;z-index: 2;width: 100%;left: 0;bottom: 0;padding: 40px 40px 40px;background: transparent linear-gradient(180deg, #0090FF00 0%, #02311FD1 100%) 0% 0% no-repeat padding-box;max-height: 100%;overflow-y: auto;text-align:left;}
.tab-content .text-box .button {background-color: transparent;font: normal normal normal 18px/22px Montserrat;letter-spacing: 0px;color: #c4a45d;;text-transform: uppercase;opacity: 1;padding: 9px 18px;}
/* ------ Enroll Now Section ------- */
.topper-section{padding: 80px 0px 80px;}
.topper-section .title h4 {
    font-size: 16px;
    color: #1C2F4E;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.topper-section .achievements {padding: 0px 30px 0px 30px}
.topper-section  .achievements .ach-text {padding: 20px 30px 0px;width: 100%;}
.topper-section .achievements .ach-text h6 {color: #000;padding: 10px 0px;font-weight: 600;}
.topper-section .achievements .ach-text p {line-height: 20px;font-weight: 300;margin-bottom: 20px}
.topper-section .achievements span {background: #DC2C1D;padding: 4px 6px;color: #fff;font-size: 12px;font-weight: 600;position: relative;left: 30px;top: -15px;line-height: 12px;border-radius: 15px;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 #DC2C1D;position: absolute;left: 4px;bottom: -4px;}
.topper-section .achievements .ach-text {padding:20px 30px;}
.achi-block-two {}
.achi-block-two img {height: 250px;object-fit: cover;overflow: hidden;border-radius:15px; object-position: top;}
.achi-block-two h6 {text-align: left;font: normal normal 500 18px / 24px Montserrat;letter-spacing: 0px;color: #1A2D37;opacity: 1;margin-top: 5px;padding: 0px 26px;}
.topper-section .achievements .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 35%;left: -70px;height: 30px;line-height: 20px;width: 30px;background: #052354;text-align: center;}
.topper-section .achievements .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 35%;right: -70px;height: 30px;line-height: 20px;width: 30px;background: #052354;text-align: center;}
.topper-section .achievements  .owl-theme .owl-nav .owl-prev img {height: 16px}
.topper-section .achievements .owl-theme .owl-nav .owl-next img {height: 16px}
.topper-section .achievements .owl-theme .owl-nav {position: absolute;margin: 8px auto;width: 100%;z-index: -1;}
.topper-section .achievements .btn-all {padding: 6px 16px;margin: 0 auto;display: block;margin-top: -10px;text-align: center;font: normal normal normal 14px / 22px Montserrat;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 130px;position: relative;z-index: 10;background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);text-transform: uppercase;}
.topper-section .achievements .btn-all:hover {background:#E32F00;text-transform: uppercase;}

.topper-section .achievements .btn-all img {height: 10px; padding-left:5px;}
.topper-section .achi-block-two h6 {text-align: center;font: normal normal 500 18px / 24px Montserrat;letter-spacing: 0px;color: #1A2D37;opacity: 1;margin-top: -10px;padding: 0px 26px;text-transform: uppercase;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;padding-bottom: 15px;}
.topper-top-box {position: relative;margin: 0px 30px;}
.topper-area{position:absolute}
.topper-slider {position: relative;padding: 0px 0px;text-align: center;margin: 0 auto;}
.topper-slider p{color: #A7853E;font: normal normal 400 16px / 16px Montserrat; text-align:center; padding-bottom:20px;}
.topper-slider .title {margin: 8px auto 30px;width: 100%;text-align: center;padding: 0px 10px;}
.topper-slider .title h2 {text-align: center;font: normal normal 600 32px / 36px Montserrat;color: #fff;text-transform: uppercase;opacity: 1;margin-bottom: 5px;}
.topper-slider .title p {color: #fff;font: normal normal 400 16px / 16px Montserrat;}
.topper-top-box .topper-slider .topper-block-two p {text-transform: uppercase;font-size: 16px;text-align:center !important; font-weight: 400;}
.topper-top-box .topper-slider .topper-block-two{padding:0px 40px;overflow:hidden}
.topper-top-box .topper-slider .topper-block-two img {border-radius: 15px;height: 210px;object-fit: cover;border: 1px solid #CCAD6C;object-position: top;}
.topper-top-box .topper-slider .topper-block-two h4{text-align: center;font: normal normal 600 16px/20px Montserrat;color: #1C2F4E;text-transform: uppercase;opacity: 1;margin-top:10px;}
.topper-top-box .topper-slider .topper-block-two h3{text-align: center;font: normal normal 500 28px/28px Montserrat;letter-spacing: 1.2px;color: #E32F00;text-transform: uppercase;opacity: 1;margin-top:5px;}
.topper-top-box .topper-slider .topper-block-two p{text-align: center;font: normal normal normal 14px/20px Montserrat;letter-spacing: 0px;color: #fff;text-transform: uppercase;opacity: 1;margin-top:5px;}
.topperX {padding: 0px 0px 20px;}
.topper-top-box .topper-slider .topperX .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;top: 28%;left: -2px;height: 30px;line-height: 20px;width: 30px;background: #E32F00;text-align: center;}
.topper-top-box .topper-slider .topperX .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;top: 28%;right: -2px;height: 30px;line-height: 20px;width: 30px;background: #E32F00;text-align: center;}
.topper-top-box .topper-slider .topperX .owl-theme .owl-nav .owl-prev img {height: 16px}
.topper-top-box .topper-slider .topperX .owl-theme .owl-nav .owl-next img {height: 16px}
.topper-top-box .topper-slider .topperX .owl-theme .owl-nav .owl-prev:hover{background:#1C2F4E}
.topper-top-box .topper-slider .topperX .owl-theme .owl-nav .owl-next:hover{background:#1C2F4E}
.topper-top-box .topper-slider .topperXII .owl-theme .owl-nav .owl-prev:hover{background:#1C2F4E}
.topper-top-box .topper-slider .topperXII .owl-theme .owl-nav .owl-next:hover{background:#1C2F4E}
.topper-top-box .topper-slider .topper-block-two h3 span{font-size:16px;}
.topperXII{padding: 0px 0px 20px;}
.topper-top-box .topper-slider .topperXII .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;top: 27.4%;left: -2px;height: 30px;line-height: 20px;width: 30px;background: #E32F00;text-align: center;}
.topper-top-box .topper-slider .topperXII .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;top: 27.4%;right: -2px;height: 30px;line-height: 20px;width: 30px;background: #E32F00;text-align: center;}
.topper-top-box .topper-slider .topperXII .owl-theme .owl-nav .owl-prev img {height: 16px}
.topper-top-box .topper-slider .topperXII .owl-theme .owl-nav .owl-next img {height: 16px}
.topper-slider .topperXII .btn-all {padding: 6px 10px;margin: 0 auto;display: block;margin-top: 20px;text-align: center;font: normal normal normal 14px / 22px Montserrat;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 120px;position: relative;z-index: 10;background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);text-transform: uppercase;}
.topper-slider .btn-all {padding: 6px 10px;margin: 0 auto;display: block;margin-top: 25px;text-align: center;font: normal normal normal 14px / 22px Montserrat;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 120px;position: relative;z-index: 10;background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);text-transform: uppercase;}
.topper-slider .btn-all:hover {background:#E32F00;}
.fouricon-section-home {display: block;overflow: hidden;opacity: 1;z-index: 1;width: 100%;padding-left: 40px;margin-top: 104px;text-align: center;padding-right: 15px;}
.fouricon-section-home p{text-align: center;font-family:Montserrat;letter-spacing: 0px;color: #fff;opacity: 1;line-height:20px;font-weight:500;font-size:18px}
.fouricon-section-home .box img{margin-bottom:30px}
.fouricon-section-home .box {background:#327AFE;border-radius:8px;opacity: 1;min-height: 192px;padding:35px 30px;}

/* ------ junior-wing Section ------- */
.kids-area{padding:0px 100px 0px 130px}
.junior-wing {padding: 80px 0px 0px;background-repeat: no-repeat !important;position: relative;background-size: cover !important;margin-top:50px;}
.junior-wing:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg, rgb(28 47 78 / 79%) 30%, rgb(231 72 30 / 80%) 100%);}
.junior-wing .title {margin: 0 auto 50px;width: 100%;text-align: center;}
.junior-wing  h3 {text-align: left;font: normal normal 700 36px/48px Montserrat;color: #fff;opacity: 1;padding-bottom: 30px;}
.junior-wing .title span {text-align: center;font: normal normal 300 16px/19px Montserrat;letter-spacing: 0.8px;color: #fff;text-transform: uppercase;opacity: 1;}
.junior-wing p {text-align: left;font: normal normal 300 16px / 24px Montserrat;color: #fff;text-transform: none;opacity: 1;}
.kids-area .{position: relative;min-height: 220px;}
.kids-area .counter{padding-bottom:50px;}
.kids-area  h4{color:#51C4FF;margin: 0 0 30px 0;text-transform:uppercase}
.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;}
.junior-wing .box p {text-align: center;font-family: 'Marcellus';letter-spacing: 0px;color: #fff;opacity: 1;line-height: 20px;font-weight: 500;font-size: 15px;}
.junior-wing .box img{margin-bottom:0px}
.junior-wing .box {border-radius:8px;opacity: 1;min-height: 160px;padding:0px 0px;text-align: center;}
.pdfour{padding-bottom:50px;}
.stusize{float: right;height: 580px;}
.more1 {background: linear-gradient(90deg, rgb(227 47 0) 10%, rgb(78 39 56) 70%);color: #CCAD6C;padding: 8px 15px;border-radius: 10px;line-height: 30px;display: block;width: 140px;text-align: center;font-size: 14px;margin-top: 15px;font-weight:500;}
.more1:hover {background: #E32F00;color: #fff4dc;padding: 8px 15px;border-radius: 10px;line-height: 30px;display: block;width: 140px;text-align: center;font-size: 14px;margin-top: 15px;font-weight:500;}
/* ------ Enroll Now Section ------- */
.std-two {position: absolute;bottom: 0;right: 30px;}
.std-two img {height: 370px;}
/**----- facilities Section ---**/
.facilities{}
.facilities .title{margin-bottom:30px;}
.facilities .title h6 {text-align: center;font: normal normal 300 16px/19px Montserrat;letter-spacing: 0.8px;color: #c4a45d;;;text-transform: uppercase;opacity: 1;margin-bottom: 8px;}
.facilities .title h3 {text-align: center;font: normal normal 500 18px / 30px Montserrat;color: #243350;opacity: 1;margin-bottom: 5px;text-transform: capitalize;padding-top: 15px;}
.facilities .title p {margin-top: 5px;text-align: center;font: normal normal normal 16px/30px Montserrat;color: #1C2F4E;text-transform: none;opacity: 1;}
.facilities .facilities-box {padding:20px 0px 50px;}
.facilities .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;left:-70px; top:60px;height: 35px;line-height: 25px;width: 35px;background: #1C2F4E;text-align: center;}
.facilities .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;right:-70px;top:60px;height: 35px;line-height: 25px;width: 35px;background: #1C2F4E;text-align: center;}
.facilities .owl-theme .owl-nav .owl-prev img{height:18px;object-fit: contain;}
.facilities .owl-theme .owl-nav .owl-next img{height:18px;object-fit: contain;}
.facilities .owl-theme .owl-nav .owl-prev:hover{background:#e32f00}
.facilities .owl-theme .owl-nav .owl-next:hover{background:#e32f00}
.facilities .topper-block-two {padding: 0px 15px 0 15px;}
.facilities .topper-block-two .facpd{margin-top:100px !important;}
.facilities p {text-align:left;margin-top:0px;}
.facilities p a{color: #c4a45d;;text-transform: uppercase !important;font-size: 18px;}
.facility-text-box {margin-top: -22px;padding: 0px 20px;position: relative;z-index: 1000;}
.facility-text-box .play-blue{width: 60px;margin-top: -30px;text-align: left;font: normal normal bold 42px/24px Montserrat;letter-spacing: 1.25px;color: #c4a45d;;text-transform: uppercase;opacity: 1;} 
.facility-text-box .play-blue img{height:46px;} 
.facility-text-box .play-blue a{text-align: left;} 
.facility-text-box h4{padding-top: 15px;text-align: left;font-family: Montserrat, sans-serif;font-size: 20px;letter-spacing: 0.5px;color: #2C76F4;text-transform: capitalize;opacity: 1;font-weight:bold} 
.facility-text-box p{margin-top: 0;text-align: left;font: normal normal normal 12px/24px Montserrat;letter-spacing: 0.3px;color: #12215C;text-transform: capitalize;opacity: 1;} 
.slider-image-facility{object-fit:cover}
.facilities .owl-carousel .owl-item img {display: block;width: 100%;border-radius:20px;}
.slide-wrapper {height: 350px;position: relative;border-radius: 20px;background-size: cover !important;}
.slide-wrapper .play-blue img{height:50px}
.slide-wrapper::before {display: block;mix-blend-mode: multiply;position: absolute;z-index: 2;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 30px;}
.slide-wrapper::after {background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);content: "";height: 100%;left: 0;opacity: 0;position: absolute;top: 0;transition: all 1s ease 0s;width: 100%;border-radius: 20px;}
.slide-wrapper .slide-text {bottom: 0px;box-sizing: border-box;color: #F3E7CB;left: 0;line-height: 2.8rem;padding: 0 1rem;position: absolute;transition: top 0.35s ease 0s;width: 100%;z-index: 2;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000de 100%);border-radius: 0px 0px 20px 20px;padding-bottom:0px;padding-top: 80px;}
.slide-wrapper .slide-text .slide-heading {text-transform: uppercase;}
.slide-wrapper .slide-text .slide-body {max-height: 0;opacity: 0;overflow: hidden;transition: all 1.5s ease 0s;}
.slide-wrapper .slide-text h2 {color: #F3E7CB;font-size: 22px;margin: 0 0 10px;padding: 3px 0 0 0;text-transform: none;font-weight:500;}
.slide-wrapper .slide-text p:last-child {margin-bottom: 0;}
.slide-wrapper .slide-text a {color: #F3E7CB;}
.slide-wrapper .slide-text a.button {background-color: transparent;border: 3px solid #fff;color: #F3E7CB;display: inline-block;font-size: 1.7rem;letter-spacing: 1px;padding: 0.8rem 0.3rem;text-decoration: none;}
.slide-wrapper .slide-text a.button:active, .slide-wrapper .slide-text a.button:focus, .slide-wrapper .slide-text a.button:hover {color: #ff3233;}
.slide-wrapper:hover::after {opacity: 1;}
.slide-wrapper:hover .slide-body {max-height: 260px;opacity: 1;}
.slide-text p {font-size:11px;color:#F3E7CB; font-weight:400;padding-bottom:15px;}
.slide-text .play-blue {width: 50px;text-align: left;padding-top:0px;padding-bottom:20px;}
.slide-text .play-blue img{height:45px; width: 45px;}

/*.facility-text-box::before{content: "";display: block;position: absolute;bottom: 77px;left: 0px;width: 100%;height: 120px;pointer-events: none;transition: all .3s ease-out;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 0px 0px 44px 44px;} */
.facilities .image-wrapper {position: relative;display: inline-block;}
.facilities .image-wrapper::before {content: "";display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 120px;pointer-events: none;transition: all .3s ease-out;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 0px 0px 8px 8px;z-index: 1;}
.hostel-banner {display: flex;justify-content: space-between;align-items: center;max-width: 900px;margin: 50px auto;background: #fff;border-radius:8px;overflow: hidden;font-family: Montserrat, sans-serif;}
.hostel-text {flex: 1;padding: 30px 20px 30px 40px;}
.hostel-text h2 {font-size: 45px;color: #2979ff;margin: 0;font-weight:bold;}
.hostel-text p {font-size: 21px;margin: 10px 0 30px;color: #2979ff;text-align:left;font-weight:500;margin-top:0px;}
.call-info {font-size: 18px !important;font-weight: 400 !important;margin-bottom: 0px !important;}
.hostel-text a {color: #2C76F4;font-weight: bold;text-decoration: none;font-size: 16px;padding-left: 10px !important;}
.hostel-text a i {margin-right: 8px;}
.hostel-image {flex: 1;}
.hostel-image img {width: 100%;height: auto;display: block;}

@media(max-width: 768px) {
.hostel-banner {flex-direction: column;text-align: center;}
.hostel-text, .hostel-image {width: 100%;}
.hostel-text {padding: 20px;}
}

/**------------- Achievements Birthday --------------------------**/
.achievements-birthday {position: relative;display: block;padding:100px 0px 100px;overflow: hidden;}
.achievements-birthday .title {margin: 0 auto 30px;width: 100%;text-align: center;padding: 0px 10px;}
.achievements-birthday .title h1 {text-align: center;font: normal normal normal 32px/36px Montserrat;letter-spacing: 0.8px;color: #0090FF;text-transform: uppercase;opacity: 1;padding-bottom: 0px;}
.achievements-birthday .title h1 span {font-weight: 300}
.achievements-birthday .title h3 {text-align: center;font: normal normal bold 32px/36px Montserrat;letter-spacing: 0.9px;color: #0090FF;text-transform: uppercase;opacity: 1;padding-bottom: 10px;}
.achievements-birthday .title h4 {font-size: 16px;color: #12215C;padding-bottom: 0px;text-transform: uppercase;font-weight: 300;margin-bottom:20px;}
.achievements-birthday .banner-line {height: 8px !important;width: 80px;background: #ef7f1a;margin: 5px auto 10px;border-radius: 5px;}
.achievements-birthday .title p{text-align: center;font: normal normal 400 16px/26px Montserrat;color: #12215C;text-transform:none;opacity: 1;padding-bottom:5px;}
.centred{text-align:center}

.achievements-birthday a{color: #0090FF;}
.achievements-birthday  .student-slide .birthday-detail img{border-radius: 45px;}
.achievements-birthday .student-slide  .birthday-detail h4 {font-size: 16px;color: #312F2C;font-weight: bold;margin: 20px 0px 0px;text-transform: uppercase;text-align:center;}
.achievements-birthday .student-slide  .birthday-detail h3 {font-size: 18px;color: #0090FF;margin: 5px 0px 5px;text-transform: uppercase;font-weight: 600;text-align:center;}
.achievements-birthday .student-slide  .birthday-detail .birthday-block-two p {text-transform: uppercase;font-size: 16px;text-align:center !important; font-weight: 400;}
.achievements-birthday .student-slide{padding:0px 50px;overflow:hidden; margin:0px;}
.achievements-birthday .student-slide .birthday-block-two{padding:0px 0px;overflow:hidden}
.achievements-birthday .student-slide .birthday-block-two img {border-radius:8px;height: 230px;object-fit: cover;}
.achievements-birthday .student-slide .birthday-block-two h4{text-align: center;font: normal normal 600 18px/22px Montserrat;letter-spacing: 0.9px;color: #1A2D37;text-transform: uppercase;opacity: 1;margin-top:20px;}
.achievements-birthday .student-slide .birthday-block-two h3{text-align: center;font: normal normal bold 20px/28px Montserrat;letter-spacing: 1.2px;color: #0090FF;text-transform: uppercase;opacity: 1;margin-top:10px;}
.achievements-birthday .student-slide .birthday-block-two p{text-align: center;font: normal normal normal 18px/22px Montserrat;letter-spacing: 0px;color: #1A2D37;text-transform: uppercase;opacity: 1;margin-top:15px;}
.achievements-birthday .student-slide .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 35%;left: 2px;height: 30px;line-height: 22px;width: 30px;background: #0090FF;text-align: center;}
.achievements-birthday .student-slide .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 35%;right: 2px;height: 30px;line-height: 22px;width: 30px;background: #0090FF;text-align: center;}
.achievements-birthday .student-slide .owl-theme .owl-nav .owl-prev img {height: 16px}
.achievements-birthday .student-slide .owl-theme .owl-nav .owl-next img {height: 16px}
.achievements-birthday .balloon-left {position: absolute;top: 90px;left: 72px;}
.achievements-birthday .balloon-left img{width:90%}
.achievements-birthday .balloon-right {position: absolute;top: 90px;right: 60px;}
.achievements-birthday .balloon-right img{width:90%}
.achievements-birthday .flagcap {position: absolute;bottom: 210px;right: 78px;z-index: 1;}
.achievements-birthday .flagcap img{width:80%}
.achievements-birthday .flag{position: absolute;top: -126px;left: 14px;right: 0;}
/**--------------- achievements Section End ----------------------------------**/
.certificate{padding: 0px 50px 0px 50px}
.certificate .birthday-block-two{padding:0px 0px;overflow:hidden}
.certificate .birthday-block-two img {border-radius:8px;height: 230px;object-fit: cover;}
.certificate .birthday-block-two h4{text-align: center;font: normal normal 600 18px/22px Montserrat;letter-spacing: 0.9px;color: #1A2D37;text-transform: uppercase;opacity: 1;margin-top:20px;}
.certificate .birthday-block-two h3{text-align: center;font: normal normal bold 20px/28px Montserrat;letter-spacing: 1.2px;color: #0090FF;text-transform: uppercase;opacity: 1;margin-top:10px;}
.certificate .birthday-block-two p{text-align: center;font: normal normal normal 18px/22px Montserrat;letter-spacing: 0px;color: #1A2D37;text-transform: uppercase;opacity: 1;margin-top:15px;}
.certificate .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 35%;left: 2px;height: 30px;line-height: 22px;width: 30px;background: #0090FF;text-align: center;}
.certificate .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 35%;right: 2px;height: 30px;line-height: 22px;width: 30px;background: #0090FF;text-align: center;}
.certificate .owl-theme .owl-nav .owl-prev img {height: 16px}
.certificate .owl-theme .owl-nav .owl-next img {height: 16px}
.certificate .achi-block-two img {height: 330px;object-fit: contain;overflow: hidden;border-radius:8px;}
.certificate .owl-theme .owl-nav {margin-top: 10px;position: relative;margin: 0 auto;left: 40px;width: 100px;z-index: -1;top: 55px;}
.achievements-birthday .certificate .ach-text {padding: 22px 30px;text-align: center;width: 370px;}
/**--- Admissionn Section Start **/
.admissionn-section {padding: 0px 0px 160px;opacity: 1;position: relative;}
.admissionn-section .white-bg {position: absolute;top:0px;border-radius:20px;text-align: left;}
.admissionn-section .white-bg img {border-radius: 15px;text-align: center;}
.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;color:#CCAD6C;font-weight:500;}
.admissionn-section .title h5 {font-size: 16px;margin-top: 0px;color:#CCAD6C;font-weight:300;font-family: "Montserrat", sans-serif;}
.admissionn-section .title h4 {font-size: 16px;margin: 15px 0px;color:#fff;font-weight:bold;font-family: "Montserrat", sans-serif;}
.admissionn-section .title p {font-size: 16px;margin-top: 5px;color:#fff;font-weight:300;}
.admissionn-section .adopen {background: #CCAD6C;color: #E32F00;text-transform: uppercase;padding: 8px 0px 8px 8px;border-radius: 10px;line-height: 30px;display: block;width: 80%;text-align: center;font-size: 16px;margin: 0px auto 0px;font-weight: 500;}
.admissionn-section .adopen img{height:15px;}
.admissionn-section .work {position: absolute;z-index: 10;bottom: 20px;color: #fff;font-size: 32px;line-height: 31px;font-weight: 400;padding: 20px 30px;width: 100%;text-align: center;}
.admissionn-section .work h1 {font-size: 32px;margin-top: 5px;color:#fff;font-weight:500;letter-spacing: 2px;text-transform: uppercase;}
.admissionn-section .work h5 {font-size: 16px;margin-top: 0px;color:#fff;font-weight:300;font-family: "Montserrat", sans-serif;}
.admissionn-section .adopen img {width: 50px;background: none}
.admissionn-section .adg {font-size: 12px;font-style: italic;color: #000}
.admissionn-section .call-info {font-size: 14px !important;font-weight: 300 !important;margin-bottom: 0px !important;letter-spacing: 0;text-transform: none;margin-top: 10px !important;font-family: "Montserrat", sans-serif;}
.admissionn-section .call-info a{ color:#fff;}
.adimg{position:relative;}
.admissionn-section .adimg:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(181deg, rgba(0, 0, 0, 0) 45%, rgb(28 47 78 / 50%) 80%);border-radius: 15px 15px 15px 15px;}
/** testimonial and birthday Section End **/
.testimonial-section {position: relative;display: block;padding:130px 0px 80px;}
.testimonial-section .title {margin: 0 auto 15px;width: 100%;text-align: center;padding: 0px 0px;}
.testimonial-section .title h6 {text-align: center;font: normal normal 300 16px/19px Montserrat;letter-spacing: 0.8px;color: #31403A;text-transform: uppercase;opacity: 1;}
.testimonial-section .title h3 {text-align: center;font: normal normal bold 32px / 36px Marcellus;letter-spacing: 0.2px;color: #A7853E;text-transform: uppercase;opacity: 1;font-weight: 500;padding-top: 14px;margin-bottom: 0px;padding-bottom: 0;}
.testimonial-section .title p {text-align: center;font: normal normal normal 16px/19px Montserrat;letter-spacing: 0.8px;color: #31403A;text-transform: uppercase;opacity: 1;}
.testimonial-section p {font-size: 24px;color: #1A2D37;}
.testimonial-section .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: absolute;bottom: -60px;left: 44.5%;height: 35px;line-height: 26px;width: 35px;background: #0090FF;text-align: center;}
.testimonial-section .owl-theme .owl-nav .owl-next {border-radius: 50px;position: absolute;bottom: -60px;right: 44.5%;height: 35px;line-height: 26px;width: 35px;background: #0090FF;text-align: center;}
.testimonial-section .ptm {border-radius: 50%;height: 150px;width: 150px;margin: 0 auto;background: #fff;float:right}
.testimonial-section .ptm img {object-fit: cover;overflow: hidden;border-radius: 50%; height: 150px;}
.testimonial-section .owl-theme .owl-nav .owl-next img {height:20px;object-fit: contain;}
.testimonial-section .owl-theme .owl-nav .owl-prev img {height:20px;object-fit: contain;}
.testimonial-section .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: 38px;left: -68px;height: 35px;line-height: 25px;width: 35px;background: #052354;text-align: center;}
.testimonial-section .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: 38px;right: -68px;height: 35px;line-height: 25px;width: 35px;background: #052354;text-align: center;}
.testimonial-section .owl-theme .owl-nav .owl-prev:hover { background: #e32f00;}
.testimonial-section .owl-theme .owl-nav .owl-next:hover { background: #e32f00;}
.testimonial-section .parent {font-size: 22px;text-align: left;padding-top: 35px;}
.testimonial-section .parent img {border-radius: 18px;}
.testimonial-section .parent p {font-size: 16px;text-align: left;font-style: italic;line-height: 26px;margin-bottom: 20px;font-weight: 400;        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;}
.testimonial-section .parent h4 {font-size: 16px;text-align: left;line-height: 14px;font-family: Montserrat, sans-serif;text-transform: uppercase;}
.testimonial-section .parent h5 {color:#D7B56D;font-size: 18px;text-align: left;line-height: 16px;font-family: Montserrat, sans-serif; text-transform:uppercase; margin-top:0px;}
.testimonial-section .parent .play-btn {text-align: left;float: left;padding: 22px 0px 0px;}
.testimonial-section .parent .play-btn img{height:49px;border-radius: 0;}
.testimonial-section .parent .owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0, 0, 0);border-radius: 20px;}
.testimonial-section .parent .test-image-fit {overflow: hidden;width: 100%;border-radius:20px;}
.testimonial-section .parent .test-image-fit img{height: 236px;object-fit: cover;}
.testimonial-section .parent .btn-all {margin: 0 auto;display: block;margin-top: -10px;text-align: center;font: normal normal normal 14px / 22px Montserrat;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 130px;position: relative;z-index: 10;background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);text-transform: uppercase;padding: 8px;}
.testimonial-section .parent .btn-all:hover {padding: 8px 16px;margin: 0 auto;display: block;margin-top: -10px;text-align: center;font: normal normal normal 14px / 22px Montserrat;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 130px;position: relative;z-index: 10;background: #E32F00;text-transform: uppercase;}
.testimonial-section .view-all:hover {background: #E32F00;}
.testimonial-section .parent .owl-theme .owl-nav {margin-top: 0px;}
.testimonial-section .parent .ach-text {padding: 0px 30px;    margin-top: 5px;}
.testimonial-section .owl-dots {position: absolute;width: 48%;right: 0;bottom: 30px;text-align: left;}
.testimonial-section .owl-dots .owl-dot span {min-width: 30px;height: 15px;background-color: transparent;border: solid 2px #0066b3;border-radius: 10px;}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {background: #02112a !important;}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span {background: none repeat scroll 0 0 #0066b3;border: 2px solid #0066b3;}
.testimonial-section .testimonial-text{}
.testimonial-section .testimonial-text h4 {font-size: 16px;color: #1A2D37;font-weight: 400;margin: 10px 0px 0px;}
.testimonial-section .testimonial-text h4 span{font-size: 14px;color: #1A2D37;font-weight: 400;margin: 20px 0px 0px;}
.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;}
.testimonial-section .student-slide {margin: 0 auto;padding: 0px 110px;}
.testimonial-section .student-slide p {text-transform: uppercase;font-size: 18px}
.testimonial-section .student-slide .birthday-detail img{border-radius: 45px;}
.testimonial-section .student-slide .birthday-detail h4 {font-size: 16px;color: #312F2C;font-weight: bold;margin: 20px 0px 0px;text-transform: uppercase;text-align:center;}
.testimonial-section .student-slide .birthday-detail h3 {font-size: 18px;color: #056a43;margin: 5px 0px 5px;text-transform: uppercase;font-weight: 600;text-align:center;}
.testimonial-section .student-slide .birthday-detail .birthday-block-two p {text-transform: uppercase;font-size: 16px;text-align:center !important; font-weight: 400;}
.testimonial-section .student-slide {padding:0px 50px;overflow:hidden; margin:0px;}
.testimonial-section .student-slide .birthday-block-two{padding: 0px 0px 10px;overflow:hidden}
.testimonial-section .student-slide .birthday-block-two img {border-radius: 30px;height: 230px;object-fit: cover;border: 1px solid #ccad6c;}
.testimonial-section .student-slide .birthday-block-two h4{text-align: center;font: normal normal 600 14px/18px Montserrat;color: #243350;text-transform: uppercase;opacity: 1;margin-top:15px;}
.testimonial-section .student-slide .birthday-block-two h3{text-align: center;font: normal normal bold 18px/24px Montserrat;letter-spacing: 1.2px;color: #E32F00;text-transform: uppercase;opacity: 1;margin-top:7px;}
.testimonial-section .student-slide .birthday-block-two p{text-align: center;font: normal normal normal 16px / 22px Montserrat;letter-spacing: 0px;color: #1A2D37;text-transform: uppercase;opacity: 1;margin-top: 8px;}
.testimonial-section .student-slide .owl-theme .owl-nav .owl-prev {border-radius: 50px;position: relative;top: -3px;left: -62px;height: 35px;line-height: 22px;width: 35px;background: #052354;text-align: center;}
.testimonial-section .student-slide .owl-theme .owl-nav .owl-next {border-radius: 50px;position: relative;top: -3px;right: 0px;height: 35px;line-height: 22px;width: 35px;background: #052354;text-align: center;float: right;margin-right: 1px;}
.testimonial-section .student-slide .owl-theme .owl-nav .owl-next:hover{background: #e32f00;}
.testimonial-section .student-slide .owl-theme .owl-nav .owl-prev:hover{background: #e32f00;}
.testimonial-section .student-slide .owl-theme .owl-nav .owl-prev img {height: 18px}
.testimonial-section .student-slide .owl-theme .owl-nav .owl-next img {height: 18px}
.testimonial-section .balloon-left {position: absolute;top: 99px;left: 30px;}
.testimonial-section .balloon-left img{width:75%}
.testimonial-section .balloon-right {position: absolute;top: 99px;right: 30px;}
.testimonial-section .balloon-right img{width:75%}
.testimonial-section .flagcap {position: absolute;bottom: 175px;right: 81px;z-index: 1;}
.testimonial-section .flagcap img{width:83%}
.testimonial-section .flag{position: absolute;top: -126px;left: 14px;right: 0;}
.testimonial-section .view-all {padding: 8px 10px;margin: 0 auto;display: block;margin-top: 0px;text-align: center;font: normal normal normal 14px / 22px Rubik;border-radius: 10px;letter-spacing: 0px;color: #F3E7CB;opacity: 1;width: 115px;position: relative;top: -46px;z-index: 10;background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);text-transform: uppercase;}
.btn-allb {color: #EF7F1A;text-transform: uppercase;font-size: 15px;}
.imgsec{border-radius:10px;}
.truncate {display: -webkit-box;-webkit-line-clamp: 3; /* You can adjust line count */-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.birthsection{}
/**---------------------- review section ---------------------------  **/
.review-section{padding:0px 0px 60px}
.review-section .img{margin-bottom:40px}
.review-section .revbtn{color: #12215c;font-weight: 500;line-height: 44px;}
.review-section .revbtn:hover{color: #12215c;font-weight: 500;line-height: 44px;}
/**---------------------- main-footer ---------------------------  **/
.main-footer {background: #052354;padding: 200px 0px 140px 0px;font-weight: 400;}
.footer-top{}
.footer-logo{text-align:center;margin-bottom:50px;padding:0px 80px}
.footer-logo h3{color:#CCAD6C;font-size:30px;font-weight:400;margin-bottom:0px; font-family: "Marcellus", serif;}
.footer-logo h4{color:#fff;font-size:14px;font-weight:400;margin-bottom:20px;}
.footer-logo p{text-align:center; color:#fff; font-size:20px; font-weight:300;line-height:36px; padding:15px 50px;}
.footer-logo img {width: 35%;margin-bottom: 5px;}
.footer-logo .hline img {width: 25%;margin-bottom: 0px;}
.footer-logo a {color: #005EFF;text-transform: uppercase !important;font-size:16px;}
.video-footer {width: 100%;margin: 0 auto;position: relative;bottom: -10px}
.main-footer .widget-title {position: relative;display: block;font-size: 20px;line-height: 34px;font-weight: 400;color: #CCAD6C;margin-bottom: 27px;text-transform: uppercase;padding-bottom: 10px;font-family: "Marcellus", serif;}
.main-footer .widget-title:after {position: absolute;top: 32px;left: 0;content: "";width: 75px;height: 6px;transition: 0.4s;background: #E32F00;}
.main-footer .about-widget .widget-content p {position: relative;display: block;color: #fff;margin-bottom: 26px;}
.main-footer .about-widget .widget-content p:last-child {margin-bottom: 0px;}
.main-footer .footer-top .link-widget {position: relative;display: block;}
.main-footer .link-widget .widget-content li {position: relative;display: block;margin-bottom: 0px;}
.main-footer .link-widget .widget-content li:last-child {margin-bottom: 0px;}
.main-footer .link-widget .widget-content li a {position: relative;display: inline-block;font-size: 15px;font-weight: 400;color: #fff;padding: 0px 0px 0px 0px;}
.main-footer .link-widget .widget-content li a:hover {color: #c4a45d;;padding: 0px 0px 0px 5px;}
.main-footer .copyright .flogo {height: 90px;margin-bottom: 10px}
.main-footer .copyright {font-size: 12px;padding-top: 40px;}
.main-footer .it-footer-social{}
.main-footer .it-footer-social{padding-top:20px;}
.main-footer .it-footer-social a {color: #fff;font-size: 16px;padding-right: 10px;border: 1px solid #ffffff;border-radius: 50px;height: 30px;width: 30px;display: inline-block;text-align: center;padding: 0;line-height: 30px;margin-right: 5px;}
.main-footer .copyright p {font-size: 12px;line-height: 20px;margin-top: 10px;color: #fff;}
.main-footer .copyright p a {font-size: 12px;line-height: 20px;color: #fff;padding: 5px}
.main-footer .link-widget .widget-content li a:hover:before {opacity: 1;}
.main-footer .contact-widget {	position: relative;display: block;}
.main-footer .contact-widget .widget-content .text {position: relative;display: block;color: #fff;margin-bottom: 18px;}
.main-footer .contact-widget .widget-content .info-list li {position: relative;display: block;font-size: 15px;color: #fff;padding: 0px 0px 0px 35px;margin-bottom: 15px;font-weight: 300;}
.linkbtn{padding:0px 0px}
.linkbtn a{display: block;color: #fff;border-radius: 50px;border: 1px solid #c4a45d;;padding: 10px 20px;margin-bottom: 16px;text-transform:uppercase;}
.linkbtn a img{margin-left:10px;height:15px;  }
.main-footer .contact-widget .widget-content .info-list li i {position: absolute;left: 0px;top: 6px;color: #c4a45d;;}
.main-footer .contact-widget .widget-content .info-list li:last-child {margin-bottom: 0px;}
.main-footer .footer-top .contact-widget .widget-content .info-list li a {position: relative;display: inline-block;font-size: 15px;color: #fff;margin-bottom: 10px;}
.main-footer .contact-widget .widget-content .info-list li a:hover {color: #c4a45d;;}
.main-footer .subscribe-widget .widget-content .text {position: relative;display: block;color: #fff;margin-bottom: 28px;}
.main-footer .subscribe-widget .widget-content .subscribe-form .form-group {position: relative;display: block;margin: 0px;}
.main-footer .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:8px;margin-bottom: 20px;transition: all 500ms ease;}
.main-footer .subscribe-widget .widget-content .subscribe-form .form-group input[type='email']:focus {border-color: #ef7f1a;}
.main-footer .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:before {background: #fff;}
.main-footer .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:hover {color: #312F2C !important;}
.widget-title::after {background: url(../images/icons/line-tab.svg) no-repeat;}
.scode{padding-top:20px;}
.scode h3{color:#fff; font-weight:bold; font-size:24px;font-family: "Montserrat", sans-serif;}
.scode p{color:#fff;font-size:20px;}
.mapf img{width:100%; border-radius:30px}
/**------------------ footer-bottom------------------------- **/
.main-footer .footer-bottom {position: relative;display: block;background-position: center bottom;padding: 33px 0px;}
.main-footer .footer-bottom .left-content {position: relative;margin-top: 39px;}
.main-footer .footer-bottom .left-content .copyright {position: relative;display: block;color: #212f54;}
.main-footer .footer-bottom .left-content .copyright a {color: #212f54;}
.main-footer .footer-bottom .left-content .copyright a:hover {color: #ef7f1a;}
.main-footer .footer-bottom .right-content .footer-logo {position: relative;display: inline-block;margin-right: 300px;}
.main-footer .footer-bottom .right-content .footer-social {position: relative;display: inline-block;top: 3px;}
.social-style-one li {position: relative;display: inline-block;margin-right: 6px;}
.social-style-one li:last-child {margin-right: 0px;}
.social-style-one li a {position: relative;display: inline-block;font-size: 20px;width: 50px;height: 50px;line-height: 50px;text-align: center;color: #fff;background: #3b5998;border-radius: 50%;}
.social-style-one li:nth-child(2) a {background: #c4a45d;;}
.social-style-one li:nth-child(3) a {background: #ea4335;}
.social-style-one li:last-child a {background: #7232bd;}
.social-style-one li a:hover {background: #ef7f1a !important;}


/*** 
====================================================================
                        About-Page
====================================================================
***/

/* page-title */

.page-title {position: relative;display: block;width: 100%;padding: 220px 0px 100px 0px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.page-title:before {position: absolute;content: '';background: rgb(2 22 54 / 65%);width: 100%;height: 100%;left: 0px;top: 0px;}
.content-box {position: relative;}
.page-title .content-box h1 {position: relative;display: block;font-size: 30px;line-height:40px;color: #fff;font-weight: 700;margin-bottom: 5px;text-transform: uppercase;font-family:Marcellus;letter-spacing: 1px;}
.page-title .content-box p {color: #fff;padding-top: 10px;font-size: 16px;font-weight: 300;}
.page-title .content-box .bread-crumb li {position: relative;display: inline-block;font-size: 17px;line-height: 26px;font-weight: 600;color: #ef7f1a;padding-right: 16px;margin-right: 5px;}
.page-title .content-box .bread-crumb li:before {position: absolute;content: '/';font-size: 17px;color: #fff;top: 0px;right: 0px;font-weight: 400;}
.page-title .content-box .bread-crumb li:last-child:before {display: none;}
.page-title .content-box .bread-crumb li:last-child {padding: 0px;margin: 0px;}
.page-title .content-box .bread-crumb li a {color: #fff;}
.page-title .content-box .bread-crumb li a:hover {color: #ef7f1a;}

/** about-style-two **/
.about-section-in {padding: 90px 0px 120px 0px !important;}
.quoit {text-align: left;font: normal normal 600 32px/36px Montserrat;letter-spacing: 1.0px;color: #12215c;opacity: 1;margin-bottom: 30px;}
.quoit span {font-size: 18px;color: #312F2C}
.subtitle{text-align: left;font: normal normal 600 30px/32px Montserrat;color: #12215b;opacity: 1;margin-bottom: 20px;}
.about-section-in p{margin-bottom:15px}
.fouricon-section-in0 {position: relative;display: block;padding: 0px 0px 90px;opacity: 1;}
.fouricon-section-in1 {display: block;overflow: hidden;opacity: 1;z-index: 1;width: 100%;}
.fouricon-section-in1 p{text-align: center;font-family:Montserrat;letter-spacing: 0px;color: #ffff;text-transform: uppercase;opacity: 1;line-height:25px;font-weight:400; font-size: 18px;}
.fouricon-section-in1 .box {background: #327AFE;border-radius: 8px;opacity: 1;min-height: 206px;padding: 30px}
.fouricon-section-in1 .box img{margin-bottom:40px}

.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: #EF7F1A;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: #EF7F1A;}
.moto-section .single-item {position: relative;display: block;margin-bottom: 30px;}
.moto-section .single-item img {border-radius: 45px;width: 100%}
.sub-title {color: #EF7F1A;font-size: 28px;}
.mb-100{margin-bottom:100px;}
/*** 
====================================================================
                        Faq-Page
====================================================================
***/

.faq-page-section {position: relative;display: block;padding: 144px 0px 150px 0px;}
.faq-page-section .accordion-box .block:nth-child(3) {border-color: #ef7f1a;}
.faq-page-section .accordion-box .block:nth-child(4) {border-color: #b350ff;}
.faq-page-section .accordion-box .block:last-child {border-color: #7379fe;}
.faq-page-section .content-box .sec-title {margin-bottom: 32px;}
.faq-page-section .content-box .text p {position: relative;display: block;margin-bottom: 26px;}
.faq-page-section .faq-content {margin-top: 6px;height: 680px;}
.faq-page-section .anim-icon .icon-1 {background: url(../images/icons/anim-icon-13.png);width: 265px;height: 400px;left: 350px;bottom: -70px;background-repeat: no-repeat;z-index: 1;}
.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active h4,
.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active .icon-outer {color: #ef7f1a;}
.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active h4,
.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active .icon-outer {color: #b350ff;}
.faq-page-section .accordion-box .block:last-child .acc-btn.active h4,
.faq-page-section .accordion-box .block:last-child .acc-btn.active .icon-outer {color: #7379fe;}

/** contact-style-two **/
.contact-style-two {position: relative;display: block;background: #f0ede7;}
.contact-style-two .form-area .form-group {position: relative;display: block;margin-bottom: 20px;}
.contact-style-two .form-area .form-group:last-child {margin-bottom: 0px;}
.contact-style-two .form-area .form-group input[type='text'],
.contact-style-two .form-area .form-group input[type='email'],
.contact-style-two .form-area .form-group textarea {position: relative;display: block;width: 100%;height: 60px;background: #fff;border: 3px solid #fff;font-size: 15px;color: #312F2C;padding: 10px 15px;border-radius:8px;transition: all 500ms ease;}
.contact-style-two .form-area .form-group textarea {height: 170px;resize: none;margin-bottom: 30px;}
.contact-style-two .form-area .form-group input:focus, .contact-style-two .form-area .form-group textarea:focus {border-color: #ef7f1a;}
.contact-style-two .form-area .form-group input::-webkit-input-placeholder,
.contact-style-two .form-area .form-group textarea::-webkit-input-placeholder {color: #312F2C;}
.contact-style-two .sec-title {margin-bottom: 40px;}

/*** 
====================================================================
                        Error-Page
====================================================================
***/
.error-section {position: relative;padding: 150px 0px;}
.error-section .content-box h1 {position: relative;display: block;font-size: 200px;line-height: 150px;color: #ef7f1a;font-weight: 700;margin-bottom: 15px;}
.error-section .content-box h2 {position: relative;display: block;font-size: 44px;line-height: 52px;color: #312F2C;font-weight: 600;margin-bottom: 21px;}
.error-section .text a {color: #ef7f1a;}
.error-section .text a:hover {text-decoration: underline;}

/*
====================================================================
                        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:8px;overflow: hidden;}
.gallery-block .image-box .image{position: relative;}
.gallery-block .image-box .image img{display: block;width: 100%;height: auto;}
.gallery-block .overlay-box{position: absolute;left: 0;top: 0;height: 100%;width: 100%;text-align: center;background-color: rgba(33, 47, 84, 0.5);content: "";-webkit-transition: -webkit-transform 0.4s ease;transition: -webkit-transform 0.4s ease;transition: transform 0.4s ease;transition: transform 0.4s ease, -webkit-transform 0.4s ease;-webkit-transform: scale(0, 1);-ms-transform: scale(0, 1);transform: scale(0, 1);-webkit-transform-origin: right center;-ms-transform-origin: right center;transform-origin: right center;}
.gallery-block .image-box:hover .overlay-box{-webkit-transform: scale(1, 1);-ms-transform: scale(1, 1);transform: scale(1, 1);-webkit-transform-origin: left center;-ms-transform-origin: left center;transform-origin: left center;}
.gallery-block .overlay-box a{position: absolute;left: 50%;top: 50%;display: block;height: 70px;width: 70px;font-size: 20px;background-color: #ef7f1a;color: #ffffff;font-weight: 700;border-radius: 50%;font-weight: 400;line-height: 70px;transform: translate(-50%,-50%);}
.gallery-block .overlay-box a i{position: relative;font-weight: 700;}
.gallery-page-section{position: relative;display: block;padding: 70px 0px 70px 0px;}
.gallery-page-section .gallery-block{margin-bottom: 30px;}
.gallery-page-section .filter-tabs{position: relative;display: block;margin-bottom: 63px;}
.gallery-page-section .filter-tabs li{position: relative;display: inline-block;font-size: 20px;line-height: 30px;font-family: 'M PLUS Rounded 1c', sans-serif;color: #312F2C;font-weight: 700;margin: 0px 12px;cursor: pointer;transition: all 500ms ease;}
.gallery-page-section .filter-tabs li.active, .gallery-page-section .filter-tabs li:hover{color: #ef7f1a;}

/*** 
====================================================================
                        Events-Page
====================================================================
***/

.event-page-section {position: relative;display: block;padding: 150px 0px 120px 0px;}
.event-page-section .event-block:nth-child(2) .event-block-one .inner-box .content-box .date {background: url(../images/icons/date-bg-2.png);background-repeat: no-repeat;}
.event-page-section .event-block:nth-child(3) .event-block-one .inner-box .content-box .date {background: url(../images/icons/date-bg-3.png);background-repeat: no-repeat;}
.event-page-section .event-block:nth-child(4) .event-block-one .inner-box .content-box .date {background: url(../images/icons/date-bg-4.png);background-repeat: no-repeat;}
.event-page-section .event-block:nth-child(5) .event-block-one .inner-box .content-box .date {background: url(../images/icons/date-bg-5.png);background-repeat: no-repeat;}
.event-page-section .event-block:last-child .event-block-one .inner-box .content-box .date {background: url(../images/icons/date-bg-6.png);background-repeat: no-repeat;}
.event-page-section .event-block-one .inner-box {box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);}
.it-event-2-thumb img {
    width: 100%;
    transition: 0.9s;
    object-fit: cover;
    height: 250px;
	border-radius: 20px 20px 0px 0px;
}

.it-event-2-date {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--it-theme-4);
    border: 1px solid var(--it-common-white);
    transition: 0.3s;
    background-color: #f04f38;
    color: #fff;
}

.it-event-2-date span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    transform: translateY(14px);
    color: var(--it-common-white);
}

.it-event-2-content {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    height: auto;
    border-radius: 0px 0px 20px 20px;
}

.it-event-2-text p {
    padding-top: 15px;
}
.it-event-2-content .subtitle {
    color: #0090FF;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
}
.it-event-2-content .evt{
   -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
    height: 60px;
}
.it-event-2-text p{
	font-size: 15px !important;
    font-weight: 300;
    padding-bottom: 15px;
}
.it-event-2-content p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 15px;
}
/** 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:8px;}
.event-details .event-details-content .image-box img {width: 100%;border-radius:8px;}
.event-details .event-details-content .inner-box .date {position: relative;display: block;font-size: 18px;line-height: 28px;font-family: Montserrat, sans-serif;color: #fbb419;font-weight: 900;text-transform: uppercase;margin-bottom: 10px;}
.event-details .event-details-content .inner-box h1 {position: relative;display: block;font-size: 40px;line-height: 50px;color: #312F2C;font-weight: 900;margin-bottom: 33px;}
.event-details .event-details-content .inner-box .bold-text {position: relative;display: block;font-size: 18px;line-height: 28px;color: #312F2C;margin-bottom: 73px;}
.countdown-box {position: relative;display: block;background: url(../images/icons/countdown-bg.png);width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;border-radius:8px;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: Montserrat, 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: Montserrat, 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:8px;overflow: hidden;}
.event-details .event-details-content .google-map-area #contact-google-map {position: relative;width: 100%;height: 400px;}
.event-details .event-details-content .inner-box h2 {position: relative;display: block;font-size: 30px;line-height: 40px;font-weight: 900;color: #312F2C;margin-bottom: 23px;margin-top: 31px;}
.event-details .event-details-content .inner-box .list-item {position: relative;display: block;margin-bottom: 72px;}
.event-details .event-details-content .inner-box .list-item li {position: relative;display: block;margin-bottom: 5px;padding: 0px 0px 0px 17px;}
.event-details .event-details-content .inner-box .list-item li:last-child {margin-bottom: 0px;}
.event-details .event-details-content .inner-box .list-item li:before {position: absolute;content: '';background: #ef7f1a;height: 6px;width: 6px;left: 0px;top: 12px;border-radius: 50%;}
.event-details .event-details-content .inner-box .social-style-one {margin-bottom: 80px;}
.event-details .event-details-sidebar .inner-box {position: relative;display: block;background: #f1efe8;padding: 44px 40px 50px 40px;border-radius:8px;}
.event-details .event-details-sidebar .inner-box h3 {position: relative;display: block;font-size: 22px;line-height: 30px;color: #312F2C;font-weight: 900;margin-bottom: 15px;}
.event-details .event-details-sidebar .inner-box .text {position: relative;display: block;margin-bottom: 27px;}
.event-details .event-details-sidebar .inner-box .info-list li {position: relative;display: block;margin-bottom: 19px;padding-bottom: 19px;border-bottom: 1px dashed #cdccc5;}
.event-details .event-details-sidebar .inner-box .info-list li:last-child {border: none;margin-bottom: 14px;}
.event-details .event-details-sidebar .inner-box .info-list li h5 {position: relative;display: block;font-size: 18px;line-height: 26px;color: #312F2C;font-weight: 700;}
.event-details .event-details-sidebar .inner-box .info-list li span {position: relative;display: block;font-size: 18px;font-family: Montserrat, sans-serif;line-height: 26px;color: #ef7f1a;font-weight: 700;}
.event-details .event-details-sidebar .inner-box .info-list li a {position: relative;display: inline-block;font-size: 18px;font-family: Montserrat, sans-serif;line-height: 26px;color: #ef7f1a;font-weight: 700;}
.event-details .event-details-sidebar .inner-box .info-list li a:hover {color: #312F2C;}
.sidebar__widge-title-box .subtitle{margin-top: 0px;}
.sidebar__post ul{}
.sidebar__post ul li{margin-bottom: 0px;padding: 5px 28px;}
.sidebar__post ul li a{font-size: 16px;}
.sidebar__post ul li {
	line-height: 24px;
	background: url(../images/icons/arrow-event.svg) no-repeat left 2px;
	padding: 2px 11px 10px 20px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	background-size: 10px;
	background-position: 0px 8px;
}
.it-evn-details-thumb img{
	object-fit: cover;
	height: 350px;
	width: 100%;
    border-radius:8px;
}
.ed-team-thumbb img {
    border-radius:8px;
    height: 80px;
}
.trustee h5 a{font-size:18px;}

.image-wrapper img{border-radius:8px;}
/*** 
====================================================================
                        Blog-page
====================================================================
***/

.blog-page-section {position: relative;display: block;padding: 150px 0px 120px 0px;}
.blog-page-section .news-block-one {margin-bottom: 30px;}
.blog-page-section .news-block-one .inner-box {overflow: hidden;}
.blog-page-section .news-block-one .inner-box .lower-content .link-btn {position: relative;left: 0px;bottom: 0px;transition: all 500ms ease;}
.blog-page-section .news-block-one .inner-box:hover .lower-content .link-btn {left: -110px;}
.blog-page-section .news-block-one .inner-box .lower-content .text {margin-bottom: 30px;}
.blog-page-section .news-block-one .more-btn {position: absolute;left: 40px;bottom: -60px;transition: all 900ms ease;}
.blog-page-section .news-block-one .inner-box:hover .more-btn {bottom: 40px;}

/** blog-details **/
.blog-details {position: relative;display: block;padding: 143px 0px 150px 0px;}
.blog-details .blog-details-content {position: relative;display: block;margin-right: 20px;}
.blog-details .blog-details-content .content-style-one .top-content h4 {position: relative;display: block;font-size: 18px;line-height: 28px;color: #ef7f1a;font-weight: 900;margin-bottom: 10px;}
.blog-details .blog-details-content .content-style-one .top-content h1 {position: relative;display: block;font-size: 40px;line-height: 50px;font-weight: 900;color: #312F2C;margin-bottom: 32px;}
.blog-details .blog-details-content .content-style-one .top-content .bold-text {position: relative;display: block;font-size: 18px;line-height: 28px;color: #312F2C;margin-bottom: 73px;}
.blog-details .blog-details-content .content-style-one .image-box {position: relative;display: block;overflow: hidden;border-radius:8px;margin-bottom: 72px;}
.blog-details .blog-details-content .content-style-one .image-box img {width: 100%;border-radius:8px;}
.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: Montserrat, sans-serif;line-height: 30px;font-weight: 700;color: #312F2C;margin-right: 2px;}
.blog-details .blog-details-content .post-share-option .tags {position: relative;display: block;margin-bottom: 15px;}
.blog-details .blog-details-content .post-share-option li {position: relative;display: inline-block;font-size: 17px;color: #848484;font-weight: 700;}
.blog-details .blog-details-content .post-share-option li a {position: relative;display: inline-block;font-size: 17px;color: #848484;font-weight: 700;}
.blog-details .blog-details-content .post-share-option .share li a {font-size: 15px;color: #c2c2c2;}
.blog-details .blog-details-content .post-share-option .share li {margin: 0px 14px;}
.blog-details .blog-details-content .post-share-option .share li.title {margin: 0px;}
.blog-details .blog-details-content .post-share-option li a:hover {color: #ef7f1a;}
.blog-details .blog-details-content .post-share-option {position: relative;display: block;margin-bottom: 60px;}
.blog-details .blog-details-content .comments-area .comment {position: relative;display: block;padding: 0px 0px 44px 110px;border-bottom: 1px dashed #d9d9d9;margin-bottom: 50px;}
.blog-details .blog-details-content .comments-area .comment:last-child {margin-bottom: 0px;border-bottom: none;}
.blog-details .blog-details-content .comments-area .comment.replay-comment {margin-left: 110px;}
.blog-details .blog-details-content .comments-area .comment .author-thumb {position: absolute;left: 0px;top: 1px;width: 80px;height: 80px;overflow: hidden;border-radius: 50%;}
.blog-details .blog-details-content .comments-area .comment .author-thumb img {width: 100%;border-radius: 50%;}
.blog-details .blog-details-content .comments-area .comment .comment-info h4 {position: relative;display: block;font-size: 18px;line-height: 26px;font-weight: 700;color: #312F2C;margin-bottom: 0px;}
.blog-details .blog-details-content .comments-area .comment .comment-info span {position: relative;display: block;font-size: 15px;font-family: Montserrat, 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: Montserrat, sans-serif;color: #312F2C;border: 1px solid #e5e5e5;border-radius:8px;text-align: center;padding: 3px 14.5px;}
.blog-details .blog-details-content .comments-area .comment .replay-btn a:hover {color: #fff;border-color: #ef7f1a;background: #ef7f1a;}
.blog-details .blog-details-content .comments-area {position: relative;display: block;margin-bottom: 63px;}
.blog-details .blog-details-content .group-title {margin-bottom: 32px;}
.blog-details .blog-details-content .comments-form-area .form-group {position: relative;display: block;margin-bottom: 30px;}
.blog-details .blog-details-content .comments-form-area .form-group:last-child {margin-bottom: 0px;}
.blog-details .blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details .blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details .blog-details-content .comments-form-area .form-group textarea {position: relative;display: block;width: 100%;height: 60px;border: 1px solid #e5e5e5;padding: 10px 20px;border-radius:8px;transition: all 500ms ease;}
.blog-details .blog-details-content .comments-form-area .form-group input:focus,
.blog-details .blog-details-content .comments-form-area .form-group textarea:focus {border-color: #ef7f1a;}
.blog-details .blog-details-content .comments-form-area .form-group textarea {height: 200px;resize: none;}
.blog-details .sidebar .sidebar-widget {position: relative;display: block;background: #f2f0e9;border-radius:8px;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:8px;font-size: 16px;background: #fff;padding: 10px 60px 10px 30px;transition: all 500ms ease;}
.blog-details .sidebar .sidebar-search .form-group input:focus {border-color: #ef7f1a;}
.blog-details .sidebar .sidebar-search .form-group input:focus+button,
.blog-details .sidebar .sidebar-search .form-group button:hover {color: #ef7f1a;}
.blog-details .sidebar .sidebar-search .form-group button {position: absolute;top: 22px;right: 28px;background: transparent;font-size: 18px;color: #848484;cursor: pointer;transition: all 500ms ease;}
.blog-details .sidebar .sidebar-title {font-weight: 900;margin-bottom: 24px;}
.blog-details .sidebar .sidebar-categories .widget-content .text {position: relative;display: block;padding-bottom: 33px;border-bottom: 1px dashed #cecbc6;margin-bottom: 33px;}
.blog-details .sidebar .sidebar-categories .widget-content ul li {position: relative;display: block;margin-bottom: 17px;}
.blog-details .sidebar .sidebar-categories .widget-content ul li:last-child {margin-bottom: 0px;}
.blog-details .sidebar .sidebar-categories .widget-content ul li a {position: relative;display: inline-block;font-size: 17px;line-height: 26px;font-family: Montserrat, sans-serif;color: #312F2C;font-weight: 700;}
.blog-details .sidebar .sidebar-categories .widget-content ul li a:hover {color: #ef7f1a;}
.blog-details .sidebar .sidebar-categories .sidebar-title {margin-bottom: 15px;}
.blog-details .sidebar .sidebar-categories {padding-bottom: 45px;}
.blog-details .sidebar .sidebar-post .post {position: relative;display: block;padding: 4px 0px 11px 110px;min-height: 90px;margin-bottom: 30px;}
.blog-details .sidebar .sidebar-post .post:last-child {margin-bottom: 0px;}
.blog-details .sidebar .sidebar-post .post .image {position: absolute;left: 0px;top: 2px;width: 90px;height: 90px;border-radius:8px;overflow: hidden;background: #312F2C;}
.blog-details .sidebar .sidebar-post .post .image img {width: 100%;border-radius:8px;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: Montserrat, sans-serif;color: #ef7f1a;font-weight: 700;margin-bottom: 3px;}
.blog-details .sidebar .sidebar-post .post h4 {position: relative;display: block;font-size: 18px;line-height: 24px;color: #312F2C;font-weight: 700;}
.blog-details .sidebar .sidebar-post .post h4 a {position: relative;display: inline-block;color: #312F2C;}
.blog-details .sidebar .sidebar-post .post h4 a:hover {color: #ef7f1a;}
.blog-details .sidebar .sidebar-post .sidebar-title {margin-bottom: 31px;}
.blog-details .sidebar .sidebar-tags .widget-content {position: relative;display: block;margin: 0px -5px;}
.blog-details .sidebar .sidebar-tags .tag-list li {position: relative;float: left;margin: 0px 5px;margin-bottom: 10px;}
.blog-details .sidebar .sidebar-tags .tag-list li a {position: relative;display: inline-block;font-size: 14px;font-family: Montserrat, sans-serif;color: #848484;background: #fff;padding: 12px 21px;border-radius:8px;text-align: center;}
.blog-details .sidebar .sidebar-tags .tag-list li a:hover {background: #ef7f1a;color: #fff;}
.blog-details .sidebar .sidebar-tags .sidebar-title {margin-bottom: 33px;}
.blog-details .sidebar .sidebar-tags {padding-bottom: 40px;}
.it-event-2-item-box a:hover h5{color:#ffc107}

/*** 
====================================================================
                        Contact-page
====================================================================
***/

.contact-info-section {position: relative;display: block;}
.contact-info-section .sec-title {position: relative;display: block;margin-bottom: 60px;}
.contact-info-section .single-info-box .inner-box {position: relative;display: block;background: #fff;border-radius:8px;padding: 40px 15px 40px 15px;box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);}
.contact-info-section .single-info-box .inner-box .icon-box {position: relative;display: inline-block;font-size: 60px;line-height: 60px;color: #0090FF;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: #0090FF;}
.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box {color:#0090FF;}
.contact-info-section .single-info-box .inner-box .icon-box:before {position: absolute;content: '';background: url(../images/icons/icon-3.png);width: 65px;height: 70px;right: -20px;top: -10px;background-repeat: no-repeat;transition: all 500ms ease;}
.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {position: absolute;content: '';background: url(../images/icons/icon-2.png);width: 64px;height: 70px;right: -20px;top: -10px;background-repeat: no-repeat;transition: all 500ms ease;}
.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {position: absolute;content: '';background: url(../images/icons/icon-1.png);width: 56px;height: 71px;right: -20px;top: -10px;background-repeat: no-repeat;transition: all 500ms ease;}
.contact-info-section .single-info-box .inner-box .text {position: relative;display: block;font-size: 16px;line-height: 26px;color: #312F2C;font-weight: 400;}
.contact-info-section .single-info-box .inner-box .text a {position: relative;display: inline-block;font-size: 16px;line-height: 26px;color: #312F2C;font-weight: 400;}
.contact-info-section .single-info-box .inner-box .text a:hover {color: #ef7f1a;}
.contact-info-section .single-info-box .inner-box h3 {margin-bottom: 15px;font-size: 22px;text-transform: uppercase;color:#312F2C;font: normal normal normal 24px / 20px 'Montserrat';}
/** contact-form-section **/
.contact-form-section {position: relative;display: block;background: #f6f6f1;}
.contact-form-section .sec-title {position: relative;display: block;margin-bottom: 40px;}
.contact-form-section .contact-form .form-group {position: relative;display: block;margin-bottom: 20px;}
.contact-form-section .contact-form .form-group:last-child {margin-bottom: 0px;}
.contact-form-section .contact-form .form-group input[type='text'],
.contact-form-section .contact-form .form-group input[type='email'],
.contact-form-section .contact-form .form-group textarea {position: relative;display: block;width: 100%;height: 60px;background: #fff;border: 3px solid #fff;border-radius:8px;padding: 10px 20px;font-size: 15px;color: #312F2C;transition: all 500ms ease;}
.contact-form-section .contact-form .form-group textarea {height: 170px;resize: none;margin-bottom: 30px;}
.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group textarea:focus {border-color: #ef7f1a;}
.contact-form-section .contact-form .form-group input::-webkit-input-placeholder,
.contact-form-section .contact-form .form-group textarea::-webkit-input-placeholder {color: #312F2C;}
/** object **/
.objective-section .boxmain {text-align: center;font-size: 18px;line-height: 24px;padding: 60px 20px 40px}
.objective-section .box {text-align: center;font-size: 18px;line-height: 18px;padding:25px 20px;min-height: 150px;}
.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;padding-bottom: 0px !important;}
.objective-section .box img {text-align: center;padding: 0px 0px 10px;margin-bottom: 10px;}

/*** 
====================================================================
                        Faq-Page
====================================================================

***/
.accordion-box{position:relative;}
.accordion-box .block{position:relative;margin-bottom: 20px;border-radius:8px;padding: 0px 28px;background: none;}
.accordion-box .block:nth-child(2){border-color: #ff7162;}
.accordion-box .block:last-child{margin-bottom: 0px;border-color: #ff7162;}
.accordion-box .block .acc-btn h4{position:relative;display: block;font-size:20px;font-weight: 700;color:#3b3634;padding: 15px 0px 15px 0px;cursor:pointer;transition: all 500ms ease;}
.accordion-box .block .acc-btn.active h4{color: #312f2c;}
.accordion-box .block .acc-content{position:relative;display:none;border-top: 1px solid #e5e5e5;padding-top: 24px;padding-bottom: 10px;}
.accordion-box .block .acc-content.current{display:block;}
.accordion-box .block .content .text{position:relative;display: block;color: #2b3c6b;padding-right: 40px;}
.accordion-box .block .acc-btn .icon-outer{position: absolute;top: 15px;right: 30px;font-size: 26px;color: #2b3c6b;border-radius: 50%;text-align: center;cursor: pointer;transition: all 500ms ease;z-index: 1;}
.accordion-box .block .acc-btn.active .icon-outer{color: #ef7f1a;}
.accordion-box .block .acc-btn.active .icon-outer i:before{position: relative;font-size: 20px;font-family: 'Font Awesome 5 Free';font-weight: 700;margin: 0px;content: "\f106";}
/*---------------------------- FAQ Section---------------------- */
.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:10px}
.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{display:block;}
.banner-video{width:100%}

/**-----------------------------suraj ------------------------------**/
.sub-title-new {color: #EF7F1A;font-size: 26px; margin: 10px 0 5px 0;}
.coming-soon {color: #EF7F1A;font-size: 36px; margin: 50px 0 30px 0;}
.principals-box{background:#fff;border-radius:8px;padding: 10px;margin-bottom: 30px;}
.principals-fl{ display: flex;align-items: center; }
.principals-left{width: 30%;}
.principals-right{width: 66%;padding-left:4%;}
.principals-box .title-sm {color: #EF7F1A;font-size: 18px; margin: 0px 0 8px 0;}
.principals-right .date-tt {font-size: 16px; margin: 0px 0 0px 0;font-weight: 400;}
.principals-right .date-tt span{font-size: 16px;font-weight: 300;padding-left: 5px;}
.principals-left img{border-radius: 5px;}
.principals-mar{margin-bottom: 20px;}
.ed-team-thumb img {border-radius:8px;width: 100%;height: 270px;object-fit: cover;}
.trustee p {margin-bottom: 0px;padding-bottom: 0px;font-size: 14px;}
.pdf-sec iframe{width: 100%; height:800 ;}
.tame-table-box{background:#fff;border-radius:8px;padding: 15px;}
.tame-table-box .table{    margin-bottom: 0rem;}
.sub-title-newsm {color: #EF7F1A;font-size: 20px; margin: 0px 0 5px 0;}
.table th, .table td {padding: 8px;font-size: 15px;font-weight: 300;}
.sub-title-new-t {color: #EF7F1A;font-size: 26px; margin: 10px 0 20px 0;}
.head-boy{font-size: 20px!important;}
.backbgound-color{background-color:#0090FF;}
.tame-table-boxukg{background:#fff;border-radius:8px;padding: 15px;}
.boxukg{ margin-top: 30px; }
.accordion-box .block {background: #fff;}
.book-img{ margin-top: 50px; }
.table-mar-top{ margin-top: 40px; }
.bottom-btn {position: fixed;bottom: 0;margin: 0 auto;left: 0;right: 0;width: 100%;text-align: center;z-index: 100;}
.bottom-btn-in {height: 53px;width: 320px;border-radius:8px;position: fixed;bottom: 10px;margin: 0 auto;left: 0;right: 0;text-align: center;z-index: 1000;}
.btnfixed{background:#052354;border-radius: 5px;}
.btnfixed1{background:#E32F00;border-radius: 5px;}
.btnfixed1:hover {
    background: #052354;
    border-radius: 5px;
}
.bottom-btn img{padding:10px 3px;}
.bottom-btn-in ul {position: absolute;left: 0;right: 0;top: 13px;}
.bottom-btn-in ul li {display: inline;padding: 12px 10px;margin: 0px 2px;}
.bottom-btn-in ul li img {height:30px}
.bottom-btn-in ul li:last-child { border-right: 0px solid #099b62;}
.gold-line ul li a {
    padding: 0px 22px 0px 22px;
}
.gold-line ul li:last-child {
    padding-top: 0px;
    border-right: 0px;
}
.custom-scroll {overflow-x: auto;overflow-y: hidden;white-space: nowrap;}
.enroll-top-box-text-call{background:transparent !important;border-radius: 0px;padding: 10px 10px !important;}
.enroll-top-box-text-call:hover{background:transparent !important;border-radius: 0px;padding: 10px 10px !important;color:#c4a45d;;}
.listheading{}
.listheading ol{margin: 0px 20px;}
.listheading ol li{list-style:block; padding-bottom:5px;}
.table thead th {font-weight: 500;text-align: center;vertical-align: middle;}
#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 {
    display: block;
    text-align: left;
    background: #052354;
    color: #fff;
    padding: 10px 20px;
    white-space: normal;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}
#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: #052354;
    color: #fff;
    white-space: normal;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {content: "\f106";}
#main #faq .card .collapsing {background: #fff;line-height: 30px;}
#main #faq .card .collapse {border: 0;}
#main #faq .card .collapse.show {background: #ffffff;line-height: 30px;color: #1C2F4E;border-radius: 8px;}
.btn-faq:focus, .btn-faq.focus {outline: 0;box-shadow: none;}
.make-me-sticky-lab{}
.make-me-sticky-lab img {border-radius:8px;object-fit: cover;width: 100%;height: 200px;margin-bottom:30px;}
.ed-team-thumb1 img {border-radius:8px;width: 100%;max-width: 364px;object-fit:cover;}
.row-bg {Background: #12215c;color: #fff;}
.gallery-item-video {position: relative;}
.gallery-section-home .subgallery-video {padding: 00px 0px 0px;color: #000;font-weight: 400;}
.gallery-item-video img {border-radius:8px;object-fit: cover;height: 170px;width: 100%;}
.videoplay1{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.videoplay1 img{height:60px}
.gallery-item-title h5{font-size: 18px;line-height: 22px;color:#1C2F4E;text-align: center;}
.gallery-section-home .subgallery-video h6 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #1C2F4E;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.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%;height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;transition: .4s ease;margin: 3px;}
.activenew {
    font-size: 1.3em;
    height: 35px;
    width: 35px;
    background-color: #cd2e08;
    color: white;
}
.activenew:hover {
    font-size: 1.3em;
    height: 35px;
    width: 35px;
    background-color: #052354;
    color: white;
}
.page-number a{
    color: #12215c;
}
    

.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: 25px;}
.subtitle1{text-align: left;font: normal normal 500 20px / 26px Montserrat !important;color: #13225c;opacity: 1;margin-top: 0px;margin-bottom: 10px;}
.facilities-page{}
.facilities-page img{width: 100%;border-radius: 50px;}
.facility-text-box1 {margin-top: -12px;padding: 0px 36px;position: relative;z-index: 1;}
.facility-text-box1 h3 {text-align: left;font: normal normal bold 42px / 24px Montserrat;letter-spacing: 1.25px;color: #c4a45d;;text-transform: uppercase;opacity: 1;}
.facility-text-box1 h4 {padding-top: 15px;text-align: left;font-family: Montserrat, sans-serif;font-size: 18px;letter-spacing: 0.5px;color:#0090FF;text-transform: capitalize;opacity: 1;}
.facility-text-box1 p {margin-top: 0;text-align: left;font: normal normal normal 12px / 24px Montserrat;letter-spacing: 0.3px;color: #c4a45d;;text-transform: capitalize;opacity: 1;}
.facility-text-box1::before {content: "";display: block;position: absolute;bottom: 87px;left: 0px;width: 100%;height: 120px;pointer-events: none;transition: all .3s ease-out;background: linear-gradient(180deg, rgba(24, 66, 107, 0) 0, #000000c7 100%);border-radius: 0px 0px 50px 50px;}
.form-control {display: block;width: 100%;padding: 1rem 1.2rem;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 0px solid #ced4da;border-radius:8px;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.heading-item {background-color: #fff;border-radius: 8px;height: 122px;margin-bottom:30px;}
.heading-item .subtitle {font-size: 15px;margin-top: -4px;line-height: 23px;font-weight: 300;}
.story-slide .owl-theme .owl-nav {margin-top: 10px;display:none;}
.info-column{margin-bottom:20px;}
sup {top: -.5em;text-transform: lowercase;}
/*---------------- Shubham ------------------------- */
.contact-info-section .single-info-box-1 {background-color: #ffffff;padding: 15px;border-radius:8px;min-height: 130px;margin-bottom: 25px;display: flex;}
.contact-info-section .single-info-box-1 .icon-box {font-size: 50px;color: #12215c;padding: 0px 0px 5px 20px;}  
.contact-info-section .single-info-box-1  h3 {margin-bottom: 15px;text-transform: capitalize;color: #12215c;font: normal normal 500 20px / 20px 'Montserrat';}
.contact-info-section .single-info-box-1 .text {position: relative;display: block;font-size: 16px;line-height: 20px;color: #312F2C;font-weight: 400;margin-left: 20px;text-align: left;}
.contact-info-section .single-info-box-1  .text a {position: relative;display: inline-block;font-size: 16px;line-height: 26px;color: #312F2C;font-weight: 400;}
.contact-info-section .single-info-box-1  .text a:hover {color: #ef7f1a;}
.contact-info-section .title h1 {
    text-align: center;
    font: normal normal 500 34px / 38px Marcellus;
    letter-spacing: 0.8px;
    color: #052354;
    text-transform: uppercase;
    opacity: 1;
    padding-bottom: 0px;
}
.contect-google-map {margin-bottom: -8px !important;margin-top: -50px;}
.contact-form .theme-btn {position: relative;display: flex;font-size: 15px;font-family: Montserrat, sans-serif;padding: 12px 40px;background: linear-gradient(90deg, rgba(28, 47, 78, 1) 0%, rgb(255 52 0) 100%);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: 8px;}.theme-btn:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;background-color: #312F2C;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.2, 1);transform: scale(0.2, 1);}
.contact-form .theme-btn:hover {position: relative;display: flex;font-size: 15px;font-family: Montserrat, sans-serif;padding: 12px 40px;background-color: #c4a45d;;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:8px;}.theme-btn:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;background-color: #312F2C;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.2, 1);transform: scale(0.2, 1);}
.about-section .form-container {width: 100%; text-align: center; }
.about-section .form-row { display: flex; justify-content: space-between; margin-bottom: 20px; }
.about-section select, input, button {padding: 10px 15px;border: 1px solid #d1d5db;border-radius: 4px;font-size: 16px;width: 49.5%;}
.about-section .form-container button {background-color: #13225c;color: white;cursor: pointer;}
.about-section button:hover { background-color: #13225c; }
.about-section .form-container .form-submit {width: 16%;margin-top: 12px;}
.page-title .content {display: inline-block;max-height: 3em;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #fff;width: 100%;}
.page-title .content {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #fff;width: 100%;} 
.page-title .content.expanded {max-height: none;white-space: normal;text-align: left;}
.page-title .read-more {color: #2b71e9 !important;cursor: pointer;position: relative;width: 10%;}
.lg-actions .lg-next, .lg-actions .lg-prev {background-color: transparent;color: #fff;}
.topers-padding {padding: 0px 30px;}
.topers-class-x img {border-radius: 8px;height: 250px;object-fit: cover;width: 100%;margin-top: 30px;margin-bottom: 15px;}
.topers-class-name h3 {font-size: 15px;text-align: center;padding: 4px 0;}
.topers-class-name p {font-size: 24px;text-align: center;font-weight: 500;}
.read-more-box {margin: 0px auto;font-family: Arial, sans-serif;}
.read-more-box .text {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size:15px !important;}
.read-more-box.expanded .text {display: block;-webkit-line-clamp: unset;-webkit-box-orient: unset;overflow: visible;font-size:15px !important;}
.read-more-link {color: #2b71e9 !important;cursor: pointer;display: inline-block;margin-top: 5px;text-decoration: underline;}
.read-more-link.hidden {display: none;}


	/* notic page */
.notice-all .event-card span {background: #C53538;padding: 4px 6px;color: #fff;font-size: 12px;font-weight: 600;position: absolute;left: 90px;top: -24px;line-height: 12px;border-radius: 4px;}
.notice-all .event-card span:before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #C53538;position: absolute;left: 4px;bottom: -5px;}
.notice-all .event-card {color: #000;padding: 0px 0px;border-radius:8px;position: relative;}
.notice-all .calendar {
    width: 88px;
}
.notice-all .calendar-top {
    background-color: #E32F00;
    color: #FFE5AE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.notice-all .admin {
    color: #ffc06e;
    font-style: italic;
    font-size: 12px;
    font-family: Montserrat;
    padding-top: 5px;
}
.texthide{font-weight:500}
.notice-all .calendar-bottom {
    background-color: #983116;
    color: #FFE5AE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px 5px 4px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}
.notice-all .new-badge {position: absolute;top: -10px;left: -10px;background-color: #d00000;color: white;font-size: 0.65rem;font-weight: bold;padding: 2px 6px;border-radius: 4px;}
.notice-all .event-text {
    font-size: 16px;
    line-height: 26px;
    margin-left: 15px;
    width: 80%;
	color: #fff;
}
/*  achievement page ----*/
.achievement-text .post--title {
    color: #1C2F4E;
    font-size: 16px !important;
    padding: 0px 0px 5px 0px;
    line-height: 19px;
}
.achievement-text p {
    margin: 0px;
    padding-bottom: 6px;
    color: #1C2F4E;
    font-weight: 400;
     height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.achievement-text h2 {
    margin: 0px;
    padding-bottom: 6px;
    color: #1C2F4E;
    font-size: 12px !important;
    font-family: Montserrat, sans-serif;
}
.portfolio-info-inner .portfolio-title {
    margin-top: 20px;
    letter-spacing: 0.9px;
    color: #1C2F4E;
    opacity: 1;
    padding-bottom: 0px;
    font: normal normal normal 24px / 34px Montserrat;
}
.portfolio-info-inner .portfolio-title-1 {margin-top: 18px;letter-spacing: 0.9px;color: #1c2f4e;;opacity: 1;padding-bottom: 0px;font: normal normal normal 22px / 30px Montserrat;}
.portfolio-info-inner .album-meta {margin-bottom: 5px;}
.portfolio-info-inner .photos-count {font: normal normal normal 18px / 28px Montserrat;letter-spacing: 0.9px;color: #1c2f4e;opacity: 1;}
/* ceret  */
.cerct{}
.cerct img {border-radius: 8px;object-fit: cover;width: 100%;height: auto;margin-bottom: 30px;}
.md-hide{display:none}

/* ============== Infra Acording to ====================== */
.accordion-infra {display: flex;flex-direction: column;gap: 10px;width: 100%;}
.accordion__item {border: 0px;border-radius: 10px;overflow: hidden;background: #052354;}
.accordion__header {padding: 14px 25px;font-weight: 600;cursor: pointer;position: relative;color: #fff;font-size: 17px;}
.accordion__header::after {content: '';background: url(../images/icons/angle-down.svg) no-repeat center;width: 20px;height: 20px;transition: .4s;display: inline-block;position: absolute;right: 20px;top: 20px;z-index: 1;}
.accordion__header.active {background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);}
.accordion__header.active::after {transform: rotateX(180deg);}
.accordion__item .accordion__content {padding: 0 15px;max-height: 0;transition: .5s;overflow: hidden;background: #fff;}
.spn{padding:25px 10px 8px}
/* -------------------------------shubham-------------------------------------------- */
.about-section-in ul li {display: block;text-align: left;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: #312f2c;}
.about-section-in .image-box .image-2 {position: absolute;display: block;border-radius:8px;width: 50%;float: left;padding-left: 60px; bottom:0px; right:0px}
.about-section-in .image-box .image-2 img {border-radius: 8px;height: 70px;position: relative;top: 460px;left: 0px;}
.about-section-in .image-box{position:relative}
.about-section-in .content-box{padding: 20px 0px 0px 50px;}
.about-section-in .image-box .image-1 {position: relative;display: block;border-radius: 8px;left: 0px;width: 100%;float: left;padding-top: 0px;padding-right: 15px;}
.about-section-in .image-box {position: relative;display: block;margin: 0px 0px 0px 0px;}
.about-section-in ul {margin:20px 0px 20px 30px;}
.about-section-in ul li {display: block;text-align: left;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: #30475c;}
.about-section-in .subtitle{text-align: left;font: normal normal 400 28px / 40px Montserrat;letter-spacing: 0.9px;color: #1C2F4E;opacity: 1;padding-bottom: 0px;}
.sp{padding-top: 40px;}
.about-school-image img{width: 100%;height: 350px;border-radius: 15px;object-fit: cover;}
/* .Fr-columban-image img{width: 100%;height: 300px;border-radius: 15px;object-fit: fill;} */
.Fr-columban-image-new img {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    object-position: top;
    object-fit: cover;
}
.S-Swimming-pul-image img{width: 100%;height: 250px;border-radius: 15px;object-fit: cover;}
.about-section-backgraound {background-image: url(../images/about-us/st-peters-college.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;padding: 50px 0;color: white;position: relative;z-index: 1;height: 349px;width: 100%;margin-top: 30px;margin-bottom: 20px;}
.about-section-backgraound::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.about-section-background .container,
.about-section-background .row,
.about-section-background .col-lg-12 {position: relative;z-index: 2; /* Ensures content is above overlay */}
.custom-audio-player {max-width: 373px;margin: 0px auto;padding: 10px;background: #f3ede7;border: 1px solid #052354;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);text-align: center;}
.custom-audio-player audio {width: 100%;outline: none;border-radius: 10px;}
.anthem p{font-style: italic;font-size: 17px;line-height: 29px;font-family:  Montserrat, sans-serif;}
.make-me-sticky-infrastructure img{border-radius: 10px;object-fit: cover;width: 100%;height: 250px;margin-bottom: 30px;margin-top: 30px;padding: 0px 20px;}
.card-body-new {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;padding: 23px 34px 0px 34px;}
.fancy-heading {text-align: left;font: normal normal 500 25px / 40px Montserrat;letter-spacing: 0.9px;color: #1C2F4E;padding: 20px;position: relative;line-height: 1.6;background: #f3ede7;border-left: 6px solid #dd2e02;border-radius: 8px;box-shadow: 0 8px 20px rgb(5 35 84 / 38%);margin: 0 auto;max-width: 900px;}
.custom-about-box {background-color: #ffffff61;padding: 60px 20px;border-radius: 10px;box-shadow: 0 8px 20px rgb(5 35 84 / 28%);}
.custom-subtitle {font: normal normal 500 25px / 40px Montserrat;color: #1C2F4E;margin-bottom: 20px;}
.custom-list {list-style: none;  padding: 0;  margin: 0;}
.custom-list li {font-size: 16px;line-height: 1.4;color: #333;position: relative;padding-left: 40px;background-color: #f3ede7;margin-bottom: 12px;border-radius: 6px;padding: 10px 16px;box-shadow: 0 1px 5px rgb(5 35 84);transition: 0.3s ease;}
.about-section-in .subtitle-new {text-align: left;font: normal normal 400 28px / 40px Montserrat;letter-spacing: 0.9px;color: #1C2F4E;opacity: 1;padding-bottom: 20px;}
.message-section img{width: 100%;height: 350px;border-radius: 15px;object-fit: cover; }
.message-section-new img {width: 100%;height: 311px;border-radius: 30px;object-fit: cover;padding: 22px;}
.name-heading{padding-top: 20px;text-align: center;}
.name-heading h3 {font-size: 22px;padding-bottom: 5px;}
.name-heading p{font-size: 20px;}
.card-body-new1 {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;padding: 23px 0px 10px 30px;}
.name-heading-1{padding-top: 5px;text-align: center;}
.name-heading-1 h3 {color: #1c2f4e; font-size: 22px;padding-bottom: 5px;}
.name-heading-1 p{font-size: 15px;}
.message-section img{width: 100%;height: 350px;border-radius: 15px;object-fit: cover; }
.message-section-new img {width: 100%;height: 311px;border-radius: 30px;object-fit: cover;padding: 22px;}
.name-heading{padding-top: 20px;text-align: center;}
.name-heading h3 {font-size: 22px;padding-bottom: 5px;}
.name-heading p{font-size: 20px;}
.card-body-new1 {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;padding: 23px 0px 10px 30px;}
.name-heading-1{padding-top: 5px;text-align: center;}
.name-heading-1 h3 {color: #1c2f4e; font-size: 22px;padding-bottom: 5px;}
.name-heading-1 p{font-size: 15px;}
.gallery-section-home-new {position: relative;display: block;padding: 0px 0px 0px;overflow: hidden;background: none !important;}

.academic-achievers-new img{border-radius: 16px;margin-bottom: 20px;margin-top: 10px;}
.academic-achievers-p h3{text-align: center;font: normal normal 400 16px/19px Montserrat;color: #12215b;opacity: 1;margin-bottom: 10px;}


.toppers-se-ten img {border-radius: 10px;margin-bottom: 10px;margin-top: 20px;object-fit: cover;height: 175px;object-position: top;border: 1px solid #c8c8c8;width: 100%;}
.toppers-se-ten-p h3{text-align: center;font: normal normal 500 14px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 3px; text-transform: uppercase;}
.toppers-se-ten-p p{text-align: center;font: normal normal 400 12px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 10px; text-transform: uppercase;}
.sk{padding: 0 20px !important;}
.office-earers img{ border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    object-fit: cover;
    height: 175px;
    object-position: top;
    border: 1px solid #c8c8c8;
    width: 100%;}
.office-earers-p h3{text-align: center;font: normal normal 500 14px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 3px; text-transform: uppercase;}
.office-earers-p p{text-align: center;font: normal normal 400 12px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 10px; text-transform: uppercase;}


/* today */
.rectors-principals img {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    object-fit: cover;
    height: 175px;
    object-position: top;
    border: 1px solid #c8c8c8;
    width: 100%;
}
.rectors-principals-p h3{text-align: center;font: normal normal 500 14px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 3px; text-transform: uppercase;}
.rectors-principals-p p{text-align: center;font: normal normal 400 12px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 10px; text-transform: uppercase;}
.staff-photo-p {  text-align: center;
    font: normal normal 500 14px / 18px Montserrat;
    color: #12215b;
    opacity: 1;
    margin-bottom: 10px !important;
    margin-top: 10px;
    text-transform: uppercase;
    height: 36px !important; 
    overflow: hidden;}
    
.top-5-cabinet img {border-radius: 10px;margin-bottom: 10px;margin-top: 20px;object-fit: cover;height: 175px;object-position: top;border: 1px solid #c8c8c8;width: 100%;}
.top-5-cabinet-p h3{text-align: center;font: normal normal 500 14px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 3px; text-transform: uppercase;}
.top-5-cabinet-p p{text-align: center;font: normal normal 400 12px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 10px; text-transform: uppercase;}
.house-cabinet img {border-radius: 10px;margin-bottom: 10px;margin-top: 20px;object-fit: cover;height: 175px;object-position: top;border: 1px solid #c8c8c8;width: 100%;}
.house-cabinet-p h3{text-align: center;font: normal normal 500 14px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 3px; text-transform: uppercase;}
.house-cabinet-p p{text-align: center;font: normal normal 400 12px/18px Montserrat;color: #12215b;opacity: 1;margin-bottom: 10px; text-transform: uppercase;}
.subgallery-video a {text-decoration: none;outline: none;color: #1c2f53;}
.subgallery-video a:hover {text-decoration: none;outline: none;color: #1c2f53;}
.media-gallery-img img {border-radius: 5px;width: 100%;max-width: 364px;object-fit: cover;margin-bottom: 15px;height: 330px;border: none !important;}
.media-p p {text-align: center;font: normal normal 500 15px / 20px Montserrat;color: #12215b;opacity: 1;margin-bottom: 5px;text-transform: uppercase;}
.media-p .date-1 {text-align: center;font: normal normal 500 14px / 18px Montserrat;color: #12215b;opacity: 1;text-transform:none !important;margin-bottom: 5px;}
.media-p .date-2 {text-align: center;font: normal normal 500 14px / 18px Montserrat;color: #12215b;opacity: 1;text-transform:none !important;margin-top: 10px; margin-bottom: 22px;}
.media-p .date-2 span {text-align: center;font: normal normal 600 14px / 18px Montserrat;}
.sprk{padding:20px 20px 10px}
.sprk iframe{border-radius: 8px;}

.voice-card-spc {
    background: #f3ede7 !important;
border-radius: 15px;
    border: 1px solid #cfcfcf;
    transition: transform 0.3s ease;
}
.voice-card-spc:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.voice-heading-spc {
 font: normal normal 500 16px / 18px Montserrat;
 color: #12215b;
margin-bottom: 15px !important;
padding-top: 5px;
}

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

.custom-audio-player-spc {
    height: 57px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background: #f3ede7;
    margin-top: 15px;
    border: 1px solid #bfbfbf;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* today */
.spn-yoga {padding: 20px 11px 8px;}
.yoga-page-img img {height: 240px;object-fit: cover;max-width: 200px;border-radius: 12px;border: 1px solid #d5d4d4;width: 100%;}
.yoga-page-heading-spc {font: normal normal 500 18px / 18px Montserrat;color: #12215b;margin-bottom: 10px !important;padding-top: 5px;}
.yoga-page-heading-spc strong {font: normal normal 600 18px / 18px Montserrat;color: #12215b;}
.voice-card-spc h6{font: normal normal 600 18px / 18px Montserrat;color: #12215b;}
.yoga-page-heading-rec{font: normal normal 500 14px / 18px Montserrat;color: #12215b;margin-bottom: 5px !important;padding-top: 5px;}


/* today */
.gallery-section-home .subgallery-video img {
    border-radius: 8px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    width: 100%;
}
.gallery-section-home .subgallery-video .videoplay1 img {
    border-radius: 8px;
   
    height: 80px;
    object-fit: cover;
    width: 100%;
}

.vbs{
    margin-bottom: 80px !important;
}
.gallery-item-title-new h5 {
    font-size: 18px;
    line-height: 22px;
    color: #122165;
    text-align: center;
}

.gallery-section-home .ach-text-new .span {
    color: #cdb197;
    padding: 0px 0px 20px;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0px;
}
.gallery-section-home .ach-text-new h6 {
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #12215c;
    font-size: 24px;
}
.ivideo{
    border-radius: 20px;
}
.gallery-section-home .ach-text-new {
    padding: 0px 20px 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90%;
}


.counter-box {
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    text-align: center;
}
.counter-section {
    position: relative;
    width: 100vw;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    overflow: hidden;
}
.counter-box h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    font: normal normal 600 44px / 62px 'Montserrat';
}
.counter-box p {
    font-size: 22px;
    margin-top: 5px;
    color: #fff;
    font: normal normal 400 22px / 30px 'Montserrat';
}


.happy-birthday img {
    border-radius: 10px;
    margin-bottom: 10px;
    /* margin-top: 20px; */
    object-fit: cover;
    height: 175px;
    object-position: top;
    border: 1px solid #c8c8c8;
    width: 100%;
}
.happy-birthday-p h3 {
    text-align: center;
    font: normal normal 500 14px / 18px Montserrat;
    color: #12215b;
    opacity: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.happy-birthday-p p {
    text-align: center;
    font: normal normal 400 12px / 18px Montserrat;
    color: #12215b;
    opacity: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.objective-section-site ul li {
    line-height: 24px;
    background: url(../images/icons/right-tik.svg) no-repeat left 2px;
    padding: 5px 0px 10px 31px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    background-size: 18px;
    background-position: 0px 8px;
}
.site-map ul li a {
   color: #12215b;
}
.site-map ul li a:hover {
    color: #347bf4;

}
.site-map .subtitle {
text-align: left;
    font: normal normal 400 28px / 30px Montserrat;
    letter-spacing: 0.9px;
    color: #1C2F4E;
    opacity: 1;
    padding-bottom: 0px;
}
.objective-section-site ul {
    margin: 0px 3px 10px;
}

.old-b-image img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
   
}

.s-new-building-ssp img {
    width: 100%;
    height: 247px;
    border-radius: 15px;
    /* object-position: top; */
    object-fit: cover;
}




.office-earers-top img {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    object-fit: cover;
    height: 340px;
    object-position: top;
    border: 1px solid #c8c8c8;
    width: 100%;
    margin-top: 0px;
}
.office-earers-top-p h3 {
    text-align: center;
    font: normal normal 500 18px / 25px Montserrat;
    color: #12215b;
    opacity: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.office-earers-top-p p {
    text-align: center;
    font: normal normal 400 14px / 18px Montserrat;
    color: #12215b;
    opacity: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.staf-img-new img{
        height: 180px;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
    width: 100%;
}

#lg-share{
    display: none;
    position: relative;
}
#lg-download{
    display: none !important;
    position: relative;
}

#calendar {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 10px;
  }

.skrk {
    position: relative;
    display: block;
    z-index: 1;
 
    height: 100%;
}

.message .louis-xess-img-1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
margin-bottom: 20px;
}
.message .whp {
    width: 100%;
    padding: 0px 50px 80px;
}
.dhruv-makhija-img-1 img{
        width: 100%;
  object-position: top;
    border-radius: 8px;
margin-bottom: 20px;
}
.sprky1{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color:#0b82dd;
}
.sprky2{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: green;
}
.sprky3{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: red;
}
.sprky4{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: yellow;
}
.sprky5{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #c6433a;
}
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
}
.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
    padding-right: 0px !important;
}
.str{height:19px}
.mapmobile{padding: 20px 0px 0px;}
.mapmobile1{padding: 15px 0px 0px;}
.mapmobile h3{font-size:24px;padding-bottom:15px;}
.mapmobile1 h3{font-size:24px;padding-bottom:15px;}
.mapmobile1 li {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.mapmobile1 li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #12215c;
    padding: 0px 0px 0px 0px;
}
.mapmobile1 li a:hover {
    color: #c4a45d;
    padding: 0px 0px 0px 5px;
}
.mapmobile1 p {
    line-height: 22px;
    font-size: 14px;
}
.mapmobile1 p a {
    font-size: 12px;
    line-height: 20px;
    color: #12215c;
    padding: 5px;
}

.modal-content {

    width: 100%;
    pointer-events: auto;
    background-color: transparent; 
    background-clip: padding-box;
    border: 0px;

}
.str:hover {
	animation-name: rotate;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	border-radius: 50%;
    height: 19px;
}

@keyframes rotate {
	from {
		transform: rotate(-360deg)
	}

	to {
		transform: rotate(360deg)
	}
}
.gold-line ul li a svg {
    fill: #052354 !important;
}

.gold-line ul li a:hover svg {
    fill: #fff !important;
}


.testimonial-detail{position: start;}
.testimonial-detail .card {
    position: relative;
    border: solid 1px #dbcdc0;
    padding: 15px 30px 0px 30px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
}

.testimonial-detail .post-txt {
    font-size: 20px;
    margin-bottom: 0;
}

.testimonial-detail .quote-img {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 30px;
    height: 30px;
}

.testimonial-detail .nice-img {
    width: 20px;
    height: 25px;
    margin-bottom: 7px;
}

.testimonial-detail .arrow-down {
width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #dbcdc0;
    margin-left: 85px;
}

.testimonial-detail .fit-image{
    width: 100%;
    object-fit: cover;
}

.testimonial-detail .profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-top: 15px;
}

.testimonial-detail .profile-name {
    font-size: 22px;
    margin-top: 60px;
    left: 210px;
    color: #616161;
}
.testimonial-heading-new h4{
   font-size: 24px;

}
.testimonial-heading-new h5{
  color: #dcc084;

}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.5rem + 2px);
}

.infra-cover-page-video img {
    border-radius: 8px;
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.infra-cover-page-video {
    position: relative;
}
.videoplay2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 .videoplay2 img {
    height: 60px;
}

.event-c .table th, .table td {
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #052354;
}
.event-c .table-bordered td {
    border: 1px solid #dee2e6;
}
.event-c .table-dark {
    color: #fff !important;
    background: linear-gradient(90deg, rgb(5 35 84) 0%, rgb(227 47 0) 100%);
}

.birthday-page .birthday-block-two h4 {
    text-align: center;
    font: normal normal 600 14px / 18px Montserrat;
    color: #243350;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 15px;
}
.birthday-page .birthday-block-two h3 {
    text-align: center;
    font: normal normal bold 18px / 24px Montserrat;
    letter-spacing: 1.2px;
    color: #E32F00;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 7px;
}
.birthday-page .birthday-block-two p {
    text-align: center;
    font: normal normal normal 16px / 22px Montserrat;
    letter-spacing: 0px;
    color: #1A2D37;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 8px;
}
.birthday-page img {
    width: 100%;
    border-radius: 20px;
 
    object-position: top;
}

.achive-image-new .column--wrapper .post--item img {
    border-radius: 15px;
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    object-fit: cover;
}