:root {
    --primary-color: #f05c37;
    --secondary-color: #284480;
    --text-dark: #333333;
    --text-gray: #505050;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    height: 100%;
    color: var(--text-gray);
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}

:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Prompt', sans-serif;
    color: #284480;
}

button:focus {
    outline: none;
}

.body_wrapper {
    overflow: hidden;
    position: relative;
}

.body_wrapper .language {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #fff;
    padding: 3px 7px 4px 8px;
    border-radius: 4px;
}

.sec_pad {
    padding: 100px 0px;
}

.bg_color {
    background: #f3f2f9;
}

.header,
footer,
.scroll-top {
    display: none;
}

.block-title {}

.block-title .title {
    font-size: 20px;
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Barlow', sans-serif;
}

.block-title .title:before,
.block-title .title:after {
    background: var(--primary-color);
}

.block-option-1 {
    position: relative;
    /* padding: 730px 0px 0px; */
    padding: 0;
    z-index: 1;
}


/* .block-option-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.h-h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    line-height: 85px !important;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    color: #ffffff !important;
    text-align: left;
    padding-left: calc(8.33% - 15px);
    padding-right: calc(8.33% - 15px);
    position: absolute;
    bottom: 20px;
    font-weight: 600;
    font-size: 50px !important;
    font-family: 'Barlow', sans-serif;
}

.about_content {
    padding: 20px;
}

@media(max-width: 767px) {
    .about_content {
        padding: 0;
    }
}

.about_content h5 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.p-txt {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-gray);
    margin-bottom: 15px;
}

.core_features_area {
    padding: 30px 0;
}

.core_features_item {
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.core_features_item .media {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.core_features_inner_one .core_features_item .media {
    flex-direction: row-reverse;
}

.core_features_inner_one .core_features_item .media .icon {
    margin-left: 25px;
    margin-right: 0px;
}

.core_features_inner_one .core_features_item {
    text-align: right;
}

.core_features_item .icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    color: #284480;
    border: 1px solid #284480;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
}

.core_features_item .media-body {
    flex: 1;
}

.core_features_item .media-body a {
    font-size: 20px;
    font-weight: 700;
}

.phone_img img {
    border-radius: 0;
    box-shadow: none;
    margin: 0px;
}

.img-fluid-custom {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    margin-top: 30px;
}

.h-h1 {
    font-family: 'Prompt';
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.brd1 {
    width: 200px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 15px 0;
}

.clients_logo_area {
    background-color: #999;
}

.p-heading {
    font-family: 'Barlow';
    font-weight: 600;
    color: #fff;
    font-size: 20px !important;
}

.c_info_item p {
    line-height: 1.5;
    margin-bottom: 5px;
}

.process_inner {
    padding: 15px 0;
}

.precess_item .icon {
    font-family: var(--font-pop);
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.precess_item h6 {
    font-family: var(--font-pop);
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.block-option-3 {
    margin: 0px;
}

.block-option-3 .row>div {
    padding: 0px 10px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.block-option-3 .row {
    display: block !important;
}

.block-option-3 .row.align-items-center {
    /* align-items: center; */
    display: flex;
    flex-wrap: wrap;
}

.block-option-5,
section.block-option-8 .row {
    margin: 0px;
}

.block-option-8 {
    padding-bottom: 0px;
}

section.block-option-5 .row {}

.block-option-7 {
    padding: 0px;
}

section.block-option-8 .about_content h6 {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 18px;
}

.block-option-9::before {
    display: none;
}

.block-option-9 {
    padding-bottom: 50px;
}

.block-option-10 {
    background: #999;
    padding: 50px 0px;
}

.block-option-10 .text-white,
.block-option-10 .text-white.title1 {
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 30px;
    font-weight: 600;
}

.block-option-10 .text-white.title1 {
    padding-top: 30px;
}

.block-option-11 {
    padding-bottom: 80px;
}

.block-option-11 .row {
    margin: 0;
}

@media (max-width: 991px) {
    .phone_img {
        margin: 40px 0;
    }
    .block-option-1 {
        /* padding: 200px 0px; */
    }
    .h-h3 {
        bottom: auto;
    }
    .block-option-3 .row.align-items-center {}
    .core_features_inner_one .core_features_item {
        text-align: left;
    }
    .core_features_inner_one .core_features_item .media {
        flex-direction: row;
    }
    .core_features_inner_one .core_features_item .media .icon {
        margin-left: 0;
        margin-right: 25px;
    }
    .img-fluid-custom {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .block-option-1 {
        /* padding: 300px 0px 100px; */
    }
    .block-title .title {
        max-width: 200px;
        margin: 0px auto;
    }
    .container-fluid {
        padding: 0px;
    }
    .block-title .title:before {
        left: -53px;
    }
    .block-title .title:after {
        right: -50px;
    }
    .block-option-3 .row.align-items-center>div {
        padding: 0;
    }
    section.block-option-8 .row>div {
        padding: 0 8px;
    }
    .block-option-11 .row {
        padding: 0;
        margin: 0;
        top: 0;
    }
    .block-option-11 .row>div {}
    .block-option-11 {
        padding: 15px 0;
    }
    footer {
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
}