@import url('gfonts.css');

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
}

body p {
    line-height: 1.7em;
    font-size: 17.5px;
    font-family: 'Tajawal', sans-serif;
    color: #474747;
}

/* Google Fonts Used */
.text-roboto {
    font-family: 'Roboto', sans-serif;
}

.text-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.text-questrial {
    font-family: 'Questrial', sans-serif;
}

.text-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.text-raleway {
    font-family: 'Raleway', sans-serif;
}

.text-saira {
    font-family: 'Saira Condensed', sans-serif;
}

.text-syne {
    font-family: 'Syne', sans-serif;
}

.text-tajawal {
    font-family: 'Tajawal', sans-serif;
}

.text-darkgrey {
    color: #28262b;
}

.text-grey {
    color: #363636;
}

.text-yellow {
    color: #edc84d;
}

.text-dark-yellow {
    color: #d1a40f;
}

.text-red {
  color: #e8433f;
}

.text-light-red {
  color: #f54e4c;
}

.text-blue {
  color: #275b94;
}

/* Font Weight Ranges Involved */
.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-165 {
  font-size: 16.5px;
}

.font-17 {
  font-size: 17px;
}

/* Header and Navigation Styles */
.site-header {
    background: #275b94;
    /* background: #343435; */
}

.header-container {
    padding: 8px 30px;
}

.social-links a {
   color: white;
   text-decoration: none;
   margin-left: 10px;
   padding: 8px 6px;
   background: #275b94;
   clear: both;
   transition:all 0.8s, color 0.3s 0.3s; 
}

.social-links a:hover {
    color: #275b94;
    background: white;
    box-shadow:0 150px 0 0 white inset;
}

.info-links a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    font-size: 14px;
    transition:all 0.5s ease-in-out, color 0.2s 0.2s;
 }
 
 /* .info-links a:hover {
     color: #28262b;
     background: white;
 } */

 .img-logo {
  width: 80px;
 }

 .navbar {
    background: white;
 }

 /* Fixed Navbar on Scroll */

.navbar.static {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

 .navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
    color: #7e7d7d;
    margin-right: 5px;
 }

 .navbar .navbar-nav .nav-item .nav-link.active {
   color: #e8433f;
 }

 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #e8433f;
}

.abs-dropicon {
  position: absolute;
  top: 7px;
  right: 0;
  margin-right: -10px;
}

.abs-dropicon span {
  position: relative;
  width: 30px;
  text-align: end;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  /* background: #ac6b43; */
  padding: 5px 10px;
}

.nav-drop {
  border: none;
  border-radius: 0px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background: #282629;
}

.nav-drop .dropdown-item {
  color: white;
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Tajawal', sans-serif;
}

.nav-drop .dropdown-item:hover {
 color: #edc84d;
 background: #282629;
}

.nav-drop .dropdown-item.active {
  color: #edc84d;
  background: #282629;
}

@media (min-width: 1025px) { 
  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
}

 .brand-text {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #28262b;
    font-size: 20px;
 }

 .toggle-btn {
    border: none;
    font-size: 20px;
    color: #275b94;
 }

 .toggle-btn:focus {
    box-shadow: none;
 }

/* Sliding Banner Styles */
.sliding-banner {
    position: relative;
}

/* Swiper */
.swiper-container {
    width: 100%;
    height: 550px;
    background-color: #000;
    overflow: hidden;
  }
  
  /* Swiper slides */
  .swiper-slide {
      position: relative;
  }
  
  .swiper-container .slide-1 {
      background: url(../img/dbpics/dhealth.jpg) no-repeat center;
      background-size: cover;
      transition: 10s ease-out;
      transform: scale(1);
  }
  .swiper-container .slide-2 {
    background: url(../img/dbpics/lab-equipments.jpg) no-repeat center;
    background-size: cover;
    transition: 10s ease-out;
    transform: scale(1);
  }
  .swiper-container .slide-3 {
    background: url(../img/dbpics/improving-healthcare_thumb.jpg) no-repeat center;
    background-size: cover;
    transition: 10s ease-out;
    transform: scale(1);
  }
  
  
    .swiper-container .slide-4 {
    background: url(../img/dbpics/medical-consumables-equipments.jpg) no-repeat center;
    background-size: cover;
    transition: 10s ease-out;
    transform: scale(1);
  }
  
  
  /* Slide captions */
  .slide-captions {
      position: absolute;
      top: 50%;
      left: 15%;
      color: #FFF;
      z-index: 999;
      transform: translateY(-50%);
  }
  .slide-captions .current-title {
    margin: 0;
      font-size: 48px;
  }
  .slide-captions .current-subtitle {
    margin: 10px 0 0 0;
      font-size: 28px;
  }
  
  /* Swiper arrows */
  .swiper-pagination-bullet-active {
      background-color: #fff !important;
  }
  
  /* Swiper pagination */
  .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 50px;
  }
  .swiper-button-prev,
  .swiper-button-next {
      color: #fff !important;
  }

  .od-welcome {
    background: linear-gradient(#275c94c4, #275c94c4) ,url(../img/dbpics/microscope.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    padding-top: 70px;
  }

  .od-welcome h1 {
   color: white;
   font-family: 'Saira Condensed', sans-serif;
  }

  .od-welcome h5 {
    color: white;
    font-family: 'Syne', sans-serif;
    margin-top: 15px;
   }

  /* Banner Content Styles */

  .banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-top: 120px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7));
  }

  /* #f0e00c */
  
  .banner-text-area .banner-header {
    color: white;
    /* border-left: 5px solid #275b94; */
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 30px;
    font-size: 50px;
  }

  .banner-text-area .banner-text {
    color: white;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    margin-left: 35px;
  }

  .banner-text-area .btn-banner {
    color: white;
    background: #e8433f;
    margin-top: 10px;
    margin-left: 35px;
    border: 2px solid #e8433f;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 15px 40px;
    font-size: 20px;
  }

  .od-banner-area h1 {
    color: white;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 45px;
  }

  .od-banner-area h5 {
    color: white;
    font-family: 'Tajawal', sans-serif;
    margin-top: 15px;
    font-size: 20px;
  }

  .btn-bancontact {
    color: white !important;
    background: #e8433f !important;
    border-radius: 0px;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 600;
    border: 1px solid #e8433f !important;
  }

  section {
    margin-top: 70px;
  }

  .yellow-bot {
    background: #edc84d;
    width: 70px;
    height: 4px;
  }

  .red-bot {
    background: #e8433f;
    width: 70px;
    height: 4px;
  }


  .intro-imgarea {
    padding: 0px 30px;
  }

  .intro-textarea {
    margin-top: 15px;
  }

  .btn-project {
    color: white;
    background: #e8433f;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 17px;
    border: 2px solid #e8433f;
  }

  .btn-project:hover {
    color: white !important;
    background: #275b94 !important;
    border: 2px solid #275b94 !important;
  }

  .companyreg-area {
    background: #275b94;
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Saira Condensed', sans-serif;
    max-width: 490px;
  }

  .box{
    display:block;
    float:left;
    position:relative;
    width:100%;
    text-align:center;
    border-collapse:collapse;
    text-decoration:none;
    color: black;
    border: 1px solid #474747;
    padding: 0px 20px 20px 20px;
    overflow: hidden;
  }

  .box h5{
    transition: all 0.5s;  
    padding-top:10px; 
    margin:0;
    /* font-size:2em; */
    font-size: 18px;
    font-weight: 600;
    text-transform:uppercase;
    color: #363636;
  }
  
  .box .img-icon {
    transition: all 0.4s;  
    width: 60px;
    margin: 20px 0px 10px 0px;
    display: block;
  }
  
  .box p{
    transition: all 0.5s;  
    margin-top:20px;
    font-size: 16px;
  }

  .box::before {
    transition: all 0.4s;  
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    left:50%;
    margin-left:-50%;
    top:25%;
    border-color:rgba(200,200,200,0);
    border-style:solid;
    border-width:0 1px;
  }

  .box::after {
    transition: all 0.4s;  
    position:absolute;
    content:"";
    width:50%;
    height:100%;
    left:50%;
    margin-left:-25%;
    top:0;
    border-color:rgba(200,200,200,0);
    border-style:solid;
    border-width:1px 0;
  }

  /* .box:hover {
    color:#4099FF;
  } */

  .box:hover h5 {
    padding-top:10px;
    /* padding-bottom:20px; */
  }

  .box:hover p {
    margin-top:20px;
  }

  .box:hover::after {
    width:100%;
    margin-left:-50%;
    border-color:#474747;
  }

  .box:hover::before {
    top:0%;
    border-color:#474747;
  }

     /* Carousel Slider Center Mode */

     .my-slider .slider-arrow {
        border: 0;
        background: #28262b;
        color: #edc84d;
        display: none !important;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        position: absolute;
        font-size: 20px;
        z-index: 5;
        top: 50%;
        transform: translate(0, -50%);
        outline: 0;
        cursor: pointer;
      }
    
      .my-slider:hover .slider-arrow {
        display: block !important;
      }
      
      /* Modificação só pra a seta do próximo carousel ficar na direita */
      
      .my-slider .slider-arrow.next {
        right: 0;
      }
    
      .myslider-dots {
        list-style: none;
        margin: 10px auto;
        display: flex;
        justify-content: center;
      }
      
      .myslider-dots li {
        display: inline-block;
        margin: 0 8px;
      }
      
      .myslider-dots li > button {
        width: 8px;
        height: 10px;
        border: none;
        background: #28262b;
        font-size: 0px;
        /* color: #65066C; */
        /* border-radius: 50%; */
        cursor: pointer;
        outline: none;
      }
      
      .myslider-dots li.slick-active > button {
        background: #edc84d;
      }

.industry-slide {
    padding: 20px;
    cursor: pointer;
}

.img-catindust {
    width: 100%;
    height: 180px;
    transition: all 0.5s ease-in-out;
}

.industry-slide .slide-text {
    margin-top: 15px;
}

.industry-slide .slide-text h6 {
    font-size: 18px;
}

.slide-bot {
    background: #edc84d;
    width: 60px;
    height: 3px;
}

.industry-slide .slide-text p {
    font-size: 15px;
    margin-top: 10px;
}

.industry-slide:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.indust-imgcover {
    overflow: hidden;
    position: relative;
}

.indust-imgcover .img-catindust:hover {
    transform: scale(1.1);
}

.testi-img-bg {
    background: linear-gradient(rgba(218, 187, 86, 0.897), rgba(204, 173, 72, 0.897)) , url(../img/testi-bg.jpg) no-repeat center;
    min-height: 450px;
    background-size: cover;
    padding-top: 100px;
}

.testi-content-bg {
    background: #faf2d4;
    min-height: 100%;
    padding: 30px;
    position: relative;
}

.img-testi {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.testi-contents .content h5 {
   color: #363636;
   font-family: 'Questrial', sans-serif;
   font-size: 25px;
   line-height: 2em;
}

.testi-contents .content h5 span {
    margin-left: 10px;
}

.testi-navs {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-testiprev {
    color: #28262b;
    border: 2px solid #28262b;
    font-size: 20px;
}

.btn-testiprev:hover {
    color: #28262b;
    border: 2px solid #28262b;
    font-size: 20px;
}

.btn-testinext {
    color: #edc84d;
    background: #28262b;
    border: 2px solid #28262b;
    margin: 0px 10px;
    font-size: 20px;
}

.btn-testinext:hover {
    color: #edc84d;
    background: #28262b;
    border: 2px solid #28262b;
    margin: 0px 10px;
    font-size: 20px;
}

.testi-images h5 {
    font-family: 'Saira Condensed', sans-serif;
    margin-top: 15px;
    font-size: 25px;
    color: white;
}

.testi-images h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.featured-content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
  }
  
  .featured-content .featured-content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .featured-content:hover .featured-content-overlay{
    opacity: 1;
  }
  
  .featured-content-image{
    width: 100%;
    height: 250px;
  }
  
  .featured-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .featured-content:hover .featured-content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .featured-content-details h3{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Syne', sans-serif;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .featured-content-details p{
    color: #fff;
    font-size: 0.8em;
  }

  .fadeIn-left{
    left: 20%;
  }

  .quote-area {
    background: #282629;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-area h3 {
    line-height: 1.5em;
  }

  /* For Pie Chart */
  @property --p{
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
  }
  
  .pie {
    --p:20;
    --b:22px;
    --c:darkred;
    --w:150px;
    
    width:var(--w);
    aspect-ratio:1;
    position:relative;
    display:inline-grid;
    margin:5px;
    place-content:center;
    font-size:25px;
    font-weight:bold;
    color: #363636;
    font-family: 'Montserrat', sans-serif;
  }
  .pie:before,
  .pie:after {
    content:"";
    position:absolute;
    border-radius:50%;
  }
  .pie:before {
    inset:0;
    background:
      radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
      conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
            mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
  }
  .pie:after {
    inset:calc(50% - var(--b)/2);
    background:var(--c);
    transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
  }
  .animate {
    animation:p 1s .5s both;
  }
  .no-round:before {
    background-size:0 0,auto;
  }
  .no-round:after {
    content:none;
  }
  @keyframes p {
    from{--p:0}
  }

  .chart-area h5 {
    font-size: 16px;
    margin-top: 15px;
  }

  .chart-area h6 {
    font-weight: 600;
    /* font-style: italic; */
    color: #7e7d7d;
    font-size: 15px;
  }

  /* End of Chart Stylings */

  .contact-para {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
  }

  .contact-group .contact-label {
    font-weight: 600;
  }

  .contact-group .contact-control {
    border-radius: 0px;
    font-weight: 500;
  }

  .contact-group .contact-control:focus {
    box-shadow: none;
    border-color: #7e7d7d;
    color: #7e7d7d;
    font-weight: 500;
  }

  .btn-submit {
    color: white;
    background: #e8433f;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 17px;
    border: 2px solid #e8433f;
  }

  .btn-submit:hover {
    color: white !important;
    background: #275b94 !important;
    border: 2px solid #275b94 !important;
  }

  .contact-info h4 {
    font-size: 21px;
  }

  .footer-area {
    background: linear-gradient(#0f0f0fef, #0f0f0fef) , url(../img/dbpics/footer-bg-2.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .foot-head {
    color: #f54e4c;
    text-transform: uppercase;
    font-family : 'Montserrat', 'san-serif';
  }

  .foot-text {
    font-family : 'Quicksand', 'san-serif';
    color: white;
    font-size: 14px;
    line-height: 1.8em;
  }

  .foot-list {
    list-style-type: none;
    padding-inline-start: 0px;
  }

  .foot-list li {
    line-height: 1.8em;
  }

  .foot-list li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }

  .foot-list li a:hover {
    color: #f54e4c;
  }

  .foot-social a {
    text-decoration: none;
    color: white;
    margin: 10px 7px;
    font-size: 18px;
  }

  .foot-social a:hover {
    color: #f54e4c;
  }

  .copyright p {
    font-size: 14px;
    color: white;
    /* font-family : 'Quicksand', 'san-serif'; */
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e8433f;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
  }
  
  #myBtn:hover {
    background-color: #275b94;
  }

  /* About Us Styles */

  .about-banner {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/beth-oth-ban2.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 350px;
    padding-top: 100px;
  }

  .other-banhead {
    padding-left: 30px;
    border-left: 5px solid #4896e9;
    color: white;
  }

  .other-bantext {
    padding-left: 35px;
  }

  .other-bantext p {
    color: white;
    font-family: 'Quicksand', 'sans-serif';
    font-size: 15px;
    margin-top: 15px;
    font-weight: 400;
  }

  .about-area h2 {
    font-size: 35px;
  }

  .about-area p {
    font-size: 18px;
  }

  .stats-area {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/other-bgs.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .stat-content {
    padding: 30px 10px;
    border-bottom: 5px solid #edc84d;
    text-align: center;
  }

  .stat-content .stat-icon {
    display: block;
    font-size: 50px;
    color: white;
  }

  .stat-content .stat-number {
    display: block;
    font-size: 40px;
    color: #edc84d;
    font-weight: 700;
  }

  .stat-content .stat-info {
    display: block;
    font-size: 17px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }

  .core-values {
    background: #282629;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .core-values h4 {
    font-size: 23px;
  }

  .core-values .purpose-area p {
    font-size: 20px;
    color: whitesmoke;
  }

  .core-values .value-area {
    border-left: 3px solid #edc84d;
    padding-left: 25px;
  }

  .core-values .value-area .value-list {
    padding-inline-start: 15px;
    font-size: 17px;
    font-weight: 400;
  }

  .core-values .value-area .value-list li {
    line-height: 1.8em;
  }

  .member-area .img-ceo {
    width: 100%;
    max-height: 400px;
    object-fit: scale-down;
  }

  .member-area .img-member {
    width: 100%;
    max-height: 300px;
    object-fit: scale-down;
  }

  .member-area {
    margin-top: 30px;
  }

  .member-text {
    margin-top: 20px;
  }

  .member-text h5 {
    font-size: 22px;
  }

  .member-text p {
    color: #7e7d7d;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 17px;
  }

  .member-text .small-divisor {
    background: #edc84d;
    width: 100px;
    height: 2px;
    margin: 5px 0px;
  }

  .team-area {
    padding: 30px 20px;
    margin-top: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .team-area .team-name {
    color: #474747;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
  }

  .team-area .team-position {
    color: #7e7d7d;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 17px;
  }

  .team-area .thin-divisor {
    background: #edc84d;
    width: 120px;
    height: 1.5px;
    margin: 5px 0px;
  }

  .team-socials {
    margin-top: 30px;
  }

  .team-socials a {
    margin: 0px 5px;
    color: #edc84d;
    background: #282629;
    padding: 10px;
    text-decoration: none;
    clear: both;
    transition:all 0.8s, color 0.3s 0.3s; 
  }

  .team-socials a:hover {
    color: #28262b;
    background: white;
    box-shadow:0 150px 0 0 white inset;
}

  /* Projects Styles */

  .project-banner {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/warehouse-two.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 350px;
    padding-top: 100px;
  }

  .get-touch-area {
    padding: 25px;
    background: #fdf7e2;
  }

  .ind-bot {
    background: #edc84d;
    width: 60px;
    height: 3px;
  }

  .get-touch-area .what-to-learn {
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    color: #7e7d7d;
  }

  .get-touch-area .touch-info {
    font-size: 13.5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8em;
  }

  .get-touch-area .touch-link {
    color: #7e7d7d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }

  .get-touch-area .touch-link:hover {
    color: #edc84d;
  }

  .coldstore-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) , url(../img/cold-storage.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 350px;
    padding-top: 100px;
  }

    /* Resources Styles */

    .warehouse-banner {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/warehouse-construct-banner.jpg) no-repeat center fixed;
      background-size: cover;
      min-height: 350px;
      padding-top: 100px;
    }

    .img-floor {
      width: 100%;
    }

    .coldstorage-banner {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) , url(../img/cold-storage-construction.jpg) no-repeat center fixed;
      background-size: cover;
      min-height: 350px;
      padding-top: 100px;
    }

    .cold-list {
      padding-inline-start: 15px;
      color: #474747;
      font-weight: 500;
      line-height: 1.7em;
    }

    .temp-header {
      font-size: 20px;
    }

    .indusdev-banner {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/industrial-development.jpg) no-repeat center fixed;
      background-size: cover;
      min-height: 350px;
      padding-top: 100px;
    }

    .manufacturing-banner {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/manufacturing-construction.jpg) no-repeat center fixed;
      background-size: cover;
      min-height: 350px;
      padding-top: 100px;
    }

    .text-manufacture {
      color: #7e7d7d;
      font-size: 15px;
    }

    .career-banner {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/career-3.webp) no-repeat center fixed;
      background-size: cover;
      min-height: 350px;
      padding-top: 100px;
    }

    .diversity-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: 'Quicksand', sans-serif;
    color: white;
  }

  .diversity-header {
    font-size: 27px;
    line-height: 1.8em;
  }

  .contact-banner {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) , url(../img/dbpics/medical-consume2.png) no-repeat center fixed;
    background-size: cover;
    min-height: 350px;
    padding-top: 100px;
  }