/*  PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.preloader .preloader-before,c59c45
.preloader .preloader-after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(21, 40, 75, 0.9);
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .preloader-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.preloader .preloader-block.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader .preloader-block .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-110px, -110px);
  -ms-transform: translate(-110px, -110px);
  transform: translate(-110px, -110px);
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
}

.preloader .preloader-block .title img {
  -webkit-animation: lds-ripple 4s ease-in-out infinite;
  animation: lds-ripple 4s ease-in-out infinite;
  width: 150px;
}

.preloader .preloader-block .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 700;
  font-size: 24vw;
  color: rgba(54, 54, 53, 0.1);
  z-index: 1;
}

.preloader .preloader-block .loading {
  position: absolute;
  top: calc(50% + 16px);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: blink-animation 2.2s linear infinite;
}

.preloader .preloader-bar {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background: #283d5e;
}

.preloader .preloader-bar .preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 0;
  background: #fff;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #283d5e;
  top: 0;
  left: 0
}

.preloader .loader {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.preloader .box {
    width: 100%;
    height: 100%;
    background: #eeeff1;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px
    
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite
}

@-webkit-keyframes loader {
  0% {
      left: -100px
  }

  100% {
      left: 110%
  }
}

@keyframes loader {
  0% {
      left: -100px
  }

  100% {
      left: 110%
  }
}

@-webkit-keyframes animate {
  17% {
      border-bottom-right-radius: 3px
  }

  25% {
      -webkit-transform: translateY(9px) rotate(22.5deg);
      transform: translateY(9px) rotate(22.5deg)
  }

  50% {
      -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg);
      transform: translateY(18px) scale(1,.9) rotate(45deg);
      border-bottom-right-radius: 40px
  }

  75% {
      -webkit-transform: translateY(9px) rotate(67.5deg);
      transform: translateY(9px) rotate(67.5deg)
  }

  100% {
      -webkit-transform: translateY(0) rotate(90deg);
      transform: translateY(0) rotate(90deg)
  }
}

@keyframes animate {
  17% {
      border-bottom-right-radius: 3px
  }

  25% {
      -webkit-transform: translateY(9px) rotate(22.5deg);
      transform: translateY(9px) rotate(22.5deg)
  }

  50% {
      -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg);
      transform: translateY(18px) scale(1,.9) rotate(45deg);
      border-bottom-right-radius: 40px
  }

  75% {
      -webkit-transform: translateY(9px) rotate(67.5deg);
      transform: translateY(9px) rotate(67.5deg)
  }

  100% {
      -webkit-transform: translateY(0) rotate(90deg);
      transform: translateY(0) rotate(90deg)
  }
}

@-webkit-keyframes shadow {
  50% {
      -webkit-transform: scale(1.2,1);
      transform: scale(1.2,1)
  }
}

@keyframes shadow {
  50% {
      -webkit-transform: scale(1.2,1);
      transform: scale(1.2,1)
  }
}
/*   END PRELOADER */








/*  MAIN MENU */
.MENU-UPPER {
  width: 100%;
  height: 45px; 
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.MENU-UPPER a:hover {
  color: #c4a540  !important;
}

.MENU-LOWER {
  width: 100%;
  height: 90px; 
  position: sticky;
  top: 0px;
  z-index: 98;

  border-top: #eeeff1 solid 2px;
  border-bottom: #eeeff1 solid 2px;
}

.banner-bottom-form {
  width: 100%;
  float: left;
  height: 90px; 
  position: sticky;
  top: 0px;
  z-index: 98;
}

.banner-bottom-form.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.search_nav {
  margin: 33px 0 0 36px;
  width: 85%;
  float: left;
}

.inner-banner-botm .search_nav li a {
  font-size: 14px;
  float: left;
  margin-left: 30px;
  position: relative;
  color: #fff;
  cursor: pointer;
  font-family: ExpoArabicLight; 
}

.inner-banner-botm .search_nav li {
  float: left;
}


.search_nav li a:before {
  top: 7px;
  height: 16px;
  right: -15px;
}

.search_nav li:last-child a:before {
  background: none;
}

.inner-banner-botm .search_nav {
  margin-left: 0;
  width: 85%;
}

.inner-banner-botm .search_nav li:first-child a {
    margin-left: 0px;
  }

.inner-banner-botm .search_nav li a:hover, header.fixed .inner-banner-botm nav ul li a:hover {
  color: #c4a540;
}


nav ul li a:before, .search_nav li a:before, .home_block7 .footer-menu a:before, .breadcrumb li a:before {
    background: url('/imgs/nav_divider.png') no-repeat;
    position: absolute;
    content: "";
    top: 7px;
    width: 1px;
    height: 10px;
}

nav ul li a:before {
  background: none !important;
}

.nav-link.active {
  background: #c4a540 !important;
  border-color: #283d5e!important;
  color: #fff !important;
}


.search-form {
  float: right;
  width: 15%;
  padding-top: 15px;
  position: relative;
}

.inner-banner-botm .search-form input {
  font-size: 16px;
  min-height: 40px;
}

.search_nav li a.active {  
  font-family: ExpoArabicMedium !important;
  color: #c4a540;
}
/*   END MAIN MENU */



/*  FOOTER */
.FOOTER-UPPER {
  color: #f8f9fa ;
}

.FOOTER-UPPER a:hover {
  color: #eeeff1;
}

.FOOTER-LOWER {
  min-height: 3.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #283d5e;
  font-size: 0.875rem;
}

.FOOTER-LOWER a {
  color: #283d5e;
  border-bottom: none;
  text-decoration: none;
}

.FOOTER-LOWER a:hover {
  color: #c4a540;
}

#ToTop 
{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #eeeff1;
  color: #283d5e;
  cursor: pointer;
  padding: 0.9rem 1rem;
  border-radius: 30px;
  border: 3px solid #283d5e!important;
  display: none;
}
    
#ToTop:hover 
{
  color: #eeeff1;
  background-color: #283d5e;
  border: 3px solid #eeeff1 !important;
}
/*   END FOOTER */









/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
 /* Handle */
 ::-webkit-scrollbar-thumb {
  background:#e6d7ac ; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e6d7ac ; 
}

/* width */
 ::-webkit-scrollbar {
  width: 10px;
}




@font-face 
{ 
    font-family: ExpoArabicLight; 
    src: url('/fonts/ExpoArabic-Light.ttf');
}
@font-face 
{ 
    font-family: ExpoArabicMedium; 
    src: url('/fonts/ExpoArabic-Medium.ttf');
}
@font-face 
{ 
    font-family: ExpoArabicBook; 
    src: url('/fonts/ExpoArabic-Book.ttf');
}








.bg-major {
  background-color: #283d5e!important;
}

.bg-minor {
  background-color: #eeeff1 !important;
}


.text-major {
  color: #283d5e!important;
}

.text-minor {
  color: #eeeff1 !important;
}


.modal-footer a:hover {
  color: #283d5e!important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-context {
  cursor: context-menu !important;
}


.btn-major {
  color: #fff;
  background-color: #283d5e;
  border-color: #fff ;
}

.btn-major:hover {
  color: #fff;
  background-color: #283d5ec9;
  border-color: #fff;
}

.btn-major:focus,
.btn-major.focus {
  box-shadow: 0 0 0 0.2rem #283d5ec9;
}

.btn-major.disabled,
.btn-major:disabled {
  color: #fff;
  background-color: #283d5ec9;
  border-color: #fff ;
}



.btn-minor {
  color: #283d5e;
  background-color: #eeeff1;
  border-color: #283d5e ;
}

.btn-minor:hover {
  color: #eeeff1;
  background-color: #283d5e;
  border-color: #eeeff1;
}

.btn-minor:focus,
.btn-minor.focus {
  box-shadow: 0 0 0 0.2rem #283d5e;
}

.btn-minor.disabled,
.btn-minor:disabled {
  color: #fff;
  background-color: #eeeff1c9;
  border-color: #fff ;
}


.border-minor {
  border-color: #eeeff1c9 !important;
}



.font-light {
  font-family: ExpoArabicLight !important; 
}

.font-medium {
  font-family: ExpoArabicMedium !important; 
}





.gab-5 {
  margin-bottom: 250px;
}

.gab-4 {
  margin-bottom: 200px;
}

.gab-3 {
  margin-bottom: 150px;
}

.gab-2 {
  margin-bottom: 100px;
}

.gab-1 {
  margin-bottom: 50px;
}

.gab-0 {
  margin-bottom: 25px;
}





ul {
  list-style-type: none;
}

ul a {
  color: #f8f9fa ;
  list-style-type: none;
}

ul a:hover {
  color: #eeeff1;
}


.note-text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  border-bottom: 1px solid #dfe1e3;
}
 .note-text {
  position: relative;
  margin: 0 0 9px;
  text-align: center;
  color: #969ca0;
  z-index: 1;
}
.note-text span {
  background: #fff;
  padding: 0 17px;
}


.alert-fly {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  width: 300px;
}



article.rounded-circle.make-round-box {
  width: 300px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  border: 3px dotted #283d5e !important;
  border-radius: 50px !important;
}

article.rounded-circle.make-round-box h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

hgroup.number-hgroup-tag {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background: #fff;
}

.button-background {
background-size: cover;
background-position: center center;
background-image: url(/imgs/button-background.png);
cursor: default;
}

.Box-Img {
  background-image: url(/imgs/avatar.png);
  height: 270px;
  background-size: cover;
  background-position-x: center;
}


.overlay-carousel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
  border-radius: 50px;
}

.eckcon:hover .overlay-carousel 
{
  opacity: 0.8;
}

.category-featured a:before
{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:.5rem;
  border:1px solid #fff;
  border-radius:5px;
  z-index:100;
  opacity:0;
  -webkit-transform:scale(.8) translateY(40px);transform:scale(.8) translateY(40px);
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}
  
.category-featured a:hover:before
{
  -webkit-transform:scale(1) translateY(0);
  transform:scale(1) translateY(0);
  opacity:1;
}

.category-featured a:after
{
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: #283d5e;
  opacity: 0.8;
  border-radius: 0px;
}

.category-featured a:before
{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  top:0;
  bottom:0;
  margin:.5rem;
  border:1px solid #fff;
  border-radius:0px;
  z-index:80;
  opacity:0;
  -webkit-transform:scale(.8) translateY(40px);transform:scale(.8) translateY(40px);
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.category-featured a:hover:before
{
  -webkit-transform:scale(1) translateY(0);
  transform:scale(1) translateY(0);
  opacity:1;
}

.category-featured a:hover h3
{
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}

.category-featured h3
{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  -webkit-transform:translateY(70%);
  transform:translateY(70%);
  color:#fff;
  text-align:center;
  font-size:20px;
  z-index:80;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.category-featured a img.cat-featured-img
{
  display:block;
  width:100%;
  height:auto;
  border-radius: 5px;
}


li.home-btn a {
  background: none;
  border-color: #f2f6e2;
  border-style: dashed;
  border-width: 1px;
  color: #f2f6e2 !important;
  margin-right: 10px;
  min-width: 150px;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  font-family: "ExpoArabicMedium", "Ubuntu regular";
}

li.home-btn a:hover {
  background: #c4a540;
  border-color: #f2f6e2;
  color: #f2f6e2 !important;
}

.pos-f-t .nav-item
{
  margin: 5px -1px;
  padding: 0px 5px;
  text-align: right;
}

.pos-f-t li.home-btn a {

  margin-right: 0px;
}



.circle-active
{ 
  width: 45px;
  height: 45px; 
  color: #f8f9fa;
  font-size: 18px;
  background-color: #343a40;
  margin-bottom: 0 !important;
  padding: 8px 8px !important;
  text-align: center;
  border-radius: 50% !important;
  border: 1px solid #343a40 !important;
}

.circle-active:hover {
  cursor: pointer;
}

.circle-normal
{ 
  width: 45px;
  height: 45px; 
  color: #343a40;
  font-size: 18px;
  background-color: #E3E1E0;
  margin-bottom: 0 !important;
  padding: 8px 8px !important;
  text-align: center;
  border-radius: 50% !important;
  border: 1px solid #E3E1E0 !important;
}

.circle-normal:hover {
  cursor: pointer;
}


.cube-hover
{   
  color: #ffffff;
  background-color: #2a2f34;
  margin-bottom: 0 !important;
  padding: 1rem !important;
  cursor: pointer;
  text-align: center;
}

.cube-active
{   
  color: #ffffff;
  background-color: #2a2f34;
  margin-bottom: 0 !important;
  padding: 1rem !important;
  cursor: pointer;
  text-align: center;
}


@media (max-width: 767px) {
  .mobile-view
  {
    display: block;
  }

  .pc-view
  {
    display: none;
  }

  

.btn-good {
  color: #fff !important;
  background-color: #283d5e;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:50%;
}

.btn-good:hover {
  color: #fff;
  background-color: #466b6d;
  cursor: pointer;
}

.btn-bad {
  color: #2c4a4c !important;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:50%;
}

.btn-bad:hover {
  color: #2c4a4c;
  background-color: #f2f6e2;
  cursor: pointer;
}



}

@media (min-width: 768px) {
  .mobile-view
  {
    display: none;
  }
  .pc-view
  {
    display: block;
  }

  

.btn-good {
  color: #fff !important;
  background-color: #283d5e;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:150px;
}

.btn-good:hover {
  color: #fff;
  background-color: #466b6d;
  cursor: pointer;
}

.btn-bad {
  color: #2c4a4c !important;
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  width:150px;
}

.btn-bad:hover {
  color: #466b6d;
  background-color: #f2f6e2;
  cursor: pointer;
}

}


.cube-hover
{   
    color: #ffffff;
    background-color: #2a2f34;
    margin-bottom: 0 !important;
    padding: 1rem !important;
    cursor: pointer;
    text-align: center;
}

.cube-active
{   
    color: #ffffff;
    background-color: #2a2f34;
    margin-bottom: 0 !important;
    padding: 1rem !important;
    cursor: pointer;
    text-align: center;
}

.Scroll {
  overflow-y: scroll;
}

