@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Cinzeldecorative";
  src: url("../fonts/Cinzel_Decorative/CinzelDecorative-Bold.ttf") format("truetype");
  font-weight: 700;
}

.text-primary {
  color: #017f8e !important;
}

.text-secondary {
  color: #2b383e;
}

.text-accent {
  color: #b99c00;
}

.text-light {
  color: #ffffff;
}

.fs-32 {
  font-size: 32px !important;
}

h1 {
  font-size: 80px !important;
  line-height: 58px;
  text-wrap: balance;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1300px) {
  h1 {
    font-size: 56px !important;
    line-height: 58px;
  }
}

@media (min-width: 421px) and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
    line-height: 46px;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  h1 {
    font-size: 28px !important;
    line-height: 36px;
  }
}

h2 {
  font-size: 48px !important;
  text-wrap: balance;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

@media (min-width: 421px) and (max-width: 767px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-size: 32px !important;
  text-wrap: balance;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

@media (min-width: 421px) and (max-width: 576px) {
  h3 {
    font-size: 24px !important;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  h3 {
    font-size: 20px !important;
  }
}

h4 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 576px) {
  h4 {
    font-size: 16px !important;
    line-height: 24px;
  }
}

h4.font-primary {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h4.font-secondary {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 18px !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400 !important;
}

@media (min-width: 320px) and (max-width: 420px) {
  h5 {
    font-size: 14px !important;
  }
}

h6 {
  font-size: 14px !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400 !important;
}

@media (min-width: 320px) and (max-width: 420px) {
  h6 {
    font-size: 16px !important;
  }
}

.cfw-bolder {
  font-family: OverPass700 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.mtc-8 {
  margin-top: 8px !important;
}

.mtc-12 {
  margin-top: 12px !important;
}

.mtc-16 {
  margin-top: 16px !important;
}

.mtc-18 {
  margin-top: 18px !important;
}

.mtc-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px;
}

.mtc-36 {
  margin-top: 36px !important;
}

.mtc-48 {
  margin-top: 48px !important;
}

@media (max-width: 576px) {
  .mtc-48 {
    margin-top: 36px;
  }
}

.mtc-60 {
  margin-top: 60px !important;
}

@media (max-width: 576px) {
  .mtc-60 {
    margin-top: 36px;
  }
}

.mtc-64 {
  margin-top: 64px;
}

.mtc-90 {
  margin-top: 90px !important;
}

.mtc-136 {
  margin-top: 136px;
}

.mb-136 {
  margin-bottom: 136px;
}

.my-100 {
  margin: 100px 0;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.p-fs18 {
  font-size: 18px !important;
  color: #222222 !important;
  font-weight: 600;
}

.p-fs18DM {
  font-size: 18px !important;
  color: #017f8e !important;
  font-weight: 400;
  font-family: DMSerifText, sans-serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

input[typ=checkbox] {
  margin-bottom: 0px !important;
}

.c-pointer {
  cursor: pointer;
}

li {
  list-style: none !important;
}

textarea {
  border: 1px solid rgba(233, 233, 233, 0.4392156863);
  width: 100%;
  font-weight: 500;
  color: #637381;
  padding: 10px 24px;
  border-radius: 5px;
  font-family: Rubik !important;
  font-size: 14px !important;
}

@media (max-width: 576px) {
  textarea {
    padding: 10px 12px;
  }
}

select {
  border: 1px solid rgba(233, 233, 233, 0.4392156863) !important;
  padding: 12px 24px !important;
  border-radius: 4px;
  color: #b7b7b7 !important;
  font-family: Rubik !important;
}

@media (max-width: 576px) {
  select {
    padding: 12px 16px !important;
  }
}

.accent-color {
  color: #b99c00 !important;
}

.custom-placeholder::placeholder {
  position: absolute;
  top: 56%;
  left: 15px;
  transform: translateY(-50%);
}

label {
  font-family: Lato !important;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 12px !important;
}

h5,
h6 {
  margin-bottom: 4px;
}

.home-svg {
  width: 100%;
}

.svg-icon {
  min-width: 26px;
  height: 26px;
}

.span-normal {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.line {
  border: 0.5px solid rgba(165, 165, 165, 0.2);
  margin: 36px 0;
}

.line-green {
  border: 1px solid #017f8e;
  margin: 36px 0;
}

.welcome-section-heading {
  text-transform: uppercase;
}

@media (min-width: 280px) and (max-width: 576px) {
  .welcome-section-heading {
    width: 100%;
  }
}

.welcome-section-heading .svg-text {
  position: relative;
}

.welcome-section-heading .svg-text svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.welcome-section-detail {
  width: 80%;
}

body {
  font-family: Rubik, sans-serif;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 !important;
  padding: 0 !important;
  color: #b7b7b7 !important;
  font-family: Lato, sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px;
  font-size: 18px !important;
}

input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input::placeholder {
  font-family: Lato !important;
  color: rgba(233, 233, 233, 0.4392156863);
  font-size: 14px;
}

textarea::placeholder {
  font-family: Lato !important;
  color: rgba(233, 233, 233, 0.4392156863);
  font-size: 14px;
}

.global-input-style {
  width: 100%;
  border-radius: 4px !important;
  border: 1px solid rgba(233, 233, 233, 0.4392156863) !important;
  padding: 12px 24px !important;
}

@media (max-width: 576px) {
  .global-input-style {
    padding: 12px 12px !important;
  }
}

a {
  text-decoration: none !important;
}

button {
  outline: none;
  border: none;
}

.c-primary-btn {
  background-color: #017f8e;
  padding: 8px 24px;
  color: #000;
  transition: all 0.4s;
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px !important;
  letter-spacing: 0.32px;
  border: 1px solid rgba(255, 255, 255, 0);
  font-family: Rubik, sans-serif !important;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 11px;
  display: inline-block;
  min-width: 100px;
}

.c-primary-btn:hover {
  background-color: #ffffff;
  border: 1px solid #017f8e;
  color: #017f8e;
  padding: 8px 24px;
}

.c-primary-btn a {
  color: #ffffff !important;
}

@media (max-width: 400px) {
  .c-primary-btn {
    padding: 8px 24px;
    font-size: 14px !important;
  }

  .c-primary-btn:hover {
    background-color: #ffffff;
    color: #017f8e;
    padding: 8px 24px;
  }
}

.c-primary-btn-outline {
  padding: 8px 24px;
  border: 1px solid rgb(1, 127, 142);
  background: none !important;
  color: rgb(1, 127, 142) !important;
  font-weight: 400 !important;
  border-radius: 11px;
  font-family: Rubik, sans-serif !important;
  min-width: 100px;
  white-space: nowrap;
  transition: all 0.4s;
}

.c-primary-btn-outline:hover {
  background-color: #017f8e !important;
  border: 1px solid #017f8e !important;
  color: white !important;
}

.c-primary-btn-outline:hover svg path {
  stroke: #ffffff;
}

@media (max-width: 400px) {
  .c-primary-btn-outline {
    padding: 8px 16px;
    border: 1px solid rgb(1, 127, 142);
    background: none !important;
    color: rgb(1, 127, 142) !important;
    font-weight: 400 !important;
    border-radius: 11px;
    font-family: Rubik, sans-serif !important;
    min-width: 100px;
    white-space: nowrap;
    transition: all 0.4s;
  }

  .c-primary-btn-outline:hover {
    background-color: #017f8e !important;
    border: 1px solid #017f8e !important;
    color: white !important;
  }

  .c-primary-btn-outline:hover svg path {
    stroke: #ffffff !important;
  }

  .c-primary-btn-outline:hover {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
  }
}

@media (max-width: 400px) {
  .c-primary-btn-outline {
    font-size: 14px !important;
  }
}

.c-primary-btn-outline-white {
  padding: 8px 24px;
  border: 1px solid #ffffff;
  background: none !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  border-radius: 11px;
  font-family: Rubik, sans-serif !important;
  min-width: 100px;
  white-space: normal !important;
  transition: all 0.4s;
}

.c-primary-btn-outline-white:hover {
  background-color: #017f8e !important;
  border: 1px solid #ffffff !important;
  color: white !important;
}

.c-primary-btn-outline-white:hover svg path {
  stroke: #ffffff !important;
}

@media (max-width: 400px) {
  .c-primary-btn-outline-white {
    padding: 12px 16px;
    border: 1px solid #ffffff;
    background: none !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 11px;
    font-family: Rubik, sans-serif !important;
    min-width: 100px;
    white-space: normal !important;
    transition: all 0.4s;
    font-size: 14px;
  }

  .c-primary-btn-outline-white:hover {
    background-color: #017f8e !important;
    border: 1px solid #ffffff !important;
    color: white !important;
  }

  .c-primary-btn-outline-white:hover svg path {
    stroke: #ffffff !important;
  }
}

.c-primary-btn-outline-white:hover {
  background-color: #ffffff !important;
  color: #017f8e !important;
  border: 1px solid #017f8e !important;
}

@media (max-width: 576px) {
  .shape-btn-arrow {
    width: 20px;
    height: 20px;
  }
}

.shape-btn-primary {
  background: #017f8e;
  border-radius: 8px;
  width: 150px;
  height: 37px;
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 37px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.shape-btn-primary .shape {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shape-btn-primary:hover {
  filter: brightness(0.9);
}

.shape-btn-primary:active {
  transform: translateY(2px);
}

.shape-btn-secondary {
  background: #2b383e;
  border-radius: 10px;
  width: 280px;
  height: 81px;
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 81px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.shape-btn-secondary .shape {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shape-btn-secondary:hover {
  filter: brightness(0.9);
}

.shape-btn-secondary:active {
  transform: translateY(2px);
}

@media (max-width: 767px) {
  .shape-btn-secondary {
    background: #2b383e;
    border-radius: 12px;
    width: 237px;
    height: 48px;
    position: relative;
    color: white;
    text-align: center;
    line-height: 48px;
    font-weight: 800;
    cursor: pointer;
    border: none;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0);
  }

  .shape-btn-secondary .shape {
    position: absolute;
    top: 100%;
    z-index: 1111;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .shape-btn-secondary:hover {
    filter: brightness(0.9);
  }

  .shape-btn-secondary:active {
    transform: translateY(2px);
  }
}

.shape-btn-large {
  background: #017f8e;
  border-radius: 12px;
  width: 330px;
  height: 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.shape-btn-large .shape {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shape-btn-large:hover {
  filter: brightness(0.9);
}

.shape-btn-large:active {
  transform: translateY(2px);
}

@media (max-width: 767px) {
  .shape-btn-large {
    background: #017f8e;
    border-radius: 12px;
    width: 237px;
    height: 48px;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0);
  }

  .shape-btn-large .shape {
    position: absolute;
    top: 100%;
    z-index: 1111;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .shape-btn-large:hover {
    filter: brightness(0.9);
  }

  .shape-btn-large:active {
    transform: translateY(2px);
  }
}

.shape-btn-transparent {
  background: transparent;
  border-radius: 8px;
  width: 150px;
  height: 37px;
  position: relative;
  color: #2b383e;
  text-align: center;
  line-height: 37px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  font-size: 16px;
  border: 2px solid #fff;
}

.shape-btn-transparent .shape {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shape-btn-transparent:hover {
  filter: brightness(0.9);
}

.shape-btn-transparent:active {
  transform: translateY(2px);
}

.c-navbar-btn {
  background: rgba(255, 255, 255, 0.2);
  padding: 16px 24px;
  color: #000;
  white-space: nowrap;
  transition: all 0.4s;
  font-weight: 500;
  white-space: nowrap;
  font-size: 16px !important;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.c-navbar-btn:hover {
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff;
  padding: 16px 24px;
}

.c-navbar-btn a {
  color: #ffffff !important;
}

@media (max-width: 400px) {
  .c-navbar-btn {
    padding: 12px 16px;
    font-size: 14px !important;
  }
}

.svg-size {
  width: 15px !important;
  height: 15px !important;
  color: white;
  fill: white;
}

.navbar-parent {
  background-color: #ffffff;
}

@media (min-width: 280px) and (max-width: 1199px) {
  .navbar-parent .navbar-logo {
    width: 100px;
  }
}

.navbar-parent .top-bar {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #949494;
}

.navbar-parent .top-bar .top-bar-content {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 280px) and (max-width: 992px) {
  .navbar-parent .top-bar .top-bar-content {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 280px) and (max-width: 480px) {
  .navbar-parent .top-bar .top-bar-content .text {
    font-size: 10px !important;
  }
}

.navbar-parent .top-bar .top-bar-content .navbar-contact-btn {
  margin-left: 24px !important;
}

@media (max-width: 767px) {
  .customer-btn {
    display: none !important;
  }

  .shape-1 .shape-2 {
    padding-left: 20px;
    flex-shrink: 1;
  }

  .nav-item>.border-top>.c-primary-btn-outline {
    margin-right: 8px;
  }

  .navbar-parent .top-bar .top-bar-content .navbar-contact-btn {
    margin-left: 0px !important;
  }

  ;

  .nav-item .ms-3 {
    margin-left: 0px !important;
  }
}

.navbar-parent .top-bar .top-bar-content .shape-1 {
  width: 285px;
  height: 100px;
  transform: skew(20deg);
  background: #017f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    width: 200px;
    padding: 24px 14px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    font-size: 10px !important;
    width: 120px;
    height: 100px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    font-size: 10px !important;
    width: 120px;
    height: 50px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

.navbar-parent .top-bar .top-bar-content .shape-1 div {
  transform: skew(-20deg);
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 div {
    transform: skew(0deg);
  }
}

.navbar-parent .top-bar .top-bar-content .shape-1 div a,
.navbar-parent .top-bar .top-bar-content .shape-1 div h6 {
  color: white;
}

@media (min-width: 280px) and (max-width: 1199px) {

  .navbar-parent .top-bar .top-bar-content .shape-1 div a,
  .navbar-parent .top-bar .top-bar-content .shape-1 div h6 {
    font-size: 10px !important;
  }
}

@media (min-width: 280px) and (max-width: 991px) {

  .navbar-parent .top-bar .top-bar-content .shape-1 div a,
  .navbar-parent .top-bar .top-bar-content .shape-1 div h6 {
    color: #000;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    width: 285px;
    height: 100px;
    transform: skew(20deg);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 12px;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 767px) and (max-width: 1199px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    width: 200px;
    padding: 24px 14px;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    font-size: 10px !important;
    width: 120px;
    height: 100px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 767px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 {
    font-size: 10px !important;
    width: 120px;
    height: 50px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 div {
    transform: skew(-20deg);
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-1 div {
    transform: skew(0deg);
  }
}

@media (min-width: 280px) and (max-width: 991px) {

  .navbar-parent .top-bar .top-bar-content .shape-1 div a,
  .navbar-parent .top-bar .top-bar-content .shape-1 div h6 {
    color: white;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 1199px) {

  .navbar-parent .top-bar .top-bar-content .shape-1 div a,
  .navbar-parent .top-bar .top-bar-content .shape-1 div h6 {
    font-size: 10px !important;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 991px) {

  .navbar-parent .top-bar .top-bar-content .shape-1 div a,
  .navbar-parent .top-bar .top-bar-content .shape-1 div h6 {
    color: #000;
  }
}

.navbar-parent .top-bar .top-bar-content .shape-2 {
  width: 285px;
  height: 100px;
  transform: skew(20deg);
  background: #2b383e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    width: 200px;
    padding: 24px 14px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    font-size: 10px !important;
    width: 120px;
    height: 100px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    font-size: 10px !important;
    width: 120px;
    height: 50px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

.navbar-parent .top-bar .top-bar-content .shape-2 div {
  transform: skew(-20deg);
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 div {
    transform: skew(0deg);
  }
}

.navbar-parent .top-bar .top-bar-content .shape-2 div a,
.navbar-parent .top-bar .top-bar-content .shape-2 div h6 {
  color: white;
}

@media (min-width: 280px) and (max-width: 1199px) {

  .navbar-parent .top-bar .top-bar-content .shape-2 div a,
  .navbar-parent .top-bar .top-bar-content .shape-2 div h6 {
    font-size: 10px !important;
  }
}

@media (min-width: 280px) and (max-width: 991px) {

  .navbar-parent .top-bar .top-bar-content .shape-2 div a,
  .navbar-parent .top-bar .top-bar-content .shape-2 div h6 {
    color: #000;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    width: 285px;
    height: 100px;
    transform: skew(20deg);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 12px;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 767px) and (max-width: 1199px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    width: 200px;
    padding: 24px 14px;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    font-size: 10px !important;
    width: 120px;
    height: 100px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 767px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 {
    font-size: 10px !important;
    width: 120px;
    height: 50px;
    color: #000;
    transform: skew(0deg);
    padding: 4px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 div {
    transform: skew(-20deg);
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .shape-2 div {
    transform: skew(0deg);
  }
}

@media (min-width: 280px) and (max-width: 991px) {

  .navbar-parent .top-bar .top-bar-content .shape-2 div a,
  .navbar-parent .top-bar .top-bar-content .shape-2 div h6 {
    color: white;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 1199px) {

  .navbar-parent .top-bar .top-bar-content .shape-2 div a,
  .navbar-parent .top-bar .top-bar-content .shape-2 div h6 {
    font-size: 10px !important;
  }
}

@media (min-width: 280px) and (max-width: 991px) and (min-width: 280px) and (max-width: 991px) {

  .navbar-parent .top-bar .top-bar-content .shape-2 div a,
  .navbar-parent .top-bar .top-bar-content .shape-2 div h6 {
    color: #000;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .navbar-parent .top-bar .top-bar-content .contact-icon {
    width: 20px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .navbar-parent .top-bar .top-bar-content .contact-icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .navbar-parent {
    margin-top: 12px;
  }
}

.navbar-parent .c-dropdown-menu {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 100%;
  left: -60px;
  min-width: 102px;
  z-index: -2;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-top: 43px;
  padding: 4px 0;
}

.navbar-parent .c-dropdown-menu .triangle-up {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid white;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.navbar-parent .services-dropdown:hover .c-dropdown-menu {
  opacity: 1;
  z-index: 999;
}

.navbar-parent .services-dropdown:hover .c-dropdown-menu .triangle-up {
  z-index: 999;
}

.navbar .navbar-toggler-icon {
  filter: invert(1) !important;
}

.navbar .navbar-nav .active {
  color: #017f8e !important;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item {
  margin-right: 18px;
  white-space: nowrap;
  position: relative;
}

.navbar .navbar-nav .nav-item:focus-visible {
  border: none !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 12px;
  }
}

.navbar .navbar-nav .nav-item a,
.navbar .navbar-nav .nav-item button {
  font-family: "Rubik", sans-serif !important;
  color: #000;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  color: gray;
}

.navbar .navbar-nav .nav-link:hover {
  color: #017f8e;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}

.navbar .login-text {
  color: #222222 !important;
  font-family: Lato !important;
  text-transform: uppercase;
}

.navbar .form-select {
  border: none !important;
}

.active {
  color: #222222 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dashboard-logo {
    width: 135px;
  }
}

@media (max-width: 450px) {
  .dashboard-logo {
    width: 100px;
    object-fit: contain;
  }
}

.logo {
  object-fit: contain;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .logo {
    width: 135px;
  }
}

@media (max-width: 576px) {
  .logo {
    width: 150px;
    object-fit: contain;
    top: -35px;
  }
}

@media (max-width: 350px) {
  .logo {
    width: 135px;
    object-fit: contain;
  }
}

.single-filter {
  margin-top: 24px;
}

.single-filter .sub-heading {
  color: #b99c00;
  font-family: Lato, sans-serif !important;
  font-size: 14px;
}

.single-filter .filter-title {
  margin-bottom: 12px !important;
}

.single-filter .search-input {
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 12px 12px;
  border-radius: 4px;
  align-items: center;
  display: flex;
}

.single-filter .search-input input {
  border: none !important;
  flex: 1 !important;
  padding-right: 40px;
  background: none !important;
}

.single-filter .search-input .search-icon {
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.single-filter .custom-select .form-select {
  padding: 10px 12px !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 4px;
  color: #b7b7b7;
}

.single-filter .custom-select .form-select select {
  border: none !important;
}

.single-filter .radio-button input[type=radio] {
  accent-color: #2b383e !important;
}

.single-filter .radio-button label {
  color: #b7b7b7;
  margin-left: 4px;
}

.header-section {
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 11;
  overflow: hidden;
}

@media (min-width: 280px) and (max-width: 1299px) {
  .header-section {
    height: 600px;
  }
}

.header-section .header-bottom-corner-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}

.header-section .header-img-2 {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 82%;
  z-index: -1;
}

@media (min-width: 280px) and (max-width: 1299px) {
  .header-section .header-img-2 {
    height: 60px;
    top: 95%;
  }
}

.header-section .bottom-img {
  bottom: -55px;
  z-index: -111;
  width: 1000px;
  height: 200px;
  right: 0;
}

.header-section .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.336);
  z-index: -1;
}

.header-section .header-text-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 700px;
}

@media (min-width: 280px) and (max-width: 1299px) {
  .header-section .header-text-div {
    height: 600px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .header-section .header-text-div {
    width: 100%;
  }
}

.header-section .header-text-div .header-details-div {
  background-color: #ffffff;
  width: 100%;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .header-section .header-text-div .header-details-div {
    border-radius: 12px;
  }
}

.header-section .header-text-div .header-details-div .gradient {
  border-radius: 16px;
  background: linear-gradient(#017f8e, rgba(1, 127, 142, 0));
  padding: 1px;
}

@media (max-width: 767px) {
  .header-section .header-text-div .header-details-div .gradient {
    border-radius: 8px;
  }
}

.header-section .header-text-div .header-details-div .gradient .bg-white {
  gap: 24px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .header-section .header-text-div .header-details-div .gradient .bg-white {
    border-radius: 8px;
  }
}

.header-section .header-text-div .header-details-div .links .detals-links {
  color: #000;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid transparent;
  transition: all 200ms ease;
}

.header-section .header-text-div .header-details-div .links .detals-links:hover {
  border-bottom: 2px solid #017f8e;
}

@media (max-width: 767px) {
  .header-section .header-text-div .header-details-div .links .detals-links {
    font-size: 12px;
  }
}

.header-section .header-text-div .c-primary-btn {
  width: 240px !important;
}

.header-section .header-text-div h1 {
  color: #ffffff;
}

.header-section .header-text-div h1 .color-word {
  color: #2b383e !important;
}

.header-section .header-text-div .header-text {
  color: #ffffff !important;
}

.header-section .header-text-div h6 {
  font-family: "DMSerifText" !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-section .header-text-div .top-text {
  font-family: DMSerifText, sans-serif !important;
  color: #222222 !important;
  letter-spacing: 2px;
}

.header-section .header-text-div .word-wrapper {
  clip-path: inset(0.1em 0 0.12em 0);
  contain: style;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.header-section .header-text-div .word {
  display: block;
  line-height: 1;
  white-space: pre-wrap;
}

.header-section .header-text-div .header-text-span {
  color: #017f8e;
}

@media (min-width: 230px) and (max-width: 420px) {
  .header-section .header-text-div .c-primary-btn {
    font-size: 12px !important;
  }
}

.header-section .header-right-image img {
  width: 100%;
  height: 400px;
  filter: drop-shadow(1px 1px 14px rgba(0, 0, 0, 0.12));
  border-radius: 24px;
  object-fit: cover;
}

.header-section .about-right-image img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(1px 1px 14px rgba(0, 0, 0, 0.12));
  border-radius: 24px;
  object-fit: cover;
}

.about-us-section {
  background-image: url(../images/about-us-img.png);
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
  margin-top: 180px;
}

@media (min-width: 230px) and (max-width: 576px) {
  .about-us-section {
    height: 500px;
  }
}

.about-us-section::before {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  right: 0;
  position: absolute;
  width: 1133px;
  height: 104px;
  z-index: -11;
  background: linear-gradient(180deg, #ffffff -9.13%, rgba(255, 255, 255, 0) 100%);
}

.about-stats {
  background-color: #f3f3f3;
  padding: 60px 0;
}

.about-stats .single-stats .stats-number {
  color: #017f8e;
  margin-top: 16px;
  font-family: Cinzeldecorative, sans-serif;
}

.about-stats .single-stats .stats-details {
  margin-top: 24px !important;
}

.help-section .card {
  border: none !important;
  height: 100%;
  box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.25);
}

.help-section .card .card_top {
  overflow: hidden;
  height: 100%;
}

.help-section .card .card_top .card_img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.help-section .card .card_top .card_img:hover {
  transform: scale(1.1);
}

.help-section .card .card_body {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 24px;
}

.help-section .card .card_body .top-heading {
  font-weight: 700;
  color: #017f8e !important;
}

.help-section .card .card_body .card-detail {
  line-height: 40px;
  letter-spacing: -0.3px;
  text-align: center;
  width: 80%;
  margin: auto;
}

@media (min-width: 280px) and (max-width: 576px) {
  .help-section .card .card_body .card-detail {
    width: 100%;
  }
}

.card-line {
  height: 2px;
  width: 84px;
  background-color: #017f8e;
  margin: 12px 0;
}

.our-team-section {
  background-image: url(../images/our-team.png);
  height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
  margin-top: 180px;
}

@media (min-width: 280px) and (max-width: 767px) {
  .our-team-section {
    margin-top: 80px;
  }
}

.our-team-section .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 576px) and (max-width: 991px) {
  .our-team-section {
    background-position: 34%;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .our-team-section {
    background-position: 18%;
  }
}

.our-team-section .team-card-parent {
  display: flex;
  flex-direction: column;
  height: 900px;
  justify-content: center;
}

@media (max-width: 576px) {
  .our-team-section .team-card-parent {
    justify-content: flex-end;
    padding-bottom: 24px;
  }
}

.our-team-section .team-card-parent .border-top {
  border: 3px dotted #017f8e;
}

.our-team-section .team-card-parent .team-card {
  background-color: #ffffff;
  padding: 52px;
  border-radius: 12px;
  margin-top: 36px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .our-team-section .team-card-parent .team-card {
    padding: 24px;
    border-radius: 8px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .our-team-section .team-card-parent .team-card {
    padding: 24px 12px;
    border-radius: 8px;
  }
}

.our-team-section .team-card-parent .team-card .lists {
  padding: 4px 24px 12px;
}

.our-team-section .team-card-parent .team-card .lists .li-text {
  text-decoration: underline;
  margin-bottom: 12px;
}

.our-team-section .team-card-parent .c-primary-btn {
  white-space: normal !important;
}

.bp-section {
  background-image: url(../images/our-team.png);
  height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
  margin-top: 10px;
}

@media (min-width: 280px) and (max-width: 767px) {
  .bp-section {
    margin-top: 80px;
  }
}

.bp-section .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 576px) and (max-width: 991px) {
  .bp-section {
    background-position: 34%;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .bp-section {
    background-position: 18%;
  }
}

.bp-section .bp-parent {
  display: flex;
  flex-direction: column;
  height: 900px;
  justify-content: center;
}

@media (max-width: 576px) {
  .bp-section .bp-parent {
    justify-content: flex-end;
    padding-bottom: 24px;
  }
}

.bp-section .bp-parent .border-top {
  border: 3px dotted #017f8e;
}

.bp-section .bp-parent .bp {
  background-color: #ffffff;
  padding: 52px;
  border-radius: 12px;
  margin-top: 36px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .bp-section .bp-parent .bp {
    padding: 24px;
    border-radius: 8px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .bp-section .bp-parent .bp {
    padding: 24px 12px;
    border-radius: 8px;
  }
}

.bp-section .bp-parent .bp .lists {
  padding: 4px 24px 12px;
}

.bp-section .bp-parent .bp .lists .li-text {
  text-decoration: underline;
  margin-bottom: 12px;
}

.bp-section .bp-parent .c-primary-btn {
  white-space: normal !important;
}

.text-blue {
  color: #017f8e;
}

.map {
  height: 100%;
}

@media (max-width: 991px) {
  .map {
    height: 300px;
  }
}

.location-section .location-details {
  border-left: 3px dotted #017f8e;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .location-section .location-details {
    padding-left: 12px;
  }
}

.location-section .location-details h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.location-section .location-details .lists-heading h5 {
  color: #017f8e;
  padding: 4px;
  margin: 12px 0;
}

.location-section .location-details .lists-details h5 {
  letter-spacing: 1.2px;
  line-height: 32px;
}

.happy-customer {
  background-image: url(../images/customer-bg3.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
  margin-top: 150px;
}

@media (min-width: 280px) and (max-width: 767px) {
  .happy-customer {
    background-position: 67%;
  }
}

.happy-customer .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.happy-customer .customer-arrows {
  position: absolute;
  top: 66%;
  left: 67%;
  z-index: 111;
}

@media (max-width: 576px) {
  .happy-customer .testimonial-arrow {
    width: 40px;
    height: 40px;
  }
}

.happy-customer .card {
  background: none !important;
  border: none !important;
}

.happy-customer .card .card-body .review-client-name {
  font-weight: 400 !important;
}

.happy-customer .card .card-body .customer-review {
  width: 100%;
  font-weight: 400 !important;
}

.footer-icon-parent {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  min-width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  background-color: #2e3e44;
  transition: all 0.2s ease-in-out;
}

.footer-icon-parent:hover {
  background: none !important;
  border: 1px solid #ffffff !important;
}

.footer-icon-parent .footer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-social-icons {
  border-radius: 30px;
  min-width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  background-color: #e4e4e4;
  transition: all 0.2s ease-in-out;
}

.header-social-icons:hover {
  background: none !important;
  border: 1px solid #017f8e !important;
}

.header-social-icons:hover svg path {
  fill: #126170;
}

.header-social-icons .footer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-image: url(../images/footer-bg.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.footer .footer-heading {
  color: #ffffff;
  font-size: 20px !important;
}

.footer .footer-logo-parent {
  width: 80%;
}

.footer .list-unstyled li {
  margin-top: 24px;
}

.footer .list-unstyled li a {
  color: #949494 !important;
  font-size: 18px;
  transition: all 200ms ease;
}

.footer .list-unstyled li a:hover,
.footer .list-unstyled li a.active {
  color: #017f8e !important;
}

.footer .list-unstyled li p {
  color: #949494 !important;
  font-size: 18px;
}

.footer .footer-input-parent {
  border: 1px solid #949494;
  flex-grow: 1;
  border-radius: 8px;
}

.footer .footer-input-parent::placeholder {
  color: #949494;
  font-size: 24px !important;
}

.footer .footer-input-parent .footer-input {
  border: none !important;
  background: none !important;
  color: #ffffff;
  padding: 12px;
}

.footer .footer-btn {
  background-color: #017f8e;
  padding: 12px;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid #017f8e;
}

.footer .footer-btn:hover {
  background-color: transparent !important;
}

.footer .footer-btn .icon {
  width: 20px;
  height: 20px;
}

.footer .footer-contact-icon {
  min-width: 30px;
  height: 30px;
}

.history-header {
  background-image: url(../images/history-header-img.png);
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 280px) and (max-width: 991px) {
  .history-header {
    background-position: 18%;
  }
}

.history-header .header-content {
  display: flex;
  height: 700px;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}

@media (min-width: 280px) and (max-width: 1200px) {
  .history-header .header-content {
    width: 100%;
  }
}

.history-header .header-content h2 {
  margin-left: 24px;
}

.history-header .header-content h5 {
  margin-left: 70px;
}

.compnay-timeline .timeline-cards {
  margin-top: 48px;
}

.compnay-timeline .timeline-cards .timeline-img {
  height: 316px;
  margin-right: 36px;
  object-fit: cover;
  border-radius: 12px;
}

@media (min-width: 280px) and (max-width: 767px) {
  .compnay-timeline .timeline-cards .timeline-img {
    margin-right: 0px;
  }
}

.compnay-timeline .timeline-cards .timeline-details {
  margin-left: 24px;
}

.careers-header {
  background-image: url(../images/careers-header-img.png);
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
}

.careers-header .careers-header-content {
  display: flex;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.careers-header .careers-header-content .search-div {
  background-color: rgba(255, 255, 255, 0.7411764706);
  padding: 24px;
  border-radius: 16px;
  width: 35%;
}

.careers-header .careers-header-content .search-div .form-select {
  color: #000 !important;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .careers-header .careers-header-content .search-div {
    width: 55%;
  }
}

@media (min-width: 576px) and (max-width: 766px) {
  .careers-header .careers-header-content .search-div {
    width: 70%;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .careers-header .careers-header-content .search-div {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .careers-header .careers-header-content .search-div .zip-code-parent {
    width: 100%;
  }
}

.careers-header .careers-header-content .search-div .search-inputs {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 576px) {
  .careers-header .careers-header-content .search-div .search-inputs {
    flex-wrap: wrap;
  }
}

.careers-header .careers-header-content .search-div .dotted-line {
  border: 3px dashed #017f8e;
  margin-bottom: 24px;
  /* Vector 2311 */
}

.careers-header .careers-header-content .search-div .form-select,
.careers-header .careers-header-content .search-div .form-control {
  padding: 8px 12px !important;
  font-family: Rubik, sans-serif !important;
}

.our-company {
  margin-top: 150px;
}

.our-company .company-bg {
  background-image: url(../images/carrers-bg2.png);
  min-height: 440px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0 56px;
  z-index: 111;
}

@media (min-width: 280px) and (max-width: 576px) {
  .our-company .company-bg {
    padding: 24px 24px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .our-company .company-bg {
    background-size: cover;
  }
}

.our-company .company-bg .person-img {
  width: 100%;
  margin-top: -50px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .our-company .company-bg .person-img {
    width: 300px;
    object-fit: contain;
    height: auto;
    text-align: center;
  }
}

.our-company .company-bg .company-details {
  margin-top: 56px;
}

.company-testimonial {
  margin-top: 48px;
}

.company-testimonial .swiper-parent {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
}

.company-testimonial .company-slider {
  overflow: visible !important;
}

.company-testimonial .company-slider .card-wrapper {
  position: relative;
}

.company-testimonial .company-slider .card {
  background-color: #eef9fc;
  border: none;
  position: relative;
}

.company-testimonial .company-slider .card:hover ::before {
  content: "";
  background-color: #017f8e;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 12px;
}

.company-testimonial .company-slider .card-body {
  position: relative;
}

.company-testimonial .company-slider .card-body .card-text {
  margin-top: 12px;
}

.company-testimonial .company-slider .testimonial-person-image .profile-img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: contain;
  margin-top: -68px;
  position: relative;
  z-index: 111;
}

.company-testimonial .company-slider .swiper-horizontal>.swiper-pagination-bullets,
.company-testimonial .company-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.company-testimonial .company-slider .swiper-pagination-custom,
.company-testimonial .company-slider .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: 105%;
  left: 0;
  width: 100%;
}

.company-testimonial .company-slider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #017f8e !important;
}

.benefits-section {
  background-color: #017f8e;
  padding: 120px;
  margin-top: 90px;
}

@media (min-width: 380px) and (max-width: 767px) {
  .benefits-section {
    padding: 36px 24px;
  }
}

@media (min-width: 280px) and (max-width: 379px) {
  .benefits-section {
    padding: 36px 6px;
  }
}

.benefits-section .content {
  margin-left: 24px;
}

@media (min-width: 280px) and (max-width: 991px) {
  .benefits-section .content {
    margin-left: 0px;
  }
}

.benefits-section .content h5 {
  color: #c7c7c7;
}

.benefits-section .custom-svg-btn {
  background: none;
  position: relative;
  margin-top: 24px;
}

.benefits-section .custom-svg-btn .btn-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #ffffff;
}

.current-opening .nav-tabs {
  margin-bottom: 56px;
  border-bottom: none !important;
}

@media (min-width: 280px) and (max-width: 576px) {
  .current-opening .nav-tabs {
    margin-bottom: 24px;
  }
}

.current-opening .nav-tabs .nav-link {
  border: 1px solid #5c5c5c;
  border-radius: 50px;
  margin: 12px;
  padding: 8px 28px;
  color: #5c5c5c;
}

@media (min-width: 280px) and (max-width: 576px) {
  .current-opening .nav-tabs .nav-link {
    padding: 4px 18px;
    margin: 8px;
    font-size: 12px;
  }
}

.current-opening .nav-tabs .active {
  border: 1px solid #017f8e !important;
  color: #017f8e !important;
}

.current-opening .tab-content {
  padding: 24px 0;
}

.current-opening .tab-content .job-detals-parent {
  border-top: 2px solid #acacac;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  flex-wrap: wrap;
  gap: 12px;
}

.current-opening .tab-content .job-detals-parent:last-child {
  border-bottom: 2px solid #acacac;
  margin-bottom: 120px;
}

.current-opening .tab-content .job-detals-parent .tab-image {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.current-opening .tab-content .job-detals-parent .location-badge {
  border: 1px solid #5c5c5c;
  border-radius: 24px;
  width: 200px;
  text-align: center;
  padding: 6px;
  margin-top: 18px;
}

.current-opening .tab-content .job-detals-parent .c-primary-btn {
  border-radius: 6px !important;
  min-width: 300px;
}

@media (min-width: 280px) and (max-width: 991px) {
  .current-opening .tab-content .job-detals-parent .c-primary-btn {
    min-width: 200px;
    margin-top: 12px;
  }
}

.contact-header {
  background-image: url(../images/contact-header-img.png);
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
}

.contact-header .contact-header-content {
  display: flex;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.contact-header .contact-header-content .contact-details {
  background-color: rgba(255, 255, 255, 0.7411764706);
  padding: 24px;
  width: 100%;
}

.contact-header .contact-header-content .contact-details .contact-details-row {
  width: 80%;
  margin: auto;
}

@media (min-width: 280px) and (max-width: 1300px) {
  .contact-header .contact-header-content .contact-details .contact-details-row {
    width: 100%;
  }
}

.contact-header .contact-header-content .contact-details .contact-single-details {
  display: flex;
  align-items: center;
  gap: 24px;
}

.contact-header .contact-header-content .contact-details .contact-single-details .contact-single-img {
  width: 70px;
  height: 70px;
}

@media (min-width: 280px) and (max-width: 1300px) {
  .contact-header .contact-header-content .contact-details .contact-single-details .contact-single-img {
    width: 40px;
    height: 40px;
  }
}

.contact-header .contact-header-content .contact-details .contact-single-details .contact-title {
  color: #2b383e;
}

@media (min-width: 991px) and (max-width: 1300px) {
  .contact-header .contact-header-content .contact-details .contact-single-details .contact-title {
    font-size: 14px !important;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .contact-header .contact-header-content .contact-details .contact-single-details .sub-heading {
    font-size: 12px !important;
  }
}

.contact-form .form-inputs .form-control {
  background-color: #eef9fc !important;
  border: 1px solid #017f8e;
  padding: 12px;
  margin-bottom: 24px;
}

.contact-form .text-area {
  height: 280px;
  background-color: #eef9fc !important;
  border: 1px solid #017f8e;
}

.contact-form .text-area::placeholder {
  color: #7d7d7d !important;
}

.transport-header {
  background-image: url(../images/fuel-delivery-truck.jpg);
  height: 65vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
}

@media (min-width: 280px) and (max-width: 576px) {
  .transport-header {
    height: 400px;
  }
}

.transport-header .contact-header-content {
  display: flex;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 280px) and (max-width: 576px) {
  .transport-header .contact-header-content {
    height: 400px;
  }
}


.service-header {
  background-image: url(../images/service-bg.png);
  height: 75vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 111;
}

@media (min-width: 280px) and (max-width: 576px) {
  .service-header {
    height: 400px;
  }
}

.service-header .contact-header-content {
  display: flex;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 280px) and (max-width: 576px) {
  .service-header .contact-header-content {
    height: 400px;
  }
}

.propane-service-content {
  margin-bottom: 150px;
}

.propane-service-content .service-parent {
  margin-top: 140px;
}

@media (max-width: 767px) {
  .propane-service-content .service-parent {
    margin-top: 70px;
  }
}

.propane-service-content .service-img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .propane-service-content .service-img {
    width: 140px;
    height: auto;
  }
}

.propane-service-content .details h5 {
  letter-spacing: 0.6px;
}

.propane-service-content .details-2 {
  text-align: right;
}

.propane-service-content .details-2 h5 {
  letter-spacing: 0.6px;
}

.delivery-programs .delivery-single-card {
  background: #eef9fc;
  border: 1px solid #017f8e;
  border-radius: 41px;
  padding: 36px;
  position: relative;
}

@media (min-width: 280px) and (max-width: 576px) {
  .delivery-programs .delivery-single-card {
    padding: 24px;
  }
}

.delivery-programs .delivery-single-card .c-badge {
  position: absolute;
  right: -6px;
  top: 10%;
  color: #ffffff;
  text-align: center;
}

.delivery-programs .delivery-single-card .c-badge .badge-text {
  position: absolute;
  transform: translate(-50%, -70%);
  left: 50%;
  top: 50%;
  font-weight: 500 !important;
  margin: 0 !important;
}

@media (max-width: 576px) {
  .delivery-programs .delivery-single-card .c-badge .badge-text {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .delivery-programs .delivery-single-card .c-badge .badge-img {
    width: 100px;
    height: 60px;
    max-width: max-content;
  }
}

.delivery-programs .delivery-single-card .c-primary-btn {
  white-space: normal !important;
}

@media (min-width: 280px) and (max-width: 480px) {
  .delivery-programs .delivery-single-card .c-primary-btn {
    font-size: 12px !important;
  }
}

.delivery-programs .delivery-single-card .c-primary-btn-outline {
  white-space: normal !important;
}

@media (min-width: 280px) and (max-width: 480px) {
  .delivery-programs .delivery-single-card .c-primary-btn-outline {
    font-size: 12px !important;
  }
}

.delivery-programs .delivery-single-card h4 {
  margin-bottom: 0 !important;
}

.price-section .price-single-card {
  background: #017f8e;
  border: 1px solid #017f8e;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  color: #ffffff;
}

.price-section .price-single-card .btn-parent {
  margin-top: auto;
}

.price-section .price-single-card .c-badge {
  position: absolute;
  right: -6px;
  top: 10%;
  color: #017f8e;
  text-align: center;
}

@media (max-width: 576px) {
  .price-section .price-single-card .c-badge {
    top: 13%;
  }
}

.price-section .price-single-card .c-badge .badge-text {
  position: absolute;
  transform: translate(-50%, -70%);
  left: 50%;
  top: 50%;
  font-weight: 500 !important;
  font-size: 14px !important;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .price-section .price-single-card .c-badge .badge-text img {
    width: 60px;
    height: 60px;
  }
}

.price-section .price-single-card h4 {
  margin-bottom: 0 !important;
}

.price-section .price-single-card .c-primary-btn-outline-white {
  white-space: normal !important;
  text-transform: capitalize !important;
}

.price-section .price-single-card .c-primary-btn-outline-white:hover {
  border: 1px solid #ffffff !important;
}

.cylinder-section .cylinder-card {
  display: flex;
  gap: 24px;
}

.cylinder-section .cylinder-card h4 {
  font-weight: 600;
}

.cylinder-section .cylinder-card h5 {
  color: #2b383e !important;
  width: 85%;
}

@media (min-width: 280px) and (max-width: 767px) {
  .cylinder-section .cylinder-card h5 {
    width: 100%;
  }
}

.cylinder-section .cylinder-card .c-primary-btn-outline {
  white-space: normal !important;
  border: 1px solid #017f8e;
  color: #017f8e !important;
  padding: 6px 12px;
}

.cylinder-section .cylinder-card .c-primary-btn-outline:hover {
  color: #ffffff !important;
}

.cylinder-section .cylinder-img {
  width: 120px;
  height: 200px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .cylinder-section .cylinder-img {
    width: 80px;
    height: 150px;
    object-fit: contain;
  }
}

.fill-station {
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 68vw;
}

.app-title {
  color: #017f8e;
  text-align: center;
}

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