 a:focus, button:focus, input[type"=submit"]:focus {
outline:none;
text-decoration:none;
}
/*=========== Margin Helper============= */
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 1em !important;
}
.m-2 {
	margin: 2em !important;
}
.m-3 {
	margin: 3em !important;
}
.m-4 {
	margin: 4em !important;
}
.mt-0 {
	margin-top: 0em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mt-4 {
	margin-top: 4em !important;
}
.mb-0 {
	margin-bottom: 0em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
.ml-0 {
	margin-left: 0em !important;
}
.ml-1 {
	margin-left: 1em !important;
}
.ml-2 {
	margin-left: 2em !important;
}
.ml-3 {
	margin-left: 3em !important;
}
.ml-4 {
	margin-left: 4em !important;
}
.mr-0 {
	margin-right: 0em !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mr-2 {
	margin-right: 2em !important;
}
.mr-3 {
	margin-right: 3em !important;
}
.mr-4 {
	margin-right: 4em !important;
}
.mlr-0 {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.mlr-1 {
	margin-right: 1em !important;
	margin-left: 1em !important;
}
.mlr-2 {
	margin-right: 2em !important;
	margin-left: 2em !important;
}
.mlr-3 {
	margin-right: 3em !important;
	margin-left: 3em !important;
}
.mlr-4 {
	margin-right: 4em !important;
	margin-left: 4em !important;
}
.mtb-0 {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}
.mtb-1 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.mtb-2 {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.mtb-3 {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}
.mtb-4 {
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}
/*=========== Padding Helper============= */

.p-0 {
	padding: 0 !important
}
.p-1 {
	padding: 1em !important
}
.p-2 {
	padding: 2em !important
}
.p-3 {
	padding: 3em !important
}
.p-4 {
	padding: 4em !important
}
.pt-0 {
	padding-top: 0em !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pt-4 {
	padding-top: 4em !important;
}
.pt-5 {
	padding-top: 5em !important;
}
.pb-0 {
	padding-bottom: 0em !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pb-4 {
	padding-bottom: 4em !important;
}
.pb-5 {
	padding-bottom: 5em !important;
}
.pl-0 {
	padding-left: 0em !important;
}
.pl-1 {
	padding-left: 1em !important;
}
.pl-2 {
	padding-left: 2em !important;
}
.pl-3 {
	padding-left: 3em !important;
}
.pl-4 {
	padding-left: 4em !important;
}
.pr-0 {
	padding-right: 0em !important;
}
.pr-1 {
	padding-right: 1em !important;
}
.pr-2 {
	padding-right: 2em !important;
}
.pr-3 {
	padding-right: 3em !important;
}
.pr-4 {
	padding-right: 4em !important;
}
.plr-0 {
	padding-left: 0em !important;
	padding-right: 0em !important;
}
.plr-1 {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.plr-2 {
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.plr-3 {
	padding-left: 3em !important;
	padding-right: 3em !important;
}
.plr-4 {
	padding-left: 4em !important;
	padding-right: 4em !important;
}
.ptb-0 {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}
.ptb-1 {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.ptb-2 {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.ptb-3 {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}
.ptb-4 {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}
/*=========== Text color Helper============= */

.text-primary {
	color: #007bff !important;
}
.text-secondary {
	color: #868e96 !important;
}
.text-success {
	color: #28a745 !important;
}
.text-danger {
	color: #dc3545 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-info {
	color: #17a2b8 !important;
}
.text-light {
	color: #f8f9fa !important;
}
.text-white {
	color: #fff !important;
}
/*=========== Background Color Helper============= */

.bg-dark {
	background-color: #343a40 !important;
}
.bg-primary {
	background-color: #007bff !important;
}
.bg-secondary {
	background-color: #868e96 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
.bg-white {
	background-color: #fff !important;
}
.hide {
	display: none !important;
}
/*custom website css starts*/
 #header #logo {
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
#header #primary-menu {
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
 #header.sticky-header:not(.static-sticky) #logo {
 /* max-width: 200px; */
 padding: 0;
 transition:all ease 0.5s;
 -webkit-transition:all ease 0.5s;
}
 #header.sticky-header:not(.static-sticky) #primary-menu {
 margin-top: 0px;
 transition:all ease 0.5s;
 -webkit-transition:all ease 0.5s;
}
.page-section {
	padding: 40px 0;
}
div#headquarters-map {
	min-height:400px;
}
div#top-header {
	background: #c83049;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
div#top-header a {
	color: #fff;
	margin-left: 10px;
	text-align: right;
	padding: 6px 10px;
	border-radius: 2px;
	display: inline-block;
}
.text-blue {
	color:#2e6da4;
}
.btn-green {
	color: #ffffff;
	background-color: #008941;
	border-color: #008941;
}
.btn-green:hover, .btn-green:focus {
	color: #ffffff;
	background-color: #026732;
	border-color: #026732;
}
.verticalmiddle td {
	vertical-align:middle;
}
.table.table-no-border > tbody > tr > td {
	border:0;
}
.lisings ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lisings ul li {
	position: relative;
	padding-left: 29px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #000;
}
.bold {
	font-weight:bold;
}
.lisings ul li:before {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 5px;
	font-size: 20px;
	color: #000;
}
footer#footer a {
	padding:0 5px;
}
#registerform iframe #form {
	padding:0 !important;
}
button.closed {
	background: transparent;
	border: 0;
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #666;
}
button.closed:hover {
	color: #f00;
}
h3.headmain {
	font-size: 30px;
	color:#fff;
	letter-spacing: 2px;
	margin-bottom: 0;
}
section#content {
	float: left;
	width: 100%;
}
footer img {
	max-width: 180px;
}
.vimeowrapper2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.vimeowrapper2 .fluid-width-video-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vw !important;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.vimeowrapper2 iframe {
	width: 100vw !important;
	height: 100% !important;
	min-height: 100vh;
	/* min-width: 177.77vh; */
    position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}
.parallex-image {
	margin-top: 0;
	float: left;
	width: 100%;
	position: relative;
	color: #fff;
	padding: 0px 0;
	height: 550px;
	align-items: center;
	justify-content: center;
}
.parallex-image video {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.btn.btn-red {
	background: #a81922;
	padding:8px 20px;
	font-size:14px;
	border-radius:2px;
	display:inline-block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.btn.btn-red:focus, .btn.btn-red:hover {
	background: #0a2864;
	color:#fff;
}


.btn.btn-white {
	background: #fff;
	padding:8px 20px;
	font-size:14px;
	border-radius:2px;
	display:inline-block;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.btn.btn-white:focus, .btn.btn-white:hover {
	background: #000;
	color:#fff;
}
.vertical-middle h2 {
	font-size: 45px;
	margin: 15px 0;
}
div#top-header a:hover {
	color: #fff;
	background: #253e77;
}
.shadow {
	border: 4px solid #fff;
	box-shadow: 0 0 5px #ccc;
}
.btn.btn-blue {
	background: #22409a;
	padding:8px 20px;
	font-size:14px;
	color:#fff;
	border-radius:2px;
	display:inline-block;
}
.btn.btn-blue:focus, .btn.btn-blue:hover {
	background:#f47820;
	color:#fff;
}
.font20 {
	font-size:20px;
}
a.socialf {
	float: right;
}
a.socialf span {
	font-size: 25px;
	margin-left: 5px;
}
.contactformbox .col-padding {
	padding: 50px;
}
.overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.contactbox h1, .contactbox h4, .contactbox a, .contactbox h3, .contactbox h2 {
	color: #fff;
}
.contactbox .col-padding {
	padding: 50px;
	position: relative; 
	color: #fff;
}
div#section-contact {
	background: #ffffff;
}
 
 .heading-block.title-center h2 {
    color: #0a2864;
}
.title-block h1, .title-block h2, .title-block h3, .title-block h4 {
    margin-bottom: 0;
    color: #0a2864;
    text-transform: uppercase;
}
div#section-contact .heading-block.title-center h2:after {
    border-color: #fff !important;
}

div#section-contact .heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px; 
}

.vidwarp {
    float: left;
    width: 100%;
    height: 100%;
}
.eqWrap p {
    font-size: 18px;
}
.itemservice {margin-bottom:30px;}

.parallex-slider {  
     background-position: center center;
 
    height: auto;
    margin-top: 0;
      float: left;  
      width: 100%;  
    position: relative;
    background-position: top center;
    padding-top: 0;
   text-align: inherit; 
    color: #fff;
    padding: 0px 0; 
    display: flex;
	 height: 500px;
    align-items: center;  
    justify-content: center;
}
 
 .vimeowrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 500px;
   z-index: 1;
   pointer-events: none;
   overflow: hidden;
} 
 .vimeowrapper .fluid-width-video-wrapper{
	  position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 500px;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeowrapper iframe {
    width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 100.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
div#logo {
    /* width: 100%; */
    text-align: left;
    float: left;
    /* max-width: 100%; */
}

div#logo img {
    margin: 5px auto;
}
.parallex-slider h4 {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    color: #fff;
    background: #0a2864;
    padding: 10px;
    border-radius: 4px;
}
#header.sticky-header:not(.static-sticky) #logo img {
    max-width: 150px;
}
#bannermiddle {padding:40px 20px;}
#bannermiddle {text-align:center;}
#bannermiddle h4 {
    color: #fff;
    font-size: 30px;
    line-height: 59px;
    letter-spacing: 2px;
}
.gmaps {
    border: 5px solid #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    float: left;
    width: 100%;
}

.gmaps, .maps {
    position: relative;
}
.gmaps .fluid-width-video-wrapper, .maps .fluid-width-video-wrapper {
    height: 250px;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}
.fluid-width-video-wrapper {
    position: static !important;
    margin-bottom: 20px;
}
.gmaps .fluid-width-video-wrapper iframe {position:static !important;}
.emphasis-title {
    margin: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    padding: 30px;
    max-width: 700px;
    margin: auto;
    border-radius: 6px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  0% {
    border-color: red;
  } 
  30% {
    border-color: yellow;
  } 
  75% {
    border-color: green;
  }
}
.col-padding {
	padding: 25px;
}
.scheduling-boxes ul {
	list-style:none;
	margin:0;
	padding:0;
}
.scheduling-boxes ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}
.scheduling-boxes ul li:before {
	position: absolute;
	content: "\f00c";
	font-family: fontawesome;
	font-size: 14px;
	font-weight: normal;
	left: 0;
	top: 5px;
}
.scheduling-boxes p, .scheduling-boxes h3, .scheduling-boxes li {
    color: #000;
}
p.fsocials a span {
    font-size: 20px;
    margin: 10px;
    color: #eee;
}
.title-block.black, .title-block.black h4 {
    color: #0a2864;
    border-color: #0a2864;
}

address p, address a {
    color: #f5ebeb !important; 
}
#footer {margin:0 !important;}
	.btn.btn-red.btn-lg {
    font-size: 20px;
}

.contactsquare {
    border: 1px solid transparent;
    padding: 10px;
    display: block;
    margin-bottom: 5px;
    width: 50%;
    float: left;
    text-align: left;
}
.contactsquare:hover {
    border: 1px solid #fff;
}