/*----------------General-----------------------*/
@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-VariableFont_wght.ttf');
  font-weight: 200 800;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: "Manrope";
  font-size: 62.5%;
  overflow: auto;

}

body {
    background: #fff;
    color: rgb(56,57,57);
    font-family: "Manrope";
  }
  
  img
a {
  color: rgb(12,139,185);
  transition: 0.5s;
}

.img-header {
  max-width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .img-header {
    max-width: 100%;
    height: 50px;
  }
}
  
  a {
    color: rgb(12,139,185);
    transition: 0.5s;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: rgb(12,139,185);
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: larger;
    font-weight: 600;
  }
  
  h1,
  h2,
  h5,
  h6 {
    font-family: "Manrope";
    font-weight: 200;
    margin: 0 0 20px 0;
    padding: 0;
  }
  h3 {
    font-family: "Manrope";
    font-size: large;
    font-weight: 200;
    margin: 0 0 20px 0;
    padding: 0;
  }
  h4 {
    text-align: center;
    font-family: "Manrope";
    font-size: larger;
    font-weight: 200;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  /* Back to top button */
  
  .back-to-top {
    position: fixed;
    display: none;
    background: rgb(24,72,134);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
  }
  @media (max-width: 430px) {
    .back-to-top {
      position: fixed;
      display: none;
      background: rgb(12, 139, 185);
      color: #fff;
      width: 44px;
      height: 44px;
      text-align: center;
      line-height: 1;
      font-size: 16px;
      border-radius: 50%;
      right: 5px;
      bottom: 40px;
      transition: background 0.5s;
      z-index: 11;
    }
  }
  
  .back-to-top i {
    padding-top: 12px;
    color: #fff;
  }
  
  /* Prelaoder */
  
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid rgb(24,72,134);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  
  #header {
    height: 80px;
    transition: all 0.5s;
    z-index: 99;
    transition: all 0.5s;
    padding: 12px 20px;
    background: #fff;
    /*   background-image: url("");
    background-repeat: no-repeat; */
    box-shadow: 0px 0px 30px rgba(96, 98, 98, 0.3);
    width: 100%;
    overflow: visible;
  }
  
  #header.header-scrolled,
  #header.header-pages {
    height: 80px;
    padding: 1px 0;
  }
  
  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: rgb(24,72,134);
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0px 40px;
    margin-bottom: 100px 10px;
    margin-top: 10px;
    max-height: 40px;
  }
  
  .main-pages {
    margin-top: 60px;
  }
  
  /*--------------------------------------------------------------
  # ABOUT Intro Section
  --------------------------------------------------------------*/
  
 /*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#about-intro {
  position: relative;
  background: url("../img/New/Edited-Photos/L-2032_7 - Photo EDIT.webp") center
    no-repeat;
  background-size: cover;
  margin-top: 10px;
  height: 50vh;
  background-attachment: fixed;
  text-align: center;
  padding-top: 10%;
}
#about-intro label{
  width: 100%;
  padding: 20px 0px;
  font-family: "Manrope";
  font-size: 12rem;
  font-weight: 200;
  color: rgb(90, 110, 137);
  background-color: rgb(255, 255, 255, 0.7);
  position: relative;
  height: 200px;
}


/* From implementing new --- text section --- need ajustment */




/* ----------- Mobile ----------- */
/* Portrait and Landscape */

@media only screen 
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {

 #header {
    height: 55px;
    padding: 5px 0;
    width: 100%;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .card {
    margin: 0;
  }
  #intro {
    width: 100%;
    position: relative;
    background-size: cover;
  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
 #header {
    height: 55px;
    padding: 5px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }


  #why-us .card {
    margin: 0;
  }
  #intro {
    width: 100%;
    position: relative;
    background-size: cover;
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
 #header {
    height: 55px;
    padding: 5px 0;
  }
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  #intro {
    padding: 140px 0 60px 0;
  }

  #why-us .card {
    margin: 0;
  }
  #intro {
    width: 100%;
    position: relative;
    background-size: cover;
  }
}

/*tablet*/
@media (max-width: 991px) and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
  #header {
    height: 65px;
    padding: 7px 0;
    width: auto;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #about-intro {
    padding: 200px 0 0px 0;
  }


  #why-us .card {
    margin: 0;
  }
  #about-intro {
    width: 100%;
    position: relative;
    background: url("../img/New/Edited-Photos/L-2032_7 - Photo EDIT.webp") center
    no-repeat;
    background-size: cover;
    padding: 340px 0 50px 0;
  }
  #header.header-scrolled,
  #header.header-pages {
  height: 55px;
  padding: 1px 0;
}
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 4.5px;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: rgb(24, 72, 134);
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 400;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: rgb(12,139,185);
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(56, 57, 57, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: rgb(24, 72, 134);
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: rgb(12,139,185);
}

.main-nav .drop-down > a:after {
  
  font-family: "Manrope";
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {

  position: absolute;
  right: 15px;
}
  
  /* Mobile Navigation */
  
  .mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(56, 57, 57, 0.8);
    transition: 0.4s;
  }
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
  }
  
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a {
    color: #74b5fc;
    text-decoration: none;
  }
  
  .mobile-nav .drop-down > a:after {

    font-family: "Manrope";
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }
  

  
  .mobile-nav .drop-down > a {
    padding-right: 35px;
  }
  
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }
  
  .mobile-nav .drop-down li {
    padding-left: 20px;
  }
  
  .mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  
  .mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
  }
  
  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(56, 57, 57, 0.8);
    overflow: hidden;
    display: none;
  }
  
  .mobile-nav-active {
    overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
    left: 0;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  
  /* Sections Header
  --------------------------------*/
  
  .section-header h3 {
    font-family: "Manrope";
    font-size: 38px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    position: relative;
  }
  
  .section-header p {
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-bottom: 50px;
    color: #000000;
    width: 50%;
  }
  
  /* Section with background
  --------------------------------*/

  .section-bg {
    background-size: contain;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    resize: both;
    overflow: no-repeat;
  }
  .section-bg2 {
  background-size: cover;
  padding-top: 100%;
  resize: both;
  overflow: no-repeat;
  }

  .section-bg3 {
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 100%;
   /* resize: both;*/
    overflow: hidden;
  }   

  /* About Us Section
  --------------------------------*/
  
  #about {
    /*  background: #fff; */
    background: rgba(56, 57, 57, 0.13); /*  40% opaque green  */
    /*  padding: 60px 0; */
  }
  
  /* Services Section
  --------------------------------*/
  
  #services {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  
  #services .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  
  #services .icon {
    position: absolute;
    left: 7px;
    top: calc(50% - 32px);
  }
  
  #services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
  }
  
  #services .title {
    font-family: "Manrope";
    margin-left: 40px;
    font-weight: 200;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #services .title a {
    color: #111;
  }
  
  #services .box:hover .title a {
    color: rgb(12,139,185);
  }
  
  #services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    padding-left: 10px;
    margin-bottom: 0;
  }
  
  /*-------------------------------------------------------------------------------------------*/
  
  #services .services-info .btn-services-page {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: rgb(12, 139, 185);
    margin-left: auto;
    margin-right: auto;
  }
  
  #services .services-info .btn-services-page {
    border: 2px solid rgb(12, 139, 185);
  }
  
  #services .services-info .btn-services-page:hover {
    background: rgb(12, 139, 185);
    border-color: rgb(12, 139, 185);
    color: #fff;
  }
  

  
  /*--------------------------------------------------------------------------------------------------*/
  #why-us {
    padding: 60px 0;
    background: rgb(24, 72, 134);
    overflow:hidden;
  }
  
  #why-us .section-header h3,
  #why-us .section-header p {
    color: #fff;
  }
  
  #why-us .card {
    background: rgb(24, 72, 134);
    border-color: rgb(24, 72, 134);
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
  }
  
  #why-us .card:hover {
    background: rgb(90, 110, 137);
    border-color: rgb(90, 110, 137);
  }
  
  #why-us .card i {
    font-size: 48px;
    padding-top: 15px;
    color: #bfddfe;
  }
  
  #why-us .card h5 {
    font-size: 22px;
    font-weight: 600;
  }
  
  #why-us .card p {
    font-size: 15px;
    color: #d8eafe;
  }
  
  #why-us .card .readmore {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: rgb(24, 72, 134) solid 2px;
  }
  
  #why-us .card .readmore:hover {
    border-bottom: #fff solid 2px;
  }
  
  #why-us .counters {
    padding-top: 40px;
  }
  
  #why-us .counters span {
    font-family: "Manrope";
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #fff;
  }
  
  #why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Manrope";
    font-size: 14px;
    color: #cce5ff;
  }
  
  /* Portfolio Section
  --------------------------------*/
  
  #portfolio {
    padding: 60px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    background: rgb(90, 110, 137);
  }
  

  #portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px;
    list-style: none;
    text-align: center;
  }
  
  #portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 20px;
    color: rgb(12, 139, 185);
    border-radius: 50px;
    text-transform: uppercase;
    background: #ecf5ff;
    transition: all 0.3s ease-in-out;
  }
  
  #portfolio #portfolio-flters li:hover,
  #portfolio #portfolio-flters li.filter-active {
    background: rgb(12, 139, 185);
    color: #fff;
  }
  
  #portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  #portfolio .portfolio-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0 15px;

  }
  
  #portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 100%;
  }
  
  #portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: rgb(12, 139, 185);
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    margin: 0;
    color: #e2effe;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: rgb(12, 139, 185);
    border-radius: 50%;
    margin: 10px 4px 0 4px;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff;
  }
  
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
  #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: rgb(12, 139, 185);
  }
  
  #portfolio
    .portfolio-item
    .portfolio-wrap
    .portfolio-info
    .link-preview:hover
    i,
  #portfolio
    .portfolio-item
    .portfolio-wrap
    .portfolio-info
    .link-details:hover
    i {
    color: #fff;
  }
  
  #portfolio .portfolio-item .portfolio-wrap:hover {
    background: #003166;
  }
  
  #portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }

  
  
  /* New AboutUs
  --------------------------------*/
  
  #AboutUs {
    padding: 20px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    height: 15%;
    background: rgb(90, 110, 137);
    overflow: hidden;
  }

  #AboutUs .container{
    width: 100%;
    height: auto;
  }

  #AboutUs .background-img1 {
    background: url("../img/New/Edited-Photos/HOUSE\ HOLL\ EDIT.webp") center no-repeat;
    margin-bottom: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #AboutUs .section-header1 {
    
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(56, 57, 57, 0.4);
    padding: 40px 0;
  }

  #AboutUs .section-header2 {

    align-items: center;
    width: 100%;
    background-color: rgb(56, 57, 57, 0.4);
    padding: 40px 0;

  }

  #AboutUs .contentAbout{
    position: relattive;
  }

  #AboutUs .section-header1 h3 {
    font-family: "Manrope";
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    position: relative;
    color: white;
  }

  #AboutUs .section-header1 p {
    padding-top: 50px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    padding-bottom: 50px;
    color: #000000;
    width: 61%;
    color: white;
  }
  #AboutUs .section-header2 h3 {
    font-family: "Manrope";
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    position: relative;
    color: white;
  }

  #AboutUs .section-header2 p {
    padding-top: 50px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    padding-bottom: 50px;
    color: #000000;
    width: 61%;
    color: white;
  }


  #AboutUs .About-item p {
    text-align: center;
  }
  
  #AboutUs .About-item .About-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
  }
  
  #AboutUs .About-item h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000000;
    text-align: center;
    color: white;
  }
  
  #AboutUs .About-item h4 {
    font-size: 14px;
    color: #000000;
    margin: 0 0 15px 0;
    margin-left: 140px;
    color: white;
  }
  
  #AboutUs .About-item p {
    font-size: large ;
    font-weight: 800;
    color: #000000;
    text-align: center;
    color: white;
  }
  
  #AboutUs .owl-nav,
  #AboutUs .owl-dots {
    margin: 5px 0px 0px 0px;
    text-align: center;
  }
  
  #AboutUs .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
  }
  
  #AboutUs .owl-dot.active {
    background-color: rgb(12, 139, 185);
  }
  
  .pdf-button {
    display: inline-block;
    margin-left: 45%;
    margin-right: 40%;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #004289;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor:pointer;
  }

  .pdf-button:hover {
    border-color: #007BFF;
    color:#007BFF;
  }
  
  /* Clients Section
  --------------------------------*/
  
  #clients {
    padding: 60px 60px 60px 60px;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    background-color: rgba(96, 98, 98, 0.7);
  }

  @-webkit-keyframes scroller {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @keyframes scroller {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
 /* Slideshow container */
.Slider {
  background-color: none;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Slider::before, .Slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: auto;
  z-index: 2;
  white-space: nowrap;

}

.Slider::after {
  right: 0;
  top: 0;
  transform: rotateZ('180deg');
}

.Slider::before {
  left: 0;
  top: 0;
}

.Slider .Slider-Tracker {
  -webkit-animation: 120s scroller infinite linear;
          animation: 120s scroller infinite linear;
  display: flex;
  width: calc(135px * 86);
}

/* Hide the images by default */
.mySlides {
  flex: 0 0 100px;
  box-sizing: border-box;
  margin-right: 40px;
  margin-left: 40px;
  scroll-snap-type: center;
  display: inline-flex;
  background-color: rgba(96,98,98, 0.6);
}

.mySlides img {
  width: auto;
  height: 100px;
  object-fit: contain;
}

  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  
  #footer {
    background: rgba(96, 98, 98);
  }
  
  #footer .footer-top {
    background: rgba(96, 98, 98);
    padding: 50px 0 0px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 0px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Manrope";
    color: #fff;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Manrope";
    color: #ecf5ff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgb(12, 139, 185);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: rgb(12, 139, 185);
    color: #fff;
  }
  
  #footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 8px 0;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #ecf5ff;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: rgb(152, 181, 192);
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact p {
    line-height: 26px;
  }
  
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"] {
    background: rgb(12, 139, 185);
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: rgb(12, 139, 185);
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
  }
  
  #footer .credits a {
    color: #bfddfe;
  }
  
  #footer .credits a:hover {
    color: #f1f7ff;
  }
  
  /*--------------------------------------------------------------
  # Responsive Media Queries
  --------------------------------------------------------------*/
  
  @media (max-width: 600px) {
    #AboutUs .About-item p {
      width: 80%;
      margin: 0 0 15px 60px;
    }

    .AboutUs-container p{
      text-align: justify;
    }
  }
  
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px;
    }
  }
  
  @media (max-width: 767px) {
  
    .section-header p {
      width: 100%;
    }
  
    #about .about-item {
      text-align: center;
    }
  
    #about .about-item .about-img {
      float: none;
      margin: auto;
    }
  
    #about .about-item h3,
    #about .about-item h4,
    #about .about-item p {
      margin-left: 0;
    }
  }
  
  @media (max-width: 574px) {
    #about-intro {
      padding: 100px 0 100px 0;
    }
  }
  
  @media screen and (max-width: 991px) {
  
    html{
      font-size: 55%;
    }
    .logo {
      height: auto;
      max-width: 100%;
    }
    .mobile-nav a{
      font-size: 16px;
    }

    .pdf-button {
      margin-left: 38%;
      margin-right: 35%;
    }

    #about-intro label {
      font-size: 9rem;
      margin-top: 10px;
      height: auto;
      padding: 10px 0;
    }

    .footer{
      min-width: 100%;
      margin-right: 0px;
    }
  
    .row{
      max-width: 100%;
      margin: auto;
    }
    .footer-div{
      max-width: 100%;
      margin-left: 15px;
      margin-right: 15px;
    }
  
    .F-logo {
      max-width: 100%;
      text-align: center;
      align-items: center;
      height: auto;
      margin: auto; 
    }
  
    .F-logo img{
      display: block;
      margin: 0 auto;
      height: auto;
      width: 200px;
      padding-bottom: 20px;
    }
  
    .F-logo p{
      font-size:20px;
      text-align: center;
    }
    #footer .img-fluid{
      margin: auto; 
    }
  }

  @media (max-width: 400px) {
    #about-intro label {
      margin-top: 10px;
    }
  }
