@font-face {
  font-family: 'Helvetica-Normal';
  src: url('../fonts/helvetica/Helvetica-Normal.eot?#iefix') format('embedded-opentype'),  url('../fonts/helvetica/Helvetica-Normal.woff') format('woff'), url('../fonts/helvetica/Helvetica-Normal.ttf')  format('truetype'), url('../fonts/helvetica/Helvetica-Normal.svg#Helvetica-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AsphaltsBrush';
  src: url('../fonts/asphaltsbrush/AsphaltsBrush.eot?#iefix') format('embedded-opentype'),  url('../fonts/asphaltsbrush/AsphaltsBrush.woff') format('woff'), url('../fonts/asphaltsbrush/AsphaltsBrush.ttf')  format('truetype'), url('../fonts/asphaltsbrush/AsphaltsBrush.svg#AsphaltsBrush') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/proximanova/bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/bold/ProximaNova-Bold.woff') format('woff'), url('../fonts/proximanova/bold/ProximaNova-Bold.ttf')  format('truetype'), url('../fonts/proximanova/bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/proximanova/light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/light/ProximaNova-Light.woff') format('woff'), url('../fonts/proximanova/light/ProximaNova-Light.ttf')  format('truetype'), url('../fonts/proximanova/light/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/proximanova/regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/proximanova/regular/ProximaNova-Regular.woff') format('woff'), url('../fonts/proximanova/regular/ProximaNova-Regular.ttf')  format('truetype'), url('../fonts/proximanova/regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}
h1, h2, h3, h4, h5, h6, figure{
	font-family: "ProximaNova-Bold", Arial, sans-serif;
}
a{
  color:#00405f;
}
a:hover{
  color:#D93027;
}

#fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-blog, #fh5co-project, #fh5co-about, #fh5co-contact, #fh5co-footer {
    padding: 3em 0;
    clear: both;
}
.fh5co-top-bar{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	background: #00405f;
	z-index: 9;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.fh5co-top-bar.is_stuck{
  z-index: 99;
}
.fh5co-top-bar li {
    display: inline-block;
    float: right;
    padding: 5px 0px;
}
.fh5co-top-bar li a,.fh5co-top-bar li span{
	border-right: 1px solid #fff;
	padding: 0 10px;
	font-size: 14px;
}
.fh5co-top-bar li:not(.quote) a{
	color: #fff;
}
.fh5co-top-bar li.quote a{
	color: #ff766f;
	border-right:none;
	padding-right: 0;
}

.fh5co-nav{
	font-family: 'Helvetica-Normal', Arial, sans-serif;
}
.fh5co-nav.is_stuck {
    background: rgba(255,255,255,.7);
    padding: 10px 0;
    top: 37px !important;
}
.fh5co-nav.is_stuck .logo{text-align: center;}
.fh5co-nav.is_stuck .logo img{width: 116px;}
.fh5co-nav ul li a{
	color:#00405f;
  font-size: 16px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: none !important;
  color: #D93027 !important;
}
.menu-item-has-children {
  position: relative !important;
}
.fh5co-nav ul li:hover a,.fh5co-nav ul li a:hover,.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a{
	color:#D93027;
}
.fh5co-nav ul li.has-dropdown .dropdown,.fh5co-nav ul li.has-dropdown .sub-menu,.fh5co-nav ul li.menu-item-has-children .sub-menu{
	  background: rgba(255, 255, 255, 0.75);
	  border-radius: 0;
	  border-top: 4px solid #00405f;
	  width: 471px;
	  left: 15px;

    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
   
    text-align: left;
    background: #fff;
    padding: 20px;
    
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown li a,.fh5co-nav ul li.has-dropdown .sub-menu li a,.fh5co-nav ul li.menu-item-has-children .sub-menu  li a{
	text-transform: capitalize;
  clear: both;
    /*white-space: nowrap;*/
    white-space: initial;
    font-size: 14px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:nth-child(2n) a {
    padding-left: 10px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {

  width: 50%;
  float: left;
}
.fh5co-nav ul li.has-dropdown .dropdown:before{
  display: none;
}
.fh5co-nav .left-menu{
	width: 42%;
}
.fh5co-nav .left-menu li:first-child a{
  padding-left: 0;
}
.fh5co-nav .logo {
    width: 16%;
    float: left;
}

.fh5co-nav .right-menu{
	float: right;
    width: 42%;
    padding-left: 70px;
}
.fh5co-nav .right-menu li:first-child a{
  padding-right: 30px;
}
form#fh5co-nav-search{
	display: inline-block;
  padding-left: 15px;
}
form#fh5co-nav-search input {
    background: transparent;
    border-radius: 13px;
    height: auto;
    font-size: 14px;
    padding: 5px 25px 5px 15px;
    max-width: 90px;
    color:#00405f;
    border: 1px solid #00405f;
}
form#fh5co-nav-search button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    padding: 6px 4px;
    color:#00405f;
}
#fh5co-header{
	background-position: center center;
}
#fh5co-header .display-tc{
	position: relative;
}
#fh5co-header .display-tc h1{
	font-family: 'AsphaltsBrush', Arial, sans-serif;
	font-size: 125px;
    margin-top: 0px;
    padding-left: 20px;
}
body.page-template-about-us-template #fh5co-header .display-tc h1 {
	padding-top: 25%;
}

#fh5co-header .display-tc .border-bottom{
	border-bottom: 2px solid #d93027;
    position: absolute;
    width: 100%;
    left: 34%;
    max-width: 260px;
    margin-top: -20px;
}
#fh5co-header .display-tc h2{
	font-family: 'ProximaNova-Regular', Arial, sans-serif;
	font-size: 22px;
	margin-top: 30px;
}

.fh5co-heading h2{
	font-family: 'ProximaNova-Light', Arial, sans-serif;
	color:#00405f;
	font-size: 26px;
	text-transform: uppercase;
}
.fh5co-heading p{
	font-family: 'ProximaNova-Light', Arial, sans-serif;
	font-size: 16px;
	color: #2a2a2a;
}

#fh5co-project .fh5co-project > a{
	display: inline-block;
  z-index: 9999;
}
#fh5co-project .fh5co-project > a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#fh5co-project .fh5co-project > a img {
    position: relative;
    z-index: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#fh5co-project .fh5co-project > a:hover img, #fh5co-project .fh5co-project > a img:hover {
     -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
     transform: scale(1.1); 
}
#fh5co-project .fh5co-project > a:hover:after{
	opacity: 0;
    visibility: hidden;
}
#fh5co-project .fh5co-project > a h3 {
    z-index: 12;
    position: absolute;
    right: 20px;
    left: 20px;
    top: 25%;
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 30px;
    font-weight: 400;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'AsphaltsBrush', Arial, sans-serif;
    text-transform: uppercase;
}





#fh5co-project .fh5co-project > a h3:after{
	content: "";
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    max-width: 100px;
    clear: both;
    margin: 17px auto 0;
}
#fh5co-project .fh5co-project > a span{
	  top: 74%;
    border: 1px solid #fff;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    max-width: 120px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 12px;
}
#fh5co-project .fh5co-project > a span:hover {
    background: #fff;
    color: #000;
}
#fh5co-services .fh5co-heading,#fh5co-services .fh5co-heading h2 {
    margin-bottom: 0;
}

.fh5co-bg-section {
    background: #e8e9ea;
}
.feature-center{
  cursor: pointer;
  -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.feature-center img{
	margin: auto;
}
.feature-center h3 {
    font-size: 18px;
    color: #005871;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
    margin-bottom: 20px;
}
.feature-center h3:after{
	content: "";
    border-bottom: 1px solid #005871;
    width: 100%;
    display: block;
    max-width: 100px;
    clear: both;
    margin: 15px auto 0;
}
.feature-center p{
	font-size: 12px;
    color: #005871;
    line-height: 16px;
    margin-bottom: 15px;
}
.feature-center a.find-out-more{
	border: 1px solid #005871;
	border-radius: 5px;
    font-size: 12px;
    color: #005871;
    padding: 5px 10px;
}
.feature-center a:hover {
    background: #005871;
    color: #fff;
}
.feature-center > a > img{
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.feature-center:hover > a > img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*.feature-center:hover a{
  color: #D93027;
  border-color: #D93027;
}*/
#fh5co-acs .tabs-left {
  border-bottom: none;
  padding-top: 2px;
  margin-bottom: 50px;
}


#fh5co-acs .tabs-left>li {
  float: none;
  margin: 20px 0;
}


#fh5co-acs .tabs-left>li>a {
  padding: 0;
  margin-right: 0;
  display:inline-block;
  color: #fff;
  border:none;
  outline: none;
  letter-spacing: 2px;
}

#fh5co-acs .nav.tabs-left > li > a:hover, #fh5co-acs .nav.tabs-left > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border:none;
    outline: none;
}
#fh5co-acs .tabs-left>li.active>a,
#fh5co-acs .tabs-left>li.active>a:hover,
#fh5co-acs .tabs-left>li.active>a:focus {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  outline: none;
}
#fh5co-acs .tabs-left>li>a>b.col-xs-12 {
    padding: 0;
}
#fh5co-acs .tab-content > .tab-pane{
	-webkit-transition: 2s;
    -o-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
}
.position-relative{
	position: relative;
}
#fh5co-acs{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#fh5co-acs .ace-left{
	background-color: #15465d;
	padding-right: 40px;
}
#fh5co-acs .ace-left h2{
	color: #fff;
    font-size: 26px;
    margin: 70px 0 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#fh5co-acs .tabs-left>li.active:after {
    content: "";
    position: absolute;
    right: -40px;
    margin-top: 10px;
    border-bottom: 6px solid transparent;
	  border-top: 6px solid transparent;
	  border-right: 10px solid #fff;
}
#fh5co-acs .ace-right{
	background-color: rgba(0,0,0,0.7);
    padding: 0;
    height: 100%;
    display: inline-block;
    position: absolute;
    width: 40%;
}
#fh5co-acs .ace-right .tab-content{
	padding: 130px 35px;
}
#fh5co-acs .ace-right .tab-content h3{
	color: #fff;
    font-size: 20px;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
}
#fh5co-acs .ace-right .tab-content p{
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	font-family: "ProximaNova-Bold", Arial, sans-serif;
}
#fh5co-testimonial{
  background-color: #fff;
}
#fh5co-started {
    background: #ebebeb;
    border-bottom: 10px solid #5b6062;
}
#fh5co-started .btn, .gform_button {
    height: 54px !important;
    border: none !important;
    background: #2c97b6 !important;
    color: #fff !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    padding: 13px 20px !important;
    border-radius: 6px !important;
    font-family: "ProximaNova-Light", Arial, sans-serif;
    line-height: normal;
    height: auto !important;
}
#fh5co-started .btn:hover{
  background: #2c97b6 !important;
}

#fh5co-footer {
    background: #00354e;
    border-bottom: 2px solid #2f586b;
}
#fh5co-footer .left-footer p{
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding-right: 0px;
    padding-top: 20px;
    font-family: "ProximaNova-Light", Arial, sans-serif;
}
#fh5co-footer .center-footer {
    border-left: 1px solid #265368;
    height: 100%;
    min-height: 210px;
}
#fh5co-footer .center-footer h3{
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: "ProximaNova-Light", Arial, sans-serif;
}
#fh5co-footer .fh5co-footer-links li{
  border:none;
  line-height: 16px;
}
#fh5co-footer .fh5co-footer-links li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
#fh5co-footer .right-footer p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  margin-top: 20px;
}
#fh5co-footer .right-footer .footer-logo-r{
  float: right;
  width: 100%;
}
#fh5co-footer .right-footer .footer-logo-r img{
  display: inline-block;
}
#fh5co-footer .footer-search{
  position: relative;
}
#fh5co-footer .footer-search input{
    border: none;
    background: #fff;
    color: #000;
    border-radius: 50px;
    height: 30px;
    padding: 5px 10px 5px 30px;
    width: 250px;
    float: right;
    font-size: 13px;
}
#fh5co-footer .footer-search button{
    background: transparent;
    border: none;
    position: absolute;
    z-index: 9;
    padding: 6px 8px;
}
#fh5co-copyright{
      background: #00283a;
      color: #fff;
}
#fh5co-copyright p{
  font-size: 12px;
  margin-top: 20px;
}

/*******************Start Service Page***************************/

.btn-primary {
    background: #337ab7;
    color: #fff;
    border: 2px solid #337ab7;
    border-radius: 5px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}
body.page-template-service-template #fh5co-header .display-tc h1 {
    font-size: 93px;
    /*margin-top: 236px;*/
}

body.page-template-service-template #fh5co-header .display-tc h2, body.page-template-customer-portal-template #fh5co-header .display-tc h2 {
    font-size: 26px;
    margin-top: 0;
}
.slider-arrow {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 99;
}
.slider-arrow img{
  margin: 0 auto;
}
#silder-menu{
  background: rgba(255,255,255,0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left;
  z-index: 99;
}
#silder-menu ul{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 6px 0;
}
#silder-menu ul li{
  display: inline-block;
}
#silder-menu ul li a{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  padding: 0 9px;
  text-decoration: none;
  border: none;
  position: relative;
  text-transform: uppercase;
}
#silder-menu ul li a span{position: relative;}
#silder-menu ul li:first-child a{
  padding-left: 0;
}
#silder-menu ul li:hover a,#silder-menu ul li a:hover{
  text-decoration: none;
  border: none;
}
#silder-menu ul li:hover span:after,#silder-menu ul li.active span:after{
  content: "";
  height: 1px;
  width: 65px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#service-section-content, .service-section-content{
  padding: 70px 0 30px;
  display: inline-block;
  width: 100%;
}
#service-section-content .fh5co-heading h2, .service-section-content .fh5co-heading h2{
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 32px;
  text-transform: none;
  color: #2c97b6;
}
#service-section-content .fh5co-heading p, #service-section-content .fh5co-heading, .service-section-content .fh5co-heading p, .service-section-content .fh5co-heading {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 20px;
  text-transform: none;
  color: #2c97b6;
  line-height: 24px;
}
.service.fh5co-cover .display-tc h1{
  font-size: 54px;
  font-family: 'AsphaltsBrush', Arial, sans-serif;
  color: #fff;
}
.service.fh5co-cover .display-tc h2{
  font-size: 22px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.fh5co-cover .display-tc .theme-btn{
    background: transparent;
    border: 1px solid #fff !important;
    border-radius: 7px;
    color: #fff;
    width: 200px;
    font-size: 15px;
    padding: 10px 10px;
    display: block;
    clear: both;

}
.fh5co-cover .display-tc .theme-btn:hover,.fh5co-cover .display-tc .theme-btn:focus{
  background: #2c97b6 !important;
  color: #fff;
}
.margin-top-25{margin-top: 25px;}
.what-need{
  position: absolute;
    background: rgba(0,29,43,0.7);
    right: 0;
    top: 0;
    display: none;
}
.what-need.left-open-content{
  left: 0;
}
.what-need .what-need-left{
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}
.service.fh5co-cover .what-need .what-need-left .display-tc h2{
  font-size: 20px;
    margin: 0;
}
.service.fh5co-cover .what-need .what-need-left .display-tc p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.service.fh5co-cover .what-need .what-need-left .what-need-left-wrapper{border-right: 1px solid #fff;padding-right: 30px;padding-left: 10px;}

.service.fh5co-cover .what-need .what-need-right{padding: 0;}
.service.fh5co-cover .what-need .what-need-right p{
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.service.fh5co-cover .what-need .what-need-right ul{
  list-style: none;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.service.fh5co-cover .what-need .what-need-right ul li{
  width: 100%;
  float: left;
  padding: 5px 0;
}
.service.fh5co-cover .what-need .what-need-right ul li .file-img{
  font-size: 50px;
  width: 25%;
  float: left;
  line-height: 70px;
}
.service.fh5co-cover .what-need .what-need-right ul li .file-text{
  width: 75%;
  float: left;
  padding: 10px 0 10px 10px;
}
.service.fh5co-cover .what-need .what-need-right ul li .file-text p{
  font-size: 14px;
  margin: 0;
}
.service.fh5co-cover .what-need .what-need-right ul li .file-text span{
  font-size: 12px;
}
.service.fh5co-cover .what-need .what-need-right ul li span.border-bootom {
  border-bottom: 1px solid #fff;
  width: 40%;
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 5px;
}

.no-padding{padding: 0;}
.service-testimonial-section{
  background: #00405f;
  width: 100%;
  float: left;
}
.service-testimonial-section .service-testimonial-text{
  color: #fff;
  padding-right: 0;
  padding-top: 50px;
  padding-left: 100px;
  position: relative;
  width: 100%;
}
.service-testimonial-section .service-testimonial-text:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 70px;
    left: 15px;
    top: 20px;
}
.service-testimonial-section .service-testimonial-text p{
  font-size: 16px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  line-height: 20px;
}
.service-testimonial-section .service-testimonial-text .service-testimonial-sign{
  font-size: 14px;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  line-height: 16px;
}
.file-text a {color: #fff;}
/*******************End Service Page***************************/
/***************Start Contact Us Page**********************/
.contact-info {
    padding: 100px 0;
    float: left;
    width: 100%;
}
.contact-info .icon {
    font-size: 100px;
    color: #2c97b6;
    line-height: 130px;
}
.contact-info .info {
    padding: 0 50px;
}
.contact-info .info h5{font-size: 18px;color:#2c97b6;line-height: 24px;font-family: "ProximaNova-Bold", Arial, sans-serif;margin: 10px 0 0;text-transform: uppercase;}
.contact-info .info p{font-size: 18px;color:#2c97b6;line-height: 24px; font-family: "ProximaNova-Regular", Arial, sans-serif;margin: 0;text-transform: uppercase;}
.contact-form  .fh5co-heading h2 {
    font-family: 'ProximaNova-Regular', Arial, sans-serif;
    color: #2c97b6;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.contact-form .form-control {
    box-shadow: none;
    background: #fff;
    border: none;
    height: 35px;
    font-size: 18px;
}
.contact-form  textarea.form-control {
    height: auto;
    max-height: 154px;
}
#fh5co-started.contact-form button#btnContactUs, #fh5co-started.contact-form .gform_button {
    font-size: 16px !important;
    padding: 13px 40px !important;
    border-radius: 15px !important;
    margin-top: 15px;
}
#fh5co-started.contact-form .gform_footer {
  text-align: center;
}
/*************End Contact Us Page*********************/
/*************Start Customer Portal Page******************/
.customer-section{
  width: 100%;
  float: left;
}
.fh5co-cover.customer-section .display-tc h1{
  color: #2c97b6;
  font-size: 54px;
  font-family: 'AsphaltsBrush', Arial, sans-serif;
  line-height: 40px;
}
.fh5co-cover.customer-section .display-tc h1{
  line-height: 60px;
}
.fh5co-cover.customer-section .display-tc h2{
  color: #2c97b6;
  font-size: 16px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
}
.fh5co-cover.customer-section .customer-download ul{
  list-style: none;
  padding: 0;
  color: #2c97b6;
}
.fh5co-cover.customer-section .customer-download ul li{
  width: 100%;
  float: left;
  padding: 5px 0;
  color: #2c97b6;
}
.fh5co-cover.customer-section .customer-download ul li .file-img{
  font-size: 50px;
  width: 15%;
  float: left;
  line-height: 70px;
}
.fh5co-cover.customer-section .customer-download ul li .file-text{
  width: 85%;
  float: left;
  padding: 10px 0 10px 10px;
}
.fh5co-cover.customer-section .customer-download ul li .file-text h5{
  font-size: 16px;
  margin: 0;
  color: #2c97b6;
}
.fh5co-cover.customer-section .customer-download ul li .file-text p{
  font-size: 14px;
  margin: 0;
}
.fh5co-cover.customer-section .customer-download ul li .file-text span{
  font-size: 12px;
}
.fh5co-cover.customer-section .customer-download ul li .file-text span a {
  color: #2c97b6;
}
.fh5co-cover.customer-section .customer-download ul li span.border-bootom {
  border-bottom: 1px solid #2c97b6;
  width: 40%;
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 5px;
}
.above-footer-border{border-bottom: 10px solid #5b6062;}

.fh5co-cover.customer-section.customer-lock .display-tc .form-inline .form-group {
    width: 74% !important;
}
.fh5co-cover.customer-section.customer-lock .display-tc h4{
    color: #2c97b6;
    font-size: 26px;
    font-family: 'ProximaNova-Light', Arial, sans-serif;
    text-transform: uppercase;
}
.fh5co-cover.customer-section.customer-lock .display-tc p{
    color: #2c97b6;
    font-size: 16px;
    font-family: 'ProximaNova-Regular', Arial, sans-serif;
    font-style: italic;
}
.fh5co-cover.customer-section.customer-lock .display-tc .form-inline{
  margin: 50px 0;
}
.fh5co-cover.customer-section.customer-lock .display-tc .form-inline label{
  text-transform: uppercase;
  font-size: 16px;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  color: #2c97b6;
}
.fh5co-cover.customer-section.customer-lock .display-tc .form-inline input{
  border:1px solid #174a6e;
  border-radius: 15px;
  font-size: 16px;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  color: #2c97b6;
  height: 40px;
}
.fh5co-cover.customer-section.customer-lock .display-tc .form-inline .btn{
  color: #fff;
  font-size: 16px;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
  background: #2c97b6;
  border:none;
  border-radius: 15px;
  padding: 0px 35px;
  height: 40px;
  margin-top: 27px;
  margin-left: 20px;
}
/***************End Customer Portal Page***************/

/************Start Customer Support Page********************/
.customer-support-info{
  width: 100%;
  float: left;
}
.customer-support-info .customer-support-block{
  padding-top: 70px;
  padding-bottom: 70px;
}
.customer-support-info h2{
  color: #2c97b6;
  font-size: 26px;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.customer-support-info small{
  color: #2c97b6;
  font-size: 16px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  line-height: 16px;
}
.customer-support-info h3{
  color: #2c97b6;
  font-size: 26px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
.customer-support-info p{
  color: #2c97b6;
  font-size: 16px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 16px;
  width: 100%;
  display: inline-block;

}
.customer-support-info p.collapsed {
  cursor: pointer;
}
.customer-support-info p i.fa-angle-right{display: none;}
.customer-support-info p i.fa-angle-down{display: inline-block;}
.customer-support-info p.collapsed i.fa-angle-right{display: inline-block;}
.customer-support-info p.collapsed i.fa-angle-down{display: none;}
.customer-portal-login {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 20px 0;
}
.customer-portal-login h2{margin-bottom: 0;line-height: 40px;}
.customer-portal-login a.btn{
  margin: 0;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 9px 35px;
  color: #fff;
  background: #2c97b6;
}
.customer-portal-login a.btn:hover {
    background: #2c97b6 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
.fh5co-cover.customer-support-section .display-tc h1{
  font-size: 54px;
  font-family: 'AsphaltsBrush', Arial, sans-serif;
}
.fh5co-cover.customer-support-section .display-tc h2{
  font-size: 18px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
}
.fh5co-cover.customer-support-section .display-tc ul{
  list-style: none;
  padding: 0;
}
.fh5co-cover.customer-support-section .display-tc ul li{
  color: #fff;
  font-size: 30px;
  padding: 2px 0;
  line-height: 40px;
}
.fh5co-cover.customer-support-section .display-tc ul li a.btn{
  background: transparent;
  color: #fff;
  border: 1px solid #fff !important;
  font-size: 18px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  border-radius: 10px;
  padding: 5px;
  text-transform: capitalize;
  white-space: normal;
  width: 90%;
  text-align: right;
  position: relative;
}
.fh5co-cover.customer-support-section .display-tc ul li a.btn span {
  float: left;
  width: 85%;
}
.fh5co-cover.customer-support-section .display-tc ul li a.btn i {
  width: 15%;
  float: right;
  height: 100%;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.fh5co-cover.customer-support-section .no-padding{padding: 0;}
.fh5co-cover.customer-support-section ul li .file-img{
  font-size: 50px;
  width: auto;
  float: left;
  line-height: 70px;
}
.fh5co-cover.customer-support-section ul li .file-text{
  width: 85%;
  float: left;
  padding: 10px 0 10px 10px;
}
.fh5co-cover.customer-support-section ul li .file-text h5{
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.fh5co-cover.customer-support-section ul li .file-text p{
  font-size: 14px;
  margin: 0;
  color: #fff;
  line-height: 16px;
  padding: 5px 0 5px;
}
.fh5co-cover.customer-support-section ul li .file-text span{
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 18px;
}
.fh5co-cover.customer-support-section ul li span.border-bootom {
  border-bottom: 1px solid #fff;
  width: 40%;
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 5px;
}
.fh5co-cover.customer-support-section .make-a-claim{position: absolute;left: 0;top: 0;background: rgba(0,29,43,0.7);display: none;padding-left: 12%;}
.fh5co-cover.customer-support-section .make-a-claim h3{
  color: #fff;
  font-size: 26px;
  margin:0;
  text-transform: uppercase;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
}
.fh5co-cover.customer-support-section .make-a-claim h5{
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  font-size: 18px;
  margin: 5px 0 10px;
  text-transform: uppercase;
  color: #fff;
}
.fh5co-cover.customer-support-section .make-a-claim p{
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  color: #fff;
  line-height: 15px;
}
.fh5co-cover.customer-support-section .make-a-claim .file-img{
  font-size: 50px;
  width: auto;
  float: left;
  line-height: 70px;
  color: #fff;
}
.fh5co-cover.customer-support-section .make-a-claim .file-text{
  width: 80%;
  float: right;
  padding: 10px 0 10px 10px;
}
.fh5co-cover.customer-support-section .make-a-claim .file-text h5{
  font-size: 14px;
  margin: 0;
  color: #fff;
  color: #fff;
  text-transform: initial;
}
.fh5co-cover.customer-support-section .make-a-claim  h4{
  color: #fff;
  margin: 0;
  padding-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
}
.fh5co-cover.customer-support-section .make-a-claim .file-text p{
  font-size: 14px;
  margin: 0;
  color: #fff;
  line-height: 16px;
  padding: 5px 0 5px;
}
.fh5co-cover.customer-support-section .make-a-claim .file-text span{
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 18px;
  color: #fff;
}
.fh5co-cover.customer-support-section .make-a-claim span.border-bootom {
  border-bottom: 1px solid #fff;
  width: 40%;
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 5px;
}
.position-relative{position: relative;}
/*************End Customer Support Page***********************/
/*************Our Insights Page Start****************/
.insight-section-categories {
  padding: 50px 0;
  width: 100%;
  float: left;
}
.insight-section-categories ul{
  list-style: none;
  padding: 0;
  display: inline-block;
  padding-left: 25px;
}
.insight-section-categories ul li{
  display: inline-block;
  padding: 0 15px;
}
.insight-section-categories ul li a{
  color: #005871;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.insight-section-categories ul li.active a,.insight-section-categories ul li a:hover{
  border-bottom: 1px solid #005871;
}
.insight-section-categories span{
  color: #005871;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-post .post-title h3{
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  margin: 0;
}
.blog-post .post-info{
  color: #fff;
  font-size: 10px;
  text-transform: capitalize;
}
.blog-post .post-info span{padding-right: 10px;}
.blog-post .post-desc{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}
.blog-post .display-tc a.read-more-btn {
  border: 1px solid #fff !important;
  background: transparent;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
}
.blog-post .display-tc a.read-more-btn:hover{
  background: #2c97b6 !important;
  color: #fff;
}
.fh5co-cover.blog-post .display-tc{
  vertical-align: bottom;
  padding-bottom: 60px;
  height: 100% !important;
}
#fh5co-started.pagination{
  width: 100%;
  float: left;
  padding: 50px 0;
  margin: 0;
  background: #fff;
}
#fh5co-started.pagination ul{
  list-style: none;
  padding: 0;
  display: inline-block;
}
#fh5co-started.pagination ul li{
  display: inline-block;
  padding: 0 15px;
}
#fh5co-started.pagination ul li a{
  color: #005871;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#fh5co-started.pagination ul li.active a,#fh5co-started.pagination ul li a:hover{
  border-bottom: 1px solid #005871;
}
/*************Our Insights Page End****************/
/******Risk Management Page Start**********/
body.page-template-risk-management-template #fh5co-header .display-tc h1 {
    font-size: 86px;
    margin-top: 130px;
}
body.page-template-risk-management-template #fh5co-header .display-tc h2 {
    padding: 0 20%;
    margin: 0;
}
body.page-template-risk-management-template .fh5co-cover.events .display-tc a.event-btn {
    background: transparent;
    border: 1px solid #fff !important;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    letter-spacing: 0;
    font-family: 'ProximaNova-Bold', Arial, sans-serif;
    margin-top: 10px;
}
.events-list a.event-btn {
  background: transparent;
  border: 1px solid #828282 !important;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  letter-spacing: 0;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  margin-top: 10px;
  color: #828282;
}
.service.fh5co-cover.events .display-tc h2, .events-list .display-tc h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.events .event-box{
  color: #fff;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  padding: 0;
  margin-top: 15px;
}
.events .event-box .event-date{
  padding: 0;
}
.events .event-box .event-date span{
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.events-list .event-box .event-date span{
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid #828282;
}
.events .event-box .event-text{
  padding: 0;  
}
.events .event-box .event-title{
  font-size: 18px;
  color: #fff;
}
.events .event-box .event-info{
  font-size: 10px;
  color: #fff;
}
.events-list .event-box .event-info .event-time, .events .event-box .event-info .event-time{
  padding-right: 10px;
}
.events .event-box .event-desc{
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}
.events-list .event-box {
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  padding: 0 !important;
  margin-top: 15px !important;
}
.events-list .event-box .event-title {
  font-size: 18px;
}
/******Risk Management Page End**********/
/***********Get A Quote PAge Start**************/
.bg-ebebeb{background: #ebebeb !important;}
.get-a-quote-section-content{
  padding: 60px 0;
  width: 100%;
  float: left;
}
.get-a-quote-section-content .fh5co-heading{
  padding-top:40px; 
  margin-bottom: 0;
}
.get-a-quote-section-content .fh5co-heading h2{
  font-size: 32px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  text-transform: none;
  color: #2c97b6;
}
.get-a-quote-section-content .fh5co-heading p{
  font-size: 20px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-transform: none;
  color: #2c97b6;
  text-align: center;
  line-height: 26px;
}
.get-a-quote-section-content .get-a-quote-text h2{
/*  font-size: 55px;
  font-family: 'AsphaltsBrush', Arial, sans-serif;*/
  font-size: 32px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;  
  text-transform: none;
  color: #2c97b6;
  margin-bottom: 0;
  line-height: 70px;
}
.get-a-quote-section-content .get-a-quote-text p{
  font-size: 22px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-transform: none;
  color: #2c97b6;
  line-height: 26px;
  margin-bottom: 0;
}
.get-a-quote-section-content .get-a-quote-text .vrwu{
  font-size: 22px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  text-transform: none;
  color: #2c97b6;
  line-height: 26px;
}
.get-a-quote-section-content .get-a-quote-button .theme-btn{
  color: #2c97b6;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  border: 1px solid #2c97b6;
  border-radius: 5px;
  background: transparent;
  font-weight: 700;
  margin-top: 50px;
  float: right;
}
/***********Get A Quote PAge End**************/
/**********About Us Page Start*************/
.about-info {
  padding: 100px 0 50px;
  width: 100%;
  float: left;
}
.about-info .fh5co-heading h2{
  font-size: 32px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  text-transform: none;
  color: #2c97b6;
  line-height: 36px;
}
.about-info .fh5co-heading p{
  font-size: 20px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-transform: none;
  color: #2c97b6;
  text-align: center;
  line-height: 26px;
}
.our-values{
  width: 100%;
  float: left;
  padding: 50px 0;
}
.our-values .our-values-heading h2{
  color: #00405f;
  font-size: 26px;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.our-values .our-value-box{
  width: 20%;
  float: left;
  padding: 0 15px;
}
.our-values .our-value-box .our-value-icon {
    padding-top: 20px;
    padding-bottom: 20px;
}

.our-values .our-value-box .our-value-icon img{
  display: inline-block;
}
.our-values .our-value-box .our-value-title{
  color: #00405f;
  font-size: 18px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  line-height: 20px;
}
.our-values .our-value-box .our-value-text{
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-align: left;
}
.team-members-main {
    width: 100%;
    float: left;
}
.team-members-main .fh5co-heading{
  margin-top: 70px;
  margin-bottom: 10px;
}
.team-members-main .fh5co-heading.margin-top-25 {
    margin-top: 25px;
}
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
    width: 100%;
    float: left;
}


.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.team-members .team-desc {
    left: auto;
    top: 76%;
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    opacity: 1;
    color: #fff;
    background: rgba(0,64,95,0.8);

}

.team-members .team-desc .team-name , .team-members .team-desc .team-position {
    font-size: 16px;
    color: #fff;
    font-family: 'ProximaNova-Bold', Arial, sans-serif;
    line-height: 20px;
}
.team-members .team-desc .team-name small {
    font-size: 10px;
    color: #fff;
    font-family: 'ProximaNova-Regular', Arial, sans-serif;
}
.team-members .team-desc .team-info p{
  font-size: 16px;
  color: #fff;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  margin-bottom: 5px;
  line-height: 20px;
  margin-top: 5px;
}
.team-members .team-desc .team-info {
    text-align: center;
    padding: 40px 0 0 0;
}
.team-members a.openFullProfessionalInfo {
  background: transparent;
  color: #fff;
  border: 1px solid #fff !important;
  font-size: 18px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  border-radius: 10px;
  padding: 5px;
  text-transform: capitalize;
  white-space: normal;
  width: 80%;
  text-align: center;
  position: relative;
}
.team-members .team-desc .team-info a.linkdin-profile{
  font-size: 12px;
  color: #fff;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-decoration: none;
}
.team-members:hover .team-desc {
    opacity: 1;
    top: 0;
    height: 100%;
    padding: 30px 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/**********About Us Page End*************/

/*************Our Insight Single Page Start****************/
body.single-post  #fh5co-header .display-tc h1{
  font-size: 80px;
}
body.single-post #silder-menu{
  background: #5d5d5e;
  color: #fff;
}
body.single-post #silder-menu ul li{
  padding: 0 10px;
}

body.single-post .insight-section-description{
  width: 100%;
  float: left;
  padding: 100px 0;
}
body.single-post .insight-section-description h5{
  color: #005871;
  font-size: 26px;
  font-weight: 300;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.single-post .insight-section-description p{
  color: #343434;
  font-size: 18px;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  line-height: 22px;
}
.insight-section-share{
  width: 100%;
  float: left;
}
.insight-section-share ul{
  list-style: none;
  display: inline-block;
}
.insight-section-share ul li{
  list-style: none;
  display: inline-block;
}
.insight-section-related{
  padding: 100px 0;
  width: 100%;
  float: left;
}
.insight-section-related .fh5co-heading h2{
  margin-bottom: 0;
}
.insight-section-related .related-article{
  position: relative;
  padding: 0;
}
.insight-section-related .related-article img{
  width: 100%;
/*  float: left;*/
}
.insight-section-related .related-article .info{
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.insight-section-related .related-article .info h5{
  color: #fff;
  font-size: 26px;
}
.insight-section-related .related-article .info .related-readmore{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  font-family: 'ProximaNova-Bold', Arial, sans-serif;
  background: transparent;
}
/*************Our Insight Single Page End****************/

/********Event Single Page Start*********/
body.single-event  #fh5co-header .display-tc h1, body.single-location #fh5co-header .display-tc h1{
  font-size: 100px;
}
.event-section-event-info{
  width: 100%;
  float: left;
  background: #00405f;
  padding: 30px 0;
}
.event-section-event-info ul{
  list-style: none;
}
.event-section-event-info ul li{
  color: #fff;
  font-size: 24px;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
  font-weight: 300;
}
.event-section-map{
  width: 100%;
  float: left;
}
.event-section-description{
  width: 100%;
  float: left;
  padding: 100px 0;
}
.event-section-description p{
  color: #343434;
  font-size: 18px;
  line-height: 22px;
}
.event-section-description .fh5co-heading h2{
  margin-bottom: 0;
  margin-top: 100px;
  font-size: 23px;
}
.event-section-share{
  width: 100%;
  float: left;
}
.event-section-share ul{
  list-style: none;
  display: inline-block;
}
.event-section-share ul li{
  list-style: none;
  display: inline-block;
}
.event-section-event-info ul li a {
  color: #fff;
}
/********Event Single Page End*********/

@media (min-width: 1200px){
	.container {
	    width: 1024px;
	}
	#fh5co-project .fh5co-project > a img{
		/*min-width: 303px;*/
	}
  .fh5co-nav .logo img{
    margin-top: -10px;
  }
  /*.carousel .nextButton,.carousel .prevButton{display: none;}*/
  /*#fh5co-acs .tabs-left>li:last-child>a{height: 45px;}*/

  .carousel .nextButton {
  	top: 114px;
  	right: 40px;
  	background: url(../images/next_button_white.png);
  }
  .carousel .prevButton {
  	top: 114px;
  	left: 40px;
  	background: url(../images/prev_button_white.png);
  }  
}
@media (max-width: 1200px){
  .fh5co-nav .right-menu{
      padding-left: 40px;
  }
  /***Service Page Start***/
  .service-testimonial-section img{height: 100%;}
  .page-template-home-template #fh5co-project .fh5co-project > a h3:after{display:none;}
  /***Service Page End***/  
}
@media (max-width: 1024px){
  .carousel .slides{
    width: 100% !important;
  }
  .carousel .slides .slideItem{
    display: none !important;
  }
  .carousel .slides .slideItem.active {
      
      right: 0 !important;
      left: 0 !important;
      margin: auto;
      background: white;
      display: block !important;
  }
  .carousel .slides .videoOverlay {
      left: 22%;
  }
  #fh5co-acs .tabs-left>li:last-child>a{height: 45px;}
  .carousel .prevButton,.carousel .nextButton{top: 110px;}
}
@media (max-width: 992px){
  /***Service Page Start***/
  #fh5co-service-section-4{
    background-size: 200% 100%;
    background-position: top left;
    height: auto;
    background-image: none !important;
    background-color: #00405f;
  }
  #fh5co-service-section-4 .container{width: 100%;}
   #fh5co-service-section-4 .church-footprint{
    background-image: url(../images/service-big-3.jpg);
    background-size: 200% 100%;
  }
  .service-testimonial-section img {
      width: 100%;
  }
  body.page-template-service-template #fh5co-header .display-tc h1 {
      font-size: 93px;
      margin-top: 0;
      line-height: 100px;
  }
  /***Service Page End***/

  #fh5co-project .fh5co-project > a span {display: none;}

}
@media (max-width: 768px){
	#fh5co-project .fh5co-project > a span {display: inline-block;}
   .fh5co-top-bar li.quote{padding-right: 20px;}
   #fh5co-footer .left-footer,#fh5co-footer .center-footer,#fh5co-footer .right-footer{
    text-align: center;
   }
   #fh5co-footer .left-footer img{display: inline-block;}
   #fh5co-footer .left-footer p{padding-right: 0;}
   #fh5co-footer .footer-search .input-group{margin: 0 auto;}
   #fh5co-acs .ace-left{
    width: 100%;
    text-align: center;
   }
   #fh5co-acs .ace-left h2{margin: 30px 0 10px;}
   #fh5co-acs .tabs-left{margin-bottom: 0;}
   #fh5co-acs .tabs-left li{
    display: inline-block;
    margin: 0;
        padding: 0 10px;
   }
   #fh5co-acs .tabs-left li b.col-xs-12{
    width: auto;
    float: right;
    padding: 0 3px;
   }
   #fh5co-acs .tabs-left>li.active:after{display: none;}
   #fh5co-acs .ace-right{
    width: 100%;
    position: relative;
   }
   #fh5co-acs .ace-right .tab-content {
      padding: 30px;
  }
   #fh5co-header .display-tc h1 {
      font-size: 90px;
      margin-top: 0;
  }
  #fh5co-header .display-tc .border-bottom{
    left: 25%;
  }
  #fh5co-acs .tabs-left>li:last-child>a{height: auto;}
  .carousel .slides .videoOverlay {
      left: 21.5%;
  }
  #fh5co-project .fh5co-project > a h3{
    font-size: 36px;
  }

  /*******Serive Page Start********/
  body.page-template-service-template #fh5co-header .display-tc h1 {
      font-size: 50px;
      margin-top: 0;
      line-height: 60px;
  }
  body.page-template-service-template #fh5co-header .display-tc h2 {
    font-size: 18px;
  }
  #silder-menu ul li a{
    padding: 0 5px;
  }
  #silder-menu ul li:first-child a{padding-left: 5px;}
  .service.fh5co-cover .what-need .what-need-left .what-need-left-wrapper {
      border-right: none;
      padding-right: 0;
      padding-left: 0;
      padding-top: 20px;
  }
  
  .fh5co-cover.service .what-need {
      background: rgba(0,29,43,1);
      top: 61%;
      z-index: 9;
  }
  .fh5co-cover.service .what-need .display-tc,.fh5co-cover.service .what-need .display-t{
    height: auto;vertical-align: top;
  }

  .service.fh5co-cover .what-need .what-need-right {
      padding: 20px 20px;
  }
  /*******Service Page End*******/

  /*******Customer portal Page start*******/
  .fh5co-cover.customer-section.customer-lock .display-tc .form-inline .form-group {
    width: 100% !important;
  }
  .fh5co-cover.customer-section.customer-lock .display-tc .form-inline .btn {margin: 0;}

 .customer-section.fh5co-cover{height: auto;padding: 50px 0;}
  .fh5co-cover.customer-section .display-tc,.fh5co-cover.customer-section .display-t{
    height: auto;vertical-align: top;
  }
    
  /*******Customer portal Page End*******/

  .page-template-home-template #fh5co-header .display-tc h1 {
    font-size: 75px !important;
  }

}
@media (max-width: 650px){
 
  .carousel .slides .videoOverlay {
      left: 12%;
  }
}
@media (max-width: 480px){
  .fh5co-top-bar li.quote {
      padding-right: 15px;
  }
  .fh5co-top-bar li a, .fh5co-top-bar li span {
      padding: 0 5px;
      font-size: 12px;
  }
  #fh5co-header .display-tc .border-bottom{display: none;}
  #fh5co-header .display-tc h1, body.single-post  #fh5co-header .display-tc h1 {
      font-size: 60px;
      margin-top: 0;
  }
  #fh5co-acs .tabs-left>li {
      float: left;
      text-align: right;
      width: 100%;
  }
  .border-bottom {
      left: 33%;
      max-width: 150px;
  }
  .carousel .slides .videoOverlay {
      left: 0;
      width: 100% !important;
  }
  .carousel .slides .slideItem.active,.carousel .slides .slideItem img{
    width: 100% !important;
  }
  .carousel .prevButton{background: url(../images/prev_button_white.png) no-repeat center;}
  .carousel .nextButton{background: url(../images/next_button_white.png) no-repeat center;}

  /*Service PAge Start*/
  #silder-menu ul li a{font-size: 12px;}
  .service.fh5co-cover .display-tc h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .service.fh5co-cover .display-tc h2 {
      font-size: 18px;
  }
  /*Service Page End*/  

  .our-values .our-value-box {
    width: 100%;
    float: left;
  }
  .page-template-home-template #fh5co-header .display-tc h1 {
    font-size: 55px !important;
  }
}


.modal {
	padding-top: 5%;
}
.directorsInfoPopup .modal-dialog {
	width: 70%;
}
#infscr-loading {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	float: left;
}

#fh5co-header{
  background-position: center center;
  background-repeat: no-repeat;
}
#fh5co-header .overlay{
  background: rgba(255,255,255,0.8);
background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(15%, rgba(255,255,255,0.5)), color-stop(25%, rgba(255,255,255,0.1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.service.fh5co-cover.left .overlay, .fh5co-cover.blog-post.left .overlay{
  background-color: rgba(0,0,0,0.4);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.3)), color-stop(0%, rgba(0,0,0,0.3)), color-stop(0%, rgba(0,0,0,0.3)), color-stop(50%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  background-size: 100%;
  background-repeat: no-repeat;
}
.service.fh5co-cover.right .overlay{
  background-color: rgba(0,0,0,0.0);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.0)), color-stop(50%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.3)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  background-size: 100%;
  background-repeat: no-repeat;
}
.service-testimonial-section-1{
  width: 100%;
  float: left;
  padding: 50px 0;
  margin-top: 15px;
}
.service-testimonial-section-1 .service-testimonial-text p{
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  font-family: "ProximaNova-Light", Arial, sans-serif;
}
.service-testimonial-section-1 .service-testimonial-text .service-testimonial-sign{
  color: #fff;
  font-size: 14px;
  line-height: 16px;
      font-style: normal;
    font-family: "ProximaNova-Bold", Arial, sans-serif;
}



.cc-testimony-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    font-size: 70px;
    font-family: "ProximaNova-Light", Arial, sans-serif;
}
.cc-testimony-section .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
}
.cc-testimony-section .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
}
.cc-testimony-section .owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    top: 25%;
}
.cc-testimony-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff !important;
    margin: 5px;
    padding: 4px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    font-size: 70px;
    font-family: "ProximaNova-Light", Arial, sans-serif;
}

.em-booking-form-details input.input, .em-booking-form-details textarea, 
.em-booking-form-details input.input, .em-booking-form-details textarea, 
.em-booking-form-details, .em-booking-form .input-group {
  width: 100% !important;
}
.em-booking-form label {
    width: auto !important;
}
.cc-testimony-section:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.7;
    background-color: #000;
}


.page-template-home-template #fh5co-header .display-tc h1 {
  font-size: 103px;
  padding-left: 0px; 
  margin-top: 20%;
  text-align: left;
}
.page-template-home-template #fh5co-header .display-tc .border-bottom {
    border-bottom: 2px solid #d93027;
    position: absolute;
    width: 100%;
    left: 0;
    max-width: 260px;
    margin-top: -15px;
}
.page-template-home-template #fh5co-header .display-tc h2 {
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
}
.slider-arrow-down {
  bottom: 25px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.slider-arrow-down a {
  border: none !important;
}

body.page-template-home-template-with-slider header#fh5co-header .overlay
{
  display: none;
}
body.page-template-home-template-with-slider header#fh5co-header .slotholder:after
{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.8)), color-stop(15%, rgba(255,255,255,0.5)), color-stop(25%, rgba(255,255,255,0.1)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}



















/******************** new css page-template-home-template-with-slider *********************/
body.page-template-home-template-with-slider .fh5co-cover
{
  height: auto !important;
  min-height: 100% !important;
}
@media (max-width: 640px)
{
  body.page-template-home-template-with-slider .slider-arrow-down
  {
    bottom: 0;
  }
}
/******************** end new css page-template-home-template-with-slider *********************/
