@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Logo
	3.2 Main Nav
	3.3 Header Side
	3.4 Hamburger
4. Menu
	4.1 Menu Social
	4.2 Menu copyright
5. Home
	5.1 Hero Slider
	5.2 Hero Slider Navigation
6. Hero Boxes
7. Page Section
8. Buttons
9. Popular
10. Register
11. Search
	11.1 Search Form
12. Services
13. Testimonials
14. Events
15. Footer
	15.1 Newsletter
	15.2 Footer Content
	15.3 Footer Copyright


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

:root {
	--font-family: 'Ubuntu';
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: var(--font-family), sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #464a4e;
}
.courses.homec {
	padding-bottom: 50px;
}
.logoimg{
	width: 200px;
}
.logo_container
{
	display: inline-block;
	padding-left: 10px;
}

.icon-bar1 {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
        z-index: 11;
}
.icon-bar1 a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}
.icon-bar {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	    z-index: 11;
}
.icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}
p.coursetext {
	font-family: var(--font-family), sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 1.60;
	font-weight: 500;
	color: #313030;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.icon-bar a:hover {
	background-color: #053d78;
}
.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}
.whatsapp {
	background: #6fe642;
	color: white;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
.latest{
	width: 8%;
	background: #fbfbfb;
	color: #1d3d78;
	font-weight: 600;
	font-size: 16px;
	padding: 4px;
}

p
{
	font-family: var(--font-family), sans-serif;
	font-size: 16px;
	line-height: 1.60;
	font-weight: 400;
	color: #3a3a3a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #4f92d8;
	color: #053d78;
}
p::selection
{
	background: #4f92d8;
	color: #053d78;
}
h1{font-size: 36px;}
h2{font-size: 22px;}
h3{font-size: 18px!important;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	font-family: var(--font-family), sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
.form-control
{
	color: #db5246;
}
img.blogimg {
	width: 100%;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	/*top: 45px;*/
		top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	/*width: 1318px;*/
		width: 100%;
	height: 70px;
	background: #FFFFFF;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/*.header.scrolled*/
/*{	*/
/*	top: 34px;*/
/*}*/
.header.scrolled {
    top: 30px;
}
.header.scrolled .header_content::before
{
	box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
}
.header_content
{
	width: calc(100% - 279px);
	height: 100%;
}
.header_content::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	box-shadow: 0px 20px 49px rgba(0,0,0,0.67);
	z-index: -1;
}

/*********************************
3.1 Logo
*********************************/


.logo span
{
	font-family: var(--font-family), sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #3a3a3a;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 3px;
}

/*********************************
3.2 Main Nav
*********************************/

.main_nav_container
{
	display: inline-block;
	margin-left: auto;
}
.main_nav
{
	margin-top: 7px;
}
.dropdown-menu {
	min-width: max-content!important;
}
li.dropdown-submenu.shvr:hover {
	background-color: #efefef;
}
a i.fa.fa-chevron-right {
	font-size: 14px;
	margin-left: 10px;
}
li.last:hover {
	background-color: #efefef;
}
.main_nav_item
{
	display: inline-block;
	margin-right: 5px;
	height: 72px;
	padding: 10px;
}
ul.main_nav_list {
	margin-top: 26px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-family: var(--font-family), sans-serif;
	font-size: 16px;

	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_item a:hover
{
	color: #053d78;
}

/*********************************
3.3 Header Side
*********************************/

.header_side
{
	width: 33%;
	height: 100%;
	background: #053d78;
}
.header_side img
{
	width: 29px;
	height: 29px;
}
.header_side span
{
	display: inline;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 6px;
}
.another{
	margin-left: 42px;
}
/*********************************
3.4 Hamburger
*********************************/

.hamburger_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #3a3a3a;
}
.hamburger_container:hover i
{
	color: #053d78;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
	overflow: auto;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: var(--font-family), sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #053d78;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
li.dropdown-submenu.shvr {
	padding: 12px;
}
a.activess {
	color: red!important;
}
.navbar-light .navbar-nav a.activess {
	color: red!important;
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #053d78;
}

/*********************************
4.1 Menu Social
*********************************/

.menu_social_container
{
	margin-top: 100px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item
{
	display: inline-block;
	margin-right: 30px;
}
.menu_social_item a i
{
	color: #3a3a3a;
}
.menu_social_item a i:hover
{
	color: #053d78;
}
.menu_container.active .menu_social_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
4.2 Menu copyright
*********************************/

.menu_copyright
{
	margin-top: 60px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1200ms ease;
	-moz-transition: all 1000ms 1200ms ease;
	-ms-transition: all 1000ms 1200ms ease;
	-o-transition: all 1000ms 1200ms ease;
	transition: all 1000ms 1200ms ease;
	opacity: 0;
	padding-left: 3px;
}
.menu_container.active .menu_copyright
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.hero_box.about {
	padding-bottom: 50px;
	padding-top: 50px;
	padding-right: 30px;
	height: 150px;
	margin-top: 0;
}
.services_row.about {
	margin-top: 100px;
}
.services.about {
	padding-bottom: 1px;
}
/*********************************
5. Home
*********************************/
i.fa.vmv {
	font-size: 32px;
	color: white;
}
.home
{
	width: 100%;
	height: 100vh;
	position: sticky;
}


.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ti-heart::before ,.ti-user::before{
	color: #fd3436 !important;
}
.counter_form_title {
	margin-bottom: 20px!important;
	font-size: 22px!important;
	text-align: center!important;
	margin-top: -20px!important;
	line-height: 1!important;
}
.home_content
{
	position: absolute;
	left: 50%;
	width: 80%;
	text-align: center;
	bottom: 109px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #053d7854;
	padding-top: 24px;
	padding-bottom: 18px;
	padding-left: 39px;
	padding-right: 42px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	color: red!important;
}
.home_content h1
{
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5;
}
/*********************************
5.1 Hero Slider
*********************************/

.hero_slider_container
{
	width: 100%;
	height: 100%;
}
.hero_slide
{
	width: 100%;
	height: 100%;
}
.hero_slide_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hero_slide_container
{
	width: 100%;
	height: 100vh;
}
.hero_slide_content
{
	max-width: 80%;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.hero_slide_content h1 {
	font-size: 60px;
	font-weight: 700;
	color: #e4181f;
}
.header_side i {
	color: white;
	padding-right: 12px;
	padding-left: 16px;
}
.hero_slide_content h1 span
{
	background: #053d78;
	color: white;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: -12px;
	margin-right: -12px;
}
.animated
{
	-webkit-animation-duration : 1s !important;
	animation-duration : 1s !important;
	-webkit-animation-delay : 500ms;
	animation-delay : 500ms;
}
.animate-out
{
	-webkit-animation-delay : 0ms;
	animation-delay : 0ms;
}

/*********************************
5.2 Hero Slider Navigation
*********************************/

.hero_slider_nav
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;

	z-index: 9;
	cursor: pointer;
}
.hero_slider_nav:hover
{

}
.hero_slider_nav:hover span
{
	color: #FFFFFF;
}
.hero_slider_nav span
{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #121212;
	line-height: 1;
}
.hero_slider_left
{
	left: 4.32%;
}
.hero_slider_right
{
	right: 4.32%;
}

/*********************************
6. Hero Boxes
*********************************/

.hero_boxes
{
	width: 100%;
	height: 0px;
	z-index: 9;
	padding-top: 0px;
}
.hero_boxes_inner {
	position: absolute;
	top: -170px;
	left: 0;
	width: 100%;
}
.hero_box {
	width: 100%;
	margin-top: 50px;
	height: 80px;
	/*	margin-top: 30px;*/
	/*height: 100px;*/
	background: #1a1a1ae0;
	padding-left: 50px;
	cursor: pointer;
	transition: 0.5s;
}
.hero_box:hover
{
	background: #053d78;
	transform: scale(1.1);
	transition: 0.5s;
}
.hero_box img
{
	width: 62px;
	height: auto;
	margin-top: -6px;
}
.icon_container svg{
	width: 62px;
	height: auto;
	margin-top: -6px;
	margin-left: 40px;
}
.svg path
{
	fill: #ff2e40;
}
.hero_box svg
{
	width: 62px;
	height: auto;
}
.hero_box:hover svg path
{
	fill: #FFFFFF;
}
.hero_box_content
{
	padding-left: 13px;
	padding-top: 11px;
	margin-top: -6px;
}
.hero_box_title
{
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.hero_box_link {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #FFFFFF !important;
	padding-left: 3px;
}

.hero_box_link:hover
{
	color: #1a1a1a;
}

/*********************************
7. Page Section
*********************************/

.page_section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.section_title
{

}
.section_title h1
{
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	padding-top: 24px;
}
.section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #053d78;
}

/*********************************
8. Buttons
*********************************/

.button
{
	cursor: pointer;
}
.button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.button a
{
	font-size: 14px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.button_1
{
	width: 202px;
	height: 48px;
}

/*********************************
9. Popular
*********************************/

.popular
{

}
.course_boxes
{
	margin-top: 68px;
}
.card
{
	display: block;
	background: #f8f9fb;
	border: none;
}
.card-img-top
{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card-body
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.card-title
{
	margin-top: 55px;
}
.card-title a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.2;
}
.card-title a:hover
{
	color: #a5a5a5;
}
.card-text
{
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	margin-top: -12px;
}
.price_box
{
	width: 100%;
	height: 67px;
	background: #eaebec;
	margin-top: 41px;
	padding-left: 35px;
}
.course_author_image
{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
}
.course_author_name
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	padding-left: 20px;
	margin-top: 7px;
}
.course_author_name span
{
	color: #a5a5a5;
}
.counter_content h2{
	font-size: 44px;
}
.counter_text p{
	font-size: 22px;
}
/*.course_price*/
/*{*/
/*	width: 67px;*/
/*	height: 67px;*/
/*	background: #053d78;*/
/*	margin-left: auto;*/
/*}*/
.course_price span
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	margin-top: 7px;
}

/*********************************
10. Register
*********************************/

.register
{
	width: 100%;
}
.register_section
{
	width: 100%;
	background: #053d78;
	padding-top: 156px;
	padding-bottom: 161px;
}
.register_content
{
	width: 522px;
}
.register_title
{
	color: #FFFFFF;
	margin-bottom: 16px;
	line-height: 1.63;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0px;
}
.register_button
{
	background: #1a1a1a;
	margin-top: 65px;
}
.register_button a
{
	color: #FFFFFF;
}

/*********************************
11. Search
*********************************/

.search_section
{
	width: 100%;
	height: 100%;
	background: #ececec;
}
.search_content
{
	width: 522px;
}
.search_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.23;
}
.search_title
{
	color: #1a1a1a;
}

/*********************************
11.1 Search Form
*********************************/

.search_form
{
	margin-top: 57px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 2px #053d78;
}
.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #053d78;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}

/*********************************
12. Services
*********************************/

.services
{
	padding-bottom: 76px;
}
.services_row
{
	margin-top: 65px;
}
.service_item:hover
{
	background-color: rgba(0, 0, 0, 0.1);
}
.service_item
{

	max-width: 30%;

	border-radius: 30px;
	margin: 12px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	padding: 20px;
}
.service_item:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #dd4b39 transparent transparent;
}
.service_item h3
{
	font-family: var(--font-family), sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 13px;
}
.service_item p
{
	font-size: 14px;
	font-weight: 500;
	color: #3a3a3a;
	max-width: 100%;
	margin-bottom: 0px;
}
.icon_container
{
    margin-left: 90px;
    height: 46px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
}
.icon_container img
{
	height: 100%;
}

/*********************************
13. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	background: #1a1a1a;
}
.testimonials_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}
.testimonials .section_title h1
{
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-left: 30px;
	padding-right: 30px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 80px;
}
.quote
{
	font-size: 36px;
	color: #053d78;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 16px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f8f9fa;
	margin-top: 21px;
}
.testimonial_title
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.testimonials_slider .owl-dots
{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #053d78 !important;
}

/*********************************
14. Events
*********************************/

.event_items
{
	margin-top: 68px;
}
.event_item
{
	margin-bottom: 56px;
}
.event_item:last-child {
	 margin-bottom: 0px;
	 margin-left: 30px;
	 margin-top: -60px;
 }
.event_date
{
	width: 131px;
	height: 131px;
	border: solid 2px #053d78;
	margin-bottom: 18px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	color: #053d78;
	margin-bottom: 1px;
	line-height: 1;
}
.event_month
{
	font-size: 16px;
	font-weight: 700;
	color: #053d78;
}
.event_name a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_name a:hover
{
	color: #053d78;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #3a3a3a;
	margin-top: 21px;
	margin-bottom: 13px;
	font-size: 16px;
}
.event_image
{

}
.event_image img
{
	width: 100%;
}

/*********************************
15. Footer
*********************************/

.footer
{
	width: 100%;
	padding-top: 30px;
	background: #1a1a1a;
}
.footer .section_title h1
{
	color: #FFFFFF;
}

/*********************************
15.1 Newsletter
*********************************/

.newsletter
{
	padding-bottom: 85px;
	border-bottom: solid 2px #4d4e4e;
}
.newsletter_form_container
{
	width: 60%;
	margin-top: 48px;
}
.newsletter_email
{
	width: calc(100% - 164px);
	height: 42px;
	border: none;
	padding-left: 27px;
	font-weight: 500;
	color: #1a1a1a;
}
.newsletter_email:focus
{
	outline: solid 2px #053d78;
}
.newsletter_submit_btn
{
	width: 164px;
	height: 42px;
	border: none;
	background: #053d78;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.window1{
	margin-left: 15%;
}
.window2{
	margin-left: 8%;
}
.home_background_container1 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background1 {
	width: 100%;
	height: 100%;
	background-repeat: round;
	background-size: cover;
	/* background-position: center center; */
}
.blogcon{
	padding-top: 50px;
}
.course_mobile{
	display: none;
}
.single_feature.upload {
	margin-top: 16px;
	height: 66%;
	text-align: center;
	color: #dc3545;
	background: white;
	border-radius: 32px;
	box-shadow: -7px 4px #dc3545;
}
.moreblog {
	width: 25%!important;
}
.lines1{
	border-right:2px solid #a5a5a5;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lines2{
	margin-top: 20px;
	margin-bottom: 20px;
}
.logoimg.reso{
	width: 93%;
	height: 67px;
}
	p.blogpp{
	        margin-top: 33%;
	}
@media (max-width: 600px){
	.course_window{
display: none;
	}
	a.btn.key {
    margin-left: 30px;
    width: 100%;
    margin: 6px;
}
	.col-lg-4.videodiv {
		margin-top: 9px!important;
		margin-bottom: 20px!important;
	}
	a.videoatag {
		height: 60px;
	}
	p.blogpp{
	        margin-top: 50%;
	}
	img.blogimg{
	    width:100%;
	}
	.tag {
		height: 26px!important;
		font-size: 11px!important;
		padding: 0px 16px 0 16px!important;
		margin: 0 0px 0px 0!important;
	}
	.tagsss {
		 margin-top: 0!important;
	}
	
	.column .sideleft {
		margin-left: 0!important;
	}
	h1 .h2-large .m60-30 {
		text-align: center;
	}
	.glow-on-hover {
		width: 100% !important;
	}
	.lines1{
		border-right:none;
	}
	.moreblog {
		width: 100%!important;
	}
	.course_mobile{
		display: block;
	}
	.latest {
		width: 25%;
	}
	.event_item:last-child {
		margin-left: 0;
	}
	.service_item {
		max-width: 100%;
	}
	#myBtn111 {
		width: 35px!important;
		padding: 5px!important;
	}
	.icon-bar a {
		padding: 6px!important;
	}
	#post-share {
		margin-bottom: 1.125em!important;
	}
	.blogcon{
		padding-top: 20px!important;
	}
	.blog-masonry .post-card {
		width: calc(100%) !important;
	}
	.home.courses {
		height: 52vh!important;
		padding-bottom: 0;
	}
	.logo img.footerimg {
		width: 140px;
		margin-left: 80px;
	}
	.footer50{
		width: 50%;
	}
	.counter_content h2 {
		font-size: 38px;
	}
	.pricing {
		height: 640px!important;
	}
	.cimg {
		height: 250px!important;
	}
	.whoisit {
		font-size: 16px!important;
		line-height: 2!important;
	}
	.window1{
		margin-left: 0;
	}
	.window2{
		margin-left: 0;
	}

	.col-md-6.col-lg-3.mb-4.mb-lg-0 {
		max-width: 100%;
	}
	.column {
		width: 44% !important;
	}
	.home.result {
		height: 50vh!important;
	}
	.hero_boxes_inner.about {
		top: 0px;
	}
	.counter_content.about {
		padding-top: 1px!important;
		padding-bottom: 1px!important;
	}
	.counter_content img{
		width: 100%;
	}

}
.newsletter_submit_btn:focus
{
	border: solid 2px #FFFFFF;
}
.fas.fa-chevron-left,.fas.fa-chevron-right{
	font-size: 40px;
	color:#fffefead;
}
.start_class_date a, #class_datex {
	display: block;
	font-weight: 700;
	margin-top: 12px;
	font-family: var(--font-family), sans-serif;
	font-size: 14px;
	text-align: center;
	color: #373737;
	border-radius: 20px;
	padding: 6px 20px;
}
.course_box {
	padding: 10px;
}
.class_date1, .class_datex {
	background-color: #c7aeda;
}
.class_date2 {
	background-color: #c4e3ff;
}
/*********************************
15.2 Footer Content
*********************************/

.footer_content 
{
	padding-bottom: 30px;
	border-bottom: solid 2px #4d4e4e;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #FFFFFF;
}
.footer_about_text
{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
	color: #e9ecef;

}
.footer_copyright {
	color: #e9ecef;
}
.footer_column_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content {
	margin-top: 20px;
}
.footer_list_item
{
	margin-bottom: 11px;
}
.footer_list_item a
{
	font-size: 14px;
	color: #e9ecef;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a.media_icons{
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 2.85714em;
	border-radius: 999px;
	background-color: #f5f5f5;
	padding: 0;
	text-align: center;
	/* border: 0; */
	/* float: left; */
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: block;
	height: 2.85714em;
	width: 2.85714em;
	margin-bottom: 0;
}
.footer_list_item a:hover
{
	color: #053d78;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: 500;
	color: #e9ecef;
	margin-bottom: 22px;
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}

/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #053d78;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}

/*//////////courses //////////*/

.elementor-533 .elementor-element.elementor-element-6805e1fc {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px 0px 60px 0px;
}

.elementor-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.start_class_date {
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.course_pricing_image_right {
	position: absolute;
	bottom: -75px;
	right: -65px;
	width: 154px;
}
.course_pricing_image_top {
	position: absolute;
	top: -75px;
	left: -65px;
	width: 169px;
}
.pricing {
	z-index: 10;
	position: initial;
	width: auto;
	height: 500px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 19px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
	border: solid 1px #ededed;
	background-color: #ffffff;
	padding: 30px 25px;
}
.pricing_class {
	font-family: var(--font-family), sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #353535;
}
.start_class_date {
	margin-top: 5px;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#class_date1, #class_datex {
	background-color: #c7aeda;
}
#class_date3 {
	background-color: #ffd5d5;
}
.start_class_date a, #class_datex {
	display: block;
	width: 100%;
	font-weight: 700;
	margin-top: 12px;
	font-family: var(--font-family), sans-serif;
	font-size: 14px;
	text-align: center;
	color: #373737;
	border-radius: 20px;
	padding: 6px 20px;
}
.complete_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.complete_line hr {
	width: 70px;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 1em 0;
	padding: 0;
}
.elementor hr {
	margin: 0;
	background-color: transparent;
}
.complete_line span {
	margin-left: 10px;
	margin-right: 10px;
	font-family: var(--font-family), sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #3a3a3a;
}
.course_metric {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.complete_line hr.neet {
	width: 40px;
}
#indi_course_metric4 {
	width: 126px;
}
#indi_course_metric1 {
	width: 210px;
}
#indi_course_metric2 {
	width: 125px;
}
#indi_course_metric3 {
	width: 70px;
}
.indi_course_metric {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	font-family: var(--font-family), sans-serif;
	font-size: 13px;
	text-align: center;
	color: #888888;
}
.indi_course_metric span {
	color: #333333;
	font-weight: 700;
	font-family: var(--font-family), sans-serif;
	font-size: 14px;
	text-align: center;
}
.total_hours {
	font-family: var(--font-family), sans-serif;
	width: 100%;
	text-align: justify;
	border-radius: 10px;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	padding: 14px 14px;
	margin-top: 5px;
}
.total_hours span {
	margin-top: 2px;
	font-size: 14px;
	font-weight: 400;
}
.elementor a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.home.courses {
	height: 70vh;
	background-color: #333333;
}
.home.result {
	height: 60vh!important;
}
.see_details {
	background-color: #6228b1a1;
	color: white;
}
.see_details {
	display: block;
	bottom: 0;
	position: absolute;
	margin-bottom: 8px;
	font-weight: 700;
	margin-top: 12px;
	font-family: var(--font-family), sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	border-radius: 20px;
	padding: 6px 20px;
}
.row.coursedetails {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*//resultys///////*/
/* The grid: Four equal columns that floats next to each other */
.column {
	float: left;
	width: 18%;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	background-color: #20457b;
	margin: 10px;
	border-radius: 50px;
	color: white;
}
.column.sideleft{
	margin-left: 13%;
}

/* Style the images inside the grid */

/* Expanding image text */
#imgtext {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: white;
	font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}

/*////features//*/

.single_feature {
	color: #03091b;
	background: aliceblue;
	border-radius: 32px;
	box-shadow: -7px 4px #1b0850;
}
.single_feature {
	position: relative;
	background: #f9f9ff;
	height: 80%;
	padding: 40px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; }
@media (max-width: 480px) {
	.single_feature {
		padding: 40px 20px; } }
.single_feature .icon span {
	font-size: 40px; }
.single_feature h4 {
	font-size: 20px;
	font-weight: 500; }
.single_feature p {
	margin-bottom: 0px; }
.single_feature:hover {
	box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1); }













.rounded-lg.shadow {
	border-top: 12px solid;
}
.shadow {
	position: relative;
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.13);
}
.border-cx {
	border-top-color: #21dbaa !important;
	border-right-color: #21dbaa !important;
	border-bottom-color: #21dbaa !important;
	border-left-color: #21dbaa !important;
}
.features.one {
	color: #21dbaa ;
}
.border-px {
	border-top-color: #00b4ef !important;
	border-right-color: #00b4ef !important;
	border-bottom-color: #00b4ef !important;
	border-left-color: #00b4ef !important;
}
.features.two {
	color: #00b4ef ;
}
.border-ex {
	border-top-color: #0768dd !important;
	border-right-color: #0768dd !important;
	border-bottom-color: #0768dd !important;
	border-left-color: #0768dd !important;
}
.features.three {
	color: #0768dd ;
}
.border-bx {
	border-top-color: #5f1ae5 !important;
	border-right-color: #5f1ae5 !important;
	border-bottom-color: #5f1ae5 !important;
	border-left-color: #5f1ae5 !important;
}
.features.four {
	color: #5f1ae5 ;
}
.border-mx{
	  border-top-color: #d236a5 !important;
	  border-right-color: #d236a5 !important;
	  border-bottom-color: #d236a5 !important;
	  border-left-color: #d236a5 !important;

}
.features.five {
	color: #d236a5 ;
}
.p-4 {
	padding: 30px !important;
}
.h-100 {
	height: 100% !important;
}
.rounded-lg {
	border-radius: .6rem !important;
}
.headline-card, .default-style-wrapper h3:not([class*='headline']) {
	font-size: 20px;
	color: black;
	text-align: center;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
}
.col-md-6.col-lg-3.mb-4.mb-lg-0 {
	max-width: 20%;
}
.features {
	font-size: 50px;
	width: 100%;
	text-align: center;
}

h3.phead{
	color: black;
	margin-top: 10px !important;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
.whoisit{
	list-style: inside;
	list-style-type: circle;
	font-size: 18px;
	color: white;
}
h2.mb-3.sf {
	text-align: center;
	color: #1d3d78;
	font-size: 30px;
	margin-top: 40px;
}
.cimg{
	height: 340px;
	width: 100%;
	border-radius: 40px 0 40px 0;
}
.cimg:hover{
	transform: scale(1.05);
	transition: 0.5s;
}
.ppul{
	list-style: circle;
	margin-bottom: 0px;
	margin-left: 30px;
}
#myBtn111 {
	display: none;
	position: fixed;
	bottom: 36px;
	right: 10px;
	z-index: 99;
	font-size: 18px;
	border: none;
	width: 54px;
	outline: none;
	background-color: #1d3d78;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
}

#myBtn111:hover {
	background-color: #555;
}



/*///////blogs/////////*/


.blog-masonry {
	margin-bottom: 1.25rem;
}
.blog-masonry .post-card {
	width: calc(33.3333% - 20px);
	margin-bottom: 2.5em;
}
.post-card {
	font-size: 16px;
}
.post-card .card__cover {
	display: flex;
	margin-bottom: 1.25em;
	border-radius: 0.3125em;
	overflow: hidden;
}
.post-card .card__cover img {
	height: 180px;
	width: 100%;
    object-fit: initial;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.post-card.-center .card__content {
	text-align: center;
}.post-card .card__content-category {
	 color: #111;
	 font-size: 0.75em;
	 font-weight: 700;
	 line-height: 1;
	 text-transform: uppercase;
	 position: relative;
	 display: inline-block;
	 z-index: 1;
	 margin-bottom: 1.25em;
	 padding: 0 0.3125em;
 }
.post-card .card__content-category:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #f1cdc2;
	z-index: -1;
	transform: translateY(40%);
}
.post-card .card__content-title {
	display: block;
	margin-bottom: 0.625em;
	color: #111;
	font-size: 1.375em;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.375em;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-card.-center .card__content-info {
	justify-content: center;
}
.post-card .card__content-info {
	display: flex;
	align-items: center;
}
.post-card .card__content-info .info__time {
	margin-right: 0.9375em;
}
.post-card .card__content-info i {
	color: #e49c86!important;
	margin-right: 0.625em;
	margin-bottom: 0.3125em;
}
.post-card .card__content-info i, .post-card .card__content-info p {
	display: inline-block;
	color: #888;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 1;
}
.post-card .card__content-info i, .post-card .card__content-info p {
	display: inline-block;
	color: #888;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 1;
}
.post-card .card__content-title:hover {
	text-decoration: underline;
}
.post-card .card__content-title:hover {
	color: #e49c86;
}
.home_background_blog {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	margin-top: 70px;
	background-size: contain;
	background-position: center center;
}
.home_background_blog_view {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	margin-top: 126px;
	background-size: contain;
	background-position: center center;
	transition: 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.home_background_blog_view:hover {
	transform: scale(1.15);
	transition: 5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#post-share {
		position: unset;
		flex-direction: row;
		align-items: center;
		margin-bottom: 3.125em;
		display: flex;

	}
 #post-share h5 {
	color: #111;
	font-size: 0.9375em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1em;
	 margin-right: 20px;
}
#post-share .social-media a:first-child {
	margin-left: 0;
	padding-left: 0;
}
 #post-share .social-media a {
		display: inline-block;
		margin-bottom: 0;
		margin: 0 0.35714em;
	}
#post-share .social-media a {
		color: #fff;
		font-size: 0.875em;
		font-weight: 600;
		line-height: 2.85714em;
		border-radius: 999px;
		background-color: #f5f5f5;
		padding: 0;
		text-align: center;
		border: 0;
	float: left;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		display: block;
		height: 2.85714em;
		width: 2.85714em;
		margin-bottom: 1.07143em;
	}

.navtab{
	padding: 12px;
	font-size: 18px;
}

.navtab.active{
	padding: 12px;
	background: #1d3d78;
}
.navtab.active a{
	color: white;
}
.navtab a{
	color: #b0afaf;
}

.moreblog{
	background-color: #ddd;
}

/*///login///*/


@keyframes spinner {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(359deg);
	}
}
* {
	box-sizing: border-box;
}

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;
	background: rgba(4, 40, 68, 0.85);
}

.login {
	border-radius: 2px 2px 5px 5px;
	padding: 10px 20px 20px 20px;
	width: 90%;
	max-width: 320px;
	background: #ffffff;
	position: relative;
	padding-bottom: 80px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.login.loading button {
	max-height: 100%;
	padding-top: 50px;
}
.login.loading button .spinner {
	opacity: 1;
	top: 40%;
}
.login.ok button {
	background-color: #8bc34a;
}
.login.ok button .spinner {
	border-radius: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	height: 20px;
	animation: none;
	transform: rotateZ(-45deg);
}
.modal-content.resume {
	height: 565px;
}
.wrapper.cvresume{
	padding: 0!important;
}
.login input,.login select {
	display: block;
	padding: 15px 10px;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #ddd;
	transition: border-width 0.2s ease;
	border-radius: 2px;
	color: #ccc;
}
.login input + i.fa {
	color: #fff;
	font-size: 1em;
	position: absolute;
	margin-top: -47px;
	opacity: 0;
	left: 0;
	transition: all 0.1s ease-in;
}
.login input:focus {
	outline: none;
	color: #444;
	border-color: #2196F3;
	border-left-width: 35px;
}
.login input:focus + i.fa {
	opacity: 1;
	left: 30px;
	transition: all 0.25s ease-out;
}
.login a {
	font-size: 0.8em;
	color: #2196F3;
	text-decoration: none;
}
.login .title {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 30px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.login button {
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	background: #053d78;
	color: #fff;
	display: block;
	border: none;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 60px;
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-radius: 0 0 2px 2px;
	transform: rotateZ(0deg);
	transition: all 0.1s ease-out;
	border-bottom-width: 7px;
}
.login button .spinner {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	border: 4px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	left: 50%;
	top: 0;
	opacity: 0;
	margin-left: -20px;
	margin-top: -20px;
	animation: spinner 0.6s infinite linear;
	transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) button:hover {
	box-shadow: 0px 1px 3px #053d78;
}
.login:not(.loading) button:focus {
	border-bottom-width: 4px;
}



.modal-content {
	height: 500px;
}

.form-check-input{
	margin-left: -50px;
}
.col-lg-10.offset-lg-1{
	position: sticky;
}



/*//////button////////*/

.glow-on-hover {
	width: 220px;
	margin: 10px;
	font-size: 20px;
	font-weight: 600;
	height: 50px;
	border: none;
	outline: none;
	color:#111 ;
	background: #fff;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}
.glow-on-hover.karn {
	width: 144px;
}

.glow-on-hover:before {
	content: '';
	background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	position: absolute;
	top: -2px;
	left:-2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	border-radius: 10px;
}

.glow-on-hover:active {
	color: #fff
}

.glow-on-hover:active:after {
	background: transparent;
}

.glow-on-hover:hover:before {
	opacity: 1;
}

.glow-on-hover:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	border-radius: 10px;
}

@keyframes glowing {
	0% { background-position: 0 0; }
	50% { background-position: 400% 0; }
	100% { background-position: 0 0; }
}

iframe{
	width: 100%;
}

h1.h2-large.m60-30.newh1{
	font-size: 30px;
}
.locations{
	padding: 10px;
	margin-bottom: 50px;
}


/*////////vikdeo*/


		.video-banner {
			display: block;
		}
@media (min-width: 641px) {
	.video-banner {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
	}
}

.video-banner .video-banner-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.video-banner-headline {
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;

	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.25em;
	font-weight: 900;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.045em;
}
@media (min-width: 641px) {
	.video-banner-headline {
		left: 2em;
		bottom: 2.75em;
		font-size: 1.5em;
		line-height: 1.5em;
	}
}
.video-banner-icon-play {
	position: absolute;
	left: 50%;
	top: 50%;

	display: block;
	width: 2.5em;
	height: 2.5em;

	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);

	-webkit-transition: all 0.2s ease-out 0.05s;
	transition: all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
	.video-banner-icon-play {
		width: 4.5em;
		height: 4.5em;
	}
}
.video-banner-icon-play:hover {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);

	backgound: #330099;
}

.content {
	display: block;
	min-height: 100vh;
	max-width: 40rem;
	margin: 2.5rem auto;
	padding: 1.5rem;
}
@media (min-width: 641px) {
	.content {
		margin: 5.75rem auto;
		padding: 2.5rem;
	}
}

.content h1,
.content h2,
.content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	color: #0d013d;
}
.content h1 {
	font-size: 3.25em;
	font-weight: 200;
	line-height: 1em;

	margin: 0 0 0.5rem 0;
}
@media (min-width: 641px) {
	.content h1 {
		font-size: 4em;
	}
}
.content h2 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.155em;

	margin-top: 3em;
}

/* buttons */
.content .button-group {
	margin-top: 1em;
}
.content .button {
	display: inline-block;
	padding: 1em 2em;
	min-width: 8em;
	text-align: center;
	font-weight: 900;
	text-decoration: none;
	border-radius: 1.5em;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

	/* button theme - secondary is default */
	background: #f0f0f0;
	color: #2b2b2b;

	-webkit-transition: all 0.2s ease-out 0.05s;
	transition: all 0.2s ease-out 0.05s;
}
.content .button ~ .button {
	margin-left: 0.5em;
}
.content .button:hover {
	background: #e5e5e5;
}
/* primary button overrides */
.content .button.primary {
	background: #e50055;
	color: #fff;
}
.content .button.primary:hover {
	background: #9d00e5;
}

/* video thumbnail grid */
.content .video-thumb-grid {
	position: relative;
	font-size: 0; /* collapse the white-space */
	width: calc(100% + 2rem);
	margin: 0 -1rem;
}
.content .video-thumb {
	display: inline-block;
	vertical-align: top;

	text-decoration: none;

	/* calculate the width, gutters, and aspect ratio */
	width: calc((100% - 4rem) / 2);
	height: 0;
	padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */

	margin: 1rem 1rem; /* gutters */

	overflow: hidden; /* clipping */

	position: relative; /* enable positioning for inner content */

	font-size: 1rem; /* reset the font size */

	-webkit-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);

	-webkit-transition: all 0.2s ease-out 0.05s;
	transition: all 0.2s ease-out 0.05s;
}
.content .video-thumb:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}
.content .video-thumb img {
	display: block;
	width: 100%;
	height: 100%;

	/* position inside the 16:9 container */
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	/* clipping for source images that are letterboxed */
	object-fit: cover;
	object-position: 50% 50%;

	background: #2b2b2b;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0;

	-webkit-transform: translate(500%, 0%);
	transform: translate(500%, 0%);

	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;

	/* using flexbox for vertical centering */

	/* Flexbox display */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	/* Vertical alignment */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.video-modal .overlay {
	z-index: 0;
	background: rgba(13, 1, 61, 0.82); /* overlay color */

	opacity: 0;

	-webkit-transition: opacity 0.2s ease-out 0.05s;
	transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;

	margin: 0 auto;

	overflow-y: visible;

	background: #000;

	width: calc(100% - 12em);
	height: 0;
	padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
	.video-modal-content {
		width: 0;
		height: calc(100vh - 10em);
		padding-top: 0;
		padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
	}
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
		padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

/* modal close button */
.close-video-modal {
	display: block;
	position: absolute;
	left: 0;
	top: -40px;

	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: #000;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1;

	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1;
}
.show-video-modal .video-modal-content {
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
a.videoatag{
	color: #f8f9fa;
	font-size: 40px;
}

i.fa.fa-play-circle {
	margin-top: 20px;
	margin-left: -22px;
	position: absolute;
}
.owl-carousel1 .item-video {
	height: 300px;
}
.col-lg-4.videodiv {
	margin-top: 30px;
	margin-bottom: 50px;
}
.videotitle{
	margin-top: 30px;
}


.video-main {
	position: relative;
	display: inline-block;
}

.video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: #000000;
	z-index: 999;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}



.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: red;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -73px;
	bottom: -115px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
iframe.yplay {
	width: 100%;
}
.videoplayin {
	border-radius: 40px 0 40px 0;
	background: #dddddd;
	padding: 20px;
	height: 230px;
}

.videoss{
	text-align: center;
}
.header_side.new {
	width: 70%;
}
.another.new {
	margin-left: 16px;
}
.tagsss{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.tag {
	background: #c7aeda;

	border-radius: 3px 0 0 3px;
	color: black;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 60px 0 60px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}



.tag::after {
	background: #f9fafc;
	border-bottom: 13px solid transparent;

	border-left: 10px solid #c7aeda;
	border-top: 13px solid transparent;
	content: '';
	right: 0;
	position: absolute;
	top: 0;
}
.tag1::after {
	background: #f9fafc;
	border-bottom: 13px solid transparent;
	border-right: 10px solid #c7aeda;
	border-top: 13px solid transparent;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
}
h1.h2-large.m60-30.new {
	text-align: center;
}

/*///acc//*/
.anstab{
	padding: 20px;
}
.accordion11 {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	margin: 10px;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	font-weight: 600;
	transition: 0.4s;
}

.active11, .accordion11:hover {
	background-color: #ccc;
}

.accordion11:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active11:after {
	content: "\2212";
}

.panel11 {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
a.btn.key {
	margin-left: 30px;
}
.keytabs{
	padding-bottom: 40px;
	padding-top: 40px;
}



@media (max-width: 1024px){

.main_nav_item:last-child {
    display: none!important;
}
.header_side.new {
    width: 100%!important;
    display:block!important;
}
.header_side {
    display: block!important;
}
.course_teacher {
    height: 200px!important;
}

}
