/***************************************
*General
****************************************/

body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #6d6d6d;
    font-optical-sizing: auto;
    font-style: normal;
}

.sub-title {
    color: #656051;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
}

.sub-title:before {
    content: '//';
    display: inline-block;
    margin-right: 5px;
}

.sec-title .h2,
.bloc-title {
    font-weight: 900;
    font-size: 45px;
    color: #1a1b1e;
    line-height: 1.2em;
    margin-bottom: 48px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.sec-title h1,
.sec-title .h1,
.page-title {
    font-weight: 900;
    font-size: 45px;
    color: #1a1b1e;
    line-height: 1.2em;
    margin-bottom: 18px;
    position: relative;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1;
}

.z-index--2 {
    z-index: 2;
}

.padding-r-20 {
    padding-right: 20px;
}

.padding-l-20 {
    padding-left: 20px;
}

.margin-t-73 {
    margin-top: 73px;
}

.f-size--36 {
    font-size: 36px;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-02 {
    opacity: 0.2;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.more-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #f9f9f9;
    height: 53px;
    background: #4c5d31;
    text-align: center;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.more-link:hover {
    background: #656051;
    color: #f9f9f9;
}

.width-auto {
    width: auto !important;
}


/** Preloader **/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/preloader.svg');
    background-size: 140px;
}


/** owl carousel **/

.owl-carousel .owl-dots button,
.owl-carousel .owl-nav button,
.home-slide__dots button {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-top: 66px;
}

.owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(178, 178, 178, 0.5);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: #4c5d31;
}

.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 12px;
}


/** Rev slider **/

.tparrows,
.tp-bannertimer {
    display: none !important;
}

.tp-bullets {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: -40px;
}

.tp-bullet {
    width: 10px;
    height: 10px;
    position: absolute;
    background: rgba(249, 249, 249, 0.5);
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0 !important;
}

.tp-bullet:nth-child(2) {
    left: 23px !important;
}

.tp-bullet:nth-child(3) {
    left: 45px !important;
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #f9f9f9;
}


/** Colors **/

.color--1 {
    color: #f9f9f9 !important;
}

.color--2 {
    color: #4c5d31 !important;
}

.color--3 {
    color: #656051 !important;
}

.color--4 {
    color: #d4dad4 !important;
}

.color--5 {
    color: #232323 !important;
}

.color--6 {
    color: #000;
}

.color--7 {
    color: #88a09e;
}


/** Background **/

.background--1 {
    background-color: #f9f9f9 !important;
}

.background--2 {
    background-color: #4c5d31 !important;
}

.background--3 {
    background-color: #656051 !important;
}

.background--4 {
    background-color: #d4dad4 !important;
}

.background--5 {
    background-color: #232323 !important;
}

.background--6 {
    background-color: #000 !important;
}

.background--7 {
    background-color: #88a09e !important;
}


/** Socials **/

.social-links .social-link {
    color: #fff;
    height: 15px;
    width: 15px;
    font-size: 15px;
    float: left;
    font-weight: normal;
    line-height: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
}

.social-links .social-link i {
    font-weight: normal;
}

.social-links .social-link i.fa-facebook {
    padding-top: 4px;
}

.social-links .social-link.facebook {
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    color: #201d1f;
    font-size: 13px;
}

.social-links .social-link.linkedin {
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
    color: #201d1f;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links .social-link:not(:last-child) {
    margin-right: 10px;
}

.social-links .social-link:hover {
    color: #c97835;
}

.social-links .social-link.facebook:hover,
.social-links .social-link.linkedin:hover {
    background-color: #c97835;
    color: #201d1f;
}


/** Variables **/

p {
    margin-bottom: 1.2em;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Lato", sans-serif;
    vertical-align: middle;
    width: 100%;
    padding: 20px 25px;
    font-weight: 400;
    color: #1a1b1e;
    font-size: 16px;
    text-transform: inherit;
    outline: none;
    height: 59px;
    line-height: inherit;
    border: 0;
    background: #d4dad4;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.btn-1,
input[type="submit"],
input[type="button"] {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #f9f9f9;
    line-height: 1em;
    text-transform: none;
    background: #4c5d31;
    font-size: 16px;
    padding: 10px 25px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    border: 0;
    height: 53px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: normal;
    z-index: 1;
    overflow: hidden;
}

.btn-1:hover,
.btn-1:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background: #656051;
    color: #f9f9f9;
}

.btn-1 svg {
    margin-right: 5px;
}

.btn-1:hover svg path,
.btn-1:focus svg path {
    color: #fff;
    fill: #fff !important;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d4dad4;
    color: #1a1b1e;
    border: 0;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #232323 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #232323 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #232323 !important;
}

textarea::placeholder {
    color: #232323 !important;
}


/** Transition **/

img {
    max-width: 100%;
    height: auto;
}

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/** Extra Outer **/

body .page {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

body .site-main {
    background-color: #fff;
}


/***************************************
* Header
****************************************/

.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu,
.site-navigation .menu {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #d4dad4;
    position: relative;
    z-index: 10;
}

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #1a1b1e;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #1a1b1e;
    line-height: 1.2em;
    position: relative;
    display: block;
    padding: 4px 0;
}

.main-header .site-navigation .menu ul ul li a:before {
    content: '//';
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .site-navigation .menu ul ul li.active>a:before,
.main-header .site-navigation .menu ul ul li:hover>a:before,
.main-header .site-navigation .menu ul ul li.hover>a:before {
    opacity: 1;
    visibility: visible;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #4c5d31;
}

.main-header .site-navigation .menu ul ul li.active>a,
.main-header .site-navigation .menu ul ul li:hover>a,
.main-header .site-navigation .menu ul ul li.hover>a {
    color: #4c5d31;
    padding-left: 17px;
}

.menu__free-quote-link {
    margin-left: 20px;
    background: #656051;
    height: 47px;
    min-width: 95px;
    padding: 10px 20px;
}

.menu__free-quote-link:hover {
    background-color: #4c5d31;
    color: #f9f9f9;
}


/** Header top **/

.main-header__top {
    background-color: #4c5d31;
    height: 40px;
}

.main-header__top-item,
.main-header__top-item a {
    font-size: 16px;
    font-weight: 600;
    color: #f9f9f9;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.main-header__top-item a:hover,
.main-header__top-item a:focus {
    color: #d4dad4;
}

.main-header__top-item a:hover svg path,
.main-header__top-item a:focus svg path {
    color: #d4dad4;
    fill: #d4dad4 !important;
}

.main-header__top-item svg {
    margin-right: 10px;
}

.main-header__top-item {
    border-right: 1px solid rgba(249, 249, 249, 0.5);
    padding: 0 34px;
}

.main-header__socials ul li {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(249, 249, 249, 0.5);
}

.main-header__top-item.main-header__socials ul li svg {
    margin-right: 0;
}


/***************************************
* Footer
****************************************/

.footer {
    color: #fff;
    background-color: #d4dad4;
    position: relative;
}

.footer-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em;
    color: #4c5d31;
    margin-bottom: 12px;
}

.footer-title:before {
    content: '//';
    display: inline-block;
    margin-right: 5px;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #6d6d6d;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.bloc-text a:hover,
.bloc-text a:focus {
    text-decoration: underline;
}

.bloc-text h2,
.bloc-text .h2 {
    font-weight: 900;
    font-size: 36px;
    color: #1a1b1e;
    line-height: 1.2em;
    line-height: 1.2em;
    margin-bottom: 21px;
}
.bloc-text p img,
.bloc-text h2 img {
    display: none;
}