@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

@import url(../fonts/fa/css/all.min.css);

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

@media (max-width: 1400px) {
    .container {
        max-width: 96%;
    }
}

a:hover {
    color: #b61c1c;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 15px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.owl-dots {
    text-align: center;
	margin-top: 8px;
}
.owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 2px 4px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
    .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #3f51b5;
    }

/* BTN */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #323232;
    display: none;
    border-radius: 0;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #b61c1c;
}

.btn-main {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #b61c1c;
    font-weight: 700;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
}

.btn-main span {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.btn-main i {
    font-size: 20px;
    color: #b61c1c;
    margin-left: 15px;
}

.btn-main:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.2, 1);
    background-color: #b61c1c;
    border-radius: 3px;
    border: 1px solid transparent;
}

.btn-main:hover {
    color: #fff;
}

.btn-main:hover i {
    color: #fff;
}

.btn-main:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}

@media (max-width: 420px) {
    .link-box .btn-main, .btn-box .btn-main {
        display: block;
        width: 100%;
    }

    .link-box .btn-main:first-child, .btn-box .btn-main:first-child {
        margin-bottom: 15px;
    }
}

.btn-one {
    color: #b61c1c;
    background-color: #fff;
}

.btn-one i {
    color: #b61c1c;
}

.btn-one:before {
    background-color: #b61c1c;
}

.btn-one:hover {
    color: #fff;
    border: 1px solid #b61c1c;
}

.btn-one:hover i {
    color: #fff;
}

.btn-two {
    color: #fff;
    background-color: #b61c1c;
}

.btn-two i {
    color: #fff;
}

.btn-two:before {
    background-color: #3f51b5;
    color: #fff;
}

.btn-two:hover {
    color: #fff !important;
    border: 1px solid #3f51b5;
}

.btn-three {
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
}

.btn-three i {
    color: #b61c1c;
}

.btn-three:before {
    background-color: #b61c1c;
    border: 1px solid #b61c1c;
}

.btn-three:hover {
    color: #fff;
    border: 1px solid #b61c1c;
}

.btn-three:hover i {
    color: #fff;
}

.btn-four {
    color: #fff;
    background-color: #222;
    border: 1px solid transparent;
}

.btn-four i {
    color: #fff;
}

.btn-four:before {
    background-color: #3f51b5;
}

.btn-four:hover {
    color: #fff;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    background: #fff;
    font-weight: 700;
    padding: 10px 20px 10px;
    border-radius: 3px;
}

.btn-header {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 20px 10px;
    background-color: #3f51b5;
    border-radius: 3px;
}

.btn-header span {
    position: relative;
    z-index: 1;
}

.btn-header i {
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
}

.btn-header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.2, 1);
    background-color: #b61c1c;
}

.btn-header:hover {
    color: #fff;
}

.btn-header:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}

@media (min-width: 991px) and (max-width: 1060px) {
    .btn-header span {
        display: none;
    }

    .btn-header i {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .btn-header {
        margin: 10px 0;
        padding: 5px 15px;
        font-size: 14px;
    }

    .btn-header i {
        font-size: 16px;
    }
}

@media (max-width: 472px) {
    .btn-header span {
        display: none;
    }

    .btn-header i {
        margin-left: 0;
    }
}

.more {
    position: absolute;
    padding: 14px 30px;
    bottom: -22px;
    text-decoration: none;
    color: #fff;
    background: #222;
    overflow: hidden;
    transition: all 0.5s;
}

.more span {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
}

.more i {
    margin-left: 15px;
}

.more:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(100% - 3px);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
    background-color: #b61c1c;
}

.more:hover {
    color: #fff;
    background: #b61c1c;
}

.more:hover:before {
    opacity: 1;
    left: 0%;
    width: 100%;
}

/* BG */
.pattern-one {
    background-image: url("../img/pattern-16.png");
}

/* TITLE */
.sec-title {
    margin-bottom: 30px;
}

.sec-title .subtitle {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #b61c1c;
    text-transform: uppercase;
}

.sec-title .subtitle .separator {
    position: relative;
    width: 30px;
    height: 7px;
    margin-right: 20px;
}

.sec-title .subtitle .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}

.sec-title .subtitle .separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}

.sec-title .subtitle .separator-two {
    position: relative;
    width: 30px;
    height: 7px;
    margin-left: 20px;
}

.sec-title .subtitle .separator-two:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}

.sec-title .subtitle .separator-two:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}

@media (max-width: 991px) {
    .sec-title .subtitle .separator-two {
        display: none;
    }
}

.sec-title h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-title .separator-center {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 30px;
    height: 7px;
}

.sec-title .separator-center:before {
    position: absolute;
    content: '';
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}

.sec-title .separator-center:after {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}

.title-line {
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: -5px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.title-line:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #b61c1c;
    height: 3px;
    width: 50%;
}

/* FORM */
form label {
    color: #222;
    font-weight: 600;
}

.form-control,
.input-text {
    padding: 20px 32px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #222;
    font-size: 1rem;
    width: 100%;
}

.form-control::-moz-placeholder, .input-text::-moz-placeholder {
    color: #222;
}

.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
    color: #222;
}

.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
    color: #222;
}

.form-control::placeholder,
  .input-text::placeholder {
    color: #222;
}

.form-control:active,
.form-control:focus {
    box-shadow: 0 0 0 2px #3f51b5;
}

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

/* FLEX */
.flex-items {
    display: flex;
    flex-wrap: wrap;
}

.flex-items .item {
    width: calc(25% - 15px);
    min-width: 200px;
    margin: 0 15px 15px 0;
    border-radius: 6px;
    transition: all .5s;
}

.flex-items .item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.flex-items .item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.flex-items .item .name {
    display: none;
    position: absolute;
    padding: 5px 10px;
    overflow: hidden;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: #b61c1c;
    font-weight: 600;
}

.flex-items .item:hover a:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
}

.flex-items .item:hover .name {
    display: block;
}

@media (max-width: 1080px) {
    .flex-items {
        justify-content: center;
    }
}

@media (max-width: 450px) {
    .flex-items .item {
        min-width: 150px;
    }
}

/* HEADER */
.header {
    position: relative;
}

.header .header-main {
    padding: 40px 0 70px 0;
    border-top: 4px solid #3f51b5;
}

.header .header-main .logo img {
    height: 44px;
    width: auto;
}

.header .header-main .header-contacts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header .header-main .header-contacts .item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header .header-main .header-contacts .item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #b61c1c;
    margin-right: 15px;
    border: 1px dashed #b61c1c;
    border-radius: 50px 0px 0px 50px;
}

.header .header-main .header-contacts .item .contact {
    line-height: 1.2;
}

.header .header-main .header-contacts .item .contact span {
    display: block;
    font-size: 14px;
}

.header .header-main .header-contacts .item .contact a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #222;
}

.header .header-main .header-contacts .item .contact a:hover {
    color: #b61c1c;
}

@media (max-width: 1280px) {
    .header .header-main .header-contacts .item .contact a {
        font-size: 16px;
    }
}

@media (min-width: 991px) and (max-width: 1180px) {
    .header .header-main .header-contacts .item:nth-child(2) {
        display: none;
    }
}

@media (max-width: 991px) {
    .header .header-main .header-contacts {
        flex-direction: column;
        padding: 30px;
        background: #f7f7fa;
        margin-top: 30px;
    }

    .header .header-main .header-contacts .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .header .header-main .header-contacts .item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 380px) {
    .header .header-main .header-contacts .item .icon {
        display: none;
    }
}

.header .header-main .contact-mobile {
    display: flex;
    align-items: center;
}

.header .header-main .contact-mobile .contact-toggler {
    background: none;
    border: 0;
    margin-left: 10px;
    font-size: 22px;
    color: #b61c1c;
}

.header .header-main .contact-mobile .mobile-contacts .item {
    margin-right: 0;
    margin-bottom: 0;
}

.header .header-main .contact-mobile .mobile-contacts .item a {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.header .header-main .contact-mobile .mobile-contacts .item a i {
    color: #b61c1c;
    margin-right: 10px;
}

@media (min-width: 991px) {
    .header .header-main .contact-mobile {
        display: none;
    }
}

@media (max-width: 574px) {
    .header .header-main .contact-mobile {
        justify-content: center;
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 340px) {
    .header .header-main .contact-mobile .mobile-contacts .item a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .header .header-main .header-contacts.collapse:not(.show) {
        display: none;
    }
}

@media (max-width: 991px) {
    .header .header-main {
        padding: 30px 0;
    }

    .header .header-main .logo img {
        height: 38px;
    }
}

@media (max-width: 920px) {
    .header .header-main .header-contacts {
        justify-content: center;
    }

    .header .header-main .header-contacts .item {
        margin-bottom: 15px;
    }
}

@media (max-width: 574px) {
    .header .header-main .logo {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .header .header-main .header-contacts {
        justify-content: flex-start;
    }

    .header .header-main .header-contacts .item {
        margin-right: 0;
    }
}

.header .header-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -35px;
    z-index: 100;
}

.header .header-nav .navbar {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0;
    padding-right: 15px;
}

.header .header-nav .navbar .navbar-toggler {
    border: 0;
    padding: 15px 30px 15px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #3f51b5;
    display: flex;
    align-items: center;
    box-shadow: none;
}

.header .header-nav .navbar .navbar-toggler i {
    color: #b61c1c;
    font-size: 22px;
    margin-right: 10px;
}

@media (min-width: 991px) {
    .header .header-nav .navbar .navbar-toggler {
        display: none;
    }
}

.header .header-nav .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    color: #222;
    text-align: center;
    line-height: 31px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 700;
    padding: 20px 24px;
    font-size: 16px;
    transition: all 500ms ease;
}

.header .header-nav .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #b61c1c;
}

@media (max-width: 1220px) {
    .header .header-nav .navbar .navbar-nav .nav-item .nav-link {
        padding: 18px 12px;
    }
}

@media (max-width: 991px) {
    .header .header-nav .navbar .navbar-nav .nav-item .nav-link {
        padding: 14px 10px;
        border-bottom: 1px solid #ebebeb;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
    }
}

.header .header-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.header .header-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    padding: 14px 25px;
    min-width: 250px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    color: #222;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 991px) {
    .header .header-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
        padding: 14px 10px;
        line-height: 16px;
    }
}

.header .header-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
    color: #b61c1c;
}

.header .header-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .header .header-nav .navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
    }
}

.header .header-nav .lang-actions {
    padding: 0 0 0 15px;
}

.header .header-nav .lang-actions a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #222222;
    text-decoration: none;
}

.header .header-nav .lang-actions a:hover {
    color: #3f51b5;
}

.header .header-nav .lang-actions .active {
    color: #b61c1c;
    font-weight: 700;
}

@media (max-width: 991px) {
    .header .header-nav {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 100;
        margin-bottom: 30px;
    }

    .header .header-nav .navbar-toggler {
        order: 1;
    }

    .header .header-nav .navbar-collapse {
        order: 4;
        padding-left: 15px;
    }

    .header .header-nav .lang-actions {
        order: 3;
    }

    .header .header-nav .header-btn {
        order: 2;
        margin-left: auto;
    }
}

.header .fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.header .fixed-header .navbar {
    box-shadow: none;
}

.header:before {
    position: absolute;
    content: " ";
    top: 0px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #b61c1c;
}

.header:after {
    position: absolute;
    content: " ";
    top: 0px;
    right: 0;
    height: 4px;
    width: 60%;
    background-color: #3f51b5;
}

/* MAIN SLIDER */
.main-slider {
    position: relative;
}

.main-slider .color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #19202b;
    background: linear-gradient(to right, #19202b 0%, rgba(255, 255, 255, 0) 100%);
}

.main-slider .circle-icon {
    position: absolute;
    right: 0px;
    top: 20%;
    width: 289px;
    height: 576px;
    z-index: 2;
    background-repeat: no-repeat;
}

.main-slider .content-boxed {
    position: relative;
    padding-left: 80px;
    border-left: 10px solid #b61c1c;
}

@media (max-width: 768px) {
    .main-slider .content-boxed {
        padding-left: 40px;
    }
}

.main-slider .content-boxed:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 0px;
    width: 5px;
    height: 100%;
    background: url("../img/lines.png") no-repeat;
}

.main-slider .slide {
    position: relative;
    padding: 210px 0px 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991px) {
    .main-slider .slide {
        padding: 140px 0;
    }
}

.main-slider .title {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 30px;
    opacity: 0;
    font-size: 28px;
    padding-left: 28px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease;
}

@media (max-width: 768px) {
    .main-slider .title {
        font-size: 22px;
        line-height: 22px;
        padding-left: 22px;
    }
}

.main-slider .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 7px;
    height: 28px;
    background-color: #b61c1c;
}

@media (max-width: 768px) {
    .main-slider .title:before {
        height: 22px;
    }
}

.main-slider .active .title {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 600ms;
}

.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3em;
    margin-bottom: 30px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease;
}

@media (max-width: 768px) {
    .main-slider h1 {
        font-size: 34px;
    }
}

.main-slider .active h1 {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 1000ms;
}

.main-slider .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    letter-spacing: 1px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease;
}

@media (max-width: 768px) {
    .main-slider .text {
        font-size: 16px;
    }
}

.main-slider .active .text {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 500ms;
}

.main-slider .text {
    position: relative;
    color: #eeeeee;
    font-size: 18px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    line-height: 1.9em;
    font-weight: 400;
    margin-bottom: 42px !important;
    transition: all 1000ms ease;
}

.main-slider .active .text {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 1500ms;
}

.main-slider .link-box {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    display: inline-block;
    transition: all 1000ms ease;
}

.main-slider .link-box .btn-main {
    margin-right: 15px;
}

.main-slider .active .link-box {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 2000ms;
}

.main-slider .link-box .theme-btn {
    margin-right: 20px;
    float: left;
}

.main-slider .owl-dots {
    display: none;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 10;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
}

.main-slider:hover .owl-nav {
    opacity: 1;
}

.main-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.main-slider .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.main-slider .owl-nav button.owl-prev:hover,
.main-slider .owl-nav button.owl-next:hover {
    color: #ffffff;
    border-color: #b61c1c;
    background-color: #b61c1c;
}

/* SEC SERVICES */
.sec-services {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .sec-services {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-services {
        padding: 60px 0;
    }
}

.sec-services .sec-title {
    text-align: center;
}

.sec-services .sec-title .subtitle {
    justify-content: center;
}

.sec-services .services-more {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
}

.sec-services .services-more a {
    display: inline-block;
    text-decoration: none;
    color: #b61c1c;
    padding: 5px 0;
    border-bottom: 1px solid #b61c1c;
    font-weight: 600;
    transition: all 0.5s ease;
}

.sec-services .services-more a:hover {
    color: #3f51b5;
    border-bottom: 1px solid #3f51b5;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.services-list .item {
    margin-right: 50px;
    width: calc(33% - 50px);
}

.services-list .item .inner-box {
    position: relative;
    padding: 45px;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 3px solid #b61c1c;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
    background: #fff;
}

.services-list .item .inner-box .icon {
    position: absolute;
    top: -40px;
    margin-bottom: 50px;
}

.services-list .item .inner-box .icon img {
    height: 78px;
    width: auto;
}

.services-list .item .inner-box h3 {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    border-bottom: 2px solid #eaeaea;
}

.services-list .item .inner-box h3 a {
    color: #222222;
    text-decoration: none;
    transition: all 0.5s;
}

.services-list .item .inner-box h3 a:hover {
    color: #b61c1c;
}

.services-list .item .inner-box .content {
    font-size: 15px;
    margin-bottom: 15px;
    color: #555;
}

.services-list .item .inner-box .more {
    position: absolute;
    padding: 14px 30px;
    bottom: -22px;
    text-decoration: none;
    color: #fff;
    background: #222;
    overflow: hidden;
    transition: all 0.5s;
}

.services-list .item .inner-box .more span {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
}

.services-list .item .inner-box .more i {
    margin-left: 15px;
}

.services-list .item .inner-box .more:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(100% - 3px);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
    background-color: #b61c1c;
}

.services-list .item .inner-box .more:hover {
    color: #fff;
    background: #b61c1c;
}

.services-list .item .inner-box .more:hover:before {
    opacity: 1;
    left: 0%;
    width: 100%;
}

.services-list .item .inner-box:before {
    position: absolute;
    content: '';
    right: -20px;
    bottom: -20px;
    width: 270px;
    height: 270px;
    z-index: -1;
    background: url("../img/pattern-2.png") no-repeat;
}

.services-list .item:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .services-list .item {
        width: calc(50% - 25px);
        margin-bottom: 120px;
    }

    .services-list .item:nth-child(2) {
        margin-right: 0;
    }

    .services-list .item:last-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .services-list .item {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .services-list {
        justify-content: center;
    }
}

/* SEC ABOUT */
.sec-about {
    padding: 120px 0 30px;
}

@media (max-width: 991px) {
    .sec-about {
        padding: 90px 0 30px;
    }
}

@media (max-width: 768px) {
    .sec-about {
        padding: 60px 0 30px;
    }
}

.sec-about .images-column {
    position: relative;
}

.sec-about .images-column .image {
    margin-right: 30px;
}

.sec-about .images-column .image img {
    max-width: 100%;
}

.sec-about .images-column .pattern-one {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 282px;
    height: 450px;
}

.sec-about .images-column .inner-column {
    position: relative;
}

.sec-about .images-column .inner-column .text {
    padding-top: 20px;
    color: #b61c1c;
    font-weight: 600;
    font-size: 22px;
    width: 50%;
}

/* SEC PROJECTS */
.sec-projects {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .sec-projects {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-projects {
        padding: 60px 0;
    }
}

.sec-projects .link-box {
    margin-top: 30px;
    text-align: center;
}

/* PROJECTS */
.projects-list {
    display: flex;
    flex-wrap: wrap;
}

.projects-list .item {
    width: 33%;
    padding: 15px;
}

.projects-list .item .inner-box {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}

.projects-list .item .inner-box .image-box {
    position: relative;
}

.projects-list .item .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.projects-list .item .inner-box .image-box .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #b61c1c;
    transition: all 300ms ease;
}

.projects-list .item .inner-box .image-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    transition: transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: right center;
}

.projects-list .item .inner-box .image-box .overlay-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.40;
    background-color: #111111;
}

.projects-list .item .inner-box .image-box .overlay-content .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.projects-list .item .inner-box .image-box .overlay-content .content h3 {
    font-weight: 600;
}

.projects-list .item .inner-box .image-box .overlay-content .content .text {
    font-size: 14px;
}

.projects-list .item .inner-box .image-box .expand {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    bottom: -15px;
    right: -15px;
    color: #b61c1c;
    transition: all 0.5s ease;
}

.projects-list .item .inner-box .image-box .expand:hover {
    color: #fff;
    background: #b61c1c;
}

.projects-list .item .inner-box:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 20px;
    left: 20px;
    bottom: 0px;
    background-color: #eeeeee;
}

.projects-list .item .inner-box:hover .overlay-content {
    transform: scale(1, 1);
    transform-origin: left center;
}

.projects-list .item .inner-box:hover .tag {
    z-index: 1;
}

.projects-list .item:first-child {
    width: 50%;
}

.projects-list .item:nth-child(2) {
    width: 50%;
}

.projects-list .item:last-child {
    width: 50%;
}

.projects-list .item:nth-last-child(2) {
    width: 50%;
}

@media (max-width: 991px) {
    .projects-list .item {
        width: 50%;
    }
}

@media (max-width: 658px) {
    .projects-list .item {
        width: 100%;
    }

    .projects-list .item:first-child {
        width: 100%;
    }

    .projects-list .item:nth-child(2) {
        width: 100%;
    }

    .projects-list .item:last-child {
        width: 100%;
    }

    .projects-list .item:nth-last-child(2) {
        width: 100%;
    }
}

/* SEC BLOG */
.sec-blog {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .sec-blog {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-blog {
        padding: 60px 0;
    }
}

.sec-blog .sec-title {
    text-align: center;
}

.sec-blog .sec-title .subtitle {
    justify-content: center;
}

.sec-blog .blog-list {
    display: flex;
    flex-wrap: wrap;
}

.sec-blog .blog-list .item {
    width: calc(33% - 30px);
    margin: 0 30px 30px 0;
}

.sec-blog .blog-list .item .inner-box {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sec-blog .blog-list .item .inner-box .image {
    margin-bottom: 15px;
}

.sec-blog .blog-list .item .inner-box .image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto;
}

.sec-blog .blog-list .item .inner-box .content {
    padding: 15px 30px;
}

.sec-blog .blog-list .item .inner-box .content h3 {
    margin-bottom: 15px;
}

.sec-blog .blog-list .item .inner-box .content h3 a {
    color: #222;
    text-decoration: none;
}

.sec-blog .blog-list .item .inner-box .content h3 a:hover {
    color: #b61c1c;
}

.sec-blog .blog-list .item .inner-box .content .text {
    margin-bottom: 45px;
}

.sec-blog .blog-list .item .more {
    left: 30px;
}

@media (max-width: 768px) {
    .sec-blog .blog-list .item {
        width: calc(50% - 30px);
    }

    .sec-blog .blog-list .item:last-child {
        display: none;
    }
}

@media (max-width: 648px) {
    .sec-blog .blog-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .sec-blog .blog-list .item:last-child {
        display: block;
    }
}

/* SEC BRANDS */
.sec-brands {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .sec-brands {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-brands {
        padding: 60px 0;
    }
}

.sec-brands .sec-brands-wrap .flex-items .item {
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0;
    width: 25%;
}

.sec-brands .sec-brands-wrap .flex-items .item a {
    padding: 30px;
}

@media (max-width: 768px) {
    .sec-brands .sec-brands-wrap .flex-items .item {
        width: 33%;
    }
	.sec-brands .sec-brands-wrap .flex-items .item a {
		padding: 15px;
	}
}

@media (max-width: 668px) {
    .sec-brands .sec-brands-wrap .flex-items .item {
        width: 50%;
    }
}

/* SEC BRANDS PAGE */
.sec-brands-page {
    padding: 0px 0;
}

.sec-brands-page .sec-brands-wrap .flex-items .item {
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0;
    width: 33%;
}

.sec-brands-page .sec-brands-wrap .flex-items .item img {
	box-shadow: none;
	margin-bottom: 0;
}

.sec-brands-page .sec-brands-wrap .flex-items .item a {
    padding: 20px;
}

@media (max-width: 768px) {
    .sec-brands-page .sec-brands-wrap .flex-items .item {
        width: 33%;
    }
	
	.sec-brands-page .sec-brands-wrap .flex-items .item a {
		padding: 15px;
	}
}

@media (max-width: 668px) {
    .sec-brands-page .sec-brands-wrap .flex-items .item {
        width: 50%;
    }
}

.brands-page-carousel a {
	display: block;
	padding: 0 10px 0 0;
}
.brands-page-carousel a img {
	border-radius: 6px;
	box-shadow: none !important;
	margin-bottom: 0px !important;
}
/*
.brands-page-carousel.owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.brands-page-carousel.owl-carousel .owl-stage {
    display: flex;
}

.brands-page-carousel.owl-carousel .owl-stage-outer {
    padding: 15px 0px 40px;
}

.brands-page-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 15px;
    top: -90px;
}

.brands-page-carousel.owl-carousel .owl-nav .owl-prev,
      .brands-page-carousel.owl-carousel .owl-nav .owl-next {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #b61c1c;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-left: 12px;
    display: inline-block;
    background-color: #fff;
    transition: all 500ms ease;
}

.brands-page-carousel.owl-carousel .owl-nav .owl-prev:hover,
        .brands-page-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #b61c1c;
    color: #fff;
}

@media (max-width: 768px) {
    .brands-page-carousel.owl-carousel .owl-nav {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
    }
}

.brands-page-carousel.owl-carousel .owl-dots {
    display: none;
}
*/
/* SEC TESTIMONIALS */
.sec-testimonials {
    padding: 120px 0;
    background: url("../img/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .sec-testimonials {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-testimonials {
        padding: 60px 0;
    }
}

.sec-testimonials .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.sec-testimonials .owl-carousel .owl-stage {
    display: flex;
}

.sec-testimonials .owl-carousel .owl-stage-outer {
    padding: 15px 0px 40px;
}

.sec-testimonials .owl-carousel .owl-nav {
    position: absolute;
    right: 15px;
    top: -90px;
}

.sec-testimonials .owl-carousel .owl-nav .owl-prev,
      .sec-testimonials .owl-carousel .owl-nav .owl-next {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #b61c1c;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-left: 12px;
    display: inline-block;
    background-color: #fff;
    transition: all 500ms ease;
}

.sec-testimonials .owl-carousel .owl-nav .owl-prev:hover,
        .sec-testimonials .owl-carousel .owl-nav .owl-next:hover {
    background: #b61c1c;
    color: #fff;
}

@media (max-width: 768px) {
    .sec-testimonials .owl-carousel .owl-nav {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
    }
}

.sec-testimonials .owl-carousel .owl-dots {
    display: none;
}

.sec-testimonials .testimonial-item {
    position: relative;
    background: #fff;
    margin: 0 15px;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #b61c1c;
}

.sec-testimonials .testimonial-item .author {
    font-weight: 600;
    margin-bottom: 20px;
}

.sec-testimonials .testimonial-item .quote {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #eee;
    font-size: 48px;
}

/* SEC CTA */
.sec-cta-line {
    padding: 60px 0;
    background: #222222;
    background-image: linear-gradient(to right bottom, #222222, #282828, #2d2d2d, #333333, #393939);
    background-image: url("../img/subscribe-bg-1-1.jpg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 3px dotted #ffffff;
    border-top: 3px dotted #ffffff;
}

.sec-cta-line .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sec-cta-line .cta-wrap .content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-cta-line .cta-wrap .content-wrap .cpa-image {
    margin-right: 45px;
}

.sec-cta-line .cta-wrap .content-wrap .cpa-image img {
    height: 96px;
    width: auto;
}

.sec-cta-line .cta-wrap .content-wrap .cta-content {
    color: #fff;
    flex: auto;
    margin-right: 45px;
}

.sec-cta-line .cta-wrap .content-wrap .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.sec-cta-line .cta-wrap .contact-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-cta-line .cta-wrap .contact-wrap .phone-wrap {
    flex: auto;
    margin-right: 45px;
}

.sec-cta-line .cta-wrap .contact-wrap .phone-wrap span {
    display: block;
    color: #fff;
}

.sec-cta-line .cta-wrap .contact-wrap .phone-wrap .phone {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.sec-cta-line .cta-wrap .contact-wrap .phone-wrap .phone:hover {
    border-bottom: 1px solid #fff;
}

.sec-cta-line .cta-wrap .contact-wrap .cta-btn .callback:hover {
    color: #fff;
}

@media (max-width: 1220px) {
    .sec-cta-line .cta-wrap {
        justify-content: space-between;
    }

    .sec-cta-line .cta-wrap .content-wrap {
        margin-bottom: 30px;
        justify-content: center;
    }

    .sec-cta-line .cta-wrap .content-wrap .cta-content {
        margin-right: 0;
        flex: 0 0 auto;
    }

    .sec-cta-line .cta-wrap .contact-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .sec-cta-line .cta-wrap .contact-wrap .phone-wrap {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .sec-cta-line .cta-wrap {
        justify-content: center;
    }

    .sec-cta-line .cta-wrap .content-wrap {
        margin-bottom: 30px;
        width: 100%;
        justify-content: center;
    }

    .sec-cta-line .cta-wrap .content-wrap .cta-content {
        margin-right: 0;
        flex: 0 0 auto;
    }

    .sec-cta-line .cta-wrap .contact-wrap {
        width: 100%;
        justify-content: center;
    }

    .sec-cta-line .cta-wrap .contact-wrap .phone-wrap {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 678px) {
    .sec-cta-line .cta-wrap .content-wrap {
        flex-direction: column;
        text-align: center;
    }

    .sec-cta-line .cta-wrap .content-wrap .cpa-image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* SEC INFO ONE */
.sec-info-one,
.sec-info-three {
    padding: 120px 0;
    background: #f6f6f6;
}

@media (max-width: 991px) {
    .sec-info-one,
    .sec-info-three {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-info-one,
    .sec-info-three {
        padding: 60px 0;
    }
}

.sec-info-one .images-column,
  .sec-info-three .images-column {
    position: relative;
}

.sec-info-one .images-column .image,
    .sec-info-three .images-column .image {
    padding-right: 30px;
}

.sec-info-one .content-column,
  .sec-info-three .content-column {
    position: relative;
}

.sec-info-one .content-column .content ul,
    .sec-info-three .content-column .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.sec-info-one .content-column .content ul li,
      .sec-info-three .content-column .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sec-info-one .content-column .content ul li:before,
        .sec-info-three .content-column .content ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f14a";
    display: block;
    margin-right: 15px;
    color: #3f51b5;
    font-size: 18px;
}

.sec-info-one .content-column .link-box,
    .sec-info-three .content-column .link-box {
    margin-top: 30px;
}

.sec-info-one .content-column .link-box .btn-main,
      .sec-info-three .content-column .link-box .btn-main {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .sec-info-one .images-column,
    .sec-info-three .images-column {
        margin-bottom: 45px;
    }
}

.sec-info-one {
    position: relative;
    background: url("../img/bg3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-info-one .overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(252, 253, 255, 0.9);
}

.sec-info-two {
    position: relative;
    padding: 120px 0;
    background: #fff;
    background: url("../img/bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 991px) {
    .sec-info-two {
        padding: 90px 0;
    }
}

@media (max-width: 768px) {
    .sec-info-two {
        padding: 60px 0;
    }
}

.sec-info-two .overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.9);
}

.sec-info-two .sec-title .subtitle {
    color: #fff;
}

.sec-info-two .sec-title .subtitle .separator:before, .sec-info-two .sec-title .subtitle .separator:after {
    background: #fff;
}

.sec-info-two .images-column {
    position: relative;
}

.sec-info-two .images-column .image {
    padding-left: 30px;
}

.sec-info-two .content-column {
    position: relative;
}

.sec-info-two .content-column .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.sec-info-two .content-column .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sec-info-two .content-column .content ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f14a";
    display: block;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
}

.sec-info-two .content-column .link-box {
    margin-top: 30px;
}

.sec-info-two .content-column .link-box .btn-main {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .sec-info-two .content-column {
        margin-bottom: 45px;
    }
}

.sec-info-three {
    position: relative;
    background: url("../img/bg1.jpg");
}

.sec-info-three .overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(252, 253, 255, 0.9);
}

.sec-info-three .content-column {
    position: relative;
}

.sec-info-three .images-column {
    position: relative;
}

/* COUNTER TWO */
.counter-section-two {
    position: relative;
    padding: 0px 0px 70px;
}

.counter-section {
    position: relative;
    z-index: 1;
    padding: 60px 0px 0px;
}

.counter-section .fact-counter-two .counter-column {
    float: left;
    padding: 0px;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner {
    background-color: #222;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .lines:before {
    background-color: #fff;
    border-color: #fff;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .lines {
    border-color: #fff;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .icon {
    color: #fff;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .count-box {
    color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .counter-title {
    color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner {
    background-color: #3f51b5;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .lines:before {
    background-color: #fff;
    border-color: #fff;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .lines {
    border-color: #fff;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .count-box {
    color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .counter-title {
    color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .icon {
    color: #fff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner {
    background-color: #b61c1c;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .lines:before {
    background-color: #ffffff;
    border-color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .lines {
    border-color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .count-box {
    color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .counter-title {
    color: #ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .icon {
    color: #fff;
}

.fact-counter-two {
    position: relative;
}

.fact-counter-two .counter-column {
    position: relative;
}

.fact-counter-two .counter-column .inner {
    position: relative;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.fact-counter-two .counter-column .inner .lines {
    position: relative;
    width: 32px;
    height: 16px;
    border-top: 2px solid #b61c1c;
    border-bottom: 2px solid #b61c1c;
}

.fact-counter-two .counter-column .inner .lines:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    height: 2px;
    width: 32px;
    background-color: #b61c1c;
}

.fact-counter-two .counter-column .inner .icon {
    position: absolute;
    right: 30px;
    text-align: right;
    font-size: 38px;
    line-height: 1em;
    color: #b61c1c;
    margin-top: -20px;
    transition: all 600ms ease;
}

.fact-counter-two .counter-column .inner:hover .icon {
    transform: rotateY(360deg);
}

.fact-counter-two .counter-column .inner .count-box {
    position: relative;
    color: #111111;
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 25px;
}

.fact-counter-two .counter-column .inner .counter-title {
    position: relative;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 20px;
}

/* CTA SEC */
.cta-section {
    position: relative;
    padding: 220px 0px 120px;
    margin-top: -100px;
    background-attachment: fixed;
    background-size: cover;
}

.overlay {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(5, 12, 51, 0.8);
}

.cta-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.cta-section .title-box h2 {
    color: #ffffff;
    font-size: 28px;
}

.cta-section ul {
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .cta-section ul {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
}

.cta-section .cta-list li {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    padding-left: 50px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .cta-section .cta-list li {
        display: flex;
    }
}

.cta-section .cta-list li:before {
    position: absolute;
    content: '\2713';
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #3f51b5;
}

.cta-section .cta-list li:last-child {
    margin-right: 0px;
}

.cta-section .btn-box {
    position: relative;
    margin-top: 40px;
}

.cta-section .btn-box .btn-main {
    margin-right: 15px;
}

.cta-section .btn-box .theme-btn {
    margin: 0px 10px;
}

.footer .main-footer {
    position: relative;
    padding: 90px 0;
    background: #212529;
    color: #fff;
}

.footer .main-footer .footer-title {
    position: relative;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.footer .main-footer .footer-title::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 90px;
    height: 3px;
    background: #b61c1c;
}

.footer .main-footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .main-footer .footer-links ul li {
    margin-bottom: 8px;
}

.footer .main-footer .footer-links ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 3px;
}

.footer .main-footer .footer-links ul li a:hover {
    border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
    .footer .main-footer .footer-links {
        margin-top: 30px;
    }
}

.footer .main-footer .footer-contacts .contacts-list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    overflow: scroll hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.footer .main-footer .footer-contacts .contacts-list .item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
}

.footer .main-footer .footer-contacts .contacts-list .item .contact {
    line-height: 1.2;
    width: calc(100% - 55px);
}

.footer .main-footer .footer-contacts .contacts-list .item .contact span {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}

.footer .main-footer .footer-contacts .contacts-list .item .contact a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 768px) {
    .footer .main-footer .footer-contacts .contacts-list .item .contact a {
        font-size: 16px;
    }
}

.footer .main-footer .footer-contacts .contacts-list .item .contact a:hover {
    color: #b61c1c;
}

.footer .main-footer .footer-contacts .contacts-list .item::-webkit-scrollbar {
    display: none;
}

.footer .main-footer .footer-contacts .contacts-list .item-address .contact a {
    font-size: 14px;
}

@media (max-width: 991px) {
    .footer .main-footer .footer-contacts {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .footer .main-footer {
        padding: 60px 0;
    }
}

.footer .copyright {
    position: relative;
    background: #1d2024;
    padding: 30px 0;
    color: #fff;
}

.breadcrumbs {
    padding: 90px 0 60px;
    background: #f7f7fa;
}

.breadcrumbs h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.breadcrumbs h1:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #3f51b5;
    height: 3px;
    width: 50%;
}

.breadcrumbs .breadcrumb li {
    color: #222;
}

.breadcrumbs .breadcrumb li a {
    color: #3f51b5;
    text-decoration: none;
}

.breadcrumbs .breadcrumb li a:hover {
    color: #b61c1c;
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding: 45px 0 30px;
    }
}

.page {
    padding: 90px 0;
}

.page .page-content h1,
  .page .page-content h2,
  .page .page-content h3,
  .page .page-content h4,
  .page .page-content h5,
  .page .page-content h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page .page-content h1:first-child,
    .page .page-content h2:first-child,
    .page .page-content h3:first-child,
    .page .page-content h4:first-child,
    .page .page-content h5:first-child,
    .page .page-content h6:first-child {
    margin-top: 0;
}

.page .page-content blockquote {
    padding: 30px;
    background: #f7f7fa;
    border-left: 3px solid #b61c1c;
}

.page .page-content img {
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.page .contact-list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 30px;
    background: #f7f7fa;
    overflow: scroll hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.page .contact-list .item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #3f51b5;
    margin-right: 15px;
}

.page .contact-list .item .contact {
    line-height: 1.2;
    width: calc(100% - 55px);
}

.page .contact-list .item .contact span {
    display: block;
    font-size: 14px;
}

.page .contact-list .item .contact a {
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    color: #3f51b5;
}

.page .contact-list .item .contact a:hover {
    color: #b61c1c;
}

@media (max-width: 462px) {
    .page .contact-list .item .contact a {
        font-size: 16px;
        white-space: nowrap;
    }
}

.page .contact-list .item::-webkit-scrollbar {
    display: none;
}

.page .contact-list .item-address .contact a {
    font-size: 16px;
}

.page .page-link {
    color: #3f51b5;
}

.page .page-item.active .page-link {
    background-color: #222;
    border-color: #222;
}

@media (max-width: 991px) {
    .page {
        padding: 60px 0;
    }
}

.services-page .services-list {
    margin: 90px 0;
}

.services-page .sec-cta-line {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .contact-page .contact-form {
        margin-bottom: 30px;
    }
}

.projects-page .projects-list .item {
    width: 50%;
}

@media (max-width: 658px) {
    .projects-page .projects-list .item {
        width: 100%;
    }

    .projects-page .projects-list .item:first-child {
        width: 100%;
    }

    .projects-page .projects-list .item:nth-child(2) {
        width: 100%;
    }

    .projects-page .projects-list .item:last-child {
        width: 100%;
    }

    .projects-page .projects-list .item:nth-last-child(2) {
        width: 100%;
    }
}

.blog-page .blog-list .blog-item {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-page .blog-list .blog-item .image img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-page .blog-list .blog-item .content {
    padding: 45px;
}

.blog-page .blog-list .blog-item .content h3 {
    margin-bottom: 15px;
}

.blog-page .blog-list .blog-item .content h3 a {
    color: #222;
    text-decoration: none;
    transition: all 0.5s;
}

.blog-page .blog-list .blog-item .content h3 a:hover {
    color: #b61c1c;
}

.blog-page .blog-list .blog-item .content .text {
    margin-bottom: 45px;
}

.blog-page .blog-list .blog-item .more {
    right: 45px;
}

.sidebar .sidebar-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.sidebar .sidebar-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #b61c1c;
}

.sidebar .sidebar-widget {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.sidebar .no-padding {
    padding: 0;
}

.sidebar .sidebar-contact {
    padding: 30px;
    background: #3f51b5;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.sidebar .sidebar-contact .icon {
    font-size: 32px;
}

.sidebar .sidebar-contact .text {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar .sidebar-contact .phone {
    margin-bottom: 10px;
}

.sidebar .sidebar-contact .phone a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
}

.sidebar .sidebar-contact .phone a:hover {
    color: #a7fbff;
}

.sidebar .sidebar-contact .callback {
    color: #fff;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
    text-decoration: none;
}

.sidebar .sidebar-contact .callback:hover {
    color: #a7fbff;
}

.sidebar .sidebar-form {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background: url("../img/chertej_web.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.sidebar .sidebar-form .overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(182, 28, 28, 0.9);
    border-radius: 8px;
}

.sidebar .sidebar-form .inner {
    position: relative;
    color: #fff;
}

.sidebar .sidebar-form .inner .sidebar-title {
    color: #fff;
    margin-bottom: 30px;
}

.sidebar .sidebar-form .inner .sidebar-title:before {
    background-color: #fff;
}

.sidebar .sidebar-form .inner .form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}

.sidebar .sidebar-form .inner .form-control::-moz-placeholder {
    color: #fff;
}

.sidebar .sidebar-form .inner .form-control:-ms-input-placeholder {
    color: #fff;
}

.sidebar .sidebar-form .inner .form-control::-ms-input-placeholder {
    color: #fff;
}

.sidebar .sidebar-form .inner .form-control::placeholder {
    color: #fff;
}

.sidebar .sidebar-form .inner .btn-main {
    width: 100%;
    text-align: center;
}

.sidebar .sidebar-form .inner .btn-main span {
    justify-content: center;
}

.sidebar .sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-links li a {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #ebebeb;
    color: #222;
    text-decoration: none;
}

.sidebar .sidebar-links li a:hover {
    color: #b61c1c;
}

.sidebar .sidebar-links li:first-child a {
    padding-top: 0;
}

.sidebar .sidebar-links li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .sidebar-download {
    padding: 15px 30px;
    background-color: #b61c1c;
    border-radius: 8px;
    transition: all 1s;
}

.sidebar .sidebar-download a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.sidebar .sidebar-download a .icon {
    font-size: 18px;
    margin-right: 15px;
}

.sidebar .sidebar-download:hover {
    background: #222;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 30px;
    }
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.modal .modal-header {
    background: #b61c1c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
}

.modal .modal-header .btn-close {
    color: #fff;
    background-color: #f4f5f8;
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 700px;
    }
}

.modal .modal-body {
    padding: 30px;
}
