@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;700&display=swap');

.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


body {
    font-size: 16px;
    color: #040404;
    font-family: 'Alexandria', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    direction: rtl;
    line-height: 30px;
    background: url(../images/header-bg.png)right top no-repeat;
}

h1, h2, h3, h4, h5 {
    font-family: 'Alexandria', sans-serif;
    margin-top: 0;
}

img {
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

:before, :after, button, img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
}

a, button {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #323232;
}

::-webkit-scrollbar-track {
    background-color: #dedede;
}

.bg-image, .bg-parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.bg-parallax {
    background-attachment: fixed;
}
.container{
    max-width: 1250px;
}
header{
    padding: 20px 0;
}
.lang-btns a, .lang-btns{
    color: #979797;
}
.lang-btns a.active{
    color: #013159;
}

.brand-logo {
    display: inline-block;
    padding: 10px 0;
}

.navbar-nav li .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #013159;
    padding: 15px 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
    }
}

.intro-section {
    padding: 50px 0 50px;
}

.intro-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.intro-text h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    color: #013159;
    margin-bottom: 30px;
}

.btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    min-width: 168px;
    text-align: center;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-12{
    border-radius: 12px;
}
.btn-danger {
    background-color: #BB2649;
    border-color: #BB2649;
    color: #fff
}

.text-danger {
    color: #BB2649 !important;
}
.app-btns a{
    color: #040404;
    opacity: 0.5;
}
.btn-white{
    border-color: #fff;
}
.client-img{
    height: 110px;
    line-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
}
.about-header{
    background-image: url("../images/red-bg.png");
    padding: 45px 0 100px;
}
.about-title h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}
.entry-about-section, .services-section{
    background: #F2F5F7;
}
.about-boxes{
    padding: 30px 25px 10px;
    box-shadow: 0px 2px 16px rgba(1, 49, 89, 0.1);
    top: -65px;
    position: relative;
    z-index: 1;
}
.about-box{
    margin-bottom: 15px;
}
.about-box h4{
    color: #979797;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.about-box p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #979797;
}
.about-box p span{
    color: #013159;
}
.about-icon{
    width: 62px;
    text-align: center;
    line-height: 65px;
    padding: 5px;
    background: #F3F4F6;
}
.title {
    margin-bottom: 40px;
}

.title h2 {
    color: #013159;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 16px;
}
.services-section{
    padding: 0 0 50px;
}
.service-box{
    background: #FFFFFF;
    border: 1px solid #DEE2E9;
    box-shadow: 0px 2px 16px rgba(1, 49, 89, 0.1);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #979797;
    margin-bottom: 25px;
    padding: 0 20px 15px;
}
.service-box h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.bg-danger{
    background: #BB2649 !important;
}
.service-step{
    display: inline-block;
    border-radius: 0px 0px 6px 6px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
    padding: 0 15px;
}
.service-step span{
    font-weight: 500;
    font-size: 34px;
    line-height: 32px;
}
.block-item{
    background-image: url(../images/box-bg.jpg);
}
.block-item{
    padding: 60px 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;

}
.block-item .logo-white{
    position: absolute;
    bottom: 60px;
    right: 50px;
}
.block-item h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
}
.block-item p{
    opacity: 0.7;
}
.text-block h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 58px;
    color: #ECF0F1;
}

.newsletter-box {
    padding: 17px 40px;
    color: #fff;
}

.newsletter-box h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 18px;
}
.newsletter-box p{
    margin-bottom: 30px;
}
.newsletter-box .form-control{
    background: #fff;
    height: 60px;
    border-radius: 18px;
    width: 400px;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}
.newsletter-box .btn{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    padding: 8px;
    min-width: 100px;
}
.social{
    margin: 0;
}
.social li a{
    color: #fff;
    font-size: 24px;
    border-radius: 12px;
    background: rgba(255,255,255,.1);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
}
.icon-box {
    background: #F2F5F7;
    position: relative;
    padding: 80px 50px;
    height: 100%;
}

.icon-box .icon-img {
    margin-bottom: 40px;
    height: 95px;
    width: 95px;
    line-height: 95px;
    text-align: center;
}

.icon-box .icon-img img {
    max-height: 55px;
}

.icon-box h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.app-block-section{
    background: url(../images/Framebg.png) top center no-repeat;
    padding: 120px 0 60px;
}
.app-block-section h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 32px;
    color: #244170;
    margin-bottom: 30px;
}
.app-block-section p{
    margin-bottom: 30px;
}

.text-underline{
    text-decoration: underline;
}
.newsletter-section{
    position: relative;
    bottom: -45px;
}
footer{
    background-image: url("../images/footer-bg.png");
    padding-top: 140px;
}
.footer-nav li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #013159;
    padding: 10px;
    display: block;
}
.copyright{
    padding: 10px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #040404;
}
.mobile-wrap {
    position: fixed;
    background: #fff;
    right: -100%;
    top: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    z-index: 99999;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.mobile-wrap .navbar-nav{
    padding: 15px;
}
.mobile-brand img {
    height: 40px
}
.mobile-wrap .social > li a {
    color: #323232;
    font-size: 16px
}

.mobile-wrap .navbar-nav > li, .mobile-wrap .navbar-nav {
    float: none;
    display: block
}

.mobile-wrap .navbar-nav > li > a {
    padding: 12px 15px;
    margin: 0;
    color: #323232
}

.mobile-wrap-head {
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.close-menu {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    border: none;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    outline: none;
    margin-right: auto;
}

.mobile-wrap .navbar-brand {
    padding: 0;
    margin: 0
}

.mobile-wrap .navbar-brand img {
    max-height: 35px
}
.swiper-pagination{
    display: none;
}

@media (max-width: 991px) {
    .intro-section{
        padding: 50px 0;

    }
    .intro-text h2{
        font-size: 40px;
        line-height: 55px;
    }
    .text-block h3, .title h2, .newsletter-box h3 {
        font-size: 26px;
        line-height: 45px;
    }
    .newsletter-box{
        padding: 25px 20px;
    }
    .companies-section{
        padding: 50px 0 20px;
    }
    .feature-block{
        padding: 30px 20px;
    }
    .intro-text, .text-block, .newsletter-box{
        text-align: center;
    }
    .btn{
        min-width: 150px;
    }
    .swiper-pagination{
        display: block;
    }
    .about-box p{
        font-size: 18px;
        line-height: 25px;
    }
    .newsletter-box .form-control{
        width: 100%;
    }
    .form-inline,.app-btns{
        justify-content: center;margin-bottom: 15px;
    }
    .block-item{
        padding: 40px 35px;
    }
    .block-item .logo-white{
        position: relative;
        bottom: auto;
        right: auto;
    }
    .icon-box{
        text-align: center;
    }
    .icon-box .icon-img {
        margin:  0 auto 25px;
    }
    .app-block-section h3{
        font-size: 24px;
    }
}
