/* Header CSS Starts Here */

#header_meta .sub_menu li a:hover {
    opacity: .8 !important;
}

.main_menu .avia-menu-text {
    letter-spacing: 0.5px;
}

#header_main {
    border-top: none !important;
}

#header_meta .container {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1301px) {
  .logo {
      position: absolute;
      top: -40px;
      height: auto !important;
      z-index: 999;
  }

    .logo img {
      max-height: 1000% !important;
      width: 320px !important;
  }

  #header_main .container,
  .av-main-nav .menu-item-top-level > a {
      line-height: 45px !important;
      height: 65px !important;
  }

    #header_meta {
      border: none !important;
      background: transparent !important;
  }

  #header_meta .sub_menu:after {content: '';position: absolute;width: 95%;height: 1px;right: 12px;bottom: -15px;background: #e1e1e1;}

  #header_meta .sub_menu {
      right: 200px;
  }

  #header_meta .container {

      min-height: 50px;
  }

  #header_meta .sub_menu {
      position: absolute;
      top: 20px;
  }
}

@media (min-width: 990px) {
   #main {
      padding-top: 115px !important;
  }
}

@media (max-width: 1300px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .menu-item-top-level {
        display: none;
    }

    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }

    #header_meta * {
      font-size: 15px;
    }

    .menu-logo {
      display: none;
    }
}

@media (max-width: 480px) {
    #header_meta .container {
      flex-wrap: wrap;
    }
}

#header_meta .social_bookmarks:before {
  content: 'Follow:';
  position: absolute;
  left: -45px;
  font-size: 18px;
  font-weight: bold;
}

#header_meta .social_bookmarks,
#top #header_meta .social_bookmarks li a {
    line-height: 50px !important;
    position: relative;
}

#top #header_meta .social_bookmarks li {
  border: none !important;
  width: auto;
}

#top #header_meta .social_bookmarks li a {
  padding: 0 12px;
  width: auto;
}

#top #header_meta .social_bookmarks {
    height: auto !important;
}

/* Header CSS Ends Here */


.menu-logo {
    position: absolute;
    top: -40px;
}

#header_meta .sub_menu a {
    font-size: 16px;
    color: #25b7a0;
}
.main_menu .avia-menu-text {
    font-size: 16px;
	letter-spacing: .5px;
}

.main_menu .sub-menu a:hover {
    background: #0f85cf !important;
    color: #fff !important;
}

#avia-menu.av-main-nav > li#menu-item-72 > .sub-menu {
    right: 0;
    left: auto;
}

@media (min-width: 768px) {
    #hero_top .content {
        padding: 200px 0;
    }
}

@media (max-width: 767px) {
    #hero_top .content {
        padding: 120px 0;
    }
}

.hero-title h1 {
    text-transform: none !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
}

.hero-button a {
    background: #D52127 !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 1px;
    padding: 18px 30px !important;
}

.hero-title .av-subheading {
    opacity: 1;
    font-style: italic;
    line-height: 1.5 !important;
}

.section-title h2 {
    font-weight: bold !important;
    color: #666;
    letter-spacing: 1px !important;
}

@media (min-width: 768px) {
    .section-title h2 {
        font-size: 35px !important;
    }
}

.service-col svg {
    width: auto;
    height: 80px;
    margin: 0 auto 15px;
    fill: #0f85cf;
}

.service-col {
    text-align: center;
    border: 1px solid #d3eeff !important;
    padding: 30px 30px 40px;
    border-radius: 5px !important;
    background: #f6fbff;
    transition: .5s;
}

.service-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px 5px rgba(224, 224, 224, 0.6);
}

.inner-col-area .av-flex-placeholder {
    width: 30px !important;
}

.service-col-title h3 {
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.service-col-title .av-subheading {
    line-height: 1.5;
}

.colored-bg-area,
.floating-area {
    background-image: linear-gradient(45deg, #0f85cf, #25b7a0);
}

.floating-area .content {
    padding: 25px 0;
}

.floating-area .flex_column {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.floating-area .av-special-heading {
    width: 520px;
    padding-right: 30px;
}

.floating-title h2 {
    color: #fff;
    font-weight: bold !important;
}

@media (max-width: 768px) {
  .floating-title h2 {
    padding-bottom: 20px !important;
  }
}

.floating-button a {
    font-size: 16px !important;
    letter-spacing: 0.5px;
    padding: 10px 30px !important;
    border: 2px solid #fff !important;
    font-weight: bold !important;
    background: transparent !important;
    transition: .5s;
}

.floating-button a:hover {
  background: #fff !important;
  color: #0f85cf !important;
}

@media (min-width: 768px) {
    .service-col-area .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-col-area .flex_column {
        margin-left: 0;
        width: calc(33.33% - 20px)
    }
}

.content-col {
    border: 1px solid #eaeaea !important;
}

.avia_textblock b,
.avia_textblock strong {
    color: #333;
}

.normal-button a {
    font-size: 16px !important;
    font-weight: bold !important;
}

.avia_button_icon_left {
    padding-right: 5px;
}

.inner-heading-title h1 {
    text-transform: none !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-shadow: 1px 1px 1px #666;
}

.inner-heading-button a {
    background: #D92020 !important;
    border: none !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

.inner-heading-area {
    border-bottom: 5px solid #25b7a0 !important;
}

.inner-text-heading h3 {
    font-size: 30px;
    color: #0f85cf;
}

blockquote {
    font-weight: bold;
    color: #333 !important;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 22px;
    }
}

.job-details .toggler {
    padding: 10px 25px!important;
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    font-weight: bold;
}

.job-details .hor_icon,
.job-details .vert_icon,
.job-details .toggle_icon {
    opacity: 1;
    border-color: #0f85cf;
}

.job-box .iconbox_icon {
    position: relative;
    top: 0;
    color: #0f85cf
}

.job-box .iconbox_content_title {
    color: #0f85cf;
}

.job-details .toggle_content {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.job-button a {
    background: #25b7a0 !important;
    border: none !important;
    letter-spacing: 0.7px;
}

.drain-cleaning-area h3 {
    margin-top: 0;
}

.footer-alt-text {
    font-size: 18px;
    line-height: 1.8;
}

.footer-alt-text a {
    color: #ccc !important;
}

.home-stat-col {
    box-shadow: 0 0 15px 10px rgba(239, 239, 239, 0.58);
    border: 1px solid #efefef !important;
    padding: 30px 25px;
    border-radius: 5px !important;
    background: #fff;
}

.home-stat-area .av-flex-placeholder {
    width: 40px !important;
}

.home-stat-box .avia-animated-number-title {
    white-space: normal;
    font-size: 35px;
}

.home-stat-box .avia-single-number {
    font-weight: bold;
    color: #25b7a0;
    letter-spacing: 0;
}

.home-stat-box .avia-no-number {
    opacity: 1;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.contact-form .ginput_container_address .ginput_right,
.contact-form .ginput_container_address .ginput_left {
    margin-top: 10px !important;
}

.contact-form select,
.contact-form input {
    border-radius: 5px !important;
}

.contact-iconlist a { 
    color: #0f85cf !important;
}

.menu-logo img {
    width: 130px;
    border-radius: 100%;
    transform: translateY(-50px);
}

.av-main-nav-wrap {
    position: relative;
}

.menu-logo {
    position: absolute;
    top: 10px;
}

.menu-logo .avia-menu-fx {
    display: none !important;
}

.top-icon:before {
    content: '\e836';
    font-family: entypo-fontello;
    padding-right: 7px;
}

.top-icon.phone-icon:before {
    content: '\e8ac';
}

.top-icon.login-icon:before {
    content: '\e85c';
}

.top-icon.contact-icon:before {
    content: '\e83b';
}

.mobile-fixed {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.mobile-fixed span {
    width: 50%;
    text-align: center;
}

.mobile-fixed a {padding: 10px;display: block;color: #fff;cursor: pointer;}

.cell-info a {
    background: #0d78bb;
}

.contact-info a {
    background: #25b7a0;
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }

    #socket .container {
        padding-bottom: 63px !important;
    }
}

@media (min-width: 768px) {
    .mobile-fixed {
        display: none !important;
    }
}

.menu-logo a {
    pointer-events: none;
}

#socket {
    background: #0a639b;
    border: none;
}

.slider-logos .bx-wrapper {
    max-width: 100% !important;
}
.slider-logos ul {
    list-style-type: none !important;
    text-align: center;
    margin: 0 !important;
}
.slider-logos ul li {
    text-align: center;
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    width: auto !important;
}
.slider-logos ul li img {
    height: 60px;
    width: auto;
}

.slider-logos {
    height: 60px;
}

.top-mobile a {
    color: #d52127 !important;
}

.inner-heading-area .av-section-color-overlay {
    opacity: .1 !important;
}

.inner-dual-col ul {
    margin: 0;
}

.inner-dual-col ul li {
    font-weight: bold;
}

.inner-dual-col {
    margin: 30px 0;
}

@media (min-width: 768px) {
    .inner-dual-col {
        display: flex;
    }

    .inner-dual-col ul {
        width: 50%;
        padding-right: 30px;
    }
}

.dc-icon-col svg {
    width: auto;
    height: 120px;
    fill: #25b7a0;
}

.dc-icon-col {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 989px) {
    .drain-cleaning-area .av_four_fifth {
        padding-left: 30px;
    }
}

.white-text blockquote {
    color: #fff !important;
}

.avia_pop_class {
    display: none;
}

@media (max-width: 989px) {
    .inner-img-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
    }

    .inner-img-col .flex_column {
        width: 100% !important;
    }

    .inner-img-col .img-col {
        order: -1;
    }
}
.home-service-learnmore {
    margin-top: 20px;
}
