#testimonial {
  background: url("/front/project_images/testimonial.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 9;
}

#testimonial .container {
  position: relative;
  z-index: 10;
}


.country_section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 10;
}

.country_section .content_header {
  width: 100%;
  display: flex;
  padding-bottom: 3rem;
}

.country_section .content_header .header_text {
  margin: auto;
  max-width: 1000px;
}

.country_section .content_header .header_text h1 {
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
  text-align: center;
}

.country_section .content_header .header_text p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.country_carousel {
  height: auto;
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
}

.country_carousel .wrapper_container {
  width: 100%;
  margin: auto;
  height: auto;
}


/* __________ carousel arrow start */
.country_section .icon_div {
  width: 100%;
  position: absolute;
  display: flex;
  top: 19rem;
  left: 0;
  z-index: 500;
}

.country_section .icon_div .icons {
  margin: auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
}

.country_section .icon_div .icon {
  width: 100%;
}

.country_section .icon_div .icons .icon_left {
  margin-left: -30px;
}

.country_section .icon_div .icons .icon_right {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-right: -30px;
}

.country_section .icon_div .icon .ico {
  border: 1px solid transparent;
  height: 35px;
  width: 35px;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
}

.country_section .icon_div .icon .ico i {
  margin: auto;
  font-size: 2rem;
}

.country_section .icon_div .icon .ico:hover {
  border: 1px solid rgba(0, 0, 0, 0.627);
}

@media (max-width: 600px) {
  .country_section .icon_div {
    bottom: 14rem !important;
  }
}

/* __________ carousel arrow end */



.country_carousel .carousel {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.country_carousel .carousel .card {
  text-align: center;
  margin: 0;
  line-height: 100px;
  font-size: 90px;
  font-weight: 600;
  cursor: pointer;
  overflow: visible !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3rem;
  position: relative;
  height: auto;
  background: transparent;
  box-shadow: none !important;
  border: none !important;
}

.country_carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.country_carousel .owl-dot {
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #030b47 !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.country_carousel .owl-dot.active,
.country_carousel .owl-dot:hover {
  background: #030b47 !important;
}


.country_carousel .wrapper_container .carousel .card .card_part {
  border: 1px solid rgba(5, 5, 5, 0.6);
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-top: 3rem;
  border-radius: 10px;
  background-color: #00000014;
}

.country_carousel .wrapper_container .carousel .card .pro {
  width: 100%;
  display: flex;
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0px;
  overflow: visible !important;
}

.country_carousel .wrapper_container .carousel .card .pro img {
  height: 60px;
  width: 60px;
  margin: auto;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.country_carousel .wrapper_container .carousel .card .card_part p {
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 20px;
  color: black;
  font-weight: 700;
  margin-top: auto;
  margin-top: 5px !important;
}

.country_carousel .wrapper_container .carousel .card .card_part p i {
  font-size: 25px;
  color: var(--primery-color-light);
}

.country_carousel .wrapper_container .carousel .card .card_part .quote {
  margin-top: 0px;
  font-size: 14px !important;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.687);
}


@media (max-width: 1200px) {
  .country_carousel .carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 500px) {
  .country_carousel .carousel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .country_section .content_header .header_text h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .country_section .content_header .header_text p {
    font-size: 13px;
  }

  .country_section .icon_div {
    top: 20rem;
  }

  .country_section .icon_div .icons .icon_left {
    margin-left: -0px;
  }

  .country_section .icon_div .icons .icon_right {
    margin-right: -0px;
  }

  .country_carousel .owl-dots {
    display: none;
  }
}