@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

#maincontent {
    font-family: Source Sans Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.company_pages .header-block {
    padding-bottom: 35px;
}

.company_pages .header-nav {
    justify-content: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.company_pages .header-nav a {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.company_pages .header-nav a:hover {
    text-decoration: none;
}

.company_pages .company-rating .star-rating_grey,
.company_pages .reviews-section .star-rating_grey {
    font-size: 41px;
    line-height: 30px;
    color: lightgray;
    letter-spacing: 10px;
}

.company_pages .company-rating .star-rating_gold,
.company_pages .reviews-section .star-rating_gold {
    font-size: 41px;
    line-height: 30px;
    color: #A27C2D;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    letter-spacing: 10px;
}

.company_pages .company-rating .review-text {
    color: #AD9041;
    text-decoration: underline;
    font-size: 14px;
}

.company_pages .company-rating .review-text:hover {
    text-decoration: none;
}

.company_pages .section-title .border_bottom.text {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 7px;
}

.company_pages .section-title .border_bottom {
    border-bottom: 1px solid #CCCCCC;
}

.company_pages .section-title h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

/*About Us*/
.company_pages .about-us-section .about-block p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
}

.company_pages .about-us-section button,
.company_pages .services-section button {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    width: 100%;
    margin: 5px auto;
    border-radius: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    text-align: center;
}

.company_pages .about-us-section button:hover,
.company_pages .services-section button:hover {
    background-color: #949494;
    color: #fff;
}

.company_pages .about-us-section button:active,
.company_pages .services-section button:active {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.company_pages .about-us-section .button-group,
.company_pages .services-section .button-group {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
}

/*Our Services*/
.company_pages .services-section .service-block {
    border-radius: 15px;
    padding: 35px 20px 20px 20px;
    text-align: center;
    line-height: 30px;
    background-color: #F7F7F7;
}

.company_pages .services-section .service-block .service-icon {
    margin-bottom: 20px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.company_pages .services-section .service-block .service-icon img {
    width: 100%;
}

.company_pages .services-section .service-block span {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
    color: #000;
}

.company_pages .services-section .service-block p {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    height: 210px
}

/*Our Team*/
.company_pages .team-section .block_title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 34px;
    color: #000;
}

.company_pages .team-section p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    color: #000;
    overflow: hidden;
}

.company_pages .team-section a {
    color: #AD9041;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    line-height: 32px;
}

/*Customer Reviews*/
.company_pages .reviews-section .star-rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    margin-bottom: 12px;
}

.company_pages .reviews-section .star-rating_grey {
    font-size: 32px;
}

.company_pages .reviews-section .star-rating_gold {
    font-size: 32px;
}

.company_pages .reviews-section .slick-track {
    display: flex;
}

.company_pages .reviews-section .block_title {
    font-weight: bold;
    display: block;
    line-height: 34px;
    color: #000;
}

.company_pages .reviews-section .slide-read-more-wrapper {
    position: relative;
}

.company_pages .reviews-section .slider-content p {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 34px;
    color: #000;
    overflow: hidden;
    width: 98%;
}

.company_pages .reviews-section .slide-read-more-wrapper .dots {
    position: absolute;
    right: -10px;
    top: 170px;
}

.company_pages .reviews-section .slider-content span {
    font-size: 20px;
}

.company_pages .reviews-section .slide-read-more-button {
    cursor: pointer;
    text-align: right;
    margin-top: 8px;
    color: #A27C2D;
    display: none;
    font-size: 14px;
}

.company_pages .content-form-section iframe {
    height: 900px;
}

.company_pages .service-areas-section p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 32px;
}

.company_pages .team-section img {
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    width: 100%;
}

.company_pages .team-section .slick-initialized .slick-slide {
    float: left !important;
}

.gall_thumb_list {
    height: 120px;
    margin-bottom: 58px;
}
.gall_thumb_list .thumb {
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gall_main_image {
    height: 350px;
    margin-bottom: 30px;
}
.gall_main_image .gall_main_image_block {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gall_thumb_list .slick-current.slick-active .thumb {
    border: 4px solid #FCBE15;
}
.gall_thumb_list .slick-slide .thumb {
    border: 2px solid transparent;
}

.contacts-section ul.follow_list a {
    width: 36px;
    height: 36px;
    display: block;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contacts-section ul.follow_list a.follow_list_facebook {
    width: 23px;
}

.company_pages .contacts-section .section-title .border_bottom.text {
    margin-bottom: 20px;
}

.company_pages .content-form h3 {
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 40px;
}

.company_pages .content-form p {
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

@media only screen and (min-width: 620px) {
    .company_pages .content-form-section iframe {
        height: 660px;
    }
}

@media only screen and (min-width: 768px) {
    .company_pages .header-nav a {
        font-size: 18px;
    }

    .company_pages .company-rating .review-text {
        font-size: 18px;
    }

    .company_pages .section-title .border_bottom.text {
        margin-bottom: 60px;
    }

    .company_pages .section-title h4 {
        font-size: 20px;
    }

    .company_pages .about-us-section .about-block p {
        font-size: 24px;
        line-height: 36px;
    }

    .company_pages .about-us-section .button-group,
    .company_pages .services-section .button-group {
        flex-direction: row;
        gap: 34px;
    }

    .company_pages .about-us-section button,
    .company_pages .services-section button {
        width: max-content;
        padding: 0.5rem 3rem;
        margin: 0;
    }

    .company_pages .team-section .block_title,
    .company_pages .team-section p {
        font-size: 28px;
    }

    .company_pages .team-section a {
        font-size: 18px;
    }

    .company_pages .team-section .slick-dots li button:before {
        font-size: 38px;
    }

    .company_pages .reviews-section .block_title {
        font-size: 28px;
    }

    .company_pages .reviews-section .slider-content p {
        font-size: 24px;
    }

    .company_pages .reviews-section .slider-content span {
        font-size: 24px;
    }

    .company_pages .service-areas-section p {
        font-size: 28px;
        line-height: 42px;
    }

    .gall_main_image,
    .gall_main_image .gall_main_image_block {
        height: 705px;
    }

    .gall_thumb_list {
        margin-bottom: 108px;
    }

    .company_pages .content-form h3 {
        font-size: 45px;
        line-height: 60px;
    }

    .company_pages .content-form p {
        font-size: 28px;
        line-height: 42px;
    }
}


@media only screen and (min-width: 1024px) {
    .company_pages .company-rating .star-rating_grey,
    .company_pages .company-rating .star-rating_gold,
    .company_pages .reviews-section .star-rating_grey,
    .company_pages .reviews-section .star-rating_gold {
        font-size: 43px;
    }
}

@media only screen and (min-width: 1024px) {
    .gall_main_image,
    .gall_main_image .gall_main_image_block {
        height: 800px;
    }

    .company_pages .content-form {
        max-width: 70%;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 1200px) {
    .gall_main_image,
    .gall_main_image .gall_main_image_block {
        height: 905px;
    }
}
