@import "fonts.css";


* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: bahijPlain;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: #2E3092;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: bahijPlain;
    /* background: #fff; */
    width: 100%;
    height: 100%;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: bahijPlain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    float: right;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

strong {
    font-size: 20px;
    color: #3d3d3d;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

/* .owl-carousel {
    direction: ltr;
    text-align: right;
} */

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

.benefits {
    padding: 80px 0;
}

.benefits-block {
    background: #fff;
    border: 1.4px #d7dbff dashed;
    border-radius: 100px;
    margin: 15px 0;
    padding: 30px;
    height: 200px;
    box-shadow: 0px 4px 25px -5px #4f51a60a;
    width: 200px;
}

.benefits-block .icon img {
    max-width: 37px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.benefits-block .details h3 {
    font-family: bahijSemiBold;
    display: block;
    color: #8c8c8c;
    font-size: 14px;
    margin: 20px 0 15px;
    line-height: 1.6;
}

.benefits-block .details p {
    font-size: 14px;
    font-family: bahijPlain;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
}

.benefits-inner {
    width: 20%;
    float: right;
    padding: 0 15px;
}


.benefits-inner {
    width: 20%;
    float: right;
    padding: 0 15px;
    text-align: center;
}


.benefits-block {
    border: 1.4px #d7dbff dashed;
    border-radius: 100px;
    margin: 15px 0;
    padding: 30px;
    height: 200px;
    box-shadow: 0px 4px 25px -5px #4f51a60a;
    width: 200px;
}

.benefits-block .details h3 {
    display: block;
    color: #8c8c8c;
    font-size: 14px;
    margin: 20px 0 15px;
    line-height: 1.6;
}

header .header-menu li {
    border-left: 1px #2e3192 solid;
    /*padding: 0 10px;*/
}

header .header-menu li:first-child {
    border: none !important;
}

.about-text {
    padding: 0 0 0 50px;
}

#aboutL .about-text {
    padding: 0 50px 0 0;
}

.header-top ul li span {
    direction: ltr;
    display: inline-block;
}

header .header-menu {
    display: block;
    width: 100%;
    text-align: center;
}

header .header-menu li {
    display: block;
    padding: 0;
    width: 100%;
}

.logo h2 {
    font-size: 12px;
}

.bottomf p {
    margin: 2.5em 0;
    text-align: center;
}



.intro-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    /* background: #2e3192; */
}

.intro-page .title {
    display: block;
    margin-bottom: 20px;
}

.intro-page .title h3 {
    margin-top: 0;
    color: #fff;
}

.flex-div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.flex-div .benefits-inner {
    display: inline-flex;
    width: auto;
}

.flex-div .benefits-inner .benefits-block {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    border-color: #9b9cc1;
}

.flex-div .benefits-inner .benefits-block .icon {
    width: 100px;
    height: 100px;
}

.flex-div .benefits-inner .benefits-block .icon img {
    max-width: 100%;
    max-height: initial;
    height: auto;
    transition: all .5s;
}

.flex-div .benefits-inner .benefits-block .details h3 {
    font-size: 23px;
    margin: 0;
    color: #2e3192;
}

.flex-div .benefits-inner .benefits-block .details {
    padding-top: 16px;
}

.flex-div .benefits-inner .benefits-block:hover .icon img {
    transform: scale(1.1);
}

.flex-div .benefits-inner .benefits-block:hover {
    box-shadow: 0 7px 20px #161854;
    transform: translateY(-10px);
}

body.entro {
    /* background: #2e3192; */
}

@media (max-width: 767px) {
    .flex-div {
        display: block;
    }

    .intro-page {
        flex-wrap: inherit;
        position: relative;
    }


    .flex-div .benefits-inner .benefits-block {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .flex-div .benefits-inner .benefits-block .icon {
        width: 50px;
        height: 50px;
    }

    .flex-div .benefits-inner .benefits-block .details h3 {
        font-size: 18px;
    }

    .flex-div .benefits-inner {
        width: 100%;
        padding: 8px;
        margin: 0;
    }
}