﻿body {
    font-family: 'Roboto', sans-serif!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif!important;
}

.nav.navbar-nav.mobile-menu {
    float: left;
}
.middel-part__block.ptb-20 {
    border-top: medium solid #28303b;
    padding: 20px 0;
}
.middel-part__block.ptb-20 .col-md-8 {
    margin: 10px 0 0;
}
.social-link__block a i.fa {
    color: #fff!important;
    font-size: 20px;
}
.social-link__block.text-right {
    float: left;
    margin: 17px 20px 0 0;
}

a.custom_btn__block {
    background: #ee6450 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 18px 20px 18px 45px;
    position: relative;
	text-transform: uppercase;
}
a.custom_btn__block::before {
    background: #0c1f38 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 37px;
}
.collapse.navbar-collapse {
    padding: 0;
}







.banner {
	background-image: url(../images/slider1.jpg);
	background-repeat: no-repeat;
	height: 634px;
	width:100%;
}
.top_section__block .col-md-4.col-sm-12 {
    padding: 0;
}
#block2 .single_top__block {
    background-color: #ee6450;
}
.single_top__block i {
	background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 82px;
    left: 20px;
    position: absolute;
    top: 35px;
    width: 82px;
}
.p_graduate {
	background-image:url(../images/level_icon1.png);
}
.graduate {
	background-image:url(../images/level_icon2.png);
}
.diploma {
	background-image:url(../images/level_icon3.png);
}
.single_text__block > p {
    font-size: 14px;
    line-height: 22px;
}
.single_text__block > a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}













.service_bg {
	background-image: url(../images/service_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: 100%;
	padding:50px 0;
	margin:30px 0 0;
	position:relative;
}
.service_bg::before {
    background-color: rgba(0, 33, 71, 0.9);
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.service_bg h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
.service_bg h3 span {
    background: #ee6450 none repeat scroll 0 0;
    content: "";
    height: 2px;
	display:block;
	margin:20px auto 0;
    width: 100px;
}
.service_box i {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 87px;
    width: 78px;
}
.job {
	background-image:url(../images/service_icon1.png);
}
.industry {
	background-image:url(../images/service_icon2.png);
}
.career {
	background-image:url(../images/service_icon3.png);
}
.faculties {
	background-image:url(../images/service_icon4.png);
}
.placement {
	background-image:url(../images/service_icon5.png);
}
.trainingmode {
	background-image:url(../images/service_icon6.png);
}
.technology {
	background-image:url(../images/service_icon7.png);
}
.limitedclass {
	background-image:url(../images/service_icon8.png);
}
.interactive {
	background-image:url(../images/service_icon9.png);
}
.service_text > h2 {
    color: #fff;
    font-size: 18px;
}
.service_text > p {
    color: #9f9f9f;
    font-size: 13px;
    line-height: 24px;
}
.img-scale figure{
	overflow: hidden;
}
.img-scale img{
	transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}







.training_bg {
	background-color: #efefef;
	height: auto;
	width: 100%;
	padding:50px 0;
	position:relative;
}
.training_bg h3 {
    color: #0e2036;
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
.training_bg h3 span {
    background: #ee6450 none repeat scroll 0 0;
    content: "";
    height: 2px;
	display:block;
	margin:20px auto 0;
    width: 100px;
}
.training_bg p {
    color: #0e2036;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}
h4.latest__block-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
h4.latest__block-title a {
	color:#15263a;
}
.img-scale {
    background-color: #fff;
    box-shadow: 0 0 15px #d5d5d5;
}







.testimonial_bg {
	background-image: url(../images/testimonial_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	padding: 30px 0;
	position:relative;
}
.testimonial_bg::before {
    background-color: rgba(0, 33, 71, 0.9);
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
/*====================================================================
	REVOLUTION SLIDER
====================================================================*/

header.header__block {
    z-index: 999;
}
.main-slider {
    margin: -57px 0 0;
}
.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.50);
	background:-webkit-linear-gradient(left,rgba(0,0,0,0.60), rgba(0,0,0,0.30));
	background:-moz-linear-gradient(left,rgba(0,0,0,0.60), rgba(0,0,0,0.30));
	background:-o-linear-gradient(left,rgba(0,0,0,0.60), rgba(0,0,0,0.30));
	background:-ms-linear-gradient(left,rgba(0,0,0,0.60), rgba(0,0,0,0.30));
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-caption .theme-btn{
	border-width:2px !important;	
}

.main-slider .tp-dottedoverlay{
	 background:none !important;
}

.main-slider h2{
	font-size:70px;
	color:#ffffff;
	font-weight:900;
	line-height:1em;
	text-transform:capitalize;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-slider .text{
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	font-size:18px;
	max-width:590px;
	margin:0 auto;
}

.main-slider .dark-text{
	font-weight:400;
	line-height:1.6em;
	color:#222222;
	font-size:16px;
}

.main-slider .btn-style-two{
	color: #ffffff !important;
}

.main-slider .btn-style-two:hover{
	color: #fe9900 !important;
}

.main-slider .btn-style-three{
	color: #000000 !important;
}

.main-slider .btn-style-three:hover{
	color: #ffffff !important;
}

.main-slider .tp-bullets{
	display:none !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	overflow:hidden;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	color:#ffffff;
	font-size:42px;
	padding:0px;
	background:none;
	font-weight:300;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}
/*====================================================================
	REVOLUTION SLIDER_END
====================================================================*/







.testi_head h3 {
    color: #fff;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.testi_head h3 span {
    background: #ee6450 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 20px 0 0;
    width: 100px;
}
.testi_head p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin: 25px 0 0;
}
.comments blockquote p {
    color: #fff;
    font-size: 15px;
    font-style: italic;
}
.comments blockquote small {
    color: #ee6450!important;
    font-size: 18px!important;
    font-weight: 700;
}
.carousel-control i {
    color: #fff;
    font-size: 15px;
    margin: 28px 0 0;
}




footer {
    padding: 30px 0 0;
}
.ftr_blog p a:before {
    content: "\f054";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
	font-size: 10px;
    margin-top: 3px;
}
footer article h6 {
    color: #172941;
    font-size: 24px;
    font-weight: 300;
	margin: 0 0 20px;
}
footer article p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 25px;
}
.icons-sm, .icons-sm i {
    color: #172941 !important;
    font-size: 20px;
}
.ftr_about .btn.btn-danger {
    background-color: #ee6450 !important;
    display: block;
    font-size: 14px;
    margin: 20px 0 0;
    font-weight: 700;
}
.ftr_blog p {
    line-height: normal;
    margin: 15px 0 0;
}
.ftr_contact p i {
    color: #505052;
    font-size: 28px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 4px;
    width: 32px;
}
.ftr_contact p i.fa-paper-plane {
    font-size: 24px;
}
.ftr_contact p i.fa-map-marker {
    text-align: center;
	right: 3px;
}
.ftr_contact p {
    position: relative;
	padding: 0 0 0 35px;
}
.ftr_contact p span {
    color: #333;
    display: block;
}

.footer_logo {
    float: left;
    width: 130px;
    margin: 8px 0 0;
}
.footer_logo > img {
    width: 100%;
}
.footer-copyright p {
    float: right;
    color: #636363;
    font-size: 14px;
}
.footer-copyright p a {
    color: #000!important;
}
.footer-copyright .container {
    padding: 10px 15px;
    border-top: solid 1px #ddd;
}




@media (max-width: 991px){
.logo {
    display: block!important;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 20px;
}	
.logo img {
    max-width: 140px!important;
}
.header__block {
    background: #f5f5f5 none repeat scroll 0 0!important;
}
.main-menu__block {
    background: #f5f5f5 none repeat scroll 0 0!important;
}
.main-menu__block .collapse {
    background-color: #0c1f38!important;
	padding: 0 0 0 10px !important;
}
.navbar-toggle {
    background-color: #0c1f38!important;
    margin: 10px 0 0!important;
}
.nav.navbar-nav.mobile-menu {
    margin: 0;
}
}

@media (max-width: 470px){
.main-menu__block .collapse {
    background-color: #0c1f38!important;
	padding: 0 10px 0 10px !important;
}	
.nav.navbar-nav.mobile-menu {
    margin: 0!important;
	float:none!important;
	text-align: right;
}
.social-link__block.text-right {
    float: none;
    margin: 17px 0 15px 0;
}
.main-menu__block .collapse {
    max-height: inherit!important;
}
a.custom_btn__block::before {
    display: none!important;
}
a.custom_btn__block {
    display: block;
    float: none;
    padding: 18px 20px 18px 20px;
    text-align: center;
}
.header__block .pull-right {
    float: none!important;
}
}











.inner_banner .container {
    position: relative;
}
.inner_banner {
	background-image: url(../images/inner_banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 270px;
	width: 100%;
	margin: -56px 0 0 0;
	position:relative;
}
.inner_banner::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.breadcrumb a{
    color:#fff;   
	font-weight: 700; 
}
.breadcrumb li.active{
    color:#eee;    
}
.breadcrumb {
    background-color: transparent!important;
    text-align: center!important;
}
.breadcrumb li {
    font-size: 18px;
}
.inner_banner h3 {
    color: #fff;
    text-align: center;
    margin: 115px 0 30px;
    font-size: 50px;
    font-weight: 700;
}
.blog_posts {
    padding: 40px 0;
    background-color: #F5F5F5;
}
.card-title {
    text-align: left;
    padding: 0 15px;
}
.card-text {
    text-align: left;
    padding: 0 15px;
    font-size: 14px !important;
}
.card-block .btn {
    font-size: 14px;
    margin: 5px 0 0 15px !important;
    display: block;
    width: 130px;
}
.card-block {
    padding: 0 0 15px;
}
.blog_box {
    padding: 10px 10px!important;
}
.blog_box .card.text-center {
    box-shadow: 0 0 10px #e8e8e8;
background-color: #fff;
}



/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
	margin-bottom: 50px;
	margin-bottom: 50px;
    border-left: 1px solid #DEDEDE;
    padding-left: 15px;
	position:relative;
	padding-top: 5px;
}
.sidebar-widget:before{
	content:'';
	position:absolute;
	top:0;
	left:-1px;
	width:3px;
	height:45px;
	background:#ee6450;
}
.sidebar-widget h4 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 10px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.widget-search {
	position: relative;
}
.widget-search input[type="text"] {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 42px;
    font-size: 15px;
}
.widget-search input[type="text"]:focus {
	border: 1px solid #daa106;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
	border: 1px solid #DEDEDE;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
	border: 1px solid #daa106;
}
.widget-search input[type="submit"] {
	background-color: rgba(0,0,0,0);
	border: 0 none;
	color: #8d8d8d;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "FontAwesome", sans-serif;
	margin: 0;
	outline: 0 none;
	white-space: nowrap;
	padding: 0 3px;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	position: absolute;
	top: 10px;
	right: 10px;
}
.widget-search input[type="submit"]:hover {
	color: #e6ae49;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.sidebar-widget ul li a {
	display: inline-block;
	font-size: 12px;
	color: #323232;
	cursor: pointer;
}
.sidebar-widget .categories li a {
	padding: 10px 0px;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}
.sidebar-widget ul li a:hover {
	color: #daa106;
}
.widget-tag {
	display: inline-table;
	margin-top: 15px;
}
.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.widget-tag li a {
	padding: 4px 10px ;
	display: block;
	border: 1px solid #ee6450;
	color: #daa106 ;
}
.sidebar-widget .widget-tag li a:hover {
	background: #ee6450;
	color: #fff ;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 118px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h4, .sidebar-widget .widget-post .widget-post-info h6 {
	    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
	    margin-top: 0;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}

@media (max-width:767px){
	.sidebar-widget{
		padding-top: 10px;
	}
}
/*** 

}
/* Blog Page   --------------------------------------------------------- */
.post-more-link .btn-text {
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #ee6450;
    padding: 0 22px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ee6450;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.blog-post {
	display: inline-block;
	width: 100%;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.blog-post .post-media img {
	width:100%;
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.sidebar-widget .post-meta del{
	color:#999;
}
.post-meta span > a > i {
	color: #ee6450;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h4, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 10px;
	margin-bottom: 12px;
}
.blog-post .post-header h2 {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 36px;
}
.blog-post .post-entry {
	margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
	font-size: 16px;
    font-weight: 400;
}
.blog-post .post-entry ul {
	color: #202020;
}
.lead-point li {
	list-style: none;
	margin-bottom: 10px;
	color: #daa106;
	font-weight: 600;
}
.lead-point li i {
	margin-right: 10px;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-meta .post-more-link a {
	padding: 8px 18px;
	display: block;
	text-align: center;
	min-width: 0;
	height: auto;
	line-height: inherit ;
}
.blog-post .post-more-link {
	position: relative;
	z-index: 2;
}
.blog-post .post-more-link a i {
	font-size: 22px;
	margin: 0;
	background: none;
	color:#fff;
}
.blog-post .icons-hover-black {
	position: absolute;
	bottom: 39px;
	padding: 10px 0;
	visibility: hidden;
}
.post-section .post-more-link {
	margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
	bottom: auto;
	top: 39px;
	right: 0px;
}
.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
	visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
	background: #daa106;
	color: #fff;
}
.blog-post .icons-hover-black a {
	opacity: 0;
	transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
	opacity: 1;
	transition: all 0.25s ease 0s;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
.blog-post .icons-hover-black a {
	padding: 8px 12px;
	color: #fff;
}
.blog-post .icons-hover-black a:hover {
	opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
	line-height: 28px;
}
.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ee6450;
	color: #fff;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	z-index: 9;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}
.blog-post .blog-date span, .post-media .event-calender span {
	color: #fff;
}
.post-media img {
	display: block;
}
.event-calender span {
	font-size: 14px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
}





.course_details {
    padding: 40px 0;
    background-color: #F5F5F5;
}
.course_box {
	display: inline-block;
	width: 100%;
}
.course_box .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.course_box .post-media img {
	width:100%;
}
.course_box .post-entry p {
	margin-bottom: 20px;
	font-size: 16px;
    font-weight: 400;
}
.course_details blockquote {
    background-color: #ee6450;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px 15px 25px;
    font-weight: 300;
    text-align: center;
}
.course_details blockquote h2 {
    margin: 0 0 15px;
}
.course_details blockquote p {
    font-size: 16px;
    padding: 10px 0;
	text-align: justify;
	margin: 0;
}
.course_features_point {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
}
.course_features_point li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
.course_features_point li i {
    color: #daa106;
    margin-right: 10px;
}
.course_box .post-entry h3 {
    font-size: 20px;
    font-weight: 600;
}
.btn.blue-gradient, .btn.blue-gradient:active, .btn.blue-gradient:active:focus .btn.blue-gradient.active, .btn.blue-gradient:focus, .btn.blue-gradient:hover {
    background: -webkit-linear-gradient(50deg,#5ed1fc,#3647b3);
    background: linear-gradient(40deg,#5ed1fc,#3647b3);
	border-radius: 10em;
}
.form-elegant .card {
    background-color: #fff;
	box-shadow: 0 0 10px #e8e8e8!important;
}
.course_form h3 {
    margin: 0 0 10px;
    text-align: center;
    padding: 20px 0;
}
.course_form .md-form {
    margin: 0 40px 20px;
}
.course_form .text-center {
    padding: 0 40px 30px;
}
.course_form .md-form label {
    font-size: 14px;
    font-weight: 300;
}
.course_form .md-form label.active {
    font-size: 12px;
}
.course_form .card .btn {
    font-size: 15px;
    font-weight: 700;
}
.course_form .md-form select {
    width: 100%;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #bdbdbd;
	padding: 5px 0;
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/selectarow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.course_form .md-form textarea {
    width: 100%;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #bdbdbd;
	padding: 5px;
	height:70px;
}




/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-nav {
	position: static;
}
.owl-carousel.white .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #fff;
}
.owl-carousel.white .owl-controls .owl-page.active span {
	background: #e6ae49;
}
.nf-carousel-theme {
}
.nf-carousel-theme .owl-controls .owl-pagination {
	position: absolute;
	z-index: 2;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.nf-carousel-theme .owl-controls .owl-nav .owl-prev, .nf-carousel-theme .owl-controls .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: -15px;
	color: #fff;
}
.content-carousel .owl-controls .owl-nav .owl-prev, .content-carousel .owl-controls .owl-nav .owl-next, .image-slider .owl-controls .owl-nav .owl-prev, .image-slider .owl-controls .owl-nav .owl-next, .fullwidth-slider .owl-controls .owl-nav .owl-prev, .fullwidth-slider .owl-controls .owl-nav .owl-next, .nf-carousel-theme .owl-controls .owl-nav .owl-prev, .nf-carousel-theme .owl-controls .owl-nav .owl-next {
	background: #ee6450;
	color: #fff;
	display: block;
	top: 50%;
	transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	z-index: 3;
	position: absolute;
	text-align: center;
}
.content-carousel .owl-controls .owl-nav .owl-prev:hover, .content-carousel .owl-controls .owl-nav .owl-next:hover, .image-slider .owl-controls .owl-nav .owl-prev:hover, .image-slider .owl-controls .owl-nav .owl-next:hover, .fullwidth-slider .owl-controls .owl-nav .owl-prev:hover, .fullwidth-slider .owl-controls .owl-nav .owl-next:hover, .nf-carousel-theme .owl-controls .owl-nav .owl-prev:hover, .nf-carousel-theme .owl-controls .owl-nav .owl-next:hover {
	color: #fff;
}
.content-carousel .owl-controls .owl-nav .owl-next, .image-slider .owl-controls .owl-nav .owl-next, .fullwidth-slider .owl-controls .owl-nav .owl-next, .nf-carousel-theme .owl-controls .owl-nav .owl-next {
	right: 0;
}
.nf-carousel-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	margin-left: 0;
	opacity: 1;
}
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	margin-right:0;
	opacity: 1;
}
.content-carousel:hover .owl-controls .owl-nav .owl-prev, .content-carousel:hover .owl-controls .owl-nav .owl-next, .image-slider:hover .owl-controls .owl-nav .owl-prev, .image-slider:hover .owl-controls .owl-nav .owl-next, .fullwidth-slider:hover .owl-controls .owl-nav .owl-prev, .fullwidth-slider:hover .owl-controls .owl-nav .owl-next, .nf-carousel-theme:hover .owl-controls .owl-nav .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-nav .owl-next {
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(25, 169, 153, 0.56);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 25px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.owl-nav i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}






.about_section {
    padding: 40px 0;
    background-color: #F5F5F5;
}
.about_bg .block-title {
    border-left: 3px solid #daa106;
    padding-left: 20px;
}
.about_bg .block-title h2 {
    color: #0c1f38;
    font-size: 40px;
    font-weight: 800;
    margin-top: 0;
    text-transform: capitalize;
}
.about_section p {
    color: #666;
    font-size: 15px;
}
.about_bg p.italic {
    font-style: italic;
	color:#000;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.our-vision {
    background: #daa106 none repeat scroll 0 0;
	padding: 30px;
}
.our-vision h2, .our-vision p {
	color: #fff;
}
.our-vision h2 {
    font-size: 40px;
    font-weight: 700;
	margin: 0 0 10px;
}
.our-vision p.italic {
    font-style: italic;
}






.contact_section {
	padding: 40px 0;
    background-color: #F5F5F5;
}
.container-contact100 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}
.wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-image: url("../images/contact_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
  align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 33, 71, 0.7) none repeat scroll 0 0;
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    box-sizing: border-box !important;
    color: #666666;
    display: block;
    font-size: 15px !important;
    line-height: 1.2;
    padding: 0 25px;
    width: 100% !important;
}

input.input100 {
  height: 55px!important;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;
  border:none;

  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}















.contact_details {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 40px;
    position: relative;
    width: 355px;
}
.icon_contact {
    color: #fff;
    font-size: 25px;
    left: 0;
    line-height: 1.2;
    padding-right: 25px;
    position: absolute;
    top: 0;
}
.contact_line {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 45px;
}
.contact_line h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 20px;
	margin: 0;
}
.contact_line p {
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
}

.ftr_about .btn.btn-danger {
    width: 180px!important;
}

.service_text > p a {
    color: #fff;
}

.service_text .service_bg {
    z-index: 999!important;
}
.service_text .modal-dialog {
    z-index: 9999;
}
.service_text .modal-content {
    background-color: #182e4b;
position: relative;
}
.service_text .modal-header {
    padding: 0;
    border: none;
    width: auto;
    position: absolute;
    right: 15px;
    top: 15px;
   z-index: 99999;
}
.service_text .modal-header button.close {
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
.service_text .modal-body h4 {
    color: #fff;
    font-weight: 400;
}
.service_text .modal-body h4 i {
    margin: 0 0 20px;
}
.service_text .modal-body p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin: 15px 0 0;
}
.service_text .modal-body {
    padding: 15px 30px 30px;
}
.service_text .modal-body ul {
    padding: 0 0 0 20px;
    margin: 15px 0 0;
    color: #9f9f9f;
    font-size: 14px;
}
.service_text .modal-body li {
    margin: 10px 0 0;
}
.service_bg {
  z-index: 999!important;
}
