/*Start @import style*/


/*End @import style*/


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

body {
    font-family: 'Open Sans', sans-serif;
    color: #313030;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7em;
    background-color: #fff;
}

.sect-title .h1,
.sect-title h1,
.blk-title,
.page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: initial;
    font-weight: 400;
    color: #181818;
    margin-bottom: 22px;
    position: relative;
}

.bloc-text h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: initial;
    font-weight: 400;
    color: #181818;
    margin-bottom: 18px;
    position: relative;
}

.line {
    padding-bottom: 19px;
}

.line:after {
    content: '';
    height: 1px;
    width: 38px;
    border-top: 1px solid #b11918;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*Social Link*/

.social-link {
    background: #b11918;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    font-size: 15px;
    padding-top: 2px;
    font-weight: normal;
    color: #fff;
}

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

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

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

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


/*list icons*/

.list-icons li.list-icons-item {
    list-style: none;
}

.list-icons li div:first-child {
    background: #f2f2f2;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    justify-content: center;
}

.list-icons li div:last-child,
.list-icons li div:last-child a {
    font-weight: 600;
    font-size: 17px;
    color: #B11918;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

.list-icons li div.line:after {
    border-color: #d0d0d0;
    left: 0;
    transform: none;
}

.list-icons {
    padding-left: 0 !important;
}

p {
    margin-bottom: 1.5rem;
}

.txt>p:last-child {
    margin-bottom: 0;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.border-radius-10 {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-30 {
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.border-radius-5 {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

b {
    font-weight: 700;
}


/** Variables **/

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

a {
    color: #000;
    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: 'Open Sans', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    color: #000000;
    padding: 16px 15px 14px 15px;
    font-weight: 400;
    background: #fff;
    text-transform: inherit;
    font-size: 13px;
    outline: none;
    height: 61px;
    line-height: inherit;
    border: 1px solid #000000;
}

.btn-1,
.btn-one,
input[type="submit"],
input[type="button"] {
    background: #b11918;
    min-height: 47px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: inherit;
    padding: 10px 26px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #b11918;
    min-width: 197px;
    display: inline-block;
    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: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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 {
    border: 0;
    -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-placeholde {
    color: #fff;
}

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


/** Transition **/

.featured-icon-box .featured-icon,
.ttm-btn,
button,
.owl-item,
img,
.featured-icon-box,
.featured-icon,
#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;
}


/** Extra-outer **/

body .page {
    overflow: hidden;
}

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


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


/** SiteBrand(logo) **/

.ttm-header-top-wrapper {
    position: relative;
}


/** SiteNavigation(Menu) **/

.site-header-menu {
    position: relative;
    display: inline-block;
    width: 100%;
}

.site-header-menu .container-fluid {
    max-width: 1451px;
}

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

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

.ttm-menu-toggle {
    float: right;
}

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

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

.main-header .site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
}

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

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

.main-header .site-navigation .menu>ul>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #141414;
    position: relative;
    line-height: initial;
    display: flex;
    align-items: center;
    position: relative;
}

.main-header .site-navigation .menu ul>li.has-submenu>a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    margin-left: 5px;
}

.main-header .site-navigation .menu>ul>li>ul>li>a {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    height: auto;
    color: #1f1f1f;
    line-height: 18px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: flex;
    align-items: center;
}

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

.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: #fff;
    background: #b11918;
}

.fixed-header .head-top {
    display: none !important;
}


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

.footer {
    background-color: #f2f2f2;
    padding-top: 37px;
}

.footer .blk-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: initial;
    margin-bottom: 17px;
    text-transform: none;
    position: relative;
    z-index: 1;
}

.footer .line {
    padding-bottom: 16px;
}

.footer .line:after {
    left: 50%;
    transform: translateX(-50%);
}

.footer .line.blk-title {
    margin-bottom: 13px;
}

.list-items li,
.list-items li a {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
}

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


/* ===============================================
    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;
}

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


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

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

.ttm-header-wrap {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #ffffff;
}

.bloc-text,
.bloc-text p {
    font-family: 'Open Sans', sans-serif;
    color: #313030;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7em;
    background-color: #fff;
}

.bloc-text .title-2 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 7px;
    margin-top: 32px;
    line-height: initial;
}

.bloc-text ul li,
.bloc-text ul li {
    list-style: disc;
}

.bloc-text ul {
    margin-bottom: 20px;
    display: table;
}

.bloc-text .list-icons-item {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.bloc-text .list-icons-item:not(:last-child) {
    padding-right: 40px;
    margin-right: 36px;
}

.bloc-text .list-icons-item:not(:last-child):before {
    content: '';
    width: 1px;
    height: calc(100% + 13px);
    position: absolute;
    border-right: 1px solid #d0d0d0;
    right: 0;
    transform: rotate(30deg);
}

.bloc-text .list-icons li div:first-child {
    margin-bottom: 0;
    margin-right: 19px;
    width: 59px;
    height: 59px;
}

.bloc-text .list-icons li div:last-child,
.bloc-text .list-icons li div:last-child a {
    padding-bottom: 0;
}

.bloc-text p:first-of-type img:first-of-type,
.bloc-text h2:first-of-type img:first-of-type {
    display: none;
}

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