/**/
/* defaults */
/**/
body {
    font: 400 16px/1 'Lato', sans-serif;
    line-height: 1.5;
    color: #333;
}
a {
    text-decoration: none;
    color: #21315c;
}
a:hover {
    text-decoration: none;
    opacity: .9s;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
img {
    max-width: 100%;
    height : auto;
}

/**/
/* button */
/**/
.button {
    display: inline-block;
    vertical-align: top;
    padding: 1px 64px 0;
    border: none;
    background-color: #21315c;
    font-size: 15px;
    line-height: 54px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    color: #fff;
    transition-duration: 0.25s;
    transition-property: background-color;
}

.gform_button.button {
    background-color: #494949;
}
.gform_button.button:hover {
    background-color: #303030;
}
.button:hover {
    color: #fff;
}
.hero .gform_button.button:hover,
.hero__button:hover,
.button_secondary:hover,
.button:hover{
    opacity: .9;
}



/**/
/* page */
/**/
.page_wrapper {
    overflow: hidden;
    padding-top: 69px;
}
.page-template-landing-page h1, .page-template-landing-page h2, .page-template-landing-page h3 {
    font-family:'Lato', 'sans-serif';

}
.page-template-landing-page .hero  h1, .page-template-landing-page .hero  h2, .page-template-landing-page .hero  h3, .page-template-landing-page .about h3 {
    color:#fff;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    padding: 25px 0;
    background-color: #fff;
    box-shadow: 4px 3px 14px 0 rgba(0,0,0,0.12);
}
.content__bg {
    background: url(../img/content/bg.jpg) 50% 50%/cover no-repeat;
    position: relative
}
.footer {
    padding: 40px 0;
    background-color: #fff;
    border-top: 1px solid #dfe5e8;
}
.logo_foot {
    max-width: 92px;
}
@media screen and (max-width: 991.98px) {
    .footer {
        text-align: center;
    }
}
@media screen and (max-width: 575.98px) {
    .page {
        padding-top: 82px;
    }
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
.logo,
.logo img {
    display: block;
}
@media screen and (max-width: 991.98px) {
    .logo_foot {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .logo img {
        width: auto;
        height: 60px;
    }
}
@media screen and (max-width: 575.98px) {
    .logo img {
        height: 60px;
    }
    .logo_foot {
        margin-bottom: 30px;
    }
}


/**/
/* call now */
/**/
.call-now {
    text-align: right;
}
.call-now__caption {
    margin: 0 -0.1em 4px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #666;
}
.call-now__phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 31px;
    line-height: 1;
    transition-duration: 0.25s;
    transition-property: color;
}
.call-now__phone::after {
    content: '';
    position: absolute;
    right: 1px;
    bottom: 0;
    left: 1px;
    border-top: 2px solid currentColor;
    transition-duration: 0.25s;
    transition-property: opacity;
}
.call-now__phone:hover::after {
    opacity: 0;
}
@media screen and (max-width: 575.98px) {
    .call-now {
        text-align: left;
        margin-top: 20px;
    }
    .call-now__caption {
        font-size: 12px;
    }
    .call-now__phone {
        font-size: 25px;
    }
}



/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/**/
/* hero */
/**/
.hero {
    position: relative;
    background: url(../img/hero/bg.jpg) 50% 50%/cover no-repeat;
    color: #fff;
}

.hero--darkoverlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
}
.hero__title {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
}
.hero__subtitle {
    margin: 0 0 32px 0;
    font-size: 24px;
    line-height: 1.375;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}
@media screen and (max-width: 991.98px) {
    .hero {
        padding-top: 88px;
        text-align: center;
    }
    .hero__subtitle {
        margin: 0;
    }
    .hero__button {
        /* display: none; */
        margin-bottom:2em;
        margin-top:1em;
    }
    .hero h3, .hero h4{
        text-align: center;
    }
}
@media screen and (max-width: 575.98px) {
    .hero__subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .hero__title {
        font-size: 64px;
    }
}
@media (min-width: 1680px) {
    .hero__title {
        font-size: 72px;
        margin: 0 0 24px -0.05em;
    }
}


/**/
/* request */
/**/
.request {
    margin: 148px 0 -15px 0;
    padding: 30px 25px;
    background-color: #21315c;
    color: #fff;
    position: relative;
    right: 0;
    min-height: 599px;
}
@media screen and (max-width: 575.98px) {
    .request {
        padding: 30px 15px;
    }	
}
.request__title {
    margin: 0 0 24px -0.1em;
    font-size: 24px;
    line-height: 1.125;
    font-weight: 300;
}
.request__suptitle {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.125;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
ul.gform_fields {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.gfield_label {
    display: none;
}
.validation_error {
    margin-bottom: 25px;
}
.validation_message {
    margin-bottom: 5px;
}
body .gform_wrapper ul li.gfield{
    margin-top: 8px !important;
}
.gform_wrapper .gform_footer{
    margin-top: 0 !important;
    padding-top: 10px !important;
}
.request__input,
.request__textarea,
form.request .gform_body input,
form.request .gform_body textarea {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding: 13px 13px 12px;
    border: none;
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    -webkit-appearance: none;
}
.request__textarea,
form.request .gform_body textarea {
    resize: none;
    height: 145px;
}
.request__button,
#gform_submit_button_3 {
    width: 100%;
    margin: 8px 0 0;
    padding: 1px 0 0;
    border: none;
    background: #494949;
    font-size: 12px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    transition-duration: 0.25s;
    transition-property: background-color;
}
.request__button:hover {
    background-color: #303030;
}


/**/
/* represent */
/**/
.represent {
    padding: 64px 0;
    background-color: #4d4d4d;
    color: #ccc;
}
.represent__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    color: #fff;
}
.represent__list {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.represent__list li {
    position: relative;
    margin-top: 6px;
    padding-left: 20px;
}
.represent__list li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
}


/**/
/* faq */
/**/
.faq {
    margin: 0 -1px;
    padding: 96px 0;
    text-align: center;
}
.faq__cont {
    overflow: hidden;
}
.faq__title {
    margin: 0;
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
    color: #ccc;
}
.faq__grid {
    position: relative;
    margin: 48px -30px 0;
}
.faq__grid::after,
.faq__grid::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.faq__grid::after {
    left: 50%;
    margin-left: -1px;
    border-left: 2px solid #e2e2e2;
}
.faq__grid::before {
    right: 25%;
    left: 25%;
    margin: 0 -1px;
    border-right: 2px solid #e2e2e2;
    border-left: 2px solid #e2e2e2;
}
.faq__item {
    padding: 0 30px;
    font-size: 13px;
    text-align: left;
}
.faq__item p {
    margin: 20px 0 0;
}
.faq__item ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.faq__item li {
    position: relative;
    margin-top: 4px;
    padding-left: 16px;
}
.faq__item li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
}
.faq__question {
    font-size: 15px;
    line-height: 1.375;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #21315c;
}
.faq__button {
    margin-top: 72px;
}
@media screen and (max-width: 991.98px) {
    .faq__grid {
        margin: 0;
    }
    .faq__item {
        margin-top: 48px;
        padding: 0;
    }
    .faq__grid::after,
    .faq__grid::before {
        display: none;
    }
}
@media screen and (max-width: 575.98px) {
    .faq__title {
        font-size: 40px;
    }
    .faq__item {
        margin-top: 36px;
        padding: 0 20px;
    }
    .faq__item p,
    .faq__item ul {
        margin-top: 15px;
    }
    .faq__button {
        margin-top: 54px;
    }
    .faq__question {
        font-size: 18px;	
    }
}


/**/
/* about */
/**/
.about {
    padding: 96px 0 146px;
    /*border-bottom: 68px solid #21315c;*/
    background-color: #21315c;
    color: #fff;
}
.about p {
    margin-bottom: 24px;
    font-size: 15px;
}
.about__title {
    margin-bottom: 32px;
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
}
.about__photo {
    box-shadow: 16px 16px 16px rgba(0,0,0,0.25);
}
@media screen and (max-width: 991.98px) {
    .about {
        border-bottom: 0;
    }
    .about__photo {
        max-width: 100%;
        height: auto;
        margin: 0 0 24px 0;
    }
}
@media screen and (max-width: 575.98px) {
    .about {
        padding: 72px 0;
        text-align: center;
    }
    .about p {
        margin-bottom: 18px;
    }
    .about__title {
        margin-bottom: 24px;
        font-size: 40px;
    }
}


/**/
/* testimonials */
/**/
.testimonials {
    padding: 0 10px 50px;
}
.testimonials__item {
    margin: -68px 0 0;
    padding: 36px;
    background-color: #fff;
}
.testimonials__item p {
    margin: 12px 0 0;
    font-size: 15px;
    color: #999;
}
.testimonials__stars {
    float: right;
    width: 88px;
    height: 16px;
    margin: 2px 0 2px 16px;
    background: url(../img/testimonials/stars.png);
}
.stars {
    float: right;
    width: 88px;
    margin: 2px 0 2px 16px;
    font-size : 14px
}
.testimonials-muze-wrapper {
    background-color: #21315c;
    background-image: none;
    margin-top:-1px;
}
.testimonials-muze-wrapper:before {
    display:none;
}
.testimonials__image__wrap {
    height: auto;
}
.testimonials-muze .testimonials__item {
    margin: 0;
    
}
.testimonials-muze-row {
    margin-bottom:6em;
}
.testimonials__image {
    height: 0;
    width: 100%;
    padding-bottom: 70%;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials__title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: #4c4c4c;
}
.testimonials__subtitle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #21315c;
}
@media screen and (max-width: 991.98px) {
    .testimonials__item {
        margin-top: 20px;
    }
    .testimonials-muze-row,.testimonials-muze-column {
        margin-bottom:3em;
    }
    .testimonials-muze-row .testimonials-muze-column:last-child {
        margin-bottom:0;
    }
}
@media screen and (max-width: 575.98px) {
    .testimonials__item {
        padding: 27px;
    }
}


/**/
/* results */
/**/
.results {
    padding: 96px 0 112px;
    text-align: center;
    color: #fff;
}
.results__title {
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
    position: relative
}
.results__item {
    margin-top: 64px;
}
.results__item p {
    font-size: 15px;
    color: #ccc;
}
.results__value {
    font-size: 48px;
    line-height: 1;
}
.results__value span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.results__heading {
    margin: 12px 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 575.98px) {
    .results {
        padding: 72px 0 84px;
    }
    .results__title {
        font-size: 40px;
    }
    .results__item {
        margin-top: 48px;
    }
}


/**/
/* contact */
/**/
@media screen and (min-width: 991.98px) {
    .contact {
        margin: 95px 0 !important;
    }
}
.contact__row {
    margin: 0 -10px;
}
.contact__col {
    padding: 0 10px;
}
.contact__title {
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
form.contact input[type="text"],
form.contact input[type="email"],
form.contact input[type="tel"],
form.contact textarea,
.contact__input,
.contact__textarea {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px 20px 11px;
    border: 1px solid #dfe5e8;
    border-radius: 2px;
    background: #f5f7f6;
    font-size: 16px;
    line-height: 24px;
}
form.contact textarea,
.contact__textarea {
    resize: none;
}
.contact__checkbox {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 0 2px 46px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    color: #5f727f;
    -webkit-user-select: none;
}
.contact__checkbox i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #dfe5e8;
    border-radius: 2px;
    background: #f5f7f6;
    transition-duration: 0.25s;
    transition-property: border-color;
}
.contact__checkbox svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    color: #99a9b5;
    opacity: 0;
    transition-duration: 0.25s;
    transition-property: opacity;
}
.contact__checkbox input {
    position: absolute;
    top: 0;
    left: -9999px;
}
.contact__checkbox input:checked + i {
    border-color: #b6c6c9;
}
.contact__checkbox input:checked + i svg {
    opacity: 1;
}
#gform_submit_button_4,
.contact__button {
    margin-top: 30px;
}
.gf_first_quarter,
.gf_second_quarter,
.gf_third_quarter,
.gf_fourth_quarter {
    display: inline-block;
    width: 24%;
    margin-right: 14px;
}
.gf_fourth_quarter {
    margin-right: 0;
}
@media screen and (max-width: 991.98px) {
    #input_4_6 {
        height: 70px !important;
    }
}
@media screen and (max-width: 575.98px) {
    .contact {
        margin: 84px 0;
        text-align: center;
    }
    .contact__title {
        margin-bottom: 36px;
    }
    .contact__input,
    .contact__textarea {
        margin-bottom: 15px;
    }
    .contact__button {
        margin-top: 22px;
    }
    .gf_first_quarter,
    .gf_second_quarter,
    .gf_third_quarter,
    .gf_fourth_quarter {
        display: block;
        width: 100%;
    }
    #input_4_6 {
        height: 70px !important;
    }
}


/**/
/* awards */
/**/
.awards {
    margin-bottom: 52px;
}
.awards__logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 575.98px) {
    .awards {
        margin-bottom: 39px;
    }
    .awards__logo {
        margin-bottom: 15px;
    }
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* contacts */
/**/
.contacts {
    font-size: 18px;
}
.contacts__phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    font-size: 31px;
    line-height: 1;
    transition-duration: 0.25s;
    transition-property: color;
}
.contacts__phone::after {
    content: '';
    position: absolute;
    right: 1px;
    bottom: 0;
    left: 1px;
    border-top: 2px solid currentColor;
    transition-duration: 0.25s;
    transition-property: opacity;
}
.contacts__phone:hover::after {
    opacity: 0;
}
.contacts__email,
.contacts__address {
    font-weight: 300;
    color: inherit;
    transition-duration: 0.25s;
    transition-property: opacity;
}
.contacts__email:hover,
.contacts__address:hover {
    color: inherit;
    opacity: 0.75;
}
@media screen and (max-width: 575.98px) {
    .contacts {
        font-size: 15px;
    }
    .contacts__phone {
        font-size: 24px;
    }
}


/**/
/* copyrights */
/**/
.copyrights {
    margin: 40px 0 -20px;
    color: #9B9B9B;
}
@media screen and (max-width: 575.98px) {
    .copyrights {
        margin: 30px 0 -15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991.98px) {
    #gform_confirmation_message_3 {
        margin-top: 100px;
    }

    #gform_confirmation_message_4 {
        padding-top: 200px;
    }
}

/**/
/* GF Overrides */
/**/
.gfield_label, 
.gform_wrapper .top_label .gfield_label{display: none !important;} /*Hide gravityform labels*/
.request__input, .request__textarea, 
form.request .gform_body input, 
form.request .gform_body textarea {
    display: block;
    width: 100% !important;
    margin: 0 0 8px;
    padding: 13px 13px 12px !important;
    border: none;
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    -webkit-appearance: none;
}
.gform_button.button {
    width : 100%;
}
.gform_validation_container {
    display: none;
}