@font-face {
    font-family: 'Montserrat-Black';
    src: url('fonts/Montserrat-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('fonts/Montserrat-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.woff') format('woff');
}
/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe {
	background: #ddd;
	color: #000;
	padding: 0.2em;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
	width: 100%;
}

.chromeframe a {
	color: #ed1c24;
}

/*-------- 1.1 Typography --------*/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 14px;
	line-height: 20px;
	font-family: Roboto-Regular;
	color: #444;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
    font-family:Montserrat-Bold !important;
}

h3 {
	font-size: 22px;
}

.sub_header h1,
#intro_txt h1,
.sub_header_contact_home #intro_txt h1 {
	font-family: Montserrat-Medium !important;
	;
	letter-spacing: -1px;
}

.sub_header h1 strong,
#intro_txt h1 strong,
.sub_header_contact_home #intro_txt h1 strong {
	font-family: "Montserrat-Medium";
}

strong,
label {
	font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

p.lead {
	font-family: 'Montserrat-Medium', sans-serif;
	;
	letter-spacing: -1px;
}

footer h4 {
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    margin-top: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    padding-bottom: 10px;
}

.main_title {
	text-align: center;
	margin-bottom: 45px;
}

.main_title h2 {
	font-size: 26px;
    letter-spacing: 1px;
    margin-top: 0;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    background: #ff5f02;
    padding: 15px;
    display: table;
    margin: auto;
    border-radius: 5px;
    color: #fff;
}

.main_title p {
	font-size: 22px;
	font-family: Roboto-Regular, sans-serif;
	;
	color: #777;
	line-height: 1.2;
}

/** Layes slider typography **/
h3.slide_typo {
	font-family: 'Work Sans', sans-serif;
	;
	letter-spacing: -2px;
	font-size: 60px;
	white-space: nowrap;
	color: #fff !important;
	font-weight: normal;
}

h3 .slide_typo strong {
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.slide_typo_2 {
	color: #fff;
	font-size: 18px;
	white-space: nowrap
}

/*General links color*/
a {
	color: #3f9ad6;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

a.link_normal {
	position: relative;
	display: block;
	color: #25689c;
}

a.link_normal:hover {
	color: #111;
}

a.link_normal:after {
	font-style: normal;
	font-weight: normal;
	font-family: 'fontello';
	content: "\e89b";
	top: 1px;
	position: relative;
	margin-left: 5px;
}

p {
	margin: 0 0 20px 0;
}

hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ededed;
}

hr.more_margin {
	margin-top: 40px;
	margin-bottom: 60px;
	border: 0;
	border-top: 1px solid #ededed;
}

hr.styled {
	margin: 30px 0 30px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #fff;
}

hr.styled_2 {
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: -30px;
	margin-right: -30px;
}

/*-------- 1.2 Buttons --------*/
a.button,
.button {
	padding: 10px 30px;
	display: inline-block;
	background-color: #1cafec;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 0;
	font-size: 14px;
	outline: none;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.button.small,
.button.small {
	padding: 7px 15px;
	font-size: 13px;
}

a.button.large,
.button.large {
	padding: 7px 30;
	font-size: 13px;
}

a.button:hover,
.button:hover {
	color: #fff;
	background-color: #283841;
}

#submit-newsletter.button {
	padding: 14px 35px;
}

a.button_outline,
.button_outline {
	padding: 8px 30px;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #25689c;
	color: #25689c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	margin-bottom: 20px;
}

a.button_outline:hover,
.button_outline:hover {
	border: 2px solid #283842;
	color: #283842;
}

a.button_outline.large,
.button_outline.large {
	padding: 20px 50px;
	font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

a.button_download {
	padding: 15px 10px 15px 50px;
	display: inline-block;
	white-space: nowrap;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	cursor: pointer;
	position: relative;
	min-width: 220px;
	margin-bottom: 20px;
	border: 2px solid #25689c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.button_download:hover {
	background-color: #25689c;
	color: #fff;
}

a.button_download i {
	font-size: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
}

a.button_intro,
.button_intro {
	border: none;
	font-weight: normal;
	font-style: normal;
	color: #fff !important;
	background: #25689c;
	cursor: pointer;
	padding: 12px 25px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	text-align: center;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	min-width: 110px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

a.button_intro:hover,
.button_intro:hover {
	background: #fff;
	color: #25689c !important;
}

a.button_intro.outilne,
.button_intro.outline {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	padding: 10px 23px;
}

a.button_intro:hover,
.button_intro:hover {
	background: #fff;
	color: #25689c;
}

/*-------- 1.3 Structure --------*/
/* Header */
header {
    left: 0;
    width: 100%;
    position: relative;
   background:#fff;
    height: auto;
    z-index: 999999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.2s ease;
}

header.sticky,
header.sticky#contacts {
	background-color: #ffffff;
	opacity: 1;
	top: 0;
	position: fixed;
}

header#contacts {
	background-color: #283842;
	opacity: 0.9;
}

#logo img {
	display: block;
	width: 345px;
}

header.sticky #logo img {
	width: 345px;
	transition: all 0.4s ease;
}

/* Header bg */
.sub_header {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	display: table;
	width: 100%;
	font-size: 20px;
	color: #fff;
}

.sub_header div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

.sub_header h1 {
	font-size: 60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
}

.sub_header.bg_1 {
	background-image: url(../img/header_bg_1.jpg);
}

.sub_header.bg_2 {
	background-image: url(../img/header_bg_2.jpg);
}

.sub_header.bg_3 {
	background-image: url(../img/header_bg_3.jpg);
}

.sub_header.bg_4 {
	background-image: url(../img/header_bg_4.jpg);
}

.sub_header_contact_home {
	background-image: url(../img/header_bg_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 570px;
	font-size: 20px;
	display: block;
	color: #fff;
	text-align: center;
}

.sub_header_contact_home_wrapper {
	padding: 20px 250px 0 250px;
}

.sub_header_contact_home #intro_txt h1 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	padding-top: 100px;
}

/* Footer  */
footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 0 10px 0;
}

footer ul {
	list-style: none;
	padding: 0 0 20px 0;
}
footer ul li {
	 margin-bottom:10px;
}

footer a {
    color: #fffafa;
    opacity: 1;
    font-family: Roboto-Regular;
    text-transform: uppercase;
}

footer a:hover {
	color: #fff;
	opacity: 1;
}

#copy {
	text-align: center;
	font-size: 13px;
	background-color: #3c3a8c;
	padding: 7px;
	color: #fff;
	color: rgba(255, 255, 255)
}

ul#contacts_footer {
	margin-top: -10px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/




#home_feat_1 {
	position: relative;
	 
}

.home_feat_1_box {
	overflow: hidden;
	bottom: 0px;
	position: relative;
	height:250px;
}

.home_feat_1_box:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home_feat_1_box img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.short_info {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/shadow_pic.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 100%;
	color: #fff;
	height: 100%;
	z-index: 99;
}

.short_info h3 {
	color: #fff;
    width: 100%;
    position: absolute;
    top: -27px;
    left: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.home_feat_1_box:hover .short_info h3 {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 30px;
}

#home_feat_1 .col-md-6 {
	padding: 0px;
}

.home_feat_1_box .overlay-1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fe722fc7;
	z-index: 9;
}

.home_feat_1_box .overlay-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #68d8e4c7;
	z-index: 9;
}

.short_info i {
	bottom: 0;
	right: 30px;
	font-size: 24px;
	position: absolute;
	transition: all 0.3s ease;
	opacity: 0;
}

.short_info_text {
	right: 30px;
	top: 25px;
	font-size: 16px;
	position: absolute;
	z-index: 99;
	line-height: 1.5em;
	padding: 10px 30px;
	color: white;
    font-family:Roboto-Regular;
    letter-spacing:1px;
}

.short_info_text .apply-btn {
	position: relative;
	z-index: 99;
	color: black;
	padding: 12px;
	background: white;
}

.home_feat_1_box:hover .short_info i {
	color: #fff;
	position: absolute;
	bottom: 26px;
	right: 30px;
	opacity: 1;
}

/* .home_feat_1_box a:hover .short_info_text p{
	color:#fff;
	position:absolute;
	bottom:120px;
	right:10px;
	opacity:1;
} */
.box_feat_home {
	position: relative;
	padding: 0 0 0 100px;
}

.box_feat_home i {
	font-size: 70px;
	color: #622960;
	position: absolute;
	left: 0;
	top: 0;
}

#graph {
	position: relative;
    margin: 0px 0;
    margin-bottom: 100px;
}

#graph h4 {
	font-size: 16px;
    color: #040865;
    font-family: 'Montserrat-Bold';
    text-transform: capitalize;
    letter-spacing: 1px;
}

#graph img {
	max-width: 520px;
	margin: auto;
	display: block;
}

.features {
	position: absolute;
	width: 300px;
	height: auto;
	text-align:center;
}

.features h4 {
	margin-top: 0;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.features p {
	margin-bottom: 0;
    font-family: 'Roboto-Regular';
    font-size:14px;
}

.step_1 {
	top: 0%;
	left: -50%;
}

.step_2 {
	top: 0%;
	right: -40%;
}

.step_3 {
    bottom: 10%;
    left: -50%;
}

.step_4 {
	bottom: 10%;
	right: -40%;
}

.step_5 {
	bottom: -11%;
    left: 27%;
}

.header-video {
	position: relative;
	overflow: hidden;
	background: #000;
}

#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;
	padding-top: 60px;
}

#hero_video div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

#hero_video div h1 {
	font-size: 60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	margin: -60px 0 0 0;
}

#hero_video div p {
	text-transform: uppercase;
	margin-bottom: 30px;
}

#hero_video a.video_pop {
	display: none;
}

video {
	position: relative;
	top: 0; 
	right: 0; 
}

iframe {
	height: 100%;
	width: 100%;
}
 

.teaser-video {
	width: 100%;
	height: auto;
}

.header-video--media {
	width: 100%;
	height: auto;
}


/* carousel */
#quote-carousel {
	padding: 0 10px 40px 10px;
}

#quote-carousel .carousel-control.left {
	left: -12px;
}

#quote-carousel .carousel-control.right {
	right: -12px !important;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -30px;
	margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
	background: #fff;
	opacity: 0.5;
	border: none;
}

#quote-carousel .carousel-indicators .active {
	background: #fff;
	opacity: 1;
}

#quote-carousel .item small {
	color: #fff;
	display: block;
	margin-top: 15px;
	font-size: 18px;
	font-style: italic;
	font-family: 'Georgia', cursive;
}

#quote-carousel .item small img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.item small:before {
	content: normal;
}

.item blockquote {
	border-left: none;
	margin: 0;
	text-align: center;
	font-family: 'Georgia', cursive;
	font-style: italic;
	padding-top: 15px;
	font-size: 18px;
	line-height: 28px;
	/*background: url(../img/blockquote.svg) no-repeat left top;
	background-size: 120px auto;*/
	overflow: visible;
}
.test-head{
    text-align:center;
    font-size:28px; 
    font-family:Montserrat-Medium;
    display:block;
    position:relative;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:35px;
}
.item blockquote img {
	margin-bottom: 20px;
}

.list_courses_tabs h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #999;
	margin-bottom: 15px;
}

.list_courses_tabs ul {
	list-style: none;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
}

.list_courses_tabs ul li {
	position: relative;
	padding: 15px 5px 10px 16px;
	min-height: 65px;
	width: 100%;
	border-bottom: 1px solid #ededed;
	display: table;
}

.list_news_tabs marquee {
	margin: 10px 30px;
}

.list_courses_tabs .fa-arrow-right {
	margin-right: 5px;
}

.list_courses_tabs ul li a small {
	color: #777;
	margin: 0;
	padding: 0;
}

.list_courses_tabs ul li:last-child {
	border-bottom: none;
	padding-left: 15px;
	padding-top: 10px;
}

.list_courses_tabs ul li div {
	display: table-cell;
}

.list_courses_tabs ul li figure {
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 10px;
}

.list_courses_tabs ul li figure img {
	width: 45px;
	height: auto;
}

.list_courses_tabs ul li h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.list_courses_tabs ul li:hover {
	background-color: #f8f8f8;
}

.list_news_tabs h3 {
	font-size: 18px;
	margin-top: 0;
}

.list_news_tabs .date_published {
	color: #777;
}

/*-------- 2.2 Accademics/single course page--------*/
.box_style_1,
a.box_style_1 {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
	-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
	box-shadow: 0px 3px 0px 0px #f0f2f4;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 30px 30px 10px 30px;
	color: #444;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

a.box_style_1 {
	cursor: pointer;
}

a.box_style_1:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0px 3px 0px 0px #ebedef;
	-moz-box-shadow: 0px 3px 0px 0px #ebedef;
	box-shadow: 0px 3px 0px 0px #ebedef;
}

.box_style_2 {
	border-left: 1px solid #ededed;
	padding-left: 30px;
	margin-bottom: 30px;
}

.box_style_3 {
	padding: 15px 30px 1px 30px;
	margin-bottom: 30px;
	background-color: #ebedf0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box_header .short_intro {
	background: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 30px 15px 30px;
}

.box_header .short_intro h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
}

.indent_title_in {
	position: relative;
	padding-left: 80px;
	margin-bottom: 20px;
}

.indent_title_in i {
	font-size: 50px;
	position: absolute;
	left: 0;
	color: #622960;
	top: 0;
}

.indent_title_in h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 26px;
}

.indent_title_in p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
}

.wrapper_indent {
	padding-left: 80px;
}

ul.list_teachers {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.list_teachers li a {
	position: relative;
	padding-left: 80px;
	height: 55px;
	margin-bottom: 20px;
	display: block;
	color: #555;
}

ul.list_teachers li a i {
	bottom: 20px;
	right: 15px;
	top: 50%;
	width: 30px;
	margin-top: -15px;
	height: 30px;
	font-size: 30px;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	color: #3f9ad6;
}

ul.list_teachers li a:hover i {
	opacity: 1;
}

ul.list_teachers li figure {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

ul.list_teachers figure img {
	width: 55px;
	height: auto;
}

ul.list_teachers li h5 {
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 10px;
}

.duration,
.deadline {
	margin-bottom: 20px;
	position: relative;
	height: 60px;
	width: 60px;
	text-align: center;
	padding-top: 65px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	display: inline-block;
}

.deadline {
	margin-left: 45px;
}

.duration h5,
.deadline h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.icon_duration {
	position: absolute;
	font-size: 24px;
	width: 60px;
	color: #3F9AD6;
	height: 60px;
	text-transform: none;
	line-height: 67px;
	background: url("../img/crono.svg") no-repeat center center;
	background-size: 60px 60px;
	text-align: center;
	left: 0;
	top: 0;
}

.icon_deadline {
	position: absolute;
	font-size: 24px;
	width: 60px;
	color: #3F9AD6;
	height: 60px;
	text-transform: none;
	line-height: 67px;
	background: url("../img/calendar.svg") no-repeat center 2px;
	background-size: 60px 60px;
	text-align: center;
	left: 0;
	top: 0;
}

.icon_duration span,
.icon_deadline span {
	position: absolute;
	bottom: 10px;
	left: 38px;
	width: 40px;
	display: block;
	font-size: 12px;
	background-color: #f3f5f8;
	padding: 2px;
	line-height: normal;
	text-align: left;
}

.icon_deadline span {
	position: absolute;
	bottom: 10px;
	left: 42px;
	width: 40px;
	display: block;
	font-size: 12px;
	background-color: #f3f5f8;
	padding: 2px;
	line-height: normal;
	text-align: left;
}

.strip_all_courses_list {
	margin-bottom: 30px;
	background-color: #fff;
	color: #777;
	-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
	-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
	box-shadow: 0px 3px 0px 0px #f0f2f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.img_list {
	overflow: hidden;
	min-height: 220px;
	text-align: center;
	position: relative;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.img_list img {
	width: auto;
	height: 220px;
	position: absolute;
	left: -10%;
}

.img_list a img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-border-top-left-radius: 3px;
}

.img_list a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img_list .short_info {
	padding: 5px 5px 5px 5px;
	text-align: left;
	min-height: 38px;
}

.details_list_col a.button_outline {
	padding: 8px 20px;
	margin-bottom: 0;
}

.course_list_desc {
	padding: 10px 20px 0 0;
	border-right: 1px solid #ededed;
	height: 220px;
	line-height: 1.4;
}

.course_list_desc h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.course_list_desc h3 strong {
	font-family: 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}

.details_list_col {
	display: table;
	height: 220px;
	font-size: 38px;
	color: #e74c3c;
	width: 100%;
	margin-left: -15px;
}

.details_list_col div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.add_info {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.add_info li {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ededed;
	text-align: center;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.add_info li a {
	color: #555;
	width: 35px;
	height: 35px;
	display: block;
}

ul.add_info li i {
	display: inline-block;
	font-size: 22px;
	top: 6px;
	position: relative;
}

.box_side {
	position: relative;
}

.box_side h5 {
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

.box_side i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #999;
}

/*-------- 2.3 About --------*/
a.box_feat,
.box_feat {
	text-align: center;
	background: #fff;
	padding: 40px 30px 30px 30px;
	display: block;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
	-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
	box-shadow: 0px 3px 0px 0px #f0f2f4;
	color: #666;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

a.box_feat:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0px 3px 0px 0px #ebedef;
	-moz-box-shadow: 0px 3px 0px 0px #ebedef;
	box-shadow: 0px 3px 0px 0px #ebedef;
}

a.box_feat i {
	font-size: 70px;
	color: #25689c;
}

a.box_feat h3 {
	text-transform: uppercase;
	font-size: 18px;
}

ul.list_staff {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.list_staff li {
	position: relative;
	padding: 0 45px 0 70px;
	height: 55px;
	margin-bottom: 20px;
	display: inline-block;
	;
	color: #555;
}

ul.list_staff li figure {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

ul.list_staff figure img {
	width: 55px;
	height: auto;
}

ul.list_staff li h5 {
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 10px;
}

.box_style_4 {
	padding: 10px 30px 1px 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #f3f5f8;
}

ul.list_order {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 14px;
}

ul.list_order li {
	position: relative;
	padding-left: 45px;
	clear: both;
	min-height: 35px;
	padding-top: 7px;
	margin-bottom: 15px;
}

ul.list_order li span {
	position: absolute;
	border: 2px solid #ccc;
	left: 0;
	color: #ccc;
	top: 0;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

ul.list_4 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.list_4 li {
	margin-bottom: 0;
	display: block;
	padding-left: 24px;
	margin-right: 15px;
	position: relative;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

ul.list_4 li:before {
	font-family: 'ElegantIcons';
	content: "\5a";
	position: absolute;
	left: 0;
	top: 0;
	color: #2ab0ea;
	font-size: 16px;
}

/*-------- 2.4 Gallery--------*/
.grid ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.grid ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin: -3px;
	min-height: 100%;
	width: 25%;
	background-color: #000;
	list-style: none;
}

.grid figure {
	position: relative;
	overflow: hidden;
	margin: -3px;
}

.grid figure img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.grid figure:hover img,
.grid figure:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25% 0;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 47, 59, 0.80);
	text-align: center;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.grid figcaption a {
	color: #fff
}

.grid figcaption a:hover,
.grid figcaption a:focus {
	color: #73d0da
}

.grid figure:hover figcaption,
.grid figure:focus figcaption {
	opacity: 1;
}

.visible {
	opacity: 1;
}

.grid figure.cs-hover figcaption {
	opacity: 1;
}

.grid figcaption i {
	font-size: 30px;
}

.grid figcaption p {
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.grid figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -100px;
	width: 200px;
	-webkit-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.grid figure:hover figcaption .caption-content,
.grid figure:focus figcaption .caption-content {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

/*-------- 2.5 Staff--------*/
.staff .box_style_1 {
	text-align: center;
	cursor: auto;
}

ul.social_team {
	list-style: none;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 16px;
}

ul.social_team li {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ededed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

ul.social_team li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
}

.profile ul {
	text-transform: none;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.profile ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.profile ul li:last-child {
	border-bottom: none;
}

ul.social_teacher {
	list-style: none;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 16px;
	text-align: center;
}

ul.social_teacher li {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 45px;
	text-align: center;
}

/*-------- 2.6 Contacts--------*/
#map {
	width: 100%;
	height: 500px;
}

ul.contacts_info {
	list-style: none;
	padding: 0;
	margin: 15px 0 20px 0;
}

ul.contacts_info li {
	margin-bottom: 15px;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
/*-------- 3.1 Preloader--------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 99999999;
}

.pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	text-align: center;
}

.pulse:before,
.pulse:after {
	content: '';
	border: 5px solid #ccc;
	width: 80px;
	height: 80px;
	border-radius: 500px;
	position: absolute;
}

.pulse:before {
	-webkit-animation: pulse-outer 0.8s ease-in infinite;
	-moz-animation: pulse-outer 0.8s ease-in infinite;
	animation: pulse-outer 0.8s ease-in infinite;
}

.pulse:after {
	-webkit-animation: pulse-inner 0.8s linear infinite;
	-moz-animation: pulse-inner 0.8s linear infinite;
	animation: pulse-inner 0.8s linear infinite;
}

@-webkit-keyframes pulse-outer {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@-moz-keyframes pulse-outer {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@keyframes pulse-outer {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@-webkit-keyframes pulse-inner {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-moz-keyframes pulse-inner {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@keyframes pulse-inner {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/*-------- 3.2 Forms-------*/
span.error {
	font-size: 11px;
	position: absolute !important;
	top: -10px;
	right: 0;
	z-index: 9999;
	height: 25px;
	line-height: 25px;
	background: none;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
}

span.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}

.iradio_square-blue span.error,
.icheckbox_square-blue span.error {
	top: -35px;
	right: -30px;
}

.loader {
	margin-left: 5px;
	position: absolute;
}

.sub_header_contact_home .loader {
	font-size: 14px;
}

.error_message {
	color: #F33;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 14px;
}

input#website {
	display: none;
}

/* Forms */
.form-control.styled {
	border-radius: 0;
	height: 40px;
}

.form-control.f:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/** Drop down select **/
.styled-select select {
	background: transparent;
	width: 110%;
	padding: 5px;
	padding-left: 15px;
	margin: 0;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	color: #999;
	border-radius: 0;
	height: 40px;
	border: 0;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	background: #fff url(../img/down_arrow_select.png) no-repeat right center;
	border-radius: 0;
	height: 40px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}

.styled-select-contact-home select {
	background: transparent;
	width: 110%;
	padding: 5px;
	padding-left: 20px;
	margin: 0;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	color: #fff;
	border-radius: 0;
	height: 44px;
	border: 0;
	font-size: 18px;
}

.styled-select-contact-home {
	width: 100%;
	overflow: hidden;
	background: url(../img/down_arrow_select_2.png) no-repeat right center;
	border-radius: 0;
	height: 48px;
	border: 2px solid #fff;
	margin-bottom: 25px;
}

.styled-select select::-ms-expand,
.styled-select-contact-home select::-ms-expand {
	display: none;
}

.form-group {
	margin-bottom: 25px;
}

.radio_inline {
	padding-top: 10px;
	position: relative;
}

#highlight {
	color: #fff;
	font-size: 15px;
}

#highlight h3 {
	color: #fff;
	font-size: 28px;
}

/*-------- 3.3 Container backgrounds-------*/
.container_blue_bg {
	background-color: #3f9ad6;
}

.container_gray_bg {
	background-color: #f3f5f8;
}

.container_gray_line {
	border-top: 1px solid #e9ebee;
}

.bg_content {
	display: table;
	width: 100%;
	height: 500px;
	background: url(../img/bg_content.jpg) no-repeat center center;
	background-size: cover;
}

.bg_content.testimonials {
	background:linear-gradient(#36347a7a, #36347a38), url(../img/testimonialbg.jpg) no-repeat center center;
	height: auto;
    background-size: cover;
    padding: 30px 0;
}

.testimonials p {
	color:#fff;
}

.bg_content>div {
	display: table-cell;
	padding: 0 10%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.bg_content div h3 {
	font-size: 48px;
	font-family: "proxima_nova_rgbold", Arial, sans-serif;
	color: #fff;
}

.bg_content div a i {
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
	font-size: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bg_content div a:hover i {
	opacity: 1;
}

/*-------- 3.4 Login/Register modals-------*/
.form-control.form-white {
	color: #fff;
	font-size: 18px;
	height: 48px;
	position: relative;
	border-radius: 0;
	border: 2px solid white;
	padding: 15px 20px;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	box-shadow: 0;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login_icon {
	color: #fff;
	font-size: 80px;
	opacity: 0.5;
}

.modal-backdrop {
	z-index: 999999;
}

.modal {
	padding: 0 25px !important;
	z-index: 9999999;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg');
	border-radius: 0px;
	border: none;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

s.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus+label:before {
	background: rgba(255, 255, 255, 0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #fff;
	padding: 10px;
	background: #3f9ad6;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 16px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

.btn.btn-submit:focus {
	outline: none;
}

.btn.btn-submit:hover {
	color: #3f9ad6;
	background: #fff;
}

/*-------- 3.5 Spacing-------*/
.add_bottom_30 {
	margin-bottom: 30px;
}

.add_bottom_45 {
	margin-bottom: 45px;
}

.add_bottom_60 {
	margin-bottom: 60px;
}

.add_bottom_75 {
	margin-bottom: 75px;
}

.add_top_60 {
	padding-top: 60px;
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.nomargin_top {
	margin-top: 0;
}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}


/*-------- 3.6  Newsletter footer -------*/
#newsletter_container h3 {
	font-family: "proxima_novalight", Arial, sans-serif;
	font-size: 36px;
	margin: 0 0 20px 0;
}

input.form-control#email_newsletter {
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	border: 2px solid #ededed;
	height: 50px;
	font-size: 15px;
	padding-left: 20px;
	width: 380px;
	margin-top: -2px;
	margin-right: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input.form-control#email_newsletter:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
}


/*-------- 3.7 Pagination ------*/
.pagination {
	border-radius: 3px;
}

.pagination>li>a,
.pagination>li>span {
	color: #888;
	border: 1px solid #ededed;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #333 !important;
	background-color: #f9f9f9;

}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #3f9ad6;
	border-color: #3f9ad6;
}

/*-------- 3.8 Search modal ------*/
#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 9999999;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 40px;
	line-height: 40px;
	border: 0px;
	margin: 0px;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	text-align: center;
}

#search .button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}

#search .close {
	position: fixed;
	top: 10px;
	right: 30px;
	color: #fff;
	outline: none;
	opacity: 1;
	padding: 10px;
	font-size: 30px;
	display: block;
}

/*-------- 3.9 List styles ------*/
ul.list_style_1 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 22px;
}

ul.list_style_1 li {
	position: relative;
	padding-left: 25px;
}

ul.list_style_1 li:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	font-size: 14px;
	content: "\5c";
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}

ul.list_3 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list_3 li {
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
}

ul.list_3 li:before {
	font-family: "fontello";
	content: "\ea3e";
	position: absolute;
	left: 0;
	top: 0;
}

/*-------- 3.10 Misc ------*/
.banner {
	margin-bottom: 15px; 
    background: #fff;
      color: #fff;
    text-align: center;
    font-size: 15px;
    display:block;
}
 

.banner i {
	font-size: 75px;
}

.banner h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	color: #fff;
}
.content .inner-content h5{ 
    font-family:Montserrat-Medium; 
    color: #0c0c88;
    font-size: 16px;
    font-weight: 600;
}

a.banner_bt {
	display: inline-block;
	background-color: #fff;
	color: #25689c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 0;
	padding: 7px 15px;
	font-size: 13px;
	outline: none;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.banner_bt:hover {
	background-color: #283842;
	color: #fff;
}

/* Position  breadcrumbs */
#position {
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f3f5f8;
}

#position ul li:first-child {
	padding-left: 20px;
}

#position ul li:first-child:before {
	content: "\eaf4";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 1px;
	color: #555;
}

#position ul {
	margin: 0;
	padding: 0;
	color: #888;
}

#position ul li a {
	color: #333;
	opacity: 0.7;
}

#position ul li a:hover {
	color: #333;
	opacity: 1;
}

#position ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative;
}

#position ul li:after {
	content: "\e9ee";
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 1px;
}

#position ul li:last-child:after {
	content: '';
}

/** Collapse **/
#accordion .panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#accordion .panel-title a {
	display: block;
	color: #444;
}

#accordion .panel-default>.panel-heading {
	background-color: #f9f9f9;
}

#accordion .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#accordion .panel-group .panel {
	border-radius: 0;
}

/** tabs **/
/* .tab-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
} */

/** Tables **/
.table {
	border-bottom: 1px solid #ddd;
}

.table.cart-list th,
.table.options_cart th {
	background-color: #fff;
	font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
}

.table.cart-list td {
	vertical-align: middle;
	padding-top: 15px;
}

.list_courses_apply h4 {
	color: #777;
	margin-bottom: 20px;
}

.list_courses_apply ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.list_courses_apply ul li {
	padding: 5px 0;
}

.img-circle.styled {
	background-color: #ededed;
	-moz-box-shadow: 0px 0px 0px 5px #ededed;
	-webkit-box-shadow: 0px 0px 0px 5px #ededed;
	box-shadow: 0px 0px 0px 5px #ededed;
	margin: auto;
}

.img-circle.styled_2 {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 0px 5px #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	margin: auto;
}

/*-------- 3.11 Tooltips ------*/
.tooltip_styled {
	display: inline;
	position: relative;
	z-index: 999;
}

.tooltip-item {
	cursor: pointer;
	display: inline-block;
}

.tooltip-item::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip_styled:hover .tooltip-item::after {
	pointer-events: auto;
}

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 180px;
	left: 50%;
	margin: 0 0 20px -90px;
	bottom: 100%;
	text-align: left;
	line-height: 1.2;
	display: block;
	padding: 15px;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
	box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	background: #333;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7, 0.3, 1);
	transform: scale3d(0.7, 0.3, 1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip_styled:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #333;
	border-width: 10px;
	margin-left: -10px;
}

.tooltip-content .label {
	margin-left: 10px;
}

.tooltip-content i {
	font-size: 20px !important;
	top: 3px !important;
	left: -3px !important;
	position: relative;
}

.tooltip-content h4 {
	display: block;
	margin: 0 0 10px 0;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.tooltip-content a {
	font-weight: bold;
}

.homefacultysec {
    text-align: center;
    color: #000;
    font-size: 14px;
}
iframe.vd > html{
    background:#fff;
}
.home-content h2{
	font-size: 24px;
    font-weight: bold;
    color: #181f79;
    margin-bottom: 0 !important;
}
.home-content p{
    font-size: 14px;
    line-height: 23px;
    font-family: Roboto-Regular !important;
    color: #000;
}
.home-content .readmore{
	font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 9px 25px;
    text-align: center;
    border: 1px solid #ddd;
    background: #24268c;
    text-decoration: none;
    float: right;
    margin-bottom: 1em;
}
#featured-section  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ff8500;
    cursor: default;
    background-color: transparent !important;
    border-bottom: 2px solid #ff8500 !important;
    border-bottom-color: transparent;
    text-transform: uppercase;
    border: 0;
}
#featured-section .nav-tabs>li>a {
	margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
}
#featured-section .nav-tabs>li>a:hover {   
    background-color: transparent !important;
   border-bottom: 2px solid #ff8500 !important;
   color: #ff8500;
}

/* ======================================================================================================================= */
  #study-area {
            background-image: url('img/svsu/study-bg.jpeg');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            height: 100%;
            position: relative;
            z-index: 1;
            padding: 80px 0px;
        }

        .study-area::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #172f41;
            opacity: .9;
            z-index: -1;
        }

        .study-area::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 200px;
            background-color: #ffffff;
            z-index: -1;
        }

        .container_gray_bg-1 {
            background-image: url('../img/booksbookshed.jpg');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            height: 100%;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .box_feat_home i,
            .box_feat_home,
            .box_feat_home h3,
            .container_gray_bg-1 h2 {
                color: #fff;
            }

        .heading-div {
            width: 700px;
            color: white;
            font-size: 19px;
            margin: 0px 0px 50px 0px;
        }

            .heading-div h1 {
                color: white;
                font-size: 45px;
            }

            .heading-div p {
                max-width: 550px;
                margin: auto;
                margin-left: 0px;
            }

        .tabs-inner-div {
            background-color: #ffffff;
            border: 1px solid #e8e8e8;
            transition: all ease .5s;
            padding: 20px;
            margin-bottom: 30px;
        }

            .tabs-inner-div img {
                margin-left: 115px;
                font-size: 40px;
                line-height: 1;
                margin-bottom: 20px;
                display: inline-block;
                width: 80px;
                height: 80px;
                line-height: 80px;
                background-color: #172f41;
                border-radius: 50%;
                text-align: center;
                color: #ffffff;
                transition: all ease .5s;
            }

            .tabs-inner-div h3 {
                font-size: 23px;
                margin-bottom: 14px;
            }

            .tabs-inner-div p {
                transition: all ease .5s;
            }

        .read-more {
            font-size: 14px;
            color: #252525;
            font-weight: 600;
        }

        .list_courses_tabs li a {
            font-weight: 800;
        }

        /*--- Featured Section --- */
        #featured-section {
    padding: 55px 0px;
    background-size: cover;
    background-color: #f4fdff;
    float: left;
    padding-top: 40px !important;
    width: 100%;
    height: 100%;
}
         

            #featured-section.for-school.featured-section2 {
                background: linear-gradient(180deg, #7594ff 0%, #61aef4 100%);
                padding-top: 50px;
            }

                #featured-section.for-school.featured-section2 .slides {
                    margin-bottom: 0px;
                }

            #featured-section.featured-section2 h4 {
                color: #fff;
            }

            #featured-section #top-faculties .caroufredsel_wrapper {
                min-height: 312px !important;
            }

            #featured-section.for-school {
                padding-top: 98px;
            }

            #featured-section .tabs1 .nav-tabs {
                border-bottom: 0;
                margin-bottom: 40px;
                text-align: center;
            }

                #featured-section .tabs1 .nav-tabs li {
                    float: none;
                    display: inline-block;
                }

            #featured-section .slides {
                margin-bottom: 40px;
                min-height: 300px;
            }

            #featured-section .button3 {
                min-width: 180px;
                cursor: pointer;
            }

            #featured-section.featured-section2 .button2 {
                min-width: 180px;
                cursor: pointer;
            }

            #featured-section .tab-content > .tab-pane {
                display: none;
            }

                #featured-section .tab-content > .tab-pane.active {
                    display: block;
                }

            #featured-section .tab-content {
                position: relative;
            }

            #featured-section .tab-pane:not(:first-child) {
              
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

        /*--- User Box --- */
        .user-box {
           background: #fff;
    padding: 15px 15px 35px 15px;
    position: relative;
    min-height: 320px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
        }

            .user-box:hover {
                box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            }

            .user-box .tag {
                display: none;
            }

            .user-box.dean {
                overflow: hidden;
            }

                .user-box.dean .tag {
                    display: inline-block;
                    width: 200px;
                    padding: 6px;
                    position: absolute;
                    text-align: center;
                    color: #fff;
                    top: 16px;
                    transform: rotate(-45deg);
                    background: #ff9c00;
                    left: -65px;
                    font-size: 14px;
                    font-weight: 500;
                    text-transform: capitalize;
                    display: none;
                }

            .user-box figure {
                width: 150px;
                height: 150px;
                border-radius: 50%;
                border: 3px solid #E7EBFB;
                margin: 0px auto 12px auto;
            }

                .user-box figure img {
                    width: 145px;
                    height: 145px;
                    border-radius: 50%;
                    border: 3px solid #fff;
                    object-fit: cover;
                    object-position: top;
                    transition: all 0.5s ease-out;
                }
            /*---.user-box:hover figure img  { filter:grayscale(0%); }  --- */
            .user-box h5 {
                font-weight: 500;
                text-align: center;
                margin-bottom: 10px;
                font-size: 14px;
            }

                .user-box h5 a {
                       text-decoration: none;
    color: #0c0c88;
    font-size: 16px;
    font-weight: 600;
                }

            .user-box:hover h5 a {
                color: #00bfe7;
            }

            .user-box p.designation {
                height: auto;
            }

                .user-box p.designation .icon-user {
                    float: left;
                }

            .user-box p {
                margin-bottom: 15px;
                font-size: 13px;
                line-height: 22px;
                text-align: center;
            }

                .user-box p .icons, .user-box p .fa {
                    margin-right: 8px;
                    vertical-align: middle;
                    line-height: 22px;
                    font-family:Roboto-Regular;
                }

                .user-box p span { 
                    width: 100%;
                }

                .user-box p .fa-university {
                    float: left;
                }

                .user-box p a.email {
                    color: rgba(0,0,0,0.5);
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 90%;
                    float: left;
                }

            .user-box a.clearfix {
                -webkit-transform: perspective(1px) translateZ(0);
                transform: perspective(1px) translateZ(0);
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }

            .user-box .icon-arrow-right-circle {
                float: right;
                font-size: 24px;
                position: absolute;
                right: 10px;
                bottom: 10px;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .user-box:hover .icon-arrow-right-circle {
                -webkit-animation-name: clearfix;
                animation-name: clearfix;
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
            }
        /*--- Story Box --- */
        .story-box {
            position: relative;
        }

            .story-box h5 {
                font-weight: 700;
                margin-bottom: 4px;
                text-align: center;
            }

            .story-box .banner { 
                background-repeat: no-repeat;
                background-size: cover; 
            }

                .story-box .banner iframe {
                    height: 100%;
                    width: 100%;
                }

            .story-box .content {
                padding: 15px 15px 35px 15px;
                border: 1px solid #dadada;
                border-radius: 0px 0px 5px 5px;
                background: #fff;
            }

                .story-box .content .inner-content {
                    height: 110px;
                }

                    .story-box .content .inner-content p {
                        margin-bottom: 11px;
                        font-size: 14px;
                        line-height: 22px;
                        text-align: center;
                        font-family:Roboto-Regular;
                    }

                        .story-box .content .inner-content p:last-child {
                            margin: 0px;
                        }

            .story-box .icon-arrow-right-circle {
                float: right;
                font-size: 24px;
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

        .story-listing .story-box {
            margin-bottom: 30px;
        }

        .story-listing ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

        .story-listing .story-box .content .inner-content {
            height: auto;
        }

        .story-listing .story-box .banner {
            height: 212px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            font-size: 18px;
        }
        .widget ul {
            padding:0;
        }
         .widget ul li{
            padding:10px;
            border-bottom:1px dashed #ddd;
            font-size:13px;
            font-family:Roboto-Regular;
            margin-top: 0 !important;
        }
          .widget ul li span, .widget ul li a{
            font-size:14px;
            font-family:Roboto-Regular;
            color:#000;
        }
          .widget ul li span, .widget ul li a i{
            margin-left:5px;
			color: #f52020;
        }
          .pdate{
              color:#007783 !important;
          }
          .whats-heading-div h4{
             font-size: 14px;
             color: #000;
             line-height: 24px;
             text-align: left;
             height: 70px;
          }
          .date{
              margin-bottom:10px;
              margin-top:15px;
              display:block;
              color:#ff5f02;
              font-weight:600;
          }
          .widget  marquee > p{
              padding:15px;
              border-bottom:1px dashed #ddd;
            font-size:13px;
            margin-bottom:0;
          }
          .widget  marquee > p a{
               font-size:14px;
            font-family:Roboto-Regular;
            color:#337ab7;
          }
           .widget  marquee > p a > i{
            margin-right:5px;
        }
          .whats-heading-div{
            padding: 10px 10px 27px 10px;
          }
          .whats-content-div p {
text-align: justify;
    color: #38367b;
    line-height: 1.5;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.1px;
    font-size: 13px;
    height: 190px;
} 
          .whats-div {
    background: url(../img/nvbg.jpg) no-repeat !important ;
    box-shadow: -1px 0px 10px 0 #a8a8a8;
    border-radius: 0 0 5px 5px;
}
      .whats-div    .clearfix i {
    padding: 5px;
    border: 1px solid white;
    border-radius: 50px;
    float: right;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 10px;
}
      .vbbg{ 
width: 100%;
    position: relative;
    background-size: cover;
    margin-top: 3em;
}
      }
      .about-area{
        position: relative;
    z-index: 1;
    background: #eee;
      }
      .home-content{
          padding: 0 0px 0 25px;
      }
      audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    
}
      .headline1 {
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
    font-weight: 600;
    position: absolute;
    background: #b80101;
    padding: 9px 33px;
    z-index: 2;
    text-transform: uppercase;
}
      .hedline {
          font-size:14px;
          background:#fff;
          /*border-top: 1px solid #ddd;*/
          overflow: hidden;
      }
      .ovh{
    overflow: hidden;
    padding-top: 30px;
    float: left;
    width: 100%;
         
      }
      .news{
         
          padding:20px 0;
      }
     
      .hedline marquee h3{
          font-size:14px;
          margin: 10px 0 6px;
      }
       
    /* Featured List ---------------------- */
#featured-list { background:#fff; padding:40px 0px; position:relative; text-align:center;}
#featured-list ul { margin:0px; padding:0px; list-style-type:none; }
#featured-list ul li { display:inline-block; padding:0px 37px; }
#featured-list ul li .inner { width:100px; height:100px; border-radius:50%; border: 5px solid #eaeaea; display:table; margin:0px auto 15px auto; transition:-webkit-transform 0.25s ease-out,border-color 0.25s ease-out;transition:transform 0.25s ease-out,border-color 0.25s ease-out }
#featured-list ul li:hover .inner { border-color:#59e2fe; -webkit-transform:scale(1.1);transform:scale(1.1) }
#featured-list ul li .inner .fas { font-size:43px; line-height:90px; }
#featured-list ul li .inner a { display:block; text-decoration:none; }
#featured-list ul li .inner figure { display:table-cell; vertical-align:middle; }
#featured-list ul li .inner figure img { max-height:48px; }
#featured-list ul li h6 { color:#000; margin:0px; text-transform:uppercase; font-size:12px; }
#featured-list ul li.find .inner .fas { color: #ed027b; }
#featured-list ul li.find:hover .inner { border-color: #ed027b; }
#featured-list ul li.schools .inner .fas { color: #00bfe7; }
#featured-list ul li.schools:hover .inner { border-color: #00bfe7; }
#featured-list ul li.contact .inner .fas { color: #FC654C; }
#featured-list ul li.contact:hover .inner { border-color: #FC654C; } 
#featured-list ul li.scholarship .inner .fas { color: #00c1a1; }
#featured-list ul li.scholarship:hover .inner { border-color: #00c1a1; }
#featured-list ul li.launchpad .inner .fas { color: #ff9c00; }
#featured-list ul li.launchpad:hover .inner { border-color: #ff9c00; }
#featured-list ul li.leadership .inner .fas { color: #ed027b; }
#featured-list ul li.leadership:hover .inner { border-color: #ed027b; }
#featured-list ul li.apply .inner .fas { color: #FC654C; }
#featured-list ul li.apply:hover .inner { border-color: #FC654C; }
.me-box{
    overflow:hidden;
}
#latest-news {
    padding: 25px 0px 35px !important;
    overflow: hidden;
    background-size: 100px !important;
}
 /*--- Company Hiring --- */
        #company-hiring {
            background: #f1f6fe;
            text-align: center;
            padding-bottom: 0px;
            overflow: hidden;
            padding-top: 50px;
        }

            #company-hiring .container {
                position: relative;
            }

            #company-hiring .view-all {
                position: absolute;
                right: 0px;
                top: 0px;
            }

            #company-hiring .lead {
                margin-bottom: 100px;
            }

            #company-hiring .stats-bg {
                width: 955px;
                height: 455px;
                background: #e7ebfb;
                margin: 0px auto;
                position: relative;
                border-top-left-radius: 475px;
                border-top-right-radius: 475px;
                border: 1px dashed #cdcbcb;
            }

                #company-hiring .stats-bg .round {
                    border: 1px dashed #cdcbcb;
                    position: absolute;
                    left: 50%;
                    bottom: -2px;
                }

                    #company-hiring .stats-bg .round .sm-round {
                        width: 11px;
                        height: 11px;
                        border-radius: 50%;
                        background: #d8d8d8;
                        border: 1px solid #979797;
                        display: inline-block;
                        position: absolute;
                    }

                    #company-hiring .stats-bg .round.round1 {
                        width: 260px;
                        height: 119px;
                        margin-left: -130px;
                        border-top-left-radius: 200px;
                        border-top-right-radius: 200px;
                        bottom: -19px;
                    }

                        #company-hiring .stats-bg .round.round1 .sm-round {
                            left: 12px;
                            top: 49px;
                        }

                    #company-hiring .stats-bg .round.round2 .sm-round {
                        left: 111px;
                        top: 31px;
                    }

                    #company-hiring .stats-bg .round.round3 .sm-round {
                        left: 154px;
                        top: 61px;
                    }

            #company-hiring .company-list {
                position: absolute;
                left: 50%;
                top: 55px;
                width: 1000px;
                height: 910px;
                border: 1px solid #dadada;
                border-radius: 50%;
                margin-left: -500px;
            }

            #company-hiring ul {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
            }

                #company-hiring ul li {
                    width: 100px;
                    height: 100px;
                    background: #fff;
                    border: 1px solid #dadada;
                    text-align: center;
                    display: inline-block;
                    position: absolute;
                    border-radius: 50%;
                    line-height: 98px;
                }

                    #company-hiring ul li:nth-child(1) {
                        left: 189px;
                        top: -3px;
                    }

                    #company-hiring ul li:nth-child(2) {
                        left: 349px;
                        top: -50px;
                    }

                    #company-hiring ul li:nth-child(3) {
                        left: 514px;
                        top: -45px;
                    }

                    #company-hiring ul li:nth-child(4) {
                        left: 674px;
                        top: 8px;
                    }

                    #company-hiring ul li:nth-child(5) {
                        left: 794px;
                        top: 111px;
                    }

                    #company-hiring ul li:nth-child(6) {
                        left: 867px;
                        top: 262px;
                    }

                    #company-hiring ul li:nth-child(7) {
                        left: 894px;
                        top: 429px;
                    }

                    #company-hiring ul li:nth-child(8) {
                        left: 854px;
                        top: 603px;
                    }

                    #company-hiring ul li:nth-child(9) {
                        left: 738px;
                        top: 760px;
                    }

                    #company-hiring ul li:nth-child(10) {
                        left: 576px;
                        top: 860px;
                    }

                    #company-hiring ul li:nth-child(11) {
                        left: 338px;
                        top: 889px;
                    }

                    #company-hiring ul li:nth-child(12) {
                        left: 134px;
                        top: 801px;
                    }

                    #company-hiring ul li:nth-child(13) {
                        left: 0px;
                        top: 640px;
                    }

                    #company-hiring ul li:nth-child(14) {
                        left: -53px;
                        top: 463px;
                    }

                    #company-hiring ul li:nth-child(15) {
                        left: -29px;
                        top: 271px;
                    }

                    #company-hiring ul li:nth-child(16) {
                        left: 52px;
                        top: 120px;
                    }

                    #company-hiring ul li img {
                        max-width: 75px;
                        max-height: 75px;
						border-radius:50%;
                    }

            #company-hiring .stats-bg .animate {
                position: relative;
                top: -12px;
                height: 955px;
                width: 960px;
                -webkit-animation: rotation 30s infinite linear;
            }

                #company-hiring .stats-bg .animate ul li {
                    -webkit-animation: rotation 30s infinite linear;
                    animation-direction: reverse;
                }

        @-webkit-keyframes rotation {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
            }
        }

        #company-hiring .stats-bg .round.round2 {
            width: 510px;
            height: 250px;
            bottom: -16px;
            margin-left: -255px;
            border-top-left-radius: 350px;
            border-top-right-radius: 350px;
        }

        #company-hiring .stats-bg .round.round3 {
    width: 765px;
    height: 375px;
    bottom: -16px;
    margin-left: -385px;
    border-top-left-radius: 450px;
    border-top-right-radius: 450px;
    background: #f0ff0738;
        }

        #company-hiring .stats-bg .round .content {
            margin-top: -20px;
        }

            #company-hiring .stats-bg .round .content figure {
                width: 40px;
                height: 40px;
                margin: 0px auto 13px auto;
            }

                #company-hiring .stats-bg .round .content figure img {
                    max-width: 40px;
                    max-height: 40px;
                }

            #company-hiring .stats-bg .round .content h4 {
                font-weight: 500;
                margin-bottom: 4px;
				color: #36347a;
            }

            #company-hiring .stats-bg .round .content p {
                font-size: 12px;
            }
            /* top and down button*/
#goTop, #goDown {
	width:40px;
	height:40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
	text-align: center;
	color: #fff;
	background: #4db7fe;
	border-radius: 50%;
	font-size: 25px;
	display: none;
	padding-top: 0px;
}
#goDown {
	display:block;
	padding-top: 0px;
}
#goDown .fa {
	padding-top:6px;
	color: #fff;
}
#goTop .fa, #goDown .fa {
	color: #fff;
}
#goTop:before, #goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #4db7fe;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
#goTop:after, #goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
 @-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
#start-screen, #video-element {
    width: 100%;
}
blockquote {
    display: block;
    background: none;
    padding: 15px 20px 15px 45px !important;
    position: relative;
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    border-left: none !important;
    border-right: none !important;
    -moz-box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px;
}
.about-area {
            position: relative;
            z-index: 1;
			background-color:#eee;
        }
		.topbar-top {
		display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;	
		}
		.widget_recent_entries:before {
content: "";
    background: #36347a;
    width: 80px;
    height: 15px;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: -15px;
    left: 50%;
		}
		.widget_recent_entries .widget-title:before {
	content: "";
    background: #36347a;
    width: 55px;
    height: 35px;
    border-radius: 0 0 15px 15px;
    transform: translateX(-50%);
    position: absolute;
    top: -4px;
    left: 50%;
}
		}
		.fa-hand-o-right {
    color: #ff0052 !important;
}
.head-h1 {
position: relative;
    margin-bottom: 2em;	
}
.head-h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 5px;
    width: 55px;
    background-color: #ff0303;
}
.head-h1:after {
	content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #ff0303;
}
.fr-left {
	font-size: 108px;
    color: #e3583f;
    font-weight: 900;
    text-shadow: 0px 4px 2px #d4c5c5;
}

.bg-secondary-2 {
	background-color: #3c3a8c;
    fill: #3c3a8c;
    opacity: 1;
}
.section-way-point {
    position: relative;
    z-index: 20;
	text-align:left;
	margin-top:-1px;
}
.mt-0 {
margin-top:0;
	
}
.way-point {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 2px);
    display: flex;
    cursor: pointer;
}
.box-cta-title {
    color: #ffffff;
	text-align:left;
}
.button-nina {
    position: relative;
    overflow: hidden;
    line-height: 1.3;
    transition: background 0.3s 0.01s, border-color 0.3s 0.01s;
}
.bg-gradient-1 .box-cta, .bg-gradient-2 .box-cta, .bg-image .box-cta, .bg-additional-image .bg-additional-item .box-cta, .bg-secondary-2 .box-cta, .bg-gray-darker .box-cta, .bg-additional-gray-darker .bg-additional-item .box-cta {
    color: #ffffff;
}
.bg-gradient-1 .box-cta-title, .bg-gradient-2 .box-cta-title, .bg-image .box-cta-title, .bg-additional-image .bg-additional-item .box-cta-title, .bg-secondary-2 .box-cta-title, .bg-gray-darker .box-cta-title, .bg-additional-gray-darker .bg-additional-item .box-cta-title {
    color: #ffffff;
	text-transform: uppercase;
}
.box-cta-title + * {
    margin-top: 5px;
	color:#fff;
	text-align:left;
	margin-bottom: 5px;
}
.box-cta-inner {
text-align: left;	
}
/*new tabset add notifiaction */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.tabset > label {
	position: relative;
    display: inline-block;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    background: #f7f7f7;
    margin-bottom: 0;
}

.tabset > label::after {
	content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
	display:none;
    width: 22px;
    height: 2px;
    background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
	border-color: #ccc;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: -1px;
    background-color: #3c3a8c;
}

.tab-panel {
	padding: 15px 15px;
    border-top: 1px solid #e7eaf7;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.tabset {
  max-width: 65em;
}

.tab-panels {
	    border: 1px solid #e7eaf7;
    border-top: none;
    padding-left: 0px;
	padding-right:0px;
}
.text-black {
color:#ffffff !important	
}
/*new tabset add notifiaction */
.ad-box{  
    border: 1px solid #dadada;
    padding: 0px 0px 15px 0px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff; 
    margin-bottom:25px;
}
.ad-box ul{      
    margin:0;
    list-style:circle;
}
.ad-box ul li{ 

}
.ad-box ul li a{ 
    padding:0px 15px 10px 15px;
    color:#000;
    display:block;
}
.adhead{
    color: #fff !important;
    background: #36347a;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 15px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    position:relative;
}
 
.ad-box .adhead:before {
    content: "";
    
    width: 100px;
    height: 12px;
    border-radius: 0 0 15px 15px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.ad-box .adhead:after {
       bottom: -28px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #36347a;
    border-width: 14px;
    margin-left: -7px;
}
.ad-box .green-color{
     background: #00c1a1 ;
} 
.ad-box .green-color::before{
         background: #ffe000;
}
.ad-box .green-color::after{
    border-top-color: #00c1a1 !important;   
}
.ad-box .red-color{
     background: #fc654c;
} 
.ad-box .red-color::before{
         background: #ffe000;
}
.ad-box .red-color::after{
    border-top-color: #fc654c  !important;   
}
.ad-box .yellow-color{
     background: #ff9c00;
} 
.ad-box .yellow-color::before{
         background: #36347a;
}
.ad-box .yellow-color::after{
    border-top-color: #ff9c00 !important;   
}
.ad-box .blue-color{
     background: #3498db;
} 
.ad-box .blue-color::before{
         background: #ffe000;
}
.ad-box .blue-color::after{
    border-top-color: #3498db !important;   
}

.inner-banner{
    position:relative;
}
.banner-head{
    position:absolute;
    top:10%;
    left:10%;
    width:30%;
}
.banner-head h1{
    color:#fdc735; 
    font-size:32px;
    line-height:36px;
    text-transform:uppercase;
}
.newshead1 h4{
    padding:15px !important;
}
.newshead1:before{
    display:none;
}
.newshead1 .widget-title:before {
    display:none
}
 
#sideNavi {
	position: fixed;
	right: 45px;
	top: 40%;
	z-index: 999;
}
.side-navi-item {
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 40px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	color: #fff;
	background-color: #0060ae;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	font-size:15px; border:2px solid #0060ae; border-bottom:0px;
}
.side-navi-item.item1 {
	top: 190px;
	left: -3px;
}
 
.side-navi-item.item2 {
	top: 310px;
	left: 0;
}
.side-navi-item .fa {
	display:none;
	float:right;
	margin-right:10px;
	margin-top:2px;
}
.side-navi-item.active {
	background-color: #0060ae;
	color: #fff;
}
.side-navi-item.active .fa {
	display:block
}
.side-navi-item > div {
	padding-top: 7px;
	text-align: center;
}
.side-navi-data {
	position: absolute;
	top: 0;
	left: 50px;
	width: 300px;
	height: 400px;
	overflow:auto;
	background-color: #fcfcfc;
	border:1px solid #fcfcfc
}
.side-navi-tab {
	display: none;
}
.side-navi-tab.active {
	display: inline-block;
	color: #000;
    width: 96%;
}
.side-navi-tab > div {
	padding: 15px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
#sideNavi {
     right: 30px;
    display:none;
}
.side-navi-item {
	height: 30px;

}
.side-navi-item > div {
	padding-top: 0px;
	text-align: center;
}

.side-navi-data {
	 width:250px;left: 30px;
}
 .hedline {
          font-size:14px;
          background:#fff;
          /*border-top: 1px solid #ddd;*/
          overflow: hidden;
          margin-top:20px;
      }

}
@media only screen and (min-width:992px) and (max-width:1199px) {
#sideNavi {
     right: 35px;
 
}
.side-navi-item {
	height: 35px;

}
.side-navi-item > div {
	padding-top: 0px;
	text-align: center;
}

.side-navi-data {
	 width:250px;left: 35px;
}
.hedline {
          font-size:14px;
          background:#fff;
          /*border-top: 1px solid #ddd;*/
          overflow: hidden;
          margin-top:20px;
      }

}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
     /* padding: 16px 20px; */
    border: none;
    cursor: pointer;
    /* opacity: 0.8; */
    position: fixed;
    top: 50%;
    right: -81px;
    /* width: 280px; */
    /* position: absolute; */
    display: inline-block;
    width: 120px;
    height: 40px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #fff;
    background-color: #3c3a8c;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    border: 2px solid #3c3a8c;
    border-bottom: 0px;
    z-index: 9999999;
}

/* The popup form - hidden by default */
.form-popup {
 display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    border: 1px solid #f1f1f1;
    z-index: 99999999;
    padding: 15px;
    background: #fff;
    width:320PX;
}

/* Add styles to the form container */
.form-container {
  max-width: 480px; 
  background-color: white;
} 
.form-container .form-control{
    padding:15px !important;
    border-radius:0 !important;
    height:auto;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 1;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
     background-color: #3c3a8c !important;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
  color:#fff;
}
.contact-bar p.text {
	margin-bottom: 25px !important;
}
.contact-bar .inner-box {
	position:relative;
	text-align:center;
}
.contact-bar .contact-info {
	position:relative;
	margin-bottom:10px;
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.contact-bar .inner-box .icon-box-1 {
	position: relative;
	width: 60px !important;
	height: 60px !important;
	color: #010044;
	font-size: 18px;
	line-height:60px;
	border-radius: 0%;
	margin: 0 0px 5px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float: left;
}
.contact-bar .inner-box .text {
	position:relative;
	color:#555555;
	font-size:14px;
	padding-top:5px;
	text-align:left;
	line-height: 26px; 
}
.contact-bar .inner-box .text h4 {
	font-weight: 600;
	font-size: 16px;
    color: #000;
    margin-bottom: 10px !important;
}
.contact-bar .inner-box .text a {
	color:#555;
    padding:0;
}
.contact-bar .inner-box:hover .icon-box-1 {
	color:#ffffff;
	border-color: #4db7fe;
	background-color: #4db7fe;
} 
.contact-bar .btn {
    width: 150px !important;
    padding: 12px 15px !important;
}
.btn-blue {
    background: #36347a;
    color: #fff!important;
}
.btn-orange {
    background: #d00000;
    color: #fff!important;
}.contact-bar{
     padding-bottom:35px;
 }
 .mail-box{
         padding: 25px;
    background: #eee;
 }
 .contact-bar .adhead{
    margin-bottom:0;
    font-size:20px;;
    margin-top:15px;
 }
 .admission-form{
     padding:20px 35px;
     background:#fff;
     box-shadow:0 0 0 0 rgba(0,0,0,0.6);
     border:0px solid #ddd;
     position:absolute;
     right:5%;
     bottom:10px;
     width:480px;
     border-radius:5px;
 }
  .admission-form .form-control{
    border-radius:0;
    height:40px !important;
    border-top:0 !important;
    border-left:0;
    border-right:0;
    padding-left:0;
    padding-right:0;
    outline:none !important;
    box-shadow:none !important;
 }
  .admission-form textarea.form-control{ 
    height:80px !important; 
 }
   .admission-form .form-control:focus{
    border-radius:0; 
    border-top:0;
    border-left:0;
    border-right:0;
    box-shadow:none;
 }
   .admission-form  .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 4px;
    /* border-bottom: 1px solid #ccc; */
}
   .submitbtn{
           width: 150px;
    height: 40px;
    margin: auto !important;
    display: table !important;
    text-transform:uppercase;
   }
   .head-h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 5px;
    width: 55px;
    background-color: #ff0303;
}
   .head-h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 1px;
    width: 100%; 
    background-color: #ff0303;
}
   .head-h4 {
    position: relative;
    margin-bottom: 2em;
    font-size:24px;
}