/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");*/

:root {
  --font_family_one: "Urbanist", sans-serif;
  --font_family_two: "Montserrat", sans-serif;
  --font_family_three: "Josefin Sans", sans-serif;
  --color_white: #fff !important;
  --color_light_white: #f1f6f8 !important;
  --color_black: #000 !important;
  --color_red: #ff323f !important;
  --color_blue: #0f172a !important;
  --color_lightgreen: #1d535f !important;
  --color_darkgreen: #0f2e35 !important;
  --color_yellow: #ffd43d !important;
}

/* HEADING-TEXT */
.heading_text_1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.44px;
  text-shadow: 0px 4px 10px #0f2e35;
  color: #fff;
}
.heading_text_2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.heading_text_3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.44px;
}
.heading_text_4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.heading_text_5 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.21px;
}
.heading_text_6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.18px;
}
.text_16 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
 LINE-HEIGHT 
.line_height_28 {
  line-height: 28px;
}
.line_height_26 {
  line-height: 26px;
}
.line_height_18 {
  line-height: 18px;
}
/* FONT-WEIGHT */
.fw_100 {
  font-weight: 100;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
/* COLORS */
.color_white {
  color: var(--color_white) !important;
}
.bg_white {
  background-color: var(--color_white);
}
.color_light_white {
  color: var(--color_light_white) !important;
}
.bg_light_white {
  background-color: var(--color_light_white);
}
.color_black {
  color: var(--color_black) !important;
}
.bg_black {
  background-color: var(--color_black);
}
.color_red {
  color: var(--color_red) !important;
}
.bg_red {
  background-color: var(--color_red);
}
.color_blue {
  color: var(--color_blue) !important;
}
.bg_blue {
  background-color: var(--color_blue);
}
.color_lightgreen {
  color: var(--color_lightgreen) !important;
}
.bg_lightgreen {
  background-color: var(--color_lightgreen);
}
.color_darkgreen {
  color: var(--color_darkgreen) !important;
}
.bg_darkgreen {
  background-color: var(--color_darkgreen);
}
.color_yellow {
  color: var(--color_yellow) !important;
}
.bg_yellow {
  background-color: var(--color_yellow);
}
.sec_padding {
  padding: 112px 0;
}

body {
  font-family: "Urbanist", sans-serif;
}

/* Banner CSS */
.banner_bg {
  position: relative;
  height: 100%;
  min-height: 100vh;
  z-index: 0;
  place-content: center;
}
.banner_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 51, 49, 0.6);
  background-image: linear-gradient(
    180deg,
    rgb(15 46 53 / 0%),
    rgb(15 46 54 / 70%) 90%
  );
  z-index: 0;
}
.banner_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner_info_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 785px;
  margin: 70px auto 0;
  position: relative;
  z-index: 2;
}
.banner_info_content span,
.banner_info_content p {
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.21px;
  text-shadow: 0px 4px 10px #0f2e35;
  color: #fff;
}

.line_titles {
  padding: 14px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.line_titles h6 {
  position: relative;
  z-index: 0;
}
hr.line_hr {
  width: 100%;
  max-width: 300px;
  height: 2px;
  opacity: 1;
  background: #f33f48;
  border: 0;
}

/* ================================ treck-record Page ================================ */
.treck_record_area {
  background-color: #f2f6f8;
}
section#treck_record_banner > .banner_bg {
   min-height: 37.6875vh;
}
.treck_record_list > .row {
  gap: 24px 0;
}
.treck_record_box,
.treck_record_info_box {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.treck_record_info_box {
  gap: 12px;
  padding: 24px;
}
.treck_record_list {
  margin-top: 20px;
}
.treck_record_info_title,
.treck_record_info_inner {
  letter-spacing: -0.21px;
  color: var(--color_blue);
}
.treck_record_info_tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 8px 12px;
  letter-spacing: -0.14px;
  color: var(--color_blue);
  /*border-radius: 500px;*/
  background: #f2f2f2;
}
.treck_record_info_title,
.treck_record_info_tag {
    text-decoration: none;
}
.treck_record_info_inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.treck_record_box_tag {
  position: absolute;
  top: 16px;
  left: 16px;
  display: none;
  max-width: max-content;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #07171a;
  color: #fff;
}
.treck_record_box_tag > p {
  font-size: 15px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.treck_record_info_inner p {
    margin-bottom: 8px;
}
.treck_record_box_tag > span {
  font-size: 10px;
  line-height: 8px;
  font-weight: 500;
}
.treck_record_info_box .treck_record_btn>a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background: #FF323F;
    border: 1px solid #FF323F;
    /*box-shadow: 0 2px 0 0 #B3213F;*/
    border-radius: 0;
}
.treck_record_info_box .treck_record_btn>a:hover {
    background-color: var(--white);
    color: var(--rad);
    box-shadow: none;
}
.treck_record_box {
    height: 100%;
}

.treck_record_box_img >img {
    height: 100%;
    max-height: 208px;
    width: 100%;
}

.treck_record_info_title {
    height: 100%;
    min-height: 52px;
    max-width: -webkit-fill-available;
}
/* RESPONSIVE CSS */

@media (max-width: 1600px) {
section#treck_record_banner > .banner_bg {
    min-height: 50vh;
}
}
  /* Home Page CSS */
  .home_about_content > .row {
    gap: 20px;
    justify-content: space-between;
  }
  .home_service_slider_area > .row {
    gap: 30px 0;
  }
  .home_about_info h2,
  .home_service_info h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .sec_padding {
    padding: 56px 0;
  }
  /* Home Page CSS */
  .home_about_content > .row {
    flex-direction: column-reverse;
  }
  .home_about_area {
    padding: 40px 0;
  }
  .home_service_slider {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* Home Page CSS */
  .banner_bg::after {
    background-image: linear-gradient(
      180deg,
      rgba(15, 46, 53, 0.2) 0%,
      rgba(15, 46, 53, 0.9)
    );
  }
}
@media (max-width: 575px) {
  .heading_text_1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.32px;
    text-shadow: 0px 4px 10px rgba(15, 46, 53, 0.25);
  }
  /* Home Page CSS */
  .banner_info_content p {
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0px 4px 10px rgba(15, 46, 53, 0.25);
  }
  .banner_info_content span {
    font-family: var(--font_family_three);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24px;
  }
  .banner_bg {
    place-content: end;
    /* min-height: 85vh; */
    padding-bottom: 24px;
  }
  .home_about_info h2,
  .home_service_info h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.64px;
  }
  .home_service_slider {
    margin-left: 60px;
  }
  .home_service_slider_list {
    padding-top: 100px;
  }
  .home_service_slider_box {
    padding: 26px;
  }
  .home_service_slider::after {
    padding: 26px 60px 90px;
    top: -26px;
  }
  .home_service_slider_info h2 {
    /* font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin: 38px 45px 20px 0; */
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 26px 0 13px;
    letter-spacing: 0.268px;
  }
  .home_service_slider_info ul {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    opacity: 0.7;
    list-style: disc;
    padding-left: 20px;
  }
  /* treck-record CSS */
  .treck_record_box_tag {
    display: inline-flex;
  }
  section#treck_record_banner > .banner_bg {
    place-content: center;
    min-height: 30vh;
  }
  .treck_record_info_box {
    padding: 24px 24px 20px 24px;
  }
}
