.arrow {
  margin: 25px;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px; }
  .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-right-style: solid;
    border-right-width: 5px;
    content: '';
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px; }
  .arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 30px 30px;
    height: 0;
    width: 0; }
  .arrow.is-check::after {
    width: 15px; }
  .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow.is-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .arrow::after,
  .arrow .arrow::after {
    border-color: #fff; }
  .arrow.is-triangle::after,
  .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #fff; }
  .arrow::before,
  .arrow .arrow::before {
    background-color: #fff; }
  .arrow:hover::after,
  .arrow:hover .arrow::after, .arrow:focus::after,
  .arrow:focus .arrow::after, .arrow:active::after,
  .arrow:active .arrow::after {
    border-color: #d81c5c; }
  .arrow:hover.is-triangle::after,
  .arrow:hover .arrow.is-triangle::after, .arrow:focus.is-triangle::after,
  .arrow:focus .arrow.is-triangle::after, .arrow:active.is-triangle::after,
  .arrow:active .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #d81c5c; }
  .arrow:hover::before,
  .arrow:hover .arrow::before, .arrow:focus::before,
  .arrow:focus .arrow::before, .arrow:active::before,
  .arrow:active .arrow::before {
    background-color: #d81c5c; }

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

h1, h2, h3, h4 {
  font-family: "Ubuntu", sans-serif;
  color: #212060;
  margin-bottom: 20px; }

.title {
  text-transform: uppercase;
  font-weight: 700; }
  .title.orange {
    color: #ef5f21; }
    .title.orange::after {
      background-color: #ef5f21; }
  .title::after {
    content: '';
    height: 3px;
    width: 60px;
    background-color: #212060;
    display: block;
    margin: 15px auto; }

p {
  margin-bottom: 30px; }

h1 {
  font-size: 42px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 42px;
      line-height: 1.5; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 60px;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 60px;
      line-height: 1.5; } }

h2 {
  font-size: 26px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 1.5; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 36px;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 36px;
      line-height: 1.5; } }

h3 {
  font-size: 21px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 21px;
      line-height: 1.5; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 30px;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 30px;
      line-height: 1.5; } }

h4 {
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 18px;
      line-height: 1.5; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 24px;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 24px;
      line-height: 1.5; } }

h5 {
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 18px;
      line-height: 1.5; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 21px;
      line-height: 1.5; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 21px;
      line-height: 1.5; } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

i {
  pointer-events: none; }

ul {
  padding: 0;
  margin: 0 0 0 20px; }
  ul li {
    margin: 5px 0; }

strong {
  font-weight: 700;
  color: #ef5f21; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
    webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important; }

figure {
  margin: 0; }

html {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: auto; }

body {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden; }

section {
  position: relative;
  display: block;
  width: 100%;
  margin: 60px 0; }

a.pageup {
  color: #ef5f21;
  font-size: 42px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  outline: none; }

#my-page {
  padding-top: 60px; }
  @media only screen and (min-width: 768px) {
    #my-page {
      padding-top: 0; } }

.topbar {
  color: #fff;
  background-color: #212060;
  padding: 8px 0; }
  .topbar i {
    color: #ef5f21; }
  .topbar .phone {
    font-size: 24px;
    color: #ef5f21;
    font-weight: 700; }

.header-wrapper {
  position: relative; }
  .header-wrapper .header_area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 0; }
    @media only screen and (min-width: 768px) {
      .header-wrapper .header_area {
        position: absolute;
        top: 20px; } }
    .header-wrapper .header_area.inner_page {
      position: relative; }
    .header-wrapper .header_area .logo a {
      outline: none; }
      @media only screen and (min-width: 768px) {
        .header-wrapper .header_area .logo a img {
          width: 100%; } }
      @media only screen and (min-width: 992px) {
        .header-wrapper .header_area .logo a img {
          width: 274px; } }
    .header-wrapper .header_area .phone,
    .header-wrapper .header_area .email {
      margin: 3px 0;
      font-size: 16px;
      line-height: 30px; }
      @media only screen and (min-width: 768px) {
        .header-wrapper .header_area .phone,
        .header-wrapper .header_area .email {
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .header-wrapper .header_area .phone,
        .header-wrapper .header_area .email {
          font-size: 21px; } }
      .header-wrapper .header_area .phone i,
      .header-wrapper .header_area .email i {
        font-size: 21px;
        line-height: 21px;
        color: #ef5f21;
        vertical-align: top;
        margin: 5px 0 0 0; }
        @media only screen and (min-width: 1200px) {
          .header-wrapper .header_area .phone i,
          .header-wrapper .header_area .email i {
            margin: 5px 5px 0 0; } }
    .header-wrapper .header_area .btn-estimate {
      font-size: 21px;
      color: #fff;
      background-color: #ef5f21;
      padding: 12px 30px;
      margin-top: 20px;
      display: inline-block;
      border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px; }
      .header-wrapper .header_area .btn-estimate:hover, .header-wrapper .header_area .btn-estimate:active, .header-wrapper .header_area .btn-estimate:focus {
        background-color: #e65111; }

#footer {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  background-color: #ededed;
  padding: 30px 0; }
  #footer img {
    width: 175px;
    margin-bottom: 10px; }
  #footer p {
    margin: 0; }
  #footer a {
    display: inline-block;
    color: #ef5f21; }

#main-nav ul {
  margin: 0; }
  #main-nav ul li {
    list-style: none;
    display: inline-block;
    list-style-type: none; }
    #main-nav ul li a {
      font-family: "Ubuntu", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      color: #212060;
      margin: 0 10px; }
      @media only screen and (min-width: 1200px) {
        #main-nav ul li a {
          margin: 0 15px; } }
      #main-nav ul li a:hover, #main-nav ul li a:active, #main-nav ul li a:focus {
        color: #ef5f21; }

#mmenu {
  background-color: #212060;
  position: fixed;
  width: 100%;
  z-index: 999; }
  #mmenu .mburger {
    color: #fff; }
    #mmenu .mburger span {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700; }

.mm-navbar {
  border-bottom: 0 !important; }

.mm-navbar__title {
  background-color: #14133a; }

.mm-btn_prev {
  background-color: #0d0d27; }

.mm-panel {
  background-color: #212060; }

.mm-btn:after, .mm-btn:before {
  border-color: #ef5f21 !important; }

.mm-menu a {
  color: #fff !important; }

.btn {
  font-size: inherit;
  border-width: 1px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px 25px;
  outline: none !important;
  box-shadow: none;
  transition: all 300ms ease; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none; }

.banner {
  padding: 3% 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .banner {
      padding: 10% 0; } }
  .banner .banner-text {
    font: 16px/28px "Ubuntu", sans-serif;
    margin-top: 30px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .banner .banner-text {
        font: 18px/28px "Ubuntu", sans-serif; } }
    @media only screen and (min-width: 992px) {
      .banner .banner-text {
        font: 21px/32px "Ubuntu", sans-serif; } }
  @media only screen and (min-width: 768px) {
    .banner .logo-icon {
      background-image: url("../img/logo-icon.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: auto;
      position: absolute;
      width: 450px;
      height: 450px;
      bottom: -15%;
      left: -2%;
      right: auto; } }
  @media only screen and (min-width: 992px) {
    .banner .logo-icon {
      width: 550px;
      height: 550px;
      bottom: -15%; } }
  @media only screen and (min-width: 1200px) {
    .banner .logo-icon {
      width: 720px;
      height: 720px;
      bottom: -35%; } }

.content-home #businesses {
  color: #fff;
  padding: 60px 0; }
  .content-home #businesses .title {
    color: #fff; }
    .content-home #businesses .title:after {
      background-color: #ef5f21; }
.content-home #clients {
  margin: 60px 0; }
  .content-home #clients .clients_filter {
    background-color: #212060;
    text-align: center; }
    .content-home #clients .clients_filter ul li {
      list-style: none;
      display: inline-block; }
      .content-home #clients .clients_filter ul li.active a {
        color: #ef5f21; }
      .content-home #clients .clients_filter ul li a {
        color: #fff;
        padding: 10px 15px;
        display: block; }
        .content-home #clients .clients_filter ul li a:hover, .content-home #clients .clients_filter ul li a:active, .content-home #clients .clients_filter ul li a:focus {
          color: #ef5f21; }
  .content-home #clients .grid {
    margin: 30px 0;
    width: 100%; }
    .content-home #clients .grid .element-item {
      position: relative; }
      .content-home #clients .grid .element-item img {
        width: 100%; }
.content-home #contact {
  font-size: 24px;
  line-height: 36px; }
  .content-home #contact a {
    color: #ef5f21; }

/*# sourceMappingURL=styles.css.map */
