html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
/*body {
	font-size: 15px;
	color: #555555;
	background: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-family: 'BrixSansW01-Light';
}*/
.fl {
	float: left;
}
.fr {
	float: right;
}
li, ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a, a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,  a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.clear {
}
.clear:before,  .clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear: both;
}
input, textarea {
	outline: none !important;
}
#wrapper {
	width: 100%;
}
 input[type=text]::-moz-placeholder,  input[type=search]::-moz-placeholder,  .input-text::-moz-placeholder,  .input_text::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=text]::-webkit-input-placeholder,  input[type=search]::-webkit-input-placeholder,  .input-text::-webkit-input-placeholder,  .input_text::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=text]::-ms-placeholder,  input[type=search]::-ms-placeholder,  .input-text::-ms-placeholder,  .input_text::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-ms-input-placeholder {
 color: inherit;
 opacity: 1;
}
/*============ Default Css End ============*/







/*============ Bootstrap Class Overwriter CSS Code Start ============*/

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
	max-width: 1170px;
}
}

@media (min-width: 1260px) {
.container {
	width: 1200px;
	max-width: 1200px;
}
}
.center-block {
	float: none;
}
.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxfix {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	position: relative;
}
/* navbar start */



/*=========================================*/

/* Elements css Start  */

/*=========================================*/



/*h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0;
	padding: 0;
	color: #0a2360;
}*/
/*=========================================*/

/* Elements css End  */

/*=========================================*/





/*=========================================*/

/* Main Header */

/*=========================================*/



.header-inner {
	max-width: 1170px;
}
.ham_menubtn {
	margin: 0;
	position: relative;
	z-index: 9;
	transform: translateY(0);
}
.ham_menubtn a {
	display: block;
}
.ham_menubtn a span {
	display: block;
	background: #000;
	width: 24px;
	height: 2px;
	position: relative;
	overflow: hidden;
	-webkit-transition: transform .55s cubic-bezier(.19, 1, .22, 1), opacity .2s cubic-bezier(.19, 1, .22, 1);
	transition: transform .55s cubic-bezier(.19, 1, .22, 1), opacity .2s cubic-bezier(.19, 1, .22, 1);
	will-change: transform, opacity;
}
.ham_menubtn a span + span {
	margin-top: 6px;
}
.ham_menubtn a.active span:nth-child(2) {
	opacity: 0;
}
.ham_menubtn a.active span:first-child {
	-webkit-transform: translate3d(0, 8px, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, 8px, 0) rotate3d(0, 0, 1, 45deg);
}
.ham_menubtn a.active span:last-child {
	-webkit-transform: translate3d(0, -8px, 0) rotate3d(0, 0, 1, -45deg);
	transform: translate3d(0, -8px, 0) rotate3d(0, 0, 1, -45deg);
}
/*=========================================*/

/* Main Header End */

/*=========================================*/



/*div.course-header {*/
/*	height: 650px;*/
/*}*/
/*.course-content .course-content-title {*/
/*	border-bottom: 0;*/
/*}*/
/*.course-content-container ul {*/
/*	margin: 0;*/
/*}*/
/*.course-content-container ul li {*/
/*	list-style: square;*/
/*}*/
/*.course-right-panel {*/
/*	background-color: #1fbccc;*/
/*	padding: 63px 0 60px 103px;*/
/*	margin: 65px 0 0;*/
/*}*/
/*.course-right-panel .planned_course-table-row [class*="col-"] {*/
/*	-ms-flex: 0 0 100%;*/
/*	flex: 0 0 100%;*/
/*	max-width: 100%;*/
/*}*/
/*.course-right-panel .planned_course-table-row [class*="col-"] + [class*="col-"] {*/
/*	padding-top: 15px;*/
/*}*/
/*.course-right-panel .eduframe-enroll-button {*/
/*	background-color: transparent;*/
/*	border: solid 2px #ffffff;*/
/*	border-radius: 3px;*/
/*	padding: 8px;*/
/*	color: #ffffff;*/
/*	text-decoration: none;*/
/*	font-size: 15px;*/
/*	margin: 15px 0;*/
/*	text-transform: uppercase;*/
/*	font-weight: 700;*/
/*	letter-spacing: 0.1em;*/
/*}*/
/*.course-right-panel .eduframe-enroll-button:hover {*/
/*	background-color: #ffffff;*/
/*	color: #1fbccc;*/
/*}*/
/*.course-right-panel .course-content-title {*/
/*	font-size: 30px;*/
/*	margin: 40px 0 30px;*/
/*	padding-bottom: 8px;*/
/*	border-color: #ffffff;*/
/*	color: #ffffff;*/
/*}*/
/*.course-right-panel .planned-course-property-icon i {*/
/*	color: #ffffff;*/
/*}*/
/*.course-right-panel .planned-course-property-icon {*/
/*	margin-bottom: 0;*/
/*}*/
/*.course-right-panel *,  .course-right-panel {*/
/*	color: #ffffff;*/
/*}*/
/*.course-right-panel .planned-course-property-value a.modal-button:hover {*/
/*	color: #ffffff;*/
/*}*/
.w3n_testimonial_slider .owl-nav .owl-next,
.w3n_testimonial_slider .owl-nav .owl-prev { display: inline-block; vertical-align: top; width: auto`; }
.w3n_testimonial_slider .owl-nav svg {
	width: 25px;
	height: auto;
}
.w3n_testimonial_slider .owl-nav .owl-next {
	margin-left: 15px;
}



/*.course-right-panel > h6{ margin-bottom:10px; }*/

/*.course-right-panel table.table{ border:0px; margin-top:0px;   }*/
/*.course-right-panel table.table tbody{ border:0px; }*/
/*.course-right-panel table.table tbody tr td { position:relative; border:0px;   padding:0px;   }*/
/*.course-right-panel table.table tbody tr td:last-child:after{ display:none; }*/
/*.course-right-panel table.table tbody tr td:after{ position:absolute; right:5px; top:5px; height:15px; width:1px; background:#fff; content:''; }*/
/*.course-right-panel .scoreStars { display: inline-block; vertical-align: top; width: auto; }*/
/*.course-info-row .info-item .scoreStarsWrap > .course-property-value:first-child { display: inline-block; vertical-align: top; width: auto; }*/
/*.course-right-panel .scoreStars span.star { padding: 0 2px; } */
/*.course-right-panel .scoreStars span.star.active:before { content: "\f005"; }*/
/*.course-right-panel .scoreStars span.star:before { content: "\f006"; }*/
/*.course-right-panel .scoreStars span.star.half:before { content: "\f123"; }*/
/*.course-right-panel .scoreStars span.star:before { display: inline-block;*/
/*font: normal normal normal 14px/1 FontAwesome;*/
/*font-size: inherit;*/
/*text-rendering: auto;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*transform: translate(0, 0); }*/



/*404 page start*/


section.not-found { display:inline-block; vertical-align:top; width:100%; font-size:20px;}
.four_zero_page {padding: 153px 0 100px 0;width: 100%;float: left;text-align: center;}
.four_zero_page .big_title {width: 100%;display: inline-block;vertical-align: top;position: relative;text-align: center;}
.four_zero_page .big_title span {display: inline-block;width: 100%;font-size: 22px;line-height: 35px;letter-spacing: 0.03em;text-transform: uppercase;  color: #1cbdcc; margin-bottom: 15px; }
.four_zero_page .big_title h1 {padding: 0 0 12px 0; margin:0; font-family: 'Nexa-Heavy'; font-size: 72px; line-height: 1;}
.four_zero_page .big_title:after {content: '';background: #000000;width: 60px;height: 2px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);display: block;}
.four_zero_page .fore_text {padding: 29px 0 0 0;margin-bottom: -5px;display: inline-block;width: 100%; font-size: 24px;font-weight: normal;line-height: 1.33;letter-spacing: normal;color: #4e4e4e;margin: 0;}
.four_zero_page .read_more {float: left;padding: 32px 0 0 0;display: inline-block;width: 100%;text-align: center;}

body.error404 .site-main { padding:0 !important; }
/*404 page end*/

/*.catebox.courseDates .nice-select .option.disabled, .catebox.courselocation .nice-select .option.disabled{display: none;}*/

/*.course-content-container .course-tab-content  ul { padding-left: 0;}*/
/*.course-content-content ul,*/
/*.program-content.content ul { list-style-type: none; display: block; padding: 15px 0 0 0;}*/
/*.course-content-content ul li,*/
/*.program-content.content ul li { padding: 0 0 0 14px; margin: 0; position: relative; list-style-type: none; font-size: 16px; line-height: 24px; color: #4e4e4e;}*/
/*.course-content-content ul li:before,*/
/*.program-content.content ul li:before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; background: #646464;}*/

.banner_video_sec{position: absolute;top:0;left:0;width:100%;height:100%;}
.banner_video_sec:after {
    content: '';
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: #005cc8;
    background: -moz-linear-gradient(left, #005cc8 0%, #00c0c8 99%);
    background: -webkit-linear-gradient(left, #005cc8 0%, #00c0c8 99%);
    background: linear-gradient(to right, #005cc8 0%, #00c0c8 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc8', endColorstr='#00c0c8', GradientType=1);}
.banner_video_sec video{width:100%;height:100%;object-fit:cover; }



.main_top_txt > *:not(div):not(figure),
.main_top_txt > .gform_wrapper {max-width:100%;width:100%;}

.category_outer .categorybar .catebox_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.info-dropdown-outer {position: relative; display: inline-block;margin: 0 0 0 15px; }
.info-dropdown-outer i {font-style:normal;width:20px;height:20px;border:1px solid #005cc8;border-radius:100%;display:inline-block;vertical-align: top;text-align: center; font-size: 12px; line-height: 20px; color: #005cc8;}
.info-dropdown-outer .info-dropdown {
	position:absolute;
	top:100%;
	left:50%;
	width: 270px;
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
	background-color:#005cc8;
	padding:15px 25px 15px;
	z-index:1;
	margin: 18px 0 0 -145px;
	opacity:0;
	visibility:hidden;
	/*-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.info-dropdown-outer:hover .info-dropdown {opacity:1;visibility:visible;}
.info-dropdown-outer .info-dropdown:after {
	content: "";width:34px;height:50px; position: absolute; top:0;left:50%;background:#005cc8;z-index:-1;
	-webkit-transform: rotate(45deg) translateX(-50%);-moz-transform: rotate(45deg) translateX(-50%);transform: rotate(45deg) translateX(-50%);
}
.info-dropdown-outer .info-dropdown span { color: #fff; }



@media (max-width:767px) {
	.info-dropdown-outer .info-dropdown { left: auto;right: 0;margin-right: -40px;margin-left: 0; }
	.info-dropdown-outer .info-dropdown:after { left: auto;right: 25px; }
}
