@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

a {
  border: none;
  outline: none;
}
a:focus {
  border: none;
}

.common-btn {
  height: 46px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 18px 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  min-width: 170px;
  width: max-content;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .common-btn {
    min-width: 9.84375vw;
    height: 2.6041666667vw !important;
    font-size: 0.7291666667vw;
  }
}

.btn-primary {
  background: #B81E2D;
  box-shadow: 0px 4px 20px 0px rgba(184, 30, 45, 0.75);
  transition: 0.7s;
}
.btn-primary:hover {
  background: #111F33;
}

.btn-white {
  background: #ffffff;
  color: #171B1C;
  box-shadow: 0px 4px 20px 0px #FFF;
}

.btn-secondary {
  background: #111F33;
  box-shadow: 0px 4px 20px 0px rgba(17, 31, 51, 0.75);
  transition: 0.7s;
}
.btn-secondary:hover {
  background: #B81E2D;
}

.wpcf7-submit {
  color: #353535;
  font-size: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 31.48px;
  letter-spacing: 0.21em;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-submit {
    font-size: 0.8854166667vw;
  }
}

.hamburger .line {
  width: 36px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 6px 0 6px 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: 5px;
}
.hamburger .line:nth-child(1) {
  width: 25px;
}
.hamburger .line:nth-child(2) {
  width: 20px;
}
.hamburger .line:nth-child(3) {
  width: 15px;
}

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

#hamburger-1.is-active .line:nth-child(1) {
  width: 36px;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
}

#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(7px) rotate(45deg);
  width: 25px;
}

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

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

@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.mobile-nav-btn .mobile-btn {
  margin-right: 5px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  background: none;
}

.--f-button {
  width: 38px;
  height: 38px;
}
.--f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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 img {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
body {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
}

.search-title {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1200px) {
  .search-title {
    margin-bottom: 3.125vw;
  }
}

.--common-para-title-sec .--heading {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-title-sec .--heading {
    margin-bottom: 0.8333333333vw;
  }
}

.--text-uppercase {
  text-transform: uppercase;
}

.--font-secondary {
  font-family: "Montserrat", sans-serif;
}

input,
textarea {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #fff;
  font-size: 15px;
  color: #C6C6C6;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.75px;
  padding: 17px 20px;
}

input {
  height: 46px;
}

.search-result-section {
  margin-top: 54px;
}
.search-result-section .alert.alert-info {
  margin-top: 36px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-not-valid-tip .wpcf7-not-valid-tip {
    font-size: 0.78125vw;
  }
}

body.scroll-none {
  overflow: hidden;
}

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

a {
  transition: 0.7s;
}
a:hover {
  color: #107A90;
}

ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}
ul li {
  list-style: none;
}

.--common-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1.8px;
  line-height: 36px;
  color: #171B1C;
}
.--common-heading span {
  font-weight: 700;
  color: #B81E2D;
  font-size: 36px;
}
.--common-heading b {
  font-weight: 700;
}
.--common-heading.--text-white {
  color: #ffffff;
}
.--common-heading.--text-white span {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .--common-heading {
    font-size: 3.125vw;
    letter-spacing: -0.15625vw;
    line-height: 3.4375vw;
  }
  .--common-heading span {
    font-size: 3.125vw;
  }
}

@media only screen and (min-width: 1200px) {
  .--text-right-d {
    text-align: right;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0 !important;
}

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

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

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

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

::-webkit-scrollbar-thumb:hover {
  background: #B81E2D;
}

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

.--common-head {
  font-family: "Raleway", sans-serif !important;
}

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

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

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

.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;
}

.--secondary-font {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

.--text-black {
  color: #171B1C;
}

.--text-primary {
  color: #B81E2D;
}

.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;
}

.fw-9 {
  font-weight: 900;
}

.--heading {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

.element-mg-bt {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt {
    margin-bottom: 2.6041666667vw;
  }
}

.element-mg-bt-60 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt-60 {
    margin-bottom: 3.125vw;
  }
}

.element-pd-bt {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt {
    padding-bottom: 3.75vw;
  }
}

.element-pd-bt-sm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt-sm {
    padding-bottom: 1.7708333333vw;
  }
}

.display-none {
  display: none;
}

.--mobile-justify {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .--mobile-justify {
    text-align: inherit;
  }
}

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

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

.--section {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 8.3333333333vw;
  }
}

@media only screen and (min-width: 1200px) {
  .--text-justify-m {
    text-align: left;
  }
}
.--section-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    padding-bottom: 7.8125vw;
  }
}

span {
  font-family: "Raleway", sans-serif !important;
}

.--common-para,
.--common-para,
span .--common-para p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.28px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .--common-para,
  .--common-para,
  span .--common-para p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .--common-para,
  .--common-para,
  span .--common-para p {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
  }
}
.--common-para.--text-center,
.--common-para.--text-center,
span .--common-para p.--text-center {
  text-align: center;
}

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

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

.main-wrapper.c-wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper.c-wrapper {
    padding: 0;
    padding-right: 5.2083333333vw;
  }
}

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

a {
  text-decoration: none;
}

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

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

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

.fade-left-active {
  opacity: 1;
  transform: translateX(0);
}

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

.fade-right-active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.zoom-in-active {
  opacity: 1;
  transform: scale(1);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-313 .inner-banner {
    margin-bottom: 0;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 5px !important;
  right: 5px !important;
  color: #000;
}

s .slick-dots li {
  width: 10px;
  height: 10px;
}
s .slick-dots li button {
  color: rgba(231, 231, 231, 0.6) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: rgba(231, 231, 231, 0.6) !important;
  padding: 0 !important;
  transition: 0.7s;
}
s .slick-dots li button::before {
  display: none;
}
s .slick-dots li.slick-active button {
  color: #ffffff !important;
  background: #ffffff !important;
}
s .slick-dots li:hover button {
  color: #ffffff !important;
  background: #ffffff !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.mobile-hide-t {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-hide-t {
    display: block;
  }
}

.mobile-hide-d {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide-d {
    display: block !important;
  }
}

.desktop-hide-m {
  display: block !important;
}
@media only screen and (min-width: 1200px) {
  .desktop-hide-m {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

a {
  text-decoration: none !important;
}

::selection {
  color: #893f8c;
  background: #fff;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #893f8c;
  background: #fff;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

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

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
  background-color: var(--light-blue);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

body.menu-open {
  position: relative;
  transition: 0.7s;
  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;
  overflow: hidden;
}
body.menu-open:after {
  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;
}

.footer-socail-media {
  margin-top: 2.0833333333vw;
  padding-bottom: 40px;
  border-bottom: 1px solid #B81E2D;
}
.footer-socail-media .footer-social-media-list {
  display: flex;
  justify-content: flex-start;
  max-width: 80%;
  margin: 0 auto;
}
.footer-socail-media .footer-social-media-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socail-media .footer-social-media-list .icon-inner {
  width: 16px;
  height: 16px;
  display: flex;
}
.footer-socail-media .footer-social-media-list .icon-inner svg {
  width: auto;
  height: 15px;
}
.footer-socail-media .footer-social-media-list .icon-inner svg path {
  fill: #000000;
}

@media only screen and (min-width: 1024px) {
  .footer-socail-media {
    padding-bottom: 0;
    border: none;
  }
  .footer-socail-media .footer-social-media-list .list-item {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-socail-media .footer-social-media-list {
    max-width: 100%;
    margin: 0;
  }
  .footer-socail-media .footer-social-media-list .list-item {
    padding: 0 0.78125vw;
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.fancybox__footer {
  display: none;
}

.off-canvas-menu {
  position: absolute;
  top: 0;
  height: 100%;
  width: 41.6666666667vw;
  z-index: 1111;
  right: -100%;
  transition: left 0.7s ease;
  background: rgba(0, 0, 0, 0.66);
}
.off-canvas-menu a {
  color: #171B1C;
  font-size: 14px;
}
.off-canvas-menu .sub-menu {
  padding: 10px 16px !important;
  background: #fff;
  z-index: 1;
  margin: auto;
}
.off-canvas-menu .sub-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.off-canvas-menu .sub-menu a {
  font-size: 16px;
}
.off-canvas-menu .menu-inner {
  padding: 80px 36px 36px 36px;
  background: #F2F2F2;
  height: 100vh;
  position: relative;
  width: 50%;
  float: right;
}
.off-canvas-menu .menu-inner .bg-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.off-canvas-menu .menu-inner .off-c-menu {
  position: relative;
  z-index: 1111;
  margin-top: 36px !important;
}
.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.78125vw 0;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
  color: #353535;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a {
  color: #B81E2D !important;
  position: relative;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item.current-menu-item a:after {
  position: absolute;
  content: "";
  background: #111F33;
  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: #111F33;
}
.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: #000000 !important;
  font-size: 1.6666666667vw;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: 0.7s;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a:hover {
  color: #B81E2D !important;
}
.off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item .sub-menu {
  list-style: none;
  flex-wrap: wrap;
  padding-left: 24px !important;
  position: relative !important;
  display: flex !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: 15px;
  text-decoration: none !important;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-transform: none;
}
.off-canvas-menu .menu-inner .footer-socail-media {
  position: relative;
  z-index: 11111;
  padding-bottom: 0;
}
.off-canvas-menu .menu-inner .footer-socail-media .footer-social-media-list {
  max-width: 100%;
}
.off-canvas-menu .menu-inner .footer-socail-media .footer-social-media-list .list-item {
  margin: 0 6px;
}
.off-canvas-menu .footer-socail-media {
  border-bottom: none !important;
}
.off-canvas-menu .footer-social-link {
  display: flex;
  align-items: flex-end;
  border-bottom: none !important;
  z-index: 11;
  padding-top: 24px;
}
.off-canvas-menu .footer-social-link .list-item {
  padding-right: 18px;
}
.off-canvas-menu .footer-social-link .list-item .icon-inner {
  width: 22px;
  height: 22px;
}
.off-canvas-menu .footer-social-link .list-item .icon-inner svg {
  height: 100%;
}
.off-canvas-menu .menu li {
  padding: 10px 0;
  width: 100%;
}
.off-canvas-menu .menu li.current-menu-ancestor a {
  color: #B81E2D !important;
}
.off-canvas-menu .menu li.current-menu-ancestor .sub-menu a {
  color: #000000 !important;
}
.off-canvas-menu .menu li.current-menu-ancestor .sub-menu li.current-menu-item a {
  color: #B81E2D !important;
}
.off-canvas-menu .menu li.current-menu-item a {
  color: #B81E2D;
}
.off-canvas-menu .menu .sub-menu li {
  margin: 2px 0;
  padding-bottom: 5px !important;
}
@media only screen and (min-width: 1024px) {
  .off-canvas-menu .menu-inner .off-c-menu {
    margin-top: 36px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .menu-item {
    padding: 18px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .menu-item a {
    font-size: 20px;
  }
  .off-canvas-menu .menu-inner .off-c-menu .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: 95%;
    height: 100%;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item {
    padding: 12px 0;
  }
  .off-canvas-menu .menu-inner .off-c-menu .navbar-nav .menu-item a {
    font-size: 20px;
  }
  .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: 14px;
    padding-right: 8px;
  }
}
.off-canvas-menu li.menu-item-has-children::after {
  top: 9px !important;
  bottom: inherit !important;
  height: 9px !important;
  width: 9px !important;
  right: -16px !important;
}

.header-section.is-active .off-canvas-menu {
  right: 0;
  width: 100%;
  transition: 0.7s ease-in-out;
  height: 100vh;
}
.header-section.is-active .off-c-menu {
  max-height: 80%;
  overflow-y: scroll;
}

.gallery-pagination-new {
  margin-top: 20px;
}
.gallery-pagination-new .pagination-wrap .page-numbers {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 26px;
  color: #171717;
}
.gallery-pagination-new .pagination-wrap .page-numbers.current {
  background-color: #b81e2d;
  color: white;
  padding: 10px 18px;
}

.--common-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1.8px;
  line-height: 36px;
  color: #171B1C;
}
.--common-heading span {
  font-weight: 700;
  color: #B81E2D;
}
.--common-heading b {
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .--common-heading {
    font-size: 3.125vw;
    letter-spacing: -0.15625vw;
    line-height: 3.4375vw;
  }
}

.--subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.92px;
}
@media only screen and (min-width: 768px) {
  .--subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .--subtitle {
    font-size: 1.5625vw;
    line-height: 1.359375vw;
  }
}

.--common-para,
.--common-para p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.28px;
}
@media only screen and (min-width: 768px) {
  .--common-para,
  .--common-para p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .--common-para,
  .--common-para p {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
  }
}

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

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

.custom-slider-button {
  margin-bottom: 20px;
}
.custom-slider-button svg.slick-arrow-next {
  width: 30px;
  height: 30px;
}
.custom-slider-button .slider-count .custom_paging {
  margin-left: 10px;
  margin-right: 10px;
}
.custom-slider-button .slider-count .custom_paging li {
  display: none;
  flex-direction: row;
  align-items: center;
}
.custom-slider-button .slider-count .custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-slider-button .slider-count .custom_paging li.slick-active span.active-num {
  color: #171b1c;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.custom-slider-button .slider-count .custom_paging li.slick-active span:nth-child(2) {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.custom-slider-button .slider-count .custom_paging li.slick-active span:last-child {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.custom-slider-button svg.slick-arrow-prev {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1200px) {
  .custom-slider-button {
    position: absolute;
  }
  .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .custom-slider-button .slider-count .custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .custom-slider-button .slider-count .custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .custom-slider-button .slider-count .custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .custom-slider-button svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.header-section .menu li.menu-item-has-children a {
  position: relative;
}
.header-section .menu li.menu-item-has-children a::after {
  position: absolute;
  content: "";
  background-image: url(../img/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  height: 9px;
  width: 9px;
  display: block !important;
  background-size: contain;
}
.header-section .menu li.menu-item-has-children .sub-menu a:after {
  display: none !important;
}

.menu {
  width: 100%;
}
.menu li .sub-menu-toggle {
  position: absolute;
  background-image: url(../img/icons/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -0.2083333333vw;
  bottom: 0;
  right: -0.78125vw;
  margin: auto;
  height: 0.46875vw;
}
.menu li a {
  transition: 0.7s;
  font-size: 17px;
}
.menu li a:hover {
  color: #111F33;
}
.menu li .sub-menu span::after {
  opacity: 0;
}
.menu li .sub-menu span::before {
  opacity: 0;
}
.menu li .sub-menu li {
  margin-left: 0 !important;
}
.menu li .sub-menu li.current-menu-item span::after {
  opacity: 1;
}
.menu li .sub-menu li.current-menu-item span::before {
  opacity: 1;
}
.menu li .sub-menu-toggle span {
  display: none;
}
.menu li.menu-item-has-children {
  position: relative;
}
.menu li.menu-item-has-children a {
  padding-right: 8px;
  color: #353535 !important;
}
.menu li.menu-item-has-children {
  position: relative;
}
.menu li.menu-item-has-children:hover .sub-menu {
  display: block;
  transition: 0.7s;
  padding-left: 24px !important;
}

.header-section .desktop .sub-menu {
  width: fit-content;
  background: #ffffff;
  position: absolute;
  left: 0;
  display: none;
  transition: 0.7s;
  padding: 16px !important;
  top: 1.4583333333vw;
}
.header-section .desktop .sub-menu li {
  margin-top: 10px !important;
  text-align: start;
  justify-content: flex-start;
}
.header-section .desktop .sub-menu li a {
  white-space: nowrap;
}
.header-section .desktop .sub-menu li::after {
  display: none;
}
.header-section .desktop .sub-menu li a {
  font-size: 0.8333333333vw;
}

.page-template-page-templateschool-of-engineering-php .leadership-profiles-section {
  margin-bottom: 60px;
}
.page-template-page-templateschool-of-engineering-php .leadership-profiles-section .custom-slider-button {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .page-template-page-templateschool-of-engineering-php .join-us-section {
    padding-top: 4.1666666667vw;
  }
  .page-template-page-templateschool-of-engineering-php .leadership-profiles-section {
    margin-bottom: 0;
  }
  .page-template-page-templateschool-of-engineering-php .leadership-profiles-section .main-wrapper {
    padding-bottom: 6.25vw;
  }
  .page-template-page-templateschool-of-engineering-php .journey-of-campus-section {
    margin-bottom: 2.6041666667vw;
  }
  .page-template-page-templateschool-of-engineering-php .single-blog-article-section.department {
    margin-bottom: 8.3333333333vw;
    padding-bottom: 0;
  }
}

.scot_department-template-default .leadership-profiles-section {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .scot_department-template-default {
    margin-bottom: 7.2916666667vw;
  }
}

body.single-scot_news_events .related-blogs-items {
  display: none;
}

@media only screen and (min-width: 1200px) {
  body.single-scot_department .journey-of-campus-section {
    margin-bottom: 2.6041666667vw;
  }
}

.header-section {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 111;
  top: 0;
  width: 100%;
  border-top: 7px solid #B81E2D;
  background: #ffffff !important;
}
.header-section .header-wrap {
  width: 100%;
}
.header-section .header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}
.header-section .header-wrap .header-inner .navigation-main-logo {
  padding: 8px 25px;
  display: flex;
  align-items: center;
}
.header-section .header-wrap .header-inner .navigation-main-logo img {
  max-width: 122px;
}
.header-section .header-wrap .navigation-menu {
  background: #B81E2D;
  padding: 12px 28px;
  z-index: 11111;
}
.header-section .header-wrap .navigation-menu .menu {
  display: none;
}
.header-section .header-wrap .navigation-menu .navigation-btn {
  width: 30px;
  height: 30px;
  transform: translateY(10px);
}
.header-section .header-wrap .navigation-menu .navigation-btn span {
  width: 100%;
  display: block;
  height: 2px;
  position: relative;
  background-color: #171717;
  transition: ease all 0.6s;
}
.header-section .header-wrap .navigation-menu .navigation-btn span::after {
  background-color: #171717;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -20px;
  transition: ease all 0.6s;
}
.header-section .header-wrap .navigation-menu .navigation-btn span::before {
  background-color: #171717;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -10px;
  transition: ease all 0.6s;
  opacity: 1;
  transform: rotate(0deg);
}
.header-section .header-wrap .navigation-menu .navigation-btn.open {
  transform: translateY(20px);
}
.header-section .header-wrap .navigation-menu .navigation-btn.open span {
  transform: rotate(45deg);
}
.header-section .header-wrap .navigation-menu .navigation-btn.open span::after {
  transform: rotate(-90deg);
  bottom: 0px;
}
.header-section .header-wrap .navigation-menu .navigation-btn.open span::before {
  opacity: 0;
  transform: rotate(-45deg);
}
.header-section .header-wrap .navigation-menu .header-btn {
  display: none !important;
}
.header-section .current-menu-item .desktop a {
  color: #B81E2D !important;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .header-section {
    border-bottom: none;
    background: none;
    border-top: 0.5208333333vw solid #B81E2D;
  }
  .header-section .btn-item-call .btn-text .textarea {
    font-size: 0.625vw;
    margin-bottom: 0.4166666667vw;
  }
  .header-section .desktop .header-inner {
    height: auto;
  }
  .header-section .desktop .header-inner .desktop-nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.125vw;
    background: #ffffff;
    border-right: 0.0520833333vw solid rgba(28, 28, 28, 0.15);
    height: 5.6770833333vw;
  }
  .header-section .desktop .header-inner .desktop-nav-logo img {
    height: 3.90625vw;
  }
  .header-section .desktop .header-inner .main-nav {
    display: flex;
    flex-direction: column;
    width: calc(100% - 46.3541666667vw);
    height: 5.6770833333vw;
  }
  .header-section .desktop .header-inner .main-nav li.current-menu-item a {
    font-weight: 600;
  }
  .header-section .desktop .header-inner .main-nav li.current-menu-ancestor a {
    font-weight: 600;
  }
  .header-section .desktop .header-inner .main-nav li.current-menu-ancestor .sub-menu li a {
    font-weight: 400 !important;
  }
  .header-section .desktop .header-inner .main-nav li.current-menu-ancestor .sub-menu li.current-menu-item a {
    font-weight: 600 !important;
  }
  .header-section .desktop .header-inner .main-nav .top-nav {
    height: 3.125vw;
    background: #111F33;
    display: flex;
    align-items: center;
    padding-left: 3.125vw;
    justify-content: end;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .menu {
    display: flex;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .menu li {
    margin: 0 1.5625vw;
    position: relative;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .menu li:after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 0.0520833333vw;
    height: 0.5729166667vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1.5625vw;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .menu li:last-child:after {
    display: none;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .menu li a {
    color: #ffffff;
    font-size: 0.8333333333vw;
    transition: 0.7s;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .menu li a:hover {
    color: #B81E2D;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .pay-btn {
    padding: 0 2.5vw;
    border-left: 1px solid #ffffff;
    height: 100%;
    display: none;
    align-items: center;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .pay-btn .link-item {
    font-size: 0.8333333333vw;
    transition: 0.7s;
  }
  .header-section .desktop .header-inner .main-nav .top-nav .pay-btn .link-item:hover {
    color: #B81E2D;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav {
    height: 3.125vw;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: end;
    padding-right: 0.9375vw;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu {
    display: flex;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu .menu-icon-home {
    height: 0.8333333333vw;
    width: 0.8333333333vw;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu .menu-icon-home .home-icon {
    height: 0.8333333333vw;
    width: 0.8333333333vw;
    margin-top: -0.15625vw;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu li {
    margin: 0 1.5625vw;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu li:nth-child(1) {
    margin: 0;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu li a {
    color: #171B1C;
    font-size: 0.8333333333vw;
    transition: 0.7s;
  }
  .header-section .desktop .header-inner .main-nav .bottom-nav .menu li a:hover {
    color: #B81E2D;
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-call {
    width: 14.1145833333vw;
    display: flex;
    align-items: center;
    height: 5.6770833333vw;
    padding: 0 1.3020833333vw;
    border-left: 0.0520833333vw solid rgba(28, 28, 28, 0.15);
    justify-content: center;
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-call .btn-text {
    padding-left: 0.625vw;
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-call .btn-text .link-item {
    font-size: 0.8333333333vw;
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-contact {
    background: #B81E2D;
    width: 14.1145833333vw;
    display: flex;
    align-items: center;
    height: 5.6770833333vw;
    padding: 0 1.3020833333vw;
    box-shadow: 0px 4px 20px 0px rgba(184, 30, 45, 0.75);
    transition: 0.7s;
    justify-content: center;
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-contact:hover {
    background: #111F33;
    box-shadow: 0px 4px 20px 0px rgba(17, 31, 51, 0.75);
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-contact .btn-icon {
    width: 1.9791666667vw;
  }
  .header-section .desktop .header-inner .header-btn-nav .btn-item-contact .textarea {
    padding-left: 0.7291666667vw;
    font-size: 0.8333333333vw;
  }
}

.footer-section .footer-main {
  position: relative;
}
.footer-section .footer-main .footer-top .footer-top-inner .footer-logo {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.footer-section .footer-main .footer-top .footer-btn-wrap {
  margin-bottom: 47px;
}
.footer-section .footer-main .footer-top .footer-btn-wrap .btn-item-call {
  margin-bottom: 40px;
  justify-content: center;
}
.footer-section .footer-main .footer-top .footer-btn-wrap .btn-item-call .btn-inner {
  align-items: center;
}
.footer-section .footer-main .footer-top .footer-btn-wrap .common-btn-wrap {
  left: 25px;
  justify-content: center;
}
.footer-section .footer-main .footer-top .footer-btn-wrap .common-btn-wrap .btn-primary {
  margin-right: 7px;
}
.footer-section .footer-main .footer-top .footer-btn-wrap .common-btn-wrap .btn-secondary {
  margin-left: 7px;
}
.footer-section .footer-main .footer-top .footer-btn-wrap .common-btn-wrap .btn-item {
  width: calc(50% - 7px);
  min-width: calc(50% - 7px);
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details {
  margin-bottom: 18px;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item {
  margin: 13px 0;
  text-align: left;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item .separator {
  padding: 0 17px;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item {
  padding: 30px 0;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item .--heading {
  font-size: 15px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item .menu-wrap .menu {
  padding-top: 12px !important;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item .menu-wrap .menu .menu-item {
  padding: 3px 0;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item .menu-wrap .menu .menu-item a {
  color: #171B1C;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item.social .social-media-wrap .footer-social-media-list {
  margin-top: 24px;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item.social .social-media-wrap .footer-social-media-list .list-item {
  padding-right: 25px;
}
.footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item.social .social-media-wrap .footer-social-media-list .list-item .footer-social-media-link .icon-inner svg {
  display: block;
  height: 17px;
  width: 18px;
}
.footer-section .footer-main .footer-image {
  position: absolute;
  bottom: -13px;
  right: -22px;
  z-index: -1;
}
.footer-section .footer-main .footer-image img {
  height: 300px;
}
.footer-section .footer-main .footer-main-inner {
  display: flex;
  flex-direction: column-reverse;
}
.footer-section .footer-nav {
  background: #111F33;
}
.footer-section .footer-nav .main-wrapper {
  padding: 20px 10px;
}
.footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text {
  font-size: 12px;
  text-align: center;
}
.footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text .link {
  color: #B81E2D;
}
.footer-section .bottom-border {
  height: 4px;
  background: linear-gradient(90deg, #B81E2D 0%, #611D2E 100%);
}
@media only screen and (min-width: 768px) {
  .footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details {
    text-align: center;
  }
  .footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item {
    display: flex;
    text-align: left;
    justify-content: center;
  }
  .footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item:nth-child(1) {
    text-align: center;
  }
  .footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-section .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-section .main-wrapper {
    padding-left: 0;
    padding-right: 2.3958333333vw;
  }
  .footer-section .main-wrapper .footer-main {
    display: flex;
    align-items: end;
  }
  .footer-section .main-wrapper .footer-main .footer-top {
    width: 89.0625vw;
    border-radius: 0px 1.5625vw 0px 0px;
    background: rgba(121, 137, 151, 0.05);
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner {
    display: flex;
    align-items: center;
    padding-left: 5.2083333333vw;
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
    padding-right: 5.2083333333vw;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner .footer-logo {
    margin-bottom: 0;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner .footer-btn-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner .footer-btn-wrap .btn-item-call {
    margin-bottom: 0;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner .footer-btn-wrap .btn-item-call .btn-text .textarea {
    font-size: 0.625vw;
    font-weight: 400;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner .footer-btn-wrap .btn-item-call .btn-text .link-item {
    font-size: 0.8333333333vw;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-top-inner .footer-btn-wrap .btn-item {
    width: max-content;
    min-width: 8.8541666667vw;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-main-inner {
    display: flex;
    flex-direction: row;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-main-inner .footer-link-wrap {
    display: flex;
    width: 70%;
    padding: 3.125vw 0;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-main-inner .footer-link-wrap .footer-link-item {
    padding: 0;
    width: 33.3%;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-main-inner .footer-contact-details {
    margin-bottom: 0;
    padding-top: 3.125vw;
    text-align: left;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item {
    justify-content: start;
  }
  .footer-section .main-wrapper .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item:nth-child(1) {
    margin-top: 0;
    text-align: left;
  }
  .footer-section .main-wrapper .footer-main .footer-top .desktop-menu {
    padding: 2.5vw 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-section .main-wrapper .footer-main .footer-top .desktop-menu .menu {
    padding-left: 5.2083333333vw !important;
    display: flex;
    flex-direction: row;
  }
  .footer-section .main-wrapper .footer-main .footer-top .desktop-menu .menu li {
    padding-right: 2.6041666667vw;
  }
  .footer-section .main-wrapper .footer-main .footer-top .desktop-menu .menu li a {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #171B1C;
  }
  .footer-section .main-wrapper .footer-main .footer-image {
    width: auto;
    position: relative;
    bottom: 0;
  }
  .footer-section .main-wrapper .footer-main .footer-image img {
    height: auto;
  }
  .footer-section .footer-nav .main-wrapper {
    padding: 1.875vw 5.2083333333vw;
  }
  .footer-section .footer-nav .main-wrapper .footer-nav-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-section .footer-nav .main-wrapper .footer-nav-wrap .--link-text {
    font-size: 0.7291666667vw;
  }
  .footer-section .bottom-border {
    height: 0.5208333333vw;
  }
}

.btn-item-call {
  display: flex;
  align-items: center;
}
.btn-item-call .btn-icon {
  width: 38px;
  height: auto;
}
.btn-item-call .btn-text {
  padding-left: 12px;
}
.btn-item-call .btn-text .textarea {
  font-size: 10px;
  line-height: 12px;
}
.btn-item-call .btn-text .link-item {
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 1200px) {
  .btn-item-call {
    height: 5.2083333333vw;
    padding: 0 1.3020833333vw;
  }
  .btn-item-call .btn-text {
    padding-left: 0.625vw;
  }
}

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

.home-card-section {
  padding: 0 24px;
  margin-bottom: 70px;
  display: none;
}
.home-card-section .sub-card-listing-wrap .card-list-inner {
  display: flex;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .filter-programs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item {
  background: rgba(229, 222, 222, 0.75);
  margin-right: 5px;
  height: 212px;
  padding: 20px;
  transition: 0.7s;
  width: 100%;
  margin-bottom: 18px;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .card-btn-tag .btn-item {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #171B1C;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .icon-wrap {
  width: 100px;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .textarea {
  position: relative;
  padding-left: 10px;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .btn-link .link-item {
  color: #353535;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  border-bottom: 1px solid #171B1C;
}
.home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .wording {
  font-size: 16px;
}

@media only screen and (min-width: 1200px) {
  .home-card-section {
    padding: 0 10.4166666667vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner {
    flex-direction: column;
    margin-right: 1.5625vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .filter-programs {
    flex-direction: row;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item {
    height: 17.4114583333vw;
    box-shadow: 0 3px 9px rgba(23, 27, 28, 0.5);
    margin: 0 5px;
    padding: 2.6041666667vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .card-btn-tag .btn-item {
    font-size: 0.9375vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .icon-wrap .icon-item {
    width: 4.6875vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .icon-wrap .icon-item img {
    width: 4.6875vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .textarea {
    font-size: 1.25vw;
    padding-left: 1.0416666667vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .textarea b {
    font-size: 1.5625vw;
  }
  .home-card-section .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .btn-link .link-item {
    font-size: 0.8333333333vw;
  }
}
.video-and-calendar-sec {
  overflow: hidden;
}
.video-and-calendar-sec .wrapper-inner .single-blog-article-section {
  position: relative;
}
.video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper {
  margin-bottom: 40px;
}
.video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video {
  margin-left: 0;
  margin-right: 0;
}
.video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video:before {
  display: none;
}
.video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video:after {
  display: none;
}
.video-and-calendar-sec .wrapper-inner .custom-slider-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-and-calendar-sec .wrapper-inner .slider-content {
  display: flex;
  justify-content: center;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .section-head {
  margin-bottom: 24px;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .section-head .--samll-heading {
  font-size: 24px;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .day-name {
  display: none;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner #calendar {
  padding-bottom: 0 !important;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .header {
  position: relative;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .header h1 {
  color: #323031;
  text-align: center;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .header .right {
  position: absolute;
  content: "";
  background-image: url(../img/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;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .header .left {
  position: absolute;
  content: "";
  background-image: url(../img/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;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .month .week .day-name {
  display: none;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .month .week:nth-child(1) .day-name {
  display: block;
  font-weight: 700;
  color: #323031;
  margin-bottom: 12px;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .day.other {
  background: none;
  color: none !important;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .day {
  background: none;
  margin: 0;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .day-number {
  font-size: 16px;
}
.video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .day.today {
  color: #353535;
  font-weight: 500;
  background: #F2F2F2;
}
@media only screen and (min-width: 1200px) {
  .video-and-calendar-sec {
    margin-bottom: 8.3333333333vw;
  }
  .video-and-calendar-sec .wrapper-inner {
    display: flex;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section {
    width: 60%;
    margin-bottom: 2.6041666667vw;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video {
    border-radius: 0px 0px 1.5625vw 1.5625vw;
    margin-bottom: 0;
    height: 27.0833333333vw;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video img {
    border-radius: 0px 0px 1.5625vw 1.5625vw;
    object-fit: cover;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video:before {
    border-radius: 0px 0px 1.5625vw 1.5625vw;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video:after {
    border-radius: 0px 0px 1.5625vw 1.5625vw;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details {
    bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .video-and-calendar-sec .wrapper-inner .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt {
    margin-bottom: 0;
  }
  .video-and-calendar-sec .wrapper-inner .calendar-wrap {
    width: 40%;
    padding-left: 5.2083333333vw;
    padding-top: 5.2083333333vw;
  }
  .video-and-calendar-sec .wrapper-inner .calendar-wrap .section-head {
    margin-bottom: 3.125vw;
  }
  .video-and-calendar-sec .wrapper-inner .calendar-wrap .section-head .--heading {
    font-size: 2.5vw;
    text-align: right;
  }
  .video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner {
    padding: 2.6041666667vw 1.875vw;
    width: 26.25vw;
  }
  .video-and-calendar-sec .wrapper-inner .calendar-wrap .calendar-inner .day-number {
    font-size: 0.78125vw;
  }
  .video-and-calendar-sec .custom-slider-button {
    right: 0;
    left: 0;
    margin: auto;
  }
}

.news-section-home {
  margin-bottom: 60px;
  overflow: hidden;
}
.news-section-home .news-head {
  margin-bottom: 40px;
  text-align: center;
}
.news-section-home .news-head .title-wrap {
  margin-bottom: 32px;
}
.news-section-home .news-head .common-btn-wrap {
  display: flex;
  justify-content: center;
}
.news-section-home .news-head .common-btn-wrap .common-btn {
  pointer-events: none; /* disables clicking */
  opacity: 0.5; /* makes it look disabled */
  cursor: not-allowed;
}
.news-section-home .feature-news {
  display: none;
}
.news-section-home .feature-news .news-item {
  background-size: cover;
  background-position: center;
  transition: 0.7s;
}
.news-section-home .news-slider-wrap {
  position: relative;
}
.news-section-home .button-wrap.desktop-hide {
  margin-top: 72px;
}
.news-section-home .mobile-btn {
  margin-top: 84px;
  padding-bottom: 24px;
}
.news-section-home .mobile-btn .common-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-section-home .custom-slider-button {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: inherit;
  bottom: -72px;
  z-index: 1;
}
.news-section-home .custom-slider-button .nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(3, 155, 221);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section-home .custom-slider-button .nav-btn img {
  filter: brightness(0) invert(1);
}
.news-section-home .custom-slider-button .nav-btn.slick-disabled {
  background: rgba(16, 122, 144, 0.2);
}
.news-section-home .custom-slider-button .nav-btn.slick-disabled img {
  filter: inherit;
}
.news-section-home .custom-slider-button .slider-count {
  margin: 12px 0;
}
.news-section-home .custom-slider-button .active-num {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
.news-section-home .custom-slider-button span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item {
    margin: 0 8px;
  }
  .news-section-home .custom-slider-button {
    right: 26px;
    top: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home {
    margin-bottom: 13.0208333333vw;
  }
  .news-section-home .main-wrapper {
    padding-left: 6.25vw;
    padding-right: 0;
  }
  .news-section-home .news-head {
    display: flex;
    justify-content: space-between;
    padding-right: 5.2083333333vw;
    align-items: center;
    margin-bottom: 1.25vw;
  }
  .news-section-home .news-head .title-wrap {
    max-width: 32%;
    text-align: left;
  }
  .news-section-home .news-wrap {
    display: flex;
  }
  .news-section-home .news-wrap .feature-news {
    display: block;
    width: 46.5%;
    padding-right: 8px;
  }
  .news-section-home .news-wrap .feature-news .news-content .post-top {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .news-section-home .news-wrap .feature-news .news-content .post-top .post-title {
    padding-bottom: 2.6041666667vw;
  }
  .news-section-home .news-wrap .feature-news .news-item {
    width: 100%;
    margin: 0;
  }
  .news-section-home .news-wrap .news-slider-wrap {
    width: 53.2%;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider {
    margin-bottom: 0;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .slick-list {
    padding: 0 21.3541666667vw 0 0 !important;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item {
    background: #e5dede !important;
    opacity: 0.4;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item .news-content .post-top {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item .news-content .post-top .post-title {
    padding-bottom: 2.6041666667vw;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item:after {
    display: none;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item .post-top .post-meta .date,
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item title {
    color: #353535;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item .--text-white {
    color: #353535;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item .button-link {
    color: #353535;
    font-size: 0.9375vw;
    padding-bottom: 4px;
    margin-bottom: 4px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
  }
  .news-section-home .news-wrap .news-slider-wrap .news-slider .news-item.slick-active {
    opacity: 1;
  }
  .news-section-home .custom-slider-button {
    right: 5.2083333333vw !important;
    top: 0;
    height: 100%;
    bottom: 0;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    display: none;
    left: inherit;
  }
  .news-section-home .custom-slider-button .nav-btn {
    width: 4.1666666667vw !important;
    height: 4.1666666667vw !important;
  }
  .news-section-home .custom-slider-button .nav-btn img {
    width: 1.9791666667vw !important;
    height: auto;
  }
  .news-section-home .custom-slider-button .active-num {
    font-size: 2.6041666667vw;
    color: #353535;
  }
  .news-section-home .custom-slider-button span {
    font-size: 1.5625vw;
    color: #353535;
  }
}

.news-section-home .news-item {
  padding: 36px 24px;
  height: 383px;
  object-fit: cover;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.news-section-home .news-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #111f33 1.72%, rgba(17, 31, 51, 0.9) 36.12%, rgba(17, 31, 51, 0) 65.6%, rgba(17, 31, 51, 0.7) 80.63%, #111f33 100%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-section-home .news-item .post-top {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.news-section-home .news-item .post-top .post-meta {
  display: flex;
}
.news-section-home .news-item .post-top .post-meta .date {
  font-family: "Montserrat", sans-serif;
}
.news-section-home .news-item .post-top .post-meta .date.d {
  font-size: 35px;
  letter-spacing: -0.01em;
}
.news-section-home .news-item .post-top .post-meta .date-bottom {
  margin-top: 9px;
  font-size: 12px;
}
.news-section-home .news-item .post-top .post-meta .date-bottom .date {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  padding: 0 3px;
}
.news-section-home .news-item .post-top .post-title {
  padding-top: 12px;
  margin-bottom: 20px;
}
.news-section-home .news-item .post-top .post-title .title {
  font-size: 18px;
  transition: 0.7s;
  color: #ffffff;
}
.news-section-home .news-item .btn-wrap .button-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.news-section-home .news-item .card-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .news-section-home .news-item {
    height: 320px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home .news-item {
    height: 28.59375vw;
    padding: 2.0833333333vw 3.125vw;
  }
  .news-section-home .news-item .post-top .post-meta {
    padding-top: 2.0833333333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date.d {
    font-size: 5.2083333333vw;
    letter-spacing: -0.0520833333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom {
    margin-top: 22px;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom .date {
    font-size: 0.9375vw;
    letter-spacing: 0.1125vw;
  }
  .news-section-home .news-item .post-top .post-title {
    padding-top: 1.875vw;
  }
  .news-section-home .news-item .post-top .post-title .title {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
    color: #171B1C;
  }
  .news-section-home .news-item .btn-wrap .button-link {
    font-size: 0.9375vw;
  }
  .news-section-home .feature-news .news-item .post-top .post-title .title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
    color: #ffffff;
  }
}

.image-with-overflow-content {
  background: #e5dede;
  padding: 48px 25px;
}
.image-with-overflow-content .custom-wrap .image-wrap {
  margin-bottom: 36px;
}
.image-with-overflow-content .custom-wrap .content-wrap .content-head {
  margin-bottom: 32px;
}
.image-with-overflow-content .custom-wrap .content-wrap .content-wrap-inner .--heading {
  margin-bottom: 24px;
}
.image-with-overflow-content .custom-wrap .content-wrap .content-wrap-inner .paragraph {
  margin-bottom: 36px;
}
.image-with-overflow-content .custom-wrap .content-wrap .content-wrap-inner .para-meta {
  margin-top: 24px;
}
@media only screen and (min-width: 600px) {
  .image-with-overflow-content .custom-wrap {
    display: flex;
    background: none;
  }
  .image-with-overflow-content .custom-wrap .image-wrap {
    width: 45%;
    margin-bottom: 0;
  }
  .image-with-overflow-content .custom-wrap .content-wrap {
    width: 55%;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-with-overflow-content {
    padding: 60px 0 36px;
    background: none;
  }
  .image-with-overflow-content .custom-wrap {
    position: relative;
  }
  .image-with-overflow-content .custom-wrap .content-wrap {
    background: #e5dede;
    padding-left: 36px;
    padding-right: 36px;
  }
  .image-with-overflow-content .custom-wrap:after {
    position: absolute;
    content: "";
    background: #e5dede;
    width: 70%;
    height: calc(100% + 60px);
    top: -60px;
    right: 0;
    z-index: -1;
  }
}

.hero-section {
  margin-top: 80px;
  background: #111F33;
  position: relative;
}
.hero-section .custom-wrap {
  margin-bottom: 60px;
}
.hero-section .custom-wrap .slider-item-inner {
  position: relative;
}
.hero-section .custom-wrap .slider-item-inner .image-wrap img {
  width: 100%;
}
.hero-section .custom-wrap .slider-item-inner .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11111;
  margin: auto;
  padding: 0 8px 110px;
}
.hero-section .custom-wrap .slider-item-inner .content-wrap .tagline {
  margin-bottom: 22px;
}
.hero-section .custom-wrap .slider-item-inner .content-wrap .tagline .--heading {
  font-size: 28px;
  font-weight: 300;
}
.hero-section .custom-wrap .slider-item-inner .content-wrap .tagline .--heading span {
  color: #B81E2D;
  font-weight: 900;
  font-size: 28px;
}
.hero-section .custom-wrap .slider-item-inner .content-wrap .--heading-main-1 {
  font-size: 44px;
  letter-spacing: -2.2px;
  text-shadow: 0px 4px 28px rgba(28, 28, 28, 0.5);
  line-height: 44px;
}
.hero-section .custom-wrap .slider-item-inner .content-wrap .--heading-main-2 {
  font-size: 38px;
  letter-spacing: -1.9px;
  line-height: 43px;
}
.hero-section .search-wrap {
  padding: 0 25px;
}
.hero-section .search-wrap .wrapper-inner {
  background: #F2F2F2;
  position: absolute;
  bottom: -55px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 35px 35px 0px 0px;
  padding: 44px 25px 0 25px;
  z-index: 11;
}
.hero-section .search-wrap .wrapper-inner .textarea {
  text-align: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.9px;
  margin-bottom: 25px !important;
}
.hero-section .search-wrap .wrapper-inner .btn-input {
  border: none;
}
.hero-section .search-wrap .wrapper-inner .form-inner {
  justify-content: center;
}
.hero-section .search-wrap .wrapper-inner .form-inner .btn-item {
  background: #B81E2D;
  margin-left: 10px;
}
.hero-section .search-wrap .wrapper-inner .form-inner .btn-item .icon-outer {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .search-wrap .wrapper-inner .form-inner .btn-item .icon-outer .search-icon {
  width: 14px;
  height: auto;
}
.hero-section .search-wrap .wrapper-inner .form-inner .btn-item .icon-outer .search-icon img {
  width: 100%;
  height: 100%;
}
.hero-section .search-wrap .wrapper-inner .form-inner .btn-item .btn-input {
  background: none;
}
.hero-section .custom-slider-button {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .hero-section {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .hero-section .custom-wrap {
    margin-bottom: 0;
    padding-left: 60px;
  }
  .hero-section .custom-wrap .hero-slider .slider-item {
    position: relative;
  }
  .hero-section .custom-wrap .hero-slider .slider-item::after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(17, 31, 51, 0) 38.46%, rgba(17, 31, 51, 0.45) 70%, #111f33 100%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .hero-section .custom-wrap .hero-slider .slider-item .slider-item-inner .content-wrap {
    top: 30%;
    padding-left: 36px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .hero-section .search-wrap .wrapper-inner {
    max-width: max-content;
    padding-top: 22px;
    right: inherit;
    left: 99px;
  }
  .hero-section .slidebar {
    width: 60px;
    height: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #111F33;
  }
  .hero-section .slidebar .main-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero-section .slidebar .slidebar-inner {
    height: 100%;
  }
  .hero-section .slidebar .slidebar-inner .text-wrap {
    margin-bottom: 36px;
  }
  .hero-section .slidebar .slidebar-inner .text-wrap .textarea {
    transform: rotate(270deg);
    white-space: nowrap;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap {
    padding-bottom: 36px;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap .footer-social-media-list {
    margin-top: 24px;
    align-items: center;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap .footer-social-media-list .list-item {
    padding: 8px 0;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap .footer-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    display: block;
    height: 17px;
    width: 18px;
    fill: #ffffff;
  }
  .hero-section .slidebar .slidebar-inner .scroll-wrap {
    background: #ffffff;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-section .slidebar .slidebar-inner .scroll-wrap .textarea {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 6px;
  }
  .hero-section .slidebar .slidebar-inner .scroll-wrap .scroll-icon {
    height: 8px;
  }
  .hero-section .slidebar .slidebar-inner .scroll-wrap .scroll-icon .arrow-down {
    height: 8px;
    width: 18px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section {
    margin-top: 6.25vw;
  }
  .hero-section .custom-wrap {
    padding-left: 5.2083333333vw;
  }
  .hero-section .custom-wrap .slider-item-inner .content-wrap {
    padding-left: 5vw !important;
  }
  .hero-section .custom-wrap .slider-item-inner .content-wrap .tagline .--heading {
    font-size: 2.5vw;
    line-height: 2.1354166667vw;
  }
  .hero-section .custom-wrap .slider-item-inner .content-wrap .tagline span {
    font-size: 2.5vw !important;
    line-height: 2.1354166667vw;
  }
  .hero-section .custom-wrap .slider-item-inner .content-wrap .--heading-main-1 {
    font-size: 4.4791666667vw;
    letter-spacing: -4.3px;
    text-shadow: 0px 4px 28px rgba(28, 28, 28, 0.5);
    line-height: 4.4791666667vw;
  }
  .hero-section .custom-wrap .slider-item-inner .content-wrap .--heading-main-2 {
    font-size: 4.4791666667vw;
    line-height: 4.4791666667vw;
  }
  .hero-section .search-wrap {
    width: 57.2916666667vw;
    position: relative;
    top: 3.125vw;
  }
  .hero-section .search-wrap .wrapper-inner {
    background: #ffffff;
    display: block;
    left: 10.46875vw;
    bottom: -0.5208333333vw;
    padding: 3.4375vw 3.125vw;
    border-radius: 1.3020833333vw;
    box-shadow: 0px 4px 108.8px 0px rgba(28, 28, 28, 0.1);
  }
  .hero-section .search-wrap .wrapper-inner .textarea {
    font-size: 1.6666666667vw;
    letter-spacing: -0.0833333333vw;
    text-align: left;
    margin-bottom: 2.6041666667vw !important;
  }
  .hero-section .search-wrap .wrapper-inner .search-input {
    width: 26.0416666667vw;
    height: 2.6041666667vw;
  }
  .hero-section .search-wrap .wrapper-inner .search-input::placeholder {
    font-weight: 500;
    font-size: 0.8333333333vw;
    letter-spacing: -0.0416666667vw;
  }
  .hero-section .search-wrap .wrapper-inner .btn-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    width: 9.84375vw;
    justify-content: center;
    height: 2.6041666667vw;
  }
  .hero-section .search-wrap .wrapper-inner .btn-item .search-icon {
    width: 1.0416666667vw !important;
    height: 1.0416666667vw !important;
  }
  .hero-section .search-wrap .wrapper-inner .btn-item .btn-input {
    padding: 0;
    font-weight: 600;
    font-size: 0.7291666667vw;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  }
  .hero-section .search-wrap .wrapper-inner .form-inner .btn-item .icon-outer {
    width: auto;
    margin-right: 0.625vw;
    justify-content: flex-start;
  }
  .hero-section .custom-slider-button {
    bottom: 0;
    margin-bottom: 0;
    left: 53.125vw;
    display: flex !important;
  }
  .hero-section .custom-slider-button button {
    background: #E5DEDE;
    margin-right: 0.0520833333vw;
    width: 3.6458333333vw;
    height: 2.6041666667vw;
  }
  .hero-section .slidebar {
    bottom: 0;
  }
  .hero-section .slidebar .main-wrap {
    width: 5.2083333333vw;
  }
  .hero-section .slidebar .slidebar-inner .text-wrap {
    margin-bottom: 3.6458333333vw;
  }
  .hero-section .slidebar .slidebar-inner .text-wrap .textarea {
    font-size: 0.625vw;
    letter-spacing: 0.125vw;
  }
  .hero-section .slidebar .slidebar-inner .hr-line {
    width: 0.0520833333vw;
    height: 5.2083333333vw;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 auto;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap {
    padding-bottom: 1.8229166667vw !important;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap .footer-social-media-list .list-item {
    padding: 1.3020833333vw 0;
  }
  .hero-section .slidebar .slidebar-inner .social-media-wrap .footer-social-media-list .list-item .footer-social-media-link .icon-inner svg {
    width: 0.6770833333vw;
  }
  .hero-section .slidebar .slidebar-inner .scroll-wrap {
    height: 5.2083333333vw;
  }
  .hero-section .slidebar .slidebar-inner .scroll-wrap .textarea {
    max-width: 70%;
  }
}

.home-top-section {
  margin-top: 100px;
  margin-bottom: 60px;
  overflow: hidden;
}
.home-top-section .custom-wrap {
  padding-left: 25px;
}
.home-top-section .custom-wrap .main-card-wrap {
  padding-right: 25px;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card {
  margin-bottom: 40px;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card .content-inner .--heading {
  margin-bottom: 20px !important;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card {
  margin-bottom: 5px;
  transition: 0.7s;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner {
  position: relative;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .image-item img {
  width: 100%;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 25px;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap .--heading {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0px 4px 27px rgba(28, 28, 28, 0.5);
  transition: 0.7s;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap .--heading span {
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap .category-btn {
  padding-left: 0;
  display: none;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .btn-tag {
  top: 20px;
  left: 20px;
  position: absolute;
  padding: 6px 12px;
  border: 2px solid #ffffff;
  transition: 0.7s;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .btn-tag:hover {
  background: #B81E2D;
  color: #ffffff;
  border: 1px solid #B81E2D;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card:hover .content-wrap .--heading {
  padding-bottom: 36px;
}
.home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card:hover .content-wrap .category-btn {
  display: block;
}
.home-top-section .custom-wrap .sub-card-listing-wrap {
  overflow-y: scroll;
  padding-bottom: 18px;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner {
  display: flex;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .filter-programs {
  display: flex;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item {
  background: rgba(229, 222, 222, 0.75);
  margin-right: 5px;
  height: 212px;
  padding: 20px;
  transition: 0.7s;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner {
  width: 212px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .card-btn-tag .btn-item {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #171B1C;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .icon-wrap {
  width: 100px;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .textarea {
  position: relative;
  padding-left: 10px;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .btn-link .link-item {
  color: #353535;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  border-bottom: 1px solid #171B1C;
}
.home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .wording {
  font-size: 16px;
}
.home-top-section ::-webkit-scrollbar {
  width: 3px !important;
  height: 4px !important;
}
.home-top-section ::-webkit-scrollbar-thumb {
  background: #B81E2D !important;
  height: 4px !important;
}
.home-top-section ::-webkit-scrollbar-thumb:hover {
  background: #8c1722;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item {
    width: 50%;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item {
    height: 270px;
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-top-section {
    margin-top: 7.8125vw;
    margin-bottom: 8.3333333333vw;
  }
  .home-top-section .custom-wrap {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
    display: flex;
    overflow: hidden;
  }
  .home-top-section .custom-wrap .main-card-wrap {
    width: 74%;
    padding-right: 0;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item {
    width: 50%;
    margin-bottom: 0 !important;
    height: 26.0416666667vw;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card .content-inner {
    padding-right: 2.5vw;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card .content-inner .--heading {
    text-align: left;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card .content-inner .--heading br {
    display: none;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.content-card .content-inner .paragraph {
    text-align: left;
    font-size: 1.5625vw;
    font-weight: 400;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap {
    padding: 3.125vw;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap .--heading {
    font-size: 1.875vw;
    text-shadow: 0px 4px 28px rgba(28, 28, 28, 0.5);
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .content-wrap .--heading span {
    font-size: 2.7083333333vw;
    letter-spacing: -0.1354166667vw;
    text-shadow: 0px 4px 27px rgba(28, 28, 28, 0.5);
    font-weight: 700;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .btn-tag {
    top: 3.125vw;
    left: 3.125vw;
    padding: 0.2604166667vw 0.5208333333vw;
    border: 0.1041666667vw solid #ffffff;
    font-size: 0.9375vw;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .card-item.image-card .card-item-inner .btn-tag:hover {
    border: 0.1041666667vw solid #B81E2D;
  }
  .home-top-section .custom-wrap .main-card-wrap .card-wrap-inner .wording {
    font-size: 0.8333333333vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap {
    width: 26%;
    height: 52.0833333333vw;
    display: block;
    padding-bottom: 0;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner {
    flex-direction: column;
    margin-right: 1.5625vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .filter-programs {
    display: inline-block;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item {
    height: 17.4114583333vw;
    box-shadow: 0 3px 9px rgba(23, 27, 28, 0.5);
    margin: 0;
    padding: 2.6041666667vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .card-btn-tag .btn-item {
    font-size: 0.9375vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .icon-wrap .icon-item {
    width: 4.6875vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .icon-wrap .icon-item img {
    width: 4.6875vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .textarea {
    font-size: 1.25vw;
    padding-left: 1.0416666667vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .main-title-wrap .textarea b {
    font-size: 1.5625vw;
  }
  .home-top-section .custom-wrap .sub-card-listing-wrap .card-list-inner .card-item .card-item-inner .btn-link .link-item {
    font-size: 0.8333333333vw;
  }
}

.countdown-section .custom-wrap .countdown-section {
  margin-bottom: 60px;
}
.countdown-section .custom-wrap .countdown-section .countdown-wrap-inner {
  padding: 0 25px;
}
.countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item {
  width: 50%;
  text-align: center;
  margin-bottom: 42px;
}
.countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item .countdown-item-inner .count-number {
  justify-content: center;
}
.countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item .countdown-item-inner .count-number .heading-sub {
  text-align: center;
  margin-bottom: 12px;
  color: #111F33;
}
.countdown-section .custom-wrap .image-content-wrap {
  background: rgba(191, 165, 163, 0.25);
  position: relative;
}
.countdown-section .custom-wrap .image-content-wrap .image-wrap {
  position: absolute;
  right: 0;
  z-index: 1;
}
.countdown-section .custom-wrap .image-content-wrap .image-wrap img {
  max-width: 325px;
  margin-top: -60px;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap {
  padding: 320px 25px 40px 25px;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap .icon-logo {
  display: flex;
  justify-content: center;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap .--heading {
  max-width: 90%;
  margin: 0 auto !important;
  padding-bottom: 12px;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap .tagline {
  margin-bottom: 30px;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap .tagline .textarea {
  font-size: 18px;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap .para-wrap {
  margin-bottom: 40px;
}
.countdown-section .custom-wrap .image-content-wrap .content-wrap .common-btn-wrap {
  width: max-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .countdown-section .custom-wrap .image-content-wrap .image-wrap {
    left: 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .countdown-section .custom-wrap {
    display: flex;
    flex-direction: column;
  }
  .countdown-section .custom-wrap .image-content-wrap {
    border-radius: 0 0 30px 0;
  }
  .countdown-section .custom-wrap .image-content-wrap .image-wrap {
    left: 0;
    bottom: 0;
    justify-content: flex-end;
  }
  .countdown-section .custom-wrap .image-content-wrap .image-wrap img {
    max-width: 400px;
    left: 0;
    position: relative;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 36px 55% 36px 36px;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .icon-logo {
    justify-content: start;
    margin: inherit;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .--heading {
    margin-left: 0 !important;
    max-width: 82%;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .common-btn-wrap {
    margin: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .countdown-section .custom-wrap {
    display: flex;
    padding-right: 5.2083333333vw;
  }
  .countdown-section .custom-wrap .countdown-section {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 45.8333333333vw;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner {
    padding-left: 5.2083333333vw;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap {
    min-width: 16.6666666667vw;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item {
    width: 100%;
    margin: 1.9270833333vw 0;
    position: relative;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item::after {
    position: absolute;
    content: "";
    top: inherit;
    bottom: -2.6041666667vw;
    left: 0;
    background-image: url("../img/icons/dotted-line.png");
    width: 5.3125vw;
    height: 0.1041666667vw;
    object-fit: contain;
    background-position: left;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item .countdown-item-inner .count-number {
    justify-content: start;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item .countdown-item-inner .count-number .heading-sub {
    font-size: 3.125vw;
    letter-spacing: -0.15625vw;
    margin-bottom: 0;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item .countdown-item-inner .count-text {
    text-align: left;
  }
  .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item:last-child::after {
    display: none;
  }
  .countdown-section .custom-wrap .image-content-wrap {
    min-height: 39.2708333333vw;
    border-radius: 0 0 1.5625vw 0;
  }
  .countdown-section .custom-wrap .image-content-wrap .image-wrap {
    left: 0;
    bottom: 0;
  }
  .countdown-section .custom-wrap .image-content-wrap .image-wrap img {
    width: 33.8541666667vw;
    max-width: inherit;
    left: -8.59375vw;
    position: relative;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -3.90625vw;
    position: relative;
    padding: 1.875vw 1.875vw 0 50%;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .icon-logo {
    justify-content: start;
    margin: inherit;
    margin-bottom: 1.6666666667vw;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .--heading {
    margin-left: 0 !important;
    max-width: 82%;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .tagline {
    margin-bottom: 2.6041666667vw;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .tagline .textarea {
    font-size: 1.5625vw;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .para-wrap {
    margin-bottom: 2.6041666667vw;
  }
  .countdown-section .custom-wrap .image-content-wrap .content-wrap .common-btn-wrap {
    margin: initial;
  }
}

.home-call-to-action-sec {
  overflow: hidden;
  position: relative;
}
.home-call-to-action-sec .overlay-icon {
  position: absolute;
  bottom: 0;
}
.home-call-to-action-sec .warpper-inner {
  position: relative;
}
.home-call-to-action-sec .warpper-inner .image-wrap img {
  width: 100%;
}
.home-call-to-action-sec .warpper-inner .content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  right: 0;
  padding: 170px 24px 0 24px;
  align-items: center;
}
.home-call-to-action-sec .warpper-inner .content-wrap .--heading {
  margin-bottom: 24px;
  font-size: 34px;
  margin-top: 100px;
  text-align: center;
}
.home-call-to-action-sec .warpper-inner .content-wrap .paragraph {
  margin-bottom: 24px;
}
.home-call-to-action-sec .warpper-inner .content-wrap .paragraph p {
  text-align: center;
}
.home-call-to-action-sec .warpper-inner .content-wrap .btn-wrap a {
  opacity: 0.5;
  cursor: not-allowed;
}
.home-call-to-action-sec .overlay-icon img {
  width: 520px;
  height: 395px;
  object-fit: contain;
}
.home-call-to-action-sec svg {
  position: absolute;
  bottom: 0;
  width: 520px;
  height: 395px;
}
.home-call-to-action-sec .animated-path {
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1000; /* You can tweak this */
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2.5s ease-out;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-call-to-action-sec .warpper-inner .content-wrap {
    padding-top: 36px;
    align-items: end;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap .--heading {
    margin-top: 0;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap .paragraph p {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .home-call-to-action-sec svg {
    width: 42.1875vw;
    height: 20.8333333333vw;
  }
  .home-call-to-action-sec .warpper-inner {
    position: relative;
  }
  .home-call-to-action-sec .warpper-inner img {
    border-radius: 0 0 1.5625vw 0;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    right: 0;
    padding-right: 5.2083333333vw;
    padding-top: 5.2083333333vw;
    text-align: right;
    align-items: end;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap .--heading {
    margin-bottom: 2.6041666667vw !important;
    text-align: right;
    margin-top: 0;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap .paragraph {
    margin-bottom: 3.125vw;
    text-align: right;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap .paragraph p {
    text-align: right;
  }
  .home-call-to-action-sec .warpper-inner .content-wrap .btn-wrap {
    display: flex;
    justify-content: end;
  }
}

.single-blog-article-section .single-blog-article-wrapper .blog-video .thumb-image {
  height: 325px !important;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .single-blog-article-section .single-blog-article-wrapper .blog-video .thumb-image {
    height: 100% !important;
  }
}

.home-logo-section {
  overflow: hidden;
  margin-bottom: 0;
}
.home-logo-section .section-head {
  margin-bottom: 36px;
}
.home-logo-section .section-head .--heading {
  margin-bottom: 12px;
}
.home-logo-section .logo-list-wrap .slick-track {
  margin-bottom: 16px;
}
.home-logo-section .logo-list-wrap .custom-slider-button {
  visibility: hidden;
}
.home-logo-section .logo-list-wrap .slick-dots li button:before {
  font-size: 8px;
}
.home-logo-section .logo-list-wrap .logo-list {
  position: relative;
}
.home-logo-section .logo-list-wrap .slick-dots li {
  margin: 0;
}
.home-logo-section .image-item {
  padding: 0 16px;
}
@media only screen and (min-width: 1200px) {
  .home-logo-section {
    margin-bottom: 8.3333333333vw;
  }
  .home-logo-section .section-head .--heading {
    margin-bottom: 1.4583333333vw;
  }
  .home-logo-section .section-head span {
    font-size: 1.5625vw;
  }
  .home-logo-section .logo-slider-1 {
    position: relative;
  }
  .home-logo-section .logo-slider-1::after {
    position: absolute;
    content: "";
    background: #F2F2F2;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 9.8958333333vw;
    width: 2.6041666667vw;
  }
  .home-logo-section .main-wrapper {
    padding: 0 12.5vw !important;
  }
  .home-logo-section .main-wrapper .section-head {
    margin-bottom: 4.6875vw;
  }
  .home-logo-section .main-wrapper .image-item {
    padding: 0 3.125vw;
    display: flex !important;
    justify-content: center;
  }
  .home-logo-section .main-wrapper .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-logo-section .main-wrapper .logo-list-wrap .image-item {
    position: relative;
  }
  .home-logo-section .main-wrapper .logo-list-wrap .image-item:after {
    position: absolute;
    content: "";
    opacity: 0.1;
    background: #111f33;
    width: 0.1041666667vw;
    height: 95px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -2px;
  }
  .home-logo-section .main-wrapper .logo-list-wrap .custom-slider-button {
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex !important;
  }
  .home-logo-section .main-wrapper .logo-list-wrap .custom-slider-button.slider-button-left {
    left: -2.6041666667vw;
  }
  .home-logo-section .main-wrapper .logo-list-wrap .custom-slider-button.slider-button-right {
    right: -2.6041666667vw;
  }
  .home-logo-section .logo-list-wrap .slick-track {
    margin-bottom: 1.875vw;
  }
  .home-logo-section .logo-list-wrap .custom-slider-button {
    visibility: visible;
  }
}

.news-slider-section {
  margin-bottom: 7.8125vw;
  overflow: hidden;
}

.csr-projects-section {
  margin-bottom: 50px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content {
  margin-top: 20px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo img {
  width: 80%;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles {
  text-align: center;
  margin-bottom: 30px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-title-one {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-title-one span {
  font-weight: 700;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-sub-title {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .csr-projects-section .csr-projects-wrapper {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-img {
    width: 50%;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content {
    width: 50%;
    margin-top: 0px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .csr-projects-section {
    margin-bottom: 2.6041666667vw;
  }
  .csr-projects-section .csr-projects-wrapper {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-img {
    width: 50%;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content {
    width: 50%;
    margin-top: 0px;
    padding: 0.5208333333vw 0 0 5.7291666667vw;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo {
    justify-content: left;
    margin-bottom: 2.7083333333vw;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo img {
    width: auto;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles {
    text-align: left;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-title-one {
    font-size: 3.125vw;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-sub-title {
    margin-top: 1.5625vw;
    margin-bottom: 2.8645833333vw;
    font-size: 1.5625vw;
  }
}

.gallery-slider-sec {
  background: #E5DEDE;
  padding: 40px 0;
}
.gallery-slider-sec .section-head {
  margin-bottom: 36px;
}
.gallery-slider-sec .section-head .gallery-slider-wrap {
  position: relative;
}
.gallery-slider-sec .section-head .gallery-slider-wrap .gallery-slider .slick-list {
  padding: 0 !important;
}
.gallery-slider-sec .slick-list {
  padding: 0 !important;
}
.gallery-slider-sec .slider-item {
  margin: 0 10px;
}
.gallery-slider-sec .slider-item .image-wrap img {
  height: 325px;
  object-fit: cover;
  width: 100%;
}
.gallery-slider-sec .slider-item .content-wrap {
  text-align: center;
}
.gallery-slider-sec .gallery-slider-content {
  display: flex;
  justify-content: center;
}
.gallery-slider-sec .gallery-slider-content .paragraph {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.gallery-slider-sec .gallery-slider-content .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .gallery-slider-sec {
    margin-bottom: 13.0208333333vw;
    padding: 0;
    background: none;
  }
  .gallery-slider-sec .main-wrapper {
    position: relative;
  }
  .gallery-slider-sec .main-wrapper:after {
    position: absolute;
    content: "";
    border-radius: 0px 0px 1.5625vw 0px;
    background: #e5dede;
    width: 50.8333333333vw;
    height: 47.34375vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
  }
  .gallery-slider-sec .section-head {
    margin-bottom: 80px;
  }
  .gallery-slider-sec .slider-item.slick-slide.slick-cloned.slick-center img {
    transform: scale(1.1);
  }
  .gallery-slider-sec .custom-slider-button {
    right: 0;
    top: -4.1666666667vw;
  }
  .gallery-slider-sec .gallery-slider-content .paragraph {
    max-width: 70%;
    margin: 0 auto;
  }
}

.career-section .career-wrapper .career-image-title-content .career-top-img .career-top-wrap {
  width: 100% !important;
}

.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details {
  top: 0 !important;
  margin: auto !important;
  height: 100%;
}

.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt {
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  flex-direction: column;
}

body.home .career-section .career-wrapper .career-image-title-content .career-top-img {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.home .career-title-dec.desktop-hide-m {
    display: none !important;
  }
  body.home .career-section .career-wrapper .career-image-title-content .career-top-img {
    width: 50%;
  }
  body.home .career-section .career-wrapper .career-image-title-content .career-top-img .career-top-wrap img {
    object-fit: contain;
  }
  body.home .career-section .career-wrapper .career-image-title-content .career-title-dec {
    width: 50%;
  }
  body.home .career-section .career-wrapper .career-image-title-content .career-title-dec .mobile-hide-d {
    display: block !important;
    text-align: left;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  body.home .career-section .career-wrapper .career-image-title-content .career-top-img {
    width: 35%;
  }
  body.home .career-section .career-wrapper .career-image-title-content .career-title-dec {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  body.home .single-blog-article-section .single-blog-article-wrapper .blog-video .thumb-image {
    width: 100%;
    height: auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.home .single-blog-article-section .single-blog-article-wrapper .blog-video .thumb-image {
    height: 27.0833333333vw !important;
  }
}

.page-template-contact-us {
  background: #F2F2F2;
}

.wpcf7-spinner {
  display: none !important;
}

.contact-us-section {
  margin-top: 140px;
  margin-bottom: 60px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location {
  position: relative;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map img {
  width: 100%;
  height: 100%;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location {
  border-radius: 0px 0px 30px 0px;
  background: #111F33;
  color: white;
  padding: 20px;
  position: absolute;
  top: 100px;
  left: 40px;
  width: 80%;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location .c-direct-link {
  display: flex;
  margin-top: 15px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location .c-direct-link a {
  color: white;
  margin-left: 10px;
  text-decoration: underline !important;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location .c-direct-link img {
  width: 21px;
  height: 21px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details {
  background-color: #E5DEDE;
  padding: 40px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-details-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 25px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-details-title span {
  font-weight: 700;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d {
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon {
  width: 22%;
  margin-right: 10px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon img {
  width: 50px;
  height: 50px;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-a {
  width: 80%;
  color: #171B1C;
  font-weight: 500;
}
.contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-a.hvr:hover {
  color: #B81E2D;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location {
    top: 300px;
    left: 85px;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon {
    width: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-section {
    margin-top: 7.2916666667vw;
    margin-bottom: 5.2083333333vw;
  }
  .contact-us-section .contact-us-wrapper {
    padding: 0 5.2083333333vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location {
    position: absolute;
    width: 37%;
    right: 12.7604166667vw;
    bottom: -1.0416666667vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map {
    width: 37.2916666667vw;
    position: relative;
    top: 3.3854166667vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 100px 0px rgba(23, 27, 28, 0.3);
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location {
    border-radius: 0px 0px 30px 0px;
    padding: 2.6041666667vw;
    top: 11.4583333333vw;
    left: 6.7708333333vw;
    width: 60%;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location .c-direct-link {
    margin-top: 1.40625vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location .c-direct-link a {
    margin-left: 0.5208333333vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-map-location .c-map .c-direction-location .c-direct-link img {
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details {
    padding: 5.2083333333vw 8.3333333333vw 2.2916666667vw 8.3333333333vw;
    width: 100%;
    border-radius: 0px 0px 50px 0px;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-details-title {
    font-size: 4.375vw;
    margin-bottom: 3.6458333333vw;
    line-height: 0.9;
    margin-top: 1.5625vw;
    letter-spacing: -0.21875vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-details-title .c-d-t-2 {
    width: 29%;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d {
    margin: 1.0416666667vw 0;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon {
    margin-right: 0.5208333333vw;
    width: 6%;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon img {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-a {
    font-size: 0.9375vw;
    width: 30%;
    line-height: 1.2;
  }
}

.form-section .form-section-wrapper .form-with-image .f-image img {
  width: 100%;
}
.form-section .form-section-wrapper .form-with-image .form-title {
  font-weight: 500;
  margin-top: 50px;
}
.form-section .form-section-wrapper .form-with-image .form-title span {
  font-weight: 700;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form-titles {
  display: flex;
  font-size: 34px;
  justify-content: center;
  margin-bottom: 30px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form-titles .c-form-title-one {
  margin-right: 10px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form {
  padding: 0 25px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 svg.arrow-down {
  position: absolute;
  width: 15px;
  height: 15px;
  pointer-events: none;
  fill: #171B1C;
  right: 10px;
  top: 38px;
  bottom: 0;
  margin: auto;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field label {
  margin-bottom: 10px;
  color: #171B1C;
  font-weight: 500;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input, .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  padding: 0 10px;
  line-height: 10px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input::placeholder, .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea::placeholder {
  color: #C6C6C6;
  font-size: 14px;
  padding: 10px 0;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down {
  display: flex;
  flex-direction: column;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  height: 46px;
  color: #C6C6C6;
  padding: 0 10px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: #C6C6C6;
  font-size: 14px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width {
  display: flex;
  flex-direction: column;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field label {
  margin-bottom: 10px;
  color: #171B1C;
  font-weight: 500;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field:last-child {
  margin-right: 0;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  padding: 10px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field .wpcf7-form-control-wrap input::placeholder {
  color: #C6C6C6;
  font-size: 14px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down label {
  font-size: 15px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
  font-size: 15px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down select {
  font-size: 15px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field label {
  margin-bottom: 10px;
  color: #171B1C;
  font-weight: 500;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field:last-child {
  margin-right: 0;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  padding: 10px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap input::placeholder {
  color: #C6C6C6;
  font-size: 14px;
}
.form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .submit-btn .wpcf7-submit {
  background: #B81E2D;
  box-shadow: 0px 4px 20px 0px rgba(184, 30, 45, 0.75);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  padding: 15px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .form-section {
    margin-top: 7.2916666667vw;
  }
  .form-section .form-section-wrapper {
    padding: 0 13.5416666667vw;
  }
  .form-section .form-section-wrapper .form-with-image {
    display: flex;
    justify-content: center;
  }
  .form-section .form-section-wrapper .form-with-image .f-image img {
    width: 43.75vw;
    height: 38.3333333333vw;
    object-fit: cover;
  }
  .form-section .form-section-wrapper .form-with-image .form-title {
    margin-top: 0;
    padding: 4.53125vw 0 4.53125vw 6.5104166667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form-titles {
    font-size: 3.3333333333vw;
    margin-bottom: 3.125vw;
    justify-content: flex-start;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form {
    padding: 0;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field label {
    margin-bottom: 0.5208333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input, .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea {
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    padding: 0.5208333333vw;
    line-height: 0.4166666667vw;
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input::placeholder, .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 0.8333333333vw;
    padding: 0.5208333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    width: 23.4375vw;
    height: 2.6041666667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap svg.arrow-down {
    position: absolute;
    transform: translateY(-1.4583333333vw) translateX(21.3541666667vw);
    width: 0.78125vw;
    height: 0.78125vw;
    pointer-events: none;
    fill: #171B1C;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    height: 2.3958333333vw;
    padding: 0 0.5208333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    font-size: 0.7291666667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field {
    margin-bottom: 1.0416666667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field label {
    margin-bottom: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field:last-child {
    margin-right: 0;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field .wpcf7-form-control-wrap input {
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    padding: 0.5208333333vw;
    height: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field .wpcf7-form-control-wrap input::placeholder {
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down label {
    font-size: 15px;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 0.8333333333vw;
    height: 2.6041666667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down select {
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width {
    display: flex;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field {
    margin-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
    width: calc(50% - 5px);
    margin-right: 0.5208333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field label {
    margin-bottom: 0.5208333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field:last-child {
    margin-right: 0;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap input {
    width: 100%;
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    padding: 0.5208333333vw;
    height: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap input::placeholder {
    color: #C6C6C6;
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap textarea {
    padding: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .submit-btn {
    text-align: end;
    margin-top: 1.6666666667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .submit-btn .wpcf7-submit {
    box-shadow: 0px 0.2083333333vw 1.0416666667vw 0px rgba(184, 30, 45, 0.75);
    font-size: 0.7291666667vw;
    padding: 0.78125vw 1.3541666667vw;
    letter-spacing: 0.1041666667vw;
    height: 100%;
    font-family: "Montserrat", sans-serif;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    width: 23.4375vw;
    height: 2.6041666667vw;
  }
  .form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 svg.arrow-down {
    position: absolute;
    transform: scale(0.7);
    width: 0.78125vw;
    height: 0.78125vw;
    pointer-events: none;
    fill: #171B1C;
    right: 1.0416666667vw;
  }
}

.faq-section {
  margin-top: 100px;
  padding-bottom: 100px;
}
.faq-section .faq-wrap {
  padding: 0 25px;
}
.faq-section .faq-wrap .faq-section-title .faq-title-one {
  color: #171B1C;
  font-size: 36px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.faq-section .faq-wrap .faq-section-title .faq-title-one span {
  font-weight: 700;
}
.faq-section .faq-wrap .faq-section-title .faq-title-two {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.faq-section .faq-wrap .faq-section-title .faq_para {
  text-align: justify;
  margin-bottom: 30px;
}
.faq-section .faq-wrap .faq-accordion .accordion {
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.faq-section .faq-wrap .faq-accordion .accordion-item {
  border-top: 1px solid #ddd;
}
.faq-section .faq-wrap .faq-accordion .accordion-item:first-child {
  border-top: none;
}
.faq-section .faq-wrap .faq-accordion .accordion-header {
  width: 100%;
  padding: 15px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  background: #feffff;
  color: #171B1C;
  line-height: 1.2;
  position: relative;
}
.faq-section .faq-wrap .faq-accordion .accordion-header img {
  position: absolute;
  right: 3%;
  top: 50%;
  width: 14px;
}
.faq-section .faq-wrap .faq-accordion .accordion-header.color {
  background: #111F33;
  color: white;
}
.faq-section .faq-wrap .faq-accordion .accordion-header.color img {
  filter: brightness(0) saturate(100%) invert(100%);
  transform: rotate(180deg);
}
.faq-section .faq-wrap .faq-accordion .accordion-body {
  padding: 35px 18px;
  display: none;
  font-size: 14px;
  border: 1px solid #D9D9D9;
  color: #171B1C;
  font-family: "Raleway", sans-serif;
  text-align: justify;
}
.faq-section .faq-wrap .faq-accordion .accordion-body.show {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .faq-section {
    margin-top: 5.2083333333vw;
    padding-bottom: 9.8958333333vw;
  }
  .faq-section .faq-wrap {
    padding: 0 17.7083333333vw;
  }
  .faq-section .faq-wrap .faq-section-title .faq-title-one {
    font-size: 3.125vw;
    margin-bottom: 1.3020833333vw;
  }
  .faq-section .faq-wrap .faq-section-title .faq-title-two {
    font-size: 1.5625vw;
    margin-bottom: 2.8645833333vw;
  }
  .faq-section .faq-wrap .faq-section-title .faq_para {
    margin-bottom: 3.6458333333vw;
    padding: 0 5.2083333333vw;
    text-align: center;
    font-size: 0.8333333333vw;
    line-height: 1;
  }
  .faq-section .faq-wrap .faq-accordion .accordion-item {
    border-top: 1px solid #ddd;
    margin-bottom: 0.2604166667vw;
  }
  .faq-section .faq-wrap .faq-accordion .accordion-item:first-child {
    border-top: none;
  }
  .faq-section .faq-wrap .faq-accordion .accordion-header {
    width: 100%;
    padding: 64px 146px;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    color: #171B1C;
    line-height: 1.2;
    font-size: 1.0416666667vw;
    background: #ffffff;
  }
  .faq-section .faq-wrap .faq-accordion .accordion-header img {
    right: 8%;
    width: 22px;
  }
  .faq-section .faq-wrap .faq-accordion .accordion-body {
    padding: 64px 146px;
    display: none;
    font-size: 0.8333333333vw;
    border: 1px solid #D9D9D9;
    color: #171B1C;
    font-family: "Raleway", sans-serif;
    line-height: 1;
    background-color: white;
  }
  .faq-section .faq-wrap .faq-accordion .accordion-body.show {
    display: block;
  }
}

.privacy-policy-section {
  font-family: "Raleway", sans-serif;
  margin-bottom: 70px;
}
.privacy-policy-section .privacy-policy-wrapper {
  padding: 0 25px;
}
.privacy-policy-section .privacy-policy-wrapper .privacy-policy-para {
  text-align: justify;
  font-size: 16px;
  color: #171B1C;
  margin-bottom: 40px;
}
.privacy-policy-section .privacy-policy-wrapper .privacy-policy-content .pp-title-dec {
  margin-bottom: 40px;
}
.privacy-policy-section .privacy-policy-wrapper .privacy-policy-content .pp-title-dec .pp-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.privacy-policy-section .privacy-policy-wrapper .privacy-policy-content .pp-title-dec .pp-description {
  font-size: 16px;
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .privacy-policy-section {
    margin-bottom: 7.8125vw;
  }
  .privacy-policy-section .privacy-policy-wrapper {
    padding: 0 360px;
  }
  .privacy-policy-section .privacy-policy-wrapper .privacy-policy-para {
    font-size: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .privacy-policy-section .privacy-policy-wrapper .privacy-policy-content .pp-title-dec {
    margin-bottom: 2.34375vw;
  }
  .privacy-policy-section .privacy-policy-wrapper .privacy-policy-content .pp-title-dec .pp-title {
    font-size: 1.0416666667vw;
    margin-bottom: 1.40625vw;
  }
  .privacy-policy-section .privacy-policy-wrapper .privacy-policy-content .pp-title-dec .pp-description {
    font-size: 0.8333333333vw;
  }
}

.career-section .career-wrapper .career-image-title-content .career-top-img {
  display: flex;
  justify-content: end;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career-section .career-wrapper .career-image-title-content .career-top-img {
    padding: 0 20%;
    padding-bottom: 48px;
  }
}
.career-section .career-wrapper .career-image-title-content .career-top-img .career-top-wrap {
  border-radius: 0px 0px 50px 0px;
  background: #e5dede;
  width: 85%;
}
.career-section .career-wrapper .career-image-title-content .career-top-img .career-top-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  bottom: -47px;
  left: -56px;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec {
  padding: 0 25px;
  text-align: center;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-title-one {
  font-size: 30px;
  line-height: 1.05;
  font-family: "Montserrat", sans-serif;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-title-one span:nth-of-type(1) {
  color: #b81e2d;
  font-weight: 700;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-title-one span:nth-of-type(2) {
  font-weight: 700;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-title-two {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-para {
  text-align: justify;
  margin-bottom: 30px;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item {
  display: flex;
  margin-bottom: 20px;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-icon {
  width: 60px;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-icon .c-icon-inner {
  height: auto;
  width: 60px;
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-icon .c-icon-inner img {
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
}
.career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-dec {
  text-align: left;
  padding-left: 24px;
}
.career-section.home-sec {
  padding-bottom: 0;
}
.career-section.home-sec .career-wrapper .career-image-title-content .career-top-img .career-top-wrap {
  background: none;
}
.career-section.home-sec .career-wrapper .career-image-title-content .career-top-img .career-top-wrap img {
  bottom: 0;
  left: 0;
}
.career-section.home-sec .c-icon {
  width: 60px;
}
.career-section.home-sec .c-dec {
  width: calc(100% - 60px);
  padding-left: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .career-section.home-sec .career-wrapper .career-image-title-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .career-section.home-sec .career-wrapper .career-image-title-content .career-top-img {
    width: 50%;
  }
  .career-section.home-sec .career-wrapper .career-image-title-content .career-title-dec.desktop-hide-m {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .career-section.home-sec.home-sec .c-icon {
    width: 3.6458333333vw;
  }
  .career-section.home-sec.home-sec .c-dec {
    padding-left: 0;
    width: calc(100% - 4.6875vw) !important;
  }
}
@media only screen and (min-width: 768px) {
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item {
    justify-content: flex-start;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-dec {
    padding-left: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .career-section.home-sec {
    margin-bottom: 3.125vw;
    overflow: hidden;
  }
  .career-section.home-sec .career-wrapper {
    padding-right: 0;
  }
  .career-section.home-sec .career-wrapper .career-image-title-content .career-top-img {
    margin-bottom: 0;
  }
  .career-section.home-sec .career-wrapper .career-image-title-content .career-top-img .career-top-wrap img {
    bottom: 0;
    left: 0;
  }
  .career-section .career-wrapper {
    padding: 0 8.3333333333vw;
  }
  .career-section .career-wrapper .career-image-title-content {
    display: flex;
    flex-direction: row-reverse;
  }
  .career-section .career-wrapper .career-image-title-content .career-top-img {
    width: 45%;
    margin-bottom: 4.1666666667vw;
    padding-left: 4.9479166667vw;
  }
  .career-section .career-wrapper .career-image-title-content .career-top-img .career-top-wrap {
    border-radius: 0px 0px 2.6041666667vw 0px;
    width: 80%;
  }
  .career-section .career-wrapper .career-image-title-content .career-top-img .career-top-wrap img {
    bottom: -4.1666666667vw;
    left: -3.6458333333vw;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec {
    width: 55%;
    padding: 4.1666666667vw 7.8125vw 4.1666666667vw 0;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .--heading {
    text-align: left;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-title-one {
    font-size: 3.125vw;
    text-align: left;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-title-two {
    text-align: left;
    margin-top: 1.5625vw;
    margin-bottom: 2.8645833333vw;
    font-size: 1.5625vw;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-para {
    text-align: justify;
    margin-bottom: 3.75vw;
    font-size: 0.8333333333vw;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items {
    display: flex;
    flex-wrap: wrap;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.6041666667vw;
    margin-right: 1.0416666667vw;
    width: calc(50% - 1.0416666667vw);
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item:nth-child(2n) {
    margin-right: 0;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-icon {
    box-shadow: 0.5208333333vw 1.0416666667vw 1.5625vw 0px rgba(17, 31, 51, 0.3);
    margin-right: 2.0833333333vw;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-icon .c-icon-inner {
    height: 3.6458333333vw;
    height: auto;
  }
  .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-dec {
    font-size: 0.9375vw;
    width: 13.0208333333vw;
    text-align: left;
    padding-left: 0;
  }
}

.jobs-showing-section {
  margin-top: 100px;
  margin-bottom: 30px;
}
.jobs-showing-section .job-showing-wrapper {
  padding: 0 25px;
}
.jobs-showing-section .job-showing-wrapper .job-showing-titles .job-showing-title {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
.jobs-showing-section .job-showing-wrapper .job-showing-titles .job-showing-title span {
  font-weight: 700;
}
.jobs-showing-section .job-showing-wrapper .job-showing-titles .job-showing-sub-title {
  text-align: center;
  font-size: 22px;
}
@media only screen and (min-width: 1200px) {
  .jobs-showing-section .job-showing-wrapper .job-showing-titles .job-showing-title {
    font-size: 3.125vw;
    letter-spacing: -0.15625vw;
  }
  .jobs-showing-section .job-showing-wrapper .job-showing-titles .job-showing-sub-title {
    font-size: 1.5625vw;
  }
}

.cmp-career-listing .main-wrapper {
  margin-bottom: 60px;
}
.cmp-career-listing .main-wrapper .career-list .career-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #9ea6b4;
  padding: 30px 20px;
}
.cmp-career-listing .main-wrapper .career-list .career-item.clicked {
  background: #e5dede;
}
.cmp-career-listing .main-wrapper .career-list .career-item.clicked .career-head .right-div {
  margin-bottom: 20px;
}
.cmp-career-listing .main-wrapper .career-list .career-item.clicked .career-head .right-div svg {
  transform: rotate(180deg);
  transition: 0.7s;
}
.cmp-career-listing .main-wrapper .career-list .career-item.clicked .image-container {
  opacity: 1;
  max-height: 100%;
  transition: 0.7s;
}
.cmp-career-listing .main-wrapper .career-list .career-item.clicked .btn-wrapper-cr {
  opacity: 1;
  max-height: 80px;
  transition: 0.7s;
  margin: 30px 0 0;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .title {
  padding-bottom: 15px;
  text-align: center;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .career-types {
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  margin-left: 4px;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .career-types li {
  list-style: none;
  width: 100%;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .career-types li p {
  text-align: center;
  padding: 0px 10px;
  color: white;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .second-div {
  margin-top: 18px;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .second-div .location {
  text-align: center;
  padding-bottom: 20px;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .right-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .right-div .date {
  font-weight: 500;
}
.cmp-career-listing .main-wrapper .career-list .career-item .career-head .right-div svg {
  width: 27px;
  height: 27px;
  object-fit: contain;
  transition: 0.7s;
  margin-top: 6px;
  margin-left: 20px;
}
.cmp-career-listing .main-wrapper .career-list .career-item .image-container {
  opacity: 0;
  max-height: 0;
  transition: 0.7s;
  overflow: hidden;
}
.cmp-career-listing .main-wrapper .career-list .career-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-career-listing .main-wrapper .career-list .career-item .btn-wrapper-cr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  opacity: 0;
  max-height: 0;
  transition: 0.7s;
  overflow: hidden;
}
.cmp-career-listing .main-wrapper .career-list .career-item .btn-wrapper-cr .btn-item-cr a {
  display: flex;
  flex-direction: row;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-line: underline;
}
.cmp-career-listing .main-wrapper .career-list .career-item .btn-wrapper-cr .btn-item-cr a .link {
  background: #b81e2d;
  box-shadow: 0px 4px 20px 0px rgba(184, 30, 45, 0.75);
  color: white;
  font-family: "Montserrat", sans-serif;
  padding: 16px 46px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .cmp-career-listing .main-wrapper {
    margin-bottom: 7.2916666667vw;
    padding: 0 12.6041666667vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item {
    margin-bottom: 0;
    border-bottom: 0.0520833333vw solid #9ea6b4;
    padding: 2.0833333333vw 3.125vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item.clicked {
    border-bottom: 0.2083333333vw solid #b81e2d;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item.clicked .career-head .right-div {
    margin-bottom: 0;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item.clicked .image-container {
    max-height: 62.03125vw;
    padding: 4.1666666667vw 4.1666666667vw 0 4.1666666667vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item.clicked .btn-wrapper-cr {
    max-height: 4.6875vw;
    margin: 3.125vw 0 0;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div {
    flex-direction: row;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .title {
    padding-bottom: 0.5208333333vw;
    text-align: left;
    margin-right: 0.5208333333vw;
    font-size: 1.875vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .career-types {
    padding-bottom: 0;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .first-div .career-types li p {
    padding: 0.2604166667vw 1.0416666667vw;
    line-height: 0.6770833333vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .left-div .second-div .location {
    text-align: left;
    padding-bottom: 0;
    font-size: 0.9375vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .right-div {
    margin-bottom: 0px;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .right-div .date {
    margin-right: 0.5208333333vw;
    font-size: 1.0416666667vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .career-head .right-div svg {
    width: 1.40625vw;
    height: 1.1979166667vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .image-container img {
    height: 57.8645833333vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .btn-wrapper-cr .btn-item-cr a {
    text-underline-offset: 0.2604166667vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .btn-wrapper-cr .btn-item-cr a .link {
    margin-right: 0.5208333333vw;
    letter-spacing: 0.075vw;
  }
  .cmp-career-listing .main-wrapper .career-list .career-item .btn-wrapper-cr .btn-item-cr a svg {
    width: 1.40625vw;
    height: 1.40625vw;
  }
}

.career-form-section {
  margin-bottom: 60px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container .wpcf7-form-control-wrap input {
  border: none;
  padding: 0;
  background: transparent;
  margin-top: 12px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container .plus-icon {
  margin-right: 20px;
  color: #b81e2d;
  background-color: #e5dede;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container .file-label {
  font-weight: 500;
  margin-right: 25px;
  cursor: pointer;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width .field .wpcf7-form-control-wrap input {
  color: #171b1c;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .half-width .field .wpcf7-form-control-wrap input {
  color: #171b1c;
}
.career-form-section .form-section-wrapper .form-with-image .submit-btn {
  margin-top: 48px;
}
.career-form-section .wpcf7-not-valid-tip {
  width: max-content;
}
@media only screen and (min-width: 1200px) {
  .career-form-section {
    margin-bottom: 8.3333333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row {
    margin-bottom: 0;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach {
    flex-direction: row;
    margin-top: 0.2604166667vw;
    align-items: center;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach label {
    font-size: 0.9375vw;
    white-space: nowrap;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container {
    display: flex;
    margin-left: 1.4583333333vw;
    margin-top: 0;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container .file-label {
    white-space: nowrap;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width.file-upload-row .c-field.attach .file-upload-container .plus-icon {
    margin-right: 1.0416666667vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .full-width label {
    font-size: 0.9375vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .wpcf7 .wpcf7-form .half-width label {
    font-size: 0.9375vw;
  }
}

.career-form-section .form-section-wrapper .form-with-image .f-image img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career-form-section .form-section-wrapper .form-with-image .f-image img {
    padding: 0 20%;
  }
}
.career-form-section .form-section-wrapper .form-with-image .form-title {
  font-weight: 500;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .career-form-section .form-section-wrapper .form-with-image .form-title {
    padding: 0 5%;
  }
}
.career-form-section .form-section-wrapper .form-with-image .form-title span {
  font-weight: 700;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form-titles {
  display: flex;
  font-size: 34px;
  justify-content: center;
  margin-bottom: 30px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form-titles .c-form-title-one {
  margin-right: 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form {
  padding: 0 25px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field label {
  margin-bottom: 10px;
  color: #171b1c;
  font-weight: 500;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input,
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  padding: 0 10px;
  line-height: 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input::placeholder,
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea::placeholder {
  color: #c6c6c6;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea {
  padding: 15px 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down {
  display: flex;
  flex-direction: column;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  height: 46px;
  color: #c6c6c6;
  padding: 0 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width {
  display: flex;
  flex-direction: column;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field label {
  margin-bottom: 10px;
  color: #171b1c;
  font-weight: 500;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field:last-child {
  margin-right: 0;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  padding: 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down label {
  font-size: 15px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
  font-size: 15px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down select {
  font-size: 15px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field label {
  margin-bottom: 10px;
  color: #171b1c;
  font-weight: 500;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field:last-child {
  margin-right: 0;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.25);
  padding: 10px;
}
.career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .submit-btn .wpcf7-submit {
  background: #b81e2d;
  box-shadow: 0px 4px 20px 0px rgba(184, 30, 45, 0.75);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  padding: 15px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .career-form-section {
    margin-top: 7.2916666667vw;
  }
  .career-form-section .form-section-wrapper {
    padding: 0 13.5416666667vw;
  }
  .career-form-section .form-section-wrapper .form-with-image {
    display: flex;
    justify-content: center;
  }
  .career-form-section .form-section-wrapper .form-with-image .f-image {
    width: 50%;
  }
  .career-form-section .form-section-wrapper .form-with-image .f-image img {
    width: 686px;
    height: 736px;
    object-fit: cover;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title {
    width: 50%;
    margin-top: 0;
    padding: 0.5208333333vw 0 0 5.7291666667vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form-titles {
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
    justify-content: flex-start;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form {
    padding: 0;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field label {
    margin-bottom: 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap input,
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea {
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    padding: 0 0.5208333333vw;
    line-height: 0.4166666667vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field .wpcf7-form-control-wrap textarea {
    padding: 1.0416666667vw 0.5208333333vw 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    height: 2.3958333333vw;
    padding: 0 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field {
    margin-bottom: 1.0416666667vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field label {
    margin-bottom: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field:last-child {
    margin-right: 0;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field .wpcf7-form-control-wrap input {
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    padding: 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down label {
    font-size: 15px;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 0.78125vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.full-width .field.drop-down select {
    font-size: 0.8333333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width {
    display: flex;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field {
    margin-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
    width: calc(50% - 5px);
    margin-right: 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field label {
    margin-bottom: 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field:last-child {
    margin-right: 0;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .form-item.half-width .field .wpcf7-form-control-wrap input {
    width: 100%;
    border: 0.0520833333vw solid rgba(28, 28, 28, 0.25);
    padding: 0.5208333333vw;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .submit-btn {
    text-align: end;
    margin-top: 55px;
  }
  .career-form-section .form-section-wrapper .form-with-image .form-title .c-form .wpcf7 .wpcf7-form .submit-btn .wpcf7-submit {
    box-shadow: 0px 0.2083333333vw 1.0416666667vw 0px rgba(184, 30, 45, 0.75);
    font-size: 0.7291666667vw;
    padding: 0.8854166667vw 1.5104166667vw;
    letter-spacing: 0.1041666667vw;
    height: 100%;
    font-family: "Montserrat", sans-serif;
  }
}

.gallery-image-section {
  margin-top: 40px;
}
.gallery-image-section .gallery-image-wrapper {
  padding: 0 20px;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery {
  margin-bottom: 50px;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(60, 41, 26, 0) 49.06%, #000 103.94%), linear-gradient(180deg, rgba(10, 10, 12, 0) 90.12%, #0a0a0c 110.63%);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image:hover .view-hover {
  display: block;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image:hover::before {
  background: linear-gradient(270deg, rgba(17, 31, 51, 0.45), rgba(17, 31, 51, 0.36)), linear-gradient(180deg, rgba(17, 31, 51, 0), #111f33), rgba(23, 27, 28, 0.2);
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image .view-hover {
  position: absolute;
  z-index: 4;
  display: none;
  width: 110px;
  height: 110px;
  text-transform: uppercase;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image .view-hover .view-hover-txt {
  color: white;
  text-align: center;
  margin-top: 15px;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image .view-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 26px;
  padding: 0 40px;
}
@media only screen and (min-width: 678px) {
  .gallery-image-section .gallery-image-wrapper .gallery-img {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery:last-child, .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-image-section .gallery-image-wrapper .gallery-img {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-image-section .gallery-image-wrapper {
    padding: 0 12.5vw;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery-title {
    text-align: center;
    font-size: 1.25vw;
    margin-bottom: 1.3541666667vw;
    padding: 0 4.1666666667vw;
    margin-top: 2.0833333333vw;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery {
    width: calc((100% - 40px) / 3);
    margin-right: 1.0416666667vw;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery:last-child, .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery:nth-child(2n) {
    margin-right: 1.0416666667vw;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-image-section .gallery-image-wrapper .gallery-img .image-gallery .featured-image img {
    width: 24.21875vw;
    height: 26.4583333333vw;
  }
}

.gallery-video-section {
  margin-top: 40px;
}
.gallery-video-section .gallery-video-wrapper {
  padding: 0 20px;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery {
  margin-bottom: 50px;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.9s all;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(60, 41, 26, 0) 49.06%, #000 103.94%), linear-gradient(180deg, rgba(10, 10, 12, 0) 90.12%, #0a0a0c 110.63%);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: 0.9s all;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video .view-hover {
  position: absolute;
  z-index: 4;
  display: none;
  text-transform: uppercase;
  align-items: center;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video .view-hover img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 20px;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video .view-hover .view-hover-txt {
  color: white;
  text-align: center;
  margin-top: 15px;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video:hover {
  transition: 0.9s all;
  display: flex;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video:hover .view-hover {
  display: flex;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video:hover::before {
  background: linear-gradient(270deg, rgba(17, 31, 51, 0.45), rgba(17, 31, 51, 0.36)), linear-gradient(180deg, rgba(17, 31, 51, 0), #111f33), rgba(23, 27, 28, 0.2);
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 26px;
  padding: 0 40px;
}
@media only screen and (min-width: 678px) {
  .gallery-video-section .gallery-video-wrapper .gallery-vid {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery:last-child, .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-video-section .gallery-video-wrapper {
    padding: 0 12.5vw;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery {
    width: calc((100% - 2.0833333333vw) / 3);
    margin-right: 1.0416666667vw;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery:last-child, .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery:nth-child(2n) {
    margin-right: 1.0416666667vw;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery .featured-video img {
    width: 100%;
    height: 19.0104166667vw;
  }
  .gallery-video-section .gallery-video-wrapper .gallery-vid .video-gallery-title {
    text-align: center;
    font-size: 1.25vw;
    margin-bottom: 1.3541666667vw;
    padding: 0 4.1666666667vw;
    margin-top: 2.0833333333vw;
  }
}

.blog-article-section .blog-article-wrapper {
  padding: 0 20px;
  margin-bottom: 80px;
}
.blog-article-section .blog-article-wrapper .blog-article-dec {
  text-align: justify;
  font-size: 16px;
  color: #171b1c;
  margin-bottom: 40px;
}
.blog-article-section .blog-article-wrapper .blog-article-filter {
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.blog-article-section .blog-article-wrapper .blog-article-filter label {
  font-size: 18px;
}
.blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter .ba-f-item {
  border: none;
  background: transparent;
  min-width: 155px;
}
.blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter-category {
  margin-bottom: 10px;
}
.blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter-category .ba-f-item {
  border: none;
  background: transparent;
  font-size: 18px;
  min-width: 160px;
}
.blog-article-section .blog-article-wrapper .blog-articles {
  display: flex;
  flex-direction: column;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item {
  margin-bottom: 20px;
  box-shadow: none;
  background: #ffffff;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover {
  box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
  transition: all 0.5s;
  background-color: #111f33;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore {
  transition: all 0.5s;
  background-color: #111f33;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .csr-location {
  color: rgba(255, 255, 255, 0.6);
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .ba-category .category-tag {
  border: 1px solid #ffffff;
  color: white;
  transition: all 0.5s;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .ba-links .ba-blog-link {
  color: #ffffff;
  transition: all 0.5s;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .ba-links .ba-blog-link::after {
  color: #ffffff;
  transition: all 0.5s;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .ba-links .ba-campus-link {
  transition: all 0.5s;
  color: #ffffff;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .ba-explore,
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:hover .ba-title-explore .ba-title {
  color: #ffffff;
  transition: all 0.5s;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img {
  position: relative;
  overflow: hidden;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img img {
  width: 100%;
  height: 100%;
  height: 335px;
  object-fit: cover;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  padding: 10px;
  right: 0;
  font-family: "Montserrat", sans-serif;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .date.d {
  color: white;
  font-size: 50px;
  margin-right: 10px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .news-month-year {
  display: flex;
  margin-top: 12px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .news-month-year .date.m {
  color: white;
  margin-right: 8px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .news-month-year .date.y {
  color: white;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 45.7%, #000000 100%);
  z-index: 1;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore {
  background: white;
  padding: 25px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-category .category-tag {
  border: 1px solid #171b1c;
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 15px;
  margin-right: 0.8333333333vw;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .csr-location {
  color: rgba(23, 27, 28, 0.6);
  margin-bottom: 5px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links {
  margin-bottom: 10px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links .ba-blog-link {
  color: #b81e2d;
  font-size: 14px;
  text-decoration: underline !important;
  position: relative;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links .ba-blog-link::after {
  content: "•";
  color: #b81e2d;
  font-size: 23px;
  margin-left: 18px;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  bottom: -5px;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links .ba-campus-link {
  color: #b81e2d;
  font-size: 14px;
  text-decoration: underline !important;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-title {
  line-height: 1;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-explore {
  color: #171b1c;
  text-decoration: underline !important;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .blog-article-section .blog-article-wrapper .blog-article-filter {
    flex-direction: row;
  }
  .blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter-category {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .blog-article-section .blog-article-wrapper .blog-articles {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
    margin-bottom: 40px;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-article-section .blog-article-wrapper {
    margin-bottom: 8.3333333333vw;
    padding: 0 12.5vw;
  }
  .blog-article-section .blog-article-wrapper .blog-article-dec {
    font-size: 0.8333333333vw;
    text-align: center;
    line-height: 2;
    margin-bottom: 4.1666666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-article-filter {
    flex-direction: row;
    margin-top: -0.5208333333vw;
    margin-bottom: 3.125vw;
  }
  .blog-article-section .blog-article-wrapper .blog-article-filter label {
    font-size: 0.9375vw;
  }
  .blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter .ba-f-item {
    border: none;
    background: transparent;
    font-size: 0.9375vw;
    min-width: auto;
  }
  .blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter-category {
    margin-right: 2.0833333333vw;
    margin-bottom: 0;
  }
  .blog-article-section .blog-article-wrapper .blog-article-filter .ba-filter-category .ba-f-item {
    min-width: auto;
    font-size: 0.9375vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item {
    width: calc((100% - 2.6041666667vw) / 3);
    margin-right: 1.3020833333vw;
    margin-bottom: 2.0833333333vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:nth-child(2n) {
    margin-right: 1.3020833333vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item:nth-child(3n) {
    margin-right: 0;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img img {
    height: 24.1666666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date {
    padding: 0.5208333333vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .date.d {
    font-size: 5.2083333333vw;
    margin-right: 0.5208333333vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .news-month-year {
    margin-top: 1.5625vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .news-month-year .date.m {
    margin-right: 0.4166666667vw;
    font-size: 1.0416666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-blog .ba-blog-img .ba-date .news-month-year .date.y {
    font-size: 1.0416666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore {
    padding: 2.0833333333vw;
    padding-bottom: 1.875vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-category {
    margin-bottom: 1.3020833333vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-category .category-tag {
    border: 0.0520833333vw solid #171b1c;
    padding: 0.1041666667vw 0.8333333333vw;
    font-size: 0.7291666667vw;
    font-family: "Montserrat", sans-serif;
    margin-right: 0.3645833333vw;
    margin-bottom: 0.4166666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .csr-location {
    margin-bottom: 1.0416666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links {
    margin-bottom: 1.3020833333vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links .ba-blog-link {
    font-size: 0.7291666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links .ba-blog-link::after {
    content: "•";
    font-size: 1.1979166667vw;
    margin-left: 0.9375vw;
    margin-right: 0.7291666667vw;
    bottom: -0.2604166667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-links .ba-campus-link {
    font-size: 0.7291666667vw;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-title {
    height: 5.2083333333vw;
    font-size: 1.25vw;
    margin-bottom: 0;
  }
  .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .ba-explore {
    font-size: 0.8333333333vw;
  }
}

.blog-article-filter select {
  color: #000000;
}

.single-blog-article-section {
  margin-bottom: 100px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date {
  display: flex;
  align-items: center;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .csr-location {
  display: flex;
  margin-right: 10px;
  font-size: 13px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link {
  display: flex;
  align-items: center;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-blog-link {
  color: #171b1c;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-blog-link::after {
  content: "•";
  color: #171b1c;
  font-size: 23px;
  margin-left: 7px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  bottom: 0;
  top: 0;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-campus-link {
  color: #171b1c;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-campus-link::after {
  content: "|";
  color: #171b1c;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  bottom: 0px;
  top: 0;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date {
  display: flex;
  font-size: 13px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-txt {
  margin-right: 7px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-date {
  display: flex;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-date .date.m {
  margin-left: 3px;
  margin-right: 3px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .s-s-links {
  padding-right: 18px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share .s-m-logos {
  padding-right: 8px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share svg {
  width: 18px;
  height: 18px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share .ba-share-img {
  margin-right: 10px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-image {
  position: relative;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 45.7%, #000000 100%);
  z-index: 1;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-image {
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-description {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-description p strong {
  font-weight: 700;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-description ul {
  border-radius: 0px 0px 50px 0px;
  background: #e5dede;
  padding: 25px 15px !important;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-description ul li {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: justify;
  list-style: none;
  position: relative;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-description ul li:last-child {
  margin-bottom: 0;
}
.single-blog-article-section .single-blog-article-wrapper .blog-main-description ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #111f33;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  margin-right: 15px;
}
.single-blog-article-section .single-blog-article-wrapper .s-new-img-slider {
  margin: 40px 0;
}
.single-blog-article-section .single-blog-article-wrapper .s-new-img-slider .news-img-items .slick-next,
.single-blog-article-section .single-blog-article-wrapper .s-new-img-slider .news-img-items .slick-prev {
  display: none !important;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 65%, #000000 100%);
  z-index: 1;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17, 31, 51, 0) 65%, #000000 100%);
  z-index: 1;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video img {
  width: 100%;
  height: 100%;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details {
  position: absolute;
  z-index: 11;
  width: 100%;
  padding: 30px;
  bottom: 0;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt img {
  width: 60px;
  height: 60px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt .view-hover-txt {
  color: #fff;
  margin-left: 10px;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-line {
  height: 1px;
  opacity: 0.2;
  background: #fff;
  width: 100%;
  margin-top: 72px;
  display: none;
}
.single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-title-time {
  color: white;
  text-align: start;
  display: none;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items {
  text-align: center;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-blog-title {
  line-height: 0.5;
  font-size: 30px;
  margin-bottom: 10px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-blog-title span {
  font-weight: 700;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-blog-sub-title {
  font-size: 20px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-blog-sub-title {
  margin-bottom: 25px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .slick-next,
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .slick-prev {
  display: none !important;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover {
  box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
  transition: all 0.5s;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore {
  transition: all 0.5s;
  background-color: #111f33;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-category {
  border: 1px solid #ffffff;
  color: white;
  transition: all 0.5s;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-links .ba-blog-link {
  color: #ffffff;
  transition: all 0.5s;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-links .ba-blog-link::after {
  color: #ffffff;
  transition: all 0.5s;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-links .ba-campus-link {
  transition: all 0.5s;
  color: #ffffff;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-explore,
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-title {
  color: #ffffff;
  transition: all 0.5s;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img {
  position: relative;
  overflow: hidden;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  padding: 10px;
  right: 0;
  font-family: "Montserrat", sans-serif;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .date.d {
  color: white;
  font-size: 50px;
  margin-right: 10px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year {
  display: flex;
  margin-top: 12px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.m {
  color: white;
  margin-right: 8px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.y {
  color: white;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 45.7%, #000000 100%);
  z-index: 1;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore {
  background: white;
  padding: 25px;
  text-align: left;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-category {
  border: 1px solid #171b1c;
  display: inline-block;
  padding: 1px 4px;
  margin-bottom: 15px;
  color: #171b1c;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links {
  margin-bottom: 10px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link {
  color: #b81e2d;
  font-size: 14px;
  text-decoration: underline !important;
  position: relative;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link::after {
  content: "•";
  color: #b81e2d;
  font-size: 23px;
  margin-left: 18px;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  bottom: 0;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-campus-link {
  color: #b81e2d;
  font-size: 14px;
  text-decoration: underline !important;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-title {
  line-height: 1;
  margin-bottom: 25px;
  color: #171b1c;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-explore {
  color: #171b1c;
  text-decoration: underline !important;
  font-size: 16px;
  text-transform: uppercase;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button {
  display: flex !important;
  justify-content: center;
  margin: 20px 0;
  left: 0;
  right: 0;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .nav-btn {
  border: none;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .nav-btn img {
  width: 30px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news {
  margin: 0 20px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .active-num {
  font-size: 30px;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news span {
  font-size: 33px;
  font-weight: 500;
}
.single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .s-2 {
  font-size: 15px;
}
.single-blog-article-section.department {
  margin-bottom: 100px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .single-blog-article-section {
    margin-bottom: 100px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-image {
    margin: 0 40px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 40px;
    margin-left: 40px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description {
    margin-top: 40px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description p {
    padding: 0 40px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description ul {
    padding: 35px 40px !important;
  }
  .single-blog-article-section .single-blog-article-wrapper .s-new-img-slider {
    padding: 0 30px;
  }
  .single-blog-article-section .single-blog-article-wrapper .s-new-img-slider .news-img-items .slick-list .slick-track .news-slider-img {
    margin: 0 10px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video {
    margin: 0 40px 40px 40px;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details {
    bottom: 0;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-line {
    margin-top: 72px;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-b-slider {
    padding: 0 30px;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-b-slider .multiple-items .ba-blog {
    margin-right: 10px;
    margin-left: 10px;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-b-slider .multiple-items .ba-blog:last-child {
    margin-right: 0;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-b-slider .multiple-items .ba-blog .ba-blog-img img {
    height: 24.1145833333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .single-blog-article-section {
    margin-bottom: 7.8125vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.78125vw;
    margin-right: 0;
    margin-left: 0;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-blog-link {
    font-size: 0.8333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-blog-link::after {
    font-size: 1.1979166667vw;
    margin-left: 0.9375vw;
    margin-right: 0.7291666667vw;
    bottom: -0.2604166667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-campus-link {
    font-size: 0.8333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-campus-link::after {
    font-size: 0.78125vw;
    margin-left: 0.9375vw;
    margin-right: 0.7291666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date {
    font-size: 0.8333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-txt {
    margin-right: 0.3645833333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-date .date.m {
    margin-left: 0.15625vw;
    margin-right: 0.15625vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share {
    margin-top: 0.5208333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share .ba-share-img {
    margin-right: 0.5208333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description {
    margin-top: 4.1666666667vw;
    margin-bottom: 4.6875vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description p {
    padding: 0 5.9895833333vw;
    line-height: 1.5625vw;
    font-size: 0.8333333333vw;
    margin-bottom: 20px !important;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description p strong {
    font-size: 1.1458333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description ul {
    padding: 3.125vw 4.1666666667vw !important;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description ul li {
    margin-bottom: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-description ul li strong {
    font-size: 0.9375vw;
    font-weight: 700;
  }
  .single-blog-article-section .single-blog-article-wrapper .s-new-img-slider {
    padding: 0 5.46875vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .s-new-img-slider .news-img-items .slick-list .slick-track .news-slider-img {
    margin: 0 0.5208333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-main-image {
    margin: 1.5625vw 0 1.0416666667vw 0;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video {
    margin: 0 10.7291666667vw 8.3333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details {
    padding: 3.6458333333vw;
    bottom: -1.5625vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt {
    margin-bottom: 3.6458333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt img {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-txt .view-hover-txt {
    margin-left: 0.5208333333vw;
    letter-spacing: 0.1666666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-line {
    height: 0.0520833333vw;
    margin-top: 0.625vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-title-time {
    margin-top: 2.0833333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-title-time .video-title {
    font-size: 1.0416666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-title-time .video-time {
    font-size: 0.8333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-blog-title {
    font-size: 3.125vw;
    margin-bottom: 2.34375vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-blog-sub-title {
    font-size: 1.5625vw;
    margin-bottom: 4.2708333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog {
    margin-right: 1.0416666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:last-child {
    margin-right: 0;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date {
    padding: 0.5208333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .date.d {
    font-size: 5.2083333333vw;
    margin-right: 0.5208333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year {
    margin-top: 1.5625vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.m {
    margin-right: 0.4166666667vw;
    font-size: 1.0416666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.y {
    font-size: 1.0416666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore {
    padding: 2.0833333333vw;
    padding-bottom: 1.875vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-category {
    border: 0.0520833333vw solid #171b1c;
    padding: 0.0520833333vw 0.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links {
    margin-bottom: 1.3020833333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link {
    font-size: 0.7291666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link::after {
    content: "•";
    font-size: 1.1979166667vw;
    margin-left: 0.9375vw;
    margin-right: 0.7291666667vw;
    bottom: -0.2604166667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-campus-link {
    font-size: 0.7291666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-title {
    margin-bottom: 3.125vw;
    font-size: 1.25vw;
    height: 2.6041666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-explore {
    font-size: 0.8333333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button {
    margin: 3.125vw 0;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .nav-btn img {
    width: 2.0833333333vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news {
    margin: 0 1.0416666667vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .active-num {
    font-size: 1.875vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news span {
    font-size: 1.875vw;
  }
  .single-blog-article-section .single-blog-article-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .s-2 {
    font-size: 0.9375vw;
  }
  .single-blog-article-section.department {
    margin-bottom: 10.4166666667vw;
  }
  .single-blog-article-section.department .custom-slider-button {
    margin: 0 !important;
    text-align: center;
    position: relative;
  }
}

.journey-of-campus-section {
  margin-bottom: 60px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap {
  position: relative;
  flex-direction: column;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content {
  text-align: center;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--heading {
  text-align: center;
  padding-bottom: 20px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--subtitle {
  padding-bottom: 20px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .content-decription {
  padding-bottom: 25px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section {
  display: flex;
  margin-bottom: 42px;
  flex-direction: column;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item {
  padding-bottom: 24px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item:last-child {
  padding-bottom: 0;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item .number-item {
  text-align: left;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item .number-item .--heading {
  font-weight: 700;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item .number-wording {
  max-width: 70%;
  text-align: left;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap {
  justify-content: center;
  position: relative;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap::before {
  position: absolute;
  content: "";
  top: 30px;
  bottom: 0px;
  border-radius: 0px 0px 0px 50px;
  background: #e5dede;
  height: 210px;
  z-index: -1;
  width: 80%;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .image-one {
  height: 276px;
  margin-right: 3px;
  width: 50%;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .image-one img.img-one {
  height: 276px;
  object-fit: cover;
  object-position: center;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .img-two-three {
  justify-content: space-between;
  width: 50%;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .img-two-three .image-two {
  height: 136px;
  margin-bottom: 3px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .img-two-three .image-two img.img-two {
  height: 136px;
  object-fit: cover;
  object-position: center;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .img-two-three .image-three {
  height: 136px;
}
.journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap .img-two-three .image-three img.img-three {
  height: 136px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 768px) {
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content {
    margin-bottom: 60px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--heading {
    padding-bottom: 30px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 25px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .content-decription {
    padding-bottom: 40px;
    width: 95%;
    margin: auto;
    text-align: justify;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section {
    flex-direction: row;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item {
    border-right: 1px dashed #171B1C;
    padding-left: 50px;
    width: 50%;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item:last-child {
    border: none;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .count-section .count-item:first-child {
    padding-left: 0;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex::before {
    height: 265px;
    width: 60%;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .image-one {
    height: 330px;
    width: 30%;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .image-one img.img-one {
    height: 330px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex {
    width: 30%;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-two {
    height: 165px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-two img.img-two {
    height: 165px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-three {
    height: 165px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-three img.img-three {
    height: 165px;
  }
  .journey-of-campus-section .main-wrapper .count-section {
    justify-content: center;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--heading {
    padding-bottom: 40px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 35px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .content-decription {
    padding-bottom: 50px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex::before {
    width: 55%;
    height: 310px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .image-one {
    height: 370px;
    margin-right: 7px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .image-one img.img-one {
    height: 370px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-two {
    height: 185px;
    margin-bottom: 7px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-two img.img-two {
    height: 185px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-three {
    height: 185px;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-three img.img-three {
    height: 185px;
  }
}
@media only screen and (min-width: 1200px) {
  .journey-of-campus-section {
    margin-bottom: 9.8958333333vw;
  }
  .journey-of-campus-section .main-wrapper {
    padding: 0vw;
    padding: 0vw 5.2083333333vw 0vw 8.3333333333vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap {
    position: relative;
    flex-direction: row;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content {
    align-items: flex-start;
    justify-content: center;
    width: 42.7083333333vw;
    padding-right: 9.375vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--heading {
    text-align: start;
    padding-bottom: 1.5625vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
    text-align: left;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .title-sub-headings-content .content-decription {
    max-width: 31.3541666667vw;
    margin: 0vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex {
    width: 43.75vw;
    position: relative;
    align-items: flex-start;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex::before {
    position: absolute;
    content: "";
    top: 4.1666666667vw;
    bottom: 0;
    border-radius: 0vw 0vw 0vw 2.6041666667vw;
    background: #e5dede;
    width: 54.1666666667vw;
    height: 28.6458333333vw;
    z-index: -1;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .image-one {
    width: 25.3125vw;
    height: 36.9791666667vw;
    margin-right: 0.5208333333vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .image-one img.img-one {
    height: 36.9791666667vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-two {
    width: 17.9166666667vw;
    height: 18.2291666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-two img.img-two {
    height: 18.2291666667vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-three {
    width: 17.9166666667vw;
    height: 18.2291666667vw;
  }
  .journey-of-campus-section .main-wrapper .title-and-images-wrap .images-wrap.d-flex .img-two-three.d-flex .image-three img.img-three {
    height: 18.2291666667vw;
  }
}
.values-of-scot-campus-section .main-wrapper {
  position: relative;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap {
  flex-direction: column-reverse;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-image {
  height: 390px;
  position: relative;
  margin-top: 40px;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-image::before {
  position: absolute;
  content: "";
  bottom: 10px;
  top: auto;
  right: 0;
  left: auto;
  border-radius: 0px 50px 0px 0px;
  background: #e5dede;
  width: 50%;
  height: 400px;
  z-index: -1;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-image img.value-img {
  height: 390px;
  object-fit: contain;
  object-position: center;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .--heading {
  padding-bottom: 35px;
  text-align: center;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item {
  width: 93%;
  margin-left: auto;
  margin-bottom: 25px;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item .value-title {
  text-align: start;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  padding-bottom: 10px;
}
.values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item .value-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #111f33;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  margin-left: -18px;
  margin-top: 3px;
}
@media only screen and (min-width: 1200px) {
  .values-of-scot-campus-section .main-wrapper {
    padding-left: 9.1145833333vw;
    padding-right: 9.1145833333vw;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap {
    flex-direction: row;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-image {
    margin-top: 0vw;
    width: 43.0208333333vw;
    height: 54.0625vw;
    margin-right: 1.7708333333vw;
    position: relative;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-image::before {
    position: absolute;
    content: "";
    top: -1.8229166667vw;
    bottom: auto;
    right: 2.2395833333vw;
    left: auto;
    border-radius: 0vw 2.6041666667vw 0vw 0vw;
    background: #e5dede;
    width: 25vw;
    height: 52.0833333333vw;
    z-index: -1;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-image img.w-100.value-img {
    height: 52.0833333333vw;
    object-fit: contain;
    object-position: center;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap {
    width: 36.9791666667vw;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .--heading {
    text-align: start;
    padding-bottom: 3.3854166667vw;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item {
    max-width: 36.9791666667vw;
    margin-left: 1.3020833333vw;
    margin-bottom: 2.4479166667vw;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item .value-title {
    font-size: 1.25vw;
    font-style: normal;
    line-height: 1.25vw;
    padding-bottom: 0.9895833333vw;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item .value-title::before {
    position: absolute;
    content: "";
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    border-radius: 0.1041666667vw;
    background: #111f33;
    box-shadow: 0.5208333333vw 1.0416666667vw 1.5625vw 0vw rgba(17, 31, 51, 0.3);
    margin-left: -1.3020833333vw;
    margin-top: 0.3645833333vw;
  }
  .values-of-scot-campus-section .main-wrapper .values-img-and-values-wrap .values-title-and-list-wrap .values-list .values-list-wrap .value-item .value-content {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
    width: 36.9791666667vw;
    margin-left: -1.3020833333vw;
  }
}
.vision-mission-section {
  margin-top: -11px;
}
.vision-mission-section .main-wrapper {
  padding-bottom: 60px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item {
  min-height: 300px;
  justify-content: center;
  align-items: flex-start;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child {
  background: rgba(201, 156, 108, 0.75);
  padding: 35px;
  margin-bottom: 10px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title {
  color: #171B1C;
  padding-bottom: 30px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title .icon-img-wrap {
  border-radius: 6px;
  background: #fff;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  padding: 7px;
  margin-right: 15px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title .icon-img-wrap img.icon-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title .vision-mission-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #171B1C;
  line-height: 52.8px;
  letter-spacing: normal;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-content {
  color: #171B1C;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-content .vision-mission-description {
  text-align: justify;
  width: 100%;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child {
  background: rgba(33, 67, 87, 0.75);
  padding: 35px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title {
  color: #ffffff;
  padding-bottom: 30px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title .icon-img-wrap {
  border-radius: 6px;
  background: #fff;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  padding: 7px;
  margin-right: 15px;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title .icon-img-wrap img.icon-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title .vision-mission-title {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 52.8px;
  letter-spacing: normal;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-content {
  color: #ffffff;
}
.vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-content .vision-mission-description {
  text-align: justify;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .vision-mission-section .main-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .vision-mission-section .main-wrapper .vision-mission-full-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item {
    width: 49.5%;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child {
    margin-bottom: 0px;
    min-height: 315px;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child {
    min-height: 315px;
  }
}
@media only screen and (min-width: 1200px) {
  .vision-mission-section {
    margin-top: -3.8020833333vw;
  }
  .vision-mission-section .main-wrapper {
    padding-bottom: 7.8125vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item {
    justify-content: flex-start;
    width: 40.625vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child {
    padding: 4.1666666667vw;
    min-height: 23.4895833333vw;
    margin-right: 0.5208333333vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title {
    padding-bottom: 3.0208333333vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title .icon-img-wrap {
    padding: 0.78125vw;
    margin-right: 1.5625vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title .icon-img-wrap img.icon-img {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-icon-title .vision-mission-title {
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.125vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:first-child .vision-mission-content .vision-mission-description {
    text-align: justify;
    font-size: 0.9375vw;
    font-style: normal;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    max-width: 32.2916666667vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child {
    padding: 4.1666666667vw;
    min-height: 23.4895833333vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title {
    padding-bottom: 3.0208333333vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title .icon-img-wrap {
    padding: 0.78125vw;
    margin-right: 1.5625vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title .icon-img-wrap img.icon-img {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-icon-title .vision-mission-title {
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.125vw;
  }
  .vision-mission-section .main-wrapper .vision-mission-full-wrap .vision-mission-item:last-child .vision-mission-content .vision-mission-description {
    text-align: justify;
    font-size: 0.9375vw;
    font-style: normal;
    line-height: 1.5625vw;
    letter-spacing: -0.01875vw;
    max-width: 32.2916666667vw;
  }
}
.key-milestone-section .main-wrapper {
  padding-bottom: 60px;
}
.key-milestone-section .main-wrapper .key-section-title.text-center .--heading.--common-heading {
  padding-bottom: 25px;
}
.key-milestone-section .main-wrapper .key-section-title.text-center .--subtitle {
  padding-bottom: 30px;
}
.key-milestone-section .main-wrapper .custom-slider-button {
  margin-bottom: 20px;
}
.key-milestone-section .main-wrapper .custom-slider-button svg.slick-arrow-next {
  width: 30px;
  height: 30px;
}
.key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging {
  margin-left: 10px;
  margin-right: 10px;
}
.key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li {
  display: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active span.active-num {
  color: #171b1c;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active span:nth-child(2) {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active span:last-child {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.key-milestone-section .main-wrapper .custom-slider-button svg.slick-arrow-prev {
  width: 30px;
  height: 30px;
}
.key-milestone-section .main-wrapper .milestone-slider .milestone-slide .milestone-year {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -3px;
}
.key-milestone-section .main-wrapper .milestone-slider .milestone-slide .milestone-content .milestone-image {
  height: 253px;
  margin-bottom: 20px;
}
.key-milestone-section .main-wrapper .milestone-slider .milestone-slide .milestone-content .milestone-image img {
  width: 325px;
  height: 253px;
  object-fit: cover;
  object-position: center;
}
.key-milestone-section .main-wrapper .milestone-slider .milestone-slide .milestone-content .milestone-text .milestone-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  padding-bottom: 15px;
}
.key-milestone-section .main-wrapper .milestone-slider .milestone-slide .milestone-content .milestone-text .milestone-desc {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .key-milestone-section .main-wrapper {
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 8.3333333333vw;
    position: relative;
  }
  .key-milestone-section .main-wrapper .key-section-title.text-center {
    position: relative;
    padding-bottom: 4.1666666667vw;
  }
  .key-milestone-section .main-wrapper .key-section-title.text-center .--heading {
    padding-bottom: 1.8229166667vw;
  }
  .key-milestone-section .main-wrapper .custom-slider-button {
    margin-top: 0vw;
    position: absolute;
    right: 8.3333333333vw;
    left: auto;
    top: 3.8541666667vw;
    bottom: auto;
  }
  .key-milestone-section .main-wrapper .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .key-milestone-section .main-wrapper .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .key-milestone-section .main-wrapper .custom-slider-button .slider-count .custom_paging_milestone-items.custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .key-milestone-section .main-wrapper .custom-slider-button svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider {
    position: relative;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track {
    padding-bottom: 0.5208333333vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide {
    position: relative;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0.0520833333vw;
    height: 18.2291666667vw;
    background: #bcbcbc;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0.0520833333vw;
    height: 18.2291666667vw;
    background: #bcbcbc;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0vw 3.6458333333vw;
    position: relative;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.0520833333vw;
    background: #bcbcbc;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-line-icons {
    position: absolute;
    bottom: -0.5208333333vw;
    left: -5.2083333333vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-line-icons img {
    width: 3.125vw;
    height: 3.125vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-image {
    height: 18.2291666667vw;
    width: 23.4375vw;
    order: 1;
    margin-bottom: 3.6458333333vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-image img {
    width: 23.4375vw;
    height: 18.2291666667vw;
    object-fit: cover;
    object-position: center;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-text {
    order: 0;
    margin-right: 4.1666666667vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-text .milestone-title {
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25vw;
    max-width: 16.6666666667vw;
    padding-bottom: 2.0833333333vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-text .milestone-desc {
    text-align: justify;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5625vw; /* 187.5% */
    letter-spacing: -0.0166666667vw;
    max-width: 22.7083333333vw;
  }
  .key-milestone-section .main-wrapper .milestone-slider .slick-track .milestone-slide .milestone-content .milestone-year {
    order: 2;
    transform: rotate(-90deg);
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.4375vw;
    letter-spacing: -0.15625vw;
    position: relative;
    top: -5.2083333333vw;
  }
}
.distinction-awards-section .main-wrapper {
  padding-bottom: 60px;
}
.distinction-awards-section .main-wrapper .left-img {
  height: 350px;
  margin-bottom: 30px;
}
.distinction-awards-section .main-wrapper .left-img img.awards-left {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.distinction-awards-section .main-wrapper .right-content .awards-content-wrap {
  align-items: center !important;
}
.distinction-awards-section .main-wrapper .right-content .awards-content-wrap .section-title {
  text-align: center;
}
.distinction-awards-section .main-wrapper .right-content .awards-content-wrap .section-title .--heading {
  padding-bottom: 25px;
}
.distinction-awards-section .main-wrapper .right-content .awards-content-wrap .section-title .--subtitle {
  padding-bottom: 30px;
}
.distinction-awards-section .main-wrapper .right-content .awards-content-wrap .award-description {
  text-align: justify;
  padding-bottom: 35px;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button {
  display: none !important;
}
.distinction-awards-section .main-wrapper .right-content .distinction-awards-slider {
  display: none;
}
.distinction-awards-section .main-wrapper .right-content .distinction-awards-slider .award-card .img-awards {
  background: #e5dede;
  width: 75%;
  padding: 30px;
  margin-bottom: 10px;
}
.distinction-awards-section .main-wrapper .right-content .distinction-awards-slider .award-card .img-awards img {
  margin: auto;
  width: 125px;
  height: 200px;
  object-fit: contain;
  object-position: center;
}
.distinction-awards-section .main-wrapper .right-content .distinction-awards-slider .award-card .year {
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.distinction-awards-section .main-wrapper .right-content .distinction-awards-slider .award-card .awards-title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button {
  margin-bottom: 20px;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button svg.slick-arrow-next {
  width: 30px;
  height: 30px;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging {
  margin-left: 10px;
  margin-right: 10px;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li {
  display: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active span.active-num {
  color: #171b1c;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active span:nth-child(2) {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active span:last-child {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.distinction-awards-section .main-wrapper .right-content .custom-slider-button svg.slick-arrow-prev {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .distinction-awards-section .main-wrapper {
    padding-bottom: 100px;
  }
  .distinction-awards-section .main-wrapper .left-img {
    height: 600px;
    width: 50%;
    margin: 0 auto 30px;
  }
  .distinction-awards-section .main-wrapper .left-img img.awards-left {
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
  .distinction-awards-section .main-wrapper .right-content .awards-content-wrap {
    align-items: center !important;
  }
  .distinction-awards-section .main-wrapper .right-content .distinction-awards-slider .award-card .img-awards {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .distinction-awards-section .main-wrapper {
    padding-bottom: 7.8125vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .left-img {
    width: 30.2083333333vw;
    height: 42.1354166667vw;
    margin: 0vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .left-img img.awards-left {
    width: 30.2083333333vw;
    height: 42.1354166667vw;
    object-fit: cover;
    object-position: center;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content {
    width: 48.9583333333vw;
    margin-left: 4.1666666667vw;
    position: relative;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .awards-content-wrap {
    position: relative;
    align-items: flex-start !important;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .awards-content-wrap .section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .awards-content-wrap .section-title .--heading {
    padding-bottom: 1.5625vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .awards-content-wrap .section-title .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .award-description {
    text-align: start;
    padding-bottom: 4.0625vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .distinction-awards-slider .award-card .img-awards {
    width: 15.625vw;
    height: 18.75vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .distinction-awards-slider .award-card .img-awards img {
    width: 6.5104166667vw;
    height: 14.3229166667vw;
    object-fit: contain;
    object-position: center;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .distinction-awards-slider .award-card .year {
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1458333333vw;
    letter-spacing: -0.0520833333vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .distinction-awards-slider .award-card .awards-title {
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button {
    position: absolute;
    bottom: 27.6041666667vw;
    top: auto;
    right: 0;
    left: auto;
    margin-bottom: 0vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button .slider-count .custom_paging_awards-items.custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .distinction-awards-section .main-wrapper .awards-full-wrap .right-content .custom-slider-button svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.prospectus-hub-section .main-wrapper {
  padding-bottom: 60px;
}
.prospectus-hub-section .main-wrapper .prospectus-hub-title-wrap {
  text-align: center;
}
.prospectus-hub-section .main-wrapper .prospectus-hub-title-wrap .prospectus-hub-title {
  padding-bottom: 25px;
}
.prospectus-hub-section .main-wrapper .prospectus-hub-title-wrap .prospectus-hub-subtitle {
  padding-bottom: 30px;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card {
  margin: 0 10px;
  border: 1px solid #e5dede;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(23, 27, 28, 0.05);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 290px;
  justify-content: center;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .pdf-icon {
  margin-bottom: 20px;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .pdf-icon img {
  width: 60px;
  height: 60px;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap {
  position: relative;
  padding-top: 20px;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  display: inline-block;
  border-bottom: 1px solid #e5dede;
  width: 100%;
  justify-self: center;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .cat-heading-wrap .category {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-bottom: 15px;
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .cat-heading-wrap .title-pdf {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .download-wrap a img {
  width: 20px;
}
.prospectus-hub-section .main-wrapper .custom-slider-button {
  margin-bottom: 20px;
}
.prospectus-hub-section .main-wrapper .custom-slider-button svg.slick-arrow-next {
  width: 30px;
  height: 30px;
}
.prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging {
  margin-left: 10px;
  margin-right: 10px;
}
.prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li {
  display: none;
}
.prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span.active-num {
  color: #171b1c;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span:nth-child(2) {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span:last-child {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.prospectus-hub-section .main-wrapper .custom-slider-button svg.slick-arrow-prev {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .prospectus-hub-section .main-wrapper {
    padding-bottom: 100px;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .pdf-icon img {
    width: 80px;
    height: 80px;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .cat-heading-wrap .category {
    font-size: 15px;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .cat-heading-wrap .title-pdf {
    font-size: 21px;
    max-width: 90%;
    text-align: start;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .download-wrap a img {
    width: 25px;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button svg.slick-arrow-next {
    width: 30px;
    height: 30px;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging {
    margin-left: 10px;
    margin-right: 10px;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li {
    display: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span.active-num {
    color: #171b1c;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 43.2px;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span:nth-child(2) {
    color: #171b1c;
    font-family: "Raleway", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span:last-child {
    color: #171b1c;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button svg.slick-arrow-prev {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .prospectus-hub-section .main-wrapper {
    position: relative;
    padding: 0vw;
    padding-bottom: 8.3333333333vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-hub-title-wrap {
    position: relative;
  }
  .prospectus-hub-section .main-wrapper .prospectus-hub-title-wrap .prospectus-hub-title {
    padding-bottom: 1.8229166667vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-hub-title-wrap .prospectus-hub-subtitle {
    padding-bottom: 4.0625vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider {
    box-shadow: 0vw 0.5208333333vw 2.6041666667vw 0vw rgba(23, 27, 28, 0.3);
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card {
    margin: 0 0.5208333333vw;
    padding: 3.125vw 1.5625vw 1.5625vw 1.5625vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 15.1041666667vw;
    justify-content: center;
    height: 16.9791666667vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .pdf-icon {
    margin-bottom: 3.125vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .pdf-icon img {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap {
    width: 100%;
    align-items: flex-end !important;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .cat-heading-wrap .category {
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8333333333vw; /* 214.286% */
    letter-spacing: -0.0145833333vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-bottom: 1.0416666667vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .cat-heading-wrap .title-pdf {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 700;
    line-height: 0.9375vw;
    max-width: 8.3333333333vw;
  }
  .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card .detail-wrap .download-wrap a img {
    width: 1.6145833333vw;
    height: 1.6145833333vw;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button {
    margin-top: 0vw;
    position: absolute;
    right: 8.3333333333vw;
    left: auto;
    top: 3.8541666667vw;
    bottom: auto;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button .slider-count .custom_paging_prospectus-hub.custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .prospectus-hub-section .main-wrapper .custom-slider-button svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.join-us-section .main-wrapper {
  position: relative;
  padding: 0px;
  padding-bottom: 80px;
  margin-top: 250px;
}
.join-us-section .main-wrapper .join-bg {
  position: relative;
  z-index: -1;
  height: 514px;
}
.join-us-section .main-wrapper .join-bg img {
  height: 514px;
  object-fit: cover;
  object-position: center;
}
.join-us-section .main-wrapper:after {
  position: absolute;
  content: "";
  bottom: 380px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(184, 30, 45, 0) 0%, #c73b4a 100%);
  height: 100px;
}
.join-us-section .main-wrapper .join-content .join-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 245px;
  left: 0;
  right: 0;
  z-index: 3;
}
.join-us-section .main-wrapper .join-content .join-text .title-desc-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.join-us-section .main-wrapper .join-content .join-text .title-desc-wrap .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: 39.6px;
  letter-spacing: -1.8px;
  padding-bottom: 35px;
}
.join-us-section .main-wrapper .join-content .join-text .title-desc-wrap .section-content {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  padding-bottom: 35px;
  width: 100%;
  margin: auto;
}
.join-us-section .main-wrapper .join-content .join-text .btn-wrap .enroll-btn {
  background: #fff;
  box-shadow: 0px 4px 20px 0px #fff;
  text-decoration: none;
  transition: 0.7s all;
  color: #b81e2d;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px;
}
.join-us-section .main-wrapper .join-content .join-text .btn-wrap .enroll-btn:hover {
  background: #193B63;
  color: #ffffff;
}
.join-us-section .main-wrapper .join-content .join-image {
  position: absolute;
  content: "";
  top: -275px;
  left: 0;
  right: 0;
  height: 477px;
}
.join-us-section .main-wrapper .join-content .join-image img {
  object-fit: cover;
  object-position: center;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .join-us-section .main-wrapper {
    padding: 0 25px;
    margin-top: 80px;
    margin-bottom: 90px;
  }
  .join-us-section .main-wrapper .join-bg {
    height: 300px;
  }
  .join-us-section .main-wrapper .join-bg img {
    height: 300px;
  }
  .join-us-section .main-wrapper:after {
    position: absolute;
    content: "";
    bottom: 380px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(184, 30, 45, 0) 0%, #c73b4a 100%);
    height: 59px;
    display: none;
  }
  .join-us-section .main-wrapper .join-content .join-text {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    bottom: 50px;
    top: auto;
    right: 100px;
  }
  .join-us-section .main-wrapper .join-content .join-text .title-desc-wrap {
    margin-left: 100px;
    align-items: flex-end;
  }
  .join-us-section .main-wrapper .join-content .join-text .title-desc-wrap .section-title {
    text-align: right;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -3px;
    padding-bottom: 35px;
  }
  .join-us-section .main-wrapper .join-content .join-text .title-desc-wrap .section-content {
    text-align: end;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.36px;
    width: 55%;
    margin: 0;
    padding-bottom: 20px;
  }
  .join-us-section .main-wrapper .join-content .join-text .btn-wrap .enroll-btn {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .join-us-section .main-wrapper .join-content .join-image {
    width: 440px;
    height: 420px;
    left: 25px;
    bottom: 0px;
    top: auto;
  }
  .join-us-section .main-wrapper .join-content .join-image img {
    width: 440px;
    height: 420px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 992px) {
  .join-us-section .main-wrapper .join-content .join-text .section-content {
    text-align: end;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.36px;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .join-us-section .main-wrapper {
    padding: 0vw 8.3333333333vw;
    margin-top: 0vw;
    margin-bottom: 8.3333333333vw;
  }
  .join-us-section .main-wrapper .join-bg {
    height: 21.7708333333vw;
  }
  .join-us-section .main-wrapper .join-bg img {
    height: 21.7708333333vw;
  }
  .join-us-section .main-wrapper .join-content:after {
    position: absolute;
    content: "";
    bottom: 380px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(184, 30, 45, 0) 0%, #c73b4a 100%);
    height: 59px;
    display: none;
  }
  .join-us-section .main-wrapper .join-content .join-text {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    bottom: 7.2916666667vw;
    top: auto;
    right: 13.5416666667vw;
  }
  .join-us-section .main-wrapper .join-content .join-text .title-desc-wrap {
    margin-left: 5.2083333333vw;
  }
  .join-us-section .main-wrapper .join-content .join-text .title-desc-wrap .section-title {
    text-align: right;
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.4375vw;
    letter-spacing: -0.15625vw;
    padding-bottom: 2.8645833333vw;
  }
  .join-us-section .main-wrapper .join-content .join-text .title-desc-wrap .section-content {
    text-align: right;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 600;
    line-height: 0.9375vw;
    letter-spacing: -0.01875vw;
    width: 100%;
    padding-bottom: 0vw;
  }
  .join-us-section .main-wrapper .join-content .join-text .btn-wrap .enroll-btn {
    text-align: center;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .join-us-section .main-wrapper .join-content .join-image {
    width: 28.9583333333vw;
    height: 27.0833333333vw;
    left: 13.5416666667vw;
    bottom: 0vw;
    top: auto;
  }
  .join-us-section .main-wrapper .join-content .join-image img {
    width: 28.9583333333vw;
    height: 27.0833333333vw;
  }
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 50px;
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content .--subtitle {
  padding-bottom: 30px;
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content .content-decription {
  text-align: justify;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide {
  margin-bottom: 45px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
  background: #E5DEDE;
  padding: 55px 35px;
  border-radius: 0px 0px 0px 50px;
  min-height: auto;
  justify-content: flex-start;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title {
  padding-bottom: 25px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title br {
  display: none;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline {
  padding-bottom: 30px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline.--subtitle {
  line-height: 19px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-content {
  text-align: justify;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper {
  width: 85%;
  margin-left: auto;
  margin-top: -40px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider {
  margin-bottom: 20px;
  box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide {
  height: 294px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide img {
  width: 325px;
  height: 294px;
  object-fit: cover;
  object-position: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-next {
  width: 30px;
  height: 30px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging {
  margin-left: 10px;
  margin-right: 10px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li {
  display: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span.active-num {
  color: #171B1C;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:nth-child(2) {
  color: #171B1C;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:last-child {
  color: #171B1C;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-prev {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
    padding: 50px;
    border-radius: 0px 0px 0px 50px;
    min-height: 400px;
    justify-content: center;
    width: 90%;
    margin: auto;
    justify-items: center;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper {
    width: 75%;
    margin: auto;
    margin-top: -44px;
    margin-right: 65px;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide {
    height: 435px;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide img {
    height: 435px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 1200px) {
  .facilities-of-campus-section .main-wrapper {
    padding-right: 0vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content {
    text-align: center;
    padding-bottom: 7.8125vw;
    padding-right: 8.3333333333vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 2.0833333333vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content .content-decription {
    max-width: 62.5vw;
    text-align: center;
    margin: auto;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper {
    position: relative;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide {
    position: relative;
    margin-bottom: 11.25vw;
    width: 91.1458333333vw;
    margin-left: auto;
    background: #E5DEDE;
    border-bottom-left-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    margin-left: -8.3333333333vw;
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) .sc-facility-content {
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) .gal-img-wrapper {
    left: 8.3333333333vw;
    right: auto;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) .gal-img-wrapper .custom-slider-button {
    right: -15.625vw;
    left: auto;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
    align-items: flex-start;
    padding: 8.3333333333vw 7.96875vw;
    position: relative;
    height: 36.9791666667vw;
    width: fit-content;
    margin: 0vw;
    border-bottom-left-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title {
    padding-bottom: 2.0833333333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title br {
    display: block;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline {
    padding-bottom: 3.125vw;
    max-width: 25.6770833333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline.--subtitle {
    line-height: 1.5625vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-content {
    max-width: 28.125vw;
    text-align: justify;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper {
    width: 40.8854166667vw;
    height: 36.9270833333vw;
    position: absolute;
    top: 4.1666666667vw;
    bottom: auto;
    right: 8.3333333333vw;
    left: auto;
    margin: 0vw;
    box-shadow: 0vw 0.5208333333vw 5.2083333333vw 0vw rgba(23, 27, 28, 0.3);
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider {
    margin-bottom: 0vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide {
    height: 36.9270833333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide img {
    width: 40.8854166667vw;
    height: 36.9270833333vw;
    object-fit: cover;
    object-position: center;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button {
    position: absolute;
    top: 34.375vw;
    bottom: auto;
    right: 43.75vw;
    left: auto;
    margin-bottom: 0vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 50px;
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content .--subtitle {
  padding-bottom: 30px;
}
.facilities-of-campus-section .main-wrapper .title-sub-headings-content .content-decription {
  text-align: justify;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide {
  margin-bottom: 45px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
  background: #E5DEDE;
  padding: 55px 35px;
  border-radius: 0px 0px 0px 50px;
  min-height: auto;
  justify-content: flex-start;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title {
  padding-bottom: 25px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title br {
  display: none;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline {
  padding-bottom: 30px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline.--subtitle {
  line-height: 19px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-content {
  text-align: justify;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper {
  width: 85%;
  margin-left: auto;
  margin-top: -40px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider {
  margin-bottom: 20px;
  box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide {
  height: 294px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide img {
  width: 325px;
  height: 294px;
  object-fit: cover;
  object-position: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-next {
  width: 30px;
  height: 30px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging {
  margin-left: 10px;
  margin-right: 10px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li {
  display: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span.active-num {
  color: #171B1C;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:nth-child(2) {
  color: #171B1C;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:last-child {
  color: #171B1C;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-prev {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
    padding: 50px;
    border-radius: 0px 0px 0px 50px;
    min-height: 400px;
    justify-content: center;
    width: 90%;
    margin: auto;
    justify-items: center;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper {
    width: 75%;
    margin: auto;
    margin-top: -44px;
    margin-right: 65px;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide {
    height: 435px;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide img {
    height: 435px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 1200px) {
  .facilities-of-campus-section .main-wrapper {
    padding-right: 0vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content {
    text-align: center;
    padding-bottom: 7.8125vw;
    padding-right: 8.3333333333vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 2.0833333333vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .title-sub-headings-content .content-decription {
    max-width: 62.5vw;
    text-align: center;
    margin: auto;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper {
    position: relative;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide {
    position: relative;
    margin-bottom: 11.25vw;
    width: 91.1458333333vw;
    margin-left: auto;
    background: #E5DEDE;
    border-bottom-left-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    margin-left: -8.3333333333vw;
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) .sc-facility-content {
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) .gal-img-wrapper {
    left: 8.3333333333vw;
    right: auto;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide:nth-child(even) .gal-img-wrapper .custom-slider-button {
    right: -15.625vw;
    left: auto;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
    align-items: flex-start;
    padding: 8.3333333333vw 7.96875vw;
    position: relative;
    height: 36.9791666667vw;
    width: fit-content;
    margin: 0vw;
    border-bottom-left-radius: 2.6041666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title {
    padding-bottom: 2.0833333333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-title br {
    display: block;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline {
    padding-bottom: 3.125vw;
    max-width: 25.6770833333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-tagline.--subtitle {
    line-height: 1.5625vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content .facility-content {
    max-width: 28.125vw;
    text-align: justify;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper {
    width: 40.8854166667vw;
    height: 36.9270833333vw;
    position: absolute;
    top: 4.1666666667vw;
    bottom: auto;
    right: 8.3333333333vw;
    left: auto;
    margin: 0vw;
    box-shadow: 0vw 0.5208333333vw 5.2083333333vw 0vw rgba(23, 27, 28, 0.3);
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider {
    margin-bottom: 0vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide {
    height: 36.9270833333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .facility-gallery-slider .sc-gallery-slide img {
    width: 40.8854166667vw;
    height: 36.9270833333vw;
    object-fit: cover;
    object-position: center;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button {
    position: absolute;
    top: 34.375vw;
    bottom: auto;
    right: 43.75vw;
    left: auto;
    margin-bottom: 0vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button .slider-count .custom_paging_gallery-facilities.custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .gal-img-wrapper .custom-slider-button svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.innovative-stratergies-section .main-wrapper {
  padding-bottom: 60px;
}
.innovative-stratergies-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 50px;
}
.innovative-stratergies-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.innovative-stratergies-section .main-wrapper .title-sub-headings-content .--subtitle {
  padding-bottom: 30px;
}
.innovative-stratergies-section .main-wrapper .title-sub-headings-content .content-decription {
  text-align: justify;
}
.innovative-stratergies-section .main-wrapper .innovative-team-img {
  margin: auto;
}
.innovative-stratergies-section .main-wrapper .innovative-team-img img.inno-team {
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 768px) {
  .innovative-stratergies-section .main-wrapper {
    padding-bottom: 100px;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 50px;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 25px;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 30px;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content .content-decription {
    text-align: justify;
  }
}
@media only screen and (min-width: 1200px) {
  .innovative-stratergies-section .main-wrapper {
    padding-bottom: 6.71875vw;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content {
    text-align: center;
    padding-bottom: 4.1666666667vw;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 2.0833333333vw;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .innovative-stratergies-section .main-wrapper .title-sub-headings-content .content-decription {
    max-width: 62.5vw;
    text-align: center;
    margin: auto;
  }
  .innovative-stratergies-section .main-wrapper .innovative-team-img {
    width: 83.3333333333vw;
    height: 20.8333333333vw;
    margin: auto;
  }
  .innovative-stratergies-section .main-wrapper .innovative-team-img img.inno-team {
    object-fit: cover;
    object-position: center;
  }
}
.chairmans-statement-section .main-wrapper {
  padding-bottom: 60px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-img-wrap {
  width: 90%;
  margin: auto;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-img-wrap img.chairman-img {
  object-fit: cover;
  object-position: center;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap {
  background: #e5dede;
  margin-left: -25px;
  margin-right: -25px;
  padding: 85px 35px 50px 35px;
  margin-top: -50px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.25);
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .--subtitle {
  padding-bottom: 30px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .content-decription {
  text-align: justify;
  height: 364px;
  overflow-y: scroll;
  padding-right: 12px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .content-decription ::-webkit-scrollbar {
  width: 4px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position {
  text-align: center;
  padding-top: 40px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .signature {
  margin: auto;
  width: 200px;
  height: fit-content;
  padding-bottom: 15px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .signature img.sign {
  object-fit: cover;
  object-position: center;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .name {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 15px;
  padding-bottom: 10px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .position {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .quote-icon {
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-bottom: -25px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .chairmans-statement-section .main-wrapper {
    padding-bottom: 100px;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-img-wrap {
    width: 70%;
    margin: auto;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap {
    padding: 130px 35px 50px 35px;
    margin-top: -90px;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .content-decription {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .chairmans-statement-section .main-wrapper {
    padding-right: 0vw;
    padding-bottom: 8.3333333333vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-img-wrap {
    width: 40.8854166667vw;
    height: 40.9895833333vw;
    margin: unset;
    box-shadow: 0vw 0.5208333333vw 5.2083333333vw 0vw rgba(23, 27, 28, 0.3);
    position: relative;
    z-index: 3;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap {
    width: 76.5104166667vw;
    height: 46.1979166667vw;
    padding: 6.25vw 13.0208333333vw 5.2083333333vw 30.9895833333vw;
    margin: 0 0 0 -500px;
    position: relative;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content {
    border-bottom: 0vw;
    position: relative;
    align-items: flex-start;
    padding: 0vw;
    margin-top: -0.5208333333vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content::after {
    position: absolute;
    content: "";
    bottom: -3.0208333333vw;
    left: 0;
    background: rgba(28, 28, 28, 0.25);
    width: 15.625vw;
    height: 0.0520833333vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .--heading {
    padding-bottom: 1.5625vw;
    text-align: left;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 1.5625vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content .content-decription {
    max-width: 32.6041666667vw;
    text-align: start;
    height: 15.625vw;
    overflow-y: auto;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position {
    align-items: flex-start;
    padding-top: 5.3645833333vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .signature {
    width: 12.0608333333vw;
    height: 2.65625vw;
    margin: unset;
    margin-bottom: 1.0416666667vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .name {
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0416666667vw;
    padding-bottom: 0.78125vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .signature-and-position .position {
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0416666667vw;
  }
  .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .quote-icon {
    width: 17.2394791667vw;
    height: 11.01390625vw;
    margin-bottom: 0vw;
    padding-top: 0vw;
    margin-left: unset;
    position: absolute;
    right: -11.9791666667vw;
    bottom: -5.2083333333vw;
  }
}
.leadership-profiles-section .main-wrapper .title-sub-headings-content {
  text-align: center;
  padding-bottom: 50px;
}
.leadership-profiles-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image {
  width: 272px;
  height: 326px;
  margin: auto;
  position: relative;
  margin-bottom: 35px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image img.profile {
  height: 326px;
  object-fit: cover;
  object-position: center;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image .linkedin-icon {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image .linkedin-icon img.linkedin {
  width: 40px;
  height: 40px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content {
  padding-bottom: 30px;
  text-align: center;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .leader-name {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  padding-bottom: 10px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .designation {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  padding-bottom: 25px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .description {
  text-align: justify;
  min-height: 90px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications {
  background: #e5dede;
  padding: 30px;
  text-align: center;
  justify-content: flex-start;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualified-text {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 30.8px;
  letter-spacing: -1.4px;
  padding-bottom: 35px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list {
  margin-left: 16px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications .qualification-title {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.28px;
  position: relative;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications .qualification-title::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: -22px;
  border-radius: 2px;
  background: #111f33;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  width: 9px;
  height: 9px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul {
  margin-left: -22px;
  padding-top: 25px !important;
  padding-right: 15px !important;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content {
  max-height: 215px;
  overflow-y: auto;
  padding-right: 18px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content::-webkit-scrollbar {
  width: 2px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content::-webkit-scrollbar-thumb {
  background: #011642;
  border-radius: 10px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content::-webkit-scrollbar-track {
  background: #d9d9d9;
}
@supports (-webkit-touch-callout: none) {
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content {
    overflow: scroll !important;
  }
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content::-webkit-scrollbar {
  width: 2px;
  display: block !important;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul .qualification-item {
  padding-bottom: 10px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul .qualification-item:last-child {
  padding-bottom: 0px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-previous-arrow {
  height: 30px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-previous-arrow .slick-arrow-prev {
  width: 30px;
  height: 30px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li {
  display: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active span.active-num {
  color: #171b1c;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 43.2px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active span:nth-child(2) {
  color: #171b1c;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active span:last-child {
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-next-arrow {
  height: 30px;
}
.leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-next-arrow .slick-arrow-next {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .description {
    text-align: justify;
    min-height: 80px;
    width: 85%;
    margin: auto !important;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications {
    padding: 60px;
    text-align: center;
    max-width: 90%;
    justify-content: flex-start;
    margin: auto;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list {
    margin-left: 25px;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slick-previous-arrow {
    width: 30px;
    height: 30px;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slick-previous-arrow .slick-arrow-prev {
    width: 30px;
    height: 30px;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slick-next-arrow {
    width: 30px;
    height: 30px;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slick-next-arrow .slick-arrow-next {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .leadership-profiles-section {
    margin-bottom: 0 !important;
  }
  .leadership-profiles-section .main-wrapper {
    padding-bottom: 10.2604166667vw;
    position: relative;
  }
  .leadership-profiles-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 4.0104166667vw;
  }
  .leadership-profiles-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 1.5625vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper {
    position: relative;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider {
    position: relative;
    height: 31.25vw;
    margin-bottom: 0vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image {
    margin: unset;
    width: 26.0416666667vw;
    height: 31.25vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image img.profile {
    height: 31.25vw;
    object-fit: cover;
    object-position: center;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image .linkedin-icon {
    position: absolute;
    top: 4.84375vw;
    right: -1.8229166667vw;
    z-index: 3;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-image .linkedin-icon img.linkedin {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full {
    height: 25vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content {
    align-items: flex-start;
    margin-left: 5.2083333333vw;
    padding-bottom: 3.5416666667vw;
    margin-top: 1.8229166667vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .leader-name {
    font-size: 1.25vw;
    font-style: normal;
    line-height: 1.25vw;
    padding-bottom: 0.625vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .designation {
    font-size: 1.25vw;
    font-style: normal;
    line-height: 1.25vw;
    padding-bottom: 1.5625vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-content .description {
    max-width: 39.5833333333vw;
    text-align: justify;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5625vw;
    letter-spacing: -0.0166666667vw;
    margin: 0vw !important;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications {
    justify-content: space-between;
    margin: 0 auto;
    min-height: 16.7708333333vw;
    height: 17.0833333333vw;
    width: 57.2916666667vw;
    max-width: 52.0833333333vw;
    padding: 3.125vw 1.0416666667vw 3.4375vw 5.2083333333vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualified-text {
    font-size: 2.5vw;
    font-style: normal;
    line-height: 2.75vw;
    letter-spacing: -0.125vw;
    padding-bottom: 0vw;
    margin-top: -5.5729166667vw;
    margin-left: -23.125vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list {
    margin-left: 3.3854166667vw;
    padding-top: 2.34375vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications .qualification-title {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3020833333vw; /* 138.889% */
    letter-spacing: -0.01875vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul.scrollable-content {
    max-height: 10.9375vw;
    overflow-y: auto;
    margin-left: -1.1458333333vw;
    padding-top: 1.3020833333vw !important;
    padding-right: 7.8125vw !important;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications .qualifications-list .qualifications ul .qualification-item {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3020833333vw;
    letter-spacing: -0.0166666667vw;
    padding-bottom: 0.78125vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button {
    position: absolute;
    bottom: 29.8958333333vw;
    top: auto;
    right: 0vw;
    left: auto;
    margin-bottom: 0vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button svg.slick-arrow-next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-previous-arrow {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-previous-arrow .slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active span.active-num {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active span:nth-child(2) {
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .slider-count .custom_paging_lead-profile.custom_paging li.slick-active span:last-child {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-next-arrow {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .custom-slider-button .leadership-next-arrow svg.slick-arrow-prev {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.main-inner-banner {
  position: relative;
  overflow: hidden;
  margin-top: 41px;
  margin-bottom: 82px;
}
.main-inner-banner .main-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.main-inner-banner .main-slider-wrapper .slider-item {
  width: 100%;
  position: relative;
}
.main-inner-banner .main-slider-wrapper .slider-item::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #111F33 0%, rgba(17, 31, 51, 0.9) 14.9%, rgba(17, 31, 51, 0.75) 30.11%, rgba(17, 31, 51, 0.45) 45.32%, rgba(17, 31, 51, 0) 61.54%);
  z-index: 1;
}
.main-inner-banner .main-slider-wrapper .slider-item picture img.inner-banner {
  height: 558px;
  object-fit: cover;
  object-position: center;
}
.main-inner-banner .main-slider-wrapper .slider-content {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0;
  width: 100%;
  transform: unset;
  padding: 0 25px 25px 25px;
  text-align: center;
  z-index: 2;
  height: auto;
  background: none;
}
.main-inner-banner .main-slider-wrapper .slider-content .banner-title {
  text-align: center;
  text-shadow: 0px 4px 28px rgba(28, 28, 28, 0.5);
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -2.2px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.main-inner-banner .main-slider-wrapper .slider-content .banner-title::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 100%;
  justify-self: center;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li span {
  font-weight: 700;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a span {
  font-weight: 400;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-right: 7px;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a.bread-link.bread-home {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 20px;
  position: relative;
}
.main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .main-inner-banner .main-slider-wrapper .slider-item {
    height: 650px;
  }
  .main-inner-banner .main-slider-wrapper .slider-item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #111F33 0%, rgba(17, 31, 51, 0.9) 14.9%, rgba(17, 31, 51, 0.75) 30.11%, rgba(17, 31, 51, 0.45) 45.32%, rgba(17, 31, 51, 0) 61.54%);
    z-index: 1;
  }
  .main-inner-banner .main-slider-wrapper .slider-item picture img.inner-banner {
    height: 650px;
    object-fit: cover;
    object-position: center;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .banner-title {
    font-size: 42px;
    line-height: 42px;
    padding-bottom: 35px;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    font-size: 20px;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a.bread-link.bread-home {
    font-size: 20px;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
    font-size: 20px;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
    width: 2px;
    height: 17px;
    left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-inner-banner {
    margin-top: 5.7291666667vw;
    margin-bottom: 7.2916666667vw;
  }
  .main-inner-banner .main-slider-wrapper {
    height: 33.8541666667vw;
  }
  .main-inner-banner .main-slider-wrapper .slider-item {
    height: 33.8541666667vw;
  }
  .main-inner-banner .main-slider-wrapper .slider-item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #111F33 0%, rgba(17, 31, 51, 0.5) 30%, rgba(17, 31, 51, 0) 60%);
    z-index: 1;
  }
  .main-inner-banner .main-slider-wrapper .slider-item picture img.inner-banner {
    height: 33.8541666667vw;
    object-fit: cover;
    object-position: center;
  }
  .main-inner-banner .main-slider-wrapper .slider-content {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: unset;
    padding: 0vw;
    padding-bottom: 0vw;
    text-align: center;
    z-index: 2;
    background: transparent;
    height: auto;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .banner-title {
    color: #FFF;
    text-shadow: 0vw 0.2083333333vw 1.4583333333vw rgba(28, 28, 28, 0.5);
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3333333333vw;
    letter-spacing: -0.1666666667vw;
    padding-bottom: 2.8645833333vw;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .banner-title::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    border-bottom: 0.0520833333vw solid #fff;
    width: 62.5vw;
    opacity: 0.5;
    justify-self: center;
    margin-bottom: 0.9375vw;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-align: center;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a.bread-link.bread-home {
    text-align: center;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
    text-align: center;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .main-inner-banner .main-slider-wrapper .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
    width: 0.0520833333vw;
    height: 0.78125vw;
  }
  .main-inner-banner .main-slider-wrapper .breadcrumb-wrapper {
    margin-bottom: 0.9375vw;
  }
  .main-inner-banner .main-slider-wrapper .inner-banner-content {
    margin-bottom: 0.9375vw;
  }
}
.student-facility-loan-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 50px;
}
.student-facility-loan-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.student-facility-loan-section .main-wrapper .title-sub-headings-content .--subtitle {
  padding-bottom: 30px;
}
.student-facility-loan-section .main-wrapper .title-sub-headings-content .content-decription {
  text-align: justify;
}
.student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap {
  width: 100%;
  margin: auto;
  flex-direction: row !important;
  align-items: center !important;
  padding-bottom: 35px;
}
.student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap .bank-loan-icon {
  width: 25%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap .bank-loan-icon img {
  width: 50px;
  height: 50px;
}
.student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap .bank-loan-text {
  width: 90%;
  text-align: start;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box {
  border: 1px solid #E5DEDE;
  background: #FFF;
  padding: 50px 35px 35px 35px;
  margin-bottom: 25px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap {
  flex-direction: column;
  border-bottom: 1px solid #E5DEDE;
  padding-bottom: 30px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-img {
  width: 50%;
  height: 100px;
  margin: auto;
  margin-bottom: 20px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-img .bank-logo {
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-name {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #E5DEDE;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text .criteria-sentence {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 100%;
  text-align: start;
  padding-bottom: 25px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul .criteria-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul .criteria-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #111F33;
  border-radius: 2px;
  box-shadow: 2px 2px 5px rgba(17, 31, 51, 0.3);
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 30px !important;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content::-webkit-scrollbar {
  width: 2px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content::-webkit-scrollbar-thumb {
  background: #011642;
  border-radius: 10px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content::-webkit-scrollbar-track {
  background: #D9D9D9;
}
@supports (-webkit-touch-callout: none) {
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content {
    overflow: scroll !important;
  }
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content::-webkit-scrollbar {
  width: 2px;
  display: block !important;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact {
  padding-top: 25px;
  padding-bottom: 25px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact {
  padding-bottom: 30px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact a img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact .text-contact {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 10px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact a {
  color: #9C9C9C;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact a:hover {
  color: #111F33;
  transition: 0.7s all;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website a img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website .text-website {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 10px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website a {
  color: #9C9C9C;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website a:hover {
  color: #111F33;
  transition: 0.7s all;
}

@media only screen and (min-width: 768px) {
  .student-facility-loan-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 50px;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 25px;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 30px;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .content-decription {
    text-align: justify;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap {
    width: 85%;
    margin: auto;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact {
    flex-direction: row !important;
    justify-content: space-around;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .student-facility-loan-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 50px;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 25px;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 30px;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .content-decription {
    text-align: justify;
  }
}
@media only screen and (min-width: 1200px) {
  .student-facility-loan-section .main-wrapper {
    padding-bottom: 7.8125vw;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content {
    text-align: center;
    padding-bottom: 4.1666666667vw;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 2.0833333333vw;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .student-facility-loan-section .main-wrapper .title-sub-headings-content .content-decription {
    max-width: 62.5vw;
    text-align: center;
    margin: auto;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap {
    width: 56.1458333333vw;
    margin: auto;
    padding-bottom: 3.90625vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap .bank-loan-icon {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    margin-bottom: 0vw;
    margin-right: 1.0416666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap .bank-loan-icon img {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-sentence-wrap .bank-loan-text {
    font-size: 1.0416666667vw;
    line-height: 1.3541666667vw;
    max-width: 37.1875vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box {
    padding: 2.4479166667vw 0vw;
    width: 56.1458333333vw;
    margin-bottom: 2.0833333333vw;
    height: 17.9166666667vw;
    display: flex;
    flex-direction: row !important;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap {
    padding-bottom: 0vw;
    border-bottom: 0vw;
    width: 13.6979166667vw;
    justify-content: space-between;
    align-items: center;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-img {
    width: 55%;
    height: unset;
    margin: 0;
    position: relative;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-img::after {
    position: absolute;
    content: "";
    top: 9.6875vw;
    left: -3.125vw;
    width: 13.8020833333vw;
    height: 0.0520833333vw;
    background: #E5DEDE;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-img .bank-logo {
    height: 7.8125vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-logo-wrap .bank-name {
    font-size: 1.1458333333vw;
    line-height: 1.1458333333vw;
    max-width: 8.8541666667vw;
    text-align: center;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria {
    padding-top: 0vw;
    padding-bottom: 0vw;
    border-bottom: 0vw;
    width: 28.4375vw;
    position: relative;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria::before {
    position: absolute;
    content: "";
    bottom: -2.5vw;
    left: 0;
    width: 0.0520833333vw;
    height: 17.9166666667vw;
    background: #E5DEDE;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria::after {
    position: absolute;
    content: "";
    bottom: -2.5vw;
    right: 0;
    width: 0.0520833333vw;
    height: 17.9166666667vw;
    background: #E5DEDE;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text .criteria-sentence {
    font-size: 1.0416666667vw;
    line-height: 1.0416666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul.scrollable-content {
    max-height: 11.9791666667vw;
    padding-right: 1.5625vw !important;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul .criteria-item {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    letter-spacing: -0.0166666667vw;
    max-width: 20.8333333333vw;
    text-align: start;
    margin-bottom: 0.4166666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul .criteria-item:last-child {
    margin-bottom: 0vw;
    padding-bottom: 0vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul .criteria-item:after {
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    border-radius: 0.1041666667vw;
    box-shadow: 0.5208333333vw 1.0416666667vw 1.5625vw 0vw rgba(17, 31, 51, 0.3);
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact {
    flex-direction: column !important;
    justify-content: center;
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 14.0104166667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact {
    margin-bottom: 2.34375vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact a img {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact .text-contact {
    font-size: 0.9375vw;
    line-height: 0.9375vw;
    margin-bottom: 0.78125vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact a {
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    letter-spacing: -0.0166666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .contact a:hover {
    color: #111F33;
    transition: 0.7s all;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website a img {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website .text-website {
    font-size: 0.9375vw;
    line-height: 0.9375vw;
    margin-bottom: 0.78125vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website a {
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    letter-spacing: -0.0166666667vw;
  }
  .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .bank-contact .website a:hover {
    color: #111F33;
    transition: 0.7s all;
  }
}
.enroll-now-section {
  margin-bottom: 70px;
}
.enroll-now-section .main-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E5DEDE;
  border-bottom: 2px solid #B81E2D;
}
.enroll-now-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 50px;
}
.enroll-now-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode {
  /* Custom Submit Btn Trigger */
  /* Custom Submit Btn Trigger New */
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container {
  position: relative;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container input, .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container textarea {
  outline: transparent;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .info-text {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 15px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-left: 13px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .info-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  background: #111F33;
  border-radius: 2px;
  box-shadow: 2px 2px 5px rgba(17, 31, 51, 0.3);
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 {
  padding-bottom: 20px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 label {
  color: #171B1C;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 15px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  color: #171B1C;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select option {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select option:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select option:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 svg.arrow-down {
  position: absolute;
  transform: translateY(-25px) translateX(-90%);
  pointer-events: none;
  width: 12px;
  height: 12px;
  fill: #171B1C;
  right: 0;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 {
  padding-bottom: 20px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label {
  padding-bottom: 15px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label .add-more-btn {
  color: #171B1C;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label .add-more-btn .plus-icon {
  margin-left: 25px;
  margin-right: 10px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field {
  width: 100%;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #C6C6C6;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field {
  width: 100%;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field {
  width: 100%;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field {
  width: 100%;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .dotted-line {
  border-bottom: 1px dashed #171B1C;
  opacity: 0.5;
  width: 100%;
  margin: 45px 0;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 {
  padding-bottom: 20px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 label {
  color: #171B1C;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 15px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 svg.arrow-down {
  position: absolute;
  transform: translateY(-25px) translateX(-90%);
  pointer-events: none;
  fill: #171B1C;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 {
  padding-bottom: 20px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label {
  color: #171B1C;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 15px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
  padding: 20px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7-hidden-btn {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode div#custom-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.invalid .wpcf7-response-output, .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.unaccepted .wpcf7-response-output, .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #002859;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-align: center;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.failed .wpcf7-response-output, .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-align: center;
}
.enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7-response-output {
  border-color: #46b450;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .enroll-now-section .main-wrapper {
    padding-bottom: 100px;
    padding-top: 100px;
    width: 90%;
    margin: auto;
  }
  .enroll-now-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 30px;
  }
  .enroll-now-section .main-wrapper .title-sub-headings-content .--subtitle {
    padding-bottom: 25px;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 {
    position: relative;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 svg.arrow-down {
    transform: translateY(-25px) translateX(-90%);
    right: 12px;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 textarea {
    padding: 30px 20px;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field {
    width: 48.5%;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field {
    width: 48.5%;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field {
    width: 48.5%;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field {
    width: 48.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .enroll-now-section {
    margin-bottom: 7.8125vw;
  }
  .enroll-now-section .main-wrapper {
    max-width: 62.5vw;
    margin: 0vw auto 8.3333333333vw;
    padding-top: 5.9895833333vw;
    padding-bottom: 5.9895833333vw;
    padding-left: 7.2916666667vw;
    padding-right: 7.2916666667vw;
    border-bottom: 0.2083333333vw solid #B81E2D;
  }
  .enroll-now-section .main-wrapper .title-sub-headings-content {
    text-align: center;
    padding-bottom: 5.2083333333vw;
  }
  .enroll-now-section .main-wrapper .title-sub-headings-content .--heading {
    font-size: 2.5vw;
    padding-bottom: 0.78125vw;
  }
  .enroll-now-section .main-wrapper .title-sub-headings-content .--subtitle {
    font-size: 1.0416666667vw;
    padding-bottom: 0vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container {
    position: relative;
    width: 47.9166666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .info-text {
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.0416666667vw;
    padding-bottom: 2.0833333333vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .info-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15625vw;
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    background: #111F33;
    border-radius: 0.1041666667vw;
    box-shadow: 0.1041666667vw 0.1041666667vw 0.2604166667vw rgba(17, 31, 51, 0.3);
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 {
    padding-bottom: 1.5625vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 label {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
    padding-bottom: 0.78125vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control {
    width: 23.4375vw;
    height: 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    width: 23.4375vw;
    height: 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 svg.arrow-down {
    position: absolute;
    transform: translateY(-1.4583333333vw) translateX(-90%);
    width: 0.78125vw;
    height: 0.78125vw;
    pointer-events: none;
    fill: #171B1C;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 {
    padding-bottom: 1.5625vw;
    position: relative;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
    padding-bottom: 0.78125vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label .add-more-btn {
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1178125vw;
    position: absolute;
    left: 17.96875vw;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label .add-more-btn .plus-icon {
    margin-left: 0.5208333333vw;
    margin-right: 0.5208333333vw;
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields {
    width: 41.6666666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field {
    width: 17.1354166667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field .form-control {
    width: 17.1354166667vw;
    height: 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-fields .mobile-field .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template {
    width: 41.6666666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field {
    width: 17.1354166667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field .form-control {
    width: 17.1354166667vw;
    height: 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #mobile-template .mobile-field .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields {
    width: 41.6666666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field {
    width: 17.1354166667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field .form-control {
    width: 17.1354166667vw;
    height: 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-fields .email-field .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template {
    width: 41.6666666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field {
    width: 17.1354166667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field .form-control {
    width: 17.1354166667vw;
    height: 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 #email-template .email-field .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .dotted-line {
    border-bottom: 0.0520833333vw dashed #171B1C;
    opacity: 0.5;
    width: 100%;
    margin: 1.5625vw 0vw 2.6041666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 {
    padding-bottom: 1.5625vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 label {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
    padding-bottom: 0.78125vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control {
    width: 23.4375vw;
    height: 2.6041666667vw;
    padding: 0 2.2916666667vw 0 1.25vw;
    font-size: 0.8333333333vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 {
    padding-bottom: 1.5625vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
    padding-bottom: 0.78125vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 .form-control {
    width: 47.9166666667vw;
    height: 7.2916666667vw;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.invalid .wpcf7-response-output, .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.unaccepted .wpcf7-response-output, .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #002859;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.failed .wpcf7-response-output, .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
  .enroll-now-section .main-wrapper .enroll-now-shortcode .wpcf7-response-output {
    border-color: #46b450;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
}
.scholarships-section .main-wrapper {
  padding-bottom: 90px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper {
  flex-direction: column;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content {
  text-align: center;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--heading {
  text-align: center;
  padding-bottom: 20px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--subtitle {
  padding-bottom: 20px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .content-decription {
  padding-bottom: 40px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap {
  padding-bottom: 30px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper {
  width: 90%;
  margin: auto;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item {
  margin-bottom: 20px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item .features-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item .features-text {
  font-weight: 500;
  width: 70%;
  text-align: start;
  font-family: "Raleway", sans-serif;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap {
  position: relative;
  width: 100%;
  height: 430px;
  margin: auto;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap::before {
  position: absolute;
  content: "";
  top: 55px;
  bottom: 0;
  border-radius: 0px 0px 50px 0px;
  background: #e5dede;
  width: 100%;
  height: 400px;
  z-index: -1;
}
.scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap img.schol-img {
  width: 90% !important;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
}
.scholarships-section .main-wrapper .logo-icon-section {
  margin-top: 90px;
}
.scholarships-section .main-wrapper .logo-icon-section .logo-item-wrap {
  background: #ffffff;
  padding: 36px;
  box-shadow: 0px 10px 100px 0px rgba(23, 27, 28, 0.05);
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scholarships-section .main-wrapper .logo-icon-section .logo-item-wrap .--heading {
  margin-bottom: 50px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.scholarships-section .main-wrapper .logo-icon-section .logo-item-wrap .logo-inner {
  display: flex;
  justify-content: center;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap {
  margin-bottom: 42px;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap .features-wrapper {
  padding: 16px;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item {
  margin-bottom: 16px;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item .features-icon {
  width: 70px;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item .features-icon img {
  max-width: inherit;
  width: 70px;
  height: auto;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item .--heading {
  padding-left: 12px;
}
.scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item .textarea {
  padding-left: 12px;
}
.scholarships-section .main-wrapper .logo-icon-section .btn-wrap {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .scholarships-section .main-wrapper {
    padding-bottom: 100px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--heading {
    padding-bottom: 30px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 25px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .content-decription {
    padding-bottom: 40px;
    width: 95%;
    margin: auto;
    text-align: justify;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap {
    height: 675px;
    position: relative;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap::before {
    position: absolute;
    content: "";
    top: 55px;
    bottom: 0;
    border-radius: 0px 0px 50px 0px;
    background: #e5dede;
    width: 100%;
    height: 675px;
    z-index: -1;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap img.schol-img {
    height: 675px;
  }
  .scholarships-section .logo-icon-section {
    display: flex;
    flex-wrap: wrap;
  }
  .scholarships-section .logo-icon-section .logo-item-wrap {
    width: 50%;
  }
  .scholarships-section .logo-icon-section .scholarship-feature-wrap {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .scholarships-section .logo-icon-section .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .scholarships-section .main-wrapper {
    padding-bottom: 100px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--heading {
    padding-bottom: 40px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 35px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .content-decription {
    padding-bottom: 50px;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap::before {
    position: absolute;
    content: "";
    top: 50px;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 50px 0px;
    background: #e5dede;
    width: 75%;
    height: 700px;
    z-index: -1;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap img.schol-img {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .scholarships-section .main-wrapper {
    padding-bottom: 8.3333333333vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper {
    flex-direction: row;
    position: relative;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap {
    width: 46.875vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content {
    align-items: flex-start;
    justify-content: center;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--heading {
    text-align: start;
    padding-bottom: 1.5625vw;
    max-width: 31.875vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .title-sub-headings-content .content-decription {
    max-width: 33.8541666667vw;
    text-align: start;
    margin: 0vw;
    padding-bottom: 0;
    height: 14.0625vw;
    overflow-y: scroll;
    padding-right: 1.6666666667vw;
    margin-bottom: 6.25vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap {
    padding-bottom: 0vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item {
    margin-right: 3.3854166667vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item .features-icon {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    box-shadow: 0.5208333333vw 1.0416666667vw 1.5625vw 0vw rgba(17, 31, 51, 0.3);
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item .features-icon img {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-left-wrap .scholarship-feature-wrap .features-wrapper .features-item .features-text {
    font-family: "Raleway", sans-serif;
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: 1.125vw;
    max-width: 11.5625vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap {
    width: 32.2916666667vw;
    height: 36.9270833333vw;
    margin: 0vw;
    position: absolute;
    right: 4.1666666667vw;
    box-shadow: 0vw 0.5208333333vw 5.2083333333vw 0vw rgba(23, 27, 28, 0.3);
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap::before {
    right: -3.90625vw;
    top: -3.90625vw;
    width: 32.2916666667vw;
    height: 36.9270833333vw;
    border-radius: 0vw 0vw 2.6041666667vw 0vw;
  }
  .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap img.schol-img {
    width: 32.2916666667vw !important;
    height: 36.9270833333vw;
    object-fit: cover;
    object-position: center;
  }
  .scholarships-section .logo-icon-section {
    position: relative;
    z-index: 11;
    align-items: end;
    margin-top: -1.5625vw !important;
  }
  .scholarships-section .logo-icon-section .logo-item-wrap {
    width: 18.4895833333vw;
    height: 18.4895833333vw;
    margin-right: 0.5208333333vw;
    margin-bottom: 0 !important;
  }
  .scholarships-section .logo-icon-section .logo-item-wrap .--heading {
    font-size: 1.1979166667vw;
  }
  .scholarships-section .logo-icon-section .scholarship-feature-wrap {
    width: 44.53125vw;
    background: #ffffff;
    height: 18.4895833333vw;
    display: flex;
    align-items: center;
    padding: 2.6041666667vw 2.6041666667vw;
  }
  .scholarships-section .logo-icon-section .scholarship-feature-wrap .features-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0 !important;
  }
  .scholarships-section .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item {
    width: 50%;
    padding: 1.0416666667vw 0;
    margin: 0.4166666667vw 0;
  }
  .scholarships-section .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item .--heading {
    font-size: 1.1458333333vw;
    margin-bottom: 0.2604166667vw;
  }
  .scholarships-section .logo-icon-section .scholarship-feature-wrap .features-wrapper .features-item .textarea {
    font-size: 0.78125vw;
  }
  .scholarships-section .logo-icon-section .btn-wrap {
    width: 20%;
    margin-bottom: 2.6041666667vw;
  }
  .scholarships-section.single-course-top-sec .main-wrapper {
    padding-bottom: 7.03125vw;
  }
}
.scholarship-programs-section .main-wrapper {
  padding-bottom: 60px;
}
.scholarship-programs-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 35px;
}
.scholarship-programs-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 25px;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes {
  padding-bottom: 30px;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box {
  border: 1px solid #e5dede;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(23, 27, 28, 0.05);
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.7s;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-icon img {
  width: 45px;
  height: 45px;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-data .scholarship-tag {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 214.286% */
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-bottom: 15px;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-data .scholarship-title {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
}
.scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box.active {
  box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
}
.scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content .scholarship-content-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -2.4px;
  padding-bottom: 25px;
}
.scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content .para {
  padding-bottom: 50px;
}
.scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content .para-heading {
  padding-bottom: 20px;
}
.scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content ul li.lists {
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
}
.scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content ul li.lists::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #111f33;
  border-radius: 2px;
  box-shadow: 2px 2px 5px rgba(17, 31, 51, 0.3);
}

@media only screen and (min-width: 768px) {
  .scholarship-programs-section .main-wrapper .scholarship-boxes {
    width: 70%;
    margin: auto;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .scholarship-programs-section .main-wrapper {
    padding-bottom: 8.3333333333vw;
    padding-left: 13.5416666667vw;
    padding-right: 13.5416666667vw;
  }
  .scholarship-programs-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 4.1666666667vw;
  }
  .scholarship-programs-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 1.8229166667vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-boxes {
    width: 100%;
    padding-bottom: 6.7708333333vw;
    display: flex;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box {
    width: 29.6875vw;
    height: 8.3854166667vw;
    padding: 0vw 3.125vw;
    margin-bottom: 0.5208333333vw;
    margin-right: 1.0416666667vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-icon {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    margin-right: 2.0833333333vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-icon img {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-data .scholarship-tag {
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7291666667vw;
    letter-spacing: -0.0145833333vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-bottom: 1.0416666667vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-boxes .scholarship-box .scholarship-data .scholarship-title {
    font-size: 1.1458333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1458333333vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details {
    width: 100%;
    margin: auto;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content .scholarship-content-title {
    font-size: 2.5vw;
    font-style: normal;
    line-height: 2.75vw;
    letter-spacing: -0.125vw;
    max-width: 38.0208333333vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content .para {
    max-width: 72.9166666667vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content .para-heading {
    padding-bottom: 2.6041666667vw;
    font-family: "Raleway", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    line-height: 1.25vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content ul li.lists {
    position: relative;
    padding-left: 1.3020833333vw;
    padding-bottom: 1.5625vw;
    max-width: 54.4791666667vw;
  }
  .scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content ul li.lists::before {
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    border-radius: 0.1041666667vw;
    box-shadow: 0.5208333333vw 1.0416666667vw 1.5625vw 0vw rgba(17, 31, 51, 0.3);
  }
  .scholarship-programs-section .main-wrapper .scholarship-details .scholarship-content ul li.lists:last-child {
    padding-bottom: 0vw;
  }
}
.apply-scholorship-section .main-wrapper {
  padding-bottom: 80px;
}
.apply-scholorship-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 35px;
}
.apply-scholorship-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 35px;
}
.apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes {
  flex-direction: column;
  align-items: center;
}
.apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .dotted-arrow-up {
  transform: rotate(90deg);
  width: 90px;
}
.apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .dotted-arrow-down {
  transform: rotate(90deg);
  width: 90px;
}
.apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-icon img {
  width: 70px;
  height: 70px;
}
.apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-desc {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .apply-scholorship-section .main-wrapper {
    padding: 0vw 10.7291666667vw;
    padding-bottom: 8.3333333333vw;
  }
  .apply-scholorship-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 4.1666666667vw;
  }
  .apply-scholorship-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 2.0833333333vw;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes {
    flex-direction: row;
    align-items: flex-start;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .dotted-arrow-up {
    transform: rotate(0deg);
    width: 5.8333333333vw;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .dotted-arrow-down {
    transform: rotate(0deg);
    width: 5.8333333333vw;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    filter: drop-shadow(0vw 0.2604166667vw 5.2083333333vw rgba(17, 31, 51, 0.3));
    margin-bottom: 2.6041666667vw;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-icon img {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-title {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    line-height: 1.5625vw;
    max-width: 12.65625vw;
    padding-bottom: 1.8229166667vw;
  }
  .apply-scholorship-section .main-wrapper .step-items-wrapper .steps-boxes .step-item .step-desc {
    max-width: 20.8333333333vw;
    text-align: center;
  }
}
.get-in-touch-section .main-wrapper {
  padding-bottom: 60px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper {
  flex-direction: column;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .--heading {
  padding-bottom: 35px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap {
  height: 325px;
  margin-bottom: 30px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap img.get-in-img {
  height: 325px;
  object-fit: cover;
  object-position: center;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content {
  display: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content .--heading {
  display: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container label {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 15px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .row .col-md-6 {
  padding-bottom: 20px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-12 {
  padding-bottom: 20px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-6 {
  padding-bottom: 20px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container input,
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container textarea {
  outline: transparent;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  color: #171b1c;
  font-family: "Raleway", sans-serif;
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #fff;
  border-radius: 0px;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container svg.arrow-down {
  position: absolute;
  right: 40px;
  transform: translateY(-25px);
  pointer-events: none;
  width: 12px;
  height: 12px;
  fill: #171b1c;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #fff;
  border-radius: 0px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .wpcf7-form-control-wrap {
  padding-bottom: 20px;
}
.get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .wpcf7-hidden-btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .get-in-touch-section .main-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .get-in-touch-section .main-wrapper {
    padding-left: 13.5416666667vw;
    padding-right: 13.5416666667vw;
    padding-bottom: 8.3333333333vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .--heading {
    display: none;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap {
    width: 35.625vw;
    height: 34.4791666667vw;
    margin-bottom: 0vw;
    margin-right: 6.25vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap img.get-in-img {
    width: 35.625vw;
    height: 34.4791666667vw;
    object-fit: cover;
    object-position: center;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content {
    display: block;
    padding-bottom: 0vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content .--heading {
    display: block;
    padding-bottom: 1.71875vw;
    font-family: "Montserrat", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    line-height: 3.3333333333vw;
    letter-spacing: -0.1666666667vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container {
    position: relative;
    width: 31.0416666667vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container label {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
    padding-bottom: 0.78125vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .row .col-md-6 {
    padding-bottom: 1.3020833333vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-6 {
    padding-bottom: 1.3020833333vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-12 {
    padding-bottom: 1.3020833333vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container svg.arrow-down {
    position: absolute;
    right: 1.3020833333vw;
    transform: translateY(-1.3020833333vw);
    pointer-events: none;
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control {
    height: 2.6041666667vw;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #c6c6c6;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control textarea {
    width: 31.0416666667vw;
    height: 4.1666666667vw !important;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container textarea {
    width: 31.0416666667vw;
    height: 4.1666666667vw !important;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container #custom-submit-btn {
    justify-content: flex-end !important;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.invalid .wpcf7-response-output,
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.unaccepted .wpcf7-response-output,
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #002859;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.failed .wpcf7-response-output,
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
  .get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7-response-output {
    border-color: #46b450;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
}
.international-pathways-section .main-wrapper {
  padding-bottom: 90px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper {
  flex-direction: column;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content {
  text-align: center;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--heading {
  text-align: center;
  padding-bottom: 20px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--subtitle {
  padding-bottom: 20px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .content-decription {
  padding-bottom: 40px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap {
  padding-bottom: 30px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper {
  width: 90%;
  margin: auto;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item {
  border: 1px dashed #171B1C;
  background: #FFF;
  width: 90%;
  margin: auto;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  width: 70%;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text::after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 62px;
  border-right: 1px dashed #171B1C;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text .pathways-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text .pathways-icon img {
  width: 30px;
  height: 30px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text .pathways-text {
  font-weight: 500;
  width: 70%;
  text-align: start;
  font-family: "Raleway", sans-serif;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .download-wrap {
  width: 20%;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .download-wrap img {
  width: 20px;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap {
  position: relative;
  width: 100%;
  height: 430px;
  margin: auto;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap::before {
  position: absolute;
  content: "";
  top: 55px;
  bottom: 0;
  border-radius: 0px 0px 50px 0px;
  background: #E5DEDE;
  width: 100%;
  height: 400px;
  z-index: -1;
}
.international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap img.pathways-img {
  width: 90% !important;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 768px) {
  .international-pathways-section .main-wrapper {
    padding-bottom: 100px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--heading {
    padding-bottom: 30px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 25px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .content-decription {
    padding-bottom: 40px;
    width: 95%;
    margin: auto;
    text-align: justify;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper {
    width: 60%;
    margin: auto;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap {
    height: 675px;
    position: relative;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap::before {
    position: absolute;
    content: "";
    top: 55px;
    bottom: 0;
    border-radius: 0px 0px 50px 0px;
    background: #E5DEDE;
    width: 100%;
    height: 675px;
    z-index: -1;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap img.pathways-img {
    height: 675px;
  }
}
@media only screen and (min-width: 992px) {
  .international-pathways-section .main-wrapper {
    padding-bottom: 100px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--heading {
    padding-bottom: 40px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 35px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .content-decription {
    padding-bottom: 50px;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap::before {
    position: absolute;
    content: "";
    top: 50px;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 50px 0px;
    background: #E5DEDE;
    width: 75%;
    height: 700px;
    z-index: -1;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap img.pathways-img {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .international-pathways-section .main-wrapper {
    padding-bottom: 8.3333333333vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper {
    flex-direction: row;
    position: relative;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap {
    width: 46.875vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content {
    align-items: flex-start;
    justify-content: center;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--heading {
    text-align: start;
    padding-bottom: 1.5625vw;
    max-width: 33.8541666667vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .title-sub-headings-content .content-decription {
    max-width: 33.8541666667vw;
    text-align: start;
    margin: 0vw;
    padding-bottom: 3.6458333333vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap {
    padding-bottom: 0vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item {
    height: 3.3333333333vw;
    width: 14.5833333333vw;
    margin: 0 1.0416666667vw 0 0;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text {
    width: 11.1979166667vw;
    height: 3.3333333333vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text::after {
    position: absolute;
    content: "";
    right: 0;
    width: 0.0520833333vw;
    height: 3.3333333333vw;
    border-right: 0.0520833333vw dashed #171B1C;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text .pathways-icon {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text .pathways-icon img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .pathways-icon-text .pathways-text {
    font-family: "Montserrat", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 7.8125vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .download-wrap img {
    width: 1.6145833333vw;
    height: 1.6145833333vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap {
    width: 32.2916666667vw;
    height: 36.9270833333vw;
    margin: 0vw;
    position: absolute;
    right: 4.1666666667vw;
    box-shadow: 0vw 0.5208333333vw 5.2083333333vw 0vw rgba(23, 27, 28, 0.3);
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap::before {
    right: -3.90625vw;
    top: -3.90625vw;
    width: 32.2916666667vw;
    height: 36.9270833333vw;
    border-radius: 0vw 0vw 2.6041666667vw 0vw;
  }
  .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap img.pathways-img {
    width: 32.2916666667vw !important;
    height: 36.9270833333vw;
    object-fit: cover;
    object-position: center;
  }
}
.register-steps-section .main-wrapper {
  padding-bottom: 60px;
}
.register-steps-section .main-wrapper .title-sub-headings-content {
  padding-bottom: 35px;
}
.register-steps-section .main-wrapper .title-sub-headings-content .--heading {
  padding-bottom: 35px;
}
.register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes {
  flex-direction: column;
  align-items: center;
}
.register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .dotted-arrow-up {
  transform: rotate(90deg);
  width: 90px;
}
.register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .dotted-arrow-down {
  transform: rotate(90deg);
  width: 90px;
}
.register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .step-icon img {
  width: 70px;
  height: 70px;
}
.register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .register-steps-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .register-steps-desc {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .register-steps-section .main-wrapper {
    padding: 0vw 10.7291666667vw;
    padding-bottom: 8.3333333333vw;
  }
  .register-steps-section .main-wrapper .title-sub-headings-content {
    padding-bottom: 4.1666666667vw;
  }
  .register-steps-section .main-wrapper .title-sub-headings-content .--heading {
    padding-bottom: 2.0833333333vw;
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes {
    flex-direction: row;
    align-items: flex-start;
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .dotted-arrow-up {
    transform: rotate(0deg);
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .dotted-arrow-down {
    transform: rotate(0deg);
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .step-icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    filter: drop-shadow(0vw 0.2604166667vw 5.2083333333vw rgba(17, 31, 51, 0.3));
    margin-bottom: 2.6041666667vw;
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .step-icon img {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .register-steps-title {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    line-height: 1.5625vw;
    max-width: 12.65625vw;
    padding-bottom: 1.8229166667vw;
  }
  .register-steps-section .main-wrapper .register-steps-items-wrapper .steps-boxes .register-steps-item .register-steps-desc {
    max-width: 20.8333333333vw;
    text-align: center;
  }
}
.student-visa-section {
  margin-bottom: 60px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item {
  position: relative;
  flex-direction: column;
  padding-bottom: 60px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:last-child {
  padding-bottom: 0px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content {
  text-align: center;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--heading {
  text-align: center;
  padding-bottom: 20px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--subtitle {
  padding-bottom: 20px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .content-decription {
  padding-bottom: 25px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap {
  justify-content: center;
  position: relative;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap::before {
  position: absolute;
  content: "";
  top: 30px;
  bottom: 0px;
  border-radius: 0px 0px 0px 50px;
  background: #E5DEDE;
  height: 210px;
  z-index: -1;
  width: 80%;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap .image-one {
  height: 276px;
  margin-right: 3px;
}
.student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap .image-one img.img-one {
  height: 276px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 768px) {
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--heading {
    padding-bottom: 30px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--subtitle {
    padding-bottom: 25px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .content-decription {
    padding-bottom: 40px;
    width: 95%;
    margin: auto;
    text-align: justify;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex::before {
    height: 265px;
    width: 60%;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .image-one {
    height: 330px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .image-one img.img-one {
    height: 330px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .img-two-three.d-flex .image-two {
    height: 165px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .img-two-three.d-flex .image-two img.img-two {
    height: 165px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .img-two-three.d-flex .image-three {
    height: 165px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .img-two-three.d-flex .image-three img.img-three {
    height: 165px;
  }
}
@media only screen and (min-width: 992px) {
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--heading {
    padding-bottom: 40px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--subtitle {
    padding-bottom: 35px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .content-decription {
    padding-bottom: 50px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap::before {
    width: 55%;
    height: 310px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap .image-one {
    height: 370px;
    margin-right: 7px;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap .image-one img.img-one {
    height: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .student-visa-section {
    margin-bottom: 9.8958333333vw;
  }
  .student-visa-section .main-wrapper {
    padding: 0vw;
    padding: 0vw 5.2083333333vw 0vw 8.3333333333vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item {
    position: relative;
    flex-direction: row;
    padding-bottom: 8.3333333333vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:last-child {
    padding-bottom: 0vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .title-sub-headings-content {
    align-items: flex-start;
    justify-content: center;
    width: 33.28125vw;
    margin-left: 10.78125vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .title-sub-headings-content .--heading {
    text-align: start;
    padding-bottom: 1.5625vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .title-sub-headings-content .content-decription {
    max-width: 31.3541666667vw;
    margin: 0vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .images-wrap.d-flex {
    width: 43.75vw;
    position: relative;
    margin-left: -3.125vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .images-wrap.d-flex::before {
    position: absolute;
    content: "";
    top: 4.1666666667vw;
    bottom: 0;
    border-radius: 0vw 0vw 2.6041666667vw 0vw;
    background: #E5DEDE;
    width: 54.1666666667vw;
    height: 28.6458333333vw;
    z-index: -1;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .images-wrap.d-flex .image-one {
    width: 43.75vw;
    height: 36.9791666667vw;
    margin-right: 0vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .images-wrap.d-flex .image-one img.img-one {
    height: 36.9791666667vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content {
    align-items: flex-start;
    justify-content: center;
    width: 42.7083333333vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--heading {
    text-align: start;
    padding-bottom: 1.5625vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .--subtitle {
    padding-bottom: 2.6041666667vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .title-sub-headings-content .content-decription {
    max-width: 31.3541666667vw;
    margin: 0vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex {
    width: 43.75vw;
    position: relative;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex::before {
    position: absolute;
    content: "";
    top: 4.1666666667vw;
    bottom: 0;
    border-radius: 0vw 0vw 0vw 2.6041666667vw;
    background: #E5DEDE;
    width: 54.1666666667vw;
    height: 28.6458333333vw;
    z-index: -1;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .image-one {
    width: 43.75vw;
    height: 36.9791666667vw;
    margin-right: 0.5208333333vw;
  }
  .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap.d-flex .image-one img.img-one {
    height: 36.9791666667vw;
  }
}
.international-pathways-get-in-touch-section .main-wrapper {
  padding-bottom: 60px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper {
  flex-direction: column;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .--heading {
  padding-bottom: 35px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap {
  height: 325px;
  margin-bottom: 30px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap img.get-in-img {
  height: 325px;
  object-fit: cover;
  object-position: center;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content {
  display: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content .--heading {
  display: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container input, .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container textarea {
  outline: transparent;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container label {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 15px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .row .col-md-6 {
  padding-bottom: 20px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-12 {
  padding-bottom: 20px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-6 {
  padding-bottom: 20px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  color: #171B1C;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container svg.arrow-down {
  position: absolute;
  right: 40px;
  transform: translateY(-25px);
  pointer-events: none;
  width: 12px;
  height: 12px;
  fill: #171B1C;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control {
  border: 1px solid rgba(28, 28, 28, 0.25);
  background: #FFF;
  border-radius: 0px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control::placeholder {
  text-align: justify;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .wpcf7-form-control-wrap {
  padding-bottom: 20px;
}
.international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .wpcf7-hidden-btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .international-pathways-get-in-touch-section .main-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .international-pathways-get-in-touch-section .main-wrapper {
    padding-left: 13.5416666667vw;
    padding-right: 13.5416666667vw;
    padding-bottom: 8.3333333333vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .--heading {
    display: none;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap {
    width: 35.625vw;
    height: 34.4791666667vw;
    margin-bottom: 0vw;
    margin-right: 6.25vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-img-wrap img.get-in-img {
    width: 35.625vw;
    height: 34.4791666667vw;
    object-fit: cover;
    object-position: center;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content {
    display: block;
    padding-bottom: 0vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .title-sub-headings-content .--heading {
    display: block;
    padding-bottom: 1.71875vw;
    font-family: "Montserrat", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    line-height: 3.3333333333vw;
    letter-spacing: -0.1666666667vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container {
    position: relative;
    width: 31.0416666667vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container label {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
    padding-bottom: 0.78125vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .row .col-md-6 {
    padding-bottom: 1.3020833333vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-6 {
    padding-bottom: 1.3020833333vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .col-md-12 {
    padding-bottom: 1.3020833333vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container select option {
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4371875vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container svg.arrow-down {
    position: absolute;
    right: 1.3020833333vw;
    transform: translateY(-1.3020833333vw);
    pointer-events: none;
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control {
    height: 2.6041666667vw;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control::placeholder {
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1979166667vw;
    letter-spacing: -0.0416666667vw;
    color: #C6C6C6;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container .form-control textarea {
    width: 31.0416666667vw;
    height: 4.1666666667vw !important;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container textarea {
    width: 31.0416666667vw;
    height: 4.1666666667vw !important;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .contact-form-container #custom-submit-btn {
    justify-content: flex-end !important;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.invalid .wpcf7-response-output, .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.unaccepted .wpcf7-response-output, .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #002859;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.failed .wpcf7-response-output, .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
  .international-pathways-get-in-touch-section .main-wrapper .get-in-touch-full-wrapper .get-in-touch-title-form-wrap .get-in-touch-form .wpcf7-response-output {
    border-color: #46b450;
    font-family: "Raleway", sans-serif;
    font-size: 0.78125vw;
    text-align: center;
  }
}
.csr-projects-section {
  margin-bottom: 50px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content {
  margin-top: 20px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo img {
  width: 80%;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles {
  text-align: center;
  margin-bottom: 30px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-title-one {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-title-one span {
  font-weight: 700;
}
.csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-sub-title {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .csr-projects-section .csr-projects-wrapper {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-img {
    width: 50%;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content {
    width: 50%;
    margin-top: 0px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .csr-projects-section {
    margin-bottom: 2.6041666667vw;
  }
  .csr-projects-section .csr-projects-wrapper {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content {
    display: flex;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-img {
    width: 50.5%;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content {
    width: 49.5%;
    margin-top: 0px;
    padding: 0.5208333333vw 0 0 5.7291666667vw;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo {
    justify-content: left;
    margin-bottom: 2.7083333333vw;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-logo img {
    width: auto;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles {
    text-align: left;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-title-one {
    font-size: 3.125vw;
  }
  .csr-projects-section .csr-projects-wrapper .csr-projects-img-content .csr-pro-content .csr-pro-title-para .csr-pro-titles .csr-pro-sub-title {
    margin-top: 1.5625vw;
    margin-bottom: 2.8645833333vw;
    font-size: 1.5625vw;
  }
}

.csr-action-title-section {
  margin-bottom: 40px;
}
.csr-action-title-section .custom-wrapper .csr-action-titles {
  text-align: center;
}
.csr-action-title-section .custom-wrapper .csr-action-titles .csr-action-title-one {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.csr-action-title-section .custom-wrapper .csr-action-titles .csr-action-title-one span {
  font-weight: 700;
}
.csr-action-title-section .custom-wrapper .csr-action-titles .csr-pro-sub-title {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .csr-action-title-section {
    margin-bottom: 2.0833333333vw;
    margin-top: 7.8125vw;
  }
  .csr-action-title-section .custom-wrapper .csr-action-titles .csr-action-title-one {
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
  .csr-action-title-section .custom-wrapper .csr-action-titles .csr-pro-sub-title {
    font-size: 1.5625vw;
    margin-bottom: 3.75vw;
  }
}

.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date {
  display: flex;
  flex-direction: column;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location {
  display: flex;
  margin-right: 10px;
  font-size: 13px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location .csr-location-text {
  margin-right: 10px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date {
  display: flex;
  font-size: 13px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-txt {
  margin-right: 7px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-date {
  display: flex;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-date .date.m {
  margin-left: 3px;
  margin-right: 3px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share .s-m-logos {
  padding-right: 8px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share svg {
  width: 18px;
  height: 18px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share .ba-share-img {
  margin-right: 10px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-image {
  position: relative;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 45.7%, #000000 100%);
  z-index: 1;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-image {
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description p {
  text-align: justify;
  margin-top: 10px !important;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description p strong {
  font-weight: 700;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul {
  border-radius: 0px 0px 50px 0px;
  background: #e5dede;
  padding: 25px 15px !important;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul li {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: justify;
  list-style: none;
  position: relative;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul li:last-child {
  margin-bottom: 0;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #111f33;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  margin-right: 15px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider {
  margin: 50px 0;
  position: relative;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img {
  margin: 0 5px;
  position: relative;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.8);
  z-index: 1;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img.slick-active::before {
  background: rgba(242, 242, 242, 0);
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .slick-list {
  padding: 0 18.7% !important;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .slick-list .slick-next,
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .slick-list .slick-prev {
  display: none !important;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .nav-btn {
  border: none;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .nav-btn img {
  width: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news {
  margin: 0 20px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news .active-num {
  font-size: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news span {
  font-size: 33px;
  font-weight: 500;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news .s-2 {
  font-size: 15px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr {
  margin: 0 20px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr .active-num {
  font-size: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr span {
  font-size: 33px;
  font-weight: 500;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr .s-2 {
  font-size: 15px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn {
  text-align: center;
  margin-bottom: 40px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-titles {
  color: #171b1c;
  font-size: 32px;
  text-align: center;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-titles span {
  font-weight: 700;
}
.single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-btn {
  background: #b81e2d;
  box-shadow: 0px 4px 20px 0px rgba(184, 30, 45, 0.75);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  padding: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 65%, #000000 100%);
  z-index: 1;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17, 31, 51, 0) 65%, #000000 100%);
  z-index: 1;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video img {
  width: 100%;
  height: 100%;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 30px;
  bottom: 0;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-txt {
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: center;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-txt img {
  width: 60px;
  height: 60px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-txt .view-hover-txt {
  color: #fff;
  margin-left: 10px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-line {
  height: 1px;
  opacity: 0.2;
  background: #fff;
  width: 100%;
  margin-top: 72px;
}
.single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-title-time {
  color: white;
  text-align: start;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items {
  text-align: center;
  margin-bottom: 80px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-blog-title {
  line-height: 0.5;
  font-size: 30px;
  margin-bottom: 10px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-blog-title span {
  font-weight: 700;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-blog-sub-title {
  font-size: 20px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-blog-sub-title {
  margin-bottom: 25px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .slick-next,
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .slick-prev {
  display: none !important;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover {
  box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
  transition: all 0.5s;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore {
  transition: all 0.5s;
  background-color: #111f33;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-category {
  border: 1px solid #ffffff;
  color: white;
  transition: all 0.5s;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .csr-location {
  color: rgba(255, 255, 255, 0.6);
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-links .ba-blog-link {
  color: #ffffff;
  transition: all 0.5s;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-links .ba-blog-link::after {
  color: #ffffff;
  transition: all 0.5s;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-links .ba-campus-link {
  transition: all 0.5s;
  color: #ffffff;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-explore,
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:hover .ba-title-explore .ba-title {
  color: #ffffff;
  transition: all 0.5s;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img {
  position: relative;
  overflow: hidden;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img img {
  width: 100%;
  height: 100%;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  padding: 10px;
  right: 0;
  font-family: "Montserrat", sans-serif;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .date.d {
  color: white;
  font-size: 50px;
  margin-right: 10px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year {
  display: flex;
  margin-top: 12px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.m {
  color: white;
  margin-right: 8px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.y {
  color: white;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 51, 0) 45.7%, #000000 100%);
  z-index: 1;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore {
  background: white;
  padding: 25px;
  text-align: left;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-category {
  border: 1px solid #171b1c;
  display: inline-block;
  padding: 1px 4px;
  margin-bottom: 15px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .csr-location {
  color: rgba(23, 27, 28, 0.6);
  margin-bottom: 5px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links {
  margin-bottom: 10px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link {
  color: #b81e2d;
  font-size: 14px;
  text-decoration: underline !important;
  position: relative;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link::after {
  content: "•";
  color: #b81e2d;
  font-size: 23px;
  margin-left: 18px;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  bottom: -5px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-campus-link {
  color: #b81e2d;
  font-size: 14px;
  text-decoration: underline !important;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-title {
  line-height: 1;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 48px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-explore {
  color: #171b1c;
  text-decoration: underline !important;
  font-size: 16px;
  text-transform: uppercase;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 20px auto;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .nav-btn {
  border: none;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .nav-btn img {
  width: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news {
  margin: 0 20px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .active-num {
  font-size: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news span {
  font-size: 33px;
  font-weight: 500;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .s-2 {
  font-size: 15px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_csr {
  margin: 0 20px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_csr .active-num {
  font-size: 30px;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_csr span {
  font-size: 33px;
  font-weight: 500;
}
.single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_csr .s-2 {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .single-csr-projects-section {
    margin: 0 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-image {
    margin: 0 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider {
    margin: 50px 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img {
    margin: 0 5px;
    position: relative;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-titles {
    text-align: left;
    font-size: 32px;
    margin-bottom: 15px;
    margin-bottom: 0px;
    width: 100%;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-btn {
    font-size: 12px;
    padding: 15px;
    letter-spacing: 2px;
    width: 40%;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 40px;
    margin-left: 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date {
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location {
    display: flex;
    margin-right: 0px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location .csr-location-text {
    margin-right: 10px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location::after {
    content: "|";
    color: #171b1c;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    bottom: 0px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description {
    margin-top: 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description p {
    padding: 0 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul {
    padding: 35px 40px !important;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .s-new-img-slider {
    padding: 0 30px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .s-new-img-slider .news-img-items .slick-list .slick-track .news-slider-img {
    margin: 0 10px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video {
    margin: 0 40px 40px 40px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details {
    bottom: 0;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-line {
    margin-top: 72px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-b-slider {
    padding: 0 30px;
    position: relative;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-b-slider .multiple-items .ba-blog {
    margin-right: 10px;
    margin-left: 10px;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-b-slider .multiple-items .ba-blog:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-csr-projects-section {
    margin: 0;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.78125vw;
    margin-right: 2.0833333333vw;
    margin-left: 2.0833333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date {
    display: flex;
    justify-content: center;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location {
    display: flex;
    margin-right: 0px;
    font-size: 0.8333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .csr-location .csr-location-text {
    margin-right: 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date {
    font-size: 0.8333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-txt {
    margin-right: 0.3645833333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .blog-link-date .ba-s-date .ba-s-date .date.m {
    margin-left: 0.15625vw;
    margin-right: 0.15625vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share {
    margin-top: 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share .ba-share-img {
    margin-right: 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider {
    margin: 2.6041666667vw 5.9895833333vw 8.3333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img {
    margin: 0 0.5208333333vw;
    position: relative;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-projects-items .csr-pro-slider-img img {
    width: 100%;
    height: 26.0416666667vw;
    object-fit: cover;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button {
    margin: 3.125vw 0;
    left: 0;
    right: 0;
    margin-top: -0.8333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .nav-btn img {
    width: 2.0833333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news {
    margin: 0 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news .active-num {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news span {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_news .s-2 {
    font-size: 0.9375vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr {
    margin: 0 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr .active-num {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr span {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .custom-slider-button .slider-count .custom-slider-count_csr .s-2 {
    font-size: 0.9375vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn {
    margin-bottom: 3.75vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-titles {
    text-align: left;
    font-size: 2.5vw;
    margin-bottom: 0.78125vw;
    margin-bottom: 0px;
    width: 44%;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-btn {
    font-size: 0.7291666667vw;
    padding: 0.78125vw 1.0416666667vw;
    letter-spacing: 0.1041666667vw;
    width: 18%;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description {
    margin-top: 4.1666666667vw;
    margin-bottom: 4.6875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description p {
    padding: 0 5.9895833333vw;
    line-height: 1.5625vw;
    font-size: 0.8333333333vw;
    margin-bottom: 20px !important;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description p strong {
    font-size: 1.1458333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul {
    padding: 3.125vw 4.1666666667vw !important;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul li {
    margin-bottom: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-description ul li strong {
    font-size: 0.9375vw;
    font-weight: 700;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .s-new-img-slider {
    padding: 0 5.46875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .s-new-img-slider .news-img-items .slick-list .slick-track .news-slider-img {
    margin: 0 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-main-image {
    margin-bottom: 1.5625vw;
    margin-top: 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video {
    margin: 0 10.7291666667vw 8.3333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details {
    padding: 3.6458333333vw;
    bottom: -1.5625vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-txt {
    margin-bottom: 3.6458333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-txt img {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-txt .view-hover-txt {
    margin-left: 0.5208333333vw;
    letter-spacing: 0.1666666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-icon-line {
    height: 0.0520833333vw;
    margin-top: 0.625vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-title-time {
    margin-top: 2.0833333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-title-time .video-title {
    font-size: 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .blog-video .blog-video-details .video-title-time .video-time {
    font-size: 0.8333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items {
    margin-bottom: 8.3333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-blog-title {
    font-size: 3.125vw;
    margin-bottom: 2.34375vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-blog-sub-title {
    font-size: 1.5625vw;
    margin-bottom: 4.2708333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog {
    margin-right: 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog:last-child {
    margin-right: 0;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date {
    padding: 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .date.d {
    font-size: 5.2083333333vw;
    margin-right: 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year {
    margin-top: 1.5625vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.m {
    margin-right: 0.4166666667vw;
    font-size: 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-blog .ba-blog-img .ba-date .news-month-year .date.y {
    font-size: 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore {
    padding: 2.0833333333vw;
    padding-bottom: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-category {
    border: 0.0520833333vw solid #171b1c;
    padding: 0.0520833333vw 0.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .csr-location {
    margin-bottom: 0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links {
    margin-bottom: 1.3020833333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link {
    font-size: 0.7291666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-blog-link::after {
    content: "•";
    font-size: 1.1979166667vw;
    margin-left: 0.9375vw;
    margin-right: 0.7291666667vw;
    bottom: -0.2604166667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-links .ba-campus-link {
    font-size: 0.7291666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-title {
    margin-bottom: 3.125vw;
    font-size: 1.25vw;
    height: 2.7083333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .multiple-items .ba-title-explore .ba-explore {
    font-size: 0.8333333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button {
    margin: 3.125vw 0;
    margin-top: -0.5208333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .nav-btn img {
    width: 2.0833333333vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news {
    margin: 0 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .active-num {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news span {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom-slider-count_news .s-2 {
    font-size: 0.9375vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom_paging_csr ul .slick-active {
    margin: 0 1.0416666667vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom_paging_csr ul .slick-active .active-num {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom_paging_csr ul .slick-active span {
    font-size: 1.875vw;
  }
  .single-csr-projects-section .single-csr-projects-wrapper .related-blogs-items .related-b-slider .custom-slider-button .slider-count .custom_paging_csr ul .slick-active .s-2 {
    font-size: 0.9375vw;
  }
}

.partner-programs-section {
  margin-bottom: 70px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img {
  display: flex;
  flex-direction: column;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-img {
  position: relative;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-img .internship-offers-top-img-box {
  background: #F2F2F2;
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: -2px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles {
  padding-bottom: 50px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .--heading {
  padding-bottom: 25px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .--subtitle {
  padding-bottom: 30px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .content-decription {
  text-align: justify;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-contents .internship-offers-title-ul .internship-offers-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-contents .internship-offers-title-ul .internship-offers-sub-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-contents .internship-offers-title-ul .internship-offer-items .intern-offer-item {
  position: relative;
  font-size: 16px;
  padding-left: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: left;
}
.partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-contents .internship-offers-title-ul .internship-offer-items .intern-offer-item::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  left: 10px;
  top: 0;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  background: #111F33;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
}
.partner-programs-section .internship-offers {
  margin-bottom: 30px;
}
.partner-programs-section .advantages-of-internships {
  border-radius: 0px 0px 0px 50px;
  background: #FFF;
  box-shadow: 0px 10px 100px 0px rgba(23, 27, 28, 0.05);
  padding: 30px;
  margin-top: 60px;
}
.partner-programs-section .advantages-of-internships .advantage-internships-slider .adv-inter-slider-main-title {
  font-size: 34px;
  line-height: 1.2;
}
.partner-programs-section .advantages-of-internships .advantage-internships-slider .adv-inter-slider-sub-title {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.partner-programs-section .advantages-of-internships .advantage-internships-slider .adv-inter-slider-dec {
  text-align: justify;
}
.partner-programs-section .advantages-of-internships .advantage-internships-slider .adv-inter-slider-sub-title-t {
  margin-bottom: 20px;
}
.partner-programs-section .custom-slider-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.partner-programs-section .custom-slider-button .advantage-prev-btn, .partner-programs-section .custom-slider-button .advantage-next-btn {
  margin-right: 10px;
  margin-left: 10px;
}
.partner-programs-section .custom-slider-button .slider-count {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .partner-programs-section .main-wrapper .internship-offers {
    margin-bottom: 30px;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships {
    border-radius: 0px 0px 0px 50px;
    background: #FFF;
    box-shadow: 0px 10px 100px 0px rgba(23, 27, 28, 0.05);
    padding: 30px;
    margin-top: 0;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-main-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-dec {
    text-align: justify;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-sub-title-t {
    margin-bottom: 20px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img {
    display: flex;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-img {
    position: relative;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-img .internship-offers-top-img-box {
    background: #F2F2F2;
    width: 100%;
    height: 128px;
    position: absolute;
    bottom: -2px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content {
    position: relative;
    top: -82px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles {
    padding-bottom: 50px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .--heading {
    padding-bottom: 25px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .--subtitle {
    padding-bottom: 30px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .content-decription {
    text-align: justify;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul {
    display: flex;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offer-items .intern-offer-item {
    position: relative;
    font-size: 16px;
    padding-left: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: left;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offer-items .intern-offer-item::before {
    content: "";
    position: absolute;
    border-radius: 2px;
    left: 10px;
    top: 0;
    width: 11px;
    height: 11px;
    margin-top: 5px;
    background: #111F33;
    box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
  }
}
@media only screen and (min-width: 1200px) {
  .partner-programs-section .main-wrapper {
    position: relative;
    margin-bottom: 17.96875vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img {
    display: flex;
    flex-direction: row;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-img {
    position: relative;
    width: 44%;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-img .internship-offers-top-img-box {
    display: none;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content {
    width: 56%;
    top: 0;
    padding-left: 3.125vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles {
    padding-bottom: 2.6041666667vw;
    margin-bottom: 1.5625vw;
    text-align: left;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .--heading {
    padding-bottom: 1.3020833333vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .--subtitle {
    padding-bottom: 1.5625vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-titles .content-decription {
    text-align: justify;
    padding-right: 10.9375vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul {
    align-items: start;
    flex-direction: column;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul .internship-offers-title {
    margin-bottom: 1.0416666667vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul .internship-offers-sub-title {
    font-size: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul .internship-offer-items {
    display: flex;
    flex-wrap: wrap;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul .internship-offer-items .intern-offer-item {
    width: 33.3%;
    position: relative;
    font-size: 0.8333333333vw;
    padding-left: 1.6666666667vw;
    line-height: 1.2;
    margin-bottom: 0.625vw;
    text-align: left;
    padding-right: 2.0833333333vw;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul .internship-offer-items .intern-offer-item content {
    width: 100%;
  }
  .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-title-content .partner-programs-contents .internship-offers-title-ul .internship-offer-items .intern-offer-item::before {
    content: "";
    position: absolute;
    border-radius: 0.1041666667vw;
    left: 0.5208333333vw;
    top: 0;
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    margin-top: 0.2604166667vw;
    background: #111F33;
    box-shadow: 0.5208333333vw 1.0416666667vw 1.5625vw 0 rgba(17, 31, 51, 0.3);
  }
  .partner-programs-section .main-wrapper .internship-offers {
    margin-bottom: 1.5625vw;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships {
    border-radius: 0px 0px 0px 2.6041666667vw;
    box-shadow: 0px 0.5208333333vw 5.2083333333vw 0px rgba(23, 27, 28, 0.05);
    padding: 4.6875vw 5.2083333333vw 2.6041666667vw 5.2083333333vw;
    width: 80%;
    position: absolute;
    top: 35vw;
    right: 0vw;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-main-title {
    font-size: 2.5vw;
    line-height: 1.2;
    margin-bottom: 2.8125vw;
    text-align: start !important;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .slider-item-c {
    display: flex;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .slider-item-c .s-i-c {
    margin-right: 5.2083333333vw;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .slider-item-c .s-i-c:nth-child(2) {
    margin-right: 0;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-sub-title {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
    margin-top: 0;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-dec {
    text-align: justify;
  }
  .partner-programs-section .main-wrapper .advantages-of-internships .advantage-internships-slider .adv-inter-slider-sub-title-t {
    margin-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .partner-programs-section .main-wrapper .custom-slider-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2.0833333333vw;
    width: 20%;
    position: relative;
    top: 2.0833333333vw;
    left: 5.2083333333vw;
  }
  .partner-programs-section .main-wrapper .custom-slider-button .advantage-prev-btn, .partner-programs-section .main-wrapper .custom-slider-button .advantage-next-btn {
    margin: 0.5208333333vw 0;
    margin-left: 1.5625vw;
  }
  .partner-programs-section .main-wrapper .custom-slider-button .slider-count {
    font-size: 1.875vw;
  }
  .partner-programs-section .main-wrapper .custom-slider-button .slider-count .custom-slider-count_advantage {
    margin: 0.5208333333vw;
  }
}

.partner-section {
  margin-top: 30px;
  text-align: center;
}
.partner-section .partner-programs-titles {
  margin-bottom: 30px;
}
.partner-section .partner-programs-titles .--heading {
  margin-bottom: 20px;
}
.partner-section .partner-programs-titles .--subtitle {
  text-align: center;
}
.partner-section .patner-section-slider {
  margin: 20px 0;
}
.partner-section .patner-section-slider .partners-logos-slider .slick-list .slick-track .logo-item {
  border: 1px solid #E5DEDE;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(23, 27, 28, 0.05);
  padding: 25px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .partner-section {
    margin-top: 0;
    margin-bottom: 8.3333333333vw;
  }
  .partner-section .partner-programs-titles {
    margin-bottom: 4.1666666667vw;
  }
  .partner-section .partner-programs-titles .--heading {
    margin-bottom: 2.0833333333vw;
  }
  .partner-section .partner-programs-titles .--subtitle {
    text-align: center;
  }
  .partner-section .patner-section-slider {
    margin: 1.0416666667vw 0;
    overflow: hidden;
  }
  .partner-section .patner-section-slider .partners-logos-slider .slick-list .slick-track .logo-item {
    border: 0.0520833333vw solid #E5DEDE;
    background: #FFF;
    box-shadow: 0px 0.2083333333vw 1.0416666667vw 0px rgba(23, 27, 28, 0.05);
    padding: 2.8645833333vw 2.34375vw;
    margin: 0 0.5208333333vw;
  }
}

.robotics-innovation-section {
  margin-bottom: 70px;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-section-title {
  margin-bottom: 20px;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-section-title .top-title {
  margin-bottom: 20px;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-section-title .sub-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-section-title .content-decription {
  margin-bottom: 30px;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .cs_ri_img {
  margin: 0 5px;
  position: relative;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .cs_ri_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .cs_ri_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.8);
  z-index: 1;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .cs_ri_img.slick-active::before {
  background: rgba(242, 242, 242, 0);
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .slick-list {
  padding: 0 15% !important;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .slick-list .slick-next,
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .slick-list .slick-prev {
  display: none !important;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .nav-btn {
  border: none;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .nav-btn img {
  width: 30px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo {
  margin: 0 20px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo .active-num {
  font-size: 30px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo span {
  font-size: 33px;
  font-weight: 500;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo .s-2 {
  font-size: 15px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom-slider-count_robo {
  margin: 0 20px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom-slider-count_robo .active-num {
  font-size: 30px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom-slider-count_robo span {
  font-size: 33px;
  font-weight: 500;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom-slider-count_robo .s-2 {
  font-size: 15px;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .cs_ri_img {
  margin: 0 5px;
  position: relative;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .cs_ri_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .cs_ri_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.8);
  z-index: 1;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .cs_ri_img.slick-active::before {
  background: rgba(242, 242, 242, 0);
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .slick-list {
  padding: 0 15% !important;
}
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .slick-list .slick-next,
.robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .slick-list .slick-prev {
  display: none !important;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .nav-btn {
  border: none;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .nav-btn img {
  width: 30px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 {
  margin: 0 20px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 .active-num {
  font-size: 30px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 span {
  font-size: 33px;
  font-weight: 500;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 .s-2 {
  font-size: 15px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom-slider-count_robo-2 {
  margin: 0 20px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom-slider-count_robo-2 .active-num {
  font-size: 30px;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom-slider-count_robo-2 span {
  font-size: 33px;
  font-weight: 500;
}
.robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom-slider-count_robo-2 .s-2 {
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .robotics-innovation-section {
    margin-bottom: 7.8125vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-section-title {
    margin-bottom: 3.6458333333vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-section-title .top-title {
    margin-bottom: 1.0416666667vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-section-title .sub-title {
    margin-bottom: 2.6041666667vw;
    font-size: 1.5625vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-section-title .content-decription {
    margin: 1.5625vw 5.9895833333vw;
    text-align: center;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section {
    margin: 2.6041666667vw 10.15625vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .cs_ri_img {
    margin: 0 0.5208333333vw;
    position: relative;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .cs_ri_img img {
    width: 100%;
    height: 26.0416666667vw;
    object-fit: cover;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .robotics-inn-slider .slick-list {
    padding: 0 11.7708333333vw !important;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo {
    margin: 3.125vw 0;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .nav-btn img {
    width: 2.0833333333vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom_paging_robo {
    margin: 0 1.0416666667vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom_paging_robo .active-num {
    font-size: 1.875vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom_paging_robo span {
    font-size: 1.875vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom_paging_robo .s-2 {
    font-size: 0.9375vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom-slider-count_robo {
    margin: 0 1.0416666667vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom-slider-count_robo .active-num {
    font-size: 1.875vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom-slider-count_robo span {
    font-size: 1.875vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section .custom-slider-button-robo .slider-count .custom-slider-count_robo .s-2 {
    font-size: 0.9375vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo {
    display: flex;
    justify-content: center;
    margin: 1.5625vw 0;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo .nav-btn {
    border: none;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo .nav-btn img {
    width: 1.5625vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo {
    margin: 0 1.0416666667vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo .active-num {
    font-size: 1.875vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo span {
    font-size: 1.71875vw;
    font-weight: 500;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo .slider-count .custom_paging_robo .s-2 {
    font-size: 0.9375vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 {
    margin: 2.6041666667vw 5.9895833333vw;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .cs_ri_img {
    margin: 0 0.5208333333vw;
    position: relative;
  }
  .robotics-innovation-section .main-wrapper .robotics-innovation-slider-section-2 .robotics-inn-slider-2 .cs_ri_img img {
    width: 100%;
    height: 26.0416666667vw;
    object-fit: cover;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 {
    display: flex;
    justify-content: center;
    margin: 1.5625vw 0;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .nav-btn {
    border: none;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .nav-btn img {
    width: 1.5625vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 {
    margin: 0 1.0416666667vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 .active-num {
    font-size: 1.875vw;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 span {
    font-size: 1.71875vw;
    font-weight: 500;
  }
  .robotics-innovation-section .main-wrapper .custom-slider-button-robo-2 .slider-count .custom_paging_robo-2 .s-2 {
    font-size: 0.9375vw;
  }
}

.clubs-socities-highlights-section {
  margin-bottom: 70px;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights {
  margin-bottom: 40px;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights .top-title {
  margin-bottom: 30px;
  font-size: 30px;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list {
  padding-left: 0px !important;
  padding-right: 0% !important;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images {
  display: flex;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-left {
  padding-right: 10px;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-left img {
  height: 100%;
  width: 100%;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right {
  display: flex;
  flex-direction: column;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-top {
  padding-bottom: 10px;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-top img {
  height: 100%;
  width: 100%;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down {
  display: flex;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down .cs-h-right-down-box {
  padding-right: 10px;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down .cs-h-right-down-box:nth-child(2n) {
  padding-right: 0;
}
.clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down .cs-h-right-down-box img {
  height: 100%;
  width: 100%;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .nav-btn {
  border: none;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .nav-btn img {
  width: 30px;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight {
  margin: 0 20px;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight .active-num {
  font-size: 30px;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight span {
  font-size: 33px;
  font-weight: 500;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight .s-2 {
  font-size: 15px;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom-slider-count_highlight {
  margin: 0 20px;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom-slider-count_highlight .active-num {
  font-size: 30px;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom-slider-count_highlight span {
  font-size: 33px;
  font-weight: 500;
}
.clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom-slider-count_highlight .s-2 {
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  .clubs-socities-highlights-section {
    margin-bottom: 8.3333333333vw;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights {
    margin-bottom: 4.1666666667vw;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights .top-title {
    margin-bottom: 1.5625vw;
    font-size: 3.125vw;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list {
    padding-left: 0px !important;
    padding-right: 29.5% !important;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images {
    display: flex;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-left {
    padding-right: 1.0416666667vw;
    width: 43%;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-left img {
    height: 32.2916666667vw;
    object-fit: cover;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right {
    display: flex;
    flex-direction: column;
    padding-right: 1.0416666667vw;
    width: 57%;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right img {
    height: 15.625vw !important;
    object-fit: cover;
    width: 100% !important;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-top {
    padding-bottom: 1.0416666667vw;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down {
    display: flex;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down .cs-h-right-down-box {
    padding-right: 1.0416666667vw;
    width: 50%;
  }
  .clubs-socities-highlights-section .main-wrapper .clubs-socities-highlights-images .clubs-socities-highlights-slider .slick-list .cs-highlight-images .cs-h-right .cs-h-right-down .cs-h-right-down-box:nth-child(2n) {
    padding-right: 0;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight {
    display: flex;
    justify-content: right;
    margin: 1.5625vw 0;
    margin-bottom: 0;
    position: relative;
    top: -112px;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .nav-btn {
    border: none;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .nav-btn img {
    width: 1.5625vw;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight {
    margin: 0 1.0416666667vw;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight .active-num {
    font-size: 1.875vw;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight span {
    font-size: 1.71875vw;
    font-weight: 500;
  }
  .clubs-socities-highlights-section .main-wrapper .custom-slider-button-highlight .slider-count .custom_paging_highlight .s-2 {
    font-size: 0.9375vw;
  }
}

body.career-guidance-center .partner-section {
  display: none;
}

body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open .main-course-filter-section .filter-area .filter-courses-btn {
  z-index: 1;
}
body.menu-is-open .dark-light-mode {
  top: 60px;
}

body.filter-open {
  overflow: hidden;
}
body.filter-open .filter-courses-btn.desktop-hide-m {
  position: relative;
  top: -188px;
  right: 25px;
  left: inherit;
  float: right;
}

.our-management .chairmans-statement-section,
.our-management .leadership-profiles-section {
  display: none;
}

body.dark-mode {
  background: #171B1C;
}
body.dark-mode .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .dotted-line {
  border-bottom: 0.0520833333vw dashed #ffffff;
}
body.dark-mode .main-course-filter-section .sort-group select {
  color: #ffffff !important;
}
body.dark-mode .small-banner .custom-breadcrub .separator {
  color: #ffffff;
}
body.dark-mode .career-form-section .form-section-wrapper label {
  color: #ffffff !important;
}
body.dark-mode .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-contents .internship-offers-title-ul .internship-offer-items .intern-offer-item {
  color: #ffffff;
}
body.dark-mode .partner-programs-section .main-wrapper .partner-programs-title-content-img .partner-programs-contents .internship-offers-title-ul .internship-offers-title {
  color: #ffffff;
}
body.dark-mode .form-section .form-section-wrapper label {
  color: #ffffff !important;
}
body.dark-mode .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label .add-more-btn {
  color: #ffffff;
}
body.dark-mode .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-head .textarea {
  color: #000000;
}
body.dark-mode .scholarships-section .logo-inner-wrap {
  background: #ffffff;
  padding: 12px;
}
body.dark-mode .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .quote-icon {
  filter: brightness(0) invert(1);
}
body.dark-mode .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap .title-sub-headings-content {
  border-bottom: 1px solid #ffffff;
}
body.dark-mode .countdown-section .custom-wrap .image-content-wrap {
  background: transparent;
}
body.dark-mode .off-canvas-menu .footer-social-link .list-item .icon-inner svg {
  fill: #ffffff;
}
body.dark-mode .header-section .menu li.menu-item-has-children a::after {
  filter: brightness(0) invert(1);
}
body.dark-mode .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item::after {
  background: #ffffff;
}
body.dark-mode .course-accodian-section .small-wrap .content-wrap ul li:before {
  background: #ffffff;
}
body.dark-mode .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-12 label {
  color: #ffffff;
}
body.dark-mode .wpcf7 form.invalid .wpcf7-response-output,
body.dark-mode .wpcf7 form.unaccepted .wpcf7-response-output,
body.dark-mode .wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffffff;
}
body.dark-mode .gallery-slider-sec {
  background: rgb(23, 27, 28);
}
body.dark-mode .partner-programs-section .advantages-of-internships .advantage-internships-slider .adv-inter-slider-dec {
  color: #ffffff;
}
body.dark-mode .home-logo-section .image-item {
  background: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 8px 16px;
}
@media only screen and (min-width: 768px) {
  body.dark-mode .home-logo-section .image-item {
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  body.dark-mode .home-logo-section .image-item {
    height: 7.8125vw;
  }
}
body.dark-mode .home-logo-section .logo-list-wrap .slick-dots li button:before {
  color: #ffffff;
}
body.dark-mode .video-and-calendar-sec .wrapper-inner .calendar-wrap .section-head .--samll-heading {
  color: #ffffff;
}
body.dark-mode .footer-section .footer-main .footer-top .footer-main-inner .footer-contact-details .details-item .separator {
  color: #ffffff;
}
body.dark-mode .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share svg {
  fill: #ffffff;
}
body.dark-mode .single-csr-projects-section .single-csr-projects-wrapper .blog-link-date-share .ba-s-share {
  color: #ffffff;
}
body.dark-mode .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share {
  color: #ffffff;
}
body.dark-mode .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-blog-link {
  color: #ffffff;
}
body.dark-mode .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-blog-link::after {
  color: #ffffff;
}
body.dark-mode .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-campus-link {
  color: #ffffff;
}
body.dark-mode .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .blog-link-date .ba-s-blog-link .ba-campus-link::after {
  color: #ffffff;
}
body.dark-mode .single-blog-article-section .single-blog-article-wrapper .blog-link-date-share .ba-s-share svg {
  fill: #ffffff;
}
body.dark-mode .blog-main-description .--common-para {
  color: #ffffff;
}
body.dark-mode .header-section {
  background: #111F33 !important;
}
body.dark-mode .header-section .desktop .header-inner .desktop-nav-logo {
  background: #111F33;
}
body.dark-mode .header-section .desktop .header-inner .main-nav .bottom-nav .menu li a {
  color: #ffffff !important;
}
body.dark-mode .header-section .desktop .header-inner .main-nav .bottom-nav .menu .menu-icon-home .home-icon svg {
  fill: #ffffff;
}
body.dark-mode .header-section .desktop .sub-menu {
  background: #171B1C;
}
body.dark-mode .header-section .menu li.menu-item-has-children::after {
  filter: brightness(0) invert(1);
}
body.dark-mode .--text-black {
  color: #ffffff;
}
body.dark-mode .--common-heading {
  color: #ffffff;
}
body.dark-mode .hero-section .custom-slider-button button {
  background: #171B1C;
}
body.dark-mode .hero-section .search-wrap .wrapper-inner,
body.dark-mode .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item,
body.dark-mode .hero-section .slidebar .slidebar-inner .scroll-wrap {
  background: #111F33;
}
body.dark-mode .hero-section .slidebar .slidebar-inner .scroll-wrap .scroll-icon .arrow-down {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .career-section .career-wrapper .career-image-title-content .career-title-dec .c-top-items .c-item .c-icon img {
  border: 1px solid #fff;
}
body.dark-mode .gallery-slider-sec .main-wrapper:after {
  background: #171B1C;
}
body.dark-mode .custom-slider-button .active-num {
  color: #ffffff !important;
}
body.dark-mode .logo-inner img,
body.dark-mode .filter-head .icon-wrap .dropdown-icon,
body.dark-mode .header-section .desktop .header-inner .main-nav .bottom-nav .menu .menu-icon-home .home-icon,
body.dark-mode .faq-section .faq-wrap .faq-accordion .accordion-header img,
body.dark-mode .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-left-wrap .international-pathways-feature-wrap .pathways-wrapper .pathways-item .download-wrap img,
body.dark-mode .custom-slider-button svg.slick-arrow-prev,
body.dark-mode .custom-slider-button svg.slick-arrow-next,
body.dark-mode .ba-share-img svg {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .custom-slider-button span {
  color: #ffffff !important;
}
body.dark-mode .career-form-section .form-section-wrapper .form-with-image .form-title,
body.dark-mode .cmp-career-listing .main-wrapper .career-list .career-item .career-head,
body.dark-mode .jobs-showing-section .job-showing-wrapper,
body.dark-mode .career-section .career-wrapper .career-image-title-content .career-title-dec,
body.dark-mode .custom-slider-button .slider-count .custom_paging li.slick-active span:last-child,
body.dark-mode .gallery-pagination-new .pagination-wrap .page-numbers {
  color: #ffffff;
}
body.dark-mode .career-form-section .form-section-wrapper .form-with-image .form-title svg,
body.dark-mode .cmp-career-listing .main-wrapper .career-list .career-item .career-head svg,
body.dark-mode .jobs-showing-section .job-showing-wrapper svg,
body.dark-mode .career-section .career-wrapper .career-image-title-content .career-title-dec svg,
body.dark-mode .custom-slider-button .slider-count .custom_paging li.slick-active span:last-child svg,
body.dark-mode .gallery-pagination-new .pagination-wrap .page-numbers svg {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .footer-section .--heading,
body.dark-mode .footer-section a {
  color: #ffffff !important;
}
body.dark-mode .footer-section svg {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card {
  background: #111F33;
}
body.dark-mode .prospectus-hub-section .main-wrapper .prospectus-slider .prospectus-card img {
  filter: brightness(0) saturate(100%) invert(100%);
}
body.dark-mode .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide {
  background: #000000;
}
body.dark-mode .facilities-of-campus-section .main-wrapper .facilities-list-wrapper .sc-facility-wrapper .sc-facility-slide .sc-facility-content {
  background: #000000;
}
body.dark-mode .scholarships-section .main-wrapper .logo-icon-section .scholarship-feature-wrap,
body.dark-mode .scholarships-section .main-wrapper .logo-icon-section .logo-item-wrap,
body.dark-mode .scholarships-section .main-wrapper .scholarships-full-wrapper .scholarships-right-wrap::before,
body.dark-mode .main-course-filter-section .filter-area .filter-section-inner .filter-group .filter-head,
body.dark-mode .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details,
body.dark-mode .faq-section .faq-wrap .faq-accordion .accordion-header,
body.dark-mode .faq-section .faq-wrap .faq-accordion .accordion-body,
body.dark-mode .enroll-now-section .main-wrapper,
body.dark-mode .cmp-career-listing .main-wrapper .career-list .career-item.clicked,
body.dark-mode .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item:nth-child(even) .images-wrap.d-flex::before,
body.dark-mode .student-visa-section .main-wrapper .student-visa-item-wrapper .student-visa-item .images-wrap::before,
body.dark-mode .international-pathways-section .main-wrapper .international-pathways-full-wrapper .international-pathways-right-wrap::before,
body.dark-mode .partner-programs-section .advantages-of-internships,
body.dark-mode .testimonial-section:after,
body.dark-mode .testimonial-section .testimonial-slider-wrap .slider-item,
body.dark-mode .image-content-card-section .slider-wrap .slider-item .content-wrap,
body.dark-mode .chairmans-statement-section .main-wrapper .chairmans-full-wrap .chairmans-detail-wrap,
body.dark-mode .leadership-profiles-section .main-wrapper .leadership-profile-wrapper .leadership-slider .leadership-slide .profile-content-data-full .profile-qualifications {
  background: #000000;
}
body.dark-mode .main-course-filter-section .filter-area .filter-section-inner .filter-group .filter-item .filter-wording,
body.dark-mode .main-course-filter-section .course-pagination .pagination-wrap .pagination-link,
body.dark-mode .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-a,
body.dark-mode .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details,
body.dark-mode .faq-section .faq-wrap .faq-accordion .accordion-header,
body.dark-mode .faq-section .faq-wrap .faq-accordion .accordion-body,
body.dark-mode .faq-section .faq-wrap .faq-section-title .faq_para,
body.dark-mode .faq-section .faq-wrap .faq-section-title .faq-title-two,
body.dark-mode .form-section .form-section-wrapper .form-with-image .form-title .c-form-titles,
body.dark-mode .enroll-now-section .main-wrapper .enroll-now-shortcode .forms-container .row .col-md-6 label,
body.dark-mode .single-csr-projects-section .single-csr-projects-wrapper .csr-projects-img-slider .csr-pro-titles-btn .csr-pro-titles {
  color: #ffffff;
}
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode option,
body.dark-mode select {
  background: #000000;
  color: #ffffff;
}
body.dark-mode input::placeholder,
body.dark-mode textarea::placeholder,
body.dark-mode option::placeholder,
body.dark-mode select::placeholder {
  color: #ffffff;
}
body.dark-mode .small-banner .title-border {
  border-bottom: 1px solid #ffffff;
}
body.dark-mode .main-course-filter-section .filter-area .filter-section-inner {
  background: #171b1c;
}
body.dark-mode .main-course-filter-section .search-group .search-input {
  background: none;
  color: #000000;
}
body.dark-mode .main-course-filter-section .search-group .search-input::placeholder {
  color: #000000;
}
body.dark-mode .tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner {
  background: #111F33;
}
body.dark-mode .tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap .course-tag-list .tag-item {
  border: 1px solid #ffffff;
}
body.dark-mode .tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap .course-tag-list .tag-item .textarea {
  color: #ffffff;
}
body.dark-mode .tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .icom-wrap img {
  filter: brightness(0) invert(1);
}
body.dark-mode .main-course-filter-section .sort-group .sort-text {
  color: #ffffff;
}
body.dark-mode .course-accodian-section .small-wrap .section-head .--heading {
  color: #ffffff;
}
body.dark-mode .course-accodian-section .small-wrap .content-wrap p {
  color: #ffffff;
}
body.dark-mode .course-accodian-section .small-wrap .content-wrap ul li {
  color: #ffffff;
}
body.dark-mode .testimonial-section .main-wrap-full .head-wrap .icon-wrap img {
  filter: brightness(0) invert(1);
}
body.dark-mode .course-accodian-section .small-wrap .content-wrap {
  color: #ffffff;
}
body.dark-mode .home-logo-section .logo-slider-1::after {
  display: none;
}
body.dark-mode .countdown-section .custom-wrap .countdown-section .countdown-wrap-inner .countdown-wrap .countdown-item .countdown-item-inner .count-number .heading-sub {
  color: #ffffff;
}
body.dark-mode .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box {
  background: #111f33 !important;
}
body.dark-mode .off-canvas-menu .sub-menu {
  background: #111f33;
}
body.dark-mode .off-canvas-menu .menu-inner {
  background: #111f33;
  height: 100vh;
  overflow-y: scroll;
}
body.dark-mode .off-canvas-menu .menu li a {
  color: #ffffff !important;
}
body.dark-mode .student-facility-loan-section .main-wrapper .bank-loan-item-wrapper .bank-loan-box .student-loan-criteria .criteria-text ul .criteria-item::before {
  background: #ffffff;
}
body.dark-mode .student-facility-loan-section .main-wrapper .title-sub-headings-content .content-decription,
body.dark-mode .blog-article-section .blog-article-wrapper .blog-article-filter label {
  color: #ffffff;
}

.dark-light-mode {
  right: inherit !important;
  left: 14px !important;
  top: 110px;
  height: max-content;
  z-index: 9999;
}
.dark-light-mode .switch {
  transform: rotate(90deg);
}
@media only screen and (min-width: 1200px) {
  .dark-light-mode {
    right: 0.7291666667vw !important;
    left: inherit !important;
    top: inherit !important;
    bottom: 1.0416666667vw;
  }
  .dark-light-mode .switch {
    transform: rotate(0);
  }
}

input:checked + .slidermode {
  background-color: #194E99 !important;
}

.dark-mode .slidermode:before {
  background-color: #ffffff !important;
}

.dark-mode .far-moon img {
  filter: inherit;
}

.floating-icons {
  position: fixed;
  right: 16px;
  bottom: 0;
  z-index: 1000;
}

.floating-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.8s all;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.floating-btn img {
  width: 38px;
  height: 38px;
  transition: margin-right 0.9s ease-in-out;
}
.floating-btn .tooltip {
  position: absolute;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.9s ease-in-out, right 0.9s ease-in-out;
  font-family: "Montserrat", sans-serif;
}
.floating-btn.whatsapp-btn {
  bottom: 200px;
  right: -10px;
  background-color: #194E99;
}
.floating-btn.contact-btn {
  bottom: 135px;
  right: -10px;
  background-color: #194E99;
}

@media only screen and (min-width: 768px) {
  .floating-icons {
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 1000;
  }
  .floating-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.8s all;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
  }
  .floating-btn img {
    width: 38px;
    height: 38px;
    transition: margin-right 0.9s ease-in-out;
  }
  .floating-btn .tooltip {
    position: absolute;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
  }
  .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .floating-btn.whatsapp-btn {
    bottom: 200px;
    right: -10px;
  }
  .floating-btn.contact-btn {
    bottom: 135px;
    right: -10px;
  }
  .floating-btn.contact-btn:hover {
    width: 150px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 15px;
    margin-right: -22px;
  }
  .floating-btn.contact-btn:hover img {
    margin-right: 108px;
  }
  .floating-btn.contact-btn:hover .tooltip {
    top: 19px;
    right: 20px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .floating-icons {
    position: fixed;
    right: 20px;
    bottom: 206px;
    z-index: 1000;
  }
  .floating-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.8s all;
    transform: translatey(0px);
  }
  .floating-btn img {
    width: 38px;
    height: 38px;
    transition: margin-right 0.9s ease-in-out;
  }
  .floating-btn .tooltip {
    position: absolute;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.9s ease-in-out, right 0.9s ease-in-out;
    font-family: "Montserrat", sans-serif;
  }
  .floating-btn.whatsapp-btn {
    bottom: 200px;
    width: 70px;
    height: 55px;
    border-radius: 30px 0px 0px 30px;
    right: -20px;
  }
  .floating-btn.contact-btn {
    bottom: 135px;
    width: 70px;
    height: 55px;
    border-radius: 30px 0px 0px 30px;
    right: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .floating-icons {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 1000;
  }
  .floating-icons .floating-btn.whatsapp-btn:hover {
    width: 158px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 9px;
    margin-right: -5px;
  }
  .floating-icons .floating-btn.whatsapp-btn:hover img {
    margin-right: 100px;
  }
  .floating-icons .floating-btn.whatsapp-btn:hover .tooltip {
    right: 10px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .floating-icons .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
}
.single.single-scot_courses .main-inner-banner,
body.privacy-policy .main-inner-banner,
body.search-results .main-inner-banner,
body.courses .main-inner-banner,
body.enroll-now .main-inner-banner,
body.blog-articles .main-inner-banner,
body.news-and-events .main-inner-banner,
body.single-csr_projects .main-inner-banner,
body.single-blog_article .main-inner-banner,
body.single-news_and_events .main-inner-banner {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .single.single-scot_courses .main-inner-banner,
  body.privacy-policy .main-inner-banner,
  body.search-results .main-inner-banner,
  body.courses .main-inner-banner,
  body.enroll-now .main-inner-banner,
  body.blog-articles .main-inner-banner,
  body.news-and-events .main-inner-banner,
  body.single-csr_projects .main-inner-banner,
  body.single-blog_article .main-inner-banner,
  body.single-news_and_events .main-inner-banner {
    margin-top: 2.34375vw;
  }
}

@media only screen and (min-width: 1200px) {
  body.privacy-policy .inner-small-banner {
    margin-bottom: 1.875vw;
  }
}

body.courses .small-banner {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  body.courses .small-banner {
    margin-bottom: 3.6458333333vw;
  }
}

body.single-blog_article .single-blog-article-section .single-blog-article-wrapper .blog-video {
  height: 300px;
}
body.single-blog_article .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-title-time {
  position: absolute;
  bottom: 22px;
}
body.single-blog_article .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-icon-line {
  margin-bottom: 0;
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.single-blog_article .single-blog-article-section .single-blog-article-wrapper .blog-video {
    height: 26.0416666667vw;
  }
  body.single-blog_article .single-blog-article-section .single-blog-article-wrapper .blog-video .blog-video-details .video-title-time {
    bottom: 2.3958333333vw;
  }
}

.small-banner {
  margin-bottom: 60px;
}
.small-banner .title-wrap {
  margin-bottom: 40px;
}
.small-banner .title-wrap .--heading {
  font-size: 32px;
  letter-spacing: -2.2px;
}
.small-banner .title-wrap .--heading b {
  font-weight: 700;
}
.small-banner .title-border {
  border-bottom: 1px solid #171b1c;
  opacity: 0.5;
}
.small-banner .custom-breadcrub {
  padding: 8px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .small-banner {
    margin-bottom: 6.25vw;
  }
  .small-banner .title-wrap .--heading {
    font-size: 3.3333333333vw;
  }
  .small-banner .title-border {
    max-width: 75%;
    margin: 0 auto;
  }
  .small-banner .custom-breadcrub {
    padding: 1.5625vw 0;
  }
  .small-banner .custom-breadcrub .breadcrumb-item {
    font-size: 0.8333333333vw;
    padding: 0 4px;
  }
}

@media only screen and (min-width: 1200px) {
  .inner-small-banner {
    margin-bottom: 3.6458333333vw;
  }
}

.course-call-to-action .main-wrapper {
  padding: 0;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner {
  position: relative;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .image-wrap img {
  height: 223px;
  width: 100%;
  object-fit: cover;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 20px;
  width: 100%;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap {
  margin-bottom: 25px;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap .--heading {
  font-size: 28px;
  margin-bottom: 35px;
  text-align: center;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap .paragraph {
  text-align: center;
  font-size: 14px;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap {
  display: flex;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item {
  width: 50%;
  display: flex;
  align-items: center;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .custom-icon {
  width: 30px;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .text-wrap {
  padding-left: 12px;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .text-wrap .tagline .textarea {
  font-size: 12px;
}
.course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .text-wrap .number .link-item {
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap {
    justify-content: center;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item {
    width: auto;
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .course-call-to-action .main-wrapper {
    padding: 0 25px;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap {
    width: 40%;
    padding-right: 100px;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap .--heading {
    text-align: left;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap .paragraph {
    text-align: left;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .course-call-to-action .main-wrapper {
    padding: 0 8.3333333333vw;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .image-wrap img {
    height: 13.0208333333vw;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap {
    margin-bottom: 0;
    width: 45%;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap .--heading {
    font-size: 2.5vw;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .para-wrap .paragraph {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap {
    justify-content: start;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .tagline {
    margin-bottom: 0.5208333333vw;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .tagline .textarea {
    font-size: 1.1458333333vw !important;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .icon-wrap-item .number .link-item {
    font-size: 1.8229166667vw !important;
  }
  .course-call-to-action .main-wrapper .course-call-to-action-inner .content-wrap .icon-wrap .custom-icon {
    width: 3.125vw !important;
  }
}

.course-accodian-section {
  padding: 0 25px 80px 25px;
}
.course-accodian-section .small-wrap .section-head {
  margin-bottom: 35px;
}
.course-accodian-section .small-wrap .section-head .--heading {
  font-size: 28px;
}
.course-accodian-section .small-wrap .content-wrap {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.28px;
}
.course-accodian-section .small-wrap .content-wrap ul li {
  position: relative;
  padding-left: 28px;
}
.course-accodian-section .small-wrap .content-wrap ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #111f33;
  box-shadow: 10px 20px 30px 0px rgba(17, 31, 51, 0.3);
}
.course-accodian-section .small-wrap .course-accodian-wrap {
  margin-bottom: 60px;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item {
  margin-bottom: 25px;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-head {
  background: #DAD3D3;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-head .textarea {
  font-size: 14px;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-head .icon-wrap .dropdown-icon {
  height: 8px;
  width: 8px;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content {
  height: auto !important;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content table {
  width: 100%;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content table tr td:nth-child(1) {
  width: 70%;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content table tr td:nth-child(2) {
  width: 30%;
  text-align: right;
  padding-right: 16px;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item {
  display: flex;
  justify-content: space-between;
  padding: 0 12px 0 32px;
  margin-bottom: 18px;
  position: relative;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item::after {
  position: absolute;
  content: "";
  background: #111f33;
  width: 11px;
  height: 11px;
  top: 6px;
  left: 12px;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item .--common-para {
  font-size: 15px;
  font-weight: 400;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item .--common-para.first {
  width: 70%;
  padding-right: 18px;
  text-align: left;
}
.course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item .--common-para.second {
  width: 30%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item::after {
    top: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .course-accodian-section {
    margin-bottom: 5.7291666667vw;
  }
  .course-accodian-section .small-wrap {
    padding: 0 22.03125vw;
  }
  .course-accodian-section .small-wrap .content-wrap ul li {
    font-size: 0.9375vw;
    margin: 0.2083333333vw 0;
  }
  .course-accodian-section .small-wrap .content-wrap ul li:before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5729166667vw;
    height: 0.5729166667vw;
  }
  .course-accodian-section .small-wrap .content-wrap p {
    font-size: 0.9375vw;
    margin-bottom: 0.3125vw;
  }
  .course-accodian-section .small-wrap .section-head {
    margin-bottom: 3.6458333333vw;
  }
  .course-accodian-section .small-wrap .section-head .--heading {
    font-size: 2.5vw;
    line-height: 2.6041666667vw;
    text-align: left;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap {
    margin-bottom: 6.25vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-head {
    padding: 0.9375vw 1.5625vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-head .textarea {
    font-size: 1.0416666667vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item {
    padding: 0 1.4583333333vw 0 2.0833333333vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item .--common-para {
    font-size: 0.9375vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .accordion-point-list .accordion-point-item:after {
    width: 0.5729166667vw;
    height: 0.5729166667vw;
    border-radius: 0.1041666667vw;
    top: 0.4166666667vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .content-wrap ul li {
    font-size: 0.9375vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item .course-accodian-content .content-wrap p {
    font-size: 0.9375vw;
    margin-bottom: 0.3125vw;
  }
  .course-accodian-section .small-wrap .course-accodian-wrap .course-accodian-item:last-child {
    margin-bottom: 0;
  }
}

.filter-head {
  background: #DAD3D3;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.filter-head .icon-wrap .dropdown-icon {
  height: 8px;
  width: 8px;
}

.filter-checkbox {
  display: none;
}

/* Style the custom checkbox */
.filter-item {
  position: relative;
  padding-left: 30px; /* Space for custom checkbox */
}
.filter-item .filter-checkbox {
  width: 25px;
  height: 25px;
  border: 2px solid #9A9A9A;
}
.filter-item.checked::before {
  background: #000000;
  border: 2px solid #9A9A9A;
}
.filter-item.checked::after {
  content: "";
  border: 3px solid #ffffff;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.filter-item .filter-wording {
  display: inline-block;
  padding-left: 10px; /* Space between checkbox and label */
}

/* Custom checkbox */
.filter-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff; /* Default color */
  border: 2px solid #9A9A9A; /* Border color */
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Change color to red when the checkbox is checked */
.filter-checkbox:checked + .filter-wording::before {
  background-color: red; /* Red fill when checked */
  border-color: red; /* Red border when checked */
}

/* Optional: add hover effect */
.checkbox.style-f {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #000;
}

.checkbox.style-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-f input:checked ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f input:checked ~ .checkbox__checkmark:after {
  transform: scale(1);
}

.checkbox.style-f input:checked ~ .checkbox__body {
  font-weight: bold;
}

.checkbox.style-f:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f:hover input:checked ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

.checkbox.style-f .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  display: block;
  background-color: #f7cb15;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
}

.main-course-filter-section {
  position: relative;
}
.main-course-filter-section .search-group {
  display: flex;
  align-items: center;
  background: #ffffff;
  width: max-content;
  padding: 2px 18px;
  margin-bottom: 24px;
  border: 1px solid rgba(28, 28, 28, 0.25);
}
.main-course-filter-section .search-group .search-input {
  border: none;
  padding: 0;
}
.main-course-filter-section .search-group .search-icon-wrap svg {
  width: 24px;
  height: 24px;
}
.main-course-filter-section .sort-group {
  margin-bottom: 18px;
}
.main-course-filter-section .sort-group .sort-text {
  font-size: 18px;
}
.main-course-filter-section .sort-group select {
  background: none;
  border: none;
  color: #000000;
}
.main-course-filter-section .filter-area .filter-courses-btn {
  background: #B81E2D;
  color: #ffffff;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  z-index: 111;
  position: relative;
  left: 25px;
  margin-bottom: 36px;
}
.main-course-filter-section .filter-area .filter-section-inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  height: 100vh;
  background: #F2F2F2;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  z-index: 11;
  padding: 200px 25px 25px 25px;
}
.main-course-filter-section .filter-area .filter-section-inner.active {
  left: 0;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group {
  margin-bottom: 30px;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group .filter-head {
  background: #DAD3D3;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group .filter-head .icon .dropdown-icon {
  height: 8px;
  width: 8px;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group .filter-item {
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin: 8px 0;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group .filter-item .filter-wording {
  margin-left: 12px;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group .icon svg {
  transition: transform 0.3s ease-in-out;
}
.main-course-filter-section .filter-area .filter-section-inner .filter-group .rotate {
  transform: rotate(180deg);
}
.main-course-filter-section .course-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.main-course-filter-section .course-pagination .pagination-wrap .pagination-link {
  font-size: 18px;
  width: 32px;
  height: 32px;
  margin: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #353535;
  line-height: 18px;
}
.main-course-filter-section .course-pagination .pagination-wrap .pagination-link.active {
  background: #B81E2D;
  color: #ffffff;
  font-weight: 700;
}
.main-course-filter-section .course-pagination .pagination-wrap .pagination-next,
.main-course-filter-section .course-pagination .pagination-wrap .pagination-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-course-filter-section .course-pagination .pagination-wrap .pagination-next svg,
.main-course-filter-section .course-pagination .pagination-wrap .pagination-prev svg {
  width: 30px;
  height: 15px;
}
@media only screen and (min-width: 1200px) {
  .main-course-filter-section {
    display: flex;
    padding-left: 5.2083333333vw;
  }
  .main-course-filter-section .search-group {
    margin-bottom: 0;
  }
  .main-course-filter-section .search-group .search-input {
    height: 2.34375vw;
    width: 15.8854166667vw;
  }
  .main-course-filter-section .search-group .search-input::placeholder {
    color: #171b1c;
    font-size: 0.8333333333vw;
    font-weight: 500;
  }
  .main-course-filter-section .search-group .search-icon-wrap .icon-inner {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .main-course-filter-section .filter-group .filter-head {
    height: 2.6041666667vw;
  }
  .main-course-filter-section .sort-group {
    margin-bottom: 0;
  }
  .main-course-filter-section .filter-area {
    width: 25%;
    padding-top: 1.7708333333vw;
  }
  .main-course-filter-section .filter-area .filter-title {
    display: flex !important;
    justify-content: space-between;
    padding-right: 3.125vw;
  }
  .main-course-filter-section .filter-area .filter-title .textarea {
    font-size: 1.4583333333vw;
  }
  .main-course-filter-section .filter-area .filter-title .clear-btn {
    font-weight: 700;
  }
  .main-course-filter-section .filter-area .filter-section-inner {
    position: relative;
    left: 0;
    box-shadow: none;
    padding-left: 0;
    padding-top: 2.5vw;
    padding-right: 3.125vw;
    height: auto;
  }
  .main-course-filter-section #filter-results {
    padding-top: 2.5vw;
  }
  .main-course-filter-section .course-result-section {
    width: 75%;
  }
  .main-course-filter-section .course-result-section .blog-article-section .blog-article-wrapper {
    padding-left: 0;
    padding-right: 5.2083333333vw;
  }
  .main-course-filter-section .course-result-section .blog-article-section .filter-result-top .filter-area-desktop .filter-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .main-course-filter-section .course-pagination {
    margin-top: 1.6666666667vw;
  }
  .main-course-filter-section .course-pagination .pagination-wrap .pagination-link {
    font-size: 1.0416666667vw;
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #353535;
    line-height: 18px;
  }
  .main-course-filter-section .course-pagination .pagination-wrap .pagination-link.active {
    background: #B81E2D;
    color: #ffffff;
    font-weight: 700;
  }
}

.image-content-card-section {
  padding-bottom: 80px;
}
.image-content-card-section .section-head {
  margin-bottom: 42px;
}
.image-content-card-section .slider-wrap {
  position: relative;
}
.image-content-card-section .slider-wrap .slick-list {
  padding-right: 36px !important;
  padding-left: 0 !important;
}
.image-content-card-section .slider-wrap .slider-item {
  margin: 0 8px;
}
.image-content-card-section .slider-wrap .slider-item .image-wrap {
  height: 100%;
}
.image-content-card-section .slider-wrap .slider-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap {
  background: #ffffff;
  padding: 24px 12px 24px 24px;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner.main {
  height: 200px;
  overflow: scroll;
  padding-right: 12px;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap .title-wrap {
  text-align: left;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap .title-wrap .name {
  text-align: left;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap .title-wrap .position {
  text-align: left;
  font-weight: 400;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap .icon-wrap {
  width: 36px;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-main-wrap .textarea {
  margin-bottom: 12px !important;
}
.image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-main-wrap .content-wrap-inner .paragraph p {
  margin: 8px 0;
}
.image-content-card-section .slick-arrow.slick-hidden {
  display: block !important;
}
@media only screen and (min-width: 1200px) {
  .image-content-card-section .section-head {
    margin-bottom: 4.1666666667vw;
  }
  .image-content-card-section .slider-wrap .slick-list {
    padding: 0 25% !important;
  }
  .image-content-card-section .slider-wrap .slider-item {
    display: flex;
    margin: 0 0.3125vw;
    opacity: 0.3;
  }
  .image-content-card-section .slider-wrap .slider-item .image-wrap {
    width: 40%;
  }
  .image-content-card-section .slider-wrap .slider-item .image-wrap img {
    height: 21.3541666667vw;
  }
  .image-content-card-section .slider-wrap .slider-item .content-wrap {
    width: 60%;
    padding: 3.125vw 1.5625vw 3.125vw;
    height: 21.3541666667vw;
  }
  .image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner.main {
    height: 15.625vw;
    padding-right: 1.5625vw;
  }
  .image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap {
    border-bottom: 0.0520833333vw solid rgba(28, 28, 28, 0.15);
    padding-bottom: 0.625vw;
    margin-bottom: 2.0833333333vw;
  }
  .image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap .title-wrap .name {
    font-size: 1.1458333333vw;
  }
  .image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-top-wrap .icon-wrap {
    width: 2.03125vw;
    height: 2.03125vw;
  }
  .image-content-card-section .slider-wrap .slider-item .content-wrap .content-wrap-inner .content-main-wrap .textarea {
    margin-bottom: 1.4583333333vw !important;
    font-size: 0.9375vw;
  }
  .image-content-card-section .slider-wrap .slider-item.slick-current.slick-active {
    opacity: 1;
  }
  .image-content-card-section .slider-wrap .custom-slider-button {
    top: -5.2083333333vw;
    right: 8.3333333333vw;
  }
}

.main-course-section {
  display: flex;
}
.main-course-section .filter-section {
  width: 20%;
}
.main-course-section .blog-article-section {
  width: 80%;
}
.main-course-section .blog-article-section .blog-article-wrapper {
  padding-right: 5.2083333333vw;
  padding-left: 1.875vw;
}

.testimonial-section {
  margin-bottom: 60px;
}
.testimonial-section .section-head {
  margin-bottom: 36px;
  padding: 0 12px;
}
.testimonial-section .testimonial-slider-wrap {
  background: #E5DEDE;
  padding: 28px 24px;
}
.testimonial-section .testimonial-slider-wrap .slick-track {
  padding-top: 60px;
}
.testimonial-section .testimonial-slider-wrap .slider-item {
  background: #ffffff;
  border: 1px solid #e5dede;
  padding: 72px 15px 36px 15px;
}
.testimonial-section .testimonial-slider-wrap .slider-item .slider-item-inner {
  position: relative;
}
.testimonial-section .testimonial-slider-wrap .slider-item .slider-item-inner .profile-image {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  margin-top: -84px;
  z-index: 1;
}
.testimonial-section .testimonial-slider-wrap .slider-item .slider-item-inner .paragraph {
  margin-bottom: 20px;
  height: 150px;
  overflow-y: scroll;
}
.testimonial-section .testimonial-slider-wrap .slider-item .slider-item-inner .paragraph p {
  text-align: center;
}
.testimonial-section .testimonial-slider-wrap .slider-item .slider-item-inner .post-meta {
  padding-top: 32px;
  text-align: center;
  border-top: 1px solid rgba(28, 28, 28, 0.15);
}
.testimonial-section .testimonial-slider-wrap .slider-item .slider-item-inner .post-meta .position {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .testimonial-section .testimonial-slider-wrap .slider-item {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-section {
    margin-bottom: 10.4166666667vw;
    padding-left: 8.3333333333vw;
    position: relative;
  }
  .testimonial-section:after {
    position: absolute;
    content: "";
    background: #E5DEDE;
    height: 41.6666666667vw;
    width: 57.8125vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
  }
  .testimonial-section .main-wrap-full {
    display: flex;
    align-items: end;
  }
  .testimonial-section .main-wrap-full .head-wrap {
    width: 28%;
    height: 41.6666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonial-section .main-wrap-full .head-wrap .icon-wrap {
    padding-top: 4.0104166667vw;
    padding-left: 6.7708333333vw;
    position: relative;
  }
  .testimonial-section .main-wrap-full .head-wrap .icon-wrap img {
    width: 17.8645833333vw;
    height: auto;
    -webkit-transform: scaleX(-1) rotate(180deg);
    transform: scaleX(-1) rotate(180deg);
  }
  .testimonial-section .main-wrap-full .head-wrap .section-head {
    margin-bottom: 0;
  }
  .testimonial-section .main-wrap-full .head-wrap .section-head .--heading {
    text-align: left;
  }
  .testimonial-section .main-wrap-full .head-wrap .section-head .textarea {
    text-align: left;
    display: flex;
    justify-content: left;
  }
  .testimonial-section .main-wrap-full .head-wrap .section-head .custom-slider-button {
    position: relative;
    justify-content: flex-start !important;
    margin-top: 3.125vw;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap {
    width: 72%;
    background: none;
    height: 41.6666666667vw;
    display: flex;
    align-items: center;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .testimonial-slider {
    width: 100%;
    position: relative;
    left: -5.9895833333vw;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item {
    height: 22.1354166667vw;
    padding: 5.8333333333vw 3.125vw 3.125vw;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item .slider-item-inner .profile-image {
    height: 6.7708333333vw;
    width: 6.7708333333vw;
    margin-top: -7.8125vw;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item .slider-item-inner .paragraph {
    height: 7.2916666667vw;
    overflow-y: scroll;
    padding-right: 1.0416666667vw;
    text-align: justify;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item .slider-item-inner .paragraph p {
    text-align: justify;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item .slider-item-inner .post-meta {
    text-align: left;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item .slider-item-inner .post-meta .name {
    font-size: 0.8333333333vw;
    line-height: 0.8854166667vw;
  }
  .testimonial-section .main-wrap-full .testimonial-slider-wrap .slider-item .slider-item-inner .post-meta .position {
    font-size: 0.8333333333vw;
    line-height: 0.8854166667vw;
  }
}

.tab-filter-section {
  margin-bottom: 80px;
}
.tab-filter-section .section-head {
  margin-bottom: 35px;
}
.tab-filter-section .section-head .paragraph {
  font-weight: 400;
}
.tab-filter-section .filter-wrapper .filter-top {
  margin-bottom: 30px;
}
.tab-filter-section .filter-wrapper .filter-top .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-filter-section .filter-wrapper .filter-top .btn-wrap .btn-item {
  padding: 5px;
}
.tab-filter-section .filter-wrapper .filter-top .btn-wrap .btn-item .filter-button {
  background: #ffffff;
  font-size: 14px;
  padding: 12px 5px;
  transition: 0.7s;
  color: #000000;
}
.tab-filter-section .filter-wrapper .filter-top .btn-wrap .btn-item .filter-button.active {
  border-bottom: 3px solid #B81E2D;
  background: #DAD3D3;
}
.tab-filter-section .filter-wrapper .filter-top .btn-wrap .btn-item .filter-button:hover {
  background: #DAD3D3;
}
.tab-filter-section .filter-wrapper .filter-top .btn-wrap .btn-item .filter-button .textarea {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.tab-filter-section .filter-wrapper .filter-result-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item {
  margin-bottom: 16px;
  width: 100%;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner {
  background: #ffffff;
  padding: 34px 30px;
  display: flex;
  align-items: center;
  border: 1px solid #e5dede;
  transition: 0.7s;
  height: 100%;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .icom-wrap {
  width: 70px;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap {
  padding-left: 20px;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap .course-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap .course-tag-list .tag-item {
  border: 1px solid #171B1C;
  padding: 7px 12px;
  margin: 6px;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap .course-tag-list .tag-item .textarea {
  color: #171B1C;
}
.tab-filter-section .filter-wrapper .filter-result-wrap .card-item .card-item-inner .content-wrap .textarea {
  padding-left: 6px;
}
.tab-filter-section .filter-wrapper .filter-result-wrap p.--text-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .tab-filter-section .filter-wrapper .filter-result-wrap .card-item {
    width: 49%;
    margin: 0.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-filter-section {
    margin-bottom: 7.8125vw;
  }
  .tab-filter-section .section-head .paragraph {
    font-size: 1.5625vw;
  }
  .tab-filter-section .filter-wrapper .filter-top .btn-wrap .btn-item .filter-button {
    padding: 0.8333333333vw 1.3541666667vw;
    font-size: 1.0416666667vw;
  }
  .tab-filter-section .filter-wrapper .filter-result-wrap {
    padding: 0 11.4583333333vw;
  }
  .tab-filter-section .filter-wrapper .filter-result-wrap .card-item {
    padding: 0.5208333333vw;
    width: 50%;
    transition: 0.7s;
    margin: 0;
  }
  .tab-filter-section .filter-wrapper .filter-result-wrap .card-item:hover .card-item-inner {
    box-shadow: 0px 10px 50px 0px rgba(23, 27, 28, 0.3);
  }
}

.news-slider-section {
  margin-bottom: 7.8125vw;
}

.single.single-scot_department .leadership-profiles-section .custom-slider-button {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  body.career-guidance-center .facilities-of-campus-section .main-wrapper .title-sub-headings-content .--heading {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  body.courses .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .title-outer {
    height: 5.2083333333vw;
  }
  body.courses .blog-article-section .blog-article-wrapper .blog-articles .ba-blog-item .ba-title-explore .title-outer .ba-title {
    height: auto;
  }
}
body.single-scot_department .news-section-home {
  padding-bottom: 90px;
}
body.single-scot_department .contact-us-section {
  margin-top: 0;
  display: none;
}
body.single-scot_department .contact-us-section .contact-numbers {
  display: flex;
  flex-direction: column;
}
body.single-scot_department .contact-us-section .contact-numbers .details-item {
  display: flex;
}
body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-a {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  body.single-scot_department .news-section-home {
    padding-bottom: 0;
  }
  body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details {
    display: flex;
    justify-content: center;
  }
  body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon {
    width: auto;
  }
  body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d {
    padding: 0 24px;
  }
  body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details {
    padding: 1.875vw;
  }
  body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon img {
    width: 1.875vw;
    height: 1.875vw;
  }
  body.single-scot_department .contact-us-section .contact-us-wrapper .contact-us-details-map .c-details .c-d .c-d-icon {
    width: 1.875vw;
    height: 1.875vw;
  }
  body.single-scot_department .c-d-ico-outer {
    width: 2.0833333333vw;
    margin-right: 1.7708333333vw;
  }
}

.file-input {
  display: none;
}

.custom-file-upload {
  display: inline-flex;
}/*# sourceMappingURL=style.css.map */