@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
a,
a:hover {
	text-decoration: none;
	outline: none
}
a {
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s
}
img {
	max-width: 100%
}
h1,
h2,
h3,
h4,
h5 {
	color: #000
}
body {
	color: #424448;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px
}
.align_items_center {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.display_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.body_wraper {
	width: 100%;
	float: left
}
.header_outer {
	width: 100%;
	float: left;
	position: relative
}
.headerin {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	-webkit-box-shadow: 0 2px 7px 0 rgba(196, 196, 196, 0.34);
	box-shadow: 0 2px 7px 0 rgba(196, 196, 196, 0.34)
}
.header_outer {
	height: 82px
}
.header_align {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 15px 15px
}
.header_topbar {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff
}
.logo_sec {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.logo_sec a {
	width: 170px;
	display: block;
	position: relative
}
.logo_sec a img {
	width: 100%
}
.header_contact {
	width: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header_contact ul.contul {
	padding-top: 0
}
.header_contact ul.contul li {
	display: inline-block;
	position: relative;
	padding-left: 75px;
	line-height: 1.5;
	font-weight: 600;
	padding-top: 5px;
	margin-left: 40px;
	font-size: 16px
}
.header_contact ul.contul li .icon_hc {
	position: absolute;
	left: 0;
	top: 4px;
	width: 32px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header_contact ul.contul li .icon_hc:before {
	content: "";
	right: -23px;
	top: 5px;
	width: 1px;
	height: 35px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute
}
.header_contact ul.contul li .icon_hc img {
	width: 100%
}
.header_contact ul.contul li .icon_emergency img {
	position: relative;
	top: 0;
	left: 1px
}
.header_contact ul.contul li span {
	display: block;
	font-weight: 400;
	font-size: 14px
}
.heaer_right {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.heaer_right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.heaer_right .h_logo {
	margin-right: 50px
}
.heaer_right .h_logo img {
	width: 150px
}
.heaer_right .top_enquirybtn a {
	display: inline-block;
	padding: 5px 20px 6px;
	background: #19569c;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase
}
.heaer_right .top_enquirybtn a:hover {
	background: #002c5f
}
@media (max-width: 991px) {
	.header_contact {
		display: none
	}
	.header_align {
		padding-left: 0;
		padding-right: 0
	}
	.header_outer {
		height: 68px
	}
}
@media (max-width: 767px) {
	.heaer_right .top_enquirybtn {
		display: none
	}
	.heaer_right .h_logo {
		margin-right: 0
	}
	.logo_sec a {
		width: 132px
	}
	.heaer_right .h_logo img {
		width: 128px
	}
	.header_outer {
		height: 60px
	}
}
.slider_content h3 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
	margin: 15px 0
}
.slider_content .theme_btn {
	border: 2px solid #fff;
	color: #fff;
	background: transparent
}
.slider_content .theme_btn:hover {
	background: #fff;
	color: #000
}
.theme_btn {
	display: inline-block;
	background: #002c5f;
	padding: 10px 35px 12px;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase
}
.theme_btn:hover {
	background: #002c5f;
	color: #fff
}
.promo-slider__item:before {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	background: #000;
	opacity: 0
}
.home_slider_Sec picture img {
	width: 100%
}
@media (max-width: 575px) {
	.home_slider_Sec .slider__nav--promo {
		display: none !important
	}
}
.totop {
	position: fixed;
	bottom: 68px;
	right: 5px;
	cursor: pointer;
	display: none;
	background: #19569c;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	z-index: 10;
	-webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
	box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
.totop span {
	display: block
}
.totop:hover {
	background: #002c5f;
	color: #fff
}
.whatsapp_icon {
	z-index: 10;
	font-size: 26px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	right: 5px;
	bottom: 130px;
	background: #34ba48;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff
}
.whatsapp_icon i {
	position: relative;
	left: 1px;
	top: -1px
}
.whatsapp_icon:hover {
	background: #0bb365;
	color: #fff
}
.call_iconbtn {
	z-index: 10;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	right: 5px;
	bottom: 190px;
	background: #318fb5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff
}
.call_iconbtn i {
	position: relative;
	left: 1px;
	top: -1px
}
.call_iconbtn:hover {
	background: #0094da;
	color: #fff
}
.vertical_btn {
	display: block;
	position: fixed;
	bottom: 305px;
	right: -42px;
	padding: 5px 20px 4px;
	border-radius: 4px;
	background: #e6b403;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	z-index: 10;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	letter-spacing: 3px
}
.vertical_btn:hover {
	background: #002c5f;
	color: #fff
}
@media (max-width: 991px) {
	.vertical_btn {
		padding: 3px 15px;
		font-size: 18px;
		right: -34px;
		bottom: 297px
	}
}
.footer_sec {
	width: 100%;
	float: left;
	background: #212121;
	padding: 80px 0 0
}
.footer_sec p,
.footer_sec a,
.footer_sec li {
	color: #ababab
}
.footer_sec .footer_contact ul li {
	margin-bottom: 15px
}
.footer_sec .footer_contact ul li span {
	display: block;
	color: #e1e9ef
}
.footer_sec .footer_nav ul li {
	margin-bottom: 10px
}
.footer_sec .footer_nav ul li a {
	display: inline-block
}
.footer_sec a:hover {
	color: #fff
}
.footer_sec .footer_logo img {
	width: 80px
}
.footer_widget {
	width: 100%;
	margin-bottom: 30px
}
.footer_widget h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 20px
}
.footer_social {
	width: 100%
}
.footer_social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto
}
.footer_social ul li {
	margin-right: 10px
}
.footer_social ul li:last-child {
	margin-right: 0
}
.footer_social ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px
}
.footer_social ul li a:hover {
	background: #ea1d2c;
	color: #fff;
	border-color: #ea1d2c
}
.copy_right_sec {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
	padding: 30px 0
}
.copy_right_sec p {
	margin: 0;
	font-size: 14px
}
.copy_right_sec p a {
	opacity: .8;
	display: inline-block
}
.fcopy {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 991px) {
	.footer_social ul {
		margin: auto auto 20px
	}
	.fcopy {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer_widget h4 {
		font-size: 16px
	}
}
@media (max-width: 575px) {
	.footer_sec {
		padding-top: 50px
	}
	.copy_right_sec {
		margin-top: 20px
	}
}
.introsec {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding: 90px 0 50px
}
.introsec .commen_title {
	text-align: center
}
.mdel_sticky_header {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 82px;
	background: #f5f5f5;
	z-index: 9;
	padding: 20px 0
}
.mdel_sticky_header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.mdel_sticky_header ul li {
	width: 33.33%
}
.mdel_sticky_header ul li a {
	display: block;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	border-right: 0;
	text-transform: uppercase;
	color: #000 !important
}
.mdel_sticky_header ul li:last-child a {
	border-right: 1px solid;
	border-color: rgba(0, 0, 0, 0.3)
}
.mdel_sticky_header ul li a.active,
.mdel_sticky_header ul li a:hover {
	background: #002c5f;
	color: #fff !important
}
.modal_content_outer {
	width: 100%;
	padding-top: 30px
}
.modal_content_row {
	width: 100%;
	margin-bottom: 40px
}
.model_cate_title {
	width: 100%
}
.model_cate_title h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px
}
.model_catebox {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border: 0px solid rgba(0, 0, 0, 0.2);
	overflow: hidden
}
.commen_title {
	width: 100%;
	margin-bottom: 20px
}
.commen_title h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase
}
.model_catebox_image {
	position: relative;
	width: 100%;
	overflow: hidden
}
.mc_title_box {
	width: 100%;
	text-align: center;
	padding: 30px 40px 40px;
	background: #002c5f
}
.mc_title_box h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #fff
}
.mc_title_box a {
	background: transparent;
	border: 1px solid #69809a
}
.mc_title_box a:hover {
	background: #19569c;
	border-color: #19569c
}
@media screen and (max-width: 1199px) {
	.mc_title_box a {
		padding: 7px 15px 8px;
		font-size: 14px
	}
}
@media (max-width: 991px) {
	.mdel_sticky_header {
		display: none
	}
	.model_cate_title {
		text-align: center
	}
	.modal_content_outer {
		padding-top: 30px;
		border-top: 1px solid rgba(0, 0, 0, 0.1)
	}
}
@media (max-width: 575px) {
	.introsec {
		padding: 50px 0 0px
	}
	.introsec .commen_title h3 {
		font-size: 36px
	}
	.mc_title_box {
		padding: 30px 15px 35px
	}
	.commen_title h3 {
		font-size: 30px
	}
}
.featured_sec {
	width: 100%;
	float: left;
	background: #fff;
	padding: 90px 0 80px
}
.featured_sec .commen_title {
	text-align: center;
	margin-bottom: 40px
}
.featured_sec .commen_title h3 {
	margin-bottom: 15px
}
.featured_sec .commen_title p {
	margin: auto;
	width: 992px;
	max-width: 100%;
	font-size: 20px;
	line-height: 1.6
}
.featured_sec .tes_nav {
	max-width: 767px;
	width: 100%;
	position: relative;
	margin: 20px auto 30px
}
.featured_sec .tes_nav .slick-list {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0
}
.featured_sec .tes_nav .slick-list .slick-slide.slick-current .feat_thumouter {
	opacity: 1;
	border-color: rgba(0, 0, 0, 0.2)
}
.featured_sec .tes_nav .slick-list .slick-slide {
	opacity: 1;
	cursor: pointer;
	padding: 0 1px
}
.featured_sec .tesnav-thumb {
	padding: 0 5px;
	width: 100%;
	text-align: center
}
.featured_sec .tesnav-thumb img {
	width: 100px;
	display: inline-block !important
}
.featured_sec .feat_thumb_title {
	width: 100%;
	text-align: center
}
.featured_sec .feat_thumb_title h5 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .2px;
	margin: 10px 0 15px
}
.featured_sec .feat_thumouter {
	width: 100%;
	border: 1px solid transparent;
	padding: 0 5px
}
.featured_sec .model_catebox {
	border: 1px solid rgba(0, 0, 0, 0.2)
}
.featured_sec .model_catebox_image {
	padding: 15px 30px 0;
	text-align: center
}
.featured_sec .model_catebox_image img {
	display: inline-block
}
.featured_sec .mc_title_box {
	background: #fff
}
.featured_sec .mc_title_box h4 {
	color: #000
}
.featured_sec .mc_title_box a {
	background: #002c5f;
	color: #fff;
	border: 0
}
.featured_sec .mc_title_box a:hover {
	background: #19569c
}
.fea_btndiv {
	width: 100%;
	text-align: center;
	padding: 0px 0 30px
}
.featured_imagelarg {
	width: 100%;
	text-align: center
}
.featured_imagelarg img {
	display: inline-block !important;
	width: 767px
}
@media (max-width: 575px) {
	.featured_sec .tes_nav {
		width: 100%
	}
	.featured_sec .feat_thumb_title h5 {
		font-size: 12px
	}
	.featured_sec {
		padding: 50px 0 40px
	}
}
.about_sec {
	width: 100%;
	float: left;
	padding: 90px 0;
	background: #fff
}
.about_content {
	width: 100%;
	padding-left: 30px
}
.about_content p {
	font-size: 18px
}
.about_content .commen_title span {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	color: #002c5f;
	margin-bottom: 0;
	line-height: 1.2
}
@media (max-width: 991px) {
	.about_content {
		padding: 30px 0 0
	}
}
@media (max-width: 991px) {
	.about_sec {
		padding: 60px 0 30px
	}
}
.course_pop_outsec.enquiry_popbg {
	background: #002c5f url("../images/bg2.jpg") no-repeat center;
	background-size: cover
}
.course_pop_outsec {
	background: #002c5f url("../images/bg1.jpg") no-repeat center;
	background-size: cover
}
.course_pop_outsec button.close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	line-height: 27px;
	font-size: 14px;
	padding: 0;
	outline: none;
	z-index: 1
}
.course_pop_outsec .modal-dialog {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}
.course_pop_outsec:before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: -1;
	opacity: 0.3
}
@media (min-width: 992px) {
	.course_pop_outsec .modal-dialog {
		margin-left: 60px;
		margin-right: 0
	}
}
.course_pop_outsec .modal-body {
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}
.course_pop_outsec .modal-content {
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}
.pop_form_sec {
	position: relative;
	padding: 60px 30px 50px;
	background: #fff
}
.pop_form_sec h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase
}
.pop_input {
	width: 100%;
	margin-bottom: 10px
}
.pop_input label {
	font-size: 14px;
	color: #333
}
.pop_input input {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 40px;
	padding: 0 15px;
	color: #333;
	outline: none;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}
.pop_input input[type="submit"] {
	width: 100%;
	border: 0;
	height: auto;
	padding: 10px 15px 11px;
	color: #fff;
	outline: none;
	text-transform: uppercase;
	background: #002c5f;
	font-size: 14px;
	margin-top: 15px
}
.pop_input input[type="submit"]:hover {
	background: #19569c
}

.base-links
{
text-align:right;
}
.base-links li
{
position:relative;
display:inline-block;
padding-right:10px;
margin-right:10px;
}
.base-links li::after
{
content:'';
width:1px;
height:30px;
background:#FFF;
position:absolute;
right:0px;
top:0px;
}
.base-links li:last-child
{
padding-right:10px;
margin-right:10px;

}
.base-links li:last-child::after
{
display:none;
}
@media (max-width: 991px) {
	.outer_close {
		display: none
	}
	.course_pop_outsec button.close {
		right: 5px;
		top: 5px
	}
}
/*# sourceMappingURL=custom.css.map */