/*Start @import style*/


/*End @import style*/


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

body {
    font-family: 'Lato', sans-serif;
    color: #332c2b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.375em;
}

.sect-title .sub-title,
.etiquette {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15em;
    color: #000a23;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.sect-title .h1,
.sect-title h1,
.bloc-title,
.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 900;
    color: #0099e0;
    line-height: 1.22em;
    margin-bottom: 64px;
}

.sect-title h1,
.page-title {
    margin-bottom: 22px;
}

.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;
}

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


/** More link **/

.more-link {
    font-weight: 400;
    color: #000a23;
    font-size: 18px;
    line-height: 1.15em;
    display: flex;
    align-items: center;
}

.our-services-item__more a.more-link:hover,
.our-services-item__more a.more-link:focus {
    color: #000a23;
}

.more-link svg {
    margin-right: 8px;
}


/** Social network **/

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

.social-link {
    color: #fff;
    background-color: #0099e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    font-size: 28px;
    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;
    text-decoration: none;
    overflow: hidden;
}

.social-link:not(:first-child) {
    margin-left: 15px;
}

.social-link i {
    padding-top: 1px;
}

.social-link.facebook {
    font-size: 35px;
}

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

.social-link.linkedin {
    font-size: 26px;
}

.social-link:hover,
.social-link:focus {
    color: #0099e0;
    background-color: #fff;
}


/** Owl carousel **/

.owl-carousel .owl-dots button,
.owl-carousel .owl-navs 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;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
}

.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    background-color: rgba(255, 255, 255, .1);
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 30px;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 7px;
    height: 7px;
    background-color: #0099e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-carousel .owl-dots button.owl-dot:not(:last-child) {
    margin-right: 9px;
}

.owl-carousel button.owl-dot.active {
    width: 16px;
}


/** Variables **/

p {
    margin-bottom: 1.35rem;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

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

a {
    color: #332c2b;
    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 {
    max-width: 100%;
    height: auto;
}

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

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

::selection {
    background: #161616;
    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;
    color: #332c2b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    padding: 20px;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    text-transform: inherit;
    font-size: 18px;
    outline: none;
    height: 53px;
    line-height: inherit;
    border: 1px solid #e6eff2;
}

.btn-1,
.btn-one,
input[type="submit"],
input[type="button"] {
    font-family: 'Lato', sans-serif;
    background-color: #0099e0;
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1em;
    padding: 9px 19px 7px 19px;
    text-align: center;
    position: relative;
    text-transform: none;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms 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: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: normal;
}

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

.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;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #332c2b;
}

.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #332c2b;
}

menu {
    margin: 0;
    padding: 0 0 0 25px;
}


/** Transition **/

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 {
    overflow: hidden;
    position: relative;
}

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


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

.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-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: #fff;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.site-header-top-nav {
    position: relative;
    width: 100%;
}

.main-header .site-navigation .menu>ul>li>a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #332c2b;
    line-height: 1.17em;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-header .site-navigation .menu>ul>li.has-submenu>a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin: 2px 0 0 5px;
    line-height: 1em;
}

.main-header .site-navigation .menu ul ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.17em;
    color: #332c2b;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.main-header .site-navigation .menu ul ul li a:before {
    height: 7px;
    width: 7px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #0099e0;
    margin-top: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.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: #332c2b;
}

.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: #0099e0;
    padding-left: 13px;
}

.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 ul>li {
    padding: 2px 22px 3px 22px;
}


/*Header top*/

.main-header__top {
    padding: 5px 0;
    display: flex;
    align-items: center;
    height: 42px;
}

.main-header__top-items {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.main-header__top-item,
.main-header__top-item a {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 400;
    color: #332c2b;
    font-size: 16px;
    line-height: 1.25em;
}

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

.main-header__top-item a:hover,
.main-header__top-item a:focus {
    text-decoration: underline;
}

.main-header__top-item a.btn-one:hover,
.main-header__top-item a.btn-one:focus {
    text-decoration: none;
}


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

.footer {
    background-color: #000a23;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 25px;
    color: #0099e0;
}


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

.bloc-text,
.bloc-text p {
    font-family: 'Lato', sans-serif;
    color: #332c2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375em;
}

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

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

.bloc-text h2,
.bloc-text .title-2 {
    font-size: 18px;
    line-height: 1.15em;
    font-weight: 500;
    color: #0099e0;
    text-transform: uppercase;
    padding-top: 12px;
    margin-bottom: 22px;
}


/** Back to top **/

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f106";
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #0099e0;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border: 3px solid #b2b5bd;
    box-shadow: none;
    border-radius: 50% !important;
    background-color: #fff;
    border-radius: 5px;
}

.progress-wrap:hover::before {
    opacity: 0;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg {
    color: #0099e0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.progress-wrap svg.progress-circle path {
    stroke: #0099e0;
    stroke-width: 10px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-quote .next-step button {
    border: none;
}