/**
* Template Name: Imperial
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    /* font-family: "rabar", sans-serif;*/
    font-family: "Noto Naskh Arabic", sans-serif;
}

a {
  text-decoration: none;
  color: #03C4EB;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "rabar", sans-serif;*/
    font-family: "Noto Naskh Arabic", sans-serif;
    font-weight: 400;
    /* margin: 0 0 20px 0;*/
    padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 50px;
    z-index: 996;
    background: linear-gradient(#3674ab, #101821);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

    .back-to-top:hover {
        background: linear-gradient( #101821,#3674ab);
    }

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/DeltaBG.jfif) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #ccc;
  margin-bottom: 50px;
}

#hero h2 span {
  color: #fff;
  transition: 0.3s;
  border-bottom: 2px solid #03C4EB;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating>.animated {
  display: inline-block;
}

#hero .actions a {
  /*font-family: "Raleway", sans-serif;*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

    #hero .btn-services:hover {
        background: linear-gradient(#101821, #3674ab);
        border: 2px solid #0f0f10;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: rgba(255, 255, 255, 0.99);
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top {
  background: rgba(255, 255, 255, 0.99);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  height: 69px;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
     
        font-size: 20px;
        color: #1f3b56;
        white-space: nowrap;
        transition: 0.3s;
    }

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
 font-weight:bolder;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #333333;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #666666;
    }

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #326b9e;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #03C4EB;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #03C4EB;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
    font-size: 32px;
    color: #475867;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size:larger;
}

.section-title-divider {
    width: 150px;
    height: 3px;
    background: #4e6c87;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#marketToday {
    background: #fff;
    padding: 80px 0;
}
#FirstSection {
    background: radial-gradient(circle at top right,#ffffff, #ebeced, #dee0e1 );
    padding: 80px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
  margin-bottom: 15px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#marketToday {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/Financial.jpg") fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

    #services .service-icon {
        float: right;
        background: #1f3e5a36;
        border-radius: 50%;
        transition: 0.5s;
       
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
    }

#services .service-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #03C4EB;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribeBackground.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #03C4EB;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgb(51 51 51);
    border-bottom: 1px solid #eee;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 48px;
  font-size: 28px;
  top: calc(50% - 28px);
  color: #4d4d4d;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #03C4EB;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #03C4EB;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03C4EB;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/TeamBackground.jpg) fixed center center;
    padding: 80px 0 60px 0;
    background-size:contain;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
        color: #3674ab;
    }

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    background: #f7f7f7;
    padding: 80px 0 120px 0;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url('../img/emailBG.jpg');
    background-size: cover;
    padding: 80px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: right;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #03C4EB;
}

    #contact .php-email-form button[type=submit] {
        background: #162738;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius:100px;
    }

        #contact .php-email-form button[type=submit]:hover {
            background: linear-gradient(#101821, #3674ab);
        }

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
.index-area-outer
.index-area-inner
.index-area-row1 {
    margin-top: 30px;
}

.index-outer {
    min-width: 395px;
}

    .index-outer
    .index-inner {
        height: 483px;
        background: linear-gradient(#3674ab, #101821);
        text-align: right;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 3px #242e3b;
    }

.index-header {
    background: #101821;
    background-image: linear-gradient(#1f2e3e, #101821);
    color: #fff;
    height: 87px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px #fff solid;
    position: relative;
}

    .index-header
    .title {
        padding: 10px 15px 5px 15px;
        font-size: 0.95rem;
       
    }

    .index-header
    .numbers {
        padding: 0 15px 0 15px;
        line-height: 30px;
    }

        .index-header
        .numbers
        .part1 {
            font-size: 1.75rem;
         
        }

        .index-header
        .numbers
        .part2 {
            font-size: 1.75rem;
            font-family: adx-light;
            padding: 0 8px;
        }

        .index-header
        .numbers
        .part3 {
            font-size: 1.25rem;
           
        }

            .index-header
            .numbers
            .part3.color1 i {
                font-size: 2rem;
                margin-right: 2px;
                transform: translate3d(0,15px,0);
            }

            .index-header
            .numbers
            .part3.color1 {
                color: #97cd51;
            }

                .index-header
                .numbers
                .part3.color1 i:before {
                    content: "\f0de";
                    font-weight: 900 !important;
                }

            .index-header
            .numbers
            .part3.color2 i {
                font-size: 2rem;
                margin-right: 2px;
                transform: translate3d(0,0px,0);
            }

            .index-header
            .numbers
            .part3.color2 {
                color: #e49b9b;
            }

                .index-header
                .numbers
                .part3.color2 i:before {
                    content: "\f0dd";
                    font-weight: 900 !important;
                }

            .index-header
            .numbers
            .part3.color3 i {
                font-size: 0.9rem;
                margin-right: 2px;
                transform: translate3d(0,0px,0);
            }

            .index-header
            .numbers
            .part3.color3 {
                color: #ffffff;
            }

                .index-header
                .numbers
                .part3.color3 i:before {
                    content: "\f111";
                    font-weight: 900 !important;
                }



    .index-header
    .index-status {
        position: absolute;
        left: 0;
        top: 0;
        background: #263644;
        min-width: 100px;
        line-height: 27px;
        height: 30px;
        border-radius: 0 0 10px 0;
        font-size: 0.95rem;
      
        text-transform: uppercase;
        padding: 0 10px;
        color: #ffffff;
        text-align: center;
    }

.index-content table {
    border: none;
}

    .index-content table td {
        width: 50%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: none;
        border-bottom: none;
        height: 76px;
        padding: 10px 15px;
        background: url("https://cdnwebsites.adx.ae/assets/1025/styles/ADX_2019/imgs/index/shade1.png") 0 0 repeat-x;
        vertical-align: top;
    }

        .index-content table td.big-block {
            background: url("https://cdnwebsites.adx.ae/assets/1025/styles/ADX_2019/imgs/index/shade2.png") 0 0 repeat-x;
        }

    .index-content table tr td:first-child {
        border-right: none;
    }

    .index-content table td .label {
       /* display: block;*/
        color: #fff;
        text-transform: uppercase;
       
        font-size: 0.95rem;
    }

        .index-content table td .label .small {
            margin-right: 5px;
            text-transform: uppercase;
          
            font-size: 0.65rem;
        }

    .index-content table td .number {
        display: block;
        color: #fff;
        
        font-size: 1rem;
    }

    .index-content table td.big-block .title {
        display: block;
        color: #fff;
        text-transform: uppercase;
        
        font-size: 0.95rem;
    }

    .index-content table td.big-block .label {
        display: inline;
        float: right;
        width: 40%;
        color: #fff;
        text-transform: uppercase;
        
        font-size: 0.95rem;
    }

    .index-content table td.big-block .number {
        display: inline;
        float: right;
        width: 60%;
        color: #fff;
        
        font-size: 0.95rem;
    }

    .index-content table td.big-block .sep {
        float: none;
        clear: both;
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #909498;
    }

    .index-content table td.big-block a.readmore,
    .index-content table td.big-block a.readmore:visited {
        color: #fff;
        text-transform: uppercase;
        font-family: adx-light;
        font-size: 0.95rem;
        float: left;
        margin-top: 2px;
    }

        .index-content table td.big-block a.readmore:hover {
            color: #bac9e6;
        }

        .index-content table td.big-block a.readmore i {
            margin-left: 5px;
            color: #e2a226;
        }

            .index-content table td.big-block a.readmore i:before {
                content: "\f104";
                line-height: 16px;
            }

.indexvarUp {
    color: #b8dd54 !important
}

.indexvarDown {
    color: #eb8c7a !important
}
/* market summary */

.market-summary-outer {
    min-height: 370px;
    background: url("https://cdnwebsites.adx.ae/assets/1025/styles/ADX_2019/imgs/market-summary/shade1.png");
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px #242e3b;
}

    .market-summary-outer.row {
    }

    .market-summary-outer
    .market-summary-item {
        border-left: 1px solid #a7aaaf;
        padding-top: 5px;
    }

        .market-summary-outer
        .market-summary-item:last-child {
            border-left: 0;
        }

        .market-summary-outer
        .market-summary-item h3 {
            font-size: 1rem;
            display: block;
            text-align: right;
            font-family: adx-medium;
            color: #505050;
            margin: 0;
            line-height: 20px;
        }

            .market-summary-outer
            .market-summary-item h3 > i {
                color: #2c4d90;
                margin-left: 8px;
                font-size: 1.2rem;
                font-weight: 400 !important;
            }

            .market-summary-outer
            .market-summary-item h3 > span {
                color: #5380a3;
            }


            .market-summary-outer
            .market-summary-item h3 a {
                color: #444447;
                text-transform: uppercase;
                font-family: adx-light;
                font-size: 0.95rem;
                float: left;
            }

                .market-summary-outer
                .market-summary-item h3 a i {
                    margin-left: 5px;
                    color: #e2a226;
                }

                .market-summary-outer
                .market-summary-item h3 a:hover {
                    color: #2c4d90;
                }


    .market-summary-outer .market-summary-item2 h3,
    .market-summary-outer .market-summary-item3 h3 {
        margin-bottom: 20px;
    }


    .market-summary-outer .market-summary-item3 {
        background-color: #fff;
    }

    .market-summary-outer .market-summary-item2,
    .market-summary-outer .market-summary-item3 {
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .market-summary-outer .market-summary-item1 {
        padding: 0 10px;
    background-color: #ebeff2;
    }

        .market-summary-outer .market-summary-item1 h3 {
            margin: 15px 10px 20px 10px;
        }


        .market-summary-outer
        .market-summary-item1
        .chart-box-outer {
            min-height: 300px;
            max-height: 300px !important;
            margin-top: 15px;
            background: #666;
        }

            .market-summary-outer
            .market-summary-item1
            .chart-box-outer
            #context_chart {
                min-height: 300px;
                max-height: 300px !important;
            }

.highcharts-background {
    background-color: transparent !important;
}

.market-summary-outer
.tabs-box .nav-tabs {
    border: 0 !important;
    margin-bottom: 5px;
}

    .market-summary-outer
    .tabs-box .nav-tabs a,
    .market-summary-outer
    .tabs-box .nav-tabs a:visited {
        float: right;
        width: 25%;
        font-family: adx-medium;
        text-transform: uppercase;
        color: #75777a;
        font-size: 1rem;
        line-height: 25px;
        transition: all 0.5s;
        border: 0 !important;
        padding: 0 5px;
        text-align: center;
    }

        .market-summary-outer
        .tabs-box .nav-tabs a.active {
            border: 0 !important;
            background: #75777a;
            border-radius: 25px;
            color: #fff;
        }

        .market-summary-outer
        .tabs-box .nav-tabs a:hover {
            border: 0 !important;
            background: #5380a3;
            border-radius: 25px;
            color: #fff;
        }

.market-summary-outer
.tabs-box table {
    margin: 15px 0 0 0;
    border: none;
}

    .market-summary-outer
    .tabs-box table th {
        border: none;
        text-align: right;
        color: #968665;
        padding: 5px 0;
        font-family: adx-semibold;
        font-size: 0.95rem;
    }

    .market-summary-outer
    .tabs-box table tr th:first-child,
    .market-summary-outer
    .tabs-box table tr td:first-child {
        text-align: right;
    }

    .market-summary-outer
    .tabs-box table td {
        border: none;
        border-top: 1px solid #959699;
        text-align: right;
        color: #505050;
        padding: 10px 0;
        font-family: adx-light;
        font-size: 0.95rem;
        white-space: nowrap;
    }

        .market-summary-outer
        .tabs-box table td i {
            color: #bbbbbb;
        }

            .market-summary-outer
            .tabs-box table td i:before {
                font-weight: 900;
            }


        .market-summary-outer
        .tabs-box table td a,
        .market-summary-outer
        .tabs-box table td a:visited {
            font-family: adx-medium;
            color: #181e26;
        }

            .market-summary-outer
            .tabs-box table td a:hover {
                color: #968665;
            }

        .market-summary-outer
        .tabs-box table td i {
            margin-left: 8px;
            float: right;
            line-height: 22px;
        }

.market-summary-item3
.list-unstyled {
    margin: 10px 0 0 0;
}

    .market-summary-item3
    .list-unstyled
    li.media {
        border-top: 1px solid #959699;
        text-align: right;
        margin: 0 !important;
        padding: 0 !important;
    }

        .market-summary-item3
        .list-unstyled
        li.media h5 {
            text-align: right;
            margin: 0 !important;
            padding: 15px 0 0 0 !important;
            font-size: 0.95rem;
            color: #505050;
            text-transform: uppercase;
            font-family: adx-semibold;
        }

        .market-summary-item3
        .list-unstyled
        li.media img {
            width: 75px;
            height: 75px;
            margin: 0 0 0 1rem !important;
        }

        .market-summary-item3
        .list-unstyled
        li.media a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
            align-items: flex-start;
            transition: all 0.5s;
        }

            .market-summary-item3
            .list-unstyled
            li.media a:hover {
                background: #f5f1e9;
            }
.ticker-box-outer {
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    transition: all 0.4s;
    height: 60px;
    box-shadow: 0 0 30px #2f363f;
}

    .ticker-box-outer
    .ticker-box-inner {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        background-color: #393938;
        background-image: linear-gradient(#1f2f3d, #101821);
    }

        .ticker-box-outer
        .ticker-box-inner
        .marquee {
            width: calc(100% - 40px);
            overflow: hidden;
            margin: 0 auto;
            direction: ltr !important;
        }

    .ticker-box-outer.fixed {
        position: fixed;
        top: 180px;
        z-index: 20;
        width: 100%;
    }

    .ticker-box-outer
    .ticker-box-inner
    .marquee ul li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        font-family: adx-light;
        font-size: 0.95rem;
        margin-right: 10px;
        margin-left: 10px;
        color: #fff;
    }

        .ticker-box-outer
        .ticker-box-inner
        .marquee ul li a {
            color: #fff;
            text-decoration: none;
        }

            .ticker-box-outer
            .ticker-box-inner
            .marquee ul li a.symbol .fig {
                color: #e0e0e0;
            }

    .ticker-box-outer
    .ticker-box-inner
    .marquee strong {
        display: block;
        font-weight: normal;
        font-family: adx-medium;
        color: #fff;
        margin-top: 5px;
    }

    .ticker-box-outer
    .ticker-box-inner
    .marquee .separator {
        float: right;
        width: 1px;
        background-color: #8f8f8f;
        background-image: linear-gradient(#000000, #ffffff);
        height: 60px;
    }

    .ticker-box-outer
    .ticker-box-inner
    .marquee .txt-green {
        color: #b8dd54 !important;
    }

    .ticker-box-outer
    .ticker-box-inner
    .marquee .txt-red {
        color: #eb8c7a !important;
    }
.font-larger {
    font-size: larger;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #162738;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #475867;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.hide {
    display: none !important;
}
.table-info2 {
    background-color: #475867;
    color:white;
}
.BlockUI {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 20%;
    height:20%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 3px solid rgb(170, 170, 170);  
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}
.NewsDiv {
   
    background: white;
    color: black;
    font-size: larger;
}

.marquee {
    /*   background-color: red;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;*/
    padding: 15px 0px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    position: relative;
    overflow: hidden;
   font-size:larger;
    white-space: nowrap;
}

    .marquee span {
        display: block;
        padding-left: 100%;
        animation: marquee 16s linear infinite;
        animation-direction:reverse;
        
    }
        .marquee span:hover {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused;
            cursor: pointer;
        }

        @keyframes marquee {
            0% {
                transform: translate(0, 0);
            }

            100% {
                transform: translate(-100%, 0);
            }
        }







