:root {
  /* text color */
  --text-dark: #313133;
  --text-dark-muted: #5456749c;
  /* background color */
  --bg-light-dark: #757577;
  --bg-dark: #313133;
  /* border radius */
  --border-6px: 6px;
}

.dir-rtl {
  direction: rtl;
}

.underline {
  text-decoration: underline !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.card-br {
  border-radius: 15px !important;
}

.card-box-shadow {
  box-shadow: 0px 3px 12px #00000029 !important;
}

.flex-end {
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.dir-ltr {
  direction: ltr !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.header-fixed[data-header-scroll=on] .header {
  background-color: #ffffffe0;
  padding: 8px;
}

.section,
.new-section {
  margin: 60px auto;
  width: 80%;
}

.nav-item-icon.white {
  display: none !important;
}
/* text color */
.text-dark {
  color: #3F4254 !important;
}

.text-dark-muted {
  color: var(--text-dark-muted) !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.my-70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.rounded-4 {
  border-radius: 1.775rem !important
}
.fix-hie-250 {
  max-height: 250px !important;
}
/********************/
/* font size */
.fs-30px {
  font-size: 30px !important;
}

@media (min-width: 920px) {
  .fs-22px {
    font-size: 22px !important;
  }
}
/************/
/* font weight */
.fw-bold {
  font-weight: bold !important;
}
/***************/
/* bacground color */
.bg-light-dark {
  background: var(--bg-light-dark) 0% 0% no-repeat padding-box !important;
}

.bg-solid-dark {
  background: var(--bg-dark) 0% 0% no-repeat padding-box !important;
}
/******************/
/* border radius */
.br-card {
  border-radius: var(--border-6px);
}
/*****************/
.nav-item-icon.dark {
  display: block !important;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item-text,
.menu-nav .menu-item.menu-item-here.menu-item-open .menu-link .menu-text {
  color: var(--text-dark) !important;
}

.menu-subnav.menu-item-submenu:hover .custom-dropdown-item .nav-menu-submenu,
.custom-dropdown-item:hover .nav-item.nav-item,
.custom-dropdown-item:hover .menu-items {
  box-shadow: 8px 16px 32px #0000001A;
}

.custom-dropdown-item .menu-item .hide {
  opacity: 0;
}

.menu-item:hover .hide {
  opacity: 1;
}

.news-detail-menu-link-container {
  position: relative;
}

.news-detail-menu-link {
  flex: 1;
  position: absolute;
  width: 250px;
  height: 70px;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.news-card-image-box,
.news-image-box {
  position: relative;
  overflow: hidden;
  height: 429px;
  border-radius: 14px;
}

  .news-card-image-box img,
  .news-image-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    border-radius: 14px;
  }

.line-20 {
  line-height: 2;
}

.link-btn {
  min-width: 70px;
  width: 95px;
  height: 35px;
  font-size: 13px !important;
  display: flex;
  gap: 5px;
  padding: 0px 12px;
}

  .link-btn.like,
  .link-btn.like i {
    color: #9A9AA6;
  }

  .link-btn.facebook,
  .link-btn.facebook i,
  .link-btn.more,
  .link-btn.more i,
  .link-btn.twitter,
  .link-btn.twitter i {
    color: #fff !important;
  }

  .link-btn.facebook {
    background-color: #3B5998 !important;
  }

  .link-btn.twitter {
    background-color: #00A9ED !important;
  }

  .link-btn.more {
    background-color: var(--text-dark) !important;
  }


.gap-ms-10 {
  gap: 5px;
}

.news-partner-images-section,
.partner-images-section {
  padding: 41px 30px;
  flex-direction: row-reverse;
}
/* width */
.w-80 {
  width: 80% !important;
}

.title.center::after {
  left: 39% !important;
}

.gtco-testimonials .custom-dots span {
  background-color: #E0E0E4 !important;
  border-color: #E0E0E4 !important;
}

.gtco-testimonials .custom-dots .active span {
  background: #313133 0% 0% no-repeat padding-box !important;
  border-color: #313133 !important;
}

@media screen and (max-width: 991.98px) {
  .flex-root {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .news-card-image-box,
  .news-image-box {
    height: 300px !important;
  }

    .news-card-image-box img,
    .news-image-box img {
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: auto;
      height: 100%;
      border-radius: 14px;
    }

  .link-btn {
    margin-top: 8px;
  }
}

@media screen and (min-width: 767px) {
  .gap-ms-10 {
    gap: 10px;
  }
}

@media screen and (min-width: 600px) {
  .font-size-sm-h2 {
    font-size: 20px !important;
  }

  .my-sm-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width:992px) {
  .w-md-75 {
    width: 75% !important;
  }

  .mt-md-60px {
    margin-top: 60px !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-700px {
    width: 700px !important;
  }

  .w-lg-500px {
    width: 500px;
  }
}

@media screen and (min-width:1500px) {

  .w-xl-900px {
    width: 900px !important;
  }
}

@media screen and (max-width:600px) {
  .news-partner-images-section,
  .partner-images-section {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

/* Static page image: responsive, capped so it never stretches across the section */
.static-page-image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.static-page-image {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0px 3px 12px #00000029;
}

@media screen and (min-width: 992px) {
  .static-page-image {
    max-width: 720px;
  }
}

@media screen and (max-width: 600px) {
  .static-page-image-wrapper {
    margin-top: 24px;
  }

  .static-page-image {
    max-width: 100%;
    border-radius: 10px;
  }
}
