@font-face {
    font-family: 'GEFlow-Bold';
    src: url('../Content/fonts/GEFlow-Bold.eot');
    src: url('../Content/fonts/GEFlow-Bold.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/GEFlow-Bold.svg#GEFlow-Bold') format('svg'), url('../Content/fonts/GEFlow-Bold.ttf') format('truetype'), url('../Content/fonts/GEFlow-Bold.woff') format('woff'), url('../Content/fonts/GEFlow-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GEFlow';
    src: url('../Content/GEFlow.eot');
    src: url('../Content/GEFlow.eot?#iefix') format('embedded-opentype'), url('../Content/GEFlow.svg#GEFlow') format('svg'), url('../Content/fonts/GEFlow.ttf') format('truetype'), url('../Content/fonts/GEFlow.woff') format('woff'), url('../Content/fonts/GEFlow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

a, a:hover {
    text-decoration: none !important;
}


html {
    direction: rtl;
    text-align: right;
}

.white {
    color: white;
}

.container {
    max-width: 1190px;
}

body {
    font-family: 'GEFlow';
    text-align: right;
    background-color: white;
}

    body p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 14px;
    }

a:hover {
    cursor: pointer;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GEFlow-Bold';
}

.menub {
    background-color: #e7ecf0;
    padding: 3px 0px;
}

.menubitems {
    margin: 0;
}

    .menubitems li {
        display: inline;
        padding: 3px 10px;
    }


        .menubitems li a {
            font-size: 12px;
            color: #727272;
        }


            .menubitems li a:hover {
                text-decoration: none;
                color: #bb7934;
                transition: 0.5s ease-in;
            }

.mainmenu .navbar li a {
    font-family: 'GEFlow';
    font-size: 15px;
    color: black;
}


.mainmenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.mainmenu .dropdown-item {
    text-align: right;
}


    .mainmenu .dropdown-item:hover {
        background-color: transparent;
    }

.mainmenu .dropdown-menu a:hover {
    color: #266cb6;
    transition: 0.5s ease-in;
}


.mainslider {
    background-image: url(../Content/images/slide.png);
    background-size: cover;
    height: 590px;
    background-repeat: no-repeat;
    background-position: top center;
}


.section1bg {
    height: 421px;
    background-image: url(../Content/images/img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.go {
    position: absolute;
    top: 50%;
    left: 28px;
}

.detailsborder {
    border-top: 8px solid #e0edf0;
    border-right: 8px solid #e0edf0;
    margin-top: 60px;
    position: relative;
    width: 103%;
}

.details {
    padding: 41px;
    position: absolute;
    left: 0px;
    right: 0;
    width: 114%;
    z-index: 100;
    background-color: white;
    min-height: 262px;
}

    .details a {
        color: black;
    }

        .details a:hover {
            text-decoration: none;
        }



.detailscontent {
    height: 159px;
    background-color: #f0fafc;
    border: 2px solid #d9f3f7;
    border-radius: 5px;
}

    .detailscontent:hover {
        background-color: #d9f3f7;
        transition: 0.5s ease-in;
    }

.imgpostion {
    position: relative;
    top: -25px;
}

.detailscontent a {
    color: black;
}


    .detailscontent a:hover {
        text-decoration: none;
    }


.no-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}



/* slider */

.imgIn {
    position: relative;
    top: 0;
    float: right;
}

.textin {
    position: absolute;
    top: 14%;
    color: #2c2c2c;
    text-align: right;
    font-family: 'Cairo-Regular';
}

.blue {
    color: #266cb6;
}


.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 445px;
}


.shadow {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../Content/images/shadow1.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    top: 0px
}


.shadow2 {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../Content/images/shadow2.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    opacity: 0.8;
    top: 0px
}



#slider-animation a {
    color: white;
}

#slider-animation h1 {
    font-size: 34px;
    width: 79%;
}


#slider-animation a:hover {
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    top: 16%;
    display: block;
    width: 10%;
    padding-right: 40px;
}

    .carousel-indicators li {
        box-sizing: content-box;
        display: block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-left: 2px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #d8e2ed;
        background-repeat: no-repeat;
        background-clip: padding-box;
        opacity: 1;
        border-radius: 100%;
        border-radius: 100%;
    }

    .carousel-indicators .active {
        background-color: transparent;
        opacity: 1;
        position: relative;
        
    }

        .carousel-indicators .active::after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #d26b03;
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            right: 0px;
        }



/*.Stitle {
    font-size: 24px !important;
    font-family: 'GEFlow';
}


.Stitlebg {
    display: inline;
    background-color: #d8e2ed !important;
    height: 30px;
}*/

.login{
    font-size:15px;
}

.login, .btn-primary {
    background-color: #266cb6 !important;
    color: white !important;
    border-radius: 15px;
    padding: 5px 20px;
    border: none;
}

.login:hover {
    background-color: #d26b03;
    transition: 0.5s ease-in;
}


.mainmenu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    /*box-shadow: 5px 6px 10px #e6e6e6;*/
}

.btn1 {
    background-color: #266cb6;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    font-family: 'GEFlow';
    font-size: 18px;
    position: relative;
    z-index: 100000;
}

.btn2 {
    background-color: #266cb6;
    color: white;
    padding: 8px 40px;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    font-family: 'GEFlow';
    font-size: 18px;
}

.btn1:hover {
    background-color: #bb7934;
    transition: 0.5s ease-in;
}


.section2bg {
    padding-top: 30px;
    background-color: white;
    box-shadow: -2px -1px 9px #e6e6e6;
    min-height: 310px;
}

.section2data1 {
    background-image: url(../Content/images/data.png);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.section2 p {
    font-size: 20px;
}

.orangebtn {
    background-color: #ed7d2b;
    color: white;
    padding: 8px 38px;
    margin-top: 20px;
    border: none;
    display:inline-block;
    border-radius: 25px;
    font-family: 'GEFlow';
    font-size: 18px;
    position: relative;
    z-index: 100000;
}

.btn1:hover {
    background-color: #266cb6;
    transition: 0.5s ease-in;
}

.ptop {
    padding-top: 100px;
}

.section2 {
    padding-top: 50px;
    margin-bottom: 100px;
}



.section2data2 {
    background-image: url(../Content/images/data2.png);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.faqbg {
    position: relative;
    background-color: white;
    box-shadow: -2px -1px 9px #e6e6e6;
    min-height: 260px;
    max-height: 260px;
    margin-top: 50px;
    padding: 20px;
}

.floatimg {
    position: absolute;
    top: -40px;
    right: 36px;
}

.answer {
    background-color: #f5f5f5;
    padding: 15px;
    height: 120px;
    overflow: scroll;
}

.rec1 {
    margin-top: 35px;
    height: 1px;
    background-color: #c9c9c9;
    ;
}


.footer {
    margin-top: 100px;
}


.footer2 {
    margin-top: 15px;
    background-color: #eeeeee;
    padding: 15px;
}

.footermenu a {
    padding: 0px 20px;
    color: #2c2c2c;
    font-size: 18px;
}


    .footermenu a:hover {
        text-decoration: none;
        color: #266cb6;
        transition: 0.5s ease-in;
    }

.gray {
    color: #727272;
}

.footer3 p {
    margin: 0;
    font-family: 'GEFlow-Bold' !important;
}

.englishtext {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.navbar-toggler-icon {
    background-image: url("../Content/images/menu.png");
    width: 36px;
    height: 21px;
}

.mlogin {
    background-color: #266cb6;
    color: white !important;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 15px;
    border: none;
    margin-top: 10px;
}

/*.ReadMoreItems:nth-child(n+7) {
    display: none;
}*/

.form-control {
    height: 47px;
    border-radius: 20px;
    padding-right: 20px;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #CCC;
    font-weight:unset;
    font-size:14px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
    font-weight: unset;
    font-size: 15px;
}

.form-control::placeholder {
    color: #CCC;
    font-weight: unset;
    font-size: 15px;
}

select {
    color: #919191 !important;
    font-size: 15px !important;
}

select option:first-child {
    color: black !important;
}

select option:not(:first-child) {
    color: black !important;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

.swal-button {
    color: white !important;
    border: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    /*padding: 10px 24px;*/
    margin: 0;
    cursor: pointer;
    background-color: #266cb6;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
}

.swal-title{
    font-weight:unset !important;
}

.swal-footer {
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    /*visibility: hidden;*/
    opacity: 0;
    display: none;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        display: block;
    }

.overlay1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 1;
    /*visibility: visible;*/
}

    .overlay1:target {
        /*visibility: visible;*/
        display: block;
        opacity: 1;
    }

.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    margin: auto;
    width: 475px;
    /*height: 70%;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .popup {
        /*height: 75%;*/
    }
}


    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        left: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

.close:hover {
    color: red;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

#popup1 {
    z-index: 5;
}


.lds-roller {
    display: inline-block;
    width: 80px;
    height: 80px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    position: fixed;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay2 {
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    transition: opacity 500ms;
    top: -40px;
    z-index: 30000;
    position: fixed;
}


.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 18px;
    height: 100%;
    
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    margin: -82px auto 0;
    font-size: 16px;
    padding: 13px;
    width: 220px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 30px;
    position: absolute;
}

.swal-overlay {
    z-index: 999999999999999999999999999999;
}

.dropdown-menu2 {
    position: absolute;
    top: 6%;
    left: 63%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#navbarDropdownMenuLink2:hover{
    cursor:pointer;
}

@media (max-width: 575.98px) {
    .dropdown-menu {
        left: 60% !important;
        float: left !important;
    }
}

@media (max-width: 575.98px) {
    .dropdown-menu {
        left: 60% !important;
        float: left !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dropdown-menu {
        left: 70% !important;
        float: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown-menu {
        left: 80% !important;
        float: left !important;
    }
}

@media (max-width: 991.98px) {
    #navbarDropdownMenuLink {
        padding-right: 2px;
        padding-left: 2px;
    }
}

.form-control:focus {
    border-color: rgb(110 165 204 / 80%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(110 165 204 / 80%);
    outline: 0 none;
}

.cke_toolgroup{
    display:none !important;
}