﻿/* Move down content because we have a fixed navbar that is 50px tall */
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
body {
	font-family: 'Droid Sans', sans-serif;
	color: #002743;
	font-size: 14px;
	line-height: 24px;
}
a {
	color: #091f40;
}
a:focus, a:hover {
	color: #be1e2d;
	text-decoration: none
}

@media (min-width: 1230px) {
.container {
	width: 1200px;
}
}

@media (max-width: 1229px) {
.container {
	width: 100%;
}
}
img {
	height: auto;
	max-width: 100%;
}
header {
	padding: 20px 0
}
.navbar-brand {
	padding: 1px;
	height: auto
}
.lang-social {
	float: right;
	width: calc(100% - 230px);
}
.list-reset ul, ul.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang {
}
.lang li {
	display: inline-block;
	margin-left: 6px;
	color: #002743;
}
.lang li a {
	color: #002743;
}
.lang li a:hover, .lang li a:focus {
	color: #be1e2d;
}
.soc-buttons {
	padding-top: 6px
}
.top-buttons {
	float: right
}
.top-buttons .btn, .top-buttons .btn:hover, .top-buttons .btn:focus {
	background: #8cc63f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	float: left;
	border: 0;
	box-shadow: none;
	min-width: 125px;
	border-right: solid 1px #fff;
	padding: 8px 12px;
}
.top-buttons .btn:hover, .top-buttons .btn:focus{
	    background: #be1e2d;
}
.top-buttons .btn:nth-child(1) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.top-buttons .btn:nth-child(2) {
	border-radius: 0
}
.top-buttons .btn:nth-child(3) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right: 0;
	background: #be1e2d
}
.top-buttons .btn:nth-child(3):hover, .top-buttons .btn:nth-child(3):focus{
	background: #8cc63f;
}
ul.social-top {
	float: right;
	margin-right: 0px;
	margin-top: 4px
}
.social-top li {
	float: left;
	margin-left: 6px;
}
.social-top li a:hover img, .social-top li:hover img,
.lang li:hover img, 
.testing-center img:hover,
.accreditations img:hover,
.social-bottom img:hover,
.main-courses-tabs img:hover{
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  
  opacity: 0.6;	
}

/*Nav*/
@media (max-width: 999px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 13px 0px;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
.menu {
	float: left;
	color: #fff;
	font-size: 20px;
}
.menu-bar {
	float: right;
	margin-top: 5px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu>li>a{color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #8cc63f;
	background-color: transparent;
}
}
.navbar-inverse {
	background-color: rgba(0, 39, 67, 0.85);
	border: 0;
	margin: 0;
	border-radius: 0;
	z-index: 1;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	z-index:11;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
	padding: 0
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	padding-left:12px;
	padding-rgiht:12px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}

@media (min-width: 1000px) {
.navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	   /* background: #8cc63f;*/
	background: #1f529b;
    color: #fff;
}
.navbar-inverse .navbar-nav>.green>a, .navbar-inverse .navbar-nav>.green>a:focus, .navbar-inverse .navbar-nav>.green>a:hover{
    /* background: #8cc63f; */
    background-color: #8cc63f; color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #8cc63f;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>li:last-child>a {
	background: #be1e2d
}
.navbar-inverse .navbar-nav>li:last-child>a:hover, .navbar-inverse .navbar-nav>li:last-child>a:focus {
	background: #be1e2d
}
.nav-search {
	float: right;
	width: 160px;
	margin-top: 22px;
	
}
.nav-search input, .nav-search button {
	border-radius: 0;
	border: 0;
	height: 28px
}
.nav-search input {
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #676363
}
.nav-search button {
	padding: 0px 5px;
	width: 28px;
}
.nav-search button:hover, .nav-search button:focus {
	background: #fff !important;
	box-shadow: none !important;
	outline: none !important
}
.nav>li.logo-hidden {
	display: none;
	background: #fff;
}
.nav>li.logo-hidden img {
	height: 50px
}
.navbar-inverse .dropdown-menu>li>a:focus, .navbar-inverse .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1f529b;
}

@media (min-width: 1000px) {
.sticky {
	position: fixed;
	top: 0;
	width: 100%
}
.sticky.navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
}
.sticky .nav-search {
	display: none
}
.sticky .nav>li.logo-hidden {
	display: block
}
.sticky .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

/*banner*/
 
.home-carousel.carousel.fade {
	opacity: 1;
}
.home-carousel.carousel.fade .item {
	transition: opacity ease-out .7s;
	left: 0;
	opacity: 0; /* hide all slides */
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}
.home-carousel.carousel.fade .item:first-child {
	top: auto;
	opacity: 1; /* show first slide */
	position: relative;
}
.home-carousel.carousel.fade .item.active {
	opacity: 1;
}
.home-carousel.carousel {
	top: -70px;
	margin-bottom: -80px; /* remove gap at bottom for top negetavie valutes*/
	height: 800px
}
.home-carousel .carousel-control.left, .home-carousel .carousel-control.left:hover, .home-carousel .carousel-control.left:focus, .home-carousel .carousel-control.right, .home-carousel .carousel-control.right:hover, .home-carousel .carousel-control.right:focus {
	background: none
}
.home-carousel .carousel-inner {
}
.home-carousel .item, .home-carousel .active, .home-carousel .carousel-inner {
	height: 100%;
}
.home-carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.home-carousel .carousel-caption {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);
	margin: 0;
	bottom: auto;
	background: url(../images/banner-bdr.png) no-repeat;
	width: 1170px;
	height: 389px;
	text-transform: uppercase
}
.home-carousel .carousel-caption-body {
	padding: 50px;
}
.home-carousel .carousel-caption h1 {
	font-size: 48px;
	font-weight: 400;
}
.home-carousel .carousel-caption h1.main {
	font-size: 72px;
	font-weight: 700;
	margin: 25px 0;
}
.home-carousel .carousel-caption h2 {
	font-size: 36px;
	font-weight: 400;
	position: absolute;
	bottom: -18px;
	text-align: center;
	width: 100%;
	margin: 0;
}
.home-carousel .carousel-caption .btn, .home-carousel .carousel-caption .btn.secondary:hover, .home-carousel .carousel-caption .btn.secondary:focus {
	background: #be1e2d;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	min-width: 175px;
	padding: 15px 12px;
}
.home-carousel .carousel-caption .btn.secondary{
	background:#8cc63f
}
.home-carousel .carousel-caption .btn.secondary:hover, .home-carousel .carousel-caption .btn.secondary:focus{
background:#419f07;
	
}
.home-carousel .carousel-caption .btn {
	margin-right: 20px;
}
..home-carousel carousel-caption .btn.secondary, .home-carousel .carousel-caption .btn:hover, .home-carousel .carousel-caption .btn:focus {
	background: #8cc63f;
}
.home-carousel .carousel-caption .btn:hover, .home-carousel .carousel-caption .btn:focus{
	background: #8d000d	
}
.home-carousel .carousel-caption .btn.secondary {
	margin-right: 0
}
.home-carousel .item:nth-child(1) {
	background: url(../images/home-banner.jpg) no-repeat center center;
	background-size: cover;
}
.home-carousel .item:nth-child(2) {
	background: url(../images/home-banner.jpg) no-repeat center center;
	background-size: cover;
}
.home-carousel .carousel-control {
    width: 30px;
}
@media(max-width:1366px){
	.home-carousel.carousel {
    height: 640px;
}	
}

@media(max-width:1200px){
	.home-carousel.carousel {
    height: 600px;
}	
.home-carousel .carousel-caption {
    background: url(../images/banner-bdr960.png) no-repeat;
    width: 960px;
    height: 350px;
}
.home-carousel .carousel-caption h1 {
    font-size: 42px;
}
.home-carousel .carousel-caption h1.main {
    font-size: 56px;
    margin: 25px 0;
}
.home-carousel .carousel-caption h2 {
    font-size: 31px;
    bottom: -16px;
}
}

@media(max-width:999px){
	.home-carousel.carousel {
    top: 0;
    margin-bottom: 0;
}
	.home-carousel.carousel {
    height: 400px;
}	
.home-carousel .carousel-caption {
    background: url(../images/banner-bdr730.png) no-repeat;
    width: 730px;
    height: 242px;
	padding:0;    top: 42%;
}
.home-carousel .carousel-caption-body {
    padding: 25px;
}
.home-carousel .carousel-caption h1 {
    font-size: 32px;
	margin-bottom:15px;
}
.home-carousel .carousel-caption h1.main {
       font-size: 40px;
       margin: 0px 0 18px;
}
.home-carousel .carousel-caption h2 {
        font-size: 24px;
    bottom: -12px;
}
}
@media(max-width:767px){
	.home-carousel.carousel {
    height: 375px;
}	
.home-carousel .carousel-caption {
    background: url(../images/banner-bdr400.png) no-repeat;
    width: 400px;
    height: 200px;
	padding:0
}
.home-carousel .carousel-caption-body {
  padding: 25px 15px;
}
.home-carousel .carousel-caption h1 {
    font-size: 22px;
	margin-bottom:15px;
}
.home-carousel .carousel-caption h1.main {
       font-size: 27px;
       margin: 0px 0 18px;
}
.home-carousel .carousel-caption h2 {
        font-size: 16px;
    bottom: -8px;
}
.home-carousel .carousel-caption .btn, .home-carousel .carousel-caption .btn.secondary:hover, .home-carousel .btn.secondary:focus {
    font-size: 15px;
    min-width: inherit;
    padding: 10px 12px;
}
.home-carousel .carousel-caption .btn {
    margin-right: 9px;
}

}

@media(max-width:479px){
	.home-carousel.carousel {
    height: 375px;
}	
.home-carousel .carousel-caption {
    background: none;
    width: 100%;
    height: auto;
	padding:0
}

.home-carousel .carousel-caption-body {
  padding-bottom:10px;
}

.home-carousel .carousel-caption h2 {
   position: static;
}

.home-carousel .carousel-caption .btn {
    margin-right:0px;
	margin-bottom:15px
}
}
.grey-pod {
	background: #f5f5f5;
}
.sections {
	padding-top: 75px;
	padding-bottom: 75px
}
h1, h2, h3 {
	font-weight: 700;
	margin: 0 0 25px
}
h1 {
	font-size: 42px
}
h2 {
	font-size: 36px
}
h3 {
	font-size: 30px
}
.heading {
	margin-bottom: 50px
}
.heading:after {
	width: 55px;
	height: 2px;
	background: #0c7eb8;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.heading-left {
}
.heading-left:after {
	width: 55px;
	height: 2px;
	background: #0c7eb8;
	content: "";
	display: block;
	margin-top: 15px;
}
.intro {
	font-size: 16px;
	line-height: 26px;
}
.intro p {
	margin-bottom: 20px
}
.hm-video {
	border: solid 5px #fff;
	box-shadow: 0 0px 25px rgba(0,0,0,.3);
}
 .bs-example{
    	margin: 20px;
    }
    .modal-content iframe{
        margin: 0 auto;
        display: block;
    }
.main-courses-tabs {
	margin-bottom: 40px
}
.courses-tabs {
	margin-bottom: 20px
}
.courses-tabs h3 {
	margin: 0;
	background: #091f40;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 5px
}
.courses-tabs a{
	position:relative;
	display:block;
}
/*.courses-tabs a:hover:after{
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:block;
	background:rgba(190, 30, 45, 0.5);
}*/
.courses-tabs a:hover h3 {
	background: #be1e2d;
}
.testing-center-sec {
	margin-top: 55px;
}@media(min-width:768px) {
.testing-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}


.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center
}
.col {
	width: 100%;
}
}
.col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cta {
	background: #be1e2d;
	color: #fff;
	font-size: 28px;
	padding: 25px 0;
}
.cta .btn-white {
	margin: 0px 0 0px 20px
}
.cta-alt {
	background: #002743;
}
.btn-white {
	background: #fff;
	color: #be1e2d;
	font-size: 16px;
	border: 0;
	min-width: 175px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.cta .btn-white:hover, .cta .btn-white:focus {
	background: #8cc63f;
    color: #fff;
}
.upcomings .heading-left {
	margin-bottom: 40px
}
.white-pod, .upcoming-wrap .span12 {
	background: #fff;
	padding: 15px;
	margin-top: 20px;
	overflow: hidden
}
.activities img {
	width: 75px;
	border: solid 2px #dbdada;
	float: left;
	margin-top: 5px;
}
.activities .summary {
	margin-left: 100px
}
.author {
	color: #8cc63f;
	font-weight: 700;
}
.activities h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 0px;
	line-height: 1.4
}
.activities h4 a {
}
.activities .date, .lt-news .date {
	font-size: 13px;
	color: #666666
}
.lt-news {
	padding: 20px
}
.lt-news h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 10px;
	line-height: 1.4;
	color: #be1e2d
}
.lt-news p {
	margin: 10px 0
}
.box-shadhow {
	-webkit-box-shadow: 0px 0px 45px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 45px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 45px 1px rgba(0,0,0,0.15);
}
.upcoming-wrap .span3 {
	width: 75px;
    border: solid 2px #dbdada;
    float: left;
    margin-top: 5px;	
}
.upcoming-wrap .span9 {
	margin-left: 100px;	
}
.upcoming-wrap .span9 h5{
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4;	
}
.upcoming-wrap .span9 p{
	margin-bottom:0;	
}
.news-summary p{
	margin:30px 0 !important;	
}
.news-summary a{
	    font-size: 18px;
    font-weight: 700;
    margin: 7px 0 0;
    line-height: 1.4;
    color: #be1e2d;
    display: block;
}
.blog-list {
	background: #f5f5f5;
	padding: 15px;
}
.blog-list h4 {
	font-weight: 700;
	margin: 15px 0
}
.instagram-sec {
	padding-bottom: 0
}
.fluid-col {
	padding: 0 !important;
}
.inst-cta {
	background: #be1e2d;
	color: #fff;
	font-size: 24px;
	padding: 25px;
	display: block;
	text-align: center
}
.inst-cta img {
	margin-right: 15px;
	margin-top: -2px
}
.inst-cta:hover, .inst-cta:focus {
	background: #002743;
	color: #fff
}
.counter {
	background: url(../images/counter-bg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 415px;
	color: #fff;
	text-align: center;
	padding: 90px 0
}
.cntr-icon {
	margin-bottom: 50px;
}
.counter img {
/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
}
.counter h3, .counter h3 a {
	color: #fff;
	font-weight: 700;
	line-height: 45px;
	padding: 5px 0 10px;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase
}
.counter .aa-counter-number {
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-weight: 900;
}
.clients-bottom img {
	margin-right: 60px
}
 .clients-bottom img:last-chld {
 margin-right:0px
}
.accreditations img {
	margin-bottom: 50px
}
.accreditations .col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3 img {
	margin-bottom: 0
}
.map {
	height: 450px
}
.overlay {
	background: rgba(9,31,64,0.15);
	position: relative;
	width: 100%;
	height: 450px; /* your iframe height */
	top: 450px;  /* your iframe height */
	margin-top: -450px;  /* your iframe height */
}
.footer-sec {
	background: #002743;
	color: #fff
}
.footer-sec .ft-top {
	height: 12px;
	width: 100%;
}
.footer-sec .ft-bar-red {
	height: 12px;
	width: 33.33%;
	background: #bd062c;
	float: left;
}
.footer-sec .ft-bar-blue {
	height: 12px;
	width: 33.33%;
	background: #06213f;
	float: left;
}
.footer-sec .ft-bar-green {
	height: 12px;
	width: 33.33%;
	background: #8fc44a;
	float: left;
}
.footer-inner {
	padding-top: 50px;
	padding-bottom: 50px
}
.footer-sec h6 {
	color: #92bc10;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin: 0px 0 15px;
}
.footer-sec a {
	color: #fff;
	font-size: 13px;
}
.footer-sec a:hover, .footer-sec a:focus {
	color: #92bc10;
	
}
.ft-contact-form .form-control {
	background: #fff;
	color: #21252b;
	border: 0;
	border-radius: 2px
}
.ft-contact-form textarea {
	resize: none
}
.ft-contact-form .btn-send {
	font-size: 16px;
	background: #bd062c;
	color: #fff;
	border: solid 1px #bd062c;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 8px 15px;
}

.ft-contact-form .name {
	padding-right: 5px
}
.ft-contact-form .email {
	padding-left: 0px
}
.ft-contact-form .form-group {
	margin-bottom: 8px;
}
.ft-contact-form [class*="col-"] {
}
.social-bottom li {
	display: inline-block;
	margin: 10px 5px 0 0
}
.border-radius {
	border-radius: 4px
}
.footer-bottom {
	background: #001d31;
	padding-top: 50px;
	padding-bottom: 50px;
}
ul.inline > li, ol.inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.nltr-ft {
	max-width: 290px;
	margin: auto;
	margin-bottom: 25px;
	overflow: hidden
}
.nlt-tbox {
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	display: block;
	outline: 0;
	padding: 0.8125rem 0.9375rem;
	vertical-align: middle;
	width: calc(100% - 70px);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ntl-submit {
	width: 70px;
	margin-left: -5px;
	background-color: #bd062c;
	border: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 5px;
	text-align: center;
	transition: 0.1s background-color ease-out;
	-webkit-appearance: none;
	font-weight: 700;
}

.ntl-submit, .nlt-tbox {
	float: left;
}
.ntl-submit:hover, .ntl-submit:focus {
	color: #fff !important
}
.ft-contact-form .btn-send:hover, .ft-contact-form .btn-send:focus, .ntl-submit:hover, .ntl-submit:focus { 
	background: #92bc10;
	border-color:#92bc10;
}
.nlt-tbox {
	overflow: hidden;
}

@media(max-width:767px) {
.nlt-tbox {
	width: 65% !important;
}
.ntl-submit {
	width: 35%;
}
}
.copyright {
	color: #8c99a2;
	margin-top: 8px
}

@media(max-width:1199px) {
.navbar-inverse .navbar-nav>li>a {
	    font-size: 12px;
    padding-left: 9px;
    padding-right: 8px;
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 32px
}
h3 {
	font-size: 28px
}
.cta {
	font-size: 26px;
}
}

@media(max-width:999px) {
	.navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-inverse {
	background-color: rgb(0, 39, 67);
}
.navbar-nav {
	margin: 0;
}
.input-group.nav-search {
	display: none
}
.carousel {
	top: 0px;
	margin-bottom: 0px;
}
}

@media(max-width:991px) {
	
h1 {
	font-size: 32px
}
h2 {
	font-size: 29px
}
h3 {
	font-size: 24px
}
.cta {
	font-size: 24px;
}
.upcomings .col-md-4 {
	margin-bottom: 35px
}
.upcomings .heading-left {
	margin-bottom: 25px;
}
.blog-list {
	margin-bottom: 30px
}
.accreditations img {
	margin-bottom: 0px;
}
.accreditations .col-md-3 {
	min-height: 100px;
}
.ftmobile-view {
	margin-top: 30px
}
.clear-mob {
	clear: left
}
.cntr-icon {
	margin-bottom: 10px;
}
.exp-pods {
	margin-bottom: 25px
}
}

@media(max-width:900px) {
.top-buttons {
	margin: 10px 0px;
	display: table;
}
ul.social-top {
	clear: both;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
.top-buttons .btn, .top-buttons .btn:hover, .top-buttons .btn:focus {
    font-size: 14px;
    float: left;
    min-width: inherit;
    padding: 6px 12px;
}
}

@media(max-width:767px) {
h1 {
	font-size: 30px
}
h2 {
	font-size: 26px
}
h3 {
	font-size: 22px
}
header {
    padding: 15px 0;
}
.lang-social, .navbar-brand {
	float: none;
	width: 100%;
	margin-top: 15px;
	display: block;
}
.lang {
	text-align: center;
}
.navbar-brand>img {
	margin: auto;
}
.navbar-brand {
	margin-top: 0
}
.navbar-toggle {
	padding: 13px 10px;
}
.top-buttons {
	float: none;
	margin: 0px auto 10px;
	display: table;
}
ul.social-top {
	float: none;
	margin: 0 auto;
	overflow: hidden;
	display: table;
}

.main-courses-tabs .col-sm-6 {
	text-align: center !important;
	margin-bottom: 20px
}
.courses-tabs {
	max-width: 460px;
	margin: 0 auto 20px;
}
.main-courses-tabs {
	margin-bottom: 0px;
}
.cta {
	font-size: 22px;
}
.cta .btn-white {
	display: table;
	margin: 15px auto 0;
}
.inst-cta {
	font-size: 22px;
	padding: 20px 16px;
}
.navbar-brand>img {
	height: 60px
}
.sections {
    padding-top: 50px;
    padding-bottom: 50px;
}
.instagram-sec {
    padding-bottom: 0;
}
.btn-white {
    padding: 12px 15px;
}
}

@media(max-width:479px) {
h1 {
	font-size: 28px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 20px
}
.navbar-brand>img {
	height: 50px
}
.top-buttons .btn:nth-child(2) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 5px
}
.top-buttons .btn:nth-child(3) {
	clear: both;
	border-radius: 4px;
	margin-top: 5px;
	display: block;
	float: none;
}
.cta, .inst-cta {
	font-size: 20px;
}
}


.forty-cta{
	    background: #002743;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    overflow: hidden;
    margin: 10px 0 0;
}
.forty-cta img{
	margin-right:0px;
}
.forty-cta h2{
	font-weight:400;
	font-style:italic;
	margin:0	;
	float:left
}
.btn-forty{
	float:right;
	background:none;
	border:solid 1px #fff;
	color:#fff;
	margin-top:10px;	
}
.navbar-brand>img {
    display: inline-block;
}
.navbar-brand>img+img{
	margin-left:20px;	
}


@media (max-width: 991px){
.forty-cta h2 {
    font-size: 26px;
}
.forty-cta img{
	width:70px;	
}
.btn-forty{
	margin-top:0px;
	min-width:inherit	
}
}
@media (max-width: 767px){
.forty-cta h2 {
    font-size: 20px;
	float:none;
	text-align:center
}
.forty-cta img{
	width:55px;	
}
.btn-forty{
	margin-top:0px;
	min-width:inherit;
	font-size: 14px;
	float:none;
	margin:10px auto;
	display:table;
		
}
.navbar-brand{
	display:table;
	margin:auto	;
	width:auto
}
}
@media (min-width: 768px){
.lang-social {
    float: right;
    width: calc(100% - 335px);
}
}
