
@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/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700');

/*********************************
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: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	
}
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;
}
/* p
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 2.29;
	font-weight: 400;
	color: #a5a5a5;
	-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: #1045be;
	color: #1045be;
}
p::selection
{
	background: #1045be;
	color: #1045be;
}
h1{font-size: 36px;}
h2{font-size: 22px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', 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;
}
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
{
	box-shadow: 0px 3px 7px 0px #000;
	position: fixed;
	top: 21px;
	left: 50%;

	width: 1318px;
	/* height: 87px; */
	background: #FFFFFF;
	z-index: 10;
	
	/* padding: 0px 17px; */
}

.header.scrolled
{	
	top: 15px;
}
/* .header.scrolled .header_content::before
{
	box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
} */
.header_content
{
	width: 100%;
	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;
}
/* .sub-menu {
	box-shadow: 0 22px 44px rgb(0 10 57 / 15%);
    display: none;
    width: 191px;
    background-color: #fff;
    position: absolute;
   
    transition: 0.5s;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #dfdfdf;
	margin-top: 15px;
}
.main_nav_item:hover .sub-menu{
	display: block;
	transition: 0.5s;
	
}
.sub-menu  li{

	transition: 0.5s;
}
.menu_mm-sub-menu{
	box-shadow: 0 22px 44px rgb(0 10 57 / 15%);
    width: 400px;
	display: none;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #dfdfdf;
	margin-top: 15px;

}
.menu_item:hover .menu_mm-sub-menu{
	display: block;
} */
/*********************************
3.1 Logo
*********************************/

/* .logo_container
{
	width: 25%;
	display: inline-block;
	padding-left: 23px;

}
.logo span
{
	font-family: 'Open Sans', 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; */
	/* padding-right: 93px; */
}
.main_nav
{
	margin-top: 7px;
}
.main_nav_item
{
	display: inline-block;
	padding: 15px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	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: #1045be;
}

/*********************************
3.3 Header Side
*********************************/

.header_side
{
	width: 279px;
	height: 100%;
	background: #1045be;
}
.header_side img
{
	width: 29px;
	height: 29px;
}
.header_side span
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 12px;
}

/*********************************
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: #1045be;
}

/*********************************
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;
}
.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: 'Open Sans', 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: #1045be;
}
.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);
}
.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: #1045be;
}

/*********************************
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: #1045be;
}
.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;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	
}

/*********************************
5.1 Hero Slider
*********************************/

.hero_slider_container
{
	width: 100%;
	height: 500px;
	/* height: 100%; */
}
.hero_slide
{
	width: 100%;
	height: 500px;
	/* height: 100%; */
}
.hero_slide_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	/* height: 100%; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hero_slide_container
{
	width: 100%;
	height: 500px;
	/* 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: 72px;
	font-weight: 400;
	color: #FFFFFF;
}
.hero_slide_content h1 span
{
	background: #1045be;
	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;
	background: #FFFFFF;
	z-index: 9;
	cursor: pointer;
}
.hero_slider_nav:hover
{
	background: #1045be;
}
.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: -93px;
	left: 0;
	width: 100%;
}
.hero_box
{
	width: 100%;
	height: 161px;
	background: #1a1a1a;
	padding-left: 50px;
	cursor: pointer;
}
.hero_box:hover
{
	background: #1045be;
}
.hero_box img
{
	width: 62px;
	height: auto;
	margin-top: -6px;
}
.svg path
{
	fill: #1045be;
}
.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: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 3px;
}
.hero_box_link:hover
{
	color: #1a1a1a;
}

/*********************************
7. Page Section
*********************************/

.page_section
{
	padding-top: 117px;
	padding-bottom: 117px;
}
.section_title
{

}
.footer .section_title h2 {
    font-size: 29px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	margin-top: 60px;
}
.section_title h1
{
	display: block;
	
	
	padding-top: 24px;

	
    margin-bottom: 10px;
    background: -moz-linear-gradient( red, #1045be);
    background: -webkit-linear-gradient( red, #1045be );
    background: linear-gradient( red, #1045be );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}
.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: #1045be;
}

/*********************************
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;
}
.course_price
{
	width: 67px;
	height: 67px;
	background: #1045be;
	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: #1045be;
	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: #f8f4f4;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 2px #1045be;
}
.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #1045be;
	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
{
	margin-bottom: 41px;
}
.service_item h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 13px;
}
.service_item p
{
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	max-width: 100%;
	margin-bottom: 0px;
}
.icon_container
{
	height: 41px;
	width: auto;
	margin-bottom: 30px;
}
.icon_container img
{
	height: 100%;
}

/*********************************
13. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	background:#1045be;
}
.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;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 13px;
}
.quote
{
	font-size: 36px;
	color: #1045be;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.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: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	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: red !important;
}

/*********************************
14. Events
*********************************/

.event_items
{
	margin-top: 68px;
}
.event_item
{
	margin-bottom: 56px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.event_date
{
	width: 131px;
	height: 131px;
	border: solid 2px #1045be;
	margin-bottom: 18px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	color: #1045be;
	margin-bottom: 1px;
	line-height: 1;
}
.event_month
{
	font-size: 16px;
	font-weight: 700;
	color: #1045be;
}
.event_name a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_name a:hover
{
	color: #1045be;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #000;
	margin-top: 21px;
	margin-bottom: 13px;
}
.event_image
{

}
.event_image img
{
	width: 100%;
}

/*********************************
15. Footer
*********************************/

.footer
{
	width: 100%;
	/* padding-top: 86px; */
	/* background: #6a6261; */
	/* background-image: url("../images/Earth-BG.png"); */
	color: #000;

}
.footer .section_title h1
{
	font-size: 29px;
    margin-bottom: 10px;
  color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_contact_item p a{
	text-decoration: none !important;
}

/*********************************
15.1 Newsletter
*********************************/
.newsletterhome {
	background-image: url("../images/teachers_background-bg.jpg");
}
.newsletter
{
	padding-bottom: 65px;
	border-bottom: solid 2px #1045be;
}
.newsletter_form_container
{
	width: 60%;
	margin-top: 29px;
}
.newsletter_email
{
	width: calc(100% - 164px);
	height: 42px;

	padding-left: 27px;
	font-weight: 500;
	color: #1a1a1a;
}
.newsletter_email:focus
{
	outline: solid 2px #1045be;
}
.newsletter_submit_btn
{
	width: 164px;
	height: 42px;
	border: none;
	background: red;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.newsletter_submit_btn:hover{
	background: #1045be;
	transition: all 0.5s linear;
}
.newsletter_submit_btn:focus
{
	border: solid 2px #FFFFFF;
}

/*********************************
15.2 Footer Content
*********************************/

.footer_content 
{
	padding-top: 60px;
	padding-bottom: 60px;
	/* border-bottom: solid 2px #4d4e4e; */
	color: #000;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #000;
}
.footer_about_text
{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
	color: #000;
	text-align: justify;
    line-height: 23px;
}
.padding-left-footer{
	padding-left: 60px;
}
.footer_column_title
{
	font-size: 22px;
	padding-top: 15px;
    background: -moz-linear-gradient( red, #1045be);
    background: -webkit-linear-gradient( red, #1045be );
    background: linear-gradient( red, #1045be );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_column_content
{
	margin-top: 32px;
	color: #000;
}
.footer_list_item
{
	margin-bottom: 15px;
}
.footer_list_item a
{
	font-size: 14px;
	color: #000;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list_item a:hover
{
	color: #1045be;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
	font-weight: 500;
}
.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%;
}
.footer_column_content ul li a i{
	font-size: 16px;
    margin-right: 18px;
    background: -moz-linear-gradient(top, red 0%, #1045be 100%);
    background: -webkit-linear-gradient(top, red 0%, #1045be 100%);
    background: linear-gradient(top, red 0%, #1045be 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_contact_icon i{
	font-size: 25px;
    background: -moz-linear-gradient(top, red 0%, #1045be 100%);
    background: -webkit-linear-gradient(top, red 0%, #1045be 100%);
    background: linear-gradient(top, red 0%, #1045be 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}
/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
	background-image: linear-gradient(to right, red,#1045be);
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_copyright {
    color: #fff;
    letter-spacing: 1px;
}
.footer_copyright span a{
	color: #fff;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #fff;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}


.go-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 40px;
    height: 37px;
	overflow: hidden;
	top: 0;
	right: 0;
	/* background-color: #1045be; */
	background-image: linear-gradient( #1045be,red);

	border-radius: 0 4px 0 32px;
  }
  
  .go-arrow {
	margin-top: -4px;
	margin-right: -4px;
	color: white;
	font-family: courier, sans;
  }
  
  .card1 {
	display: block;
	position: relative;
	
	background-color: #f2f8f9;
	border-radius: 4px;
	padding: 27px 24px;
	margin: 12px;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0px 3px 7px 0px #000;
  }
  .card1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -16px;
	right: -16px;
	/* background: #1045be; */
	background-image: linear-gradient(to right, red , #1045be);
	/* background-image: linear-gradient(to right, #1045be , red); */
	height: 32px;
	width: 32px;
	border-radius: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease-out;
  }
  .card1:hover:before {
	transform: scale(21);
  }
  .card1 h2{
	font-size: 30px;      
	background:-moz-linear-gradient(top, red 0%, #1045be 100%); 
    background: -webkit-linear-gradient(top, red 0%, #1045be 100%); 
    background: linear-gradient(top, red 0%, #1045be 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
	  /* color: #1045be; */
  }
  .card1 h3{
	    
	background:-moz-linear-gradient(top, red 0%, #1045be 100%); 
    background: -webkit-linear-gradient(top, red 0%, #1045be 100%); 
    background: linear-gradient(top, red 0%, #1045be 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
	  /* color: #1045be; */
  }
  .card1 i{
	  color: #1045be;
	  font-size: 42px;
    margin-bottom: 14px;
  }
  .card1 a{
	  color: #1045be;
  }
  
  .card1:hover p {
	transition: all 0.3s ease-out;
	color: rgba(255, 255, 255, 0.8);
  }
  .card1:hover button{

  }
  .card1:hover h2 ,.card1:hover i ,.card1:hover a  {
	transition: all 0.3s ease-out;
	background:-moz-linear-gradient(top, #fff 0%, #fff 100%); 
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%); 
    background: linear-gradient(top, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
  }
/* course */
.our-courses{
	background-color: #fff;
	box-shadow: 0px 3px 7px 0px #000;
}
.course-img img{
	width: 100%;
	height: 300px;
}

.course-content p{
	color: #fff;
}
.course-content h2{
	color: #fff;
}
.course-content hr{
	border-color: #fff;
    width: 20%;
    border-width: 2px;
}
/* about */
.about-content h3{
	    
	background:-moz-linear-gradient( red, #1045be); 
    background: -webkit-linear-gradient( red, #1045be ); 
    background: linear-gradient( red, #1045be );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
	font-size: 25px;
	margin-bottom: 18px;
	/* text-shadow: 4px 4px 4px rgb(150 150 150); */
	font-weight: 700;
}
.about-content p{
	color: #000;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 23px;
    font-size: 15px;
    text-align: justify;
}

.custom-row {
	margin-top: 175px;
}




.wrapper{

	margin: 200px auto;
	padding: 25px 0px 30px 0px;
	border-radius: 5px;
	/* background: #fff;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.1); */
  }
  .wrapper header{
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 20px;
  }
  .wrapper h1{
	font-size: 27px;
   
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
  
  }
  .wrapper nav{
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
  }
  .wrapper nav label{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #ffffff;
    background-color: red;
	font-size: 17px;
	border-radius: 5px;
	margin: 0 5px;
	transition: all 0.3s ease;
  }
  /* .wrapper nav label:hover{
	background: rgba(23,162,184,0.3);
  } */
  #home:checked ~ nav label.home,
  #blog:checked ~ nav label.blog,
  #code:checked ~ nav label.code,
  #help:checked ~ nav label.help,
  #about:checked ~ nav label.about,
  #cdd:checked ~ nav label.cdd,
  #mba:checked ~ nav label.mba,
	#human:checked ~ nav label.human{
		color: #f00;
		background-color: #ffffff;
		font-weight: 700;
  }
  nav label i{
	padding-right: 7px;
  }
  nav .slider{
	position: absolute;
	height: 100%;
	width: 15%;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 5px;
	background: #17a2b8;
	transition: all 0.3s ease;
  }
  input[type="radio"]{
	display: none;
  }
  #blog:checked ~ nav .slider{
	left: 10%;
  }
  #code:checked ~ nav .slider{
	left: 25%;
  }
  #help:checked ~ nav .slider{
	left: 40%;
  }
  #about:checked ~ nav .slider{
	left: 60%;
  }
  #cdd:checked ~ nav .slider{
	left: 80%;
  }
  #mba:checked ~ nav .slider{
	left: 100%;
  }
  #human:checked ~ nav .slider{
	left: 100%;
  }
  section .content{
	margin-top: 25px;
   
    margin-bottom: 22px;
	display: none;
	
  }
  #home:checked ~ section .content-1,
  #blog:checked ~ section .content-2,
  #code:checked ~ section .content-3,
  #help:checked ~ section .content-4,
  #about:checked ~ section .content-5,
  #cdd:checked ~ section .content-6,
  #human:checked ~ section .content-7
  {
	display: block;
  }
  section .content .title{
	font-size: 21px;
	font-weight: 500;
	margin: 30px 0 10px 0;
	color: #fff;
  }
  section .content p{
  text-align: justify;
  color: #fff;
  font-size: 17px;
  }
  .course-bg {
	margin-top: -124px;
	  background-image: url(../images/teachers_background-bg.jpg);
  }
  /* facilities */
.facilities {
	background-image: url(../images/teachers_background-bg.jpg);
	padding: 55px 0px;
    margin-top: 67px;
}
.facilities-sec {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px #000;
	padding: 18px 23px;
}
.facilities-sec i{
	color: red;
	text-align: center;
	font-size: 55px;
}
.facilities-sec p {
    color: #000;
    font-size: 14px;
    text-align: justify;
}
.facilities-sec h3{
	font-size: 23px;
   
    margin-top: 11px;
	
    background: -moz-linear-gradient(top, red 0%, #1045be 100%);
    background: -webkit-linear-gradient(top, red 0%, #1045be 100%);
    background: linear-gradient(top, red 0%, #1045be 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.viewmore-btn{
    border: none;
	padding: 10px 19px;
    color: #fff;
    /* background-color: red; */
	background-image: linear-gradient(#1045be, red);
    position: relative;
   cursor: pointer;
   text-transform: uppercase;
}
.viewmore-btn::before{
    content: "";
    position: absolute;
	width: 36px;
    height: 30px;
    top: -8px;
    left: -8px;
  
    border-top:3px solid #1045be;
    border-left: 4px solid #1045be;
    transition: all 0.4s;
   
}
.viewmore-btn::after{
    content: "";
    position: absolute;
	width: 36px;
    height: 30px;
    bottom: -8px;
    right: -8px;
  
    border-bottom: 4px solid #1045be;
    border-right: 4px solid #1045be;
    transition: all 0.4s;
   
}
.viewmore-btn:hover:after , .viewmore-btn:hover:before{
    width: 100%;
    height: 100%;
}
.viewmore-btn:hover{
	color:#fff;
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient( red,#1045be);
}
.margin-top{
	margin-top: -90px;
	margin-top: -153px;
}
.partners h2{
	
    font-size: 24px;
	/* text-shadow: 4px 4px 4px rgb(150 150 150); */
	background:-moz-linear-gradient( red, #1045be); 
    background: -webkit-linear-gradient( red, #1045be ); 
    background: linear-gradient( red, #1045be );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;

	font-weight: 700;
}
.partners-logo img{
	width: 200px;
	height: 200px;
	margin-right: 80px;
}
.about-content button{
	margin-left: 79%;
}
.readmore-btn {
	border: none;
	padding: 10px 19px;
    color: red;
    background-color: white;
    position: relative;
   cursor: pointer;
   text-transform: uppercase;
   font-weight: 600;

}
.readmore-btn::before{
    content: "";
    position: absolute;
	width: 36px;
    height: 30px;
    top: -8px;
    left: -8px;
  
    border-top:3px solid #fff;
    border-left: 4px solid #fff;
    transition: all 0.4s;
   
}
.readmore-btn::after{
    content: "";
    position: absolute;
	width: 36px;
    height: 30px;
    bottom: -8px;
    right: -8px;
  
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transition: all 0.4s;
   
}
.readmore-btn:hover:after , .readmore-btn:hover:before{
    width: 100%;
    height: 100%;
}
.readmore-btn:hover{
	color:#fff;
	transition: all 0.5s ease-in-out;
	background-color: #e31414;
} 

/* notice sec  */
.notice{

	height: 500px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 1px 5px 5px rgb(0 0 0 / 27%);
    margin-top: 23px;
    padding: 10px 15px;
    border-bottom: 15px solid #ff0000;
   
  }
  .notice-heading h2{
	color: #fff;
	margin-top: 0;
	font-size: 1.7rem;
  
  }
 

  .notice img{
	width: 14%;
  }
  .notice span{
	margin-right: 7px;
  }
  .notice a{
	line-height: 1rem;
    letter-spacing: 1px;
    color: #000;
    font-size: 12px;
  }
  .notice h5{
	margin-bottom: 2rem;
  }
  .notice a:hover{
	color: #000 !important;
  }


  .gallery-img img{
	  width: 100%;
  }
  .gallery-sec {
	  margin: 60px 0px;
  }

/* about page */

.home
{
	width: 100%;
	height: 447px;
}
.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;
}
.home_content
{
	position: absolute;
	left: 50%;
	bottom: 109px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	padding-top: 24px;
	padding-bottom: 18px;
	padding-left: 39px;
	padding-right: 42px;
	
}
.home_content h1
{
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5;
	white-space: nowrap;
}

.about-margin {
	margin: 80px 0px;
}
.about-content h2{
	color: #1045be;
}
.chairmansmsg h2{
	color: #1045be;
}
.about-img img{
	width: 100%;
}
.campus-bg {
	background-image: url("../images/teachers_background-bg.jpg");
	padding: 60px 0px 40px 0px;
	background-attachment: fixed;
	margin-bottom: 40px;
}
.campus-img img{
	width: 100%;
	margin-bottom: 20px;
}
.campus-content{
	color: #fff;
}
.campus-content h2{
	font-size:26px ;
}
.campus-content p{
	font-size: 17px;
	text-align: justify;
}
.vmo-sec {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 3px 7px 0px #000;
	height: 340px;
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
}
.vmo-sec:hover{
	transform: translateY(-30px);
	transition: all 0.5s linear;
	box-shadow: 0px 3px 7px 0px #dfdfdf;
}
.vmo-sec img{
	margin-left: 40%;
    color: #1045be;
    text-align: center;
    font-size: 47px;
    margin-bottom: 15px;
}
.vmo-sec h3{
	text-align: center;
	color: #1045be;
    font-size: 22px;
}
.vmo-sec p{
	text-align: justify;
	font-size: 15px;

}
.margin-top-bottom {
	margin: 80px 0px;
}
.vmo-sec-2 {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 3px 7px 0px #000;
	height: 582px;
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
}
.vmo-sec-2:hover{
	transform: translateY(-30px);
	transition: all 0.5s linear;
	box-shadow: 0px 3px 7px 0px #dfdfdf;
}
.vmo-sec-2 img{
	margin-left: 40%;
    color: #1045be;
    text-align: center;
    font-size: 47px;
    margin-bottom: 15px;
}
.vmo-sec-2 h3{
	text-align: center;
	color: #1045be;
    font-size: 22px;
}
.vmo-sec-2 p{
	text-align: justify;
	font-size: 15px;

}

/* .img-bg {
	box-shadow: 20px 20px 0px #1045be;
} */
.chairmansmsg p{
	font-size: 17px;
	text-align: justify;
	color: #000;
	border-image: url("../images/border.png") 30 round;
}
.chairman-img{
	background-repeat: no-repeat;
    /* width: 400px; */
    background-image: url(../images/border.png);
    /* border-image: url(../images/border.png); */
    background-position: center;
    background-size: cover;
}
.chairman-img img{
	width: 62%;
    margin-left: 103px;
    margin-top: 81px;
}


/* navigation */
.navbar{
	background-color: #fff;
	margin-top: 20px;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	
	
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.navbar-light .navbar-toggler {
    
    margin-right: 28px;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand{
	padding-left: 14px;
    width: 25%;
}
.navbar-brand img{
	
	width: auto;
	display: block;
 
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
	text-transform: uppercase;
	font-size: 15px;
}
.nav-item:hover .nav-link{
	color: #1045be !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #1045be;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    /* visibility: hidden; */
	display: none;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    /* visibility: visible; */
	display: block;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.nav-item:hover .dropdown-menu {
    opacity: 1;
    /* visibility: visible; */
	display: block;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
	/* padding: 10px!important; */
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 3px 7px 0px #000;
    transition: all 200ms linear;
	text-transform: uppercase;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 9px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
	border-bottom: 1px solid #c9cfd5;
	font-weight: 500;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #1045be;
}


/* staff profile page */
.staff-wrapper{
	margin: 39px auto;
    padding: 25px 0px 30px 0px;
    border-radius: 5px;

}
.staff-wrapper header{
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 20px;
  }
  .staff-wrapper h1{
	  color: #1045be;
	  margin-top: 10px;
	  margin-bottom: 30px;
  }
  .staff-wrapper nav{
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
  }
  .staff-wrapper nav label{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #ffffff;
    background-color: red;
	font-size: 17px;
	border-radius: 5px;
	margin: 0 5px;
	transition: all 0.3s ease;
  }
  .staff-thumbnail {
    color: #000;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px #000;
    padding: 17px;
    border-radius: 4px;
    margin-top: 30px;
	
}
.bg-satff{
	background-repeat: no-repeat;
   
    background-position: center;
    background-size: cover;
    /* background-image: url(../images/staffborder.png); */
}
.carousel-item{
	background-repeat: no-repeat;
   
    background-position: center;
    background-size: cover;
    background-image: url(../images/border.png);

}
.staff-thumbnail img{
	height: 161px;
    width: 166px;
    border-radius: 50%;
    /* margin: 0 auto; */
    margin-left: 14%;
    margin-bottom: 31px;
    /* padding-top: 8px; */
    margin-top: 26px;
    /* border: 3px double #328dc2; */
}
  .Staff-profile p {
    color: #000;
    margin-bottom: 8px;
}
section .staff-content{
	margin-top: 25px;
   
    margin-bottom: 22px;
	display: none;
	
  }

  section .staff-content .title{
	font-size: 21px;
	font-weight: 500;
	margin: 30px 0 10px 0;
	color: #fff;
  }



  .department-heading h1{
	  color: #1045be;
	  margin-top: 30px;
  }
  .infrastructure h2{
    color: #fff;
	margin-top: 10px;
}
.infrastructure i{
	margin-right: 10px;
}
.course-str {
	margin-top: 60px;
}
.course-str-img img{
	width: 100%;
	margin-bottom: 20px;
	height: 150px;
}
.course-str-para p{
	color: #000;
	font-size: 17px;
    text-align: justify;
}
.course-str-para h3{
	color: #000;
	font-weight: 500;
}
.course-str-para h6{
	color: #000;
	font-weight: 500;
}
.course-str-para i{
	color: #000;
	margin-right: 10px;
}

/* admission */
.admission-heading{
	
    color:#1045be;
}
.admission-img img{
	width: 100%;
}
.admission-details h3{
	color: #1045be;
}
.admission-details p{
	text-align: justify;
	color: #000;
	font-size: 15px;
}
.admission-main {
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px #000;
    padding: 40px 40px;
    border-radius: 5px;
    margin: 60px 0px;
}
.admission-details ul{
	margin-bottom: 20px;
}
.admission-details ul li{
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
}


/* facilities */

.container1{
 
	color: #fff;
	
	 border-radius: 12px;
	 
   }
   .container1 .topic{
	 font-size: 30px;
	 font-weight: 500;
	 margin-bottom: 20px;
   
	margin-bottom: 3rem;
   }
   .underline2 {
	 border-bottom: 3px solid #ed9f30;
	 width: 10%;
	 
	 margin-top: 10px;
   }
   .content{
	margin-bottom: 45px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
   }
   .content .list{
	 display: flex;
	 flex-direction: column;
	 width: 18%;
	 margin-right: 50px;
	 position: relative;
   }
   .content .list label{
	 height: 40px;
	 font-size: 18px;
	 font-weight: 500;
	
	 cursor: pointer;
	padding-left: 1.3rem;
	padding-top: 10px;
	 transition: all 0.5s ease;
	 color: #fff;
	 background-color: red;
	 z-index: 12;
	 margin-bottom: 10px;
   }
   #course-1:checked ~ .list label.course-1,
   #course-2:checked ~ .list label.course-2,
   #course-3:checked ~ .list label.course-3,
   #course-4:checked ~ .list label.course-4,
   #course-5:checked ~ .list label.course-5,
   #course-6:checked ~ .list label.course-6,
   #course-7:checked ~ .list label.course-7,
   #course-8:checked ~ .list label.course-8,
   #course-9:checked ~ .list label.course-9,
   #course-10:checked ~ .list label.course-10,
   #course-11:checked ~ .list label.course-11
   
   {
	 
	 color: #fff;
	 background-color: #1045be;
   }
   /*.content .list label:hover{
	 color: #6d50e2;
   }*/
   .content .slider{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 60px;
	 width: 100%;
	 border-radius: 12px;
	 background: none;
	 transition: all 0.4s ease;
   }
   #course-1 ~ .list .slider{
	 top: 0;
   }
   #course-2:checked ~ .list .slider{
	 top: 60px;
   }
   #course-3:checked ~ .list .slider{
	 top: 120px;
   }
   #course-4:checked ~ .list .slider{
	 top: 180px;
   }
   #course-5:checked ~ .list .slider{
	 top: 240px;
   }
   #course-6:checked ~ .list .slider{
	 top: 300px;
   }
   #course-7:checked ~ .list .slider{
	 top: 360px;
   }
   #course-8:checked ~ .list .slider{
	 top: 420px;
   }
   #course-9:checked ~ .list .slider{
	 top: 480px;
   }
   #course-10:checked ~ .list .slider{
	 top: 540px;
   }
   #course-11:checked ~ .list .slider{
	top: 600px;
  }
   
   .content .text-content{
	 width: 80%;
	 height: 100%;
   }
   .content .text{
	 display: none;
   }
   
   .content .text p{
	 text-align: justify;
   }
   .content .text-content .course-1{
	 display: block;
   }
   #home:checked ~ .text-content .course-1,
   #course-2:checked ~ .text-content .course-2,
   #course-3:checked ~ .text-content .course-3,
   #course-4:checked ~ .text-content .course-4,
   #course-5:checked ~ .text-content .course-5,
   #course-6:checked ~ .text-content .course-6,
   #course-7:checked ~ .text-content .course-7,
   #course-8:checked ~ .text-content .course-8,
   #course-9:checked ~ .text-content .course-9,
   #course-10:checked ~ .text-content .course-10,
   #course-11:checked ~ .text-content .course-11
   
   {
	 display: block;
   }
   #course-2:checked ~ .text-content .course-1,
   #course-3:checked ~ .text-content .course-1,
   #course-4:checked ~ .text-content .course-1,
   #course-5:checked ~ .text-content .course-1,
   #course-6:checked ~ .text-content .course-1,
   #course-7:checked ~ .text-content .course-1,
   #course-8:checked ~ .text-content .course-1,
   #course-9:checked ~ .text-content .course-1,
   #course-10:checked ~ .text-content .course-1,
   #course-11:checked ~ .text-content .course-1
   
   
	 {
	 display: none;
   }
   .content input{
	 display: none;
   }
   .text .images img{
	height: 300px;
    width: 100%;
   }
   .text .title{
	  
	   margin-top: 27px;

   }
   .text .title h2{
	   color: #1045be;
   }
   .text .title p{
	color: #000;
	 line-height: 1.7rem;
	 letter-spacing: 1px;
	 text-align: justify;
   }
   .text button{
	 width: 140px;
	 height: 45px;
	 border: 1px solid #ed9f30;
	 background: none;
	 border-radius: 5px;
	 letter-spacing: 1px;
   }
   .text button:hover{
	 background-color: #ed9f30;
	 transition: all 0.5s ease-in-out;
   
   }
   .text button a{
	 color: #fff;
   }
   .facilities-heading{
	color: #1045be;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
   }
   .facilities-heading h2{
	   font-size: 25px;
   }

   .navbar {
    box-shadow: 0px 3px 7px 0px #000;
    padding: 0;
}

.home_content
{
	position: absolute;
	left: 50%;
	bottom: 109px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #1045be;
	padding-top: 24px;
	padding-bottom: 18px;
	padding-left: 39px;
	padding-right: 42px;
}
.home_content h1
{
	font-size: 53px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5;
	white-space: nowrap;
}
.notice-heading{
	
	margin-bottom: 20px;
}
.notice-heading h1{
	color: #1045be;
}
.notice-sec {
	margin-bottom: 30px;
}
footer{
	color: #a5a5a5;
}