@font-face {
    font-family: 'DINNextLTArabic-Regular';
    src: url('../fonts/DINNextLTArabic-Regular.woff') format('woff'), url('../fonts/DINNextLTArabic-Regular.ttf') format('truetype'), url('../fonts/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #fff;
    font-family: 'DINNextLTArabic-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #868e96;
    direction:ltr;
    text-align:left;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
p {
direction:ltr;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
    .form-control{
        border-radius:0;
    }
select.form-control:not([size]):not([multiple]){
    height:3rem;
}
.rtl {
    direction: rtl;
}
.ltr{
    direction:ltr;
}
/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

header .navbar-brand img {
  height:50px;
}

    header .top-bar {
        background: #fff;
    }

header .top-bar a {
  color: #fff;
  padding: 5px;
  font-size: 15px;
  display: inline-block;
}

header .top-bar .cta-btn {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: #FF5500;
}

header .top-bar .cta-btn:hover {
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
  margin-bottom: 0;
}

header .top-bar .social li {
  display: inline-block;
  text-align: center;
}
    header .top-bar .social li > a {
        padding: 19px 10px;
    }
header .top-bar .social li a {
  color: #ff5500;
  /*padding: 10px;*/
  /*width: 40px;*/
  display: inline-block;
}
.fa-caret-down {
padding:5px;
}
    header .top-bar .social li a.language {
        width:auto;
    }

header .top-bar .social li .dropdown-menu:before,
header .top-bar .social li .dropdown-menu:after {
    bottom: 100%;
    left: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
header .top-bar .social li .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
    header .top-bar .social li .dropdown-menu:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0.15);
        border-width: 8px;
        margin-left: -8px;
    }
        header .top-bar .social li a.language img, header .top-bar .social li .dropdown-menu a img {
            width: 25px;
            margin-right: 5px;
        }

    header .top-bar .social li .dropdown-menu a {
        display: block;
        width: auto;
        color:#000;
        text-align:center;
    }
        header .top-bar .social li .dropdown-menu a:hover {
        background:rgba(0, 0, 0, 0.05);
        color:#FF5500;
        box-shadow:none;
        }
        @media (max-width: 991px) {
            header .top-bar .social li a {
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
  }
}

header .top-bar .social li a:hover {
  background: #FF5500;
  color: #fff;
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left:1rem;
padding-right:1rem;
font-size:1.1rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    position: relative;
}
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link:before {
        content: "";
        display: block;
        width: 0;
        height: 4px;
        background: #FF5500;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: all .7s;
    }
    .navbar-light .navbar-nav .nav-link:hover:before {
    width:100%;
    }
    .navbar-light .navbar-nav .nav-link:hover.navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .show > .nav-link{
        color: #fff !important;
    }
.fullscreen-bg__video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100%;*/
}
header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #001450 !important;
}

@media (max-width: 1199px) {
  header .navbar {
    /*background: white !important;*/
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .nav-link {
  padding: 1rem;
  outline: none !important;
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
    color: #fff !important;
}
    header .navbar .nav-link.active:before {
    width:100%;
    }
header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 4px solid #FF5500;
    margin: -4px 0 0 0;
    right: 0;
    width: max-content;
}
    header .navbar .dropdown-menu:after {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 85, 0, 0);
        border-bottom-color: #ff5500;
        border-width: 10px;
        margin-left: -10px;
    }

        header .navbar .dropdown-menu .dropdown-item.active {
            background: #f8f9fa;
            color: #FF5500 !important;
        }
.top-bar .dropdown-menu {
    min-width: 7em;
}
.dropdown-menu {
min-width:11rem;
}
.dropdown-item {
    text-align: left;
    padding: 0.25rem 0.5rem;
    color:#000;
}
.dropdown-toggle:after {
margin-right:.255em;
}
.dropdown-item:focus, .dropdown-item:hover {
background:#eee;
}
header .navbar .dropdown-menu a {
    padding-top: 3px;
    padding-bottom: 3px;
    width:auto;
    margin:0 .5em;
    border-bottom:1px solid rgba(255, 85, 0, 0.3);
    position:relative;
}
    header .navbar .dropdown-menu a:before {
        content: "";
        position:absolute;
        bottom:0;
        right:0;
        display: block;
        width:100%;
        margin:0;
        padding:0;
        height: 0px;
        background-color: #eee;
        transition:height .5s;
        z-index:0;
    }
    header .navbar .dropdown-menu a span {
    position:relative;
    z-index:10;
    }
    header .navbar .dropdown-menu a:hover {
        /*color:#fff !important;*/
    }
    header .navbar .dropdown-menu a:hover:before {
        height: 100%;
    }
    header .navbar .dropdown-menu a:last-child {
        border-bottom: none;
    }
    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #FF5500;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
  direction:ltr;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}
    .owl-carousel.home-slider .owl-nav button:focus {
    outline:none;
    }
    .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
        opacity: 1;
        visibility: visible;
    }

    .owl-carousel.home-slider .slider-item {
        /*background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;*/
        background:none !important;
        height: calc(100vh - 117px);
        min-height: 700px;
        /*-webkit-animation: zoomin 15s ease-in-out infinite;
        animation: zoomin 15s ease-in-out infinite;
        transition: all .5s ease-in-out;*/
        overflow: hidden;
    }
    .owl-carousel.home-slider.inner-page .slider-item {
        background: url(../img/bg_1.jpg) center center !important;
    }
        /* Zoom in Keyframes */
        @-webkit-keyframes zoomin {
            0% {
        transform:scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/*End of Zoom out Keyframes */

.owl-carousel.home-slider .slider-item .container {
/*transform:scale(.8) !important;*/
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 117px);
    min-height: 700px;
}

    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 43px;
        color: #FF5500;
        line-height: 1.2;
        font-weight: 300;
        text-shadow: -1px 2px 0px rgba(0,0,0,.4);
    }

@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  text-shadow:0px 0px 10px #000;
}
.owl-carousel.home-slider .slider-item .slider-text p.desc{
    line-height: 1.2;
    font-size: 1rem;
}
.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 400px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 400px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 150px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}
.major-caousel {
direction:ltr;
}
.owl-carousel.major-caousel .owl-dots {
    bottom: -30px !important;
    position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}
.slider-text .element-animate {
    /*background: rgba(0, 20, 80,.5);*/
}
.home-feature {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 2;
  top: 0;
  border-bottom: 10px solid #FF5500;
}

@media (max-width: 767px) {
  .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
    border: none;
    margin-bottom: 10px;
  }
}

.home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
  position: relative;
  overflow: hidden;
}

.home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
  margin-bottom: 0;
}

.home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
  -webkit-transition: .15s all ease-out;
  -o-transition: .15s all ease-out;
  transition: .15s all ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 20px;
  background: #FF5500;
  z-index: -1;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
  }
}

.home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
  background: #eb4f01;
}

.home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
  top: -10px;
  z-index: 3;
  -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
    top: 0;
  }
}

.home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

.home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
  opacity: 1;
  visibility: visible;
  bottom: -50px;
}

@media (max-width: 767px) {
  .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
    bottom: 0;
  }
}

.home-feature .one-col {
  background: #FF5500;
}

.home-feature .two-col {
  background: #001450;
}

.home-feature .three-col {
    background: #001450;
}

.section {
  padding: 2em 0;
}

.cta-link {
  background: #FF5500;
  padding: 3.5em 0 3em 0;
  display: block;
  text-align: center;
  transition:all .5s;
}

.cta-link:focus, .cta-link:active {
  outline: none;
}

.cta-link span {
  line-height: 1.2;
}

.cta-link .sub-heading {
  color: #fff;
  display: block;
  font-size: 20px;
}

.cta-link .heading {
  font-size: 50px;
  color: #001933;
}

@media (max-width: 991px) {
  .cta-link .heading {
    font-size: 30px;
  }
}

.cta-link:hover {
    background: rgba(255, 85, 0, 0.8);
}

.cover_1 {
    background-size: cover;
    background-position: center center;
    padding: 7em 0;
    background-attachment: fixed;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FF5500;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}
a.media {
    color: #000;
    padding: 0 0 5px 0;
    transition:all .5s;
}

    a.media:hover {
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.15);
        box-shadow: 0px 0px 10px rgba(0,0,0,.15);
    }
        a.media:hover .icon:before {
            font-size: 50px;
        }
        .media-feature .icon {
            font-size: 60px;
            color: #FF5500;
            display:block;
            height:100px;
        }
            .media-feature .icon:before {
                font-size: 60px;
                transition: all .5s;
            }
.media-feature h3 {
  font-size: 20px;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.media-custom .meta-post {
  color: #adb5bd;
  font-size: 13px;
  text-transform: uppercase;
}
.media-img-wrap {
height:160px;
overflow:hidden;
}
.media.inner-page .media-img-wrap {
    height: 200px;
}
.media-custom .meta-chat {
    color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #868e96;
}

.media-custom:focus, .media-custom:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
  padding: 30px;
  text-align: left;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #FF5500;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}
.custom-tabs .tab-pane .icon:before {
    font-size: 60px;
}
.custom-tabs .border-right {
  border-right: 1px solid #dee2e6;
}
.custom-tabs .border-left {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .custom-tabs .border-right {
    border-right: none;
  }
}

.custom-tabs .nav-pills .nav-link {
  padding-right: 0;
  font-size: 22px;
  font-weight: 100;
  color: #adb5bd;
  line-height: 1.2;
  margin-bottom: 10px;
}

    .custom-tabs .nav-pills .nav-link span {
        font-size: 20px;
        padding-right: 7px;
    }

.custom-tabs .nav-pills .nav-link.active {
  background: none;
  color: #FF5500;
  padding-right: 20px;
  position: relative;
}

.custom-tabs .nav-pills .nav-link.active:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 5px;
  left: 0;
  width: 2px;
  background: #FF5500;
}

.custom-tabs .tab-pane .icon {
  font-size: 60px;
  display: block;
  color: #FF5500;
}

.custom-tabs .tab-pane h2 {
  font-size: 45px;
  font-weight: 300;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}
.input-group-btn:not(:first-child) > .btn {
border-radius: 0 4px 4px 0;
}
.input-group .form-control:not(:last-child) {
    border-radius: 4px 0 0 4px;
}
.btn-dark {
    background: #001450;
    border-color: #001450;
}
.site-footer {
    padding: 2em 0;
    background: #f2f2f2;
    background: #001450;
    color: rgba(255, 255, 255, 0.7);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer a:hover {
  color: white;
}

.site-footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.site-footer .footer-link li {
  line-height: 1.3;
  margin-bottom: 15px;
}
    .site-footer .list-unstyled {
        padding-right:0;
    }
.site-footer hr {
    width: 100%;
}

.site-footer .border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-app a {
    display: inline-block;
    text-align: center;
}
.mobile-app a span {
    display:block;
font-size:35px;
}
.copyright {
    font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}
/*============================*/
@media (min-width: 762px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}
/*=========Loader=======*/
body {
    overflow-x: hidden !important;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
}
#preloader_1 {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
    #preloader_1 span {
        display: block;
        bottom: 0px;
        width: 6px;
        height: 5px;
        background: #FF5500;
        position: absolute;
        animation: preloader_1 1.5s infinite ease-in-out;
    }
        #preloader_1 span:nth-child(2) {
            left: 11px;
            animation-delay: .2s;
        }

        #preloader_1 span:nth-child(3) {
            left: 22px;
            animation-delay: .4s;
        }

        #preloader_1 span:nth-child(4) {
            left: 33px;
            animation-delay: .6s;
        }

        #preloader_1 span:nth-child(5) {
            left: 44px;
            animation-delay: .8s;
        }

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #FF5500;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #FF5500;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #FF5500;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #FF5500;
    }
}


/*=========Loader End========*/
/*===Pagination Customization====*/
.pagination-wrap{
    text-align:center;
}
.pagination-wrap nav{
    display:inline-block;
    margin:0 auto;
}
.page-link{
    color:#FF5500;
}
.page-item.active .page-link {
    background-color: #001450;
    border-color: #001450;
}
.page-link:focus, .page-link:hover {
    color: #FF5500;
}
/*===Pagination Customization End====*/
/*====Inner nav====*/
.inner-nav-bar {
    padding: 10px 0;
    background-color: #f3f3f3;
}
.inner-nav-bar a {
    color:#FF5500;
    padding-left:.25rem;
}
/*====Inner nav end====*/
/*==== Albums Gallery =====*/
ul.albums-list{
    margin:3rem auto;
}
ul.albums-list li {
    list-style:none;
    width:100%;
}
ul.albums-list li a{
    display:block;
    padding:1rem;
    border:1px solid #f1f1f1;
    position:relative;
    overflow:hidden;
    color:#000;
    margin:.5rem 0;
}
    ul.albums-list li a:hover {
        color: #FF5500;
        background: #f5f5f5;
    }
    ul.albums-list li a label {
        position: absolute;
        padding: .7rem;
        color: #fff;
        background: #FF5500;
        right: -200px;
        top: .3rem;
        opacity: 0;
        transition: all ease-in .5s;
        cursor:pointer;
    }
        ul.albums-list li a:hover label {
            opacity:1;
            right: 10px;
        }
        ul.albums-list li a small {
            padding-right:.8rem;
            color: #ccc;
        }
/*==== Albums Gallery End =====*/
/*======Media List======*/
.media-list a {
    height: 200px;
    overflow: hidden;
    margin: 1rem 0;
    position:relative;
    transition:all ease-in .5s;
    -webkit-transition:all ease-in .5s;
    -o-transition:all ease-in .5s;
    -moz-transition:all ease-in .5s;
}
    /* Zoom In #1 */
    .media-list a img, .media-list a video {
        height:100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
@media (max-width:768px){
    .media-list a{
        height:auto;
    }
    .media-list a img, .media-list a video {
        width: 100%;
        height: auto;
    }
}
    .media-list a:hover img, .media-list a:hover video {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .media-list a label {
        background: #001450;
        color:#fff;
        padding: 1rem;
        opacity:0;
        position: absolute;
        z-index:10;
        top: -100px;
        left: 0px;
        cursor:pointer;
        transition: all ease-in .5s;
        -webkit-transition: all ease-in .5s;
        -o-transition: all ease-in .5s;
        -moz-transition: all ease-in .5s;
    }
    .media-list a:hover label {
        opacity: 1;
        top: 15px;
        left: 30px;
    }
        .media-list a.video:after {
            content: "\f144";
            font-family: "Font Awesome 5 Free";
            color: rgba(255, 85, 0, 0.46);
            position: absolute;
            font-size: 5rem;
            z-index: 10;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 2rem 0;
        }
    .media-list a.video:hover:after {
        color: rgba(255, 85, 0, 0.7);
    }
.ekko-lightbox .modal-header {
    background:#001450; 
}
    .ekko-lightbox .modal-header h4{
        color:#fff;
    }
    .ekko-lightbox .modal-header .close {
        color: #fff;
        margin: 0;
        cursor:pointer;
    }

    /*======Media List End======*/
    /*======= FAQ ============*/
    .faq h2 {
        color: #000;
        padding-bottom: 15px;
        position: relative;
    }
    .faq h2:before {
        bottom: 0;
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        background: #FF5500;
    }
    .faq .panel-title a {
        color: #000;
    }
    .faq .panel-title a:hover{
        color:#FF5500;
    }
        .faq .panel-title a:before {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight:900;
            padding-right: 1rem;
            font-size:15px;
        }
        .faq .panel-title a.collapsed:before {
            content: "\f067";
            font-weight: 900;
        }
/*======= FAQ end ============*/
/*======= Customer Service Centers ======*/
.centers-list h4 {
    padding: .7rem;
    color: #ff5500;
     border-bottom: 1px solid #eee; 
}
.collapse.center-info {
    padding: 1rem;
    background: #f5f5f5;
}
.centers-list {
    height: 77vh;
    position: absolute;
    z-index: 99;
    top: 5%;
    left: 10px;
    overflow-y: auto;
    width: 33.33%;
    background-color: #fff;
    margin-top: 105px;
}
@media (max-width:768px){
    .centers-list{
        position:relative;
        top:0;
        right:0;
        width:100%;
        height:60vh;
    }
}
.inner-nav-bar h4 {
    padding-top: .2rem;
}
.nav-tabs .nav-link:hover{
    border-color:#fff;
}
.nav-tabs .nav-link.active {
    border-color: #fff #fff #fe5500;
    border-bottom-width: 3px;
    position: relative;
}
    .nav-tabs .nav-link.active:after {
        content: "";
        margin-left: -12px;
        margin-left: -7px;
        left: 50%;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #FF5500;
        position: absolute;
        bottom: 0px;
    }
    .centers-list-item .center-title {
        padding: .7rem;
        display: block;
        border-bottom: 1px solid #eee;
        cursor:pointer;
    }
    .centers-list-item .center-title h3 {
        margin-bottom:0;
        font-size:1.5rem;
    }
.centers-list-item .center-title .badge {
    background:#eee;
}
.center-title h3:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 1rem;
    font-size: 12px;
}

.center-title.collapsed h3:before {
    content: "\f067";
    font-weight: 900;
}
.gm-style .gm-style-iw-d{
    max-height:400px !important;
    overflow: unset !important;
}
.gm-style-iw.gm-style-iw-c {
    max-height: 400px !important;
    padding: 0 !important;
}

.gm-style-iw-c > button {
    top: -3px !important;
    right: -3px !important;
    left: unset !important;
}
/*======= Customer Service Centers End ======*/
/*Start in-validate-en*/
.in-validate-en {
    position: absolute;
    top: 0px;
    right: 130px;
    background: #e35583;
    z-index: 9999;
    width: max-content;
    margin-top: 5px;
    padding: 6px 9px 9px;
    border-radius: 2px;
    font-size: 11.5px;
    text-align: center;
    color: #fff;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

    .in-validate-en:after {
        position: absolute;
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #e35583;
        border-width: 7px;
        margin-top: -7px;
    }
/*End in-validate-en*/

.master-loader {
    position: absolute;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, 0px);
}

    .master-loader img {
        width: 35px;
    }

/*Start Alert*/
.alert {
    position: relative;
    padding: 5px 25px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: inline-block;
}
/*End Alert*/

.btn-pointer {
    cursor: pointer !important;
}

/*Start pagination*/
.pagination span a,
.pagination span span {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #FF5500;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .pagination span a:first-child,
    .pagination span a:last-child {
        margin-right: -5px;
    }

.pagination span span {
    background-color: #001450;
    border-color: #001450;
    z-index: 2;
    color: #fff;
}

.pagination span a:hover {
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
/*End pagination*/

.img-fluid {
    width: 100%;
}
/*====News Details Carousel===*/
.news-carousel .carousel-item {
    position:relative;
    padding-top:66.66%;/*aspect ratio*/
    overflow-y:hidden;
}
    .news-carousel .carousel-item img {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
    }
.news-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    overflow: hidden;
}
    .news-carousel .carousel-indicators li img{
        height:100%;
    }
    .news-carousel .carousel-indicators {
        position: relative;
        margin-top: 5px;
        bottom: 0;
    }
    .news-carousel .carousel-indicators li.active img{
        border-color:#FF5500;
    }
    /*====News Details Carousel End===*/
    /*===== Contact ==========*/
    .section.contact h5 i {
        color: #FF5500;
    }

    .section.contact h5 i:before {
        font-size: 2rem;
        padding: 7px;
        margin-right: 5px;
        border: 2px solid #FF5500;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
    }

.section.contact h5:hover i:before {
    color: #fff;
    background: #001450;
}
/*===== Contact End ==========*/
/*=====Aber Gates =====*/
.gates-list {
    height:100vh;
}
    .gates-list .card {
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-radius: 0;
    }
        .gates-list .card:last-child {
            border-bottom: 1px solid rgba(0,0,0,.125);
        }
    .gates-list .card-header {
        background-color: #fff;
        border-bottom:none;
    }
    .gates-list .card-link {
        color:#000;
    }
    .gates-list .card-link:before {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        padding-right: .5rem;
        color: #ff5500;
    }
    .gates-list .card-link.collapsed:before {
        content: "\f107";
    }
.map-info-window {
    margin:1rem;
    width:300px;
    font-family:'Droid Arabic Kufi';
}
.map-info-window img {
    width:100%;
}
/*=====Aber Gates End =====*/
/*==== Multiselect End ====*/
ul.form-control {
    height: auto;
    min-height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

    ul.form-control input {
        color: #495057;
    }

    ul.form-control.disabled {
        background-color: #e9ecef;
    }

    ul.form-control .badge {
        padding-left: 0;
        line-height: 1.5em;
        margin: .2rem;
    }

        ul.form-control .badge button.close {
            font-size: 1.5em;
            line-height: 0.9em;
            padding: 0 .5rem;
            cursor: pointer;
        }

        ul.form-control .badge span.disabled {
            opacity: 0.65;
        }

    ul.form-control.focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    ul.form-control.form-control-sm {
        min-height: calc(1.5em + 0.5rem + 2px);
    }

        ul.form-control.form-control-sm input {
            font-size: 0.875rem;
        }

    ul.form-control.form-control-lg {
        min-height: calc(1.5em + 1rem + 2px);
    }

        ul.form-control.form-control-lg input {
            font-size: 1.25rem;
        }

    .was-validated ul.form-control:valid, ul.form-control.is-valid {
        border-color: #28a745;
    }

        .was-validated ul.form-control:valid.focus, ul.form-control.is-valid.focus {
            border-color: #28a745;
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        }

    .was-validated ul.form-control:invalid, ul.form-control.is-invalid {
        border-color: #dc3545;
    }

        .was-validated ul.form-control:invalid.focus, ul.form-control.is-invalid.focus {
            border-color: #dc3545;
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        }

ul.dropdown-menu li .custom-control-input.disabled ~ .custom-control-label {
    color: #6c757d;
}
.badge-light{
    background-color:#eee;
}
.custom-control-label::before {
    position: absolute;
    top: 0.35rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 2px solid #ced4da;
}
.dashboardcode-bsmultiselect{
    position:relative;
}
    .dashboardcode-bsmultiselect:after {
        content: "\f0b0";
        font-size:.8rem;
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        color: #ddd;
        position: absolute;
        right: .7rem;
        top: .5rem;
    }
    .dashboardcode-bsmultiselect .dropdown-menu {
        float: right;
        width:100%;
        transform: translate3d(0px, 40px, 0px) !important;
    }
    .dashboardcode-bsmultiselect .dropdown-menu li {
        text-align: left;
    }
    .dashboardcode-bsmultiselect .custom-control {
        margin-left: 1.7rem;
        padding-right: 1.5rem;
        margin-right: 0;
        padding-left: 0;
    }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2196F3;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2196F3;
}
.custom-control-label::after {
    position: absolute;
    top: 0.35rem;
    left: -1.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: .7rem;
    color: #fff;
}
/*==== Multiselect ====*/
.input-group-prepend {
    display: flex;
    padding: 0.375rem 0.75rem;
    background: #f3f3f3;
    border: 1px solid #ced4da;
    border-right-width: 0;
}
.table-dark > th, .table-hover .table-dark:hover > th {
    background-color: #001450;
    color: #fff;
    border-color: #001450;
}
.table-hover tbody tr:hover {
    background-color: rgba(255, 85, 0, .075);
}

.btn-send {
    cursor: pointer !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.validationList ul {
    padding: 0;
}

.validationList ul li {
    display: inline-block;
    margin: 0 0 3px 5px;
    background-color: rgb(204, 0, 0);
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 14px;
}

    .validationList ul li:before {
        font-family: 'FontAwesome';
        content: "\f05a";
        margin-right: 3px;
    }

.mb-10 {
    margin-bottom: 10px !important;
}

.map-info li {
    margin-bottom: 2px;
}

.li-time > div:first-child:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px;
}

.li-time > div:first-child {
    margin: 0 !important;
}

.li-time > div:nth-child(2),
.li-time > div:last-child {
    margin-left: 22px;
}

/*Start page-uploader*/
.loader-wrapper > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
}

.preloader {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

    .preloader span {
        display: block;
        bottom: 0px;
        width: 6px;
        height: 5px;
        background: #FF5500;
        position: absolute;
        animation: preloader_1 1.5s infinite ease-in-out;
    }

    .preloader span:nth-child(2) {
        left: 11px;
        animation-delay: .2s;
    }

    .preloader span:nth-child(3) {
        left: 22px;
        animation-delay: .4s;
    }

    .preloader span:nth-child(4) {
        left: 33px;
        animation-delay: .6s;
    }

    .preloader span:nth-child(5) {
        left: 44px;
        animation-delay: .8s;
    }
/*End page-uploader*/

.btn-click {
    cursor: pointer !important;
    outline: none;
    color: #fff !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.dis-inline-b {
    display: inline-block !important;
}

.mv-70 {
    margin: 70px 0;
}

.center-list-info {
    padding: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.lbl-star {
    color: red;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.img-slider {
    position: absolute;
    height: 100vh;
    width: 100%;
}

    .img-slider img {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .img-slider video {
        width: 100%;
    }