html {
  scroll-behavior: smooth;
  margin: 0;
}
#top-bar {
  height: 31px;
  background-color: black;
  padding-bottom: 0px;
  border-bottom: 1px solid white;
}
#banner-contain {
  padding-left: 0;
  padding-right: 0;
  background-color: rgb(32, 32, 32);
}
#banner {
  max-width: 1150px;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
/* .sm-icon {
  display: none;
} */
i.fa.fa-envelope {
  padding-right: 10px;
}

.fab.fa-facebook {
  font-size: 30px;
  background-color: white;
  border-radius: 25px;
  box-sizing: content-box;
  line-height: 0.9;
  transform: translateY(2px);
  width: 27px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

#fb-link:hover {
  text-decoration: none;
  transition: 0.3s;
}

.fab.fa-facebook:hover {
  text-decoration: none;
}
.header-logo-container {
  width: 100%;
}
.header-info-container {
  width: 100%;
  text-align: center;
  color: white;
  padding-bottom: 0px;
}
/* .logo-standard {
  display: none;
} */

.carousel-control-next,
.carousel-control-prev {
  width: 7% !important;
}
.colored-image {
            filter: grayscale(0%);
        }
        .grayscale-image {
            filter: grayscale(100%);
        }
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.my-shadow {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 100%;
}

#demo {
  max-width: 1150px;
  margin: 20px auto;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 5px;
}

.column img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.Print .column {
    flex: 50%;  /* Example modification */
    max-width: 50%;  /* Example modification */
    padding: 0 5px;  /* Example modification */
}
.Web .column {
    flex: 50%;  /* Example modification */
    max-width: 50%;  /* Example modification */
    padding: 0 5px;  /* Example modification */
}

/*#logo {
  width: 90%;
  max-width: 160px;
  margin: auto;
  display: block;
  margin-top: 20px;
  
   /* padding-right: 10px;
}*/
#lower-bar {
  padding-bottom: 15px;

  background-color: #d1d0d0;
}
#lower-bar-gallery {
    
  padding-bottom: 15px;
  background-color: #d1d0d0;
  box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#contact-block-container {
  text-align: right;
  padding-top: 5px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

.header-info-container p {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    color: white;
    padding-right: 8px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
}

/* #contact-block {
  margin-top: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: white;

  justify-content: space-between;
  padding-bottom: 10px;
} */
.content {
  padding: 1px 16px 16px 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 0px;
}
#phone-number {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: white;
  position: absolute;
  right: 0;
  bottom: 2px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.cat-active {
  transform: translateY(8px);
  font-size: 20px !important;
}
#intlogo {
 margin:20px 0 0 12px;
  max-width: 375px;
  z-index:1;
  display: block;  
}
/* In original file, mobile uses intlogo, standard uses intlogo*/

.logort {
	margin-left:11%;
}
#nav-container {
  width: 100%;
}
#nav-bar {
  background-color: gray;
  border-bottom: 2px solid gold;
  text-align: center;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-bar ul {
    display: flex;
  color: white;
  list-style: none;
  padding: 0;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  
}
#nav-bar ul li {
  display: inline-block;
}

#nav-bar li a {
  color: white;
  font-size: 12px;
}
#nav-bar li a:hover {
  text-decoration: none;
  color: #f9e133;
  transition: 0.4s;
}

nav {
  border-bottom: 3px solid gold !important;
}
.fa-stack-1x {
  color: white;
}
.icon-facebook {
  color: #3b5998;
  transition: 0.5s;
}
.icon-facebook:hover {
  color: #4494f0;
  cursor: pointer;
}

#fbook {
  font-size: 15px;
}
i.fa.fa-envelope {
  font-size: 25px;
}

.test {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding-top: 5px;
  position: relative;
  top: 5px;
  text-align: center;

  /*border: 1px solid #999999;*/
}
#icons {
  overflow: hidden;
  z-index: 1;
}
.content {
  padding: 1px 16px 16px 16px;
    
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 160px;
}

.inner-icon {
  width: 100%;
  height: 100%;
  /* background-color: #ffffff;
    border: 1px solid black;*/
  position: relative;
}
.icon-image {
  width: 87%;
  border: 1px solid white;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.5);
  filter: grayscale(90%);
  transition: 0.5s;
}
.icon-image.active {
  width: 87%;
  border: 1px solid white;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.5);
  filter: grayscale(0%);
  transition: 0.5s;
  transform: scale(1.05);
}
.icon-image:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.icon-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  color: #2d2d2d;
  padding-top: 5px;
  bottom: -10px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}
.icon-image.active {
  filter: grayscale(0%);
  transform: scale(1.05);
}

#text {
  font-family: "Open Sans", serif;
  font-size: 15px;
  max-width: 930px;
  margin: auto;
}
#margin-up {
  margin-top: -100px;
}
#carou-contain {
  max-width: 950px;

  margin: auto;
}

/* treehouse flex code */

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.icon-container {
  width: 100px;
  height: 100px;
  background-color: red;
  position: relative;
  top: 30%;
}
#icon-bar {
  margin: auto;
  text-align: center;
}
#icon-bar li {
  display: inline-block;
  position: relative;
  top: 40px;
}
.test > div {
  width: 5em;
  height: 5em;
  margin: 0;
  padding: 2px;
}

#top-bar-container {
  float: right;
  color: white;
  padding-top: 5px;

  /*transform: translateY(2px);*/
}
#explore {
  padding-right: 5px;
}
span.it-links {
  font-size: 6px;
}
#phone-number {
  font-size: 10px;
}

.it-links a {
  color: #9b9a9a;
  transition: 0.2s;

  padding: 3px;
  font-size: 6px;
}
.it-links a:hover {
  color: white;
  text-decoration: none;
}
.communication a {
    font-size: 6px;
    padding: 5px 20px 5px;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom : 4px;
    margin-right: 10px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 2px solid #202020;
    background-color: #202020;
    font-weight: 500;
    
  }

.communication,
.communication a {
    border-bottom: 1px solid #202020;
    
}
    
    .communication a:hover {
        color: white; 
      
  }
.span-active {
  padding: 5px 20px 5px;
  text-decoration: none;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: #0e2130;
 

  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.span-active a {
 
  color: #9b9a9a;;
}

.paragraphs p {
 /* margin-top: 55px;  or any default margin you want */
  transition: margin-top 0.3s ease; /* Smooth transition */
    font-size: 16px;
}

/* Additional margin adjustments for different options 
.paragraphs.margin-option-1 p {
  margin-top: 55px; 
}

.paragraphs.margin-option-2 p {
  margin-top: 55px; 
}

.paragraphs.margin-option-3 p {
  margin-top: 55px; 
}

.paragraphs.margin-option-4 p {
  margin-top: 55px; 
}

.paragraphs.margin-option-5 p {
  margin-top: 55px; 
}*/

/* Animations */
.fade1 {
  opacity: 0;
  animation-name: fade1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fade2 {
  opacity: 0;
  animation-name: fade2;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.fade3 {
  opacity: 0;
  animation-name: fade3;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

.intro-paragraph p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.intro-paragraph h3 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 22px;
}

.intro-paragraph {
  margin: 30px 20px 50px;
  animation-name: fade1;
  animation-duration: 1s;
}
.fade-in {
  animation-name: fade1;
  animation-duration: 1s;
}
#footer-note a {
    color: #fff;
}
#footer-note a:hover {
    text-decoration: none;
    color: #fff;
}
.title {
    text-align: left;
    font-size: 2.1rem;
    margin-top: 30px;
}
.options2 li:hover {
    color: #fff73c;
}
.options3 li:hover {
    color: #fff73c;
}
.paragraph_list {
  column-count: 3;
  column-gap: 10px; 
}
/*.options2 {
    display: none !important;
  }

  .paragraphs3 {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }*/

.paragraphs3 {
  max-width: 1200px;   
  margin: 0 auto;     
}

.paragraphs3 h2,
.paragraphs3 p,
.paragraphs3 hr {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.paragraphs3 hr {
  border: none;
  border-top: 1px solid white;
  margin: 1rem 0;
    
}


.responsive-iframe {
    width: 447px; 
    height: 268px;
    /*width: 100%;  Adjusts the width to fit the container */
    /*height: 400px;  Fixed height or adjust as needed */
    /* max-width: 800px;  Maximum width to prevent it from getting too large */
  border: 0; /* Removes the default border */
}

.option-list {
  width: 100px;
  padding-left: 0;
  list-style: none;
}

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fixed-container {
    position: sticky;
    top: 0;
    z-index: 1;
}
.paragraphs p {
        margin-top: 30px;
    }


/* Original */
/* .fancybox__project-link {
  display: block;
  text-align: center;
  margin: 580px auto 0 auto;
  padding: 10px 15px;
  background: rgba(0, 123, 143, 0.9);
  color: white;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  max-width: fit-content;
}



.fancybox__project-link:hover {
  background: rgba(0, 123, 143, 1);
  color: white;
}  */


/* Second */
/*.fancybox-caption {
   
    background: transparent !important;
    padding-top: 20px !important;
    text-align: center !important;
}

.fancybox-caption__body {
    padding: 0 !important;
}

.popup-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.popup-link:hover {
    background: #0056b3;
}*/

.fancybox__project-link {
  position: absolute;
  bottom: -50px;           /* Always stays in the bottom */
  left: 50%;
  transform: translateX(-50%);
  
  padding: 10px 20px;
  background: rgba(0, 123, 143, 0.9);
  color: white;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  z-index: 19999;        /* Makes sure it's on top */
}

.fancybox__project-link:hover {
  background: rgba(0, 123, 143, 1);
  color: white;             
  text-decoration: none;    
}

#nav-container {
  width: 100%;
}

.contact-container {
    max-width: 1180px !important;
    margin: 0 auto;
}

p.employ-text {
  text-align: left;
  word-spacing: normal;
  letter-spacing: normal;
}
.map-image {
    margin-top: 30px;
 
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.5);
}
img.map-image {
    width: 35%;
}
.map-title {
    text-align: left;
    margin-left: 0;
    padding-left: 30px;
}
.intro {
    padding: 0 10px;
}
.footer-nav ul {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: center; 
}

.footer-nav li {
    margin: 0 10px; 
}

/* media queries */
@media (min-width: 360px) {
    
    /*.intro-section .title {
        margin-left: 5px;
    }*/
    
    .communication,
    .communication a {
    border-bottom: 3px solid #202020;
    
}    

    .color-changing-section2 {
    height: auto !important;
  }
    .container-options2 {
        padding: 10px 0 0 !important;
    } 
    h3 {
        text-align: start;
    }
    .sm-icon {
      display: block;
    }
   #intlogo {
      margin: 20px 0 0 10px;
      max-width: 197px;
      display: block;
    }
   #banner {
      max-width: 1150px;
      min-height: 72px;
      display: flex;
      flex-direction: row;
      margin: auto;
    }
    .header-info-container {
    text-align: end;
    padding-bottom: 0px;
    margin-top: 38px;
    margin-right: 10px;
  }
   .header-info-container p {
      font-size: 10px;
      padding-right: 2px;
    }
   i.fa.fa-envelope {
      font-size: 17px;
      padding-right: 4px;  
    } 
   .fab.fa-facebook {
      font-size: 20px;
      border-radius: 18px;
      transform: translateY(2px);
      width: 19px;
    }
   
    .contact-link {
        color: white;
        text-decoration: none;
        transition: color 0.3s;
        font-family: Arial, Helvetica, sans-serif;     
    }
    .contact-link:hover {
        color: #fff73c;
        text-decoration: underline;
        
    }
 
    .footer-li {
        font-size: 10px;
    margin:0px 5px !important;
    }
    #footer-icons {
        font-size: 13px;
    }
    .logos-container {
        margin-left: 10% !important;
        width: 80% !important;
    }
    #footer-note a {
        font-size: 10px;
    }
    
    /* .container-options .options-di{
    flex-direction: column;
}*/
   /* .options-di{
    flex-direction: column-reverse;
}*/
    .contact {
        flex-direction: column;
    }
    .container-options {
     /*padding: 15px;*/
     padding: 10px
    }
    
    .container-options {
        margin-top: 15px;
    }
    .paragraphs {
        max-width: 1200px;
    }
    .paragraphs3{
        padding: 0 7px;
    }
    .marquee__img{
         width: 250px;
    }
    
    .Options {
        padding: 20px 0 0 10px !important;
        margin-bottom: -60px;
    }
    /*.options-di .options {
    padding: 0 !important;
}*/
    .options li {
         margin-bottom: 12px !important;
         font-size: 16px !important;
    }

    .options2 li {
         margin-bottom: 12px;
        font-size: 18px ;
    }
    .options3 li {
         margin-bottom: 12px;
        font-size: 18px;
    }
    
     .paragraphs {
    margin-bottom: 50px;
  }
    .paragraphs2 p {
        font-size: 12px;
    }
    .paragraphs3 #paragraph1 {
        font-size: 12px;
        /* padding: 0px 5px;*/
        
    } 
    .paragraphs3 #paragraph2 {
        font-size: 12px;
         /* padding: 0px 5px;*/
        
    } 
    .paragraphs3 #paragraph3 {
        font-size: 12px;
         /* padding: 0px 5px;*/
        
    } 
    .paragraphs3 #paragraph4 {
        font-size: 12px;
         /* padding: 0px 5px;*/
        
    } 
    .paragraphs3 #paragraph5 {
        font-size: 12px;
         /* padding: 0px 5px;*/
        
    } 
    
    img.map-image {
        width: 40%;
    }
    
    .contact-link {
        font-size: 12px;
    }
    
    .contact-container {
        padding: 0 5px !important;
    }
    
    .intro-section .fnt{
        font-size: 12px;
        line-height: 1.4;
        text-align: justify;
        /* padding: 0 5px;*/
        margin-top: 20px;
    }
    .paragraphs #paragraph1 {
        font-size: 12px;
    }
    .paragraphs #paragraph2 {
        font-size: 12px;
    }
    .paragraphs #paragraph3 {
        font-size: 12px;
    }
    .paragraphs #paragraph4 {
        font-size: 12px;
    }
    .paragraphs #paragraph5 {
        font-size: 12px;
    }
    .color {
        margin-top: -40px !important;
    }
    .icon-title {
        font-size: 8px;
        bottom: -10px;
    }
    
    #body__inner-wrapper1 {
        margin-bottom: -20px;
        
    }
    .body__inner-wrapper{
        margin-bottom: -20px !important;
    }
    .body__inner-wrapper2 {
        margin-bottom: -20px !important;
    }
    .paragraph_list {
        text-align: start;
        column-count: 2;
    }
        .paragraphs p {
        margin-top: 0;
        font-size: 13px;
    }
    .options2 {
    display: none !important;
  } 
    hr {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    
    } 
 
    .title {
        font-size: 1.5rem !important;
        margin-top: 15px !important;
    }
    
    .map-title {
        margin-left: 0;
        padding-left: 23px;
        font-size: 1.5rem;
        margin-top: 5px;
}
    
    .fancybox__project-link {
        padding: 5px 10px;
        font-size: 10px;
        bottom: -30px;
    }
    
    .color-changing-section3 {
        padding-bottom: 55px;
    }
    .paragraphs.fnt{
        margin-left: 15px;
        margin-right: 25px;
    }
}

@media (min-width: 450px) {
    /*.intro-section .title {
        margin-left: 10px;
    }*/
    
 .communication,
 .communication a {
    border-bottom: 3px solid #202020;
    
}    
    
    .color-changing-section2 {
    height: auto !important;
  }
    .container-options2 {
        padding: 10px 0 0 !important;
    } 
   .sm-icon {
      display: block;
    }
   #intlogo {
      margin: 20px 0 0 10px;
      max-width: 260px;
      display: block;
    }
   #banner {
      max-width: 1150px;
      min-height: 72px;
      display: flex;
      flex-direction: row;
      margin: auto;
    }
    .header-info-container {
    text-align: end;
    padding-bottom: 0px;
    margin-top: 50px;
    margin-right: 10px;
  }
   .header-info-container p {
      font-size: 10px;
      padding-right: 2px;
    }
   i.fa.fa-envelope {
      font-size: 17px;
      padding-right: 4px;  
    } 
   .fab.fa-facebook {
      font-size: 20px;
      border-radius: 18px;
      transform: translateY(2px);
      width: 19px;
    } 
    
    .footer-nav {
        font-size: 12px;
    }
    .logos-container {
        margin-left: 10% !important;
        width: 80% !important;
    }
    .container-options .options-di{
    flex-direction: column;
}
     .footer-li {
        font-size: 11px;
   margin:0px 10px !important;
    }
    .icon-title {
        font-size: 10px;
    }
    
    .intro-section .fnt {
       /* padding: 0 10px; */
        font-size: 12px;
    }
    /* .options-di .options {
    padding: 0 !important;
}*/

    .options {
        padding: 20px 0 0 10px !important;
    }
    
    .options li {
        margin-bottom: 13px !important;
    }
  
    .body__inner-wrapper {
        margin-top: 0px !important;
    }

    #body__inner-wrapper1 {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .body__inner-wrapper2 {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .paragraph_list {
        text-align: start;
        column-count: 2;
    }

        .paragraphs p {
        margin-top: 0;
            font-size: 12px;
    }
    
    .paragraphs2 p {
        font-size: 12px;
    }

    .contact-container {
        padding: 0 10px !important;
    }

    img.map-image {
        width: 40%;
    }

    .contact-link {
        font-size: 12px;
    }

    .map-title {
        margin-left: 0;
        padding-left: 40px;
        font-size: 1.5rem;
        margin-top: 5px;
}
    
    .paragraphs3 {
        padding: 0 12px;
    }
    .paragraphs3 #paragraph1 {
        font-size: 12px;
        /* padding: 0px 10px;
        margin-right: 2px; */
        
    } 
    .paragraphs3 #paragraph2 {
        font-size: 12px;
          /* padding: 0px 10px;
        margin-right: 2px; */
    } 
    .paragraphs3 #paragraph3 {
        font-size: 12px;
          /* padding: 0px 10px;
        margin-right: 2px; */
    } 
    .paragraphs3 #paragraph4 {
        font-size: 12px;
          /* padding: 0px 10px;
        margin-right: 2px; */
    } 
    .paragraphs3 #paragraph5 {
        font-size: 12px;
          /* padding: 0px 10px;
        margin-right: 2px; */
    } 

    .paragraphs #paragraph1 {
        font-size: 12px;
    }
    .paragraphs #paragraph2 {
        font-size: 12px;
    }
    .paragraphs #paragraph3 {
        font-size: 12px;
    }
    .paragraphs #paragraph4 {
        font-size: 12px;
    }
    .paragraphs #paragraph5 {
        font-size: 12px;
    }
    .options2 {
    display: none !important;
  } 
    .communication-icon .icon-title {
    margin-left: -6px !important;
  }
    hr {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .fancybox__project-link {
        padding: 6px 11px;
        font-size: 11px;
        bottom: -35px;
    }
    .color-changing-section3 {
        padding-bottom: 70px;
    }
    
}

@media (min-width: 576px) {
    /*.intro-section .title {
        margin-left: 10px;
    }*/
    
    

    .color-changing-section2 {
    height: auto !important;
  }
    .container-options2 {
        padding: 20px 0 0 !important;
    } 
  .test > div {
    width: 8em;
    height: 8em;
  }
  .icon-title {
    font-size: 12px;
    font-weight: normal;
  }
  /*#fbook {
    font-size: 18px;
  }
  i.fa.fa-envelope {
    font-size: 30px;
  } */
  #banner-contain {
    /* height: 107px;*/
    padding-right: 15px;
  }
  #nav-bar li a {
    color: white;
    font-size: 14px;
  }
  /* #phone-number {
    font-size: 15px;
  }*/
  #explore {
    padding-right: 6px;
  }
  span.it-links {
    font-size: 12px;
  }
  .it-links a {
    padding: 6px;
    font-size: 12px;
  }
  #top-bar {
    height: 44px;
  }
  #top-bar-container {
    transform: translateY(12px);
  }
  /* #logo {
    margin-left: 20px;
  } */
  .gallerymenu {
    max-width: 1255px;
  }
  .sm-icon {
    display: block;
  }
  #intlogo {
    max-width: 330px;
    margin-top: 20px;
  }
  #banner {
    min-height: 100px;
    display: flex;
    flex-direction: row;
  }
  .header-info-container {
    text-align: end;
    padding-bottom: 0px;
    margin-top: 58px;
  }
  .header-info-container p {
    font-size: 14px;
    padding-right: 4px;
  }
  i.fa.fa-envelope {
    font-size: 25px;
    padding-right: 13px;
  }
  .fab.fa-facebook {
    font-size: 27px;
    border-radius: 55px;
    transform: translateY(2px);
    width: 15px;
  }
  .communication a {
    padding: 6px 25px;
    font-size: 12px;
    border-bottom: 3px solid #202020;
    
  }

  .paragraphs p {
    margin-top: 0;
      font-size: 13px;
  }
   
   
    .footer-nav {
        font-size: 12px;
    }
    .logos-container {
        margin-left: 10% !important;
        width: 80% !important;
    }
    
 .footer-li {
        font-size: 12px;
    margin:0px 20px !important;
    }
   .com-tab{
        margin: auto;
    }
    
     .two-column{
      display: none !important;  
    }
    
    .body__inner-wrapper {
    Margin-top: 20px !important;
}

    .options li {
        margin-bottom: 15px !important;
    }
    .intro-section .fnt {
       /* padding: 0 10px; */
       font-size: 13px;
    }
    
    
    .paragraph_list {
        column-count: 2;
        text-align: start
    }
    
    .paragraphs2 p {
        font-size: 13px;
    }

    img.map-image {
        width: 40%;
    }
    
    .contact-link {
        font-size: 13px;
    }
    
    .contact-container {
        padding: 0 10px !important;
    }

.map-title {
        margin-left: 0;
        padding-left: 65px;
        font-size: 1.5rem;
}
    
    .paragraphs3 {
        padding: 0 12px;
    }
    .paragraphs3 #paragraph1 {
        font-size: 13px;
        /* padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph2 {
        font-size: 13px;
        /* padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph3 {
        font-size: 13px;
        /* padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph4 {
        font-size: 13px;
        /* padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph5 {
        font-size: 13px;
        /* padding: 0px 10px;*/
        
    } 

    .paragraphs #paragraph1 {
        font-size: 13px;
    }
    .paragraphs #paragraph2 {
        font-size: 13px;
    }
    .paragraphs #paragraph3 {
        font-size: 13px;
    }
    .paragraphs #paragraph4 {
        font-size: 13px;
    }
    .paragraphs #paragraph5 {
        font-size: 13px;
    }
    .options2 {
    display: none !important;
  } 
    .communication-icon .icon-title {
    margin-left: 0 !important;
  }
   hr {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .fancybox__project-link {
        padding: 7px 12px;
        font-size: 12px;
        bottom: -40px;
    }
    .options {
        padding: 20px 0 0 10px !important;
    }
    .color-changing-section3 {
        padding-bottom: 80px;
    }
    
}
    
@media (min-width: 660px) {

    .color-changing-section2 {
    height: auto !important;
  }
    .container-options2 {
        padding: 20px 0 0 !important;
    } 
    
    .paragraphs2 p {
        font-size: 14px;
    }

    img.map-image {
        width: 35%;
    }
    
    .contact-link {
        font-size: 14px;
    }
    
    .contact-container {
        padding: 0 10px !important;
    }

    .map-title {
        margin-left: 0;
        padding-left: 63px;
        font-size: 1.5rem;
    }

    
    .paragraphs3 {
        padding: 0 12px;
    }
    .paragraphs3 #paragraph1 {
       font-size: 14px;
    /* padding: 0px 10px; */
    
    } 
    .paragraphs3 #paragraph2 {
        font-size: 14px;
    /* padding: 0px 10px; */
    
    } 
    .paragraphs3 #paragraph3 {
        font-size: 14px;
    /* padding: 0px 10px; */
    
    } 
    .paragraphs3 #paragraph4 {
        font-size: 14px;
    /* padding: 0px 10px; */
    
    } 
    .paragraphs3 #paragraph5 {
        font-size: 14px;
    /* padding: 0px 10px; */
    
    } 

    .paragraphs p {
        margin-top: 0px;
        font-size: 14px;
    }
    .paragraphs #paragraph1 {
        font-size: 14px;
    }
    .paragraphs #paragraph2 {
        font-size: 14px;
    }
    .paragraphs #paragraph3 {
        font-size: 14px;
    }
    .paragraphs #paragraph4 {
        font-size: 14px;
    }
    .paragraphs #paragraph5 {
        font-size: 14px;
    }
    .communication-icon .icon-title {
    margin-left: auto !important;
  }
    .body__inner-wrapper {
    margin-top: 0px;
  }
    
    .intro-section .fnt {
        font-size: 14px;
    }    
    
    .fancybox__project-link {
        padding: 8px 13px;
        font-size: 13px;
        bottom: -45px;
    }
    .options {
        padding: 20px 0 0 15px !important;
    }
    
    .color-changing-section3 {
        padding-bottom: 85px;
    }
    
    .paragraphs.fnt{
        margin-left: 20px;
        margin-right: 30px;
    }

    
}


@media (min-width: 768px) {
    .color-changing-section2 {
    height: auto !important;
  }
    .color-changing-section3 {
        padding-bottom: 75px;
    }
    .container-options2 {
        padding: 20px 0 0 !important;
    } 
    /*.intro-section .title {
        margin-left: 10px;
    }*/
  .test > div {
    width: 10em;
    height: 10em;
  }
  .icon-title {
    font-size: 14px;
  }
  /* #logo {
    margin: unset;

    max-width: 375px;
    width: 100%;
  } */
  #nav-bar li a {
    color: white;
    font-size: 16px;
  }

  .logo-mobile {
    display: none;
  }

  .intro-paragraph h3 {
    text-align: left;
    font-size: 28px;
  }
  .sm-icon {
    display: block;
  }
  .logo-standard {
    display: block;
  }

  #explore {
    padding-right: 7px;
  }
  span.it-links {
    font-size: 14px;
  }
  #banner {
    flex-direction: row;
  }
  .header-logo-container {
    display: flex;
    align-items: flex-end;
    margin: 0 0 20px 0px;
  }

  .header-info-container {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .it-links a {
    padding: 6px;
    font-size: 14px;
  }
  #top-bar {
    height: 44px;
  }
  #top-bar-container {
    transform: translateY(12px);
  }
  .intro-paragraph {
    margin: 30px 50px 50px;
  }
 i.fa.fa-envelope {
    padding-right: 13px;
  }
    
    .communication a{
    padding: 5px 20px 5px;
    font-size: 14px;
    padding-bottom: 6px;
        border-bottom: 1px solid #202020;
    }
        .footer-nav{
        font-size: 12px;
    }
    
    .intro-section .fnt {
        font-size: 14px;
    }
    
    
     .options-di{
    flex-direction: row;
}
    
    .contact {
        flex-direction: row;
    }
    .container-options .options-di{
        flex-direction: row;
        width: 100%;
}
    .container-options {
     padding: 50px;
    }
    .paragraphs {
    height: 280px;
    padding: 20px;
  }
    .paragraph_list {
        column-count: 3;
        text-align: start
    }
    .paragraphs2 {
        margin-bottom: 20px;
    } 
      .options-di{
    flex-direction: row;
    
}
    .container-options {
        margin-top: 0px;
    }
     .footer-li {
        font-size: 14px;
    margin:0px 25px !important;
    }
    
    /*.options-di .options {
    padding: 0 !important;
} */

    .options li {
          max-width: 160px;
         margin-bottom: 18px !important;
        font-size: 17px !important;
    }
    .options2 li {
         margin-bottom: 30px;
    }
    .options3 li {
         margin-bottom: 15px;
    }
    
    .marquee__img{
         width: 300px;
    }
    
    /*.color {
        margin-top: 0px !important;
    }
     .paragraphs p {
        margin-top: 0;
    } */
    .body__inner-wrapper {
        margin-top: -55px !important;
    }
    .color-changing-section-small {
        margin-bottom: -10px;
    }
    #body__inner-wrapper1 {
        margin-top: 40px;
        margin-bottom: -10px;
    }
    .body__inner-wrapper2 {
        margin-top: 40px;
        margin-bottom: -10px;
    }
    .employ-text {
        text-align: start; 
    }
    .paragraphs p {
        margin-top: 0;
        font-size: 14px;
    }
    .paragraphs2 p {
        font-size: 14px;
    }

    img.map-image {
        width: 45%;
    }
    
    .contact-link {
        font-size: 14px;
    }
    
    .contact-container {
        padding: 0 10px !important;
    }

    .map-title {
        margin-left: 0;
        padding-left: 18px;
        font-size: 2.1rem !important;
}
    
    .paragraphs3 {
        padding: 0 10px;
    }
    .paragraphs3 #paragraph1 {
        font-size: 14px;
        /*padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph2 {
        font-size: 14px;
         /*padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph3 {
        font-size: 14px;
         /*padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph4 {
        font-size: 14px;
         /*padding: 0px 10px;*/
        
    } 
    .paragraphs3 #paragraph5 {
        font-size: 14px;
         /*padding: 0px 10px;*/
        
    } 

    .paragraphs #paragraph1 {
        font-size: 14px;
    }
    .paragraphs #paragraph2 {
        font-size: 14px;
    }
    .paragraphs #paragraph3 {
        font-size: 14px;
    }
    .paragraphs #paragraph4 {
        font-size: 14px;
    }
    .paragraphs #paragraph5 {
        font-size: 14px;
    }
    .options2 {
        display: block !important; 
    }
    .title {
        font-size: 2.1rem !important;
        margin-top: 30px !important
    }
    .fancybox__project-link {
        padding: 8px 13px;
        font-size: 13px;
    }
    .options {
        padding: 20px 0 0 15px !important;
    }
    


}

@media (min-width: 992px) {
    
     .footer-nav ul {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center;
    }

    .footer-nav li {
        margin: 0 10px; /* Adjust margin if needed */
    }
    
    .color-changing-section2 {
    height: 424px !important;
  }
    .container-options2 {
        padding: 30px 0 0;
    } 
  .test > div {
    width: 13em;
    height: 13em;
  }
  #explore {
    padding-right: 7px;
  }
  .icon-title {
    font-size: 16px;
  }
  #nav-bar li a {
    color: white;
    font-size: 14px;
  }
  #logo {
    width: 100%;
  }
  #phone-number {
    font-size: 16px;
  }
 i.fa.fa-envelope {
    padding-right: 13px;
  }
     .marquee {
        width: 1080px !important;
    }
    .footer-li {
        font-size: 1rem;
    margin:0px 25px !important;
    }
    .body__inner-wrapper {
        margin-bottom: 0;
        margin-top: -40px !important;
    }
    /*.options-di .options {
    padding: 0 !important;
} */
    .options li {
         margin-bottom: 20px !important;
         font-size: 18px !important;
    }

    .paragraphs p {
        margin-top: 0px;
        font-size: 16px;
    }
    .intro-section .fnt {
        font-size: 16px;
        
    }
    
    .paragraphs2 p {
        font-size: 16px;
    }

    img.map-image {
        width: 35%;
    }
    
    .contact-link {
        font-size: 16px;
    }
    
    .contact-container {
        padding: 0 10px 0 10px !important;
    }

    .map-title {
        margin-left: 0;
        padding-left: 20px;
        font-size: 2.1rem !important;
}

    
    .paragraphs3 {
        padding: 0 0 0 10px;
    }
    .paragraphs3 #paragraph1 {
        font-size: 16px;
        /* padding: 0 0 0 10px; */
        
    } 
    .paragraphs3 #paragraph2 {
        font-size: 16px;
        /* padding: 0 0 0 10px; */
        
    } 
    .paragraphs3 #paragraph3 {
        font-size: 16px;
         /* padding: 0 0 0 10px; */
        
    } 
    .paragraphs3 #paragraph4 {
        font-size: 16px;
         /* padding: 0 0 0 10px; */
        
    } 
    .paragraphs3 #paragraph5 {
        font-size: 16px;
         /* padding: 0 0 0 10px; */
        
    } 
   .paragraphs #paragraph1 {
        font-size: 16px;
       
    }
    .paragraphs #paragraph2 {
        font-size: 16px;
    }
    .paragraphs #paragraph3 {
        font-size: 16px;
    }
    .paragraphs #paragraph4 {
        font-size: 16px;
    }
    .paragraphs #paragraph5 {
        font-size: 16px;
    }
    .options2 {
        display: block !important; 
    }
    hr {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .title {
        font-size: 2.1rem !important;
        margin-top: 30px !important
    }
    .options {
    padding: 20px 0 0 20px !important;
}
}

@media (min-width: 1200px) {
  .test > div {
    width: 14em;
    height: 14em;
    margin: 10px ;
    padding: 2px;
  }
  .icon-title {
    font-size: 18px;
  }
  #nav-bar li a {
    color: white;
    font-size: 16px;
  }

  #phone-number {
    font-size: 18px;
  }
  #explore {
    padding-right: 10px;
  }
  span.it-links {
    font-size: 14px;
  }

  .it-links a {
    padding: 7px;
    font-size: 14px;
  }

   #logo {
    margin-left: -20px;
  } 
    
	.gallerymenu {
    max-width: 1250px;     
    }
    
  i.fa.fa-envelope {
    padding-right: 13px;
  }
  
    .color-changing-section-small {
		margin-top: 90px;
	    }
    #body__inner-wrapper1 {
        margin-bottom: 50px;    
        }
    .body__inner-wrapper2 {
        margin-bottom: 50px;    
        }
    .body__inner-wrapper {
        margin-bottom: 50px;
        margin-top: -60px;
    }
    .paragraphs p {
        margin-top: 30px;
    }
    .options {
    width: 100px;
    padding: 20px 0 0 20px !important;
}
    .map-title {
        margin-left: 0;
        padding-left: 30px;
        font-size: 2.1rem !important;
}
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 575px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
    
  #demo {
    margin-top: 0;
  }
    
    .two-column{
      display: flex !important;  
    }
    
    .three-column{
        display: none !important;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

/*@media screen and (max-width: 400px) {
    /*.column {
    flex: 100%;
    max-width: 100%;
  }*/

  /*.column {
    flex: 50%;
    max-width: 50%;
  }
    
  #demo {
    margin-top: 0;
  }
    
    .two-column{
      display: flex !important;  
    }
    
    .three-column{
        display: none !important;
    }
    
    
} */



/* CSS Document */
.color-changing-section {
    color: white;
   display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  background: linear-gradient(to right, #0b6031, #2b555b, #884e9d, #c16a94, #8776ad, #6e7fb1, #d99f70, #6e7fb1 ,#8776ad ,#c16a94 ,#2b555b,#0b6031 ); /* Define a linear gradient from left to right with your desired colors */
  background-size: 400%; /* Make the gradient four times wider than the element */
  animation: slide 90s linear infinite; /* Apply the animation with linear timing */
    flex-direction: column;
}
.color-changing-section2 {
    color: white;
   display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  background: linear-gradient(to right, #0b6031, #2b555b, #884e9d, #c16a94, #8776ad, #6e7fb1, #d99f70, #6e7fb1 ,#8776ad ,#c16a94 ,#2b555b,#0b6031 ); /* Define a linear gradient from left to right with your desired colors */
  background-size: 400%; /* Make the gradient four times wider than the element */
  animation: slide 90s linear infinite; /* Apply the animation with linear timing */
    flex-direction: column;
    margin-top: 12px;
    height: 424px;
    /*padding: 30px 0 60px 0;*/
}
.color-changing-section3 {
    color: white;
    display: block; 
    text-align: left;
    background: linear-gradient(to right, #0b6031, #2b555b, #884e9d, #c16a94, #8776ad, #6e7fb1, #d99f70, #6e7fb1, #8776ad, #c16a94, #2b555b, #0b6031);
    background-size: 400%;
    animation: slide 90s linear infinite;
    min-height: 100%; 
    margin-top: 12px;
    padding-bottom: 75px; 
}
.color-changing-section4 {
    color: white;
   display: flex;
  align-items: flex-start;
  text-align: left;
  background: linear-gradient(to right, #0b6031, #2b555b, #884e9d, #c16a94, #8776ad, #6e7fb1, #d99f70, #6e7fb1 ,#8776ad ,#c16a94 ,#2b555b,#0b6031 ); /* Define a linear gradient from left to right with your desired colors */
  background-size: 400%; /* Make the gradient four times wider than the element */
  animation: slide 90s linear infinite; /* Apply the animation with linear timing */
    margin-top: 25px;
}
.color-changing-section-small {
    color: white;
padding: 0 70px;
  height: 3vh; /* Adjust the height as per your requirement */
  
  text-align: right;
  background: linear-gradient(to right, #0b6031, #2b555b, #884e9d, #c16a94, #8776ad, #6e7fb1, #d99f70, #6e7fb1 ,#8776ad ,#c16a94 ,#2b555b,#0b6031 ); /* Define a linear gradient from left to right with your desired colors */
  background-size: 400%; /* Make the gradient four times wider than the element */
  animation: slide 90s linear infinite; /* Apply the animation with linear timing */
    margin-top: 50px;
}
.color-changing-section-small a{
    color: white !important;
    }
 .spacer {
      height: 1px; /* Adjust thickness as needed */
      background-color: white;
      margin: 0px 0; /* Adjust spacing as needed */
    }

/* Optional: Adding some style to the heading */
hr {
    border: none;
      border-top: 1px solid white; /* Adjust thickness as needed */
      margin: 0px 0; /* Adjust spacing as needed */
    background: rgba(255,255,255,1);
}



@keyframes slide {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}
 .container-options {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
   
  }
.container-options2 {
    padding: 30px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /*.options {
    width: auto;
    padding: 20px;
    
  }*/

.options {
    width: 100px;
    padding: 20px 0 0 20px;
}

  .options ul {
    list-style-type: none;
    padding: 0;
  }

.paragraphs.fnt {
  width: 960px;
  margin-left: 20px; 
}

  .options li {
   
    cursor: pointer;
      color: #50749d;
      font-size: 18px;
    
  }
.arrow {
        display: none; /* Hide arrow by default */
    }

    .active .arrow {
        display: inline-block; /* Show arrow when the list item is active */
        margin-left: 5px; /* Adjust as needed */
        color: #555; /* Arrow color */
    }
.options li .arrow {
    position: relative;
    color: #555; /* Arrow color */
    font-family: Arial, sans-serif;
}

.options li.active {
    display: flex;
    color: #884e9d;
    /*font-weight: bold;*/
    justify-content: center;
    flex-direction: row;
    font-family: Arial, sans-serif;
    height: 24px;
  }
  


.options2 {
    /*margin-top: -60px;*/
    padding: 20px;
    
  }

  .options2 ul {
    list-style-type: none;
    padding: 0;
  }

  .options2 li {
    cursor: pointer;
  }

.options2 li a {
  text-decoration: none;
  color: #fff;
}
.options2 li a:hover {
  color: #fff73c;
}
.options2 li.active a {
  color: #fff73c;
  /* font-weight: bold; */
}

.options3 {
    margin-top: -60px;
    padding: 20px;
    
  }
    
  .options3 ul {
    list-style-type: none;
    padding: 0;
    margin-top: -20px;
  }

  .options3 li {
    cursor: pointer;
  }
.options3 li.active {
    color: #fff73c;
    /*font-weight: bold;*/
  }

.paragraphs2 {
    width: 100%;
  }
.carousel-item img {
  
    width: 100%;
    object-fit: cover; /* Maintain aspect ratio while covering whole area */
}
.carousel-inner{
    
    margin-bottom: 12px;
    margin-top: 12px;
}
.footer-nav {
    padding-top: 10px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center; 
    font-family: Arial; 
    font-size: 1rem;
}
.footer-nav a{
     color: white !important; 
}
.footer-li{
    
    display: inline-block; 
    margin-right: 100px;
}
h5{
    line-height: 1.6 !important;
}


.logo-container {
    margin-top: -5%;
    margin-bottom: 5%;
    align-items: center;
    overflow: hidden;
    position: relative; /* Ensure proper positioning of arrows */
 white-space: nowrap;
}
.logo-container2 {
    align-items: center;
    overflow: hidden;
    position: relative; /* Ensure proper positioning of arrows */
 white-space: nowrap;
}

.logos {

    white-space: nowrap;
  will-change: transform;
    display: inline-block;
     margin-left: -25%; 
     animation: scrollAnimationLeft 25s linear infinite; /* Specify animation shorthand */
}
.logos img {
    width: 25%; /* Adjust width as needed */
    
}
@keyframes scrollAnimationRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200%);
    }
}

@keyframes scrollAnimationLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.logo-link {
    margin: 0 10px;
}

.left-arrow,
.right-arrow {
    font-size: 3rem;
    cursor: pointer; /* Ensure arrows are clickable */
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px; /* Adjust width as needed */
    height: 50px; /* Adjust height as needed */
    background-color: rgba(255, 255, 255, 0.5); /* Adjust background color as needed */
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff; /* Adjust color as needed */
    font-size: 24px; /* Adjust font size as needed */
    text-decoration: none;
}

.carousel-control-prev-icon {
    border: white;
    left: 10px; /* Adjust left position as needed */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    border: white;
    right: 10px; /* Adjust right position as needed */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")!important;
}

.fnt{
    font-family: "Open Sans";
    font-size: 16px;
    font-family: Arial;
    text-align: justify;
}

.color-changing-section a{
    color: white;
    float: right;
    margin-top: 25px;
}

.color-changing-section a:hover{
    color: #fff73c;
    text-decoration: none;
}

.paragraphs a{
    color: #884e9d;
    float: right;
    margin-top: 25px;
}

.paragraphs a:hover{
    color: #50749d;
    text-decoration: none;
}

 paragraph1 a {
   color: #007bff;
    float: right;
}


.fnt2{
    color: #6c6b6c;
    font-size: 20px;
    font-family: Arial; 
    text-align-last: right;
}
.fnt3{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial;
}
.fnt4{
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial;
}

.icon-image.active {
    filter: none; /* Remove any filters applied to the image */
}

.logos-container {
   margin-left: 5%; /* Center horizontally */
  margin-right:5%; /* Center horizontally */
  max-width: 90%; /* Adjust the width as needed */
  overflow: hidden; /* Hide vertical overflow */
  display: flex; /* Use flexbox for centering vertically */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}
@media screen and (max-height: 500px) {
    .logo-container {
        
        margin-top: -15% !important;
    }
  
    .click { 
    margin: 18% auto -10% auto !important;
    }
}
@media screen and (max-height: 756px) {
    .color-changing-section-small {
        
        height: 4vh !important;
    }
}
#left-btn,
#right-btn {
    /* Add necessary styles */
    display: inline-block;
    margin: 10px; /* Adjust margin as needed */
    padding: 5px 10px; /* Adjust padding as needed */
    background-color: #ccc; /* Adjust background color as needed */
    border: none;
    cursor: pointer;
    z-index: 9999; /* Ensure the buttons appear above other elements */
}

button:focus {
  outline: none !important;
}

.click {
    margin: 0% auto 0% auto;
}
.click-here{
    color: white !important;
    text-decoration: none !important;    
}

#dynamic-content-container {
    display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body__inner-wrapper {

  align-items: center;
  height: 100%;
  max-width: 104rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  margin-inline: auto;
  margin-block-start: 1rem;
  margin-bottom: 50px;
  margin-top: -25px;
}

#body__inner-wrapper1 {
  
  align-items: center;
  height: 100%;
  max-width: 104rem;
  /* display: flex; */
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  margin-inline: auto;
  margin-block-start: 1rem;
  margin-bottom: 50px;
  margin-top: 60px;
}

.body__inner-wrapper2 {

  align-items: center;
  height: 100%;
  max-width: 104rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  margin-inline: auto;
  margin-block-start: 1rem;
  margin-bottom: 50px;
  margin-top: 60px;
}

.outline__text {
  font-family: sans-serif;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: white;
}

.marquee {
  width: 75%;
  height: 12.2rem;
  pointer-events: none;
  overflow: hidden;
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}

.marquee span {
  text-align: center;
  color: lightgray;
  font-weight: 400;
  white-space: nowrap;
  font-size: max(2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  padding: 1vh 1vw 0;
  text-transform: uppercase;
}

.marquee__img {
  height: 100%;
  margin: 0 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #444;
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.map-iframe {
        width: 100%;
        height: 46%;
        border: 4px solid white;
        box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.5);
    }

     /* .contact-link {
        margin-left: 0;
            right:0;
    } */



