.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.slider_img {
  height: 550px;
  width: 100%;
}


@media (max-width:567px) {
  .navbar-collapse {
    background: white !important;
    color: black !important;
    position: absolute;
    /* left: -24px; */
    right: 89px;
    top: 52px;
    z-index: 3000;
    height: 100vh;
    width: 80%;
  }

  .nav-item {
    color: black !important;
  }

  .slider_img {
    height: 465px;
    width: 100%;
  }

  .carousel-control-next {
    width: 62px !important;
    height: 60px !important;
  }

  .carousel-control-prev {
    width: 51px !important;
    height: 60px;
  }
}


section {
  padding: 30px 0;
}


/* misson and vission */
.mission_visson_box{
  color: #444;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  width:100%;
  padding: 20px 15px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.3),7px -7px #2b6a0c;
  border-radius: 7px;
}
.mission_visson_box h3{
  color: #fff;
  background-color: #2b6a0c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 6px 5px;
  margin: 0 0 16px;
  border-radius: 5px;
}
.mission_visson_box .counter-value{
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-shadow: 5px 5px rgba(0,0,0,0.15);

  margin: 0 0 15px;
  display: block;
}
.mission_visson_box .counter-icon{
  color: #2b6a0c;
  font-size: 56px;
  line-height: 35px;
}
.mission_visson_box.pink{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #FF664F; }
.mission_visson_box.pink h3{ background-color: #FF664F; }
.mission_visson_box.pink .counter-icon{ color: #FF664F; }
.mission_visson_box.blue{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #0A88FD; }
.mission_visson_box.blue h3{ background-color: #0A88FD; }
.mission_visson_box.blue .counter-icon{ color: #0A88FD; }
.mission_visson_box.green{ box-shadow: 0 0 10px rgba(0,0,0,0.3), 7px -7px #13637E; }
.mission_visson_box.green h3{ background-color: #13637E; }
.mission_visson_box.green .counter-icon{ color: #13637E; }
@media screen and (max-width:990px){
  .mission_visson_box{ margin-bottom: 40px; }
}
/* Achivments */
/* ADVERTISERS SERVICE CARD */


.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #2b6a0c;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #2b6a0c;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(43 106 12);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}
.web_font{
    font-family: emoji;
}
.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#2b6a0c, rgb(24 66 182));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}
.icon_wrapper_img{
height: 80px;
width: 80px;
border-radius: 50%;
}
.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */
.counter_margin{
    padding-right: 15px;
  border-right: 2px rgb(255, 255, 255) solid;
}
.font_family{
    font-family: sans-serif !important;
}
.span_color{
    color: #2b6a0c;
}
.web_btn{
    background-color: #2b6a0c;
    border: white 1px solid;
    color: white;
}
/* .web_btn:hover{
    background-color: white;
    border: white 1px solid;
    color: #2b6a0c;
} */
.whyus_img_h{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
