
#mobileshow{display:none;}
#topbge {background-color: #333; width: 100%; height: 30px; margin: 0 auto; text-align: center;}
	.entry-contentblog p {margin-bottom:20px;}
.bluecheck ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
	font-size:18px;
    text-indent: -20px; /* key property */
    margin-left: 20px; /* key property */
}

.bluecheck li::before {
  content: '\2713';
  color: #284788; 
  margin-right: 5px; 
	margin-bottom:5px;

}
	
.bluecheck li{
font-size:18px;
margin-bottom: 10px; 
}
.nobullcheck ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
	font-size:18px;
	  padding-left: 0px;
  list-style-position: inside;
}

.nobullcheck li {
	margin-bottom:30px;
}

.navigation.post-navigation {
  background: none;
}
.single-featured-image-header {

}
.type-post {margin-top:20px;}

h2, h3, h4 {color:#1d252b; font-weight: 500;}
	#secondary {
		margin-top:20px;
		padding-top:0;
	}
	
.widget {
		background-color: #fff;
		padding: 20px;
		margin-bottom: 20px;
		box-sizing: border-box;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}

#fbtn a {font-family:'Roboto', Verdana, Helvetica, sans-serif; font-size:30px; padding-left:30px; padding-right:30px; }

.hban700{height:700px;}
.blueboxhead {min-height:80px;}
.free-quote-btn {
  display: inline-block;
		font-family:'Roboto', Verdana, Helvetica, sans-serif;
  background-color: #284788;
  color: white;
  text-decoration: none;
	margin-top:50px;
  padding: 12px 34px;
  font-size: 20px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.blogpic{min-height:220px;}

.ptitle{ margin:0; padding:0px; font-size:20px;background: rgba(0, 0, 0, 0.35)}
.postheight1 {height:500px;}

.free-quote-btn:hover {
  background-color: #001b41;
	color:#fff;
}
a.free-quote-btn:hover {
  background-color: #001b41;
	color:#fff;
}

/* Big triangle with shadow */
#trianglePath1 {
  fill: #94a4bb;
  stroke: #94a4bb;
}

#trianglePath2 {
  fill: #001b41;
  stroke: #001b41;
}

.wpb_wrapper h4.source{font-size:26px; color:#5b5551; font-weight:normal; margin-top:0; padding-top:0;}
.sourcetel, .sourcetel a, .sourcetel a[href^="tel"]{font-size:22px; color:#284788; font-weight:bold; text-decoration:none;}


.htagline{margin:0 155px 0 155px; }

.eebtne {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 0px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.blue {background-color: #333;}
.blue a{color: #fff; text-decoration: none;}
.blue:hover, .blue2:hover, .blue a:hover{ color: #ccba70; transition: all 1s ease;
-webkit-transition: all 2s ease;}
.bluetel {
  background-color: transparent;
}
.bluetel a {
  font-size:14px;
  color: #fff;
  text-decoration: none;
}
.bluetel a:hover {
  color: #ccba70;
  text-decoration: none;
}
.phone-icon svg {
  fill: #ccba70;
	 height:15px
}
svg .phone-diag, svg .sound-diag1, svg .sound-diag2 {
  transition: all 0.4s ease-in-out;
  transform-origin: center;
}
.bluetel:hover .phone-diag, .bluetel:hover .sound-diag1, svg:hover .phone-diag{
  fill: #ccba70;
  animation: ringer 0.3s infinite;
}

.bluetel:hover .sound-diag2, .bluetel:hover svg:hover .sound-diag1 {
  fill: #b5a561;
  animation: ringer2 0.3s infinite; 
}
.bluetel:hover svg:hover .sound-diag2 {
  fill: #b5a565;
  animation: ringer3 0.3s infinite;
}

@keyframes ringer {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes ringer2 {
  0% {
    transform:  translate(0px, 0px);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0px, 0px) ;
  }
}
@keyframes ringer3 {
  0% {
    transform:  translate(0px, 0px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0px, 0px) ;
  }
}
@media (max-width: 767px) {
.topbtn { float: none;}
.blue a, .blue2 a, .blue1 a{ padding:0; margin:0;font-size:12px;}
.bluetel a {
padding:0; margin:0;
 font-size:12px;}

.navcontainer {margin-top:25px;}

}
ol{margin-left:20px; }
ul {list-style:none;}
.space100{margin-top:100px;}

/* =============================================
contact form
================================================ */
.form-border {
  padding: 50px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.site-form__component {
  margin-bottom: 20px;
}
.site-form__component label {
  position: relative;
}
.site-form__component label .label-floating {
  position: absolute;
  bottom: 10px;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}
.site-form__component label .label-floating--area {
  top: 50px;
}
.site-form__component label.has-value .label-floating {
  bottom: 40px;
  font-size: 13px;
}
.site-form__component label.has-value .label-floating--area {
  top: 0;
}
.site-form__component label.has-value .component-floating {
  border-bottom: 2px solid #365e93;
}
.site-form__component .component-floating {
  padding: 6px 0 6px 10px;
  width: auto;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #444444;
  border-radius: 0;
  min-width: 200px;
  transition: border-bottom-color 0.2s ease-in-out;
}
.site-form__component .component-floating:focus {
  outline: none;
}

.wpcf7-form-control:focus + .label-helper{color: red;}


/* =============================================*/

.footcontainer  {
	color: #999999;
	max-width: 1140px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr); /* create 4 equal columns */
    grid-column-gap: 8px; /* add gap between columns */
}
.footcontainer h4 {color: #fff;}
.footcontainer a, .footcontainer p {color: #999999;}
#address {color: #fff;}
.col-ee {padding: 10px;}
.copycontainer  {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	color: #999999;
}
@media (max-width: 720px) {
	.footcontainer {grid-template-columns: repeat(1, 1fr);}
	.col-ee {text-align: center;}
	.form-border {padding: 10px;}
}
.wpb_wrapper p{font-size:18px;  line-height:31px; margin-bottom:20px; font-weight:normal;}


.circle-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7vw;
    height: 7vw;
	    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
    background-color: #f5f8fa;
    border: 3px solid #284788;
    color: #284788;
}

.number {
    font-size: calc(min(7vw, 60px));
}
  .inline-container {
    display: flex;
    width: 100%;
    align-items: center;
		color:#fff;
  }
  .inline-container a {
		color:#fff;
		font-size:20px;
		margin-left:10px;
  }

.circle-iconc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #284788;
    border: 3px solid #f5f8fa;
    color: #f5f8fa;
}

.numberc {
    font-size: 18px;
	padding-top:3px;
}

.whitewords {font-size:22px; color:#fff; font-weight:bold;}

  .whitews blockquote p,.whitews a, .whitews blockquote strong {
    color: white !important;
		font-size:26px;
	
  }
.whitews blockquote{ 
    color: white !important;
		    padding-left: 40px;
	      padding-right:10px;
			padding-bottom:50px;
}

  .whitewords blockquote {
    position: relative;
    color: white;
  }

  .whitews blockquote::before {
    content: '\201C';
    font-size: 5em;
    position: absolute;
    top: -15px;
    left: 3px;
    color: #01193b;
  }
  .whitews blockquote::after {
    content: '’’';
    font-size: 5.5em;
    position: absolute;
    bottom: 60px;
    right: 5px;
    color: #01193b;
  }
.whitecallbig {font-size:40px; color:#fff;font-weight:bold;}

.whitecallbig a { font-size:40px; color:#fff;font-weight:bold;}
.whitecallbig a:hover {color:#ebebeb;}

.twobg {
    width: 100%;
    height: 100%;
   background-image: url(https://www.aliantecloud.com/wp-content/uploads/2023/04/two-color-stone-form-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.twobg2 {
    width: 100%;
    height: 100%;
   background-image: url(https://www.aliantecloud.com/wp-content/uploads/2023/04/two-color-stone-form-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 .contact-us-button {
    display: inline-block;
    background-color: #284788;
    font-family:'Roboto', Verdana, Helvetica, sans-serif;	
    color: white;
    font-size: 18px;
    padding: 12px 30px 12px 30px;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
  }

  .contact-us-button:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

 .button-container {
    text-align: center;
  }
div.socialbtm  {
  display: inline-block;
  position:absolute;
  top:110%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
	width:100%;
}

/* Icons */

.socialbtm a, .socialbtmc a {
  color:#284788;
  background: #efefef;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family: 'FontAwesome';
  position: relative;
  display: inline-block;
  width:40px;
  height:40px;
  padding-top:10px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.socialbtm a:hover {
  background: #ef92a3;
}

/* pop-up text */

.socialbtm a span, .socialbtmc a span {
  color:#666;
  position:absolute;
  font-family:'Roboto', Verdana, Helvetica, sans-serif;	
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fafafa;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.socialbtm a span:before,.socialbtmc a span:before  {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.socialbtm a:hover span, .socialbtmc a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

.socialbtm a:nth-of-type(1):before, .socialbtmc a:nth-of-type(1):before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/css/facebook.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
  .socialbtm a:nth-of-type(1):hover,  .socialbtmc a:nth-of-type(1):hover {
    background-color: #3b5998;
  }
  .socialbtm a:nth-of-type(2):before,   .socialbtmc a:nth-of-type(2):before {  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/css/instagram.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
  .socialbtm a:nth-of-type(2):hover,  .socialbtmc a:nth-of-type(2):hover {
    background-color: #e1306c;
  }

.socialbtm a:nth-of-type(3):before, .socialbtmc a:nth-of-type(3):before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/css/google-maps.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.socialbtm a:nth-of-type(3):hover, .socialbtmc a:nth-of-type(3):hover  {
  background-color: #dd4b39;
}

.socialbtm a:nth-of-type(4):before, .socialbtmc a:nth-of-type(4):before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/css/yelp.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.socialbtm a:nth-of-type(4):hover, .socialbtmc a:nth-of-type(4):hover {
  background-color: #ff0000;
}

  .socialbtm a:nth-of-type(5):before,   .socialbtmc a:nth-of-type(5):before {  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/css/linkedin.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.socialbtm a:nth-of-type(5):hover, .socialbtmc a:nth-of-type(5):hover  {
  background-color: #1262f7;
}

  .socialbtm a:nth-of-type(6):before,   .socialbtmc a:nth-of-type(6):before {
    content: '\f0d2'; /* Pinterest */
  }

  .socialbtm a:nth-of-type(6):hover,   .socialbtmc a:nth-of-type(6):hover {
    background-color: #bd081c;
  }
  .socialbtm a:nth-of-type(7):before,.socialbtmc a:nth-of-type(7):before  {
    content: '\f167'; /* YouTube */
  }
  .socialbtm a:nth-of-type(7):hover, .socialbtmc a:nth-of-type(7):hover {
    background-color: #ff0000;
  }
.portheight{padding-bottom:350px;}
@media (max-width: 1300px) {
	.hban50{ margin:0;}
	
}
@media (max-width: 780px) {
	#mobileshow{display:block;}
	.noshow{display:none;}
	#pcshow{display:none;}
	.twobg, twobg2 {background:none;}
	
  .whitews blockquote::before {
    top: 0px;
    left: 1px;
  }
  .whitews blockquote::after {
    bottom: 50px;
    right: 3px;
  }
	.portheight{padding-bottom:850px;}
}

.uline h4 a {
  text-decoration: none;
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}

.uline h4 a::before {
  content: "";
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.uline h4 a:hover::before {
  width: 100%;
  left: 0;
}
.uline h4 a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background-color: #284788;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.uline h4 a:hover:after { 
  width: 100%; 
  left: 0; 
}

footer {
	padding: 10px 0;
	background-color: #374263;
}



.copyright, .copyright p {
	text-align: center;
	font-size: 12px;
	color: #999999;
	padding: 15px 0;
	max-width: 1140px;
}

.copyright a {
	color: #ccba70;
		font-size: 14px;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}


.noshowpost{display:none;}
.spacelr{padding:0 5% 0 5%;}
@media (max-width: 680px) {
	.lblueborder {display: none;}
	.spacelr{padding:0;}
	.hban50{width:100%; margin:0;}
	.footcontainer3 {
    flex-direction: column;
  }

.navigation.post-navigation { display:none;}
html {font-size: 18px;}
p {  font-size: 1rem;}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
	
@media (min-width: 1024px) {
  html {
    font-size: 22px;
  }
	}
	
/* =============================================
contact form
================================================ */
.form-border {
  padding: 50px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.site-form__component {
  margin-bottom: 20px;
}
.site-form__component label {
  position: relative;
}
.site-form__component label .label-floating {
  position: absolute;
  bottom: 10px;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}
.site-form__component label .label-floating--area {
  top: 50px;
}
.site-form__component label.has-value .label-floating {
  bottom: 40px;
  font-size: 13px;
}
.site-form__component label.has-value .label-floating--area {
  top: 0;
}
.site-form__component label.has-value .component-floating {
  border: 2px solid #365e93;
}
.site-form__component .component-floating {
  padding: 6px 0 6px 10px;
  width: auto;
  background-color: transparent;
  border: 2px solid #818181;
  border-radius: 0;
  min-width: 250px;
  transition: border-color 0.2s ease-in-out;
}
.site-form__component .component-floating:focus {
  outline: none;
}

.wpcf7-form-control:focus + .label-helper{color: red;}


/* =============================================*/



.copycontainer  {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color:#24294f;
	color: #fff;
}
@media (max-width: 720px) {
	.col-ee3 {text-align: center;}
	.form-border {padding: 10px;}
}

.bottom-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bottom-links__logo {
  display: block;
  margin: 0 auto;
}
.section {
	position: relative;
	padding: 100px 0;
}

.section-demo,
.section-hover-transitions,
.section-dropdown-menu {
	overflow: hidden;
}

.section-whatsnew {
	position: relative;
	color: #fff;
	background-color: #283593;
	overflow: hidden;
	padding-bottom: 0;
	padding: 80px 0 0;
}

.section-whatsnew > .container {
	position: relative;
	z-index: 1;
}

.section-whatsnew:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 40vw solid #80d4f9;
	border-left: 100vw solid transparent;
	opacity: 0.12;
	z-index: 0;
}

.section-features {
	background-color: #fff;
	padding-bottom: 30px;
}

.template-dark .section-features {
	background-color: #263238;
}

.section-demo {
	background-color: #3aaee7;
	padding-bottom: 35px;
}

.template-dark .section-demo {
	background-color: #0097a7;
}

.section-hover-transitions {
	background-color: #0277bd;
	padding-bottom: 35px;
}

.template-dark .section-hover-transitions {
	background-color: #263238;
}

.section-dropdown-menu {
	background-color: #005458;
	padding-bottom: 5px;
}

.divider {
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 0 30px;
}

.section-features .divider {
	margin: 0 0 80px;
}

.section-demo .divider,
.section-hover-transitions .divider,
.section-dropdown-menu .divider {
	margin: 0 0 40px;
}

.divider span {
	display: block;
	width: 86px;
	height: 5px;
	margin: auto;
	opacity: 0.25;
}

.divider:before,
.divider:after {
	position: absolute;
	content: '';
	top: 2px;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #e9e9e9;
}

.divider.divider-hidden-line:before,
.divider.divider-hidden-line:after {
	display: none !important;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.divider.divider-left span {
	margin: 0;
	float: left;
}

.divider.divider-right span {
	margin: 0;
	float: right;
}

.divider.divider-left:before,
.divider.divider-right:before {
	display: none;
}

.divider.divider-left:after,
.divider.divider-right:after {
	width: calc(100% - 93px);
}

.divider.divider-right:after {
	right: inherit;
	left: 0;
}

.divider.divider-light-color span {
	opacity: 0.34;
}

.divider.divider-light-color:before,
.divider.divider-light-color:after {
	background-color: rgba(33,33,33,0.12);
}

.divider.divider-dark-color span {
	opacity: 1;
}

.divider.divider-dark-color:before,
.divider.divider-dark-color:after {
	background-color: rgba(255,255,255,0.5);
}

.divider.divider-dark span {
	opacity: 0.7;
}

.divider.divider-dark:before,
.divider.divider-dark:after {
	background-color: #5e5e5e;
}

.section-title {
	font-size: 28px;
	font-weight: 800;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 3px;
}

.section-title-light {
	color: #fff;
}

.icon-list-wrapper {
	text-align: center;
	padding-bottom: 20px;
}

.icon-list-wrapper h4 {
	color: #212121;
}

.icon-list-wrapper .icon-list-icon {
	margin-bottom: 42px;
}

.icon-list-wrapper .icon-list-icon span {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.icon-list-wrapper .icon-list-icon img {
	width: 50px;
}

.icon-list-wrapper h4 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #212121;
}

.icon-list-wrapper.icon-dark p {
	color: #a1a1a1;
}

.icon-list-wrapper.icon-dark h4,
.icon-list-wrapper.icon-color-bg h4 {
	color: #fff;
}

.icon-list-wrapper.icon-dark .icon-list-icon span {
	color: rgba(255,255,255,0.6);
}

.icon-list-wrapper.icon-color-bg .icon-list-icon span {
	color: #fff;
}

.thumbnail-wrapper {
	position: relative;
}

.thumbnail-wrapper img {
	width: 100%;
}

.thumbnail-wrapper figure,
.coming-soon img {
	position: relative;

	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}

.thumbnail-wrapper figure:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure:before {
	opacity: 1;
}

.thumb-btn-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

.thumb-btn-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.btn-vertical-mid {
	display: table-cell;
	vertical-align: middle;
}

.thumb-btn-wrapper .button {
	display: block;
	margin: 10px 0;
}

.thumb-btn-wrapper .button a {
	width: 183px;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	white-space: nowrap;
}

.thumb-btn-wrapper .button.btn-sm-text a {
	font-size: 11px;
	padding: 12px 15px 11px;
}

.btn-light-custom a {
	color: #111111;
	background: #fff;
}

.btn-dark-custom a {
	background: #030303;
}

.btn-color-custom a {
	background: #3aaee7;
}

.btn-img-custom a {
	background-size: cover;
}

.thumbnail-wrapper .thumb-btn-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active .thumb-btn-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.thumb-title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 54px;
	padding: 0 10px;
}



.copyright {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 50px 0;
	max-width: 1200px;
}

.copyright a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #0071bc;
}

.section-next-update {
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}

.section-next-update > .container {
	position: relative;
	z-index: 1;
}

.section-next-update .section-title {
	font-size: 38px;
}

.section-next-update .divider {
	margin-bottom: 40px;
}

.next-update-img {
	text-align: center;
	margin-bottom: 15px;
}

.next-update-call-action {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0a0a0a;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.next-update-call-action span {
	font-weight: 700;
	color: #fff;
}

.next-update-desc {
	text-align: center;
	color: #eeeeee;
	margin-bottom: 35px;
}

.module-subscribe input {
	border-radius: 0;
}

.module-subscribe .subscribe-email {
	float: left;
	width: calc(100% - 120px);
	height: 43px;
	border: none;
	padding: 0 20px;
	font-size: 13px;
	background-color: #fff;
}

.module-subscribe .subscribe-submit {
	float: right;
	position: relative;
	width: 120px;
	background-color: #81c784;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.module-subscribe .subscribe-submit:hover {
	background-color: #78ba7b;
}

.module-subscribe .subscribe-button {
	position: relative;
	width: 100%;
	height: 43px;
	font-family:'Roboto', Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	padding: 0 15px;
	z-index: 1;
	cursor: pointer;
}

.module-subscribe .subscribe-email:focus,
.module-subscribe .subscribe-button:focus {
	outline: 0;
}

.module-subscribe .subscribe-submit:hover .button-hover {
	opacity: 1;
}

.module-subscribe.subscribe-round .subscribe-email {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.module-subscribe.subscribe-round .subscribe-submit {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.module-subscribe .form-loading {
	display: none;
	margin: 15px 0 0 20px;
}

.module-subscribe .list3 {
	font-size: 13px;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	color: #c1c1c1;
}

/* ===== Placeholder color ===== */
.module-subscribe .placeholder {
	color: #999999;
}

.module-subscribe input:-ms-input-placeholder {
	color: #999999;
}

.module-subscribe input::-webkit-input-placeholder {
    color: #999999;
}

.module-subscribe input:-moz-placeholder {
    color: #515151;
}

.module-subscribe input::-moz-placeholder {
    color: #515151;
}
/* ===== End ===== */



.thumb-title span {
	font-family:'Roboto', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	padding: 3px 8px;
	margin-left: 10px;
	border-radius: 10px;
	background: #aed582;
}

.aliante-side-content .fullwidth-items .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
/* ===== Custom CSS ===== */

.eblog ul {margin-left:20px;}
.topbanner {height: 300px;}
.wpcf7-text
{
    color: #f00;
    border: 2px solid #f00;
}

.wpcf7-not-valid-tip {
	margin:-17px 0 0 11px;
    padding: 0px;
	font-size:12px;
}
.wpcf7-form-control.wpcf7-submit { background:#444444; width:100%; font-size:22px; margin:0; text-shadow: 0px 0px; } 
.wpcf7-form-control.wpcf7-submit:hover { background:#365e93; font-size: 24px;transition: all .4s ease; -webkit-transition: all .4s ease;} 

.site-form h2{color:#625e5d; font-size:22px;}
.label-floating{color:#625e5d;}

.content-column.l{
	margin-left: 0px;
	width:300px;
	position:relative;
	float:left;
}
.content-column.address{
	margin-left: 0px;
	width:400px;
	position:relative;
	float:left;
}
.content-column.r{
	margin: 0px 0px 0 0;
	width:300px;
	position:relative;
	float:right;
}
.content-column.zip{
	margin: 0px 110px 0 0;
	width:90px;	
	position:relative;
	float:right;
}
.content-column.l input[type="text"],.content-column.r input[type="tel"], .content-column.r input[type="text"], .content-column.l input[type="email"]{
	width:300px;
}
.content-column.address input[type="text"]
{
	width:400px;
}
.content-column.zip input[type="tel"]
{
	width:30px;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.site-form .plan:after, .site-form .sfplan:after {
  content: "";
  display: table;
  clear: both;
}
.acol {
  float: left;
  width: 30.33%;
	margin-right:10px;
}
.bcol {
  float: left;
  width: 23.33%;
	margin-right:10px;
}
.site-form .plan input, .site-form .sfplan input{
	display: none;
}

.site-form .plan label{
	position: relative;
	color: #fff;
	background-color: #aaa;
	font-size: 26px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	border: 3px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	    display: block;
    text-align: center;
}

.site-form .sfplan label{
	position: relative;
	color: #fff;
	background-color: #aaa;
	font-size: 17px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	border: 3px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	    display: block;
    text-align: center;
}





.site-form .plan input:checked + label{
	border: 3px solid #333;
	background-color: #365e93;
}

.site-form .sfplan input:checked + label{
	border: 3px solid #333;
	background-color: #365e93;
}

.site-form .plan input:checked + label:after{
	content: "\2713";
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #333;
	background-color: #365e93;
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
}

.site-form .sfplan input:checked + label:after{
	content: "\2713";
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #333;
	background-color: #365e93;
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: inline-block;
margin-bottom: 0px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 30px;
width: 30px;
top: 0px;
left: 0px;
border: 1px solid #0071bc;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
color:#fff;
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 24px;
text-align: center;
line-height: 30px;
background-color:#365e93;
border: 2px solid #333;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 33px;
margin-top:5px;
margin-right:22px;
display: inline-block;
}


/* sideBorder Y to X  */
div.borderYtoX a:before
{
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 0px;
    content: '';
    background: #fff;
    transition: all 0.3s;
}
 div.borderYtoX a:after
{
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 0px;
    content: '';
    background: #8ec9cf;
    transition: all 0.3s;
}
div.borderYtoX a:before
{
    left: 0px;
    top: 0px;
}

div.borderYtoX a:after
{
    right: 0px;
    bottom: 0px;
}

div.borderYtoX a:hover:before, div.borderYtoX a:hover:after
{
    opacity: 1;
    height: 2px;
    width: 100%;
}

div.scontainer
{
   
    margin: 0 auto;
	padding:0em;
	text-align: center;
}
div.scontainer a {
	font-size:20px;
	font-weight:bold;
  color: #696464;
	text-decoration: none;
	 display: block;
	    margin: 20px 0 20px 0;
    padding: 10px 10px;
	text-align: center;
	    position: relative;
    z-index: 0;
    cursor: pointer;
}

 div.scontainer a:hover, div.scontainer a.current {color:#0071bc;}

a {
  text-decoration: none !important;
  box-shadow: none !important;
}
.sreview p{
	font-size:18px;
	color: #696464;
	font-style:italic;
	margin: 30px 15px 30px 35px;
}
.leftq{
  top:-25px;
  left:0px;
}
.rightq{
  bottom:55px;
  right:30px;
}
.quotes{
  position:absolute;
  color:rgba(255,255,255,0.5);
  font-size:4.9em;
}

.read-more-check {
  display: none;
}
.read-more-label:before {
  content: "\25b2";
  top: .4rem;
  position: absolute;
  color: white;
  right: .5rem;
  font-size: 1rem;
  transform: rotate(180deg);
}
.read-more-check:checked ~ .read-more-label:before {
  top: .4rem;
  transform: rotate(0);
	 
}
.read-more-label:after {
  content: 'More';
}
.read-more-check:checked ~ .read-more-label:after {
  content: 'Less';
}
.read-more-label {
  position: absolute;
  display: block;
  left: 50%;
  margin: -2.5rem;
  width: 7rem;
  bottom: 1.9rem;
  padding: .5rem .9rem .5rem .5rem;
  background-color: #333333;
  color: #fff;
  text-shadow: 0 .1rem .3rem rgba(255, 255, 255, .3);
  text-align: center;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  box-shadow: 0 .15rem .3rem rgba(0,0,0,.4);
  transition: bottom .5s linear 0s;
}
.read-more-check:checked ~ .read-more-label {
  bottom: 30px;
}
.read-more-label:hover {
  background-color: #0071bc;
}

.read-more {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height .5s linear 0s;
}

.read-more-check:checked ~ .read-more {
  max-height: 50rem;
}
@media (min-width: 40rem) {
   .read-more-check:checked ~ .read-more{
    max-height: 50rem;
  }
}


@media (min-width: 851px) and (max-width: 2000px) {
}	
}
@media only screen and (max-width: 1200px) {
.aliante-menu ul {list-style: none;}
#menu-aliante-menu li {list-style-type: none;}
#menu-aliante-menu .sub-menu li {list-style-type: none;}
}
@media (max-width: 960px) {

.content-column.l, .content-column.r,.content-column.address, .content-column.zip   {
	width:100%;
	float:left;
	clear:both;
}
.content-column.address input[type="text"] {width:100%;}
}
@media (min-width: 768px) and (max-width: 850px) {
.content-column.l, .content-column.r,.content-column.address, .content-column.zip   {
	width:100%;
	float:left;
	clear:both;
}
.content-column.address input[type="text"] {width:100%;}
}

@media (max-width: 767px) {
.content-column.l, .content-column.r,.content-column.address, .content-column.zip   {
	width:100%;
	float:left;
	clear:both;
}
.content-column.address input[type="text"]
{
	width:100%;
}
.topbanner {margin-top:0px;}
.site-form .sfplan label{
	font-size: 12px;
	height: 50px;
	line-height: 50px;
}
.site-form .plan label{
	font-size: 14px;
	height: 80px;
	line-height: 80px;
}

.bcol {
	width: 30.33%;
	margin-right:5px;
}
.hslider {margin-top: 60px;}
.fright{float:none;}
.leftm{ margin-left:0px;}
}
/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 480px) {
	.icon-list-wrapper {
		display: table-cell;
		width: 100%;
		text-align: inherit;
	}
	.icon-list-wrapper .icon-list-icon,
	.icon-list-wrapper .icon-list-details {
		display: table-cell;
		vertical-align: top;
	}
	.icon-list-wrapper .icon-list-icon {
		width: 80px;
		margin: 0;
	}
	.icon-list-wrapper .icon-list-details {
		padding: 0 0 0 20px;
	}
}

@media (min-width: 768px) {
	.hero-banner {
		min-height: 700px;
	}
	.aliante-side-content .hero-banner {
		min-height: 680px;
	}
	.banner-title {
		font-size: 52px;
		margin-bottom: 40px;
	}
	.banner-subtitle {
		font-size: 33px;
		letter-spacing: 5.5px;
		margin-bottom: -12px;
	}
	.section-next-update .section-title {
		font-size: 60px;
	}
	.next-update-call-action {
		font-size: 30px;
		letter-spacing: 1px;
		margin-bottom: 4px;
	}
	.next-update-img {
		margin-bottom: 10px;
	}
	.hero-banner-main {
		padding: 60px 0 100px;
	}
	.whatsnew-title {
		padding: 15px 0 0;
	}
	.whatsnew-title .divider {
		margin-bottom: 60px;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		letter-spacing: 2px;
	}
	.whatsnew-list,
	.whatsnew-title-wrapper {
		padding: 0 30px;
	}
	.whatsnew-list li {
		padding: 0 30px 0 40px;
	}
}

@media (min-width: 1200px) {
	.banner-offset-top .banner-subtitle {
		margin-top: 70px;
	}
	.hero-banner-main {
		padding: 50px 0 40px;
	}
	.hero-banner-main .hero-banner-inside {
		display: table;
		width: 100%;
		text-align: left;
	}
	.hero-banner-main .button {
		text-align: center;
	}
	.hero-main-img {
		display: table-cell;
		left: 0;
		margin-bottom: 0;
		width: 60%;
	}
	.hero-main-info {
		display: table-cell;
		vertical-align: bottom;
		width: 40%;
		padding: 0 7.5% 100px 90px;
	}
	.hero-banner-main .banner-title {
		line-height: 1.1em;
		margin-bottom: 45px;
	}
	.hero-banner-main .banner-subtitle {
		margin-bottom: -2px;
	}
	.hero-main-img-inner {
		margin-top: -20px;
		margin-left: -50%;
	}
	.version-mobile {
		display: none;
	}
	.version-desktop {
		display: inline;
		position: relative;
		top: -7px;
		left: 13px;
	}
	.whatsnew-mockup-col {
		position: relative;
	}
	.whatsnew-mockup {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 960px;
	}
	.section-whatsnew:after {
		left: 12%;
		border-bottom: 43vw solid #80d4f9;
		border-left: 100vw solid transparent;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		text-align: left;
	}
	.whatsnew-title .divider {
		display: none;
	}
	.whatsnew-list {
		margin: 35px 0 93px;
	}
}

@media (min-width: 1400px) {
	.hero-main-img-inner {
		margin-top: 0px;
		margin-left: -30%;
	}
	.whatsnew-mockup {
		left: 40px;
	}
}

@media (min-width: 1600px) {
	.hero-main-img-inner {
		margin-left: -20%;
	}
	.whatsnew-mockup {
		left: 65px;
	}
	.section-whatsnew:after {
		left: 18%;
		border-bottom: 40vw solid #80d4f9;
	}
}

@media (min-width: 1800px) {
	.hero-main-img-inner {
		margin-left: -10%;
	}
	.section-whatsnew:after {
		border-bottom: 35vw solid #80d4f9;
	}
}