/*----------------------------------------*/
/*----------------------------------------*/
html {
  scroll-behavior: smooth;
}

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

body {
  position: relative;
  color: #3E5468;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Inter", serif;
  font-weight: normal;
  line-height: 160%;
}

a {
  text-decoration: none;
}

a,
.btn,
button,
input,
select,
textarea,
*::after,
*::before {
  transition: all 0.3s ease-in-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #c8232b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", serif;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 62px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 46px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 34px;
}
@media (max-width: 1400px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 28px;
}
@media (max-width: 1400px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 22px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Container S */
@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
  }
}
.container-fluid {
  max-width: 1920px;
}

.n-icon {
  line-height: 1;
}

/* Container E */
/* Main Title S */
.sub-title {
  font-size: 18px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.main-title {
  font-size: 62px;
  color: #122b66;
  font-family: "Inter", serif;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 40px;
}
@media (max-width: 1799px) {
  .main-title {
    font-size: 46px;
  }
}
@media (max-width: 1599.98px) {
  .main-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .main-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .main-title {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  .main-title.sm-title {
    font-size: 40px;
  }
}

/* Main Title E */
/* Section gap S */
.section-gap {
  padding: 60px 0;
}
@media (max-width: 1440px) {
  .section-gap {
    padding: 45px 0;
  }
}
@media (max-width: 1199px) {
  .section-gap {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .section-gap {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .section-gap {
    padding-bottom: 20px;
  }
}
.section-gap.double-gap {
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .section-gap.double-gap {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .section-gap.double-gap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-gap.double-gap {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .section-gap.double-gap {
    padding: 40px 0;
  }
}
.section-gap.double-gap-t {
  padding-top: 120px;
}
@media (max-width: 1440px) {
  .section-gap.double-gap-t {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .section-gap.double-gap-t {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-gap.double-gap-t {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .section-gap.double-gap-t {
    padding-top: 40px;
  }
}
.section-gap.double-gap-b {
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .section-gap.double-gap-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .section-gap.double-gap-b {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-gap.double-gap-b {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .section-gap.double-gap-b {
    padding-bottom: 40px;
  }
}

/* Section gap E */
/* Swiper Arrow Start */
.swiper-button-prev,
.swiper-button-next,
.carousel-control-prev,
.carousel-control-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 50px;
  border: none;
  border-radius: 30px;
  outline: none;
}
@media (max-width: 1199px) {
  .swiper-button-prev,
  .swiper-button-next,
  .carousel-control-prev,
  .carousel-control-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after,
.carousel-control-prev::after,
.carousel-control-next::after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg,
.carousel-control-prev svg,
.carousel-control-next svg {
  width: 40px;
  height: 20px;
  color: #c8232b;
}
@media (max-width: 1199px) {
  .swiper-button-prev svg,
  .swiper-button-next svg,
  .carousel-control-prev svg,
  .carousel-control-next svg {
    width: 35px;
    height: 16px;
  }
}

/* Arrow Style Variant */
.arrowStyle-01 .swiper-button-prev,
.arrowStyle-01 .swiper-button-next {
  position: relative;
  inset: unset;
  margin-top: 10px;
}

/* Rounded Arrow Variant */
.swiper-round-arrow .swiper-button-prev,
.swiper-round-arrow .swiper-button-next,
.carousel-round-arrow .swiper-button-prev,
.carousel-round-arrow .swiper-button-next {
  background-color: rgba(26, 26, 26, 0.09);
  opacity: 1;
  transition: all 0.3s ease-in;
}
.swiper-round-arrow .swiper-button-prev:hover,
.swiper-round-arrow .swiper-button-next:hover,
.carousel-round-arrow .swiper-button-prev:hover,
.carousel-round-arrow .swiper-button-next:hover {
  background-color: #1a1a1a;
}
.swiper-round-arrow .swiper-button-prev:hover svg,
.swiper-round-arrow .swiper-button-next:hover svg,
.carousel-round-arrow .swiper-button-prev:hover svg,
.carousel-round-arrow .swiper-button-next:hover svg {
  color: #ffffff;
}
.swiper-round-arrow .swiper-button-prev svg,
.swiper-round-arrow .swiper-button-next svg,
.carousel-round-arrow .swiper-button-prev svg,
.carousel-round-arrow .swiper-button-next svg {
  color: #1a1a1a;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .swiper-round-arrow .swiper-button-prev svg,
  .swiper-round-arrow .swiper-button-next svg,
  .carousel-round-arrow .swiper-button-prev svg,
  .carousel-round-arrow .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
.swiper-round-arrow .swiper-button-next,
.carousel-round-arrow .swiper-button-next {
  margin-left: 10px;
}
.swiper-round-arrow.bottom-right .swiper-button-prev,
.carousel-round-arrow.bottom-right .swiper-button-prev {
  position: absolute;
  inset: auto 100px 20px auto;
}
@media (max-width: 1199px) {
  .swiper-round-arrow.bottom-right .swiper-button-prev,
  .carousel-round-arrow.bottom-right .swiper-button-prev {
    inset: auto 70px 20px auto;
  }
}
.swiper-round-arrow.bottom-right .swiper-button-next,
.carousel-round-arrow.bottom-right .swiper-button-next {
  position: absolute;
  inset: auto 20px 20px auto;
}
.swiper-round-arrow.bottom-left .swiper-button-prev,
.carousel-round-arrow.bottom-left .swiper-button-prev {
  position: absolute;
  inset: auto auto 20px 20px;
}
.swiper-round-arrow.bottom-left .swiper-button-next,
.carousel-round-arrow.bottom-left .swiper-button-next {
  position: absolute;
  inset: auto auto 20px 100px;
}
@media (max-width: 1199px) {
  .swiper-round-arrow.bottom-left .swiper-button-next,
  .carousel-round-arrow.bottom-left .swiper-button-next {
    inset: auto auto 20px 70px;
  }
}

/* Transparent Arrow Variant */
.swiper-trans-arrow .swiper-button-prev,
.swiper-trans-arrow .swiper-button-next {
  position: relative;
  inset: unset;
  margin-top: 10px;
}
.swiper-trans-arrow .swiper-button-prev svg,
.swiper-trans-arrow .swiper-button-next svg {
  width: 40px;
  height: 40px;
  color: #3E5468;
}
.swiper-trans-arrow .swiper-button-next {
  margin-left: 10px;
}

/* Swiper Arrow End */
/* Center Images Thumbnail S */
.thumbnail-container, .thumbnail_container {
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  z-index: 1;
}
.thumbnail-container.thumbnail-horizontal, .thumbnail_container.thumbnail-horizontal {
  padding-bottom: 66.66%;
}
.thumbnail-container.thumbnail-vertical, .thumbnail_container.thumbnail-vertical {
  padding-bottom: 150%;
}
.thumbnail-container.thumbnail-square, .thumbnail_container.thumbnail-square {
  padding-bottom: 100%;
}

.thumbnail {
  margin: 0px;
  display: block;
  padding: 0px;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: none;
}
.thumbnail a, .thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.thumbnail video, .thumbnail .youtube-video, .thumbnail .vimeo-video, .thumbnail iframe {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.object-fit img.lazy {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.object-fit iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Center Images Thumbnail S */
@media (min-width: 1200px) {
  .img-anim::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    transition: left 1s ease-in-out;
  }
}

.aos-animate .img-anim::before {
  left: 100%;
}

.btn {
  position: relative;
  padding: 5px 5px 5px 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", serif;
  line-height: 115%;
  letter-spacing: 0.36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  border: none;
  box-shadow: none;
  text-decoration: none;
  z-index: 1;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .btn {
    padding: 4px 4px 4px 20px;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 14px;
  }
}
.btn:hover, .btn:focus, .btn:active, .btn:not([disabled]):not(.disabled):active, .btn.focus, .btn.show {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .btn:hover svg, .btn:focus svg, .btn:active svg, .btn:not([disabled]):not(.disabled):active svg, .btn.focus svg, .btn.show svg {
    opacity: 1;
    right: 30px;
  }
}
.btn .n-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .btn .n-icon {
    margin-left: 16px;
    height: 35px;
    width: 35px;
  }
}
.btn .n-icon svg {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .btn .n-icon svg {
    height: 16px;
    width: 16px;
  }
}
.btn.btn-primary {
  color: #c8232b;
  border: 2px solid #c8232b;
}
.btn.btn-primary .n-icon {
  background-color: #c8232b;
}
.btn.btn-primary .n-icon svg {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn.btn-primary:hover {
    border: 2px solid #c8232b;
    background-color: #c8232b;
    color: #ffffff;
  }
  .btn.btn-primary:hover .n-icon {
    background-color: #ffffff;
  }
  .btn.btn-primary:hover .n-icon svg {
    color: #c8232b;
  }
}
@media (max-width: 1199px) {
  .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    color: #c8232b;
    border-color: #c8232b;
  }
}
.btn.btn-light {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn.btn-light .n-icon {
  background-color: #ffffff;
}
.btn.btn-light .n-icon svg {
  color: #000;
}
@media (min-width: 1200px) {
  .btn.btn-light:hover {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000;
  }
  .btn.btn-light:hover .n-icon {
    background-color: #000;
  }
  .btn.btn-light:hover .n-icon svg {
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .btn.btn-light:active, .btn.btn-light:focus, .btn.btn-light:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
}
.btn.btn-dark {
  color: #122b66;
  border: 2px solid #122b66;
}
.btn.btn-dark .n-icon {
  background-color: #122b66;
}
.btn.btn-dark .n-icon svg {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .btn.btn-dark:hover {
    border: 2px solid #122b66;
    background-color: #122b66;
    color: #ffffff;
  }
  .btn.btn-dark:hover .n-icon {
    background-color: #ffffff;
  }
  .btn.btn-dark:hover .n-icon svg {
    color: #122b66;
  }
}
@media (max-width: 1199px) {
  .btn.btn-dark:active, .btn.btn-dark:focus, .btn.btn-dark:hover {
    color: #122b66;
    border-color: #122b66;
  }
}
@media (max-width: 1199px) {
  .btn.btn-primary, .btn.btn-light, .btn.btn-dark {
    background-color: transparent;
  }
  .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-light:active, .btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-dark:active, .btn.btn-dark:focus, .btn.btn-dark:hover {
    background-color: transparent;
  }
}
.btn.o-icon .n-icon svg {
  width: 18px;
  height: 18px;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 65px;
  background-color: #c8232b;
  border-radius: 30px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: updown 2s linear infinite;
}
@media (max-width: 1199px) {
  #backToTop {
    width: 35px;
    height: 50px;
  }
}
#backToTop:hover {
  animation-play-state: paused;
}
#backToTop svg {
  transform: rotate(270deg);
  color: #ffffff;
  height: 26px;
  width: 26px;
}
@media (max-width: 1199px) {
  #backToTop svg {
    width: 22px;
    height: 22px;
  }
}
@keyframes updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.header-container .container-fluid {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .header-container .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .header-container .container-fluid {
    padding: 0 70px;
  }
}
.header-container .left-part .img-box {
  max-width: 110px;
}
@media (min-width: 768px) {
  .header-container .left-part .img-box {
    max-width: 140px;
  }
}
@media (min-width: 1400px) {
  .header-container .left-part .img-box {
    max-width: 200px;
    padding: 10px;
  }
}
.header-container .left-part .img-box img {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.5));
}
.header-container .right-part {
  display: flex;
  align-items: center;
}
.header-container .right-part .img-box {
  max-width: 40px;
}
@media (min-width: 768px) {
  .header-container .right-part .img-box {
    max-width: 55px;
    margin-left: 30px;
  }
}
@media (min-width: 1400px) {
  .header-container .right-part .img-box {
    max-width: 70px;
  }
}
@media (min-width: 1600px) {
  .header-container .right-part .img-box {
    max-width: 90px;
  }
}
.header-container .social-list {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .header-container .social-list {
    gap: 10px;
  }
}
.header-container .social-list li {
  position: relative;
}
.header-container .social-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  transition: all 0.3s ease-in-out;
}
.header-container .social-list li a:hover {
  background-color: #ffffff;
  color: #c8232b;
}
.header-container .social-list li a svg {
  width: 45px;
  height: 45px;
}

.home_banner_01 {
  min-height: 100vh;
  overflow: hidden;
  background-color: rgba(18, 43, 102, 0.1);
}
.home_banner_01 .swiper-wrapper {
  min-height: inherit;
}
.home_banner_01 .swiper-wrapper .swiper-slide {
  min-height: inherit;
}
.home_banner_01 .swiper-wrapper .swiper-slide.swiper-slide-active .h-fill {
  animation-play-state: running;
}
.home_banner_01 .swiper-wrapper .swiper-slide.swiper-slide-active .main-title, .home_banner_01 .swiper-wrapper .swiper-slide.swiper-slide-active .desc, .home_banner_01 .swiper-wrapper .swiper-slide.swiper-slide-active .btn-wrap {
  opacity: 1;
  transform: translateY(0);
}
.home_banner_01 .h-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: zoomingImg 10s linear infinite;
  animation-play-state: paused;
}
.home_banner_01 .h-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(0, 0, 0, 0.3) 20%, rgba(255, 255, 255, 0) 40%);
  z-index: 1;
}
.home_banner_01 .h-content {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home_banner_01 .h-content {
    padding: 50px 25px 70px 25px;
  }
}
@media (min-width: 768px) {
  .home_banner_01 .h-content {
    padding: 75px;
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .home_banner_01 .h-content {
    max-width: 660px;
  }
}
@media (min-width: 1400px) {
  .home_banner_01 .h-content {
    max-width: 700px;
  }
}
@media (min-width: 1600px) {
  .home_banner_01 .h-content {
    max-width: 800px;
  }
}
.home_banner_01 .h-content .main-title {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 15px;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.2s;
}
@media (max-width: 1599px) {
  .home_banner_01 .h-content .main-title {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  .home_banner_01 .h-content .main-title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .home_banner_01 .h-content .main-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home_banner_01 .h-content .main-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .home_banner_01 .h-content .main-title {
    font-size: 35px;
  }
}
.home_banner_01 .h-content .desc {
  font-size: 22px;
  color: #f9f9f9;
  margin-bottom: 40px;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.4s;
  line-height: 150%;
}
@media (max-width: 1399px) {
  .home_banner_01 .h-content .desc {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .home_banner_01 .h-content .desc {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.home_banner_01 .h-content .btn-wrap {
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.6s;
}
.home_banner_01 .btn {
  border: none;
  padding-left: 0;
  font-size: 18px;
}
.home_banner_01 .btn:focus-visible {
  background-color: transparent;
}
.home_banner_01 .btn .n-icon {
  position: relative;
  margin-left: 10px;
  background-color: transparent;
}
.home_banner_01 .btn .n-icon::after, .home_banner_01 .btn .n-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320.001 320.001' fill='white'%3E%3Cg transform='matrix(1,0,0,1,5,0)'%3E%3Cpath d='m295.84 146.049-256-144a16.026 16.026 0 0 0-15.904.128A15.986 15.986 0 0 0 16 16.001v288a15.986 15.986 0 0 0 7.936 13.824A16.144 16.144 0 0 0 32 320.001c2.688 0 5.408-.672 7.84-2.048l256-144c5.024-2.848 8.16-8.16 8.16-13.952s-3.136-11.104-8.16-13.952z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: zoominOut 3s linear infinite;
  z-index: -1;
}
.home_banner_01 .btn .n-icon::before {
  opacity: 0.1;
  height: 40px;
  width: 40px;
  animation-delay: 0s;
}
.home_banner_01 .btn .n-icon::after {
  opacity: 0.2;
  height: 40px;
  width: 40px;
  animation-delay: 1.5s;
}
.home_banner_01 .btn .n-icon svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
}
.home_banner_01 .btn:hover {
  background-color: transparent;
  color: #ffffff;
  border: none;
}
.home_banner_01 .btn:hover .n-icon {
  background-color: transparent;
}
.home_banner_01 .swiper-button-prev {
  inset: auto 140px 70px auto;
}
@media (max-width: 1199px) {
  .home_banner_01 .swiper-button-prev {
    inset: auto 120px 70px auto;
  }
}
@media (max-width: 767px) {
  .home_banner_01 .swiper-button-prev {
    inset: auto auto 20px 25px;
  }
}
.home_banner_01 .swiper-button-next {
  inset: auto 70px 70px auto;
}
@media (max-width: 767px) {
  .home_banner_01 .swiper-button-next {
    inset: auto auto 20px 60px;
  }
}
.home_banner_01 .swiper-button-prev, .home_banner_01 .swiper-button-next {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.home_banner_01 .swiper-button-prev:hover, .home_banner_01 .swiper-button-next:hover {
  opacity: 0.8;
}
.home_banner_01 .swiper-button-prev svg, .home_banner_01 .swiper-button-next svg {
  width: 40px;
  height: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home_banner_01 .swiper-button-prev svg, .home_banner_01 .swiper-button-next svg {
    width: 35px;
    height: 15px;
  }
}

@keyframes zoomingImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoominOut {
  0% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .about-sec .row-gap {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 1400px) {
  .about-sec .row-gap {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1200px) {
  .about-sec.aos-animate .list-box {
    margin-left: 0;
    opacity: 1;
  }
}
.about-sec .wrap {
  border-radius: 15px;
  overflow: hidden;
}
.about-sec .card {
  background-color: #c8232b;
  color: #ffffff;
  text-align: center;
  padding: 24px 20px 20px;
}
@media (max-width: 1199px) {
  .about-sec .card {
    padding: 20px 15px 15px;
  }
}
.about-sec .card .num {
  font-size: 50px;
}
.about-sec .card .desc {
  font-size: 18px;
}
.about-sec .about-content {
  padding: 45px;
  background-color: rgba(200, 35, 43, 0.1);
  border-radius: 15px;
}
.about-sec .text-big {
  font-size: 26px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 1399px) {
  .about-sec .text-big {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .about-sec .text-big {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-sec .text-big {
    font-size: 18px;
  }
}
.about-sec .moreless-button {
  display: inline-block;
  margin-left: 10px;
  color: #c8232b;
  transition: all 0.3s ease-in-out;
}
.about-sec .moreless-button:hover {
  color: #122b66;
}
.about-sec .read-more {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.service-cards {
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.service-cards svg {
  height: 25px;
  width: 25px;
  color: #3E5468;
}
.service-cards ul li {
  position: relative;
  display: block;
  height: 65px;
  width: 65px;
}
.service-cards ul li a {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #3E5468;
  background-color: #ffffff;
  border-radius: 50px 0 0 50px;
  line-height: 110%;
  white-space: nowrap;
  width: 100%;
}
.service-cards ul li a:hover {
  width: 180px;
}
.service-cards ul li a .n-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #c8232b;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-cards ul li a .n-icon svg {
  width: 26px;
  height: 26px;
  color: #ffffff;
}
.service-cards ul li + li {
  margin-top: 15px;
}
.service-cards .title {
  font-size: 18px;
  color: #3E5468;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service-cards .title {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .service-cards .title {
    font-size: 14px;
  }
}

.gallery-sec {
  background-color: rgba(200, 35, 43, 0.09);
}
@media (min-width: 1200px) {
  .gallery-sec {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .gallery-sec .swiper-slide:nth-child(odd) {
    width: calc(40% - 15px) !important;
  }
  .gallery-sec .swiper-slide:nth-child(even) {
    width: calc(60% - 15px) !important;
  }
}
@media (min-width: 1200px) {
  .gallery-sec .swiper-slide .img-anim::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    transition: left 1s ease-in-out;
  }
}
.gallery-sec .swiper-slide.swiper-slide-active .img-anim::before, .gallery-sec .swiper-slide.swiper-slide-next .img-anim::before {
  left: 100%;
}
.gallery-sec .swiper-slide:hover .thumbnail-container img {
  filter: brightness(0.9);
}
.gallery-sec .swiper-slide:hover .thumbnail-container .mark {
  opacity: 1;
}
.gallery-sec .thumbnail-container {
  padding-bottom: 500px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .gallery-sec .thumbnail-container {
    padding-bottom: 400px;
  }
}
@media (max-width: 1199px) {
  .gallery-sec .thumbnail-container {
    padding-bottom: 350px;
  }
}
@media (max-width: 767px) {
  .gallery-sec .thumbnail-container {
    padding-bottom: 300px;
  }
}
@media (max-width: 575px) {
  .gallery-sec .thumbnail-container {
    padding-bottom: 250px;
  }
}
.gallery-sec .thumbnail-container img {
  transition: 0.3s ease-in-out;
}
.gallery-sec .thumbnail-container .mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-sec .thumbnail-container .mark::after, .gallery-sec .thumbnail-container .mark::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-sec .thumbnail-container .mark::after {
  width: 30px;
  height: 2px;
}
.gallery-sec .thumbnail-container .mark::before {
  width: 2px;
  height: 30px;
}
.gallery-sec .swiper-button-prev, .gallery-sec .swiper-button-next {
  background-color: rgba(249, 249, 249, 0.8);
}
@media (min-width: 768px) {
  .gallery-sec .swiper-button-prev {
    left: -35px;
  }
}
@media (min-width: 768px) {
  .gallery-sec .swiper-button-next {
    right: -35px;
  }
}

.testimonial-sec {
  background-color: rgba(200, 35, 43, 0.09);
}
@media (min-width: 1200px) {
  .testimonial-sec .testi-content {
    padding: 50px 0;
    font-size: 18px;
  }
}
.testimonial-sec .testi_wrap {
  padding: 70px 100px;
  border-radius: 25px;
  margin-left: 70px;
}
@media (max-width: 1399px) {
  .testimonial-sec .testi_wrap {
    margin-left: 30px;
    padding: 50px 70px;
  }
}
@media (max-width: 1199px) {
  .testimonial-sec .testi_wrap {
    padding: 50px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testi_wrap {
    padding: 30px;
  }
}
.testimonial-sec .testi_wrap {
  background-color: #ffffff;
}
.testimonial-sec .testi_wrap .n-icon {
  margin-bottom: 15px;
  display: block;
  color: rgba(18, 43, 102, 0.3);
}
.testimonial-sec .testi_wrap .n-icon svg {
  transform: scale(-1, 1);
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .testimonial-sec .testi_wrap .n-icon svg {
    width: 30px;
    height: 30px;
  }
}
.testimonial-sec .testi_wrap .name {
  font-size: 20px;
  color: #3E5468;
  margin: 25px 0 2px;
}
@media (max-width: 1199px) {
  .testimonial-sec .testi_wrap .name {
    font-size: 18px;
  }
}
.testimonial-sec .testi_wrap .title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .testimonial-sec .testi_wrap .title {
    font-size: 14px;
  }
}
.testimonial-sec .review-text {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .testimonial-sec .review-text {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .testimonial-sec .review-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .review-text {
    font-size: 18px;
  }
}

.map-sec .card-inner .n-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.map-sec .card-inner .n-icon svg {
  width: 20px;
  height: 20px;
}
.map-sec .pin-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .map-sec .pin-icon {
    width: 30px;
    height: 30px;
  }
}
.map-sec .map {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .map-sec .map .thumbnail-container {
    padding-bottom: 50%;
  }
}
.map-sec .map .thumbnail-container img {
  max-width: 93%;
}
@media (max-width: 1599px) {
  .map-sec .map .thumbnail-container img {
    max-width: 90%;
  }
}
.map-sec .card-wrap {
  border: 1px solid;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .map-sec .card-wrap {
    font-size: 10px;
  }
}
.map-sec .card-wrap:nth-child(1) {
  border-color: transparent rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) transparent;
  padding: 0 30px 30px 0;
  box-shadow: 10px 10px 20px -6px rgba(18, 43, 102, 0.1);
}
@media (max-width: 1399px) {
  .map-sec .card-wrap:nth-child(1) {
    padding: 0 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .map-sec .card-wrap:nth-child(1) {
    padding: 25px 20px;
  }
}
.map-sec .card-wrap:nth-child(2) {
  border-color: transparent transparent rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05);
  padding: 0 0 30px 30px;
}
@media (max-width: 1399px) {
  .map-sec .card-wrap:nth-child(2) {
    padding: 0 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .map-sec .card-wrap:nth-child(2) {
    padding: 20px;
  }
}
.map-sec .card-wrap:nth-child(3) {
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) transparent transparent;
  padding: 30px 30px 0 0;
}
@media (max-width: 1399px) {
  .map-sec .card-wrap:nth-child(3) {
    padding: 20px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .map-sec .card-wrap:nth-child(3) {
    padding: 20px;
  }
}
.map-sec .card-wrap:nth-child(4) {
  border-color: rgba(0, 0, 0, 0.05) transparent transparent rgba(0, 0, 0, 0.05);
  padding: 30px 0 0 30px;
  box-shadow: -10px -10px 20px -6px rgba(18, 43, 102, 0.1);
}
@media (max-width: 1399px) {
  .map-sec .card-wrap:nth-child(4) {
    padding: 20px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .map-sec .card-wrap:nth-child(4) {
    padding: 20px;
  }
}
.map-sec .map-pin {
  position: absolute;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
  flex-direction: column;
}
.map-sec .map-pin .pin-icon {
  cursor: pointer;
  z-index: 9;
}
.map-sec .map-pin .pin-icon svg {
  width: 25px;
  height: 25px;
  color: #c8232b;
}
@media (max-width: 1399px) {
  .map-sec .map-pin .pin-icon svg {
    width: 18px;
    height: 18px;
  }
}
.map-sec .map-pin .pin-title {
  border-radius: 30px;
  background-color: #ffffff;
  color: #3E5468;
  padding: 2px 10px 2px 5px;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.1);
  z-index: 10;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .map-sec .map-pin .pin-title {
    padding: 3px 12px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .map-sec .map-pin .pin-title {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .map-sec .map-pin .pin-title {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .map-sec .map-pin .pin-title {
    display: none;
  }
}
.map-sec .map-pin .pin-title svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .map-sec .map-pin .pin-title svg {
    width: 12px;
    height: 12px;
  }
}
.map-sec .map-pin.map-pin-01 {
  top: 39%;
  left: 12.9%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-01 {
    top: 35%;
  }
}
@media (max-width: 1399px) {
  .map-sec .map-pin.map-pin-01 {
    left: 11%;
  }
}
@media (max-width: 991px) {
  .map-sec .map-pin.map-pin-01 {
    left: 10%;
  }
}
.map-sec .map-pin.map-pin-02 {
  top: 73%;
  left: 8%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-02 {
    top: 70%;
  }
}
.map-sec .map-pin.map-pin-03 {
  top: 63%;
  right: 10%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-03 {
    top: 60%;
  }
}
@media (max-width: 1199px) {
  .map-sec .map-pin.map-pin-03 {
    top: 62%;
  }
}
.map-sec .map-pin.map-pin-04 {
  top: 56%;
  left: 16%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-04 {
    top: 52%;
  }
}
@media (max-width: 1399px) {
  .map-sec .map-pin.map-pin-04 {
    left: 15%;
  }
}
@media (max-width: 991px) {
  .map-sec .map-pin.map-pin-04 {
    left: 14%;
  }
}
.map-sec .map-pin.map-pin-05 {
  top: 72%;
  left: 45%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-05 {
    top: 70%;
  }
}
@media (max-width: 1399px) {
  .map-sec .map-pin.map-pin-05 {
    left: 43%;
  }
}
@media (max-width: 1399px) {
  .map-sec .map-pin.map-pin-05 {
    top: 73%;
  }
}
@media (max-width: 991px) {
  .map-sec .map-pin.map-pin-05 {
    top: 71%;
  }
}
.map-sec .map-pin.map-pin-06 {
  top: 39%;
  left: 55%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-06 {
    top: 38%;
  }
}
@media (max-width: 1199px) {
  .map-sec .map-pin.map-pin-06 {
    top: 39%;
  }
}
.map-sec .map-pin.map-pin-07 {
  top: 55%;
  left: 45%;
}
@media (max-width: 1599px) {
  .map-sec .map-pin.map-pin-07 {
    top: 50%;
  }
}

.pum.pum-active .pum-container.popmake {
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  margin: 30px auto !important;
  position: relative !important;
}

.footer_sec_01 {
  background-image: linear-gradient(180deg, rgba(200, 35, 43, 0.09) 0%, rgba(200, 35, 43, 0.05) 50%);
}
.footer_sec_01 .footer-bg {
  padding: 40px;
  border-radius: 25px;
  background-color: #c8232b;
}
.footer_sec_01 .desc {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .footer_sec_01 .desc {
    max-width: 350px;
  }
}
.footer_sec_01 .form-wrap {
  border-bottom: 1px solid rgba(249, 249, 249, 0.5);
}
.footer_sec_01 .form-wrap .form-control {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  font-size: 24px;
  padding: 15px 0;
  color: #ffffff;
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .footer_sec_01 .form-wrap .form-control {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer_sec_01 .form-wrap .form-control {
    font-size: 18px;
  }
}
.footer_sec_01 .form-wrap ::-moz-placeholder {
  color: rgba(249, 249, 249, 0.5);
}
.footer_sec_01 .form-wrap ::placeholder {
  color: rgba(249, 249, 249, 0.5);
}
.footer_sec_01 .form-wrap .n-icon {
  background-color: #ffffff;
  border-radius: 50% !important;
  width: 60px;
  height: 60px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.footer_sec_01 .form-wrap .n-icon:hover {
  transform: rotate(0deg);
}
@media (max-width: 1399px) {
  .footer_sec_01 .form-wrap .n-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .footer_sec_01 .form-wrap .n-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .footer_sec_01 .form-wrap .n-icon {
    width: 30px;
    height: 30px;
  }
}
.footer_sec_01 .form-wrap .n-icon svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1399px) {
  .footer_sec_01 .form-wrap .n-icon svg {
    width: 30px;
    height: 30px;
  }
}
.footer_sec_01 a {
  color: white;
  font-weight: 300;
}
.footer_sec_01 a:hover {
  color: #ffffff;
}
.footer_sec_01 p {
  color: #dddddd;
  font-weight: 300;
}
.footer_sec_01 p strong {
  color: #ffffff;
}
.footer_sec_01 .logo {
  display: block;
  max-width: 130px;
  margin-bottom: 20px;
}
.footer_sec_01 .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1199px) {
  .footer_sec_01 .list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer_sec_01 .list {
    margin-top: 20px;
  }
}
.footer_sec_01 .list li a {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  border-radius: 5px;
}
.footer_sec_01 .list li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.footer_sec_01 .list li img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer_sec_01 .footer_title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .footer_sec_01 .footer_title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer_sec_01 .footer_title {
    font-size: 20px;
  }
}
.footer_sec_01 .social-icon .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media (max-width: 1600px) {
  .footer_sec_01 .social-icon .icon {
    width: 35px;
    height: 35px;
  }
}
.footer_sec_01 .social-icon .icon:hover {
  background-color: #ffffff;
  color: #c8232b;
}
.footer_sec_01 .crafted-txt {
  border-left: 1px solid rgba(249, 249, 249, 0.3);
  padding-left: 15px;
  margin-left: 15px;
}
.footer_sec_01 .crafted-txt img {
  max-width: 20px;
}
@media (max-width: 575px) {
  .footer_sec_01 .crafted-txt {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}/*# sourceMappingURL=main.css.map */