@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Bold.woff2') format('woff2'),
        url('../fonts/JannaLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Regular.woff2') format('woff2'),
        url('../fonts/JannaLT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,body{overflow-x: hidden;}
body{
    font-family: "futura-pt", sans-serif;
    p {color: #646262;}
}
.artext{
    font-family: 'Janna LT';
}
    .site-header {
      border-bottom: 1px solid #eee;
    }

    .logo-group img {
        height: 120px;
        object-fit: contain;
    }

    .navbar-nav .nav-link {
      font-weight: 500;
      color: #555;
      padding: 0.75rem 1rem;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
      color: #000;
      border-bottom: 2px solid #0d6efd;
    }

    .dropdown-menu {
        border-radius: 0;    
        border: none;
        offset: 10px 10px;
        min-width: unset;
        padding-bottom: 0;
        text-align: center;
    }

    .dropdown-menu .dropdown-item.active {
    color: #000;
    background-color: white;
    }

    .dropdown-menu .dropdown-item:hover {
    color: #000;
    border-bottom: 2px solid #0d6efd;
    background-color: white;
    }

    .dropdown-item {
        border-top: 1px solid gray;
    }

    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
    }

    .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #000;
      border-bottom: 2px solid #0d6efd;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .search-box {
      position: relative;
      width: 220px;
      bottom: 8px;
    }

    .search-box input {
      padding-left: 40px;
      border-radius: 50px;
    }
    .navbar>.container{
        align-items: end;
    }

    .search-box svg {
      position: absolute;
      top: 50%;
      left: 14px;
      transform: translateY(-50%);
      color: #777;
    }
    footer {
 font-family: "futura-pt", sans-serif;
 color: #5b4636;
}
/* Contact Title */
footer h5 {
 font-size: 1.4rem;
 letter-spacing: 1px;
 color: #7b5a44;
 font-weight: bolder;
}
footer .col-border-end {
 border-right: 1px solid #7b5a44; 
 padding-inline: 30px;
 height: 150px;
 align-content: center;
}
 /* Add border to the right of each column 
footer .col-border-end {
 border-right: 1px solid #7b5a44;
 align-self: stretch;
 align-content: center;
 padding-left: 32px;
}
footer .col-border-end:last-child {
 border-right: none; */
}
/* Department List */
footer ul li {
 font-size: 0.95rem;
 line-height: 1.6;
}
footer ul li span{
 text-align: start;
}
footer ul li img {
 /*filter: grayscale(100%);*/
}

/* Phone & Email */
footer .bi {
 color: #7b5a44;
 font-size: 1.1rem;
}
footer a {
 color: #5b4636;
 transition: color 0.3s ease;
 text-decoration: none;
}
footer a:hover {
 color: #7b5a44;
}
/* Middle Links Section */
footer .bg-light {
 background-color: #e6dfd5 !important;
 border: none !important;
}
footer .bg-light a {
 font-size: 0.95rem;
 padding: 4px 0;
 text-align: center;
}
footer .bg-light .col-md-3 {
  align-content: center;
}
/* Copyright Section */
footer .bg-dark {
 background-color: #8b6b55 !important;
 padding-inline: 5px;
}
footer .bg-dark small {
 font-size: 0.85rem;
 letter-spacing: 0.3px;
}

.banner-slider {
  overflow: hidden;
}

.banner-item {
  min-height: 50vh !important;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.45); */
}

.banner-item .container {
  position: relative;
  z-index: 2;
}

/* Slick arrows */

.banner-slider .slick-prev,
.banner-slider .slick-next {

  z-index: 10;
  border-radius: 50px;
    background: transparent;
    font-size: 0px;
    border: none;
}
.banner-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.banner-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.banner-slider button.slick-next.slick-arrow img {
    width: 50px;
    height: 50px;
    opacity: 0.70;
}
.banner-slider button.slick-next.slick-arrow:hover img {
    opacity: 1;
}
.banner-slider button.slick-prev.slick-arrow img {
    width: 50px;
    height: 50px;
    opacity: 0.70;
}
.banner-slider button.slick-prev.slick-arrow:hover img {
    opacity: 1;
}

/*
.banner-slider .slick-prev,
.banner-slider .slick-next {
  width: 45px;
  height: 45px;
  z-index: 10;
  border-radius: 50px;
    background: transparent;
    font-size: 0px;
    border: 1px solid #fff;
}
.banner-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.banner-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
*/


section.text-para {
    padding: 100px 0;
    background: url("../images/bg-vector.svg");
    background-size: 150%;
    background-position: center;
}
section.text-para p {
    font-size: 18px;
}
section.text-para h4 {
    font-weight: 700;
    color: #7b5a44;
    font-size: 42px;
    padding: 25px 0;
    padding-bottom: 40px;
    border-right: 1px solid #7b5a44;
        min-width: 360px; 
}
.banner-item h1 {
    color: #7b5a44;
}
 .ecosystem-section {
            background-image: url("../images/bg-vector.svg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: start;
            padding: 80px 0;
        }

        .ecosystem-title {
            font-size: 42px;
            font-weight: 700;
            color: #1f3d1f;
            line-height: 1.2;
        }

        .ecosystem-intro {
            font-size: 1.2rem;
            color: #555;
        }

        .resource-card h5 {
            color: #1f3d1f;
            font-weight: 600;
        }

        .resource-card p {
            color: #666;
            font-size: 1.2rem;
            margin-bottom: 0;
        }

        .ecosystem-footer {
            font-size: 1.2rem;
            color: #666;
            margin-top: 60px;
        }

.text-para.no-bg{
    background: none;
}
@media (min-width:767px) and (max-width: 1200px){
    section.text-para h4 {
     font-size: 26px !important;
     min-width: 228px !important; 
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    .logo-group img {
     height: 100px !important;
     object-fit: contain;
    }
    .search-box {
      position: relative;
      width: 195px;
    }
}
@media (min-width:991px) and (max-width: 1200px){
    .logo-group img {
     height: 75px !important;
     object-fit: contain;
    }
    .search-box {
      position: relative;
      width: 190px;
    }
}
@media (min-width:991px) and (max-width: 1200px){
    .logo-group img {
     height: 70px !important;
     object-fit: contain;
    }
    .search-box {
      position: relative;
      width: 145px;
    }
}

@media (max-width:767px){
    section.text-para {
     padding: 100px 0;
     background: url("../images/bg-vector.svg");
     background-size: 350%;
     background-position: center;
    }
    .logo-group img {
        height: 80px !important;
        object-fit: contain;
    }
    .navbar>.container {
        align-items: center;
    }
    section.text-para h4 {
     border: none;
    }
}

@media (max-width: 376px){
    section.text-para {
     padding: 100px 0;
     background: url("../images/bg-vector.svg");
     background-size: 500%;
     background-position: center;
    }
    section.text-para h4 {
    font-size: 36px !important;
    }
    .logo-group img {
     height: 65px !important;
     object-fit: contain;
    }
}


/* Responsive Tweaks */
@media (max-width: 768px) {
 footer h5 {
   text-align: center;
 }
 footer ul,
 footer p {
   text-align: center;
 }
 footer ul li {
 font-size: 0.95rem;
 line-height: 1.6;
 align-items: center;
 justify-content: center;
 text-align: center;
}
footer ul li span{
 text-align: center;
 max-width: 50%;
}
 footer .row > div {
   margin-bottom: 1.5rem !important;
 }
}

    @media (max-width: 991px) {
      .search-box {
        width: 100%;
        margin-top: 10px;
      }
       footer .row > div {
        border: none;
        padding-inline: 5px;
      }
      footer .col-border-end {
       padding-inline: 5px;
       border: none;
       height: auto;
      }
    }

.section-border {
 border-top: 1px solid #1f3d1f;
}
.nav-pills .nav-link.active {
 background: none;
}
/* for first navline*/
.nav-pills .nav-link > .change-color {
    filter: invert(0) sepia(100%) saturate(95%) hue-rotate(338deg) brightness(205%) contrast(156%);
}
.nav-pills .nav-link.active > .change-color {
    filter: none;
}
.nav-pills .nav-link.active > .change-color1 {
    filter:  invert(0%) sepia(150%) saturate(50%) hue-rotate(60deg) brightness(77%) contrast(250%)
}
.nav-pills .nav-link p.ecosystem-title{
 width: 200px;
}
.tab-content .col-md-3 .eco-num {
 margin: auto;
}
.tab-content .col-md-3 h4{
 margin: auto;
 align-content:center;
 align-items:center;
 text-align: center;
 padding: 20px 40px;
 font-weight: 500;
}
#objectives.ecosystem-title {
 text-align: end;
}
@media (max-width: 1200px) {
 #objectives.ecosystem-title {
  text-align: start;
 }
}
@media (max-width: 990px) {
 .icons-line {
  border: none !important;
 }
}
.eco-num {
 text-align: center;
 height: 100px;
 width: 100px;
 border-radius: 50%;
 padding: 0;
 border: 2px dashed #1f3d1f;
 background: none !important;
}
.eco-num h1 {
 text-align: center;
 color: white;
 font-weight: 700;
 height: 75px;
 width: 75px;
 margin: 10px; 
 padding: 12px; 
 border-radius: 50%;
 background-color: #1f3d1f;
}
.eco-num.bg-dark h1 {
 background-color: #8b6b55 !important;
}
.eco-num.bg-dark {
 border: 2px dashed #8b6b55;
}


/*policies & regulations*/
.text-para.policies-sections {
 border-top: 1px solid #1f3d1f;
 padding: 20px 0;
 text-align: center;
}
.text-para.policies-sections .ecosystem-title {
 padding-inline: 50px;
 color: #1f3d1f;
}
.text-para.policies-sections h4 {
 padding: 0;
 border: none;
 text-align: center;
}
.text-para.policies-sections p {
 padding: 0;
 border: none;
 text-align: start;
}
.text-para.policies-sections h4 {
 padding: 0 15px 10px !important;
 border: none;
 text-align: center;
}
.icons-line {
 border-right: 1px solid #7b5a44; 
 padding: 5px 0;
}
.policies-li ul {
 padding-top: 40px;
 text-align: start;
}
.policies-li li {
 color: #646262;
 font-weight: 500;
  text-align: start;
}

@media (min-width:767px) and (max-width: 1200px){
    section.text-para.policies-sections h4, section.text-para.policies-sections .ecosystem-title {
     font-size: 36px;
     min-width: 228px !important;  
     text-align: center;
     padding: 10px 0;
    }
}

@media (max-width:767px){
    .icons-line {
     border: none;
    }
}

@media (max-width: 376px){
    section.text-para.policies-sections h4 {
     font-size: 22px;
     padding: 10px 0;
     text-align: center;
     min-width: auto !important;  
    }
    section.text-para.policies-sections p {
     text-align: start;
    }
    section.text-para .policies-sections .ecosystem-title {
     padding: 10px 0;
     text-align: center;
    }
}


/* Mulitmedia */
.eco-num {
 text-align: center;
 height: 100px;
 width: 100px;
 border-radius: 50%;
 padding: 0;
 border: 2px dashed #8b6b55;
 background: none !important;
 display: flex;
}
.eco-num img {
 text-align: center;
 color: white;
 font-weight: 700;
 justify-content: center;
 height: 75px;
 width: 75px;
 margin: 10px; 
 padding: 12px; 
 border-radius: 50%;
 background-color: #8b6b55 ;
}
.nav-link.active > .eco-num img {
 background-color: #1f3d1f !important;
}
.nav-link.active > .eco-num  {
 border: 2px dashed #1f3d1f !important;
}
.eco-title {
 text-align: center;
 font-size: 42px;
 font-weight: 700;
 color: #1f3d1f;
 line-height: 1.2;
 padding: 20px 0;
}

.vid-wrapper {
  position: relative;
  border-radius: 20px;
}
.vid-wrapper img {width: 100%}

/* Video overlay */
.vid-wrapper {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-height: 300px;
  margin-bottom: 20px;
}
.vid-wrapper  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vid-wrapper  h4 {
    position: absolute;
    padding: 10px 0 !important;
    bottom: 0;
    left: 20px;
    color: #fff !important;
    border: none !important;
    z-index: 3;
}
.vid-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0,10,0,0.35));
    position: absolute;
    top: 0;
    left: 0;
}
.vid-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  width: 50px;
  height: 50px;
  color: #fff;
  align-items: center;
  z-index: 3;
}

footer .col-lg-2 p {
    display: flex;
}
footer .col-border-end ul.list-unstyled li i {
    opacity: 0;
}
footer .col-border-end ul.list-unstyled li:first-child i {
    opacity: 1;
}
/* changes */
.banner-item .container .row {
  justify-content: flex-end !important;
  text-align: center;
}
.banner-item .container h1 {
  justify-content: flex-end !important;
  text-align: center;
}
.eco-num {
 text-align: center;
 height: 100px;
 width: 100px;
 border-radius: 50%;
 padding: 0;
 border: 2px dashed #1f3d1f !important;
 background: none !important;
}
.eco-num h1 {
 text-align: center;
 color: white;
 font-weight: 700;
 height: 75px;
 width: 75px;
 margin: 10px; 
 padding: 12px; 
 border-radius: 50%;
 background-color: #1f3d1f !important;
}
.eco-num.bg-dark h1 {
 background-color: #8b6b55 !important;
}
.eco-num.bg-dark {
 border: 2px dashed #8b6b55 !important;
}
section.section-border .tab-content .ecosystem-title {
  font-size: revert;
  font-weight: 700;
  color: #1f3d1f;
  line-height: 1.2;
}
.text-para.policies-sections h4 {
 padding: 0 15px 10px !important;
 border: none;
 text-align: center;
 font-size: 32px;
}
.pol-title {
 font-weight: 700;
 color: #1f3d1f;
 line-height: 1.2;
}
.pol-title1 {
 font-weight: 700;
 color: #8b6b55;
 line-height: 1.2;
}
.pol-pills .nav-pills .nav-link.active > p.pol-title {
 color: #1f3d1f  !important;
}
.pol-pills .nav-pills .nav-link > .change-color1 {
 filter: none;
 height: 100px;
}
.pol-pills .nav-pills .nav-link.active > .change-color1 {
 filter:  invert(0%) sepia(150%) saturate(50%) hue-rotate(60deg) brightness(77%) contrast(250%)
}
.pol-pills .nav-pills .nav-link p.pol-title {
 width: 250px;
 padding: 15px 0 0;
 text-align: center;
 color: #8b6b55 !important;
}

.nav-pills .nav-link p.ecosystem-title {
 width: 250px;
 padding: 10px;
 text-align: center;
 color: #8b6b55 !important;
}
.nav-pills .nav-link > h3.ecosystem-title {
 color: #8b6b55;
}
.nav-pills .nav-link.active > p.ecosystem-title {
 color: #1f3d1f  !important;
}
#video-hub h4 {
    font-size: 32px;
}
@media (min-width: 768px) and (max-width: 1200px){
 .vid-icon {
   position: absolute;
   top: 15px;
   left: 15px;
   display: flex;
   width: 38px;
   height: 38px;
   color: #fff;
   align-items: center;
   z-index: 3;
 }
}
.ecosystem-section.no-bg{
    background: none;
}

.slide-up {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
}

/* Animate only when slide is active
.slick-active .slide-up {
    animation: slideUp 0.8s ease forwards;
}
*/

.slide-up {
    animation: slideUp 0.8s ease forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-right {
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100px);
}

.slide-right {
    animation: slideRight 0.8s ease forwards;
}

@keyframes slideRight {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-left {
    overflow: hidden;
    opacity: 0;
    transform: translateX(100px);
}

.slide-left {
    animation: slideLeft 0.8s ease forwards;
}

@keyframes slideLeft {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.slide-icon {
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100px);
}
.slide-icon {
    animation: slideIcon 0.8s ease forwards;
}
@keyframes slideIcon {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner-video {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
.video-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  background: linear-gradient(0deg, rgba(153, 170, 187,0.4), transparent);
  display: flex;
  align-items: center;
}
.banner-video h1 {
    color: #7b5a44;
}
.banner-video .container .row {
  justify-content: flex-end !important;
  text-align: center;
}
.banner-video.container h1 {
  justify-content: flex-end !important;
  text-align: center;
}
#video-hub h4 {
    font-size: 24px !important;
    padding: 15px 0px !important;
    min-width: 50px !important;
    max-width: 320px !important;
}

#video-hub .vid-wrapper::after {
    background: linear-gradient(transparent, rgba(0,40,50,0.7)) !important;
}
.modal-title {padding: 10px}
/* Next & previous buttons */
.slick-modal-slider .slick-prev,
.slick-modal-slider .slick-next {
  z-index: 10;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: white;
  font-size: 0px;
  border: none;
  padding: 0;
  margin: 5px; 
}

.eco-num2 {
 text-align: center;
 height: 100px;
 width: 100px;
 border-radius: 50%;
 padding: 0;
 border: 2px dashed #1f3d1f !important;
 background: none !important;
justify-self: center;
align-content: center;
}
.eco-num2 h1 {
 text-align: center;
 color: white;
 font-weight: 700;
 height: 75px;
 width: 75px;
 margin: 10px; 
 padding: 12px; 
 border-radius: 50%;
 background-color: #1f3d1f !important;
 align-content: center;
}
.eco-num2.bg-dark {
 border: 2px dashed #8b6b55 !important;
}
.eco-num2.bg-dark h1 {
 background-color: #8b6b55 !important;
}
.slide-icon h4{color: black; padding-top: 20px;}
.tab-content .col-md-3 h4{
 margin: auto;
 align-content:center;
 align-items:center;
 text-align: center;
 padding: 20px 0px;
 font-weight: 500;
 height: 100px;
}
.slide-icon summary::marker{content: '';}
.slide-icon ul {padding-top: 10px; margin-left: 40px;}
.slide-icon ul .list-unstyled {padding-inline: 0;}
.slide-icon p {font-size: 1.2rem; margin: 0; padding-left: 13px;}
@media (max-width: 1200px){
    .slide-icon ul {padding-top: 10px; margin-left: 0;}
}
@media (min-width: 1025px) and (max-width: 1200px){
    #video-hub h4 {
        font-size: 18px !important;
        padding: 15px 0px !important;
        min-width: 50px !important;
        max-width: 300px !important;
    }
    .vid-icon {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #video-hub h4 {
        font-size: 16px !important;
        padding: 15px 0px !important;
        min-width: 50px !important;
        max-width: 300px !important;
    }
    .vid-icon {
        width: 30px;
        height: 30px;
    }
}
.vid-wrapper  h4 {margin-inline: 20px; left:0; right: 0;}

/* homepage vid slide up */
.slide-up-vid {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
    padding-bottom: 10px;

    animation: slideUpVid 4s forwards;
}

@keyframes slideUpVid {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }

    77% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px){footer .col-lg-2 p {justify-content: center;}}
@media (min-width: 992px) and (max-width: 1100px){
    footer .col-lg-2 p {font-size:14px; padding-right:2px}
    footer .col-lg-2 {padding-right:2px}
    footer .bi {font-size: 1rem;}
}

footer .list-unstyled {padding-right: 0;}

.pol-pills ul {padding-inline: 0;}
.icons-line1 {
 border-right: 1px solid #7b5a44;
 padding: 0 20px;
 place-self: center;
}
.icons-line1 img{
 height: 150px;
}
.pol-title1 {
 font-weight: 700;
 color: #8b6b55;
 line-height: 1.5;
 place-self: center;
 margin: 0;
 padding-top: 16px;
}
@media (max-width: 767px) {
 .icons-line1 {
  border: none !important;
 }
}
.banner-slider button.slick-next.slick-arrow img, .banner-slider button.slick-prev.slick-arrow img {display: none;}
.video-bg {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  z-index: 1;
}
.overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  background: linear-gradient(0deg, rgba(153, 170, 187,0.5), transparent);
  display: flex;
  align-items: center;
}
footer .col-border-end ul.list-unstyled li i {
    opacity: 1;
}
footer .col-border-end ul.list-unstyled li:first-child i, footer .col-border-end ul.list-unstyled li:last-child i {
    opacity: 0;
}
footer .col-lg-3.col-border-end ul.list-unstyled{padding-inline: 0;}
footer .col-lg-3.col-border-end ul.list-unstyled{direction: ltr; text-align: center;}
footer .col-border-end ul.list-unstyled .bi.me-2{
    margin-right: 0.5rem !important;
}
@media (max-width: 991px) {
    footer .col-lg-3.col-border-end ul.list-unstyled{direction: ltr; text-align: left; padding-inline: 5px;}
}
.read-more-content {
    display: none;
}
.read-more-wrapper.expanded .read-more-content {
    display: block;
}
.read-more-btn {
    margin-inline: 15px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
.bi-telephone::before {
    content: "\f5c1";
    margin-right: 35px;
}
@media (min-width: 992px) and (max-width: 1024px) {
.bi-telephone::before {
    content: "\f5c1";
    margin-inline: 10px;
}}
@media (max-width: 992px){
    footer ul li {min-height: 60px;}
}
.vid-wrapper {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 250px;
  margin-bottom: 20px;
}
.vid-thumb img{
    width: 100%;
    min-height: 250px; 
    object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1200px){
    /*#video-hub .row {
        text-align: -webkit-center;
    }*/
    #video-hub .vid-wrapper {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      height: 200px;
      margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #video-hub .vid-wrapper {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      height: 150px;
      margin-bottom: 20px;
    }
}
footer ul li {
    height: 50px;
    display: flex;
    align-items: center !important;
    margin: 0 !important;
}
footer li.mb-3 {
    margin: 0 !important;
}
footer .col-border-end h5 {
    margin: 0 !important;
}

p {text-align: justify !important;}
.nav-pills .nav-link p{
 text-align: center!important;
}
/*policies & regulations*/
.text-para.policies-sections {
 border-top: none;
 padding: 20px 0;
 text-align: center;
}

@media (max-width: 992px) {
    .dropdown-menu {
        text-align: start !important;
    }
}



@media (min-width:768px) and (max-width: 992px) {
    .navbar > .container {
        align-items: center;
    }
}

.no-hand {
    cursor: default;
}


.atlas-header {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

    .atlas-header h2 {
        font-weight: bold;
    }

.language-bar {
    background: #c9c0b0;
}



.lang-link {
    color: #837F77;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}



    .lang-link:hover {
        text-decoration: underline;
    }



.atlas-intro {
    /* background: url(../images/bg-vector.svg); */

    background-color: #fff;
    position: relative;
}

.xt .lead {
    text-align: center !important;
    font-weight: 500;
    margin: 25px 0;
    font-weight: bold;
}



/* Subtle background pattern effect */

.atlas-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg-vector.svg) center/cover no-repeat;
    opacity: 0.5;
    pointer-events: none;
}



.atlas-link {
    color: #8b6b55;
    text-decoration: none;
    font-weight: 500;
    display: block;
    text-align: center;
}


.font-ar {
    font-family: 'Janna LT' !important;
}

.counter-box {
    display: inline-block;
    padding: 10px 25px;
    min-width: 150px;
    text-align: center;
    background: #DBD3C6;
    color: #885D45;
    font-weight: bold;
    border-radius: 12px;
    z-index: 9;
}

.counter {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.atlas-intro img.grey-vector {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
}

.atlas-header span {
    font-family: 'Janna LT';
}

a.lang-link.ar {
    font-family: 'Janna LT';
}

@media (max-width:767px) {
    .atlas-intro img.grey-vector {
        display: none;
    }
}