<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
    background-color:  #fff;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
   direction: rtl;
    zoom: .98;
}
.form-label{
    text-align: right;
}
html {
    width: 100%;
    height: 100%;
}

/*******placeholder-color-start******/

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #e4e4e4;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e4e4e4;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e4e4e4;
    opacity: 1;
}

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

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e4e4e4;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #e4e4e4;
}

/*******placeholder-color-end******/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #292829;
    line-height: 2;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.heading {
    font-family: 'Open Sans', sans-serif;
}

 

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label,
.radio label {
    padding-left: 5px;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    color: #fff;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    border-radius: 0%;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}

.checkbox {
    font-size: 13px;
}

.radio {
    display: inline-block;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr&gt;.cr-icon,
.radio label input[type="radio"]+.cr&gt;.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr&gt;.cr-icon,
.radio label input[type="radio"]:checked+.cr&gt;.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #6e6e6e;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #d7d7d7 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #fff;
}

.select-styled:active,
.select-styled.active {
    background-color: #8eb849;
    color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #d7d7d7;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    color: #666;
    border-top: 1px solid #d7d7d7;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #8EB849;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.index-body .banner-sec .btn-all {
    background-color: #1bc0d3;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 5px;
    padding: 20px 25px;
    border-radius: 5px;
    margin: 30px 0;
    box-shadow: 0 12px 26px -2px rgba(0, 0, 0, .18);
    transition: all .3s;
}

.col-no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.btny {
    background-color: #373737;
    font-family: 'Open Sans', sans-serif;

    color: #ffffff!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 0px 2px 2px #dddddd;
    margin: 0 7px;
}

.btny:hover {
    background-color: #f04f1e ;
    color: #f4f3f3;
}


.no-pad-both-1 {
    padding-left: 0px;
}

.no-pad-both-2 {
    padding-right: 0px;
}

.no-pad-both {
    padding-right: 0px;
    padding-left: 0px;
}



.radio {
    padding-left: 20px;
    margin-left: 25px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #3a8b04;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus {
    outline: none;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}








.custom-modal .modal-content {
    border-radius: 0px;
    /*    background: url(../images/modal-bg.png) no-repeat;*/
    background-size: cover;
    background-color: #201e20;
}

.custom-modal .modal-header {
    background-color: transparent;
    border-bottom: none;
    color: #494949;
    min-height: 16.4286px;
    padding: 30px 40px 20px 40px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.custom-modal .btn {
    padding: 9px 90px;
    width: 100%;
}

.custom-modal .modal-header .close {
    color: #e4e4e4;
    font-size: 50px;
    font-weight: 300;
    line-height: 0;
    padding: 15px;
    z-index: 999999;
    position: absolute;
    right: -5px;
    text-shadow: none;
    top: 10px;
    opacity: 100;
    overflow: hidden;
}

.custom-modal .modal-header .close:hover {
    color: #f86809;
}

.custom-modal .modal-header .close:focus {
    outline: none;
}

.custom-modal .modal-header .modal-title {
    color: #e4e4e4;
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 30px;
    text-transform: none;
}

.custom-modal .modal-body {
    padding-bottom: 40px;
    padding-top: 0px;
}

.custom-modal .modal-body .input-group-addon {
    font-size: 14px;
    color: #e4e4e4;
    background-color: #292829;
    border: none;
    border-radius: 0;
    border-right: 0px;
}

.custom-modal .modal-body .form-control {
    height: 44px;
    background-color: #292829;
    font-size: 14px;
    box-shadow: 3px 4px 16.38px 1.62px rgba(0, 0, 0, 0.1);
    color: #e4e4e4;
    border: none;
    font-weight: 400;
    padding: 6px 8px;
    border-radius: 0px;
    opacity: 1;
}

.form-control{
    direction: rtl;
}

.custom-modal .modal-body .btn.btn-sign-btn {
    transition: all .5s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    background-color: #253848;
    color: #fff;
    font-size: 25px;
    padding: 8px 35px;
    border-radius: 5px;
}

.custom-modal .modal-body .cast-sign-link {
    text-decoration: none;
    color: #e4e4e4;
}

.custom-modal .modal-body .cast-sign-link:hover {
    color: #fff;
}

.custom-modal .modal-body .fotget-pass {
    margin-top: 10px;
    font-size: 14px;
    color: #494949;
}

.cst-lbl-chk-2 {
    font-size: 14px;
    color: #e4e4e4;
}

.custom-modal .modal-btm-text {
    margin-top: 15px;
}

.custom-modal .modal-btm-text h1 {
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #e4e4e4;
}

.custom-modal .modal-btm-text h1 a {
    color: #f86809;
    font-weight: 600;
}

.custom-modal .modal-btm-text h1 a:hover {
    color: #fff;
}


.fb-btn {
    text-align: center;
    margin-top: 10px;
}

.fb-btn h1 {
    color: #e4e4e4;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 30px;
}

.fb-btn .btn.fb {
    background-color: #2e4da7;
    color: #fff;
    border-radius: 3px;
}

.fb-btn .btn.fb:hover {
    background-color: #1b3789;
}

.fb-btn .btn.fb i {
    font-size: 23px;
    padding-left: 5px;
}



::placeholder {
    color: #e4e4e4;
    opacity: 1;
    /* Firefox */
}

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

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e4e4e4;
}

input::-webkit-input-placeholder {
    color: #e4e4e4;
}

.navbar-right {
     margin-right: -15px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}

span.fa-heart-o,
span.fa-heart {
    cursor: pointer !important;
}



.basic i {
    color: rgb(233, 99, 10) !important;
    font-size: 35px !important;
}

.aboutbanner {
    width: 100%;
    min-height: 450px;
    max-height: 650px;
  }
  
.specialdescription2{
    color: #575656;
     font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Cairo', sans-serif;
    line-height: 1.8;
    font-size: 15px;
    
}
  .markettext{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Cairo', sans-serif;
    line-height: 1.8;

  }
.dropdown-menu-end[data-bs-popper]{
        left: 0;
        right: unset;
}
  .footer-links li a{
        font-size: 16px;
    color:  #434343;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Cairo', sans-serif;
    line-height: 1.8;
        text-decoration: none;
  }

  /* Footer Headings */
.footer-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #f04f1e;
    text-transform: uppercase;
    border-bottom: 3px solid #f04f1e;
    padding-bottom: 5px;
        font-family: 'Cairo', sans-serif;
         line-height: 1.8;
}

/* Footer Sections */
.footer-heading, .footer-section {
    text-align: right;
}</pre></body></html>