@font-face {
    font-family: 'Socialico';
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), 
    url("fonts/Socialico/Socialico.woff2") format("woff2"), 
    url("fonts/Socialico/Socialico.woff") format("woff"), 
    url("fonts/Socialico/Socialico.ttf") format("truetype"), 
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('fonts/Myriad-pro-regular/Myriad Pro Regular.eot');
  src: url('fonts/Myriad-pro-regular/Myriad Pro Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Myriad-pro-regular/Myriad Pro Regular.woff2') format('woff2'),
    url('fonts/Myriad-pro-regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
    url('fonts/Myriad-pro-regular/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('fonts/Myriad-pro-bold/MyriadPro-Bold.eot');
    src: url('fonts/Myriad-pro-bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Myriad-pro-bold/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/Myriad-pro-bold/MyriadPro-Bold.woff') format('woff'),
        url('fonts/Myriad-pro-bold/MyriadPro-Bold.ttf') format('truetype'),
        url('fonts/Myriad-pro-bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('fonts/proximanovaregular/ProximaNovaRegular.svg#ProximaNova-Regular') format('svg'),
       url('fonts/proximanovaregular/ProximaNovaRegular.ttf') format('truetype'),
       url('fonts/proximanovaregular/ProximaNovaRegular.woff') format('woff');
  src: url('fonts/proximanovaregular/ProximaNovaRegular.eot');
  src: url('fonts/proximanovaregular/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanovaregular/ProximaNovaRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('fonts/proximanovabold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
       url('fonts/proximanovabold/ProximaNova-Bold.ttf') format('truetype'),
       url('fonts/proximanovabold/ProximaNova-Bold.woff') format('woff');
  src: url('fonts/proximanovabold/ProximaNovaBold.eot');
  src: url('fonts/proximanovabold/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/proximanovabold/ProximaNovaBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: relative;
}

a {
  color:inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:inherit;
}

div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {
  padding:0;
  margin:0;
}

.row {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block!important;
  transform: none!important;
  bottom: 0!important;
  left: 20px!important;
}

/*call to action*/
.destroy-on-load, .cta {
  display: none;
}

/*typography*/
.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.text-italic{
  font-style: italic;
}

h1, h2{
  font-family: 'Proxima Nova Bold';
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
  color: #0F238C;
  position: relative;
}

h3 span{
  display: block;
}

.contact-box h2{
  padding-bottom: 30px;
}

h3,
.inner #content h4{
  color: #0F238C;
  font-size: 30px;
  font-family: 'Proxima Nova Regular';
  font-weight: 400;
  line-height: 1.2;
}

.has-line:after{
  position: absolute;
  content: '';
  bottom: 0;
  width: 80px;
  height: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #D6D6D6;
}

p,ul{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #444444
}

/*slider*/
.test-btns{
  position: absolute;
  content: '';
  bottom: 155px;
  left: 0;
  right: 0;
  z-index: 999;
}

#banner .test-btns{
  bottom: 50px;
}

.dot{
  cursor:pointer;
  height:10px;
  width:10px;
  padding:0;
  margin: 0 5.7px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}

.btn-red{
  background: #D90000;
}


/*BUTTON*/
.btn{
  position: relative;
  overflow: hidden;
  z-index: 999;
  display: block;
  text-align: center;
  padding: 18px 0;
  width: 196px;
  font-size: 16px;
  font-family: 'Proxima Nova Bold';
  font-weight: 700;
  background: #D90000;
  color: #FFF;
  letter-spacing: 3px;
  line-height: 1.2;
  border-radius: 5px
}

.btn:hover{ 
  transition: background-color .8s ease-out;  
  -o-transition: background-color .8s ease-out;  
  -moz-transition: background-color .8s ease-out;  
  -webkit-transition: background-color .8s ease-out;  
  color: #fff;
  background: #1e397c;
}

.btn.button-mobile{
  margin: 10px auto;
  padding: 20px 15px !important;
  max-width: 180px;
}

.btn.button-mobile:hover{
  color: #fff !important;
}

/*FLEX*/
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
} 

/*SOCIAL*/
.socials a{
	font-size: 41px;
	line-height: 1.2;
	font-family: 'Socialico';
	color: #000;
	padding: 14px 20px;
	margin: 0 10px;
  position: relative;
}

.socials a:after{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 59px;
  height: 59px;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  z-index: -1;
}

.socials a:hover:after{
  border: 1px solid #D90000;
  background: #D90000;
}

.socials a:hover{
	color: #fff;
}



/*-----------------------------------------------HEADER-----------------------------------------------*/
#header-mobile{
  display: none;
}

header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  -webkit-box-shadow: 0px 0px 7px #000;
  box-shadow: 0px 0px 7px #000;
  z-index: 99999
}

header .row{
  max-width: 1720px;

}

header .flex{
  align-items: center;
}

header nav a#pull {
  display: none
}

header nav{
  position: relative;
  z-index: 999;
}

header nav ul{

}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
}

nav ul li a {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
}

header .address{
  font-family: 'Myriad Pro Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

header .address a{
  font-family: 'Myriad Pro Bold';
  font-weight: 700;
}

header .h-add{
  max-width: 745px;
  width: 100%;
}

header .h-add p{
  color: #fff;
}

.address{
  padding-left: 30px!important;
  position: relative;
}

.address:after{
  position: absolute;
  content: '';
  background: url('../images/sprite.png')no-repeat top left;
  width: 19px;
  height: 21px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#header-top{
  padding: 13.5px 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  min-height: 56px
}

#header-top nav ul li{
  padding-left: 40px;
}

#header-top nav ul li a{
  color: #fff;
}

#header-top nav ul li a.active-menu,
#header-top nav ul li a:hover{
  color: #D90000;
}

#header-bot{
  background: #fff;
}

#header-bot nav{
  width: 63%;
  text-align: right;
}

#header-bot nav ul li a {
  padding: 35px 0;
  font-family: 'Proxima Nova Bold';
}

#header-bot nav ul li {
  padding: 36px 20px;
}

#header-bot nav ul li a.active-menu, 
#header-bot nav ul li a:hover {
  border-top: 6px solid #0F238C;
  color: #0F238C
}

#header-bot .logo{
  /*max-width: 441px;*/
  width: 25.942%
}

.logo img{
  width: 100%;
  display: block;
}

header .btn{
  max-width: 165px;
  margin-left: auto;
}

/*-----------------------------------------------BANNER-----------------------------------------------*/
#banner{
  position: relative;
}

.home #banner {
  margin-top: -157px;
  padding: 0;
}

.home #banner .banner-img{
  /*position: absolute;*/
  /*content: '';*/
  /*top: 0;*/
  /*left: 0;*/
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  box-shadow: 0 0 10px #808080
}

.home #banner .row{
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1750px;
}

.home #banner .caption{
  position: relative;
  z-index: 2;
  max-width: 773px;
  margin-left: auto;
}

#banner h2{
  font-size: 56px;
  padding: 10px 0 13px;
  color: #000;
}

#banner p{
  font-size: 25px;
  color: #000;
}

#banner{
  text-align: center;
}

.contact-page #banner{
  background: url('../images/contact-banner.jpg')no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.business-page #banner{
  background: url('../images/business-banner.jpg')no-repeat bottom center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.residential-page #banner{
  background: url('../images/personal-banner.jpg')no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.medical-professional-page #banner{
  background: url('../images/medical-banner.jpg')no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/*.about-page #banner{
  background: url('../images/about-banner-3.jpg')no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
}*/
.about-page #banner{
  background: url('../images/new-banner.jpg')no-repeat top center;
  -webkit-background-size: 100%;
  background-size: 100%;
}


.inner #banner{
  height: 310px
}

/*-----------------------------------------------CONTENT-----------------------------------------------*/
#con-top{
  padding: 50px 0 100px;
}

#con-top h1{
  padding-bottom: 22px;
  margin-bottom: 52px;
}

#con-top  p{
  max-width: 1150px;
  margin: 0 auto;
}

#con-top  p span{
  font-weight: 700;
}

#con-top dl{
  position: relative;
  width: 30%;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 94px 10px 35px;
}

#con-top dl:hover{
  border: 1px solid #fff;
  box-shadow: 6px 6px 12px rgb(0,0,0);
  box-shadow: 6px 6px 12px rgba(0,0,0,.1);
}

#con-top dl:after{
  position: absolute;
  content: '';
  background: url('../images/sprite2.jpg')no-repeat top left;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}

#con-top dl#policy:after{
  background-position: -132px 0px
}

#con-top dl:last-of-type:after{
  background: url('../images/sprite2.jpg')no-repeat top right;
}

#con-top dl dt{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #444444;
  position: relative;
  margin-bottom: 20px;
}

#con-top dl dt span{
  display: block;
  padding-bottom: 18px;
}

#con-top dl dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 350px;
  margin: 0 auto;
}

#con-top p{
  padding-bottom: 130px;
}

/*about*/
#about img{
  -o-object-fit: cover;
  object-fit: cover;
}

#about .about-text,
#about img{
  width: 50%;
}

#about .about-text{
  background: #F8F8F8;
}

#about .about-text div{
  max-width: 731px;
  margin: 0 auto;
  padding: 100px 10px;
}

#about h2{
  padding-bottom: 22px;
  margin-bottom: 38px;
}

#about h3{
  padding-bottom: 30px;
}

#about p{
  padding-bottom: 40px;
}

#about .has-line:after{
  margin: 0;
  margin-left: 0;
}



/*SERVICES*/
#services{
  padding: 65px 0 125px;
}

#services h2{
  padding-bottom: 22px;
  margin-bottom: 60px;
}

#services .svc-links a{
  color: #AAA;
  font-size: 15px;
  font-family: 'Proxima Nova Regular';
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 0 30px;
  border-right: 1px solid #D6D6D6;
}

#services .svc-links a:last-of-type{
  border: none;
}

#services .svc-links a:hover{
  color: #444;
}

#services .flex{
  margin-top: 60px;
}

#services .flex a{
  position: relative;
  width: 30.89%
}

#services .flex dl,
#services .flex dl dt img{
  width: 100%;
  display: block;
}

#services .flex dl:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.45);
  display: none;
  z-index: 1;
}

#services .flex dl:hover:before,
#services .flex dl:hover:after,
#services .flex dl:hover dd{
  display: block;
}

#services .flex dl:before{
  position: absolute;
  content: '';
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url('../images/arrow.png')no-repeat top;
  width: 37px;
  height: 37px;
  display: none;
  z-index: 2
}

#services .flex dl dd{
  display: none;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  max-width: 246px;
  padding-top: 125px;
  height: 172px;
  z-index: 2;
  font-family: 'Proxima Nova Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

#services .flex a dl dd{
  background: url('../images/svcs.png')no-repeat top center;
}

#services .flex a:nth-of-type(2) dl dd{
  background: url('../images/business.png')no-repeat top center;
}

#services .flex a:nth-of-type(3) dl dd{
  background: url('../images/residential.png')no-repeat top center;
}

/*testimonials*/
/*testimonials*/
#testimonials{
  background: url('../images/test.jpg')no-repeat top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 66px 0 155px;
  position: relative;
  height: 670px;
}

#testimonials h2{
  color: #fff;
  padding-bottom: 22px;
  margin-bottom: 75px;
}

#testimonials .flex{
  max-width: 1160px;
  margin: 0 auto;
  align-items: flex-start;
}

#testimonials .flex img{
  width: 114px;
  margin-left: 40px;
}

#testimonials p.revs {
  font-style: italic;
  font-size: 18px;
  line-height: 1.5; 
  padding: 5px 0 10px;
}

#testimonials p {
  color: #fff;
}

#testimonials p.auth {
  font-family: 'Proxima Nova Bold';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#testimonials .stars{
  color: #FFBF00;
  font-size: 25px;
  letter-spacing: 10px;
}

/*CONTACT*/
#qoute{
  margin-top: -100px;
  position: relative;
}

#qoute .row{
  max-width: 1170px;
  background: #fff;
  border-radius: 8px;
  padding: 52px 10px 105px;
  box-shadow: 0 0 12px rgb(0,0,0);
  box-shadow: 0 0 12px rgba(0,0,0,.3);
}

#qoute h2{
  padding-bottom: 22px;
  margin-bottom: 42px;
}

#qoute .has-no-line{
  display: none;
}

#qoute .contactForm{
  max-width: 930px;
  margin: 0 auto;
}

.contactForm .flex label{
  width: 49%
}

form .messages p {
  display: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.contactForm {
  margin: 0 auto ;
  text-align: left;
}

.contactForm .hide{
  display: none;
}

.contactForm input[type="text"],
.contactForm textarea,
.contactForm select {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#000;
  height:45px;
  display: block;
  width: 100%;
  border:1px solid #EEEEEE;
  padding: 5px 10px 5px 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  resize: none;
  background: #fff;
  border-radius: 5px;
}

.contactForm ::placeholder,
.contactForm label{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #545454;
  line-height: 1.8;
  letter-spacing: .03px;
  text-align: left;
}

.contactForm textarea {
  height: 150px;
  padding-top:10px;
}

.contactForm .btn {
  display: block;
  border: none;
  width: 100%;
  margin: 20px auto 0;
  letter-spacing: 10px;
  -webkit-appearance: inherit;
}

.contactForm .recap {
  display: inline-block;
}

.contactForm .g-recaptcha div {
  margin: 0 auto 10px;
}

.contactForm .ctc-hide {
  display: none;
}

.contactForm .errormsg{
  color: #D90000;
}


/*-----------------------------------------------FOOTER-----------------------------------------------*/
.fot-contacts .row{
  max-width: 1190px;
  text-align: left;
  padding: 60px 10px 55px;
}

.locations h4{
  font-family: 'Proxima Nova Bold'!important;
  font-size: 15px!important;
  font-weight: 400!important;
  line-height: 1.2!important;
  letter-spacing: 3px;
  margin-bottom: 22px!important;
  color: #444;
}

.fot-contacts p{
  font-size: 15px;
}

.fot-contacts p span{
  font-weight: 700;
}

.fot-contacts .col2{
  text-align: center;
}

.fot-contacts .con-col:nth-of-type(2) h4{
	padding-bottom: 40px;
}


.fot-contacts .con-col:nth-of-type(2){
  text-align: center;
}

.footer{
  background: #111;
  padding: 22px 0;
  box-shadow: 0 0 10px #808080
}

.footer p{
  color: #fff;
  font-size: 15px;
}

.box-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 0;
  box-sizing: border-box;
}


/*---------------------------------------inner pages-------------------------------------------*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: left;
}

.inner #content img{
  width: 100%;
  display: block;
  margin: 10px auto;
}

.inner #content .row{
  max-width: 1170px;
}

.inner #qoute{
  margin-top: 0;
}

.contact-page #content h2{
  padding-bottom: 20px;
}

.inner #banner h1{
  color: #fff;
  text-shadow: 0 0 4px #000;
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 85px;
}

.inner #content h3{
	padding: 10px 0
}

/*.inner #content h4{
  font-family: 'Proxima Nova Bold';
  font-weight: 700;
  padding: 5px 0;
}*/

.clear{
  clear: both;
}

.space-bottom{
  margin-bottom: 30px;
}

.inner #content h3.space-top{
  padding-top: 30px;
}

.inner #content p{
	padding: 8px 0;
}

.inner #content ul{
	padding-left: 22px;
  /*margin-top: 15px;*/
}

.inner #content ul.col-2{
	column-count: 2
}

.inner #content .contact-box{
  margin-top: 30px;
  text-align: center!important;
}

.inner #content img{
  width: auto;
  max-width: 100%;
}

.column-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.column-left{ 
  flex: 0 0 60%; 
}

.column-right{ 
  flex: 0 0 40%; 
  box-sizing: border-box;
  padding-left: 30px;
}

.inner #content img.image-right{
  box-sizing: border-box;
  /*padding-left: 30px;*/
  float: right;
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
}

/*about page*/
.about-page #content p span{
  font-weight: 700;
}

.about-page #content h4{
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
}

.about-page #content .abtimg{
  float: right;
  width: 45%;
}

/*contact page*/
.contact-page #fot-con .con-col:first-of-type, 
.contact-page #fot-con .con-col:last-of-type{
  visibility: hidden;
}

.contact-page #content h4{
  max-width: 310px;
  margin: 0 auto!important;
  padding-bottom: 5px!important;
  font-size: 25px !important;
}

.contact-page #content .locations .con-col{
  width: 48%;
  text-align: center;
}

.contact-page #content .c-con{
  margin-bottom: 30px;
}

.contact-page #content .p-emp{
	font-weight: 700;
	font-size: 20px;
}

.contact-page #content p a:hover{
	font-weight: 700;
  color: #D90000;
}

.contact-page #content .maps div{
    width: 100%;
    max-width: 500px;
}

.contact-page #content iframe{
	border: none;
	width: 100%;
	display: block;
	height: 288px;
  margin: 20px 0;
}

/*medical page*/
.medical-professional-page #content h4{
  padding: 20px 0 !important;
}

.medical-professional-page #content .accordion-nolink ,
.medical-professional-page #content .accordion {
  position: relative;
  background-color: #eee;
  cursor: pointer;
  padding: 18px 38px 18px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color: #000;
  font-size: 25px;
  font-family: 'Proxima Nova Regular';
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.medical-professional-page #content .accordion:after{
  position: absolute;
  content: '+';
  right: 20px;
  top: 17px;
}

.medical-professional-page #content .active:after{
  content: '-'
}

.medical-professional-page #content .active, 
.medical-professional-page #content .accordion-nolink:hover ,
.medical-professional-page #content .accordion:hover {
  background-color: #0f2da6;
  color: #fff;
}

.medical-professional-page #content .panel {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 0 0 40px;
  background-color: white;
  display: none;
  overflow: hidden;
}