@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700&display=swap');
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	font-family: 'Fira Sans', sans-serif;
}
#top-bar a{
	color: #fff;
}
.section-block{
	padding: 50px 0px;
	background-color: #fff;
}	
.section-block-grey{
	padding: 50px 0px;
	background-color: #f9f9f9;
}
.section-block-dark{
	padding: 50px 0px;
	background-color: #222;
}
.section-block-parallax{
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  padding: 50px 0px;
}	
.section-block-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 50px 0px;   
}	
.section-block-transparent{
	padding: 50px 0px;
	background: transparent;
}
.no-repeat{
	background-repeat: no-repeat;
}
.section-clients{
	background: #fff;
	padding: 50px 0px;
}
.section-clients-grey{
	background: #f9f9f9;
	padding: 50px 0px;
}
.section-sm{
	padding: 30px 0px;
}
.section-md{
	padding: 40px 0px;
}
.section-lg{
	padding: 80px 0px;
}
.section-heading{
	margin-bottom: 10px;
}
.section-heading h2{
	position: relative;
	font-size: 42px;
	font-weight: 500;
	color: #111;
	line-height: 130%;
	margin-bottom: 10px;
}
.section-heading h3{
	position: relative;
	font-size: 35px;
	font-weight: 600;
	color: #111;
	line-height: 130%;
	margin-bottom: 10px;
}
.section-heading h4{
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #111;
	line-height: 160%;
	margin-bottom: 10px;
}
.section-heading h5{
	position: relative;
	font-size: 25px;
	font-weight: 600;
	color: #111;
	line-height: 160%;
	margin-bottom: 10px;
}
.section-heading h6{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #111;
	line-height: 160%;
	margin-bottom: 10px;
}
.section-heading strong{	
	font-weight: 600;
}
.section-heading-line{
	content: '';
	display: block;	
	width: 100px;
	height: 3px;
	background: #60bcb5;
	border-radius: 25%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}
.section-heading-line-left{
	content: '';
	display: block;	
	width: 140px;
	height: 3px;
	background: #60bcb5;
	margin-top: 10px;
	margin-bottom: 25px;
}
.section-heading p{
	font-size: 15px;
	font-weight: 400;
	color: #aaa;
	line-height: 160%;
	padding-top: 15px;
	margin-bottom: 0px;
}
.section-heading span{
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #033B77;
	line-height: 200%;
	margin-bottom: 10px;
}
.page-title-section{
	padding: 120px 0px;
	background-color: #eee;
	background-size: cover;	
	background-position: center;
	border-bottom: 1px solid #f5f5f5;
}
.about-banner{
	padding: 200px 0px;
	background-color: #eee;
	background-size: cover;	
	background-position: center;
	border-bottom: 1px solid #f5f5f5;
}
.courses-banner{
	padding: 160px 0px;
	background-color: #eee;
	background-size: cover;	
	background-position: center;
	border-bottom: 1px solid #f5f5f5;
}
.quality-banner{
	padding: 180px 0px;
	background-color: #eee;
	background-size: cover;	
	background-position: center;
	border-bottom: 1px solid #f5f5f5;
}
.contact-banner{
	padding: 120px 0px;
	background-color: #eee;
	background-size: cover;	
	background-position: center;
	border-bottom: 1px solid #f5f5f5;
}
.contact-banner h1{
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}
.page-title-section-bg{
	padding: 10px 0px;
	background-color: #2b7dad;
}
.page-title-section ul li{
	display: inline-block;
}
.page-title-section ul li:after{
	content: ' \f105';
	color: #fff;
  	font-family: 'FontAwesome';
	padding: 0px 10px;
}
.page-title-section ul li:last-child:after{
	content: none;
}
.page-title-section ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.page-title-section ul li a:hover{
	color: #111;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 9999999;
}
@media (max-width: 1200px) {
    .affix {
        position: static;
    }
}
#bs-example-navbar-collapse-1{
	padding: 0px;
}
.navbar-nav li{
	float: left;
	margin-left: 20px;
}
.navbar-nav li a{
	color: #002361;
	font-size: 0.9rem;
}
.navbar-nav li a:hover{
	color: #60bcb5;
} 
.navbar-nav li a.active{
	color: #60bcb5;
}
.fb-icon li{ 
	padding-top: 13px;
	list-style: none;
}
.top-bar{
	background: #2b7dad;
}
.top-bar ul{
	margin-bottom: 0px;
}
.top-bar li{
	font-size: 15px;
	color: #fff;
	list-style-type: none;
	display: inline-block;
	padding: 10px 5px;
}
.top-bar li a{
	color: #fff;
}
.top-bar li i{
	font-size: 18px;
	color: #60bcb5;
	margin-right: 10px;
}
.top-bar li i.fa-facebook{
	color: #007cc0;
}
.text-content p{
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 190%;	
	margin-bottom: 15px;
}
.text-content-big p{
	font-size: 17px;
	font-weight: 400;
	color: #043c77;
	line-height: 200%;	
	margin-bottom: 15px;
}
.text-content-small p{
	font-size: 14px;
	font-weight: 400;
	color: #043c77;
	line-height: 200%;	
	margin-bottom: 15px;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-thin{
	font-weight: 400 !important;
}
.text-semi-bold{
    font-weight: 600 !important;
}
.text-bold{
	font-weight: 700 !important;
}
.text-bold p{
	font-weight: 700 !important;
}
.rounded-border{
	border-radius: 10px !important;
}
.semi-rounded{
    border-radius: 5px !important;
}
.no-rounded{
	border-radius: 0px !important;
}
.shadow-primary{
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);	
}
.full-width{
	width: 100%;
}
.half-width{
    min-width: 50%;
}
.primary-button{
	background: #60bcb5;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.primary-button:hover {
	background: #222;
	color: #fff;
}
.white-button{
	background: #fff;
	transition: background-position 0.5s;
	color: #111;
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.white-button:hover {
	color: #111;
	transform: translateY(-.4rem);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);	
}
.dark-button{
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.dark-button:hover{
	color: #fff;
	background: #60bcb5;
}
.bordered-button{
	background: transparent;
	border: 2px solid #60bcb5;	
	color: #60bcb5;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;		
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.bordered-button:hover {
	background: #60bcb5;
	color: #fff;
}
.button-tag{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 5px 0px 0px 0px;
	padding:  8px 15px 8px 15px !important;
}
.button-xs{
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	padding: 8px 17px 8px 17px;		
}
.button-sm{
	display: inline-block;
	font-weight: 800;
	font-size: 14px;
	padding: 11px 22px 11px 22px;		
}
.button-md{
	display: inline-block;
	font-size: 15px;
	font-weight: 900;
	padding: 13px 25px 13px 25px;	
}
.button-lg{
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding:  20px 35px 20px 35px !important;
}
.primary-list{
	padding-left: 0px;
}
.primary-list li{
    list-style-type: none;s
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;  
}
.primary-list li i{
    color: #60bcb5;
    padding-right: 10px;
}

.dark-list{
	padding-left: 0px;
}
.dark-list li{
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;  
}
.dark-list li i{
    color: #222;
    padding-right: 10px;
}


.white-list{
	padding-left: 0px;
}
.white-list li{
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;  
}
.white-list li i{
    color: #60bcb5;
    padding-right: 15px;
}
.primary-color h1, 
.primary-color h2, 
.primary-color h3, 
.primary-color h4, 
.primary-color h5, 
.primary-color h6, 
.primary-color p, 
.primary-color i, 
.primary-color span{
	color: #60bcb5 !important;
}
.dark-color h1, 
.dark-color h2, 
.dark-color h3, 
.dark-color h4, 
.dark-color h5, 
.dark-color h6, 
.dark-color p, 
.dark-color i, 
.dark-color span{
	color: #111 !important;
}
.white-color, 
.white-color h1, 
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color i, 
.white-color span{
	color: #fff !important;
}
.video-video-box{
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
}
.video-video-box img{
	width: 100%;
}
.video-video-box-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
}

.video-video-box-button{
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video-video-box-button button{
	color: #fff;
	font-size: 25px;
	background: rgba(0, 0, 0, .8);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 12px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.video-video-box-button button:hover{
	color: #111;
	background: #fff;
}
@media (max-width: 991px) {
	.navbar-nav{
		background-color: #eee;
	}
	.navbar-nav li{
		padding: 5px 0px;
	}
	.video-video-box-button button{
		color: #222;
		font-size: 15px;
		background: rgba(255, 255, 255, .7);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding-top: 1px;
		padding-left: 9px;
	  -webkit-transition-duration: .3s;
	  transition-duration: .3s;	
	}	
}
.paginator{
	display: inline-block;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #2d2d2d;
	background: #f1f1f1;
	padding: 10px 15px 10px 15px;
	margin: 3px;
}
.paginator:hover{
	color: #fff;
	background: #bda87f;
}
.paginator:focus{
	color: #fff;
	background: #bda87f;
}
.active-page{
	color: #fff;
	background: #bda87f;	
}
.border-top{
	border-top: 1px solid #ececec;
}
.border-bottom{
	border-bottom: 1px solid #ececec;
}
.border-left{
	border-left: 1px solid #ececec;
}
.border-right{
	border-right: 1px solid #ececec;
}
.border-full{
	border: 1px solid #ececec;
}
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
  }
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
} 
.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}
.loader-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #60bcb5;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.scroll-to-top{
	font-size: 20px;  
	padding: 6px; 
	text-align:center; 
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:80px;
	right: 10px;
	display:none;
	border-radius: 50%;
	background: #333;
	width: 40px;
	height: 40px;  
	z-index: 9999;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;   
}
.scroll-to-top i{
	color: #fff;
}
.scroll-to-top:hover{
	color: #111;
	background: #fff;
}
 .scroll-to-top:hover i{
	color: #111;
}
.scroll-to-top:visited{
	color: #111;
	text-decoration:none;
}
.number-box{
	text-align: center;
	padding: 20px;
	margin: 15px 0px;
	background: #fff;
	border-radius: 3px;	
}
.number-box h3{
	color: #111;
	line-height: 1;
	font-size: 60px;
	font-weight: 200;
}
.number-box-line{
	content: '';
	border-bottom: 1px dashed #dedede;
	width: 100%;
	margin: 20px auto;
}
.number-box-line:before{
	content: '';
	display: block;
	margin: auto;
	margin-bottom: -7.5px;
	height: 15px;
	width: 15px;
	border: 2px solid #60bcb5;
	background: #fff;
	border-radius: 50%;
}
.number-box h4{
	color: #111;
	font-size: 20px;
	font-weight: 400;
}
.number-box p{
	color: #999;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1.5;
}

.service-block{
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.service-block img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}
.service-block-number{
	width: 15%;
	float: left;
}
.service-block-title{
	width: 75%;
	float: left;
}
.service-block-number h5{
	color: #60bcb5;
	font-size: 35px;
	font-weight: 500;
}
.service-block-title h4{
	color: #60bcb5;
	font-size: 17px;
	font-weight: 500;
	padding-top: 12.5px;
	padding-left: 10px;
}
.service-block-title h4 a:hover{
	color: #60bcb5;
}
.service-block p{
	color: #999;
	font-size: 15px;
	font-weight: 400;
}
.simple-feature-box{
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.simple-feature-box:hover{
	-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
	-moz-box-shadow:    0px 0px 19px 0px rgba(50, 50, 50, 0.26);
	box-shadow:         0px 0px 19px 0px rgba(50, 50, 50, 0.26);
}
.simple-feature-box-icon{
	text-align: center;
	margin: auto;
}
.simple-feature-box-icon i{
	font-size: 18px;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #60bcb5; 
	border-radius: 50%;
	padding: 6.5px;
	padding-left: 9px;
}
.simple-feature-box-content h4{
	font-size: 18px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.simple-feature-box-content{
		padding-left: 25px;
	}	
}
.feature-block{
	position: relative;
	text-align: center;
	background: #fff;
	padding: 15px;
	margin: 15px 0px;
}
.feature-block-icon i{
	color: #60bcb5; 
	font-size: 55px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.feature-block h4{
	color: #111; 
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0px 10px 0px;
}

.feature-block p{
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin-bottom: 0px;
}
.feature-block:hover .feature-block-icon{
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.feature-box{
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	margin: 20px 0px 20px 0px; 
	-webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
	-moz-box-shadow:    2px 2px 20px 0px rgba(50, 50, 50, 0.21);
	box-shadow:         2px 2px 20px 0px rgba(50, 50, 50, 0.21);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s; 	
}
.feature-box:hover{
	-webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    4px 4px 22px 0px rgba(50, 50, 50, 0.29);
	box-shadow:         4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}
.feature-box i{
	color: #60bcb5;
	font-size: 60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s; 	
}
.feature-box:hover i{
	color: #111;
}
.feature-box h4{
	color: #111;
	font-size: 18px;
	font-weight: 500;
	line-height: 170%;
	margin: 15px 0px;
}
.feature-box p{
	color: #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
}
.feature-flex{
	position: relative;
	margin: 30px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.feature-flex-icon{
	float: left;
	width: 25%;
	margin-top: 20px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.feature-flex-icon i{
	color: #fff;
	border-radius: 50%;
	background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#60bcb5 100%);
	padding: 21.5px 22px; 
	font-size: 40px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
@media (max-width: 991px) {
	.feature-flex-icon{
		text-align: center;
		margin: auto;
	}
	.feature-flex-icon i{
		color: #fff;
		border-radius: 50%;
		background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#60bcb5 100%);
		padding: 17px; 
		font-size: 32px;		
	}	
}
@media (max-width: 767px) {
	.feature-flex-icon{
		text-align: center;
		margin: auto;
	}
	.feature-flex-icon i{
		color: #fff;
		border-radius: 50%;
		background-image: linear-gradient(120deg,rgba(210, 30, 43, .6) 0%,#60bcb5 100%);
		padding: 16px; 
		font-size: 33px;		
	}		
}
.feature-flex-content{
	float: left;
	width: 75%;
	padding-left: 10px;
}
.feature-flex-content h4{
    color: #111;
    font-size: 21px;
    font-weight: 400;
}
.feature-flex-content h4 a{
    color: #111;
    font-size: 21px;
    font-weight: 400;
}
.feature-flex-content p{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.feature-flex:hover .feature-flex-icon{
	margin-top: 10px;
}
.feature-flex-square{
	/*position: relative;
	border-radius: 5px;
	margin: 30px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;*/
}
.feature-flex-square-icon{
	float: left;
	/*width: 25%;
	margin-top: 5px;*/
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.feature-flex-square-icon i{
	color: #60bcb5;
	border-radius: 10px;
	padding: 10px; 
	font-size: 55px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
@media (max-width: 991px) {
	.feature-flex-square-icon{
		text-align: center;
		margin: 23px auto;
	}
	.feature-flex-square-icon i{
		padding: 14px; 
		font-size: 30px;		
	}		
}
.feature-flex-square-content{
	float: left;
	width: 75%;
	padding-left: 10px;
}
.feature-flex-square-content h4{
    color: #111;
    font-size: 19px;
    font-weight: 500;
}
.feature-flex-square-content h4 a{
    color: #111;
    font-size: 22px;
    font-weight: 500;
}
.feature-flex-square-content p{
    color: #023773;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}
.feature-flex-square-content-button{
	display: inline-block;
    color: #111;
    font-size: 14px;
    font-weight: 500;
}
.feature-flex-square-content-button:after{
	content: '\f0da';
	font-size: 14px;
	font-family: "FontAwesome";
	color: #111;	
	margin-left: 7px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 	
}
.feature-flex-square-content-button:hover{
	color: #60bcb5;
}
.feature-flex-square-content-button:hover:after{
	color: #60bcb5;
}
.feature-box-long{
	position: relative;
	text-align: center;
	border: 1px solid #ececec;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow:    0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	box-shadow:         0px 10px 30px 0px rgba(50, 50, 50, 0.16);		
	margin: 15px 0px;
	padding: 30px 40px 35px 40px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.feature-box-long:hover{
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    0px 10px 30px 0px rgba(50, 50, 50, 0.29);
	box-shadow:         0px 10px 30px 0px rgba(50, 50, 50, 0.29);	
}
.feature-box-long h3{
	font-size: 19px;
	font-weight: 500;
	color: #111;
	margin: 25px 0px 15px 0px;
}
.feature-box-long i{
	color: #60bcb5;
	font-size: 65px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.feature-box-long p{
	font-size: 15px;
	font-weight: 400;
	color: #aaa;
}
.feature-box-2{
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin: 20px 0px 20px 0px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
@media (max-width: 767px) {
	.feature-box-2{
		text-align: center;
		padding: 0px 30px;
	}
}
.feature-box-2 i{
	color: #60bcb5;
	font-size: 50px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.feature-box-2 h4{
	color: #111;
	font-size: 18px;
	font-weight: 500;
	line-height: 170%;
	margin: 15px 0px 5px 0px;
}
.feature-box-2 p{
	color: #043c77;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.progress-text{
	font-size: 13px;
	font-weight: 500;
	color: #333;
	margin-bottom: 5px;	
}
.custom-progress{
	height: 5px;
	border-radius: 50px;
	box-shadow: none;
}
.custom-bar{
	height: 100%;
	background-color: #60bcb5;
	box-shadow: none;
}
.custom-bar-dark{
	height: 100%;
	background-color: #111;
	box-shadow: none;
}

.progress-medium{
	height: 8px;
	border-radius: 50px;
	box-shadow: none;
}

.progress-bold{
	height: 12px;
	border-radius: 50px;
	box-shadow: none;
}
footer{
	border-top: 10px solid #2b7dad;
	padding: 0px;
}
.widgets{
	background: #f7f7f7;
	padding: 50px 0px;
}
footer p{
	font-size: 14px;
	color: #333;
	line-height: 1.7;
}
footer a {
    color: #000;
}
footer h3{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #111;
	line-height: 1;
}
footer h3:after{
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #60bcb5;
	margin-top: 12px;
}
ul.footer-list{
	margin: 0px;
	padding: 0px;
}
.footer-list li{
	list-style-type: none;
	padding: 5px 0px;
}
.footer-list li a{
	color: #333;
}
.footer-list li a:hover{
	color: #002361;
}
.copyright{
	background: #2b7dad;
	padding: 20px 0px;
}
.copyright p{
	color: #fff;
	text-align: center;
}
.case-block{
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	overflow: hidden;
	margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 	
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16); 	
}
.case-block:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.30); 
}
.case-block img{
	width: 100%;
}
.case-block-inner{
	padding: 25px 25px 20px 10px;
}
@media (max-width: 767px) {
	.case-block-inner{
		padding: 25px;
	}	
}
.case-block h4{
	color: #111;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.case-block h4:after{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #60bcb5;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s; 
}
.case-block p{
	color: #023773;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}
.case-block-inner a{
	font-size: 15px;
	font-weight: 500;
	color: #60bcb5;
}
.case-block-inner a:after{
	content: '\f0da';
	font-size: 15px;
	font-family: "FontAwesome";
	color: #60bcb5;	
	margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; 	
}
.case-block-inner a:hover{
	color: #111;
}
.case-block-inner a:hover:after{
	color: #111;
}
.team-member{
	overflow: hidden;
	background: #fff;
    border:1px solid #ececec;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 20px 0px;    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;  
}
.team-member:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);

 }
.team-member-img{
    width: 100%;
    height: auto;
}
.team-member-img img{
	width: 100%;
}
.team-member-text{
    text-align: center;
    padding: 20px 50px;
}
.team-member-text h4{
    color: #111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s; 
}
.team-member:hover .team-member-text h4 {
   color: #60bcb5;
}
.team-member-text span{
    color: #60bcb5;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}
.team-member-text p{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin-top: 20px;
}
.team-member-text ul{  
    margin-top: 15px;   
    padding: 8px 0px 8px 0px;
}
.team-member-text ul li{
    display: inline-block;
    padding: 0px 10px;
}
.team-member-text ul li a i{   
    color: #555;
    font-size: 17px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s; 
}
.team-member-text ul li a i:hover{   
    color: #60bcb5;
}
@media screen and (max-width:994px) {
    .team-member-text{
        padding: 20px 10px;
    }   
}
.staff-member img{
	width: 100px;
	height: auto;
}
.video-section{
    width: 100%;
    height: auto;
}
.video-overlay {
    background: rgba(0, 0, 0, .6);
}
.video-content{
    text-align: center;
    padding: 50px 0px;
}
.main-video-section{
	position: relative;
	height: 550px;
}
.main-video-content{
	position: relative;
    text-align: center;
    height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;    
}
@media (max-width: 767px) {
	.main-video-section{
		height: auto;
	}
	.main-video-content{
		height: auto;
		padding: 50px 0px;
	}	
}
.main-video-overlay {
    background: rgba(0, 0, 0, .7);
}
.main-video-content h2{
	position: relative;
	font-size: 60px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;	
}
@media (max-width: 767px) {
	.main-video-content h2{
		font-size: 30px;
		font-weight: 400;
	}	
}
.main-video-content h3{
	position: relative;
	font-size: 50px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;	
}
@media (max-width: 767px) {
	.main-video-content h3{
		font-size: 30px;
		font-weight: 400;
	}	
}
.main-video-content h4{
	position: relative;
	font-size: 40px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;	
}
.main-video-content h5{
	position: relative;
	font-size: 30px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;	
}
.main-video-content h6{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #111;
	margin: 5px 0px;	
}
@media (max-width: 767px) {
	.main-video-content h6{
		font-size: 15px;
		font-weight: 400;
	}	
}
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ececec;
  border-radius: 0px !important;
}
.panel-grey>.panel-heading a{
  color: #111;
  background-color: #f7f7f7 !important;
  border: none !important;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.panel-grey{
	border: none !important;
}
.panel-grey .panel-body{
  border: none !important;
}
.panel-grey .accordion-title a:after{ 
  content: '\f056';
  font-size: 18px;
  font-family: "FontAwesome";
  color: #60bcb5;
  float: right;
}
.panel-grey .accordion-title .collapsed:after{  
  content: '\f055';
  font-size: 18px;
  font-family: "FontAwesome";
  color: #333;
  float: right;
}
.wrapper {
    width: 100%;
    margin: 0px auto;
}
#map{
    height: 400px;
    width: 100%;
}
.contact-data-box-icon{
    background: #60bcb5; 
    width: 80px;
    height: 80px;
    padding: 25px;
    text-align: center;
}
.contact-data-box-icon i{ 
    color: #fff;
    font-size: 30px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
/*
.contact-data-box:hover .contact-data-box-icon{
    background: #60bcb5; 
}
.contact-data-box:hover .contact-data-box-icon i{
    color: #fff;
}
*/
.contact-data-box-text{
    padding-left: 15px;
}
.contact-data-box-text h4{
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1px;
}
.contact-data-box-text h6{
    color: #043C77;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 5px;
}
.footer_top li{
	list-style: none;;
}
.gallery-area .img-gal {
	display: block
}
.gallery-area .single-imgs {
	position: relative;
	overflow: hidden
}
.gallery-area .single-imgs .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 1, 14, 0.4);
	transform: translateY(60px);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}
.gallery-area .single-imgs .overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.gallery-area .single-imgs .overlay-icon {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	background: rgba(234, 7, 99, 0.8);
	text-align: center
}
.gallery-area .single-imgs .overlay-icon i,
.gallery-area .single-imgs .overlay-icon span {
	font-size: 20px;
	color: #fff;
	line-height: 60px
}
.gallery-area .single-imgs:hover .overlay {
	transform: translateY(0);
	opacity: 1;
	z-index: 1
}
