@font-face {
  font-family: 'bree_serifregular';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#bree_serifregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chunkfiveroman';
  src: url("../fonts/chunkfive-webfont.eot");
  src: url("../fonts/chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/chunkfive-webfont.woff2") format("woff2"), url("../fonts/chunkfive-webfont.woff") format("woff"), url("../fonts/chunkfive-webfont.ttf") format("truetype"), url("../fonts/chunkfive-webfont.svg#chunkfiveroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);*/
body {
  background: #fff;
  font-family: 'Roboto', sans-sherif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
}

.topnav {
	height: auto;
	background: #008080;
	/*margin: 0px 0px 0px 0px;
	width: 100%;*/
    /*z-index: 20;*/	
}
.menu-container ul{padding:15px 15px;}
.navbar-default .navbar-nav > li > a {
    font-size:16px; color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
	background-color: #00A494;
}
.navbar-default .navbar-nav > li > a:active {
    background-color: transparent;
}
.navbar-nav > li.dropdown.open > a:focus {
  color: #FFF;
  background-color: #00A494;
  background:rgba(0, 164, 148, 0.8);
}
.navbar-nav > li > .dropdown-menu { background-color: #00A494; background:rgba(0, 164, 148, 0.8); }
.navbar-nav > li > .dropdown-menu > li a { color: #FFF; background-color: transparent; }
.navbar-nav > li > .dropdown-menu > li a:hover { color: #0FF; background-color: transparent; }

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background: rgba(0, 164, 148, 0.8);
}


@media (max-width:767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#FFF}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover
	{color:#0FF;background-color:transparent}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}
}


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

.custom-btn {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
	margin-top: 5px;
	/*margin:0 auto;*/
	padding: 8px !important;
}
.custom-btn:hover {
	border-color: #0FF !important;
	/*color: #0FF !important;
	background-color: #14BBEB !important;*/
}





/*--------------------------------------------------------------------------------------*/
.top-banner-home{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 740px;
  background-color: #00A494;
}
.top-banner-home img{
  margin-right: -20px;
  box-shadow: -6px -5px 11px rgba(51, 51, 51, 0.22);
}

@media only screen and (max-width: 767px) {
  .top-banner-home{
    height: 980px;
  }
  #fastrack-showcase, .showcase-content{
    width: 100% !important;
  }
  .showcase-content iframe{
    width: inherit !important;
  }
  .top-banner-home img{
    margin-right: 0px;
    margin-top: -40px;
  }
  .banner-content .d-header-1{
    font-size: 22px;
  }
  .banner-content h3{
    font-size: 20px;
  }
  .banner-content .banner-desc ul{
    padding: 0 10px !important;
  }
  .banner-content .banner-desc{
    margin-top: 10px;
  }
  .banner-content .banner-desc i{
    width: 36px !important;
    height: 30px !important;
    font-size: 26px !important;
  }
  .banner-content h4{
    margin-bottom: 0;
  }
  .banner-content li{
    margin-bottom: 0px;
  }
  .banner-content p{
    display: inline-block !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .top-banner-home{
    height: 950px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .top-banner-home{
    height: 1150px;
  }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .banner-content .banner-desc i{
    width: 40px !important;
    height: 22px !important;
    font-size: 22px !important;
  }
  .banner-content li{
    margin-bottom: 5px;
  }
  .banner-content h4{
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px){
  .banner-content{
    padding-top: 0px;
  }
  .banner-content li{
    margin-bottom: 0px;
  }
}

.float-left{
  float: left;
}
.float-right{
  float: right;
}
.clear{
  clear: both;
}

.banner-content{
  padding-top: 83px;
}
.banner-content .left h3{
  color: #fff
}
.banner-content .banner-desc ul li{
  margin-bottom: 28px;
  list-style: none;
}
.banner-content li img{
  display: block;
  margin-right: 20px;
}
.banner-content h4{
 color: #f5f5f5;
 font-size: 22px;
 font-weight: 400;
 margin-bottom: 0;
}
.banner-content p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  /*display: table-cell;*/
}

.carousel-caption {
	max-width: 100%;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	left: 0;
	bottom:0;
	padding-top:0;
}
.carousel-indicators {
	bottom:0;
}



.banner-content .banner-desc ul{
  padding: 0px 20px 0px 100px;
}
.banner-content .banner-desc i{
  width: 60px;
  height: 47px;
  color: #fff;
  font-size: 40px;
}

.d-header-1{ text-align:center;margin-top:80px;margin-bottom:0;font-weight: 300}


.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb50{
  margin-bottom: 50px !important;
}


.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}


.text-white{
  color: #fff !important;
}
.text-light{
  font-weight: 100 !important;
}

/*--------------------------------------------------------------------------------------*/