@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%;
    }
}
.font-medium{
    font-weight: 500;
}

body {
    font-size: 16px;
    color: #BFBEC2;
    font-family: 'Alexandria', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    direction: rtl;
    line-height: 32px;
    background: #0C0E2F url("../images/bg.png") top center repeat;
    background-size: 100% auto;
}
body.home{
    background: url("../images/bg.png") top center repeat, url("../images/0001.gif") left 100px no-repeat;
    background-size: 100% auto, 40% auto;
    background-color: #0C0E2F;
}

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;
}
.border-gr{
    border: 1px solid transparent;
    position: relative;
}
.border-gr::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background:linear-gradient(to left,#ffffff42,#ffffff00);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.text-base{
    font-size: 16px;
    line-height: 32px;
}
.text-sm{
    font-size: 12px;
}
.entry-header{
    position: relative;
}
.entry-header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background:linear-gradient(to left,#ffffff00,#ffffff42,#ffffff00);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.entry-header > div{
    position: relative;
}
.brand-logo {
    display: inline-block;
    padding: 10px 0;
}

.navbar-nav li .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(236, 240, 241, 0.9);
    padding: 15px 20px;
}
.navbar-nav li .nav-link img{
    height:25px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
    }
}

.intro-section {
    padding: 130px 0 200px;
}

.intro-text {
    color: #ECF0F1;
    font-size: 18px;
    line-height: 32px;

}

.intro-text h2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 88px;
    color: #ECF0F1;
    margin-bottom: 30px;
}

.btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    padding: 9px 15px;
    min-width: 180px;
    text-align: center;
}

.btn-success {
    background-color: #34BB7A;
    border-color: #34BB7A;
    color: #0C0E2F
}

.text-success {
    color: #34BB7A !important;
}

.title {
    color: #ECF0F1;
    margin-bottom: 45px;
}

.title > span {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #ECF0F1;
}

.title h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 34px;
    line-height: 58px;
    margin: 0;
}

.title h2 span {
    color: #34BB7A;
    font-size: 34px;
}

.text-block h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #ECF0F1;
}

.text-block h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 58px;
    color: #ECF0F1;
}

.newsletter-box {
    background-image: url(../images/newsletter-bg.png);
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #BFBEC2;
    padding: 60px 80px;
}

.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: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 68px;
    border-radius: 24px;
}
.newsletter-box .btn{
    position: absolute;
    left: 8px;
    top: 8px;
    height: 50px;
    padding: 8px 15px;
}
.icon-box {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    text-align: center;
    margin-bottom: 16px;
    padding: 35px;
    font-size: 18px;
    line-height: 32px;
    color: #BFBEC2;
    position: relative;
}

.icon-box .icon-img {
    margin-bottom: 20px;
    height: 65px;
}

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

.icon-box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 58px;
    color: #ECF0F1;
}


.team-section{
    margin-bottom: 45px;
}
.who-work-section{
    padding: 40px 0 100px;
}
.comp-item{
    margin-bottom: 35px;
    text-align: center;
}
.comp-item .comp-logo{
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}
.comp-logo img{
    max-height: 100px;
}
.comp-item h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #ECF0F1;
    opacity: 0.6;
}
.join-box {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    text-align: center;
    margin-bottom: 16px;
    padding: 35px 15px;
    color: #BFBEC2;
    position: relative;
}

.join-box h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #BFBEC2;
    margin-bottom: 0;
}

.join-box h3 {
    font-weight: 700;
    font-size: 20px;
    min-height: 58px;
    line-height:29px;
    color: #ECF0F1;
}
.join-section{
    padding: 80px 0;
}
.join-box .join-icon{
    margin-bottom: 20px;
    height: 62px;
    line-height: 62px;
}
.join-box .join-icon img{
    max-height: 62px;
}
.text-underline{
    text-decoration: underline;
}
.gline{
    height: 1px;
    width: 100%;
    background: linear-gradient(to left, #ffffff50, #ffffff20)
}
.companies-section{
    padding: 80px 0 50px;
    background: linear-gradient(180deg, #191D61 0%, rgba(25, 29, 97, 0) 100%);
}
.features-section{
    padding: 62px 0;
}

.feature-block {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #BFBEC2;
    border: 1px solid transparent;
    padding: 60px 40px;
    background: linear-gradient(250.36deg, rgba(255, 255, 255, 0.16) -80.68%, rgba(255, 255, 255, 0) 98.89%), linear-gradient(180deg, rgba(44, 48, 124, 0.06) 0%, rgba(12, 14, 47, 0) 100%);
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.19));
    border-radius: 24px;
    position: relative;
}

.feature-block .feature-icon{
    margin-bottom: 25px;
    text-align: center;
}
.feature-block h3{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #ECF0F1;
    margin-bottom: 1rem;
}
.who-asfa-section{
    margin-bottom: 45px;
}

footer{
    background-image: url("../images/footer.png");
    padding-top: 75px;
}
.footer-nav li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(236, 240, 241, 0.9);
    padding: 10px;
    display: block;
}
.copyright{
    padding: 10px 0;
    border-top: 1px solid #ffffff40;
}
.team-item .team-image{
    border-radius: 24px;
    margin-bottom: 20px;
    position: relative;
}

.team-image img{
    border-radius: 24px;
}
.team-item{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #BFBEC2;
    text-align: center;
}
.team-item h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #ECF0F1;
}
.team-social{
    padding: 8px 0;
    justify-content: center;
}
.team-social a{
    color: #BFBEC2;
    display: inline-block;
    width: 36px;
    font-size: 20px;
}
.mobile-wrap {
    position: fixed;
    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;
    background: url("../images/bg.png") top center repeat;
    background-color: #0C0E2F;

}
.mobile-wrap .navbar-nav{
    padding: 15px;
}
.mobile-brand img {
    height: 40px
}
.mobile-wrap .social > li a {
    color: #999;
    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: #fff
}

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

.social-media li a{
    color: #fff;
    display: block;
    width: 26px;
    text-align: center;
    font-size: 18px;
}
.post-thumbnail{
    margin-bottom: 30px;
}
.post-thumbnail img{
    border-radius: 24px;
}
.post-content{
    padding: 30px;
    color: #fff;
    background: #3A2342;
    border-radius: 24px;
}
.post-content h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
}
.inner-header{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page-title{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(267.96deg, rgba(255, 255, 255, 0.15) 0.17%, rgba(12, 14, 47, 0) 99.54%);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    position: relative;
}
.entry-page-title{
    padding: 150px 0 50px;
}
.entry-page-title::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background:linear-gradient(to left,#ffffff00,#ffffff42,#ffffff00);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.page-title h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 58px;
    color: #fff;
}
.inner-page{
    background: #0C0E2F;
}
.post-item{
    margin-bottom: 30px;
    border-radius: 24px;
    background: linear-gradient(250.36deg, rgba(255, 255, 255, 0.16) -80.68%, rgba(255, 255, 255, 0) 98.89%), linear-gradient(180deg, rgba(44, 48, 124, 0.06) 0%, rgba(12, 14, 47, 0) 100%);
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.19));
}
.post-item-image{
    border-radius: 24px 24px 0 0;
}
.post-item-image a{
    display: block;
    padding-top: 66%;
    border-radius: 24px 24px 0 0;
}
.post-item-desc{
    padding: 20px;
}
.post-item-desc h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}
.contact-info{
    margin-bottom: 30px;
}
.contact-info li{
    background: linear-gradient(250.36deg, rgba(255, 255, 255, 0.16) -80.68%, rgba(255, 255, 255, 0) 98.89%), linear-gradient(180deg, rgba(44, 48, 124, 0.06) 0%, rgba(12, 14, 47, 0) 100%);
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.19));
    border-radius: 24px;
    padding: 20px 25px;
    color: #fff;
    font-size: 16px
}
.contactform{
    background: linear-gradient(250.36deg, rgba(255, 255, 255, 0.16) -80.68%, rgba(255, 255, 255, 0) 98.89%), linear-gradient(180deg, rgba(44, 48, 124, 0.06) 0%, rgba(12, 14, 47, 0) 100%);
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.19));
    border-radius: 24px;
    padding: 35px;
}
.contact-info li span{
    color: rgba(255,255,255,.7);
}
.social-block h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.contactform label{
    font-weight: 400;
    font-size: 14px;
    color: #ACB5BB;
}
.map-container iframe{
    border-radius: 24px;
}
.contactform .form-control{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    min-height: 62px;
}

@media (max-width: 991px) {
    body{
        background: #0C0E2F url("../images/bg.png") top center repeat;
    }
    .inner-page{
        background: #0C0E2F;
    }
    .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;
    }
}
