.elementor-icon-list-item a span {
    /* font-size: 100px; */
}
@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.logobox {
  /* display: none; */
  gap: 20px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 0px;
}
.logobox img {
width: 100px;
}
.about-info span {
    font-family: "Raleway", sans-serif !important;
    text-transform: capitalize;
}

.sticks-icon {
    z-index: 11111;
    position: fixed;
    bottom: 10%;
    left: 30px;
    /* width: 50px; */
    /* display: flex; */
    /* flex-direction: column; */
  }
  .sticks-icon.call {
    bottom: 15%;
    left: auto;
    right: 20px !important;
  }
  .sticks-icon.call a {
    background: none;
  }
  
  .sticks-icon a {
      /* transform: translate(120px, 0px); */
      text-align: left;
      text-transform: uppercase;
      font-size: 18px;
      color: white !important;
      background: #b81f5f;
      font-family: Oswald, sans-serif;
      border-radius: 20px;
      margin: 2px;
      text-decoration: none;
      padding: 12px;
      transition: all 0.8s ease 0s;
  }
  
  .sticks-icon a i.fa-phone {
    background-color: rgb(184 31 95);
    color: rgb(255, 255, 255);
    font-size: 35px;
  }
  
  .sticks-icon a i {
    height: 55px;
    width: 55px;
    color: rgb(59, 89, 152);
    text-align: center;
    line-height: 55px;
    margin-right: 5px;
    margin-left: -20px;
    border-radius: 20%;
    transition: all 0.5s ease 0s;
  }
  
  .sticks-icon a i.fa-whatsapp {
    background-color: #B81F5F;
    color: rgb(255, 255, 255);
    font-size: 35px;
  }
  
  .sticks-icon a:hover i {
    transform: rotate(360deg);
  }
  
  .bounce {
    animation: bounce 2s ease infinite;
  }
  @keyframes bounce {
      70% { transform:translateY(0%); }
      80% { transform:translateY(-15%); }
      90% { transform:translateY(0%); }
      95% { transform:translateY(-7%); }
      97% { transform:translateY(0%); }
      99% { transform:translateY(-3%); }
      100% { transform:translateY(0); }
  }

  @media (max-width: 768px) {
    .logobox {
      display: flex;
    }
    .sticks{
      display: none;
    }
  }
  .organic-img img {
    width: 50%  !important;
    margin: 0px auto;
  }
  .organic-img {
    padding: 50px 0px;
  }
  .journeyc {
    padding: 50px 0px !important;
  }
  .accsec {
    padding: 50px 0px !important;
  }
  .about-bdy {
    background: none !important;
    border: none !important;
    padding: 0px 40px !important;
  }
  .about-bdy h3 {
    color: #204c89 !important
  }
  .about-bdy p {
    color: #757575 !important
  }
  .about-bdy img {
    /* padding: 0px 50px; */
  }

  @media (max-width: 768px) {
    .about-bdy img {
      padding: 0px;
    }
  }
  .lbox  {
    width: 7%;
    margin: 0px auto;
    height: 100px;
  }
  .lbox img {
    width: 100px !important;
    margin-top: 10px;
  }
  .lbox .l2  {
margin-top: 30px;
  }
  .lbox .slick-nav {
    display: none !important;
  }
  .lbox .slick-dots {
    display: none !important;
  }
  .mlop {
    display: none;
  }
  @media (max-width:1024px) {
    .lbox  {
      width: 20%;
      margin: 0px auto;
    }
    .dlop {
      display: none;
    }
    .mlop {
      display: block;
    }
  }
.flag-box {
  display: flex;
  margin-bottom: 20px;
}
.flag-box img {
  width: 250px;
  border-radius: 10px;
  padding: 10px;
}
.flags {
  /* background-color: #ebebeb; */
  margin-right: 10px;
  border-radius: 10px;
}
.breadcrumbs {
  padding: 180px 0px !important;
}
@media (max-width:768px) {

  .breadcrumbs {
    padding: 100px 0px !important;
  }
}


.ormain {
  justify-content: center;
}
.ormain > div {
  padding: 20px;
  
}

.ormain > div .elementor-widget-container {

  background-color: #f4f4f4;
  height: 100px;
}

.vm {
  background-color: #f4f4f4 !important;
  border-color: #cccccc !important;
}
.organic-bg {
  background-image: url(assests/images/logos.png ) !important;
  background-attachment: local;
  background-position: center !important;
  /* opacity: 0.7 !important; */
}
.ol {
  /* background-color: transparent !important; */
}
.ogimg {
  width: 85% !important;
}