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

body {
    font-family: 'Tajawal', sans-serif;
}

img {
    width: 100%;
}

p {
    font-size: 12px;
    font-weight: 500;
}

.bg-header {
    background-color: rgba(0, 34, 90, 0.8);
    backdrop-filter: blur(3px);
}


.nav-item {
    padding-right: 15px;
}

.rounded-circle {
    width: auto;
    height: 60px;
}

.navbar-text {
    float: left;
    text-align: left;
    position: absolute;
    top: 15%;
    left: 10%;
    padding-top: 0;
}

.head-top {
    background-image: url(./background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 300px 0;
    text-align: center;
    display: block;
}

.head-top .text-header h1 {
    font-weight: 700;
    color: #fff;
    padding-top: 50px;
    line-height: 60px;
}

.head-top .text-header p {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
}

.head-top .text-header ul li {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    list-style-type: none;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.sec-1 {
    padding: 40px 0;

}

.sec-1 .cart {
    align-items: center;

}

.sec-1 .cart .box-icon img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.sec-1 .cart .box-icon {
    width: 20%;
    float: right;
}

.sec-1 .cart .content {
    width: 70%;
    float: right;
    text-align: right;
    padding-right: 10px;
}

.sec-1 .cart .content span {
    font-size: 13px;
}

.sec-1 .cart .content h4 {
    font-size: 15px;
    font-weight: 600;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.section {
    direction: rtl;
    text-align: right;
    padding: 100px 0;

}

.section .text-section {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.section .text-section img {
    max-width: 100%;
    width: auto;
    height: 40px;
}


.section .text-section h2 {
    font-weight: 700;
    font-size: 2.7rem;
    padding: 20px 0;

}

.section .text-section p {
    font-weight: 500;
    font-size: 0.87rem;
    padding-bottom: 10px;
}

.container-code {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.container-code .row {
    margin-right: 0px;
    margin-left: 0px;
}

.container-code .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.sec-1 img {
    width: 100%;
    float: right;
}

.section-footer {
    padding: 100px 0;
}

.section-footer .icon-section {
    text-align: center;
    width: 100%;
}

.section-footer .icon-section img {
    max-width: 100%;
    width: auto;
    height: 70px;
    margin: 0 auto;
}

.section-footer .icon-section span {
    padding: 30px 0;
    font-weight: 700;
    display: block;
}




/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.sec-3 {
    padding: 40px 0;
    text-align: right;
    overflow: hidden;
}

.sec-3 h2 {
    padding: 0 0 40px 0;
    font-size: 30px;
    font-weight: 400;

}

.sec-3 .nav-tabs .nav-link {
    font-weight: 500;
    color: black;
}

.sec-3 .nav-tabs .nav-item .active {
    font-weight: 500;
    color: #002686;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #FDB712;
}

.sec-3 .nav-tabs .nav-link img {
    display: block;
    width: 20px;
    height: 20px;
}

.sec-3 .tab-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #002686;
    padding-bottom: 20px;
}

.sec-3 .tab-content p {
    padding: 20px 0;
}

.sec-3 .tab-content span {
    font-size: 13px;
    font-weight: 600;
}

.sec-3 .tab-content li {
    font-size: 13px;
}

.sec-3 .table {
    width: 100%;
}

.bg-color-3 {
    background-color: aliceblue;
}

.table th {
    font-size: 15px;
    font-weight: 500;
}

.table td {
    font-size: 13px;
    font-weight: 500;
    width: 14%;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.sec-4 {
    background-image: url(./enbd-securities.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    text-align: right;
    margin: 0;
}

.sec-4 img {
    margin-top: 40px;
    width: 25%;
}

.sec-4 h2 {
    padding: 20px 0 0 0;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.sec-4 p {
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
}

.sec-4 button {
    padding: 10px 20px;
    font-weight: 600;
    background-color: #FDB712;
    color: #002686;
    border-radius: 10px;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.bg-footer {
    margin: 0;
    text-align: right;
    padding: 50px 0;
    background-color: rgba(0, 100, 10, 0.8);
}

footer a {
    color: #fff;

}

footer p {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 17px;
}

footer .copyrights p {
    color: #fff;
    margin: 20px 0;
    font-weight: 500;
    font-size: 14px;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
@media (max-width:991px) {


    .navbar-text {
        float: left;
        text-align: left;
        position: absolute;
        top: 5%;
        left: 10%;
    }



    .head-top {
        width: 100%;
        height: 900px;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: right;
        background-position-y: top;
        background-image: url(./background.png);
        padding: 50px 0 50px 0;
        display: block;
    }

    .head-top .text-header h1 {
        font-weight: 700;
        color: #fff;
        padding-top: 50px;
        line-height: 40px;
        font-size: 1.5rem;
    }

    .head-top .text-header p {
        font-weight: 500;
        color: #fff;
        font-size: 17px;
        padding: 20px 0;
    }

    .head-top p {
        color: #fff;
    }

    .head-top h2 {
        font-weight: 400;
        color: #fff;
    }

    .head-top h6 {
        font-weight: 600;
        padding: 20px 0;
        color: #fff;
    }

    .head-top span {
        font-weight: 600;
        font-size: 12px;
        padding: 20px 0;
        color: #fff;
    }

    .sec-1 .cart img {
        width: 13%;
        padding: 10px;
        float: right;
    }

    .sec-1 .cart .content {
        width: 80%;
        float: right;
        text-align: right;
        padding-right: 10px;
    }

    .sec-2 .cart img {
        width: 10% !important;
        float: right;
        padding: 5px;
    }

    .sec-2 .cart .content {
        width: 90% !important;
        padding: 0 50px 5px 0;

    }
}