/*!
Theme Name: Signal Business Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: signal-business-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Signal Business Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}















/* ========================================== */
/* ========================================== */
/* ========================================== */
/* ----------    custom styles -------------- */
/* ========================================== */
/* ========================================== */
/* ========================================== */
/* ========================================== */







.logged-in nav.fixed-top {
	top: 32px;
}




.med{
	font-weight: 600 !important;
}
.bold{
	font-weight: 700 !important;	
}
.x-bold{
	font-weight: 900 !important;
}

.uc{
	text-transform: uppercase;
}

.img-full{
	height:100%;
	width:100%;
}

.smaller{
	font-size: .75em;
}

.white{
	color:#fff !important;
}








body{
  font-family: lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.logged-in .navbar-fixed-top {
  top: 32px;
}

h1, h2, h3, h4, h5, h6, p{
  margin:0;
  padding:0;
  line-height: auto;

  font-family: lato, sans-serif;
  font-weight: 400;

}

h1, .h1, h1 strong{

  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 48px; 
  font-weight: 500; 
}
h2, .h2, h2 strong{

  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 36px; 
  font-weight: 500; 
}
.h3, h3 strong{

  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 24px; 
  font-weight: 400;

}
.h4, h4 strong{

  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 22px;  
  font-weight: 400;
}
.h5, h5 strong{

  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 20px;  
  font-weight: 400;
}
.h6, h6 strong{
 
  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 16px; 
  font-weight: 400; 
}

/*p{
  font-size: 16px;
  line-height: 2em;
  color:#050708;
  font-weight: 200;
}
*/

@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}



.font100{
  font-size:100px;
}

.img-fill{
  width:100%;
}

.img-fluid{
  width:100%;
}
.center{
  text-align: center;
}

.mb10{
  margin-bottom: 10px;
}

.mb20{
  margin-bottom: 20px;
}

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}

.white{
    color:#fff !important;
}


.blue{
  color:#2e3a57 !important;
}

.lBlue{
  color: #52add3 !important;
  /*6699cc*/
}

.dBlue{
  color:#171d2b !important;
}

.orange{
  color:#f05720 !important;
}

.yellow{
  color:#ec971f !important;
}

.bold{
  font-weight: 700 !important;
  text-shadow:none;
}





.green{
    color:#20660A;
}

.gray{
    color:#383838;
}


.gray-bg{
    background-color: #383838;
}

.green-bg{
    background-color: #99cc33;
}

.dark-bg{
   background-color: rgba(51, 51, 51, 0.6);
}

.rounded{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}



/* clear button*/
.btn-clear {
    border: 1px solid #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    transition: all .3s ease
}

.btn:hover {
    border: 1px solid #52add3;
    color: #fff;
    background: #52add3
}

.banner .btn{
  /*font-weight: bold;*/
  font-size: 22px;
}






.btn-primary{
  background-color:#16518c!important
}


.btn-blue.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #354364;
  background-image: -moz-linear-gradient(top, #2e3a57, #405078);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e3a57), to(#405078));
  background-image: -webkit-linear-gradient(top, #2e3a57, #405078);
  background-image: -o-linear-gradient(top, #2e3a57, #405078);
  background-image: linear-gradient(to bottom, #2e3a57, #405078);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3a57', endColorstr='#ff405078', GradientType=0);
  border-color: #405078 #405078 #252f46;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #405078;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background-color: #405078;
  *background-color: #374568;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #2e3a57 ;
}



.btn-warning {
  color: #fff;
  font-weight: bold;
  background-color: #ec971f;
  border: 1px solid #fff;
  
}

.btn-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #fff;
  
}

.rounded{
  border-radius: 13px;
}

.uc{
  text-transform: uppercase;
}

/* Extra large devices (large desktops, 1200px )*/
@media only screen and (min-width : 769px){
  .container_wide{
    max-width: 90%;
  }
}


/*header / nav section*/

.top-header-bar{
  background:#171d2b;
  padding:20px 0;
  font-size:16px
}
.top-header-bar p small a{
  margin: 0;
  font-size: 14px;  
  line-height: 20px;
  font-weight: 200;
  color:#fff;
}
.top-header-bar p{
  margin: 0;
  font-size: 26px;  
  line-height: 38px;
  font-weight: 200;
  color:#fff;
}
.top-header-bar p {
 text-align: right;

}
.top-header-bar .call-now a{
  text-decoration: none;
  color:#fff;
}
.top-header-bar .call-now a:hover{
  text-decoration: none;
  color:#076195;
}

.top-header-bar .logo img{
  height:70px;
}

.navbar-dark .navbar-nav .nav-link{
  color: rgba(255,255,255,1);
}

.bg-dark{
  background-color:#16518c!important;
}

#navNavMain li{
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}


@media only screen and (min-width: 993px) { 
  #navNavMain li{
    margin-left:30px;
    margin-right:30px;
  }
  .navbar{
    padding:5px;
  }
}




@media only screen and (min-width : 991px){
	.menu-item a{
		color:#fff;
	}

	.menu-item-has-children .dropdown-menu .menu-item {
		margin:10px 0px;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.menu-item-has-children .dropdown-menu .menu-item  a{
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	.menu-item-has-children .dropdown-menu .menu-item  a:hover{
		color: #16181b;
		text-decoration: none;
		background-color: #f8f9fa;
	}

}

@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){
  #navNavMain li{
    margin-top: 20px;
  }
   #navNavMain li a{
   color:#fff;
  }
  #navNavMain li .dropdown-menu{
    background-color: #16518c!important;
    border:none;
    margin-left: 12px;

  }
    #navNavMain li .dropdown-menu a{
    color:#fff;
    
  }



}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){
  .top-header-bar .logo img {
    height: 50px;
  }
  .top-header-bar p {
    
    font-size: 20px;
    line-height: 28px;
  }

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){
  .top-header-bar .logo img {
    height: 45px;
  }
  .top-header-bar p {
    
    font-size: 16px;
    line-height: 28px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
  .top-header-bar .logo img {
    height: 40px;
  }
  .top-header-bar p {
    
    font-size: 16px;
    line-height: 28px;
  }
}



.section{
  margin-top:60px;
}

/*hero sections*/





.hero h1{
  font-weight: 800px;
  font-size: 60px;
  line-height: 70px;
}

.hero h2{
  font-weight: 400px;
  font-size: 30px;
  line-height: 36px;
}

.hero_cta h1{
  font-weight: 800px;
  font-size: 40px;
  line-height: 60px;
}

.hero_cta h2{
  font-weight: 400px;
  font-size: 24px;
  line-height: 36px;
}




.hero_cta .formwrap{
  background-color: rgba(255,255,255,.8);
  padding:20px;
  border-radius: 13px;
}

.hero_cta .formwrap h2{
  margin-bottom: 10px;
  color:#16518c;
}
.hero_cta .formwrap .form-group label{
  font-size: 14px;
  font-weight: 400;
}

.hero_cta .form-group{
  margin-bottom: 2px;
}

.hero_cta .form-group select{
  margin-bottom: 10px;
}

  /* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 990px){
  /*.hero_cta{
    height: 90vh !important;
  }
  .hero_cta {
    height: 90vh !important;
  }*/

}

  /* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){
  /*.hero_cta {
    height: 99vh !important;
  }*/
}




@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){
  .hero h1{
    font-size: 50px;
    line-height: 60px;
  }

  .hero h2{
    font-size: 26px;
    line-height: 32px;
  }

  .hero_cta h1{
    font-size: 30px;
    line-height: 40px;
  }

  .hero_cta h2{
    font-size: 20px;
    line-height: 28px;
  }
}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){
.hero{
  height: auto !important;
  padding: 60px 0px  !important;
}
.hero .formwrap {
  margin-top:30px;
}


}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){
  /*.hero_cta {
    height: 1100px !important;
  }
  .hero_cta .quote_col{
    align-self: start !important;
  }*/
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}



.intro h1{
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 500;
}

.intro h2{
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  color: #383838;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*service boxes*/
.service-boxes .service-box{
  padding:0px;
}

.service-box a{
  cursor: pointer !important;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #002f40;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 30% 0;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  opacity: 0.5;
  filter: alpha(opacity=50);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}







@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){
  .intro h1{
    font-size: 30px;
    
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}







/*service page*/



.content{
  padding-left:40px;
}

.content p{
  margin-bottom: 10px;
}

.page-title{
  
  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}
.page-sub-title{
  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

#content-form, #serviceContent{
    margin-top: 40px;
    margin-bottom: 20px;
}

#serviceContent, .contact-content, .home-intro{
  margin-top:100px;
}

#serviceContent h3{
  margin-bottom: 10px;
}


/*.content{
    padding: 20px;
    padding-top:40px;
    padding-bottom:40px;
    padding-right: 40px;
}*/

.content p{
   text-align: justify;
   font-size: 16px;

}

.content p a{
   
 color: #171d2b !important;
}

.content h2{
    color: #171d2b !important;
}

.content h3{
    color:#2e3a57;
    margin-top:20px;
    font-size: 24px;
}

.content h4{
    font-size: 16px;
    line-height: 20px;
}

.content h3{
   color: #52add3 !important;
   color: #171d2b !important;
   font-size: 20px;
   margin-top:0px;
}
.content li a{
   
   color: #171d2b !important;
  
}


.features{
	margin:40px 0px;
}

.body_content h3{
  font-size: 26px !important; 
  margin-top:10px !important; 
  margin-bottom:10px !important; 
  font-weight: 500 !important;
}

.service_cta{
  margin-top:40px;
  text-align: center !important;
}
.service_cta h3{

  margin-bottom:10px;
  font-size: 26px !important;
  font-weight: 800 !important;
}
.service_cta p{
  margin-top:6px;
  font-size: 22px;
  text-align: center !important;
}
@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}



.bs-slide .btn{
  margin-right:20px;
}





.form-wrap{
    background-color: #000;
    background-color: #2e3a57;
    padding:20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.form-wrap-row{
    background-color: #000;
    /*background-color: #52add3;*/
    padding:40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.form-wrap h2, .form-wrap-row h2{
    /*color:#fff;*/
    color: #fff;
    text-align: center;
}

.form-wrap p, .form-wrap-row p{
     color:#52add3;
     font-size: 18px;
     text-align: center;
}
.callNow{
  font-size: 60px;
  margin-bottom: 20px;
}

.contact-form label{
   color:#fff; 
}









/*call to action section*/

/* Slogan Area */

.slogan {
    min-height: 100px;
    background: #2e3a57;
    background:#171d2b;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.slogan-content {
    padding: 25px 0;
}

.slogan-content h3{
    text-transform: uppercase;
    line-height: 34px;
    color: #fff;
    font-size: 30px;
    /*text-align: right;*/
    /*color:#243f60;*/
}

.slogan-content h3 a{
    color:#243f60;
}

.slogan-title {
    display: inline-block;
    margin: 10px 0;
}

.page-services .slogan-content {
    padding: 40px 0;
}

.page-services .get-started  {
    padding-top: 15px;
}

.get-started {
    padding-top: 1px;
    vertical-align:middle;
}


/*Testimonials Section*/


/*Bootstrap Testimonials
------------------------------------*/


.testimonials {
  padding: 100px 0;
  background-image: linear-gradient(90deg, rgba(254,254,254,0.85) 0%, rgba(254,254,254,0.9) 51%, rgba(254,254,254,0.8) 100%), url('/wp-content/themes/signal-business-theme/assets/img/hero--home.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




#testimonials_Carousel .carousel-item {

  padding-top:40px;
  padding-bottom: 40px;
  text-align: center;

}

#testimonials_Carousel h2 {
  color: #171d2b;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#testimonials_Carousel h4 {

  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
}

#testimonials_Carousel p {
  color: #555;
  font-size: 16px;
  padding: 0 70px;
}

#testimonials_Carousel p.author {
  margin:20px 0px;
  color: #777;
  font-size: 14px;
}

.carousel-indicators li{
  background-color: rgba(85, 85, 85, 0.5)!important;
}
.carousel-indicators .active{
  background-color: #17a2b8!important;
}











/*sidebar navigation*/
.sidebar_services{
    background-color: #171d2b;
    padding:30px 0px;
    padding-right:0;
    padding-bottom: 40px;
  }
  .sidebar_services h1{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    padding:10px;
    padding-left:20px;
    border-bottom: 1px solid #52add3;
    padding-bottom: 5px
  }
  .sidebar_services h2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color:#fff;
    padding:10px;
    padding-left:20px;
  }
  .sidebar_services li{
    font-size: 18px;
    padding:0px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  }
  .sidebar_services li:hover{
    background-color: #52add3;
    color: #fff !important;
  }

  .sidebar_services li a{
    color: #52add3;
    text-decoration: none;
    display: block;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left:20px; 
  }

  .sidebar_services a:hover{
    color: #fff !important;
  }




/*  parallax cta form on service pages  */

section.module.parallax-2 {
    background-image: linear-gradient(90deg, rgba(23,31,35,0.8) 0%, rgba(23,31,35,0.8) 51%, rgba(23,31,35,0.8) 100%), url('/wp-content/themes/signal-business-theme/assets/img/hero--home.jpg');
    height:auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .cta-form-block{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  section.module.parallax h1{
    color:#fff !important;
    font-size: 40px;
    padding-bottom: 20px;
    
  }

  .cta-form-block h4{
     color: #52add3 !important;
     color:#fff !important;
     text-align: center;
  }
  .cta-form-block p{
    font-size: 20px;
    font-weight: 300;
  }

  .cta-form-block h3{
    font-size: 36px;
    font-weight: 500;
  }

  .parallax form label{
    color:#fff;
    font-size: 20px;
  }

  .cta-form-block{
    color:#fff;
  }

  .cta-form-block .form-control{
    background-color:  rgba(255, 255, 255, .6);
    margin-bottom: 30px;
  }

  

  .parallax form label.error, .parallax form div.error{
    color:#f0ad4e !important;
    font-size: 12px !important;
  }
  
  .parallax form textarea.error, .parallax form input.error{
    border:1px solid #f0ad4e !important; 
  }
  
@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){
  .cta-form-block {
    padding:30px;
  }
  .cta-form-block h1{
    font-size: 30px;
  }
  .cta-form-block h3{
    font-size: 20px;
  }
 
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}


/*  end parallax cta form on service pages  */





@media screen and (min-width: 389px){
  
  .hero h1{
    font-size: 30px;
    line-height: 38px;
  }
  .hero h2 {
    font-size: 20px;
    line-height: 26px;
    }

  .hero .btn:first-of-type{
    margin-bottom:0;
  }

  .call-now-section p {
    font-size: 16px;
  }
  .call-now-section .call-now{
    font-size: 18px;
  }

}
@media screen and (min-width: 700px){
  .hero{
    padding:60px 0;
    font-size:20px;
  }
  .hero h1{
    font-size:40px;
    line-height: 65px;
  }

  .call-now-section{
    margin-top:20px;
    padding-right:20px;
  }


  .call-now-section p {
    font-size: 20px;
  }
  .call-now-section .call-now{
    font-size: 24px;
  }

}
@media screen and (min-width: 768px){
  .site-nav li{
    float:left;
    /*padding:10px 8px;*/
    padding:0px;
  }
  .site-nav ul{
    height:auto;
  }
  .site-nav.open{
    height:55px;
  }
  .call-now-section p {
    font-size: 26px;
  }
  .call-now-section .call-now{
    font-size: 34px;
  }
 

}
@media screen and (min-width:992px){
  .site-header .col-md-8{
    text-align:right;
    color:#fff;
    font-family:'Lato', Arial, Helvetica, sans-serif;
  }
  .site-header p{
    margin:0;
    font-size:26px;
    font-weight:200;
  }
  .site-header .blue{
    color:#52add3;
    font-weight:bold;
    font-size:40px;
  }
  .site-nav,.site-nav.open{
    height:30px;
    font-size:18px;
  }
  .site-nav li{
    padding:10px 12px;
  }
  /*.logo a{
    height:92px;
    width:268px;
  }*/
  .hero 
  .joe img{
    width:100%;position:relative;bottom:-59px
  }
  .hero .cta{
    text-align:left;
    font-size:19px;
  }

  .hero h1{
    font-size:47px;
    line-height: 65px;
  }
  .hero .btn{
    font-size:18px;
  }
  .cta{
    margin-top:140px;
  }

  .call-now-section p {
    font-size: 30px;
  }
  .call-now-section .call-now{
    font-size: 40px;
  }

}
@media screen and (min-width: 1200px){
  .site-nav li{
    padding:10px 23px;
  }
  .hero h1{
    font-size:57px;
    line-height: 70px;
  }
  .cta{
    font-size:26px;
  }
  .hero .btn{
    font-size:23px;
  }
  .hero .btn:first-of-type{
    margin-right:10px;
  }
  .hero .cta{
    margin-top:210px;
    font-size:26px;
  }
  .hero:after{
    background:none;
  }
}






.banner{
    height: 350px;
    margin-top:0px;
    position: relative;
    background-image: url("/wp-content/themes/signal-business-theme/assets/img/bg/columbus.skyline-bg.jpg") !important;
    background-position: center center ;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*overflow: hidden;*/
    border-bottom: 5px solid #52add3;
}




.banner h1{
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 900;
    margin-top: 80px;
    margin-bottom: 20px;
    
    line-height: 40px;
  }

.banner-page-title{
    font-size: 40px;
    font-weight: 100;
    margin-top: 160px;
    margin-bottom: 5px;
    font-style:italic;
    line-height: 40px;
  }

  .banner-slogan{
    margin-top:0px;
    font-size: 34px;
    line-height: 40px;
  }

.call-now-btn{
  margin-top: 40px;
  margin-bottom: 40px;
}



.point{
  margin-bottom:0px;
  
}







/*Contact Page*/

#map{
  height: 800px;
}

/*li icons*/
ul{
    padding-left:20px;
}

.check li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 1.5em;
    list-style:none;
    padding-bottom: 10px;
    
}

.check li:before {
    font-family:'FontAwesome';
    content:"\f054";
    padding-right:10px;
    /*color:#243f60;*/
    color:#52add3;
}

.bull li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 1em;
    list-style:none;
    padding-bottom: 10px;
    font-weight: bold;
    
}

.bull li:before {
    font-family:'FontAwesome';
    content:"\f0da" !important;
    padding-right:10px;
    /*color:#243f60;*/
    color:#52add3;
    font-size: 14px;
}

.arrow li {
    list-style:none;
    
}

.arrow li:before {
    font-family:'FontAwesome';
    content:"\f0da";
    padding-right:10px;
    /*color:#243f60;*/
    color:#449d44;
}


@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){
  #map{
    height: 600px;
  }
}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){
#map{
    height: 500px;
  }
}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){

#map{
    height: 400px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}



/* -----------  home page   ------------*/

/*banner*/
#carousel h1{
    color:#fff;
}

#carousel{
    
}


/*home content*/






/*service box section*/
.services{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:40px;
  margin-bottom:0px;
}

.services-wrap{
  background-color: #171d2b;
}

  .services .row, .services .col-md-4, .services .col-xs-6{
    margin:0px;
    padding:0px;
  }
  .services .service-description h1{
    color:#fff;
  }

  .service-img-box {
    position:relative;
    overflow:hidden;
}

.service-description {
    position:absolute;
    top:30%;
    /*right:0;*/
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:9999;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0, 0, 51, 0.75);
    width:100%;
    height:100%;
    /*padding:2%;*/
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
.caption .btn{
  position:relative;
  top:60%;
  display:inline-block;
  text-align:center;
  z-index:99999;

}

/*end service blog section*/



@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

/*why us section*/
.why_section .wrap{
 padding:10% 30%;
}
.why_section{
  background: rgb(2,137,180);
  background: linear-gradient(180deg, rgba(2,137,180,1) 0%, rgba(0,100,136,1) 25%, rgba(0,100,136,1) 71%, rgba(2,128,180,1) 100%);
}

.why_section h3{
  font-size: 22px;
  margin: 0px 20px !important;
}



/*call to action section*/

/* Slogan Area */
.slogan {
    min-height: 100px;
    background: #fafafa;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.slogan-content {
    padding: 25px 0;
}

.slogan-content h3{
    text-transform: uppercase;
    line-height: 40px;
    color:#243f60;
    font-size: 30px;
}

.slogan-content h3 a, .slogan-content h4, .slogan-content h4 a{
    color:#243f60;
    text-transform: uppercase;
}

.slogan-title {
    display: inline-block;
    margin: 10px 0;
}


@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){
  .slogan-content h3{
      font-size: 20px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}



/*blog section*/





.news {
  margin-top:120px;
}

.news article{
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.blog-section{
  margin-top:100px;
  margin-bottom: 100px;
}
.blog-section.single{
/*  margin-top:200px;*/
}
.blog-section article{
  margin-bottom:20px;
}
.post-thumbnail{
  margin-top:10px;
}
.news .post-thumbnail, .post-thumbnail img{
  width:100%;
  height:auto;
}

.news .entry-title{
  margin-bottom: 10px;
}
.news .entry-title, .news .entry-title a{
  font-size: 32px;
  color:#000;
}
.news .entry-content{
  
  color:#666;
}
.news .entry-content p{
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #262626;
}

.news .entry-content h2{
  font-size: 24px;
  margin: 14px 0px 8px 0px;
}

.news .entry-content h3{
  font-size: 22px;
  margin: 6px 0px 8px 0px;
}
.news a:hover{
  color: #672e4f !important;
  text-decoration: none;
}
.entry-meta a, .entry-footer a{
  color: #16518c !important;
}

.news .nav-links a, .entry-content a{
  color: #16518c !important;

}
.entry-footer {
  margin-top:20px;
}

.blogFeed .entry-footer {
  display:none !important;
}

.entry-footer span{
  margin-right:20px;
}
.entry-footer .comments-link{
  display:block;
}
.entry-footer .comments-link a{
  color: #16518c !important;
}


/*blog sidebar*/
.widget-title{
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

.news .widget ul{
  list-style-type: none;
  padding-left:0;
}
.news .widget li{
  font-size: 16px;
  border-bottom: solid 1px #003366;
  padding-bottom: 4px;
}
.news .widget li a{
  color: #16518c !important;
}
.news .widget li a{
  color: #16518c !important;
}
.blog-section .blog-sidebar{
  padding-left:50px;
  margin-top: 70px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
  .blog-section .blog-sidebar{
    padding-left:30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
  .blog-section .blog-sidebar{
    padding-left:10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}



footer{
  
}

footer .footer_top{
  background-color: #171d2b;
  padding:60px 0px;
}

footer .footer_top h2{
  color: #eee;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 20px;
}
footer .footer_top p, footer .footer_top li, footer .footer_top a{
  color: #eee;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
}

footer .footer_top li i{
  margin-right:10px;
}



footer .copyright{
  background-color:#071026; 
  padding:0px; 
  color: #ccc;
  font-size: 12px;
}
footer .copyright .footer-socials{
  font-size: 30px;
  color: #bcc6d1;
}
.footer .copyright, .footer-socials, footer .copyright a, .footer-socials a{
  color: #bcc6d1;
}
footer .copyright .footer-socials i{
  margin-right:14px;
}
footer .copyright .copy{
  margin-top:20px;
}



@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

@media only screen and (max-width: 1400px) { 

 }
/* Extra large devices (large desktops, 1200px )*/
@media only screen and (max-width : 1200px){

}
/* Large devices (desktops, 992px )*/
@media only screen and (max-width : 992px){

}
/* Medium devices (tablets, 768px )*/
@media only screen and (max-width : 768px){

}
/* Small devices (landscape phones, 576px )*/
@media only screen and (max-width : 576px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}




.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='666666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='666666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
