@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins: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");
@font-face {
  font-family: "FuturaBlack BT";
  src: url("../fonts/FuturaBlackBT-Regular.woff2") format("woff2"), url("../fonts/FuturaBlackBT-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body.dark-mode {
  background: rgb(60, 60, 60);
}

body.dark-mode .--text-black {
  color: #ffffff;
}
body.dark-mode .--common-head {
  color: #ffffff;
}
body.dark-mode .heading-sub {
  color: #ffffff;
}
body.dark-mode .--common-para {
  color: #ffffff;
}

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

p {
  margin-bottom: 0 !important;
}

body {
  font-family: "Plus Jakarta Sans", system-ui !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #193B63;
}

::-webkit-scrollbar-thumb:hover {
  background: #101D14;
}

/* End scrollbar */
a {
  text-decoration: none !important;
}

.--common-head {
  font-family: "Plus Jakarta Sans", system-ui !important;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-next:before {
  background-image: url(../images/icons/right-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev:before {
  background-image: url(../images/icons/left-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-arrow.slick-next:before {
    display: block;
  }
  .slick-slider .slick-arrow.slick-prev:before {
    display: block;
  }
}

.main-wrapper {
  padding: 0 20px;
}
.--style-font {
  font-family: "FuturaBlack BT";
}

.--with-style span {
  font-family: "FuturaBlack BT";
}

.--text-white {
  color: #ffffff;
}

.--text-black {
  color: #000000;
}

.--text-justify {
  text-align: justify;
}

.--text-center {
  text-align: center;
}

.--text-left {
  text-align: left;
}

.--margin-center {
  margin: 0 auto;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.mobile-hide {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}
.--section-space-bottom {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    margin-bottom: 7.8125vw;
  }
}

.--common-para, .--common-para p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", system-ui;
}
@media only screen and (min-width: 1200px) {
  .--common-para, .--common-para p {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
  }
}
.--common-para span, .--common-para p span {
  font-family: "FuturaBlack BT";
}

.--common-para-medium, .--common-para-medium p {
  font-size: 13px;
  line-height: 23px;
}
.--common-para-medium span, .--common-para-medium p span {
  font-family: "FuturaBlack BT";
}
@media only screen and (min-width: 1200px) {
  .--common-para-medium, .--common-para-medium p {
    font-size: 1.0416666667vw;
    line-height: 1.8229166667vw;
  }
}

.--common-para span {
  font-family: "FuturaBlack BT";
}
.--common-para p span {
  font-family: "FuturaBlack BT";
}
.--common-para ul li {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", system-ui;
}
@media only screen and (min-width: 1200px) {
  .--common-para ul li {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
  }
}

.--common-para-large, .--common-para-large, p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-large, .--common-para-large, p {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}

.--common-para p {
  padding-bottom: 4px;
}

.--common-head {
  color: #19459D;
}
.--common-head span {
  font-family: "FuturaBlack BT";
}

.--oki-font span {
  font-family: "FuturaBlack BT";
}

.common-title span {
  font-family: "FuturaBlack BT";
}

.banner-title span {
  font-family: "FuturaBlack BT";
}

.main-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 7.8125vw;
  }
}

.main-wrapper-medium {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper-medium {
    padding: 0 11.9791666667vw;
  }
}

.main-wrapper.small {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper.small {
    padding: 0 20.8333333333vw;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.fix-social-icons {
  position: fixed;
  bottom: 10%;
  z-index: 3;
  right: 16px;
}
@media only screen and (min-width: 1024px) {
  .fix-social-icons {
    right: 24px;
  }
}

body.national-pathway .welcome-section-title,
body.cambridge-pathway .welcome-section-title {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  body.careers .cmp-contact-page-form .section-inner .form-wrap form .submit {
    padding-left: 12px;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 6s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wpcf7.js p {
  width: 100%;
}

.day-number {
  font-size: 16px !important;
}

footer {
  padding: 20px 20px;
  background-color: #ddd;
}
footer .footer-inner .footer-socail-media .footer-social-media-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
footer .footer-inner .footer-socail-media .footer-social-media-list li {
  margin-right: 20px;
}
footer .footer-inner .footer-menu .menu {
  list-style: none;
  padding-left: 0;
}

.fix-wp-icon {
  position: fixed;
  bottom: 60px;
  right: 28px;
  z-index: 1;
}
.fix-wp-icon .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.fix-wp-icon .icon img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .fix-wp-icon {
    right: 3.125vw;
  }
}

.bottom-footer {
  padding: 5px 20px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-main {
    width: 33.33%;
  }
  footer .footer-inner .footer-menu {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 3.125vw 12.5vw;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li {
    margin-right: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .footer-des {
    font-size: 0.8333333333vw;
  }
  .bottom-footer {
    padding: 0.78125vw 12.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  body.home footer {
    margin-top: 0;
  }
}

.header-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  transition: 0.7s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #ffffff;
}
.header-section .header-left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-section .header-left .desktop-nav {
  height: 92px;
  display: none;
}
.header-section .header-left .logo {
  padding: 6px 12px;
}
.header-section .header-left .logo img {
  width: 129px;
}
.header-section .menu .navbar-nav {
  padding-right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 80%;
  transition: 0.7s;
  padding: 0;
  background: #19459D;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-section .menu .navbar-nav li {
  padding: 18px 0;
  list-style: none;
}
.header-section .menu .navbar-nav li.current-menu-ancestor a {
  color: #529FED;
}
.header-section .menu .navbar-nav li.menu-item-has-children {
  position: relative;
}
.header-section .menu .navbar-nav li.menu-item-has-children:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/down-arrow.png);
  background-size: contain;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  top: 25px;
  bottom: 0;
  right: -24px;
}
.header-section .menu .navbar-nav li a {
  color: #ffffff;
  transition: 0.7s;
  font-weight: 700;
}
.header-section .menu .navbar-nav li a:hover {
  color: #529FED;
}
.header-section .menu .navbar-nav li.current_page_item a {
  color: #529FED !important;
}
.header-section .menu .navbar-nav li.menu-item-has-children {
  position: relative;
  text-align: center;
}
.header-section .menu .navbar-nav li.menu-item-has-children:hover .sub-menu {
  display: block;
  transition: 0.7s;
}
.header-section .menu .navbar-nav .sub-menu {
  left: 0;
  display: none;
  transition: 0.7s;
  padding: 8px 0 0 0;
  min-width: 200px;
  top: 3.2291666667vw;
  text-align: center;
}
.header-section .menu .navbar-nav .sub-menu li {
  padding: 4px 0;
}
.header-section .menu .navbar-nav .sub-menu li a {
  font-weight: 400;
}
.header-section .menu .navbar-nav .sub-menu-toggle span {
  display: none;
}
.header-section .header-right {
  width: 40%;
}
.header-section .header-right .login-btn {
  background: #193B63;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-section .header-right .login-btn img {
  width: 28px;
}
.header-section .header-right .call-btn {
  width: 50%;
  background: #529FED;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-section .header-right .call-btn img {
  width: 28px;
}
.header-section .header-right .call-btn-text {
  display: none;
}
.header-section .mobile-nav, .header-section .desktop-nav {
  width: 20%;
  background: #CA7333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section .mobile-nav .hamburger, .header-section .desktop-nav .hamburger {
  z-index: 111;
  position: relative;
}
.header-section .desktop-nav .mobile-btn, .header-section .mobile-nav .mobile-btn {
  flex-direction: column;
  position: relative;
  z-index: 111111;
}
.header-section .desktop-nav .mobile-btn .menu-text, .header-section .mobile-nav .mobile-btn .menu-text {
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .header-section .left {
    width: calc(100% - 257px);
  }
  .header-section .menu .navbar-nav {
    width: 60%;
  }
  .header-section .right {
    width: 168px;
  }
  .header-section .mobile-nav, .header-section .desktop-nav {
    width: 89px;
  }
  .header-section .header-left {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .header-section {
    background: #193B63;
    position: relative;
  }
  .header-section.scrolled-up {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.7s ease-in-out;
  }
  .header-section .main-wrapper-full {
    justify-content: space-between;
  }
  .header-section .desktop-nav {
    width: 5.2083333333vw;
  }
  .header-section .desktop-nav .mobile-btn .menu-text {
    font-size: 0.8333333333vw;
    margin-bottom: 0;
  }
  .header-section .mobile-nav {
    display: none;
  }
  .header-section .header-left {
    width: auto;
    background: #ffffff;
  }
  .header-section .header-left .desktop-nav {
    display: flex;
    height: 4.7916666667vw;
    z-index: 11111;
  }
  .header-section .header-left .logo {
    padding: 0 0.9375vw;
  }
  .header-section .header-left .logo img {
    width: 8.8020833333vw;
  }
  .header-section .mid {
    align-items: center;
  }
  .header-section .mid .navbar-nav {
    display: flex;
    flex-direction: row;
    background: none;
    padding-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    transition: 0.7s;
    padding: 0;
  }
  .header-section .mid .navbar-nav li .sub-menu {
    background: #ffffff;
    position: absolute;
    left: 0;
    display: none;
    transition: 0.7s;
    padding: 0;
    min-width: 200px;
    top: 4.6354166667vw;
    text-align: left;
  }
  .header-section .mid .navbar-nav li .sub-menu li {
    padding: 12px 0;
    margin: 0 20px;
    border-bottom: 1px solid rgba(25, 69, 157, 0.4);
    height: auto;
  }
  .header-section .mid .navbar-nav li .sub-menu li:after {
    display: none;
  }
  .header-section .mid .navbar-nav li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .header-section .mid .navbar-nav li .sub-menu li a {
    color: #101D14;
    transition: 0.7s;
  }
  .header-section .mid .navbar-nav li .sub-menu li a:hover {
    color: #529FED;
  }
  .header-section .mid .menu.menu-open-active {
    right: auto;
  }
  .header-section .mid .menu ul li {
    margin: 0 1.0416666667vw;
    list-style: none;
    height: 4.6875vw;
    display: flex;
    align-items: center;
  }
  .header-section .mid .menu ul li.current-menu-item {
    position: relative;
  }
  .header-section .mid .menu ul li.current-menu-item a {
    font-weight: 800;
  }
  .header-section .mid .menu ul li.current-menu-item:after {
    position: absolute;
    content: "";
    background: #529FED;
    width: 100%;
    height: 0.2604166667vw;
    bottom: -0.0520833333vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
  }
  .header-section .mid .menu ul li.menu-item-has-children {
    position: relative;
  }
  .header-section .mid .menu ul li.menu-item-has-children:after {
    top: 0;
    right: -0.4166666667vw;
    margin: auto;
  }
  .header-section .mid .menu ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.8333333333vw;
  }
  .header-section .header-right {
    width: auto;
    align-items: center;
    width: 21.875vw;
  }
  .header-section .header-right .login-btn {
    background: none;
    width: auto;
    align-items: center;
    padding: 0 0.8333333333vw;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.8333333333vw;
  }
  .header-section .header-right .login-btn .button.primary {
    padding: 0.7291666667vw 1.9791666667vw;
  }
  .header-section .header-right .call-btn {
    width: auto;
    background: none;
    padding: 0 1.0416666667vw;
  }
  .header-section .header-right .call-btn .call-icon {
    width: 2.5vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #529FED;
    border-radius: 50%;
  }
  .header-section .header-right .call-btn img {
    width: 1.4583333333vw;
  }
  .header-section .header-right .call-btn .call-btn-text {
    display: flex;
    padding-left: 0.625vw;
    flex-direction: column;
  }
  .header-section .header-right .call-btn .call-btn-text .text {
    font-size: 0.8854166667vw;
  }
  .header-section .header-right .call-btn .call-btn-text .number {
    font-size: 0.9375vw;
    transition: 0.7s;
  }
  .header-section .header-right .call-btn .call-btn-text .number:hover {
    color: #529FED;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .mid .menu ul li a {
    font-size: 0.8333333333vw;
  }
  .header-section .header-right .login-btn {
    padding: 0 0.9895833333vw;
  }
}

button {
  background: none;
  border: none;
  outline: none;
}

.button {
  transition: 0.7s;
}
.button.primary {
  background: #CA7333;
  color: #ffffff;
  padding: 16px 43px;
  border-radius: 30px;
}
.button:hover.primary {
  background: #529FED;
}

.view-full-content-btn {
  color: #184F8C;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
}

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 9px 0 9px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.hamburger .line:nth-child(3) {
  display: none;
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
  margin-bottom: -4px;
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 1280px) {
  #hamburger-1 {
    margin-bottom: 0;
  }
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 84px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 9999;
}

#backToTop img {
  width: 36px;
  height: 36px;
  transition: 0.7s;
}
#backToTop img:hover {
  transform: scale(1.1);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  #backToTop {
    right: 4.6875vw;
  }
  #backToTop img {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
.wpcf7-response-output {
  border-color: #46b450 !important;
  align-items: center;
  padding: 20px !important;
  background: #ffffff;
  color: #000000 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body.general-admissions .form-head,
body.kiribathgoda-admissions .form-head,
body.cambridge-examinations-alevel .form-head,
body.as-al-admissions .form-head,
body.ol-admissions .form-head {
  margin: 12px 0;
  width: 100%;
}
body.general-admissions .form-dis,
body.kiribathgoda-admissions .form-dis,
body.cambridge-examinations-alevel .form-dis,
body.as-al-admissions .form-dis,
body.ol-admissions .form-dis {
  color: #ffffff;
  margin-top: 36px;
}
body.general-admissions .form-dis li,
body.kiribathgoda-admissions .form-dis li,
body.cambridge-examinations-alevel .form-dis li,
body.as-al-admissions .form-dis li,
body.ol-admissions .form-dis li {
  color: #ffffff;
  margin: 8px 0;
}
@media only screen and (min-width: 1200px) {
  body.general-admissions .cmp-contact-page-form .section-inner .form-wrap form .input-group label,
  body.kiribathgoda-admissions .cmp-contact-page-form .section-inner .form-wrap form .input-group label,
  body.cambridge-examinations-alevel .cmp-contact-page-form .section-inner .form-wrap form .input-group label,
  body.as-al-admissions .cmp-contact-page-form .section-inner .form-wrap form .input-group label,
  body.ol-admissions .cmp-contact-page-form .section-inner .form-wrap form .input-group label {
    margin-top: 12px;
  }
  body.general-admissions .input-group,
  body.kiribathgoda-admissions .input-group,
  body.cambridge-examinations-alevel .input-group,
  body.as-al-admissions .input-group,
  body.ol-admissions .input-group {
    margin: 8px 0;
  }
  body.general-admissions select,
  body.kiribathgoda-admissions select,
  body.cambridge-examinations-alevel select,
  body.as-al-admissions select,
  body.ol-admissions select {
    font-size: 0.8333333333vw !important;
  }
  body.general-admissions input,
  body.kiribathgoda-admissions input,
  body.cambridge-examinations-alevel input,
  body.as-al-admissions input,
  body.ol-admissions input {
    font-size: 0.8333333333vw !important;
  }
  body.general-admissions input::placeholder,
  body.kiribathgoda-admissions input::placeholder,
  body.cambridge-examinations-alevel input::placeholder,
  body.as-al-admissions input::placeholder,
  body.ol-admissions input::placeholder {
    font-size: 0.8333333333vw !important;
  }
  body.general-admissions .radio-box input,
  body.kiribathgoda-admissions .radio-box input,
  body.cambridge-examinations-alevel .radio-box input,
  body.as-al-admissions .radio-box input,
  body.ol-admissions .radio-box input {
    height: 1.1458333333vw !important;
  }
  body.general-admissions .form-head,
  body.kiribathgoda-admissions .form-head,
  body.cambridge-examinations-alevel .form-head,
  body.as-al-admissions .form-head,
  body.ol-admissions .form-head {
    margin: 3.125vw 0 1.25vw 0;
  }
}

.form-listing .form-listing-left .btn-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-listing .form-listing-left .btn-listing .btn-item {
  margin: 8px 0;
}
.form-listing .form-listing-left .btn-listing .btn-item .form-btn {
  color: #ffffff;
  background: #CA7333;
  padding: 12px 18px;
  display: block;
  text-align: center;
  width: max-content;
  border-radius: 14px;
}
@media only screen and (min-width: 1200px) {
  .form-listing .main-wrapper {
    margin: 0 8.3333333333vw;
  }
  .form-listing .main-wrapper .form-listing-left .btn-listing .btn-item {
    margin: 0.625vw 0;
    font-size: 0.9375vw;
  }
  .form-listing .main-wrapper .form-listing-left .btn-listing .btn-item .form-btn {
    transition: 0.7s;
    border-radius: 1.6666666667vw !important;
  }
  .form-listing .main-wrapper .form-listing-left .btn-listing .btn-item .form-btn:hover {
    background: #529FED;
  }
}

.milestone-slider .top-title {
  margin-bottom: 36px;
}
.milestone-slider .slider-wrap .slider-nav {
  margin-bottom: 26px;
}
.milestone-slider .slider-wrap .slider-nav .slider-nav-item .sub-title {
  color: #CACACA;
}
.milestone-slider .slider-wrap .slider-nav .slider-nav-item.slick-current .sub-title {
  color: #17181D;
}
.milestone-slider .slider-wrap .slider-for .slider-for-item {
  margin-right: 6px;
}
.milestone-slider .slider-wrap .slider-for .slider-for-item .slider-inner {
  position: relative;
}
.milestone-slider .slider-wrap .slider-for .slider-for-item .slider-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #154C8C 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
}
.milestone-slider .slider-wrap .slider-for .slider-for-item .slider-inner .content-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 12px;
}
.milestone-slider .slider-wrap .slider-for .slider-for-item .slider-inner .content-wrap .sub-title {
  margin-bottom: 22px;
}
.milestone-slider .slider-wrap .slider-for .slider-for-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.milestone-slider .slider-wrap button {
  display: none;
}
@media only screen and (min-width: 600px) {
  .milestone-slider .slider-wrap .slider-for {
    margin: 0 8px;
  }
  .milestone-slider .slider-wrap .slider-for .slick-list {
    padding: 0 100px !important;
  }
  .milestone-slider .slider-wrap .slider-for .slider-for-item {
    margin: 0 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .milestone-slider .slider-wrap .slider-for .slider-for-item .content-wrap {
    padding: 36px !important;
  }
  .milestone-slider .slider-wrap .slider-for .slider-for-item .content-wrap .sub-title {
    margin-bottom: 26px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .milestone-slider .top-title {
    margin-bottom: 3.125vw;
  }
  .milestone-slider .top-title .section-head {
    font-size: 3.125vw;
    line-height: 3.3854166667vw;
  }
  .milestone-slider .slider-wrap .slider-nav {
    margin-bottom: 3.3854166667vw;
  }
  .milestone-slider .slider-wrap .slider-nav .sub-title {
    font-size: 2.0833333333vw;
    line-height: 85%;
  }
  .milestone-slider .slider-wrap .slider-for .slick-list {
    padding: 0 25% !important;
  }
  .milestone-slider .slider-wrap .slider-for .slider-for-item img {
    height: 23.125vw;
  }
  .milestone-slider .slider-wrap .slider-for .slider-for-item .content-wrap {
    padding: 3.2291666667vw 3.6458333333vw !important;
  }
  .milestone-slider .slider-wrap .slider-for .slider-for-item .content-wrap .sub-title {
    margin-bottom: 1.4583333333vw !important;
    font-size: 2.0833333333vw;
  }
}

.custom-slider-button.mobile {
  display: none;
}

.custom_paging li {
  display: none;
}
.custom_paging li span {
  color: #5A93D4;
  font-weight: 700;
}

.countdown-sec .custom-slider-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.countdown-sec .custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .countdown-sec .custom-slider-button {
    justify-content: center;
  }
  .countdown-sec .custom-slider-button .nav-btn {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .countdown-sec .custom-slider-button {
    display: none;
  }
}

.custom_paging li.slick-active {
  display: block !important;
}

.header-section.is-active .off-canvas-menu {
  left: inherit;
}

.heading-sub {
  font-weight: 700;
}
.heading-sub.fw-5 {
  font-weight: 500;
}

.animate-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.animate-btn-wrap img {
  margin-left: 12px;
}
.animate-btn-wrap .animate-btn {
  display: flex;
  position: relative;
  background: #529FED;
  box-shadow: 0 4px 4px rgba(82, 159, 237, 0.26);
  height: 55px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  transition: 0.7s;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 16px;
  width: 85%;
  border-radius: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.animate-btn-wrap .animate-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: black;
  opacity: 0;
  animation: none;
  opacity: 1;
  background: rgba(82, 159, 237, 0.26);
  border-radius: 40px;
}
.animate-btn-wrap .animate-btn:hover {
  color: #ffffff;
}
.animate-btn-wrap .animate-btn:hover:before {
  animation: pulse 1s infinite;
  animation: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
@media only screen and (min-width: 600px) {
  .animate-btn-wrap {
    width: fit-content;
    min-width: 270px;
    margin: 0 auto;
    justify-content: center;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .animate-btn-wrap {
    display: flex;
    margin: inherit;
    width: inherit;
    min-width: 3.125vw;
  }
  .animate-btn-wrap .animate-btn {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    border-radius: 50%;
    font-size: 0.8333333333vw;
    padding: 15px;
    font-weight: 600;
  }
  .animate-btn-wrap .animate-btn:before {
    border-radius: 50%;
    transform: scale(1.3);
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .animate-btn-wrap .animate-btn:hover {
    color: #ffffff;
  }
  .animate-btn-wrap .animate-btn:hover:before {
    animation: pulse 1s infinite;
    animation: none;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 2.6041666667vw;
  }
  .animate-btn-wrap img {
    display: none;
  }
}
.animate-btn-wrap .animate-btn:hover::before {
  animation: pulse 1s infinite;
}

.hero-btn-wrap {
  position: relative;
  z-index: 11;
}
.hero-btn-wrap .animate-btn-wrap {
  display: block;
  width: inherit;
}
.hero-btn-wrap .animate-btn-wrap .animate-btn {
  display: flex;
  position: relative;
  background: #529FED;
  box-shadow: 0 4px 4px rgba(82, 159, 237, 0.26);
  height: 55px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  transition: 0.7s;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 16px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 40px;
}
.hero-btn-wrap .animate-btn-wrap .animate-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: black;
  opacity: 0;
  animation: none;
  opacity: 1;
  background: rgba(82, 159, 237, 0.26);
  border-radius: 50%;
}
.hero-btn-wrap .animate-btn-wrap .animate-btn:hover {
  color: #ffffff;
}
.hero-btn-wrap .animate-btn-wrap .animate-btn:hover:before {
  animation: pulse 1s infinite;
  animation: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
@media only screen and (min-width: 600px) {
  .hero-btn-wrap .animate-btn-wrap {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-btn-wrap .animate-btn-wrap {
    display: block;
    margin: inherit;
    width: inherit;
  }
  .hero-btn-wrap .animate-btn-wrap .animate-btn {
    width: 5.46875vw;
    height: 5.46875vw;
    border-radius: 50%;
    font-size: 0.9895833333vw;
    padding: 0.625vw;
  }
  .hero-btn-wrap .animate-btn-wrap .animate-btn:before {
    border-radius: 50%;
    transform: scale(1.3);
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .hero-btn-wrap .animate-btn-wrap .animate-btn:hover {
    color: #ffffff;
  }
  .hero-btn-wrap .animate-btn-wrap .animate-btn:hover:before {
    animation: pulse 1s infinite;
    animation: none;
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 2.6041666667vw;
  }
}
.hero-btn-wrap .animate-btn-wrap .animate-btn:hover::before {
  animation: pulse 1s infinite;
}

.animate-btn.is-clicked {
  background: linear-gradient(to bottom, gray 0%, dimgray 100%);
}

.animate-btn.is-clicked:before {
  animation: blastOut 1s;
}

@keyframes pulse {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes blastOut {
  from {
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    transform: scale(10);
    opacity: 0;
  }
}
.cmp-image-content-card-slider {
  margin-bottom: 50px;
}
.cmp-image-content-card-slider .section-head {
  padding: 0 8px;
  margin-bottom: 23px;
}
.cmp-image-content-card-slider .section-head .heading-main {
  font-size: 20px;
}
.cmp-image-content-card-slider .section-head .heading-sub {
  font-size: 14px;
}
.cmp-image-content-card-slider .slider-wrap .slider-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.0509803922);
}
.cmp-image-content-card-slider .slider-wrap .slider-item .slider-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content {
  padding: 28px;
}
.cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .content-inner {
  height: 160px;
  overflow-y: scroll;
}
.cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .content-inner .item-content-title {
  font-size: 20px;
  margin-bottom: 22px;
}
.cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .content-inner .full-content {
  padding-right: 18px;
}
.cmp-image-content-card-slider .slider-wrap .card-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cmp-image-content-card-slider .slider-wrap .card-wrap .slider-item {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 600px) {
  .cmp-image-content-card-slider .slider-wrap .slider-item {
    margin: 0 8px;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content {
    min-height: 150px;
  }
  .cmp-image-content-card-slider .slider-wrap .card-wrap .slider-item {
    width: 48%;
    margin: 1%;
  }
  .cmp-image-content-card-slider .slider-wrap .card-wrap .slider-item .slider-item-content {
    height: auto;
  }
  .cmp-image-content-card-slider .slider-wrap .card-wrap .slider-item .slider-item-content .full-content {
    padding-right: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content {
    min-height: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-image-content-card-slider {
    margin-bottom: 7.8125vw;
  }
  .cmp-image-content-card-slider .section-head .heading-main {
    font-size: 1.875vw;
  }
  .cmp-image-content-card-slider .section-head .heading-sub {
    font-size: 0.8333333333vw;
  }
  .cmp-image-content-card-slider .section-head .location {
    font-size: 0.8333333333vw;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item {
    margin-top: 1.4583333333vw !important;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-image img {
    height: 19.2708333333vw;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content {
    padding: 3.6458333333vw 3.125vw;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .content-inner {
    min-height: 8.3333333333vw;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .item-content-title {
    font-size: 1.3020833333vw;
  }
  .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .full-content {
    padding-right: 18px;
  }
  .cmp-image-content-card-slider .slider-wrap .slick-slider .slick-arrow.slick-next {
    right: -3.2291666667vw;
  }
  .cmp-image-content-card-slider .slider-wrap .slick-slider .slick-arrow.slick-prev {
    left: -5.2083333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .community-welfare .cmp-image-content-card-slider .slider-wrap .slider-item .slider-item-content .full-content {
    padding-right: 1.4583333333vw;
  }
}

.banner {
  position: relative;
}
.banner .banner-sidebar {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .banner .banner-sidebar {
    background: #F0F0F0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5.2083333333vw;
    z-index: 111;
    height: 100%;
  }
  .banner .banner-sidebar .dark-light-mode {
    position: relative;
    bottom: inherit;
  }
  .banner .banner-sidebar .dark-light-mode .dark-light-mode-inner {
    transform: rotate(90deg);
    margin-top: 2.5vw;
  }
  .banner .banner-sidebar .textarea {
    color: #ABABAB;
    transform: rotate(270deg);
    margin-top: 4.0625vw;
    white-space: nowrap;
    font-size: 0.8854166667vw;
    text-transform: uppercase;
    letter-spacing: 0.0833333333vw;
  }
}

.inner-banner .banner-sidebar .textarea {
  color: #101D14;
}

.image-content-with-overlay-text .image-content-left {
  background: #19459D;
  padding: 36px 20px;
  text-align: center;
  position: relative;
}
.image-content-with-overlay-text .image-content-left:after {
  position: absolute;
  content: "";
  background: linear-gradient(181.44deg, #19459d 1.23%, rgba(21, 76, 140, 0.87) 53.47%, rgba(21, 76, 140, 0) 88.84%);
  width: 100%;
  height: 33%;
  bottom: -27%;
  left: 0;
  right: 0;
  z-index: 1;
}
.image-content-with-overlay-text .image-content-left .paragraph {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .image-content-with-overlay-text {
    display: flex;
  }
  .image-content-with-overlay-text .image-content-left {
    text-align: left;
    width: 40%;
  }
  .image-content-with-overlay-text .image-content-left:after {
    background: linear-gradient(-270.44deg, #19459d 1.23%, rgba(21, 76, 140, 0.87) 53.47%, rgba(21, 76, 140, 0) 88.84%);
    width: 70%;
    height: 100%;
    bottom: 0;
    right: -45%;
    z-index: 1;
    top: 0;
    left: inherit;
  }
  .image-content-with-overlay-text .image-content-left .content-area {
    position: absolute;
    z-index: 11;
    width: 120%;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .image-content-with-overlay-text .image-content-left .paragraph {
    text-align: left;
  }
  .image-content-with-overlay-text .image-content-right {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .image-content-with-overlay-text .image-content-left .content-area {
    left: 9.375vw;
  }
  .image-content-with-overlay-text .image-content-left .content-area .heading-sub {
    font-size: 2.0833333333vw;
  }
  .image-content-with-overlay-text .image-content-left .content-area .heading-main {
    font-size: 3.125vw;
  }
  .image-content-with-overlay-text .image-content-left .content-area .paragraph {
    padding-top: 1.875vw;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-slider-button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider-wrapper .custom-slider-button {
    display: block;
    position: relative;
    height: 60px;
    background: #154C8C;
    border-top: 1px solid #5A93D4;
  }
  .main-slider-wrapper .custom-slider-button svg path {
    fill: #5A93D4;
  }
  .main-slider-wrapper .custom-slider-button img {
    width: 40px;
    filter: hue-rotate(180deg) saturate(1.2) brightness(1.1);
  }
  .main-slider-wrapper .custom-slider-button .slider-count {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    justify-content: center;
  }
  .main-slider-wrapper .custom-slider-button .slider-count .custom_paging {
    margin-bottom: 0;
    padding-left: 0;
  }
  .main-slider-wrapper .custom-slider-button .nav-prev-btn {
    position: absolute;
    left: 0;
    width: 33.3%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #5A93D4;
  }
  .main-slider-wrapper .custom-slider-button .nav-next-btn {
    position: absolute;
    right: 0;
    width: 33.3%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #5A93D4;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider-wrapper .custom-slider-button .slider-count {
    width: 33.3%;
  }
  .main-slider-wrapper .custom-slider-button .nav-prev-btn {
    width: 33.3%;
  }
  .main-slider-wrapper .custom-slider-button .nav-next-btn {
    width: 33.3%;
  }
}
.main-banner {
  margin-bottom: 50px;
  overflow: hidden;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner {
  position: relative;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/elements/mobile-banner-overlay.png);
  width: 100%;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100%;
  display: none;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner img {
  width: 100%;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
  z-index: 1;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .slider-sub-title {
  font-size: 20px;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .slider-sub-title span {
  font-family: "FuturaBlack BT";
}
.main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .slider-main-title {
  font-size: 48px;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .content-bottom .slider-content-text {
  width: 65%;
}
.main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .content-bottom .--btn-wrap {
  width: 35%;
}
.main-banner .main-slider-wrapper .slick-prev {
  display: none;
}
.main-banner .main-slider-wrapper .slick-slider .slick-arrow.slick-next:before {
  display: none;
}
.main-banner .slick-slider {
  margin-bottom: 0 !important;
  margin-top: 68px;
}
.main-banner .slick-slider .image-item {
  position: relative;
}
.main-banner .slick-slider .image-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #154C8C 0%, rgba(21, 76, 140, 0) 100%);
  width: 100%;
  height: 70%;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-banner .enroll-now {
  top: 0;
  right: 0;
  background: #002859;
}
.main-banner .enroll-now .card-image-sec {
  position: relative;
}
.main-banner .enroll-now .card-image-sec .heading-main {
  font-size: 35px;
  max-width: 60%;
  margin: 0 auto;
  padding-top: 3.5416666667vw;
}
.main-banner .enroll-now .card-image-sec .image-inner img {
  width: 100%;
}
.main-banner .enroll-now .card-image-sec .element-image {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-banner .enroll-now .card-image-sec .element-image img {
  width: 100%;
}
.main-banner .enroll-now .card-content {
  background: #CA7333;
  padding: 36px 42px;
}
.main-banner .enroll-now .card-content .heading-main {
  margin-bottom: 24px;
  font-size: 35px;
}
.main-banner .enroll-now .card-content .--link-item {
  font-size: 20px;
}
.main-banner .enroll-now .card-content .btn-with-arrow {
  width: max-content;
  text-align: center;
  margin: 0 auto;
  transition: 0.7s;
  border-bottom: 3px solid #fff;
  padding: 0 5px 5px 5px;
}
.main-banner .enroll-now .card-content .btn-with-arrow a {
  transition: 0.7s;
}
.main-banner .enroll-now .card-content .btn-with-arrow a:hover {
  color: #19459D;
}
.main-banner .enroll-now .card-content .btn-with-arrow svg {
  height: 10px;
  width: 23px;
  margin-left: 12px;
  margin-top: 2px;
}
.main-banner .enroll-now .card-content .btn-with-arrow:hover svg {
  fill: #19459D;
}
@media only screen and (min-width: 600px) {
  .main-banner .enroll-now .card-image-sec {
    display: none;
  }
  .main-banner .custom-slider-button .slider-count.mobile {
    display: none !important;
  }
  .main-banner .main-slider-wrapper .slider-item .slider-inner img {
    height: 900px;
    object-position: top;
    object-fit: cover;
  }
  .main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .slider-content-text {
    padding-bottom: 36px;
  }
  .main-banner .main-slider-wrapper .slider-item .slider-inner .slider-content .content-bottom {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .main-banner {
    margin-bottom: 7.8125vw;
  }
  .main-banner .slick-slider {
    margin-top: 0;
  }
  .main-banner .slick-slider .image-item:after {
    display: none;
  }
  .main-banner .custom-slider-button {
    display: block;
  }
  .main-banner .main-slider-wrapper {
    position: relative;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-inner img {
    height: calc(100vh - 3.6458333333vw);
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-inner .slider-content {
    top: 0;
    width: 42%;
    padding: 0 0 5.2083333333vw 11.71875vw;
    justify-content: end;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-inner .slider-content .slider-sub-title {
    font-size: 1.5625vw;
  }
  .main-banner .main-slider-wrapper .main-slider .slider-item .slider-inner .slider-content .slider-main-title {
    font-size: 4.6875vw;
    max-width: 85%;
  }
  .main-banner .main-slider-wrapper .animate-btn-wrap {
    position: relative;
    z-index: 11;
  }
  .main-banner .main-slider-wrapper .custom-slider-button {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 111;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .slider-count {
    width: 5.2083333333vw;
    justify-content: center;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap {
    width: 10.4166666667vw;
    display: flex;
    align-items: center;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap .slick-arrow {
    background: #ABABAB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap .slick-arrow img {
    filter: brightness(0) invert(1);
    width: 2.0833333333vw;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap .slick-arrow.slick-disabled {
    background: #ffffff !important;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap .slick-arrow.slick-disabled img {
    filter: inherit;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap img {
    max-width: 60%;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap .nav-prev-btn {
    height: 3.8541666667vw;
    width: 5.2083333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-banner .main-slider-wrapper .custom-slider-button .nav-btn-wrap .nav-next-btn {
    height: 3.8541666667vw;
    width: 5.2083333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-banner .main-slider-wrapper .custom_paging {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .main-banner .main-slider-wrapper .custom_paging li {
    display: none;
  }
  .main-banner .main-slider-wrapper .custom_paging li.slick-active {
    display: block !important;
  }
  .main-banner .main-slider-wrapper .custom_paging li.slick-active span {
    display: none;
    font-size: 2.6041666667vw;
    font-weight: 700;
    color: #ABABAB;
  }
  .main-banner .main-slider-wrapper .custom_paging li.slick-active span.active-num {
    display: block;
  }
  .main-banner .main-slider-wrapper .custom_paging span {
    font-weight: 500;
  }
  .main-banner .main-slider-wrapper .custom_paging .active-num {
    font-weight: 700;
  }
  .main-banner .enroll-now {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #002859;
    width: 21.875vw;
  }
  .main-banner .enroll-now .card-image-sec {
    display: block !important;
    height: 24.5833333333vw;
  }
  .main-banner .enroll-now .card-image-sec .heading-main {
    font-size: 3.125vw;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 1.875vw;
  }
  .main-banner .enroll-now .card-content {
    background: #CA7333;
    padding: 1.875vw 2.1875vw;
    min-height: 10.8333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-banner .enroll-now .card-content .heading-main {
    margin-bottom: 1.9791666667vw !important;
    font-size: 1.8229166667vw;
  }
  .main-banner .enroll-now .card-content .--link-item {
    font-size: 0.9375vw;
  }
}

.single-image-section {
  margin-bottom: 50px;
}

.icon-section {
  margin-bottom: 50px;
}
.icon-section .icon-wrap .icon-item {
  margin-bottom: 48px;
}
.icon-section .icon-wrap .icon-item .icon-wrap-item {
  background: #EAF4FF;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 1px solid #D0D1D3;
  padding: 15px;
}
.icon-section .icon-wrap .icon-item .icon-wrap-item .social-icon {
  padding-bottom: 12px;
  line-height: 16px;
}
.icon-section .icon-wrap .icon-item .icon-wrap-item .social-icon img {
  max-width: 70px;
}
.icon-section .icon-wrap .icon-item .icon-wrap-item .icon-title .heading-sub {
  font-size: 14px;
}
.icon-section .icon-description {
  padding-top: 28px;
}
@media only screen and (min-width: 600px) {
  .icon-section .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon-section .main-wrapper .icon-wrap {
    width: 50%;
  }
  .icon-section .main-wrapper .icon-description {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .icon-section .main-wrapper .icon-wrap {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1200px) {
  .icon-section {
    margin-bottom: 6.25vw;
  }
  .icon-section .main-wrapper .icon-wrap {
    width: 25%;
  }
  .icon-section .main-wrapper .icon-wrap .icon-item .icon-wrap-item {
    width: 14.0625vw;
    height: 14.0625vw;
    padding: 1.1458333333vw;
  }
  .icon-section .main-wrapper .icon-wrap .icon-item .icon-wrap-item .icon-title .heading-sub {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
  }
  .icon-section .main-wrapper .icon-wrap .icon-item .icon-wrap-item .social-icon img {
    max-width: 5.2083333333vw;
  }
}

.vission-mission-sec {
  padding-bottom: 60px;
  overflow: hidden;
}
.vission-mission-sec .main-wrapper {
  overflow: hidden;
}
.vission-mission-sec .main-wrapper .left-content {
  background: #154C8C;
  padding: 24px;
}
.vission-mission-sec .main-wrapper .left-content .comtent-area {
  padding: 28px 0;
}
.vission-mission-sec .main-wrapper .left-content .comtent-area .heading-sub {
  color: #ffffff;
  padding-bottom: 12px;
}
.vission-mission-sec .main-wrapper .left-content .comtent-area .paragraph {
  font-size: 16px;
  font-weight: 300;
}
.vission-mission-sec .main-wrapper .right-image {
  position: relative;
  overflow: hidden;
  padding-top: 36px;
}
.vission-mission-sec .main-wrapper .right-image:after {
  position: absolute;
  content: "";
  background-image: url(../images/elements/white-curve-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250%;
  height: 100%;
  top: 0;
  left: -10%;
  bottom: 0;
}
.vission-mission-sec .main-wrapper .right-image:before {
  position: absolute;
  content: "";
  background: linear-gradient(110deg, #154C8C 0.51%, rgba(21, 76, 140, 0.34) 30.1%, rgba(21, 76, 140, 0.3) 99.49%);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vission-mission-sec .main-wrapper .right-image img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .vission-mission-sec .right-image {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .vission-mission-sec .main-wrapper {
    display: flex;
    overflow: inherit;
  }
  .vission-mission-sec .main-wrapper .left-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 64px 24px 42px;
    position: relative;
  }
  .vission-mission-sec .main-wrapper .left-content::after {
    position: absolute;
    content: "";
    background-image: url(../images/elements/white-curve-left.png);
    background-position: center;
    width: 90px;
    height: 100%;
    left: 0;
    bottom: -12%;
    background-repeat: no-repeat;
  }
  .vission-mission-sec .main-wrapper .right-image {
    width: 45%;
    overflow: visible;
  }
  .vission-mission-sec .main-wrapper .right-image img {
    z-index: 1;
    left: -15%;
  }
}
@media only screen and (min-width: 1200px) {
  .vission-mission-sec {
    margin-bottom: 7.8125vw;
    padding-bottom: 0;
  }
  .vission-mission-sec .main-wrapper {
    padding: 0 12.7604166667vw;
  }
  .vission-mission-sec .main-wrapper .left-content {
    padding: 1.1979166667vw 8.3333333333vw;
  }
  .vission-mission-sec .main-wrapper .left-content .comtent-area .heading-sub {
    font-size: 1.875vw;
    padding-bottom: 0.8854166667vw;
  }
  .vission-mission-sec .main-wrapper .left-content .comtent-area .paragraph {
    line-height: 120%;
    font-size: 1.3020833333vw;
  }
}
.vission-mission-sec.form-listing {
  margin-top: 130px;
}
.vission-mission-sec.form-listing .form-listing-left .btn-listing .btn-item {
  width: 100%;
}
.vission-mission-sec.form-listing .form-listing-left .btn-listing .btn-item .form-btn {
  width: 100%;
}
.vission-mission-sec.form-listing .right-image {
  display: none;
}
.vission-mission-sec.form-listing .left-content {
  margin: auto;
  position: relative;
}
.vission-mission-sec.form-listing .left-content::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .vission-mission-sec.form-listing .form-listing-left .btn-listing .btn-item {
    width: 100%;
    max-width: 300px;
  }
  .vission-mission-sec.form-listing .form-listing-left .btn-listing .btn-item .form-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .vission-mission-sec.form-listing {
    margin-top: 6.7708333333vw;
  }
  .vission-mission-sec.form-listing .left-content {
    width: 70%;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
  .vission-mission-sec.form-listing .form-listing-left .btn-listing .btn-item {
    max-width: 20.8333333333vw;
  }
  .vission-mission-sec.form-listing .form-listing-left .btn-listing .btn-item .form-btn {
    font-size: 1.1458333333vw;
    padding: 0.5208333333vw 0.8333333333vw;
    height: 3.8541666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.inner-banner {
  margin-bottom: 50px;
  margin-top: 70px;
}
.inner-banner .main-banner-wrapper {
  position: relative;
  overflow: hidden;
}
.inner-banner .main-banner-wrapper .banner-item {
  position: relative;
}
.inner-banner .main-banner-wrapper .banner-item img {
  width: 100%;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .banner-title {
  font-size: 42px;
  padding-bottom: 30px;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .para {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
  list-style: none;
  padding: 0 17px;
  display: flex;
  align-items: center;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  margin-right: 36px;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a:after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/white-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 64px;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a span {
  font-weight: 600;
  transition: 0.7s;
  text-transform: uppercase;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a:hover span {
  color: #101D14;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li span {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) a:after {
  left: 105px;
}
.inner-banner .main-banner-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .inner-banner .main-banner-wrapper .banner-item img {
    height: 400px;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .inner-banner .main-banner-wrapper .banner-item img {
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-banner .main-banner-wrapper .banner-item img {
    height: 400px;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content {
    margin: 0 auto;
    text-align: center;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .para {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-banner .main-banner-wrapper .banner-item .slider-content .banner-title {
    font-size: 4.6875vw;
    padding-bottom: 3.125vw;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .para {
    max-width: 50%;
    padding-bottom: 3.6458333333vw;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    padding-bottom: 1.1458333333vw;
    margin-bottom: 3.125vw;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:nth-child(2) a::after {
    left: 5.46875vw;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-banner {
    margin-bottom: 4.6875vw;
    margin-top: 0;
  }
  .inner-banner .main-banner-wrapper .banner-item img {
    height: 23.4375vw;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .banner-title {
    font-size: 4.6875vw;
  }
  .inner-banner .main-banner-wrapper .banner-item .slider-content .para {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .inner-banner .main-banner-wrapper .banner-item img {
    height: 29.0104166667vw;
  }
}

.two-images-section {
  padding-bottom: 50px;
}
.two-images-section .image-item {
  padding: 8px 0;
}
@media only screen and (min-width: 600px) {
  .two-images-section .main-wrapper {
    display: flex;
  }
  .two-images-section .main-wrapper .image-item {
    padding: 0 8px;
  }
}

.team-section {
  margin-bottom: 60px;
}
.team-section .team-item {
  position: relative;
  margin-bottom: 18px;
}
.team-section .team-item img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.team-section .team-item .team-content {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, #01152D 0%, rgba(1, 21, 45, 0.89) 30.52%, rgba(1, 21, 45, 0) 100%);
}
.team-section .team-item .team-content .team-content-inner {
  padding-bottom: 24px;
}
.team-section .team-item .team-content .team-content-inner .team-name {
  color: #ffffff;
  font-size: 20px;
}
.team-section .team-item .team-content .team-content-inner .team-position {
  color: #ffffff;
  font-size: 16px;
}
.team-section .team-item.main {
  display: none;
}
.team-section .team-item.main .team-content .team-content-inner .team-name {
  text-transform: uppercase;
}
.team-section button {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .team-section .main-wrapper .team-main img {
    height: 450px;
    object-fit: cover;
    object-position: center;
  }
  .team-section .main-wrapper .team-list .team-item {
    margin: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-section .main-wrapper {
    display: flex;
  }
  .team-section .main-wrapper .team-main {
    width: 100%;
  }
  .team-section .main-wrapper .team-main .team-item {
    margin: 8px;
  }
  .team-section .main-wrapper .team-main img {
    height: 590px;
    object-fit: cover;
  }
  .team-section .main-wrapper .team-list {
    width: 50%;
  }
  .team-section .main-wrapper .team-list .team-item {
    margin-bottom: 0;
    margin: 8px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .team-section .main-wrapper .team-main {
    width: 35%;
  }
  .team-section .main-wrapper .team-main .team-item {
    margin: 0.4166666667vw;
  }
  .team-section .main-wrapper .team-main .team-item .team-content .team-content-inner {
    padding-bottom: 2.34375vw;
  }
  .team-section .main-wrapper .team-main .team-item .team-content .team-content-inner .team-name {
    font-size: 1.0416666667vw;
  }
  .team-section .main-wrapper .team-main img {
    height: 19.5833333333vw;
    object-fit: cover;
  }
  .team-section .main-wrapper .team-list {
    width: 100%;
  }
  .team-section .main-wrapper .team-list .team-item {
    margin-bottom: 0;
    margin: 8px;
    overflow: hidden;
  }
  .team-section .main-wrapper .team-list .team-item .team-content .team-content-inner {
    padding-bottom: 1.25vw;
  }
  .team-section .main-wrapper .team-list .team-item .team-content .team-content-inner .team-name {
    font-size: 0.8333333333vw;
    margin: 0;
  }
  .team-section .main-wrapper .team-list .team-item .team-content .team-content-inner .team-position {
    font-size: 0.625vw;
    line-height: 1.0416666667vw;
  }
  .team-section .main-wrapper .team-list img {
    height: 23.4375vw;
    object-fit: cover;
    object-position: center;
  }
}
.cmp-grid-slider .nav-btn-wrap {
  display: none;
}
.cmp-grid-slider .image-item .slider-inner {
  width: 100%;
}
.cmp-grid-slider .image-item .slider-inner img {
  padding: 6px;
}
.cmp-grid-slider .image-item .slider-inner .single-image {
  height: 400px;
  width: 50%;
}
.cmp-grid-slider .image-item .slider-inner .single-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cmp-grid-slider .image-item .slider-inner .double-image {
  height: 400px;
  width: 50%;
}
.cmp-grid-slider .image-item .slider-inner .double-image img {
  height: 50%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .cmp-grid-slider .main-wrapper .slider-wrap {
    position: relative;
  }
  .cmp-grid-slider .main-wrapper .slider-wrap .nav-btn-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cmp-grid-slider .main-wrapper .slider-wrap .nav-btn-wrap .slick-arrow {
    width: 2.6041666667vw;
  }
  .cmp-grid-slider .main-wrapper .slider-wrap .nav-btn-wrap .slick-arrow.gs-nav-prev-btn {
    position: relative;
    right: 3.125vw;
  }
  .cmp-grid-slider .main-wrapper .slider-wrap .nav-btn-wrap .slick-arrow.gs-nav-next-btn {
    position: relative;
    left: 3.125vw;
  }
  .cmp-grid-slider .slick-slider .slick-arrow.slick-next {
    right: -3.125vw;
  }
  .cmp-grid-slider .slick-arrow.slick-prev {
    left: -5vw;
  }
  .cmp-grid-slider .image-item .slider-inner .single-image {
    height: 31.25vw;
  }
  .cmp-grid-slider .image-item .slider-inner .double-image {
    height: 31.25vw;
  }
  .cmp-grid-slider .image-item:nth-child(even) .slider-inner {
    flex-direction: row-reverse;
  }
}

.home-image-content-sec .custom-wrap {
  padding: 0;
}
.home-image-content-sec .custom-wrap .hic-content {
  padding: 0 20px 36px 20px;
  position: relative;
}
.home-image-content-sec .custom-wrap .hic-content .sub-title .text-button {
  background: #19459D;
  display: inline-block;
  font-size: 26px;
  padding: 12px 18px;
  font-weight: 500;
  white-space: nowrap;
}
.home-image-content-sec .custom-wrap .hic-content .sub-title .heading-sub {
  font-size: 42px;
  font-weight: 300;
}
.home-image-content-sec .custom-wrap .hic-content .main-title .blue-line {
  background: #19459D;
  height: 7px;
  width: 100%;
}
.home-image-content-sec .custom-wrap .hic-content .heading-main {
  font-size: 40px;
  line-height: 58px;
  padding-bottom: 18px;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap {
  padding-bottom: 36px;
  display: flex;
  flex-direction: column-reverse;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap {
  margin-top: 40px;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap .logo-item:nth-child(1) {
  padding-right: 20px;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap .content-inner {
  padding-top: 36px;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap .sub-content {
  padding-bottom: 28px;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap .sub-content .paragraph {
  font-size: 20px;
}
.home-image-content-sec .custom-wrap .hic-content .content-wrap .main-para {
  margin-bottom: 36px;
}
.home-image-content-sec .custom-wrap .hic-content .animate-btn-wrap {
  position: absolute;
  bottom: -60px;
  z-index: 1;
}
.home-image-content-sec .custom-wrap .hic-image {
  position: relative;
}
.home-image-content-sec .custom-wrap .hic-image .custom-button {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .home-image-content-sec .hic-content .content-wrap .logo-wrap {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .home-image-content-sec .main-wrapper .hic-content .main-para {
    margin-bottom: 50px;
  }
  .home-image-content-sec .main-wrapper .hic-image {
    text-align: center;
  }
  .home-image-content-sec .main-wrapper .hic-image img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .home-image-content-sec .main-wrapper {
    display: flex;
    flex-direction: column;
  }
  .home-image-content-sec .main-wrapper .hic-content {
    width: 100%;
  }
  .home-image-content-sec .main-wrapper .hic-content .heading-main {
    font-size: 48px;
  }
  .home-image-content-sec .main-wrapper .hic-image {
    width: 100%;
    padding: 0 20px;
  }
  .home-image-content-sec .main-wrapper .hic-image img {
    max-width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-image-content-sec .custom-wrap {
    padding: 0 8.3333333333vw;
    flex-direction: row;
  }
  .home-image-content-sec .custom-wrap .hic-content {
    padding-right: 5.2083333333vw;
    width: 45%;
    padding-left: 0;
  }
  .home-image-content-sec .custom-wrap .hic-content .sub-title {
    display: flex;
    align-items: center;
  }
  .home-image-content-sec .custom-wrap .hic-content .sub-title .text-button {
    font-size: 0.9375vw;
  }
  .home-image-content-sec .custom-wrap .hic-content .sub-title .heading-sub {
    padding-left: 12px;
  }
  .home-image-content-sec .custom-wrap .hic-content .heading-main {
    font-size: 3.125vw;
    padding-bottom: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }
  .home-image-content-sec .custom-wrap .hic-content .main-title {
    position: relative;
  }
  .home-image-content-sec .custom-wrap .hic-content .main-title .heading-main {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home-image-content-sec .custom-wrap .hic-content .main-title .blue-line {
    position: absolute;
    bottom: 0.46875vw;
    right: -3.125vw;
    width: 12.5vw;
  }
  .home-image-content-sec .custom-wrap .hic-content .content-wrap {
    flex-direction: column;
    align-items: baseline;
  }
  .home-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap .logo-item:nth-child(1) {
    padding-right: 2.0833333333vw;
  }
  .home-image-content-sec .custom-wrap .hic-content .content-wrap .sub-content {
    padding-bottom: 2.6041666667vw;
  }
  .home-image-content-sec .custom-wrap .hic-content .animate-btn-wrap {
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 10%;
    width: 108%;
  }
  .home-image-content-sec .custom-wrap .hic-image {
    width: 55%;
    padding: 0;
  }
  .home-image-content-sec .custom-wrap .hic-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.common-image-content-sec {
  margin-bottom: 60px;
}
.common-image-content-sec .custom-wrap {
  padding: 0;
}
.common-image-content-sec .custom-wrap .hic-content {
  padding: 0 20px 36px 20px;
  position: relative;
}
.common-image-content-sec .custom-wrap .hic-content .sub-title .text-button {
  background: #19459D;
  display: inline-block;
  font-size: 26px;
  padding: 12px 18px;
  font-weight: 500;
  white-space: nowrap;
}
.common-image-content-sec .custom-wrap .hic-content .sub-title .heading-sub {
  font-size: 42px;
  font-weight: 300;
}
.common-image-content-sec .custom-wrap .hic-content .main-title .blue-line {
  background: #19459D;
  height: 7px;
  width: 100%;
}
.common-image-content-sec .custom-wrap .hic-content .heading-main {
  font-size: 40px;
  line-height: 58px;
  padding-bottom: 18px;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap {
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap {
  margin: 0 auto;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap img {
  max-width: 200px;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap .content-inner {
  padding-top: 36px;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap .sub-content {
  padding-bottom: 28px;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap .sub-content .paragraph {
  font-size: 20px;
}
.common-image-content-sec .custom-wrap .hic-content .content-wrap .main-para {
  margin-bottom: 36px;
}
.common-image-content-sec .custom-wrap .hic-content .animate-btn-wrap {
  position: absolute;
  bottom: -60px;
  z-index: 1;
}
.common-image-content-sec .custom-wrap .hic-image {
  position: relative;
}
.common-image-content-sec .custom-wrap .hic-image .custom-button {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .common-image-content-sec .hic-content .content-wrap .logo-wrap {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .common-image-content-sec .main-wrapper .hic-content .main-para {
    margin-bottom: 50px;
  }
  .common-image-content-sec .main-wrapper .hic-content .content-wrap .logo-wrap img {
    max-width: 150px;
  }
  .common-image-content-sec .main-wrapper .hic-image {
    text-align: center;
  }
  .common-image-content-sec .main-wrapper .hic-image img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .common-image-content-sec .main-wrapper {
    display: flex;
    flex-direction: column;
  }
  .common-image-content-sec .main-wrapper .hic-content {
    width: 100%;
  }
  .common-image-content-sec .main-wrapper .hic-content .heading-main {
    font-size: 48px;
  }
  .common-image-content-sec .main-wrapper .hic-image {
    width: 100%;
    padding: 0 20px;
  }
  .common-image-content-sec .main-wrapper .hic-image img {
    max-width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .common-image-content-sec {
    margin-bottom: 7.8125vw;
  }
  .common-image-content-sec .custom-wrap {
    padding: 0 5.2083333333vw;
    flex-direction: row;
  }
  .common-image-content-sec .custom-wrap .hic-content {
    padding-right: 5.2083333333vw;
    width: 45%;
  }
  .common-image-content-sec .custom-wrap .hic-content .sub-title {
    display: flex;
    align-items: center;
  }
  .common-image-content-sec .custom-wrap .hic-content .sub-title .text-button {
    font-size: 0.9375vw;
  }
  .common-image-content-sec .custom-wrap .hic-content .sub-title .heading-sub {
    padding-left: 12px;
  }
  .common-image-content-sec .custom-wrap .hic-content .heading-main {
    font-size: 3.125vw;
    padding-bottom: 2.6041666667vw;
    line-height: 3.3854166667vw;
  }
  .common-image-content-sec .custom-wrap .hic-content .main-title {
    position: relative;
  }
  .common-image-content-sec .custom-wrap .hic-content .main-title .heading-main {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .common-image-content-sec .custom-wrap .hic-content .main-title .blue-line {
    position: absolute;
    bottom: 0.6770833333vw;
    right: -3.125vw;
    width: 18.75vw;
  }
  .common-image-content-sec .custom-wrap .hic-content .content-wrap {
    flex-direction: column;
    align-items: baseline;
  }
  .common-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap {
    margin: inherit;
  }
  .common-image-content-sec .custom-wrap .hic-content .content-wrap .logo-wrap img {
    max-width: 7.8125vw;
  }
  .common-image-content-sec .custom-wrap .hic-content .content-wrap .sub-content {
    padding-bottom: 2.6041666667vw;
  }
  .common-image-content-sec .custom-wrap .hic-content .animate-btn-wrap {
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 10%;
    width: 108%;
  }
  .common-image-content-sec .custom-wrap .hic-image {
    width: 55%;
  }
  .common-image-content-sec .custom-wrap .hic-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.countdown-sec {
  background: #184F8C;
  padding: 38px 0;
  position: relative;
  margin-bottom: 60px;
}
.countdown-sec .overlay-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown-sec .custom-wrap {
  padding: 0;
}
.countdown-sec .custom-wrap .common-title .heading-main {
  font-size: 55px;
  line-height: 65px;
}
.countdown-sec .custom-wrap .common-title .heading-sub {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.countdown-sec .custom-wrap .countdown-wrap {
  padding-top: 60px;
}
.countdown-sec .custom-wrap .countdown-wrap .slick-list {
  padding: 0 80px !important;
}
.countdown-sec .custom-wrap .countdown-wrap .countdown-item {
  position: relative;
  height: 250px;
}
.countdown-sec .custom-wrap .countdown-wrap .countdown-item .count-number .heading-sub {
  font-size: 60px;
}
.countdown-sec .custom-wrap .countdown-wrap .countdown-item .count-text {
  max-width: 120px;
  text-align: center;
}
.countdown-sec .custom-wrap .countdown-wrap .countdown-item .count-text .textarea {
  font-size: 25px;
}
.countdown-sec .custom-wrap .countdown-wrap .countdown-item svg {
  height: 600px;
  position: absolute;
  left: 0;
  z-index: -1;
  right: -60px;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .countdown-sec {
    margin-bottom: 7.03125vw;
    padding: 5.2083333333vw 0;
  }
  .countdown-sec .custom-wrap .countdown-wrap .countdown-item .count-number .heading-sub {
    font-size: 3.6458333333vw;
  }
  .countdown-sec .custom-wrap .countdown-wrap .countdown-item .count-text .textarea {
    position: relative;
    left: -30px;
  }
  .countdown-sec .custom-wrap .common-title .heading-main {
    font-size: 3.125vw;
    line-height: 3.3854166667vw;
  }
  .countdown-sec .custom-wrap .common-title .heading-sub {
    font-size: 1.0416666667vw;
  }
}

.events-sec {
  margin-bottom: 50px;
}
.events-sec .event > span a {
  pointer-events: none;
  cursor: default;
}
.events-sec .slick-list {
  padding: 0 0 40px 0 !important;
  margin-top: -60px !important;
}
.events-sec .slick-dots {
  display: none !important;
}
.events-sec .calendar-wrap {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.events-sec .calendar-wrap .heading-main {
  font-size: 32px;
}
.events-sec .calendar-wrap .calendar-inner {
  padding: 16px;
  box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid rgb(231, 231, 231);
  margin-top: 36px;
  background: #ffffff;
}
.events-sec .calendar-wrap .calendar-inner .header {
  position: relative;
}
.events-sec .calendar-wrap .calendar-inner .header h1 {
  color: #101D14;
  font-size: 20px;
  text-align: center;
}
.events-sec .calendar-wrap .calendar-inner .header .right {
  position: absolute;
  content: "";
  background-image: url(../images/icons/right-arrow-left-sm.png);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.events-sec .calendar-wrap .calendar-inner .header .left {
  position: absolute;
  content: "";
  background-image: url(../images/icons/right-arrow-right-sm.png);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.events-sec .calendar-wrap .calendar-inner .details {
  position: absolute;
  z-index: 111;
}
.events-sec .calendar-wrap .calendar-inner .details a {
  pointer-events: none;
  cursor: default;
}
.events-sec .calendar-wrap .calendar-inner .month {
  margin-top: 22px;
}
.events-sec .calendar-wrap .calendar-inner .day {
  background: none;
}
.events-sec .calendar-wrap .calendar-inner #calendar {
  margin-bottom: 0;
}
.events-sec .calendar-wrap .calendar-inner #calendar .day.today {
  color: #000000;
}
.events-sec .calendar-wrap .calendar-inner #calendar .day.today .day-name {
  color: #000000;
}
.events-sec .branch-wrap {
  position: relative;
}
.events-sec .branch-wrap .branch-inner {
  position: relative;
}
.events-sec .branch-wrap .branch-inner .branch-main-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.events-sec .branch-wrap .branch-inner .heading-sub {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 65px;
  font-size: 32px;
}
.events-sec .branch-wrap .branch-inner .heading-sub span {
  font-family: "FuturaBlack BT";
}
.events-sec .branch-wrap .branch-inner .animate-btn-wrap {
  position: absolute;
  z-index: 11111;
  left: 0;
  right: 0;
  bottom: -67px;
  cursor: pointer;
  text-transform: uppercase;
}
.events-sec .branch-wrap .branch-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #154C8C 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
}
.events-sec .custom-wrap {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .events-sec .custom-wrap {
    display: flex;
    align-items: center;
    width: 100% !important;
  }
  .events-sec .custom-wrap .calendar-wrap {
    width: 50%;
  }
  .events-sec .custom-wrap .calendar-wrap .calendar-wrap-inner {
    width: 100%;
  }
  .events-sec .custom-wrap .branch-wrap-outer {
    width: 50%;
  }
  .events-sec .custom-wrap .branch-wrap {
    width: 50%;
    top: inherit;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .events-sec {
    margin-bottom: 7.8125vw;
  }
  .events-sec .slick-list {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .events-sec .slick-dots {
    display: none !important;
  }
  .events-sec .slick-slider {
    margin-bottom: 0 !important;
  }
  .events-sec .custom-wrap {
    padding: 0 8.3333333333vw;
    align-items: end;
  }
  .events-sec .custom-wrap .calendar-wrap {
    padding-left: 0;
    width: 47.5%;
    padding-right: 3.2291666667vw;
  }
  .events-sec .custom-wrap .calendar-wrap .heading-main {
    font-size: 3.125vw;
    text-align: left;
  }
  .events-sec .custom-wrap .calendar-wrap .calendar-inner {
    margin-top: 3.125vw;
    padding: 2.6041666667vw 1.875vw;
  }
  .events-sec .custom-wrap .branch-wrap-outer {
    position: relative;
    width: 52.5%;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap {
    padding-right: 0;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .branch-main-image {
    height: 36.4583333333vw;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .heading-sub {
    position: relative;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .animate-btn-wrap {
    position: relative;
    display: flex;
    justify-content: right;
    padding-right: 3.6458333333vw;
    bottom: 0;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .animate-btn-wrap img {
    display: none;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .card-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .card-content s .animate-btn-wrap {
    bottom: inherit;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .card-content s .animate-btn-wrap img {
    display: none !important;
  }
  .events-sec .custom-wrap .branch-wrap-outer .branch-wrap .branch-inner .card-content .heading-sub {
    bottom: inherit;
    width: 100%;
  }
  .events-sec .custom-wrap .branch-wrap-outer .custom-slider-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3.6458333333vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .events-sec .custom-wrap .branch-wrap-outer .custom-slider-button .nav-btn {
    width: 3.0729166667vw;
  }
}

.home-full-width-image-sec {
  overflow: hidden;
}
.home-full-width-image-sec .home-full-width-image-sec--inner {
  position: relative;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .animate-image-desktop {
  display: none;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .main-bg-image img {
  width: 100%;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper {
  padding: 36px 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .left-content {
  position: relative;
  z-index: 1;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .left-content .head-wrap {
  padding-top: 18px;
  text-align: center;
  padding-bottom: 36px;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .left-content .head-wrap .heading-sub {
  font-size: 25px;
  font-weight: 300;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .left-content .head-wrap .rotate-text {
  transform: rotate(-7deg);
  padding-top: 32px;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .left-content .head-wrap .rotate-text .heading-button {
  background: #CA7333;
  display: inline;
  padding: 6px 16px;
  font-size: 37px;
  margin-top: 26px;
  text-transform: uppercase;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .left-content .head-wrap .heading-main {
  margin-top: 36px;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .main-image {
  position: absolute;
  bottom: -80px;
  z-index: 1;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .main-image img {
  max-width: 100%;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .animate-image {
  position: absolute;
  bottom: -31%;
  left: -40%;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .animate-image svg {
  width: 210%;
}
.home-full-width-image-sec .home-full-width-image-sec--inner .animate-image path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-dasharray: 2000; /* Adjust based on the path length */
  stroke-dashoffset: 2000; /* Start hidden */
  animation: draw 9s ease-in-out infinite; /* Loop animation */
  animation-delay: 3s;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 2000; /* Start hidden */
    fill: #ffffff;
  }
  50% {
    stroke-dashoffset: 0; /* Reveal the stroke */
  }
  100% {
    stroke-dashoffset: 2000; /* Hide it again */
  }
}
.home-full-width-image-sec .home-full-width-image-sec--inner .animate-image .squiggle {
  stroke-dasharray: 2000; /* Adjust this value based on the path length */
  stroke-dashoffset: 2000;
  animation: draw 4s ease-in-out forwards, fill 1s ease-in forwards 4s; /* Fill starts after draw */
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: white; /* Change to your desired fill color */
  }
}
@media only screen and (min-width: 600px) {
  .home-full-width-image-sec .home-full-width-image-sec--inner {
    margin-top: 36px;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .animate-image {
    bottom: 0;
    left: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .animate-image svg {
    width: 110%;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper {
    width: 100%;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .logo {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .logo img {
    max-width: 300px;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-bg-image img {
    max-height: 1000px;
    width: 100%;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner::after {
    position: absolute;
    content: "";
    background: linear-gradient(1800deg, #154C8C 9.97%, rgba(21, 76, 140, 0) 90%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .logo {
    justify-content: flex-start;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .head-wrap, .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .heading-sub {
    text-align: left;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .head-wrap .heading-main, .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .heading-sub .heading-main {
    text-align: left;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .head-wrap .rotate-text, .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .heading-sub .rotate-text {
    padding-top: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .animate-btn-wrap {
    justify-content: flex-start;
    float: left;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .main-image {
    right: -10%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-full-width-image-sec {
    overflow: inherit;
    padding-top: 2.6041666667vw;
    position: relative;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner {
    margin-top: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .animate-image-desktop {
    display: block;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.25vw;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner {
    padding-right: 1.875vw;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner .logo img {
    width: 18.2291666667vw;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner .head-wrap {
    padding: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner .head-wrap .heading-sub {
    font-size: 2.0833333333vw;
    text-align: left;
    margin-bottom: 1.6666666667vw;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner .head-wrap .rotate-text {
    text-align: left;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner .head-wrap .rotate-text .heading-button {
    font-size: 3.125vw;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .content-inner .head-wrap .heading-main {
    font-size: 3.125vw;
    margin-top: 3.125vw;
    margin-bottom: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .left-content .animate-btn-wrap .animate-btn {
    margin-bottom: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .main-image {
    right: 0;
    display: flex;
    justify-content: center;
    bottom: 0;
    height: 33.8541666667vw;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .main-image img {
    width: 75%;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .animate-image svg {
    display: none;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .animate-image-desktop {
    position: absolute;
    right: 0;
    top: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #002859 0%, rgba(0, 40, 89, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .main-image {
    right: 0;
  }
  .home-full-width-image-sec .home-full-width-image-sec--inner .main-wrapper .main-image img {
    width: 100%;
  }
}

.pre-footer-sec {
  padding: 60px 0;
  overflow: hidden;
}
.pre-footer-sec .custom-wrap {
  flex-direction: column-reverse !important;
  padding: 0;
}
.pre-footer-sec .custom-wrap .mid-area .icon-image svg {
  max-width: 100%;
  height: auto;
}
.pre-footer-sec .custom-wrap .mid-area .icon-image path {
  fill: none;
  stroke: #154C8C;
  stroke-width: 2;
  stroke-dasharray: 2000; /* Adjust based on the path length */
  stroke-dashoffset: 2000; /* Start hidden */
  animation: draw 9s ease-in-out infinite; /* Loop animation */
  animation-delay: 3s;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 2000; /* Start hidden */
  }
  50% {
    stroke-dashoffset: 0; /* Reveal the stroke */
  }
  100% {
    stroke-dashoffset: 2000; /* Hide it again */
  }
}
.pre-footer-sec .top-area {
  padding-top: 12px;
}
.pre-footer-sec .top-area .heading-sub {
  font-size: 35px;
  font-weight: 300;
}
.pre-footer-sec .top-area .heading-main {
  font-size: 45px;
  padding-top: 26px;
}
.pre-footer-sec .top-area .animate-btn-wrap {
  margin-top: 42px;
}
.pre-footer-sec .button-circle {
  margin-top: 54px;
}
@media only screen and (min-width: 1200px) {
  .pre-footer-sec .button-circle {
    margin-top: 0;
  }
  .pre-footer-sec .custom-wrap {
    flex-direction: column !important;
    padding-right: 6.7708333333vw;
    padding-left: 5.9895833333vw;
  }
  .pre-footer-sec .custom-wrap .top-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .pre-footer-sec .custom-wrap .top-area .heading-sub {
    font-size: 2.34375vw;
  }
  .pre-footer-sec .custom-wrap .top-area .hr-line-wrap {
    padding: 0 2.6041666667vw;
  }
  .pre-footer-sec .custom-wrap .top-area .hr-line {
    width: 10.4166666667vw;
    height: 0.15625vw;
    background: #19459D;
  }
  .pre-footer-sec .custom-wrap .top-area .animate-btn-wrap {
    margin-top: 0;
  }
  .pre-footer-sec .custom-wrap .top-area .animate-btn-wrap .animate-btn {
    margin-bottom: 0;
  }
  .pre-footer-sec .custom-wrap .mid-area {
    display: flex;
    align-items: center;
    position: relative;
    top: -36px;
  }
  .pre-footer-sec .custom-wrap .mid-area .icon-image {
    width: 50%;
    padding-right: 1.25vw;
  }
  .pre-footer-sec .custom-wrap .mid-area .heading-main {
    width: 50%;
    font-size: 3.125vw;
  }
}

.footer-socail-media .footer-social-media-list {
  padding-left: 0;
  display: flex;
}
.footer-socail-media .footer-social-media-list li {
  list-style: none;
  margin-right: 14px;
}
.footer-socail-media .footer-social-media-list li a {
  transition: 0.7s;
}
.footer-socail-media .footer-social-media-list li a svg {
  height: 24px;
  width: 24px;
  fill: #ffffff;
}
.footer-socail-media .footer-social-media-list li a:hover svg {
  fill: #529FED;
}
@media only screen and (min-width: 1280px) {
  .footer-socail-media .footer-social-media-list {
    margin: 1.25vw 0 0 0;
  }
  .footer-socail-media .footer-social-media-list li a svg {
    width: 1.4583333333vw;
  }
}

.banner .footer-socail-media {
  margin-top: 7.2916666667vw;
}
.banner .footer-socail-media .footer-social-media-list {
  flex-direction: column;
}
.banner .footer-socail-media .footer-social-media-list li {
  display: flex;
  justify-content: center;
  margin: 6px 0;
}
.banner .footer-socail-media .footer-social-media-list li a {
  transition: 0.7s;
}
.banner .footer-socail-media .footer-social-media-list li a svg {
  fill: #101D14;
}
.banner .footer-socail-media .footer-social-media-list li a:hover svg {
  fill: #19459D;
}

.main-slider-wrapper .footer-socail-media .footer-social-media-list {
  flex-direction: column;
}
.main-slider-wrapper .footer-socail-media .footer-social-media-list li a {
  transition: 0.7s;
}
.main-slider-wrapper .footer-socail-media .footer-social-media-list li a:hover svg {
  fill: #19459D;
  transition: 0.7s;
}
.main-slider-wrapper .footer-socail-media .footer-social-media-list li a svg {
  fill: #ABABAB;
}

.footer-section {
  background: #131E43;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.footer-section .overlay-image {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.footer-section .footer-main .footer-col {
  padding: 38px 0;
  border-bottom: 1px solid #ffffff;
}
.footer-section .footer-main .footer-col.first {
  padding-bottom: 18px;
}
.footer-section .footer-main .footer-col .heading-sub {
  padding-bottom: 18px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}
.footer-section .footer-main .footer-col .footer-menu ul li {
  padding: 12px 0;
}
.footer-section .footer-main .footer-col .footer-menu ul li a {
  color: #ffffff;
  font-size: 17px;
  transition: 0.7s;
}
.footer-section .footer-main .footer-col .footer-menu ul li a:hover {
  color: #529FED;
}
.footer-section .footer-main .footer-col .footer-logo {
  width: 40%;
}
.footer-section .footer-main .footer-col .contact-details {
  width: 60%;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap {
  padding-bottom: 18px;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap.desktop-hide {
  margin-top: 18px;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap .social-icon {
  width: 28px;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap .social-icon .icon-inner {
  width: 28px;
  height: 28px;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap .number-list {
  padding-left: 18px;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap .number-list a {
  position: relative;
  transition: 0.7s;
}
.footer-section .footer-main .footer-col .contact-details .contact-wrap .number-list a:hover {
  color: #529FED;
}
.footer-section .footer-main .footer-col.social-icons {
  display: flex;
  align-items: center;
}
.footer-section .footer-main .footer-col.social-icons .heading-sub {
  width: 30%;
  padding-bottom: 0;
}
.footer-section .footer-main .footer-col.social-icons .footer-socail-media {
  width: 70%;
  padding-left: 36px;
}
.footer-section .footer-nav {
  padding: 40px 0;
}
.footer-section .footer-nav .--common-para {
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  font-weight: 400;
}
.footer-section .footer-nav .fw-7 {
  font-weight: 400;
}
.footer-section .footer-nav .footer-nav-right {
  display: none;
}
@media only screen and (min-width: 600px) {
  .footer-section .footer-main {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-section .footer-main .footer-col {
    width: 50%;
    border: none;
    padding: 48px 0;
  }
  .footer-section .footer-main .footer-col.first {
    flex-direction: column;
  }
  .footer-section .footer-main .footer-col.first .footer-logo {
    width: 100%;
    padding-bottom: 36px;
  }
  .footer-section .footer-main .footer-col.first .contact-details {
    width: 100%;
  }
  .footer-section .footer-main .footer-col.social-icons {
    justify-content: center;
  }
  .footer-section .footer-main .footer-col.social-icons .footer-socail-media {
    width: inherit;
  }
  .footer-section .footer-main .footer-col.social-icons .heading-sub {
    width: inherit;
    margin-bottom: 0;
  }
  .footer-section .footer-main .footer-col.social-icons .footer-social-media-list {
    margin-bottom: 0;
  }
  .footer-section .footer-main .footer-col .number-list.address {
    padding-right: 25%;
  }
  .footer-section .footer-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-section .overlay-image {
    right: 0;
    left: 0;
    bottom: 22%;
    margin: auto;
  }
  .footer-section .footer-main .footer-col {
    width: 20%;
    position: relative;
    z-index: 1;
    padding-top: 4.6875vw;
  }
  .footer-section .footer-main .footer-col.first {
    padding-top: 2.9166666667vw;
    padding-bottom: 3.90625vw;
  }
  .footer-section .footer-main .footer-col.social-icons {
    flex-direction: column;
    align-items: inherit;
    justify-content: flex-start;
  }
  .footer-section .footer-main .footer-col.social-icons .heading-sub {
    width: 100%;
  }
  .footer-section .footer-main .footer-col.social-icons .heading-sub.first-title {
    padding-bottom: 2.0833333333vw;
  }
  .footer-section .footer-main .footer-col.social-icons .footer-socail-media {
    padding-left: 0;
    width: inherit;
  }
  .footer-section .footer-main .footer-col .heading-sub {
    font-size: 0.8333333333vw;
  }
  .footer-section .footer-main .footer-col .footer-menu ul li {
    padding: 6px 0;
  }
  .footer-section .footer-main .footer-col .footer-menu ul li a {
    font-size: 0.8333333333vw;
  }
  .footer-section .footer-main .footer-col .contact-details .contact-wrap.desktop-hide {
    display: none !important;
    margin-top: 16px;
  }
  .footer-section .footer-main .footer-col .contact-details .number-list a {
    font-size: 0.8333333333vw;
  }
  .footer-section .footer-main .footer-col:last-child .footer-address {
    margin-bottom: 2.96875vw;
  }
  .footer-section .footer-main .footer-col:last-child .sub-head {
    padding-bottom: 5px;
  }
  .footer-section .footer-main .footer-col:last-child .contact-details {
    width: 100%;
  }
  .footer-section .footer-nav {
    justify-content: space-between;
    align-items: center;
    padding: 1.4583333333vw 0;
  }
  .footer-section .footer-nav .--common-para {
    font-size: 0.7291666667vw;
  }
  .footer-section .footer-nav .footer-nav-right {
    display: block;
  }
  .footer-section .footer-nav .footer-nav-right .nav-link .textarea {
    padding-left: 48px;
  }
  .footer-section .footer-nav .footer-nav-right .nav-link .textarea:first-child {
    padding-left: 0;
  }
}

.fix-wp-icon {
  position: fixed;
  bottom: 60px;
  right: 72px;
  z-index: 111111111;
  cursor: pointer;
}
.fix-wp-icon .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.fix-wp-icon .icon img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .fix-wp-icon {
    right: 6.25vw;
  }
}

.card-grid-section {
  padding-bottom: 50px;
}
.card-grid-section .card-grid-wrap .card-item {
  padding: 0 0 22px 0;
  transition: 0.7s;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner {
  position: relative;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner img {
  width: 100%;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner {
  padding: 18px;
  position: relative;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner::after {
  position: absolute;
  content: "";
  background: linear-gradient(0.59deg, #154C8C 0.51%, rgba(21, 76, 140, 0.84) 40.1%, rgba(21, 76, 140, 0) 99.49%);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner .heading-sub {
  margin-bottom: 24px !important;
  position: relative;
  z-index: 1;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner .hover-content {
  position: relative;
  z-index: 1;
  transition: 0.9s;
}
.card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner .hover-content .paragraph {
  line-height: 20px;
}
.card-grid-section .card-grid-wrap .card-item:hover {
  transition: 0.7s;
}
.card-grid-section .card-grid-wrap .card-item:hover .card-item-inner .card-content .hover-content {
  display: block;
}
@media only screen and (min-width: 600px) {
  .card-grid-section .card-grid-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .card-grid-section .card-grid-wrap .card-item {
    width: 50%;
    padding: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-grid-section {
    padding-bottom: 7.8125vw;
  }
  .card-grid-section .card-grid-wrap .card-item {
    width: 33.3%;
    padding: 8px;
  }
  .card-grid-section .card-grid-wrap .card-item img {
    height: 20.15625vw;
  }
  .card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner {
    padding: 2.0833333333vw;
  }
  .card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner .heading-sub {
    font-size: 1.3020833333vw;
  }
  .card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner .hover-content {
    display: none;
    transition: 0.7s;
  }
  .card-grid-section .card-grid-wrap .card-item .card-item-inner .card-content .card-content-inner .hover-content .paragraph {
    font-size: 0.8333333333vw;
    font-weight: 300;
    line-height: 1.0416666667vw;
  }
  .card-grid-section .card-grid-wrap .card-item:hover {
    transition: 0.7s;
  }
  .card-grid-section .card-grid-wrap .card-item:hover .card-item-inner .card-content .hover-content {
    display: block;
  }
}

.exam-card-wrap-section {
  margin-bottom: 50px;
}
.exam-card-wrap-section .exam-card-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 30px 250px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 22px;
}
.exam-card-wrap-section .exam-card-item .image img {
  width: 100%;
}
.exam-card-wrap-section .exam-card-item .card-details-wrap {
  padding: 36px;
}
.exam-card-wrap-section .exam-card-item .card-details-wrap .card-details-inner {
  padding-bottom: 24px;
}
.exam-card-wrap-section .exam-card-item .card-details-wrap .card-details-inner .details-item {
  margin-bottom: 10px;
}
.exam-card-wrap-section .exam-card-item .card-details-wrap .card-details-inner .details-item .textarea {
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
  .exam-card-wrap-section .main-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .exam-card-wrap-section .main-wrapper .exam-card-item {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (min-width: 1200px) {
  .exam-card-wrap-section {
    margin-bottom: 7.8125vw;
  }
  .exam-card-wrap-section .main-wrapper {
    justify-content: center;
  }
  .exam-card-wrap-section .main-wrapper .exam-card-item {
    width: 32.3%;
    margin: 0.5%;
  }
  .exam-card-wrap-section .main-wrapper .exam-card-item .card-details-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .exam-card-wrap-section .main-wrapper .exam-card-item .card-details-wrap .card-details-inner {
    padding-bottom: 0;
  }
  .exam-card-wrap-section .main-wrapper .exam-card-item .card-details-wrap .card-details-inner .details-item .textarea {
    font-size: 0.8333333333vw;
  }
  .exam-card-wrap-section .main-wrapper .exam-card-item .card-details-wrap .animate-btn-wrap {
    justify-content: flex-end;
    padding-right: 1.25vw;
  }
}

.button-circle {
  background: #529FED;
  color: #ffffff;
  font-size: 16px;
  border: 10px solid rgba(82, 159, 237, 0.2);
  border-radius: 45px;
}
@media only screen and (min-width: 1200px) {
  .button-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.15);
  }
}

.gallery-card-listing {
  padding: 0 20px 30px;
}
.gallery-card-listing .gallery-wrapper .filter-tab {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item {
  margin-right: 15px;
  list-style: none;
}
.gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link {
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s;
}
.gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link.active {
  text-decoration: underline #0056b3 !important;
}
.gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link:hover {
  text-decoration: underline #0056b3 !important;
}
.gallery-card-listing .gallery-wrapper .gallery-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item {
  flex: 1 1 100%;
}
.gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active picture img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 600px) {
  .gallery-card-listing {
    padding: 0 20px 30px;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item {
    margin-right: 15px;
    list-style: none;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link.active {
    text-decoration: underline #0056b3 !important;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link:hover {
    text-decoration: underline #0056b3 !important;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item {
    flex: 1 1 calc(50% - 16px);
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-card-listing {
    padding: 0 20px 30px;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item {
    margin-right: 15px;
    list-style: none;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link.active {
    text-decoration: underline #0056b3 !important;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link:hover {
    text-decoration: underline #0056b3 !important;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item {
    flex: 1 1 calc(33.333% - 16px);
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-card-listing {
    padding: 0 8.3333333333vw 3.125vw;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.0416666667vw;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5208333333vw;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item {
    margin-right: 0.78125vw;
    list-style: none;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link {
    padding: 0.5208333333vw 0.78125vw;
    border: none;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link.active {
    text-decoration: underline #0056b3 !important;
  }
  .gallery-card-listing .gallery-wrapper .filter-tab .nav-tabs .nav-item .nav-link:hover {
    text-decoration: underline #0056b3 !important;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8333333333vw;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item {
    flex: unset;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active {
    display: block;
    margin-bottom: 1.0416666667vw;
    position: relative;
    overflow: hidden;
    border-radius: 0.4166666667vw;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active picture img {
    width: 100%;
    height: auto;
    display: block;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+1), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+6) {
    flex: 1 1 50% !important;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+2), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+7) {
    flex: 1 1 calc(50% - 0.8333333333vw) !important;
  }
  .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+3), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+4), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+5), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+8), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+9), .gallery-card-listing .gallery-wrapper .gallery-inner .gallery-item.active:nth-child(10n+10) {
    flex: 1 1 calc(33.333% - 0.8333333333vw) !important;
  }
}
.comp-welcome-section .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.comp-welcome-section .section-inner .icon-image {
  margin-bottom: 36px;
}
.comp-welcome-section .section-inner .icon-image img {
  max-width: 200px;
}
.comp-welcome-section .section-inner .welcome-section-title {
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 30px;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 700;
}
.comp-welcome-section .section-inner .welcome-section-sub-title {
  font-size: 36px;
  color: #101D14;
  line-height: 34.6px;
  font-weight: 700;
  margin-bottom: 24px;
}
.comp-welcome-section .section-inner .welcome-section-para {
  text-align: center;
}
.comp-welcome-section.sub-comp .section-inner {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .comp-welcome-section .section-inner .welcome-section-para.small {
    max-width: 50%;
    margin: 0 auto;
  }
  .comp-welcome-section .section-inner .welcome-section-para.medium {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .comp-welcome-section .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 5.2083333333vw;
  }
  .comp-welcome-section .section-inner .icon-image {
    margin-bottom: 2.34375vw;
  }
  .comp-welcome-section .section-inner .icon-image img {
    max-width: 13.0208333333vw;
  }
  .comp-welcome-section .section-inner .welcome-section-title {
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 3.125vw;
    text-align: center;
    margin-bottom: 1.9791666667vw;
    font-weight: 700;
  }
  .comp-welcome-section .section-inner .welcome-section-sub-title {
    font-size: 1.875vw;
    max-width: 40%;
    margin: auto;
    margin-bottom: 2.2916666667vw;
  }
  .comp-welcome-section .section-inner .welcome-section-para {
    text-align: center;
    max-width: 78%;
    margin: 0 auto;
  }
  .comp-welcome-section.sub-comp .section-inner {
    margin-bottom: 2.3958333333vw;
  }
}
.cmp-vacancy-wrap {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy {
  border-bottom: 1px solid rgba(114, 114, 114, 0.2784313725);
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title {
  padding: 40px 20px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active {
  background-color: #154C8C;
  color: #fff !important;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active .vacancy-title {
  color: #fff !important;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active .vacancy-date svg circle {
  fill: white;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex {
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-title {
  width: 100%;
  padding-bottom: 10px;
  color: #17181D;
  text-align: center;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-type {
  color: #fff;
  text-align: center;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-type span {
  padding: 5px 10px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .vacancy-location {
  text-align: center;
  padding-bottom: 10px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date {
  text-align: center;
  padding-bottom: 10px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date .para {
  padding-bottom: 10px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date svg.blue-arrow {
  width: 50px;
  height: 50px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description {
  text-align: center;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 23.76px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  background: #fff;
  overflow: hidden;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description.active {
  background-color: #154C8C;
  color: #fff;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .vacancy-img {
  margin: 0 auto;
  width: 90%;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .apply-now {
  padding: 20px;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .apply-now a.btn-primary {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  background-color: transparent !important;
}
.cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .apply-now a.btn-primary svg {
  width: 30px !important;
  height: 20px;
}
.cmp-vacancy-wrap .vacancy-pagination {
  color: #121625;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 0;
}
.cmp-vacancy-wrap .vacancy-pagination a {
  text-decoration: none;
  padding: 0 10px;
}
.cmp-vacancy-wrap .vacancy-pagination .page-numbers {
  color: #121625;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.cmp-vacancy-wrap .vacancy-pagination .current {
  color: #154C8C;
  text-decoration: underline;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .cmp-vacancy-wrap {
    padding: 0 20px;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy {
    border-bottom: 1px solid rgba(114, 114, 114, 0.2784313725);
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title {
    padding: 40px 20px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active {
    background-color: #154C8C;
    color: #fff !important;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active .vacancy-title {
    color: #fff !important;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active .vacancy-date svg circle {
    fill: white;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap {
    justify-content: left;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex {
    flex-wrap: wrap;
    justify-content: left;
    padding-bottom: 10px;
    flex-direction: column;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-title {
    width: 100%;
    padding-bottom: 10px;
    color: #17181D;
    text-align: left;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-type {
    color: #fff;
    text-align: left;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-type span {
    padding: 5px 10px;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .vacancy-location {
    text-align: left;
    padding-bottom: 10px;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date {
    text-align: center;
    padding-bottom: 10px;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date .para {
    padding-bottom: 10px;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date svg.blue-arrow {
    width: 50px;
    height: 50px;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description {
    text-align: center;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 23.76px */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    background: #fff;
    overflow: hidden;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description.active {
    background-color: #154C8C;
    color: #fff;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .vacancy-img {
    margin: 0 auto;
    width: 90%;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .apply-now {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cmp-vacancy-wrap {
    padding: 0 12.7604166667vw;
    margin-bottom: 7.8125vw;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    padding-top: 2.34375vw;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title.active .vacancy-date svg circle {
    fill: white;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex {
    flex-direction: row;
    align-items: center;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-title {
    color: #17181D;
    font-family: "Plus Jakarta Sans";
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    text-transform: capitalize;
    margin-right: 0.5208333333vw;
    margin-bottom: 0;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-type span {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .vacancy-location {
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw !important;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date .para {
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-date svg.blue-arrow {
    margin-left: 5.2083333333vw;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .vacancy-img {
    padding-top: 3.6458333333vw;
    padding-bottom: 3.125vw;
  }
  .cmp-vacancy-wrap .section-inner .single-vacancy .vacancy-description .apply-now {
    padding-bottom: 5.2083333333vw;
  }
  .cmp-vacancy-wrap .vacancy-pagination .page-numbers {
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
  }
  .cmp-vacancy-wrap .vacancy-pagination .current {
    font-size: 1.6666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
  }
}
.carrires-form .carrires-form-inner {
  background-color: #154C8C;
}
/*==================================================New Changes============================================*/
.message-card-listing {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 20px;
  margin-bottom: 60px;
}
.message-card-listing .message-principal-section {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 0px;
  display: none;
}
.message-card-listing .message-principal-section .principal-image-div {
  width: 100%;
}
.message-card-listing .message-principal-section .principal-image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message-card-listing .message-principal-section .principal-message-div {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  box-shadow: 0px 50px 200px 0px rgba(0, 0, 0, 0.05);
}
.message-card-listing .message-principal-section .principal-message-div .pricipal-message {
  max-height: 311px;
  overflow: auto;
  white-space: pre-wrap;
  color: #3C3B3B;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.3%;
}
.message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des .principal-name {
  color: #4B4B4B;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160.3%;
}
.message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des .principal-des {
  color: #3A3A3A;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.message-card-listing .message-member-section {
  width: 100%;
  height: 100%;
}
.message-card-listing .message-member-section .message-team-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.message-card-listing .message-member-section .message-team-inner .message-team-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.message-card-listing .message-member-section .message-team-inner .message-team-item .message-item-image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.message-card-listing .message-member-section .message-team-inner .message-member-name {
  color: var(--blue, #19459D);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 25px;
  text-align: center;
}
.message-card-listing .message-member-section .message-team-inner .message-member-position {
  font-size: 17px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .message-card-listing .message-member-section .message-team-inner {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .message-card-listing {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 20px;
  }
  .message-card-listing .message-principal-section {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    gap: 0px;
    display: none;
  }
  .message-card-listing .message-principal-section .principal-image-div {
    width: 100%;
  }
  .message-card-listing .message-principal-section .principal-image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message-card-listing .message-principal-section .principal-message-div {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    box-shadow: 0px 50px 200px 0px rgba(0, 0, 0, 0.05);
  }
  .message-card-listing .message-principal-section .principal-message-div .pricipal-message {
    max-height: 311px;
    overflow: auto;
    white-space: pre-wrap;
    color: #3C3B3B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.3%;
  }
  .message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des .principal-name {
    color: #4B4B4B;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160.3%;
  }
  .message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des .principal-des {
    color: #3A3A3A;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: -0.8px;
    text-transform: capitalize;
  }
  .message-card-listing .message-member-section {
    width: 100%;
    height: 100%;
  }
  .message-card-listing .message-member-section .message-team-inner {
    display: grid;
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item .message-item-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .message-card-listing .message-member-section .message-team-inner {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .message-card-listing {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    padding: 0px;
    margin-bottom: 6.7708333333vw;
  }
  .message-card-listing .message-principal-section {
    display: flex;
    width: 73.75vw;
    height: 28.3854166667vw;
    flex-direction: row;
    gap: 0px;
    display: none;
  }
  .message-card-listing .message-principal-section .principal-image-div {
    width: 30%;
  }
  .message-card-listing .message-principal-section .principal-image-div img {
    width: 23.4895833333vw;
    height: 100%;
  }
  .message-card-listing .message-principal-section .principal-message-div {
    width: 70%;
    padding: 80px 90px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    box-shadow: 0px 50px 200px 0px rgba(0, 0, 0, 0.05);
  }
  .message-card-listing .message-principal-section .principal-message-div .pricipal-message {
    max-height: 311px;
    overflow: auto;
    white-space: pre-wrap;
    color: #3C3B3B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.3%;
  }
  .message-card-listing .message-principal-section .principal-message-div .pricipal-message::-webkit-scrollbar {
    width: 0.15625vw;
    background-color: rgba(229, 210, 210, 0.281);
  }
  .message-card-listing .message-principal-section .principal-message-div .pricipal-message::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des .principal-name {
    color: #4B4B4B;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160.3%;
  }
  .message-card-listing .message-principal-section .principal-message-div .principal-name-vs-des .principal-des {
    color: #3A3A3A;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: -0.8px;
    text-transform: capitalize;
  }
  .message-card-listing .message-member-section {
    width: 73.75vw;
  }
  .message-card-listing .message-member-section .message-team-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.1921875vw;
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    width: 22%;
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item .message-item-image {
    margin-bottom: 0.8333333333vw;
  }
  .message-card-listing .message-member-section .message-team-inner .message-team-item .message-item-image img {
    height: 16.6725520833vw;
    display: block;
    object-fit: cover;
  }
  .message-card-listing .message-member-section .message-team-inner .message-member-name {
    font-size: 1.3020833333vw;
    margin-bottom: 0.3125vw;
  }
  .message-card-listing .message-member-section .message-team-inner .message-member-position {
    font-size: 0.8854166667vw;
  }
}
.branch-card-listing {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  gap: 73.32px;
}
.branch-card-listing .branchs-div {
  width: 100%;
}
.branch-card-listing .branchs-div .branch-inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(6, auto);
  gap: 20px;
}
.branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner {
  margin: 0 20px;
}
.branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item {
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner {
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(0deg, #154C8B 0%, rgba(21, 76, 140, 0) 100%);
  align-items: flex-end;
}
.branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner .branch-name {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 120% */
  letter-spacing: -2.5px;
  text-transform: capitalize;
  height: 60px;
  margin: 0;
  z-index: 11;
}
.branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner .btn-branch {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-end;
  margin: 0;
}
.branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner .btn-branch a.animate-btn {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .branch-card-listing {
    display: flex;
    flex-direction: row;
    margin-top: 5.2083333333vw;
    margin-bottom: 8.3333333333vw;
    padding: 0 8.3854166667vw;
    gap: 3.81875vw;
  }
  .branch-card-listing .branchs-div {
    width: 100%;
  }
  .branch-card-listing .branchs-div .branch-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 1.0098958333vw;
    row-gap: 2.0833333333vw;
  }
  .branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner {
    margin: 0;
  }
  .branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    box-shadow: 0px 0.2083333333vw 0.5208333333vw rgba(0, 0, 0, 0.1);
    min-height: 20.8333333333vw;
    position: relative;
    overflow: hidden;
    width: 41.1616145833vw;
    height: 36.5625vw;
  }
  .branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner {
    padding: 4.2078125vw 4.2078125vw 2.9166666667vw;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
    height: 100%;
    justify-content: flex-end;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(0deg, #154C8B 0%, rgba(21, 76, 140, 0) 100%);
    align-items: flex-end;
  }
  .branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner .branch-name {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 2.6041666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.125vw; /* 120% */
    letter-spacing: -0.1302083333vw;
    text-transform: capitalize;
    height: 4.4270833333vw;
  }
  .branch-card-listing .branchs-div .branch-inner .branchs-section .branchs-inner .branch-item .branch-item-inner .btn-branch {
    margin: 0;
    position: relative;
    z-index: 111;
  }
}
.vts-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.vts-section .vts-item {
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 400px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.vts-section .vts-item .vts-item-inner {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(0deg, #154C8B 0%, rgba(21, 76, 140, 0) 100%);
  align-items: flex-end;
}
.vts-section .vts-item .vts-item-inner .text-vs-icon {
  display: flex;
  flex-direction: column;
  gap: 12.33px;
}
.vts-section .vts-item .vts-item-inner .text-vs-icon .vts-icon img {
  width: 62.667px;
  height: 62.667px;
  flex-shrink: 0;
}
.vts-section .vts-item .vts-item-inner .text-vs-icon .vts-name {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -2.5px;
  text-transform: capitalize;
  margin: 0;
}
.vts-section .vts-item .vts-item-inner .btn-branch-inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-end;
  margin: 0;
}
.vts-section .vts-item .vts-item-inner .btn-branch-inner a.animate-btn {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .vts-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.2083333333vw;
  }
  .vts-section .vts-item {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    box-shadow: 0px 0.2083333333vw 0.5208333333vw rgba(0, 0, 0, 0.1);
    min-height: 20.8333333333vw;
    position: relative;
    overflow: hidden;
    width: 68.6979166667vw;
    height: 36.5625vw;
    flex-shrink: 0;
  }
  .vts-section .vts-item .vts-item-inner {
    padding: 4.6354166667vw 6.25vw;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 1.0416666667vw;
    height: 100%;
    justify-content: flex-end;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(0deg, #154C8B 0%, rgba(21, 76, 140, 0) 100%);
    align-items: flex-end;
  }
  .vts-section .vts-item .vts-item-inner .text-vs-icon {
    display: flex;
    flex-direction: column;
    gap: 0.6421875vw;
    width: 50%;
  }
  .vts-section .vts-item .vts-item-inner .text-vs-icon .vts-icon img {
    width: 4.82640625vw;
    height: 4.82640625vw;
    object-fit: contain;
  }
  .vts-section .vts-item .vts-item-inner .text-vs-icon .vts-name {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.125vw; /* 120% */
    letter-spacing: -0.1302083333vw;
    text-transform: capitalize;
    height: 4.4270833333vw;
    width: 100%;
  }
  .vts-section .vts-item .vts-item-inner .btn-branch-inner {
    margin: 0;
  }
}
.cmp-contact-map .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-contact-map .section-inner .map iframe {
  width: 100%;
}
.cmp-contact-map .section-inner .map-details {
  display: flex;
  flex-wrap: wrap;
}
.cmp-contact-map .section-inner .map-details .map-details-inner {
  position: relative;
  padding: 20px;
  width: 100%;
  background-color: #154C8C;
}
.cmp-contact-map .section-inner .map-details .map-details-inner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item {
  margin-bottom: 20px;
}
.cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-label {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-value {
  display: flex;
  flex-direction: column;
}
.cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-value a, .cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-value p, .cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-value span {
  font-family: "Plus Jakarta Sans", system-ui;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
}
.cmp-contact-map .section-inner .map-details .map-direction {
  width: 50%;
  display: block;
  background-color: #CB7333;
  padding: 10px 8px;
}
.cmp-contact-map .section-inner .map-details .map-direction .map-direction-label {
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.cmp-contact-map .section-inner .map-details .map-direction .map-direction-link {
  color: #ffffff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: underline !important;
}
.cmp-contact-map .section-inner .map-details .open-hours {
  width: 50%;
  display: block;
  background-color: #002859;
  padding: 10px 8px;
}
.cmp-contact-map .section-inner .map-details .open-hours .open-hours-lebel {
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.cmp-contact-map .section-inner .map-details .open-hours .open-hours-value {
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .cmp-contact-map .section-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-contact-map .section-inner .map {
    width: 50%;
  }
  .cmp-contact-map .section-inner .map iframe {
    width: 100%;
  }
  .cmp-contact-map .section-inner .map-details {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-contact-map .section-inner {
    padding: 0 6.5104166667vw 0 0;
    margin-bottom: 7.2916666667vw;
  }
  .cmp-contact-map .section-inner .map iframe {
    width: 100%;
    height: 42.6041666667vw;
  }
  .cmp-contact-map .section-inner .map-details {
    display: flex;
    flex-wrap: wrap;
    height: 42.6041666667vw;
  }
  .cmp-contact-map .section-inner .map-details .map-details-inner {
    position: relative;
    padding: 4.2083333333vw 6.5104166667vw;
    width: 100%;
    height: 34.84375vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cmp-contact-map .section-inner .map-details .map-details-inner .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item {
    margin: 1.5625vw 0;
  }
  .cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-label {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.875vw;
  }
  .cmp-contact-map .section-inner .map-details .map-details-inner .map-details-item .map-detail-value {
    font-size: 1.6666666667vw;
    line-height: 1.875vw;
  }
  .cmp-contact-map .section-inner .map-details .map-direction {
    width: 50%;
    display: block;
    background-color: #CB7333;
    padding: 2.6041666667vw 0px 2.6041666667vw 6.7708333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    height: 7.7604166667vw;
  }
  .cmp-contact-map .section-inner .map-details .map-direction .map-direction-label {
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  .cmp-contact-map .section-inner .map-details .map-direction .map-direction-link {
    color: #ffffff;
    font-size: 0.9375vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .cmp-contact-map .section-inner .map-details .open-hours {
    width: 50%;
    display: block;
    background-color: #002859;
    padding: 1.0625vw 0px 1.0625vw 2.75vw;
    height: 7.7604166667vw;
  }
  .cmp-contact-map .section-inner .map-details .open-hours .open-hours-lebel {
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  .cmp-contact-map .section-inner .map-details .open-hours .open-hours-value {
    color: #ffffff;
    font-size: 0.9375vw;
    line-height: 1.3666666667vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
}
.cmp-contact-page-form input::placeholder, .cmp-contact-page-form textarea::placeholder {
  font-size: 16px;
}
.cmp-contact-page-form .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-contact-page-form .section-inner .form-wrap {
  padding: 48px 20px;
  width: 100%;
  background-color: #154C8C;
}
.cmp-contact-page-form .section-inner .form-wrap .cw-title {
  font-family: "Plus Jakarta Sans", system-ui;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
.cmp-contact-page-form .section-inner .form-wrap .cw-title span {
  font-weight: 700;
  display: block;
}
.cmp-contact-page-form .section-inner .form-wrap form label {
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", system-ui;
  color: #D9D9D9;
  margin-bottom: 0;
}
.cmp-contact-page-form .section-inner .form-wrap form input {
  height: 35px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  width: 100%;
  color: #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  font-size: 16px;
}
.cmp-contact-page-form .section-inner .form-wrap form input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.34);
}
.cmp-contact-page-form .section-inner .form-wrap form input:focus {
  outline: none;
}
.cmp-contact-page-form .section-inner .form-wrap form .wpcf7-form-control-wrap {
  width: 100%;
}
.cmp-contact-page-form .section-inner .form-wrap form .required-f {
  font-size: 14px;
  font-family: "Plus Jakarta Sans", system-ui;
  color: #D9D9D9;
  text-transform: capitalize;
}
.cmp-contact-page-form .section-inner .form-wrap form .submit {
  display: block;
  margin: 30px 0 0 auto;
  position: relative;
  width: fit-content;
}
.cmp-contact-page-form .section-inner .form-wrap form .submit input {
  border-bottom: 2px solid #D9D9D9;
  width: fit-content;
  color: #D9D9D9;
  text-align: left;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 103%; /* 18.54px */
  letter-spacing: 0.99px;
  text-transform: uppercase;
  padding: 15px 30px 30px 15px;
  font-size: 16px;
}
.cmp-contact-page-form .section-inner .form-wrap form .submit .wpcf7-spinner {
  display: none;
}
.cmp-contact-page-form .section-inner .form-wrap form .submit svg {
  width: 20px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmp-contact-page-form .section-inner .form-wrap form select {
  height: 35px;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  font-size: 16px;
  color: #ffffff;
}
.cmp-contact-page-form .section-inner .form-wrap form select option {
  color: #121212;
  font-size: 16px;
}
.cmp-contact-page-form .section-inner .form-wrap form select:focus {
  outline: none;
}
.cmp-contact-page-form .section-inner .form-wrap form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  width: 100%;
  color: #D9D9D9;
  height: 35px;
  font-size: 16px;
}
.cmp-contact-page-form .section-inner .form-wrap form textarea::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.34);
}
.cmp-contact-page-form .section-inner .form-wrap form textarea:focus {
  outline: none;
}
.cmp-contact-page-form .section-inner .form-wrap form .wpcf7-response-output {
  color: #ffffff;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group {
  width: 100%;
  padding: 15px;
  display: block;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width {
  width: 100%;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width input {
  width: 100%;
  height: 40px;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width input p {
  width: 100%;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.radio-box input {
  height: 20px;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width {
  width: 100%;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width input {
  width: 100%;
  height: 40px;
}
.cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width p {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .cmp-contact-page-form .section-inner {
    padding: 0 20px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-contact-page-form .section-inner .form-wrap {
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  .cmp-contact-page-form .section-inner .form-wrap .form-div {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .cmp-contact-page-form .section-inner .form-wrap .form-div.message-wrap {
    width: 100%;
  }
  .cmp-contact-page-form .section-inner .form-wrap .form-div.message-wrap textarea {
    height: 5.2083333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form {
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group {
    width: 100%;
    padding: 15px;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width {
    width: 50%;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width input {
    width: 100%;
    height: 40px;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width {
    width: 100%;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width input {
    width: 100%;
    height: 40px;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width p {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-contact-page-form .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 8.3333333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap {
    padding: 5.8333333333vw 10.4166666667vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap .cw-title {
    font-family: "Plus Jakarta Sans", system-ui;
    color: #ffffff;
    font-size: 3.125vw;
    line-height: 3.125vw;
    text-align: center;
    margin-bottom: 3.75vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap .cw-title span {
    font-weight: 700;
    display: block;
  }
  .cmp-contact-page-form .section-inner .form-wrap form input, .cmp-contact-page-form .section-inner .form-wrap form label, .cmp-contact-page-form .section-inner .form-wrap form textarea {
    width: 100%;
    font-size: 0.9375vw;
    color: #D9D9D9;
    height: 1.5625vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .wpcf7-file {
    font-size: 0.9375vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form input {
    height: 2.2290052083vw;
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form input::placeholder {
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form textarea {
    height: 2.2290052083vw;
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form textarea::placeholder {
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form select {
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form option {
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .required-f {
    font-size: 0.9375vw;
    margin-top: 3.125vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form select {
    height: 2.2290052083vw;
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form select option {
    font-size: 1.4583333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .wpcf7-response-output {
    margin: 1.5625vw 2.5vw 0;
    border-color: transparent;
    padding: 0;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group {
    padding: 0 2.5vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width input {
    height: 1.8229166667vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width input {
    height: 1.8229166667vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width p {
    width: 100%;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group:nth-child(2) label {
    margin-top: 0vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group:nth-child(3) label {
    margin-top: 0vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.half-width .wpcf7-form-control-wrap {
    width: 100%;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group.full-width .wpcf7-form-control-wrap {
    width: 100%;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group input {
    height: 2.0833333333vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .input-group label {
    margin-bottom: 1.5625vw;
    font-size: 0.9375vw;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 182.938%; /* 32.929px */
    letter-spacing: 0.01875vw;
    margin-top: 3.3854166667vw;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .submit {
    padding: 0 2.5vw;
    margin: 3.1666666667vw 0 0 auto;
    margin-right: 2.6041666667vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .cmp-contact-page-form .section-inner .form-wrap form .submit input {
    font-size: 0.9375vw;
    padding: 1.48125vw 1.8375vw;
    letter-spacing: 0.0515625vw;
    border-bottom: 0.15625vw solid #d9d9d9;
  }
}
.event-card-listing {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
  gap: 30px;
}
.event-card-listing .filter-div {
  width: 100%;
}
.event-card-listing .filter-div .div-inner {
  border: 1px solid #92ACBF;
  background: #FFF;
}
.event-card-listing .filter-div .div-inner .search-articles {
  background: #C0DFFF;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: none;
}
.event-card-listing .filter-div .div-inner .search-articles h2.search-main-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%;
}
.event-card-listing .filter-div .div-inner .search-articles input#search {
  background: transparent;
  border-width: 0 0 1px;
  width: 100%;
  border-color: #ffffff;
}
.event-card-listing .filter-div .div-inner .filter-articles-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 20px;
}
.event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles .filter-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%; /* 43.236px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div .categories .filter-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%; /* 43.236px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div .archives .filter-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%; /* 43.236px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div .archives li a {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.event-card-listing .filter-div .div-inner .filter-articles-div .archives li a:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.event-card-listing .filter-div .div-inner .filter-articles-div .archives li a:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.event-card-listing .events-div {
  width: 100%;
}
.event-card-listing .events-div .event-inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 20px;
}
.event-card-listing .events-div .event-inner .events-section .events-inner .event-item {
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 400px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(0deg, #154C8C 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
}
.event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner .event-title {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 100% */
}
.event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner .event-date {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  letter-spacing: 1.6px;
}
.event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner a {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 562.5% */
  text-transform: uppercase;
  text-decoration: none;
}
.event-card-listing .events-div hr.after-e-title {
  background: rgba(21, 76, 140, 0.5);
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .event-card-listing {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
    gap: 30px;
  }
  .event-card-listing .filter-div {
    width: 35%;
  }
  .event-card-listing .filter-div .div-inner {
    border: 1px solid #92ACBF;
    background: #FFF;
  }
  .event-card-listing .filter-div .div-inner .search-articles {
    background: #C0DFFF;
    padding: 38px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }
  .event-card-listing .filter-div .div-inner .search-articles h2.search-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .event-card-listing .filter-div .div-inner .search-articles input#search {
    background: transparent;
    border-width: 0 0 1px;
    width: 100%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 40px;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives li a {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .events-div {
    width: 65%;
  }
  .event-card-listing .events-div .event-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(0deg, #154C8C 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: flex-end;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner .event-title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 100% */
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner .event-date {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
    letter-spacing: 1.6px;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner a {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px; /* 562.5% */
    text-transform: uppercase;
    text-decoration: none;
  }
  .event-card-listing .events-div hr.after-e-title {
    background: rgba(21, 76, 140, 0.5);
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .event-card-listing {
    display: flex;
    flex-direction: row;
    margin-top: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
    padding: 0 8.3854166667vw;
    gap: 3.81875vw;
  }
  .event-card-listing .filter-div {
    width: 35%;
  }
  .event-card-listing .filter-div .div-inner {
    border: 0.0520833333vw solid #92ACBF;
    background: #FFF;
  }
  .event-card-listing .filter-div .div-inner .search-articles {
    background: #C0DFFF;
    padding: 1.9791666667vw 3.125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25vw;
    display: none;
  }
  .event-card-listing .filter-div .div-inner .search-articles h2.search-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .event-card-listing .filter-div .div-inner .search-articles input#search {
    background: transparent;
    border-width: 0 0 0.0520833333vw;
    width: 100%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 1.5625vw;
    padding: 2.6041666667vw 2.0833333333vw;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .latest-articles ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .categories ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives li a {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .filter-div .div-inner .filter-articles-div .archives li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .event-card-listing .events-div {
    width: 65%;
  }
  .event-card-listing .events-div .event-inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 1.0416666667vw;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 20.8333333333vw;
    position: relative;
    overflow: hidden;
    width: 25.2604166667vw;
    height: 30vw;
    flex-shrink: 0;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner {
    padding: 2.6041666667vw 3.125vw;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(0deg, #154C8C 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
    height: 100%;
    justify-content: flex-end;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner .event-title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: gte-vw(25px); /* 100% */
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner .event-date {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3020833333vw; /* 156.25% */
    letter-spacing: 1.6px;
  }
  .event-card-listing .events-div .event-inner .events-section .events-inner .event-item .event-item-inner a {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6666666667vw; /* 562.5% */
    text-transform: uppercase;
    text-decoration: none;
  }
  .event-card-listing .events-div hr.after-e-title {
    background: rgba(21, 76, 140, 0.5);
    width: 100%;
  }
}
.cmp-accordion span {
  font-family: "FuturaBlack BT";
}
.cmp-accordion .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.cmp-accordion .section-inner .accordion-item {
  border: none;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px solid #DBD7D7;
  transition: ease all 0.8s;
  padding-top: 25px;
}
.cmp-accordion .section-inner .accordion-item .accordion-head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 95%;
  font-size: 20px;
  font-family: "Plus Jakarta Sans", system-ui;
  font-weight: 700;
  transition: ease all 0.8s;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.cmp-accordion .section-inner .accordion-item .accordion-head::after {
  width: 18px;
  height: 9px;
  background: url(../images/arrow-oki-o.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.cmp-accordion .section-inner .accordion-item .accordion-head .num {
  font-size: 25px;
  width: 40px;
  margin-right: 0px;
  display: block;
}
.cmp-accordion .section-inner .accordion-item .accordion-head .num .dot {
  color: #770000;
}
.cmp-accordion .section-inner .accordion-item .accordion-head .acc-title {
  width: calc(100% - 40px);
  font-size: 24px;
}
.cmp-accordion .section-inner .accordion-item .acccordion-body {
  font-size: 13px;
  line-height: 24px;
  font-family: "Plus Jakarta Sans", system-ui;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.8s;
  padding: 0 20px;
}
.cmp-accordion .section-inner .accordion-item .acccordion-body span {
  font-family: "FuturaBlack BT";
}
.cmp-accordion .section-inner .accordion-item.open {
  background: #154C8C;
  border-bottom: 4px solid #CB7333;
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head {
  padding-bottom: 20px;
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head::after {
  right: 0.6rem;
  width: 26px;
  height: 9px;
  background: url(../images/arrow-oki.png);
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head .num {
  color: #ffffff;
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head .acc-title {
  color: #ffffff;
}
.cmp-accordion .section-inner .accordion-item.open .acccordion-body {
  max-height: 400px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .cmp-accordion .section-inner {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .cmp-accordion .section-inner .accordion-item {
    border: none;
    padding-bottom: 25px;
    margin-top: 25px;
    transition: ease all 0.8s;
    padding-top: 25px;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", system-ui;
    font-weight: 700;
    transition: ease all 0.8s;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head .acc-title {
    width: calc(100% - 75px);
  }
  .cmp-accordion .section-inner .accordion-item .acccordion-body {
    font-size: 13px;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", system-ui;
    max-height: 0;
    overflow: hidden;
    transition: ease all 0.8s;
    padding: 0 20px;
  }
  .cmp-accordion .section-inner .accordion-item.open {
    background: #154C8C;
    border-bottom: 4px solid #CB7333;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head {
    padding-bottom: 20px;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head .num {
    color: #ffffff;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head .acc-title {
    color: #ffffff;
  }
  .cmp-accordion .section-inner .accordion-item.open .acccordion-body {
    max-height: 400px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-accordion .section-inner {
    padding: 0 12.5vw;
    margin-bottom: 8.3333333333vw;
  }
  .cmp-accordion .section-inner .accordion-item {
    border: none;
    padding-bottom: 1.3020833333vw;
    margin-top: 1.3020833333vw;
    border-bottom: 0.0520833333vw solid #DBD7D7;
    transition: ease all 0.8s;
    padding-top: 2.0833333333vw;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 1.25vw;
    font-family: "Plus Jakarta Sans", system-ui;
    font-weight: 400;
    transition: ease all 0.8s;
    padding: 0 6.4583333333vw;
    display: flex;
    flex-wrap: wrap;
    line-height: 182.938%;
    color: #3C3B3B;
    font-style: normal;
    letter-spacing: 0.48px;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head .num {
    font-size: 3.125vw;
    width: 3.90625vw;
    margin-right: 1.3020833333vw;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head .num .dot {
    color: #770000;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head .acc-title {
    width: calc(100% - 5.2083333333vw);
    font-size: 1.25vw !important;
  }
  .cmp-accordion .section-inner .accordion-item .acccordion-body {
    font-size: 0.9375vw;
    line-height: 1.71875vw;
    font-family: "Plus Jakarta Sans", system-ui;
    max-height: 0;
    overflow: hidden;
    transition: ease all 0.8s;
    padding: 0 11.1979166667vw 0vw;
  }
  .cmp-accordion .section-inner .accordion-item.open {
    background: #154C8C;
    border-bottom: 4px solid #CB7333;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head {
    padding-bottom: 0px;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head .num {
    color: #ffffff;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head .acc-title {
    color: #ffffff;
  }
  .cmp-accordion .section-inner .accordion-item.open .acccordion-body {
    max-height: 400px;
    color: #ffffff;
    padding: 2.0833333333vw 11.1979166667vw 3.6458333333vw;
  }
}
.teacher-training-sec {
  overflow: hidden;
}
.teacher-training-sec .main-wrapper-tts {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.teacher-training-sec .main-wrapper-tts .left-content {
  background: #154C8C;
  padding: 24px;
  width: 100%;
}
.teacher-training-sec .main-wrapper-tts .left-content .title-area {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.teacher-training-sec .main-wrapper-tts .left-content .title-area .paragraph-tts {
  font-size: 16px;
}
.teacher-training-sec .main-wrapper-tts .left-content .title-area .heading-sub {
  color: #ffffff;
  padding-bottom: 0;
}
.teacher-training-sec .main-wrapper-tts .left-content .comtent-area {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 28px 0;
  align-items: center;
}
.teacher-training-sec .main-wrapper-tts .left-content .comtent-area .paragraph-c {
  font-size: 16px;
  width: 70%;
}
.teacher-training-sec .main-wrapper-tts .right-image {
  position: relative;
  overflow: hidden;
  padding-top: 36px;
  width: 100%;
}
.teacher-training-sec .main-wrapper-tts .right-image:after {
  position: absolute;
  content: "";
  background-image: url(../images/elements/white-curve-long.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 200%;
  height: 100%;
  top: 0;
  left: -10%;
  bottom: 0;
  background-color: #154C8C;
  opacity: 0.7;
  z-index: 1;
}
.teacher-training-sec .main-wrapper-tts .right-image img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 600px) {
  .teacher-training-sec .right-image {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .teacher-training-sec .main-wrapper-tts {
    display: flex;
    flex-direction: row !important;
    overflow: inherit;
  }
  .teacher-training-sec .main-wrapper-tts .left-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 64px 24px 42px;
    position: relative;
  }
  .teacher-training-sec .main-wrapper-tts .left-content::after {
    position: absolute;
    content: "";
    background-image: url(../images/elements/white-curve-left.png);
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 100%;
    left: 0;
    bottom: -12%;
    background-repeat: no-repeat;
  }
  .teacher-training-sec .main-wrapper-tts .right-image {
    width: 40%;
    overflow: visible;
  }
  .teacher-training-sec .main-wrapper-tts .right-image img {
    z-index: 2;
    left: -14%;
  }
}
@media only screen and (min-width: 1200px) {
  .teacher-training-sec {
    margin-bottom: 5.78125vw;
  }
  .teacher-training-sec .main-wrapper-tts {
    flex-direction: row !important;
    padding: 0vw !important;
    padding-bottom: 8.3333333333vw;
  }
  .teacher-training-sec .main-wrapper-tts .left-content {
    width: 60% !important;
    padding: 6.6666666667vw 0vw 6.1458333333vw 10.4166666667vw !important;
    display: flex;
    flex-direction: column;
    gap: 2.3958333333vw;
    justify-content: center;
  }
  .teacher-training-sec .main-wrapper-tts .left-content:before {
    position: absolute;
    content: "";
    width: 35.8642708333vw;
    height: 100%;
    top: 0;
    right: -33.9791666667vw;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90deg, #154C8C 0.05%, #154C8C 7.13%, rgba(21, 76, 140, 0) 45.22%);
  }
  .teacher-training-sec .main-wrapper-tts .left-content .title-area {
    padding: 0 !important;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0vw;
  }
  .teacher-training-sec .main-wrapper-tts .left-content .title-area .paragraph-tts {
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-transform: lowercase;
    font-size: 2.0833333333vw !important;
  }
  .teacher-training-sec .main-wrapper-tts .left-content .title-area .heading-sub {
    font-size: 3.125vw !important;
    font-style: normal;
    font-weight: 800;
    line-height: 112.667%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .teacher-training-sec .main-wrapper-tts .left-content .comtent-area {
    display: flex;
    flex-direction: row !important;
    gap: 2.6041666667vw;
    padding: 0 !important;
    position: relative;
    align-items: center;
  }
  .teacher-training-sec .main-wrapper-tts .left-content .comtent-area .paragraph-c {
    font-size: 1.0416666667vw !important;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    width: 20.9895833333vw;
  }
  .teacher-training-sec .main-wrapper-tts .right-image {
    width: 40% !important;
  }
}

.teacher-training-details {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.teacher-training-details .ttd-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px 20px;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div h2.list-title {
  color: #19459D;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  text-transform: capitalize;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div hr.after-title {
  width: 100%;
  height: 0.6px;
  background: rgba(25, 69, 157, 0.4);
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div {
  width: 95%;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div .ttd-para {
  color: #3C3B3B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-count: 1;
  column-gap: 40px;
  counter-reset: custom-counter;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol li {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: capitalize;
  position: relative;
  margin-left: 8%;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol li:before {
  counter-increment: custom-counter;
  content: counter(custom-counter) ". ";
  position: absolute;
  left: -8%;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-count: 1;
  column-gap: 40px;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li {
  margin-bottom: 10px;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li .ttd-checklist p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: capitalize;
  position: relative;
  margin-left: 12%;
}
.teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li .ttd-checklist p:before {
  content: " ";
  position: absolute;
  left: -12%;
  background-image: url("../images/checkbox.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 12%;
}

@media only screen and (min-width: 600px) {
  .teacher-training-details .ttd-wrapper {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .teacher-training-details {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .teacher-training-details .ttd-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div h2.list-title {
    color: #19459D;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    text-transform: capitalize;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div hr.after-title {
    width: 100%;
    height: 0.6px;
    background: rgba(25, 69, 157, 0.4);
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div {
    width: 95%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div .ttd-para {
    color: #3C3B3B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 40px;
    counter-reset: custom-counter;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol li {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-transform: capitalize;
    position: relative;
    margin-left: 8%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol li:before {
    counter-increment: custom-counter;
    content: counter(custom-counter) ". ";
    position: absolute;
    left: -8%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 40px;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li {
    margin-bottom: 10px;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li .ttd-checklist p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-transform: capitalize;
    position: relative;
    margin-left: 12%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li .ttd-checklist p:before {
    content: " ";
    position: absolute;
    left: -12%;
    background-image: url("../images/checkbox.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 12%;
  }
}
@media only screen and (min-width: 1200px) {
  .teacher-training-details {
    display: flex;
    justify-content: center;
    padding-bottom: 5.78125vw;
  }
  .teacher-training-details .ttd-wrapper {
    width: 74.53125vw;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    padding: 0 0px 4.1666666667vw;
    margin-top: -1.5625vw;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div {
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div h2.list-title {
    color: #19459D;
    font-size: 1.3020833333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    text-transform: capitalize;
    margin: 0;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .title-div hr.after-title {
    width: 100%;
    height: 0.03125vw;
    background: rgba(25, 69, 157, 0.4);
    margin: 0 0 2.6041666667vw;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div {
    width: 90%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div .ttd-para {
    color: #3C3B3B;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div .ttd-para p {
    width: 85%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 2.0833333333vw;
    counter-reset: custom-counter;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol li {
    margin-bottom: 0.5208333333vw;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw; /* 187.5% */
    text-transform: capitalize;
    position: relative;
    margin-left: 9%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner .ttd-para-div ol li:before {
    counter-increment: custom-counter;
    content: counter(custom-counter) ". ";
    position: absolute;
    left: -9%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 2.0833333333vw;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li {
    margin-bottom: 0.5208333333vw;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li .ttd-checklist p {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw; /* 187.5% */
    text-transform: capitalize;
    position: relative;
    margin-left: 12%;
  }
  .teacher-training-details .ttd-wrapper .ttd-section .ttd-inner ul li .ttd-checklist p:before {
    content: " ";
    position: absolute;
    left: -12%;
    background-image: url("../images/checkbox.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5625vw;
    height: 1.5625vw;
    top: 0%;
  }
}
.event-item {
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 413px;
  flex-shrink: 0;
  margin: 0 8px;
}
.event-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #154C8C 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
}
.event-item .event-item-inner {
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
}
.event-item .event-item-inner .event-title {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 100% */
}
.event-item .event-item-inner .event-date {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  letter-spacing: 1.6px;
}
.event-item .event-item-inner a {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 562.5% */
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.7s;
}
.event-item .event-item-inner a:hover {
  color: #529FED;
}
@media only screen and (min-width: 1200px) {
  .event-item {
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 20.8333333333vw;
    position: relative;
    overflow: hidden;
    height: 30vw;
    flex-shrink: 0;
  }
  .event-item .event-item-inner {
    padding: 2.6041666667vw 3.125vw;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
    height: 100%;
    justify-content: flex-end;
  }
  .event-item .event-item-inner .event-title {
    color: #FFF;
    font-size: 1.8229166667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9270833333vw;
  }
  .event-item .event-item-inner .event-date {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3020833333vw; /* 156.25% */
    letter-spacing: 1.6px;
  }
  .event-item .event-item-inner a {
    color: #FFF;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6666666667vw; /* 562.5% */
    text-transform: uppercase;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1200px) {
  .--related-news-slider-section .event-item {
    height: 29.4270833333vw;
  }
  .--related-news-slider-section .event-item .event-item-inner .event-title {
    font-size: 1.3020833333vw;
    line-height: 1.4583333333vw;
    min-height: 4.1666666667vw;
  }
}
.related-news-slider-section {
  margin-bottom: 50px;
  margin-top: 36px;
}
.related-news-slider-section .related-news-slider .slick-next::before {
  background-image: url(../images/icons/right-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: none;
}
.related-news-slider-section .related-news-slider .slick-prev:before {
  background-image: url(../images/icons/left-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: none;
}
.related-news-slider-section .related-news-slider .slick-prev {
  left: -26px;
}
@media only screen and (min-width: 1200px) {
  .related-news-slider-section {
    margin-bottom: 7.8125vw;
  }
  .related-news-slider-section .related-news-slider {
    padding: 0 3.125vw;
  }
  .related-news-slider-section .related-news-slider .news-slider-item .event-item {
    height: 30vw;
  }
  .related-news-slider-section .related-news-slider .slick-next::before, .related-news-slider-section .related-news-slider .slick-prev:before {
    display: block;
  }
}

.single-news-event {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 20px;
  gap: 30px;
  margin-bottom: 30px;
}
.single-news-event .filter-div {
  width: 100%;
}
.single-news-event .filter-div .div-inner {
  border: 1px solid #92ACBF;
  background: #FFF;
}
.single-news-event .filter-div .div-inner .search-articles {
  background: #C0DFFF;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: none;
}
.single-news-event .filter-div .div-inner .search-articles h2.search-main-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%;
}
.single-news-event .filter-div .div-inner .search-articles input#search {
  background: transparent;
  border-width: 0 0 1px;
  width: 100%;
  border-color: #ffffff;
}
.single-news-event .filter-div .div-inner .filter-articles-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 20px;
}
.single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%;
}
.single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div .latest-articles .filter-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%; /* 43.236px */
}
.single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div .categories .filter-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%; /* 43.236px */
}
.single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div .archives .filter-title {
  color: #121625;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 216.182%; /* 43.236px */
}
.single-news-event .filter-div .div-inner .filter-articles-div .archives li a {
  color: #121625;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.038%; /* 29.208px */
}
.single-news-event .filter-div .div-inner .filter-articles-div .archives li a:hover {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.single-news-event .filter-div .div-inner .filter-articles-div .archives li a:active {
  color: #1167B1;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: 146.038%;
}
.single-news-event .events-div {
  width: 100%;
}
.single-news-event .events-div .event-inner .events-section .events-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .e-title-div h1.title {
  color: #101D14;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .e-title-div img {
  display: none;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date hr.after-e-title {
  background: rgba(21, 76, 140, 0.5);
  width: 100%;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time .e-date {
  color: #154C8C;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time .e-time-count {
  color: #154C8C;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .main-paragraph {
  color: #101D14;
  text-align: justify;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-first-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .e-first-title {
  color: #101D14;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div .e-first-image img {
  width: 100%;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div .e-first-paragraph {
  color: #101D14;
  text-align: justify;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div h3.e-second-title {
  color: #101D14;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-image {
  width: 100%;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-image img {
  width: 100%;
  height: 472px;
  flex-shrink: 0;
  object-fit: cover;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-paragraph-1 {
  color: #101D14;
  text-align: justify;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  width: 100%;
}
.single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .e-second-paragraph-2 {
  color: #101D14;
  text-align: justify;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
  .single-news-event {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    padding: 0 50px;
    gap: 50px;
    margin-bottom: 100px;
  }
  .single-news-event .filter-div {
    width: 35%;
  }
  .single-news-event .filter-div .div-inner {
    border: 1px solid #92ACBF;
    background: #FFF;
  }
  .single-news-event .filter-div .div-inner .search-articles {
    background: #C0DFFF;
    padding: 38px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }
  .single-news-event .filter-div .div-inner .search-articles h2.search-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .single-news-event .filter-div .div-inner .search-articles input#search {
    background: transparent;
    border-width: 0 0 1px;
    width: 100%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 40px;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives li a {
    color: #121625;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .events-div {
    width: 65%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 79px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .e-title-div h1.title {
    color: #101D14;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -1.28px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .e-title-div img {
    display: none;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date hr.after-e-title {
    background: rgba(21, 76, 140, 0.5);
    width: 100%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time .e-date {
    color: #154C8C;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.6px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time .e-time-count {
    color: #154C8C;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: -0.64px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .main-paragraph {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div {
    display: flex;
    flex-direction: column;
    gap: 58px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .e-first-title {
    color: #101D14;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -0.8px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div .e-first-image img {
    width: 100%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div .e-first-paragraph {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div {
    display: flex;
    flex-direction: column;
    gap: 58px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div h3.e-second-title {
    color: #101D14;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -0.8px;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div {
    display: flex;
    flex-direction: row-reverse;
    gap: 68.56px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-image {
    width: 50%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-image img {
    width: 466.432px;
    height: 472px;
    flex-shrink: 0;
    object-fit: cover;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-paragraph-1 {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    width: 50%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .e-second-paragraph-2 {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 1200px) {
  .single-news-event {
    display: flex;
    flex-direction: row;
    margin-top: 5.2083333333vw;
    padding: 0 8.3854166667vw;
    gap: 3.81875vw;
    margin-bottom: 100px;
  }
  .single-news-event .filter-div {
    width: 35%;
  }
  .single-news-event .filter-div .div-inner {
    border: 0.0520833333vw solid #92ACBF;
    background: #FFF;
  }
  .single-news-event .filter-div .div-inner .search-articles {
    background: #C0DFFF;
    padding: 1.9791666667vw 3.125vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25vw;
    display: none;
  }
  .single-news-event .filter-div .div-inner .search-articles h2.search-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .single-news-event .filter-div .div-inner .search-articles input#search {
    background: transparent;
    border-width: 0 0 0.0520833333vw;
    width: 100%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 1.5625vw;
    padding: 2.6041666667vw 2.0833333333vw;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div h2.filter-main-title ul li:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .latest-articles ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .categories ul li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives .filter-title {
    color: #121625;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 216.182%; /* 43.236px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives li a {
    color: #121625;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 146.038%; /* 29.208px */
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives li a:hover {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .filter-div .div-inner .filter-articles-div .archives li a:active {
    color: #1167B1;
    font-family: Arimo;
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 146.038%;
  }
  .single-news-event .events-div {
    width: 65%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6041666667vw;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .e-title-div h1.title {
    color: #101D14;
    font-family: "Plus Jakarta Sans";
    font-size: 1.6666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -0.0666666667vw;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .e-title-div img {
    display: none;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date hr.after-e-title {
    background: rgba(21, 76, 140, 0.5);
    width: 100%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time .e-date {
    color: #154C8C;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3020833333vw;
    letter-spacing: 0.0833333333vw;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .title-vs-date .date-vs-time .e-time-count {
    color: #154C8C;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
    display: block;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .main-paragraph {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3541666667vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div {
    display: flex;
    flex-direction: column;
    gap: 58px;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .e-first-title {
    color: #101D14;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -0.0416666667vw;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div {
    display: flex;
    flex-direction: column;
    gap: 3.125vw;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div .e-first-image img {
    width: 100%;
    width: 51.5625vw;
    height: 24.5833333333vw;
    object-fit: cover;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-first-div .first-para-div .e-first-paragraph {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3541666667vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div {
    display: flex;
    flex-direction: column;
    gap: 3.0208333333vw;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div h3.e-second-title {
    color: #101D14;
    font-family: "Plus Jakarta Sans";
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -0.0416666667vw;
    text-transform: capitalize;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.5708333333vw;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-image {
    width: 50%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-image img {
    width: 24.2933333333vw;
    height: 24.5833333333vw;
    object-fit: cover;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .second-para-div .e-second-paragraph-1 {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3541666667vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
    width: 50%;
  }
  .single-news-event .events-div .event-inner .events-section .events-inner .e-second-div .e-second-paragraph-2 {
    color: #101D14;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3541666667vw;
    letter-spacing: -0.0333333333vw;
    text-transform: capitalize;
  }
}
.related-news-section {
  margin-bottom: 50px;
  margin-top: 36px;
}
.related-news-section .related-news-slider .slick-next::before {
  background-image: url(../images/icons/right-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: none;
}
.related-news-section .related-news-slider .slick-prev:before {
  background-image: url(../images/icons/left-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  display: none;
}
.related-news-section .related-news-slider .slick-prev {
  left: -26px;
}
@media only screen and (min-width: 1200px) {
  .related-news-section {
    margin-bottom: 9.375vw;
  }
  .related-news-section .related-news-slider {
    padding: 0 3.125vw;
  }
  .related-news-section .related-news-slider .news-slider-item .event-item {
    height: 30vw;
  }
  .related-news-section .related-news-slider .slick-next::before, .related-news-section .related-news-slider .slick-prev:before {
    display: block;
  }
}

.home-news-section {
  margin-bottom: 50px;
}
.home-news-section .feature-news {
  display: none;
}
.home-news-section .news-slider .news-slider-top {
  padding: 0 20px;
}
.home-news-section .news-slider .news-slider-top .heading-sub {
  font-size: 36px;
}
.home-news-section .news-slider .news-slider-top .paragraph {
  padding-top: 24px;
}
.home-news-section .news-slider .news-slider-top .animate-btn-wrap {
  display: none;
}
.home-news-section .news-slider .news-slider-wrap .--related-news-slider-section {
  margin-top: 36px;
}
.home-news-section .news-slider .news-slider-wrap .--related-news-slider-section .custom-slider-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
}
.home-news-section .news-slider .news-slider-wrap .--related-news-slider-section .custom-slider-button .nav-btn {
  width: 40px;
}
.home-news-section .news-slider .news-slider-wrap .--related-news-slider-section .custom-slider-button .custom-slider-count_news .custom_paging_news {
  padding: 0;
  margin-bottom: 0;
}
.home-news-section .news-slider .news-slider-wrap .main-wrapper {
  padding: 0;
}
.home-news-section .news-slider .news-slider-wrap .main-wrapper .slick-list {
  padding: 0 36px !important;
}
@media only screen and (min-width: 600px) {
  .home-news-section .news-slider .news-slider-wrap .--related-news-slider-section .custom-slider-button {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .home-news-section {
    margin-bottom: 5.2083333333vw;
  }
  .home-news-section .news-sec-inner {
    display: flex;
  }
  .home-news-section .news-sec-inner .feature-news {
    display: block;
    width: 37.3%;
  }
  .home-news-section .news-sec-inner .feature-news .news-slider-item {
    height: 100%;
  }
  .home-news-section .news-sec-inner .feature-news .news-slider-item .news-slider-item-inner {
    height: 100%;
  }
  .home-news-section .news-sec-inner .feature-news .news-slider-item .event-item {
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .home-news-section .news-sec-inner .feature-news .news-slider-item .event-item .event-item-inner {
    top: 0;
    justify-content: flex-start;
    padding-left: 3.75vw;
    padding-top: 4.375vw;
  }
  .home-news-section .news-sec-inner .feature-news .news-slider-item .event-item:after {
    top: 0;
    bottom: inherit;
    transform: rotate(180deg);
    height: 62%;
  }
  .home-news-section .news-sec-inner .feature-news .news-slider-item .event-item::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #154C8C 15.07%, rgba(21, 76, 140, 0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    width: 100%;
  }
  .home-news-section .news-sec-inner .news-slider {
    width: 62.7%;
    padding-left: 3.125vw;
    padding-right: 7.8125vw;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-top {
    display: flex;
    align-items: flex-end;
    padding-left: 0.4166666667vw;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-top .heading-sub {
    font-size: 3.125vw;
    text-align: left;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-top .paragraph {
    text-align: left;
    max-width: 70%;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-top .animate-btn-wrap {
    display: flex;
    justify-content: end;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-top .animate-btn-wrap .animate-btn {
    margin-bottom: 0;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap {
    margin-top: 2.34375vw;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap .main-wrapper {
    position: relative;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap .main-wrapper .slick-list {
    padding: 0 !important;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap .main-wrapper .custom-slider-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6.5625vw;
    flex-direction: column;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap .main-wrapper .custom-slider-button .nav-btn {
    width: 3.0729166667vw;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap .main-wrapper .custom-slider-button .custom-slider-count_news {
    display: none;
  }
  .home-news-section .news-sec-inner .news-slider .news-slider-wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.off-canvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 41.6666666667vw;
  z-index: 1111;
  left: -100%;
  overflow: hidden;
  transition: left 0.7s ease;
}
.off-canvas-menu .menu-inner {
  padding: 6.25vw 1.875vw 1.875vw 7.8125vw;
  background: #19459D;
  height: 100vh;
  position: relative;
  width: 50%;
  float: left;
  border-radius: 0 0 36px 0;
}
.off-canvas-menu .menu-inner .bg-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
}
.off-canvas-menu .menu-inner .off-c-menu {
  position: relative;
  z-index: 1111;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav {
  list-style: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
  padding: 0.625vw 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a {
  color: #529FED !important;
  position: relative;
  font-weight: 700;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
  position: absolute;
  content: "";
  background: #529FED;
  width: 0.9375vw;
  height: 0.1041666667vw;
  left: 0;
  bottom: 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item:hover a {
  color: #CA7333;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item:hover .sub-menu .menu-item {
  visibility: visible;
  opacity: 1;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu-toggle {
  display: none;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
  color: #ffffff !important;
  font-size: 1.1458333333vw;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a:hover {
  color: #529FED !important;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px !important;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item {
  padding: 0vw 0.625vw !important;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
  font-size: 0.8333333333vw;
  text-decoration: none !important;
  font-weight: 500;
  font-family: #529FED;
  text-transform: none;
}
.off-canvas-menu .menu-inner .footer-socail-media {
  position: relative;
  z-index: 11111;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 36px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 22px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 28px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 36px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 24px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 22px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .off-canvas-menu .menu-inner {
    width: 60%;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 16px 0;
  }
  .off-canvas-menu .footer-socail-media {
    margin-top: 24px;
  }
  .off-canvas-menu .footer-socail-media .footer-social-media-list .list-item {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .off-canvas-menu .menu-inner {
    width: 100%;
  }
  .off-canvas-menu .menu-inner .off-c-menu {
    padding-top: 24px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 9px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 17px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
    width: 24px;
    height: 2px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 12px;
    padding-right: 8px;
  }
}

.header-section.is-active .off-canvas-menu {
  left: 0;
  height: 100vh;
  width: 100%;
  transition: 0.7s;
}

.cmp-gallery-section .filter-div .main-wrapper {
  margin-bottom: 40px;
}
.cmp-gallery-section .filter-div .main-wrapper #gallery-category {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
.cmp-gallery-section .filter-div .main-wrapper #gallery-category li {
  color: #151B03;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 194.444% */
  text-transform: capitalize;
  width: max-content;
  list-style: none;
}
.cmp-gallery-section .filter-div .main-wrapper #gallery-category li.active {
  text-decoration: underline;
}
.cmp-gallery-section .filter-div .main-wrapper #gallery-category li:hover {
  font-weight: 800;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .gallery-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery {
  margin-top: 30px;
  border-top: 1px solid #92ACBF;
  margin-bottom: 50PX;
  padding-top: 20px;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers {
  color: #121625;
  text-align: center;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-decoration: none;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.active {
  text-decoration: underline;
  color: #1167B1;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.prev svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.prev.disable {
  opacity: 0.5;
  pointer-events: none;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.next svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.next.disable {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cmp-gallery-section .main-wrapper .gallery-wrapper .gallery-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .cmp-gallery-section .filter-div .main-wrapper {
    margin-bottom: 2.0833333333vw;
  }
  .cmp-gallery-section .filter-div .main-wrapper #gallery-category {
    justify-content: flex-start;
    gap: 1.5625vw;
  }
  .cmp-gallery-section .filter-div .main-wrapper #gallery-category li {
    font-size: 0.9375vw;
    line-height: 1.7708333333vw; /* 194.444% */
  }
  .cmp-gallery-section .main-wrapper .gallery-wrapper .gallery-container {
    gap: 1.0416666667vw;
  }
  .cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery {
    margin-top: 4.1666666667vw;
    border-top: 0.0520833333vw solid #92ACBF;
    margin-bottom: 8.3333333333vw;
    padding-top: 2.0833333333vw;
  }
  .cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination {
    gap: 1.0416666667vw;
  }
  .cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers {
    letter-spacing: -0.0208333333vw;
    font-size: 1.0416666667vw;
  }
  .cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.prev svg {
    width: 3.125vw;
    height: 1.5625vw;
  }
  .cmp-gallery-section .main-wrapper .gallery-wrapper .pagination-gallery .pagination .page-numbers.next svg {
    width: 3.125vw;
    height: 1.5625vw;
  }
}

.branch-template-default.single .comp-welcome-section {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .branch-template-default.single .comp-welcome-section {
    margin-top: 5.2083333333vw;
  }
}

.header-section.hidden {
  transform: translateY(-100%);
  position: absolute;
  overflow: hidden;
}

body.menu-open {
  position: relative;
  transition: 0.7s;
  overflow: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100vw;
  height: 100vh;
  z-index: 11111111111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
body.menu-open:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.66) !important;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
body.menu-open .custom-slider-button {
  visibility: hidden;
}
body.menu-open .banner-sidebar {
  height: 100vh;
}

@media only screen and (min-width: 1200px) {
  body.life-at-oki .footer-section {
    margin-top: 2.0833333333vw;
  }
}

@media only screen and (min-width: 1200px) {
  body.management .footer-section {
    margin-top: 5.2083333333vw;
  }
}

body.learning-support-unit .logo-wrap {
  display: none;
}
body.learning-support-unit .hic-image {
  display: none;
}
body.learning-support-unit .common-image-content-sec .custom-wrap .hic-content .content-wrap {
  padding-bottom: 0;
}
body.learning-support-unit .common-image-content-sec .custom-wrap .hic-content {
  width: 100%;
  padding-bottom: 0;
  padding-right: 20px;
}

body.dark-mode .header-section, body.dark-mode .countdown-sec, body.dark-mode .footer-section, body.dark-mode .banner-sidebar {
  background: rgb(60, 60, 60);
}
body.dark-mode :after {
  background: linear-gradient(0deg, #000 0.08%, rgba(21, 76, 140, 0.87) 54.43%, rgba(21, 76, 140, 0) 91.23%);
}
body.dark-mode .--common-para {
  color: #ffffff;
}
body.dark-mode .inner-banner .banner-sidebar .textarea {
  color: #ffffff;
}
body.dark-mode .banner .banner-sidebar .textarea {
  color: #ffffff;
}
body.dark-mode .main-slider-wrapper .footer-socail-media .footer-social-media-list li a svg {
  fill: #ffffff;
}
body.dark-mode .banner .footer-socail-media .footer-social-media-list li a svg {
  fill: #ffffff;
}
body.dark-mode p, body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6, body.dark-mode li {
  color: #ffffff;
}
body.dark-mode .icon-section .icon-wrap .icon-item .icon-wrap-item {
  background: rgb(60, 60, 60);
}
body.dark-mode .comp-welcome-section .section-inner .welcome-section-sub-title {
  color: #ffffff;
}
body.dark-mode .cmp-vacancy-wrap .section-inner .single-vacancy .single-vacancy-title .vacancy-title-wrap .d-flex .vacancy-title {
  color: #ffffff;
}
body.dark-mode .accordion-item {
  background-color: #1e1c1c;
}
body.dark-mode .home-image-content-sec .logo-item img {
  background: #ffffff;
}
body.dark-mode .comp-welcome-section .section-inner .icon-image img {
  background: #ffffff;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the icon color */
  opacity: 1;
}

body.careers {
  scroll-margin-top: 100px;
}/*# sourceMappingURL=style.css.map */