/*Colors*/
/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.col-8 {
  padding: 0;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: 'Myriad Pro';
}
a:hover {
  color: #5bafdf;
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
}
section {
  padding: 50px 0;
}
section h1,
section h2 {
  padding: 0 0 50px 0;
  color: #5bafdf;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
section h2 {
  padding: 0 0 30px 0;
  font-size: 40px;
}
section h3 {
  margin: 0 0 25px 0;
  color: #5bafdf;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
section h6 {
  margin: 30px 0 15px 0;
  color: #323232;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
section.blue {
  background-color: #4ca7db;
}
section.grey {
  background-color: #ebeff0;
}
section.blue h2, 
section.blue h3,
section.blue h6 {
  color: #fff;
}
.blue p {
  color: #fff;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: #697885;
  height: auto;
  min-height: 90px;
}

/* MENU TOP */
header nav {
  display: block;
}
header .navig-default {
  background: transparent;
  padding: 0;
}

header .navig-default .collapse,
header .navig-default .navig-collapse {
  margin: 0;
  padding: 0;
}

header .navig-default .navig-collapse {
  max-width: 1170px;
}

header .navig-default .nav {
  text-align: center;
}
header .navig-toggle .icon-bar,
header .navig-toggle.collapsed .icon-bar {
  display: block;
  width: 38px;
  height: 6px;
  margin: 6px auto 0 auto;
  border-radius: 1px;
  background-color: #5bafdf;
}
header .navig-toggle .icon-bar:first-child,
header .navig-toggle.collapsed .icon-bar:first-child {
  margin-top: 0;
}
header .navig-header .navig-toggle.collapsed {
  border: 0;
  background-color: #fff;
}
header .navig-header .navig-toggle.collapsed:hover {
  background-color: #5bafdf;
}
header .navig-header .navig-toggle.collapsed:hover .icon-bar {
  background-color: #fff;
}
header .navig-header .navig-toggle {
  background-color: #5bafdf;
  border: 0;
}
header .navig-toggle .icon-bar {
  background-color: #fff;
}
header .m-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

header .m-menu li {
  position: relative;
  float: left;
  font-size: 18px;
  text-transform: capitalize;
}

header .m-menu li a {
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  color: #697885;
  line-height: 24px;
}

header .m-menu li a:hover {
  color: #5bafdf;
  text-decoration: none;
}

header .m-menu li .sub-menu {
  display: block;
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0;
  list-style: none;
}

header .m-menu li .sub-menu li {
  float: none;
}

header .m-menu li .sub-menu li a {
  display: inline-block;
  text-align: left;
  text-decoration: none;
}

header .m-menu li .sub-menu li a:hover {
  margin: 0;
  text-decoration: none;
}

header .m-menu li:hover .sub-menu {
  min-width: 200px;
  left: 0;
  margin: 0;
  background-color: #f7f7f7;
}
header .m-menu .parent > a:after,
header .m-menu .parent > a::after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}

/*.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 20px 0;
}

.header-nav__item {
  margin-left: 35px;
}

.header-nav__link {
  font-size: 18px;
  font-weight: normal;
  color: #697885;
  padding-bottom: 14px;
}

.header-nav__link:hover {
  color: #5bafdf;
}*/

.header-logo {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
}

.header-logo__img {
  width: 180px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 75px;
}

.header-social {
  width: 65px;
  text-align: right;
}

.header-social a {
  padding-left: 5px;
}

.header-social img {
  height: 24px;
  width: auto;
  vertical-align:bottom
}

.header-social span {
  color: #697885;
  font-size: 23px;
}

.header-feedback {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-feedback button,
.header-feedback .header-feedback__item{
	display:inline-block;
	vertical-align:middle;
}

.header-feedback__item {
  display: inline-block;
  padding-left: 15px;
  color: #ff6d00;
  line-height:34px;
}
.header-feedback__item .fas{
	font-size:20px;
	margin:0 0 0 10px;
}

.header-feedback__item span,
.header-feedback__item .fas{
	display:inline-block;
	vertical-align:middle;
	line-height:34px;
}
.new-tel{
	font-size:24px;
}

.header-feedback button {
	height:34px;
	line-height:34px;
	padding:0 15px;
	top:-5px;
	text-align:center;
	background-color: #ff6d00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.header-feedback button:hover {
  color: #fff;
  background-color: #4ca7db;
}

.header-feedback__item-mobile {
  width: 180px;
  height: 39px;
  margin-right: 5%;
  background-color: #ff6d00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.header-feedback__item-mobile:hover {
  color: #5bafdf;
}

.header-feedback__item-call {
  font-size: 30px;
  color: #ff6d00;
  font-weight: bold;
}

.header-feedback__item-call:hover {
  color: #5bafdf;
}

.header-feedback__item-tel {
  font-size: 40px;
  color: #ff6d00;
  font-weight: bold;
  padding-left: 20px;
}

.header-feedback__item-tel:hover {
  color: #5bafdf;
}

.header-feedback__item-tel img {
  padding-right: 7px;
}

.slider-block {
  display: inline-block;
  width: 100%;
  height: 535px;
  position: relative;
  margin-top:100px;
}

.carousel-block {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.owl-main .owl-dots {
  height: 25px;
  margin-top: -3px;
}
.owl-main .slides,
.owl-main__mobile .slides {
  display: inline-block;
  width: 100%;
  height: 535px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jst {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.call {
  font-size: 16px;
  font-weight: bold;
  position:relative;
  top:1px;
}

.tel {
	line-height:34px;
  font-size: 25px;
  font-weight: bold;
}

.tel img {
  padding-right: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.header-nav__item.parent:hover .header-child-nav,
.header-nav__item.parent:active .header-child-nav,
.header-nav__item.parent:focus .header-child-nav {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.mobile-list__item {
  margin-bottom: 10px;
}

.mobile-list__link {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #697885;
}

.md-menu {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: -20px;
}

/* Slider*/
.owl-main {
  position: relative;
}

.owl-main img {
  width: 1861px;
  height: 635px;
}

.carousel-mobile {
  display: none;
}

/* DOTS*/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* /DOTS*/
/* Main first section*/
.main {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  margin-top: 0;
  padding: 0;
  color: #fff;
}

.main-left {
  position: relative;
  background: rgba(42, 120, 176, 0.75);
  padding: 0 20px 130px 0;
  height: 535px;
}

.main-left__block {
  float: right;
}

.main-left .slogan {
  padding: 40px 0 20px 0;
  padding-left: calc(100% - 400px);
  font-weight: 300;
  float: right;
  font-size: 2rem;
  line-height: 1.7;
}

.main-left .slogan strong {
  display: block;
  font-size: 38px;
  font-weight: bold;
}

.main-left small {
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.77px;
}

.main-left a {
  font-size: 41px;
  font-weight: 300;
  color: #ffffff;
}

.main-left button {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 20px 30px;
  background-color: #ff6d00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
}

.main-left button:hover {
  background-color: #3778a7;
}

.main-left__img {
  position: absolute;
  bottom: -120px;
  right: 0;
  padding-right: 20px;
}
.main-left__img img {
  width: 160px;
  float: left;
}
.main-left__img img.yelp,
.main-left__img object {
  width: 180px;
  float: left;
}
.new_p {
    text-align: center;
    font-size: 25px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.main-form {
  width: 273px;
  height: 270px;
  margin-top: 35px;
  margin-bottom: 40px;
  background-color: #ff6d00;
  text-align: center;
  color: #fff;
}

.main-form h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}

.main-form input {
  width: 250px;
  height: 45px;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  border: none;
}

.main-form textarea {
  width: 250px;
  height: 105px;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  border: none;
}

.main-form button {
  width: 172px;
  height: 42px;
  margin: 15px 0 15px 15px;
  background-color: #3778a7;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 7px;
  float: left;
}
.main-form button:hover {
  color: #3778a7;
  background-color: #fff;
}


.main-child {
  padding-bottom: 20px;
  text-align: center;
}

.main-child h2 {
  font-size: 23px;
  color: #5bafdf;
}

.main-child object {
  width: 220px;
}

.main-left__mobile,
.main-left__mobile__img {
  display: none;
}

.col-12 {
  padding: 0;
  margin: 0;
}

.btn-mobile {
  display: none;
}
/* <-- TABLE PRICE */
.window-pricing {
  width: 100%;
  color: #727272;
}
.window-pricing td {
  padding: 10px 15px;
  vertical-align: middle;
}
.window-pricing .title {
  font-weight: bold;
  font-size: 16px;
}
.window-pricing tr:nth-child(2n) {
  background-color: #efefef;
}
.window-pricing tr:nth-child(2n+1) {
  background-color: #e0e0e0;
}
.window-pricing tr.title {
  background-color: #fff;
}
.blue .window-pricing {
  color: #fff;
}
.blue .window-pricing tr:nth-child(2n) {
  background-color: #499ed4;
}
.blue .window-pricing tr:nth-child(2n+1) {
  background-color: #4196cd;
}
.blue .window-pricing tr.title {
  background-color: #4fa7d9;
}
/* TABLE PRICE --> */

.blue .owl-item {
  /*border: 5px solid #fff;*/
}
.maps {
  width: calc(100% - 40px);
  height: 320px;
  margin: 0 40px 0 0;
  border: 0;
}

/* Block "Why Choose Us" */
.choose {
  text-align: center;
}
.choose-block {
  margin-top: 25px;
  color: #727272;
}
.choose-block h4 {
  padding: 15px 0;
  font-size: 20px;
  font-weight: normal;
}
.choose-block span {
  color: #63a0de;
  font-size: 60px;
}

.w-iconbox-icon > i {
  color: #4CA7DB;
  font-size: 60px;
}

/*Client feedbacks */
.feedbacks-item {
  height: 100%;
  margin: 10px;
  padding: 20px;
  text-align: left;
  color: #697885;
  border: 1px solid #cfd9db;
  border-radius: 10px;
  background-color: #fff;
}
.feedbacks-item p {
  margin-top: 20px;
}
.feedbacks-item h5 {
  font-weight: bold;
}

.feedbacks-item__client {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  width: 75px;
  height: 75px;
  border-radius: 100px;
}

.feedbacks-item__stars {
  display: block;
  color: #e8701a;
  padding-bottom: 5px;
}

.feedbacks-item__social {
  float: right;
}
.feedbacks-item__social img {
  width: auto;
  height: 32px;
}

.feedbacks-link {
  padding: 20px 20px 15px 20px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
  background-color: #3778a7;
}
.feedbacks-link:hover {
  color: #3778a7;
  background-color: #fff;
}

.fb-link__margin {
  margin-top: 35px;
  text-align: center;
}

.services-block__text,
.cleaning-block__text,
.power-block__text {
  display: inline-block;
  width: 100%;
  clear: both;
}

/* Services */
.services {
  color: #fff;
  padding-bottom: 50px;
}
.services-block p {
  font-weight: normal;
  line-height: 1.5;
}

.services-pricing__item h6 {
  font-weight: bold;
}

/* Block cleaning */
.cleaning {
  padding-bottom: 50px;
}

.cleaning-block__image {
  float: left;
  margin-left: 0;
  margin-right: 60px;
}

.cleaning-block__text {
  color: #697885;
}

.cleaning h4 {
  font-weight: bold;
  margin: 40px 0;
}

.cleaning-pricing__block h6 {
  font-weight: bold;
}

.cleaning-pricing__block p {
  color: #697885;
}

/* sliders*/
.owl-washing,
.owl-cleaning,
.owl-power {
  width: 500px;
  height: auto;
  float: right;
  margin: 0 0 20px 50px;
}

.owl-cleaning {
  /*width: 350px;
  height: 234px;*/
  margin: 0 50px 20px 0;
  float: left;
}
/*.owl-washing > div > img {
  width: 100%;
  height: auto;
}*/

/*.owl-cleaning > div {
  width: 100%;
  height: 234px;
}
.owl-power > div {
  width: 100%;
  height: 234px;
}

.owl-power > img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}*/

.image-block > div {
  max-height: 290px;
}

.gallery-block {
  max-width: 100%;
  max-height: 350px;
}

.gallery-block > a > img {
  width: 100%;
  height: 100%;
}

/* We Serve */
.serve {
  text-transform: uppercase;
  text-align: center;
}
.serve p {
  padding-top: 10px;
  color: #697885;
  font-size: 18px;
}

/* Coupons */
.coupons {
  text-align: center;
  background-color: #4ca7db;
  color: #fff;
  padding-bottom: 100px;
}

.coupons p {
  font-weight: 300;
}

.coupons img {
  
  width: 300px;
  max-width: 350px;
  height: auto;
  max-height: 250px;
}

.coupons button {
  background-color: #fff;
  margin-top: 35px;
  width: 93px;
  height: 42px;
  font-weight: bold;
  border-radius: 7px;
  border: none;
}

.coupons button:hover {
  background-color: #ff6d00;
}

.footer h2 {
  margin: 50px 0 40px 0;
  color: #5bafdf;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.footer hr {
  margin-bottom: 30px;
  width: 40%;
}

.footer-form {
  color: #697885;
  padding-bottom: 100px;
}
.footer-form ul {
  display: inline-block;
}
.footer-form label {
  width: 120px;
  float: left;
}
.footer-form ul,
.footer-form input,
.footer-form textarea {
  width: calc(100% - 130px);
}
.footer-form input[type="text"],
.footer-form input[type="tel"],
.footer-form input[type="email"],
.footer-form textarea {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.footer-form input[type="checkbox"] {
  width: 20px;
}
.footer-form input {
  
}
.footer-form span {
  color: red;
}
.footer-form button {
  background-color: #ff6d00;
  color: #fff;
  margin-left: 40%;
  width: auto;
  height: 42px;
  font-weight: bold;
  border-radius: 7px;
  border: none;
  padding:0 20px
}

.footer-form button:hover {
  background-color: #4ca7db;
}

.form-service input {
  width: 40px;
}

.form-service__margin {
  margin-left: 123px;
}

.copyright {
	padding:10px 0;
  background-color: #4ca7db;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.white-link{
	color:white;
	margin:5px;
	text-decoration:underline
}
.white-link:hover,
.white-link:focus{
	color:white;
	text-decoration:none
}
#housecall-bar{
	top:100px!important;
	z-index: 99!important;
	background: rgba(42, 120, 176, 0.75)!important;
	font-weight:bold
}

.copyright span {
  color: #29618e;
}

.window {
  height: 50px;
  padding: 10px;
}

/*---------- MODAL ----------*/
.modal-content {
  width: auto;
  margin: 0 auto;
  z-index: 99999999999;
  text-align: center;
}

.main-form__modal {
  width: 273px;
  margin-top: 35px;
  padding-bottom: 20px;
  background-color: #ff6d00;
  text-align: center;
  color: #fff;
}

.main-form__modal h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}

.main-form__modal input,
.main-form__modal textarea {
  width: calc(100% - 50px);
  height: 45px;
  padding-left: 15px;
  margin-top: 10px;
}

.main-form__modal textarea {
  height: 105px;
}

.main-form__modal button {
  height: 42px;
  margin: 15px 0 15px 25px;
  padding: 0 15px;
  background-color: #3778a7;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 7px;
}
.main-form__modal button:hover {
  color: #3778a7;
  background-color: #fff;
}

.adress {
  width: calc(100% - 20px);
  margin: 12px 10px;
  font-size: 18px;
  color: #697885;
}

/* ADDS */

.fas.fa-phone {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}