.owl-item {
    width: auto !important;
  }
  
.carousel-img {
    margin: 10px 20px;
}



.dropdown-item:active {
    background-color: hsl(0, 0%, 100%) !important;
}

.c-img{
    display: inline-block;
    margin: 10px 20px;
}


/* Ensure all images have the same height */
.logo-img {
  object-fit: contain; /* Maintains aspect ratio of the images */
  width: 100%; /* Ensures images are responsive */
}

.card-img-top{
    border-radius: 5px;
    

}

.card-icon {
width: 50%;
}

.btn1 {
    background-image: url("btn1.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
    background-color: #0f0f63;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 195, 0.5), 0 6px 20px 0 rgba(0, 0, 195, 0.5);
}

.btn1 {
    background-image: url("btn1.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
}

.btn2 {
    background-image: url("btn2.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
}

.btn3 {
    background-image: url("btn3.jpg")!important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
}

.btn4 {
    background-image: url("btn4.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
}

.btn5 {
    background-image: url("btn5.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
}

.btn6 {
    background-image: url("btn6.jpg")!important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    aspect-ratio: 4 / 3;
}
         
.homebanner{
    background-image: url("bannerimagedark1.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #000000;

}

.workbanner{
    background-image: url("bannerimagedark5.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #000000;

}

.callbanner{
    background-image: url("bannerimagedark6.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #000000;

}

.itsupport{
    background-image: url("itsupporty.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 50vh;
    color: #f0eeee;
    padding-top: 5vh;
    padding-bottom: 3vh;
}


.sustainability{
    background-image: url("sustainability.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 50vh;
    color: #f0eeee;
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.team{
    background-image: url("teamy.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 30vh;
    color: #f0eeee;
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.card{
    border-width: 0px;
}

.x {
    border-color: #6de528;
    border-style: solid;
    border-width: .5px;
}
.xx {
    border-color: #276bff;
    border-style: solid;
    border-width: .5px;
}

.one-side {
    border-color: #b1b1b1;
    border-style: solid;
    border-width: 0px 0px 0px .5px;
    aspect-ratio: 1 / .4;

}

html{
    scroll-snap-type: y proximity;
}
   
.btn-web {
    border-width: 0px;
    background-color: #3030B7;
    text-align: left;
    width: 180px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
}

.btn-violet {
    border-width: 0px;
    background-color: #3030B7;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding: 20px 15px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 1.1rem;
}

.btn-violet:hover {
    background-color: #0f0f63;
}

.btn-web:hover{
    background-color: #0f0f63;
}

.client-card{
    padding: 2px 2px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px;
}


.btn-web2 {
    border-width: 0px;
    text-align: left;
    width: 80px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1rem;
}

.btn-web2:hover{
    color: #0a22d3;
}

.btn-web2:active{
    background-color: #0f0f63;
    color: #ffffff;
}

img{
    width: 100%;
     height: auto;
     overflow: hidden;
}

.navbar{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.navbar a{
    font-size: 1rem;
    font-weight: 500;
    color: #464646;

}

.casestudy {
    background-color: #ffdfa9;
}


.navbar a:hover{

    color: #FFAA00;

}

.navbarwithscrol{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 1px 10px 0 rgba(0, 0, 0, 0.05);
        background-color: #333;
        position: fixed;
        top: -50px;
        width: 100%;
        display: block;
        transition: top 0.3s;     
}

.companylogo {
    width: 120px;
} 

.dropdown-menu {
    border-width: 0px !important;
}

.bg-white {
    background-color: rgb(255, 255, 255)
}

.navbar-toggler{
    border-color: rgb(255, 255, 255) !important;
    box-shadow: none;
}


.yellow-background{
    background-image: linear-gradient(to right top, #fff2de, #fff2e8, #fff4f3, #fff7fb, #fffbff, #fffbff, #fffbfe, #fffbfe, #fff8fb, #fff6f5, #fff4ee, #fff3e7);
    padding: 2rem;
}


.imagecontainer img{
    height: 100%;
    border-radius: 1.5rem;
    object-fit: cover; 
}


.snap{
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    scroll-margin-top: 80px;

}



@media only screen and (max-width: 600px) {
.res-margin-top {
    margin-top: 30px;
}
}

@media only screen and (min-width: 601px) {
.res-margin-top {
    margin-top: 30px;
    
}
}



@media only screen and (max-width: 600px) {
    .res-margin-top {
        margin-top: 20px;
    }
    }
    
    @media only screen and (min-width: 601px) {
    .res-margin-top {
        margin-top: 30px;
        
    }
    }

.banner{
        margin-top: 70px;
}

.banner h1{
    font-size: 3rem;
}


.opportunities{
    background-color: #FFC655;
    background-image: linear-gradient(to right bottom, #fff1a3, #ffed96, #ffe989, #ffe57c, #ffe16f, #ffe26b, #ffe267, #ffe363, #ffe969, #ffef6f, #fff575, #fffb7c);
    border-radius: 10px;
    padding: 20px 20px;
   }

.jobcard{

    border-radius: 1rem;
    background-color: #ffffff;
    margin: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.jobcard h5{
height: 50PX;
color: #1515c7;
}


.jobcard a{
    color: #1515c7;
}

.card-text{
    background-color: #f0eeee; 
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px;
    height: 150px;

}

.badge{
    font-weight: 500 !important;
    
}

.card-text p{
    font-size: .8rem;
}

.card-date{
    font-size: .8rem;
}

.card-link{
    font-size: .8rem;
    text-decoration: none;
    font-weight: 500;
}

.workforcecard{
    border-radius: 2rem;
    background-image: linear-gradient(to right bottom, #ffaa00, #ffb225, #ffba3a, #ffc24b, #ffc95c);
    margin: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.workforcecard img{
    height:  100%;
}

.workforcecard-text{
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    height: 2.5rem;
}

.elearing{
    -background-image: linear-gradient(to right top, #fff2de, #fff2e8, #fff4f3, #fff7fb, #fffbff, #fffbff, #fffbfe, #fffbfe, #fff8fb, #fff6f5, #fff4ee, #fff3e7);
}

.learing-image {
    width: 100%;
    border-radius: 1.5rem;
    object-fit: cover; 
    max-height: 500px;
}

.learning-card {
    display: table-cell;
    background-color: #FFC655;
    border-radius: 1rem;
    text-align: center;
    box-shadows: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.learning-card p {
    
    margin: 0;
    padding: 0;
    font-weight: 600;
    vertical-align: middle;
    min-height: 50px;
}



.client{
    background-color: #f6f6f6;
}


.client h5 , .client p{
    text-align: center;
    padding-top: 20px;
}

.sample{
    background-color: #ffffff;
}
.sample h1{
    text-align: center;

}

.footer{
    background-color: #202076;
    min-height: 250px;
    color: #ffffff;
}

.carouseltext {
    background-color: #f0eeee;
}

.carousel-control-prev-icon, .carousel-control-next-icon {

     filter: invert(1);
}

  
  .anim {
    overflow: hidden;
    .slider {
      animation: slidein 30s linear infinite;
      white-space: nowrap;
      .logos {
        display: inline-block;
        margin: 0px 0px;
        .fab {
          animation: fade-in 0.5s 
            cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
        }
      }
    }
  }

  .fab img{
    max-height: 50px;
  }

  .cardimg{
    width: auto;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;

  }

  .workcard{
    border-width: 1px;
    border-style: solid;
    border-radius: 2rem;
    border-color: #ffffff;

  }

  .footer a{
    color: #ced7ff;
    text-decoration: none;
  }


  .footer a:hover{
    color: #FFAA00;
    text-decoration: none;
  }

  .footer{
    color: #f5f6ff;
  }

  .client h5{
    color: #898989;
  }


.quotes{
padding:10px ;
border-left:8px solid #FFC655;
background:#fff9ec;
font-style:italic;
line-height:1.8;
font-size: .8em;

}



.qauthor{
    font-size: .8em;
    border-top: 1px solid black;
    margin-top: 20px;
    padding-top: 20px;
    line-height:1.5;
    font-weight: 600;
}

.country{

    background-image: url("mapy.jpg") !important;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 50vh;
    padding-top: 5vh;
    padding-bottom: 3vh;
}


.globalpartner{
    background-color:  rgba(255, 253, 247, 0.813);
    border-radius: 10px;
    position: relative;
}

.square-box {
      width: 120px;
      height: 80px;
      background-color: #007bff; /* Bootstrap primary color */
      position: absolute;
      top: -30px; /* Half of the box height to make it centered above */
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; /* Optional: round the edges */
      z-index: 100;
      border-radius: 10px;
    }


    .card-container {
        background-color: #fffdf1;
      position: relative;
      margin-top: 60px; /* Add space to accommodate the square box */
    }
  