:root {
    --primary-color: #927151;
    --alt-color: #4c576a;
}

@media (max-width: 767px) {
    .logo img {
        display: none !important;
    }
}

@media (min-width: 990px) {
    .logo {
        display: none;
    }

    #header_main .inner-container {
        display: flex !important;
        flex-wrap: wrap;
    }

    .main_menu {
        width: 100%;
    }

    .av-main-nav-wrap {
        width: 100%;
    }

    .av-main-nav-wrap ul {
        display: flex !important;
        justify-content: space-evenly;
    }
}

@media (max-width: 989px) {
    .mobile-hide {
        display: none;
    }
}

#av-burger-menu-ul,
#header_main {
    background-image: linear-gradient(to right, #927251, #4c576a);
}

.main_menu .avia-menu-text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
}

.custom-logo img {
    width: 75px;
    margin-top: 5px;
}

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .section-heading h2 {
        font-size: 35px !important;
    }
}

.inner-text-heading h2 {
    text-transform: none !important;
    color: var(--alt-color);
    font-size: 27px;
}

.avia_textblock strong {
    color: #333 !important;
}

h1,h2,h3,h4 {
    line-height: 1.5;
}

.normal-button a {
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

.inner-col-area .av-flex-placeholder {
    width: 25px !important;
}

.team-card {
    padding-bottom: 80%;
    position: relative;
    width: 100%;
}

.team-card img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    
}

.team-card .card-front,
.team-card .card-back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s;
}

.team-card:hover .card-front {
    transform: rotateY(-180deg);
}

.team-card:hover .card-back {
    transform: rotateY(0);
}

.team-card .card-back {
    overflow: hidden;
    transform: rotateY(-180deg);
}

.card-back {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #927251, #4c576a);
}

.text-content {
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    line-height: 1.4;
    width: 100%;
}

.flip-col-title h2 {
    font-weight: bold !important;
}

.flip-col:hover h2 {
    color: var(--primary-color) !important;
}

.flip-col:hover {
    border-color: var(--primary-color) !important;
}

.section-heading h2 {
    text-transform: none !important;
}

.bolder-item {
    font-weight: bold;
}

.section-heading {
    position: relative;
    padding-bottom: 20px !important;
    margin-bottom: 40px !important;
}

.section-heading:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 6px;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
}

@media (min-width: 768px) {
    .inner-four-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inner-four-col .flex_column {
        margin-left: 0 !important;
        width: calc(25% - 22.5px);
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .inner-four-col .av-flex-placeholder {
        display: none !important;
    }
    .inner-four-col .flex_column_table {
        justify-content: space-between !important;
    }
    .inner-four-col .flex_column {
        margin-left: 0;
        margin-top: 30px !important;
        width: 48%;
    }
}

@media (min-width: 990px) {
    .current-menu-item .avia-menu-text {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.current-menu-item.custom-logo .avia-menu-text {
    border: none !important;
}

#header_meta .container,
#header_meta {
    min-height: 45px;
}

#header_meta .sub_menu .menu {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

#header_meta .sub_menu {
    width: 100%;
    position: relative;
    top: 5px;
}

#header_meta .sub_menu li {
    display: inline-block;
    width: 48%;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    padding: 0 20px;
    text-align: center;
}

#header_meta .sub_menu .menu a {
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none !important;
    position: relative;
}

.phone-icon:before {
    content: '\e854';
    font-family: entypo-fontello;
    position: absolute;
    font-size: 35px;
    display: inline-block;
    transform: rotate(170deg);
    top: -5px;
    color: var(--primary-color);
    left: -105px;
		-moz-transform: translateY(20px);
}

.mail-icon:before {
    content: '\e805';
    font-family: entypo-fontello;
    font-size: 35px;
    position: absolute;
    left: -110px;
    top: -5px;
    color: var(--primary-color);
		-moz-transform: translateY(21px);
}

.left-align {
    text-align: left;
    max-width: 120px;
    margin: 0 auto;
}

.left-align strong {
    color: #000 !important;
    font-size: 15px;
}

@media (max-width: 767px) {
    #header_meta {
        display: none;
    }
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background: var(--alt-color);
}


#socket .container {
    text-align: center;
}

#socket .copyright {
    float: none;
    font-size: 14px;
}

#socket {
    border: none;
    background-image: linear-gradient(to right, var(--primary-color), var(--alt-color));
}

.inner-text-img-left,
.inner-text-img {
   margin-bottom: 30px !important;
}

@media (min-width: 991px) {
   .inner-text-img {
       margin-left: 50px !important;
   }

   .inner-text-img-left {
       margin-right: 50px !important;
   }
}

@media (max-width: 990px) {
   .inner-text-img,
   .inner-text-img-left {
       float: none !important;
   }
}

.home-tabs .tab_titles {
    max-width: 100%;
    width: 38%;
    margin-right: 30px;
}

.home-tabs .tab {
    background: #fff;
    font-size: 16px;
    padding: 18px 10px 18px 55px;
    position: relative;
    border: 1px solid var(--alt-color) !important;
}

.home-tabs .tab:nth-child(n+2) {
    margin-top: 20px;
}

.home-tabs .tab img {
    position: absolute;
    left: 15px;
    top: 20px;
    width: auto;
    height: 25px;
}

.home-tabs .tab_content {
    padding: 18px 30px !important;
    border-left: 5px solid var(--primary-color) !important;
    line-height: 1.5;
    font-size: 15px;
}

.inner-img-bg .flex_column_table {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
}

.custom-footer .flex_column_table {
    padding: 65px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
    .middle-col {
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
    }

    .custom-footer .flex_column {
        padding: 0 25px ;
    }

    .inner-img-bg .flex_column {
        padding: 40px !important;
        width: 850px;
    }
}

@media (max-width: 767px) {
    .middle-col {
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 25px 0;
    }

    .custom-footer .flex_column_table {
        padding: 25px 0;
    }
}

.footer-form .button {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 50px;
    min-width: 180px;
    background-color: var(--primary-color) !important;
}

.footer-form .button:hover {
    opacity: 0.9;
}


#top textarea {
    height: 100px;
}

#top div .av-light-form textarea,
#top div .av-light-form input[type='text'] {
    border: 1px solid #fff !important;
		padding: 8px 12px;
}

#top div .av-light-form textarea:hover,
#top div .av-light-form input[type='text']:hover {
    border-color: var(--primary-color) !important;
}

.home-tabs .tab:focus {
    outline: none !important;
}

.custom-footer .content {
    padding: 80px 0;
}

@media (min-width: 768px) {
    .product-area .avia_image {
        width: auto;
        height: 160px;
    }
}

@media (max-width: 767px) {
    .product-area .avia_image {
        width: 100px;;
    }
}

.product-area .av-special-heading {
    margin-top: 25px;
}

.product-area h3 {
    font-weight: bold !important;
    color: var(--primary-color);
}

.open-sans {
    font-family: 'Open Sans',sans-serif !important;
}

.logo-list {
    list-style-type: none !important;
    margin: 0;
}

.logo-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.logo-list li img {
    width: auto;
		height: auto;
    padding: 15px;
    max-height: 120px;
    max-width: 220px;
}

.logo-list li .wp-image-1123 {
    max-height: 70px !important;
}