* {
  margin: 0;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto !important;
  }
}

:root {
  --font_primary: Helvetica;
  --color_primary: #222222;
  --container_width: 100%;
  --container_padding: 15px;
  --container_left_space: calc((100% - var(--container_width)) / 2);
}

a {
  color: inherit;
}
/* 	 font family and weight start */
.primary_font {
  font-family: var(--font_primary);
}

.secondary_font {
  font-family: var(--font_primary);
}

.f_w_l {
  font-weight: 300;
}

.f_w_r {
  font-weight: 400;
}

.f_w_m {
  font-weight: 500;
}

.f_w_s_b {
  font-weight: 600;
}

.f_w_b {
  font-weight: 700;
}

.f_s_i {
  font-style: italic;
}

/* 	 font family weight end */

/* 	 line height start */
.l_h_0 {
  line-height: 0.8;
}

.l_h_1 {
  line-height: 1.1;
}

.l_h_2 {
  line-height: 1.2;
}

.l_h_3 {
  line-height: 1.3;
}

.l_h_4 {
  line-height: 1.4;
}

.l_h_5 {
  line-height: 1.5;
}

.l_h_6 {
  line-height: 1.6;
}

/* 	 line height end */

/* 	 flex class start */
.d_f {
  display: flex;
}

.f_w {
  display: flex;
  flex-wrap: wrap;
}

.f_w_j {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f_w_a_j_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.f_j {
  display: flex;
  justify-content: space-between;
}

.f_w_se {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.f_w_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.f_r_aj_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f_r_aj_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_r_a_center {
  display: flex;
  align-items: center;
}

.a_center {
  align-items: center;
}

.f_r_j_center {
  display: flex;
  justify-content: center;
}

.f_c_aj_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.f_c_a_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f_c_j_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 	 flex class end */

/* 	 spacing */
.mtb_0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_5 {
  margin-top: 5px;
}

.mtb_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mt_10 {
  margin-top: 10px;
}

.mtb_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mt_15 {
  margin-top: 15px;
}

.mtb_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_20 {
  margin-top: 20px;
}

.mtb_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mt_30 {
  margin-top: 30px;
}

.mtb_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 60px;
  }
}

.mt_80 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 60px;
  }
}

.mtb_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .mtb_80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mt_100 {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 80px;
  }
}

.mtb_100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mtb_100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.p_t {
  padding-top: 20px;
}

.pt_10 {
  padding-top: 10px;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_10 {
  padding-bottom: 10px;
}

.ptb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.ptb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.ptb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .ptb_60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt_60 {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 40px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}

.ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt_80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 60px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}

.ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .ptb_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt_100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt_100 {
    padding-top: 60px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb_100 {
    padding-bottom: 60px;
  }
}

/* 	 spacing end */

/* 	typography start */
.text_xxxl {
  font-family: var(--font_primary);
  font-size: 140px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 15px;
  letter-spacing: -7px;
}

.text_xxl {
  font-family: var(--font_primary);
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 15px;
}

.text_xl {
  font-family: var(--font_primary);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 15px;
}

.text_l {
  font-family: var(--font_primary);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 15px;
}

.text_md {
  font-family: var(--font_primary);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 15px;
}

.text_reg {
  font-family: var(--font_primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 15px;
}

.text_xs {
  font-family: var(--font_primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 15px;
}

.text_reg {
  font-family: var(--font_primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 15px;
}

/* 	typography end */

/* 	container start */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --container_width: 760px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --container_width: 1000px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container_width: 1190px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container_width: 1190px;
  }
}

.small_container {
  max-width: 1020px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.container {
  max-width: var(--container_width);
  width: 100%;
  padding-inline: var(--container_padding);
  margin: auto;
  box-sizing: border-box;
}

.container-left {
  margin-left: calc(var(--container_left_space));
  padding-left: var(--container_padding);
  box-sizing: border-box;
}

.container-right {
  margin-right: calc(var(--container_left_space));
  padding-right: var(--container_padding);
  box-sizing: border-box;
}

/* 	container end */

.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}

/* header */
@media (max-width: 1199px) {
  .headerSec {
    position: fixed !important;
  }
}
.hfe-nav-menu-icon {
  padding: 0 !important;
}
.hfe-flyout-wrapper .hfe-side {
  display: block !important;
  transition: 0.5s;
  width: 100% !important;
}
.hfe-side,
.hfe-flyout-overlay {
  height: calc(100% - 90px) !important;
  top: auto !important;
}
.hfe-side {
  left: -100% !important;
}
.hfe-side.visible {
  left: 0 !important;
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(1) {
  transform: rotate(45deg) translate(2px, -6px);
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(2) {
  opacity: 0;
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(3) {
  transform: rotate(-45deg) translate(6px, 2px);
}
.hfe-flyout-content {
  background-color: var(--e-global-color-secondary) !important;
  padding: 30px 0 !important;
  height: calc(100vh - 90px) !important;
}
.elementor-clickable.hfe-flyout-close {
  display: none;
}
.hfe-nav-menu-icon svg rect:nth-child(1) {
  transform-origin: top left;
  transform: rotate(0deg) translate(0px, 0px);
}
.hfe-nav-menu-icon svg rect:nth-child(3) {
  transform-origin: bottom left;
  transform: rotate(0deg) translate(0px, 0px);
}
.hfe-nav-menu-icon rect {
  fill: #003a60;
  rx: 3;
  transition: 0.3s;
}


body {
  margin: 0; }

* {
  box-sizing: border-box; }

div,
section {
  display: block; }

.container-fluid, .container {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.container {
  margin: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=base.css.map */

