@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* FONTAWESOME */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/fa-regular-400.woff) format("woff"),
		url(../fonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/fa-brands-400.woff) format("woff"),
		url(../fonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2) format("woff2"),
		url(../fonts/fa-solid-900.woff) format("woff"),
		url(../fonts/fa-solid-900.ttf) format("truetype"),
		url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

body {
	padding: 0;
	margin: 0;
	font: 16px/22px "Questrial", sans-serif;
	color: #404040;
	background: #fff;
}

a {
	outline: none;
	color: #285a92;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

ul li {
	list-style-position: outside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
	color: #282828;
}

/* Owl Carasoual*/
.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 32px;
	top: 50%;
	display: block;
	padding: 0 !important;
	font-size: 0;
	margin: 0;
	cursor: pointer;
	transform: translate(-50%, -50%);
	background-image: url(../images/arrow-prev-w.svg);
	width: 12px;
	height: 21px;
	background-color: inherit;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/arrow-prev-w.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	padding: 0 !important;
	font-size: 0;
	margin: 0;
	cursor: pointer;
	transform: translate(-50%, -50%);
	background-image: url(../images/arrow-next-w.svg);
	width: 12px;
	height: 21px;
	background-color: inherit;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/arrow-next-w.svg);
	background-repeat: no-repeat;
	opacity: 0.5;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: inherit;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-next span {
	font-size: 0;
}

/*header*/
.top-container {
	padding: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	margin-top: 2px;
}

.top-social-panel ul {
	display: flex;
	margin-top: 20px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.top-social-panel ul li {
	margin-right: 10px;
	font-size: 18px;
}

.top-social-panel ul li a {
	background-color: #f1f1f1;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
}

.top-social-panel ul li:first-child a {
	color: #3b5998;
}

.top-social-panel ul li:nth-child(2) a {
	color: #2a60bd;
}

.top-social-panel ul li:last-child a {
	color: #2a60bd;
}

.top-social-panel ul li:first-child a:hover {
	background-color: #3b5998;
	color: #fff;
}

.top-social-panel ul li:nth-child(2) a:hover {
	background-color: #3b5998;
	color: #fff;
}

.top-social-panel ul li:last-child a:hover {
	background-color: #3b5998;
	color: #fff;
}

.headlines {
	padding: 10px 0;
	background-color: #eaeaea;
}

.wrap {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.jctkr-label {
	height: 33px;
	padding: 0 20px;
	line-height: 33px;
	background: #434672;
	font-size: 14px;
	color: #fff;
	cursor: default;
	position: relative;
	border-radius: 4px;
	display: none;
}

.jctkr-label-con {
	display: flex;
	align-items: center;
}

.jctkr-label-con img {
	display: block;
	margin-right: 5px;
	width: 8px;
}

.jctkr-label:after {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #434672;
	position: absolute;
	right: -9px;
	z-index: 2;
	content: "";
	top: 7px;
}

[class*="js-conveyor-"] ul {
	display: inline-block;
	opacity: 0.5;
}

[class*="js-conveyor-"] ul li {
	padding: 0 20px;
	line-height: 34px;
	font-size: 14px !important;
	color: #000;
	position: relative;
}

[class*="js-conveyor-"] ul li a {
	color: #000;
}

[class*="js-conveyor-"] ul li a:hover {
	color: #4d4d4d;
}

[class*="js-conveyor-"] ul li:after {
	position: absolute;
	left: 100%;
	top: 5px;
	content: "";
	height: 25px;
	width: 1px;
	background: #4d4d4d;
}

.jctkr-wrapper.jctkr-initialized ul {}

/* navigation Start */
.navPanel .sub-menu-toggle {
	display: none;
}

.navPanel {
	padding: 10px 0;
	box-shadow: 0 0 2px 1px rgba(1, 1, 1, 0.1);
	position: relative;
	background-color: #02387b;
}

.navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu-primary-container>ul {
	display: flex;
}

.navigation ul li {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	font-weight: 300;
}

.navigation ul li a {
	color: #ffffff;
	padding: 5px 14px;
	display: block;
}

.navigation ul li a:hover,
.navigation ul li.current-menu-item a {
	color: #fed441;
}

.navigation ul li:first-child a {
	padding-left: 0;
}

/*---------------------DROPDOWN START----------------------*/
.navigation ul li ul.sub-menu {
	padding: 0;
	width: 250px;
	z-index: 1;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 100%;
	transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	z-index: 15;
	border: 1px solid #ebebeb;
	list-style-type: none;
}

.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.navigation ul li ul li {
	line-height: 30px;
	padding: 5px;
	float: none;
	border-bottom: 1px solid #ebebeb;
}

.navigation ul li ul li a {
	color: #646464;
	display: block;
	padding: 0 7px;
}

.navigation ul li ul li a:hover,
.navigation ul li ul>li.current-menu-item>a {
	color: #0a62c4;
}

.navigation ul li ul li:last-child {
	border-bottom: 0;
}

.navigation ul li ul li:first-child a {
	padding: 0 5px;
}

.navigation ul li ul ul {
	position: absolute;
	top: 0px;
	background: #fff;
	left: 200px;
	width: 200px;
	z-index: 70;
	display: none;
	border: 1px solid #ebebeb;
	list-style-type: none;
}

/* navigation End */

.banner-panel {
	background: #ecffff;
}

.banner_mobile {
	display: none;
}

.banner_desktop {
	display: block;
}

.metaslider .flexslider {
	margin: 0 !important;
}

.flex-control-nav {
	bottom: 20px !important;
	z-index: 50;
}

.bodyTop {
	padding: 30px 0;
	height: 100%;
	overflow: hidden;
	height: 482px;
}

.tabPanel {
	width: 325px;
	float: left;
	height: 456px;
	margin-right: 10px;
	background: #358ee0;
	padding: 13px 17px;
	position: relative;
}

.resp-tabs-container {
	height: 400px;
	overflow: hidden;
}

.tabPanel a.more,
.aboutSchool a.more {
	position: absolute;
	left: 30px;
	bottom: 25px;
	color: #aafffc;
	background: url(../images/arrow-white.png) no-repeat 100% 50%;
	padding-right: 28px;
	display: inline-block;
}

.tabPanel a.more:hover,
.aboutSchool a.more:hover {
	color: #fff;
}

.noticeTab {
	padding: 0;
	list-style-type: none;
}

.noticeTab li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #cbd9e4;
	padding-bottom: 11px;
	margin-bottom: 11px;
	list-style-type: none;
}

.noticeTab li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.noticeTab li a {
	color: #fff;
}

.noticeTab li a:hover {
	color: #358ee0;
}

.about {
	width: 485px;
	float: left;
}

.aboutSchool {
	height: 231px;
	background-color: #05874a;
	background-size: cover;
	padding: 18px 30px;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}

.aboutSchool h3 {
	color: #fff;
}

.aboutSchool ul {
	padding: 0 0 10px 0;
	list-style-type: none;
}

.aboutSchool ul li {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0 5px 15px;
	background: url(../images/bullet.png) no-repeat 0 12px;
}

.foundation {
	height: 169px;
	background-color: #dea70e;
	background-size: cover;
	padding: 18px 30px;
	color: #fff;
}

.foundation h3 {
	color: #121212;
}

.foundation p {
	font-size: 14px;
	line-height: 24px;
	color: #121212;
	padding-top: 16px;
}

.foundation a {
	color: #121212;
}

.foundation a:hover {
	text-decoration: underline;
}

.admission {
	width: 278px;
	float: right;
	position: relative;
}

.admissionTop {
	height: 247px;
	background: url(../images/admission.jpg) no-repeat 0 0 #b12029;
	background-size: cover;
	padding: 20px 38px 0 38px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}

.admissionTop:after {
	background: url(../images/myke.png) no-repeat 100% 100%;
	width: 114px;
	height: 102px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
}

.admission a.more {
	position: absolute;
	left: 30px;
	bottom: 25px;
	color: #ff9241;
	background: url(../images/arrow-white.png) no-repeat 100% 50%;
	padding-right: 28px;
	display: inline-block;
}

.admission a.more:hover {
	color: #fff;
}

.schoolSong {
	height: 155px;
	background-color: #29547f;
	background-size: cover;
	padding: 50px 38px 0 38px;
	color: #fff;
}

.schoolColor {
	background: #358ee0;
	width: 200px;
	height: 17px;
	margin-top: 10px;
}

.admissionTop h3,
.schoolSong h3 {
	color: #fff;
	margin: 0;
}

.admissionTop p,
.schoolSong p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding-top: 7px;
}

.galleryPanel {
	background: #27486d;
	padding: 35px 0;
	height: 100%;
	overflow: hidden;
}

.galleryPanel h2 {
	color: #fff;
}

.galleryPanel ul {
	padding: 0;
	list-style-type: none;
}

.galleryPanel ul li {
	margin-top: 20px;
	margin-right: 34px;
	float: left;
}

.galleryPanel ul li:nth-child(3n + 3) {
	margin-right: 0;
}

.galleryPanel ul li img {
	width: 354px;
	height: 190px;
	border: 1px solid #b0cae8;
}

.galleryPanel ul li:hover img {
	opacity: 0.5;
}

.galleryPanel ul li:hover h4 {
	color: #8ebdf2;
}

.galleryPanel ul li h4 {
	color: #fff;
	margin-bottom: 12px;
}

.infrastructure {
	background: #fff;
	padding: 50px 0;
	height: 100%;
	overflow: hidden;
}

.infrastructure h2 {
	text-align: center;
}

.infrastructure ul {
	padding: 0;
	list-style-type: none;
}

.infrastructure ul li {
	width: 263px;
	margin-top: 40px;
	margin-right: 30px;
	float: left;
}

.infrastructure ul li:nth-child(4n + 4) {
	margin-right: 0;
}

.infrastructure ul li img {
	margin-bottom: 15px;
}

.infrastructure ul li h4 {
	color: #282828;
	margin-bottom: 36px;
	position: relative;
}

.infrastructure ul li h4:after {
	position: absolute;
	width: 43px;
	height: 3px;
	background: #3f81cb;
	left: 0;
	bottom: -10px;
	content: "";
}

.infrastructure ul li p {
	font-size: 15px;
	line-height: 24px;
	color: #959595;
}

.infrastructure ul li:hover img {
	opacity: 0.5;
}

.infrastructure ul li:hover h4:after {
	background: #5a0101;
}

.gMap {
	height: 450px;
	background-color: #89a4ea;
	zoomcontrol: false;
	scalecontrol: false;
	scrollwheel: false;
	disabledoubleclickzoom: true;
}

.newsPanel {
	background: #fff;
	padding: 50px 0;
	height: 100%;
	overflow: hidden;
}

.newsPanel h4 {
	color: #282828;
	margin-bottom: 50px;
	position: relative;
}

.newsPanel h4:after {
	position: absolute;
	width: 65px;
	height: 3px;
	background: #3f81cb;
	left: 0;
	top: 30px;
	content: "";
}

.newsletter {
	width: 495px;
	float: left;
}

.newsContent {
	height: 100%;
	overflow: hidden;
}

.newsletter .img {
	width: 200px;
	float: left;
}

.newsletter .img img {
	width: 100%;
	height: auto;
}

.contNews {
	float: right;
	width: 265px;
}

.contNews h5 {
	font-size: 16px;
	color: #285a92;
	margin-bottom: 10px;
}

.contNews p {
	font-size: 16px;
	line-height: 24px;
	color: #a3a8ae;
	margin-bottom: 10px;
}

.contNews a.more {
	color: #285a92;
	background: url(../images/arrow.jpg) no-repeat 100% 50%;
	display: inline-block;
	padding-right: 30px;
}

.contNews img {
	display: none;
}

.ionLogin {
	width: 225px;
	float: left;
	margin-left: 75px;
}

.council {
	margin-top: 30px;
	float: right;
	margin-right: 35px;
}

.top-social-panel ul {
	text-align: center;
	margin-top: 10px;
}

.top-social-panel ul ul {
	list-style-type: none;
}

.top-social-panel ul ul li {
	color: #515151;
	display: inline-block;
	padding: 0 5px;
}

.top-social-panel ul ul li .fa {
	font-size: 18px;
}

.top-social-panel ul ul li:first-child {
	padding-left: 0;
}

.top-social-panel ul ul li a {
	color: #515151;
}

.top-social-panel ul ul li a:hover {
	color: #fff;
}

.copyright {
	background: #003374;
	padding: 25px 0;
	font-size: 13px;
	color: #ffffff;
}

.copyright a {
	font-size: 13px;
	color: #ededed;
	margin: 0 5px;
	display: inline-block;
	text-decoration: underline;
	font-weight: bold;
}

.home-banner-side {
	padding: 5px;
}

.home-banner-side a {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	display: block;
}

.home-banner-side .home-imgas {
	height: 200px;
	overflow: hidden;
}

.home-banner-side .home-imgas img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-banner-side h3 {
	font-size: 18px;
	margin-top: 10px;
}

.home-gallery .owl-carousel .owl-nav .owl-prev {
	left: -24px;
	background-image: url(../images/arrow-prev.svg);
	background-repeat: no-repeat;
}

.home-gallery .owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/arrow-prev.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.home-gallery .owl-carousel .owl-nav .owl-next {
	right: -34px;
	background-image: url(../images/arrow-next.svg);
	background-repeat: no-repeat;
}

.home-gallery .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/arrow-next.svg);
	background-repeat: no-repeat;
	opacity: 0.5;
}

/* News Section*/
.accordion-container {
	margin-bottom: 30px;
}

.accordion-head {
	cursor: pointer;
	padding: 15px 30px 15px 20px;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	background: #ffffff url("../images/accordian-close.png") no-repeat center right 16px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 19px;
}

.accordion-head.active {
	border: 1px solid #dfdfdf;
	border-bottom: 0 none;
	color: #000;
	background: #d2edb7 url(../images/accordian-open.png) no-repeat center right 14px;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.accordion-body {
	background: #fcfcfc;
	display: none;
	border: 1px solid #dfdfdf;
	padding: 1px 20px 20px;
	border-top: 0 none;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	font-weight: 400;
	border-radius: 0 0 5px 5px;
}

.innerPanel {
	/*background: url(../images/blog-bg.jpg) repeat 0 0;*/
	height: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.titlePanel {
	overflow: hidden;
}

.titlePanelL {
	width: 700px;
	float: left;
}

.titlePanelL h2 {
	padding-top: 40px;
	color: #fff;
}

.breadcrumb {
	float: right;
	padding-top: 15px;
	color: #0088be;
}

.breadcrumb a {
	color: #8aa0b8;
}

.breadcrumb a:hover {
	color: fff;
}

.bodyPanel {
	height: 100%;
	overflow: hidden;
}

.innerLeft {
	padding-top: 20px;
	font-size: 16px;
	line-height: 25px;
}

.innerLeft h2,
.innerLeft h3,
.innerLeft h4,
.innerLeft h5 {
	margin-bottom: 15px;
}

.innerLeft p {
	margin-bottom: 15px;
}

.innerLeft ul,
.innerLeft ol {
	padding-left: 15px;
}

.innerLeft ul li {
	padding: 5px 0;
	list-style-type: disc;
}

.innerLeft ol li {
	padding: 5px 0 5px 10px;
	list-style-type: decimal;
}

.innerLeft ol li li {
	list-style-type: lower-alpha;
}

.innerLeft ol li li li {
	list-style-type: square;
}

.innerBanner img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.innerBanner .content_img {
	background: #f7f7f7;
	padding: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 25px;
	color: #1c3f67;
	border: 1px solid #ebebeb;
}

.innerRight {
	padding-top: 20px;
}

.noticeSide,
.galleySide {
	margin-bottom: 30px;
	border: 1px dotted #3cabfe;
	background-color: #d7ecf9;
	color: #000000;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	padding: 20px;
}

.newsSide {
	margin-bottom: 0;
}

.noticeSide h3,
.newsSide h3,
.galleySide h3 {
	padding: 0;
	font-size: 20px;
}

.noticeCont ul {
	padding: 0;
	list-style-type: none;
}

.noticeCont ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #8d8d8d;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

.noticeCont ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.noticeCont ul li a {
	color: #262626;
}

.noticeCont ul li a:hover {
	color: #285a92;
}

.notice {
	color: #285a92;
	display: block;
	margin-top: 10px;
}

.newsCont .img {
	width: 100%;
	margin-bottom: 15px;
}

.newsCont .img img {
	width: 100%;
	height: auto;
}

.newsCont h5 {
	font-size: 16px;
	color: #272c31;
	margin-bottom: 10px;
}

.newsCont p {
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	margin-bottom: 10px;
}

.newsCont a {
	color: #285a92;
	display: inline-block;
	padding-right: 30px;
}

.galleyCont {
	margin-top: 25px;
}

.galleyCont ul {
	padding: 0;
	list-style-type: none;
}

.galleyCont ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #b4d1e3;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

.galleyCont ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.galleyCont ul li a {
	color: #000;
}

.galleyCont ul li a:hover,
.galleyCont ul li.current_page_item a {
	color: #0a58ca;
}

.galleryMain {
	height: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.galleryMain ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	/*margin-left: -15px;
	margin-right: -15px;*/
}

.galleryMain ul li {
	width: 31.10%;
	margin: 6px;


	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 10px;
	padding: 20px;

}

.galleryMain ul li img {
	width: 100%;
	height: 220px !important;
	object-fit: cover;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

.galleryMain ul li:hover img {
	opacity: 0.5;
}

.galleryMain ul li:hover h4 {
	color: #8ebdf2;
}

.galleryMain ul li h4 {
	color: #27486d;
	margin-bottom: 12px;
}

.newsMain {
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.newsMain img {
	margin-right: 25px;
	margin-bottom: 10px;
}

.newsMain h4 {
	margin-bottom: 10px;
}

.columnTop {
	height: 100%;
	overflow: hidden;
}

.columnTop img {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.columnBtm {
	height: 100%;
}

.columnGrid {
	padding: 15px 20px;
	width: 262px;
	height: 140px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
}

.columnGrid:nth-child(3n + 3) {
	margin-right: 0;
}

.columnGrid h3 {
	color: #0d57a4;
	font-size: 17px;
	margin-bottom: 5px;
}

.columnDisplay {
	padding: 0;
}

.columnGrid .details {
	position: absolute;
	right: 12px;
	bottom: 18px;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	font-size: 17px;
	color: #fff;
	background: #1c3f67;
}

.columnGrid .details:hover {
	background: #fff;
	color: #1c3f67;
}

.column_content {
	padding: 15px 20px;
	display: none;
	bottom: 0;
	height: 250px;
	left: 0;
	margin-left: 25%;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 20%;
	width: 50%;
	z-index: 20;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	background: #f7f7f7;
}

.column_content .close {
	float: right;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	font-size: 17px;
	color: #fff;
	background: #1c3f67;
}

.column_content .close a {
	color: #fff;
}

.assessment {
	list-style-type: lower-alpha;
	list-style-position: outside;
	color: #285a92;
	font-weight: bold;
	padding-left: 15px;
}

.assessment li {
	padding: 5px 0 5px 15px;
}

.assessment li p {
	padding: 5px 0 5px 15px;
}

.assessment ol {
	list-style-type: lower-roman;
	list-style-position: outside;
	padding: 10px 0 10px 25px;
	font-weight: normal;
	color: #262626;
}

.assessment ol ol {
	list-style-type: decimal;
	font-weight: normal;
	color: #262626;
}

.accordion h4.accordion-title {
	color: #568ac9;
	padding: 0px 0 13px 25px;
	border-bottom: 1px solid #ebebeb;
	display: block;
	position: relative;
	cursor: pointer;
}

.accordion h4.accordion-title:after {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
}

.accordion h4.read {
	color: #568ac9;
	position: relative;
}

.accordion h4.read:after {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
}

.accordion h4.open {
	color: #cc5753;
}

.accordion h4.open:after {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}

.accordion ol ol {
	list-style-type: lower-roman;
	list-style-position: outside;
	padding: 10px 0 10px 25px;
}

.download,
.page-template-downlaod-page .innerLeft a,
.transportDown a,
.single .innerLeft h3 a {
	padding: 15px 15px 15px 45px;
	border: 1px solid #dedede;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 25px;
	background: url(../images/download-2.png) no-repeat 10px 50% #f7f7f7;
}

.innerLeft {
	min-height: 60vh;
}

.innerLeft .gallery .gallery-item {
	display: inline-block;
	margin: 0 15px 15px 0;
	vertical-align: top;
	width: 32%;
}

.innerLeft .gallery .gallery-item:nth-child(3n + 3) {
	margin-right: 0;
}

.innerLeft .gallery .gallery-item .gallery-icon {
	border-radius: 6px;
	overflow: hidden;
}

.innerLeft .gallery .gallery-item img {
	width: 100%;
	height: 220px !important;
	object-fit: cover;
}

.space25 {
	padding-bottom: 25px;
}

.fullwidth {
	height: 100%;
	overflow: hidden;
	padding: 25px 0;
}

.innerLeft .line,
.fullwidth .line {
	padding: 25px 0;
	border-top: 1px solid #b4b5b8;
}

.fullwidth p {
	margin-bottom: 15px;
}

.fullwidth ul,
.fullwidth ol {
	padding-left: 15px;
	margin-bottom: 25px;
}

.fullwidth ul li {
	padding: 5px 0;
	list-style-type: disc;
}

.fullwidth ol li {
	padding: 5px 0 5px 10px;
}

.fullwidth h3,
.fullwidth h4 {
	margin-bottom: 15px;
}

.transportPanel {
	width: 100%;
	margin-bottom: 25px;
}

.transportPanel ul li {
	padding: 20px 23px;
	list-style-type: none;
}

.transportPanel .resp-tabs-container {
	overflow: hidden;
	background-color: #eeeeee !important;
}

.transportPanel .resp-tab-content {
	color: #404040 !important;
}

.transportPanel .resp-tabs-list li {
	color: #404040 !important;
}

.transportPanel .resp-tabs-container {
	height: auto !important;
}

.transportPanel h2.resp-accordion {
	color: #404040 !important;
}

.transportPanel .resp-tab-active {
	border-color: #eeeeee !important;
}

.transportDown {
	margin-top: 25px;
}

.transportDown a {
	margin-bottom: 15px;
}

.supsystic-table th.htCenter {
	background: #1c3f67;
	color: #c1deff;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 8px !important;
}

/* Advance News Page*/
.advance-news {
	font-size: 16px;
	line-height: 25px;
	min-height: calc(100vh - 300px);
}

.advance-news p:not(:last-child) {
	margin-bottom: 20px;
}

.accordian_single_conent:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dadada;
}

.accordian_single_conent h4 {
	color: #285a92;
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 8px;
}

.accordian_single_conent .image_area {
	margin-bottom: 25px;
	margin-top: 25px;
}

.accordian_single_conent .image_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.accordian_single_conent .image_col {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	height: 600px;
}

.accordian_single_conent .image_col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsSideRight {
	border: 0;
	padding-top: 6px;
}

.newsSideRight .newsSideTop {
	margin-bottom: 25px;
	border: 3px solid #cef7f6;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.newsSideRight .newsSideTop img {
	width: 100%;
	height: auto;
}

.image_caption {
	color: #a92121;
	font-size: 13px;
	padding-top: 4px;
	border-bottom: 1px solid #a92121;
}

.single_conent ul li,
.single_conent ol li {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.accordian_single_conent .image_col {
		width: 100%;
		height: auto;
	}

	.accordian_single_conent .image_col:not(:last-child) {
		margin-bottom: 25px;
	}
}

/*carrer-form Start*/
.carrer-form {
	height: 100%;
	overflow: hidden;
}

.carrer-form h4 {
	padding-bottom: 20px;
}

.carrer-form small {
	margin-bottom: 25px;
	display: block;
}

.carrer-form span.mand {
	color: #ca0000;
	font-size: 20px;
}

.carrer-form input[type="text"],
.carrer-form input[type="email"],
.carrer-form input[type="tel"],
.carrer-form select {
	background-color: #fff;
	height: 38px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 0 0 0 12px;
	margin-bottom: 12px;
	font-size: 14px;
}

.carrer-form textarea {
	font-size: 14px;
	height: 150px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 8px 0 0 12px;
	margin-bottom: 12px;
	font-family: "Questrial", sans-serif;
}

.carrer-form input[type="submit"],
.carrer-form input[type="reset"] {
	width: 120px;
	height: 52px;
	text-align: center;
	color: #000;
	background: #71bbff;
	cursor: pointer;
	border: 0;
	font-size: 20px;
}

.tabler-form {
	width: 600px;
	margin-bottom: 15px;
}

.tabler-form table,
.tabler-form td {
	border: 0;
}

.tabler-form-academic,
.tabler-form-experience,
.tabler-form-pub {
	width: 100%;
	margin-bottom: 15px;
}

.tabler-form-academic input,
.tabler-form-experience input,
.tabler-form-pub input {
	border: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 640px) {
	.tabler-form {
		width: 100%;
	}
}

/*carrer-form End*/
.admission-form {
	height: 100%;
	overflow: hidden;
}

.admission-form h4 {
	padding-bottom: 20px;
}

.admission-form .resp-tabs-container {
	overflow: hidden;
	background-color: #dbecff !important;
}

.admission-form .resp-tab-content {
	color: #404040 !important;
}

.admission-form .resp-tabs-list li {
	color: #404040 !important;
}

.admission-form .resp-tabs-container {
	height: auto !important;
}

.admission-form h2.resp-accordion {
	color: #404040 !important;
}

.admission-form .resp-tab-active {
	border-color: #dbecff !important;
}

.admission-form .resp-tab-item {
	height: 100%;
	overflow: hidden;
}

.admission-form .resp-tab-item img {
	display: inline-block;
	margin-right: 8px;
}

.initial {
	height: 100%;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.initialL {
	width: 32%;
	float: left;
}

.initialR {
	width: 60%;
	float: right;
	padding: 20px;
	border: 1px solid #b4b5b8;
}

.admission-form input[type="text"],
.admission-form input[type="email"],
.admission-form input[type="tel"] .admission-form input[type="number"],
.admission-form select {
	background-color: #fff;
	height: 38px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 0 0 0 12px;
	margin-bottom: 12px;
	font-size: 14px;
}

.admission-form input[type="file"] {
	background-color: #fff;
	height: 38px;
	width: 100%;
	border: 1px solid #b4b5b8;
	margin-bottom: 12px;
	font-size: 14px;
}

.admission-form textarea {
	font-size: 14px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 8px 0 0 12px;
	margin-bottom: 12px;
	font-family: "Questrial", sans-serif;
}

.admission-form input[type="submit"],
.admission-form input[type="reset"] {
	width: 170px;
	height: 52px;
	text-align: center;
	color: #000;
	background: #71bbff;
	cursor: pointer;
	border: 0;
	font-size: 20px;
}

.admission-form table,
.admission-form td,
.admission-form tr {
	border: 0;
}

.admission-form td {
	vertical-align: top;
}

.admission-form ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
	padding-left: 15px;
}

.admission-form ol li {
	padding: 5px 0 5px 15px;
}

.admission-form p {
	padding-bottom: 20px;
}

.admission-formTop {
	padding: 0;
}

.admission-form input[type="text"]:-moz-read-only {
	/* For Firefox */
	background-color: #dbecff;
}

.admission-form input[type="text"]:read-only {
	background-color: #dbecff;
}

.admission-form input[type="number"]:-moz-read-only {
	/* For Firefox */
	background-color: #dbecff !important;
}

.admission-form input[type="number"]:read-only {
	background-color: #dbecff !important;
}

.admission-form textarea:-moz-read-only {
	/* For Firefox */
	background-color: #dbecff;
}

.admission-form textarea:read-only {
	background-color: #dbecff;
}

.admission-form input:-moz-disabled {
	/* For Firefox */
	background-color: #dbecff;
}

.admission-form input:disabled {
	background-color: #dbecff;
}

.formTop-Table {
	height: 100%;
	overflow: hidden;
}

.formTop-TableL {
	width: 30%;
	float: left;
}

.formTop-TableL input[type="text"],
.formTop-TableL input[type="number"],
.formTop-TableL input[type="email"] {
	width: 160px;
}

.formTop-TableR {
	width: 65%;
	float: left;
}

.formTop-TableR div {
	float: left;
}

.formTop-TableR input[type="text"] {
	width: 190px;
}

.formTop-Table span {
	float: left;
	margin: 5px 10px;
}

.formTop-Table strong {
	float: left;
	margin: 15px 10px;
}

.admission-formTop input {
	float: left;
}

.admission-formTop input[type="radio"] {
	margin-top: 9px;
	display: inline-block;
}

.admission-formTop input[type="submit"],
.admission-formTop input[type="reset"] {
	width: 100px !important;
	height: 30px !important;
	margin-left: 10px;
}

.admission-formTop input[type="text"],
.admission-formTop input[type="email"],
.admission-formTop input[type="tel"],
.admission-formTop select {
	height: 30px !important;
}

.student {
	height: 100%;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.studentL {
	width: 70%;
	float: left;
}

.studentR {
	width: 22%;
	float: right;
	padding: 20px;
	border: 1px solid #b4b5b8;
}

.nextBtn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 150px;
	line-height: 40px;
	background: #1c3f67;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.nextBtn:hover {
	background: #47be9d;
	color: #fff;
}

.undersrtand {
	padding: 20px;
	margin-bottom: 20px;
}

.paddingL {
	padding-left: 40px !important;
}

/*.accordion Start*/
.accordion_container {
	width: 100%;
	background-color: #215585;
	height: 460px;
}

.accordion_head {
	background-color: #0a2b4a;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 1px 0;
	padding: 10px 15px;
	font-weight: bold;
}

.accordion_body {
	background: #215585;
	display: none;
	padding: 25px 15px;
}

.accordion_content {
	overflow: auto;
	height: 238px;
	padding-right: 15px;
}

.plusminus {
	float: right;
}

.plusminus:after {
	content: "+";
}

.accordion.active .accordion_head {
	background-color: #ffde00;
	color: #010000;
}

.accordion.active .accordion_head .plusminus:after {
	content: "-";
}

.accordion_body ul {
	padding: 0;
	list-style-type: none;
}

.accordion_body ul li {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #83a2bf;
	padding-bottom: 11px;
	margin-bottom: 11px;
	list-style-type: none;
	color: #fff;
}

.accordion_body ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.accordion_body ul li a {
	color: #fff;
}

.accordion_body ul li a:hover {
	color: #358ee0;
}

/*.accordion End*/

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27ae61 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover.back-to-top {
	background-color: #000;
}

.simple-back-to-top {
	display: none;
}

.pament {
	width: 550px;
}

.submitted,
#successful h3 {
	color: #090 !important;
	font-size: 22px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 40px;
}

.not_submitted {
	color: #cc0000 !important;
	font-size: 22px;
	text-align: center;
	padding-bottom: 30px;
}

.no_user_added h3 {
	color: #cc0000 !important;
	font-size: 22px;
	text-align: center;
	padding-bottom: 30px;
}

div.wpcf7-response-output {
	margin: 0 !important;
	background-color: aquamarine;
}

.instruction {
	font-size: 13px;
	color: #c00;
	line-height: 0;
}

.arve-wrapper.alignleft {
	margin-right: 0 !important;
}

.videos {
	width: 45%;
	float: left;
	margin-bottom: 3%;
}

.videos:nth-child(2n + 2) {
	margin-right: 2%;
}

.naukri {
	border: 1px solid #e3e3e3;
	margin-bottom: 15px;
	text-align: center;
	padding: 25px 10px;
	margin: -21px 0 40px;
}

.naukri img {
	margin: 0 auto;
	display: block;
}

.naukri a.btn {
	background: #71bbff none repeat scroll 0 0;
	border: 0 none;
	color: #000;
	cursor: pointer;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
}

.download2 {
	padding: 10px 25px;
	border: 1px solid #1a5f38;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	margin-bottom: 25px;
	background: #268a51;
	color: #fff;
}

.download2:hover {
	color: #98fcc3;
}

.asda {
	text-align: right;
	padding: 10px;
	border: 1px solid #b4b5b8;
	font-size: 20px;
	width: 340px;
	float: right;
	margin-bottom: 20px;
}

.app-no-instruction {
	font-size: 15px;
	line-height: 17px;
}

.init_new_frm input[type="text"] {
	margin-bottom: 0px;
}

.admission-form button {
	width: 170px;
	height: 52px;
	text-align: center;
	color: #000;
	background: #71bbff;
	cursor: pointer;
	border: 0;
	font-size: 20px;
}

.blog_author_panel {
	margin: 20px 0px;
	padding: 20px 0;
	border-top: 1px solid #dddddd;
	width: 100%;
	/* height: 100%;
	overflow: hidden;
	float: left; */
	position: relative;
}

.blog_author_img {
	float: left;
	width: 75px;
	border: 1px solid #dddddd;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 18px;
}

.blog_author_img img {
	width: 100%;
	height: auto;
	margin: 0;
}

.blog_author_con {
	margin-left: 10px;
	padding-left: 90px;
}

.blog_author_con h2,
.blog_author_con h3 {
	margin-bottom: 10px;
}

.single .entry-header .entry-title,
.single .entry-footer {
	display: none;
}

.single .post-thumbnail {
	margin-bottom: 20px;
}

.comments-area {
	line-height: 1.4;
	margin: 30px 0px 0 0;
	border-top: 1px solid #000;
	padding: 30px 0 0px 0;
}

.comments-area h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
}

.comments-area h3 {
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 24px;
}

.comments-area p {
	margin-bottom: 15px;
	font-size: 16px;
}

.comments-area p a {
	color: #3f1010;
}

.comment-respond textarea {
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	height: 150px;
	border: 1px solid #adadad;
	line-height: 24px;
	resize: none;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	height: 40px;
	border: 1px solid #adadad;
	line-height: 40px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.comment-respond input[type="submit"] {
	margin: 0;
	padding: 10px 15px;
	height: 40px;
	border: 0px;
	font-size: 14px;
	background: #255191;
	color: #fff;
	transition: 0.5s;
}

.comment-respond input[type="submit"]:hover {
	background: #2588c1;
}

.single .post-navigation {
	margin: 25px 0 0 0;
}

.post-navigation .meta-nav {
	color: #000;
	font-weight: bold;
}

/*Author Post */
.overlay-area {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.author-main .type-postauthor {
	width: 30.5%;
	float: left;
	margin: 0 30px 30px 0;
	border: 1px dotted #3cabfe;
	background-color: #d7ecf9;
	color: #000000;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
}

.author-main .type-postauthor:nth-child(3n + 3) {
	margin-right: 0;
}

.author-main .type-postauthor .author-panel a.tree-btn {
	color: #c04447;
	font-size: 13px;
	display: block;
}

.author-main .type-postauthor .author-panel a.tree-btn:hover {
	color: #000;
}

.author-panel {
	padding: 15px;
}

.author-top {
	position: relative;
	min-height: 50px;
	margin-bottom: 15px;
}

.author-top .feature-img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 4px solid #fff;
	margin: 0 auto;
}

.author-top .feature-img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.author-top .feature-con {
	margin-top: 10px;
	text-align: center;
}

.author-top .feature-con h5 {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
}

.tree-full-content {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	background: #fff;
	padding: 20px;
	display: none;
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	white-space: normal;
}

.tree-full-content-scroll {
	max-height: 500px;
	overflow-y: scroll;
}

.tree-close-btn {
	width: 25px;
	height: 25px;
	position: absolute;
	right: -9px;
	top: -6px;
	background: #fff;
	border-radius: 100%;
}

.tree-close-btn img {
	width: 22px;
	height: 22px;
}

.tree-full-content h4 {
	font-size: 22px;
}

.tree-full-content p {
	font-size: 16px;
}

.anek_content_img {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: 1px solid #dfdfdf;
}

.anek_content img.wp-post-image {
	width: 100%;
	height: 100%;
}

.navig a {
	margin: 0 10px 0px 0;
	border: 1px dotted #3cabfe;
	background-color: #d7ecf9;
	color: #000000;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 5px 10px;
}

/* BLog Style */
.blog-banner .owl-carousel .owl-nav .owl-prev,
.blog-banner .owl-carousel .owl-nav .owl-prev:hover {
	background-image: url(../images/arrow-prev-w.svg);
}

.blog-banner .owl-carousel .owl-nav .owl-next,
.blog-banner .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/arrow-next-w.svg);
}

.blog-banner-panel {
	padding-top: 15px;
}

.blog-banner {
	background: #000;
}

.blog-banner .home-slider .item {
	height: 450px;
	display: flex;
	align-items: end;
}

.blog-banner .home-slider .item .content-area {
	padding: 25px;
}

.blog-banner .home-slider .item .content-area,
.blog-banner .home-slider .item .content-area a,
.blog-banner .home-slider .item .content-area h2 {
	color: #fff;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.6);
}

.blog-banner .home-slider .item .content-area p {
	font-size: 16px;
}

.blog-banner-side {
	background-color: #ffffff;
	overflow: hidden;
	color: #fff;
	height: 100%;
}

.blog-banner-side .blog-imgas {
	height: 220px;
	overflow: hidden;
}

.blog-banner-side .blog-imgas img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-banner-side .blog-coas {
	padding: 20px;
}


.blogPanel {
	margin-top: 20px;
}

.blogHomeTop {
	margin-bottom: 30px;
}

.blogHomeTop .format-standard {
	border: 1px dotted #dfdfdf;
	background-color: #d8ddf7;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
}

.blogHomeTop .format-standard h4 {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.blogHomeTop .feature-img {
	overflow: hidden;
	height: 150pz;
}

.blogHomeTop .feature-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogHomeTop .feature-con {
	padding: 15px;
}

.blogHomeTop .feature-con p {
	margin-bottom: 15px;
}

.blogHomeTop .feature-con span ul.post-categories {
	list-style-type: none;
}

.blogHomeTop .feature-con span ul.post-categories li:nth-child(2) {
	display: none;
}

.blogHomeTop .feature-con h4 {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.blogHomeTop .feature-con h4 a {
	color: #000;
}

.blogHomeTop .feature-con h4 a:hover {
	color: #1c4977;
}

.blogLeftBtm .format-standard {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	background-color: #eaf2f7;
	color: #000000;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 200px;
	overflow: hidden;
	margin-top: 8px;
}

.blogLeftBtm .col-lg-4 {
	margin-bottom: 15px;
}

.blogLeftBtm .format-standard .blog-sub-pad {
	padding: 0;
}

.blogLeftBtm .format-standard .blog-sub-pad .addtoany_content {
	display: none !important;
}


.blogLeftBtm .format-standard .blog-sub-pad .feature-con {
	padding: 20px;
	margin-bottom: 10px;
}

.blogLeftBtm .format-standard .blog-sub-pad .feature-con .feature-con-img {
	border-radius: 6px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.blogLeftBtm .format-standard .blog-sub-pad .blog-home-sec-foot {
	padding: 10px 20px;
	background: url(../images/schoolSong.jpg) no-repeat 0 0;
	background-size: cover;
}

.blogLeftBtm .format-standard .blog-sub-pad .blog-home-sec-foot a {
	color: #fff;
}

.blogLeftBtm .format-standard .blog-sub-pad span {
	color: #c04447;
	font-size: 13px;
	display: block;
}

.blogLeftBtm .format-standard .blog-sub-pad span ul.post-categories {
	list-style-type: none;
}

.blogLeftBtm .format-standard .blog-sub-pad span ul.post-categories li:nth-child(2) {
	display: none;
}

.blogLeftBtm .format-standard .blog-sub-pad h4 {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.blog-subpanel {
	border: 1px dotted #3cabfe;
	background-color: #fbfbfb;
	margin-bottom: 20px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

.blog-sub-pad {
	padding: 20px;
}

.blog-subpanel h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	color: #000;
	font-size: 23px;
	margin-bottom: 15px;
}

.blog-subpanel .form-panel {
	height: 50px;
	background: #ebebeb;
	height: 100%;
	overflow: hidden;
}

.blog-subpanel .form-panel input[type="search"] {
	padding-left: 20px;
	width: 170px;
	float: left;
	border: 0;
	font-size: 14px;
	line-height: 50px;
	color: #5f5f5f;
	background-color: inherit;
}

.blog-subpanel .form-panel input[type="submit"] {
	background: url(../images/search.jpg) no-repeat 0 0 #0059ab;
	float: right;
	width: 50px;
	height: 52px;
	font-size: 0;
	border: 0;
}

.blogPanel .pagination {
	height: 100%;
	overflow: hidden;
}

ul.featured-post {
	list-style-type: none;
}

ul.featured-post li {
	position: relative;
}

ul.featured-post .feature-img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 1px solid #cecece;
	position: absolute;
	left: 0;
	top: 7px;
	background: #cdcdcd;
}

ul.featured-post .feature-img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

ul.featured-post .feature-con {
	padding-left: 65px;
	min-height: 45px;
}

ul.featured-post li {
	font-size: 15px;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #949494;
	padding-top: 13px;
	padding-bottom: 13px;
}

ul.featured-post li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

ul.featured-post li a {
	color: #000;
}

ul.featured-post li a:hover {
	color: #1c4977;
}

ul.featured-post li span {
	color: #01457e;
	font-size: 11px;
	display: block;
}

.archive-drowpdown {
	border: 1px solid #000000;
	padding: 15px;
	margin-top: 15px;
}

.archive-drowpdown select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	color: #999999;
	background: url(../images/dropdown-avg.jpg) no-repeat 100% 50%;
	outline: none;
}

.blog-add-banner {
	margin-bottom: 20px;
}


.blog-add-banner .slide-slider .item {
	margin-bottom: 5px;
}

.blog-add-banner .slide-slider .item img {
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.blogLeftBtm {
	margin-top: 20px;
}

.blog-add-banner .owl-carousel .owl-nav .owl-prev,
.blog-add-banner .owl-carousel .owl-nav .owl-prev:hover {
	background-image: url(../images/arrow-prev-w.svg);
}

.blog-add-banner .owl-carousel .owl-nav .owl-next,
.blog-add-banner .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/arrow-next-w.svg);
}


.blog-navigation {
	height: 500px;
}

.blog-navigation li a {
	background-color: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	padding: 9px 7px;
	border: 2px solid #81a1b3;
	text-decoration: none;
	color: #81a1b3;
}

.blog-navigation li {
	display: inline-block;
	margin-right: 7px;
}

.blog-navigation li a:hover,
.blog-navigation li.active a {
	color: #fff;
	background-color: #3b70f9;
	border: 2px solid #3b70f9;
}

.blog-single {
	text-align: left;
	padding: 5px 0;
}

.blog-single h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	color: #003374;
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
}

.blog-single p {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size: 16px;
	text-shadow: 2px 2px 4px #000000;
}

.single .blogLeftTop {
	background-image: none;
	background-color: #fff;
	margin-bottom: 25px;
}

.single .blogLeftTop p {
	margin-bottom: 20px;
}

.single .blogLeftTop p:last-child {
	margin-bottom: 0;
}

.search-results .format-standard {
	border-bottom: 1px solid #949494;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.search-results .format-standard h4.entry-title {
	margin-bottom: 15px;
}

.search-results .format-standard h4.entry-title a {
	color: #000;
}

.search-results .format-standard .entry-footer {
	margin-top: 10px;
}

.search-results .format-standard .entry-footer a {
	color: #c04447;
	font-size: 11px;
}

.search-results .format-standard .entry-footer .posted-on {
	border-right: 1px solid #949494;
	padding-right: 10px;
	margin-right: 10px;
}

.search-results .format-standard .entry-footer .updated,
.search-results .format-standard .entry-footer .byline {
	display: none;
}

.search-results .format-standard .post-thumbnail,
.archive .format-standard .post-thumbnail {
	margin-bottom: 20px;
	display: block;
}

.single .blogLeftTop {
	border: 1px solid #3cabfe;
	padding: 20px;
	box-sizing: border-box;
}

.search-results .entry-footer span {
	color: #c04447;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.search-results .entry-footer ul.post-categories {
	list-style-type: none;
	vertical-align: top;
	display: inline-block;
}

.search-results .entry-footer ul.post-categories li:nth-child(2) {
	display: none;
}

.relatedpost {
	margin-top: 25px;
}

.morepost {
	border-top: 1px solid #000;
	padding-top: 25px;
}

.morepost a {
	font-weight: bold;
}

.vcenter {
	display: flex;
	align-items: center;
}

.page-id-12 .addtoany_content,
.page-id-27 .addtoany_content {
	display: none !important;
}

/* Contact Us */
.contact_left {
	margin: 0;
	padding: 0;
}

.contact_left ul {
	list-style-type: none;
	padding: 0;
}

.contact_left ul>li {
	padding: 0 0 0 40px;
	position: relative;
	margin-top: 20px;
}

.contact_left ul>li>i {
	padding: 7px;
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 14px;
	text-align: center;
	background: #003374;
	height: 30px;
	width: 30px;
	border-radius: 80px;
}


.contact_left ul>li h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
}

.contact_left ul>li p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}


.contact_left ul>li p a {
	color: #000;
	text-decoration: none;
}

.btn-primary {
	color: #fff;
    background-color: #78c52d;
    border-color: #78c52d;
	border: 0;
	border-radius: 6px;
}

.map_area {
	width: 100%;
	height: 350px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 14px;
	margin-bottom: 3px;
}

.map_area iframe {
	width: 100%;
	height: 100%;
}

.contact_right {
	border: 1px dotted #3cabfe;
	background-color: #d7ecf9;
	color: #000000;
	border-radius: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	padding: 30px;
}

.contact_right img {
	width: 100%
}

.clearfix {
	clear: both;
}

.contact_right .form-group {
	margin-bottom: 23px;
}

.contact_right .form-group input {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #1b9f2d;
	border: 0;
	background: #fff;
	height: 42px;
	border-radius: 6px;
}

.innerpage_wrapper p {
	line-height: 1.8;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
}

.contact_right .form-group textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	height: 100px;
	resize: none;
}

.advance-blog .accordian_single_conent .image_col {
	height: 300px;
}

.advance-blog .accordian_single_conent .image_single_row.image_row .image_col {
	width: 100%;
	height: auto;
}

.blogSideTop {
	margin:0 0 15px 0;
}

.blogSideTop h4 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.blogSideTopCon {
	border: 1px solid #d9d9d9;
	padding: 4px;
}

.feature-con-img img {
	margin: 0 auto
}

.custom-course-card {
	border: 1px solid #01a6e8;
	overflow: hidden;
	margin-bottom: 20px;
}

.custom-course-image {
	height: 200px;
}

.custom-course-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.custom-course-content {
	padding: 15px;
}

.custom-course-category {
	color: #6b7280;
	font-size: 14px;
	margin-bottom: 5px;
}

.custom-course-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #090f1a;
}

.custom-course-pricing {
	display: flex;
	 justify-content: space-between; /* spread button and prices */
	gap: 8px;
}
.buy-now-btn {
    background-color: #78c52d;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.buy-now-btn:hover {
    background-color: #0284c7;
}
.custom-old-price {
	text-decoration: line-through;
	color: #9ca3af;
	font-size: 14px;
}

.custom-sale-price,
.custom-regular-price {
	font-weight: bold;
	font-size: 18px;
	color: #1f2937;
}
.about-us-section img {
  width: 180px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.blogLeftEb h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    color: #003374;
    font-size: 24px;
    margin-bottom: 10px;
}
.about-us-content {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}
.about-us-section p{
	margin-bottom: 15px;
}
@media (max-width: 768px) {
  .about-us-section img {
    float: none;
    width: 100px;
	width: 100%;
	margin-bottom: 10px;
  }
}
.about_pusrchase .accordion-head{
	font-size: 16px;
}
.about_pusrchase .accordian_single_conent{
	padding-top: 15px;
}

.myaccount-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.myaccount-area {
    background-color: #01a6e8;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    color: #fff;
	margin-bottom: 15px;
}

.myaccount-area:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.myaccount-area h4 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  color: #fff;
}

.myaccount-area img {
  max-width: 80px;
  height: auto;
  margin-left: 15px;
}

.course-entry-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.course-entries{
	margin-top: 20px;
}
.course-entry-item {
    display: flex;
    align-items: flex-start;
    background: #eaf2f7;
    margin-bottom: 16px;
    padding: 15px;
}

.course-entry-thumbnail img {
  width: 100px;
  height: auto;
  display: block;
}

.course-entry-thumbnail {
  margin-right: 12px;
}

.course-entry-title {
  text-decoration: none;
  font-weight: bold;
  color: #3a3a3a;
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.course-entry-date {
  color: #141414;
  font-size: 14px;
}




.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 15%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}
