* {
  margin: 0%;
  padding: 0px;
  box-sizing: border-box;


}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.navb {
  z-index: 1;
}

.logomins {
  margin-top: -90px;
}

.whatapp {
  margin-left: -122px;
}



.checked {
  color: orange;
}

.checked1 {
  color: rgb(253, 252, 251);
}


.icon-hover:hover {
  border-color: #3b71ca !important;
  background-color: white !important;

}

.icon-hover:hover i {
  color: #3b71ca !important;
}
.back {
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  min-height: 190px;


}

.bottomright {

  position: absolute;
  

}
.min{
  
  display: flex;
  align-items: flex-end;
  
}
@media (max-width:480px){
  .fnt{
    font-size: 20px;
  }
}
@media  (max-width:1700px){
  .ftn{
    font-size: 90px;
  }
}



input[type=text],
select,
textarea {
  width: 100%;
  padding: 15px;
  border: none;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


.f1 {
  background-color: #f2f2f2;
  padding: 20px;
}

.bgimg {
  margin-top: -70px;
}

.ml {
  margin-left: -100px;
}



.example {
  font-size: 100px;
  font-weight: bold;
}

@media (max-width: 400px) {
  .example {
    font-size: 10px;
  }
}




/*  */
.gtco-testimonials {
  position: relative;
  margin-top: 30px;



  .owl-stage-outer {
    /* padding: 50px 0; */
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    /* text-align: center; */

    span {
      position: relative;
      /* height: 10px;
      width: 10px; */
      /* border-radius: 50%; */
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #05222d;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    /* background: #fff; */
    /* box-shadow: 0 8px 30px -7px #8198a9; */
    /* margin: 0 20px; */
    /* padding: 0 10px; */
    border-radius: 10px;
    border: 0;



  }

  .active {

    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    

   
  }
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {

    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

/* Add your preferred CSS styles for the carousel container, slides, and text here */
.carousel {
  display: flex;
  overflow: hidden;
}

.carousel-slide {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.carousel-slide img {
  max-width: 100%;
  height: auto;
}

.text {
  flex: 1;
  padding: 20px;
  background-color: #f1f1f1;
}

/* Additional styling for text can be added here */
.announcement-container {
  overflow: hidden;
  height: 35px; /* Adjust the height as needed */
  background-color: #363534;
}

.announcement {
  padding: 5px;
  white-space: nowrap; /* Prevent the text from wrapping */
  animation: scroll 40s linear infinite; /* Adjust the duration as needed */
  color: white;
}

@keyframes scroll {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}