/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://themefisher.com/
Description: Medicle Template
Version: 1.0.0

*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&amp;display=swap");
html {
  overflow-x: hidden;
}
text.highcharts-credits {
    display: none;
}
.dropdown-menu {
    font-size: 0.7rem;
}
input.subscribe.form-control {
    color: white;
}
.divider_manshet {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    color: black;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #333 !important;
}
.sticky a.nav-link {
    color: white !important;
}
body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #2A2A2A;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 10px;
}



.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #2A2A2A;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #2A2A2A;
  color: #fff;
  border-color: #2A2A2A;
}

.btn-main:hover {
  background:#2A2A2A;
  border-color: #9A2719;
  color: #fff;
}

.btn-main-2 {
  background:#2A2A2A
  color: #fff;
  border-color: #9A2719;
}

.btn-main-2:hover {
  background: #2A2A2A;
  color: #fff;
  border-color: #2A2A2A;
}

.btn-solid-border {
  border: 2px solid #2A2A2A;
  background: transparent;
  color: #2A2A2A;
}

.btn-solid-border:hover {
  border: 2px solid #2A2A2A;
  color: #fff;
  background: #2A2A2A;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #2A2A2A;
  color: #fff;
  border-color: #2A2A2A;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
    background: #ececec;
}

.bg-primary {
  background: #2A2A2A;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #2A2A2A;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #2A2A2A;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

 a:hover {
  color: #9A2719;
  text-decoration: none;
}

a:focus {
  outline: none;
}

@media (max-width:767px) {
.features .col-md-6.fadeInLeft.wow {
    height: 100%;
}
.megaitem img.img-fluid {
    display: none;
}
}
.Logo img.img-fluid {
    content: url('../images/logo_en.png');
}
.sticky .Logo img.img-fluid {
    content: url('../images/logo_en_white.png');
}

.Note {
    text-align: left;
}
.content {
    text-align: left;    
  }
.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #2A2A2A;
}

.secondary-bg {
  background: #2A2A2A;
}



.section-title h2 {
  color: #2A2A2A;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
    padding: 20px 0px;
    padding-left: 3%;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}
h6.dex {
    margin: 0;
    line-height: 26px;
}
.navbar-brand {
  margin-right: 30px;
}
    .mAp-0 {
        padding: 0;
        margin: 0;
    }
.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    max-width: 250px;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #9A2719;
    border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #9A2719;
}

.header-top-bar {
    padding:0;
  background: #2A2A2A;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}
#navbarmain .nav-link, .dropdown .dropdown-item:hover {
    color: #9A2719 ;
}
.top-bar-info li a {
    color: #fff;
}

.top-right-bar a:hover span i {
    background-color: #9A2719;
    animation-duration: .5s;
    font-weight: 600;
    letter-spacing: 1px;
}
.top-right-bar a i {
    border: unset !important;
    font-size: 18px;
    margin: 2px 2px;
}

.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.feature-item.marq{
    padding:0;
    margin:1px;
}
section.marq{
    padding:10px 0;
}
div#news-bar {
    line-height: 6px;
}
#footer ul li a, #footer ul li, h4.center {
    text-align: center !important;
}
#footer {
    padding: 10px 0 !important;
}

.bg-1 {
    background: url("../images/bg/22.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.bg-2 {
    background: url("../images/bg/11.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 600px;
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #2A2A2A;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #2A2A2A;
}

.text-color-2 {
  color: #9A2719;
}

.divider {
  width: 40px;
  height: 5px;
  //background:#2A2A2A
}


.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #2A2A2A;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
    height: 96%;
    margin: 5px 5px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #2A2A2A;
}

.feature-item h4 {
  color: #2A2A2A;
}
.feature-item {
    text-align: center;
}

.featur

.feature-item p {
    font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #9A2719;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #9A2719;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background:#2A2A2A
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background:#2A2A2A
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background:#2A2A2A
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #9A2719;
}

.read-more {
  color: #2A2A2A;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 950px) {
    .navbar.header-top-bar .container .row.align-items-center.Ar_reverse .col-lg-6 {
        width:50% !important;
        padding:0;
    }
    text.highcharts-title {
        opacity: 0;
    }
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #2A2A2A;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.html") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.sticky .navbar-brand {
    margin-right: 0.4%;
}
.sticky #navbarmain {
    padding-left: 5%;
}

.testimonial-block .slick-dots {
    text-align: left;
}
.sticky span.icofont-navigation-menu {
    color: #fff !important;
}
.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #9A2719;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
    min-height: 265px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #9A2719;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #2A2A2A;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #2A2A2A;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
    font-size: 18px;
    color: #2A2A2A;
    padding: 9px;
    border-left: 5px solid #9A2719;
    margin: 15px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #2A2A2A;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #2A2A2A;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #2A2A2A;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #2A2A2A;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #2A2A2A;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #2A2A2A;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #2A2A2A;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 26px;
  position: relative;
  padding-bottom: 15px;
}
    .sidebar-widget a {
        color: #2A2A2A;
    }

    .sidebar-widget h5:before {
        position: absolute;
        content: "";
        /* left: 0; */
        right: 0;
        bottom: 0px;
        width: 52px;
        height: 4px;
        background: #2A2A2A;
    }

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #2A2A2A;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #2A2A2A;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #2A2A2A;
}

.logo span {
  color: #2A2A2A;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #2A2A2A;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #9A2719;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #9A2719;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background:#2A2A2A
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}
.navbar-collapse.collapse.in{

	display:block;
}
section.section.Testmonial .content.row {
    margin: 0;
    margin-left: 34%;
}
.owl-nav {
    display: none;
}

section#home-slider {
    z-index: 0;
}
.features {
    margin-top: -10.6%;
}
.nav-dots {

    bottom: 8%;

}

button.submit-icon{
	padding:10px 20px;


}
/*.header-top-bar {
    background-color:white;
}*/
.feature-item .feature-icon i {
    color: #9A2719;
}
.section-title h2{
	 color: #9A2719 !important;

}

.btn-blue {
 background-color: #9A2719 !important;
}

.section {
    padding: 30px 0;
}
.service-block.mb-5 img {
    min-height: 185px;
}
section.section.Testmonial {
    background-image: url(../images/block-image-aboutus.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#nav-arrows > a.sl-next:hover, #nav-arrows > a.sl-prev:hover {
     background-color: #9A2719 !important;
    border-color: #9A2719 !important;
    color: #fff;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #9A2719 !important;
}
section.section.Testmonial p {
    color: #ffff
}

.fa {
    padding: 8px;
    font-size: 19px;
    width: 34px;
    text-align: center;
    text-decoration: none;

}

.fa {
    border: 1px solid white;
}



i.icofont-login {
    margin-right: 6px;
}

/*# sourceMappingURL=maps/style.css.map */


    .feature-item table tr th {
        text-align: center;
    }

    .EN_reverse {
        flex-direction: row;
    }

    .caption-content h2 {
        font-size: 32px;
    }

    th {
        font-size: 13px;
        /* direction: rtl; */
    }

    i.icofont.icofont-stylish-up {
        font-size: 25px;
        color: darkgreen;
    }

    i.icofont.icofont-brand-designbump {
        font-size: 25px;
    }

    i.icofont.icofont-stylish-down {
        font-size: 25px;
        color: darkred;
    }

    i.icofont.icofont-coins {
        font-size: 70px;
        color: #2A2A2A;
    }

    i.icofont.icofont-chart-arrows-axis {
        font-size: 70px;
    }

    a.navbar-brand, a.Logo {
        width: 354px;
    }

    h4, .h4 {
        font-size: 1rem;
        line-height: 30px;
    }

    .nopadding {
        padding: 0 4px 5px 1px !important;
    }

        .nopadding h4 {
            padding: 0;
            font-size: 15px;
            text-align: right;
        }

        .nopadding p {
            font-size: 14px;
        }

    marquee {
        min-width: 250px;
        max-height: 150px;
    }

    .currncy {
        padding-bottom: 20px !important;
    }




    section.section.Rss.gray-bg {
        padding: 20px 0;
    }

    #footer p {
        color: #6f6f6f;
        text-align: justify !important;
    }

    input.form-control.subscribe::placeholder {
        color: white !important;
    }

    #navbarmain .nav-link, .dropdown .dropdown-item {
        color: black;
    }

    .nopadding h4 {
        height: 13px;
        font-size: 15px;
        text-align: left;
    }


    .row.align-items-center.Ar_reverse {
        flex-direction: row-reverse;
    }

    ul.top-bar-info.list-inline-item.pl-0.mb-0.text-lg-right {
        width: 100%;
    }

    .text-lg-right.top-right-bar.mt-2.mt-lg-0.Ar_left {
        text-align: left !important;
    }

    .table td, .table th {
        text-align: center;
        padding: 0;
    }

    .feature-block.d-lg-flex {
        flex-direction: row-reverse;
    }

    .Rvrow div {
        float: left;
    }

    section#footer-bottom .row {
        flex-direction: row-reverse;
    }

    .En-right {
        text-align: right;
    }

    @media (max-width: 769px) {
        .En-right {
            text-align: unset;
        }

        ul.navbar-nav.ml-auto {
            flex-direction: column !important;
        }

        #footer {
            text-align: center;
        }

        .col-md-12.sochail {
            text-align: center;
        }

        s #footer ul li a, #footer ul li a, #footer p, footer#footer h4, .subscribe.form-control {
            text-align: center;
        }
    }

    section.MultiSection {
        padding: 15px 0;
    }

    section.section.Testmonial h2 {
        color: white !important;
    }

    .moverlay {
        padding: 30px 0;
        background: rgba(128,128,128,0.5);
    }

    section.section.Testmonial {
        padding: 0;
    }

    .sidebar.sochail a {
        background-color: white;
        border-radius: 5px;
    }

    .sochail a {
        color: white;
    }

    .sidebar.sochail a:hover {
        background-color: #2A2A2A;
        border-radius: 6px;
        transition-duration: 0.5s;
    }

    .section-body p, .section-body li {
        font-size: 16px;
        text-align: justify;
    }

    section.MultiSection h2 {
        font-size: 20px;
    }

    section.Article h2 {
        font-size: 25px;
        color: black !important;
    }

    #footer-bottom a {
        color: white;
    }

    .contact-block p {
        font-size: 14px;
    }

    #map {
        height: 400px;
        width: 100%;
    }

    .section-body {
        text-align: justify;
    }

    section.Article .divider.mx-auto.my-4 {
        margin-right: auto !important;
        margin-left: unset !important;
    }

    section.Article {
        padding: 70px 0;
        padding-bottom: 0;
    }

    .elem, .elem * {
        box-sizing: border-box;
        margin: 0 !important;
    }

    .elem {
        display: inline-block;
        font-size: 0;
        width: 100%;
        border: 20px solid transparent;
        border-bottom: none;
        background: #fff;
        padding: 10px;
        height: auto;
        background-clip: padding-box;
    }

        .elem > span {
            display: block;
            cursor: pointer;
            height: 0;
            padding-bottom: 70%;
            background-size: cover;
        }

    .sidebar-widget.latest-post.mb-3 a:hover {
        color: #9A2719;
    }


    .sidebar-widget.latest-post.mb-3 {
        border-left: 2px solid;
        padding-left: 5%;
    }

    .Contentimgs {
        width: 65%;
        margin-left: auto;
        padding-bottom: 25px;
    }

    img.img-fluid {
        border-radius: 2%;
    }

    iframe {
        width: 100%;
        height: 100%;
    }

    .md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
        color: #448aff;
        border: none;
        background-color: transparent;
        border-radius: 0;
    }

    .nav-tabs .slide {
        background: #448aff;
        width: 100%;
        height: 4px;
        -webkit-transition: left 0.3s ease-out;
        transition: left 0.3s ease-out;
        bottom: 0;
    }

    .md-tabs .nav-item.active .slide {
        opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .md-tabs .nav-item .slide {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }



    .md-tabs li.nav-item {
        position: relative;
        font-size: 15px;
        width: 20%;
        text-align: center;
    }

        .md-tabs li.nav-item a {
            text-align: center;
        }

    ul.nav.nav-tabs.md-tabs {
        direction: rtl;
    }

    .Arblog input, .Arblog select {
        height: 50px;
        direction: rtl;
    }

    select.form-control {
        font-size: 10px;
        font-weight: 200;
    }

    img.img-fluid.w-100 {
        min-height: 257px;
    }

    .bg-3 {
        background: url(../images/bg/1.jpg) no-repeat 50% 50%;
        background-size: cover;
        position: relative;
    }

    .department-block .content p {
        font-size: 11px;
    }

    .department-block .content a {
        color: black;
    }

        .department-block .content a:hover {
            color: #9A2719;
        }

    section.imges h2, section.Video h2, section.files h2 {
        text-align: center;
    }

    embed {
        min-height: 218px;
    }
    /*#footer ul li a:hover {
    color: #9A2719 !important;
}*/
    #footer ul li a:hover {
        color: #FFF !important;
    }

    .form-control {
        font-size: 10px !important;
    }

    .elem p {
        width: 300px;
        text-align: center;
    }

    i.fas.fa-globe {
        padding-left: 4px;
    }


    .aboutus .btn-effect {
        padding: 10px 15px;
        margin-top: 1%;
    }

    main.site-content {
        min-height: 750px;
        margin-bottom: 3%;
    }

        main.site-content.Main {
            min-height: 750px;
            margin-bottom: 0;
        }

    body#body {
        font-size: 14px;
    }

    body::-webkit-scrollbar {
        width: 1em;
    }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    i.fa.fa-globe {
        border: unset;
        font-size: 19px;
        margin: 2px 2px;
    }





@media (max-width:1024px) {
    .navbar-brand {
        margin-right: 18px;
    }

    a.navbar-brand, a.Logo {
        width: 250px;
    }
}

@media (max-width:768px) {
    .nav-item i {
        display: none;
    }
}


    @import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
    /* colors */
    /* tab setting */
    /* breakpoints */
    /* selectors relative to radio inputs */
    html {
        width: 100%;
        height: 100%;
    }

    body {
        background: #efefef;
        color: #333;
        font-family: "Raleway";
        height: 100%;
    }

        body h1 {
            text-align: center;
            color: #428BFF;
            font-weight: 300;
            padding: 40px 0 20px 0;
            margin: 0;
        }


    .tabs input[name="tab-control"] {
        display: none;
    }

    .tabs .content section h2,
    .tabs ul.navtabs li label {
        font-weight: bold;
        font-size: 15px;
        color: #818181;
    }

    .tabs ul.navtabs {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .tabs ulnavtabs li {
        box-sizing: border-box;
        flex: 1;
        width: 25%;
        padding: 0 10px;
        text-align: center;
    }

    .tabs ul.navtabs li label {
        transition: all 0.3s ease-in-out;
        color: #929daf;
        padding: 5px auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tabs ul.navtabs li label br {
            display: none;
        }

        .tabs ul.navtabs li label svg {
            fill: #929daf;
            height: 1.2em;
            vertical-align: bottom;
            margin-right: 0.2em;
            transition: all 0.2s ease-in-out;
        }

        .tabs ul.navtabs li label:hover, .tabs ul.navtabs li label:focus, .tabs ul.navtabs li label:active {
            outline: 0;
            color: #bec5cf;
        }

            .tabs ul.navtabs li label:hover svg, .tabs ul.navtabs li label:focus svg, .tabs ul.navtabs li label:active svg {
                fill: #bec5cf;
            }

    .tabs .slider {
        position: relative;
        width: 25%;
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator {
            position: relative;
            width: 50px;
            max-width: 100%;
            margin: 0 auto;
            height: 4px;
            background: black;
            border-radius: 1px;
        }

    .tabs .content {
        margin-top: 30px;
    }

        .tabs .content section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabs .content section h2 {
                color: #428BFF;
                display: none;
            }

                .tabs .content section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #428BFF;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        color: black;
    }

        .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: #428BFF;
        }

    @media (max-width: 600px) {
        .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
            background: rgba(0, 0, 0, 0.08);
        }
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
        -webkit-transform: translateX(-43%);
        transform: translateX(-43%);
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        cursor: default;
        color: black;
    }

        .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
            fill: #428BFF;
        }

    @media (max-width: 600px) {
        .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
            background: rgba(0, 0, 0, 0.08);
        }
    }

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
        -webkit-transform: translateX(77%);
        transform: translateX(77%);
    }

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        cursor: default;
        color: black;
    }

        .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
            fill: #428BFF;
        }

    @media (max-width: 600px) {
        .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
            background: rgba(0, 0, 0, 0.08);
        }
    }

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
        -webkit-transform: translateX(212%);
        transform: translateX(212%);
    }

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        cursor: default;
        color: black;
    }

        .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
            fill: #428BFF;
        }

    @media (max-width: 600px) {
        .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
            background: rgba(0, 0, 0, 0.08);
        }
    }

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
        -webkit-transform: translateX(343%);
        transform: translateX(343%);
    }

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
        display: block;
    }

    @-webkit-keyframes content {
        from {
            opacity: 0;
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }

    @keyframes content {
        from {
            opacity: 0;
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }

    @media (max-width: 1000px) {
        .tabs ul.navtabs li label {
            white-space: initial;
        }

            .tabs ul.navtabs li label br {
                display: initial;
            }

            .tabs ul.navtabs li label svg {
                height: 1.5em;
            }
    }


    .ExURLS p {
        text-align: justify;
    }

    div.accordion.aboutus .card {
        background: unset;
        border: unset;
    }

        div.accordion.aboutus .card .card-header {
            background: unset;
            text-align: left;
        }


    .sliding_content {
        display: block;
        width: 100%;
        height: 200%;
        transform: translate3d(0,0,0);
        transition: transform .4s ease-in-out;
    }

    .single-company-content a {
        border-radius: 10px;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .sliding_content .sliding_content_top, .sliding_content .siliding_content_bottom {
        background: #fff;
        display: block;
        height: 50%;
    }

    .sliding_content .siliding_content_bottom {
        background: #333;
        color: #fff;
        font-size: 1.4em;
        line-height: 2em;
        padding: 4%;
        text-align: center;
        border-radius: 10px;
    }

    .single-company-content {
        position: relative;
        direction: rtl;
        cursor: pointer;
        height: 17em;
        padding: 0 1px;
        margin: 2% 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 42, 106, 0.1);
        border-radius: 4%;
    }

    .single-company-container {
        padding: 0;
        margin: 7px 0;
    }

    .single-company-content:hover .sliding_content {
        transform: translate3d(0,-50%,0);
    }

    .Company img {
        max-height: 32px;
        padding-top: 4%;
    }

    .Company div {
        text-align: center;
    }

    ul.Company {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .CompanyName p {
        text-align: center;
        font-size: 14px;
        color: black;
    }

    section.section.service-2 .section-title h2 {
        text-align: center;
    }


    .loginLabel {
        line-height: 50px;
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    /* The Close Button */
    .close {
        color: white !important;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover, .close:focus {
            color: #2A2A2A;
            text-decoration: none;
            cursor: pointer;
        }

    .modal-header {
        padding: 2px 16px;
    }

    .modal-body {
        padding: 2px 16px;
    }

    .modal-footer {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }

    input#btnLogin {
        border-radius: 10%;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .ExURLS a {
        color: #818181;
    }

    .tabs ul li {
        color: black;
    }

    i.icofont.icofont-brand-designbump {
        color: #818181;
    }

    i.ion, i.typcn {
        font-size: 22px;
    }

    .ion-arrow-up-c {
        color: darkgreen;
    }

    .ion-arrow-up-c {
        color: darkgreen;
	padding-left: 5px;
    	padding-top: 2px;
    }

    .ion-arrow-down-c {
        color: darkred;
    	padding-left: 5px;
    	padding-top: 2px;
    }

    i.typcn.typcn-equals {
        color: #f98512;
         /*padding-right: 10px;*/
    }

    .TExten p {
        padding: 0;
        direction: ltr;
	padding-left: 10px;
    	/*border-left: 2px solid #80808073;*/
    }
.TExten p span{
/*padding-left: 2px;
padding-right: 2px;*/
}
    .wHr a {
        color: white;
    }

    nav#navbar {
        padding: 0;
        background-color: rgba(255,255,255,0.7);
        z-index: 9;
    }

    section#home-slider {
        margin-top: -7.2%;
    }

    .feature-item.FTow {
        margin: 0;
        padding: 0;
        height: 54%;
    }

    .row2forc {
        margin-top: -2%;
    }

    .header-top-bar {
        z-index: 9;
    }

    .Note {
        text-align: right;
        color: #9A2719;
        font-size: 13px;
    }

    .mxdith {
        width: max-content;
    }


    .bigicon {
        font-size: 50px;
    }

    i.icofont.icofont-file-document {
        color: #2A2A2A;
        padding: 10px;
    }


    .megaitem {
        padding: 0.5%;
    }

    .bigicon p {
        margin-top: 1%;
        color: black;
    }

    .feature-item.FTow h4 {
        text-align: center;
    }

    .mediaLink a {
        color: #992915;
        font-size: 12px;
    }

    .mediaLink {
        font-size: 10px !important;
    }






    .row.align-items-center.Ar_reverse {
        width: 100%;
    }

    .card-body, .card-body p {
        font-size: 12px;
        text-align: justify;
    }



    p, ul li i:before, ul li i:after, div.accordion {
        transition: all 0.25s ease-in-out;
    }

        .flipIn.animated, h1.animated, ul.animated li, div.accordion.animated .card {
            animation: flipdown 0.5s ease both;
        }



            div.accordion.animated .card:nth-of-type(1) {
                animation-delay: 0.5s;
            }

            div.accordion.animated .card:nth-of-type(2) {
                animation-delay: 0.75s;
            }

            div.accordion.animated .card:nth-of-type(3) {
                animation-delay: 1s;
            }

            div.accordion.animated .card:nth-of-type(4) {
                animation-delay: 1.25s;
            }

            div.accordion.animated .card:nth-of-type(5) {
                animation-delay: 1.5s;
            }

            div.accordion.animated .card:nth-of-type(6) {
                animation-delay: 1.75s;
            }

            div.accordion.animated .card:nth-of-type(7) {
                animation-delay: 2s;
            }

            div.accordion.animated .card:nth-of-type(8) {
                animation-delay: 2.25s;
            }










    @keyframes flipdown {
        0% {
            opacity: 0;
            transform-origin: top center;
            transform: rotateX(-90deg);
        }

        5% {
            opacity: 1;
        }

        80% {
            transform: rotateX(8deg);
        }

        83% {
            transform: rotateX(6deg);
        }

        92% {
            transform: rotateX(-3deg);
        }

        100% {
            transform-origin: top center;
            transform: rotateX(0deg);
        }
    }


    .nav-tabs > li {
        margin-bottom: -1px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .nav-tabs > li > a {
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }


    .sidebar.sochail {
        float: left;
        position: fixed;
        left: 0.4%;
        top: 50%;
        width: 3%;
        border-radius: 40px;
        margin-top: 7%;
    }

    .imgcover {
        background-image: url(../images/logincover.png);
    }


    .sidebar .fa {
        border: unset;
        height: 40px;
        width: 40px;
        font-size: 22px;
        color: #9A2719;
        margin: 2px 1px;
        box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    }

        .sidebar .fa:hover {
            color: white;
            transition-duration: 1s;
        }

    .nav-tabs li a.active, .nav-tabs li a.active:focus, .nav-tabs li a.active:hover {
        cursor: default;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .feature-item.qurt_1 {
        height: 21%;
    }

    .feature-item.qurt_2 {
        height: 47.5%;
    }

    .feature-item.qurt_3 {
        height: 74%;
    }

    table.table.row-1 th {
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }

    a.btn.btn-blue.btn-effect.center {
        left: 35%;
        padding: 10px 15px;
        color: white;
    }

    span.TExten.hed a span {
        color: black !important;
font-weight: 500;
    }

    a.btn.btn-blue.btn-effect.center:hover {
        color: #9A2719;
    }

    @media (min-width:1300px) {


        .nav-dots {
            bottom: 14%;
        }
    }

@media (min-width:1500px) {


    .nav-dots {
        bottom: 16%;
    }
}

    ul.dropdown-menu.mega-menu-fullwidth {
        max-width: unset;
    }

    .mega-menu-fullwidth.maxcountent {
        width: 1200px;
        left: auto;
        right: -510%;
    }

    ul.dropdown-menu.mega-menu-fullwidth {
        padding: 15%;
        right: auto;
        left: -510%;
    }

    .mega-menu-fullwidth.maxcountent.row a {
        width: 100%;
        float: left;
        text-align: left;
        color: #2A2A2A;
		font-weight:700!important;	
    }

        .mega-menu-fullwidth.maxcountent.row a:hover {
            color: #9A2719
        }


    @media (min-width: 2400px) {
        .features {
            margin-top: -6%;
        }
        .ul.dropdown-menu.mega-menu-fullwidth{
            left:unset !important;
        }
    }

    @media (max-width: 480px) {
        .banner .block h1 {
            font-size: 38px;
            line-height: 50px;
        }

        .banner {
            min-height: 450px;
            background: #fff !important;
        }
    }

   @media (max-width: 600px) {
	.deal-img{
	  width:50% !important;
	    margin-right: auto;
    margin-left: auto;
	}
 /*	.deal_content {
		width:100%!important;}
        .banner .block h1 {
            font-size: 28px;
            line-height: 40px;
        }

        .banner {
            min-height: 450px;
            background: #fff !important;
        }
 }*/
}
    @media (max-width: 768px) {
        .banner .block h1 {
            font-size: 56px;
            line-height: 70px;
        }

        .banner {
            background: #fff !important;
        }

        section#home-slider {
            margin-top: unset;
        }

        .slider {
            display: none;
        }

        section#home-slider {
            height: unset !important;
        }

        ul.top-bar-info {
            text-align: center;
            width: 100% !important;
        }

        .text-lg-right.top-right-bar.mt-2.mt-lg-0.Ar_left {
            text-align: center !important;
        }

        .mega-menu-fullwidth.maxcountent.row {
            width: 100%;
        }

        ul.dropdown-menu.mega-menu-fullwidth {
            width: 75%;
            right: 0 !important;
            left: 0 !important;
            padding: 2%;
        }
    }


    @media (max-width: 1025px) {
        .banner .block h1 {
            font-size: 56px;
            line-height: 70px;
        }

        .banner {
            background: #fff !important;
        }

        section#home-slider {
            margin-top: unset;
        }

        .slider {
            display: none;
        }

        section#home-slider {
            height: unset !important;
        }

        #navbarmain .nav-link {
            font-size: 13px;
        }

        .mega-menu-fullwidth.maxcountent {
            width: 900px;
        }
    }


    @media (max-width: 992px) {
        .banner {
            background: #fff !important;
        }
    }

    i.dsx {
        font-size: 30px !important;
    }

    span.dsx {
        font-size: 20px
    }

    .hed {
        color: black;
        font-weight: bold;
    }

    .mt--1 {
        margin-top: -1.3% !important;
    }

    .Testmonial a {
        color: white;
    }

    .companylogo img {
        display: block;
        vertical-align: middle;
        max-width: 50%;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .companylogo {
        height: 70%;
        position: relative;
    }

    .Last .card-header {
        border: unset;
    }

    .Last .card-body {
        padding: 0 1.25rem;
    }

    .align-right {
        text-align: right;
    }

    h4.mt-4.mb-2.title-color.ArText {
        text-align: center;
            font-size: 13px;
    }

    .feature-item.mt--1.FTow {
        height: 70%;
    }


    #button {
        display: inline-block;
        background-color: #2A2A2A;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }

        #button::after {
            content: "\f077";
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            font-size: 22px;
            line-height: 40px;
            color: #fff;
        }

        #button:hover {
            cursor: pointer;
            background-color: #9A2719;
        }

        #button:active {
            background-color: #9A2719;
        }

        #button.show {
            opacity: 1;
            visibility: visible;
        }

    @media (min-width: 500px) {

        #button {
            margin: 30px;
        }
    }

    #footer p {
        line-height: 24px !important;
    }

    span.statusfont {
        font-size: 12px;
    }

    div#market_summary span {
        font-weight: bold;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #333 !important;
    }

        .sticky a.nav-link {
            color: white !important;
        }

    .curn {
        color: red;
    }

    .nav > li > a.active {
        color: #2A2A2A;
        background-color: rgba(0,0,0,.05);
    }

    .nav > li > a {
        color: #2A2A2A;
    }

    .read-more-state {
        display: none;
    }

    .read-more-target {
        opacity: 0;
        display: none;
        max-height: 0;
        font-size: 0;
        transition: .25s ease;
    }

    .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        display: list-item;
        font-size: inherit;
        max-height: 999em;
    }

    .read-more-state ~ .read-more-wrap .read-more-trigger:before {
        content: 'Show more...';
    }

    .read-more-state:checked ~ .read-more-wrap .read-more-trigger:before {
        content: 'Show less';
    }

    .read-more-trigger {
        cursor: pointer;
        display: inline-block;
        padding: 0 .5em;
        color: #000;
        font-size: 1rem;
        line-height: 2;
    }

    li.block {
        display: block;
    }



    .login-wrap {
        width: 100%;
        margin: auto;
        max-width: 525px;
        min-height: 500px;
        position: relative;
        background: url(../bg.jpg) no-repeat center;
        box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
        background-size: cover;
    }

    .login-html {
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 90px 70px 50px 70px;
        background: rgba(0,0,0,.2);
    }



        .login-html .sign-in,
        .login-html .sign-up,
        .login-form .group .check {
            display: none;
        }

    .login-form .group a.close {
        margin-top: -21%;
        margin-right: -7%;
    }

    .login-html .tab,
    .login-form .group .label,
    .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html .tab {
        font-size: 22px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    .login-html .sign-in:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: #fff;
        border-color: #1161ee;
    }

    .login-form {
        min-height: 345px;
        position: relative;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .login-form .group {
            margin-bottom: 15px;
        }

            .login-form .group .label,
            .login-form .group .input,
            .login-form .group .button {
                width: 100%;
                color: #fff;
                display: block;
            }

            .login-form .group .input,
            .login-form .group .button {
                border: none;
                padding: 15px 20px;
                border-radius: 25px;
                background: rgba(0,0,0,.7);
            }

            .login-form .group input[data-type="password"] {
                text-security: circle;
                -webkit-text-security: circle;
            }

            .login-form .group .label {
                font-size: 12px;
            }

            .login-form .group .button {
                text-align: center;
                background: #2A2A2A;
            }

            .login-form .group label .icon {
                width: 15px;
                height: 15px;
                border-radius: 2px;
                position: relative;
                display: inline-block;
                background: rgba(0,0,0,.7);
            }

                .login-form .group label .icon:before,
                .login-form .group label .icon:after {
                    content: '';
                    width: 10px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    -webkit-transition: all .2s ease-in-out 0s;
                    transition: all .2s ease-in-out 0s;
                }

                .login-form .group label .icon:before {
                    left: 3px;
                    width: 5px;
                    bottom: 6px;
                    -webkit-transform: scale(0) rotate(0);
                    transform: scale(0) rotate(0);
                }

                .login-form .group label .icon:after {
                    top: 6px;
                    right: 0;
                    -webkit-transform: scale(0) rotate(0);
                    transform: scale(0) rotate(0);
                }

            .login-form .group .check:checked + label {
                color: #fff;
            }

                .login-form .group .check:checked + label .icon {
                    background: #1161ee;
                }

                    .login-form .group .check:checked + label .icon:before {
                        -webkit-transform: scale(1) rotate(45deg);
                        transform: scale(1) rotate(45deg);
                    }

                    .login-form .group .check:checked + label .icon:after {
                        -webkit-transform: scale(1) rotate(-45deg);
                        transform: scale(1) rotate(-45deg);
                    }

    .tab-pane {
        max-height: 170px;
        overflow-y: auto;
    }

    .marketcontent {
        min-height: 280px;
    }

.tab-pane.Rss{
    max-height:unset !important;
    overflow:unset !important;
}
.tabs ul.nav-tabs li {
    margin-right: 2%;
}
@media (min-width: 2400px) {
    .container {
        max-width: 1800px;
    }

    body#body {
        font-size: 27px;
    }

    .top-right-bar a i {
        font-size: 26px;
    }

    i.fa.fa-globe {
        font-size: 27px;
    }

    .header-top-bar {
        font-size: 22px;
    }

    .header-top-bar {
        font-size: 22px;
    }
    a.navbar-brand, a.Logo {
        width: 480px;
    }

    #navbarmain .nav-link {
        font-size: 27.3px;
    }

    #navbarmain {
        padding-left: 6%;
    }
}


@media (max-height:600px) and (orientation:landscape) {
    #button {
        bottom: -4%;
        right: -3%;
    }

    .sidebar.sochail {
        display: none;
    }
}

@media (max-width: 425px){
.hide-on-sm-none {
    display: none !important;
}

 .oneLine{
         width:100%;
   }
   .nav_table{
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: pre;
   }

}
@media (max-width: 768px){
.right-on-xs{ 
	text-align: right !important;
}
	.deal-img {
	  width:50%!important;
	}
}
		.deal-img {
	  width:75%;
	}
	
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9a2719;
    border-color: #9a2719;
}

.page-link {
    color: #9a2719;
}

.page-link:focus, .page-link:hover {
    color: #9a2719;

}