.footer_wrapper {
  padding-top: 40px;
  background: #f7f7f7 url('./assets/poly.png') repeat;
  background-size: auto;
}

.footer_wrapper .footer {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: flex-start;
}

.footer_wrapper .footer .items .item {
  margin-bottom: 5px;
  color: #fff;
}

.footer_wrapper .footer .items .item a {
  color: #fff;
}

h4.widget-title {
  color: #ddd;
  text-transform: uppercase;
}

h5.widget-title {
  color: #ddd;
}

.widget-content ul {
  position: relative;
  display: block;
  margin-bottom: 4px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  color: black;
}

.widget-content ul li a {
  position: relative;
  font-size: 14px;
  color: #616b8c;
}
.logo img {
  max-width: 130px;
  width: 100%;
}
@media (min-width: 992px) {
  .logo img {
    max-width: 180px;
    width: 100%;
  }
}
.navbar-nav {
  margin-left: 0;
}

.navbar-nav .nav-link  {
  color: #000 !important;
}

.navbar-nav .nav-link:hover  {
  color: #585757 !important;
}

.navbar-nav .nav-link.active {
  color: #000 !important;
  font-weight: bold;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  background: #ecac3d;
}

@media (max-width: 767px) {
  .navbar .navbar-toggler {
    border: none !important;
    outline: none;
  }
  .navbar .navbar-toggler:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: 0.3s;
  }
  .navbar .navbar-toggler:focus {
    background: none;
  }

  .navbar-nav .nav-link {
    padding: 8px 0;
  }

  .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("./assets/menu.svg");
    width: 24px;
  }

  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("./assets/close.svg");
    width: 24px;
  }

  .mobile-logo {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 15px;
    width: 100%;
  }

  .navbar-collapse ul.navbar-nav{
    /*position: fixed;*/
    /*background: #fff;*/
    /*z-index: 99;*/
    /*left: 15px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
  }

  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
}

.top_header .container {
  border-bottom: 1px solid #c7991b;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .md-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }
}.lb-separator-outer {
  overflow: hidden;
}

.section-banner {
  /*background-image: url("../../assets/сoncrete.jpg");*/
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-banner__overlay {
  background-color: #F5BF23;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner__text {
  z-index: 1;
  position: relative;
}.section-head__icon {
  padding-right: 10px;
}

.section-head__item {
  color: #000;
}

.section-head {
  display: flex;
}

.section-head h2{
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .section-head h2 {
    font-size: 2rem;
  }
}.img-box-wrapper {
  position: relative;
  z-index: 1;
}

.img-box {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}

.img-box:after {
  position: absolute;
  content: '';
  left: -10px;
  top: 20px;
  width: 40%;
  height: calc(100%);
  background-color: #f5bf23;
  z-index: -1;
}

@media (min-width: 992px) {
  .img-box:after {
    left: -20px;
  }
}.case-banner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0px;
  border-bottom: 7px solid #f5bf23;
}

.case-banner:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.case-banner .case-banner-box h1 {
  position: relative;
  display: block;
  font-weight: 700;
  color: #0c0d24;
  margin-bottom: 17px;
}

.case-banner .case-banner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #0c0d24;
}
#hero-form {
  /*background: rgba(0, 0, 0, 0.35);*/
  /*padding: 15px;*/
}

#hero {
  width: 100%;
  background-position: 52% 93%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  min-height: 540px;
  color: white;
}

#hero h1 {
  font-size: 28px;
}

@media (min-width: 992px) {
  #hero h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  #hero {
    background-position: 72% 93%;
    min-height: 670px;
  }
}

.goal__item {
  border-left: 3px solid #f5bf23;
  padding: 8px 30px 8px 10px;
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
}

.goal__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.goal__item span {
  font-size: 14px;
  display: block;
  line-height: 16px;
}

.row-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: black;
  opacity: .50;
}

/**/

.about-us {
  position: relative;
}
.about-us:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url('./assets/pattern-4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .80;
  transform: scaleX(-1);
}.spinner {
  position: absolute;
  left: 40%;
  top: auto;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate-all 1s linear infinite;
  animation: rotate-all 1s linear infinite;
}

.spinner.hidden {
  display: none;
}

.spinner-right, .spinner-left {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.spinner-left {
  left: 0;
}

.spinner-right {
  right: 0;
}

.spinner .border {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 200px 0 0 200px;
  border: 5px solid #ea4335 !important;
}
.spinner-right .border {
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: rotate-right 0.75s linear infinite alternate;
  animation: rotate-right 0.75s linear infinite alternate;
}
.spinner-right .border:after {
  bottom: -10px;
  left: -5px;
}
.spinner-left .border {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: rotate-left 0.75s linear infinite alternate;
  animation: rotate-left 0.75s linear infinite alternate;
}
.spinner-left .border:after {
  bottom: -10px;
  right: -5px;
}

@-webkit-keyframes rotate-left {
  to {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  from {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
  }
}

@keyframes rotate-left {
  to {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  from {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
  }
}
@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(-175deg);
    transform: rotate(-175deg);
  }
  to {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes rotate-right {
  from {
    -webkit-transform: rotate(-175deg);
    transform: rotate(-175deg);
  }
  to {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes rotate-all {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate-all {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*
 * Works grid
 */

.works-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work-item {
    width: 25%;
    float: left;
    margin: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.work-item-2 {
    width: 50%;
}

.work-grid-2 .work-item {
    width: 50%;
}

.work-grid-3 .work-item {
    width: 33.333%;
}

.container .work-grid-3 .work-item {
    width: 33.2%;
}

.work-grid-5 .work-item {
    width: 20%;
}

.work-grid-6 .work-item {
    width: 16.6%;
}

.works-grid.work-grid-gut {
    margin: 0 0 0 -10px;
}

.works-grid.work-grid-gut .work-item {
    padding: 0 0 10px 10px;
}

.work-item > a {
    display: block;
    padding: 0 0 84px 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.work-item a,
.work-item a:hover {
    color: #111;
    border: none;
}

.work-img {
    position: relative;
    overflow: hidden;
}

.portfolio-grid .work-img {
    padding: 10px;
}

.work-img img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.work-intro {
    width: 100%;
    height: 84px;
    padding: 20px 20px 0 20px;

    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.work-descr {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
    line-height: 1.2;
}

.works-grid.hide-titles .work-item > a {
    overflow: hidden;
    padding: 0;
}

.works-grid.hide-titles .work-item .work-intro {
    opacity: 0;
    bottom: -94px;
}

.works-grid.hide-titles .work-item:hover .work-intro {
    opacity: 1;
}

/* Work item hover state */

.work-intro {
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-intro {
    /*bottom: auto;*/
    /*top: 50%;*/
    color: #fff;

    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);

    z-index: 3;
}

.work-item:hover .work-title {
    color: #ccc;
}

.work-item:hover .work-descr {
    color: #999;
}

.work-item .work-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250, 250, 250, 0);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.work-item:hover .work-img:after {
    background: rgba(20, 20, 20, .85);
}

.nohover.work-item:hover .work-img:after {
    background: rgba(0, 0, 0, 0);
}

.works-grid.hover-color .work-item:hover .work-intro,
.works-grid.hover-color .work-item:hover .work-title,
.works-grid.hover-color .work-item:hover .work-descr {
    color: #fff;
}

.works-grid.hover-color .work-item:hover .work-img:after {
    background: #e41919;
    opacity: .73;
}

.works-grid.hover-white .work-item:hover .work-intro,
.works-grid.hover-white .work-item:hover .work-title,
.works-grid.hover-white .work-item:hover .work-descr {
    color: #000;
}

.works-grid.hover-white .work-item:hover .work-img:after {
    background: rgba(250, 250, 250, .5);
}

.work-item .work-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-img > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    /*opacity: 0;*/
}

.work-item .work-img .photo {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.work-item:hover .work-img .photo {
    opacity: 1;
}

/*
 * Works full view
 */

.work-full {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

.work-full-load {
    padding-top: 60px;
}

.work-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10001;
}

.work-loader:after {
    display: block;
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    background: url(../images/loader.gif) no-repeat;
}

/* Work navigation */

.work-navigation {
    width: 100%;
    /*background: #fff;*/
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;

    z-index: 99;
}

.work-navigation .fa {
    font-size: 12px;
    vertical-align: middle;
}

.work-navigation .fa-times {
    font-size: 16px;
    margin-top: -2px;
}

.work-navigation a {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}

.work-navigation a,
.work-navigation a:visited {
    color: #555;
}

.work-navigation a:hover {
    color: #111;
}

.work-navigation a span {
    display: inline-block;
    height: 60px;
    line-height: 59px;
    padding: 0 4%;
    /*background: #fff;*/
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.work-navigation span:hover {
    /*background: #f7f7f7;*/
}

.work-back-link {
    margin: 20px 0 0;
    display: block;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #151515;
}

.work-prev {
    text-align: left;
}

.work-prev img {
    height: 70px;
    width: auto;
}

.work-all {
    text-align: center;
}

.work-next {
    text-align: right;
}

.work-next img {
    height: 70px;
    width: auto;
}

.work-container {
    padding: 50px 0;
}

.work-full-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.work-full-media {
    margin-top: 30px;
}

.work-full-media img {
    max-width: 100%;
    height: auto;
}

.work-full-text {
    text-align: left;
    font-size: 13px;
    color: #777;
}

.work-full-text h6 {
    margin-top: 5px;
}

.work-detail {
    font-weight: 400;
}

.work-detail p:last-child {
    margin-bottom: 0;
}

.work-full-detail {
    font-size: 11px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.work-full-detail p {
    padding: 4px 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.work-full-detail p:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.work-full-detail p strong {
    width: 100px;
    display: inline-block;
}

.work-full-action {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

/**
* Responsive
 */

@charset "utf-8";
/*------------------------------------------------------------------
[Responsive Stylesheet]

Project:    Rhythm
Version:    2.9.4
Last change:   19.01.2017
Primary use:    MultiPurpose Template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Small desktop
2. Tablet landskape
3. Tablet Portrait
4. Phone
5. Small Phone
6. Max Height 768
-------------------------------------------------------------------*/

/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1366px) {

    .inner-nav ul li {
        margin-left: 25px;
    }

}

@media only screen and (max-width: 1200px) {

    .hs-wrap {
        max-width: 540px;
    }

    .hs-line-1 {
        letter-spacing: 40px;
    }

    .hs-line-2 {
        font-size: 68px;
    }

    .hs-line-12 {
        font-size: 70px;
        letter-spacing: 0.3em;
    }

    .hs-line-13 {
        font-size: 78px;
        letter-spacing: 0.195em;
    }

    .alt-service-grid {
        margin-top: -40px;
    }

    .alt-service-item {
        margin-top: 40px;
        padding-left: 48px;
    }

    .alt-services-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .alt-services-image {
        margin-top: 10px;
    }

    .work-grid-5 .work-item {
        width: 25%;
    }

    .work-grid-5 .work-item {
        width: 20%;
    }

    .mod-breadcrumbs-mini {
        text-align: right;
    }

}

@media only screen and (max-width: 1199px) {

    .tpl-alt-tabs {
        font-size: 13px;
        letter-spacing: 0.2em;
    }

    .tpl-alt-tabs > li {
        width: 170px;
    }

    .split-section-wrapper {
        padding: 0 50px;
    }

}

/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {

    .hs-wrap {
        max-width: 480px;
        padding-top: 37px;
        padding-bottom: 43px;
    }

    .hs-line-1 {
        letter-spacing: 30px;
    }

    .hs-line-2 {
        font-size: 60px;
    }

    .hs-line-9 {
        font-size: 71px;
    }

    .hs-line-10 {
        padding: 10px 14px;
        letter-spacing: 1px;
    }

    .hs-line-10 > span {
        margin: 0 1px;
    }

    .benefit-item {
        width: 300px;
        padding: 15px 32px;
    }

    .page-section {
        padding: 120px 0;

    }

    .page-section, .home-section, .small-section {
        background-attachment: scroll;
    }

    .owl-pagination {
        bottom: 25px;
    }

    .section-bot-image {
        margin: 120px 0 -120px;
    }

    .lp-item {
        width: 50%;
    }

    .lp-item:nth-child(4n + 5) {
        clear: none;
    }

    .lp-item:nth-child(2n + 3) {
        clear: left;
    }

    .lp-title, .lp-author {
        font-size: 13px;
    }

}

@media only screen and (max-width: 992px) {

    .hs-line-1 {
        letter-spacing: 23px;
    }

    .hs-line-13 {
        letter-spacing: 0.17em;
    }

    .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini) {
        text-align: left !important;
    }

    .tpl-alt-tabs > li {
        width: 200px;
    }

    .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 25%;
    }

    .work-grid-6 .work-item {
        width: 25%;
    }

    .blog-item-date {
        border: none;
    }

    .countdown > li {
        margin: 0 20px;
    }

    .countdown-number {
        width: 74px;
        height: 74px;
        font-size: 24px;
        line-height: 64px;
    }

    .countdown-number > b {
        bottom: 18px;
    }

}

/* ==============================
   Tablet Portrait
   ============================== */

@media only screen and (max-width: 768px) {

    .hs-wrap {
        max-width: 400px;
    }

    .hs-line-2 {
        font-size: 50px;
    }

    .hs-line-7 {
        font-size: 50px;
    }

    .page-section {
        padding: 80px 0;
    }

    .small-section {
        padding: 50px 0;
    }

    .small-title {
        font-size: 18px;
    }

    .owl-pagination {
        bottom: 17px;
    }

    .section-bot-image {
        margin: 70px 0 -70px;
    }

    .tpl-minimal-tabs > li {
        padding: 0 5px;
    }

    .benefit-item {
        width: 264px;
    }

    .count-descr {
        margin-bottom: 30px;
    }

    .alt-service-grid {
        margin-top: -30px;
    }

    .alt-service-item {
        margin-top: 30px;
    }

    .works-filter a {
        padding-left: 10px;
        padding-right: 10px;
        margin: 4px;
    }

    .blog-item {
        margin-bottom: 50px;
    }

    .blog-item-date {
        top: 0;
        left: -100px;
    }

    .blog-item-title {
        font-size: 20px;
    }

    .blog-item-title .small {
        font-size: 15px;
    }

    .blog-item-body {
        font-size: 14px;
    }

    .blog-media {
        margin-bottom: 15px;
    }

    .blog-item-body .small {
        font-size: 13px;
    }

    #map-canvas {
        height: 300px;
    }

    .fm-logo-wrap {
        top: 17px;
        left: 17px;
    }

    .fm-button {
        top: 17px;
        right: 17px;
    }

}

@media only screen and (max-width: 767px) {

    .hs-wrap {
        max-width: 320px;
        padding-top: 27px;
        padding-bottom: 33px;
    }

    .hs-line-1 {
        font-size: 24px;
    }

    .hs-line-2 {
        font-size: 36px;
    }

    .hs-line-3 {
        font-size: 13px;
    }

    .hs-image {
        display: none;
    }

    .hs-wrap-1 {
        max-width: 240px;
    }

    .hs-line-5 {
        font-size: 44px;
        letter-spacing: 0.28em;
    }

    .hs-line-6 {
        font-size: 16px;
    }

    .hs-line-7 {
        font-size: 32px;
    }

    .hs-line-9 {
        font-size: 48px;
    }

    .hs-line-10 {
        padding: 5px 8px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .hs-line-10 > span {
        margin: 0;
    }

    .hs-line-11 {
        font-size: 24px;
    }

    .hs-line-12 {
        font-size: 44px;
    }

    .hs-line-13 {
        font-size: 60px;
        letter-spacing: 0.1em;
    }

    .hs-line-14 {
        font-size: 24px;
        letter-spacing: 0.3em;
    }

    .hs-line-15 {
        font-size: 32px;
    }

    .team-item {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .alt-features-grid {
        margin-top: -30px;
    }

    .alt-features-item {
        margin-top: 30px;
    }

    .benefit-item {
        width: 230px;
        padding: 0;
    }

    .benefit-item:hover:after {
        display: none;
    }

    .wide-heading {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .works-filter a {
        padding-left: 10px;
        padding-right: 10px;
        margin: 4px;
        width: 100%;
        display: block;
        font-size: 12px;
    }

    .works-filter {
        letter-spacing: initial;
    }

    .blog-item-date {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        text-align: left;
    }

    .date-num {
        display: inline !important;
        margin: 0 5px 10px 0;
    }

    .sidebar {
        margin-top: 50px;
    }

    blockquote p {
        font-size: 20px;
    }

    blockquote footer {
        margin-top: 0;
        font-size: 12px;
    }

    .banner-content {
        text-align: center;
    }

    .banner-image {
        text-align: center;
    }

    .cf-left-col,
    .cf-right-col {
        width: auto;
        margin-right: 0;
        float: none;
    }

    .section-more,
    .section-more.left,
    .section-more.right {
        float: none !important;
        display: block;
    }

    .big-icon {
        width: 60px;
        height: 60px;
        line-height: 56px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .blog-slide-info {
        padding: 10px;
    }

    .blog-slide-title {
        font-size: 12px;
    }

    .blog-slide-data {
        display: none;
    }

    .top-bar {
        min-height: 0;
    }

    .top-links {
        float: none !important;
        padding: 5px 0;
        text-align: center;
    }

    .top-links li,
    .top-links li:last-child {
        float: none;
        border: none;
        display: inline-block;
    }

    .top-links li a {
        display: inline-block;
        min-width: 0;
        height: auto;
        line-height: 1;
        padding: 0 5px;
    }

    .top-links li a:hover,
    .top-bar.dark .top-links li a:hover {
        background: none;
    }

    .side-panel {
        padding-bottom: 20px;
    }

    .sp-logo-wrap {
        max-width: 100px;
        margin: 0 auto;
    }

    .sp-logo-wrap .logo {
        padding: 20px 0 0 0;
    }

    .sp-menu-links a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sp-social-links {
        width: auto;
        position: static;
        padding-bottom: 10px;
    }

    .countdown > li {
        margin: 0 10px 20px;
    }

    .countdown-number {
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
    }

    .countdown-number > b {
        bottom: -20px;
        font-size: 9px;
        color: rgba(255, 255, 255, .85);
    }

    .text-mobile {
        font-size: 110%;
        line-height: 1.2;
    }
}

/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 480px) {

    .btn-mod.btn-large {
        padding: 8px 15px;
        font-size: 13px;
    }

    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg {
        height: 38px;
    }

    .hs-line-1 {
        font-size: 20px;
        letter-spacing: 18px;
    }

    .hs-line-2 {
        font-size: 28px;
    }

    .hs-line-6 {
        font-size: 15px;
    }

    .hs-line-7 {
        font-size: 28px;
    }

    .hs-line-8 {
        font-size: 12px;
    }

    .hs-line-9 {
        font-size: 42px;
    }

    .hs-line-11 {
        font-size: 20px;
        letter-spacing: 0.2em;
        font-weight: 700;
        text-shadow: 2px 3px 5px rgb(0, 0, 0);
    }

    .hs-line-12 {
        font-size: 32px;
    }

    .hs-line-13 {
        font-size: 30px;
        letter-spacing: 0.1em;
    }

    .hs-line-15 {
        font-size: 24px;
    }

    .scroll-down {
        bottom: 10px;
        height: 34px;
        line-height: 34px;
    }

    .scroll-down-icon {
        width: 22px;
        margin-left: -11px;
    }

    .scroll-down span {
        display: none;
    }

    .nav-bar-compact {
        top: 0;
        left: 0;
    }

    .page-section {
        padding: 60px 0;
    }

    .small-section {
        padding: 30px 0;
    }

    .owl-pagination {
        bottom: 10px;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    .owl-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .section-bot-image {
        margin: 50px 0 -50px;
    }


    .work-container {
        padding: 30px 0;
    }

    .margin-bot {
        margin-bottom: 30px;
    }

    .section-text,
    .text {
        line-height: 1.7;
    }

    .count-number {
        font-size: 32px;
    }

    .count-title {
        font-size: 12px;
    }

    .works-filter a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        font-size: 12px;
    }

    .work-item,
    .work-grid-2 .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 50%;
    }

    .work-full-text {
        margin-top: 30px;
    }

    .work-full-title {
        font-size: 20px;
    }

    .blog-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-item-title {
        font-size: 16px;
    }

    .blog-item-q p {
        font-size: 16px;
    }

    .comment-avatar {
        width: 30px;
        margin-top: 7px;
    }

    .comment-item {
        font-size: 13px;
    }

    .separ-space {
        display: block;
        height: 10px;
    }

    .bot-menu-item {
        font-size: 16px;
    }

    #map-canvas {
        height: 300px;
    }

    .fixed-height-small {
        min-height: 300px;
    }

    .fixed-height-medium {
        min-height: 350px;
    }

    .fixed-height-large {
        min-height: 400px;
    }

    .tpl-tabs > li {
        display: block;
        float: none;
        width: 100%;
    }

    .tpl-tabs > li.active a {
        background: #f5f5f5 !important;
    }

    .fm-menu-links a {
        font-size: 14px;
    }

    .fm-search {
        width: 200px;
    }
}

/* ==============================
   Small Phone
   ============================== */

@media only screen and (max-width: 319px) {

    .nav-social-links {
        display: none;
    }
}

/* ==============================
   Max Height 768
   ============================== */

@media only screen and (max-height: 767px) {

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }
}

/* ==============================
   IOS Background Fix
   ============================== */

.mobile .page-section, .mobile .home-section, .mobile .small-section {
    background-attachment: scroll;
}