﻿
@media (max-width: 575px) {
  .blog-two__card__list__item {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

.blog-two__card__list__item+.blog-two__card__list__item {
  margin-top: 30px;
}

.blog-two__card__list__thumb {
  max-width: 170px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.blog-two__card__list__thumb__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.blog-two__card__list__content__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-two__card__list__content__meta__item {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: 214.286%;
}

.blog-two__card__list__content__meta__item a {
  color: inherit;
}

.blog-two__card__list__content__meta__item a:hover {
  color: var(--laboix-base, #021936);
}

.blog-two__card__list__content__meta__item i {
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 8px;
  font-size: 16px;
}

.blog-two__card__list__content__title {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 145.833%;
  letter-spacing: -0.48px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-two__card__list__content__title a {
  color: inherit;
}

.blog-two__card__list__content__title a:hover {
  color: var(--laboix-secondary, #2a5c34);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-two__card__list__content__title a:hover:hover {
  background-size: 100% 1px;
}

.blog-two__card__list__content__link {
  position: relative;
  z-index: 1;
}

.blog-two__card__list__content__link__btn {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 218.75%;
}

.blog-two__card__list__content__link__btn:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.blog-two__card__list__content__link::after {
  content: "";
  width: 60%;
  height: 1px;
  background: var(--laboix-border-color, #DBDBDB);
  position: absolute;
  top: 48%;
  right: 0;
}

.blog-two__card:hover .blog-two__thumb__link {
  visibility: visible;
  opacity: 1;
}

.blog-two__thumb {
  position: relative;
  z-index: 1;
}

.blog-two__thumb img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-two__thumb img {
    height: 250px;
    width: 100%;
  }
}

.blog-two__thumb__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.7);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.blog-two__content {
  background: var(--laboix-white, #fff);
  padding: 1px 40px 40px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 50px;
}

@media (max-width: 767px) {
  .blog-two__content {
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .blog-two__content {
    padding: 1px 20px 20px;
  }
}

.blog-two__content__date {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85.000000 99.000000"> <g transform="translate(0.000000,99.000000) scale(0.050000,-0.050000)"> <path d="M424 1713 l-423 -243 4 -489 5 -489 410 -236 c226 -129 419 -235 430 -235 11 0 205 106 430 237 l410 237 5 487 5 488 -314 180 c-173 99 -364 208 -426 243 l-112 62 -424 -242z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85.000000 99.000000"> <g transform="translate(0.000000,99.000000) scale(0.050000,-0.050000)"> <path d="M424 1713 l-423 -243 4 -489 5 -489 410 -236 c226 -129 419 -235 430 -235 11 0 205 106 430 237 l410 237 5 487 5 488 -314 180 c-173 99 -364 208 -426 243 l-112 62 -424 -242z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 85px;
  height: 98px;
  margin-right: 0;
  margin-left: auto;
  margin-top: -48px;
  position: relative;
  z-index: 1;
  background: var(--laboix-secondary, #2a5c34);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--laboix-white, #fff);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.blog-two__content__date__day {
  color: var(--laboix-white, #fff);
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
}

.blog-two__content__comment {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: -15px;
  margin-bottom: 5px;
}

.blog-two__content__comment i {
  color: var(--laboix-secondary, #2a5c34);
}

.blog-two__content__comment__text {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 214.286%;
}

.blog-two__content__title {
  max-width: 440px;
  color: var(--laboix-base, #021936);
  font-size: 30px;
  font-weight: 700;
  line-height: 116.667%;
  letter-spacing: -0.6px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(2, 25, 54, 0.2);
}

.blog-two__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-two__content__title a:hover {
  background-size: 100% 1px;
}

.blog-two__content__title a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

@media (max-width: 575px) {
  .blog-two__content__title {
    font-size: 25px;
  }
}

.blog-two__content__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -5px;
  margin-top: 15px;
}

.blog-two__content__author__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-two__content__author__name {
  color: var(--laboix-base, #021936);
  font-size: 16px;
  font-weight: 700;
  line-height: 162.5%;
  padding-bottom: 0;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.blog-two__content__author__name:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.blog-two__content__author__deg {
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
  font-weight: 500;
  line-height: 178.571%;
  margin-top: -10px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.blog-two__content__link__btn {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: 218.75%;
}

.blog-two__content__link__btn:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.pronation_widget ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-left: 0;
  margin-bottom: 0;
}

.pronation_widget ul a {
  display: inline-block;
  padding: 0px 19px;
  border: 1px solid var(--laboix-border-color, #DBDBDB);
  color: var(--laboix-base, #021936);
  font-size: 20px;
  font-weight: 600;
  line-height: 235%;
  transition: all 500ms ease-in-out;
}

.pronation_widget ul a.active,
.pronation_widget ul a:hover {
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
  border: 1px solid var(--laboix-secondary, #2a5c34);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-gap: 20px;
  margin: 0;
}

@media (min-width: 576px) {}

.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--laboix-text, #6A6A6A);
  font-size: 14px;
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one select,
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--laboix-border-color2, #F3F3F3);
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}

.form-one select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 30px center;
}

.form-one .bootstrap-select>.dropdown-toggle::placeholder,
.form-one input[type=text]::placeholder,
.form-one input[type=email]::placeholder,
.form-one textarea::placeholder {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.form-one textarea {
  height: 210px;
  padding-top: 20px;
}

.form-one .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--laboix-base, #021936);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--laboix-base, #021936);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--laboix-base, #021936);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer__inner {
  padding: 120px 0px 80px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .main-footer__inner {
    padding: 100px 0px 40px 0px;
  }
}

@media (max-width: 768px) {
  .main-footer__inner {
    padding: 80px 0px 20px 0px;
  }
}

.main-footer .container {
  position: relative;
}

.main-footer--one {
  background: var(--laboix-base, #021936);
}

.main-footer__bottom {
  text-align: center;
  background: #02142C;
}

.main-footer__bottom__inner {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.main-footer__copyright {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-footer__shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation: scale 4s ease-in-out infinite;
}

.main-footer__shape--two {
  display: inline-block;
  left: auto;
  left: 0;
  z-index: 0;
  animation: topAni 4s ease-in-out infinite;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 25px;
}

.footer-widget__newsletter {
  position: relative;
  width: 100%;
  gap: 10px;
  align-items: center;
  display: flex;
  z-index: 1;
}

.footer-widget__newsletter input[type=email] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 56px;
  border-radius: 6px;
  background-color: var(--laboix-white, #fff);
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.footer-widget__newsletter input[type=email]::placeholder {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.footer-widget__newsletter button[type=submit] {
  background-color: var(--laboix-secondary, #2a5c34);
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--laboix-white, #fff);
  font-size: 22px;
  transition: all 500ms ease;
  padding: 15px 20px;
  border-radius: 6px;
}

.footer-widget__newsletter button[type=submit]::before {
  background-color: var(--laboix-white, #fff);
}

.footer-widget__newsletter button[type=submit]:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.footer-widget__title {
  color: var(--laboix-white, #fff);
  font-size: 20px;
  font-weight: 500;
  line-height: 147.036%;
  letter-spacing: -0.8px;
  margin-top: -5px;
  margin-bottom: 24px;
}

.footer-widget__links {
  margin-top: -10px;
  margin-bottom: -13px;
}

.footer-widget__links li {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.footer-widget__links li a:hover {
  color: var(--laboix-white, #fff);
}

.footer-widget__links li+li {
  margin-top: 5px;
}

.footer-widget__info {
  position: relative;
  z-index: 1;
}

.footer-widget__info__item__text {
  margin-top: -7px;
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  margin-bottom: 5px;
  display: block;
  max-width: 246px;
  width: 100%;
}

.footer-widget__info__item a {
  color: var(--laboix-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
}

.footer-widget__info__item a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.footer-widget__info__item i {
  font-size: 16px;
  color: var(--laboix-secondary, #2a5c34);
  line-height: 32px;
  width: 20px;
  height: 33px;
}

.footer-widget__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 214.286%;
  max-width: 315px;
  width: 100%;
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  .footer-widget__text br {
    display: none;
  }
}

.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 19px;
}

.footer-widget__social a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: rgba(157, 157, 157, 0.14);
  font-size: 14px;
  color: var(--laboix-white, #fff);
  transition: all 500ms ease;
}

.footer-widget__social a:hover {
  background-color: var(--laboix-secondary, #2a5c34);
  color: var(--laboix-white, #fff);
}

.footer-widget__time {
  background: #192C46;
  padding: 30px;
}

.footer-widget__time__item {
  margin-top: -7px;
  margin-bottom: -8px;
  display: flex;
  justify-content: space-between;
}

.footer-widget__time__item p {
  color: var(--laboix-text-gray, #97A5B7);
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
}

.footer-widget__time__item p i {
  font-size: 15px;
  color: var(--laboix-secondary, #2a5c34);
}

.footer-widget__time__item+.footer-widget__time__item {
  margin-top: 10.3px;
}

.footer-widget--info {
  margin-right: 35px;
}

@media (max-width: 1199px) {
  .footer-widget--info {
    margin-right: 0;
  }
}

.footer-widget--link {
  margin-left: 8px;
}

@media (max-width: 1199px) {
  .footer-widget--link {
    margin-left: 0px;
  }
}

.footer-widget--about {
  margin-left: -25px;
}

@media (max-width: 1199px) {
  .footer-widget--about {
    margin-left: 0px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .contact-one {
    padding: 100px 0px;
  }
}

@media (max-width: 768px) {
  .contact-one {
    padding: 80px 0px;
  }
}

.contact-one .sec-title__tagline {
  letter-spacing: 1.4px;
}

@media (max-width: 991px) {
  .contact-one__top {
    margin-top: 70px;
  }
}

.contact-one__form input[type=date],
.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form input[type=tel],
.contact-one__form select,
.contact-one__form textarea {
  background-color: var(--laboix-border-color2, #F3F3F3);
  height: 60px;
  width: 100%;
  border: none;
  padding-left: 30px;
  padding-right: 20px;
  outline: none;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-one__form input[type=date]::placeholder,
.contact-one__form input[type=text]::placeholder,
.contact-one__form input[type=email]::placeholder,
.contact-one__form input[type=tel]::placeholder,
.contact-one__form textarea::placeholder {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-one__form textarea {
  height: 317px;
}

.contact-one__content {
  background: var(--laboix-secondary, #2a5c34);
  padding: 40px;
  padding-bottom: 0;
  margin-right: 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .contact-one__content {
    margin-right: auto;
    max-width: 420px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .contact-one__content {
    padding: 25px;
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .contact-one__content {
    margin-right: 0;
    padding: 25px;
    padding-bottom: 0;
  }
}

.contact-one__content__thumb img {
  margin-bottom: -70px;
  position: relative;
}

@media (max-width: 1199px) {
  .contact-one__content__thumb img {
    max-width: 100%;
  }
}

.contact-one__content__social {
  text-align: center;
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
  display: inline-block;
  background: var(--laboix-white, #fff);
  padding: 20px 40px;
}

.contact-one__content__social a {
  color: var(--laboix-base, #021936);
}

.contact-one__content__social a:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.contact-one__content__social a+a {
  margin-left: 34px;
}

@media (max-width: 575px) {
  .contact-one__content__social a+a {
    margin-left: 20px;
  }
}

.contact-one__info {
  margin-bottom: 47px;
}

.contact-one__info__item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-one__info__item:hover .contact-one__info__icon {
  background: rgba(var(--laboix-base-rgb, 2, 25, 54), 0.2);
}

.contact-one__info__icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background: rgba(var(--laboix-white-rgb, 255, 255, 255), 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--laboix-white, #fff);
  transition: all 0.5s ease-in-out;
}

.contact-one__info__icon i {
  color: inherit;
}

.contact-one__info__text {
  color: var(--laboix-border-color, #DBDBDB);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 3px;
  text-align: start;
}

.contact-one__info__title {
  color: var(--laboix-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: -3px;
  text-align: start;
}

.contact-one__info__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-one__info__title a:hover {
  background-size: 100% 1px;
}

.contact-one__info__title a:hover {
  color: var(--laboix-base, #021936);
}

.contact-one__info__item+.contact-one__info__item {
  margin-top: 30px;
}

.contact-map {
  padding-bottom: 0 !important;
}

.contact-map .google-map iframe {
  height: 322px;
}

.contact-map .google-map__contact__pin {
  position: absolute;
  top: 35%;
  right: 45%;
}

.contact-map .google-map__contact__location {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  position: absolute;
  padding: 30px 50px 35px;
  right: 25%;
  top: -15%;
  max-width: 420px;
  background: var(--laboix-white, #fff);
}

.contact-map .google-map__contact__location__text {
  color: var(--laboix-base, #021936);
  font-size: 24px;
  font-weight: 700;
  line-height: 152.083%;
  letter-spacing: -0.72px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-map .google-map__contact__location::after {
  content: "";
  bottom: -28px;
  left: 0;
  width: 34px;
  height: 29px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  background: var(--laboix-white, #fff);
}

.contact-two {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-two {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .contact-two {
    padding: 80px 0px;
  }
}

.contact-two .sec-title {
  padding-bottom: 35px;
}

.contact-two__form input[type=date],
.contact-two__form input[type=text],
.contact-two__form input[type=email],
.contact-two__form input[type=tel],
.contact-two__form textarea {
  background-color: var(--laboix-border-color2, #F3F3F3);
  height: 60px;
  width: 100%;
  border: none;
  padding-left: 30px;
  padding-right: 20px;
  outline: none;
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-two__form input[type=date]::placeholder,
.contact-two__form input[type=text]::placeholder,
.contact-two__form input[type=email]::placeholder,
.contact-two__form input[type=tel]::placeholder,
.contact-two__form textarea::placeholder {
  color: var(--laboix-text, #6A6A6A);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.contact-two__form textarea {
  height: 150px;
}

.contact-two__form .laboix-btn::before {
  background: var(--laboix-white, #fff);
}

.contact-two__form .laboix-btn:hover {
  color: var(--laboix-base, #021936);
}

.contact-two__map {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 885px;
  z-index: -1;
}

.contact-two .google-map iframe {
  height: 815px;
}

.contact-two .google-map {
  position: relative;
  z-index: 1;
}

.contact-two .google-map__contact__pin {
  position: absolute;
  top: 35%;
  right: 85%;
}

.contact-two::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: var(--laboix-base, #021936);
  z-index: -1;
  background-image: url(../images/shapes/contact-shape.html);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media (max-width: 991px) {
  .contact-two::after {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .contact-two__right {
    margin-left: -35px;
  }
}

@media (max-width: 991px) {
  .contact-two__right {
    margin-top: 30px;
    margin-left: 0;
  }
}

.contact-two__content {
  background: var(--laboix-secondary, #2a5c34);
  margin-left: 122px;
  margin-right: 50px;
  padding: 60px 60px 55px;
}

@media (max-width: 1199px) {
  .contact-two__content {
    margin-left: 0px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .contact-two__content {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .contact-two__content {
    padding: 40px;
  }
}

.contact-two__content__top {
  margin-bottom: 38px;
}

.contact-two__content__top__subtitle {
  margin-top: -7px;
  display: block;
  color: var(--laboix-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.25%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.contact-two__content__top__title {
  color: var(--laboix-white, #fff);
  font-size: 30px;
  font-weight: 700;
  line-height: 83.333%;
}

.contact-two__content__list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-two__content__list__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-two__content__list__item:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

@media (max-width: 767px) {
  .contact-two__content__list__item:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.contact-two__content__list__item:hover .contact-two__content__icon {
  background: var(--laboix-white, #fff);
  color: var(--laboix-secondary, #2a5c34);
  transform: rotateY(360deg);
}

.contact-two__content__icon {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53 64"><path d="M26.5 0.50293L53 16.2529V47.7529L26.5 63.5029L0 47.7529V16.2529L26.5 0.50293Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53 64"><path d="M26.5 0.50293L53 16.2529V47.7529L26.5 63.5029L0 47.7529V16.2529L26.5 0.50293Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  max-width: 53px;
  width: 100%;
  height: 64px;
  background: var(--laboix-base, #021936);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--laboix-white, #fff);
  font-size: 22px;
  transition: all 0.8s ease-in-out;
}

.contact-two__content__title {
  color: var(--laboix-white, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 156.25%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-two__content__text {
  color: var(--laboix-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 138.889%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-two__content__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-two__content__text a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  position: relative;
  z-index: 2;
  background-color: var(--laboix-base, #021936);
}

@media (max-width: 1200px) {
  .topbar-one {
    display: none;
  }
}

.topbar-one .container-fluid {
  max-width: 1830px;
}

.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-one__info {
  display: flex;
  align-items: center;
  gap: 37px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .topbar-one__info {
    gap: 25px;
  }
}

.topbar-one__info__icon {
  font-size: 14px;
  color: var(--laboix-secondary, #2a5c34);
  margin-right: 4px;
}

.topbar-one__info__item__location,
.topbar-one__info__item__email {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
}

.topbar-one__info__item__email {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one__info__item__email:hover {
  background-size: 100% 1px;
}

.topbar-one__info__item__email:hover {
  color: var(--laboix-white, #fff);
}

.topbar-one__right {
  display: flex;
  align-items: center;
  padding-right: 63px;
  gap: 20px;
}

.topbar-one__right__icon {
  font-size: 14px;
  color: var(--laboix-secondary, #2a5c34);
  top: 3px;
  position: relative;
  margin: 0 2px;
}

.topbar-one__info__icon {
  top: 3px;
  position: relative;
  margin: 0 2px;
}

.topbar-one__text {
  color: var(--laboix-text-gray, #97A5B7);
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
  margin-bottom: 0;
}

.topbar-one__text span {
  color: currentColor;
}

.topbar-one__social {
  margin-left: 40px;
  background: var(--laboix-secondary, #2a5c34);
  padding: 12px 0px 12px 40px;
  position: relative;
}

.topbar-one__social a {
  color: var(--laboix-white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s ease-in-out;
}

.topbar-one__social a:hover {
  color: var(--laboix-base, #021936);
}

.topbar-one__social a+a {
  margin-left: 20px;
}

.topbar-one__social::before {
  content: "";
  background: var(--laboix-white, #fff);
  width: 9999999px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 1;
  opacity: 0.2;
}

.topbar-one::after {
  content: "";
  background: var(--laboix-secondary, #2a5c34);
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 92%;
  z-index: -2;
}

.topbar-one--two {
  padding: 12px 0px;
  background: var(--laboix-white, #fff);
}

@media (max-width: 1200px) {
  .topbar-one--two {
    display: block;
  }
}

@media (max-width: 991px) {
  .topbar-one--two {
    display: none;
  }
}

.topbar-one--two::after {
  display: none;
}

.topbar-one--two .topbar-one__right {
  padding-right: 0;
}

.topbar-one--two .topbar-one__info__item__location,
.topbar-one--two .topbar-one__info__item__email {
  color: #868686;
}

.topbar-one--two .topbar-one__info__item__email {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.topbar-one--two .topbar-one__info__item__email:hover {
  background-size: 100% 1px;
}

.topbar-one--two .topbar-one__info__item__email:hover {
  color: var(--laboix-base, #021936);
}

.topbar-one--two .topbar-one__text {
  color: #868686;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  z-index: 9999;
  position: relative;
  color: #fff;
  /* background-color: var(--laboix-white, #fff); */
}

.main-header .container-fluid {
  max-width: 1830px;
}

.main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .main-header__inner {
    padding: 20px 0;
  }
}

@media (max-width: 1300px) {
  .main-header__inner {
    padding: 20px 0;
  }
}

.main-header__logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.main-header__logo img {
  height: 115px;
  padding: 5px;
  width: max-content;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .main-header__logo {
    width: auto;
  }
}

@media (min-width: 768px) {
  .main-header__logo .mobile-nav__btn {
    margin-left: 30px;
  }
}

.main-header__btn {
  display: none;
  padding: 11px 30px;
  background: var(--laboix-border-color2, #F3F3F3);
  color: var(--laboix-base, #021936);
  font-size: 14px;
  line-height: 128.571%;
}

@media (min-width: 576px) {
  .main-header__btn {
    display: inline-flex;
  }
}

.main-header__link {
  border-right: 1px solid var(--laboix-border-color, #DBDBDB);
  margin-right: 30px;
  padding-right: 30px;
}

.main-header__right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.main-header__right__info {
  padding-right: 30px;
  display: flex;
}

@media (max-width: 575px) {
  .main-header__right__info {
    display: none;
  }
}

.main-header__right__info a+a {
  margin-left: 20px;
}

.main-header__right__info__item {
  font-size: 20px;
  color: var(--laboix-base, #021936);
  transition: all 500ms ease;
  line-height: 1em;
}

.main-header__right__info__item:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.main-header__right__call {
  display: flex;
  align-items: center;
  background-color: var(--laboix-secondary, #2a5c34);
  gap: 10px;
  padding: 12px 0px 12px 40px;
}

@media (max-width: 1300px) {
  .main-header__right__call {
    display: none;
  }
}

.main-header__right__icon {
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background: var(--laboix-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--laboix-secondary, #2a5c34);
  font-size: 20px;
  overflow: hidden;
}

.main-header__right__content__text {
  color: var(--laboix-white, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.main-header__right__content__number {
  margin-top: -5px;
  color: var(--laboix-white, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 166.667%;
  margin-bottom: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__right__content__number:hover {
  background-size: 100% 1px;
}

.main-header__right__content__number:hover {
  color: var(--laboix-base, #021936);
}

.main-header__right::after {
  content: "";
  background: var(--laboix-secondary, #2a5c34);
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 94%;
  z-index: -1;
}

@media (max-width: 1300px) {
  .main-header__right::after {
    display: none;
  }
}

.main-header__nav {
  margin-left: 180px;
  margin-right: auto;
}

@media (max-width: 1500px) {
  .main-header__nav {
    margin-left: 80px;
  }
}

.main-header--two {
  position: absolute;
  background: transparent;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 11;
}

.main-header--two .main-header__inner {
  padding-top: 7px;
}

.main-header--two .main-header__right::after {
  background: none;
}

.main-header--two .main-header__right__call {
  background: transparent;
}

.main-header--two .main-menu .main-menu__list>li>a {
  color: var(--laboix-white, #fff);
}

.main-header--two .main-header__right__info {
  border-left: 0px solid var(--laboix-border-color, #DBDBDB);
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.main-header--two .main-header__right__call {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 30px;
  padding-right: 30px;
}

.main-header--two .main-header__right__content__text {
  color: var(--laboix-text-gray, #97A5B7);
}

.main-header--two .main-header__right__content__number:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.main-header--two .main-header__right__info__item {
  color: var(--laboix-white, #fff);
}

.main-header--two .main-header__right__info__item:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.main-header--two .mobile-nav__btn {
  margin-right: 0;
  margin-left: 20px;
}

.main-header--two .mobile-nav__btn span {
  background: var(--laboix-white, #fff);
}

.main-header--two .mobile-nav__btn:hover span {
  background: var(--laboix-secondary, #2a5c34);
}

.main-header--three .main-header__middle {
  background: var(--laboix-base, #021936);
}

.main-header--three .main-header__bootom {
  background: transparent;
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .main-header--three .main-header__bootom {
    display: none;
  }
}

@media (max-width: 1300px) {
  .main-header--three .main-header__inner {
    padding: 0;
  }
}

.main-header--three .main-header__inner .main-header__nav {
  display: none;
  margin-left: 70px;
  margin-right: auto;
}

.main-header--three .main-header__inner .main-header__nav .main-menu__list>li>a {
  color: var(--laboix-white, #fff);
}

.main-header--three .main-header__bootom__inner {
  background: var(--laboix-white, #fff);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.5px 40px;
  position: relative;
  z-index: 1;
  margin-bottom: -88px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.main-header--three .main-header__bootom__inner .main-header__nav {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1500px) {
  .main-header--three .main-header__bootom__inner .main-header__nav {
    margin-left: 0px;
  }
}

.main-header--three .main-header__bootom__inner .main-header__nav .main-menu .main-menu__list>li>a {
  color: var(--laboix-text, #6A6A6A);
  font-weight: 500;
  line-height: normal;
}

.main-header--three .main-header__bootom__inner .main-header__link {
  border-right: 0px solid var(--laboix-border-color, #DBDBDB);
  margin-right: 0px;
  padding-right: 0px;
}

.main-header--three .main-header__right {
  background: #02142C;
  padding: 23px 30px 23px 30px;
}

.main-header--three .main-header__right::after {
  display: none;
}

.main-header--three .main-header__right__info {
  padding-right: 0;
}

.main-header--three .main-header__right__call {
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 30px;
  padding-right: 40px;
}

@media (max-width: 1300px) {
  .main-header--three .main-header__right__call {
    display: flex;
  }
}

@media (max-width: 768px) {
  .main-header--three .main-header__right__call {
    display: none;
  }
}

.main-header--three .main-header__right__content__number:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.main-header--three .main-header__inner {
  justify-content: space-between;
}

.main-header--three .main-header__right__info__item {
  color: var(--laboix-white, #fff);
}

.main-header--three .main-header__right__info__item:hover {
  color: var(--laboix-secondary, #2a5c34);
}

.main-header--three .mobile-nav__btn {
  margin-left: 30px;
}

.main-header--three .mobile-nav__btn span {
  background: var(--laboix-white, #fff);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--laboix-white, #fff);
  transform: translateY(-200%);
  box-shadow: 0px 3px 18px rgba(var(--laboix-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.main-header--two.active {
  background-color: var(--laboix-base, #021936);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-header--three.active .main-header__inner .main-header__nav {
  display: block;
}

.main-header--three.active .main-header__bootom__inner {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .mobile-nav__btn {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--laboix-white, #000);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 25px;
  padding-bottom: 24.33px;
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 38px;
}

@media (max-width: 1350px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 30px;
  }
}

.hero-content {
  position: relative;
  z-index: 9;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #fff;
}

.section-title h1 {
  font-size: 50px;
  font-weight: 400;
}

.blog-card:hover .blog-card__content p {
  color: #c5c5c5;
}

.blog-card:hover .blog-card__content__btn a {
  background: var(--laboix-base, #021936);
}

.section-title p {
  color: #c5c5c5;
}

.main-menu .main-menu__list>li>a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-menu .main-menu__list>li>a {
  color: #fff;
}

.sticky-header--cloned .main-menu .main-menu__list>li>a {
  color: #000;
}

.main-menu .main-menu__list>li a {
  color: #000;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--laboix-secondary, #2a5c34);
  text-shadow: 0 0 0.5px currentColor;
  font-weight: 600;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 232px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(1) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--laboix-border-color2, #F3F3F3);
  padding: 20px;
}
