html,
body {
  font-family: "Poppins", sans-serif;
}
footer a.nav-link {
  color: #636362;
}
footer a.nav-link.active {
  color: #ffde05 !important;
}
footer a.nav-link:hover {
  color: #ffde05;
}
header .bg-light {
  background: #ffffff;
}
header .navbar-nav {
  gap: 20px;
}
.btn-primary{
    background: #FFDE05;
    color: #000000;
    border-color: #d6bb0a;
}
.btn-primary:hover{
    background: #d6bb0a;
    color: #000000;
    border-color: #d6bb0a;
}
.form-control:focus{
  border-color: #d6bb0a;
  box-shadow: 0 0 0 0.25rem rgba(255,222,5,.25);

}
@media (min-width : 992px) {
    .offcanvas {
      visibility      : visible;
      position        : relative;
      background      : none;
      border          : none;
      justify-content : end;
      color           : #FFDE05;
    }
  }
  @media (max-width : 992px) {
    .offcanvas {
      width : 250px !important;
    }
    .offcanvas-start-lg {
      top          : 0;
      left         : 0;
      border-right : 1px solid rgba(0, 0, 0, .2);
      transform    : translateX(-100%);
    }
  }
  .navbar-nav li a {
    color: #636362 !important;
  }
  .offcanvas-body{
    justify-content: flex-end;
  }
  .client-logo{
    max-width: 280px;
  }
  .about-block{
    background: url(../images/graphics/aboutVv_2.png) left top no-repeat;
    height: 500px;
    position: relative;
    /* background-size: cover; */
    padding-top: 200px;
  }
  .gradient{
    /* background: rgb(0,0,0); */
/* background: linear-gradient(90deg, rgb(0, 0, 0), rgba(255,222,5,0.2861519607843137) 100%); */
/* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,222,5,0.2861519607843137) 100%); */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .about-block h1{
    font-weight: 800;
  }
  .size-60{
    font-weight: 800;
    font-size: 60px;
  }
  .size-50{
    font-weight: 800;
    font-size: 50px;
  }
  .size-40{
    font-weight: 700;
    font-size: 40px;
  }
  .yellow{
    background-color: #FFDE05;
    margin-top: -50px;
    z-index: 10;
    position: absolute;
  }
  @media (max-width : 992px) {
    .yellow{
        position: static;
    }
  }
  .yellowBox .container{
    min-height: 150px;
    position: relative;
  }
  .yellow h2{
    font-size: 50px;
    font-weight: 800;
    color: #000000;
  }
  .yellow h2 span{
    color: #ffffff;
  }
  .service-Item{
    position: relative;
  }
  .service-Item .box{
    background: #ffffff;
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
    min-height: 290px;
    transition: all .2s ease-in;
  }
  .service-Item .box .icon{
    width: 40px;
    margin-bottom: 12px;
  }
  .service-Item .box h5{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .service-Item .box p{
    font-size: 13px;
    max-height: calc(1.2em * 9); /* 7 lines limit */
    overflow: hidden;
  }
  .service-Item:hover .box{
    background: #FFDE05;
  }
  .service-Item .box .link{
    text-decoration: none;
    color: #000000;
  }
  
  .service-Item .box p span {
    float: right; /* Adjust span content to float right */
  }

.bulletImg{
      width:15px;
    
  }
  


  .owl-nav {
    text-align: center;
    margin-top: 10px;
  }
  .owl-nav button{
    background-color: #FFDE05 !important;
    margin: 0 12px;
    width: 30px;
  }
  #nav .nav-item.active a{
    color: #000000 !important;
    font-weight: 600;
    position: relative;
  }
  #nav .nav-item.active a::before{
    content: '';
    width: 12px;
    height: 16px;
    background: url(../images/graphics/top.png);
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12px;
    background-size: 100%;
  }
  #nav .nav-item.active a::after{
    content: '';
    width: 12px;
    height: 16px;
    background: url(../images/graphics/bottom.png);
    position: absolute;
    bottom: -10px;
    left: 70%;
    margin-left: -12px;
    background-size: 100%;
  }
  @media (max-width : 992px) {
    #nav .nav-item.active a::before{
        left: 10%;
    }
    #nav .nav-item.active a::after{
        left: 20%;
    }
  }
/***** INNER PAGE *****/
.inner-page{
  padding-top: 100px;
}
.inner-banner{
  height: 300px;
  position: relative;
}
.inner-banner-img{
  position: absolute;
  height: 300px;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
}
.inner-overlay{
  /* background: rgba(255,222,5,.8); */
  background: rgba(255, 240, 143, 0.8);
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
}
.re-pos{
  margin-top: -100px;
  z-index: 2;
}