#footer .avia_social_icons_widget {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .logo img {
        width: 250px !important;
        margin-top: 20px !important;
    }
  
      #footer .avia_social_icons_widget {
      margin-top: -20px !important;
  }
}

@media (max-width: 767px) {
    .logo img {
        width: 200px !important;
    }

    #top .av-menu-button .avia-menu-text {
        border: none !important;
        color: #fff !important;
    }

    .av-menu-button a {
        text-align: center !important;
        background: #c3a471 !important;
    }
}

a {
    text-decoration: none !important;
}

a:hover {
    opacity: .9;
}

.phone-info .phone-icon {
    transform: rotate(170deg);
}

.phone-info {
    font-size: 16px;
}

.menu-logo-item img {
    transform: translateY(-25px);
    position: relative;
    z-index: 999;
}

#header_meta {
    z-index: 1;
    background: #a3a28e;
}

#header_meta * {
    color: #fff;
}

.main_menu .menu-item-top-level .avia-menu-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.main_menu .menu-item-top-level .sub-menu .avia-menu-text {
    font-size: 16px !important;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 20px;
    letter-spacing: 1px;
}

@media (max-width: 1200px) {
    .main_menu .menu-item-top-level > a .avia-menu-text {
        font-size: 16px;
        letter-spacing: 0;
    }
}

.av-menu-button .avia-menu-text {
    border: 2px solid #c3a471 !important;
    background: transparent !important;
    color: #c3a471 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    padding: 8px 18px !important;
    transition: .5s;
}

.av-menu-button .avia-menu-text:hover {
    background: #c3a471 !important;
    color: #fff !important;
}

.hero-title h1 {
    font-weight: bold !important;
    text-transform: none !important;
    letter-spacing: 2px !important;
    line-height: 1.3;
}

.avia-button {
    transition: .5s;
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

.hero-buttons a {
    border-radius: 0 !important;
    font-size: 18px !important;
}

.hero-buttons a:first-child {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #fff !important;
}

.hero-buttons a:last-child {
    border: 1px solid #c3a471 !important;
}

.section-title h2 {
    font-weight: 400 !important;
    color: #333;
    margin-bottom: 50px !important;
    position: relative;
    line-height: 1.4;
}

.section-title h2:after {
    content: '';
    position: absolute;
    left: calc(50% - 40px);
    bottom: -25px;
    width: 80px;
    height: 4px;
    background: #c3a471;
}

blockquote {
    font-weight: bold;
    color: #333 !important;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 22px;
    }
}

.section-title-alt h2:after {
    background: #fff !important;
}

.inner-link-icon img {
    height: 80px;
    width: auto;
}

.inner-link-col {
    background: #fff;
    border-radius: 5px !important;
    transition: .6s;
}

.inner-link-title h3 {
    font-weight: bold !important;
    color: #828173;
    line-height: 1.4;
    font-weight: 400 !important;

}

.inner-link-title .av-subheading {
    line-height: 1.5;
    margin-top: 15px !important;
}

.inner-content-area .av-flex-placeholder {
    width: 30px !important;
}

.inner-link-col:hover {
    transform: scale(1.02);
}

.inner-link-area .inner-link-col {
    background: #f9f9f9;
    border: 1px solid #e6e6e6 !important;
    padding: 25px !important;
}

.inner-page-form {
    max-width: 650px;
    margin: 0 auto;
}

.contact-form .gform_footer input[type="submit"],
.contact-form .gform_body input,
.contact-form .gform_body textarea {
    border-radius: 5px !important;
}

#brochure_link {
    background: #a3a28e;
}

.left-float {
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
}

@media (min-width: 990px) {
    .brochure-alink {
        display: flex;
        max-width: 900px;
        margin: 0 auto;
    }
}

@media (max-width: 989px) {
    .brochure-alink {
        text-align: center;
    }

    .left-float {
        margin-bottom: 30px;
    }
}

.right-float {
    margin-left: auto;
    margin-top: 10px;
}

.right-float a {
    color: #fff;
    padding: 10px 18px;
    border: 2px solid #fff;
    text-decoration: none !important;
    transition: .5s;
}

.right-float a:hover {
    color: #fff;
    background: #c3a471;
}

.avia_textblock strong {
    color: #333 !important;
}

a {
    text-decoration: none !important;
}

.larger-text {
    font-size: 25px;
    line-height: 2;
}

.policy-text em {
    font-size: 18px;
    letter-spacing: 0.3px;
}

.policy-text em strong {
    color: #c3a471 !important;
}

.inner-link-img-col {
    padding: 0;
    border: 1px solid #f9f9f9;
}

.inner-link-img-col .av-special-heading {
    margin-top: -5px !important;
    padding: 10px !important;
}

.inner-link-img-col h3 {
    font-weight: 400 !important;
}

.tick-list-alt ul,
.tick-list ul {
    margin: 0;
}

.tick-list-alt li,
.tick-list li {
    list-style-type: none;
    margin-left: 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 7px 0;
    position: relative;
}

.tick-list li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    color: #c5913c;
    position: absolute;
    left: -20px;
}

.tick-list-alt li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    color: #c3a471;
    position: relative;
    left: -10px;
}

@media (min-width: 768px) {
    .dual-col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .dual-col ul {
        width: 48%;
    }

    .dual-col ul:first-child {
        padding-right: 30px;
    } 
}

.brochure-title h2 {
    text-transform: none !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    color: #c3a471;
}

.brochure-title .av-subheading p {
    font-weight: 600 !important;
}

#portfolio_inner_area {
    display: flex;
    flex-wrap: wrap;
    background: #f8f8f8;
    margin-bottom: 30px;
}

.portfolio-image {
    width: 30%;
    padding: 30px;
}

.portfolio-intro {
    width: 25%;
    padding: 30px;
}

.portfolio-details {
    width: 45%;
    padding: 30px
}

.portfolio-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.portfolio-image img {
    width: 100%;
}

.pi-label {
    font-weight: bold;
}

.pi-row {
    margin-bottom: 10px;
}

.pd-fixed-heading {
    text-transform: none !important;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.portfolio-image-inner {
    width: 100%;
}

.pd-details-text li {
    padding: 2px;
    font-size: 15px;
}

.av-menu-button span.avia-menu-text,
a.avia-button,
.right-float a {
    border-radius: 40px !important;
}

.hero-buttons a:last-child {
    border: 1px solid #fff !important;
}

.hero-buttons a:hover {
    opacity: .8;
}

.portfolio-tags ul {
    list-style-type: none;
    margin: 0;
}

.portfolio-tags li {
    display: inline-block;
    margin-left: 0;
}

.portfolio-tags li:nth-child(n+2) {
    margin-left: 7px;
}

.portfolio-tags li:nth-child(n+2):before {
    content: '-';
    padding-right: 7px;
}

.pi-label { color: #c3a471; }

.pi-row:before {
    content: '\e823';
    font-family: 'entypo-fontello';
    padding-right: 5px;
    color: #c3a471;
}

.project-year:before {
    content: '\e862';
}

.project-customer:before {
    content: '\e80a';
}

.project-location:before {
    content: '\e841';
}

@media (max-width: 990px) {

    .portfolio-details {
        order: 1;
        width: 100%;
        padding-top: 0;
    }

    .portfolio-intro,.portfolio-image {
        width: 50%;
    }

    .portfolio-intro {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .portfolio-intro div {
        width: 100%;
    }

    .portfolio-image img {
        max-width: 200px;
    }

    .pd-fixed-heading {
        font-size: 18px;
    }

    .portfolio-image {
        text-align: center;
        order: -1;
    }
}

@media (max-width: 600px) {
    .portfolio-intro, .portfolio-image {
        width: 100%;
    }

    .portfolio-intro {
        padding-top: 0;
    }
}

.news-text ul {
    list-style-type: none;
    margin: 0;
}

.news-text li {
    margin-left: 20px;
}

.news-text li:before {
    content: '\e84f';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0px;
}

.news-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #666;
}

.news-text h3:nth-child(n+2) {
    margin-top: 25px;
}

.normal-button a {
    padding: 13px 30px !important;
}

.normal-button .avia_button_icon {
    padding-right: 5px;
}

.orc-text li {
    font-size: 16px;
}

@media (max-width: 767px) {
    .hero-title h1 {
        margin-bottom: 20px !important;
    }
  
  	 .section-title h2 {
        font-size: 25px;
    }
}

@media (max-width: 989px) {
    .inner-link-title h3 {
        font-size: 18px !important;
    }
}

.page-thumb {
    display: none;
}

.post-password-form {
    font-size: 20px;
    max-width: 850px;
    margin: 0 auto;
}

.subscribe-form .gform_footer input[type=submit] {
    margin-top: 15px !important;
    border-radius: 5px !important;
    padding: 12px !important;
}

strong.loc-icon:before {
    content: '\e842';
    font-family: 'entypo-fontello';
    padding-right: 8px;
}

#footer img {
    width: 200px;
    margin-top: 20px;
}

.subscribe-form .large::placeholder {
    color: #fff;
}

.subscribe-form .large {
    background: #222 !important;
}

@media (max-width: 989px) {
    .inner-img-right .flex_column_table {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .inner-img-right .flex_column {
        width: 100% !important;
        margin-left: 0; 
    }

    .inner-img-right .img-col {
        order: -1;
    }
}

.qaqc-icon img {
    width: 60px;
    margin-bottom: -10px;
}

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0 !important;
}