html {
	overflow-x: hidden;
}

body {
	font-family: "Inter", sans-serif;
	line-height: 1.8;
	font-size: .875em;
	background: #fff;
	color: #000839;
	overflow-x: hidden
}

body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

body.offcanvas-menu:before {
	opacity: 1;
	visibility: visible
}

a {
	color: #1143a4;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

a:hover {
	color: #1143a4;
	/*text-decoration: none*/
	text-decoration-color: #1957c6;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: "Inter", sans-serif
}

.btn {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	font-size: 14px
}

.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.btn-primary {
	background: #1957c6;
	border-color: #1957c6
}

.btn.btn-primary:hover {
	border-color: #2671fa;
	background: #2671fa
}

.form-control,
.custom-select {
	border: 2px solid #d5d9dd;
	font-size: 14px;
	height: 40px
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
	border-color: #1143a4;
	-webkit-box-shadow: none;
	box-shadow: none
}

.gutter-v1 {
	margin-right: -20px;
	margin-left: -20px
}

@media (max-width:991.98px) {
	.gutter-v1 {
		margin-left: -15px;
		margin-right: -15px
	}
}

.gutter-v1>.col,
.gutter-v1>[class*="col-"] {
	padding-right: 20px;
	padding-left: 20px
}

@media (max-width:991.98px) {

	.gutter-v1>.col,
	.gutter-v1>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px
	}
}

.spinner-border {
	color: #1143a4
}

#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7100;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.loader {
	z-index: 7700;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.logo {
	position: absolute;
	left: 0;
	z-index: 9;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	top: 12%;
}

.logo img {
	width: 100px;
	height: auto;
	margin-top: -46px;
}
.logo .logo-subtext {
    margin-left: 5px;
}
.logo .logo-subtext h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.logo .logo-subtext span {
    font-size: 13px;
    color: rgba(0, 8, 57, .6);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}
@media (max-width: 767.98px) {
	.logo {
		top: 12%;
	}
	.logo img {
		width: 75px;
		height: auto;
		margin-top: -30px;
	}
	.logo .logo-subtext {
        margin-left: 3px;
    }
    .logo .logo-subtext h4 {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .logo .logo-subtext span {
        font-size: 10px;
        line-height: 1.5;
    }

}
.site-nav {
	position: relative
}

.menu-absolute {
	position: absolute;
	right: 15px
}

.site-nav {
	padding-top: 15px;
	padding-bottom: 15px
}

@media (max-width: 767.98px) {
	.site-nav {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.site-nav h1 {
	margin: 0;
	padding: 0;
	font-size: 24px
}

.site-nav .site-navigation .site-menu {
	margin-bottom: 0
}

.site-nav .site-navigation .site-menu>li {
	display: inline-block
}

.site-nav .site-navigation .site-menu>li>a {
	font-size: 16px;
	padding: 16px 16px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	text-decoration: none !important
}

.site-nav .site-navigation .site-menu>li>a:hover {
	color: #1143a4
}

.site-nav .site-navigation .site-menu>li.cta-button a {
	padding: 6px 20px;
	border: 1px solid #ececec;
	color: #1143a4;
	border-radius: 30px
}

.site-nav .site-navigation .site-menu>li.cta-button a:hover {
	color: #fff;
	background: #1143a4;
	border-color: #1143a4
}

.site-nav .site-navigation .site-menu>li.active>a {
	color: #1143a4
}

.site-nav .site-navigation .site-menu .has-children {
	position: relative
}

.site-nav .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px
}

.site-nav .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 14px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon'
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	z-index: 999;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
	padding: 20px 0;
	margin-top: 20px;
	margin-left: 0;
	background: #fff;
	-webkit-transition: .2s 0s;
	-o-transition: .2s 0s;
	transition: .2s 0s
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #000
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
	color: #1143a4 !important
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 180px
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 5px 20px;
	display: block
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	color: #1143a4
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
	color: #1143a4
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
	color: #1143a4
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
	color: #1143a4
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
	cursor: pointer
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0;
	visibility: visible;
	opacity: 1
}

.site-mobile-menu-close {
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
	z-index: 99;
	cursor: pointer;
	top: -20px
}

.site-mobile-menu-close>span {
	cursor: pointer;
	display: block;
	position: absolute;
	height: 30px;
	width: 30px
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 30px;
	background: #000
}

.site-mobile-menu-close>span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.site-mobile-menu-close>span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .8s all cubic-bezier(.23, 1, .32, 1);
	-o-transition: .8s all cubic-bezier(.23, 1, .32, 1);
	transition: .8s all cubic-bezier(.23, 1, .32, 1)
}

.offcanvas-menu .site-mobile-menu {
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative
}

.site-mobile-menu .site-nav-wrap a {
	padding: 5px 20px;
	display: block;
	position: relative;
	color: #000
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: #1143a4
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block
}

.site-mobile-menu .site-nav-wrap li.active>a {
	color: #1143a4
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 14px;
	z-index: 20;
	font-family: "icomoon";
	content: "\e313";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
	padding-left: 20px;
	font-size: 14px
}

.site-mobile-menu .site-nav-wrap>li>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 40px;
	font-size: 14px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 14px;
	padding-left: 60px
}

.burger {
	width: 28px;
	height: 32px;
	cursor: pointer;
	position: relative
}

.burger:before,
.burger span,
.burger:after {
	width: 100%;
	height: 2px;
	display: block;
	background: #000;
	border-radius: 2px;
	position: absolute;
	opacity: 1
}

.burger:before,
.burger:after {
	-webkit-transition: top .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1);
	transition: top .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1);
	-o-transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
	transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
	transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1);
	-webkit-transition: top .35s cubic-bezier(.23, 1, .32, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
	content: ""
}

.burger:before {
	top: 4px
}

.burger span {
	top: 15px
}

.burger:after {
	top: 26px
}

.burger:hover:before {
	top: 7px
}

.burger:hover:after {
	top: 23px
}

.burger.active span {
	opacity: 0
}

.burger.active:before,
.burger.active:after {
	top: 40%
}

.burger.active:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5)
}

.burger.active:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5)
}

.burger:focus {
	outline: none
}

.hero {
	padding: 50px 0;
}

.hero h1 {
	font-size: 30px;
	font-weight: 600;
	color: #000839
}

/*.hero .bg:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 150%;*/
/*	height: 25%;*/
/*	right: -100%;*/
/*	bottom: -50px;*/
/*	z-index: -1;*/
/*	background: #dae1e7*/
/*}*/

@media (max-width:991.98px) {
	.hero {
		padding: 30px 0 5px 0;
	}
	.hero h1 {
		font-size: 30px
	}
	.hero .bg:before {
	    width: 150%;
	    height: 25%;
	    right: -100%;
	    bottom: -50px;
    }
}

.hero figure {
	position: relative
}

.hero .quote {
	padding: 50px;
	background: #000839;
	color: #fff;
	width: 100%;
	bottom: -20px;
	left: -50px;
	position: absolute
}

.feature {
    margin-bottom: 30px;
}

.feature .icon-wrap {
	position: relative
}

.feature .icon-wrap {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #1143a4;
	color: #fff;
	z-index: 0;
	text-align: center;
}

.feature .icon-wrap.c1 {
    background: #2992a9;
}
.feature .icon-wrap.c2 {
    background: #8029a9;
}
.feature .icon-wrap.c3 {
    background: #288ac7;
}
.feature .icon-wrap.c4 {
    background: #a99c29;
}
.feature .icon-wrap.c5 {
    background: #a92929;
}
.feature .icon-wrap.c6 {
    background: #a9296b;
}
.feature .icon-wrap.c7 {
    background: #29a998;
}
.feature .icon-wrap.c8 {
    background: #3f5cd0;
}

.feature .icon-wrap i,.feature .icon-wrap span {
	font-size: 30px
}

.feature h3 {
	font-size: 16px;
	font-weight: 700
}

.feature p {
	color: #ccc;
	font-size: 14px
}

.subtitle {
	display: block;
	color: rgba(0, 8, 57, .5);
	font-size: 13px
}

.section-title .heading {
	font-size: 30px;
	font-weight: 700
}

@media (max-width:991.98px) {
	.section-title .heading {
		font-size: 25px
	}
	.feature .icon-wrap {
	    margin: 0 auto;
	}
}

.achievements {
	/*padding: 50px 0 50px 0;*/
	/*background: #e8ecf5;*/
}
@media (max-width:767.98px) {
	.achievements {
		/*padding: 60px 0 30px 0*/
	}
}
.achievements .numbers {
	text-align: center;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 5px;
	min-height: 100%;
	background: #fff;
}

@media (max-width:767.98px) {
	.achievements .numbers {
		min-height: 100%;
	}
}

.achievements .numbers img {
	padding: 10px;
	width: 75px;
}

.achievements .numbers strong {
	font-size: 40px
}

.achievements .numbers h4 {
	font-size: 16px;
	margin-bottom: 10px
}

.achievements .numbers p {
	line-height: 1.5;
	color: rgba(0, 8, 57, .5)
}

.how-it-works {
	padding: 50px 0 50px 0;
	background: #e8ecf5;
}
@media (max-width:767.98px) {
	.how-it-works {
		padding: 30px 0 30px 0;
	}
}
.how-it-works .step {
	padding: 20px 70px 0 0;
	position: relative
}

@media (max-width:767.98px) {
	.how-it-works .step {
		padding: 20px 0 0 0;
	}
}

.how-it-works .step .icon-wrap {
	position: relative
}

.how-it-works .step .icon-wrap span {
	font-size: 60px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #1143a4;
}

.how-it-works .step .icon-wrap:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ced2da;
	z-index: -1
}

.how-it-works .step h3 {
	font-size: 16px;
	font-weight: 700
}

.how-it-works .step .line {
	max-width: 85px;
	position: absolute;
	top: 50%;
	right: -5%
}

@media (max-width:991.98px) {
	.how-it-works .step .line {
		display: none
	}
}

.how-it-works .step .line svg {
	max-width: 100%
}

.how-it-works .step .line.reverse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.services-section {
	background: #e8ecf5;
	padding: 50px 0 50px 0;
}
@media (max-width: 767.98px) {
	.services-section {
		padding: 30px 0 60px 0;
	}
}
.testimonial-section {
	padding: 40px 0 150px 0;
}
@media (max-width: 767.98px) {
	.testimonial-section {
		padding: 30px 0 50px 0;
	}
}
.testimonial-section .testimonial blockquote {
	margin-bottom: 20px
}

.testimonial-section .testimonial .author {
	font-size: 14px
}

.testimonial-section .testimonial .author h3 {
	font-size: 14px;
	color: #000839;
	font-weight: 700;
	margin: 0
}

.owl-single .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767.98px) {
	.owl-single .owl-nav {
		display: none
	}
}

.owl-single .owl-nav .owl-prev,
.owl-single .owl-nav .owl-next {
	position: absolute;
	top: 0
}

.owl-single .owl-nav .owl-prev span,
.owl-single .owl-nav .owl-next span {
	display: block;
	color: #fff;
	background: #1143a4;
	padding: 15px 20px;
	border-radius: 50%;
	transition: .15s all;
}
.owl-single .owl-nav .owl-prev span:hover,
.owl-single .owl-nav .owl-next span:hover {
	background: #2671fa;
}

.owl-single .owl-nav .owl-prev {
	left: -30px
}

.owl-single .owl-nav .owl-next {
	right: 0
}

.owl-single .owl-nav .owl-next>span {
	position: relative;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.blog-entries-section {
	padding: 40px 0 50px 0;
	background: linear-gradient(145deg, rgb(2 28 79) 0%, rgb(4 58 18) 100%);
	color: #fff;
}
.facilities-section {
	padding: 40px 0 30px 0;
	background: #fff;
}
@media (max-width: 767.98px) {
	.blog-entries-section {
		padding: 30px 0;
	}
	.facilities-section {
	    padding: 30px 0;
    }
}
.post-entry {
	padding: 0;
	border-radius: 10px;
	background: #fff;
	position: relative;
	top: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	overflow: hidden;
	/*height: 100%;*/
}

.post-entry .content {
	padding: 15px 15px;
	min-height: auto;
}
.facilities-section .post-entry .content {
    padding: 10px 5px;
    background: #e8ecf5;
}
.facilities-section .post-entry .content .facilities-p {
    line-height: 1.2;
}
@media (max-width: 767.98px) {
	.post-entry .content {
		min-height: auto;
	}
}
.post-entry .date {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(0, 8, 57, .5)
}

.post-entry .content h3 {
	font-size: 16px;
	font-weight: 700;
	color: #1143a4;
}

.post-entry h3 a {
	color: #000839
}

.post-entry p {
	font-size: 14px
}

.post-entry *:last-child {
	margin-bottom: 0
}

.post-entry:hover,
.post-entry:focus {
	top: -5px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .05)
}
.facilities-section .post-entry:hover,
.facilities-section .post-entry:focus {
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.img-wrap-2 {
	margin-top: 0;
	position: relative
}

.img-wrap-2 .dotted:before {
	position: absolute;
	content: "";
	background-image: url(../images/xdotted.png);
	height: 273px;
	width: 313px;
	z-index: -1;
	bottom: -50px;
	left: -50px
}

.testimonial-wrap {
	background: #f8f9fa;
	padding: 40px;
	border-radius: 40px;
	border-bottom-left-radius: 0
}

.testimonial-wrap img {
	max-width: 80px;
	border-radius: 50%;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1)
}

.testimonial-wrap blockquote,
.testimonial-wrap .author {
	max-width: 300px;
	font-weight: 700;
	text-align: left;
	margin-left: auto;
	margin-right: auto
}

.testimonial-wrap .author {
	font-weight: 400
}

.custom-block {
	margin-bottom: 30px
}

.custom-block .section-title {
	font-size: 22px;
	font-weight: 700
}

.custom-accordion .accordion-item {
	background-color: #f9f9f9;
	margin-bottom: 0;
	position: relative;
	border-radius: 0;
	overflow: hidden
}

.custom-accordion .accordion-item .btn-link {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	text-align: left;
	color: #999;
	border: none;
	padding-left: 40px;
	border-radius: 0;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}

.custom-accordion .accordion-item .btn-link:before {
	font-family: 'icomoon';
	content: "\f067";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
	font-weight: 700;
	color: #1143a4
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
	font-family: 'icomoon';
	content: "\f068";
	position: absolute;
	color: #1143a4;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px
}

.custom-accordion .accordion-item.active {
	z-index: 2
}

.custom-accordion .accordion-item.active .btn-link {
	color: #1143a4;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1)
}

.custom-accordion .accordion-item .accordion-body {
	padding: 20px 20px 20px 20px;
	color: #888
}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px
}

.control .caption {
	position: relative;
	top: -3px;
	font-size: 16px
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border-radius: 4px
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
	background: #ccc
}

.control input:checked~.control__indicator {
	background: #1143a4
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
	background: #2b74fb
}

.control input:disabled~.control__indicator {
	background: #e6e6e6;
	opacity: .9;
	pointer-events: none
}

.control__indicator:after {
	font-family: 'icomoon';
	content: '\e5ca';
	position: absolute;
	display: none;
	font-size: 14px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.control input:checked~.control__indicator:after {
	display: block;
	color: #fff
}

.control--checkbox .control__indicator:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.control--checkbox input:disabled~.control__indicator:after {
	border-color: #7b7b7b
}

.control--checkbox input:disabled:checked~.control__indicator {
	background-color: #1143a4;
	opacity: .2
}

.gal-item {
	display: block;
	margin-bottom: 8px
}

.gal-item img {
	border-radius: 4px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 1
}

.gal-item:hover img {
	opacity: .5
}

.social-icons li {
	display: inline-block
}

.social-icons li a {
	color: rgba(255, 255, 255, .5);
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	background: #303030
}

.social-icons li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.social-icons li a:hover {
	color: #fff
}

.social-icons li:first-child a {
	padding-left: 0
}

.social-icons.light li a {
	color: #000;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	background: #f8f9fa
}

.video-wrap {
	position: relative;
	display: block;
	padding-top: 15px;
}

.video-wrap .play-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.video-wrap .play-wrap>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-wrap:hover .play-wrap {
	width: 60px;
	height: 60px
}

.owl-single.dots-absolute .owl-dots {
	bottom: 40px
}

.owl-single.dots-absolute .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, .5)
}

.owl-single .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.owl-single .owl-dots .owl-dot {
	display: inline-block;
	margin: 5px
}

.owl-single .owl-dots .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2)
}

.owl-single .owl-dots .owl-dot.active span {
	background: #1143a4
}

.owl-single.no-nav .owl-nav {
	display: none
}

.testimonial {
	max-width: 500px;
	text-align: center;
	margin-bottom: 30px
}

.testimonial .name {
	font-size: 18px;
	color: #000
}

.testimonial .img-wrap img {
	margin: 0 auto;
	width: 70px;
	border-radius: 50%
}

.list-check li {
	display: block;
	padding-left: 30px;
	position: relative
}

.list-check li:before {
	content: "\e5ca";
	font-family: 'icomoon';
	position: absolute;
	top: -.3rem;
	font-size: 20px;
	left: 0
}

.list-arrow li {
	display: block;
	padding-left: 25px;
	position: relative
}

.list-arrow li:before {
	content: "\f0a9";
	font-family: 'icomoon';
	position: absolute;
	top: 4px;
	font-size: 18px;
	left: 0;
	color: #ee5b30;
	background: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    line-height: 14px;
}

.list-university li {
	display: block;
	padding-left: 30px;
	position: relative
}

.list-university li:before {
	content: "\f19c";
	font-family: 'FontAwesome';
	position: absolute;
	top: -.3rem;
	font-size: 20px;
	left: 0
}

.site-footer {
	padding-top: 40px;
	padding-bottom: 80px;
	font-size: 15px;
	background-color: #091730;
}

@media (max-width:991.98px) {
	.site-footer {
		padding-top: 30px;
		padding-bottom: 60px;
	}
}

.site-footer a {
	color: #000
}

.site-footer a:hover {
	color: #1143a4
}

.site-footer .widget {
	margin-bottom: 30px
}

.site-footer .widget h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px
}

.site-footer .widget .social li {
	display: inline-block;
	margin-right: 10px;
}

.site-footer .widget .social li a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #333;
	display: inline-block;
	position: relative;
	color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.site-footer .widget .social li.fb a {
    background-color: #1778F2;
}
.site-footer .widget .social li.ig a {
    background-color: #bc2a8d;
}
.site-footer .widget .social li.yt a {
    background-color: #FF0000;
}

.site-footer .widget .social li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.site-footer .widget .social li.fb a:hover {
	color: #1778F2;
	background: #fff;
}
.site-footer .widget .social li.ig a:hover {
	color: #bc2a8d;
	background: #fff;
}
.site-footer .widget .social li.yt a:hover {
	color: #FF0000;
	background: #fff;
}

.site-footer .widget .links li {
	display: block;
	margin-bottom: 10px
}

.site-footer .widget .links li a {
	color: #000
}

.site-footer .widget .links li a:hover {
	color: #1143a4
}

.site-footer .copyright {
	position: relative;
	/* padding-top: 40px; */
	/* margin-top: 40px */
}

.site-footer .copyright:before {
	top: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	content: "";
	height: 1px;
	background: #ebedee
}

.more-btn {
	color: #1143a4 !important;
}
.more-btn:hover {
	text-decoration: underline;
}
.more-btn2 {
    display: block;
	color: #1143a4 !important;
}
.more-btn2:hover {
	text-decoration: underline;
}

.footer-banner {
    position: fixed;
    background: #FFFFFF;
    padding: 2px 0 2px 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: none;
    box-shadow: 0px -1px 10px rgb(0 0 0 / 10%);
    z-index: 12;
}
.footer-banner .footer-container {
    align-items: center;
    justify-content: space-around;
}
.footer-banner .footer-container h4 {
	margin: 0;
}
.footer-banner .btn {
	padding: 10px 20px;
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .footer-banner {
        padding: 5px 0 9px 0;
    }
    .footer-banner .footer-container {
        justify-content: center;
    }
	.footer-banner .btn {
		padding: 6px;
	}
}

.modal-section {
	background: #edeff1;
    padding: 40px 0;
}
@media (max-width: 767.98px) {
	.modal-section {
		padding: 15px 0;
	}
}
.modal {
	padding: 0 !important;
}
.modal .modal-dialog {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal .modal-body {
	overflow-y: auto;
}

.img-wrap-modal {
	margin-top: 100px;
	position: relative;
}
.img-wrap-modal .img-fluid {
	position: relative;
	z-index: 1;
}
.img-wrap-modal .dotted:before {
	position: absolute;
	content: "";
	background-image: url(../images/xdotted.png);
	height: 273px;
	width: 313px;
	z-index: 0;
	bottom: -50px;
	left: -50px
}
.modal-logo {
	line-height: 1;
}
.modal-logo img {
    width: 80px;
    height: auto;
}
#agiForm .modal-header .close {
	padding: 1.5rem 1rem;
	font-size: 2rem;
}
#agiForm .section-title .heading {
	font-size: 25px;
    font-weight: 600;
}
#agiForm .modal-body {
	padding: 0;
}
#agiForm .modal-header {
	padding: .5rem 1rem;
}
#agiForm label {
	color: rgb(55, 55, 55);
	margin-bottom: .2rem;
	line-height: 1.6;
}
#agiForm .form-group {
	margin-bottom: .5rem;
}
#agiForm .btn {
	margin: 0.5rem auto 0 auto;
    display: block;
}
.header-bg {
	background-color: #e8ecf5;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 15%);
    border-bottom: 1px solid #ccd3e5;
}
.faqs {
	padding: 40px 0;
    background: #fff;
}
@media (max-width: 767.98px) {
	.faqs {
		padding: 30px 0;
	}
}
.earn-logo {
	width: 220px;
    margin: 10px auto;
}
.full-img-section {
	padding: 50px 0;
	background: url('../images/full-bg.jpg');
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	position: relative;
}
.full-img-section:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.75);
}

.full-img-section-counselor {
	padding: 30px 0;
	background: url('../images/full-bg-counselor.jpg');
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	position: relative;
}
.full-img-section-counselor:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
.full-img-section-counselor .btn {
    font-weight: 500;
    font-size: 18px;
}

.course-details {
	padding: 0;
}
@media (max-width: 767.98px) {
	.course-details {
		padding: 0;
	}
}
.course-details .widget {
	margin-bottom: 0;
}

.course-details .widget h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}
.thanks {
    padding: 50px 0;
}
@media (max-width: 767.98px) {
	.thanks {
		padding: 30px 0;
	}
}
.thanks-box {
    padding: 20px;
    box-shadow: 2px 2px 12px rgb(0 0 0 / 15%);
	border-radius: 10px;
	border-bottom-left-radius: 0;
}
.thanks-box img {
	width: 60px;
	margin: 20px;
}

.what-learn-section {
    background-color: #e8ecf5;
    padding: 10px 0 10px 0;
}

.what-learn-section .learn-card-container {
	position: relative;
}
.what-learn-section .learn-card-container .learn-card {
	position: relative;
	top: 0;
	margin-bottom: 40px;
	margin-top: -100px;
}
.what-learn-section .learn-card {
    position: absolute;
    width: 98%;
    box-shadow: 2px 2px 12px rgb(0 0 0 / 15%);
    border-radius: 12px;
    background-color: #FFFFFF;
}
.what-learn-section .learn-card-container .learn-card .learn-card-banner {
	padding: 10px 10px;
	background: url('../images/course-banner4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    background-position: center;
}
.what-learn-section .learn-card-container .learn-card .learn-card-banner h3 {
	align-self: center;
	color: #fff;
	margin: 20px 0;
	font-size: 20px;
}
.what-learn-section .learn-card-container .learn-card .learn-grid {
	display: grid;
    grid-template-columns: 33.33333% 33.33333% 33.33333%;
    padding: 6% 0 6% 4%;
    grid-row-gap: 10px;
    justify-content: center;
    grid-column-gap: 4px;
}
.what-learn-section .learn-card-container .learn-card .learn-grid .learn {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.what-learn-section .learn-card-container .learn-card .learn-grid .learn img {
    align-self: center;
    height: 50px;
    margin: 10px auto;
    display: block;
}
.what-learn-section .learn-card-container .learn-card .learn-grid .learn p {
    padding: 0 10px 0 15px;
    align-self: center;
    font-size: 15px;
	margin: 0;
	line-height: initial;
	text-align: center;
}
@media (min-width: 768px) {
	.what-learn-section .learn-card-container {
	    display: flex;
	    justify-content: center;
		position: relative;
	}
	/*.learn-card {*/
	/*	display: grid;*/
	/*	grid-template-columns: 40% 60%;*/
	/*	width: 84%;*/
	/*}*/
	.what-learn-section .learn-card-container .learn-card .learn-card-banner {
		display: flex;
    	padding: 10px 10px;
    	border-bottom-left-radius: 0;
		border-top-left-radius: 12px;
    	border-top-right-radius: 12px;
	}
	.what-learn-section .learn-card-container .learn-card .learn-card-banner h3 {
	    font-size: 25px;
    }
	.what-learn-section .learn-card-container .learn-card .learn-grid {
		grid-row-gap: 15px;
		grid-template-columns: auto auto auto auto auto;
		justify-content: space-around;
		padding: 15px 10px;
	}
}
@media (max-width: 767.98px) {
	.what-learn-section .learn-card-container .learn-card {
		position: relative;
		top: 0;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 100%;
	}
	.what-learn-section .learn-card-container .learn-card .learn-card-banner {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
	.what-learn-section .learn-card-container .learn-card .learn-grid {
		grid-template-columns: auto auto !important;
		padding: 15px 10px;
	}
	.what-learn-section .learn-card-container .learn-card .learn-grid .learn {
        padding-bottom: 10px;
    }
	.what-learn-section .learn-card-container .learn-card .learn-grid .learn:last-child {
        border-bottom: 0;
    }
}

.info-box {
	border-radius: 10px; 
	background-color: #e8ecf5; 
	padding: 10px; 
	margin-bottom: 25px;
}

.enquiry-form {
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #edeff1;
    border: 1px solid #c0c7d6;
    overflow: hidden;
}
.enquiry-form .enquiry-head {
    background-color: #1957c6;
    background: linear-gradient(145deg, rgb(12 66 171) 0%, rgb(1 161 146) 100%);
    padding: 10px 10px;
}
.enquiry-form .enquiry-head h3 {
    font-size: 24px;
}
.enquiry-form .enquiry-head .subtitle {
    margin: 0;
}
.enquiry-form .enquiry-content {
    padding: 20px 20px;
}
.enquiry-form label {
	color: rgb(55, 55, 55);
	margin-bottom: .2rem;
	line-height: 1.6;
}
.enquiry-form .form-group {
	margin-bottom: .5rem;
}
.enquiry-form .btn {
	margin: 0.5rem auto 0 auto;
    display: block;
}
.anchor {
    display: block;
    position: relative;
    top: -5px;
    visibility: hidden;
}
.tcsion-badge {
    position: absolute;
    width: 180px;
    left: auto;
    right: -30px;
    bottom: -30px;
    z-index: 1;
}
@media (max-width: 767.98px) {
	.tcsion-badge {
        width: 140px;
        right: 30px;
        bottom: -30px;
    }
}
.admission-seats-info div {
    display: inline-block;
}
.admission-seats-info .admission-timer div {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.admission-seats-info .admission-timer div:last-child {
    margin-right: 0;
}
.admission-seats-info .admission-timer div span:first-child {
    display: block;
    background: #e8ecf5;
    color: #ea3b3b;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 5px;
    line-height: 25px;
    height: 35px;
    width: 30px;
}
.admission-seats-info .admission-timer div span:last-child {
    display: block;
    font-size: 12px;
    color: rgb(23 23 23 / 80%);
}
.admission-seats-info .admission-timer p {
    font-size: 14px;
    color: #ea3b3b;
    margin-bottom: 2px;
    text-align: left;
}
.admission-seats-info .admission-progress {
    position: relative;
    text-align: center;
}
.admission-seats-info .admission-progress svg {
  height: 50px;
  width: auto;
  transform: rotate(-90deg);
  display: block;
  position: relative;
  margin: auto;
}
.admission-seats-info .admission-progress .bar-bg {
  fill: none;
  stroke: #e8ecf5;
  stroke-width: 1.8;
}
.admission-seats-info .admission-progress .bar-fill {
  fill: none;
  stroke: #e8ecf5;
  stroke: #ea3b3b;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
  transition: stroke-dashoffset 1s ease-in-out;
}
.admission-seats-info .admission-progress span.percent {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
}
.admission-seats-info .admission-progress span:last-child {
    display: block;
    font-size: 12px;
    color: rgb(23 23 23 / 80%);
}
.footer-banner .admission-seats-info .admission-timer p {
    font-size: 13px;
    margin-bottom: 1px;
}
.footer-banner .admission-seats-info .admission-timer div span:first-child {
    font-size: 14px;
    padding: 4px;
    line-height: 24px;
    height: 32px;
    width: 26px;
}
.footer-banner .admission-seats-info .admission-timer div span:last-child {
    font-size: 11px;
}
.footer-banner .admission-seats-info .admission-progress svg {
    height: 45px;
}
.footer-banner .admission-seats-info .admission-progress span.percent {
    font-size: 13px;
}
.footer-banner .admission-seats-info .admission-progress span:last-child {
    font-size: 11px;
}
.carousel {
  /*margin-bottom: 4rem;*/
}
.carousel-caption {
  top: 8rem;
  z-index: 10;
  right: 11%;
  bottom: 20px;
  left: 11%;
}
.carousel-item {
  height: 30rem;
  background-color: #777;
}
.carousel-item:before {
    content: "";
    background: linear-gradient(145deg, rgb(2 24 66 / 60%) 0%, rgb(3 64 56 / 50%) 100%);
    position: absolute;
    inset: 0;
    z-index: 2;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.slider-logo {
    width: 150px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
.carousel-caption h1 {
    font-size: 30px;
    font-weight: 600;
}
.carousel-caption ul li {
    margin-bottom: 5px;
}
.carousel-content {
	position: relative;
	z-index: 10;
	top: 4.5rem;
}
.carousel-content h1 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}
.carousel-content h1 span {
    color: #ffe000;
}
@media (max-width: 767.98px) {
    .carousel-item {
        height: 36rem;
        background-color: #777;
    }
	.carousel-caption {
        top: 6rem;
        z-index: 10;
        right: 5%;
        bottom: 20px;
        left: 5%;
    }
    .slider-logo {
        width: 120px;
        padding: 7px;
    }
    .carousel-content {
		top: 2.5rem;
	}
	.carousel-content h1 {
	    font-size: 25px;
	}
}

.courses-banner {
    padding: 20px 0 20px 0;
    background: #eee;
    color: #000839;
    background: linear-gradient(10deg, rgb(199 215 245) 0%, rgb(218 255 231) 100%);
}
.courses-banner h5 {
    color: #000839;
}

.course-grid {
	display: grid;
    grid-template-columns: 33.33333% 33.33333% 33.33333%;
    padding: 6% 0 6% 4%;
    grid-row-gap: 10px;
    justify-content: center;
    grid-column-gap: 4px;
}
.course-grid .course {
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #eee;*/
}
.course-grid .course img {
    align-self: center;
    height: 40px;
    margin: 10px auto;
    display: block;
}
.course-grid .course p {
    padding: 0 5px 0 5px;
    align-self: center;
    font-size: 14px;
	margin: 0;
	line-height: initial;
	text-align: center;
}
@media (min-width: 768px) {
	.course-grid {
	    grid-row-gap: 0px;
        grid-template-columns: auto auto auto auto auto auto auto auto;
        justify-content: center;
        padding: 0;
	}
}
@media (max-width: 767.98px) {
	.course-grid {
		grid-template-columns: auto auto auto !important;
		padding: 15px 10px;
	}
	.course-grid .course {
        padding-bottom: 10px;
    }
	.course-grid .course:last-child {
        border-bottom: 0;
    }
    .course-grid .course p {
        padding: 0 10px 0 15px;
        font-size: 13px;
    }
    .course-grid .course img {
        height: 30px;
        margin: 8px auto;
    }
}
.tcs-logo {
    height: auto;
    width: 150px;
}
.side-btns .badge {
    padding: 10px 30px;
    font-size: 100%;
}
.carousel-menu {
    position: relative;
    z-index: 10;
    color: #fff;
}
.carousel-menu .site-nav .site-navigation .site-menu>li>a {
    color: #fff;
}
.carousel-menu .site-nav .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}
.carousel-menu .site-nav .site-navigation .site-menu>li>a:hover {
    color: #ee5b30;
}
.carousel-menu .logo {
    top: 25%;
}
.carousel-menu .logo img {
    margin-top: 0;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    width: 120px;
}
.carousel-menu .burger:before, .carousel-menu .burger span, .carousel-menu .burger:after {
    background: #fff;
}
@media (max-width: 767.98px) {
    .carousel-menu .logo img {
        border-radius: 8px;
        padding: 4px;
        width: 80px;
    }
    .tcs-logo {
        width: 120px;
    }
}
.carousel-menu .btn-carousel {
    padding: 8px 15px;
}
.form-absolute {
	position: absolute;
    bottom: -200px;
    z-index: 11;
}
@media (max-width: 767.98px) {
	.form-absolute {
		position: relative;
		bottom: 0;
	}
}

.header-top-mq {
    background: #05286a;
    background: linear-gradient(145deg, rgb(5 40 106) 0%, rgb(6 78 72) 100%);
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 999;
    transition: .25s all;
    white-space: nowrap;
}
.header-top-mq .bz-mq {
    width: 100%;
    overflow: hidden;
    cursor: default;
}
.header-top-mq .bz-mq h5 {
    color: #fff;
    display: inline-block;
    margin: 0;
    line-height: inherit;
    padding: 6px 5px;
}
.header-top-mq .bz-mq h5 span:first-child {
    color: #ffe000;
}