/*Start @import style*/

/*End @import style*/


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

body {
    font-family: 'Open Sans', sans-serif;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    background-color: #fff;
}

.color-white {
    color: #fff !important;
}

.sect-title .h1,
.sect-title h1,
.blk-title,
.page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #01426a;
    font-size: 32px;
    line-height: 1.35em;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 27px;
}

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

.sect-title .h1:before,
.sect-title h1:before,
.page-title:before,
.blk-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 59px;
    border-bottom: 3px solid #e03c31;
}

.sect-title.text-center .h1:before,
.sect-title.text-center h1:before,
.page-title.text-center:before,
.blk-title.text-center:before {
    left: 50%;
    transform: translateX(-50%);
}


/*Social Link*/

.social-links .social-link {
    color: #e03c31;
    height: 23px;
    width: 23px;
    font-size: 14px;
    background-color: #fff;
    float: left;
    font-weight: normal;
    line-height: inherit;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
}

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

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

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

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

.social-links .social-link:hover,
.social-links .social-link:focus {
    background-color: #fff;
    color: #01426a;
}

p {
    margin-bottom: 1.5rem;
}

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


/** Variables **/

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

a {
    color: #393939;
    text-decoration: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-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 {
    font-weight: 700;
}

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

img {
    max-width: 100%;
}

*::-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;
}

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: 'Poppins', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #393939;
    padding: 10px 15px;
    font-weight: 400;
    background-color: rgb(255 255 255 / 8%);
    text-transform: inherit;
    font-size: 13px;
    outline: none;
    height: 57px;
    line-height: inherit;
    border: 1px solid #d6d6d6;
}

.btn-1,
.btn-one,
input[type="submit"],
input[type="button"] {
    background-color: #e03c31;
    height: 53px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    padding: 15px 26px 13px 26px;
    text-align: center;
    position: relative;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-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: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}

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

.btn-one img {
    margin-left: 15px;
}

.btn-two {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e03c31;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.btn-two span {
    background: url('../images/btn-layer2.png') no-repeat top left;
    width: 97px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 31px;
    padding-top: 12px;
}

.btn-two:hover,
.btn-two:focus {
    color: #e03c31;
}

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

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-placeholder {
    color: #fff;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2c383f;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2c383f;
    opacity: 1;
    /* Firefox */
}

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

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


/** Transition **/

.owl-item,
img,
#totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

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


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


/** SiteNavigation(Menu) **/

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

.main-header .site-navigation .menu ul {
    padding: 0px;
    text-align: left;
    margin: 0px;
}

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

.main-header .site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

.main-header .site-navigation .menu ul ul>li {
    position: relative;
}

.site-branding {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 260px;
}

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

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #01426a;
    position: relative;
    line-height: 1.1em;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    text-align: center;
}

.main-header .site-navigation .menu>ul>li>ul>li>a {
    margin: 0;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    color: #01426a;
    line-height: 1.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

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

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


/*Header Top*/

.main-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 117px;
    border-top: 1px solid #01426a;
}

.main-header__top-items {
    display: flex;
    align-items: center;
}

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

.main-header__top-item li a {
    color: #01426a;
}

.main-header__top-item ul li:first-child {
    font-family: 'Hurricane', cursive;
    color: #e03c31;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.27em;
}

.main-header__top-item ul li:last-child {
    color: #01426a;
}

.main-header__top-item:not(:last-child) {
    padding-right: 50px;
}

.main-header__phone ul li:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: .7em;
}

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


/* ===============================================
    Footer
------------------------*/

.footer {
    background-color: #01426a;
    color: #cecece;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65em;
}

.footer a {
    color: #cecece;
}

.footer-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    line-height: 1em;
    margin-bottom: 41px;
}

.list-items li a {
    font-family: 'Poppins', sans-serif;
    color: #cecece;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-left: 33px;
    position: relative;
}

.list-items .list-item:not(:last-child) {
    margin-bottom: 16px;
}

.list-items li a:before {
    content: "";
    background: url('../images/icons/long-arrow.png') no-repeat top left;
    position: absolute;
    left: 0;
    width: 23px;
    height: 11px;
}

.list-items li a:hover,
.footer-services .list-items li a.list-items li a {
    text-decoration: underline;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #e03c31;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===   link-list ==
------------------------*/

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

b,
strong {
    font-weight: 700;
}

.bloc-text,
.bloc-text p {
    font-family: 'Open Sans', sans-serif;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
}

.bloc-text h2, h2 {
    color: #01426a;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 12px;
    padding-top: 8px;
}

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