@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
}

body {
  overflow-x: hidden;
}

.header {
  padding: 1.5rem 4%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
.header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_wrapper_logo {
  height: 48px;
  transition: all 0.4s ease-in-out;
}
.header .header_wrapper_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header .header_wrapper_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header .header_wrapper_menu ul li {
  padding: 0 1rem;
}
.header .header_wrapper_menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.header .header_wrapper_menu ul li a:hover {
  color: #DE2A1C;
  transition: all 0.3s ease;
}
.header .header_wrapper_menu_for_mobile {
  display: none;
}
.header .header_wrapper_menu_cross_button {
  display: none;
}
.header .header_wrapper_mobile_btn {
  display: none;
}
.header .header_wrapper_mobile_btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}
.header .header_wrapper_mobile_btn svg {
  width: 40px;
  height: 40px;
}
.header.scroll {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.header.scroll .header_wrapper_logo {
  height: 40px;
  transition: all 0.4s ease-in-out;
}

.footer {
  padding: 3rem 8%;
}
.footer_wrapper {
  background-color: #DE2A1C;
  padding: 3rem 5rem;
  border-radius: 1.5rem;
}
.footer_wrapper_block_image {
  width: 168px;
  height: 42px;
}
.footer_wrapper_block_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer_wrapper_block_button {
  margin-top: 1rem;
}
.footer_wrapper_block_menu {
  margin-top: 1rem;
}
.footer_wrapper_block_menu .row {
  margin-top: 1.5rem;
}
.footer_wrapper_block_menu .menu_wrapper h1, .footer_wrapper_block_menu .menu_wrapper h2, .footer_wrapper_block_menu .menu_wrapper h3, .footer_wrapper_block_menu .menu_wrapper h4, .footer_wrapper_block_menu .menu_wrapper h5, .footer_wrapper_block_menu .menu_wrapper h6 {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.footer_wrapper_block_menu .menu_wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1.5rem;
}
.footer_wrapper_block_menu .menu_wrapper ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.938rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  font-weight: 400;
  color: #ffffff;
}
.footer_wrapper_block_menu .menu_wrapper ul li a {
  text-decoration: none;
  color: #ffffff;
}
.footer_wrapper_block_menu .menu_wrapper ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.footer_wrapper_block_menu .menu_wrapper ul li span a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  width: 1.875rem;
  height: 1.875rem;
}
.footer_wrapper_block_menu .menu_wrapper ul li span a svg {
  width: 100%;
  height: 100%;
}
.footer_wrapper_block_menu .menu_wrapper .button {
  margin-top: 0.75rem;
}

.button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-primery {
  border: 1px solid #DE2A1C;
  background-color: #DE2A1C;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
}
.button-primery:hover {
  color: #DE2A1C;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.form_modal .wpcf7-list-item-label{
	color:#000 !important;
}

.form_modal .form-button-wrapper p{
width:100%;
display:flex;
align-items: center;
}

@media only screen and (max-width: 1400px) {
  .button-primery {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .button-primery {
    font-size: 0.938rem;
    padding: 0.75rem 1.5rem;
  }
}
.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  gap: 8px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
}
.button-white:hover {
  color: #DE2A1C;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .button-white {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .button-white {
    font-size: 0.938rem;
    padding: 0.75rem 1.5rem;
  }
}
.button-white span {
  display: inline-block;
  border-radius: 50%;
  background-color: #DE2A1C;
  width: 24px;
  height: 24px;
}
.button-white span svg {
  padding: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}

.floting_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #DE2A1C;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  position: fixed;
  bottom: 6vh;
  right: 8%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .floting_icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .floting_icon {
    width: 3rem;
    height: 3rem;
  }
}
.floting_icon a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.floting_icon svg {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
@media only screen and (max-width: 575px) {
  .floting_icon svg {
    padding: 0.5rem;
  }
}

.form_modal .modal-header {
  padding: 2rem 2rem 1rem 2rem;
}
.form_modal .modal-body {
  padding: 1rem 2rem 2rem 2rem;
}
.form_modal .modal-body-wrapper .row {
  --bs-gutter-x:2.5rem;
}
.form_modal .modal-body-wrapper .form-input-wrapper {
  margin-bottom: 1.5rem;
}
.form_modal .modal-body-wrapper .form-label {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.form_modal .modal-body-wrapper .form-control,
.form_modal .modal-body-wrapper .form-select {
  border: 1px solid #737373;
  font-size: 1rem;
  line-height: 1.5;
}
.form_modal .modal-body-wrapper .form-control:focus,
.form_modal .modal-body-wrapper .form-select:focus {
  box-shadow: none;
}
.form_modal .modal-body-wrapper .form-check {
  margin-bottom: 1.5rem;
}
.form_modal .modal-body-wrapper .form-check-input {
  border: 1px solid #737373;
}
.form_modal .modal-body-wrapper .form-check-input:focus {
  box-shadow: none;
}
.form_modal .modal-body-wrapper .form-check-input:checked {
  background-color: #000000;
}
.form_modal .modal-body-wrapper .form-check-label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form_modal .modal-body-wrapper .form-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.form_modal .modal-body-wrapper .form-button-wrapper .button-primery {
  font-size: 1rem;
  font-weight: 500;
}
.form_modal .modal-body-wrapper .form-button-wrapper .close-button {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: none;
  background: none;
}
@media only screen and (max-width: 575px) {
  .form_modal .modal-header {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  }
  .form_modal .modal-body {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  }
  .form_modal .modal-body-wrapper .row {
    --bs-gutter-x:0rem;
  }
  .form_modal .modal-body-wrapper .form-input-wrapper {
    margin-bottom: 1rem;
  }
  .form_modal .modal-body-wrapper .form-label {
    font-size: 0.938rem;
    line-height: 1.4;
  }
  .form_modal .modal-body-wrapper .form-control,
  .form_modal .modal-body-wrapper .form-select {
    font-size: 0.938rem;
    line-height: 1.5;
  }
  .form_modal .modal-body-wrapper .form-check-label {
    font-size: 0.938rem;
  }
  .form_modal .modal-body-wrapper .form-button-wrapper {
    gap: 1rem;
  }
  .form_modal .modal-body-wrapper .form-button-wrapper .button-primery {
    font-size: 0.938rem;
    font-weight: 400;
    border-radius: 0.5rem;
  }
  .form_modal .modal-body-wrapper .form-button-wrapper .close-button {
    font-size: 0.938rem;
    font-weight: 500;
  }
}

.hero_banner {
  padding: 0 4% 1.5rem 4%;
  margin-top: 96px;
}
.hero_banner .hero_banner_slider .swiper-wrapper .swiper-slide{
	height:84vh;
}
.hero_banner_wrapper_service_image {
  width: 100%;
  height: 526px;
  border-radius: 2rem;
}
.hero_banner_wrapper_service_image img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero_banner_slider .swiper-button-next,
.hero_banner_slider .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(17, 17, 17, 0.3568627451);
  padding: 0.75rem;
}
.hero_banner_slider .swiper-button-next svg {
  width: 100%;
  height: 100%;
  rotate: 90deg;
}
.hero_banner_slider .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  rotate: -90deg;
}
.hero_banner .hero_banner_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  height:100%;	
  position: relative;
}
.hero_banner .hero_banner_wrapper_image {
  width: 100%;
  height: 100%;
}
.hero_banner .hero_banner_wrapper_image img {
  width: 100%;
	border-radius:32px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero_banner .hero_banner_wrapper_block {
  background-color: rgb(0 0 0 / 28%);
  max-width: 780px;
  position: absolute;
  margin: 0 0 0 5rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.hero_banner .hero_banner_wrapper_block .block_detail h1,
.hero_banner .hero_banner_wrapper_block .block_detail h2,
.hero_banner .hero_banner_wrapper_block .block_detail h3,
.hero_banner .hero_banner_wrapper_block .block_detail h4,
.hero_banner .hero_banner_wrapper_block .block_detail h5,
.hero_banner .hero_banner_wrapper_block .block_detail h6 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #DE2A1C;
}
.hero_banner .hero_banner_wrapper_block .block_detail p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  width: 90%;
  margin-bottom: 0.75rem;
  color:#fff;
}
.hero_banner .hero_banner_wrapper_block .block_detail_points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.hero_banner .hero_banner_wrapper_block .block_detail_points_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.hero_banner .hero_banner_wrapper_block .block_detail_points_wrapper_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #DE2A1C;
  padding: 0.25rem;
}
.hero_banner .hero_banner_wrapper_block .block_detail_points_wrapper_img img {
  width: 100%;
  height: 100%;
}
.hero_banner .hero_banner_wrapper_block .block_detail_points_wrapper p {
  margin-bottom: 0;
}
.quick_and_easy{
	margin-top:40px;
}
.quick_and_easy_wrapper {
  padding: 1.5rem 8% 3rem 8%;
}
.quick_and_easy_wrapper h1,
.quick_and_easy_wrapper h2,
.quick_and_easy_wrapper h3,
.quick_and_easy_wrapper h4,
.quick_and_easy_wrapper h5,
.quick_and_easy_wrapper h6 {
  font-size: 2.813rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.quick_and_easy_wrapper_process {
  display: flex;
  justify-content: space-between;
 
  gap: 2.5rem;
  padding: 3rem 0;
}
.quick_and_easy_wrapper_process .process_card {
  position: relative;
  width:200px;
}
.quick_and_easy_wrapper_process .process_card::after {
  content: "";
  position: absolute;
  top: 68px;
  right: -117px;
  width: 94px;
  height: 15px;
  background-image: url("https://dev12.codebuzzers.net/jsnmaster/wp-content/themes/jsnmaster/public/icons/svg/arrow_red.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.quick_and_easy_wrapper_process .process_card:last-child::after {
  position: relative;
}
.quick_and_easy_wrapper_process .process_card_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.quick_and_easy_wrapper_process .process_card_wrapper_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background-color: #DE2A1C;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.quick_and_easy_wrapper_process .process_card_wrapper_img img {
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.quick_and_easy_wrapper_process .process_card_wrapper p:nth-child(2) {
  font-size: 20px;
  height:50px;
  line-height: 1.2;
  font-weight: 600;
}
.quick_and_easy_wrapper_process .process_card_wrapper p {
  font-size: 0.938rem;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.quick_and_easy_wrapper_service_points {
  background-color: #DE2A1C;
  padding: 2rem;
  border-radius: 2rem;
}
.quick_and_easy_wrapper_service_points .service_points_block_detail {
  width: 90%;
  color: #ffffff;
}
.quick_and_easy_wrapper_service_points .service_points_block_detail h1,
.quick_and_easy_wrapper_service_points .service_points_block_detail h2,
.quick_and_easy_wrapper_service_points .service_points_block_detail h3,
.quick_and_easy_wrapper_service_points .service_points_block_detail h4,
.quick_and_easy_wrapper_service_points .service_points_block_detail h5,
.quick_and_easy_wrapper_service_points .service_points_block_detail h6 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: start;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.quick_and_easy_wrapper_service_points .service_points_block_detail p {
  font-size: 0.938rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.quick_and_easy_wrapper_service_points .service_points_block_detail ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.quick_and_easy_wrapper_service_points .service_points_block_detail ul li {
  font-size: 0.938rem;
  line-height: 1.5;
  padding-bottom: 0.875rem;
}
.quick_and_easy_wrapper_service_points .service_points_block_image {
  width: 100%;
  height: 611px;
  border-radius: 1rem;
}
.quick_and_easy_wrapper_service_points .service_points_block_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}

.how_it_works_wrapper {
  padding: 3rem 8%;
}
.how_it_works_wrapper h1,
.how_it_works_wrapper h2,
.how_it_works_wrapper h3,
.how_it_works_wrapper h4,
.how_it_works_wrapper h5,
.how_it_works_wrapper h6 {
  font-size: 2.813rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.how_it_works_wrapper p,
.our_services_wrapper p {
	width:70%;
	font-size:15px;
	line-height:1.5;
	font-weight:400;
	margin-top:24px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.how_it_works_wrapper_cards {
  padding-top: 3rem;
}
.how_it_works_wrapper_cards_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.how_it_works_wrapper_cards_wrapper .how_it_works_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 296px;
  justify-content: center;
  background-color: #DE2A1C;
  color: #ffffff;
  padding: 2.5rem 2.5rem;
  border-radius: 1.5rem;
}
.how_it_works_wrapper_cards_wrapper .how_it_works_card p {
  font-size: 0.938rem;
  line-height: 1.5;
  text-align: center;
}
.how_it_works_wrapper_cards_wrapper .how_it_works_card p:first-child {
  font-weight: 600;
}
.our_services_wrapper {
  padding: 3rem 8%;
}
.our_services_wrapper h1,
.our_services_wrapper h2,
.our_services_wrapper h3,
.our_services_wrapper h4,
.our_services_wrapper h5,
.our_services_wrapper h6 {
  font-size: 2.813rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.our_services_wrapper_cards {
  padding-top: 3rem;
}
.our_services_wrapper_cards_wrapper .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 3rem;
	
}
.our_services_wrapper_cards_wrapper .services_card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #DE2A1C;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.our_services_wrapper_cards_wrapper .services_card a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.our_services_wrapper_cards_wrapper .services_card_image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0.875rem;
  overflow: hidden;
}
.our_services_wrapper_cards_wrapper .services_card_image img {
  aspect-ratio: 8/5.5;
  width: 100%;
  height: auto;
  border-radius: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 1s ease-in-out;
}
.our_services_wrapper_cards_wrapper .services_card p {
  font-size: 0.938rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
}
.our_services_wrapper_cards_wrapper .services_card:hover .services_card_image img {
  transform: scale(1.3);
}

.animated_text {
  width: 100%;
  overflow: hidden;
  padding: 3rem 8%;
}
.animated_text_wrapper {
  display: flex;
  width: 100%;
}
.animated_text_wrapper .marquee {
  display: flex;
  flex-shrink: 0;
}
.animated_text_wrapper .marquee h1 {
  white-space: nowrap;
  margin: 0 48px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #DE2A1C;
}

.from_section {
  padding: 3rem 8%;
}
.from_section_wrapper_block {
  background-color: #DE2A1C;
  padding: 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.from_section_wrapper_block_tild {
  width: 100%;
  height: 60px;
  background-color: #DE2A1C;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 18px;
  position: absolute;
  left: 0;
  top: -20px;
  rotate: 4deg;
  z-index: -1;
}
.from_section_wrapper_block h1,
.from_section_wrapper_block h2,
.from_section_wrapper_block h3,
.from_section_wrapper_block h4,
.from_section_wrapper_block h5,
.from_section_wrapper_block h6 {
  color: #ffffff;
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0;
}
.from_section_wrapper_block_form {
  margin-top: 1.5rem;
}
.from_section_wrapper_block_form .row {
  --bs-gutter-y: 1.5rem;
}
.from_section_wrapper_block_form .form-label {
  font-size: 0.938rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.from_section_wrapper_block_form .form-control {
  border-radius: 4px;
  font-size: 0.938rem;
}
.from_section_wrapper_block_form .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.from_section_wrapper_block_form .form-select {
  border-radius: 4px;
  font-size: 0.938rem;
}
.from_section_wrapper_block_form .form-select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.from_section_wrapper_block_form .form-check-input {
  border-radius: 0;
  border: none;
}
.from_section_wrapper_block_form .form-check-input:focus {
  box-shadow: none;
}
.from_section_wrapper_block_form .form-check-input:checked {
  background-color: #000000;
}
.from_section_wrapper_block_form .form-check-label {
  font-size: 0.938rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}
.from_section_wrapper_block_form_button {
  margin-top: 2rem;
}
.from_section_wrapper_info {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 1.5rem;
}
.from_section_wrapper_info_image {
  width: 100%;
  height: 414px;
  border-radius: 1rem;
  overflow: hidden;
}
.from_section_wrapper_info_image img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
.from_section_wrapper_info_card {
  background-color: #DE2A1C;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.from_section_wrapper_info_card h1,
.from_section_wrapper_info_card h2,
.from_section_wrapper_info_card h3,
.from_section_wrapper_info_card h4,
.from_section_wrapper_info_card h5,
.from_section_wrapper_info_card h6 {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.from_section_wrapper_info_card p {
  font-size: 0.938rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
}

.about_us_section {
  margin-top: 112px;
}
.about_us_section.why_us {
  margin-top: 0;
}
.about_us_section .about_us_section_wrapper_block {
  margin-top: 5rem;
}
.about_us_section .about_us_section_wrapper_block .row {
  --bs-gutter-x:2rem;
  --bs-gutter-y:3rem;
}
.about_us_section .about_us_section_wrapper_block_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}
.about_us_section .about_us_section_wrapper_block_image img {
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_us_section .about_us_section_wrapper_block_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.about_us_section .about_us_section_wrapper_block_detail .row {
  --bs-gutter-x:3rem;
  align-items: center;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper p:first-child {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
  color: #DE2A1C;
  margin-bottom: 0.125rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper p:last-child {
  margin-bottom: 0;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper p {
  font-size: 0.938rem;
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h1, .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h2, .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h3, .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h4, .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h5, .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h6 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 600;
  color: #DE2A1C;
  margin-bottom: 1rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  grid-template-columns: repeat(2, 45%);
  margin-top: 1rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper ul li {
  font-size: 0.938rem;
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper ul li::after {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #DE2A1C;
  border-radius: 50%;
  top: 2px;
  left: 0;
  background-image: url(../../../public/icons/svg/check.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_services_image {
  border: 2px solid #DE2A1C;
  border-radius: 2.5rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_services_image img {
  width: 3rem;
  height: 3rem;
  margin: 2.5rem 1rem;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_services_wrapper p {
  font-size: 0.938rem;
  line-height: 1.4;
  margin-bottom: 0;
  color: #404040;
}
.about_us_section .about_us_section_wrapper_block_detail .about_detail_services_wrapper p:first-child {
  color: #DE2A1C;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.about_us_section .about_us_section_wrapper_block_detail .why_choose_service {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 1rem;
  border: 2px solid #DE2A1C;
  padding: 1rem;
  border-radius: 3rem;
}
.about_us_section .about_us_section_wrapper_block_detail .why_choose_service_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #DE2A1C;
}
.about_us_section .about_us_section_wrapper_block_detail .why_choose_service_image img {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.about_us_section .about_us_section_wrapper_block_detail .why_choose_service p {
  margin-bottom: 0;
  font-size: 0.938rem;
  line-height: 1.4;
  font-weight: 400;
}

.service_section {
  margin-top: 112px;
}
.service_section .service_section_wrapper_block {
  margin-top: 5rem;
}
.service_section .service_section_wrapper_block_detail h1, .service_section .service_section_wrapper_block_detail h2, .service_section .service_section_wrapper_block_detail h3, .service_section .service_section_wrapper_block_detail h4, .service_section .service_section_wrapper_block_detail h5, .service_section .service_section_wrapper_block_detail h6 {
  font-size: 2.188rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #000000;
}
.service_section .service_section_wrapper_block_detail p {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
.service_section .service_section_wrapper_block_detail p:last-child {
  margin-bottom: 0;
}

.services_slider_section .services_slider_section_wrapper .swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.services_slider_section .services_slider_section_wrapper .swiper-slide {
  background-color: #DE2A1C;
  color: #ffffff;
  padding: 2rem;
  border-radius: 1.125rem;
  background-position: center;
  background-size: cover;
}
.services_slider_section .services_slider_section_wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/2.6;
  border-radius: 1rem;
}
.services_slider_section .services_slider_section_wrapper_slide {
  margin-top: 0.75rem;
}
.services_slider_section .services_slider_section_wrapper_slide_image {
  width: 100%;
  height: auto;
}
.services_slider_section .services_slider_section_wrapper_slide_image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.services_slider_section .services_slider_section_wrapper_slide_detail h1, .services_slider_section .services_slider_section_wrapper_slide_detail h2, .services_slider_section .services_slider_section_wrapper_slide_detail h3, .services_slider_section .services_slider_section_wrapper_slide_detail h4, .services_slider_section .services_slider_section_wrapper_slide_detail h5, .services_slider_section .services_slider_section_wrapper_slide_detail h6 {
  font-size: 2.188rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.services_slider_section .services_slider_section_wrapper_slide_detail p {
  font-size: 0.938rem;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.services_slider_section .services_slider_section_wrapper_slide_detail ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.services_slider_section .services_slider_section_wrapper_slide_detail ul li {
  font-size: 0.938rem;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.services_slider_section .services_slider_section_wrapper_slide_detail ul li::after {
  content: " ";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
  top: 2px;
  left: 0;
  background-image: url(../../public/icons/svg/red-cleck.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.services_slider_section .services_slider_section_wrapper_slide_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.service_details_wrapper {
  background-color: #131615;
  color: #ffffff;
  padding: 2.5rem;
  border-radius: 1.5rem;
}
.service_details_wrapper_block h1, .service_details_wrapper_block h2, .service_details_wrapper_block h3, .service_details_wrapper_block h4, .service_details_wrapper_block h5, .service_details_wrapper_block h6 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #DE2A1C;
}
.service_details_wrapper_block p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.service_details_wrapper_block p:last-child {
  margin-bottom: 0;
}
.service_details_wrapper_block ol {
  padding-left: 1.5rem;
  margin: 2rem 0;
}
.service_details_wrapper_block ol li {
  margin-bottom: 0.875rem;
}
.service_details_wrapper_block ol li p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.contact_section {
  margin-top: 112px;
}
.contact_section .contact_section_wrapper_block {
  margin-top: 5rem;
}
.contact_section .contact_section_wrapper_block .from_section_wrapper_info {
  width: 100%;
  height: 100%;
}
.contact_section .contact_section_wrapper_block .from_section_wrapper_info_image {
  width: 100%;
  height: 100%;
}
.contact_section .contact_section_wrapper_block .from_section_wrapper_info_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact_section .contact_section_wrapper_block .from_section_wrapper_info_image iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.contact_section .contact_section_wrapper_block .from_section_wrapper_info_image_map {
  width: 100%;
  height: 100%;
}

/*  */
.wpcf7-list-item{
	margin:0 !important;	
}

.wpcf7-form .form-check{
	padding-left:0 !important;
	margin-bottom:0 !important;
}

.wpcf7-list-item-label{
	font-size:15px;
	font-weight:400;
	line-height:1.5;
	color:#fff;
}

@media only screen and (max-width: 1480px) {
  .header .header_wrapper_logo {
    width: 224px;
    height: 62px;
  }
  .header .header_wrapper_menu ul li {
    padding: 0 0.75rem;
  }
}
@media only screen and (max-width: 1400px) {
  .header .header_wrapper_logo {
    width: 188px;
    height: 54px;
  }
  .header .header_wrapper_menu ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header_wrapper_button {
    display: none;
  }
  .header .header_wrapper_mobile_btn {
    display: block;
  }
  .header .header_wrapper_mobile_btn svg {
    width: 48px;
    height: 48px;
  }
  .header .header_wrapper_menu_block {
    width: 40%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.6);
    position: fixed;
    top: 0;
    right: -40%;
    backdrop-filter: blur(10px);
    z-index: 9;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu ul {
    flex-direction: column;
    align-items: start;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu ul li {
    padding: 0 0 1rem 0;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu ul li a {
    color: #ffffff;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu_for_mobile {
    display: block;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu_cross_button {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    right: 8%;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu_cross_button .button_cross {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0.25rem;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu_cross_button .button_cross svg {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .hero_banner {
    margin-top: 104px;
  }
  .quick_and_easy_wrapper {
    padding: 1rem 8% 2.5rem 8%;
  }
  .quick_and_easy_wrapper h1,
  .quick_and_easy_wrapper h2,
  .quick_and_easy_wrapper h3,
  .quick_and_easy_wrapper h4,
  .quick_and_easy_wrapper h5,
  .quick_and_easy_wrapper h6 {
    font-size: 2rem;
  }
  .quick_and_easy_wrapper_process {
    gap: 2rem;
    padding: 2.5rem 0;
  }
  .quick_and_easy_wrapper_process .process_card::after {
    top: 48px;
    background-size: contain;
    width: 140px;
    right: -85px;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper_img {
    width: 124px;
    height: 124px;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper p {
    width: 60%;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail h1,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h2,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h3,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h4,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h5,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h6 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
  .how_it_works_wrapper {
    padding: 2.5rem 8%;
  }
  .how_it_works_wrapper h1,
  .how_it_works_wrapper h2,
  .how_it_works_wrapper h3,
  .how_it_works_wrapper h4,
  .how_it_works_wrapper h5,
  .how_it_works_wrapper h6 {
    font-size: 2rem;
  }
  .how_it_works_wrapper_cards {
    padding-top: 2.5rem;
  }
  .how_it_works_wrapper_cards_wrapper .how_it_works_card {
    padding: 2rem;
    height: 272px;
  }
  .our_services_wrapper {
    padding: 2.5rem 8%;
  }
  .our_services_wrapper h1,
  .our_services_wrapper h2,
  .our_services_wrapper h3,
  .our_services_wrapper h4,
  .our_services_wrapper h5,
  .our_services_wrapper h6 {
    font-size: 2rem;
  }
  .our_services_wrapper_cards {
    padding-top: 2.5rem;
  }
  .our_services_wrapper_cards_wrapper .row {
    --bs-gutter-x: 1rem;
  }
  .from_section {
    padding: 2.5rem 8%;
  }
  .from_section_wrapper_block h1,
  .from_section_wrapper_block h2,
  .from_section_wrapper_block h3,
  .from_section_wrapper_block h4,
  .from_section_wrapper_block h5,
  .from_section_wrapper_block h6 {
    font-size: 2.5rem;
  }
  .from_section_wrapper_block_form {
    margin-top: 1.25rem;
  }
  .from_section_wrapper_info_image {
    height: 406px;
  }
  .from_section_wrapper_info_card h1,
  .from_section_wrapper_info_card h2,
  .from_section_wrapper_info_card h3,
  .from_section_wrapper_info_card h4,
  .from_section_wrapper_info_card h5,
  .from_section_wrapper_info_card h6 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1280px) {
  .service_section .service_section_wrapper_block_detail h1,
  .service_section .service_section_wrapper_block_detail h2,
  .service_section .service_section_wrapper_block_detail h3,
  .service_section .service_section_wrapper_block_detail h4,
  .service_section .service_section_wrapper_block_detail h5,
  .service_section .service_section_wrapper_block_detail h6 {
    font-size: 1.875rem;
  }
  .services_slider_section .services_slider_section_wrapper .swiper-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .services_slider_section .services_slider_section_wrapper_slide_detail h1,
  .services_slider_section .services_slider_section_wrapper_slide_detail h2,
  .services_slider_section .services_slider_section_wrapper_slide_detail h3,
  .services_slider_section .services_slider_section_wrapper_slide_detail h4,
  .services_slider_section .services_slider_section_wrapper_slide_detail h5,
  .services_slider_section .services_slider_section_wrapper_slide_detail h6 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 1.125rem 4%;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 2.5rem 8%;
  }
  .footer_wrapper {
    padding: 2.5rem 8%;
  }
  .footer_wrapper_block_image {
    width: 148px;
    height: 32px;
  }
  .footer_wrapper_block_menu .row {
    margin-top: 1.5rem;
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero_banner {
    padding: 0 2.5rem 4%;
    margin-top: 52px;
  }
  .hero_banner_wrapper_service_image {
    height: 448px;
  }
  .hero_banner .hero_banner_wrapper_block {
    width: 600px;
  }
  .hero_banner .hero_banner_wrapper_block .block_detail h1,
  .hero_banner .hero_banner_wrapper_block .block_detail h2,
  .hero_banner .hero_banner_wrapper_block .block_detail h3,
  .hero_banner .hero_banner_wrapper_block .block_detail h4,
  .hero_banner .hero_banner_wrapper_block .block_detail h5,
  .hero_banner .hero_banner_wrapper_block .block_detail h6 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .quick_and_easy_wrapper {
    padding: 0 8% 2.5rem 8%;
  }
  .quick_and_easy_wrapper h1,
  .quick_and_easy_wrapper h2,
  .quick_and_easy_wrapper h3,
  .quick_and_easy_wrapper h4,
  .quick_and_easy_wrapper h5,
  .quick_and_easy_wrapper h6 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .quick_and_easy_wrapper_process {
    gap: 1.5rem;
  }
  .quick_and_easy_wrapper_process .process_card::after {
    top: 30px;
    width: 108px;
    right: -62px;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper_img {
    width: 88px;
    height: 88px;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper_img img {
    padding: 1.5rem;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper p:nth-child(2) {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper p {
    width: 70%;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail {
    width: 100%;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail h1,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h2,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h3,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h4,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h5,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h6 {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-bottom: 1.125rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail ul li {
    padding-bottom: 0.5rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_image {
    height: 526px;
  }
  .how_it_works_wrapper h1,
  .how_it_works_wrapper h2,
  .how_it_works_wrapper h3,
  .how_it_works_wrapper h4,
  .how_it_works_wrapper h5,
  .how_it_works_wrapper h6 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .how_it_works_wrapper_cards_wrapper {
    flex-wrap: wrap;
  }
  .how_it_works_wrapper_cards_wrapper .how_it_works_card {
    width: 48%;
    padding: 1.5rem;
  }
  .our_services_wrapper h1,
  .our_services_wrapper h2,
  .our_services_wrapper h3,
  .our_services_wrapper h4,
  .our_services_wrapper h5,
  .our_services_wrapper h6 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .our_services_wrapper_cards_wrapper .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1.5rem;
  }
  .our_services_wrapper_cards_wrapper .services_card {
    padding: 1.5rem;
  }
  .animated_text {
    padding: 2.5rem 8%;
  }
  .animated_text_wrapper .marquee h1, .animated_text_wrapper .marquee h2, .animated_text_wrapper .marquee h3, .animated_text_wrapper .marquee h4, .animated_text_wrapper .marquee h5, .animated_text_wrapper .marquee h6 {
    font-size: 4rem;
    margin: 0 2.5rem;
  }
  .from_section_wrapper .row {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 0;
  }
  .from_section_wrapper_info_image {
    height: 508px;
  }
  .from_section_wrapper_info_card {
    width: 100%;
  }
	
	.quick_and_easy_wrapper_process .process_card{
		width:290px;	
	}
	.quick_and_easy_wrapper_process{
		flex-wrap:wrap;	
	}
	.quick_and_easy_wrapper_process .process_card:nth-child(2)::after{
		position:unset;
		height:0px;
	}
}
@media only screen and (max-width: 991px) {
  .about_us_section {
    margin-top: 92px;
  }
  .about_us_section.why_us {
    margin-top: 0;
  }
  .about_us_section .about_us_section_wrapper_block {
    margin-top: 4rem;
  }
  .about_us_section .about_us_section_wrapper_block .row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 2.5rem;
  }
  .about_us_section .about_us_section_wrapper_block_image {
    height: 500px;
  }
  .about_us_section .about_us_section_wrapper_block_image img {
    width: 100%;
    height: 100%;
  }
  .about_us_section .about_us_section_wrapper_block_detail .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 2rem;
    align-items: center;
  }
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper p:first-child {
    font-size: 1.25rem;
  }
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h1,
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h2,
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h3,
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h4,
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h5,
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper h6 {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 991px) {
  .service_section {
    margin-top: 92px;
  }
  .service_section .service_section_wrapper_block {
    margin-top: 4rem;
  }
  .service_section .service_section_wrapper_block_detail h1,
  .service_section .service_section_wrapper_block_detail h2,
  .service_section .service_section_wrapper_block_detail h3,
  .service_section .service_section_wrapper_block_detail h4,
  .service_section .service_section_wrapper_block_detail h5,
  .service_section .service_section_wrapper_block_detail h6 {
    font-size: 1.5625rem;
  }
  .services_slider_section .services_slider_section_wrapper .swiper-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services_slider_section .services_slider_section_wrapper_slide {
    padding: 1.5rem;
  }
  .services_slider_section .services_slider_section_wrapper_slide_detail h1,
  .services_slider_section .services_slider_section_wrapper_slide_detail h2,
  .services_slider_section .services_slider_section_wrapper_slide_detail h3,
  .services_slider_section .services_slider_section_wrapper_slide_detail h4,
  .services_slider_section .services_slider_section_wrapper_slide_detail h5,
  .services_slider_section .services_slider_section_wrapper_slide_detail h6 {
    font-size: 1.5625rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .service_details_wrapper {
    background-color: #131615;
    color: #ffffff;
    padding: 2rem;
    border-radius: 1.5rem;
  }
  .service_details_wrapper_block h1, .service_details_wrapper_block h2, .service_details_wrapper_block h3, .service_details_wrapper_block h4, .service_details_wrapper_block h5, .service_details_wrapper_block h6 {
    font-size: 1.5625rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #DE2A1C;
  }
}
@media only screen and (max-width: 991px) {
  .contact_section {
    margin-top: 92px;
  }
  .contact_section .contact_section_wrapper_block {
    margin-top: 4.5rem;
  }
  .contact_section .contact_section_wrapper_block .row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 2.5rem;
  }
  .contact_section .contact_section_wrapper_block .from_section_wrapper_info_image {
    height: 508px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_wrapper_mobile_btn svg {
    width: 40px;
    height: 40px;
  }
  .header .header_wrapper_menu_block {
    width: 60%;
    right: -60%;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner_wrapper_service_image {
    height: 400px;
    border-radius: 1rem;
  }
  .hero_banner_wrapper_service_image img {
    border-radius: 1rem;
  }
  .hero_banner_slider .swiper-button-next,
  .hero_banner_slider .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
  .hero_banner .hero_banner_wrapper_image {
    
  }
  .hero_banner .hero_banner_wrapper_image img {
    height: 100%;
	object-fit:cover;
  }
  .hero_banner .hero_banner_wrapper_block {
    margin-left: 3.5rem;
    width: 420px;
  }
  .hero_banner .hero_banner_wrapper_block .block_detail h1,
  .hero_banner .hero_banner_wrapper_block .block_detail h2,
  .hero_banner .hero_banner_wrapper_block .block_detail h3,
  .hero_banner .hero_banner_wrapper_block .block_detail h4,
  .hero_banner .hero_banner_wrapper_block .block_detail h5,
  .hero_banner .hero_banner_wrapper_block .block_detail h6 {
    font-size: 1.5625rem;
    font-weight: 700;
  }
  .hero_banner .hero_banner_wrapper_block .block_detail p {
    font-size: 0.75rem;
  }
  .hero_banner .hero_banner_wrapper_block .block_detail_points_wrapper {
    gap: 0.25rem;
  }
  .hero_banner .hero_banner_wrapper_block .block_detail_points_wrapper_img {
    width: 1rem;
    height: 1rem;
  }
  .quick_and_easy_wrapper {
    padding: 0 8% 2rem 8%;
  }
  .quick_and_easy_wrapper h1,
  .quick_and_easy_wrapper h2,
  .quick_and_easy_wrapper h3,
  .quick_and_easy_wrapper h4,
  .quick_and_easy_wrapper h5,
  .quick_and_easy_wrapper h6 {
    font-size: 1.25rem;
  }
  .quick_and_easy_wrapper_process {
    padding: 2rem 0;
    flex-direction: column;
    gap: 0;
    row-gap: 4rem;
  }
  .quick_and_easy_wrapper_process .process_card::after {
    top: 185px;
    width: 64px;
    right: 206px;
    rotate: 90deg;
  }
  .quick_and_easy_wrapper_service_points {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1.5rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail {
    width: 100%;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail h1,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h2,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h3,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h4,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h5,
  .quick_and_easy_wrapper_service_points .service_points_block_detail h6 {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail p {
    margin-bottom: 0.875rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail ul {
    margin-bottom: 1.125rem;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_detail ul li {
    line-height: 1.2;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_image {
    height: 382px;
  }
  .quick_and_easy_wrapper_service_points .service_points_block_image img {
    -o-object-position: top;
       object-position: top;
  }
  .how_it_works_wrapper {
    padding: 2rem 8%;
  }
  .how_it_works_wrapper h1,
  .how_it_works_wrapper h2,
  .how_it_works_wrapper h3,
  .how_it_works_wrapper h4,
  .how_it_works_wrapper h5,
  .how_it_works_wrapper h6 {
    font-size: 1.25rem;
  }
  .how_it_works_wrapper_cards {
    padding-top: 2rem;
  }
  .how_it_works_wrapper_cards_wrapper .how_it_works_card {
    width: 47%;
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .our_services_wrapper {
    padding: 2rem 8%;
  }
  .our_services_wrapper h1,
  .our_services_wrapper h2,
  .our_services_wrapper h3,
  .our_services_wrapper h4,
  .our_services_wrapper h5,
  .our_services_wrapper h6 {
    font-size: 1.25rem;
  }
  .our_services_wrapper_cards {
    padding-top: 2rem;
  }
  .our_services_wrapper_cards_wrapper .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1.5rem;
  }
  .our_services_wrapper_cards_wrapper .services_card p {
    margin-bottom: 0;
  }
  .animated_text {
    padding: 2rem 8%;
  }
  .animated_text_wrapper .marquee h1, .animated_text_wrapper .marquee h2, .animated_text_wrapper .marquee h3, .animated_text_wrapper .marquee h4, .animated_text_wrapper .marquee h5, .animated_text_wrapper .marquee h6 {
    font-size: 3rem;
    margin: 0 2rem;
  }
  .from_section {
    padding: 2rem 8%;
  }
  .from_section_wrapper_block h1,
  .from_section_wrapper_block h2,
  .from_section_wrapper_block h3,
  .from_section_wrapper_block h4,
  .from_section_wrapper_block h5,
  .from_section_wrapper_block h6 {
    font-size: 2rem;
  }
  .from_section_wrapper_block_form {
    margin-top: 1rem;
  }
  .from_section_wrapper_info_image {
    height: 400px;
  }
	
	.quick_and_easy_wrapper_process .process_card{
		width:100%;
	}
	
	.quick_and_easy_wrapper_process .process_card::after{
		position:unset;
	}
}
@media only screen and (max-width: 767px) {
  .about_us_section .about_us_section_wrapper_block {
    margin-top: 2rem;
  }
  .about_us_section .about_us_section_wrapper_block .row {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 0;
  }
  .about_us_section .about_us_section_wrapper_block_image {
    height: 416px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section .service_section_wrapper_block {
    margin-top: 2rem;
  }
  .services_slider_section .services_slider_section_wrapper .swiper-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .service_details_wrapper {
    background-color: #131615;
    color: #ffffff;
    padding: 1.5rem 6%;
    border-radius: 1rem;
  }
  .service_details_wrapper_block h1, .service_details_wrapper_block h2, .service_details_wrapper_block h3, .service_details_wrapper_block h4, .service_details_wrapper_block h5, .service_details_wrapper_block h6 {
    margin-bottom: 1rem;
  }
  .service_details_wrapper_block p {
    font-size: 0.938rem;
    margin-bottom: 0.5rem;
  }
  .service_details_wrapper_block ol {
    padding-left: 1.5rem;
    margin: 2rem 0;
  }
  .service_details_wrapper_block ol li {
    margin-bottom: 0.75rem;
  }
  .service_details_wrapper_block ol li p {
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact_section .contact_section_wrapper_block {
    margin-top: 4rem;
  }
  .contact_section .contact_section_wrapper_block .row {
    --bs-gutter-y: 1.5rem;
  }
  .contact_section .contact_section_wrapper_block .from_section_wrapper_info_image {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 2rem 8%;
  }
  .footer_wrapper {
    padding: 2rem 8%;
  }
  .footer_wrapper_block_menu {
    margin-top: 0;
  }
  .footer_wrapper_block_menu .row {
    margin-top: 0;
  }
  .footer_wrapper_block_menu .menu_wrapper h1,
  .footer_wrapper_block_menu .menu_wrapper h2,
  .footer_wrapper_block_menu .menu_wrapper h3,
  .footer_wrapper_block_menu .menu_wrapper h4,
  .footer_wrapper_block_menu .menu_wrapper h5,
  .footer_wrapper_block_menu .menu_wrapper h6 {
    font-size: 1.25rem;
  }
  .footer_wrapper_block_menu .menu_wrapper ul {
    margin-top: 1rem;
  }
  .footer_wrapper_block_menu .menu_wrapper ul li {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .header .header_wrapper_logo {
    width: 152px;
    height: 42px;
  }
  .header .header_wrapper_menu_block {
    width: 100%;
    right: -100%;
    background-color: #fff;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu ul li a {
    color: #111;
  }
  .header .header_wrapper_menu_block .header_wrapper_menu_cross_button .button_cross svg path {
    stroke: #111;
  }
}
@media only screen and (max-width: 575px) {
  .hero_banner {
    margin-top: 80px;
	padding: 0px 1rem 4%;
  }
  .hero_banner_wrapper_service_image {
    height: 280px;
  }
  .hero_banner_slider .swiper-button-next,
  .hero_banner_slider .swiper-button-prev {
    top: 36%;
  }
  .hero_banner .hero_banner_wrapper {
    align-items: center;
  }
  
  .hero_banner .hero_banner_wrapper_block {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4.5rem 1rem 1rem 1rem;
    padding: 1rem;
  }
  .hero_banner .hero_banner_wrapper_block .block_detail_points {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .quick_and_easy_wrapper_process {
    row-gap: 2.5rem;
  }
	.hero_banner .hero_banner_wrapper_image img{
		border-radius:16px;
	}
  .quick_and_easy_wrapper_process .process_card::after {
    width: 52px;
    top: 188px;
    right: 134px;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper {
    padding: 1rem;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper_img {
    width: 68px;
    height: 68px;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper_img img {
    padding: 1rem;
  }
  .quick_and_easy_wrapper_process .process_card_wrapper p {
    width: 100%;
  }
  .how_it_works_wrapper_cards_wrapper {
    justify-content: center;
  }
  .how_it_works_wrapper_cards_wrapper .how_it_works_card {
    width: 64%;
  }
  .from_section_wrapper_block h1,
  .from_section_wrapper_block h2,
  .from_section_wrapper_block h3,
  .from_section_wrapper_block h4,
  .from_section_wrapper_block h5,
  .from_section_wrapper_block h6 {
    font-size: 1.5625rem;
  }
  .from_section_wrapper_info_image {
    height: 340px;
  }
  .from_section_wrapper_info_card h1,
  .from_section_wrapper_info_card h2,
  .from_section_wrapper_info_card h3,
  .from_section_wrapper_info_card h4,
  .from_section_wrapper_info_card h5,
  .from_section_wrapper_info_card h6 {
    font-size: 1.125rem;
  }
  .from_section_wrapper_info_card p {
    margin-bottom: 0;
  }
	
	.how_it_works{
		margin-top:40px
	}
}
@media only screen and (max-width: 575px) {
  .about_us_section .about_us_section_wrapper_block .row {
    --bs-gutter-y: 1.5rem;
  }
  .about_us_section .about_us_section_wrapper_block_image {
    height: 324px;
  }
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_wrapper ul {
    grid-template-columns: repeat(1, 100%);
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_services {
    gap: 0.75rem;
  }
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_services_image {
    border-width: 1px;
  }
  .about_us_section .about_us_section_wrapper_block_detail .about_detail_services_image img {
    width: 2rem;
    height: 2rem;
    margin: 2rem 0.75rem;
  }
  .about_us_section .about_us_section_wrapper_block_detail .why_choose_service_image {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_us_section .about_us_section_wrapper_block_detail .why_choose_service_image img {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .services_slider_section .services_slider_section_wrapper_slide {
    padding: 1.25rem;
    border-radius: 1.5rem;
  }
  .services_slider_section .services_slider_section_wrapper_slide_detail h1,
  .services_slider_section .services_slider_section_wrapper_slide_detail h2,
  .services_slider_section .services_slider_section_wrapper_slide_detail h3,
  .services_slider_section .services_slider_section_wrapper_slide_detail h4,
  .services_slider_section .services_slider_section_wrapper_slide_detail h5,
  .services_slider_section .services_slider_section_wrapper_slide_detail h6 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .services_slider_section .services_slider_section_wrapper_slide_detail p {
    margin-bottom: 0.75rem;
  }
  .services_slider_section .services_slider_section_wrapper_slide_detail ul li {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .contact_section .contact_section_wrapper_block .from_section_wrapper_info_image {
    height: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 2rem 8%;
  }
  .footer_wrapper {
    padding: 2rem 6%;
    border-radius: 1rem;
  }
  .footer_wrapper_block_menu {
    margin-top: 0;
  }
  .footer_wrapper_block_menu .row {
    margin-top: 0;
  }
  .footer_wrapper_block_menu .menu_wrapper h1,
  .footer_wrapper_block_menu .menu_wrapper h2,
  .footer_wrapper_block_menu .menu_wrapper h3,
  .footer_wrapper_block_menu .menu_wrapper h4,
  .footer_wrapper_block_menu .menu_wrapper h5,
  .footer_wrapper_block_menu .menu_wrapper h6 {
    font-size: 1.125rem;
  }
  .footer_wrapper_block_menu .menu_wrapper ul {
    margin-top: 1rem;
  }
  .footer_wrapper_block_menu .menu_wrapper ul li {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .quick_and_easy_wrapper_service_points .service_points_block_image {
    height: 340px;
  }
  .from_section_wrapper_info_image {
    height: 282px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_section .contact_section_wrapper_block .from_section_wrapper_info_image {
    height: 282px;
  }
}
@media only screen and (max-width: 390px) {
  
  .hero_banner .hero_banner_wrapper_block {
    padding: 0.75rem;
  }
  .how_it_works_wrapper_cards_wrapper .how_it_works_card {
    width: 100%;
  }
}
.common_y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1280px) {
  .common_y {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .common_y {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.common_x {
  padding-left: 8%;
  padding-right: 8%;
}/*# sourceMappingURL=main.css.map */