/* Navbar Animation Add */
body{
  background: rgba(175, 175, 175, 0.1)
}
/* Navbar Animation End */
/* .imagefix{
  background-image: url("images/background-5.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} */
/* body{
  background-image: url("images/background-5.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} */
.margin{
  margin-top: 20px;
}
.navbar{
  font-size: 20px;
  font-weight:600;
}
/* .dropdown-item{
  font-weight:600;
} */
.footer-img{
  width: 100%;
  height: auto;
}
.fontsize{
  font-size: 12px;
}
.platform{
  margin-left: 150px;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.green{
  margin-top:45px;
  margin-left:30px;
}
.client-img{
  width: 150px;
  height: 150px;
  /* margin-left: 50px; */
}
.jl-sweet{
  margin-top:55px;
  /* margin-left:230px; */
}
.t-design{
  margin-top:15px;
  width: 130px;
  height: 130px;
  /* margin-left: 150px; */
}
.t-design-logo{
  margin-top: 40px;
  width: 200px;
  margin-left: 25px;
}
.tranfigure{
  margin-top: 40px;
  width: 250px;
}
.pabulum{
  width: 150px;
  height: 150px;
  /* margin-left: 250px; */
}
.burgrilix{
  width: 150px;
  height: 150px;
  /* margin-left: 150px; */
}
.carousel-control-prev-icon {
  margin-top:100px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='lightgray' 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");
}

.carousel-control-next-icon {
  margin-top:100px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='lightgray' 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");
}
/* Footer Experiment For Mobile Response Start Here */
.footer{
  /* background:red; */
  margin-top: -280px;
}
@media screen and (max-width: 575px) {
  .footer{
    margin-top:1px;
    background: rgba(175, 175, 175, 0.1)
  }
}
/* Footer Expeiment For Mobile Response End Here */

/* Client Carousel Experiment Start Here */
.client-carousel{
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .client-carousel{
    visibility: hidden;
  }
}
.client-carousel-ph{
  visibility: hidden;
}
@media screen and (max-width: 575px) {
  .client-carousel-ph{
    margin-top: -650px;
    visibility: visible;
  }
}
@media screen and (max-width: 575px) {
  .green-ph{
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .jl-sweet-ph{
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .t-design-logo{
    height: 110px;
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .tranfigure{
    height: 110px;
  }
}
/* Client Carousel Experiment End Here */
@media screen and (max-width: 575px) {
  .carousel-img{
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .platform{
    margin-left: 110px;
  }
}
@media screen and (max-width: 575px) {
  .green {
  margin-top:60px;
  margin-left:110px;
  }
}
@media screen and (max-width: 575px) {
  .client-img {
  width: 120px;
  height: 120px;
  margin-top:30px;
  margin-left:110px;
  }
}
@media screen and (max-width: 575px) {
  .jl-sweet {
  margin-top:80px;
  margin-left:110px;
  }
}
@media screen and (max-width: 575px) {
  .t-design{
  width: 120px;
  height: 120px;
  margin-top:30px;
  margin-left: 120px;
  }
}
@media screen and (max-width: 575px) {
  .t-design-logo{
  margin-left:90px;
  }
}
@media screen and (max-width: 575px) {
  .tranfigure{
  margin-left:60px;
  }
}
@media screen and (max-width: 575px) {
  .pabulum{
  width: 150px;
  height: 150px;
  margin-left:120px;
  }
}
@media screen and (max-width: 575px) {
  .burgrilix{
  width: 150px;
  height: 150px;
  margin-left: 120px;
  }
}
@media screen and (max-width: 1050px) {
    .footer-img {
        width: 100%;
        height: 250px;
    }
  }
@media screen and (max-width: 575px) {
    .footer-img {
        width: 100%;
        height: 400px;
    }
  }
