.contactForm {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: white;
}
@font-face {
    font-family: "FSAlbert";
    src: url(../fonts/FS-Albert-Arabic-Web.ttf);
}

@font-face {
    font-family: "FSAlbertBold";
    src: url(../fonts/FS-Albert-Arabic-Web-Bold.ttf);
}

@font-face {
    font-family: "FSAlbertlight";
    src: url(../fonts/FS-Albert-Arabic-Web-Light.ttf);
}
::-moz-selection {
    background: rgba(41,0,30,.15)
}

::selection {
    background: rgba(41,0,30,.15)
}

::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.3125rem
}

::-webkit-scrollbar-track {
    background: #211045
}

::-webkit-scrollbar-thumb {
    background-color: #920031
}
body {
    font-family: "FSAlbert";
    font-weight: regular;
    height: 100%;
    width: 100%;
    color: #464646;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.SectionTitle {
    width: 100%;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 25px;
    color: #af9f9f;
    text-shadow: 0 0 black;
    border-bottom: 0.8px solid;
    font-size: 16px;
}
* {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
    scroll-behavior: smooth;
}

.font-weight-bold {
    font-family: "FSAlbertBold", 'open sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.font-weight-light {
    font-family: "FSAlbertlight", 'open sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: inherit;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(24 3 7);
    /*background: linear-gradient(to right, #1565C0, #b92b27);*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 150, 0.25);
}

p {
    /* font-size:14px; */
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: rgb(24 3 7);
    }

::-webkit-input-placeholder {
    /* Edge */
    color: #aaa !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa !important;
}

::placeholder {
    color: #aaa !important;
}

.form-control {
    height: 34px;
}

@media screen and (max-width: 600px) {
    p {
        font-size: 15px;
    }

    .display-1 {
        font-size: -webkit-xxx-large;
    }

    .display-4 {
        font-size: xx-large;
    }
}

@media (min-width: 768px) {
    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
}


/* tools */

.text-primary {
    color: rgb(24 3 7) !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #e48101 !important;
}

.bg-primary {
    background-color: rgb(24 3 7) !important;
}

.btn-primary-transparent {
    background-color: rgb(24 3 7)d9;
}

.text-green {
    color: #007846;
}

.bg-green {
    background-color: #007846;
}

.border-green {
    border-color: #007846 !important;
}

.bg-secondary {
    background-color: #D4D8DD !important;
}
/* header */
header {
    /*background: linear-gradient(to right, #1565C0, #b92b27);*/
    background-image: linear-gradient(264deg, #231557 0%, #2c041f 29%, #4e051d 67%, #1d1148 100%);
    width: 100%;
    z-index: 3;
}
/* carousel*/

#carouselExampleIndicators {
    height: 80vh;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    float: none;
    direction: rtl;
}

.carousel-caption {
    top: 25%;
    right: 20%;
    left: auto;
    min-width: 20%;
    z-index: 2;
}

    .carousel-caption:before {
        content: "";
        background-image: url(../img/home/caption-border.svg);
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        /* display: block; */
        background-size: 100%;
        background-repeat: no-repeat;
        right: 0;
        top: 0;
    }

.btn {
    /* margin: .375rem; */
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        outline: 0;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-sm {
    padding: .5rem .5rem;
    line-height: 1;
}

.btn-primary {
    background-color: rgb(94 0 32);
    /*background-image: linear-gradient(264deg, #231557 0%, #2c041f 29%, #4e051d 67%, #1d1148 100%);*/
}

    .btn-primary:hover,
    .btn-primary.focus,
    .btn-primary:focus {
        background-color: rgb(93 3 107 / 86%);
        color:white;
        /* box-shadow: none; */
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: rgb(24 3 7);
        border-color: rgb(24 3 7);
    }

.btn-outline-primary {
    color: rgb(24 3 7);
    border-color: rgb(24 3 7);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: rgb(24 3 7);
        border-color: rgb(24 3 7);
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: rgb(24 3 7);
        border-color: rgb(24 3 7);
    }

    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgb(128, 225, 204);
    }

.border-primary {
    border-color: rgb(24 3 7) !important;
}

.border-20 {
    border-width: 20px !important;
}

.bg-light-green {
    background-color: #32d2a0;
}

.border-light-green {
    border-color: #32D2A0 !important;
}

.text-dark {
    color: #1a0126 !important;
}

.bg-dark {
    /*background-color: rgb(24 3 7) !important;*/
    background-image: linear-gradient(264deg, #231557 0%, #2c041f 29%, #4e051d 67%, #1d1148 100%) !important;
}

.btn-outline-dark {
    color: #1a0126;
    border-color: #1a0126;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #1a0126;
        border-color: #1a0126;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a0126;
        border-color: #1a0126;
    }

    .btn-outline-dark.focus,
    .btn-outline-dark:focus {
        /* box-shadow: 0 0 0 0.2rem rgb(128, 225, 204); */
    }

.border-dark {
    border-color: #1a0126 !important;
}

.text-muted {
    color: #B5B5B5 !important;
}

.overlay {
    position: absolute;
    background-color: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #007846;
}

label.required:after {
    content: " *";
    color: red;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-150 {
    padding-top: 150px;
}

.mt-m75 {
    margin-top: -75px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-m50 {
    margin-top: -50px;
}

.mt-m100 {
    margin-top: -100px;
}

.mt-m150 {
    margin-top: -150px;
}

.p-50 {
    padding: 50px;
}

.p-75 {
    padding: 75px;
}

.p-100 {
    padding: 100px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(24 3 7);
}

.custom-checkbox .custom-control-label::before {
    /* border-radius: 50%; */
}

.alert {
    padding: .75rem .75rem .75rem 3rem;
}

.alert-dismissible .alert-action > .close,
.alert-dismissible .alert-action > i {
    position: absolute;
    left: 0;
    top: 0;
    padding: .75rem 1.25rem;
    font-size: medium;
}

.card-header {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    border: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


/* tools */


/* Home page */


/* header */

header nav .nav-content {
    /* min-height: 130px; */
}

.navbar-transparent {
    background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(255, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

ul.navbar-nav {
    /* list-style: disc; */
    color: white;
}

a.navbar-brand:before {
    content: "";
    height: 50px;
    /*border: 1px solid rgb(24 3 7);*/
    margin: 0 1rem 0 0;
    padding: .5rem .7rem;
    border-left: 0;
}

[dir="rtl"] a.navbar-brand:before {
    margin: 0 0 0 1rem;
    border: 1px solid rgb(24 3 7);
    border-right: none;
}

.nav-item {
    position: relative;
}

.navbar-nav .nav-item:before {
    /*content: '\2022';*/
    position: absolute;
    left: -.5rem;
    top: .4rem;
    /* z-index: 0; */
    width: 1px;
}

.navbar-nav .nav-item.list-unstyled:before {
    content: "";
}

[dir="rtl"] .navbar-nav .nav-item:before {
    left: 0;
    right: -.5rem;
}

a.nav-link:hover,
.active .nav-link {
    color: #6affd0 !important;
}


/* header */


/* Home Slider  */


section.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 80%)), to(rgb(0 0 0 / 0.8))), url(../img/home/slider/slide2.jpg);
    background: -o-linear-gradient(top, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0.8) 100%), url(../img/home/slider/slide2.jpg);
    background: linear-gradient(to bottom, rgb(3 31 31 / 80%) 0%, rgb(3 31 31 / 0.8) 100%), url(../img/home/slider/slide2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 30rem;
}

@media (min-width: 992px) {
    section.masthead {
        padding-top: 4.5rem;
        padding-bottom: 0;
    }
}

/* Slider */


/* Home about */

.home-about {
    color: #BFE5E5;
    /* min-height: 430px; */
}

.about-title {
    left: -7%;
    background-color: #1a0126;
}

    .about-title h1 {
        line-height: 3.3rem;
    }

[dir="rtl"] .about-title {
    right: -6%;
    left: auto;
}

@media screen and (max-width: 600px) {
    .about-title {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
    }
}


/* Home about */


/* Home Steps */

.main-title.position-absolute {
    left: 0;
    right: 0;
    text-align: center;
    top: -6rem;
}

.step-title {
    height: 136px;
}


/* Home Steps */


/* groups */

.group-title {
    height: 184px;
}


/* groups */


/* footer */

@media screen and (max-width: 600px) {
    footer .nav {
        border: 0 !important;
    }
}

.result-card {
    min-height: 250px;
}


/* Terms & conditions page */

.jumbotron-body {
    border-width: 4px !important;
}


/* Terms & conditions page */

[dir="rtl"] .btn i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.accordion .card .btn-light:not(.collapsed) {
    background-color: rgb(24 3 7);
    color: white;
}

    .accordion .card .btn-light:not(.collapsed) i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
/* Dashboard Map */
.cls-1 {
    fill: floralwhite;
    stroke: burlywood;
}

.cls-2,
.cls-3 {
    fill: #1a0126;
    font-family: FSAlbertArabic-Bold, FS Albert Arabic;
    font-weight: 700;
}

.cls-1:hover {
    fill: burlywood;
}

.cls-2 {
    font-size: 20px;
}

.cls-3 {
    font-size: 14px;
}

/* Participate page */
.Participate h4 {
    line-height: inherit;
}
/* Dashboard Map */
.cls-1 {
    fill: floralwhite;
    stroke: burlywood;
}

.cls-2,
.cls-3 {
    fill: #1a0126;
    font-family: FSAlbertArabic-Bold, FS Albert Arabic;
    font-weight: 700;
}

.cls-1:hover {
    fill: burlywood;
}

.cls-2 {
    font-size: 20px;
}

.cls-3 {
    font-size: 14px;
}

[dir="rtl"] #Region_1 text {
    transform: translate(635px, 570px);
}

[dir="rtl"] #Region_2 text {
    transform: translate(400px, 660px);
}

[dir="rtl"] #Region_3 text {
    transform: translate(330px, 490px);
}

[dir="rtl"] #Region_4 text {
    transform: translate(500px, 400px);
}

[dir="rtl"] #Region_5 text {
    transform: translate(910px, 610px);
}

[dir="rtl"] #Region_6 text {
    transform: translate(490px, 800px);
}

[dir="rtl"] #Region_7 text {
    transform: translate(140px, 280px);
}

[dir="rtl"] #Region_8 text {
    transform: translate(400px, 315px);
}

[dir="rtl"] #Region_9 text {
    transform: translate(510px, 200px);
}

[dir="rtl"] #Region_10 {
    transform: translate(480px, 917.345px);
}

[dir="rtl"] #Region_11 text {
    transform: translate(636px, 860px);
}

[dir="rtl"] #Region_12 text {
    transform: translate(398px, 755px);
}

[dir="rtl"] #Region_13 text {
    transform: translate(270px, 170px);
}
/* Dashboard Map */

.card-company-member {
    box-shadow: 0 0.1rem 0.1rem rgb(72 4 17) !important
}

.card-company-document {
    box-shadow: 0 0.1rem 0.1rem rgb(72 4 17) !important
}
.card-company-quote {
    box-shadow: 0 0.1rem 0.1rem rgb(72 4 17) !important
}


/*Online -offline switch button*/

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 27px;
    margin-top: 4px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d7064d;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 5px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fffdf880;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }




.sliderInternal {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(3 31 31 / 80%);
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderInternal:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 5px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderInternal {
    background-color: black;
}

input:focus + .sliderInternal {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderInternal:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sliderInternal.round {
    border-radius: 34px;
}

    .sliderInternal.round:before {
        border-radius: 50%;
    }

/*---------------------------*/

.row-unassgined {
    background-color: #f5cbcb !important;
}

.row-newregistration {
    background-color: #dffbdc !important;
}




.clientimgs {
    border: solid 1px #0000001a;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.clientimgs-name {
    background: #000000de;
    border-radius: 1px;
    pointer-events: hand;
}

.card-client-profile {
    background-color: #f5f9fd;
    border: solid 1.5px;
    border-radius: 5px;
}


.gold-box {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
}