@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,800,400,300italic);
@import url(//fonts.googleapis.com/css?family=Lato:300,900);
.navigation {
  z-index: 999;
  position: relative;
  float: left;
  padding: 3px 0 1px;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.sf-menu > li {
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.sf-menu > li + li {
  margin-left: 38px;
}
.sf-menu > li > a {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2b2b2b transparent transparent transparent;
}
.sf-menu > li > a .fa {
  font-size: 24px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
.sf-menu > li.sfHover > .sf-with-ul:after,
.sf-menu > li.current > .sf-with-ul:after {
  border-top-color: #2b2b2b;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #828282;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 195px;
  background-color: #2b2b2b;
  top: 75px;
  padding-top: 19px;
  padding-bottom: 41px;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}
.sf-menu li ul li.sfHover > .sf-with-ul:after {
  color: #000000;
}
.sf-menu li ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  padding: 5px 30px;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 25px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  right: 25px;
  bottom: 10px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  background-color: #ffffff;
  color: #2b2b2b;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 0;
  margin-left: 0;
  top: 0px;
  padding: 0;
  position: relative !important;
}
.sf-menu li ul ul li a {
  padding-left: 50px;
}
.sf-menu li ul ul li a:hover {
  background-color: #cf6727;
  color: #ffffff;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    font-size: 12px;
  }
  .sf-menu > li ul li ul {
    position: relative;
    left: 0;
    width: auto;
    margin-left: 0;
  }
  .header_search {
    margin-left: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    text-align: left !important;
    display: block !important;
    border: 2px solid #2b2b2b;
  }
  .select-menu option {
    text-align: left;
  }
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  background-color: #2b2b2b;
  padding: 17px 0;
}
.isStuck {
  z-index: 10000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .navigation {
  padding: 0 0 5px;
}
.on__sub .isStuck .logo {
  height: auto;
}
.on__sub .isStuck .logo a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  top: 0;
  padding-bottom: 0;
}
.on__sub .navigation {
  padding-top: 0px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #57a7c0;
  font-size: 28px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #818185;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #2b2b2b;
  color: #6d6d6d;
  font: 14px/24px 'Open Sans', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 24px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #2b2b2b;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 54px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -2px;
}
h2 .color1 {
  padding-top: 6px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  letter-spacing: -1px;
}
h3 {
  padding-top: 71px;
  font-size: 24px;
  line-height: 30px;
  word-spacing: 1px;
  letter-spacing: -1px;
  margin-bottom: 45px;
}
h3 .color3 {
  margin-bottom: 15px;
  display: block;
  font-size: 38px;
  font-weight: bold;
}
h4 {
  letter-spacing: -1px;
  font-size: 36px;
  line-height: 40px;
  padding-top: 86px;
  margin-bottom: 48px;
}
h4.head__1 {
  padding-top: 70px;
}
.page1 h4 {
  margin-bottom: 87px;
}
h5 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4490a8;
  padding-top: 36px;
  margin-bottom: 11px;
}
h5.head__1 {
  padding-top: 14px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.logos {
  margin-top: -50px;
  text-align: center;
}
.logos li {
  display: inline-block;
}
.logos li a:hover {
  opacity: 0.5;
}
.logos li + li {
  margin-left: 74px;
}
.list-1 li {
  padding-bottom: 1px;
  margin-top: -6px;
}
.list-1 li .count {
  margin-bottom: 27px;
  padding-top: 0px;
  color: #ec4f01;
  font-size: 68px;
  font-weight: bold;
  line-height: 70px;
}
.list-1 li .count.fa {
  font-size: 58px;
  position: relative;
  top: 6px;
  font-weight: normal;
}
.list-1 li .count.fa + .text-1 {
  text-transform: uppercase;
}
.list-1 li .link-1 {
  margin-top: 22px;
  position: relative;
  top: 10px;
}
.list-2 {
  margin-bottom: 35px;
  padding-top: 4px;
}
.list-2 li {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.list-2 li .link-1 {
  margin-top: 22px;
  position: relative;
  top: 10px;
}
.list-2 li .fa {
  position: relative;
  top: 4px;
}
.list-2 li + li {
  margin-top: 26px;
}
.list-3 {
  padding-top: 27px;
}
.list-3 li {
  font-weight: bold;
  color: #ec4f01;
  font-size: 16px;
  line-height: 24px;
}
.list-3 li + li {
  margin-top: 24px;
}
.list-4 {
  margin-bottom: 51px;
  padding-top: 5px;
}
.list-4 li {
  position: relative;
  padding-left: 20px;
  line-height: 16px;
}
.list-4 li ul {
  padding: 9px 0 0;
}
.list-4 li + li {
  margin-top: 9px;
}
.list-4 li:before {
  content: '';
  font: 14px/20px 'FontAwesome';
  color: #2b2b2b;
  position: absolute;
  left: 0;
  top: -2px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #4490a8;
}
.btn {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #ffffff;
  background-color: #4490a8;
  border: 1px solid #377589;
  padding: 8px 5px 10px;
  letter-spacing: -1px;
  margin: 0 2px 0 1px;
}
.btn:hover {
  color: #ffffff;
  background-color: #ec4f01;
  border-color: #b83d00;
}
.link-1 {
  color: #ec4f01;
  font-weight: 800;
  display: inline-block;
}
.link-1.offset__1 {
  margin-top: 33px;
  margin-bottom: 1px;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
/*header*/
.main {
  overflow: hidden;
}
#header {
  display: block;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
.header_top {
  margin-bottom: 13px;
  background-color: #e4e4e4;
  font-size: 11px;
  text-align: right;
  padding-bottom: 1px;
  overflow: hidden;
}
.header_top a {
  display: inline-block;
}
.header_top a + a {
  margin-left: 9px;
}
.logo {
  margin-bottom: 14px;
  text-transform: none;
  float: left;
  color: #2b2b2b;
  font-weight: bold;
  position: relative;
  text-align: right;
  font-weight: 800;
  font-size: 53px;
  min-width: 310px;
  font: 900 53px/19px 'Lato', sans-serif;
  color: #ec4f01;
  letter-spacing: -1px;
}
.logo a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  overflow: hidden;
}
.logo a:hover {
  color: inherit;
}
.logo .fa {
  margin-top: 2px;
  color: #ffffff;
  background-color: #ec4f01;
  width: 72px;
  height: 72px;
  font-size: 53px;
  line-height: 78px;
  float: left;
  text-align: center;
}
.logo .sub_logo {
  display: block;
  color: #4490a8;
  font-size: 27px;
  line-height: 31px;
  font-weight: 300;
  padding-right: 4px;
}
.logo .sub_logo strong {
  font-weight: 900;
}
.search__1 {
  float: right;
  width: 309px;
  padding-top: 18px;
  margin-left: 28px;
}
.search__1 .rel {
  position: relative;
}
.search__1 label {
  line-height: 0;
  display: block;
}
.search__1 input {
  width: 100%;
  height: 42px;
  font: 18px/24px 'Open Sans', sans-serif;
  color: #2b2b2b;
  padding: 9px 50px 9px 18px ;
  border: 1px solid #d8d8d8;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search__1 .fa {
  display: block;
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 20px;
  top: 5px;
  color: #707270;
  cursor: pointer;
}
.search__1 .fa:hover {
  color: #4490a8;
}
.header_phone {
  color: #4490a8;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  float: right;
  padding-top: 32px;
}
.header_phone .fa {
  top: -3px;
  display: block;
  background-color: #ec4f01;
  color: #ffffff;
  width: 26px;
  line-height: 26;
  line-height: 26px;
  text-align: center;
  border-radius: 500px;
  float: left;
  margin-right: 6px;
  position: relative;
}
.header-socials {
  float: right;
  overflow: hidden;
}
.header-socials .fa {
  border-radius: 500px;
  float: left;
  color: #ffffff;
  background-color: #4490a8;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.header-socials .fa + .fa {
  margin-left: 6px;
}
.header-socials .fa:hover {
  background-color: #ec4f01;
}
/****Content****/
#content {
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.page1 #content {
  border-bottom: 0;
}
.content_stripe-1 {
  background-color: #fff;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 86px;
}
.content_stripe-1 .container {
  position: relative;
}
.content_stripe-1.maped {
  padding-bottom: 88px;
  background: #ffffff url(../images/box-bg.png) center 53px no-repeat;
}
.content_stripe-1.inset__1 {
  padding-bottom: 80px;
}
.content_stripe-1.inset__2 {
  padding-top: 18px;
}
.content_stripe-1.prv .text-1 {
  padding-top: 2px;
  margin-bottom: 11px;
}
.content_stripe-1.prv p + .text-1 {
  padding-top: 15px;
}
.content_stripe-2 {
  background-color: #ededed;
  padding-bottom: 63px;
}
.content_stripe-2.inset__1 {
  padding-bottom: 90px;
}
.content_map iframe {
  height: 456px;
  width: 100%;
}
/****Blocks****/
.banner_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 44px 0 54px;
}
.banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  padding: 55px 48px 59px;
  background: #ffffff url(../images/banner-bg.png) right bottom no-repeat;
}
.banner p {
  padding-top: 39px;
  line-height: 21px;
  font-size: 18px;
  line-height: auto;
  font-style: italic;
  margin-bottom: 50px;
}
.block-1 {
  margin-bottom: 96px;
}
.block-1 img {
  margin-bottom: 24px;
}
.block-2 {
  margin-right: -1px;
  letter-spacing: -0.5px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 82px;
}
.block-3 {
  padding-top: 6px;
  letter-spacing: -0.5px;
  font-size: 18px;
  line-height: 24px;
}
.block-3 img {
  width: 100%;
  margin-bottom: 21px;
}
.block-4 {
  padding-top: 7px;
}
.block-4 img {
  width: 100%;
  margin-bottom: 48px;
}
.block-4 .text-1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 14px;
}
.content_socials {
  padding-top: 3px;
  color: #ec4f01;
}
.content_socials .fa + .fa {
  margin-left: 12px;
}
.banner-2 {
  display: block;
  text-align: left;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.banner-2:hover {
  color: #ec4f01;
}
.banner-2:hover .banner-2_caption {
  right: 0 !important;
}
.banner-2 .banner-2_caption {
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  position: absolute;
  padding: 7px 4px 21px 6px;
  left: 0;
  top: 66px;
  right: 46px;
  font-size: 12px;
  line-height: 14px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.37);
}
.banner-2 .banner-2_caption p {
  margin-bottom: 0;
}
.banner-2 .banner-2_caption .banner-2_title {
  margin-bottom: 6px;
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.banner-2 .banner-2_caption.capt__decor-1 {
  top: auto;
  bottom: 0;
  right: 70px;
  padding-left: 17px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.banner-2 .banner-2_caption.capt__decor-1 .banner-2_title {
  font-size: 36px;
  margin-bottom: 0;
}
.banner-2 .banner-2_caption.capt__decor-1 .banner-2_title span {
  letter-spacing: normal;
  margin-top: -1px;
  display: block;
  font-size: 18px;
}
.banner-2 .banner-2_caption.capt__decor-2 {
  top: 66px;
  right: 47px;
  padding-left: 28px;
  padding-bottom: 21px;
  padding-top: 13px;
}
.banner-2 .banner-2_caption.capt__decor-2 .banner-2_title {
  font-size: 43px;
  margin-bottom: 0;
}
.banner-2 .banner-2_caption.capt__decor-2 .banner-2_title span {
  letter-spacing: normal;
  padding-top: 1px;
  display: block;
  font-size: 18px;
}
.banner-2 .banner-2_caption.capt__decor-2 p {
  padding-top: 11px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -1px;
}
.banner-2 .banner-2_caption.capt__decor-3 {
  top: 0;
  right: 105px;
  padding-left: 33px;
  padding-bottom: 15px;
  padding-top: 18px;
}
.banner-2 .banner-2_caption.capt__decor-3 .banner-2_title {
  font-size: 38px;
  margin-bottom: 7px;
}
.banner-2 .banner-2_caption.capt__decor-4 {
  top: auto;
  bottom: 0;
  right: 46px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 26px;
}
.banner-2 .banner-2_caption.capt__decor-4 .banner-2_title {
  font-size: 54px;
  margin-bottom: 5px;
}
.banner-2 .banner-2_caption.capt__decor-4 .banner-2_title span {
  padding-top: 11px;
  display: block;
  font-size: 25px;
}
.banner-2 .banner-2_caption.capt__decor-5 {
  top: 29px;
  right: 20px;
  padding-left: 17px;
  padding-bottom: 25px;
  padding-top: 30px;
}
.banner-2 .banner-2_caption.capt__decor-5 .banner-2_title {
  font-weight: 800;
  font-size: 37px;
  margin-bottom: 5px;
}
.banner-2 .banner-2_caption.capt__decor-5 .banner-2_title span {
  padding-top: 0px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
.bq1 {
  background-color: #4490a8;
  color: #ffffff;
  text-align: left;
  padding-bottom: 61px;
}
.bq1 p {
  background: url(../images/quotes.png) 0 80px no-repeat;
  padding-left: 66px;
  padding-top: 92px;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 36px;
  font-weight: 300;
  font-style: italic;
}
.bq1 img {
  border-radius: 500px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -24px;
}
.bq1 .bq1_bot {
  font-weight: 800;
  font-size: 17px;
  padding-left: 50px;
}
.post-1 {
  margin-bottom: 50px;
  padding-top: 6px;
}
.post-1 img {
  margin-bottom: 24px;
}
.post-1 .text-1 {
  margin-bottom: 2px;
}
.post-1 time {
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}
.blog {
  padding-top: 7px;
}
.blog img {
  width: 100%;
  margin-bottom: 25px;
}
.blog .text-1 time {
  display: block;
}
.blog .link-1 {
  margin-top: 24px;
}
.blog + .blog {
  margin-top: 39px;
}
/****Separators****/
.sep-1 {
  margin-top: 40px;
  border-top: 1px solid #ededed;
}
/****Text styles****/
.text-1 {
  font-size: 18px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 17px;
}
.color1 {
  color: #4490a8;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #2b2b2b;
}
.color3 {
  color: #ec4f01;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
#map-canvas {
  width: 100%;
  height: 564px;
}
.cntcts {
  text-align: left;
}
.cntcts .text-1 {
  padding-bottom: 1px;
  margin-top: 35px;
  font-size: 16px;
  position: relative;
  padding-left: 42px;
}
.cntcts .text-1 .fa {
  position: absolute;
  left: 0;
  top: -13px;
  font-size: 30px;
  line-height: 48px;
}
.cntcts .text-1 .fa.fa-mobile {
  font-size: 48px;
}
/**Footer**/
#footer {
  padding: 0 0 45px;
}
#footer .footer_top {
  font-size: 12px;
  line-height: 21px;
  background-color: #ffffff;
  padding: 58px 0 86px;
  margin-bottom: 52px;
}
#footer .footer_socials .fa {
  color: #4490a8;
  font-size: 17px;
  width: 30px;
  position: relative;
  top: 2px;
}
#footer .copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
}
#footer .copyright strong {
  text-transform: uppercase;
  font-weight: 800;
}
#footer .sub-copyright {
  color: #898989;
  font-size: 12px;
  line-height: 16px;
  word-spacing: 2px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  .banner-2_title {
    font-size: 30px !important;
  }
  .banner-2 .banner-2_caption.capt__decor-2 {
    text-align: left;
    bottom: 0;
  }
  .banner-2_caption {
    right: 0 !important;
  }
  .logos li {
    display: block;
    float: left;
    width: 14.27%;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    width: 100% !important;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }
  .map figure {
    height: auto !important;
  }
  .nowrap {
    white-space: normal;
  }
  .map figure {
    height: 100% !important;
  }
  .sf-menu > li + li {
    margin-left: 15px;
    font-size: 14px;
  }
  .banner-2 .banner-2_caption.capt__decor-2 p {
    font-size: 18px;
  }
  .banner-2 .banner-2_caption.capt__decor-2 {
    top: auto !important;
    bottom: 0 !important;
  }
  .banner-2 .banner-2_caption.capt__decor-4 .banner-2_title {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-2 .banner-2_caption.capt__decor-4 .banner-2_title span {
    font-size: 14px;
  }
  .banner-2 .banner-2_caption.capt__decor-4 {
    padding-top: 10px;
  }
  .banner-2 .banner-2_caption.capt__decor-5 {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .img_inner {
    margin-top: 45px;
    width: 100%;
  }
  .post-1 img {
    width: 100%;
  }
  .list-1 li + li {
    margin-top: 40px;
  }
  .logos li {
    width: 50%;
  }
  .banner-2 img {
    width: 100% !important;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner {
    width: 100%;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
  .banner.banner__theme-2 .banner_pad {
    padding-bottom: 72px;
  }
  .list-1,
  .social-icons {
    margin-bottom: 40px;
  }
  .none {
    clear: both;
    height: 1px;
    width: 100%;
  }
  .footer_top .grid_3 {
    float: left;
    width: 50% !important;
  }
  .footer_top .ta__right {
    text-align: left !important;
  }
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  .logo span {
    position: static;
    margin-left: 0;
  }
  .fright {
    float: none !important;
  }
  .search__1 {
    clear: both;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .header_phone {
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }
  .header_phone .fa {
    display: inline-block;
    float: none;
  }
  .header-socials {
    float: none;
    text-align: center;
  }
  .header-socials .fa {
    float: none;
    display: inline-block;
  }
  .logo {
    max-width: 100%;
    min-width: 0;
  }
  .footer_top .grid_3 li {
    padding-right: 5px;
  }
  .logo {
    float: none;
    font-size: 40px;
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_wrapper {
    padding-top: 15px;
  }
}
