h1, h2, h3, p{
    color:#16315D;
}
.navbar-toggler{
    border:none;
}
.navbar-toggler div {
    width: 35px;
    height: 3px;
    background-color: #EF4F1A;
    margin: 8px 0;  
}
.numbers{
    color:#EF4F1A;
}
#gallery{
    background-color: #F16131!important;
}
#gallery h1, #gallery p {
    color: #212529;
}
#gallery h1 {
    font-size: 28px;
}
#top a{
    background-color:#16315D;
    color:#EF4F1A;
}
#top span{
    color: #EF4F1A;
}
.sectors{
    color:#FFFFFF30;
    font-size:120px;
    position:absolute;
    bottom:-30px;
    right:200px;
}
#people{
    background-color: #16315D10;
}
#people .scrollable .image{
    width:auto;
}
#people .scrollable .image img{
    width:161px;
}
#people .scrollable .cards{
    width:880px;
    scroll-snap-align: start;
}
.line{
    color: #EF4F1A;
    margin:0px;
}
.desc{
    font-size: 16px;
}
#workwithus{
    background-position: bottom;
}
#workwithus .text-secondary{
    color: #ef4f1a !important;
}
#workwithus h2{
    color:#F8F9FA
}
#workwithus a{
    background-color: #ef4f1a;
}
.navbar-toggler:focus{
    box-shadow: none;
}
#client img{
    width:150px;
}
#gallery svg{
    height:60px;
}
#gallery .drag{
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; 
    width:80%;
    padding-bottom: 0 !important;
}
#gallery .space{
    width:20%;
}
#gallery .drag div{
    width: 350px;
}
.scrollable{
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}
.scrollable::-webkit-scrollbar { 
    display: none;
}
#testimonials .horiz div{
    width:600px;
    scroll-snap-align: start;
}
#testimonials .horiz{
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.drag,.horiz,.scrollable {
    cursor: grab;
    user-select: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow-x: auto;
}
.drag:active ,.horiz:active ,.scrollable:active {
  cursor: grabbing;
}
.drag .col-md-2{
    scroll-snap-align: start;
}
.content p{
    margin-bottom:0;
    display:contents;
}
.more-text {
    display: contents;
  }
  
.read-more-btn {
    cursor: pointer;
    display: none;
    color:#16315d;
    font-size:16px;
  }
  
.read-more-btn:hover {
    background-color: #d7582d;
  }
  
@media (min-width: 450px){
    .bullet2:nth-child(4){
        display: none;
    }
    .bullet:nth-child(4){
        display: none;
    }
}
.ribbon-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-color: #EF4F1A;
    display: flex;
    align-items: center;
    position: relative;
}

.ribbon-text {
    display: inline-block;
    font-size: 20px;
    color: white;
    white-space: nowrap;
    animation: 80s linear 0s infinite normal none running moveRibbon;
}

@keyframes moveRibbon {
    0% {
        transform: translateX(600px);
    }
    100% {
        transform: translateX(-100%);
    }
}
#expertise h1{
    color: #EF4F1A
}
.floating{
    position:absolute;
    left:80%;
    width:20vw;
    top:10%;
    z-index: 1;
}
#aboutus .col-lg-6{
    position:relative;
}

.nav-bullets-2 {
    display: flex;
    justify-content: center;
    z-index: 1;
    margin-bottom:12vh;
}
  
.nav-bullets-2 .bullet2 {
    width: 60px;
    height: 12px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 11px;
    cursor: pointer;
    transition: background-color 0.3s;
}
  
.nav-bullets-2 .bullet2.active {
    background-color: #16315D;
}  

  .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left:0px;
    padding-right:0px;
    padding-top:40px;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .left-section {
    width: 35%;
    padding: 0px 40px;
    align-content: center;
    z-index: 1;
  }
  
  .left-section button {
    padding: 10px 20px;
    background-color: #0044cc;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  .right-section {
    width: 65%;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-section p{
	width:290px;
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 40px;
    font-weight: 600;
    left:10%;
  }
  .right-section img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right:0;
    bottom: 60px !important;;
    z-index: 1;
  }
  
  .bullet {
    width: 60px;
    height: 12px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 11px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .bullet.active {
    background-color: #16315D;
  }

.slick-slide {
    display: flex !important;
}

.slick-dots {
    display: flex !important;
    justify-content: center !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 70px !important;
    z-index: 1 !important;
}

.slick-dots li {
    margin: 0 5px !important;
    width: 70px !important;
}

.slick-dots li button {
    width: 60px !important;
    height: 12px !important;
    background-color: #ffffff !important;
    border-radius: 11px !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
    padding: 0 !important;
}

.slick-dots li.slick-active button {
    background-color: #16315D !important; /* Change the background color for the active dot */
}

.slick-dots li button:before {
    content: ''!important; /* Remove the dot character */
}
.arrows{
    display:flex;
    justify-content: space-between;
}
.arrows-3{
    display:flex;
    justify-content: space-evenly;
    margin-bottom:5vw;
}
.under{
    text-decoration: underline;
}

.testimonial-bullets, .testimonial-bullets3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .bullet, .bullet3 {
    width: 60px;
    height: 12px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 11px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .bullet{
    background-color: #16315D10;
  }
  .bullet.active, .bullet3.active {
    background-color: #16315D;
  }


@media only screen and (max-width:800px) {
    .display-6{
        margin-bottom: 3rem;
    }
    .sectors{
        right:5px;
        bottom:0;
        font-size: 70px;
    }
    #top .col-lg-7{
        padding-left:0;
        padding-right: 0;
    }
}

@media only screen and (max-width:500px) {
    .pc{
        display: none;
    }
    .sectors{
        font-size: 32px;
    }
    #testimonials .more-text, #people .more-text  {
        display: none;
    }
    #testimonials .read-more-btn, #people .read-more-btn {
        display: contents;
    }
    #gallery .drag{
        padding-left: 10px !important;
        margin-left: 0;
        width:100%
    }
    .scrollable{
        padding-left:5px;
        align-content: flex-start;
        align-items: flex-start;
    }
    .scrollable .image{
        padding-bottom:10px !important;
    }
    #services, #services2, #expertise .container, #aboutus, #numbers, #testimonials, #people, #workwithus .container{
        padding-left:10px;
        padding-right:10px;
    }
    #services .row div{
        padding-top:0px;
        padding-bottom: 3rem!important;
    }
    #services .row div h2{
        margin-bottom:0px;
    }
    #services .row div p{
        margin-bottom:0px;
    }
    #services2 .row div{
        padding-top:0px;
        padding-bottom: 3rem!important;
    }
    #services2 .row div h2{
        margin-bottom:0px;
    }
    #services2 .row div p{
        margin-bottom:0px;
    }
    .slide{
        display: block !important;;
    }
    .left-section{
        width: 100% !important;;
        position: absolute;
        top:20%
    }

    .right-section{
        width: 100% !important;;
        height: 850px;
        padding: 0px !important;;
    }
    .nav-bullets, .nav-bullets-2{
        right: 0 !important;
        bottom: 60px !important;
    }
    #aboutus .ratio{
        height:170px;
    }

    #top .overlay{
        width: 100vw !important;;
    }
        
    .slider-container {
        padding-top:0px;
    }
}

@media (min-width: 450px) and (max-width: 800px) {
    #services .more-text {
      display: none;
    }
    #services .read-more-btn {
      display: contents;
    }
    #top .display-1{
        font-size: 40px;
    }
    #top .lead{
        font-size: 15px;
    }
    #top .right-section p{
        font-size: 30px;
    }
    #top .left-section{
        padding:60px 10px;
    }
    #top .slick-dots{
        bottom:60px;
        right:20vw;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    #top .display-1{
        font-size: 45px;
    }
    #top .lead{
        font-size: 20px;
    }
    #top .right-section p{
        font-size: 35px;
    }

}
@media (min-width: 1200px){
    #top .display-1{
        font-size: 55px;
    }

}
@media only screen and (max-width:1200px) {
    #top .overlay{
      background-color: #FFFFFF80;
      }
}