/* start section hero */
.section_hero {
  position: relative;
  width: 100%;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* start video wrapper */
.section_hero .video_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.section_hero .video_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-dark-transparent-300);
  z-index: 0;
}
.section_hero .video_hero {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.section_hero .video_wrapper,
.section_hero .video_wrapper::after,
.section_hero .video_hero {
  height: 400px;
}
@media screen and (min-width: 768px) {
  .section_hero .video_wrapper,
  .section_hero .video_wrapper::after,
  .section_hero .video_hero {
    height: 600px;
  }
}
/* start container hero content */
@media screen and (min-width: 768px) {
  .container_hero_content {
    position: absolute;
    top: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.section_hero .container_hero_content .content {
  position: absolute;
  top: 50px;
  color: var(--color-white-100);
}
@media screen and (min-width: 768px) {
  .section_hero .container_hero_content .content {
    position: relative;
    top: 0;
  }
}
html[dir="ltr"] .section_hero .container_hero_content .content {
  left: 12px;
}
html[dir="rtl"] .section_hero .container_hero_content .content {
  right: 12px;
}

.section_hero .container_hero_content .content h1 {
  text-transform: capitalize;
}
.section_hero .container_hero_content .content p {
  color: var(--color-white-100);
}
.section_hero .container_hero_content .btn_hero {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  background-color: var(--color-main-100);
  color: var(--color-white-100);
  padding: 6px 20px;
  -webkit-border-radius: var(--border-radius-600);
  border-radius: var(--border-radius-600);
  border: 0;
  font-weight: bold;
  font-size: 16px !important;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .section_hero .container_hero_content .btn_hero {
    padding: 10px 25px;
    font-size: 20px !important;
  }
}
.section_hero .container_hero_content .btn_hero:hover,
.section_hero .container_hero_content .btn_hero:active,
.section_hero .container_hero_content .btn_hero:focus {
  background-color: var(--color-main-200);
}
@media screen and (max-width: 767px) {
  .section_hero .container_hero_content .col_form {
    margin-top: 20px;
  }
}
.section_hero .container_hero_content .col_form form {
  background-color: #ffffffb8;
  padding: 20px;
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
  width: 95%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  html[dir="ltr"] .section_hero .container_hero_content .col_form form {
    margin-right: 0;
  }
  html[dir="rtl"] .section_hero .container_hero_content .col_form form {
    margin-left: 0;
  }
}
.section_hero form input {
  border-bottom-color: var(--color-gray-400) !important;
}
.section_hero form textarea {
  border-color: var(--color-gray-400) !important;
}
/* .section_hero .container_hero_content .col_form form .bg-danger {
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
} */
.section_hero .container_hero_content .col_form form .help_message {
  height: 100px;
  resize: unset;
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
}
.section_hero .container_hero_content .col_form form .btn_send {
  display: block;
  width: 100%;
  font-weight: 600;
  background-color: var(--color-black-100);
  color: var(--color-white-100);
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
}
/* // end section hero */

/* start section our story */
.section_our_story {
  background-color: var(--color-gray-700);
}
.section_our_story .wrapper_image {
  height: 100%;
  min-height: 500px;
}
.section_our_story .wrapper_image img {
  width: 100%;
  height: 450px;
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
}
@media screen and (min-width: 768px) {
  .section_our_story .wrapper_image img {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .section_our_story .col_our_story_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.section_our_story .col_our_story_text .wrapper_text p {
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  html[dir="ltr"] .section_our_story .col_our_story_text .wrapper_text {
    margin-left: -110px;
  }
  html[dir="rtl"] .section_our_story .col_our_story_text .wrapper_text {
    margin-right: -110px;
  }

  .section_our_story .col_our_story_text .wrapper_text p {
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: var(--color-white-200);
    padding: 20px;
    font-size: 18px;
    -webkit-border-radius: var(--border-radius-200);
    border-radius: var(--border-radius-200);
  }
}
@media screen and (min-width: 992px) {
  .section_our_story .col_our_story_text .wrapper_text p {
    padding: 35px;
  }
}
/* // end section our story */

/* start section our services */

.section_our_services .col_service {
  margin-bottom: 20px;
}
.section_our_services .col_service .wrapper_content {
  height: 100%;
  padding: 20px;
  background-color: var(--color-white-400);
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
  -webkit-box-shadow: var(--box-shadow-500);
  box-shadow: var(--box-shadow-500);
}
.section_our_services .col_service i {
  font-size: 40px;
  color: var(--color-main-100);
}
.section_our_services .col_service .service_title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_our_services .btn_more_services {
  display: inline-block;
  padding: 12px 24px;
  margin-top: 20px;
  font-weight: 600;
  -webkit-box-shadow: var(--box-shadow-400);
  box-shadow: var(--box-shadow-400);
  -webkit-border-radius: var(--border-radius-200);
  border-radius: var(--border-radius-200);
}
/* // end section our services */

/* start section customer reviews */
.section_customer_reviews {
  padding-bottom: 0;
}
.section_customer_reviews .swiper_part {
  background-color: var(--color-dark-100);
}
.section_customer_reviews .swiper {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_customer_reviews .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: var(--border-radius-300);
  border-radius: var(--border-radius-300);
}
@media screen and (min-width: 500px) {
  .section_customer_reviews .swiper-slide {
    width: 400px;
  }
}
.section_customer_reviews .swiper-slide .slide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  text-align: center;
  z-index: 2;
}
.section_customer_reviews .swiper-slide .slide_content .img_customer {
  display: block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.section_customer_reviews .swiper-slide .slide_content .customer_name {
  color: var(--color-main-100);
}
.section_customer_reviews .swiper-slide .slide_content .customer_review {
  color: var(--color-white-200);
  font-weight: 600;
}

.section_customer_reviews .background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.7;
  -webkit-border-radius: var(--border-radius-300) !important;
  border-radius: var(--border-radius-300) !important;
  z-index: 1;
}

/* // end section customer reviews */

/* start section our location */
.section_our_location {
  padding-bottom: 0;
}
.section_our_location iframe {
  width: 100%;
  height: 350px;
  display: block;
}
@media screen and (min-width: 992px) {
  .section_our_location iframe {
    height: 550px;
  }
}
/* // end section our location */
