/*
Theme Name: EMSL-WestCountryTrees
Theme URI: http://underscores.me/
Author: E Marketing Support
Author URI: http://www.emsl.co.uk
Description: Clean, Responsive, Professional
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emsl-westcountrytrees
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EMSL-WestCountryTrees is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
}

p {
  line-height: 26px;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #ff4e00;
  text-transform: uppercase;
}

h1 span {
  color: #ff4e00;
}

h2 {
  color: #ff4e00;
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 40px;
}

.cb-home h2 {
  text-align: center;
}

.page-title {
  margin-top: 40px;
}

a:focus, a:hover {
  text-decoration: none !important;
}




/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-image {
  position: relative;
  margin-bottom: 60px;
  border-bottom: 2px solid #ff4e00;
  -webkit-box-shadow: 0 7px 24px -7px rgba(0,0,0,0.79);
  -moz-box-shadow: 0 7px 24px -7px rgba(0,0,0,0.79);
  box-shadow: 0 7px 24px -7px rgba(0,0,0,0.79);
}
.banner-image img {
  width: 100%;
}


.banner-content {
  padding: 20px 0 10px;
}

.banner-content h1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

/*--------------------------------------------------------------
# Elements / Button
--------------------------------------------------------------*/
hr {
  margin: 60px 0;
  display: block;
  border: 0;
  height: 1px;
  background: #ffbc9e;
  position: relative;
}

.cta-btn {
  display: block;
  position: relative;
  background: rgb(0,96,27); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(0,96,27,1) 0%, rgba(11,142,54,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,96,27,1) 0%,rgba(11,142,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,96,27,1) 0%,rgba(11,142,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00601b', endColorstr='#0b8e36',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 24px;
  -webkit-box-shadow: inset 0 0 15px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 15px 1px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 15px 1px rgba(0,0,0,0.3);
  text-transform: uppercase;
}
.cta-btn:after {
  content: '';
  width: 13px;
  height: 23px;
  background: url("css/img/btn-arrow.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  opacity: 0.55;
}
.cta-btn:hover {
  color: #fff;
  padding-left: 28px;
  text-decoration: none;
}
.cta-btn:hover:after {
  opacity: 1;
}
.cta-btn, .cta-btn:hover, .cta-btn:hover, .cta-btn:hover:after {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.top-spacer {
  position: relative;
  height: 56px;
}

.mgn-btm-20 {
  margin-bottom: 20px;
}

.author-block p {
  font-style: italic;
  margin-bottom: 0;
}
.author-block p span {
  display: block;
  font-weight: bold;
  color: #ff4e00;
  margin-top: 48px;
  font-style: normal;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  background: #fff;
}
.main-logo {
  display: block;
  margin: 26px 0;
  background: url("/wp-content/uploads/2021/03/andy-repairs-logo.png") no-repeat;
  background-size: 100%;
  width: 187px;
  height: 27px;
}

@media (min-width: 996px) {
  .main-logo {
  width: 250px;
  height: 36px;
  }
}

@media (min-width: 1200px) {
  .main-logo {
  width: 325px;
  height: 47px;
  margin: 18px 0;
  }
}

.header-contact {
  margin-top: 23px;
  background: url("css/img/tel-icon.png") no-repeat top left;
  width: 170px;
  height: 34px;
  padding: 3px 0 0 44px;
  font-size: 16px;
  color: #fff;
  float: right;
}

.subit-btn-sf {
  width: 100%;
  border: 0;
  padding: 6px;
  background: rgb(251,251,251);
  background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(198,198,198,1) 100%);
  background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(198,198,198,1) 100%);
  background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(198,198,198,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#c6c6c6',GradientType=0 );
  color: #0b8e36;
  opacity: 1;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.subit-btn-sf:hover {
  opacity: 0.8;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}

.contact-badge-link {
  margin: 15px 3px 20px 3px;
  float: right;
}
.contact-header {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  text-align: right;
  padding-right: 170px;
  float: right;
}
.contact-header:after {
  content: '';
  width: 1px;
  height: 28px;
  background: #929292;
  position: absolute;
  top: 10px;
  right: 150px;
}
.contact-header span {
  display: block;
  color: #ff4e00;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}
.contact-header a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.ch-social {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 6px;
  opacity: 0.8;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.chs-fb {
  background: url("css/img/fb-icon.jpg") no-repeat;
  right: 92px;
}
.chs-tw {
  background: url("css/img/tw-icon.jpg") no-repeat;
  right: 46px;
}
.chs-in {
  background: url("css/img/in-icon.jpg") no-repeat;
  right: 0;
}
.ch-social:hover {
  opacity: 0.7;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}

.mob-social-wrap .chs-fb {
  right: 102px;
}
.mob-social-wrap .chs-tw {
  right: 56px;
}
.mob-social-wrap .chs-in {
  right: 10px;
}

/*--------------------------------------------------------------
# Main Nav
--------------------------------------------------------------*/
.navigation-wrap {
  background: #ff4e00;
  z-index: 10;
  position: relative;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
}
.main-navbar {
  margin-bottom: 0;
}
.main-navbar ul {
  float: none;
  margin: 0;
  padding: 0;
}
.main-navbar li {
  float: none;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
}

.main-navbar li a {
  color: #fff;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.main-navbar li a:hover {
  color: #000;
  text-decoration: none;
}
.main-navbar li a, .main-navbar li a:hover {
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
}
.main-navbar ul > li:last-child a {
  padding-right: 0;
}
.main-navbar li.active {
  font-weight: bold;
}
.main-navbar li.current-menu-item a {
  color: #000;
}





.main-navbar ul ul {
  display: none;
  position: absolute;
  top: 61px;
  left: -20px;
  float: left;
  z-index: 99999;
  border: 1px solid #ffffff;
  border-top: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.36);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.36);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.36);
  background-color: #ff4e00;
  padding: 0 12px 6px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-navbar ul li:hover > ul {
  display: block;
}

.main-navbar ul li > ul li {
  padding: 0;
}
.main-navbar ul ul a {
  padding: 9px;
  border-bottom: 1px solid #ffffff;
  display: block;
  min-width: 160px;
  text-align: center;
  font-size: 14px;
}


.main-navbar ul ul li:last-child a {
  border-bottom: 0;
}







/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav {
  position: relative;
  width: 100%;
  height: 50px;
  background: #FA5B15;
  border-bottom: 1px solid #5f96d0;
}


.open-mob-tab {
  background: url("css/img/mobnav.png") no-repeat center;
  right: 20px;
}
.open-mob_contact-tab {
  background: url("css/img/phone-icon.png") no-repeat center;
  right: 80px;
}
.open-mob_login {
  background: url("css/img/lock-icon.png") no-repeat center;
  right: 140px;
}

.open-mob-tab, .open-mob_contact-tab, .open-mob_login {
  display: block;
  background-size: 70%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
}

.mob-login form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
  margin-bottom: 20px;

}


.mob-contact, .mobnav, .mob-login {
  padding: 20px;
  background: #eadcd5;
}

.mob-contact span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.mob-contact  a, .mob-content a:hover, .mob-content a:focus {
  display: block;
  color: #000;
  text-align: center;
}
.mob-social-wrap {
  position: relative;
  width: 148px;
  height: 48px;
  background: white;
  margin: 10px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}



.mobnav ul {
  margin: 0;
  padding: 0;
}
.mobnav ul li {
  list-style: none;
  margin-bottom: 10px;
}
.mobnav ul li a {
  display: block;
  border: 1px solid #333;
  color: #333;
  padding: 6px 20px;
  width: 100%;
  text-align: center;
  background: rgb(239,241,244);
  background: -moz-linear-gradient(-45deg,  rgba(239,241,244,1) 0%, rgba(207,208,211,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(239,241,244,1) 0%,rgba(207,208,211,1) 100%);
  background: linear-gradient(135deg,  rgba(239,241,244,1) 0%,rgba(207,208,211,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff1f4', endColorstr='#cfd0d3',GradientType=1 );
}
.mobnav ul li a:hover, .mobnav ul li a:focus {
  color: #333;
}
.mobnav ul li a, .service-mob-btn {
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}


.mobnav ul ul {
  background: #000;
  padding: 20px 20px 10px;
}


.service-mob-btn {
  display: block;
  position: relative;
  padding: 6px 20px;
  width: 100%;
  text-align: center;
  background: rgb(23,85,135);
  background: -moz-linear-gradient(-45deg,  rgba(23,85,135,1) 0%, rgba(0,154,220,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(23,85,135,1) 0%,rgba(0,154,220,1) 100%);
  background: linear-gradient(135deg,  rgba(23,85,135,1) 0%,rgba(0,154,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175587', endColorstr='#009adc',GradientType=1 );
  border-bottom: 1px solid #5f96d0;
  color: #fff;
  margin-bottom: 10px;
}
.service-mob-btn:hover, .service-mob-btn:focus {
  color: #fff;
  text-decoration: none;
}
.mob-nav-icon {
  width: 24px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.mobnav hr {
  background: rgb(240,249,252);
  background: -moz-linear-gradient(left,  rgba(240,249,252,1) 0%, rgba(154,158,160,1) 50%, rgba(240,249,252,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(240,249,252,1) 0%,rgba(154,158,160,1) 50%,rgba(240,249,252,1) 100%);
  background: linear-gradient(to right,  rgba(240,249,252,1) 0%,rgba(154,158,160,1) 50%,rgba(240,249,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9fc', endColorstr='#f0f9fc',GradientType=1 );
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-wrap {
  position: relative;
  margin-bottom: 60px;
}




.slider-wrap img {
  width: 100%;
}

.slider-title-block {
  background: #49524e;
  padding: 10px;
  text-align: center;
}
.slider-title-block h1 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}


.slider-arrow-left, .slider-arrow-right {
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  top: 30%;
  bottom: 0;
  opacity: 0.5;
  z-index: 2;
}

.slider-arrow-left {
  left: 40px;
  background: url("css/img/arrow-left.png") no-repeat;
  background-size: 100%;
}
.slider-arrow-right {
  right: 40px;
  background: url("css/img/arrow-right.png") no-repeat;
  background-size: 100%;
}
.slider-arrow-left:hover, .slider-arrow-right:hover {
  opacity: 1;
}


/*--------------------------------------------------------------
# Banner Form
--------------------------------------------------------------*/
.banner-form {
  width: 100%;
  border: 1px solid #afafaf;
  border-bottom: 0;
  position: relative;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 18px;
  -moz-border-radius-bottomright: 18px;
  border-bottom-right-radius: 18px;
  padding: 22px 40px 0;
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d3d3d3', GradientType=0); /* IE6-9 */
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: -18px;
  right: 0;
}

.banner-form:before {
  content: '';
  height: 18px;
  position: absolute;
  bottom: 0;
  width: 18px;
  background: url("css/img/left-curv2.png") no-repeat;
  background-size: 100%;
  left: -18px;
}

.banner-form h2 {
  margin: 0;
  text-align: center;
  font-size: 24px;
}.form-btn {
  margin: 20px 0;
}
.banner-form p:last-child {
  margin-bottom: 0 !important;
}
.banner-form hr {
  margin: 20px 0;
  background: #ff4e00;
}
.banner-form-wrap {
  border-bottom: 2px solid #000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.24);
  margin-bottom: 20px;
}
.banner-form-wrap .container {
  position: relative;
}

.inner-banner-form {
  position: relative;
}


.banner-form-wrap, .inner-banner-form  {
  height: 764px;
}


.banner-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
  border: 1px solid #c1bfbf !important;
  background: #ffffff !important;
}

.banner-form-title {
  width: 100%;
  height: 160px;
  background: #000000;
  padding: 10px;
  text-align: center;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.banner-form-title h1 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.banner-form-title p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-wrap{
  text-align: center;
}
.service-block {
  display: block;
  padding: 10px;
  text-align: center;
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d3d3d3', GradientType=0);
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  margin: 40px 0 0;
}

.service-block-parent {
  margin-bottom: 40px;
}

.service-block img {
  width: 100%;
  background: #fff;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.service-block h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #000;
}
.service-block span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #8f8f8f;
}
.service-btn {
  background: #ff4e00;
  color: #fff;
  display: inline-block;
  padding: 6px 26px;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.service-block:hover .service-btn {
  padding: 6px 20px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.service-block:hover img {
  opacity: 0.8;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.service-content-block span {
  display: block;
  margin-bottom: 30px;
  color: #ff4e00;
  font-weight: bold;
  font-size: 18px;
}

.service-content-block ul, .single-pge-block ul, .legal-block ul {
  list-style-type: none;
  position: relative;
  margin-left: 1em;
  padding-left: 0;
  margin-bottom: 30px;
}
.service-content-block li:before, .single-pge-block li:before, .legal-block li:before {
  content: "\2022";
  position: absolute;
  left: -18px;
  color: #ff976a;
  font-size: 30px;
  line-height: 22px;
}
.service-content-block li, .single-pge-block li, .legal-block li {
  margin-bottom: 10px;
  margin-left: 8px;
}

.highlight-block {
  background: #86867d;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
}

.view-more-social {
  font-weight: bold;
  padding: 10px 20px;
  color: #ff4e00;
  font-size: 20px;
  border: 1px solid #5d5d5d;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.view-more-social:hover, .view-more-social:focus {
  padding: 10px;
  color: #ff4e00;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/
.device-block {
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d3d3d3', GradientType=0);
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.58);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.58);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.58);

  padding: 10px;
  margin: 20px 0;
}


.device-block img {
  width: 100%;
  background: #fff;
  border: 1px solid #c3c3c3;
}

.device-block span {
  padding-top: 6px;
  color: #000;
  font-weight: bold;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}


.horizontal-form {
  padding: 20px;
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d3d3d3', GradientType=0);
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
}
.horizontal-form h2 {
  color: #ff4e00;
  font-size: 24px;
}
.horizontal-form .form-block p {
  color: #000;
}
.horizontal-form textarea {
  display: block;
  border: 1px solid #dadada;
  background: #e6e6e6;
  width: 100%;
  padding: 8px 10px 15px !important;
  resize: none;
}
.recaptcha-spacer {
  margin: 26px 0 31px;
}

.horizontal-form hr {
  margin: 20px 0;
  background: #ffffff;
}

.horizontal-form .form-btn {
  background: #ff4e00;
}

.horizontal-form .form-block p .optn {
  color: #333;
}

.contact-form {
  padding-bottom: 0;
}
.contact-form .g-capture {
  margin-top: 20px;
}
.contact-form textarea {
  padding: 8px 10px 35px !important;
}

/*--------------------------------------------------------------
# Block
--------------------------------------------------------------*/
.single-pge-block {

}
.single-pge-block h1 {
  margin-bottom: 20px;
}
.single-pge-block h2 {
  font-size: 20px;
}
.single-pge-block img {
  width: 100%;
  border: 1px solid #ddd;
}

.spb-block {
  padding: 20px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}





.content-block .cta-btn {
  margin-top: 30px;
}

.legal-block a {
  color: #ff4e00;;
}
.legal-block a:hover, .legal-block a:focus {
  color: #ff4e00;;
}

.legal-block h2 {
  color: #000;
  margin: 0 0 20px;
  font-size: 26px;
}

/*--------------------------------------------------------------
# Block
--------------------------------------------------------------*/
.form-block-wrap {
  width: 100%;
  background: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.26);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.26);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.26);
  text-align: center;
  margin-bottom: 30px;
}
.form-block-wrap  h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #ff4e00;
  font-weight: 400;
}
.form-block-wrap hr {
  margin: 20px 0;
  display: block;
  border: 0;
  height: 1px;
  background: rgba(162, 162, 162, 0.38);
}


.banner-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
  padding: 6px 10px !important;
  background: #ffffff !important;
}

input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
  background: #ffffff !important;
}

.banner-form textarea {
   resize: none;
   margin-bottom: 0;
}

.banner-form p {
  font-size: 14px;
  line-height: 20px;
}






/*--------------------------------------------------------------
# Home Content Block
--------------------------------------------------------------*/
.home-img-block img{
  width: 100%;
  border: 1px solid #ddd;
}

.tc-block {
  width: 100%;
  background: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
  text-align: center;
  margin-bottom: 30px;
}
.tc-block h2 {
  margin: 0 0 20px;
  text-align: center;
  color: #ff4e00;
  font-weight: 400;
}
.tc-block hr {
  margin: 20px 0;
  display: block;
  border: 0;
  height: 1px;
  background: rgba(162, 162, 162, 0.38);
}


/*--------------------------------------------------------------
# Blocks Page
--------------------------------------------------------------*/
.img-title-txt-block {
  margin: 0 0 40px;
  -webkit-box-shadow: 0 0 12px -2px rgba(0,0,0,0.63);
  -moz-box-shadow: 0 0 12px -2px rgba(0,0,0,0.63);
  box-shadow: 0 0 12px -2px rgba(0,0,0,0.63);
  padding: 20px;
}
.img-title-txt-block img {
  border: 1px solid #00663A;
  width: 100%;
  margin-bottom: 24px;
}
.img-title-txt-block h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #3AB54A;
}

.text-left-img {
  margin-bottom: 20px;
}
.text-left-img img {
  width: 100%;
  border: 1px solid #00663A;
  margin-top: 20px;
}

.wysiwyg-block {
  margin-bottom: 20px;
}

.wysiwyg-block h2{
  margin: 0 0 40px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-optn-block {
  display: block;
  margin: 20px 0;
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d3d3d3', GradientType=0);
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  text-align: center;
  padding: 20px;
}
.contact-optn-block h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.contact-optn-block span {
  display: block;
  color: #ff4e00;
  font-size: 24px;
}
.contact-optn-block a, .contact-optn-block a:focus {
  color: #ff4e00 !important;
  text-decoration: none !important;
}



.form-block-wrap label {
  display: block;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 400;
  text-align: left;
}

.form-block p {
  color: #616161;
  text-align: left;
  font-weight: 400;
  margin-bottom: 8px;
}
.form-block p .optn {
  color: #f1f1f1;
  font-style: italic;
  font-size: 14px;
}
.form-btn {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0 0;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ff4e00;
  border: 0;
}
.form-btn:hover {
  opacity: 0.9;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.text-area-block {
  resize: none;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
  display: block;
  border: 1px solid #dadada;
  background: #e6e6e6;
  width: 100%;
  padding: 8px 10px;
  outline: none !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #21282e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.capture-block {
  margin-top: 30px;
}

.google-map {
  border: 1px solid #7C7C7C;
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  background: #ffffff;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-address-block {
  width: 100%;
  border: 1px solid #7c7c7c;
  border-top: 0;
  padding: 10px;
  background: #eaeaea;
}
.contact-address-block strong {
  color: #ff4e00;
}
.contact-address-block p {
  line-height: 22px;
}
.adb-contact.phone {
  background: url("css/img/phone-hc-sm.png") no-repeat;
}
.adb-contact.mail {
  background: url("css/img/email-hc-sm.png") no-repeat;
}
.adb-contact {
  height: 30px;
  margin-top: 12px;
  padding: 4px 0 0 40px;
  font-weight: bold;
  color: #ff4e00;
}
.adb-contact a, .adb-contact a:hover, .adb-contact a:focus  {
  color: #ff4e00;
  font-size: 13px;
}

.social-wrap {
  margin: 20px 0;
  background: rgb(253,253,253);
  background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ffffff',GradientType=0 );
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccccd0;
  padding: 10px 20px;
}
.social-link {
  display: block;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding-left: 80px;
  font-weight: bold;
  margin: 10px 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.social-fb {
  background: url("css/img/fb-icon.png") no-repeat top left;
}
.social-fb,.social-fb:hover {
  color: #3a589b;
}
.social-tw {
  background: url("css/img/tw-icon.png") no-repeat top left;
}
.social-tw, .social-tw:hover {
  color: #598dca;
}
.social-fb, .social-tw {
  background-size: 50px;
}
.social-link:hover {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  filter: brightness(70%);
}


/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial-block {
  margin-top: 40px;
  text-align: center;
  padding: 20px 10px;
  color: #333;
  font-weight: bold;
  background: rgb(211, 211, 211);
  background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(211, 211, 211, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d3d3d3', GradientType=0);
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.58);
}
.testimonial-block span {
  font-weight: bold;
  color: #ff4e00;
}
.testim-arrow-left, .testim-arrow-right {
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 20px;
}
.testim-arrow-left {
  background: url("css/img/white-slider-arrow-prev.png") no-repeat;
  left: 0;
}
.testim-arrow-right {
  background: url("css/img/white-slider-arrow-next.png") no-repeat;
  right: 0;
}

.tes-message-hight {
  height: 214px;
}

.testimonial-pdn {
  text-align: center;
}

/* pge */


.testimonial-block-pge {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
  text-align: center;
}


.testimonial-block-pge:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-bottom-color: #d3d3d3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-color: #d3d3d3;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  bottom: -10px;
  content: "";
  display: block;
  height: 18px;
  left: 35px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
}



.testimonial-block-pge span {
  display: block;
  font-weight: bold;
  color: #ff4e00;
  margin-top: 10px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  background: #333;
  padding: 40px 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 60px;
}
.footer-link span, .social-address span {
  Display: block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.footer-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-link li {
  display: inline-block;
  padding-right: 6px;
}
.footer-link li:after {
  content: "|";
  padding-left: 6px;
  font-size: 14px;
  color: #ddd;
}
.footer-link li:last-child:after {
  content: none;
}
.footer-link li a {
  color: #fff;
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover, .m-footer a:focus {
  color: #ccc;
  text-decoration: none;
}

.footer-link li a:hover, .footer-link li a:focus {
  text-decoration: none;
  color: #ccc;
}
.social-address {
  color: #fff;
}
.social-address p {
  line-height: 18px;
}
.social-address dl {
  line-height: 12px;
  margin: 0;
}
.social-address dt {
  display: inline-block;
  padding-right: 4px;
  color: #ff4e00;
}
.social-address dd {
  display: inline-block;
}

.copyright-info {
  margin: 20px 0;
}

.footer-logo {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Extra
--------------------------------------------------------------*/
.search-field {
  width: 270px !important;
}
.search-submit {
  display: block;
  width: 270px;
  margin-bottom: 20px;
  height: 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  background: #ff4e00;
  border: 1px solid #444;
  color: #fff;
  font-weight: bold;
}

.error-404 {
  margin-bottom: 300px;
}

.has-lightbox {
  position: relative;
}
.has-lightbox:after {
  content: url('css/img/magnify.png');
  opacity: 0.8;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
  width: 110px;
  height: 110px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.has-lightbox:hover:after {
  opacity: 1;
}

.btm-pdn-0 {
  padding-bottom: 0;
}
.mgn-top-0 {
  margin-top: 0;
}
.mgn-top-20 {
  margin-top: 20px;
}
.mgn-top-30 {
  margin-top: 30px;
}
.mgn-top-40 {
  margin-top: 40px;
}
.mgn-bottom-40 {
  margin-bottom: 40px;
}



/*--------------------------------------------------------------
# Small Screen
--------------------------------------------------------------*/
@media (min-width: 768px) {

  h1 {
  font-size: 24px;
  }

  .banner-content h1 {
  font-size: 30px;
  }

  .logo-text {
  font-size: 26px;
  }

  .service-block {
  margin: 0 0 40px;
  }

  .tes-message-hight {
  height: 140px;
  }

  .horizontal-form h2 {
  font-size: 32px;
  }

  .slider-wrap {
  position: relative;
  }
  .slider-title-block {
  width: 100%;
  background: transparent;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 46%;
  }
  .slider-title-block h1 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  }
  .slider-arrow-left, .slider-arrow-right {
  top: 50%;
  }

  .round-top:after {
  content: '';
  width: 390px;
  height: 63px;
  background: url("css/img/round-top.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -40px;
  right: -19px;
  }

  .minus-mgn-img {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  }

  .minus-mgn-img img {
  border: 0;
  }

  .line-split {
  border-left: 1px solid #ccc;
  padding-left: 30px;
  }


  .footer-link ul, .copyright-info, .footer-logo  {
  text-align: center;
  }
  .copyright-info {
  margin-bottom: 0;
  }

  .img-title-txt-block {
  box-shadow: none;
  padding: 0;
  }

  .level-block, .level-block .col-sm-4, .level-block .col-sm-6  .level-block .col-sm-8  {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  }

  .flex-block, .flex-block .col-sm-6 {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  }

  .social-wrap {
  padding: 20px;
  }
  .social-link {
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  padding-left: 90px;
  margin: 0;
  }
  .social-fb, .social-tw {
  background-size: 70px;
  }

  .text-left-img img {
  margin-top: 0;
  }


  .mgn-btm-md-0 {
  margin-bottom: 0;
  }
  .mgn-top-md-0 {
  margin-top: 0;
  }

  .contact-address-block {
  border: 1px solid #7c7c7c;
  }

  .spb-block {
  margin-bottom: 0;
  }


}


/*--------------------------------------------------------------
# Medium Screen
--------------------------------------------------------------*/
@media (min-width: 992px) {

  h1 {
  font-size: 30px;
  }

  .banner-content {
  padding: 38px 0 0;
  text-shadow: -1px -1px 20px rgb(19, 19, 19);
  color: #fff;
  }
  .in-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-right: 200px;
  }
  .banner-content h1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  }

  .contact-header span {
  font-size: 26px;
  line-height: 28px;
  }

  .contact-header span a {
  color: #ff4e00;
  }


  .main-navbar li a {
  padding: 0 30px 0 0;
  font-size: 16px;
  }


  .tes-message-hight {
  height: 110px;
  }

  .horizontal-form h2 {
  font-size: 40px;
  }

  .contact-address-block {
  padding: 20px;
  }

  .testimonial-block h2 {
  font-size: 30px;
  }
  .testimonial-block {
  padding: 40px 100px;
  }
  .testim-arrow-left, .testim-arrow-right {
  top: 50px;
  bottom: auto;
  }
  .testim-arrow-left {
  left: -50px;
  }
  .testim-arrow-right {
  right: -50px;
  }
  .testimonial-pdn {
  text-align: center;
  padding: 0 100px;
  }

  .adb-contact a, .adb-contact a:hover, .adb-contact a:focus  {
  font-size: 16px;
  }

  .banner-form {
  width: 390px;
  }
  .banner-form-wrap, .inner-banner-form  {
  height: 637px;
  }
  .banner-form-title {
  background: transparent;
  width: 480px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 212px;
  text-shadow: rgb(19, 19, 19) -1px -1px 20px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  }
  .banner-form-title h1 {
  font-size: 40px;
  line-height: 50px;
  }
  .banner-form-title p {
  font-size: 18px;
  line-height: 22px;
  }


}



/*--------------------------------------------------------------
# Large Screen
--------------------------------------------------------------*/
@media (min-width: 1200px) {

  h1 {
  font-size: 36px;
  }

  .round-top:after {
  width: 600px;
  height: 97px;

  right: -20px;
  }

  .banner-content {
  padding: 50px 0 0;
  }

  .contact-optn-block h2 {
  font-size: 24px;
  }
  .contact-optn-block span {
  font-size: 30px;
  }


  .banner-form-title {
  width: 600px;
  }
  .banner-form {
  width: 488px;
  }
  .banner-form-title h1 {
  font-size: 50px;
  line-height: 60px;
  }
  .banner-form-title p {
  font-size: 20px;
  line-height: 26px;
  }


}



/*--------------------------------------------------------------
# Extra Large Screen
--------------------------------------------------------------*/
@media (min-width: 1500px) {


  .banner-content {
  padding: 78px 0 0;
  }
  .banner-content h1 {
  font-size: 50px;
  height: 110px;
  }


}
