@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
html{
    overflow-x: hidden;
}
body{
    font-family: "Tajawal", sans-serif;
    background: #f9f9f9;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: #fff;
}
.top-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: end;
}
ul.navbar-nav {
    margin-left: auto;
}
.top-nav {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 9999999999;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    position: absolute;
    width: 100%;
    background: transparent !important;
    z-index: 99999;
}
ul.navbar-nav {
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 30px;
}
.home-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.home-slider .slides {
    position: relative;
}
.slidetext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    text-align: center;
    color: #fff;
    z-index: 99;
}
.home-slider .slides::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(21, 25, 24,0.89), transparent);
}
.nav-link {
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
.top-nav a {
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

.home-slider ul.slick-dots {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    width: 100%;
}
.home-slider ul.slick-dots li button {
    font-size: 0;
    width: 47px;
    height: 5px;
    border: none;
    background: rgb(255 255 255 / 39%);
    margin: 0 5px;
    border-radius: 25px;
}
.home-slider ul.slick-dots li.slick-active button {
    background: rgb(255 255 255 / 100%);
}
.sector-slide{
    transition-duration: 0.5s;
}

.sector-slide ul.slick-dots {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    list-style: none;
    width: 100%;
}
.sector-slide ul.slick-dots li button {
    font-size: 0;
    width: 47px;
    height: 5px;
    border: none;
    background: rgba(63, 93, 87,0.22);
    margin: 0 5px;
    border-radius: 25px;
}
.sector-slide ul.slick-dots li.slick-active button {
    background: #3F5D57;
}
.slider-adk ul.slick-dots {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    list-style: none;
    width: 100%;
}
.slider-adk ul.slick-dots li::after{
    display: none;
}
.slider-adk ul.slick-dots li{
    padding: 0;
}
.slider-adk ul.slick-dots li button {
    font-size: 0;
    width: 47px;
    height: 5px;
    border: none;
    background: rgba(63, 93, 87,0.22);
    margin: 0 5px;
    border-radius: 25px;
}
.slider-adk ul.slick-dots li.slick-active button {
    background: #3F5D57;
}
.slidim-holder img {
    width: 100%;
    border-radius: 20px;
}
.sector-slide .slick-slide img{
    width: 100%;
}
.slides-sec {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
section.our-sector {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
section.our-sector h2{
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.sector-slide .slick-slide {
    margin: 0 10px;
}

/* the parent */
.sector-slide .slick-list {
    margin: 0 -10px;
}
.sec-slide-text {
    position: absolute;
    top: 0;
    padding: 20px;
    color: #fff;
    z-index: 9;
    transition: 0.5s;
    height: 100%;
}
.sec-slide-text p {
    opacity: 0;
    font-size: 14px;
    max-height: 190px;
    overflow: hidden;
    transition: 0.5s;
}
.sec-slide-text h4 {
    font-weight: bold;
    font-size: 24px;
    transition: 0.5s;
}
.sec-slide-text a{
    opacity:0;
    border-top:1px solid #fff ;
    padding: 10px 0;
    font-weight: bold;
    transition: 0.5s;
    display: block;
    width: 100%;
}
.slides-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 72%), transparent);
    top: 0;
    left: 0;
    z-index: 1;
}
.sector-slide .sec-slide-text:hover{
    text-align: center;
        width: 100%;
}
.sector-slide .sec-slide-text:hover p{
    opacity: 1;
}
.sector-slide .sec-slide-text:hover a{
    opacity: 1;
}
footer {
    background: #293E3A;
    padding-bottom: 15px;
    position: relative;
}   
footer .last-box{
    background: rgb(0 0 0 / 11%);
    padding-top: 75px;
    padding-left: 20px;
    padding-bottom: 20px;    
    height: 100%;
}
footer .norm-box{
    padding-top: 75px;
    padding-left: 20px;
    padding-bottom: 20px;
}
footer h4 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #DBC3AB;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    margin-right: 5px;
}
footer ul{
    list-style: none;
    padding: 0;
}
ul.sitemap-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
ul.sitemap-ul li {
    width: 33%;
    margin-bottom: 15px;
}
ul.social-ico{
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
}
ul.social-ico li{
    margin-right: 10px;
}
ul.social-ico li img{
    filter: saturate(0.5) hue-rotate(317deg);
}
footer a{
    color: #FDF8E8;
}
footer h4 {
    color: #DBC3AB;
    font-weight: bold;
    padding-bottom: 30px;
}
.contact-ul li{
    margin-bottom: 15px;
}
.foot-logo{
    width: 250px;
}
.copyright{
    display: block;
    border-top: 1px solid #FDF8E8;
    text-align: center;
}
.copyright h5{
    color: #FDF8E8;
    font-size: 14px;
    padding-top: 15px;
}
.sector-slide .slick-list{
    padding: 25px 0;
}
.sector-slide .slick-slide{
    transition: 0.5s;
}
.sector-slide .slick-slide:hover {
    transform: scale(1.1);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FDF8E8;
}
.navbar-nav .nav-link:hover{
    color: #FDF8E8;
}
.about-header{
    position: relative;
    overflow: hidden;
}
.about-header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(21, 25, 24,0.89), transparent);
}
.inner-head-text {
    position: absolute;
    top: 50%;
    width: 50%;
    color: #fff;
    z-index: 9;
}
section.tab-sec {
    background: #fff;
    padding: 0;
}
section.inner-banner {
    padding: 0;
}
section.banner {
    padding: 0;
}
.tab-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.whitebgmenu .navbar-nav .nav-link.active,.whitebgmenu .navbar-nav .nav-link {
    color: #000;
}
.whitebgmenu .dropdown-item {
    color: #000 !important;
}
.whitebgmenu .dropdown-item:hover {
    color: #000 !important;
    font-weight: bold;
}
.tab-sec ul li{
    color: #000;
    margin-right: 40px;
}
.tab-sec ul li a{
    color: #293E3A;
    padding: 40px 0;
    font-size: 20px;
    display: block;
}
.tab-sec ul li.active a{
    font-weight: bold;
    border-bottom: 5px solid #293E3A;
}
.comp-brief{
    padding: 50px 0;
    text-align: center;
}
.comp-brief h2{
    font-weight: bold;
}
.comp-brief p{
    padding-bottom: 25px;
}
.comp-brief iframe{
    border-radius: 20px;
}
.slider-vis{
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    width: 275px;
}
.slider-vis img{
    border-radius: 15px;
    overflow: hidden;
}
.slider-mis{
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    width: 275px;
}
.slider-mis img{
    border-radius: 15px;
    overflow: hidden;
}
.vm-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.vm-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.de .slick-slider{
    transform: rotate(180deg);
}
.de .slick-slide {
    transform: rotate(-180deg);
}
section.vis-mis {
    position: relative;
    padding: 35px 0;
}
section.vis-mis::before {
    content: "";
    width: 100%;
    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #f9f9f9 40%, transparent);
    z-index: 99;
}
section.vis-mis::after {
    content: "";
    width: 100%;
    height: 185px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #f9f9f9 40%, transparent);
    z-index: 99;
}
.vm-left h2{
    font-size: 45px;
    color: #3F5D57;
}
.vm-left h5{
    font-size: 20px;
    margin-bottom: 45px;
    color: #000;
}

.timeline {
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
  }
  
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 50px;
    content: ' ';
    display: block;
    width: 8px;
    height: 93%;
    margin-left: -3px;
    background: url('../images/timeline-bg.svg') repeat-y;
    background-size: 100%;
    
    z-index: 5;
  }
  span.time-wrapper::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: #A7531B;
    border-radius: 50px;
    z-index: 9;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.direction-l span.time-wrapper::after {
    left: unset;
    right: -10px;
}
.current-year span.time-wrapper::after {
    width: 40px;
    height: 40px;
    background: #A4A669;
    right: -22px;
}
  
  .timeline li {
    padding: 1em 0;
  }
  
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .direction-l {
    position: relative;
    width: 450px;
    float: left;
    text-align: left;
  }
  
  .direction-r {
    position: relative;
    width: 450px;
    float: right;
}
.direction-l  .flag-wrapper{
    float: right;
        width: 100%;
}
.direction-r .flag-wrapper{
    float: left;
        width: 100%;
}
  .flag-wrapper {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
  }
  
  .flag {
    position: relative;
    display: inline;
    background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;
    
    font-weight: 600;
    text-align: left;
  }
  
  .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -37px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #A7531B;
    border-radius: 10px;
    z-index: 10;
  }
  
  .direction-r .flag:before {
    left: -35px;
  }
  
  .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .time-wrapper {
    display: inline;
    position: relative;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
  }
  
  .direction-l .time-wrapper {
    float: right;
    display: flex;
    align-items: center;
    direction: rtl;
    width: 100%;
}
  
  .direction-r .time-wrapper {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
}
  
  .time {
    display: flex;
    background: rgb(248, 248, 248);
    font-size: 25px;
    color: #3F5D57;
    align-items: center;
    padding: 0;
    min-width: 156px;
}
.direction-r .time{
    margin-left: auto;
}
.direction-r span.time img {
    margin-right: 8px;
}
.direction-l span.time img {
    margin-left: 8px;
}
.direction-l .time{
    margin-right: auto;
}
span.line-tl {
    display: block;
    width: 100%;
    height: 1px;
    background: #6A9B96;
}
  
  .desc {
    margin: 0;
    width: 300px;
    font-size: 0.95em;
    line-height: 1.5em;
    padding-top: 15px;
    display: inline-block;
    text-align: justify !important;
  }
  
  .direction-r .desc {
    margin: 0;
    text-align: right;
    width: 300px;    
    display: inline-block;
    float: right;
  }
  
  /* ================ Timeline Media Queries ================ */
  
  @media screen and (max-width: 660px) {
  
  .timeline {
       width: 100%;
      padding: 4em 0 1em 0;
  }
  
  .timeline li {
      padding: 2em 0;
  }
  
  .direction-l,
  .direction-r {
      float: none;
      width: 100%;
  
      text-align: center;
  }
  
  .flag-wrapper {
      text-align: center;
  }
  
  .flag {
      background: rgb(255,255,255);
      z-index: 15;
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid rgb(255,80,80);
      z-index: 10;
  }
  
  .direction-l .flag:after,
  .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255,255,255);
      border-width: 8px;
      pointer-events: none;
  }
  
  .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
  }
  
  .direction-l .time-wrapper {
      float: none;
  }
  
  .direction-r .time-wrapper {
      float: none;
  }
  
  .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(245,245,245);
      -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      box-shadow: 0 0 1px rgba(0,0,0,0.20);
      
    z-index: 15;
  }
  
  .direction-l .desc,
  .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
      
    z-index: 15;
  }
  
  }
  
  @media screen and (min-width: 400px) and (max-width: 660px) {
  
  .direction-l .desc,
  .direction-r .desc {
      margin: 1em 4em 0 4em;
  }
  
  }







 .timeline-sec h2{
    font-weight: bold;
    text-align: center;
 }
 section.timeline-sec {
    padding: 50px 0;
}
.slider-box-team .slick-list {
    padding: 50px 34.2%;
}
.bot-bt {
    text-align: center;
    padding: 25px 0;
}
.bot-bt h4{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.slides-bt {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.bod .slides-bt {
    background: #fff;
    box-shadow: none;
    margin-bottom: 25px;
}

.bod .slides-bt .top-bt {
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.bod .top-bt::after {
    bottom: 40px;
}

.slider-box-team .slick-slide {
    margin: 0 15px;
}

/* the parent */
.slider-box-team .slick-list {
    margin: 0 -15px;
}

.top-bt {
    position: relative;
}
.top-bt::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(../images/vector-bg.svg);
    height: 36px;
    width: 100%;
    transition: 0.1s;
}
.top-bt img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 9;
}
.slider-box-team .slides-bt{
    transition: 0.5s;
}
.slider-box-team .slick-active .slides-bt{
    transform: scale(1.08);
}
.slider-box-team .slick-active .top-bt::after{
    filter: hue-rotate(332deg) brightness(1);
}
.rt-tm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
button.slick-next.pull-right.slick-arrow {
    border: navajowhite;
    background-color: transparent;
    left: 60px;
}
button.slick-next.pull-right.slick-arrow span{
    display: inline-block;
    width:49px;
    height:49px;
    background: url(../images/right-arrow.svg);
    background-size: 100%;
    transition: 0.5s;
}
button.slick-next.pull-right.slick-arrow:hover span{
    background: url(../images/dark-right-arrow.svg);
}
button.slick-prev.pull-left.slick-arrow:hover span{
    background: url(../images/dark-left-arrow.svg);
}
button.slick-prev.pull-left.slick-arrow span{
    display: inline-block;
    width:49px;
    height:49px;
    background: url(../images/left-arrow.svg);
    background-size: 100%;
    transition: 0.5s;
}
button.slick-prev.pull-left.slick-arrow {
    border: navajowhite;
    background-color: transparent;
    left: 0;
}
.rt-tm button.slick-arrow {
    position: absolute;
    bottom: 0;
    padding: 0;
}
.slider-main-team {
    padding-bottom: 75px;
}
.rt-tm h2 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
}
.rt-tm .slider-main-team h5 {
    font-weight: bold;
    color: #3F5D57;
    font-size: 24px;
}
.top-management{
    padding: 50px 0;
}
.bod{
    padding: 30px 0;
    background: #fff;
}
.bod h2{
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
}
.top-bt img{
    width: 100%;
}
.img-content{
    padding: 100px 0;
}
.img-holder {
    position: relative;
    border-radius: 20px;
    height: 530px;
    overflow: hidden;

}
.img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt-holder h2{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.txt-holder {
    width: 80%;
    margin: auto;
}
.txt-holder p {
    width: 100%;
    text-align: justify;
}
.img-holder::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 72%), transparent);
}
.txt-holder h4{
    color: #3F5D57;
    font-size: 24px;
    font-weight: bold;
}
.banner-w-txt{
    position: relative;
    border-radius: 20px;
    height: 400px;
    overflow: hidden;
    background: url(../images/about-head.jpg);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 100%;
}
.banner-w-txt h2{
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size:50px ;
}
.banner-w-txt p{
    position: relative;
    z-index: 1;
    font-size:20px ;
    width: 45%;
    text-align: center;
}
.banner-w-txt::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 72%), transparent);
    z-index: 0;
}
a.btn.btn-trans {
    position: relative;
    z-index: 1;
    background: rgb(255 255 255 / 9%);
    padding: 15px 60px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    transition: 0.5s;
}
a.btn.btn-trans:hover{
    background: #fff;
    color: #000;
}
.sub-banner{
    padding: 100px 0;
}
section{
    padding: 50px 0;
}
.two-text h2 {
    font-weight: bold;
    font-size: 50px;
}
.gallery h2 {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}
.two-text p {
    text-align: justify;
}
.img-li img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.list-image li{
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}
.list-image ul{
    list-style: none;
    padding: 0;
}
.list-image li::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: transparent;
    border: 3px solid #A4A669;
    border-radius: 50%;
}
.full-length-text{
    text-align: center;
}
.full-length-text h2{
    font-weight: bold;
    font-size: 50px;
}
.img-number span {
    font-size: 120px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    top: -25px;
    left: 25px;
}
.img-number {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.img-number img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt-holder-fv {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.txt-holder-fv h4{
    font-size: 30px;
    color: #3F5D57;
}
.top-news {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.top-news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-news::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 72%), transparent);
    z-index: 0;
}
.news-box {
    border-radius: 20px;
    overflow: hidden;
    display: block;

}
.news-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
    height: 95%;
}
.bot-news {
    padding: 15px 24px;
    color: #000;
}
.bot-news h6{
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.bot-news h4{
    font-size: 20px;
    font-weight: bold;
}
.press-release h2{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.gallery ul#pills-tab{
    display: flex;
    justify-content: center;
}
.gallery ul#pills-tab li{
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    width: 150px;
    text-align: center;
}
.gallery ul#pills-tab li .nav-link.active::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #3F5D57;
    z-index: 0;
    border-radius: 5px;
}
.gallery .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #293E3A !important;
    background: none !important;
    font-weight: bold;
}
.gallery .nav-link {
    color: #000;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
}
.gallery-slider img{
    width: 100%;
}
.gallery-slider .gl-slides{
    border-radius: 20px;
    overflow: hidden;
}
.gallery-slider button.slick-arrow{
    position: absolute;
    z-index: 9;
    top: 40%;
    transform: translateY(-40%);
}
.gallery-slider button.slick-arrow.slick-prev{
    left: 10%;
    transform: translateX(-10%);
}

.gallery-slider button.slick-arrow.slick-next span{background: url("../images/right-white-arrow.svg") no-repeat;background-size: 75%;background-position: center;background-color:rgb(255 255 255 / 50%)!important;border-radius:50% !important}
.gallery-slider button.slick-arrow.slick-prev span{background: url("../images/left-white-arrow.svg") no-repeat;background-size: 75%;background-position: center;background-color:rgb(255 255 255 / 50%)!important;border-radius:50% !important}



.gallery-slider button.slick-next.pull-right.slick-arrow:hover span{background: url("../images/right-white-arrow.svg") no-repeat;background-size: 75%;background-position: center;}
.gallery-slider button.slick-prev.pull-left.slick-arrow:hover span{background: url("../images/left-white-arrow.svg") no-repeat;background-size: 75%;background-position: center;}


.gallery-slider button.slick-arrow.slick-next{
    right: 10%;
    transform: translateX(-10%);
    left: unset;
}



.gallery-slider .slick-slide {
    margin: 0 15px;
    transition: 0.5s;
}
.gallery-slider .slick-list {
    margin: 0 -15px;
}
.gallery-slider .slick-list.draggable {
    padding: 75px 34.2%;
}
.gallery-slider .slick-slide.slick-current.slick-active{
    transform: scale(1.2)   ;
}

.gallery-slider ul.slick-dots {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    list-style: none;
    width: 100%;
} 
.gallery-slider ul.slick-dots li button {
    font-size: 0;
    width: 47px;
    height: 5px;
    border: none;
    background: rgba(63, 93, 87,0.22);
    margin: 0 5px;
    border-radius: 25px;
}
.gallery-slider ul.slick-dots li.slick-active button {
    background: #3F5D57;
    width: 75px;
}
.gallery iframe {
    border-radius: 20px;
    overflow: hidden;
}
.slider-main-team .slick-list.draggable {
    padding: 0 !important;
}
.whitebgmenu{
    position: relative !important;
    padding-bottom: 35px;
    padding-top: 35px;
}
.top-nav.color-whitebg {
    top: 25px;
}
.whitebgmenu .nav-link {
    color: #2E2D2D;
    font-weight: bold;
}
.whitebgmenu ul.navbar-nav {
    border-top: 1px solid #BDBCBC;
}
.top-nav.color-whitebg a{
    color: #2E2D2D;
}
.box-title {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: url(../images/palmtree.jpg);
    background-size: 100%;
    background-position: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
}
.box-title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #293E3A, transparent);
    z-index: 0;
}
.box-title h3 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    margin: 0;
}
.btn.cntct-btn {
    display: inline-block;
    padding: 10px 25px;
    width: 150px;
    border: 1px solid #293E3A;
    font-weight: bold;
    color: #293E3A;
    transition: 0.5s;
}
.btn.cntct-btn:hover{
    background: #293E3A;
    color: #fff;
}
.form-tabs li.nav-item {
    width: 33%;
}
.form-tabs .nav-tabs .nav-link{
    width: 100%;
    color: #000;
}
.form-tabs .nav-tabs .nav-link.active {
    background: transparent;
    border: none;
    border-bottom: 3px solid #293E3A;
    color: #293E3A;
}
.map-contact iframe {
    border-radius: 20px;
    overflow: hidden;
}
.contact-info h3 {
    font-weight: bold;
    border-bottom: 1px solid #3F5D57;
    padding-bottom: 10px;
    color: #293E3A;
}
.contact-info h5 {
    padding-bottom: 10px;
    color: #A4A669;
}
.contact-info p {
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
}
a.navbar-brand img {
    filter: brightness(0) invert(1);
}

.whitebgmenu a.navbar-brand img {
    filter: none;
}
.counters h3{
    font-weight: bold;
    text-align: center;
    color: #293E3A;
}
.counters h6{
    text-align: center;
    color: #000;
}
.left-msb {
    width: 36%;
    position: absolute;
    right: -10px;
    top: -70px;
}
.left-msb img{
    width: 100%;
}
.right-msb {
    width: 85%;
    height: 450px;
    background: #293E3A;
    border-radius: 20px;
}
.map-slider-box {
    position: relative;
}
.dots {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.pos-rel{
    position: relative;
}

.wrap-gif{
    position: relative;
    width: 50px;
    height: 50px;
}
#tree-gif {
	background: url('../images/tree3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
    background-size: 100%;
	animation-play-state:paused;
}

.active #tree-gif {
	animation: giffy 1s infinite;
	animation-play-state:running;
}

@keyframes giffy {
	0%   { background: url('../images/tree3.png');background-size: 100%; } 
	25%   { background: url('../images/tree1.png');background-size: 100%; } 
	50%  { background: url('../images/tree2.png');background-size: 100%; }
	75%  { background: url('../images/tree3.png');background-size: 100%;}
	100%  { background: url('../images/tree3.png');background-size: 100%;}
}


#plant-gif {
	background: url('../images/plant3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
    background-size: 100%;
	animation-play-state:paused;
}

.active #plant-gif {
	animation: giffya 1s infinite;
	animation-play-state:running;
}

@keyframes giffya {
	0%   { background: url('../images/plant3.png');background-size: 100%; } 
	25%   { background: url('../images/plant1.png');background-size: 100%; } 
	50%  { background: url('../images/plant2.png');background-size: 100%; }
	75%  { background: url('../images/plant3.png');background-size: 100%;}
	100%  { background: url('../images/plant3.png');background-size: 100%;}
}


#cycle-gif {
	background: url('../images/cycle3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
    background-size: 100%;
	animation-play-state:paused;
}
#jojoba-gif {
	background: url('../images/Jojoba3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
    background-size: 100%;
	animation-play-state:paused;
}

.active #cycle-gif {
	animation: giffyb 1s infinite;
	animation-play-state:running;
}
.active #jojoba-gif {
	animation: giffyd 1s infinite;
	animation-play-state:running;
}
#cycle-gif:hover{
	animation: giffyb 1s infinite;
	animation-play-state:running;
}
#plant-gif:hover{
	animation: giffya 1s infinite;
	animation-play-state:running;
}
#tree-gif:hover{
	animation: giffy 1s infinite;
	animation-play-state:running;
}
#jojoba-gif:hover{
	animation: giffyd 1s infinite;
	animation-play-state:running;
}
#building-gif:hover{
	animation: giffyc 1s infinite;
	animation-play-state:running;
}

@keyframes giffyb {
	0%   { background: url('../images/cycle3.png');background-size: 100%; } 
	25%   { background: url('../images/cycle1.png');background-size: 100%; } 
	50%  { background: url('../images/cycle2.png');background-size: 100%; }
	75%  { background: url('../images/cycle3.png');background-size: 100%;}
	100%  { background: url('../images/cycle3.png');background-size: 100%;}
}

@keyframes giffyd {
	0%   { background: url('../images/Jojoba3.png');background-size: 100%; } 
	25%   { background: url('../images/Jojoba1.png');background-size: 100%; } 
	50%  { background: url('../images/Jojoba2.png');background-size: 100%; }
	75%  { background: url('../images/Jojoba3.png');background-size: 100%;}
	100%  { background: url('../images/Jojoba3.png');background-size: 100%;}
}



#building-gif {
	background: url('../images/building3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
    background-size: 100%;
	animation-play-state:paused;
}

.active #building-gif {
	animation: giffyc 1s infinite;
	animation-play-state:running;
}

@keyframes giffyc {
	0%   { background: url('../images/building3.png');background-size: 100%; } 
	25%   { background: url('../images/building1.png');background-size: 100%; } 
	50%  { background: url('../images/building2.png');background-size: 100%; }
	75%  { background: url('../images/building3.png');background-size: 100%;}
	100%  { background: url('../images/building3.png');background-size: 100%;}
}


.dots.dot1{top: 39%;right: 23%;}
.dots.dot2{top: 40%;right: 30%;}
.dots.dot3{top: unset;right: 67%;bottom: 5%;}
.dots.dot4{top: 31%;right: 25%;}

.slides-mbb {
    display: flex !important;
    color: #fff;
    padding: 40px;
}
.slides-mbb .lft-prt img {
    width: 100%;
}
.slides-mbb .lft-prt {
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}
.rgt-prt {
    width: 50%;
    padding-left: 30px;
}

.slider-map-box button.slick-prev.pull-left.slick-arrow span{
    background: url(../images/map-left-arrow.svg) no-repeat;
    background-size:100%;
}
.slider-map-box button.slick-next.pull-right.slick-arrow span{
    background: url(../images/map-right-arrow.svg) no-repeat;
    background-size:100%;
}
.slider-map-box button.slick-prev.pull-left.slick-arrow{
    position: absolute;
    left: 33.5%;
    bottom: 25px;
    z-index: 9999;
}
.slider-map-box button.slick-next.pull-right.slick-arrow{
    position: absolute;
    left: 39.5%;
    bottom: 25px;
    z-index: 9999;
}

.slider-map-box ul.slick-dots {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: 65px;
    left: 93px;
}
.slider-map-box ul.slick-dots li button {
    font-size: 0;
    width: 5px;
    height: 5px;
    border: none;
    background: rgba(255, 255, 255,0.22);
    margin: 0 5px;
    border-radius: 25px;
}
.slider-map-box ul.slick-dots li.slick-active button {
    background: #fff;
}
section.map-home h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
section.map-home{
    margin-bottom: 100px;
}
.mp-sliders{
    display: none;
}
.mp-sliders.active{
    display: block;
}

#counter {
    padding: 25px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 80%;
  }
  #counter li {
    flex: 1;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #3F5D57;
  }
  #counter span.percent:after {
    content: "+";
    display: inline-block;
  }
  .anim-img {
    position: absolute;
    width: 550px;
    transform: rotate(-38deg);
    left: -500px;
    pointer-events: none;
}
  .anim-img2 {
    position: absolute;
    width: 550px;
    transform: rotate(130deg);
    right: -500px;
    pointer-events: none;
}
.heading-menu h6 {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.tab-sec .heading-menu ul li a {
    padding: 10px 0;
}
.img-holder.h-400{
    height: 400px;
}
.dropdown-menu.show {
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    margin: 0;
}
.dropdown-item{
    color: #fff;
}
.dropdown-item:hover {
    color: #fff !important;
    background: no-repeat;
}
a.nav-link.dropdown-toggle.show {
    border-bottom: 3px solid #fff;
}
.slides-bt:hover .hvr-top{
    top: 0;
}

.flip {
    position: relative;
  }
  .flip > .front,
  .flip > .back {
    display: block;
    /* transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    transition-duration: 1s;
    transition-property: transform, opacity;
  }
  .flip > .front {
    transform: rotateY(0deg);
    position: relative;
  }
  .flip > .front::before {
    content: "";
    position: absolute;
    bottom: 40px;
    background: url(../images/vector-bg.svg);
    height: 36px;
    width: 100%;
    transition: 0.5s;    
    left: 0;
}
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);    
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3f5d57;
  }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg);
  }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
  }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
  }
  
  .flip {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
  }
  .front img {width: 100%;position: relative;}
  .flip > .front,
  .flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    padding: 0;
    background: #fff;
    border-radius: 10px;
  }
  .flip > .front p,
  .flip > .back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #999;
  }
  
  .back img {
        filter: brightness(0) invert(1);
    }

    
#counter span.percent.farms-adc:after {
    content: '' !important;
}

.agri-assets .tab-button {
    background: #fff;
    padding:15px !important;
    color: #3F5D57 !important;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.agri-assets .tab-button.active {
    background: #3F5D57 !important;
    color: #fff !important;
}
section.agri-assets h5 {
    color: #3f5d57 !important;
    font-size: 30px;
}
section.agri-assets h3 {
    color: #000 !important;
    font-size: 40px;
}
.agri-assets img.rounded {
    border: 1px solid #A4A669;
    border-radius: 14px !important;
}
.agri-assets .tab-content.tab-content-box {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
}
.agri-assets ul.slick-dots {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}
.agri-assets ul.slick-dots li button {
    font-size: 0;
    width: 47px;
    height: 5px;
    border: none;
    background: rgba(63, 93, 87,0.22);
    margin: 0 5px;
    border-radius: 25px;
}
.agri-assets ul.slick-dots li.slick-active button {
    background: #3F5D57;
}


/* 26/06/2025 */

ul.navbar-nav {
    gap: 20px;
}
.agri-assets .accordion-button {
    background: #3f5d57;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 4px;
}
.top-nav ul{
    gap: 20px;
}
.agri-assets .accordion-button.accordion-button::after{
    filter: brightness(0) invert(1);
}
.agri-assets .tab-content.tab-content-box {
    max-height: 600px;
    overflow: hidden;
}
.agri-assets .accordion-item {
    /* border: none; */
}















/* Responsive */

@media (max-width:767px){
    .about-header img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
    }
    .tab-sec ul{
        flex-direction: column;
    }
    .tab-sec ul li a {
    color: #293E3A;
    padding: 10px 0;
    }
    .tab-sec .d-flex{
        flex-direction: column;
    }
    .agri-assets .tab-button{
        margin-right: 0 !important;
    }
    .agri-assets .nav.flex-column.nav-pills {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    #counter{
        width: 100%;
        flex-wrap: wrap;
    }
    #counter li {
        flex: unset;
        font-size: 28px;
        width: 50%;
        margin-bottom: 20px;
    }
    .sector-slide ul.slick-dots li button{
        width: 30px;
    }
    .sector-slide .slick-slide {
        margin: 0 30px;
    }
    .sec-slide-text p {
        font-size: 18px;
    }
    .slidetext{
        width: 90%;
    }
    nav.navbar.navbar-expand-lg.bg-body-tertiary {
        top: 30px;
    }
    .top-nav ul{
        justify-content: center;
    }
    ul.navbar-nav {
        border-top: 1px solid #fff;
        width: 100%;
        margin-top: 15px;
        background: linear-gradient(45deg, #293e3a, #3f5d57);
        padding: 25px;
    }
    footer {
        background: #293E3A;
        padding-bottom: 15px;
        position: relative;
        padding: 30px 20px;
    }
    ul.sitemap-ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .left-msb {
        width: 100%;
        position: relative;
        right: 0;
        top: 25px;
    }
    .slides-mbb{
        flex-direction: column;
        padding: 20px;
    }
    .right-msb {
        width: 100%;
        height: auto;
        background: #293E3A;
        border-radius: 20px;
    }
    .slides-mbb .lft-prt {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    .rgt-prt {
        width: 100%;
        padding-left: 0;
        padding: 50px 0;
    }
    .slider-map-box button.slick-next.pull-right.slick-arrow{bottom: 0;left: 50%;}
    .slider-map-box button.slick-prev.pull-left.slick-arrow{bottom: 0;}
    .slider-map-box ul.slick-dots{bottom: 45%;left: 110px;}
    .foot-logo {
        width: 250px;
        margin: auto;
    }
    button.navbar-toggler {
        filter: brightness(0) invert(1);
    }
    .inner-head-text{width: 90%;}
    section.vis-mis {
        position: relative;
    }
    section.vis-mis {
        position: relative;
    }
    .vm-left h5 {
        font-size: 24px;
        margin-bottom: 45px;
        color: #000;
    }
    .slider-mis{
        width: 100%;
    }
    .slider-vis{
        width: 50%;
    }
    .de {
        width: 50%;
    }
    .direction-l .time-wrapper{
        width: 50%;
    }
    .direction-r .time-wrapper {
        width: 50%;
        margin-left: auto;
    }
    .comp-brief iframe{
        height: 500px;
    }
    .txt-holder h2 {
        font-weight: bold;
        font-size: 44px;
        margin-bottom: 20px;
    }
    .txt-holder {
        padding-top: 50px;
        width: 100%;
    }
    section.tab-sec {
        overflow: scroll;
    }
    .tab-sec .heading-menu ul li a {
        padding: 10px 0;
        width: 215px;
    }
    .banner-w-txt{
        background-size: cover;
    }
    .banner-w-txt h2 {
        font-size: 34px;
        padding: 20px;
    }
    .banner-w-txt p {
        position: relative;
        z-index: 1;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }
    .slider-box-team .slick-list {
        padding: 50px 12.2%;
    }
    .img-number {
        margin-bottom: 30px;
    }
    .txt-holder .row.align-items-center .col-md-4 {
        width: 33%;
        margin-bottom: 40px;
    }
    .txt-holder h4 {
        color: #3F5D57;
        font-size: 26px;
    }
    .gallery-slider .slick-list.draggable {
        padding: 75px 12.2%;
    }
    .sector-slide .sec-slide-text:hover {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .whitebgmenu button.navbar-toggler {
        filter: brightness(0) invert(0);
    }
    .whitebgmenu .nav-link {
        color: #fff;
        font-weight: bold;
    }
    section {
        padding: 20px 0;
    }
    .list-image ul {
        padding-top: 40px;
    }
    .img-content {
        padding: 10px 0;
    }
    .order1{order:1}
    .order2{order:2}
    .order3{order:3}
    .order4{order:4}
    .order5{order:5}
    .order6{order:6}
    .order7{order:7}
    .order8{order:8}
    section.vis-mis::before{display: none;}
    .img-content .txt-holder{padding: 10px;}
    .form-tabs .img-holder{margin-top: 30px;}
    .mbt-5{padding-top: 20px;}
    footer a {
        color: #FDF8E8;
        font-size: 14px;
    }
    footer .last-box {
        background: rgb(0 0 0 / 11%);
        padding-top: 30px;
        padding-left: 20px;
        padding-bottom: 20px;
        height: 100%;
    }
    ul.social-ico{
        justify-content: center;
    }
    ul.dropdown-menu.show {
        flex-direction: column;
        left: 0;
        position: relative;
        transform: translate(0px);
    }
}

@media (min-width:1100px) and (max-width:1400px){
    .nav-link {
        margin-right: 0px;
    }
    .vm-left h2 {
        font-size: 44px;
        color: #3F5D57;
    }
    .vm-left h5 {
        font-size: 24px;
    }
    .left-msb {
        width: 39%;
        position: absolute;
        right: -24px;
        top: -48px;
    }
    .sec-slide-text h4{
        font-size: 20px;
    }
    .sec-slide-text p{
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    
    button.navbar-toggler {
        filter: brightness(0) invert(1);
    }
    .sec-slide-text h4{
        font-size: 20px;
    }
    .sec-slide-text p{
        font-size: 12px;
    }
    nav.navbar.navbar-expand-lg.bg-body-tertiary{
        top: 30px;
    }
    #counter{
        width: 100%;
    }
    .slidetext{
        width: 80%;
    }
    .left-msb {
        width: 64%;
        position: relative;
        right: 0;
        top: 30px;
        margin: auto;
    }
    .right-msb {
        width: 100%;
        height: auto;
    }
    .rgt-prt {
        width: 80%;
        padding-left: 30px;
    }
    .slider-map-box ul.slick-dots{
        bottom: 45px;
        left: 30px;
    }
    .slider-map-box button.slick-next.pull-right.slick-arrow {
        position: absolute;
        left: 43.5%;
        bottom: 0px;
        z-index: 9999;
    }
    .slider-map-box button.slick-prev.pull-left.slick-arrow {
        position: absolute;
        left: 33.5%;
        bottom: 0;
        z-index: 9999;
    }
    .foot-logo {
        width: 250px;
        margin: auto;
    }
    footer .row {
        flex-direction: column;
    }
    footer .col-md-6{
        width: 100%;
    }
    footer .col-md-3{
        width: 100%;
    }
    footer{
        padding: 50px 0;
    }
    .inner-head-text{
        width: 75%;
    }
    .slider-mis{
        width: 175px;
    }
    .timeline{
        width: 100%;
    }
    .direction-l .time-wrapper {
        float: left;
        width: 78%;
    }
    .direction-r .time-wrapper {
        float: right;
        width: 78%;
    }
    .desc{
        font-size: 1em;
    }
    section.two-text .row {
        flex-direction: column;
    }
    .whitebgmenu button.navbar-toggler {
        filter: brightness(0) invert(0);
    }
    .whitebgmenu .nav-link {
        color: #fff;
        font-weight: bold;
    }
}
@media (min-width:768px) and (max-width:992px){
    
    ul.navbar-nav {
        border-top: 1px solid #fff;
        width: 100%;
        margin-top: 15px;
        background: linear-gradient(45deg, #293e3a, #3f5d57);
        padding: 25px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .nav-link {
        font-size: 12px;
        margin-right: 8px;
        padding: 0 2px !important;
    }
    ul.navbar-nav {
        padding: 10px;
        background: none !important;
    }
    nav.navbar .container {
        margin: 0;
        padding: 0;
    }
    nav.navbar {
        justify-content: center;
    }
    a.navbar-brand img{
        width: 200px;
    }
    .top-nav a{
        font-size: 12px;
    }
    .top-nav ul{
        margin-bottom: 5px;
    }
}
@media (min-width:1200px) and (max-width:1450px){
    .nav-link {
        margin-right: 0px;
        padding: 4px !important;
    }
}
@media (min-width:1020px) and (max-width:1050px){
    .navbar .container {
        flex-direction: column;
    }
    .nav-link {
        margin-right: 5px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        justify-content: end;
    }
	
}
.about-header img {
    width: 100%;
}

.dots.dot5 {
    top: 27%;
    right: 33%;
}

.dots.dot6 {
    top: 25%;
    right: 44%;
}

.dots.dot7 {
    top: 29%;
    right: 48%;
}

.dots.dot8 {
    top: 37%;
    right: 44%;
}

.dots.dot9 {
    top: 40%;
    right: 39%;
}

.dots.dot10 {
    top: 69%;
    right: 66%;
}

.dots.dot11 {
    top: 80%;
    right: 60%;
}

.dots.dot12 {
    top: 82%;
    right: 53%;
}
.dots.dot13 {
    top: 23%;
    right: 12%;
}
.dots.dot14 {
    top: 30%;
    right: 9%;
}
.dots.dot15 {
    top: 39%;
    right: 3%;
}
.dots.dot16 {
    top: 65%;
    right: 34%;
}
.dots.dot1 {
    top: 21%;
    right: 21%;
}
.dots.dot2 {
    top: 35%;
    right: 33%;
}
.slidetext p{
    font-size: 18px;
}
.vm-left h2 {
    font-size: 60px;
    font-weight: bold;
}
.vm-left p {
    font-size: 24px;
}
.vm-right {
    justify-content: end;
}

.dots.dot2 {
    top: 37%;
    right: 30%;
}

.dots.dot14 {
    top: 30%;
    right: 8%;
}

.dots.dot13 {
    top: 26%;
    right: 17%;
}

.dots.dot15 {
    top: 38%;
    right: 1%;
}

.dots.dot7 {
    top: 24%;
    right: 48%;
}

.dots.dot6 {
    top: 18%;
    right: 45%;
}

.dots.dot5 {
    top: 24%;
    right: 35%;
}

.dots.dot8 {
    top: 33%;
    right: 52%;
}

.dots.dot9 {
    top: 36%;
    right: 45%;
}