:root {
  --primary: #BE1E2D;
  --primaryHover: #910b18;
  --secondary: #2cd5f8;
  --text: #2B2B2B;
  --bgCommon: #ffffff;
  --bgDark: #2B2B2B;
  --darkCommon: #000000;
  --bgHeader: #ffffffec;
}

[data-theme=dark] {
  --text: #ffffff;
  --bgCommon: #080412;
}

body {
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  background-color: var(--bgCommon);
  font-size: 16px;
  overflow-x: clip;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  body {
    font-size: 12px;
  }
}

.container {
  max-width: 1440px !important;
  width: calc(100vw - 60px) !important;
}
@media (max-width: 580px) {
  .container {
    width: calc(100vw - 20px) !important;
  }
}

img {
  max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--text);
}

::-moz-selection {
  color: var(--text);
  background: #ffb6be;
}

::selection {
  color: var(--text);
  background: #ffb6be;
}

:root {
  --primary: #BE1E2D;
  --primaryHover: #910b18;
  --secondary: #2cd5f8;
  --text: #2B2B2B;
  --bgCommon: #ffffff;
  --bgDark: #2B2B2B;
  --darkCommon: #000000;
  --bgHeader: #ffffffec;
}

[data-theme=dark] {
  --text: #ffffff;
  --bgCommon: #080412;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--bgHeader);
  z-index: 9;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  max-width: 100vw;
}

.head-topper {
  background-color: var(--primary);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.head-topper .top-info {
  display: flex;
  align-items: center;
}
.head-topper .top-social {
  display: flex;
  justify-content: flex-end;
}
.head-topper .top-social .social {
  margin-top: 0;
  padding-top: 0;
}
.head-topper .top-social .social .social-link {
  padding-top: 0;
  padding-bottom: 0;
}
.head-topper .top-social .social .social-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.navbar {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-brand {
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .navbar-brand .txt {
  color: #D11313;
  font-size: 36px;
  font-weight: 600;
  padding-left: 12px;
}
@media (max-width: 1440px) {
  .navbar .navbar-brand .txt {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand .txt {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .navbar .navbar-brand .txt {
    font-size: 16px;
  }
}
.navbar .navbar-brand .main-logo {
  max-width: 40px;
}
@media (max-width: 1440px) {
  .navbar .navbar-brand .main-logo {
    max-width: 34px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand .main-logo {
    max-width: 24px;
  }
}
@media (max-width: 1440px) {
  .navbar .navbar-brand {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    max-width: 300px;
  }
}
@media (max-width: 580px) {
  .navbar .navbar-brand {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 20px;
  }
}
.navbar .navbar-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--text);
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item a:hover {
  color: var(--primary);
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar .navbar-nav .nav-item .nav-link img, .navbar .navbar-nav .nav-item a img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link .ico, .navbar .navbar-nav .nav-item a .ico {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link .txt, .navbar .navbar-nav .nav-item a .txt {
    display: none;
    opacity: 0;
  }
}
.navbar .navbar-nav .nav-item:last-child .nav-link, .navbar .navbar-nav .nav-item:last-child a {
  padding-right: 0;
}

:root {
  --primary: #BE1E2D;
  --primaryHover: #910b18;
  --secondary: #2cd5f8;
  --text: #2B2B2B;
  --bgCommon: #ffffff;
  --bgDark: #2B2B2B;
  --darkCommon: #000000;
  --bgHeader: #ffffffec;
}

[data-theme=dark] {
  --text: #ffffff;
  --bgCommon: #080412;
}

.footer {
  background-color: var(--bgDark);
  color: #ffffff;
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
}
@media (max-width: 580px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .footer-contents {
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .footer .footer-contents {
    padding-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contents {
    padding-bottom: 32px;
  }
}
@media (max-width: 580px) {
  .footer .footer-contents {
    padding-bottom: 24px;
  }
}
.footer .footer-logo {
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .footer .footer-logo {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo {
    max-width: 300px;
  }
}
@media (max-width: 580px) {
  .footer .footer-logo {
    max-width: 160px;
  }
}
.footer .footer-logo img {
  width: 100%;
  max-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 1440px) {
  .footer .footer-logo img {
    max-width: 34px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo img {
    max-width: 24px;
  }
}
.footer .footer-logo .txt {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  padding-left: 12px;
}
@media (max-width: 1440px) {
  .footer .footer-logo .txt {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo .txt {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .footer .footer-logo .txt {
    font-size: 16px;
  }
}
.footer .address {
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}
.footer .address img {
  filter: brightness(0) invert(1);
}
.footer .address a {
  text-decoration: none;
  color: #ffffff;
}
.footer .address .ico {
  flex: 0 0 14px;
  margin-right: 16px;
}
.footer .address .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-title {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer .footer-title {
    padding-top: 40px;
  }
}
.footer .footer-copy-cont {
  margin-top: 30px;
  border-top: 1px solid var(--darkCommon);
}
.footer .footer-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-copy p {
  margin-bottom: 0;
}
.footer .nav-list {
  list-style: none;
}
.footer .nav-link {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer .nav-link .ico {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.footer .nav-link .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social .social-link img {
  filter: brightness(0) invert(1);
}

.social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.social .social-link {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.social .social-link img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --primary: #BE1E2D;
  --primaryHover: #910b18;
  --secondary: #2cd5f8;
  --text: #2B2B2B;
  --bgCommon: #ffffff;
  --bgDark: #2B2B2B;
  --darkCommon: #000000;
  --bgHeader: #ffffffec;
}

[data-theme=dark] {
  --text: #ffffff;
  --bgCommon: #080412;
}

.footer {
  background-color: var(--bgDark);
  color: #ffffff;
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
}
@media (max-width: 580px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .footer-contents {
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .footer .footer-contents {
    padding-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contents {
    padding-bottom: 32px;
  }
}
@media (max-width: 580px) {
  .footer .footer-contents {
    padding-bottom: 24px;
  }
}
.footer .footer-logo {
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .footer .footer-logo {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo {
    max-width: 300px;
  }
}
@media (max-width: 580px) {
  .footer .footer-logo {
    max-width: 160px;
  }
}
.footer .footer-logo img {
  width: 100%;
  max-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 1440px) {
  .footer .footer-logo img {
    max-width: 34px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo img {
    max-width: 24px;
  }
}
.footer .footer-logo .txt {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  padding-left: 12px;
}
@media (max-width: 1440px) {
  .footer .footer-logo .txt {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo .txt {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .footer .footer-logo .txt {
    font-size: 16px;
  }
}
.footer .address {
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}
.footer .address img {
  filter: brightness(0) invert(1);
}
.footer .address a {
  text-decoration: none;
  color: #ffffff;
}
.footer .address .ico {
  flex: 0 0 14px;
  margin-right: 16px;
}
.footer .address .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-title {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer .footer-title {
    padding-top: 40px;
  }
}
.footer .footer-copy-cont {
  margin-top: 30px;
  border-top: 1px solid var(--darkCommon);
}
.footer .footer-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-copy p {
  margin-bottom: 0;
}
.footer .nav-list {
  list-style: none;
}
.footer .nav-link {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer .nav-link .ico {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.footer .nav-link .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social .social-link img {
  filter: brightness(0) invert(1);
}

.social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.social .social-link {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.social .social-link img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --primary: #BE1E2D;
  --primaryHover: #910b18;
  --secondary: #2cd5f8;
  --text: #2B2B2B;
  --bgCommon: #ffffff;
  --bgDark: #2B2B2B;
  --darkCommon: #000000;
  --bgHeader: #ffffffec;
}

[data-theme=dark] {
  --text: #ffffff;
  --bgCommon: #080412;
}

.btn {
  padding: 18px 50px;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  transition: all ease-in-out 0.2s;
  display: inline-flex;
}
@media (max-width: 1440px) {
  .btn {
    padding: 14px 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .btn {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.btn .txt {
  font-size: 16px;
}
.btn .ico {
  padding-left: 10px;
}
.btn .ico img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-primary {
  background: var(--primary);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
  background: var(--primaryHover) !important;
}
.btn-primary-outline {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn-primary-outline:hover, .btn-primary-outline:active, .btn-primary-outline:focus, .btn-primary-outline:focus-visible {
  background: var(--primary) !important;
  color: #ffffff !important;
}
.btn-primary-link {
  background-color: transparent;
  border: none !important;
  color: var(--primary);
  padding-left: 0;
  padding-right: 0;
}
.btn-primary-link:hover, .btn-primary-link:active, .btn-primary-link:focus, .btn-primary-link:focus-visible {
  background-color: transparent !important;
  color: var(--primary);
}

.form-group {
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1440px) {
  .form-group {
    padding-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .form-group {
    padding-bottom: 32px;
  }
}
.form-group .form-error {
  position: absolute;
  top: calc(100% - 60px);
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .form-group .form-error {
    top: calc(100% - 48px);
  }
}
@media (max-width: 991px) {
  .form-group .form-error {
    top: calc(100% - 32px);
  }
}
.form-group label.error {
  position: absolute;
  top: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #f00;
}
.form-group .form-control.error {
  border-color: #ffcbcb;
}
.form-group .form-control {
  min-height: 60px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  padding-left: 24px;
  padding-right: 24px;
  background-color: transparent;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .form-group .form-control {
    min-height: 52px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .form-group .form-control {
    min-height: 48px;
  }
}
.form-group textarea.form-control {
  min-height: 120px;
}
.form-group .inp-group-floating {
  position: relative;
}
.form-group .inp-group-floating .form-control::-moz-placeholder {
  opacity: 0;
}
.form-group .inp-group-floating .form-control::placeholder {
  opacity: 0;
}
.form-group .inp-group-floating .label {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
  background-color: var(--bgCommon);
}
@media (max-width: 1440px) {
  .form-group .inp-group-floating .label {
    font-size: 14px;
  }
}
.form-group .inp-group-floating .form-control:not(:-moz-placeholder-shown) ~ .label {
  font-size: 12px;
  top: -12px;
  transform: translate(0);
  padding: 6px;
}
.form-group .inp-group-floating .form-control:focus ~ .label,
.form-group .inp-group-floating .form-control:not(:placeholder-shown) ~ .label {
  font-size: 12px;
  top: -12px;
  transform: translate(0);
  padding: 6px;
}
.form-group .inp-group-floating textarea ~ .label {
  top: 24px;
}

.success-modal .modal-footer {
  justify-content: center;
  padding-bottom: 30px;
}
.success-modal .btn {
  padding: 10px 20px;
}
.success-modal .form-response-wrp {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
}
.success-modal .form-response-wrp .success-title {
  font-size: 24px;
  color: var(--primary);
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.success-modal .form-response-wrp .success-subtitle {
  font-size: 18px;
}
.success-modal .form-response-wrp .icon {
  display: flex;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.success-modal .form-response-wrp .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-items-listing {
  padding-top: 30px;
}

.blog-item-img {
  aspect-ratio: 1.33333;
}
.blog-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item-card {
  border-radius: 8px;
  overflow: clip;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #010101;
  display: block;
  margin-bottom: 30px;
}
.blog-item-card:hover {
  transform: translateY(-10px);
}
.blog-item-card .date-info {
  display: flex;
  align-items: center;
}
.blog-item-card .date-info img {
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-item-card .date-info .date {
  padding-top: 3px;
  padding-left: 8px;
}
.blog-item-card .blog-item-desc {
  padding: 20px;
}
.blog-item-card .blog-title {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
}
.blog-item-card .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}
.blog-item-card .read-more .ico {
  padding-left: 6px;
}
.blog-item-card .read-more .ico img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-blog-item .container {
  max-width: 800px !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1440px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 580px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section .sec-titles {
  color: var(--text);
}
.section .sec-title .title {
  font-size: 64px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .section .sec-title .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .section .sec-title .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section .sec-title .title {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .section .sec-title .title {
    font-size: 24px;
  }
}
.section .sec-title .title .highlight {
  color: var(--primary);
}
.section .sec-id {
  display: flex;
  align-items: center;
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 1440px) {
  .section .sec-id {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section .sec-id {
    font-size: 12px;
  }
}
.section .sec-id .ico {
  padding-right: 10px;
}
.section .sec-id .ico img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.set-up-apart .title-row {
  margin-bottom: 30px;
}
.set-up-apart .title {
  font-size: 24px;
  font-weight: 600;
}
.set-up-apart .diff-item {
  overflow: clip;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 100%;
}
.set-up-apart .diff-item .diff-contents {
  padding: 20px;
}
.set-up-apart .diff-item .diff-img {
  aspect-ratio: 5/3;
}
.set-up-apart .diff-item .diff-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-vision-mission .title-row {
  margin-bottom: 40px;
  text-align: center;
}
.section-vision-mission .sec-id {
  justify-content: center;
}
.section-vision-mission .vm-wrap .vm-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-vision-mission .vm-wrap .vm-ico img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-vision-mission .vm-wrap .title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media (max-width: 1440px) {
  .section-vision-mission .vm-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-vision-mission .vm-wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .section-vision-mission .vm-wrap .title {
    font-size: 18px;
  }
}
.section-vision-mission .vm-wrap ul {
  list-style: none;
}
.section-vision-mission .vm-wrap ul li {
  margin-bottom: 20px;
}
.section-vision-mission .vm-wrap ul li:last-child {
  margin-bottom: 0;
}

.section-services {
  padding-top: 0;
}
.section-services .row.service-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: center;
}
.section-services .row.service-row > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.section-services .row.service-row .serv-title {
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 1440px) {
  .section-services .row.service-row .serv-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-services .row.service-row .serv-title {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .section-services .row.service-row .serv-title {
    font-size: 18px;
  }
}
.section-services .row.service-row .img-col img {
  max-width: 100vw;
  width: 100%;
}
.section-services .row.service-row .txt-col {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .section-services .row.service-row .txt-col {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .section-services .row.service-row .txt-col {
    padding-right: 60px !important;
    padding-bottom: 15px;
  }
}
@media (max-width: 580px) {
  .section-services .row.service-row .txt-col {
    padding-right: 40px !important;
  }
}
.section-services .row.service-row .txt-col ul {
  padding-left: 18px;
}
.section-services .row.service-row .txt-col ul li {
  margin-bottom: 20px;
}
.section-services .row.service-row .txt-col ul li + li {
  margin-bottom: 0;
}
.section-services .row.service-row .order-md-2 .txt-col {
  padding-left: 100px;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .section-services .row.service-row .order-md-2 .txt-col {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .section-services .row.service-row .order-md-2 .txt-col {
    padding-left: 60px;
  }
}
@media (max-width: 580px) {
  .section-services .row.service-row .order-md-2 .txt-col {
    padding-left: 40px;
  }
}

.social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.social .social-link {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.social .social-link img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-feedback {
  position: relative;
}
.section-feedback > .container {
  position: relative;
  z-index: 2;
}
.section-feedback .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100vh;
  max-height: 560px;
}
.section-feedback .bg-container:before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.section-feedback .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-feedback .title-row {
  text-align: center;
  margin-bottom: 80px;
}
.section-feedback .title-row .sec-id {
  color: #ffffff;
  justify-content: center;
}
.section-feedback .title-row .sec-id img {
  filter: brightness(0) invert(1);
}
.section-feedback .title-row .sec-title {
  margin-top: 20px;
}
.section-feedback .title-row .sec-title .title {
  color: #ffffff;
}
.section-feedback .testimonial-item {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-feedback .testimonial-item .user-profile {
  display: flex;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-feedback .testimonial-item .user-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-feedback .testimonial-item .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-feedback .testimonial-card {
  background-color: #ffffff;
  padding: 80px 30px 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
.section-feedback .testimonial-card .testimonail-txt {
  font-size: 16px;
  color: #7E7E7E;
}
.section-feedback .testimonial-card .user-name {
  padding-top: 20px;
}
.section-feedback .testimonial-card .user-name .name {
  font-size: 24px;
  color: #343434;
}
.section-feedback .testimonial-card .user-name .company {
  font-size: 14px;
  color: #7E7E7E;
}

.service-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.service-card .title {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5em;
}
.service-card p {
  font-weight: 400;
}
.service-card .more-link {
  text-decoration: none;
  font-weight: 500;
  color: var(--text);
  transition: all ease-in-out 0.2s;
  position: relative;
}
.service-card .more-link:after {
  content: "";
  height: 1px;
  width: 32px;
  display: block;
  background-color: var(--secondary);
  bottom: -10px;
  position: absolute;
  transition: all ease-in-out 0.2s;
}
.service-card .more-link:hover {
  color: var(--secondary);
}
.service-card .more-link:hover:after {
  width: 100%;
}
.service-card .ico {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-card .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-milestones {
  overflow: clip;
}
.section-milestones .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: calc((100vw - 1440px) / 2) !important;
  padding-right: 0;
}
.section-milestones .container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.milestone-slider {
  padding-top: 40px;
}

.milestone-item {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
}
.milestone-item .milestone-cont {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.milestone-item .milestone-title {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 1440px) {
  .milestone-item .milestone-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .milestone-item .milestone-title {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .milestone-item .milestone-title {
    font-size: 16px;
  }
}
.milestone-item .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}
.milestone-item .read-more .ico {
  padding-left: 6px;
}
.milestone-item .read-more .ico img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.milestone-item .milestone-img {
  position: relative;
  z-index: 1;
}
.milestone-item .milestone-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(50, 0, 0, 0.4) 100%);
}

.modal .modal-header,
.modal .modal-footer {
  border: none !important;
}

.section-timeline .sec-title {
  text-align: center;
}
.section-timeline .sec-id {
  justify-content: center;
}
.section-timeline .timeline {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #fff2f2;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.section-timeline .container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.section-timeline .container-timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #fff2f2;
  border: 4px solid var(--primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.section-timeline .left {
  left: 0;
}
.section-timeline .right {
  left: 50%;
}
.section-timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fff2f2;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff2f2;
}
.section-timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fff2f2;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff2f2 transparent transparent;
}
.section-timeline .right::after {
  left: -16px;
}
.section-timeline .content {
  padding: 20px 30px;
  background-color: #fff2f2;
  position: relative;
  border-radius: 6px;
}
.section-timeline .content h2 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}
.section-timeline .content ul li {
  margin-bottom: 15px;
}
.section-timeline .content ul li + li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .section-timeline .timeline::after {
    left: 31px;
  }
  .section-timeline .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .section-timeline .container-timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .section-timeline .left::after, .section-timeline .right::after {
    left: 15px;
  }
  .section-timeline .right {
    left: 0%;
  }
}

.section-career-list {
  padding-top: 0;
}

.job-col {
  margin-bottom: 24px;
}

.job-career-card {
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.job-career-card .job-counts {
  display: flex;
  margin-bottom: 24px;
}
.job-career-card .job-counts .er-status {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  background-color: #05A10A;
  border: 1px solid #00C706;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 30px;
}
.job-career-card .job-counts .er-status.part-time {
  background-color: #C5B204;
  border-color: #FFE600;
}
.job-career-card .open-vac {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-left: auto;
  color: #BE1E2D;
  font-weight: 600;
}
.job-career-card .open-vac img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
  margin-right: 10px;
}
.job-career-card .job-titles {
  display: flex;
  flex-wrap: wrap;
}
.job-career-card .job-titles .job-title {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
}
.job-career-card .job-titles .loc {
  margin-left: auto;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.job-career-card .job-titles .loc .ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-career-card .job-titles .loc img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3px;
}
.job-career-card .job-titles .job-exp {
  padding-left: 20px;
  margin-right: auto;
}
.job-career-card .job-desc {
  margin-top: 20px;
  margin-bottom: 20px;
}
.job-career-card .job-skills {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  color: #686868;
  gap: 10px;
}
.job-career-card .job-skills .slill-itm {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #686868;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
}
.job-career-card .job-skills .slill-itm.skill-more {
  background-color: #BE1E2D;
  border: 1px solid #BE1E2D;
  color: #ffffff;
  cursor: pointer;
}
.job-career-card .job-skills .slill-itm.skill-more .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
  cursor: default;
  z-index: 2;
}
.job-career-card .job-skills .slill-itm.skill-more .dropdown-menu .dropdown-item {
  text-align: left;
  font-size: 12px;
}
.job-career-card .job-skills .slill-itm.skill-more .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.job-career-card .apply-btn {
  display: flex;
  justify-content: flex-end;
}

.inner-banner {
  display: flex;
  align-items: stretch;
  overflow: clip;
  position: relative;
  margin-top: 136px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: url(../../img/inner-banner-img.png) no-repeat center/cover;
}
@media (max-width: 1440px) {
  .inner-banner {
    margin-top: 126px;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    margin-top: 108px;
  }
}
.inner-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(190, 30, 45) 100%);
  opacity: 0.8;
}
.inner-banner .title {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.section-banner {
  height: calc(100vh - 136px);
  min-height: 400px;
  max-height: 1080px;
  display: flex;
  align-items: stretch;
  overflow: clip;
  position: relative;
  margin-top: 136px;
}
@media (max-width: 1440px) {
  .section-banner {
    margin-top: 126px;
  }
}
@media (max-width: 991px) {
  .section-banner {
    margin-top: 108px;
  }
}
.section-banner > .container {
  position: relative;
  z-index: 2;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-banner .sec-bg-img {
  position: absolute;
  inset: 0;
}
.section-banner .sec-bg-img .banner-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner .title {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .section-banner .title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section-banner .title {
    font-size: 36px;
  }
}
@media (max-width: 580px) {
  .section-banner .title {
    font-size: 24px;
  }
}
.section-banner .subtitle {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.5;
  color: var(--primary);
}
@media (max-width: 1440px) {
  .section-banner .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-banner .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .section-banner .subtitle {
    font-size: 20px;
  }
}
.section-banner .info {
  font-size: 28px;
  max-width: 800px;
}
@media (max-width: 1440px) {
  .section-banner .info {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-banner .info {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .section-banner .info {
    font-size: 16px;
  }
}

.section-about .home-abt {
  font-size: 18px;
  line-height: 2.666;
}
@media (max-width: 1440px) {
  .section-about .home-abt {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-about .home-abt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 580px) {
  .section-about .home-abt {
    font-size: 12px;
  }
}
.section-about .list-abt {
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 2.143;
}
@media (max-width: 1440px) {
  .section-about .list-abt {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section-about .list-abt {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .section-about .list-abt {
    font-size: 14px;
  }
}
.section-about .list-abt li {
  width: 100%;
  flex: 0 0 100%;
}
.section-about .list-abt img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .section-about .list-abt img {
    width: 34px;
  }
}
@media (max-width: 991px) {
  .section-about .list-abt img {
    width: 23px;
  }
}
@media (max-width: 580px) {
  .section-about .list-abt img {
    width: 20px;
  }
}

.general-cta .cta-box {
  background-color: #fff2f2;
  border-radius: 8px;
  overflow: clip;
}
.general-cta .sec-title {
  margin-bottom: 20px;
}

.section-serv-ico .serv-itm {
  display: flex;
  padding: 50px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .section-serv-ico .serv-itm {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .section-serv-ico .serv-itm {
    padding: 30px;
  }
}
@media (max-width: 580px) {
  .section-serv-ico .serv-itm {
    padding: 20px;
  }
}
.section-serv-ico .serv-itm .serv-link {
  text-decoration: none;
  color: #2B2B2B;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .section-serv-ico .serv-itm .serv-link {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .section-serv-ico .serv-itm .serv-link {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .section-serv-ico .serv-itm .serv-link {
    font-size: 18px;
  }
}
.section-serv-ico .serv-itm .serv-link .title {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .section-serv-ico .serv-itm .serv-link .title {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .section-serv-ico .serv-itm .serv-link .title {
    margin-top: 20px;
  }
}
@media (max-width: 580px) {
  .section-serv-ico .serv-itm .serv-link .title {
    margin-top: 15px;
  }
}
.section-serv-ico .serv-itm .serv-link img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .section-serv-ico .serv-itm .serv-link img {
    max-width: 90px;
  }
}
@media (max-width: 991px) {
  .section-serv-ico .serv-itm .serv-link img {
    max-width: 70px;
  }
}
@media (max-width: 580px) {
  .section-serv-ico .serv-itm .serv-link img {
    max-width: 50px;
  }
}

@keyframes bg1-animate {
  25% {
    transform: rotate(90deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=main.css.map */