
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
	background:#fafafa;
	overflow-x: hidden;
}

.hide-scroll{
	overflow-y:hidden;
}


/*--------------------------------------------------------------
	Site Header
--------------------------------------------------------------*/

.site-header{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
}

.site-header .site-branding .site-title a img{
	max-height:58px;
	display:block;
}

.site-header > .row > div{
	display:inline-block;
	float:none;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.site-header #site-navigation{
	margin:0;
}

.site-header #site-navigation .navbar-collapse{
	padding:0 20px;
}

.site-header #site-navigation .nav li a{
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	padding:12px 19px 15px;
	background:none!important;
	position:relative;
}

.site-header #site-navigation .nav li a:before{
	content: "";
	height:2px;
	background:#f5ab35;
	position:absolute;
	bottom:0;
	right:100%;
	left:5px;
	transition: all 0.4s;
}

.site-header #site-navigation .nav li:hover a:before{
    right: 5px;
}

.site-header #site-navigation .nav li.active a:before{
	left:5px;
	right:5px;
}

.site-header #site-navigation .navbar-right li:hover a:before{
	display:none
}

.site-header .search-lightbox{
	display:none
}

.featherlight .featherlight-content{
	min-width:50%;
}

.search-lightbox input[type="text"]{
    background: #fff url("../images/search.png") no-repeat scroll 10px center;
    border: medium none;
    color: #bababa;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 50px;
    width: 100%;
	padding:0 50px;
	border:none;
	-webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
}

.search-lightbox input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: 'Open Sans', sans-serif;
}
.search-lightbox input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: 'Open Sans', sans-serif;
}

.search-lightbox input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: 'Open Sans', sans-serif;
}

.search-lightbox input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: 'Open Sans', sans-serif;
}

.header-1{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
}

.header-1 .site-branding .site-title a img{
	max-height:74px;
	margin:17px 0;
	display:block;
}

.header-1 #site-navigation:after{
	content: "";
	display:block;
	position:absolute;
	left:100%;
	bottom:0;
	top:0;
	width:100%;
	background:transparent;
}

.header-1 #site-navigation{
	position:relative;
	background:transparent;
	opacity:1;
	border-radius:0;
	margin:0;
	border:none;
	padding:0 20px;
}

.header-1 #site-navigation .navbar-collapse{
	padding:0 0 0 20px;
}

.header-1 #site-navigation .nav li a{
	font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 13px;
    background: none!important;
    position: relative;
    font-weight: 700;
}

.header-1 #site-navigation .nav li.active a:before{
	content: "";
	display:block;
	height:3px;
	background:#ce2c27;
	position:absolute;
	bottom:20px;
	left:5px;
	right:5px;
}

.header-1 #site-navigation .nav > li > a:before{
	background: #ce2c27;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-1 #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}

.header-1 #site-navigation .navbar-right li:hover a:before{
	display:none
}





.mobile-menu,
.closecanvas{
	display:none;
}

#js-bootstrap-offcanvas:after {
  content: "";
  display: table;
  clear: both;
}


.hero-1{
	position:relative;
	background:url(../images/hero-1-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:0px 0 0;
	margin:0 0 0px;
	min-width: 100%;
	 min-height: calc(100% - 44px);
    height: calc(100vh - 44px);
    overflow: hidden;
   
}

 .hero-1:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, .3);
}

.hero-1 .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.hero-1 .hero-content .hero-caption,
.hero-1 .hero-content .hero-img{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:top
}

.hero-1 .hero-content .hero-caption{
	padding:100px 0 0
}

.hero-1 .hero-content .hero-img img{
	display:block;
	margin:0 auto;
}

.hero-1 .hero-content .hero-caption h2{
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	line-height:normal;
	margin:0 0 30px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 700;
	
	
}

.hero-1 .hero-content .hero-caption h2 span.red{
	color:#fff;
margin-left:7px;
}
.hero-1 .hero-content .hero-caption h2 span.green{
	color:#fff;
margin-left:7px;
}

.hero-1 .hero-content .hero-caption p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 2px 30px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
}

.hero-1 .hero-content .hero-caption .action-btn {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d13233;
    background: #d13233;
    padding: 15px 50px;
    border-radius: 5px;
    margin: 0 2px;
}

.hero-1 .hero-content .hero-caption .action-btn:hover{
	background:#fff;
	color:#004296
}












/*--------------------------------------------------------------
	Events Single
--------------------------------------------------------------*/

.events-single-hero{
	position:relative;
	background:url(../images/events-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.events-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.events-single-hero .hero-content{
	position:relative;
	z-index:1;
}

.events-single-hero .hero-caption{
	width:70%;
}

.events-single-hero .hero-content .tag{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #fff;
	margin:0 0 25px;
}

.events-single-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px;
}

.events-single-hero .hero-content p{
	font-size:16px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 30px;
}

.events-single-hero .hero-content p span{
	font-family: "Montserrat-Regular";
}

.events-list-single{
	background:#fff;
	padding:70px 0 70px;
}


.events-list-single .events-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px
}

.events-list-single .events-item .events-item-img{
	border-bottom:1px solid #bababa
}

.events-list-single .events-item .events-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.events-list-single .events-item .events-item-info{
	padding:25px 15px;
}

.events-list-single .events-item .events-item-info h3 a{
	font-size:18px;
	line-height:25px;
	color:#303030;
	margin:0 0 30px;
	display:block;
}

.events-list-single .events-item .events-item-info .event-meta{
	margin:0 0 30px
}

.events-list-single .events-item .events-item-info .event-meta li{
	font-size:13px;
	line-height:23px;
	color:#909090;
	font-family: 'Open Sans', sans-serif;
}

.events-list-single .events-item .events-item-info .event-meta .fa{
	font-size: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 15px;
}

.events-list-single .events-item .events-item-info p{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

.events-list-single .events-item .events-item-link{
	padding:0 15px 25px;
}

.events-list-single .events-item .events-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.join{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff!important;
    display:inline-block;
    font-size: 18px;
	line-height:45px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:50px;
}

.events-single-content{
	padding:70px 0;
	background:#fff
}

.events-single-join{
	text-align:center;
	padding:40px 0;
	background:#f1f1f1
}

.events-single-content h3{
	font-size:18px;
	color:#303030;
	margin:0 0 30px;
	text-transform:uppercase
}

.events-single-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 30px;
	font-family: 'Open Sans', sans-serif;
}

.events-single-content p:last-child{
	margin:0;
}

.events-single-speakers .speaker-item{
	margin:0 0 30px;
}

.events-single-speakers .speaker-item > div{
	display:inline-block;
	float:none;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.events-single-speakers .speaker-item img{
	display:block;
	border-radius:100%;
}

.events-single-speakers .speaker-item h4{
	font-size:18px;
	line-height:18px;
	color:#303030;
	margin:0 0 10px;
}

.events-single-speakers .speaker-item p{
	font-size:12px;
	line-height:12px;
	color:#909090;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

.events-single-location p{
	font-size:16px;
	line-height:20px;
	color:#303030;
	margin:0 0 25px;
	font-family: 'Open Sans', sans-serif;
}

.related-heading:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.related-heading{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 0 70px;
	color:#bababa;
	position:relative;
	text-transform:uppercase
}

.related-heading span{
	background:#fff;
	padding:0 60px;
	position:relative;
	z-index:1
}

/*--------------------------------------------------------------
	News
--------------------------------------------------------------*/

.news-hero{
	position:relative;
	background:url(../images/news-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.news-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.news-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.news-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.latest-news{
	background:#fff;
	padding:70px 0 20px;
}

.latest-news .section-header{
	margin:0 0 70px;
	text-align:center
}

.latest-news .section-header h2{
	text-transform:uppercase;
	color:#303030;
	font-size:26px;
}

.latest-news .section-content{
	overflow:hidden;
}

.latest-news .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.latest-news .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.latest-news .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.latest-news .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.latest-news .news-item .item-meta-data > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.latest-news .news-item .item-meta-data > div:last-child{
	text-align:right
}

.latest-news .news-item .item-info{
	padding:25px;
}

.latest-news .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.latest-news .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: 'Open Sans', sans-serif;
}

.latest-news .news-item .item-info > a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

.latest-news .news-pagination{
	text-align:center;
	margin: 20px 0 50px;
}

.latest-news .news-pagination ul li{
	display:inline-block;
	margin:0 5px
}

.latest-news .news-pagination ul li.prev a,
.latest-news .news-pagination ul li.next a{
	padding: 15px 30px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	font-size:18px!important;
}

.latest-news .news-pagination ul li a{
	color:#f58c04;
	font-size:18px;
	line-height:18px;
	padding:5px 10px;
	background:#fff;
	border-radius: 5px;
	display:inline-block;
}

.latest-news .news-pagination ul li.active a,
.latest-news .news-pagination ul li:hover a{
	background:#f58c04;
	color:#fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------
	News Single
--------------------------------------------------------------*/

.news-single-hero{
	position:relative;
	background:url(../images/news-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:550px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.news-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.news-single-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.news-single-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.news-single-hero .hero-content p{
	font-size:22px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}

.news-single-meta{
	padding:45px 0;
	background:#f1f1f1;
	text-align:center;
}

.news-single-meta p{
	font-size:16px;
	line-height:auto;
	color:#909090;
	font-family: 'Open Sans', sans-serif;
	margin:0 20px 0 0;
	display:inline-block
}

.news-single-meta p a{
	color:#004296;
	font-family: "Montserrat-Regular";
	display:inline-block
}

.news-single-content{
	padding:70px 0;
	background:#fff;
}

blockquote{
	padding:50px 100px;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:33px;
	font-style:italic;
	border:none;
	background:#0f4ea3 url(../images/blockquote.png) no-repeat 60px 50px;
	margin:0 0 50px
}

.news-single-content .section-content{
	padding:0 70px;
}

.news-single-content .section-content p{
	font-size:17px;
	line-height:33px;
	color:#6a6a6a;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 50px
}

.news-single-content .section-content h3{
	font-size:24px;
	line-height:33px;
	color:#303030; 
	margin:0 0 50px
}

.news-single-content .section-content ul{
	margin: 0 0 50px
}

.news-single-content .section-content ul li{
	font-size:17px;
	line-height:33px;
	color:#6a6a6a;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 40px;
	position:relative;
	padding:0 0 0 50px
}

.news-single-content .section-content ul li:after{
	content: "\f1db";
	font-family: 'FontAwesome';
	color:#f5ab35;
	left:0;
	top:2px;
	position:absolute;
	font-size:25px;
}

.news-single-content .section-content ul li:last-child{
	margin:0;
}

.news-single-content .section-content p:last-child{
	margin:0;
}

.news-single-content .section-footer{
	padding:70px 70px 0;
}

.news-single-content .section-footer .news-share{
	margin: 0 0 50px
}

.news-single-content .section-footer .news-share h3{
	font-size:17px;
	line-height:17px;
	color:#303030;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 0 0;
}

.news-single-content .section-footer .news-share ul{
	display:inline-block;
	vertical-align:middle;
}

.news-single-content .section-footer .news-share ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}

.news-single-content .section-footer .news-share ul li a{
	color:#bababa
}

.news-single-content .section-footer .news-author h3{
	font-size:20px;
	line-height:20px;
	color:#303030;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 25px;
}

.news-single-content .section-footer .news-author h3 a{
	color:#303030;
	text-transform:uppercase;
}

.news-single-content .section-footer .news-author p{
	font-size:14px;
	line-height:22px;
	color:#909090;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}

.news-single-content .section-footer .news-author img{
	display:block;
	margin:0 auto;
	border-radius:50%;
	width:100%;
	max-width:100%;
}

.news-single-content .section-footer .news-author .row > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.news-single-comments{
	background:#fff;
	padding:0;
}
.news-single-comments .comments-form{
	padding:0 70px;
}

.news-single-comments .comments-form h3{
	font-size:17px;
	line-height:17px;
	text-transform:uppercase;
	color:#303030;
	margin:0 0 35px;
}

.news-single-comments .comments-form .form-group{
	margin:0 0 30px
}

.news-single-comments .comments-form input[type="text"],
.news-single-comments .comments-form input[type="email"],
.news-single-comments .comments-form textarea{
	padding:20px 30px;
	color:#909090;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	background:#f1f1f1;
	border:none;
	height:auto;
	box-shadow:none;
	margin:0;
}

.news-single-comments .comments-form input[type="text"]::-webkit-input-placeholder,
.news-single-comments .comments-form input[type="email"]::-webkit-input-placeholder,
.news-single-comments .comments-form textarea::-webkit-input-placeholder{
	color: #909090;
	font-family: 'Open Sans', sans-serif;
}
.news-single-comments .comments-form input[type="text"]::-moz-placeholder,
.news-single-comments .comments-form input[type="email"]::-moz-placeholder,
.news-single-comments .comments-form textarea::-moz-placeholder{
	color: #909090;
	font-family: 'Open Sans', sans-serif;
}

.news-single-comments .comments-form input[type="text"]::-ms-input-placeholder,
.news-single-comments .comments-form input[type="email"]::-ms-input-placeholder,
.news-single-comments .comments-form textarea::-ms-input-placeholder{
	color: #909090;
	font-family: 'Open Sans', sans-serif;
}

.news-single-comments .comments-form input[type="text"]:-moz-placeholder,
.news-single-comments .comments-form input[type="email"]:-moz-placeholder, 
.news-single-comments .comments-form textarea:-moz-placeholder{ 
	color: #909090;
	font-family: 'Open Sans', sans-serif;
}

.news-single-comments .comments-form input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
	float:right
}

.news-single-comments .section-content{
	padding:0 70px;
}

.news-single-comments .section-content ul{
	margin:0 -16px;
}

.news-single-comments .section-content ul > li > ul{
	padding:0 0 0 120px;
}

.news-single-comments .section-content .news-user-comment{
	overflow:hidden;
	margin:0 0 50px;
}

.news-single-comments .section-content ul.comments > li > .news-user-comment:last-child{
	margin:0;
}

.news-single-comments .section-content .news-user-comment .col-sm-1{
	padding:0 0 0 15px
}
.news-single-comments .section-content .news-user-comment .col-sm-11{
	padding:0 15px 0 30px
}

.news-single-comments .section-content .news-user-comment img{
	display:block;
	border-radius:50%;
	margin:0 auto;
	max-width:100%;
}

.news-single-comments .section-content .news-user-comment h3 a{
	font-size:17px;
	line-height:auto;
	text-transform:uppercase;
	color:#303030;
	margin:0 0 10px;
	display:inline-block
}

.news-single-comments .section-content .news-user-comment h3 span{
	font-size:14px;
	line-height:14px;
	color:#909090;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 0 20px
}

.news-single-comments .section-content .news-user-comment p{
	font-size:17px;
	line-height:22px;
	color:#6a6a6a;
	margin:0 0 10px;
}
.news-single-comments .section-content .news-user-comment .reply{
	font-size:14px;
	color:#909090;
	font-family: 'Open Sans', sans-serif;
	display:inline-block
}

.latest-news-single{
	background:#fff
}

.latest-news-single .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.latest-news-single .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.latest-news-single .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.latest-news-single .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.latest-news-single .news-item .item-meta-data > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.latest-news-single .news-item .item-meta-data > div:last-child{
	text-align:right
}

.latest-news-single .news-item .item-info{
	padding:25px;
}

.latest-news-single .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.latest-news-single .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: 'Open Sans', sans-serif;
}

.latest-news-single .news-item .item-info > a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

/*--------------------------------------------------------------
	Contact
--------------------------------------------------------------*/

.contact-hero{
	position:relative;
	background:url(../images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	min-height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.contact-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.contact-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.contact-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}

.contact-form .section-content{
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px 130px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.contact-form .section-content h3{
	font-size:22px;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
}

.contact-form .section-content .form-group{
	margin:0;
}

.contact-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
	font-weight:normal;
}

.contact-form .section-content textarea,
.contact-form .section-content input[type="text"],
.contact-form .section-content input[type="email"],
.contact-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
	margin:0 0 50px;
	padding:0 0 20px;
}

.contact-form .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
	float:right;
}

.contact-form .section-content form > .row:nth-child(1) > div:first-child,
.contact-form .section-content form > .row:nth-child(2) > div:first-child{
	padding:0 45px 0 15px
}

.contact-form .section-content form > .row:nth-child(1) > div:last-child,
.contact-form .section-content form > .row:nth-child(2) > div:last-child{
	padding:0 15px 0 45px
}


.contact-information .section-content{
	padding:60px 80px;
	background:#004296 url(../images/contact-information-bg.png) no-repeat 92% center;
	margin:0 0 70px;
}

.contact-information .section-content h3{
	font-size:22px;
	line-height:22px;
	color:#fff;
	margin:0 0 24px;
}

.contact-information .section-content ul li{
	color:#a6b5d4;
	font-size:16px;
	line-height:22px;
	margin:0 0 20px;
	font-family: 'Open Sans', sans-serif;
	padding:0 0 0 40px;
	position:relative
}

.contact-information .section-content ul li a{
	color:#a6b5d4;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}

.contact-information .section-content ul li i{
	font-size: 22px;
    text-align: center;
    width: 20px;
	position:absolute;
	top:0;
	left:0;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

.gallery-hero{
	position:relative;
	background:url(../images/gallery-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	min-height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.gallery-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.gallery-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.gallery-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}

.gallery-list{
	padding:0 0 80px;
	background:#fff
}

.gallery-list .container > .row{
	display:none;
	margin:0;
}


.gallery-list .container .row > div{
	padding:0;
	background:#fff;
}

.gallery-list .container{
	display:block;
	position:relative;
	
}

.gallery-list a{
	display:block;
}

.gallery-list a img{
	display:block;
	max-width:100%;
	height:auto;
	width:100%;
	border:1px solid #fff
}

.gallery-list a:hover img{
	outline:10px solid #f58c04;
	outline-offset: -11px;
	opacity:.8;
	transition: all 0.3s;
}

.gallery-list .gallery-lightbox{
	display:none;
}

.featherlight:last-of-type{
	background: rgba(253, 253, 253, 0.9)
}

.featherlight .featherlight-content p{
	color:#303030;
	font-size:16px;
	line-height:26px;
	margin:0;
}


.featherlight .featherlight-content{
	background:none;
	text-align:center;
	overflow:visible;
	width:60%;
	margin:0 auto;
}

.featherlight .featherlight-close-icon{
	color:#303030;
	font-size:28px;
	right:28px;
	top:-20px;
	background:none;
}

.featherlight-inner img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto 30px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.gallery-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:70px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.gallery-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.gallery-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.gallery-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}


/*--------------------------------------------------------------
	Page Not Found - 404
--------------------------------------------------------------*/

.header-404{
	text-align:center
}

.header-404 .site-title a{
	display:inline-block
}

.page-not-found-hero{
	position:relative;
	background:url(../images/page-not-found-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -245px;
	padding:0 0 245px;
	min-height:812px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.page-not-found-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.page-not-found-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.page-not-found-hero .hero-content h2{
	font-size:170px;
	line-height:140px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Bold";
	margin:0;
}

.page-not-found .section-content{
	width:80%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:90px 70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.page-not-found .section-content h3{
	font-size:30px;
	text-align:center;
	line-height:30px;
	color:#303030;
	margin:0 0 20px;
	text-align:center;
}

.page-not-found .section-content p{
	font-size:26px;
	text-align:center;
	line-height:26px;
	color:#303030;
	margin:0 0 50px;
	text-align:center;
}

.page-not-found .section-content a{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:310px;
    font-size: 18px;
	line-height:50px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
}

/*--------------------------------------------------------------
	Excursions
--------------------------------------------------------------*/

.excursions-hero{
	position:relative;
	background:url(../images/excursions-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -85px;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.excursions-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.excursions-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.excursions-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.excursions-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}

.excursions-list{
	background:#fff;
	padding:150px 0 70px;
}

.excursions-list > .container > .row{
	margin:0 -15px;
}
.excursions-list > .container > .row > div{
	display:none
}

.excursions-list .excursions-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px;
	min-height:500px;
}

.excursions-list .excursions-item .excursions-item-img{
	border-bottom:1px solid #bababa
}

.excursions-list .excursions-item .excursions-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.excursions-list .excursions-item .excursions-item-info{
	padding:20px;
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta{
	margin:0 -15px 30px;
	overflow:hidden;
	min-height:69px;
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta > div:first-child{
	padding:0 10px 0 15px
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta > div:last-child{
	padding:0 15px 0 10px
}

.excursions-list .excursions-item .excursions-item-link{
	padding:0 15px 25px;
}

.excursions-list .excursion-title a{
	font-size:16px;
	line-height:23px;
	color:#303030;
	margin:0;
	display:block;
}

.excursions-list .excursion-date{
	font-size:13px;
	line-height:13px;
	font-family: 'Open Sans', sans-serif;
	color:#f58c04!important;
	text-align:center;
	margin:0;
}

.excursions-list .excursion-excerpt{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0 0 20px;
	font-family: 'Open Sans', sans-serif;
}

.excursions-list .excursion-location{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	padding:0 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	position:relative;
}

.excursions-list .excursion-location i{
	font-size:20px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
}

.excursions-list .excursion-date span{
	font-size:40px;
	display:block;
	line-height:33px;
	font-family: "Montserrat-Regular";
	color:#f58c04;
	margin:5px 0 0;
}


.excursions-list .excursions-item .excursions-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 13px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.excursions-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.excursions-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.excursions-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

/*--------------------------------------------------------------
	Excursions Single
--------------------------------------------------------------*/

.excursions-single-hero{
	position:relative;
	background:url(../images/excursions-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.excursions-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.excursions-single-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}


.excursions-single-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 30px;
}

.excursions-single-hero .hero-content strong{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-family: "Montserrat-Bold";
	margin:0 0 30px;
	display:block;
}

.excursions-single-list{
	background:#fff;
	padding:70px 0;
}

.excursions-single-list .excursions-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0;
	min-height:500px;
}

.excursions-single-list .excursions-item .excursions-item-img{
	border-bottom:1px solid #bababa
}

.excursions-single-list .excursions-item .excursions-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.excursions-single-list .excursions-item .excursions-item-info{
	padding:20px;
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta{
	margin:0 -15px 30px;
	overflow:hidden;
	min-height:69px;
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta > div:first-child{
	padding:0 10px 0 15px
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta > div:last-child{
	padding:0 15px 0 10px
}

.excursions-single-list .excursions-item .excursions-item-link{
	padding:0 15px 25px;
}

.excursions-single-list .excursion-title a{
	font-size:16px;
	line-height:23px;
	color:#303030;
	margin:0;
	display:block;
}

.excursions-single-list .excursion-date{
	font-size:13px;
	line-height:13px;
	font-family: 'Open Sans', sans-serif;
	color:#f58c04!important;
	text-align:center;
	margin:0;
}

.excursions-single-list .excursion-excerpt{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0 0 20px;
	font-family: 'Open Sans', sans-serif;
}

.excursions-single-list .excursion-location{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	padding:0 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	position:relative;
}

.excursions-single-list .excursion-location i{
	font-size:20px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
}

.excursions-single-list .excursion-date span{
	font-size:40px;
	display:block;
	line-height:33px;
	font-family: "Montserrat-Regular";
	color:#f58c04;
	margin:5px 0 0;
}

.excursions-single-list .excursions-item .excursions-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.excursions-single-join{
	text-align:center;
	padding:40px 0;
	background:#f1f1f1
}

.excursions-single-content{
	padding:70px 0;
	background:#fff
}

.excursions-single-content h3{
	font-size:18px;
	color:#303030;
	margin:0 0 30px;
	text-transform:uppercase
}

.excursions-single-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 30px;
	font-family: 'Open Sans', sans-serif;
}

.excursions-single-content p:last-child{
	margin:0;
}

.excursions-single-location p{
	font-size:16px;
	line-height:16px;
	color:#303030;
	margin:0 0 25px;
	font-family: 'Open Sans', sans-serif;
}

.excursions-single-timeline ul li{
	margin:0 0 25px;
	position:relative;
	padding:0 0 0 35px
}

.excursions-single-timeline ul li:after{
	display:block;
	content: "";
	width:15px;
	height:15px;
	background:#bababa;
	border-radius:50%;
	position:absolute;
	left:0;
	top:2px;
}

.excursions-single-timeline ul li strong{
	color:#f5ab35;
	text-transform:uppercase;
	font-family: "Montserrat-Regular";
	display:block;
	font-size:16px;
	margin:0 0 10px;
	font-weight:normal
}

.excursions-single-timeline ul li h4{
	color:#303030;
	font-size:18px;
	line-height:25px;
	display:block;
	margin:0 0 10px;
}

.excursions-single-timeline ul li p{
	color:#6a6a6a;
	font-size:13px;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin:0;
}

.excursions-heading:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-heading{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 -15px 70px;
	color:#bababa;
	position:relative;
	text-transform:uppercase
}

.excursions-heading span{
	background:#fff;
	padding:0 60px;
	position:relative;
	z-index:1
}

/*--------------------------------------------------------------
	Teachers
--------------------------------------------------------------*/

.teachers-hero{
	position:relative;
	background:url(../images/teachers-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.teachers-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.teachers-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}


.teachers-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 30px;
}

.teachers-list{
	padding:75px 0 70px;
	background:#fff
}

.teachers-list .container .row > div{
	display:none;
}

.teachers-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.teachers-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.teachers-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.teachers-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

.teachers-item{
	background:#fff;
	border:1px solid #ebebeb;
	position:relative;
	margin:0 0 50px;
	transition: all 0.3s ease-in-out 0s;
}

.teachers-item:hover{
	background:#f58c04;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.teachers-item-info{
	position:absolute;
	top:40px;
	left:25px;
	width:40%;
}

.teachers-item-info h3{
	color:#303030;
	font-size:24px;
	line-height:32px;
	margin:0 0 25px;
	font-family: 'Open Sans', sans-serif;
}

.teachers-item:hover .teachers-item-info h3{
	color:#fff
}

.teachers-item-info a{
	color:#f58c04;
	font-size:11px;
	padding:10px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	border:1px solid #f58c04;
	border-radius:5px;
	font-family: 'Open Sans', sans-serif;
}

.teachers-item:hover .teachers-item-info a{
	color:#fff;
	border:1px solid #fff;
}

.teachers-item img{
	width:100%;
	height:auto;
	display:block;
}

/*--------------------------------------------------------------
	Teachers Single
--------------------------------------------------------------*/

.teachers-single-hero{
	position:relative;
	background:url(../images/teachers-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:989px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
	position:relative;
}

.teachers-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.teachers-single-hero .container{
	min-height:989px;
	position:relative;
}

.teachers-single-hero .hero-content{
	position:absolute;
	left:0;
	right:0;
	bottom:-70px;
	z-index:1;
}

.teachers-single-hero .hero-caption > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.teachers-single-hero .teachers-single-overview{
	background:#fff;
	width:70%;
	float:right;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.teachers-single-hero .teachers-single-overview img{
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
}

.teachers-single-hero .teachers-single-overview-info{
	padding:40px;
	text-align:center;
}

.teachers-single-hero .teachers-single-overview-info h2{
	font-size:28px;
	line-height:28px;
	color:#303030;
	margin:0 0 20px;
}

.teachers-single-hero .teachers-single-overview-info > span{
	font-size:16px;
	display:block;
	line-height:16px;
	color:#303030;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 35px;
}

.teachers-single-hero .teachers-single-overview-info p{
	font-size:13px;
	display:block;
	line-height:20px;
	color:#6a6a6a;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 10px;
}

.teachers-single-hero .teachers-single-overview-info hr{
	margin:30px 0;
	background:#bababa
}

.teachers-single-hero .teachers-single-overview-info ul{
	margin:0 0 40px;
}

.teachers-single-hero .teachers-single-overview-info ul li.facebook .fa-stack{
	color:#0f4ea3
}

.teachers-single-hero .teachers-single-overview-info ul li.twitter .fa-stack{
	color:#1da1f2
}

.teachers-single-hero .teachers-single-overview-info ul li.google-plus .fa-stack{
	color:#dc4a38
}

.teachers-single-hero .teachers-single-overview-info .send-message{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}


.teachers-single-hero .teachers-single-skills{
	width:80%;
	padding:0 0 0 30px
}

.teachers-single-hero .teachers-single-skills h2{
	font-size:28px;
	line-height:28px;
	background:#fff;
	color:#004296;
	text-transform:uppercase;
	padding:15px 45px 15px 0;
	margin:0 0 40px;
	display:inline-block;
	position:relative
}

.teachers-single-skills > h2:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	padding:0 70px 0 0;
	width:100%;
	height:40px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	z-index:1
}

.skillbar-title span {
	display:block;
	padding:0 20px;
	height:40px;
	line-height:40px;
	color:#004296;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	background:#6adcfa;
}

.skillbar-bar {
	height:40px;
	width:0px;
	background:#6adcfa;
	position:relative
}

.skill-bar-percent {
	position:absolute;
	right:-70px;
	top:0;
	font-size:11px;
	height:40px;
	line-height:35px;
	color:#ffffff;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	width:70px;
	text-align:right;
}

.teachers-single-content{
	background:#fff;
	padding:160px 0 0
}

.teachers-single-content .teachers-single-content-info h3{
	font-size:22px;
	line-height:22px;
	color:#303030;
	margin:0 0 35px;
}

.teachers-single-content .teachers-single-content-info p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 40px;
	font-family: 'Open Sans', sans-serif;
}

.teachers-single-content .teachers-single-content-info p:last-child{
	margin:0;
}

.teachers-single-content .teachers-single-content-info .teachers-course{
	padding:40px;
	background:#f1f1f1
}

.teachers-single-content .teachers-single-content-info .teachers-course li{
	font-size:18px;
	color:#303030;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 20px 30px;
	margin:0 0 20px;
	position:relative;
}

.teachers-single-content .teachers-single-content-info .teachers-course li:before{
	content: "\f111";
	font-family: 'FontAwesome';
	color:#f5ab35;
	left:0;
	position:absolute;
}

.teachers-single-content .teachers-single-content-info .teachers-course li:last-child{
	margin:0;
}

.teachers-single-list{
	padding:75px 0 70px;
	background:#fff
}


.teachers-single-item{
	background:#fff;
	border:1px solid #ebebeb;
	position:relative;
	transition: all 0.3s ease-in-out 0s;
}

.teachers-single-item:hover{
	background:#f58c04;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.teachers-single-item-info{
	position:absolute;
	top:40px;
	left:25px;
	width:40%;
}

.teachers-single-item-info h3{
	color:#303030;
	font-size:24px;
	line-height:32px;
	margin:0 0 25px;
	font-family: 'Open Sans', sans-serif;
}

.teachers-single-item:hover .teachers-single-item-info h3{
	color:#fff
}

.teachers-single-item-info a{
	color:#f58c04;
	font-size:11px;
	padding:10px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	border:1px solid #f58c04;
	border-radius:5px;
	font-family: 'Open Sans', sans-serif;
}

.teachers-single-item:hover .teachers-single-item-info a{
	color:#fff;
	border:1px solid #fff;
}

.teachers-single-item img{
	width:100%;
	height:auto;
	display:block;
}

/*--------------------------------------------------------------
	Schedule
--------------------------------------------------------------*/

.schedule-hero{
	position:relative;
	background:url(../images/academics-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.schedule-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.schedule-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.schedule-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 20px;
}

.schedule-hero .hero-content a{
	font-size:15px;
	line-height:15px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	display:inline-block;
	border-radius:5px;
	border:1px solid #fff;
	padding:15px 25px;
}

.schedule-hero .hero-content a:hover{
	background:#fff;
	color:#004296
}

.schedule-content{
	padding:70px 0;
	background:#f1f1f1
}

.schedule-content .container{
	padding:0 30px
}

.schedule-content .schedule-table-filter{
	padding:25px 45px;
	background:#fff
}

.schedule-content .schedule-table-filter .bootstrap-select{
	margin:0 30px 0 0;
	width:auto!important
}

.schedule-content .schedule-table-filter .bootstrap-select.btn-group .dropdown-menu li a span.text{
	color:#303030;
	font-size:15px;
	font-family: "Montserrat-Regular";
}

.schedule-content .schedule-table-filter .bootstrap-select .btn-default{
	color:#303030;
	font-size:16px;
	border:none;
	font-family: "Montserrat-Regular";
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:30px;
	background:none!important;
	margin:0 30px 0 0;
	box-shadow:none
}

.schedule-content .schedule-table-filter .bootstrap-select .bs-caret > span{
	background: url(../images/select-arrow-2.png) no-repeat;
    border: medium none;
    display: block;
    height: 7px;
    margin-top: -4px;
    width: 14px;
}

.schedule-content .schedule-table-heading ul{
	background:#e6e6e6;
}

.schedule-content .schedule-table-heading ul li{
	text-align:center;
	width:18%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-right:1px solid #d0d0d0;
	height:70px;
	line-height:70px;
	font-size:16px;
	color:#909090;
	text-transform:uppercase;
}

.schedule-content .schedule-table-heading ul li:first-child{
	text-align:center;
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-left:1px solid #d0d0d0;
}

.schedule-content .schedule-table-content ul{
	background:#f7f7f7
}

.schedule-content .schedule-table-content ul li{
	text-align:center;
	width:18%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-right:1px solid #d0d0d0;
	font-size:16px;
	color:#909090;
	padding:10px;
	height:101px;
	font-family: 'Open Sans', sans-serif;
	line-height:101px;
	border-bottom:1px solid #f1f1f1;
}

.schedule-content .schedule-table-content ul:last-child li{
	border-bottom:1px solid #d0d0d0
}

.schedule-content .schedule-table-content ul li.day-2{
	width:36%;
}

.schedule-content .schedule-table-content ul li.day-3{
	width:54.09%;
}

.schedule-content .schedule-table-content ul li.day-4{
	width:72%;
}

.schedule-content .schedule-table-content ul li.day-5{
	width:90%;
}

.schedule-content .schedule-table-content ul li:first-child{
	text-align:center;
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-left:1px solid #d0d0d0;
	line-height:80px
}

.schedule-content .schedule-table-content-mobile ul li.math span,
.schedule-content .schedule-table-content ul li.math span{
	background:#39b54a
}

.schedule-content .schedule-table-content-mobile ul li.biology span,
.schedule-content .schedule-table-content ul li.biology span{
	background:#ed145b
}

.schedule-content .schedule-table-content-mobile ul li.design span,
.schedule-content .schedule-table-content ul li.design span{
	background:#f58c04
}

.schedule-content .schedule-table-content-mobile ul li.english span,
.schedule-content .schedule-table-content ul li.english span{
	background:#733d96
}

.schedule-content .schedule-table-content-mobile ul li.psychology span,
.schedule-content .schedule-table-content ul li.psychology span{
	background:#0f4ea3
}

.schedule-content .schedule-table-content-mobile ul li.break span,
.schedule-content .schedule-table-content ul li.break span{
	background:#a6b5d4;
	text-align:center
}

.schedule-content .schedule-table-content ul li span{
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-family: 'Open Sans', sans-serif;
	display:block;
	text-align:left;
}

.schedule-content .schedule-table-content ul li span strong{
	margin:15px 0 0;
	font-family: "Montserrat-Regular";
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-weight:normal
}


.schedule-content .schedule-table-content-mobile ul li{
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	font-size:16px;
	color:#909090;
	padding:10px;
	height:101px;
	font-family: 'Open Sans', sans-serif;
	line-height:101px;
	background:#f7f7f7
}

.schedule-content .schedule-table-content-mobile ul li:first-child{
	text-align:center;
	vertical-align:middle;
	height:70px;
	line-height:45px;
	font-size:16px;
	color:#909090;
	text-transform:uppercase;
	background:#e6e6e6;
	font-family: "Montserrat-Regular";
}

.schedule-content .schedule-table-content-mobile ul:first-child li:first-child{
	border-top:1px solid #d0d0d0;
}

.schedule-content .schedule-table-content-mobile ul li span{
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-family: 'Open Sans', sans-serif;
	display:block;
	text-align:center;
}

.schedule-content .schedule-table-content-mobile ul li span strong{
	margin:15px 0 0;
	font-family: "Montserrat-Regular";
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-weight:normal
}

.schedule-table-content-mobile{
	display:none
}

/*--------------------------------------------------------------
	Site Footer
--------------------------------------------------------------*/


.footer-info{
	background: rgb(15,78,163); 
	background: -moz-linear-gradient(left,  rgba(15,78,163,1) 0%, rgba(15,78,163,1) 50%, rgba(0,66,150,1) 50%, rgba(0,66,150,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 50%,rgba(0,66,150,1) 50%,rgba(0,66,150,1) 100%);
	background: linear-gradient(to right,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 50%,rgba(0,66,150,1) 50%,rgba(0,66,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4ea3', endColorstr='#004296',GradientType=1 ); 
}

.footer-info .container{
	background: rgb(15,78,163);
	background: -moz-linear-gradient(left,  rgba(15,78,163,1) 0%, rgba(15,78,163,1) 25%, rgba(0,66,150,1) 25%, rgba(0,66,150,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 25%,rgba(0,66,150,1) 25%,rgba(0,66,150,1) 100%);
	background: linear-gradient(to right,  rgba(15,78,163,1) 0%,rgba(15,78,163,1) 25%,rgba(0,66,150,1) 25%,rgba(0,66,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4ea3', endColorstr='#004296',GradientType=1 ); 
}

.site-footer .footer-logo{
	background:#0f4ea3;
	padding:50px 0;
}

.site-footer .footer-logo img{
	max-height:58px;
	display:block;
	margin:14px auto;
}

.site-footer .footer-menu{
	background:#004296;
	padding:40px 30px;
}

.site-footer .footer-menu .footer-links{
	display:inline-block;
	vertical-align:middle;
	width:19%;
	padding:0 25px;
}

.site-footer .footer-menu .footer-links:last-child{
	padding:0 0 0 25px;
}

.site-footer .footer-menu .footer-links ul li{
	margin:0 0 20px;
}

.site-footer .footer-menu .footer-links ul li:last-chid{
	margin:0;
}

.site-footer .footer-menu .footer-links ul li a{
	font-size:14px;
	text-transform:uppercase;
	color:#a6b5d4;
	font-family: 'Open Sans', sans-serif;
}

.site-footer .footer-menu .footer-links ul li:first-child a{
	color:#fff;
	font-family: "Montserrat-Regular";
}


.site-footer .footer-menu .footer-links ul.social li{
	float:left;
	margin:0 15px 0 0
}

.site-footer .footer-menu .footer-links ul.social li:last-child{
	margin:0;
}

.site-footer .footer-menu .footer-links ul.social li a{
	width:30px;
	height:30px;
	background:#a6b5d4;
	text-align:center;
	line-height:30px;
	display:block;
	color:#004296!important;
	border-radius:50px;
}

.site-footer .footer-menu .footer-links ul.social li:hover a{
	opacity:.8
}


.site-footer .footer-copyright{
	background:#003b86;
	padding:25px 0;
}

.site-footer .footer-copyright p{
	font-family: 'Open Sans', sans-serif;
	color:#a6b5d4;
	margin:0;
	text-align:center;
	font-size:12px;
}




/***********New CSS**********/
.staticheader {
    position: relative;
    margin: 0 auto;
    background: white;
	width: 100%;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.fixed .staticheader {
    position: fixed;
	top:0;
	left: 0;
	right: 0;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.fixed .staticheader .site-title {
    margin: 0;
}

.fixed .staticheader.header-1 .site-branding .site-title a img {
    max-height: 65px;
    margin: 10px 0;
    display: block;
}
.fixed .staticheader .top-navs {
    top: -5px;
}

.header-1.staticheader #site-navigation .nav li a {
    color: #0b4d8a;
}
.staticheader .row {
    display: flex;
    align-items: center;
}
.staticheader .top-nav-link a {
    color: #094b88;
    font-weight: 600;
}
.H_i_h {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	min-height: 100%;
    min-width: 100%;
}

.navbar .navbar-nav {
    float: right;
    margin: 25px 0;
}

.submenu {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 220px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
	z-index: -1;
	box-shadow: 1px 9px 11px rgb(26, 35, 74);
	border-radius: 5px;
	list-style-type: none;
}

.nav>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.submenu_item:first-child{
	margin-top: 10px;
}
.submenu_item:last-child{
	margin-bottom: 10px;
}
.submenu_item {
    padding: 10px;
}
.submenu_item a:after,
.submenu_item a:before{
	display: none !important;
}

.submenu_item a {
    width: 100%;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #134b82 !important;
}
.submenu_item:hover a{
	color:#db302a !important
}

footer {
    background: #5f5f62;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 10px;
}

footer.innerpage--footer {
    background-color: #00265a;
    padding: 0px 0 40px;
}

.pad-left {
    padding-left: 25px;
    height: auto;
    margin: 10px 0;
    float: left;
    border-left: 1px solid #ddd;
}
.footerlink ul{
	margin: 0;
	padding:0; 
}
.footerlink li {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
	list-style-type: none;
	font-size: 16px;
	text-align: left;
}

.pad-left h5 {
    font-size: 20px;
    text-align: left;
}

.footerlink a {
	color: #fff;
	text-decoration: none;
}

.copyrights {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

footer .wrapper {
    width: 1060px;
    max-width: calc(100% - 4rem);
    position: relative;
	margin: 0 auto 80px;
	display: flex;
    z-index: 10;
}
.footer__top {
    position: relative;
    background: #fff;
}
.footer__heading {
    font-size: 24px;
    color: #353f62;
    max-width: 350px;
    margin: 0;
}

.footer__contact-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer__contact-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    fill: #6fe9b1;
}
.heading--light-medium {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}
.heading--light-medium a{
	color:#00265a;
	text-decoration: none;
}
.footer__contact-column:not(:last-child) {
    margin-right: 30px;
}

.footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 0;
	padding-right: 3.5rem;
    border-bottom-right-radius: 6.25em;
    margin-left: 0;
}

.footer__top:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 150%;
    height: 100%;
    left: -150%;
    background: #fff;
}

.footer__contact-columns {
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}

.top-navs {
    font-size: 12px;
    position: absolute;
    top: -20px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
	right: 40px;
	list-style-type: none;
	margin-bottom: 0;
}

.staticheader .top-navs {
    top: -15px;
}
.staticheader .navbar .navbar-nav {
    margin: 20px 0 0;
}
.top-nav-link {
    margin-left:20px;
    text-transform: uppercase;

}
.top-nav-link a {
    color: white;
    font-weight: 600;
}
.top-nav-link a:hover{
color:#d13233;
}

.page-banner{
	background: url(../images/About-Us-Banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 300px;
	position: relative;
}

.with--overay::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(119, 100, 100, 0.40);
    z-index: 1;
}
.with--overay .main__heading{
	z-index: 2;
}

.main__heading {
	color: white;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    font-weight: 600;
    width: 100%;
    text-align: center;
    left: 0;
}

.main__heading .text{
	font-size: 16px;
    margin-top: 10px;
    max-width: 600px;
    margin: 10px auto 0;
}


section.content--section {
    padding: 80px 0;
    
}
.bg-white{
	background: white;
}

.bg-gray{
	background: #f8f8f8
}

.flex-row {
    display: flex;
}
.flex-content {
    width: 50%;
    min-width: 50%;
    padding: 80px;
}
.flex-image {
    width: 50%;
}
.flex-image img{
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.page__title {
    font-size: 36px;
    color: #00265a;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.2;
}

.page__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
	text-align: left;
	margin-bottom: 10px;
}
.page__content:last-child{
	margin-bottom: 0;
}
.content-list {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
	text-align: left;
	margin: 20px 0 16px;
	padding: 0 20px;
}

.content-list li{
	margin-bottom: 10px;
}

.media {
    padding: 15px 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 200px;
    display: flex;
    align-items: CENTER;
}

.media img{
   max-width:100%;
}



.clients .flex-row{
	flex-wrap: wrap;
}

.about-awdinner {
    border: 1px solid #ddd;
    padding: 40px;
    display: flex;
    align-items: CENTER;
    justify-content: center;
	text-align: center;
	border-left: 0;
	margin-top: -1px;
}
.about-awdinner:nth-child(4n+4){
	border-right:0;
}

.about-prize {
	width: 100%;
	text-align: center;
}
.about-prize img{
	max-width: 100%;
	margin: 0 auto;
}

.about-awdinner:hover {
    background: #f0efee;
    color: #000;
    transition: transform .6s;
}


.service-row {
    display: flex;
	align-items: CENTER;
	margin-top: 100px;
}
.service-icon {
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.service-icon img{
	max-width: 100%;
}

.service-content {
    width: 50%;
}
.service__name {
    font-size: 28px;
    color: #00265a;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.2;
}

.read__more {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d13233;
    background: #d13233;
    padding: 10px 35px;
    border-radius: 5px;
    margin: 0 2px;
    text-decoration: none;
}

.read__more:hover{
	color:white;
	text-decoration: none;
	background: #00265a;
	border-color: #00265a
}

.service-row:nth-child(even) .service-content{
	order:0;
}

.service-row:nth-child(even) .service-icon{
	order:1;
}

.team__designaton {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -10px;
	color: #00265a;
	font-size: 16px;
}


.service-row.team-member .service-content {
    width: 75%;
}

.service-row.team-member .service-icon img{
	width:70%;
	margin:  0 auto
}

.content-section {
	width: 65%;
	padding-right: 50px;
}

.sidebar {
    width: 35%;
    padding-left: 30px;
}

.jobform {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col_half {
    width: 48%;
    display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.col_full {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0!important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.sm-form-control.textarea-box{
	height: 100px;
	overflow: auto;
	resize: none;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
}

.job__subheading{	
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #333;
	font-size: 16px;
	margin-bottom: 30px;
}

.job__title{
	font-size: 28px;
    color: #00265a;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.2;
}

.divider{
    position: relative;
    overflow: hidden;
    margin: 35px 0 35px;
    color: #e5e5e5;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}


.mt-50{
	margin-top: 50px;
}

.roles {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -10px;
    color: #5a305a;
    font-size: 16px;
    margin-top: 15px;
}

.page__content strong{
	font-weight: 500;
}

.companyreport {
    max-width: 700px;
    margin: 0 auto;
}

.companyreport .read__more{
    padding: 15px 35px;
}


.left-bar
{
	width:250px;
}
.Right-content{
	flex:1;
	max-width: calc(100% - 250px);
	padding-left: 50px;
}

.service-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
	background: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}

.service-menu .submenu_item a {
	font-size: 15px !important;
	text-transform: capitalize;
}

.service-menu .submenu_item {
    padding: 14px 20px;
    border-bottom: 1px solid #e6e6e6;
}
.service-menu .submenu_item:last-child{
	border-bottom: 0;
}


.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.blog_posts article {
    margin-bottom: 45px;
}

.card-blog-img.post_img {
    position: relative;
    margin-bottom: 0;
}
.card-blog-img img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    max-width: 100%;
    height: auto;
}
.card-blog-img .card-blog-meta {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #28279e;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 5px 11px;
}

.card-blog-content {
    padding: 24px 30px 15px 30px;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.post_title {
    color: #333333;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 18px;
}
.post_title a{
    color: #333333;
    text-decoration: none;
}
.post_meta_top, .post_meta_top a {
    color: #333333;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 12px;
}
.blog_posts .post_content p {
    margin-bottom: 0.85rem;
    font-size: 14px;
    line-height: 1.6;
}
.bg-color-yellowish {
    background-color: #ca954f!important;
}
.bg-color-greenish {
    background-color: #3ea576 !important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding-bottom: 80px !important;
    border-radius: .25rem;
    margin: 0
}

.page-item:first-child .page-link, 
.page-item:last-child .page-link, .pagination>li>a
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #333;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
}

.content-list strong{
	font-weight: 500;
	margin-right: 5px;
	color: #0d4f8a;
}

.contactbox {
	margin-top: 40px;
	justify-content: space-between;
}

.contactbox .contact-address{
	width:35%;
}

.contact-form {
    width: 60%;
}

.contact-form .read__more{
	padding: 15px 35px;
}

address {
    font-size: 16px;
    line-height: 1.6;
}
address strong{
	display: block;
	font-weight: 500;
	color: #0d4f8a;
	margin-bottom: 5px;
}

.mb-20{
	margin-bottom: 20px;
}
.mt-30{
	margin-top: 30px;
}

.sso .flex-row .service-row:nth-child(even) .service-content{
	order: 3;
}

.sso .service__name {
    font-size: 24px;
}

.ssomethods {
    display: flex;
    border: 1px solid #eddfdf;
}

.ssomethods > div{
	width:50%;
}

.ssomethods .team__designaton {
	background: #f5f5f5;
	border-bottom: 1px solid #eddfdf;
	padding: 10px;
	margin: 0;
}

.ssomethods .page__content {
    padding: 15px;
}

.ssomethods > div:first-child{
	border-right: 1px solid #eddfdf;
}

.tablist {
    display: flex;
    list-style-type: none;
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5efef;
	margin-top: 30px;
}

.tablist li{
	padding: 10px 15px;
    margin-right: 12px;
    background: #f8f8f8;
    border-radius: 6px;
	font-weight: 500;
	cursor: pointer;
}

.tablist li.active,
.tablist li:hover
 {
	background: #134b82;
	color:white;
}

.tabcontentinner {
    display: none;
}
.tabcontentinner.active {
    display: block;
}


.navbar-nav>li:nth-child(5) .submenu{
	display: none !important;
}