@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
.header__area {
  position: sticky;
  top: 8px;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.header__area .wrapper {
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 8px;
}
.header__area--content {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  padding: 8px;
}
.header__area--content .logo {
  width: -moz-max-content;
  width: max-content;
  transition: all ease-in 0.3s;
}
.header__area--content .logo:hover {
  transform: scale(1.04);
  transition: all ease-in 0.3s;
}
.header__area--content .logo img {
  height: 56px;
  width: auto;
}
@media (max-width: 600px) {
  .header__area--content .logo img {
    height: 36px;
  }
}
.header__area--content--nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header__area--content--nav--item {
  position: relative;
  text-align: center;
  transition: all ease-in 0.4s;
}
.header__area--content--nav--item a {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  color: #1C5485;
  padding: 40px 0;
  text-decoration: none;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -8px;
  height: 100%;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
.header__area--content--nav--item.active, .header__area--content--nav--item:hover {
  color: #DA4841;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active a, .header__area--content--nav--item:hover a {
  color: #DA4841;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active:after, .header__area--content--nav--item:hover:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -16px;
  height: 4px;
  border-radius: 4px;
  background-color: #DA4841;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header__area--content--nav {
    display: none;
  }
}
.header__area--content--right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__area--content--right .fronty--btn {
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .header__area--content--right .fronty--btn {
    height: 40px;
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  .header__area--content--right .fronty--btn {
    display: none;
  }
}
.header__area--content--right .drawer--btn {
  display: none;
}
@media (max-width: 1199px) {
  .header__area--content--right .drawer--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding: 4px 8px;
    color: #1C5485;
    background-color: transparent;
    font-weight: 600;
    font-size: clamp(16px, 3vw, 16px);
  }
}

.sticky {
  position: sticky;
  top: 8px;
  z-index: 9;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.sticky .header__area--content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-up {
  top: -70px;
  transform: translateY(-100px);
  transition: transform 0.5s ease-out;
}

.swipe-nav {
  position: fixed;
  z-index: 40000;
  top: -2em;
  right: 0;
  bottom: -2em;
  left: 0;
  visibility: hidden;
  transition: visibility 0.2s ease;
}
.swipe-nav__overlay {
  cursor: default;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  will-change: opacity;
}
.swipe-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  transition: 0.2s ease-out;
  transition-property: transform;
  transform: translate3d(100%, 0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  will-change: transform;
}
@media (max-width: 991px) {
  .swipe-nav__panel {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .swipe-nav__panel {
    width: 70%;
  }
}
@media (max-width: 512px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
@media (max-width: 380px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
.swipe-nav__scroller {
  height: 100%;
}
.swipe-nav__inner {
  position: relative;
  min-height: 100%;
}
.swipe-nav__inner .menu-button {
  top: -2.125em;
}
.swipe-nav__close {
  cursor: pointer;
}
.swipe-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 32px;
}
.swipe-nav__head .title {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #da4841;
}
.swipe-nav__head img {
  width: 64px;
  height: auto;
}
.swipe-nav__content {
  padding: 16px;
}
.swipe-nav__content .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-height: 800px) {
  .swipe-nav__content .navigation ul {
    gap: 8px;
  }
}
.swipe-nav__content .navigation ul li {
  width: 100%;
}
.swipe-nav__content .navigation ul li a {
  padding: 8px 16px;
  color: #061a2b;
  text-decoration: none;
  transition: all ease-in 0.4s;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(32px, 3vw, 38px);
  font-weight: 600;
  position: relative;
  width: 100%;
  transition: all ease-in 0.4s;
  background-color: rgba(168, 177, 193, 0.02);
  border-left: 4px solid transparent;
}
.swipe-nav__content .navigation ul li:hover, .swipe-nav__content .navigation ul li.active {
  transition: all ease-in 0.4s;
  background-color: rgba(28, 84, 133, 0.02);
  border-left: 4px solid #da4841;
}
.swipe-nav__content .navigation ul li:hover::after, .swipe-nav__content .navigation ul li.active::after {
  position: absolute;
  transition: all ease-in 0.4s;
  width: 32px;
  height: 2px;
  bottom: 0px !important;
  left: 0;
  margin: 0;
  background-color: #da4841;
  z-index: 1;
  content: "";
}
.swipe-nav__content .navigation ul li:hover a, .swipe-nav__content .navigation ul li.active a {
  color: #1C5485;
}

.js .swipe-nav__panel:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  visibility: visible;
  width: 1em;
  content: "";
}

.swipe-nav--open,
.no-js .swipe-nav:target {
  visibility: visible;
}
.swipe-nav--open .swipe-nav__overlay,
.no-js .swipe-nav:target .swipe-nav__overlay {
  opacity: 1;
}
.swipe-nav--open .swipe-nav__panel,
.no-js .swipe-nav:target .swipe-nav__panel {
  transform: translate3d(0, 0, 0);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #1C5485;
}

a:hover {
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(28, 84, 133, 0.7);
  color: white;
}

::selection {
  background-color: rgba(28, 84, 133, 0.7);
  color: white;
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

body {
  /* overflow: hidden; */
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #2f3c4e;
  overflow-x: hidden;
  position: relative;
  border-top: 4px solid;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #E17C3F 0%, #E17C3F 20%, #e63841 20%, #e63841 20%, #e63841 40%, #5ed6fd 40%, #5ed6fd 40%, #e63841 40%, #5ed6fd 40%, #5ed6fd 40%, #5ed6fd 60%, #45c33b 60%, #45c33b 80%, #1172c0 80%, #1C5485 80%, #1C5485 100%) 1 stretch repeat;
     border-image: linear-gradient(to right, #E17C3F 0%, #E17C3F 20%, #e63841 20%, #e63841 20%, #e63841 40%, #5ed6fd 40%, #5ed6fd 40%, #e63841 40%, #5ed6fd 40%, #5ed6fd 40%, #5ed6fd 60%, #45c33b 60%, #45c33b 80%, #1172c0 80%, #1C5485 80%, #1C5485 100%) 1 stretch repeat;
}

.sticky-top {
  top: 8.5rem;
  z-index: 0;
}
@media (max-width: 991px) {
  .sticky-top {
    position: static;
  }
}

.no-clip::after {
  content: none !important;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1560px) {
  .container {
    max-width: 1380px;
    margin: 0 auto;
  }
}
@media (max-width: 1499px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding: 0 64px;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 400px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.header__area {
  position: sticky;
  top: 8px;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.header__area .wrapper {
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 8px;
}
.header__area--content {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  padding: 8px;
}
.header__area--content .logo {
  width: -moz-max-content;
  width: max-content;
  transition: all ease-in 0.3s;
}
.header__area--content .logo:hover {
  transform: scale(1.04);
  transition: all ease-in 0.3s;
}
.header__area--content .logo img {
  height: 56px;
  width: auto;
}
@media (max-width: 600px) {
  .header__area--content .logo img {
    height: 36px;
  }
}
.header__area--content--nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header__area--content--nav--item {
  position: relative;
  text-align: center;
  transition: all ease-in 0.4s;
}
.header__area--content--nav--item a {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  color: #1C5485;
  padding: 40px 0;
  text-decoration: none;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -8px;
  height: 100%;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
.header__area--content--nav--item.active, .header__area--content--nav--item:hover {
  color: #DA4841;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active a, .header__area--content--nav--item:hover a {
  color: #DA4841;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active:after, .header__area--content--nav--item:hover:after {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  bottom: -16px;
  height: 4px;
  border-radius: 4px;
  background-color: #DA4841;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header__area--content--nav {
    display: none;
  }
}
.header__area--content--right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__area--content--right .fronty--btn {
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .header__area--content--right .fronty--btn {
    height: 40px;
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  .header__area--content--right .fronty--btn {
    display: none;
  }
}
.header__area--content--right .drawer--btn {
  display: none;
}
@media (max-width: 1199px) {
  .header__area--content--right .drawer--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding: 4px 8px;
    color: #1C5485;
    background-color: transparent;
    font-weight: 600;
    font-size: clamp(16px, 3vw, 16px);
  }
}

.sticky {
  position: sticky;
  top: 8px;
  z-index: 9;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.sticky .header__area--content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-up {
  top: -70px;
  transform: translateY(-100px);
  transition: transform 0.5s ease-out;
}

.swipe-nav {
  position: fixed;
  z-index: 40000;
  top: -2em;
  right: 0;
  bottom: -2em;
  left: 0;
  visibility: hidden;
  transition: visibility 0.2s ease;
}
.swipe-nav__overlay {
  cursor: default;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  will-change: opacity;
}
.swipe-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  transition: 0.2s ease-out;
  transition-property: transform;
  transform: translate3d(100%, 0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  will-change: transform;
}
@media (max-width: 991px) {
  .swipe-nav__panel {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .swipe-nav__panel {
    width: 70%;
  }
}
@media (max-width: 512px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
@media (max-width: 380px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
.swipe-nav__scroller {
  height: 100%;
}
.swipe-nav__inner {
  position: relative;
  min-height: 100%;
}
.swipe-nav__inner .menu-button {
  top: -2.125em;
}
.swipe-nav__close {
  cursor: pointer;
}
.swipe-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 32px;
}
.swipe-nav__head .title {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #da4841;
}
.swipe-nav__head img {
  width: 64px;
  height: auto;
}
.swipe-nav__content {
  padding: 16px;
}
.swipe-nav__content .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-height: 800px) {
  .swipe-nav__content .navigation ul {
    gap: 8px;
  }
}
.swipe-nav__content .navigation ul li {
  width: 100%;
}
.swipe-nav__content .navigation ul li a {
  padding: 8px 16px;
  color: #061a2b;
  text-decoration: none;
  transition: all ease-in 0.4s;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(32px, 3vw, 38px);
  font-weight: 600;
  position: relative;
  width: 100%;
  transition: all ease-in 0.4s;
  background-color: rgba(168, 177, 193, 0.02);
  border-left: 4px solid transparent;
}
.swipe-nav__content .navigation ul li:hover, .swipe-nav__content .navigation ul li.active {
  transition: all ease-in 0.4s;
  background-color: rgba(28, 84, 133, 0.02);
  border-left: 4px solid #da4841;
}
.swipe-nav__content .navigation ul li:hover::after, .swipe-nav__content .navigation ul li.active::after {
  position: absolute;
  transition: all ease-in 0.4s;
  width: 32px;
  height: 2px;
  bottom: 0px !important;
  left: 0;
  margin: 0;
  background-color: #da4841;
  z-index: 1;
  content: "";
}
.swipe-nav__content .navigation ul li:hover a, .swipe-nav__content .navigation ul li.active a {
  color: #1C5485;
}

.js .swipe-nav__panel:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  visibility: visible;
  width: 1em;
  content: "";
}

.swipe-nav--open,
.no-js .swipe-nav:target {
  visibility: visible;
}
.swipe-nav--open .swipe-nav__overlay,
.no-js .swipe-nav:target .swipe-nav__overlay {
  opacity: 1;
}
.swipe-nav--open .swipe-nav__panel,
.no-js .swipe-nav:target .swipe-nav__panel {
  transform: translate3d(0, 0, 0);
}

.footer__area {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  .footer__area {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
@media (max-width: 800px) {
  .footer__area {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.footer__area .content {
  min-height: 440px;
  background-color: #1C5485;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .footer__area .content {
    padding: 16px;
  }
}
.footer__area .content .head h3 {
  color: #ffffff;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 500;
  position: relative;
}
.footer__area .content .head h3:after {
  background: #ffffff;
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  margin: 0 auto;
  left: 0;
  border-radius: 10px;
  height: 4px;
  bottom: -12px;
}
.footer__area .content .info {
  margin-top: 32px;
}
.footer__area .content .info .item {
  margin-bottom: 16px;
}
.footer__area .content .info .item:last-child {
  margin-bottom: 0;
}
.footer__area .content .info .item h5 {
  color: #E17C3F;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
}
.footer__area .content .info .item h4 {
  color: #F8F9FF;
  margin-bottom: 0;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 24px;
}
.footer__area .content .info .item h4 a {
  color: #F8F9FF;
}
.footer__area .content .social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__area .content .social span {
  font-style: italic;
  color: #ffffff;
}
@media (max-width: 512px) {
  .footer__area .content .social span {
    display: none;
  }
}
.footer__area .content .social .items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.footer__area .content .social .items a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
}
@media (max-width: 512px) {
  .footer__area .content .social .items a {
    border-radius: 4px;
    height: 32px;
    width: 32px;
  }
  .footer__area .content .social .items a i {
    font-size: 16px;
  }
}
.footer__area .content .social .items a:hover {
  background-color: #da4841;
  color: #ffffff;
}
.footer__area .content iframe {
  border-radius: 16px;
  margin-top: 32px;
}
.footer__area .content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex-direction: column;
}
.footer__area .content .logo img {
  margin-bottom: 24px;
  width: 80%;
}
.footer__area .content .logo--footer {
  margin-bottom: 16px;
  height: 60px;
}
.footer__area .content .short {
  color: #2f3c4e;
  font-weight: 200;
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 32px;
  line-height: clamp(24px, 3vw, 28px);
}
.footer__area .content .contact--info .item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer__area .content .contact--info .item:last-child {
  margin-bottom: 0;
}
.footer__area .content .contact--info .item .icon {
  margin-right: 16px;
  background: transparent;
  border-radius: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__area .content .contact--info .item .icon svg {
  height: 36px;
}
.footer__area .content .contact--info .item .value {
  display: flex;
  flex-direction: column;
}
.footer__area .content .contact--info .item .value a {
  color: #ffffff;
  font-size: clamp(14px, 3vw, 16px);
  margin-bottom: 4px;
}
.footer__area .content .contact--info .item .value a:last-child {
  margin-bottom: 0;
}
.footer__area .content .social {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.footer__area .content .social a {
  height: 50px;
  width: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C5485;
  border-radius: 4px;
  transition: transform 1s ease-in-out;
}
.footer__area .content .social a svg {
  height: 32px;
}
.footer__area .content .social a:hover {
  background-color: #1C5485;
  transition: transform 1s ease-in-out;
}
.footer__area .content .social a:hover i {
  transform: scale(1.2);
}
.footer__area .content .social .facebook {
  background-color: #1877f2 !important;
}
.footer__area .content .social .instagram {
  background-color: #e4405f !important;
}
.footer__area .main {
  background-color: #f8fcff !important;
  border: 1px solid rgba(28, 84, 133, 0.2);
}
.footer__area .main p {
  text-align: center;
  color: #2f3c4e;
  font-size: clamp(14px, 3vw, 16px);
}

.copyright {
  text-align: center;
  padding: 24px 0;
}
.copyright p {
  text-align: center;
  font-size: clamp(14px, 3vw, 14px);
  color: #2f3c4e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.copyright p img {
  height: 16px;
  margin: 0 8px;
}
.copyright small {
  color: #a8b1c1;
}
.copyright small a {
  color: rgb(255, 200, 0);
}
.copyright small a:last-child {
  color: #f0b670;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(22, 202, 115, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(22, 202, 115, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(22, 202, 115, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(22, 202, 115, 0);
  }
}
.notif__whatsapp {
  background-color: #16ca73;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 24px;
  right: 24px;
  border-radius: 100px;
  z-index: 9999;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  animation: shadow-pulse 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #ffffff;
  text-decoration: none;
  gap: 8px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
  border: 1px solid #16ca73;
}
.notif__whatsapp:hover {
  color: #16ca73;
  background-color: #ffffff;
  border: 1px solid #16ca73;
}

.fronty--btn {
  height: 50px;
  min-width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  padding: 8px 24px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
  font-size: clamp(14px, 3vw, 16px);
}
@media (max-width: 676px) {
  .fronty--btn {
    padding: 16px 16px;
    height: auto;
  }
}
.fronty--btn span {
  margin: 0 8px;
}

.primary {
  background-color: #DA4841 !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 16px;
}
.primary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1C5485;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.primary:hover {
  color: #ffffff !important;
}
.primary:hover:after {
  left: 0;
  width: 100%;
}
.primary:active {
  top: 2px;
}

.light--btn {
  background-color: #ffffff !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  text-decoration: none;
  color: #1C5485;
}
.light--btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #061a2b;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.light--btn:hover {
  color: white;
}
.light--btn:hover:after {
  left: 0;
  width: 100%;
}
.light--btn:active {
  top: 2px;
}

.borderd--btn {
  background-color: transparent !important;
  border: 2px solid #1C5485;
  color: #1C5485;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.borderd--btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1C5485;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.borderd--btn:hover {
  color: #ffffff !important;
  border: 0px solid #1c5485;
}
.borderd--btn:hover:after {
  left: 0;
  width: 100%;
}
.borderd--btn:active {
  top: 2px;
}

.second {
  background: #E17C3F;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  border: 1px solid #E17C3F;
  color: #1C5485;
}
@media (max-width: 676px) {
  .second {
    min-width: auto;
    height: auto;
  }
}
.second:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.second:hover {
  color: #1C5485;
  border: 1px solid #1C5485;
}
.second:hover:after {
  left: 0;
  width: 100%;
}
.second:active {
  top: 2px;
}

.dark {
  background: #061a2b;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
}
@media (max-width: 676px) {
  .dark {
    min-width: auto;
    height: auto;
  }
}
.dark:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #061a2b;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.dark:hover {
  color: #fff;
}
.dark:hover:after {
  left: 0;
  width: 100%;
}
.dark:active {
  top: 2px;
}

.dark-nohover {
  background: #061a2b;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
}
@media (max-width: 676px) {
  .dark-nohover {
    min-width: auto;
    height: auto;
  }
}
.dark-nohover:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #DA4841;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.dark-nohover:hover {
  color: #fff;
}
.dark-nohover:hover:after {
  left: 0;
  width: 100%;
}

.third {
  background: rgba(28, 84, 133, 0.08) !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  color: #1C5485 !important;
}
@media (max-width: 676px) {
  .third {
    min-width: auto;
    height: auto;
  }
}
.third:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1C5485;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.third:hover {
  color: #ffffff !important;
}
.third:hover:after {
  left: 0;
  width: 100%;
}
.third:active {
  top: 2px;
}

.forth {
  background: rgba(218, 72, 65, 0.1) !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  color: #DA4841;
}
@media (max-width: 676px) {
  .forth {
    min-width: auto;
    height: auto;
  }
}
.forth:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #DA4841;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.forth:hover {
  color: #ffffff !important;
}
.forth:hover:after {
  left: 0;
  width: 100%;
}
.forth:active {
  top: 2px;
}

.danger-btn {
  background: rgba(242, 73, 90, 0.1) !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  color: #f2495a;
}
@media (max-width: 676px) {
  .danger-btn {
    min-width: auto;
    height: auto;
  }
}
.danger-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #f2495a;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.danger-btn:hover {
  color: #ffffff !important;
}
.danger-btn:hover:after {
  left: 0;
  width: 100%;
}
.danger-btn:active {
  top: 2px;
}

.fifth {
  background: rgba(168, 177, 193, 0.08) !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 8px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  color: #2f3c4e;
}
@media (max-width: 676px) {
  .fifth {
    min-width: auto;
    height: auto;
  }
}
.fifth:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #a8b1c1;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.fifth:hover {
  color: #ffffff !important;
}
.fifth:hover:after {
  left: 0;
  width: 100%;
}
.fifth:active {
  top: 2px;
}

.whatsapp {
  background: #16ca73 !important;
  border: none;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 8px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 676px) {
  .whatsapp {
    min-width: auto;
    height: auto;
  }
}
.whatsapp:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #16ca73;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.whatsapp:hover {
  color: #ffffff !important;
}
.whatsapp:hover:after {
  left: 0;
  width: 100%;
}
.whatsapp:active {
  top: 2px;
}

.btn--height-60 {
  height: 60px;
}

.btn--height-50 {
  height: 50px;
}

.btn--height-40 {
  height: 40px;
  font-size: 14px !important;
}

.btn--height-40-40 {
  height: 40px;
  width: 40px;
}

.btn--height-50-50 {
  height: 50px;
  width: 50px;
}

.btn--full {
  width: 100%;
}

.btn--half {
  width: 32%;
}
@media (max-width: 991px) {
  .btn--half {
    width: 50%;
  }
}

.btn--max {
  width: -moz-max-content;
  width: max-content;
}

.btn--min {
  min-width: 180px !important;
}

.hero__section {
  margin-top: 8px;
  position: relative;
  border-radius: 24px;
  background-color: #f8fcff;
}
.hero__section--image {
  height: 660px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .hero__section--image {
    height: 500px;
  }
}
.hero__section--overlay {
  background-image: linear-gradient(to bottom, rgba(28, 84, 133, 0) 10%, rgba(28, 84, 133, 0.9) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 6px;
  border-radius: 24px;
  z-index: 1;
}
.hero__section--caption {
  position: absolute;
  right: 10%;
  left: 10%;
  bottom: 6%;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  animation-duration: 1s;
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .hero__section--caption {
    right: 4%;
    left: 4%;
    padding: 0;
  }
}
.hero__section--caption .img {
  height: 32px;
}
.hero__section--caption--title {
  --minFontSize: 24px;
  --maxFontSize: 42px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  padding: 16px 0 0;
  color: #ffffff;
  animation-duration: 1s;
  animation-delay: 1.5s;
  font-weight: 700;
  line-height: clamp(40px, 5vw, 56px);
  margin-bottom: 16px;
}
.hero__section--caption--subtitle {
  --minFontSize: 16px;
  --maxFontSize: 20px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  animation-duration: 0.5s;
  animation-delay: 1.4s;
  color: #F8F9FF;
  line-height: clamp(16px, 5vw, 32px);
  margin-bottom: 0;
}
.hero__section--caption--actions {
  display: flex;
  align-items: center;
  justify-content: center;
  animation-duration: 1s;
  animation-delay: 2.2s;
  margin: 16px 0 8px;
}

.scroll--down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .scroll--down {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
  }
}
.scroll--down .mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 56px;
  width: 28px;
  position: relative;
}
.scroll--down .move {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 32px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 48px);
    opacity: 0;
  }
}

.grid--2-30 {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .grid--2-30 {
    grid-template-columns: 1fr 40%;
  }
}
@media (max-width: 899px) {
  .grid--2-30 {
    grid-template-columns: 1fr;
  }
}

.grid--2-40 {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .grid--2-40 {
    grid-template-columns: 1fr 50%;
  }
}
@media (max-width: 899px) {
  .grid--2-40 {
    grid-template-columns: 1fr;
  }
}

.grid--1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 24px;
}

.grid--2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .grid--2 {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}

.grid--2-responsive {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .grid--2-responsive {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media (max-width: 800px) {
  .grid--2-responsive {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.grid--3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
@media (max-width: 800px) {
  .grid--3 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.flex--4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .flex--4 {
    flex-wrap: wrap;
  }
}

.grid--4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .grid--4 {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  }
}
@media (max-width: 767px) {
  .grid--4 {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media (max-width: 500px) {
  .grid--4 {
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
  }
}

.grid--5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .grid--5 {
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  }
}
@media (max-width: 767px) {
  .grid--5 {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}

.grid--6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .grid--6 {
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  }
}
@media (max-width: 767px) {
  .grid--6 {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}

.instagram__area {
  background-image: url("/assets/images/banner--cma.jpg");
  background-size: cover;
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 60px;
  border: 1px solid rgba(168, 177, 193, 0.2);
}
.instagram__area .head {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
@media (max-width: 500px) {
  .instagram__area .head {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.instagram__area .head h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  color: #1C5485;
}
.instagram__area .head button span {
  margin-left: 8px;
}
.instagram__area--item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: white;
  border: 1px solid rgba(168, 177, 193, 0.3);
  border-radius: 4px;
  cursor: pointer;
  width: 16%;
}
@media (max-width: 1199px) {
  .instagram__area--item {
    width: 19%;
  }
}
@media (max-width: 991px) {
  .instagram__area--item {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .instagram__area--item {
    width: 32%;
  }
}
.instagram__area--item--image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.instagram__area--item--title {
  --minFontSize: 14px;
  --maxFontSize: 14px;
  --scaler: 3vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  word-spacing: 4px;
  font-weight: 500;
  color: #061a2b;
  text-align: center;
  padding-top: 12px;
}
.instagram__area--item:hover .instagram__area--item--overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.instagram__area--item--overlay {
  background: rgba(218, 72, 65, 0.4);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram__area--item--overlay svg {
  color: white;
  width: 50px;
}

.image__shape {
  position: relative;
  text-align: left;
  border-radius: 16px;
  transition: border ease-in 0.4s;
}
.image__shape::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6%;
  background-color: #F8F9FF;
  border: 1px solid #F8F9FF;
  border-radius: 16px;
  height: 380px;
  width: 96%;
  z-index: -1;
}
.image__shape img {
  height: 380px;
  width: 96%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  z-index: 0;
  transition: transform ease-in 0.4s;
}
.image__shape img:hover {
  transform: scale(1.02);
  transition: transform ease-in 0.4s;
}

.image__shape--right {
  position: relative;
  text-align: right;
  border-radius: 16px;
  transition: border ease-in 0.4s;
}
.image__shape--right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6%;
  background-color: #F8F9FF;
  border: 1px solid #F8F9FF;
  border-radius: 16px;
  height: 380px;
  width: 96%;
  z-index: -1;
}
.image__shape--right img {
  height: 380px;
  width: 96%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  z-index: 0;
  transition: transform ease-in 0.4s;
}
.image__shape--right img:hover {
  transform: scale(1.02);
  transition: transform ease-in 0.4s;
}

.heading__primary {
  width: 100%;
  margin-bottom: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .heading__primary {
    width: 100%;
  }
}
.heading__primary h2 {
  color: #1c5485;
  --minFontSize: 32px;
  --maxFontSize: 56px;
  --scaler: 5vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  word-spacing: 0;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  line-height: clamp(32px, 6vw, 72px);
  z-index: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.heading__primary h2 span {
  color: #da4841;
}
.heading__primary p {
  --minFontSize: 14px;
  --maxFontSize: 16px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: clamp(24px, 3vw, 30px);
  color: #2f3c4e;
  text-align: center;
}

.heading--second {
  width: 100%;
  margin-bottom: 40px;
}
.heading--second h2 {
  color: #061a2b;
  --minFontSize: 32px;
  --maxFontSize: 56px;
  --scaler: 5vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  word-spacing: 0;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  line-height: clamp(32px, 6vw, 72px);
  z-index: 1;
  margin-bottom: 0;
}
.heading--second p {
  color: #2f3c4e;
  font-size: clamp(16px, 3vw, 20px);
  margin-top: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

.t--paragraph--1 {
  --minFontSize: 14px;
  --maxFontSize: 18px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 34px;
  color: #2f3c4e;
  padding-bottom: 8px;
  text-align: justify;
}

.t--paragraph--center {
  --minFontSize: 14px;
  --maxFontSize: 18px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 32px;
  color: #2f3c4e;
  padding-bottom: 8px;
  text-align: center;
}

.t--paragraph--large {
  --minFontSize: 16px;
  --maxFontSize: 20px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 40px;
  color: #2f3c4e;
  padding-bottom: 8px;
  text-align: justify;
}

.t--paragraph--white {
  --minFontSize: 16px;
  --maxFontSize: 18px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 38px;
  color: #ffffff;
  padding-bottom: 0;
  text-align: justify;
}

.t--paragraph--w-small {
  --minFontSize: 14px;
  --maxFontSize: 16px;
  --scaler: 3vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 0;
  text-align: justify;
}

.t--paragraph--black {
  --minFontSize: 14px;
  --maxFontSize: 18px;
  --scaler: 5vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  padding-bottom: 8px;
  text-align: justify;
}
.t--paragraph--black:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .t--paragraph--black {
    --minFontSize: 13px;
    --maxFontSize: 16px;
    --scaler: 5vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
    line-height: 24px;
  }
}
@media (max-width: 800px) {
  .t--paragraph--black {
    line-height: 24px;
  }
}

.t--paragraph--small {
  --minFontSize: 13px;
  --maxFontSize: 16px;
  --scaler: 7vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 28px;
  color: #2f3c4e;
  padding-bottom: 8px;
  text-align: justify;
}
.t--paragraph--small:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.main::first-letter {
  color: #DA4841;
  font-size: 24px;
  padding-left: 4px;
}

.second::first-letter {
  color: #2f3c4e;
  font-size: 24px;
  padding-left: 4px;
}

.third::first-letter {
  color: #1C5485;
  font-size: 24px;
  padding-left: 4px;
}

.fifth::first-letter {
  color: #2f3c4e;
  font-size: 24px;
  padding-left: 4px;
}

.image--col img {
  width: 100%;
  padding: 24px;
}

.s--image {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px;
  height: auto;
}
.s--image:hover img {
  transform: scale(1.5);
}
.s--image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}

.s2--image {
  width: 80%;
  padding: 12px;
  height: auto;
}

.s--image-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px;
}
.s--image-2:hover img {
  transform: scale(1.5);
}
.s--image-2 img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 800px) {
  .s--image-2 {
    width: 200px;
    margin: 0 auto;
  }
}

.s--image--90 {
  width: 90%;
  padding: 12px;
}

.image--random {
  position: relative;
}
.image--random--01 {
  transition: all 0.5s;
  transition-property: transform;
  padding-left: 80px;
}
.image--random--01:hover {
  transform: scale(1.1) rotate(1.5deg) translateY(-12px) translateX(-2px);
}
.image--random--02 {
  position: absolute;
  bottom: -114px;
  left: 7%;
  width: 70%;
  border-radius: 12px;
  transform-origin: left bottom;
  transition: all 0.5s;
  transition-property: transform;
}
.image--random--02:hover {
  transform: scale(1.1) rotate(1.5deg) translateX(12px) translateY(-12px);
}
@media (max-width: 800px) {
  .image--random--02 {
    bottom: -90px;
    left: 4%;
    width: 70%;
  }
}
.image--random--03 {
  position: absolute;
  right: -40px;
  width: 30%;
  border-radius: 12px;
  transition: all 0.5s;
  transition-property: transform;
}
.image--random--03:hover {
  transform: scale(1.15) rotate(-2deg);
}
@media (max-width: 800px) {
  .image--random--03 {
    right: 0;
    width: 35%;
  }
}

.pega {
  font-weight: 600;
  color: #DA4841;
}
.pega span {
  color: #1C5485;
}

.m--bold--primary {
  font-weight: 600;
  color: #1C5485;
}

.text--color--third {
  color: #2f3c4e;
}

.animate--float {
  overflow: hidden;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.animate--float--1 {
  overflow: hidden;
  transform: translatey(0px);
  animation: float1 6s ease-in-out infinite;
}

.animate--float--2 {
  overflow: hidden;
  transform: translateX(0px);
  animation: float1 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float1 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes animateLine {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.thankyou--area img {
  height: 160px;
  margin-bottom: 16px;
}
.thankyou--area h2 {
  color: #DA4841;
  font-weight: 700;
}

.custom--alert--success {
  background-color: rgba(0, 225, 131, 0.2);
  border: 1px solid #00e082;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0;
  color: #00844d;
  font-weight: 600;
}
.custom--alert--success svg {
  margin-right: 16px;
}

.custom--alert--danger {
  background-color: rgba(234, 70, 70, 0.2);
  border: 1px solid #EA4646;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0;
  color: #8f1d1d;
}
.custom--alert--danger svg {
  margin-right: 16px;
}
.custom--alert--danger ul {
  margin-left: 24px;
}
.custom--alert--danger ul li {
  color: #8f1d1d;
}

.text-danger {
  padding: 8px;
  background-color: rgba(234, 70, 70, 0.1);
  border: 1px solid rgba(234, 70, 70, 0.4);
  color: #8f1d1d;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.text-success {
  padding: 16px;
  background-color: rgba(0, 177, 102, 0.1);
  border: 1px solid rgba(0, 177, 102, 0.4);
  color: #00814b;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.text-danger-dark {
  padding: 8px;
  background-color: rgba(234, 70, 70, 0.8);
  border: 1px solid rgb(234, 70, 70);
  color: #fff;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.text-success-dark {
  padding: 16px;
  background-color: rgba(0, 177, 102, 0.8);
  border: 1px solid rgb(0, 177, 102);
  color: #fff;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.swiper__arrows .swiper-wrapper {
  margin-bottom: 56px;
  height: auto !important;
}
.swiper__arrows .swiper-button-prev {
  left: 40%;
}
@media (max-width: 991px) {
  .swiper__arrows .swiper-button-prev {
    left: 40%;
  }
}
@media (max-width: 600px) {
  .swiper__arrows .swiper-button-prev {
    left: 0%;
  }
}
.swiper__arrows .swiper-button-next {
  right: 40%;
}
@media (max-width: 991px) {
  .swiper__arrows .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 600px) {
  .swiper__arrows .swiper-button-next {
    right: 0%;
  }
}
.swiper__arrows .swiper-button-prev:after,
.swiper__arrows .swiper-button-next:after {
  content: "";
}
.swiper__arrows .swiper-button-prev,
.swiper__arrows .swiper-button-next {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(175, 180, 186, 0.2) 0px 8px 24px;
}
.swiper__arrows .swiper-button-prev i,
.swiper__arrows .swiper-button-next i {
  position: relative;
  z-index: 1;
  color: #1C5485;
}
.swiper__arrows .swiper-button-prev,
.swiper__arrows .swiper-button-next {
  top: 94%;
}
.swiper__arrows .swiper-button-prev i,
.swiper__arrows .swiper-button-next i {
  color: #1C5485;
}

.swiper__arrows--inside .swiper-button-prev,
.swiper__arrows--inside .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__arrows--inside .swiper-button-prev {
  left: 24px;
}
.swiper__arrows--inside .swiper-button-next {
  left: 92px;
}
.swiper__arrows--inside .swiper-button-prev:after,
.swiper__arrows--inside .swiper-button-next:after {
  content: "";
}
.swiper__arrows--inside .swiper-button-prev i,
.swiper__arrows--inside .swiper-button-next i {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.swiper__arrows--inside .swiper-button-prev,
.swiper__arrows--inside .swiper-button-next {
  top: 88%;
}
.swiper__arrows--inside .swiper-button-prev i,
.swiper__arrows--inside .swiper-button-next i {
  color: #ffffff;
}

.swiper--inside .swiper-prev, .swiper--inside .swiper-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.swiper--inside .swiper-prev {
  position: absolute;
  left: 4%;
}
.swiper--inside .swiper-next {
  position: absolute;
  right: 0;
}
.swiper--inside .swiper-prev:after,
.swiper--inside .swiper-next:after {
  content: none !important;
}
.swiper--inside .swiper-prev i,
.swiper--inside .swiper-next i {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.swiper--inside .swiper-prev i:after,
.swiper--inside .swiper-next i:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  width: 32px;
  height: 16px;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
}
.swiper--inside .swiper-prev i:after {
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper--inside .swiper-next i:after {
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swipper--pagination .slider__controls {
  position: relative;
  z-index: 12;
}
.swipper--pagination .slider__controls .slider__pagination {
  text-align: center;
  left: 0;
  right: 0;
  margin: 16px auto 0 auto;
  transform: translateX(0%);
}
.swipper--pagination .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #a8b1c1;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.swipper--pagination .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swipper--pagination .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a8b1c1;
  width: 30px;
  transition-delay: 0s;
}

.swiper-wrapper {
  height: auto !important;
}

.nav__hero {
  z-index: 2;
}
.nav__hero .swiper-button-prev,
.nav__hero .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
  width: 100%;
}
.nav__hero .swiper-button-prev {
  left: 32px;
}
@media (max-width: 767px) {
  .nav__hero .swiper-button-prev {
    left: 16px;
  }
}
@media (max-width: 500px) {
  .nav__hero .swiper-button-prev {
    left: 8px;
  }
}
.nav__hero .swiper-button-next {
  right: 32px;
}
@media (max-width: 767px) {
  .nav__hero .swiper-button-next {
    right: 16px;
  }
}
@media (max-width: 500px) {
  .nav__hero .swiper-button-next {
    right: 8px;
  }
}
.nav__hero .swiper-button-prev:after,
.nav__hero .swiper-button-next:after {
  content: "";
}
.nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 600px) {
  .nav__hero .swiper-button-prev svg,
  .nav__hero .swiper-button-next svg {
    height: 24px;
  }
}
.nav__hero .swiper-button-prev svg:after,
.nav__hero .swiper-button-next svg:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  width: 32px;
  height: 16px;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
}
.nav__hero .swiper-button-prev svg:after {
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-button-next svg:after {
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-pagination-bullets-dynamic {
  transform: none !important;
}
.nav__hero .slider__controls {
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__hero .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 16px;
}
.nav__hero .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  display: inline-block;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.nav__hero .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.nav__hero .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 40px;
  transition-delay: 0s;
}

.breadcrumb__area {
  background-size: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 60px 0 60px 0;
  margin-top: 16px;
  z-index: -1;
  min-height: 200px;
  border-radius: 16px;
  background-image: linear-gradient(to left, rgba(28, 84, 133, 0.5), rgba(218, 72, 65, 0.6)), url("/assets/images/bg--1.png");
}
.breadcrumb__area--content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .breadcrumb__area--content {
    padding: 24px;
  }
}
.breadcrumb__area--content .head {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .breadcrumb__area--content .head {
    width: 100%;
  }
}
.breadcrumb__area--content .head h1, .breadcrumb__area--content .head h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  line-height: clamp(48px, 4vw, 72px);
}
.breadcrumb__area--content p {
  font-size: clamp(14px, 3vw, 20px);
  color: white;
  line-height: 32px;
  padding-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .breadcrumb__area--content p {
    padding-top: 8px;
  }
}

.breadcrumb--min {
  min-height: 80px !important;
  height: 100% !important;
}

.partners__area {
  margin: 40px 0 40px 0;
  padding: 24px 24px 32px;
  border-radius: 24px;
  background-color: #DA4841;
}
@media (max-width: 991px) {
  .partners__area {
    padding: 24px 16px 32px;
  }
}
.partners__area--item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  background-color: rgba(6, 26, 43, 0.8);
  border: 1px solid rgba(28, 84, 133, 0.2);
  padding: 4px;
  border-radius: 16px;
  transition: border ease-in 0.3s;
  border: 1px solid transparent;
}
.partners__area--item img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__area--item:hover {
  border: 1px solid rgba(28, 84, 133, 0.8);
  transition: border ease-in 0.3s;
}

.about__area {
  padding: 60px 0 60px 0;
  margin-top: 40px;
  position: relative;
}
.about__area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8fcff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 73%, 0 57%);
          clip-path: polygon(0 0, 100% 0, 100% 73%, 0 57%);
}
.about__area--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 16px;
  padding-top: 32px;
}
.about__area .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
}
.about__area .video {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about__area .video {
    width: 100%;
  }
}
.about__area .video .image {
  position: relative;
  cursor: pointer;
}
.about__area .video i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  height: 100%;
  width: 100%;
}
.about__area .video img {
  height: 472px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about__area .video iframe {
  border-radius: 16px;
  width: 100%;
  min-height: 472px;
}
.about__area ul {
  padding-left: 16px;
  list-style: none;
}
.about__area ul li {
  padding: 8px 0;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 26px;
  text-align: #1C5485;
}
.about__area ul li i {
  color: #DA4841;
}

.about__area2 {
  padding: 40px 0 40px 0;
  position: relative;
}
.about__area2--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 16px;
  padding-top: 32px;
}
.about__area2 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
  text-align: left;
}
.about__area2 .video {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about__area2 .video {
    width: 100%;
  }
}
.about__area2 .video .image {
  position: relative;
  cursor: pointer;
}
.about__area2 .video i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  height: 100%;
  width: 100%;
}
.about__area2 .video img {
  height: 472px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about__area2 .video iframe {
  border-radius: 16px;
  width: 100%;
  min-height: 472px;
}
.about__area2 ul {
  padding-left: 16px;
  list-style: none;
}
.about__area2 ul li {
  padding: 8px 0;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 26px;
  text-align: #1C5485;
}
.about__area2 ul li i {
  color: #DA4841;
}

.works__single {
  position: relative;
  width: 100%;
  margin: 32px auto;
}
.works__single .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(168, 177, 193, 0.1);
}
.works__single .line:nth-child(1) {
  margin-left: -25%;
}
.works__single .line:nth-child(1)::after {
  animation-delay: 2s;
}
.works__single .line:nth-child(3) {
  margin-left: 25%;
}
.works__single .line:nth-child(3)::after {
  animation-delay: 2.5s;
}
.works__single .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(28, 84, 133, 0) 0%, #1C5485 75%, #1C5485 100%);
  animation: run 5s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 991px) {
  .works__single {
    width: 100%;
  }
}
.works__single--head h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: #061a2b;
  margin-bottom: 24px;
  margin-top: 24px;
  line-height: clamp(48px, 4vw, 72px);
}
.works__single--head span {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 600;
  color: #1C5485;
  background-color: rgba(28, 84, 133, 0.08);
  padding: 8px 16px;
}
.works__single--media {
  text-align: center;
}
.works__single--media img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 24px;
}
.works__single--short {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
@media (max-witdh: 991px) {
  .works__single--short {
    padding: 16px;
  }
}
.works__single--short p {
  margin-bottom: 0;
}
.works__single--body {
  margin-top: 24px;
}
.works__single--body--title {
  color: #1C5485;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  line-height: clamp(32px, 3vw, 56px);
}
.works__single--body .t--paragraph--1 > * {
  line-height: clamp(24px, 3vw, 32px);
}
.works__single--body .t--paragraph--1 > img {
  width: 100%;
}
.works__single--body img {
  border-radius: 16px !important;
  padding: 8px;
  height: 100%;
  width: 100%;
  margin: 24px 0;
}
@media (max-width: 991px) {
  .works__single--body img {
    width: 100%;
  }
}
.works__single--images {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .works__single--images {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media (max-width: 800px) {
  .works__single--images {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.works__single--images img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  margin-bottom: 24px;
}
.works__single--images img:last-child {
  margin-bottom: 0;
}
.works__single--nextPrev {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-gap: 16px;
  margin-top: 48px;
}
.works__single--nextPrev .item {
  background: rgba(225, 124, 63, 0.4);
  padding: 8px 16px;
  width: 80%;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .works__single--nextPrev .item {
    width: 100%;
    height: auto;
  }
}
.works__single--nextPrev .item .a {
  text-decoration: none;
  color: #2f3c4e !important;
}
.works__single--nextPrev .item p {
  margin-bottom: 0;
}
.works__single--nextPrev .txt--right {
  text-align: right;
}

:focus {
  outline: none;
}

.contact__area {
  margin: 32px 0;
}
.contact__area--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .contact__area--wrap {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    padding: 16px;
  }
}
.contact__area--wrap .content .title {
  margin-bottom: 16px;
}
.contact__area--wrap .content .title h3 {
  color: #061a2b;
  margin-bottom: 16px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.contact__area--wrap .content img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.p-0 {
  padding: 0 !important;
}

.form__wrap .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .form__wrap .group {
    flex-wrap: wrap;
  }
}
.form__wrap .uploadFile {
  overflow: hidden;
  position: relative;
  resize: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 8px;
  height: 50px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1.2px solid white;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
}
.form__wrap .uploadFile .icon, .form__wrap .uploadFile i, .form__wrap .uploadFile em {
  margin-right: 8px;
}
.form__wrap .uploadFile::-moz-placeholder {
  font-weight: 500;
}
.form__wrap .uploadFile::placeholder {
  font-weight: 500;
}
.form__wrap .uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: start;
  top: 0px;
  z-index: 1;
}
.form__wrap .field--input {
  flex-grow: 1;
  margin-right: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 700px) {
  .form__wrap .field--input {
    margin-right: 0;
  }
}
.form__wrap .field--input:last-child {
  margin-right: 0;
}
.form__wrap .field--input label {
  color: #a8b1c1;
  font-weight: 400;
  font-size: 14px;
}
.form__wrap .field--input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 8px;
  height: 50px;
  border-radius: 8px;
  border: 1.2px solid rgba(28, 84, 133, 0.1);
  padding: 0 16px;
  background-color: #f8fcff;
  width: 100%;
}
.form__wrap .field--input input {
  margin-top: 8px;
  height: 50px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1.2px solid rgba(28, 84, 133, 0.1);
  background-color: #f8fcff;
}
.form__wrap .field--input textarea {
  margin-top: 8px;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1.2px solid rgba(28, 84, 133, 0.1);
  background-color: #f8fcff;
}
.form__wrap .field--input .checkbox {
  display: flex;
  align-items: center;
}
.form__wrap .field--input .checkbox input {
  margin-top: 0;
  margin-right: 8px;
  height: 40px;
}

.pedagogiy__area {
  padding: 40px 0;
}
.pedagogiy__area .head {
  padding-bottom: 16px;
}
.pedagogiy__area .head h2 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 800px;
  color: #1C5485;
  text-align: left;
  line-height: clamp(32px, 3vw, 48px);
}
.pedagogiy__area .head h3 {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400px;
  color: #DA4841;
  margin-bottom: 8px;
  text-align: left;
}
.pedagogiy__area--item {
  border-radius: 16px;
  min-height: 230px;
  max-height: 250px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pedagogiy__area--item::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.pedagogiy__area--item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
  transition: transform ease-in 0.4s;
}
.pedagogiy__area--item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: rgba(218, 72, 65, 0.5);
  transition: transform ease-in 0.4s;
}
.pedagogiy__area--item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  font-size: clamp(24px, 3vw, 32px);
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.pedagogiy__area--item:hover img {
  transform: scale(1.1);
  transition: transform ease-in 0.4s;
}
.pedagogiy__area--item:hover .overlay {
  transition: transform ease-in 0.4s;
  width: 97%;
  height: 96%;
  border-radius: 12px;
  border: 1px solid #ffffff;
}
.pedagogiy__area--item:hover::before, .pedagogiy__area--item:focus::before {
  animation: shine 0.95s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.orange .overlay {
  background-color: rgba(233, 156, 36, 0.7);
}

.blue .overlay {
  background-color: rgba(92, 162, 230, 0.7);
}

.pink .overlay {
  background-color: rgba(255, 131, 131, 0.7);
}

.green .overlay {
  background-color: rgba(67, 183, 177, 0.7);
}

.bg--orange {
  background-color: rgba(233, 156, 36, 0.1) !important;
}

.bg--green {
  background-color: rgba(67, 183, 177, 0.1) !important;
}

.bg--pink {
  background-color: rgba(255, 131, 131, 0.1) !important;
}

.bg--blue {
  background-color: rgba(92, 162, 230, 0.1) !important;
}

.news__area {
  margin-bottom: 40px;
  position: relative;
}
.news__area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(218, 72, 65, 0.04);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 73%, 0 57%);
          clip-path: polygon(0 0, 100% 0, 100% 73%, 0 57%);
}
.news__area--wrap {
  margin-top: 32px;
}
.news__area--item {
  border-radius: 16px;
  margin: 8px 0px 16px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(200, 198, 198, 0.2) 0px 2px 8px 0px;
}
.news__area--item .media {
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.news__area--item .media img {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  transition: all 1s ease, transform 1s ease;
}
.news__area--item .category {
  position: absolute;
  top: 4%;
  right: 4%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 16px;
  color: #2f3c4e;
}
.news__area--item .category a {
  font-size: 16px;
  color: #2f3c4e;
  text-decoration: none;
}
.news__area--item .content {
  padding: 16px;
}
.news__area--item .content .title {
  padding: 16px 0 0;
}
.news__area--item .content .title h3 {
  font-size: clamp(16px, 3vw, 24px);
  margin-bottom: 0;
  line-height: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #2f3c4e;
}
.news__area--item .content .date {
  margin-top: 16px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 600;
  color: #2f3c4e;
}
.news__area--item:hover {
  box-shadow: rgba(186, 186, 186, 0.4) 0px 8px 10px 0px;
  transition: all 1s ease, transform 1s ease;
}
.news__area--item:hover img {
  transform: scale(1.1) rotate(2deg);
  transition: all 1s ease, transform 1s ease;
  -ms-transition: all 1s ease, transform 1s ease;
}
.news__area--single {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .news__area--single {
    width: 100%;
  }
}
.news__area--head img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}
.news__area--head span {
  color: #a8b1c1;
}
.news__area--head .category a {
  color: #1C5485;
  text-decoration: none;
}
.news__area--body--title {
  color: #1C5485;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: clamp(32px, 3vw, 56px);
}
.news__area--body .t--paragraph--1 > * {
  line-height: clamp(24px, 3vw, 32px);
}
.news__area--body img {
  border-radius: 16px;
  padding: 8px;
  width: 100%;
  height: 100%;
}
.news__area--nextPrev {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news__area--nextPrev .item {
  background: #f8f9ff;
  padding: 12px 16px;
  border-radius: 6px;
  width: 42%;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 800px) {
  .news__area--nextPrev .item {
    width: 49%;
    height: auto;
  }
}
.news__area--nextPrev .item .a {
  text-decoration: none;
  color: #2f3c4e !important;
}
.news__area--nextPrev .item p {
  margin-bottom: 0;
}
.news__area--nextPrev .txt--right {
  text-align: right;
}

.blog--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .blog--grid {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

.categories--area h3 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #2f3c4e;
}
.categories--area--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 8px 8px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(28, 84, 133, 0.2);
}
.categories--area--item:hover {
  border: 1px solid #1c5485;
}
.categories--area--item--left {
  display: flex;
  align-items: center;
}
.categories--area--item--left img, .categories--area--item--left svg {
  height: 32px;
  padding: 4px;
  margin-right: 12px;
}
.categories--area--item--left span {
  font-size: 14px;
  font-weight: 500;
  color: #2f3c4e;
}
.categories--area--item--left span small {
  color: #a8b1c1;
}
.categories--area--item--right svg {
  color: #a8b1c1;
}
.categories--area .active {
  border: 1px solid #1c5485;
}

.pagination--custom {
  padding-top: 24px;
}
.pagination--custom ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}

.parallax__area {
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 24px;
  min-height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-attachment: fixed;
  text-align: center;
}
.parallax__area p {
  font-size: clamp(18px, 3vw, 24px);
  color: #ffffff;
  font-weight: 600;
  line-height: clamp(32px, 3vw, 38px);
}
.parallax__area small {
  font-size: clamp(14px, 3vw, 16px);
  color: #ffffff;
}

.bg--main {
  background-color: #1C5485;
}

.bg--second {
  background-color: #DA4841;
}

.bg--three {
  background-color: #E17C3F;
}

.bg--forth {
  background-color: #E17C3F;
}

.bg--gray {
  background-color: #a8b1c1;
}

.bg--blue {
  background-color: #1C5485;
}

.bg--white {
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
  transition: border ease-in 0.3s;
}
.bg--white img {
  height: 260px;
}
.bg--white h2 {
  color: #061a2b;
  transition: color ease-in 0.3s;
}
.bg--white:hover {
  border-bottom: 2px solid #DA4841;
  transition: border ease-in 0.3s;
}
.bg--white:hover h2 {
  color: #DA4841;
  transition: color ease-in 0.3s;
}

.galleries__area {
  padding: 60px 0;
  position: relative;
  --transition-duration: 500ms;
  --transition-easing: ease-out;
}
.galleries__area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(225, 124, 63, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 73%, 0 57%);
          clip-path: polygon(0 0, 100% 0, 100% 73%, 0 57%);
}
.galleries__area .action {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleries__area .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 1024px) {
  .galleries__area .grid {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
@media (max-width: 800px) {
  .galleries__area .grid {
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  }
}
.galleries__area--item {
  aspect-ratio: 16/12;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.galleries__area--item::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.galleries__area--item:hover::before, .galleries__area--item:focus::before {
  animation: shine 0.95s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.galleries__area--item img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-out 0.4s;
}
.galleries__area--item:hover img {
  transform: scale(1.1);
  transition: all ease-out 0.4s;
}
.galleries__area .m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.galleries__area .m-p-g__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .galleries__area .m-p-g__thumbs {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
.galleries__area .m-p-g__thumbs-img {
  margin: 0;
  vertical-align: bottom;
  width: 100% !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 16px;
  border: 2px solid rgba(218, 72, 65, 0.1);
}
@media (max-width: 1199px) {
  .galleries__area .m-p-g__thumbs-img {
    width: 32% !important;
  }
}
@media (max-width: 991px) {
  .galleries__area .m-p-g__thumbs-img {
    width: 32% !important;
  }
}
@media (max-width: 767px) {
  .galleries__area .m-p-g__thumbs-img {
    width: 49% !important;
    height: 300px !important;
  }
}
.galleries__area .m-p-g__thumbs-img.active {
  z-index: 50;
}
.galleries__area .m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.galleries__area .m-p-g__thumbs-img.hide {
  opacity: 0;
}
.galleries__area .m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.galleries__area .m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  backface-visibility: hidden;
}
.galleries__area .m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.galleries__area .m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.galleries__area .m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.galleries__area .m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.galleries__area .m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.galleries__area .m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.galleries__area .m-p-g__controls-close, .galleries__area .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.galleries__area .m-p-g__controls-close:focus, .galleries__area .m-p-g__controls-arrow:focus {
  outline: none;
}
.galleries__area .m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.galleries__area .m-p-g__controls-arrow:hover {
  opacity: 1;
}
.galleries__area .m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.galleries__area .m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.galleries__area .m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.galleries__area .m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.galleries__area .m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.galleries__area .m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.galleries__area .m-p-g__alertBox h2 {
  color: red;
}
.galleries__area .demo-btn {
  display: inline-block;
  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.galleries__area .demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 640px) {
  .galleries__area .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
}
.galleries__area .signle--image {
  overflow: hidden;
  border-radius: 8px;
}
.galleries__area .signle--image img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  transition: 1s all ease-in;
}
.galleries__area .signle--image img:hover {
  transform: scale(1.1);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  /* Modal Content (image) */
  /* Add Animation */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.modal .modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal .modal-content {
    width: 100%;
  }
}

.swiper__arrows .swiper-wrapper {
  margin-bottom: 56px;
  height: auto !important;
}
.swiper__arrows .swiper-button-prev {
  left: 40%;
}
@media (max-width: 991px) {
  .swiper__arrows .swiper-button-prev {
    left: 40%;
  }
}
@media (max-width: 600px) {
  .swiper__arrows .swiper-button-prev {
    left: 0%;
  }
}
.swiper__arrows .swiper-button-next {
  right: 40%;
}
@media (max-width: 991px) {
  .swiper__arrows .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 600px) {
  .swiper__arrows .swiper-button-next {
    right: 0%;
  }
}
.swiper__arrows .swiper-button-prev:after,
.swiper__arrows .swiper-button-next:after {
  content: "";
}
.swiper__arrows .swiper-button-prev,
.swiper__arrows .swiper-button-next {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(175, 180, 186, 0.2) 0px 8px 24px;
}
.swiper__arrows .swiper-button-prev i,
.swiper__arrows .swiper-button-next i {
  position: relative;
  z-index: 1;
  color: #1C5485;
}
.swiper__arrows .swiper-button-prev,
.swiper__arrows .swiper-button-next {
  top: 94%;
}
.swiper__arrows .swiper-button-prev i,
.swiper__arrows .swiper-button-next i {
  color: #1C5485;
}

.swiper__arrows--inside .swiper-button-prev,
.swiper__arrows--inside .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__arrows--inside .swiper-button-prev {
  left: 24px;
}
.swiper__arrows--inside .swiper-button-next {
  left: 92px;
}
.swiper__arrows--inside .swiper-button-prev:after,
.swiper__arrows--inside .swiper-button-next:after {
  content: "";
}
.swiper__arrows--inside .swiper-button-prev i,
.swiper__arrows--inside .swiper-button-next i {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.swiper__arrows--inside .swiper-button-prev,
.swiper__arrows--inside .swiper-button-next {
  top: 88%;
}
.swiper__arrows--inside .swiper-button-prev i,
.swiper__arrows--inside .swiper-button-next i {
  color: #ffffff;
}

.swiper--inside .swiper-prev, .swiper--inside .swiper-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.swiper--inside .swiper-prev {
  position: absolute;
  left: 4%;
}
.swiper--inside .swiper-next {
  position: absolute;
  right: 0;
}
.swiper--inside .swiper-prev:after,
.swiper--inside .swiper-next:after {
  content: none !important;
}
.swiper--inside .swiper-prev i,
.swiper--inside .swiper-next i {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.swiper--inside .swiper-prev i:after,
.swiper--inside .swiper-next i:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  width: 32px;
  height: 16px;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
}
.swiper--inside .swiper-prev i:after {
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper--inside .swiper-next i:after {
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swipper--pagination .slider__controls {
  position: relative;
  z-index: 12;
}
.swipper--pagination .slider__controls .slider__pagination {
  text-align: center;
  left: 0;
  right: 0;
  margin: 16px auto 0 auto;
  transform: translateX(0%);
}
.swipper--pagination .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #a8b1c1;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.swipper--pagination .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swipper--pagination .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a8b1c1;
  width: 30px;
  transition-delay: 0s;
}

.swiper-wrapper {
  height: auto !important;
}

.nav__hero {
  z-index: 2;
}
.nav__hero .swiper-button-prev,
.nav__hero .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
  width: 100%;
}
.nav__hero .swiper-button-prev {
  left: 32px;
}
@media (max-width: 767px) {
  .nav__hero .swiper-button-prev {
    left: 16px;
  }
}
@media (max-width: 500px) {
  .nav__hero .swiper-button-prev {
    left: 8px;
  }
}
.nav__hero .swiper-button-next {
  right: 32px;
}
@media (max-width: 767px) {
  .nav__hero .swiper-button-next {
    right: 16px;
  }
}
@media (max-width: 500px) {
  .nav__hero .swiper-button-next {
    right: 8px;
  }
}
.nav__hero .swiper-button-prev:after,
.nav__hero .swiper-button-next:after {
  content: "";
}
.nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 600px) {
  .nav__hero .swiper-button-prev svg,
  .nav__hero .swiper-button-next svg {
    height: 24px;
  }
}
.nav__hero .swiper-button-prev svg:after,
.nav__hero .swiper-button-next svg:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  width: 32px;
  height: 16px;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
}
.nav__hero .swiper-button-prev svg:after {
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-button-next svg:after {
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-pagination-bullets-dynamic {
  transform: none !important;
}
.nav__hero .slider__controls {
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__hero .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 16px;
}
.nav__hero .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  display: inline-block;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.nav__hero .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.nav__hero .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 40px;
  transition-delay: 0s;
}

.has-scrollbar {
  padding-bottom: 16px;
}

.has-scrollbar::-webkit-scrollbar {
  width: 8px;
  /* for vertical scroll */
  height: 8px;
  /* for horizontal scroll */
  background: rgba(168, 177, 193, 0.06);
  border-radius: 24px;
}

.has-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 24px;
  background: rgba(168, 177, 193, 0.2);
}

.has-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(168, 177, 193, 0.6);
}

.has-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(168, 177, 193, 0.7);
}

.page__area {
  padding: 40px 0;
}
.page__area .grid {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 850px) {
  .page__area .grid {
    flex-wrap: wrap;
  }
}
.page__area .menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  flex-direction: column;
  background-color: #f8fcff;
  border: 1px solid rgba(28, 84, 133, 0.04);
  padding: 8px;
  border-radius: 16px;
  position: sticky;
  top: 6rem;
  width: 25%;
}
@media (max-width: 850px) {
  .page__area .menu {
    width: 100%;
    position: static;
    top: unset;
    order: 2;
  }
}
.page__area .menu .item {
  flex-grow: 1;
  height: 50px;
  padding: 8px 16px;
  background-color: #1C5485;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background ease-out 0.4s;
}
.page__area .menu .item img {
  height: 24px;
}
.page__area .menu .item span {
  color: #ffffff;
}
.page__area .menu .item:hover {
  background-color: #DA4841;
  transition: background ease-out 0.4s;
}
.page__area .menu .active {
  background-color: #DA4841;
}
.page__area .content {
  width: 75%;
}
@media (max-width: 850px) {
  .page__area .content {
    width: 100%;
    order: 1;
  }
}
.page__area .content h2 {
  color: #E17C3F;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: clamp(38px, 3vw, 42px);
}
.page__area .content hr {
  margin: 24px 0;
  height: 1px;
  background-color: rgba(168, 177, 193, 0.2);
  border: none;
}
.page__area .content ul {
  padding-left: 16px;
  list-style: none;
}
.page__area .content ul li {
  padding: 8px 0;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 26px;
  text-align: #1C5485;
}
.page__area .content ul li i {
  color: #DA4841;
}
.page__area .media {
  padding-top: 24px;
}
.page__area .media img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.page__area .row--1-3 {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 30%;
}
@media (max-width: 991px) {
  .page__area .row--1-3 {
    grid-template-columns: 1fr 40%;
  }
}
@media (max-width: 800px) {
  .page__area .row--1-3 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.page__area .row--3-1 {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 30% 1fr;
}
@media (max-width: 991px) {
  .page__area .row--3-1 {
    grid-template-columns: 40% 1fr;
  }
}
@media (max-width: 800px) {
  .page__area .row--3-1 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.page__area .row {
  margin-bottom: 32px;
  background-color: #f8fcff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.page__area .row .body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}
.page__area .row .body h2 {
  color: #1C5485;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .page__area .row .body {
    order: 2;
  }
}
.page__area .row .image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 800px) {
  .page__area .row .image {
    order: 1;
  }
}

.flex-row {
  display: flex;
}

.activity__area {
  padding: 40px 0;
}
.activity__area .intro {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 40%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .activity__area .intro {
    grid-template-columns: 1fr 50%;
  }
}
@media (max-width: 800px) {
  .activity__area .intro {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.activity__area .intro .body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.activity__area .intro .image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.activity__area .row {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 24% 1fr;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .activity__area .row {
    grid-template-columns: 32% 1fr;
  }
}
@media (max-width: 800px) {
  .activity__area .row {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.activity__area .row .body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.activity__area .row .body svg {
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
}
.activity__area .row .body h2 {
  color: #1C5485;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .activity__area .row .body {
    order: 2;
  }
}
.activity__area .row .image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .activity__area .row .image {
    order: 1;
  }
}

.inscription__area {
  background-image: url("/assets/images/bg01.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  border-radius: 24px;
  padding: 24px;
}
.inscription__area--card {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 24px 16px;
  border-radius: 16px;
}
.inscription__area--card h1 {
  font-size: clamp(23px, 3vw, 40px);
  font-weight: 800px;
  color: #1C5485;
  margin-bottom: 32px;
  text-align: center;
}
.inscription__area--card h3 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600px;
  color: #DA4841;
  margin-bottom: 24px;
  text-align: center;
}
.inscription__area--card .form__wrap input {
  margin-top: 8px;
  height: 50px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1.2px solid white;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
.inscription__area--card .form__wrap textarea {
  margin-top: 8px;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1.2px solid white;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.career__area {
  background-image: url("/assets/images/a04.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  border-radius: 24px;
  padding: 24px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .career__area {
    width: 100%;
  }
}
.career__area--card {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 24px 16px;
  border-radius: 16px;
}
.career__area--card h1 {
  font-size: clamp(23px, 3vw, 40px);
  font-weight: 800px;
  color: #1C5485;
  margin-bottom: 32px;
  text-align: center;
}
.career__area--card h3 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600px;
  color: #DA4841;
  margin-bottom: 24px;
  text-align: center;
}
.career__area--card .form__wrap input {
  margin-top: 8px;
  height: 50px;
  border-radius: 8px;
  padding: 0 16px;
  border: 1.2px solid white;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
.career__area--card .form__wrap textarea {
  margin-top: 8px;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1.2px solid white;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.section--100 {
  padding: 100px 0;
}

.section--80 {
  padding: 80px 0;
}

.section--60 {
  padding: 60px 0;
}

.section--40 {
  padding: 40px 0;
}

.section--20 {
  padding: 20px 0;
}

.m0auto {
  margin: 0 auto !important;
}

.no-decoration {
  text-decoration: none;
}

.mr-6 {
  margin-right: 6px;
}

.p-24 {
  padding: 24px;
}

.p-8 {
  padding: 8px;
}

.h-100-100 {
  height: 100%;
}

.w-100-100 {
  width: 100%;
}

.m-top-0 {
  margin-top: 0;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-45 {
  margin-top: 45px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-55 {
  margin-top: 55px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-65 {
  margin-top: 65px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-75 {
  margin-top: 75px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-85 {
  margin-top: 85px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-95 {
  margin-top: 95px;
}

.m-top-100 {
  margin-top: 100px;
}

.m-top-105 {
  margin-top: 105px;
}

.m-top-110 {
  margin-top: 110px;
}

.m-top-115 {
  margin-top: 115px;
}

.m-top-120 {
  margin-top: 120px;
}

.m-top-125 {
  margin-top: 125px;
}

.m-top-130 {
  margin-top: 130px;
}

.m-top-135 {
  margin-top: 135px;
}

.m-top-140 {
  margin-top: 140px;
}

.m-top-145 {
  margin-top: 145px;
}

.m-top-150 {
  margin-top: 150px;
}

.m-right-0 {
  margin-right: 0;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-right-35 {
  margin-right: 35px;
}

.m-right-40 {
  margin-right: 40px;
}

.m-right-45 {
  margin-right: 45px;
}

.m-right-50 {
  margin-right: 50px;
}

.m-right-55 {
  margin-right: 55px;
}

.m-right-60 {
  margin-right: 60px;
}

.m-right-65 {
  margin-right: 65px;
}

.m-right-70 {
  margin-right: 70px;
}

.m-right-75 {
  margin-right: 75px;
}

.m-right-80 {
  margin-right: 80px;
}

.m-right-85 {
  margin-right: 85px;
}

.m-right-90 {
  margin-right: 90px;
}

.m-right-95 {
  margin-right: 95px;
}

.m-right-100 {
  margin-right: 100px;
}

.m-right-105 {
  margin-right: 105px;
}

.m-right-110 {
  margin-right: 110px;
}

.m-right-115 {
  margin-right: 115px;
}

.m-right-120 {
  margin-right: 120px;
}

.m-right-125 {
  margin-right: 125px;
}

.m-right-130 {
  margin-right: 130px;
}

.m-right-135 {
  margin-right: 135px;
}

.m-right-140 {
  margin-right: 140px;
}

.m-right-145 {
  margin-right: 145px;
}

.m-right-150 {
  margin-right: 150px;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-8 {
  margin-bottom: 8px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-16 {
  margin-bottom: 16px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-24 {
  margin-bottom: 24px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-35 {
  margin-bottom: 35px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-45 {
  margin-bottom: 45px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-55 {
  margin-bottom: 55px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-65 {
  margin-bottom: 65px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-75 {
  margin-bottom: 75px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-85 {
  margin-bottom: 85px;
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-95 {
  margin-bottom: 95px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-105 {
  margin-bottom: 105px;
}

.m-bottom-110 {
  margin-bottom: 110px;
}

.m-bottom-115 {
  margin-bottom: 115px;
}

.m-bottom-120 {
  margin-bottom: 120px;
}

.m-bottom-125 {
  margin-bottom: 125px;
}

.m-bottom-130 {
  margin-bottom: 130px;
}

.m-bottom-135 {
  margin-bottom: 135px;
}

.m-bottom-140 {
  margin-bottom: 140px;
}

.m-bottom-145 {
  margin-bottom: 145px;
}

.m-bottom-150 {
  margin-bottom: 150px;
}

.m-left-0 {
  margin-left: 0;
}

.m-left-5 {
  margin-left: 5px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-left-35 {
  margin-left: 35px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-left-45 {
  margin-left: 45px;
}

.m-left-50 {
  margin-left: 50px;
}

.m-left-55 {
  margin-left: 55px;
}

.m-left-60 {
  margin-left: 60px;
}

.m-left-65 {
  margin-left: 65px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-left-75 {
  margin-left: 75px;
}

.m-left-80 {
  margin-left: 80px;
}

.m-left-85 {
  margin-left: 85px;
}

.m-left-90 {
  margin-left: 90px;
}

.m-left-95 {
  margin-left: 95px;
}

.m-left-100 {
  margin-left: 100px;
}

.m-left-105 {
  margin-left: 105px;
}

.m-left-110 {
  margin-left: 110px;
}

.m-left-115 {
  margin-left: 115px;
}

.m-left-120 {
  margin-left: 120px;
}

.m-left-125 {
  margin-left: 125px;
}

.m-left-130 {
  margin-left: 130px;
}

.m-left-135 {
  margin-left: 135px;
}

.m-left-140 {
  margin-left: 140px;
}

.m-left-145 {
  margin-left: 145px;
}

.m-left-150 {
  margin-left: 150px;
}

.p-left-0 {
  padding-left: 0;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-left-35 {
  padding-left: 35px;
}

.p-left-40 {
  padding-left: 40px;
}

.p-left-45 {
  padding-left: 45px;
}

.p-left-50 {
  padding-left: 50px;
}

.p-left-55 {
  padding-left: 55px;
}

.p-left-60 {
  padding-left: 60px;
}

.p-left-65 {
  padding-left: 65px;
}

.p-left-70 {
  padding-left: 70px;
}

.p-left-75 {
  padding-left: 75px;
}

.p-left-80 {
  padding-left: 80px;
}

.p-left-85 {
  padding-left: 85px;
}

.p-left-90 {
  padding-left: 90px;
}

.p-left-95 {
  padding-left: 95px;
}

.p-left-100 {
  padding-left: 100px;
}

.p-left-105 {
  padding-left: 105px;
}

.p-left-110 {
  padding-left: 110px;
}

.p-left-115 {
  padding-left: 115px;
}

.p-left-120 {
  padding-left: 120px;
}

.p-left-125 {
  padding-left: 125px;
}

.p-left-130 {
  padding-left: 130px;
}

.p-left-135 {
  padding-left: 135px;
}

.p-left-140 {
  padding-left: 140px;
}

.p-left-145 {
  padding-left: 145px;
}

.p-left-150 {
  padding-left: 150px;
}

.p-right-0 {
  padding-right: 0;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-right-35 {
  padding-right: 35px;
}

.p-right-40 {
  padding-right: 40px;
}

.p-right-45 {
  padding-right: 45px;
}

.p-right-50 {
  padding-right: 50px;
}

.p-right-55 {
  padding-right: 55px;
}

.p-right-60 {
  padding-right: 60px;
}

.p-right-65 {
  padding-right: 65px;
}

.p-right-70 {
  padding-right: 70px;
}

.p-right-75 {
  padding-right: 75px;
}

.p-right-80 {
  padding-right: 80px;
}

.p-right-85 {
  padding-right: 85px;
}

.p-right-90 {
  padding-right: 90px;
}

.p-right-95 {
  padding-right: 95px;
}

.p-right-100 {
  padding-right: 100px;
}

.p-right-105 {
  padding-right: 105px;
}

.p-right-110 {
  padding-right: 110px;
}

.p-right-115 {
  padding-right: 115px;
}

.p-right-120 {
  padding-right: 120px;
}

.p-right-125 {
  padding-right: 125px;
}

.p-right-130 {
  padding-right: 130px;
}

.p-right-135 {
  padding-right: 135px;
}

.p-right-140 {
  padding-right: 140px;
}

.p-right-145 {
  padding-right: 145px;
}

.p-right-150 {
  padding-right: 150px;
}

.p-top-0 {
  padding-top: 0 !important;
}

.p-top-2 {
  padding-top: 2px;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-16 {
  padding-top: 16px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-24 {
  padding-top: 24px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-45 {
  padding-top: 45px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-55 {
  padding-top: 55px;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-65 {
  padding-top: 65px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-top-75 {
  padding-top: 75px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-85 {
  padding-top: 85px;
}

.p-top-90 {
  padding-top: 90px;
}

.p-top-95 {
  padding-top: 95px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-top-105 {
  padding-top: 105px;
}

.p-top-110 {
  padding-top: 110px;
}

.p-top-115 {
  padding-top: 115px;
}

.p-top-120 {
  padding-top: 120px;
}

.p-top-125 {
  padding-top: 125px;
}

.p-top-130 {
  padding-top: 130px;
}

.p-top-135 {
  padding-top: 135px;
}

.p-top-140 {
  padding-top: 140px;
}

.p-top-145 {
  padding-top: 145px;
}

.p-top-150 {
  padding-top: 150px;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.p-bottom-8 {
  padding-bottom: 8px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-16 {
  padding-bottom: 16px;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-bottom-24 {
  padding-bottom: 24px;
}

.p-bottom-32 {
  padding-bottom: 32px;
}

.p-bottom-35 {
  padding-bottom: 35px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.p-bottom-45 {
  padding-bottom: 45px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-bottom-55 {
  padding-bottom: 55px;
}

.p-bottom-60 {
  padding-bottom: 60px;
}

.p-bottom-65 {
  padding-bottom: 65px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-75 {
  padding-bottom: 75px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-85 {
  padding-bottom: 85px;
}

.p-bottom-90 {
  padding-bottom: 90px;
}

.p-bottom-95 {
  padding-bottom: 95px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.p-bottom-105 {
  padding-bottom: 105px;
}

.p-bottom-110 {
  padding-bottom: 110px;
}

.p-bottom-115 {
  padding-bottom: 115px;
}

.p-bottom-120 {
  padding-bottom: 120px;
}

.p-bottom-125 {
  padding-bottom: 125px;
}

.p-bottom-130 {
  padding-bottom: 130px;
}

.p-bottom-135 {
  padding-bottom: 135px;
}

.p-bottom-140 {
  padding-bottom: 140px;
}

.p-bottom-145 {
  padding-bottom: 145px;
}

.p-bottom-150 {
  padding-bottom: 150px;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-60 {
  height: 60px;
}

.h-65 {
  height: 65px;
}

.h-70 {
  height: 70px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-85 {
  height: 85px;
}

.h-90 {
  height: 90px;
}

.h-95 {
  height: 95px;
}

.h-100 {
  height: 100px;
}

.h-105 {
  height: 105px;
}

.h-110 {
  height: 110px;
}

.h-115 {
  height: 115px;
}

.h-120 {
  height: 120px;
}

.h-125 {
  height: 125px;
}

.h-130 {
  height: 130px;
}

.h-135 {
  height: 135px;
}

.h-140 {
  height: 140px;
}

.h-145 {
  height: 145px;
}

.h-150 {
  height: 150px;
}

.clear {
  clear: both;
}

.no-mar {
  margin: 0 !important;
}

.no-mar-bot {
  margin: 0px !important;
}

.no-pad {
  padding: 0 !important;
}
