@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
* {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


/* ::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #2196F3;
    outline: 1px solid #2196F3;
    border-radius: 20px !important;
}
 */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0;
}

@font-face {
    font-family: Hacen_Saudi_Arabia;
    /*src: url(../webfonts/Hacen_Saudi_Arabia.ttf);*/
}

section {
    position: relative;
}

@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap");
.main-color {
    color: #0159A3;
}

.second-color {
    color: #FD9402;
}

.third-color {
    color: #4385f6;
}

.fourth-color {
    color: #555;
}

@font-face {
    font-family: 'Cairo', sans-serif;
}

.nav-option {
    background-color: rgba(255, 255, 255, 0.938);
    background-attachment: fixed;
    background-size: contain;
    -webkit-box-shadow: 0px 3px 6px #00000050;
    box-shadow: 0px 3px 6px #00000050;
    -webkit-transition: .9s linear;
    transition: .9s linear;
    z-index: 9999999888888;
}

.btn-floating {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #000;
}

.animated-icon2 span {
    background: #000;
}

.animated-icon3 span {
    background: #000;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.steps-step {
    width: 20%;
}

.mainContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0px 30px;
    margin-bottom: 50px;
}

.mainContainer .steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.mainContainer .steps-form .steps-row {
    display: table-row;
}

.mainContainer .steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.mainContainer .steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.mainContainer .steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
}

.mainContainer .steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.mainContainer .steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0;
}

.md-form label {
    right: 0px;
    left: auto;
}

.select-wrapper span.caret {
    right: auto;
    left: 15px;
}

.dropdown-content li {
    text-align: right;
}

.setup-content {
    padding: 30px 20px 10px;
    background-color: #fcfcfc;
    border-radius: 20px;
}

.form-control {
    padding: 22px 15px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.select-wrapper {
    border-radius: 50px;
    background-color: #fff;
    padding: 0px 15px;
    border: 1px solid #c6c6c6;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.select-wrapper .select-dropdown {
    padding: 4px 0px;
    margin: 0;
    border-bottom: 0px !important;
}

.select-wrapper:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 5px 0 rgba(53, 120, 255, 0.768);
    box-shadow: 0 2px 5px 0 rgba(53, 120, 255, 0.768);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.dropify-wrapper .dropify-message span.file-icon {
    display: none;
}

.dropImg label {
    z-index: 2;
    top: 2px;
    position: absolute;
    background: cornflowerblue;
    color: #fff;
    padding: 10px 12px;
}

.accTitle {
    margin: -30px auto 30px;
    width: 50%;
    border-radius: 4px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(20, 20, 20, 0.415);
    box-shadow: 0 2px 5px 0 rgba(20, 20, 20, 0.415);
}

.vertical-centered-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#particles-foreground {
    width: 202%;
    height: 300%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    background: #2c2d44;
    background: linear-gradient(45deg, #f8f8f8 2%, #fff 100%);
}

.mdb-select {
    padding: 0px;
    background: transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

input.select-dropdown.form-control {
    margin-bottom: 0px;
    border-radius: 100px !important;
    padding: 4px 19px 4px 0px;
    width: 96%;
    margin-top: 1px;
    margin: auto;
    background-color: #fff !important;
}

.select-wrapper span.caret {
    z-index: 3;
    top: 14px;
}

.profile-BG {
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.profile-info {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-info .profile-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #005ba5;
    padding: 5px;
    -webkit-box-shadow: 0px 1px 15px 0 rgba(255, 255, 255, 0.82);
    box-shadow: 0px 1px 15px 0 rgba(255, 255, 255, 0.82);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-info .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-info .profile-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-info .profile-name h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 30px;
    font-weight: bold;
}

.profile-content .tab-content {
    background: none;
    padding: 5px 20px;
}

.profileLinks {
    background-color: #005ba5;
}

.profileLinks a {
    padding: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: block;
}

.profileLinks a span {
    color: #fff;
    margin: 0px 10px;
    font-size: 16px;
}

.profileLinks a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.18);
}

.profileLinks a:hover span {
    color: #005ba5;
}

.profileLinks .active {
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.18);
}

.profileLinks .active span {
    color: #005ba5;
}

.startBorder {
    padding: 10px;
}

.startBorder h5 {
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #FF9800;
    padding-bottom: 10px;
    font-size: 22px;
    color: #005ba5;
}

.editRow {
    background: #f9f9f979;
    border-radius: 20px;
    padding: 10px;
    margin: 0px 10px;
    margin-bottom: 10px;
}

.swal2-modal.swal2-show {
    width: 400px !important;
}

.swal2-modal .swal2-title {
    color: #8c8c8c !important;
    font-size: 20px !important;
}

.swal2-icon {
    width: 50px !important;
    height: 50px !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    height: 5px !important;
    width: 34px !important;
    top: 23px !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 8px !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 8px !important;
}

.swal2-modal .swal2-styled {
    border-radius: 100px !important;
    font-size: 16px !important;
}

.msg {
    display: block;
    background: #c80012;
    padding: 7px;
    color: #fff !important;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.18);
    margin: 10px 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceIn;
    animation-delay: 0s;
}

.sticky-top {
    z-index: 999;
}

.topHeader {
    padding: 0px;
}


/*.dropdown{*/


/*  text-transform: capitalize;*/


/*}*/

.dropdown-toggle::after {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    margin-right: 8px;
}

.dropdown.show .dropdown-toggle::after {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.dropdown:hover .dropdown-toggle::after {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.dropdown:not(.default-toggle) .dropdown-menu {
    display: block;
}

.profileImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.18);*/
}

.socialIcons {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 10;
}

.socialIcons a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);
}

.socialIcons .faceBook {
    background: #0078FF;
}

.socialIcons .whatsApp {
    background: #4AC959;
}

.socialIcons a svg {
    font-size: 29px;
}


/*# sourceMappingURL=style.css.map */

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    right: -22px !important;
}

.startBorder h5 {
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #005ba5;
    padding-bottom: 10px;
    font-size: 18px;
    color: #777;
}

table.table thead th {
    font-weight: bold;
}

.spinner {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background: #fff;
}

.gegga {
    width: 0;
}

.snurra {
    filter: url(#gegga);
}

.stopp1 {
    stop-color: #ffd501;
}

.stopp2 {
    stop-color: #FF9101;
}

.halvan {
    animation: Snurra1 10s infinite linear;
    stroke-dasharray: 180 800;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
}

.strecken {
    animation: Snurra1 3s infinite linear;
    stroke-dasharray: 26 54;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
}

.skugga {
    filter: blur(5px);
    opacity: 0.3;
    position: absolute;
    transform: translate(3px, 3px);
}

@keyframes Snurra1 {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -403px;
    }
}

.list-group {
    width: 100%;
}

.list-group li h5 {
    font-size: 17px;
    margin: 0px;
}

.btn {
    padding: 8px 12px;
}

.btn-success {
    padding: .84rem 2.14rem;
}

table.table th,
table.table td {
    width: 130px !important;
    padding: 10px 0px;
}

table.table th:first-child,
table.table td:first-child {
    width: 200px !important;
}

.modal-dialog .modal-content {
    border-radius: 8px;
}

.modal-dialog .modal-content .modal-body {
    max-height: 80vh;
    overflow: auto;
}

.modal-dialog .modal-content .modal-body ul {
    list-style: none;
    margin: 10px;
}

.modal-dialog .modal-content .modal-body ul li {
    line-height: 33px;
    margin-bottom: 10px;
}

.aboutPage {
    position: relative;
}

.aboutPage .aboutRow {
    position: relative;
    margin: 50px 0px;
    border-radius: 8px;
}

.aboutPage .aboutRow .aboutImg {
    border-radius: 8px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.aboutPage .aboutRow .aboutInfo {
    position: relative;
    min-height: 80%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
    border-radius: 8px;
    margin-left: -100px;
    z-index: 3;
    color: #000;
    padding: 20px;
    margin-top: 30px;
}

.aboutPage .aboutRow .aboutInfo p {
    font-weight: 600;
    color: #5e5e5e;
}

.aboutPage .aboutRow .aboutInfo ul {
    list-style: none;
}

.aboutPage .aboutRow .aboutInfo ul li {
    margin: 8px;
    line-height: 25px;
}

.aboutPage .aboutRow ul li::before {
    content: "\2022";
    color: #FFA500;
    font-weight: bold;
    display: inline-block;
    margin-right: -10px;
    font-size: 30px;
    padding: 0px 5px;
}

.aboutPage .aboutRow:nth-child(even) .aboutInfo {
    margin-left: 0px;
    margin-right: -100px;
}

@media (max-width: 768px) {
    .aboutPage .aboutRow {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
    }
    .aboutPage .aboutRow img {
        border-radius: 8px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 300px;
    }
    .aboutPage .aboutRow .aboutInfo {
        margin: 0px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}