/* General Style Start */

@font-face {
  font-family: eucilid_medium;
  src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
  font-family: eucilid_bold;
  src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
  font-family: eucilid_regular;
  src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

body {
  background-color: #ffffff;
}

.row {
  margin: 0px !important;
}

* {
  font-family: "Poppins", sans-serif;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1238px;
  }
}

:root {
  --main_color: #24b354;
  --primary_color: #0273c1;
}

/* General Style End */

/* Menu Start */

.menu_top_outer {
  min-height: 10px;
  background-color: var(--main_color);
  padding: 0px;
}

.menu_top_inner {
  min-height: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_top_inner_iconbox {
  width: 150px;
  height: 40px;
  float: left;
  gap: 12px;
}

.menu_top_inner_center {
  flex: 1;
  height: 40px;
  background-color: var(--primary_color);
  float: left;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 20px 100%);
  padding: 0px 25px;
}

.menu_top_inner_iconbox:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu_top_inner_iconbox_outer {
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.menu_top_inner_center_icon_content {
  min-width: 10px;
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}

.menu_top_inner_center_icon_content_iconbox {
  width: 20px;
  height: 20px;
  float: left;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  font-size: 10px;
  color: #fff;
}

.menu_top_inner_center_clocks_outer {
  min-width: 10px;
  height: 40px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}

.menu_contents_outer {
  min-height: 50px;
  padding: 0px;
  border-bottom: 1px solid #dadada;
  position: relative;
  z-index: 99;
}

.menu_contents_inner {
  min-height: 50px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_logo_outer {
  width: 120px;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80%;
}

.menu_right_outer {
  width: 120px;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu_center_contents_outer {
  flex: 1;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.menu_center_contents_box {
  min-width: 10px;
  height: 36px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.menu_center_contents_box:hover {
  color: var(--primary_color);
}

.mobile_menu_btn {
  width: 40px;
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #dadada;
  padding-bottom: 2px;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 600px) {
  .menu_center_contents_outer {
    display: none;
  }

  .menu_logo_outer {
    width: 50%;
  }

  .menu_right_outer {
    width: 50%;
  }

  .mobile_menu_btn {
    display: flex;
  }

  .menu_top_inner_iconbox:nth-child(1) {
    display: none;
  }

  .menu_top_inner_center_icon_content span {
    display: none;
  }

  .menu_top_inner_center_icon_content_iconbox {
    width: 25px;
    height: 25px;
    margin: 0px;
    margin-top: -1px;
    font-size: 13px;
  }

  .menu_top_inner_iconbox {
    width: 95px;
  }

  .menu_top_inner_center_clocks_outer {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
  }

  .menu_top_inner_center {
    padding: 0px 20px;
  }

  .menu_center_contents_outer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 90px;
    background-color: white;
    border: 1px solid #dadada;
    padding: 15px;
  }

  .menu_center_contents_box {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Menu End */

/* Footer Start */

.footer_outer {
  min-height: 80px;
  background-color: #fff;
  padding: 30px 0px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}

.footer_inner {
  min-height: 20px;
  padding: 0px;
}

.footer_logo_outer {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.footer_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.footer_logo_text_outer {
  width: 100%;
  min-height: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #6f6d71;
  line-height: 22px;
  margin-bottom: 30px;
}

.footer_socials_outer {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer_social_box {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 50%;
  border: 1px solid var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary_color);
  padding-bottom: 1px;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 15px;
}

.footer_social_box:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  color: #fff;
}

.footer_title_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary_color);
  margin-bottom: 20px;
}

.footer_list_link_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.footer_list_link_outer:hover {
  opacity: 1;
  color: var(--main_color);
}

.footer_bottom_outer {
  min-height: 10px;
  background-color: var(--main_color);
}

.footer_bottom_inner {
  min-height: 20px;
  background-color: var(--primary_color);
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 20px 100%);
  padding: 15px 25px;
  font-size: 11px;
  font-weight: 400;
  color: #ffff;
}

.footer_bottom_inner span {
  float: right;
}

.footer_bottom_inner span a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .footer_bottom_inner {
    text-align: center;
  }

  .footer_bottom_inner span {
    width: 100%;
    text-align: center;
    float: left;
  }
}

.footer_social_outer {
  width: 60px;
  height: 60px;
  background: rgb(56, 231, 57);
  background: linear-gradient(
    180deg,
    rgba(56, 231, 57, 1) 0%,
    rgba(2, 166, 5, 1) 100%
  );
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.33);
}

/* Footer End  */

/* Error Page Start */

.error_page_outer {
  min-height: 65vh;
  padding: 0px;
}

.error_page_inner {
  min-height: 65vh;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error_page_inner h1 {
  width: 100%;
  font-size: 70px;
  font-weight: 700;
  color: var(--main_color);
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}

.error_page_inner h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary_color);
  text-align: center;
  margin: 0px;
  margin-bottom: 25px;
}

.error_page_inner h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0px;
  margin-bottom: 55px;
}

.error_page_inner h4 {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary_color);
  text-align: center;
  margin: 0px;
}

.error_page_inner h4 span {
  cursor: pointer;
}

/* Error Page End */

/* Slider Start */

.slider_outer {
  min-height: 10px;
  padding: 0px;
  margin-bottom: 0px !important;
}

.slider_box_outer {
  min-height: 10px;
  padding: 0px;
  background-size: cover;
  background-position: center;
}

.slider_box_contents_outer {
  height: 550px;
  padding: 0px;
  padding-bottom: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.slider_outer .slick-dots {
  bottom: 10px;
}

.slider_outer .slick-dots li button:before {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}

.slider_outer .slick-dots li.slick-active button:before {
  color: var(--main_color);
}

.slider_box_contents_box {
  width: 45%;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 25px 20px;
}

.slider_box_contents_box h3 {
  width: 100%;
  min-height: 10px;
  margin: 0px;
  font-weight: 600;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.slider_box_contents_box_btn {
  width: 210px;
  height: 40px;
  background-color: var(--primary_color);
  color: #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin: 0px calc(50% - 105px);
  margin-top: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .slider_box_contents_box {
    width: 100%;
  }
}

/* Slider End */

/* Preloader Start */

.preloader_outer {
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader_logo_outer {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* Preloader End */

/* index start */
.index_top_firs {
  min-height: 10px;

  margin: 25px 0;
}
.color_index_header {
  color: var(--primary_color);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.color_index_header::before {
  content: "";
  float: left;
  width: 50px;
  height: 2px;
  background-color: var(--primary_color);
  margin-right: 10px;
}
.head_black_index {
  font-weight: 600;
  font-size: 32px;

  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_p {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
}
.index_btn_class {
  width: 25%;
  min-height: 40px;
  background-color: var(--main_color);
  border: none;
  border-radius: 5px;
  color: #fff;
}
.right_top_firs {
  margin: 25px 0;
  min-height: 400px;
  background-color: var(--main_color);
  border-radius: 0 0 0 20px;
  position: relative;
}
.right_top_firs img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0 0 0 20px;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -4%;
  top: 4%;
}
.slider_video {
}
.item_video {
  min-height: 10px;
}
.item_video_in {
  width: 100%;
  height: 400px;

  background-image: url("../images/system/right_index1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.i_inde_xtop {
  width: 70px;
  height: 70px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i_inde_xtop i {
  font-size: 32px;
  color: #fff;
}
.my_mdl_index {
  color: var(--primary_color);
}
.my_mdl_index_head {
  font-size: 22px !important;
  font-weight: 600 !important;
}
.mdl_close_index {
  font-size: 32px !important;
  color: var(--primary_color);
}
.mdl_close_index:hover {
  color: var(--main_color) !important;
}
.all_links_video {
  margin: 10px 0;
  min-height: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.all_links_video a {
  text-decoration: none !important;
  color: var(--main_color);
  font-size: 15px;
}
.flex_center_index {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_center_index {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 600;
}
.flex_center_index p {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  width: 50%;
}
.image_index_card {
  margin: 25px 0;
}
.image_index_card_in {
  min-height: 400px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.index_profile_card {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  min-height: 500px;
  padding: 0;
  border-radius: 30px;
}
.index_profile_card img {
  border-radius: 30px 30px 0px 0px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.index_profile_card h1 {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.index_profile_card span {
  width: 100%;
  margin: 5px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: lightgray;
}
.borrder_top_index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  border-top: 1px solid lightgray;
}
.borrder_top_index span {
  width: 50%;
  margin: 5px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: lightgray;
}
.four_items_top_index {
  position: relative;
  min-height: 100px;

  padding: 40px;
}
.bg_dot {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.bafra_top {
  min-height: 10px;
}
.bafra_top img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-position: center;
  float: left;
  border-radius: 30px;
}
.h1_img_index {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 600;
}
.span_img_index {
  margin: 5px 0;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: lightgray;
}
.information_link {
  color: var(--primary_color) !important;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
  text-decoration: none !important;
}
.ilast_index_left_img {
  margin: 25px 0;
}
.left_last_index {
  min-height: 400px;
  background-color: var(--main_color);
  position: relative;
}
.abs_left_img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: -3%;
  left: -3%;
}
.riht_last_index {
  min-height: 10px;
}
.riht_last_index p {
  margin: 10px 0;
  width: 90%;
  font-size: 16px;
}
.last_index_fuel {
  background-image: url("../images/system/bg_index_bottom.png");
  min-height: 400px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
}
.last_index_top_main_left {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headerlast_index_main {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.last_index_top_main_left span {
  text-align: center;
  margin: 10px 0;
  color: #333;
  font-size: 16px;
}
.last_index_top_main_right {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* index end */

@media screen and (max-width: 768px) {
  .four_items_top_index {
    padding: 0;
  }
  .index_profile_card {
    margin: 10px 0;
  }
}

/* all input start */
.input_top {
  min-height: 10px;
  margin: 10px 0;
}
.input_top input {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 12px;
  outline: 0 !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 5px;
}
.input_top textarea {
  width: 100%;
  min-height: 200px;
  max-width: 100%;
  min-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 5px;
  outline: 0 !important;
  border: none;
  border-radius: 5px;
  padding: 14px;
  font-size: 12px;
}
/* all input end */

.btn_main_top {
  min-height: 10px;
  margin: 10px 0;
}
.btn_main_top button {
  width: 200px;
  height: 50px;
  background-color: var(--primary_color);
  color: #fff;
  border: none;
  border-radius: 10px;
}
.btn_main_top button:hover {
  background-color: var(--main_color);
}

/* kadro starrt */
.cadro_main_top {
  min-height: 500px;

  /* background-image: url("../images/system/bg_cadro.png"); */

  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cadro_header {
  min-height: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cadro_header h1 {
  color: #fff;
  margin: 10px 0;
  font-size: 40px;
  font-weight: 600;
}
.cadro_header span {
  color: lightgray;
  font-size: 16px;
}
.span_div_cadro {
  width: 50%;
  margin-top: 5%;
  color: lightgray;
  font-size: 16px;
  text-align: center;
}
.card_in_top {
  margin: 25px 0;
}
.flex_center_cadro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* kadro end */
/* human start */
.top_humannn_main {
  min-height: 1000px;
  margin: 25px 0;
}
.human_left {
  margin: 25px 0;
  min-height: 450px;

  position: relative;
}
.human_card {
  min-height: 550px;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 20px;
  position: absolute;
  right: 2%;
  top: 2%;
  display: flex;
  flex-direction: column;

  align-items: center;
}
.human_card h1 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.point_human_bg {
  width: 400px;
  height: 400px;
  object-fit: contain;
  position: absolute;
  top: -20%;
  right: 0;
}
.point_human_bg2 {
  width: 600px;
  height: 600px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 5%;
}
/* human end */

/* about start */
.about_left {
  min-height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about_left h1 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 600;
}
.about_left span {
  margin: 10px 0;
  font-size: 20px;
}
.about_right {
  min-height: 10px;
}
.about_right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 105px 40px 105px 40px;
}
.img_left_right_abou_top {
  margin: 25px 0;
}
.about_top_first {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  margin: 10px 0;
}
.about_second_top {
  margin: 25px 0;
  min-height: 10px;
  background-color: red;
}
.left_about_box_all {
  min-height: 10px;
  background-color: yellow;
}
.box_about {
  min-height: 200px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 30px;
}
.box_about_in {
  min-height: 10px;

  margin: 10px 0;
}
.box_about_in i {
  font-size: 40px;
  color: gray;
}
.box_about_in h1 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.box_about_in span {
  color: gray;
  font-size: 14px;
}
.about_bottom_line_outer {
  min-height: 50px;
  background: transparent linear-gradient(180deg, #ebebeb 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding: 0px;
}

.about_bottom_line_inner {
  min-height: 50px;
  padding: 30px 0px;
}

.about_bottom_line_boxes_line {
  min-height: 50px;
  padding: 0px;
  position: relative;
}

.about_bottom_line_boxes_line:first-child:after {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background-color: var(--main_color);
  position: absolute;
  left: 10px;
  bottom: 0px;
}

.about_bottom_line_box {
  width: 100%;
  min-height: 90px;
  padding: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #43884c29;
  border-radius: 10px;
  float: left;
  margin: 10px 0px;
}
.about_bottom_line_box i {
  font-size: 40px;
  color: gray;
}
.about_bottom_line_box h1 {
  font-size: 16px;
  font-weight: 600;
}
.about_bottom_line_box span {
  font-size: 12px;
  color: gray;
}
.about_last_right {
  min-height: 450px;
  position: relative;
}
.imgage_point {
  position: absolute;
  bottom: 0;
  right: 0;
}
.card_last_web {
  width: 65%;
  min-height: 358px;
  border-radius: 30px;
  background-color: #c9f4aa;
  position: absolute;
  top: -106px;

  right: 89px;
  display: flex;
  flex-direction: column;

  align-items: center;
}
.card_last_web h1 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 22px;
}
.card_last_web h2 {
  margin: 10px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.card_last_web span {
  font-size: 14px;
}
.card_last_web span {
  margin: 5px 0;
}
/* about end */

/* Contact Start */

.contact_page_top_outer {
  min-height: 10px;
  padding: 0px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact_page_top_outer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.contact_page_top_inner {
  height: 450px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.contact_page_top_inner h3 {
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.contact_page_top_inner h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.contact_page_contents_outer {
  min-height: 50vh;
  background-color: #fff;
  padding: 0px;
  position: relative;
}

.contact_page_contents_inner {
  min-height: 50vh;
  background-color: #fff;
  padding: 40px 20px;
  position: relative;
  z-index: 8;
}

.contact_page_contents_inner:before {
  content: "";
  width: 80px;
  height: 100%;
  background-color: var(--primary_color);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.contact_page_contents_outer:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: var(--primary_color);
  z-index: 1;
}

.contact_point {
  width: 25%;
  min-height: 20px;
  float: left;
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 2;
}

.contact_point img {
  width: 100%;
  float: left;
}

.contact_form_box_outer {
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 9;
  border-radius: 15px;
  box-shadow: 0px 3px 20px #00000029;
  padding: 30px 45px;
}

.contact_form_box_top_title {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.contact_form_box_top_title:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--primary_color);
  float: left;
  margin-right: 8px;
}

.contact_form_box_inner_lines {
  width: 100%;
  min-height: 80px;
  float: left;
  display: flex;
  align-items: cenbter;
  justify-content: center;
}

.contact_form_box_inner_line {
  flex: 1;
  float: left;
}

.contact_form_box_inner_line:first-child {
  width: 40%;
  flex: unset;
  border-right: 2px dashed #dadada;
  padding-right: 20px;
}

.contact_form_box_inner_line:last-child {
  padding-left: 20px;
}

.contact_form_box_inner_line h3 {
  width: 100%;
  font-size: 42px;
  font-weight: 700;
  color: #333;
  float: left;
  margin: 0px;
  line-height: 57px;
  margin-bottom: 25px;
}

.contact_form_iconline_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
}

.contact_form_iconline_iconbox {
  width: 40px;
  height: 40px;
  float: left;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #333;
  padding-bottom: 2px;
}

.contact_form_iconline_text {
  flex: 1;
  min-height: 10px;
  float: left;
  margin-left: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 9px;
}

.contact_input_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact_input_outer input {
  width: 100%;
  height: 70px;
  border: 1px solid #dadada;
  float: left;
  padding: 0px 16px;
  border-radius: 7px;
  outline: 0px !important;
}

.contact_input_outer textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 140px;
  border: 1px solid #dadada;
  float: left;
  padding: 16px 16px;
  border-radius: 7px;
  outline: 0px !important;
}

.contact_input_outer button {
  width: 150px;
  height: 45px;
  float: left;
  background-color: var(--main_color);
  color: #fff;
  outline: 0px !important;
  border: 0px !important;
  border-radius: 7px;
  margin: 0px calc(50% - 75px);
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .contact_page_top_inner {
    height: 240px;
  }

  .contact_form_box_inner_lines {
    flex-direction: column;
  }

  .contact_form_box_inner_line {
    width: 100% !important;
    border: 0px !important;
    padding: 0px !important;
  }

  .contact_form_box_outer {
    padding: 30px 25px;
  }

  .contact_form_box_inner_line h3 {
    font-size: 32px;
    line-height: 47px;
  }

  .contact_form_iconline_text {
    margin-left: 10px;
    font-size: 13px;
  }

  .contact_point {
    width: 50%;
  }
}

/* Contact End */

@media screen and (max-width: 768px) {
  .point_human_bg2 {
    display: none;
  }
  .index_btn_class {
    width: 100%;
  }
  .span_div_cadro {
    width: 100%;
  }
  .cadro_header {
    align-items: flex-start;
  }
  .span_div_cadro {
    text-align: start;
  }
  .index_p {
    width: 100% !important;
    text-align: start !important;
  }
  .abs_left_img {
    top: 0;
    left: 0;
  }
  .card_last_web {
    width: 100%;

    background-color: #c9f4aa;
    padding: 10px;
    top: 0;
    right: 0;
  }
  .imgage_point {
    display: none;
  }
}
/* video gallery start */
.video_gallery_boxes_outer {
  min-height: 50vh;
  padding: 0px;
}

.video_gallery_boxes_inner {
  min-height: 50vh;
  padding: 15px 0px;
}

.video_gallery_box_outer {
  width: 100%;
  height: 250px;
  float: left;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.video_gallery_box_outer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.video_gallery_box_btn {
  width: 55px;
  height: 55px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #d10202;
  position: absolute;
  z-index: 6;
  border-radius: 50%;
}

.video_gallery_modal_outer {
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.video_gallery_modal_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

.video_gallery_modal_outer iframe {
  width: 90%;
  height: calc(70vh - 100px);
  float: left;
}

/* video gallery end */

/* trainings start */
.training_contents_outer {
  min-height: 40vh;
  padding: 40px 0px;
}

.training_menu_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  background-color: #f5f5f5;
  padding: 16px 15px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
}

.training_menu_select {
  background-color: var(--main_color);
  color: #fff;
}

.training_contents_text_outer {
  min-height: 50vh;
  padding: 0px;
}

.training_contents_text_outer h1 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
  line-height: 45px;
  float: left;
  margin: 0px;
  margin-bottom: 20px;
}

.training_contents_text_outer p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 15px;
  line-height: 26px;
  opacity: 0.9;
}

.training_contents_text_outer h2 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  line-height: 35px;
  float: left;
  margin: 0px;
  margin-bottom: 20px;
}

.training_image_outer {
  width: calc(100% - 20px);
  min-height: 20px;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.training_image_outer img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
}

.training_image_outer:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  right: -20px;
  bottom: -20px;
  background-color: var(--main_color);
  z-index: 1;
}

.training_bottom_tabs_outer {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.training_bottom_tab_box {
  flex: 1;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding-bottom: 2px;
  cursor: pointer;
  border: 1px solid #dadada;
  position: relative;
}

.training_bottom_tab_box_select {
  background-color: var(--main_color);
  color: #fff;
  border: 0px;
}

.training_bottom_tab_box_select:before {
  content: "";
  width: 16px;
  height: 13px;
  background-color: var(--main_color);
  position: absolute;
  right: calc(50% - 8px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.training_bottom_tabs_contents {
  width: 100%;
  min-height: 200px;
  float: left;
  padding: 25px 20px;
  margin-top: 20px;
  border: 1px solid #dadada;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  opacity: 0.9;
}

@media only screen and (max-width: 600px) {
  .training_bottom_tabs_outer {
    display: block;
  }

  .training_bottom_tab_box {
    flex: unset;
    width: 100%;
    margin-bottom: 20px;
  }

  .training_bottom_tabs_contents {
    margin-top: 0px;
  }
}
.color_active_item {
  color: var(--primary_color) !important;
}
/* end */
