.home_banner_section {
  padding-top: 119px;
  min-height: 1306px;
  position: relative;
}
.home_banner_section .background_elements {
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 142px);
  height: -moz-calc(100% - 142px);
  height: calc(100% - 142px);
}
.home_banner_section .background_elements .container {
  padding: 0 24px;
  max-width: 1440px;
  height: 100%;
}
.home_banner_section .background_elements .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
}
.home_banner_section .one_bg_images {
  height: 100%;
  width: -webkit-calc(33.33% - 24px);
  width: -moz-calc(33.33% - 24px);
  width: calc(33.33% - 24px);
  margin: 0 12px;
  position: relative;
}
.home_banner_section .one_bg_images .loadImg {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out 0s;
  -o-transition: 0.5s ease-in-out 0s;
  -moz-transition: 0.5s ease-in-out 0s;
  transition: 0.5s ease-in-out 0s;
}
.home_banner_section .one_bg_images .loadImg.unactive {
  opacity: 0;
}
.home_banner_section .one_bg_images::after {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56.01%, rgba(45, 62, 46, 0)), color-stop(77.48%, #18291B)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(top, rgba(45, 62, 46, 0) 56.01%, #18291B 77.48%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: -moz-linear-gradient(top, rgba(45, 62, 46, 0) 56.01%, #18291B 77.48%), -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(top, rgba(45, 62, 46, 0) 56.01%, #18291B 77.48%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(180deg, rgba(45, 62, 46, 0) 56.01%, #18291B 77.48%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
}
.home_banner_section .one_bg_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_banner_section .one_bg_images .bg_video_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
.home_banner_section .text_content_wrap {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
.home_banner_section .main_heading_banner {
  font-style: normal;
  font-weight: 300;
  font-size: 77px;
  line-height: 102px;
  text-align: center;
  margin-top: 218px;
  margin-bottom: 200px;
}
.home_banner_section .subheading_banner {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.home_banner_section .subheading_banner::after {
  content: "";
  width: 1px;
  height: 434px;
  background-color: #FFFFFF;
  position: absolute;
  top: 57px;
  left: 50%;
}
.home_banner_section .bottom_buttons_ban_wrap {
  margin-top: 219px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.home_banner_section .one_ban_side {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_banner_section .side_title {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  margin-bottom: 22px;
}
.home_banner_section .side_link {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: inherit;
}

.discover_more_section {
  background: #D1D3D4;
  padding: 140px 0 157px;
}
.discover_more_section .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discover_more_section .text_discover {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  padding-bottom: 39px;
}
.discover_more_section .link_discover {
  text-transform: inherit;
}

.our_service_section .main_heading_service {
  padding-top: 146px;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  max-width: 684px;
  margin-bottom: 25px;
}
.our_service_section .randi_image_section .lhs {
  margin-top: 0;
  width: -webkit-calc(100% - 589px);
  width: -moz-calc(100% - 589px);
  width: calc(100% - 589px);
}
.our_service_section .randi_image_section .rhs {
  width: 589px;
  padding-left: 25px;
}
.our_service_section .randi_image_section .desc {
  border-left: 1px solid #576659;
  padding-left: 20px;
}
.our_service_section .randi_image_section .large_icon_btn {
  margin-left: 20px;
}
.our_service_section .randi_list_items_cont .desc_wrap p {
  margin-bottom: 15px;
}
.our_service_section .large_icon_btn {
  text-transform: inherit;
}
.our_service_section .randi_list_items_cont {
  padding-bottom: 147px;
}

.living_data_section .top_content {
  padding-bottom: 13px;
  border-bottom: 1px solid #2D3E2F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.living_data_section .top_heading_ld {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.living_data_section .top_link_ld {
  text-transform: inherit;
}
.living_data_section .ld_container {
  max-width: 1140px;
  margin: 94px auto 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.living_data_section .large_icon_btn {
  text-transform: inherit;
}
.living_data_section .heading_ld {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
.living_data_section .description_ld {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 32px;
}
.living_data_section .ld_img_wrap {
  margin-left: auto;
  width: 802px;
  height: 305px;
  max-width: 100%;
  margin-top: 44px;
}
.living_data_section .ld_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .home_banner_section {
    padding-top: 103px;
    min-height: 1100px;
  }
  .home_banner_section .background_elements {
    top: 103px;
    height: -webkit-calc(100% - 164px);
    height: -moz-calc(100% - 164px);
    height: calc(100% - 164px);
  }
  .home_banner_section .one_bg_images {
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    width: calc(50% - 24px);
  }
  .home_banner_section .one_bg_images:last-child {
    display: none;
  }
  .home_banner_section .one_bg_images::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55.28%, rgba(45, 62, 46, 0)), color-stop(77.27%, #18291B)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(top, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(top, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: linear-gradient(180deg, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  .home_banner_section .main_heading_banner {
    margin-top: 223px;
    margin-bottom: 127px;
    font-size: 56px;
    line-height: 74px;
  }
  .home_banner_section .subheading_banner {
    font-size: 20px;
    line-height: 26px;
  }
  .home_banner_section .subheading_banner::after {
    height: 370px;
    top: 63px;
  }
  .home_banner_section .bottom_buttons_ban_wrap {
    margin-top: 216px;
  }
  .home_banner_section .side_title {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 42px;
  }

  .discover_more_section {
    padding: 105px 0;
  }
  .discover_more_section .text_discover {
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 37px;
  }

  .our_service_section .main_heading_service {
    padding-top: 83px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 37px;
    max-width: 488px;
  }
  .our_service_section .randi_image_section .randi_image_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our_service_section .randi_image_section .lhs {
    width: 534px;
    margin-bottom: 32px;
  }
  .our_service_section .randi_image_section .lhs img {
    height: 294px;
  }
  .our_service_section .randi_image_section .rhs {
    padding-left: 10px;
    width: 557px;
    margin-left: auto;
  }
  .our_service_section .randi_image_section .desc {
    margin-bottom: 16px;
  }
  .our_service_section .randi_image_section {
    padding-bottom: 75px;
  }
  .our_service_section .randi_list_items_cont .desc_wrap p {
    margin-bottom: 12px;
  }
  .our_service_section .randi_list_items_cont {
    padding-bottom: 101px;
    padding-top: 0;
  }
  .our_service_section .randi_list_items_cont .large_icon_btn {
    font-size: 14px;
    line-height: 28px;
  }

  .living_data_section .top_content {
    padding-bottom: 12px;
  }
  .living_data_section .ld_container {
    margin: 48px auto 96px;
  }
  .living_data_section .heading_ld {
    font-size: 28px;
    line-height: 37px;
    max-width: 447px;
  }
  .living_data_section .description_ld {
    max-width: 447px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .living_data_section .ld_img_wrap {
    margin-top: 36px;
    width: 558px;
    height: 245px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner_section {
    padding-top: 80px;
    min-height: 811px;
  }
  .home_banner_section .background_elements {
    top: 80px;
    height: -webkit-calc(100% - 255px);
    height: -moz-calc(100% - 255px);
    height: calc(100% - 255px);
  }
  .home_banner_section .background_elements .content {
    margin-left: 0;
    width: 100%;
  }
  .home_banner_section .one_bg_images {
    width: 100%;
    margin: 0;
  }
  .home_banner_section .one_bg_images:first-child {
    display: none;
  }
  .home_banner_section .one_bg_images::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55.28%, rgba(45, 62, 46, 0)), color-stop(77.27%, #18291B)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(top, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(top, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: linear-gradient(180deg, rgba(45, 62, 46, 0) 55.28%, #18291B 77.27%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  .home_banner_section .main_heading_banner {
    margin-top: 125px;
    margin-bottom: 136px;
    font-size: 24px;
    line-height: 32px;
  }
  .home_banner_section .subheading_banner {
    font-size: 16px;
    line-height: 21px;
  }
  .home_banner_section .subheading_banner::after {
    height: 103px;
    top: 67px;
  }
  .home_banner_section .bottom_buttons_ban_wrap {
    margin-top: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_banner_section .one_ban_side {
    width: 100%;
    margin-bottom: 41px;
  }
  .home_banner_section .side_title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .home_banner_section .side_title br {
    display: none;
  }
  .home_banner_section .side_link {
    font-size: 16px;
    line-height: 21px;
  }

  .discover_more_section {
    padding: 69px 0;
  }
  .discover_more_section .text_discover {
    font-size: 20px;
    line-height: 26px;
  }
  .discover_more_section .text_discover br {
    display: none;
  }
  .discover_more_section .link_discover {
    font-size: 16px;
    line-height: 21px;
  }

  .our_service_section .main_heading_service {
    padding-top: 52px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    max-width: 316px;
  }
  .our_service_section .randi_image_section .lhs {
    width: 100%;
  }
  .our_service_section .randi_image_section .lhs img {
    height: 180px;
  }
  .our_service_section .randi_image_section .rhs {
    width: 100%;
    padding-left: 0px;
  }
  .our_service_section .randi_image_section .desc {
    padding-left: 6px;
    margin-bottom: 24px;
  }
  .our_service_section .randi_image_section .large_icon_btn {
    margin-left: 6px;
  }
  .our_service_section .randi_list_items_cont {
    padding-bottom: 40px;
  }
  .our_service_section .randi_list_items_cont .randi_list_item {
    margin-bottom: 48px;
  }
  .our_service_section .randi_image_section {
    padding-bottom: 52px;
  }

  .living_data_section .top_content {
    padding-bottom: 12px;
  }
  .living_data_section .top_heading_ld {
    font-size: 14px;
    line-height: 16px;
  }
  .living_data_section .top_link_ld {
    font-size: 14px;
    line-height: 16px;
  }
  .living_data_section .ld_container {
    margin: 32px auto 70px;
  }
  .living_data_section .heading_ld {
    font-size: 24px;
    line-height: 32px;
  }
  .living_data_section .description_ld {
    margin-top: 12px;
    margin-bottom: 19px;
  }
  .living_data_section .ld_img_wrap {
    margin-top: 33px;
    width: 269px;
    height: 118px;
  }
}/*# sourceMappingURL=new_home.css.map */

.service_block_section {
    padding: 134px 0;
}
.service_block_section h2 {
    margin: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 648px;
    margin-bottom: 60px;
}
.service_block_section .items_block {
    display: flex;
    gap: 56px;
    align-items: start;
}
.service_block_section .items_block .item {
    width: 100%;
    max-width: 389px;
	border-top: 2px solid;
}
.service_block_section .items_block .item:first-child {
	border-color: #F2B844;
}
.service_block_section .items_block .item:nth-child(2) {
	border-color: #D52D24;
}
.service_block_section .items_block .item:last-child {
	border-color: #231F20;
}
.service_block_section .items_block .item .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 8px 0 24px 0;
}

.service_block_section .items_block .item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 40px;
}

.service_block_section .items_block .item .desc a {
	text-decoration: underline;
}

.btn-hollow, .white_verion, .living_data_section a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 44px;
	border: 1.4px solid #2D3E2F !important;
	display: flex;
	padding: 7px 22px 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 24px;
    position: relative;
    display: inline-flex;
  	transition: 0.5s ease-in-out 0s;
    text-decoration: unset !important;
	background-color: white !important;
	color: #2D3E2F !important;
	font-size: 16px !important;
}
.btn-hollow span, .white_verion span {
	text-decoration: unset !important;
}
.white_verion::before, .white_verion::after, .btn-primary::after, .large_btn::after, .large_icon_btn::after, .btn-primary::before, .large_btn::before, .large_icon_btn::before, .large_icon_btn span::after {
	display: none !important;
}
.btn-hollow:hover, .white_verion:hover, .living_data_section a:hover {
	background-color: #2D3E2F !important;
	color: #ffffff !important;
  	transition: 0.5s ease-in-out 0s;
}

.btn-primary, .large_btn, .large_icon_btn, .submit_wrap input {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 44px;
	border: 1.4px solid #2D3E2F;
	display: flex;
	color: #ffffff;
	background-color: #2D3E2F;
	padding: 7px 22px 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 24px;
    position: relative;
    display: inline-flex;
  	transition: 0.5s ease-in-out 0s;
    text-decoration: unset !important;
	font-size: 16px !important;
}
.btn-primary span, .large_btn span, .large_icon_btn span {
	text-decoration: unset !important;
}
.btn-primary:hover, .large_btn:hover, .large_icon_btn:hover, .submit_wrap input:hover {
	background-color: #ffffff;
	color: #2D3E2F;
  	transition: 0.5s ease-in-out 0s;
}

.hide {
	display: none;
}

.containerV2 {
	max-width: 1440px;
	padding: 0 80px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1023px) {
	.service_block_section .items_block {
		display: flex;
		gap: 24;
	}
	.service_block_section .items_block .item {
		width: 100%;
		max-width: 389px;
		border-top: 2px solid;
	}
}
@media screen and (max-width: 767px) {
	.service_block_section .items_block {
		display: flex;
		gap: 24px;
/* 		flex-direction: column; */
	}
	.service_block_section .items_block .item .desc {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.service_block_section .items_block .item {
		width: 308px;
        min-width: 308px;
		max-width: unset;
		border-top: 2px solid;
		scroll-snap-align: start;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
    	box-sizing: content-box;
	}
	.service_block_section .items_block {
		overflow: auto;
		-webkit-scroll-snap-type: x mandatory;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
        margin-right: -24px;
        padding-right: 24px;
	}
	.service_block_section h2 {
		font-size: 20px;
	}
	.service_block_section .items_block .item .title {
		font-size: 20px;
	}
	.containerV2 {
		padding: 0 24px;
	}
}