/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
@font-face {
    font-family: 'Mulish';
    src: url('../enfold-child/fonts/mulish-light-webfont.woff2') format('woff2'),
         url('../enfold-child/fonts/mulish-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../enfold-child/fonts/mulish-regular-webfont.woff2') format('woff2'),
         url('../enfold-child/fonts/mulish-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../enfold-child/fonts/mulish-bold-webfont.woff2') format('woff2'),
         url('../enfold-child/fonts/mulish-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../enfold-child/fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../enfold-child/fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body.montserrat{
  font-family: 'Mulish', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif!important;
  font-size: 16px;
}
.screen-reader-response{
    display: none;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
a.open-popup-link{
  color: #ffffff;
  background: #546677;
  border-color: #456174;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  background-image: url(./svg/right-arrow-white.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  transition: .2s;
  padding: 15px 50px 15px 25px;
  font-size: 15px;
  margin-top: 7px;
  display: inline-block;
  float: right;  
}
a.open-popup-link:visited,
a.open-popup-link:focus{
    text-decoration: none;
}
.slick-slide{
    height: 300px;
    margin: 0 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.slick-slide h4{
    color: #fff;
    width: 100%;
    background: rgba(84, 102, 119, .8);
    bottom: -5px;
    position: absolute;
    padding: 20px 30px;
    letter-spacing: 0px;
    font-size: 20px;
    display: inline-block;
}
.slick-slide a{
    height: 100%;
    width: 100%;
    display: inline-block;
}
.slick-arrow{
    top: 45%;
    position: absolute;
    cursor: pointer;
    transition: .2s;
    opacity: 1;
}
.slick-arrow.slick-prev{
    left: -75px;
    background: transparent;
    font-size: 0;
    height: 50px;
    width: 50px;
    box-shadow: none;
    border: none;
    background: transparent url(./svg/left-arrow.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid #546677;
    border-radius: 100%;
}
.slick-arrow.slick-next{
    right: -75px;
    background: transparent;
    font-size: 0;
    height: 50px;
    width: 50px;
    box-shadow: none;
    border: none;
    background: transparent url(./svg/right-arrow-2.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid #546677;
    border-radius: 100%;
}
.slick-arrow.slick-prev.slick-disabled,
.slick-arrow.slick-next.slick-disabled{
    opacity: 0;
    transition: .2s;
}
#about-us-slide{
    background: url(/wp-content/uploads/2022/04/about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#domiciliary-care-slide{
    background: url(/wp-content/uploads/2022/04/domiciliary-care.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#live-in-slide{
    background: url(/wp-content/uploads/2022/04/live-in.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#our-services-slide{
    background: url(/wp-content/uploads/2022/05/our-services-slide-optimised.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#latest-news-slide{
    background: url(/wp-content/uploads/2022/05/latest-news-slide-optimised.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#job-vacancies-slide{
    background: url(/wp-content/uploads/2022/04/job-vacancies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#contact-us-slide{
    background: url(/wp-content/uploads/2022/05/contact-us-slide-optimised.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left -307px center;
}
.main_color a.open-popup-link:hover,
.main_color a.open-popup-link:visited{
    text-decoration: none;
    color: #fff;
}
.owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
    transition: 1s;
}
.owl-carousel:not(.owl-loaded) > div{ 
    display: inline-block;
}
.owl-carousel.owl-loaded{ 
    opacity: 1; 
    transition: 1s;
}
.owl-carousel,
.owl-carousel .owl-item {
    /*-webkit-tap-highlight-color: transparent;*/
    /*position: relative;*/
}
.header_color #header_meta #top-bar-phone-wrapper a{
    margin-left: 0;
}
.owl-carousel {
    /*display: none;*/
    /*width: 100%;*/
    /*z-index: 1;*/
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    font-size: 13px;
}
#custom_html-2.widget {
     clear: both;
     position: relative;
     padding: 12px 0;
     float: none;
     text-align: center;
}
#custom_html-2 div,
#custom_html-2 div a{
    color: #2a2a2a;
    font-weight: bold;
}
#custom_html-2 .owl-carousel .owl-stage > div{
    display: inline-block;
}
.header-scrolled #custom_html-2.widget {
    z-index: 1;
    background: #546677;
}
.header-scrolled #custom_html-2 div,
.header-scrolled #custom_html-2 div a{
    color: #85a1bc;
}
.header-scrolled.header_color #custom_html-2.widget strong{
    color: #fff;
}
#top-bar-phone-wrapper {
    background: #0d3153;
    display: inline-block;
    height: 40px;
    padding: 10px 15px;
    /*margin-left: 10px;*/
}
#top-bar-facebook:before{
    height: 40px;
    width: 40px;
    position: absolute;
    background-color: #0d3153;
    float: left;
    content: '';
    z-index: -10;
    margin-left: -15px;
    top: 0;
}
#top-bar-twitter:before{
    height: 40px;
    width: 40px;
    position: absolute;
    background-color: #0d3153;
    float: left;
    content: '';
    z-index: -10;
    margin-left: -12px;
    top: 0;
}
#top-bar-facebook{
    font-size: 16px;
    margin-top: 2px;
}
#top-bar-facebook i{
    position: relative;
    top: 2px;
}
#top-bar-twitter{
    font-size: 16px;
}
#top-bar-phone i.fa-mobile{
    font-size: 26px;
    margin-left: 10px;
    /*position: absolute;*/
    margin-right: 10px;
}
.av-main-nav ul{
    width: 1175px;
}
.av-main-nav ul ul{
    width: 269px;
}
.header_color #header_meta strong:first-of-type{
    margin-left: 8px;
    display: inline-block;
    float: left;
}
.phone-info span p{
    display: inline-block;
    margin: 0;
}
.av-share-box{
    margin-bottom: 0;
}
#top-bar-twitter i{
    position: relative;
    top: 1px;
    left:1px;
}
.av_toggle_section :focus {
    outline: none;
}
.av-main-nav ul li {
    margin: 0;
    padding: 0;
    width: 320px;
    display: block;
    float: none;
}
#darkness {
    background:rgba(0, 0, 0, 0.4);
    display:none;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:5;
}
#top .av-main-nav ul li.menu-item-has-children > a:after{
    margin-right: 8px;
    float: right;
    font-family: 'fontawesome';
    font-size: 12px;
    content: '\f105';
}
#top .main_color .price .amount-inc-tax{
    color: #0d3153;
    margin-left: 10px;
    font-size: 20px;
}
#top .products .main_color .price .amount-inc-tax{
    font-size: 12px;
}
.yith-wcwl-add-to-wishlist{
    margin: 20px 0;
}
.av-main-nav ul{
    box-shadow: none;
    border:none;
}
#top .header_color .main_menu .menu ul li>a:hover{
    color: #009ddc;
}
.html_header_top #top .av_menu_left .main_menu .menu li ul ul {
    left: 310px;
    border:none;
    min-height: 600px;
}

.html_header_top #top .view-all-menu a{
    text-decoration: underline;
    /*font-weight: bold;*/
    font-family: 'robotobold';
}
.phone-info span {
    display: inline-block;
    line-height: inherit;
}
#top-bar-phone-wrapper{
    margin: 0 0 0 15px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.main_color .toggler.activeTitle:hover,
.main_color .toggler.activeTitle{
    background: #009ddc;
    color:#fff;
}
.cart_dropdown .dropdown_widget{
    width: 310px;
}
.js_active .toggler {
    padding: 15px 3px 15px 35px;
}
.toggle_icon {
    border-style: solid;
    border-width: 0px;
    margin-top: -6px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    display: inline-block;
}
/*.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}*/

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}*/
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav.disabled{
    display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
#custom_html-2.widget{
    z-index: 1;
    background: #eee;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-item strong{
    font-weight: bold;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .widget {
    /*clear: both;*/
    position: relative;
    padding: 10px 0;
}
/*Cookies*/
#top .avia-cookie-consent p + h2{
  margin-top: 0;
}
#top .avia-cookie-consent {
    padding: 2em 1.5em;
}
#top .avia-cookiemessage-bottom-left .avia-cookie-consent-button{
    background-color: #546677;
    margin: 15px 0.5em;
    color: #fff;
}
#top .avia-cookiemessage-bottom-left .avia-cookie-consent-button.av-extra-cookie-btn{
    background-color: #fff;
    color: #546677;
}
#top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn.avia-cookie-info-btn{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
span.logo{
    padding-top: 4px;
}
.home span.logo{
    padding-top: 4px;
}
/*Header*/
header #text-2.widget{
    margin: 0;
    padding: 13px 0;
    background: #eee;
    text-align: center;
    font-size: 15px;
    height: 50px;
    z-index: 1;
}
header.header-scrolled #text-2.widget{
    background: #546677;
}
header.header-scrolled #text-2.widget div{
    color: #85a1bc;
}
header.header-scrolled #text-2.widget div strong {
    color: #fff;
}
.html_header_transparency #main {
    padding-top: 100px !important;
}
#request-a-brochure .av_one_fifth.first{
    border-radius: 0px;
    position: absolute;
    width: 150px;
    left: -20px;
    top: -50px;
    transform: rotate(-5deg);
}
.cqc-widget.cleanslate{
    display: inline-block!important;
    float: left!important;
    width: 31.5%!important;
    margin-right: 2%!important;
}
.cqc-widget.cleanslate:last-of-type{
    margin-right: 0!important;
}
#request-a-brochure .av_three_fifth {
    margin-left: 20%;
    width: 55%;
    margin-top: 11px;
}
#cgc-reports .image-overlay.overlay-type-extern .image-overlay-inside:before{
    display: none;
}
#header_meta .container strong {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 10px;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
#our-services.main_color .avia-content-slider-element-slider .slide-entry h2{
    position: absolute;
    bottom: 6.75px;
    width: 100%;
    background: rgba(84, 102, 119, .8);
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px 10px;
    margin-bottom: 0;
    letter-spacing: 0;
}
#our-services .image-overlay .image-overlay-inside{
    display: none;
}
.avia-slideshow-arrows a:before{
    background: transparent;
    content: '';
}
.avia-slideshow-arrows a{
    border: 3px solid #546677;
}
#our-services .av_one_fourth {
    margin-left: 2%;
    width: 23.5%;
}
#our-services .av_one_fourth:first-of-type{
    margin-left: 0;
}
.avia-content-slider-element-slider .slide-entry p{
    margin: 0;
}
.avia-content-slider-element-slider .slide-entry a{
    width: 100%;
}
#header_meta .container .phone-info{
    font-size: 14px;
    color: #85a1bc;
}
#header_meta .container{
    padding: 10px 0;
}
header #text-2.widget div{
    display: inline-block;
    margin-right: 20px;
    color: #2a2a2a;
    font-weight: bold;
}
header #text-2.widget div strong{
    font-weight: bold;
    margin-right: 5px;
}
.av-main-nav > li > a {
    padding: 0 15px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Mulish';
    text-rendering: optimizeLegibility;
}
.av-main-nav > li#menu-item-has-children > a {
    /*padding: 0 35px 0 25px;*/
}
#top .av-menu-button > a .avia-menu-text {
    border: 0px solid;
    border-radius: 5px;
} 
#top .av-main-nav ul a{
  font-size: 13px;
}
#top .av-main-nav ul li a{
  border-bottom: 1px solid #eee;
  padding: 15px 15px;
}
.av-main-nav ul {
    width: 250px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    margin-top: 0px;
}
#top .av-menu-button > a .avia-menu-text {
    padding: 15px 20px 15px 40px;
    font-weight: normal;
    background: #cb692c url(svg/mobile-phone.svg) no-repeat center left 10px;
    background-size: 20px;
}
#header_main {
    border-bottom-width: 0px;
}
#top .av_header_transparency #header_meta,
#top #header_meta {
    background: #546677;
    box-shadow: none;
    border-bottom: none;
    color: #fff;
}
.main_menu ul:first-child > li.menu-item-has-children > a {
    padding: 0 20px 0 25px;
    background: transparent url(svg/arrow-down.svg) no-repeat center right 5px;
    background-size: 9px;
    margin-right: 5px;
}
#our-careers .container:before {
    content: "";
    background: rgb(84 102 119 / 75%);
    height: 300%;
    width: 300%;
    display: inline-block;
    position: absolute;
    transform: rotate(-60deg);
    overflow: hidden;
    left: -180%;
}
.main_color#our-careers h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 20px;
}
#our-careers:after{
    position: absolute;
    content: "";
    background: rgb(84 102 119 / 75%);
    height: 300%;
    width: 300%;
    display: inline-block;
    position: absolute;
    transform: rotate(-60deg);
    overflow: hidden;
    right: -140%;
}
#our-careers{
    overflow: hidden;
    position: relative;
}
#our-careers.main_color h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}
#our-careers.main_color p{
    color: #fff;
}
.av_phone_active_right .phone-info {
    float: left;
    width: 100%;
    text-align: center;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 180px;
}
.title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 13px;
    position: relative;
    right: unset;
    top: unset;
    margin-top: unset;
    display: inline-block;
}
/*Side Menu*/
.sidebar_left.sidebar {
    text-align: left;
}
#service-menu-wrapper{
  background: #fff;
  border-radius: 5px!important;
}
.flex_column#service-menu-wrapper .widget .widgettitle{
    margin-top: 0;
    background: #246d30;
    color: #fff;
    padding: 15px 20px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 17px;
}
#top .content .flex_column#service-menu-wrapper .widget_nav_menu li a {
    color: #6d6d6d;
    padding: 10px 20px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

/*Headings*/

h1, h2, h3, h4, h5, h6{
  font-weight: bold;
  letter-spacing: -1px;
}
#request-a-brochure h2{
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #678396;
}
#request-a-brochure h2 strong{
    font-weight: 800;
}
#request-a-brochure p{
    margin-top: 0;
}
.av_one_fifth#request-a-brochure-button-wrapper{
    margin-left: 0;
    width: 25%;
    margin-top: 8px;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs{
    color: #fff;
    display: inline-block;
}
.sidebar_left .content {
    float: right;
    border-left-style: solid;
    border-left-width: 0px;
}
#top #main .sidebar_left .sidebar {
    border-right-style: solid;
    border-right-width: 0px;
}
.sidebar_left .inner_sidebar{
    background: #eee;
    padding: 30px;
    border-radius: 3px;
}
.main_color .breadcrumb a{
    text-decoration: underline;
    color: #fff;
}
.widget_nav_menu a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #54667742;
}
.avia-cookie-consent h2{
    letter-spacing: 0;
}
.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
    border-bottom: 1px solid #54667742;
    padding: 10px 0;
    font-weight: bold;
}
#top .sidebar_left .widget_nav_menu .sub-menu {
    padding-right: 13px;
    display: none;
}
.main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item, .main_color .widget_nav_menu ul:first-child>.current-menu-ancestor{
    background: transparent;
    box-shadow: none;
}
#top .widget_nav_menu .sub-menu > li {
    display: block;
    padding: 0 0 0 0px;
}
li.current-menu-item.page_item{
    background: transparent;
    border: none;
}
.sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left .widget_nav_menu ul:first-child>.current_page_item, .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-right: 0;
}
#top .main_color .avia-color-theme-color,
.avia-button.avia-size-large{
    color: #ffffff;
    background: #546677;
    border-color: #456174;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 11px;
    background-image: url(./svg/right-arrow-white.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: .2s;
    padding: 15px 50px 15px 25px;
    font-size: 15px;
}
#top .avia-button.avia-color-light{
    background: #fff;
    color: #546677;
    background-image: url(./svg/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: .2s;
    background-size: 23px;
    margin-top: 20px;
}
#after-request-a-brochure h3,
#after-request-a-brochure p{
    color: #fff;
}
#footer-page #cta p {
    color: #fff;
    font-weight: 200;
    font-size: 23px;
    letter-spacing: 0px;
}
#footer-page #cta p a{
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}
#top #cta.main_color .avia-color-theme-color{
    color: #ffffff;
    background: #fff;
    border-color: #456174;
    border: none;
    color: #546677;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 11px;
    background-image: url(./svg/right-arrow.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: .2s;
    padding: 15px 50px 13px 25px;
    font-size: 15px;
}
h5.av-share-link-description{
    letter-spacing: 0;
}
.big-preview.single-big {
    padding: 0 50px 50px 0;
    width: 50%;
}
.entry-content-wrapper .post-title {
    font-size: 45px;
    line-height: 1.2em;
    text-transform: capitalize;
    color: #546677;
}
#after-request-a-brochure h3{
    font-weight: normal;
    letter-spacing: 0;
    font-size: 23px;
}
#after-request-a-brochure{
    margin-top: -112px;
}
#after-request-a-brochure.avia-section-large .content{
    padding-top: 120px;
}
.template-page .entry-content-wrapper h1, 
.template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 0px;
}
#page-header .template-page .entry-content-wrapper h1{
  font-size: 60px;
  color: #fff;
}
#legal-links ~ div .content{
    padding-top: 0;
    padding-bottom: 0;
}

/*Slider*/
.slide-entry-title{
    font-family: 'Playfair Display'!important;
}
.slider-button{
  /*font-family: 'montserrat'!important;*/
  background: url(svg/right-arrow-white.svg) no-repeat center right 23px;
  background-size: 20px;
  padding: 15px 80px 15px 30px!important;
}
.avia-layerslider .custom .tp-bullet.rs-touchhover, .avia-layerslider .custom .tp-bullet.selected {
    background: #678396;
}
.slider-subheading{
    font-family: 'Mulish'!important;
}
.single-post .big-preview.single-big{
    display: none;
}
.menu-item.menu-item-top-level:not(.menu-item-has-children) a .avia-menu-text:after {
    background: #b2d9fe;
    bottom: 23px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: margin-left 0.2s,width 0.2s;
    width: 0;
}
.header-scrolled .menu-item.menu-item-top-level:not(.menu-item-has-children) a .avia-menu-text:after {
    background: #b2d9fe;
    bottom: 3px;
}
.menu-item.menu-item-top-level:hover a .avia-menu-text:after {
    margin-left: -25%;
    width: 50%;
}
.header-scrolled span.logo{
    padding-top: 0;
}
.template-page.content ul{
    list-style: none;
}
.template-page.content ul:not(.avia-icon-list-left) li:before {
    content: '';
    background-image: url(svg/tick.svg);
    height: 18px;
    width: 18px;
    background-size: 18px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 5.5px;
}
#rev_slider_1_1_wrapper .custom.tparrows{
    border-radius: 100%;
}
.av-alb-blogposts .post {
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 0 0 25px 0;
}
.single-small .post_author_timeline {
    border-right-width: 0px;
}
.entry-content-wrapper li {
    margin-left: 0em;
}
#request-a-brochure{
    max-width: 1100px;
    position: relative;
    top: -58px;
    background: #fff;
    margin: 0 auto;
    z-index: 100;
    float: none;
    border-radius: 5px;
}
#request-a-brochure.avia-section-small .content{
    padding-top: 15px;
    padding-bottom: 15px;
}
/*Global*/

:focus {
    outline: none!important;
}
.header_color .main_menu ul:first-child>li.current_page_item>a, .header_color .main_menu ul:first-child>li.active-parent-item>a {
    color: #546677;
}
.main_color blockquote{
  color: #f57d31;
  border-color: #f57d31;
}
.main_color blockquote a{
  text-decoration: underline;
  color: #f57d31;
}

strong, b,
#top label{
    font-weight: 500;
}

/*Introduction Text*/

#introduction-text.main_color strong{
    font-size: 20px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 15px;
    display: inline-block;
}
#introduction-text{
    background: url(/wp-content/uploads/2021/03/wave_bg-optimised.png);
    background-repeat: no-repeat;
    position: relative;
    top: -140px;
    z-index: 10;
    padding-top: 120px;
}
.page-opening-section{
    background: url(/wp-content/uploads/2021/03/wave_bg-optimised.png);
    background-repeat: no-repeat;
    position: relative;
    top: -120px;
    padding-top: 120px;
}
.header_color .phone-info a{
    color: #fff;
}
.header_color .phone-info a:hover{
    text-decoration: none;
}
.page-opening-section p{
  margin: 1em 0;
}
.avia-section-large#page-header .content{
  padding-top: 0;
}
.avia-icon-list .iconlist_title {
    text-transform: none;
    top: 0px;
    line-height: 22px;
    color: #246d30;
}
.avia-icon-list li {
    margin: 0;
    padding: 0 0 15px 0;
}
.avia-icon-list {
    margin: 20px 0;
    padding: 0;
}
#introduction-text .template-page .entry-content-wrapper h1{
  color: #f57d31;
  margin: 20px 0;
  display: inline-block;
  font-family: 'montserrat';
  letter-spacing: 0;
  font-weight: bold;
}
.main_color .avia-icon-list .iconlist_icon {
    background-color: #546677;
}
.avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #c0e0fe;
    margin-right: 15px;
}
header.entry-content-header{
    /*display: none;*/
}
.iconlist_content p {
    margin: 0;
    margin-top: 2px;
}
.avia-icon-list .iconlist-timeline{
  width: 0;
  border-right: none;
}
#top .av_iconlist_title a{
  text-decoration: underline;
}

/*Our Services */

.service-thumbnail.flex_column{
  min-height: 200px;
  margin-left: 2%;
  margin-bottom: 1%;
  margin-top: 1%;
  width: 31.333%;
  transition: .4s;
}
.service-thumbnail.flex_column:hover{
  transform: scale(1.05);
  transition: .4s;
}
.service-thumbnail-title{
    background: rgba(245,125,49,.9);
    display: inline-block;
    padding: 8px 30px 8px 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    position: absolute;
    bottom: 20px;
}
.service-thumbnail-title p{
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .5px;
}
#our-services.main_color h2,
#our-portfolio.main_color h2
{
  color: #546677;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  letter-spacing: -1px;
}
#top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgb(203 105 44 / 80%);
}
#other-projects.main_color h2,
#our-portfolio.main_color h2{
    color: #222;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 700;
}
body #other-projects .column-top-margin{
  margin-top: 0;
}

/*Accreditations*/

.av-partner-fake-img {
    box-shadow: none;
}

/*Sectors We Serve*/

#sectors-we-serve h4{
  color: #f57d31;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}
#sectors .avia-icon-list-container{
  width: 50%;
  display: inline-block;
  float: left;
  clear: unset;
}
#sectors .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 55px;
    font-size: 30px;
    color: #246d30;
}
.page-opening-section.main_color h3 {
    color: #246d30;
    font-size: 22px;
    line-height: 32px;
}
#sectors-we-serve h3{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    max-width: 50%;
    letter-spacing: 0px;
}
#sectors-we-serve p{
  color: #fff;
  width: 50%;
  font-size: 20px;
}

/*CTA*/

#cta h2{
    color: #fff;
    font-family: 'montserrat';
    letter-spacing: 0;
    font-size: 35px;
    margin-top: 24px;
}

/*Footer*/
.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
    font-weight: normal;
}
.container_wrap{
  border-top: none;
}
#top .content .flex_column .widget_nav_menu li a:hover{
  background: transparent;
  color: #fff;
  transition: .2s;
}
#top .content .flex_column .widget_nav_menu li a{
  transition: .2s;
}
#top .content .flex_column .widget_nav_menu li:first-child{
  border-top: none;
}
#top .content .flex_column .widget_nav_menu li{
  border-bottom: none;
}
#footer-page p span,
#footer-page p span a{
  color: #cb692c;
}
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
    background-color: transparent;
}
#footer-page p{
  color: #6d6d6d;
  font-size: 15px;
  /*line-height: 31px;*/
}
#copyright-column p{
  font-size: 13px;
}
#footer-page #copyright-column p strong{
  font-size: 14px;
  line-height: 14px;
}
#footer-page .main_color h3{
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1em;
}
#top .content .flex_column .widget_nav_menu li a {
    color: #6d6d6d;
    padding: 3px 0;
    font-size: 15px;
}
#custom-footer-locations strong{
  font-weight: bold;
}

/*Fixed Tab*/

#fixed-tab{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff url(svg/mobile-phone-green.svg) no-repeat center left 15px;
    background-size: 35px;
    padding: 15px 20px 15px 60px;
    border-top-left-radius: 15px;
    line-height: 20px;
}
#fixed-tab strong{
    display: block;
    text-transform: uppercase;
    color: rgb(36,109,48);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
}
#fixed-tab span{
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #222;
}
.widget_nav_menu .nested_nav>li:first-child>a {
    border-bottom: 1px solid #54667742;
}
.footer-icon{
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 0;
}
#social-media-wrapper-text{
    display: inline-block;
    font-weight: 600;
    color: #546677;
    position: relative;
    top: 12px;
    margin-right: 10px;
}
#social-media-wrapper{
    display: inline-block;
}
.footer-icon.facebook{
    background: #3b5998 url(svg/facebook.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-icon.twitter{
    background: #1da1f2 url(svg/twitter.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center center;

}
/*Buttons*/
a#join-the-team{
    position: fixed;
    right: -69px;
    bottom: 250px;
    background: #546677 url(svg/team.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 1000;
    padding: 15px 30px 15px 60px;
    transform: rotate(-90deg);
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#top .title_container .container {
    padding-top: 15px;
}
a#join-the-team:hover{
    text-decoration: none;
}
#latest-news .av_one_fourth{
    margin-left: 1.5%;
    width: 24.5%;
}
.avia-button.avia-size-medium.avia-position-left {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(36,109,48,.65);
    border-bottom: 0;
    padding: 15px 45px 15px 25px;
    border-radius: 3px;
    margin: 20px 0;
}
.avia-button.avia-size-medium.avia-position-right, button[type="submit"] {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    background-color: rgba(203,105,44);
    opacity: .8;
    border-bottom: 0;
    padding: 15px 45px 15px 25px;
    border-radius: 3px;
    margin: 23px 0 20px 0;
}
button[type="submit"]{
  border:none;
  color: #fff;
  font-family: 'mulish';
  opacity: .9;
  cursor: pointer;
}
.sidebar_left .template-blog .blog-meta {
    float: left;
    margin-left: 0;
    margin-right: 50px;
}
#side-news .post{
    margin: 19px 0;
}
#side-news .post:first-of-type{
    margin-top: 0;
}
.flex_column .template-blog .post-meta-infos {
    margin-bottom: 0;
}
#top .av-alb-blogposts.template-blog div.post_delimiter{
    display: none;
}
a.avia-button.avia-size-medium.avia-position-left{
    background: rgba(36,109,48) url(svg/right-arrow-white.svg) no-repeat right 25px center;
    background-size: 8px;
}
button[type="submit"],
a.avia-button.avia-size-medium.avia-position-right{
    background: rgba(84, 102, 119, 1) url(svg/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 20px;
    padding: 15px 60px 13px 30px;
    border-radius: 100px;
}
.av-masonry-entry{
    /*min-height: 50%;*/
}
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 120%;
    z-index: 1;
}
.av-fixed-size .av-masonry-entry.av-landscape-img .av-inner-masonry-sizer {
    padding-bottom: 60%;
}
#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    display: table-cell;
    vertical-align: top;
}
/*Our Team*/

.team-member-name {
    margin-top: 20px;
    font-size: 1.3em;
    text-align: center;
}
.main_color .team-member-job-title{
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
}
.team-img-container img,
.avia-team-member .team-social{
  border-radius: 100%;
}

/*Contact Form*/
.grecaptcha-badge {
    margin-bottom: 15px;
    z-index: 100;
}
.page-id-39 #fixed-tab{
  display: none;
}
#legal-links strong{
  font-weight: bold;
} 
#top .input-text, 
#top input[type="text"], 
#top input[type="input"], #top input[type="password"], 
#top input[type="email"], #top input[type="number"], 
#top input[type="url"], #top input[type="tel"], 
#top input[type="search"], #top textarea, 
#top select{
  min-height: 50px;
  font-size: 16px;
  font-family: 'montserrat';
  padding-left: 10px;
}
#legal-links .av_two_fifth{
    width: 45%;
    margin: 0;
}
#legal-links .av_one_fifth{
    width: 10%;
    margin: 0;
    padding-top: 13px;
}
#legal-links #follow-us-on-social-media{
    text-align: right;
    padding-left: 5%;
    padding-top: 13px;
}
#legal-links #follow-us-on-social-media p{
    float: left;
}
#legal-links #follow-us-on-social-media .avia-image-container.avia-align-center {
    clear: none;
    text-align: right;
    top: 8px;
    position: relative;
}
/*Contact Page*/

#contact-details{
    border-radius: 0px;
    background: #f8f8f8;
    padding: 20px 30px;
}
#contact-details p{
    font-size: 14px;
    color: #555;
}
#contact-details strong{
    color: #222;
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}
.avia-slideshow-arrows.avia-slideshow-controls .prev-slide{
    position: absolute;
    left: -30px;
}
.avia-content-slider-inner{
    padding: 0 50px!important;
}
#top .avia-slideshow-arrows a.next-slide {
    right: -22px;
}
#our-services .entry-content img{
    height: 375px;
    object-fit: cover;
    width: 100%;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows{
    width: 100%;
    top: 180px;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows a {
    opacity: 1;
    border-radius: 100%;
    margin: 0;
    width: 50px;
    height: 50px;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide{
    background: url(./svg/left-arrow.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows a.next-slide{
    background: url(./svg/right-arrow-2.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
    line-height: 40px;
    border-radius: 1px;
    font-size: 17px;
}

/*Portfolio Pages*/

#project-details .content{
  margin-top: 20px;
  margin-bottom: -40px;
}
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
}
#side-news{
  padding: 40px;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: transparent;
}
#top .fullsize .template-blog .bloglist-simple .post-title, .bloglist-simple .entry-content-wrapper .post-title {
    font-size: 17px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    padding: 0;
    color: #546677;
    font-weight: bold;
}
.bloglist-simple .more-link {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    top: auto;
    width: fit-content;
    height: unset;
    display: block;
    border: none;
    text-decoration: none;
    border-bottom: 3px solid #546677;
    border-radius: 0;
    padding-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
}
/*.home .content, .home .sidebar {
    padding-top: 50px;
}*/
.content, .sidebar {
    /*padding-top: 0;*/
}
.bloglist-simple .read-more-link {
    display: block;
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
}
.main_color h2.post-title.entry-title{
    text-transform: capitalize;
}
.bloglist-simple .entry-content-header {
    padding: 10px 0 10px 0;
}
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title:after{
    content: 'Read more';
    font-family: 'Mulish';
    font-size: 13px;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
    display: block;
    border-bottom: 2px solid #eee;
    margin-top: 30px;
    padding-bottom: 5px;
    width: fit-content;
    margin: 20px 0;
}
#portfolio-description .content{
  padding-top: 0;
  margin-top: 0;
}
#project-details .content{
  padding-bottom: 0;
}
#project-details .entry-content-wrapper {
    background: #eee;
    border-radius: 5px;
    padding: 0 20px;
    border-radius: 50px;
    background: #eeeeee;
    box-shadow: 20px 20px 60px #cacaca, -20px -20px 60px #ffffff;
}
#project-details .project-value{
  background: url(svg/project-value.svg) no-repeat center left 10px;
  background-size: 40px;
}
#project-details .client-name{
  background: url(svg/customer.svg) no-repeat center left 10px;
  background-size: 40px;
}
#project-details .project-type{
  background: url(svg/briefing.svg) no-repeat center left 10px;
  background-size: 40px;
}
#project-preview-text h4{
  font-size: 20px;
  line-height: 25px;
}
#project-details .detail-block{
  padding-left: 75px;
}
#project-details strong{
  color: #111;
  font-weight: bold;
}

/*Media Queries*/
.html_av-overlay-side #top .av-burger-overlay li.phone-button.av-menu-button{
  margin-top: 20px;
}

@media only screen and (max-width: 1400px) {
  #sectors-we-serve h3{
      max-width: 100%;
      font-weight: 700;
      letter-spacing: 0px;
  }
#our-careers .container:before {
    content: "";
    left: -187%;
}
#cta .avia-button-right{
  float: left;
}
}
@media only screen and (max-width: 1300px) {
  #email-slider span{
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .av-main-nav > li > a {
    padding: 0 8px;
    font-weight: bold;
    font-size: 13px;
  }
  #footer-page #cta p{
    font-size: 22px;
  }
  #our-careers .container:before {
    content: "";
    left: -195%;
   }
}
@media only screen and (max-width: 1100px) {
  .owl-carousel.container{
    padding: 0;
  } 
  .phone-info span p,
  a#join-the-team{
    display: none;
  }
  #our-careers .container:before {
    content: "";
    left: -214%;
  }
  #side-news {
    padding: 20px;
}
.container .minor-meta {
    font-size: 12px;
}
.bloglist-simple .entry-content-header {
    padding: 0;
}
#footer-page p {
    color: #6d6d6d;
    font-size: 13px;
}
  #our-careers:after {
    position: absolute;
    content: "";
    background: rgb(84 102 119 / 75%);
    height: 80%;
  }
  .home .logo a img {
    padding-top: 0;
    width: 160px;
  }  
}
@media only screen and (max-width: 989px) {
.responsive.av-no-preview #top .avia-team-member .team-social {
        border: 0px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        font-size: 20px;
        background: #FFF;
        background: transparent;
        opacity: 1;
    }
    #top .fullsize .template-blog .bloglist-simple .post-title, .bloglist-simple .entry-content-wrapper .post-title {
        font-size: 12px;
    }
    #legal-links .av_two_fifth,
    #legal-links #follow-us-on-social-media,
    #legal-links .av_one_fifth {
      text-align: center;
      width: 100%;
    }
    .bloglist-simple .more-link {
        font-size: 12px;
    }
    .sidebar_left .inner_sidebar {
    margin-right: 0px;
    }
    #after-request-a-brochure div .av_three_fifth {
    margin-left: 0%;
    width: 100%;
    }
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 20px;
    }
    .container .minor-meta {
    font-size: 9px;
    }
    #side-news .post {
    margin: 15px 0;
    }
}
@media only screen and (max-width: 767px) {
a.open-popup-link{
    float: none;
}
#legal-links #follow-us-on-social-media {
    text-align: left;
}
.slick-arrow {
    top: unset;
    position: absolute;
    cursor: pointer;
    bottom: -80px;
}
.slick-arrow.slick-next {
    right: 75px;
}
.slick-arrow.slick-prev {
    left: 75px;
}
#page-header .template-page .entry-content-wrapper h1 {
    font-size: 48px;
    color: #fff;
    line-height: 45px;
    letter-spacing: -1px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    letter-spacing: -.5px;
}
.cqc-widget.cleanslate{
    width: 100%!important;
    margin-bottom: 30px!important;
}
#our-careers:before{
    display: none;
}
.avia-content-slider-inner {
    padding: 0 0px!important;
}
#our-careers .container:before{
    left: 0;
    top: -250px;
}
#legal-links #follow-us-on-social-media {
    padding-left: 0;
}
#legal-links #follow-us-on-social-media .avia-image-container.avia-align-center {
    clear: none;
    text-align: left;
}
.responsive #top .av_header_transparency #header_meta{
    background: #546677;
}
.responsive #top #wrap_all #custom-footer-locations .flex_column{
    margin-bottom: 0;
}
.avia-image-container.avia-align-center {
    text-align: left;
}
#request-a-brochure .av_one_fifth.first {
    border-radius: 0px;
    position: relative;
    width: 300px;
    left: unset;
    top: unset;
}
#request-a-brochure div{
    text-align: center;
}
#request-a-brochure .avia-button-right,
.avia-button.avia-position-right {
    float: unset;
    display: block;
}
#header_meta .container strong {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 2px;
    border-bottom: 0px solid #fff;
    padding-bottom: 0px;
}
#our-services .entry-content img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.responsive #top #wrap_all .container {
    width: 90%;
    max-width: 90%;
    }
#fixed-tab {
    width: 100%;
    border-radius: 0;
    background: #246d30 url(svg/mobile-phone-white.svg) no-repeat center left 15px;
    background-size: 35px;
}
#fixed-tab a,
#fixed-tab strong,
#fixed-tab span{
    color: #fff;
    font-weight: normal;
  }
  .flex_column#service-menu-wrapper .widget .widgettitle {
    margin-top: 0;
    background: #246d30;
    color: #fff;
    padding: 7px 20px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15px;
}
}


