

/* * * * * * GLOBALS * * * * * */
#wpadminbar {
	display: none !important;
}
body {
	font-family: Yantramanav, sans-serif;
}h1, h1 a {
	color: #2b80ff;
	font-family: Yantramanav, sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.27em;
	margin: 25px 0;
}h2 {
	color: #2b80ff;
	font-family: Yantramanav, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 2rem;
	margin: 25px 0;
}h3 {
	color: #2b80ff;
	font-family: Yantramanav, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 2rem;
	margin: 25px 0;
}h4 {
	font-family: Yantramanav, sans-serif;
	font-weight: normal;
	color: #2b80ff;
	font-size: 1.2em;
	line-height: 2rem;
	margin: 25px 0;
}p {
	font-family: Yantramanav, sans-serif;
	font-weight: lighter;
	color: #777777;
	font-size: 17px;
	margin: 18px 0;
}ul {
	list-style-type: none;
	margin: 0;
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.row.full {
	margin: 0 auto; 
	max-width: 100% !important;
	width: 100%;
}.strip-padding{
	padding:0 !important;
}.bg-blue{
	background: -webkit-linear-gradient(36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: -moz-linear-gradient(36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: -ms-linear-gradient(36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: -o-linear-gradient(36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: linear-gradient(36deg, #5198ff, #5198ff, #2b80ff, #2b80ff)
}.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue p{
	color: #ffffff;
}.box-padding {
	padding: 4% 9%;
}.center-item{
	display: flex;
	align-content: center;
	justify-content: center;
}.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 75em;
}.content-wrapper{
	background-color: #ffffff;
}.has-light-shadow{
	box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
}.has-dark-shadow{
	box-shadow: 0px 7px 25px 10px rgba(0, 0, 0, 0.28);
}.page-wrapper {
	max-width: 75rem;
	clear: both;
}.small-margin-top{
	margin-top: 3%;
}.scrollfade {
	opacity: 0;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	transition: all 1200ms ease;
}.scrollfade.complete{
	opacity:1;
}.from-bottom.scrollfade {
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}.from-bottom.scrollfade.complete {
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}.from-left.scrollfade {
	-moz-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}.from-left.scrollfade.complete {
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}.will-fade{
	opacity:0;
}

/* * * * * * HEADER STYLES * * * * * */

.header-wrapper {
	position: relative;
	width: 100%;
	z-index: 99;
}.header-wrapper.home {
	display: block;
	float:left;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 999;
}.header-inner-wrapper {
	width: 100%;
	padding: 15px 2%;
	float: left;
}.header-wrapper.inner-header::after {
	background: transparent url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-inner-header-bg.png") no-repeat top left;
	content: "";
	height: 100%;
	left: 0px;
	position:absolute;
	top: 0px;
	width: 100%;
	z-index:-1;
	animation-name: fadeIn;
	animation-duration: 4s;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 4s;
}.header-wrapper .navigation-wrapper {
	position: relative;
	padding-top: 40px;
	opacity: 0;
}.header-company-title a {
	font-family: Yantramanav, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.5rem;
	color: #174386;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px 0 10px 0;
}.header-company-serviceorder {
	color: #ffffff;
	font-family: Yantramanav, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}.header-phone{
	opacity: 0;
}.header-phone a{
	position: relative;
	max-width: 300px;
	top: 52px;
}.header-phone a span {
	color: #ffffff;
	border: 3px solid #ffffff;
	box-shadow: none;
	font-family: Yantramanav, sans-serif;
	font-weight: bold;
	border-radius: 20px;
	padding: 12px 15px;
	white-space: nowrap;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}.header-phone a span:hover{
	box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
	color: #ffffff;
}.logo-wrapper {
	opacity: 0;
}.social-icons{
	margin-top:10px;
}.social-icons a{
	color: #ffffff;
	font-size: 1em !important;
	margin: 0 20px 0 0;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}.social-icons a:hover{
	color: #174386
}

/* * * * * * NAVIGATIONAL STYLES * * * * * */

/* Navigational Menu */

.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: none;   
}.top-bar-section .has-dropdown.not-click >.dropdown{
	opacity: 0;
	box-shadow: 0;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}.top-bar-section .has-dropdown.not-click:hover>.dropdown{
	opacity: 1;
	box-shadow: 0px 7px 25px 10px rgba(0, 0, 0, 0.28);
}
.top-bar-section .has-dropdown>a:after{
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.top-bar-section .has-dropdown:hover>a:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/* Single item dropdown menu (Service Areas) style */
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a{
	border-radius: 20px !important;
}
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
	border-radius: 20px !important;
}
/* Navigation Link Default Styles */

.top-bar .name {
	background: #2b80ff;
}.top-bar-section .dropdown {
	left: 0;
	top: auto;
	background: transparent;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}.top-bar-section .has-dropdown > a {
	padding: 0 19px !important;
}.top-bar-section .has-dropdown > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #ffffff transparent transparent transparent;
	border-top-style: solid;
	margin-top: -2.5px;
	left: 0;
	margin: auto;
	right: 0;
	top: 38px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
	color: #ffffff;
	border-radius: 20px;
	font-family: Yantramanav, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 0 19px; 
	border: 3px solid transparent;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}.top-bar-section ul > li:not(:last-child) {
	margin: 0 18px 0 0;
}.navigation-wrapper, 
 .top-bar ul {
	padding: 0;
}

/* Navigation Link Active/Hover Styles */

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	border: 3px solid #ffffff;
	border-radius: 20px;
	color: #ffffff;
	padding: 0 19px;
	box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
	background: none;
	border: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown{
	border-radius: 0 0px 20px 20px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown {
	background: #174386;
	border-radius: 20px;
	overflow: hidden;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
	background: #2b80ff !important;
	color: #ffffff;
	border-radius: 0 0 0 0 !important;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
	border: none;
	border-radius: 0;
	font-size: 13px;
	line-height: 40px;
}.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button) {
	border-radius: 20px 20px 0 0;
	border-bottom: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
	background: #2b80ff;
	border: none;
	border-radius: 0;
	color: #ffffff;
	box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li{
	box-shadow: none;
}.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button){
	box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a {
	border-radius: 20px 20px 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button) {
	border-radius: 20px 20px 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a {
	border-radius: 0 0 20px 20px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button) {
	border-radius: 0 0 20px 20px;
}.top-bar.expanded .toggle-topbar a {
	color: #ffffff;
}.top-bar-section .has-dropdown.moved > .dropdown {
	background: #174386;
}

/* * * * * * SLIDER STYLES * * * * * */

.slick-background-wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100% !important;
	height: 100vh;
}.slick-background-wrapper::before {
	content: "";
	background: -webkit-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: -moz-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: -ms-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: -o-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	background: linear-gradient(150deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
	height: 200vh;
	left: -127.5vw;
	position: absolute;
	top: 0px;
	width: 240vw;
	opacity: 0.7;
	z-index: 1;
	animation-name: fadeIn;
	animation-duration: 4s;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 4s;
	transform: skew(0deg, -41deg);
}.slick-dots {
	position: absolute;
	bottom: 22vh;
	left: 10vw;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	opacity: 0;
	list-style: none;
	text-align: center;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	transition-delay: 1.5s;
}.slick-dots.complete{
	opacity: 1;
	bottom: 25vh;
}.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	text-align: center;
	opacity: 1;
	color: transparent;
	border: 2px solid #174386;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #174386;
	background: #174386;
}.slick-dotted.slick-slider {
	margin-bottom: 0px;
}.slick-slide img {
	height: 100vh;
	width: 100vw;
}.slick-track {
	opacity:0;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	transition-delay: 1.5s;
}.slick-track.complete{
	opacity: 1;
}.slider-content{
	padding-top: 25vh;
	left: 150px;
	position: relative;
	bottom: -30px;
	opacity: 0;
	width:78%;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	transition-delay: 1.5s;
}.slider-content.complete {
	bottom: 0;
	opacity: 1;
}.slider-content p {
	line-height: 0.7em;
}.slider-content p:nth-of-type(1) {
	color: #174386;
	font-family: Source Sans Pro, sans-serif;;
	font-weight: normal;
	font-size: 5em;
	text-transform: uppercase;
}.slider-content p:nth-of-type(2) {
	color: #ffffff;
	font-size: 5em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	padding-left: 5%;
}.slider-content a {
	float: left;
	margin-left: 14%;
	width: 300px;
}.slider-details-btn {
	background: -webkit-linear-gradient(90deg, #ff2727, #ff2727, #ff3c3c, #ff3c3c);
	background: -moz-linear-gradient(90deg, #ff2727, #ff2727, #ff3c3c, #ff3c3c);
	background: -ms-linear-gradient(90deg, #ff2727, #ff2727, #ff3c3c, #ff3c3c);
	background: -o-linear-gradient(90deg, #ff2727, #ff2727, #ff3c3c, #ff3c3c);
	background: linear-gradient(90deg, #ff2727, #ff2727, #ff3c3c, #ff3c3c);
	color: #ffffff;
	width: 300px;
	float: left;
	border-radius: 50px;
	padding: 15px 50px 15px 50px;
	font-family: Yantramanav, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: 1px;
	white-space: nowrap;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}.slider-details-btn i.fa.fa-long-arrow-right{
	position: relative;
	margin-left: 0;
	top: 1px;
	opacity: 0;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}.slider-content a:hover .slider-details-btn i.fa.fa-long-arrow-right{
	margin-left: 5px;
	opacity: 1;
}.slider-details-btn span {
	position: relative;
	left: 13px;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}.slider-content a:hover .slider-details-btn span {
	left: -3px;
}.slider-details {
	height: 94vh;
	width: 100%;
}.slider-wrapper{
	opacity: 0;
}.arrow-wrapper {
	position: absolute;
	bottom: -25px;
	z-index: 9;
}.arrow {
	opacity: 0;
	width: 55px;
	height: 55px;
	background: #2b80ff;
	border-radius: 50%;
	position: relative;
	bottom: -30px;
	cursor: pointer;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	transition-delay: 1.5s;
}.arrow.complete{
	opacity: 1;
	bottom: 0;
}.arrow-wrapper i.fa.fa-long-arrow-up {
	color: #ffffff;
	transform: rotate(180deg);
	position: relative;
	top: 12px;
	font-size: 20px;
	-webkit-animation: up-down 800ms ease infinite alternate; 
	animation: up-down 800ms ease infinite alternate;
}

/* * * * * * FOR PAGES * * * * * */

main.main-wrapper.inner-page{
	padding-top: 45px;
}.main-wrapper ul li {
	color: #777777;
}.main-wrapper ol li {
	color: #777777;
}.service-items a {
	color: #5198ff;
}.service-items a i.fa.fa-long-arrow-right{
	position: relative;
	top: 1px;
	left:0;
	opacity: 0;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}.service-items a:hover i.fa.fa-long-arrow-right{
	left: 5px;
	opacity: 1;
}

/* Home Page */

.home-bg-img{
	background: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-home-img-01.jpg");
	background-size: cover;
	background-position: center;
	height: 100%;
}.stacked-img-wrapper {
	max-width: 751px;
	z-index:99;
}.stacked-img {
	margin-top: 20%;
}.stacked-img img{
	box-shadow: box-shadow: 0px 0px 79px 3px rgba(0, 0, 0, 0.48);
}

/* About Page */

.about-bg-img-01{
	background: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-about-img-01.jpg");
	background-size: cover;
	background-position: center;
	height: 100%;
	opacity: 0;
}.about-bg-img-02{
	background: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-about-img-02.jpg");
	background-size: cover;
	background-position: center;
	height: 100%;
	box-shadow: 0px 6px 34px 12px rgba(121, 121, 121, 0.22);
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	transition-delay: 1.2s;
}.about-bg-img-03{
	background: url("https://janusservicesinc.com/wp-content/themes/jcl4/images/commercial-about-img-03.jpg");
	background-size: cover;
	background-position: center;
	height: 100%;
}

/* Contact Page */

.contact-info p {
	font-size: 21px;
	margin: 20px 0;
}p.contact-email.email{
	margin: 0 0 50px 0;
}.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
}.contactForm input {
	width: 100%;
	padding: 3px;
	margin-bottom: 24px;
}.contactForm textarea {
	width: 100%;
	height: 147px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .submitWrapper {
	text-align: center;
	margin-top: 30px;
}.contactForm .submitWrapper button.submit {
	background-color: #2b80ff;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: Yantramanav, sans-serif;
	padding: 9px 20px;
	max-width: 440px;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: unset;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}.contactForm .submitWrapper button.submit:hover {
	background-color: #174386;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}img#captchaImage {
	width: calc(100% - 25%);
	float: right;
}img.captchaRefresh {
	width: calc(100% - 75%);
	float: left;
}::-webkit-input-placeholder { 
	font-family: Yantramanav, sans-serif;
	color: #a1a1a1;
	padding-left: 10px;
}
::-moz-placeholder { 
	font-family: Yantramanav, sans-serif;
	color: #a1a1a1;
	padding-left: 10px;
}
:-ms-input-placeholder { 
	font-family: Yantramanav, sans-serif;
	color: #a1a1a1;
	padding-left: 10px;
}
:-moz-placeholder { 
	font-family: Yantramanav, sans-serif;
	color: #a1a1a1;
	padding-left: 10px;
}:focus::-webkit-input-placeholder { 
	font-family:;
	color: #2b80ff;
}
:focus::-moz-placeholder { 
	color: #2b80ff;
}
:focus:-ms-input-placeholder { 
	color: #2b80ff;
}
:focus:-moz-placeholder { 
	color: #2b80ff;
}

/* * * * * * FOOTER * * * * * */

.back-to-top {
	background: #2b80ff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: absolute;
	right: 5%;
	cursor: pointer;
}.back-to-top i.fa.fa-long-arrow-up {
	color: #ffffff;
	font-size: 20px;
	position: relative;
	left: 23px;
	top: 16px;
	-webkit-animation: up-down 800ms ease infinite alternate; 
	animation: up-down 800ms ease infinite alternate;
}.disclaimer {
	padding: 30px 0;
	background-color: #174386;
}.disclaimer::before {
	content: "";
	display: block;
	height: 5px;
	width: 0;
	background-color: #2b80ff;
	top: calc(0px - 35px);
	position: relative;
	transition-delay: 1s;
	transition-duration: 2s;
	transition-property: width;
}.footer-holder.scrollfade.complete >.disclaimer::before{
	width: 100%;
}.disclaimer p{
	color: #ffffff;
	font-size:13px;
}.footer-wrapper {
	width: 100%;
	min-height:300px;
	padding: 40px 0 40px 0;
	font-family: Yantramanav, sans-serif;
}.footer-wrapper h1 {
	display: none;
}.footer-inner-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
	padding: 0 0 25px 0;
}footer.footer-wrapper .content-wrapper {
	padding: 80px 0;
}.footer-btn {
	background: #5198ff;
	color: #ffffff;
	box-shadow: none;
	float: left;
	width: 300px;
	border-radius: 50px;
	padding: 15px 50px 15px 50px;
	font-family: Yantramanav, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
	opacity: 0;
	transition-delay: 2000ms;
	transition-duration: 800ms;
	transition-property: opacity;
	transition-timing-function: ease;
}.pipe-wrapper.scrollfade.complete .footer-btn{
	opacity: 1;
}.pipe-holder {
	position: relative;
	top: 45px;
	margin: 0 7px;
}.pipe-wrapper a {
	float: left;
	margin-left: 16%;
	position: relative;
	width: 300px;
}.pipe-wrapper a span.footer-btn span{
	position: relative;
	left: 13px;
	transition-duration: 800ms;
	transition-timing-function: ease;
}.pipe-wrapper a:hover span.footer-btn span{
	position: relative;
	left: -2px;
}.pipe-wrapper a .footer-btn i.fa.fa-long-arrow-right {
	position: relative;
	margin-left: 0px;
	top: 1px;
	opacity: 0;
	transition-duration: 300ms;
	transition-timing-function: ease;
}.pipe-wrapper a:hover .footer-btn i.fa.fa-long-arrow-right {
	margin-left: 5px;
	opacity: 1;
}.hours-availability {
	margin:30px 0;
}.hours-availability p {
	color: #5198ff;
	font-family: Yantramanav, sans-serif;
	font-weight: normal;
	line-height: 5px;
	text-align: center;
}.hours-availability p:nth-child(1) {
	font-weight: bold;
	font-size: 23px;
}.hours-availability p:nth-child(2){
	font-size: 18px;
	text-transform: uppercase;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1){
	opacity: 0;
	transition-delay: 100ms;
	transition-duration: 300ms;
	transition-property: opacity;
}.pipe-wrapper .hours-availability-wrapper:nth-child(2){
	opacity: 0;
	transition-delay: 1450ms;
	transition-duration: 300ms;
	transition-property: opacity;
}.pipe-wrapper.scrollfade.complete .hours-availability-wrapper:nth-child(1){
	opacity: 1;
}.pipe-wrapper.scrollfade.complete .hours-availability-wrapper:nth-child(2){
	opacity: 1;
}span.pipe-one {
	height: 8px;
	background-color: #2b80ff;
	width: 0;
	display: inline-block;
	margin-left:25px;
	border-radius: 20px 0 0 20px;
	transition-delay: 500ms;
	transition-duration: 300ms;
	transition-property: width;
}span.pipe-one::after {
	width: 8px;
	height: 0;
	display: inline-block;
	content: "";
	position: relative;
	border-radius: 0 20px 20px 20px;
	left: 100%;
	box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
	background-color: #2b80ff;
	transition-delay: 900ms;
	transition-duration: 150ms;
	transition-property: height;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one{
	width: 95%;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one::after{
	height: 65px;
}span.pipe-two {
	height: 8px;
	width: 0;
	background-color: #2b80ff;
	display: inline-block;
	border-radius: 20px;
	transition-delay: 1700ms;
	transition-duration: 300ms;
	transition-property: width;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-two{
	width: 100%;
}

/* * * * * * ANIMATIONS * * * * * */

	@keyframes up-down {
		0% {
			top: 12px;
		}
		100% {
			top: 18px;
		}
}

/* SLIDE OUT FORM */
.custom-slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    background: #e7e7e7;
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.custom-slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.custom-slide-out-content h3 {
    margin: 0 0 25px;
    color: #101010;
}.custom-slide-out-form form {
    margin: 0;
}.custom-slide-out-wrapper span.custom-form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:#2b80ff;
    border-radius: 40px;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}input.slideOutInput[type="text"] {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    padding: 10px 25px;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
}.custom-slide-out-form input[type="text"]::placeholder, .custom-slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.custom-slide-out-form .contactForm textarea {
    width: 100%;
    border-radius: 15px;
    line-height: 1.4;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 10px 25px;
    font-size: 15px;
    height: 100px;
    margin-bottom: 10px;
}.custom-slide-out-form .contactForm .captchaWrapper {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 15px;
    min-height: 0;
}.custom-slide-out-form .contactForm .captchaWrapper input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
}.custom-slide-out-form .contactForm .captchaWrapper img {
    max-width: 25% !important;
    width: auto !important;
    float: none !important;
}.custom-slide-out-form .contactForm .captchaRefresh {
    vertical-align: top;
}.custom-slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 20px;
}.custom-slide-out-form .contactForm .submitWrapper button.submit {
    color: #ffffff;
    font-weight: normal;
    background: #2b80ff;
    border: none;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.custom-slide-out-form .contactForm .submitWrapper button.submit:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
/* END SLIDE OUT FORM */     

@media screen and (max-width: 1650px){
.slick-background-wrapper::before{
	left: -131vw;   
}
.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 9px;
}.top-bar-section .has-dropdown > a {
	padding: 0 9px !important;
}.top-bar-section ul li:hover:not(.has-form) > a{
	padding: 0 9px;
}
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
.box-padding {
	padding: 4%;
}.footer-btn{
	padding: 15px 27px;
}.header-inner-wrapper {
	padding: 5px 2%;
	float: left;
}.header-wrapper .navigation-wrapper {
	padding-top: 75px;
}.header-phone a {
	top: 87px;
}.pipe-holder{
	margin: 0 22px;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one{
	width: 98%;
	margin-left: 44px;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one::after{
	height: 50px;
}.slick-background-wrapper::before{
	left: -129vw;
	height: 183vh;
}.slider-content p:nth-of-type(1) {
	font-size: 4em;
}.slider-content p:nth-of-type(2) {
	font-size: 4em;
}.slider-details-btn {
	padding: 15px 30px;
	max-width: 260px;
}.slick-dots {
	bottom: 15vh;
}.slick-dots.complete{
	bottom: 21vh;
}.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
	font-size: 11.5px;
	padding: 0 7px;
}.top-bar-section ul > li:not(:last-child) {
	margin: 0 5px 0 0;
}.top-bar-section .has-dropdown > a {
	padding: 0 7px !important;
}.top-bar-section ul li:hover:not(.has-form) > a{
	padding: 0 7px;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a, .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a{
	line-height: 30px;
}
	@keyframes up-down {
		0% {
			top: 15px;
		}
		100% {
			top: 21px;
		}
	}
}
@media screen and (max-width: 1024px) {
footer.footer-wrapper .content-wrapper {
	padding: 10px 0 50px 0;
}.footer-btn{
	float: none;
}.mobile-navigation  {
	background:#174386;
	display: block;
	font-family: Yantramanav, sans-serif;
	font-size: 18px;
	right: 0px;
	line-height: 58px;
	position: absolute;
	text-transform: uppercase;
	top: 0px;
	vertical-align: top;
	width: auto;
	z-index: 999;
}.mobile-navigation .fa {
	color: #ffffff;
	font-size: 32px;
	line-height: 58px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	width: 58px;
}header.header-wrapper .navigation-wrapper{
	opacity: 1;
	position: absolute;
	width: 100%;
}.header-inner-wrapper {
	padding: 0px 2%;
}.header-phone a span{
	background: #2b80ff;
	color: #ffffff;
}.pipe-wrapper a{
	width: 215px;
	float: none;
	margin: 0;
}.slick-background-wrapper::before{
	height: 140vh;
}.slider-content {
	padding-top: 15vh;
	left: 100px;
	bottom: 0;
	opacity: 1;
}.slider-content a{
	width: 215px;
}.slider-content p:nth-of-type(1){
	font-size: 3em;
}.slider-content p:nth-of-type(2){
	font-size: 3em;
}.slider-details {
	height: 75.5vh;
}.slider-details-btn {
	color: #ffffff;
	padding: 12px 20px;
	position: relative;
	top: 0px;
	margin-left: 0;
	font-size: 12px;
	width: 225px;
}.slider-details-btn span{
	left: 9px;
}.slick-dots{
	display: none !important;
}.slick-list::before {
	content: none;
}.slick-slide{
	height: 300vh;
}.stacked-img {
	margin-top: 5%;
}.stacked-img::before{
	content: none;
}.stacked-img::after{
	content: none;
}
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	border: none;
	border-radius: 0px;
	color: #ffffff;
	box-shadow: none;
}
.top-bar-section ul li > a, 
.top-bar-section ul li > a:hover, 
.top-bar-section .has-dropdown > a, 
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: #2b80ff;
	border: none;
	border-radius: 0 0 0 0;
	line-height: 65px;
	text-align: center;
}.top-bar-section li:not(.has-form) a:hover:not(.button) {
	border-color: transparent;
	background: #2b80ff !important;
	color: #ffffff;
}.top-bar-section ul > li:not(:last-child) {
	margin: 0;
}.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button){
	background: #2b80ff;
	border: none;
	border-color: transparent;
	color: #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button){
	border: none;
	border-radius: 0 0 0 0;
}.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button){
	border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a {
	border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button) {
	border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a{
	border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button) {
	border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown, .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown{
	border-radius: 0;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
	background: #ffffff !important;
	color: #2b80ff;
	border-radius: 0 0 0 0 !important;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
	background: #ffffff !important;
	border: none;
	border-radius: 0;
	color: #2b80ff;
	box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li{
	height: 40px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a{
	line-height: 40px;
}.top-bar-section .dropdown{
	left: 100%;
	top: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}.top-bar-section .has-dropdown.not-click >.dropdown{
	opacity: 1;
}
.top-bar .toggle-topbar.menu-icon {
	left:0;
}.top-bar .toggle-topbar.menu-icon a{
	color: #ffffff;
}.top-bar .toggle-topbar.menu-icon a span::after{
	box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
	left: 65px;
}.top-bar .toggle-topbar.menu-icon a span:hover:after {
	box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 65px;
	text-align:center;
}.top-bar-section li:not(.has-form):not(.button)::after,
.top-bar-section li:hover:not(.has-form):not(.button)::after{
	display:none !important;
}.top-bar-section {
	background: #174386;
}.top-bar .top-bar-section ul li:not(.dropdown){
	height: 65px;
}.top-bar-section .has-dropdown.moved>.dropdown {
	left: unset;
}.top-bar-section .has-dropdown.moved>.dropdown a{
	color:white;
}.top-bar-section .dropdown::before{
	display:none;
}.top-bar-section .has-dropdown .dropdown {
	left: 100%;
	top:0px;
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
}.top-bar-section .has-dropdown:hover .dropdown {
	top:0px;
}.top-bar-section .has-dropdown>a:after {
	top: 43% !important;
}.top-bar.expanded .title-area{
	background: #ffffff;
}.top-bar-section .has-dropdown > a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #5198ff !important;
	border-top-style: solid;
	margin-top: 0px;
	left: auto;
	right: 0;
	top: 50%;
	margin-right: 15px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}.top-bar-section .has-dropdown:hover>a:after {
	-ms-transform: none;
	-webkit-transform: none;
}/* Single item dropdown menu (Service Areas) style */
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a{
	border-radius: 0px !important;
}
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
	border-radius: 0px !important;
}.fullwidth-navigation {
	background: #174386;
	position: absolute;
	top:0;
	z-index: 997;
	display: none;
}.fullwidth-navigation .top-bar {
	padding-top: 8%;
	height: 100%;
}.fullwidth-navigation .title-area {
	display: none !important;
}.fullwidth-navigation .top-bar-section ul {
	position: relative;
	right:0;
	width:100%;
	z-index: 997;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
	box-shadow:none;
	left: 100%;
}.top-bar-section .has-dropdown.not-click >.dropdown{
	opacity: 1;
	box-shadow: 0;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}.footer-btn{
	transition-delay: 300ms;
	transition-duration: 800ms;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1){
	transition-delay: 100ms;
	transition-duration: 300ms;
	transition-property: opacity;
}.pipe-wrapper .hours-availability-wrapper:nth-child(2){
	transition-delay: 200ms;
	transition-duration: 300ms;
	transition-property: opacity;
}.header-wrapper.home {
    background: #2b80ff;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1), 
.pipe-wrapper .hours-availability-wrapper:nth-child(2), 
.footer-btn, .header-phone {
    opacity: 1;
}.disclaimer::before {
    width: 100%;
}.scrollfade, [class*="fadein-"] {
  opacity:1;
    -moz-transform: translateX(0px) translateY(0px) !important;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    -o-transform: translateX(0px) translateY(0px) !important;
    -ms-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important; 
    opacity: 1;
}
}
@media screen and (max-width: 768px) {
h2{
	font-size: 1.3em;
}.arrow{
	height: 40px;
	width: 40px;
}.arrow-wrapper i.fa.fa-long-arrow-up {
	top: 10px;
	font-size: 16px;
}.box-padding {
	padding: 4% 2%;
}.footer-btn {
	padding: 15px 30px;
	font-size: 14px;
}.header-company-title a{
	font-size: 0.8em;
}.header-phone a span {
	color: #ffffff;
	background: #2b80ff;
	border: none;
	font-family: Yantramanav, sans-serif;
	font-weight: bold;
	width: 100%;
	letter-spacing: 1px;
	border-radius: 0;
	padding: 12px 15px;
	position: fixed;
	white-space: nowrap;
	left: 0;
	bottom: 0;
	top: auto;
	text-align: center;
	z-index:9999;
}.pipe-wrapper a {
	margin-left: 0;
}.pipe-wrapper a span.footer-btn span{
	left: 12px;
}.slick-background-wrapper::before{
	height: 98vh;
	transform: skew(0deg, -46deg);
}.slider-content{
	left: 0;
	bottom: 0;
	opacity: 1;
	padding-top: 5vh;
}.slider-content p:nth-of-type(1){
	font-size: 2em;
}.slider-content p:nth-of-type(2){
	font-size: 2em;
}.slider-details {
	height: 50vh;
}.slider-details-btn{
	width: 200px;
}.slick-list::before {
	content: none;
}.slick-slide {
	height: 100%;
}.slick-slide img {
	height: auto;
	width: 100vw;
	position: relative;
	top: 0;
}.social-icons {
	margin-bottom: 10px;
}
	@keyframes up-down {
		0% {
			top: 5px;
		}
		100% {
			top: 10px;
		}
	}
}
@media screen and (max-width: 767px) {
.slick-background-wrapper::before {
	height: 70vh;
	transform: skew(0deg, -46deg);
}.slider-content p:nth-of-type(1) {
	font-size: 1.6em;
	display: inline-block;
}.slider-content p:nth-of-type(2) {
	font-size: 1.6em;
	display: inline-block;
}.slider-content {
	bottom: 0;
	opacity: 1;
	left: 0;
	padding-top: 0;
	width: 100%;
}.slider-details {
	height: auto;
}.header-inner-wrapper {
	padding: 0px 2% 5% 0;
}
	@keyframes up-down {
		0% {
			top: 5px;
		}
		100% {
			top: 10px;
		}
	}
}

