* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */


}

/* p{
  color: #666666;
} */
/* Pre loader */
.loading-gif {
  max-width: 500px;
}

.pre-loader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #191f26;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.pre-loader.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* pre loader */


body {
  min-height: 100vh;
  margin-top: 70px;

}


.cimg {
  height: 650px;
  object-fit: cover;
}

.carousel-caption {
  margin-top: 300px;
}

@media (max-width: 768px) {
  .carousel-caption {
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    left: 5%;
  }
}

/* who are you start */
.who img {
  height: 400px;
  width: 400px;
}

.who p {
  text-align: left;
  font-size: .9rem;
  color: #666666;
}

.who a {
  font-family: "Catamaran", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  /* fill: #ffffff; */
  color: #ffffff;
  background-color: #3b8278;
  padding: 15px 30px 15px 30px;
  line-height: 1;
  border-radius: 3px;
}

/* .who a:hover {
  background-color: #3b8278;
  color: #000000;
} */

/* who are you end */

/* Our Services start */
/* 
.service {
  background-color: #3b8278;
  padding: 50px 15px;
}

.card {
  padding: 15px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card p {
  text-align: justify;
  font-size: smaller;
  padding: 5px;
}

hr {
  border: 3px solid #3b8278;
  border-radius: 3px;
  margin-left: 25%;
  margin-right: 25%;
}

.btn {
  background-color: #3b8278;
  border-color: #3b8278;

}

.btn:hover {
  background-color: #0f3833;
  border-color: #0f4740;
}

@media (min-width: 576px) {
  .service {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .service {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .service {
    padding-left: 150px;
    padding-right: 150px;
  }
} */
/* Our Services start */

/* Our Services start */

.our-services {
  background-color: #3b8278;
  padding: 50px 15px;
}

.service-card {
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 10px 0px 10px 0px;
  /* padding: 15px 15px 15px 15px; */
}

.service-card-title {
  padding: 10px;
  text-align: center;
}

.service-card-img {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.service-card-text {
  text-align: justify;
  font-size: smaller;
  padding: 5px;
}

.service-divider hr {
  border: 3px solid #3b8278;
  border-radius: 3px;
  margin-left: 25%;
  margin-right: 25%;
}

.service-card-body .btn {
  background-color: #3b8278;
  border-color: #3b8278;
  margin-bottom: 0;
  padding: 5px 15px 5px 15px;
  font-size: 13px;
  margin-left: 35%;
}

.btn:hover {
  background-color: #0f3833;
  border-color: #0f4740;
}

@media (min-width: 576px) {
  .our-services {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .our-services {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .our-services {
    padding-left: 200px;
    padding-right: 200px;
  }


}

/* Our Services end */


/* Our Services end */

/* Our Services end */


/* Counter  */
.counter-card {
  text-align: center;
  background-color: #e3e8eccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}


.counter-number {
  font-size: 2rem;
  font-weight: bold;
  color: #3b8278;
}

.counter-label {
  font-size: 1.2rem;
  color: #1d1e1f;
}

/* Counter */



/* footer */
.footer {
  position: relative;
  color: #fff;
  padding: 50px 150px;
  font-size: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(53, 138, 126, 0.897);
  z-index: 1;
}


.footer>* {
  position: relative;
  z-index: 3;
}

.footer h6 {
  color: #FFFFFF;
  font-family: "Hind", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  line-height: 25px;
}

.footer a:hover {
  color: #78f0f0;
}

.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 20px;

}

.social-icons a:hover {
  color: #000000;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #495057;
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 50px;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 20px;
  }

  .social-icons a {
    font-size: 18px;
  }
}

/* footer */

/* About page  start*/
.about {
  position: relative;
  height: 300px;


}

.top-img {
  background-size: cover;
  background-position: center;
  height: 100%;
  /* width: 100%; */
}

.top-img h1 {
  text-align: center;
  z-index: 9999999;
  color: white;
  padding-top: 100px;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);

}

.about-content {
  margin: 20px 0;
  text-align: center;
  border-bottom: 1px solid #666666;
  color: #666666;
  font-family: "Hind", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;

}

.about-content h2 {
  color: #333333;
  font-family: "Catamaran", Sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
}

.about-section {
  color: #666666;
  font-family: "Hind", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}

.about-img {
  margin-top: 40px;
  /* width: 100%; */
  height: auto;

}

@media (max-width: 768px) {
  .about-content h1 {
    font-size: 24px;

  }
}

/* About page  end*/

/* digital marketing  */

.dm-content {
  /* padding: 20px; */
  background-color: #F2F7FF;
  color: #666666;
  text-align: justify;
  font-family: "Hind", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;

}

.dm-content {
  color: #333333;
  font-family: "Catamaran", Sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
}

.list {
  padding-left: 50px;
  color: #666666;
  text-align: justify;
  font-family: "Hind", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
}

.list1 {
  padding-left: 100px;
  color: #666666;
  text-align: justify;
  font-family: "Hind", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
}

.benefit {
  text-align: end;
  color: #333333;
  font-family: "Catamaran", Sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -0.25px;
}

/* digital marketing  */

/* affiliate marketing */
.card-section {
  background-color: #F2F7FF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-img {
  max-width: 50px;
  height: auto;
  margin-right: 20px;
}

.card {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.card:hover {
  transform: translateY(5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 20px;
  font-weight: bold;
}

.card-text {
  font-size: 14px;
  text-align: left;

}

.card-body {
  display: flex;
  align-items: center;

  overflow: hidden;
}



.row {
  justify-content: center;
}


@media (max-width: 992px) {
  .card-body {
    flex-direction: column;
    text-align: center;
  }

  .email-traffic-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}


@media (max-width: 768px) {
  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 13px;
  }

  .email-traffic-img {
    margin-right: 0;
  }
}

/* affiliate marketing  */

/*  Publisher */

.publish-section {
  padding: 50px 0;
  background-color: #F2F7FF;
}

.publish-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.publish-section p {
  font-size: 16px;
  margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.benefits-list li::before {
  content: '✔';
  color: #2ecc71;
  margin-right: 10px;
  font-weight: bold;
}

.support-image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .publish-section h1 {
    font-size: 28px;
  }

  .benefits-list li {
    font-size: 14px;
  }
}

/*  Publisher */

/* SEO */
.strategy-section {
  padding: 60px 0;
  text-align: center;
}

.strategy-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.strategy-section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}


.card img {
  width: 80px;
  margin-bottom: 15px;
  text-align: center;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .card-title {
    font-size: 16px;
  }

  .card-text {
    font-size: 13px;
  }
}

/* SEO */

/* Web */
.web {
  padding: 10px;
  /* text-align: justify; */
  background-color: #F2F7FF;
  height: auto;
  width: 100%;
  color: #333333;

}

.web1 {
  font-size: 18px;
  height: auto;
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .web1 {
    padding: 50px 100px 50px 100px;
    color: #666666;
    font-family: "Hind", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
  }
}

.web-services {
  background-color: #F2F7FF;
}

.services-section {
  padding: 50px 0;
  text-align: center;

}

.services-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.services-section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.service-card {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: left;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card .icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card .icon {
  font-size: 24px;
  color: #4CAF50;
  margin-right: 10px;
}

.service-card h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

/* web */

/*  */
.help-card {
  height: 300px;
  background-color: #64B1A6;
  color: white;
  font-size: 20px;
}

.icon-text {
  /* font-size: large; */
  line-height: 70px;
  font-size: 30px;

}

.icon-text h5 {
  font-size: 15px;
  vertical-align: bottom;

}

.icon-text h6 {
  font-size: 15px;
  vertical-align: bottom;
  margin-top: 15%;
}

.hr {
  width: 50px;
  height: 6px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  opacity: 2;
  margin-left: 40%;

}

.icon {
  font-size: 50px;
}

/* icon social media */
.fa {
  padding: 10px;
  font-size: 30px;
  border-radius: 11px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
 
}

.fa-twitter {
  background: #55ACEE;
  color: white;
  
}

.fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}

.fa-brands{
  padding: 5px;
  border-radius: 5px;
  font-size: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  height: auto;
  background-image: url('img/viber_image_2020-03-03_20-56-06.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px;

}

form {
  width: 100%;
  max-width: 600px;

}
.fa-brands:hover,.fa:hover{  
  color: #000000;
}

.far {
  color: #333333;
}

.web-card:hover {
  background-color: #3B8278;
  color: white;
}

/*  */