@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/gjc3fub.css");
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h1.quote, h2.quote, h3.quote, h4.quote, h5.quote, h6.quote, p.serif.quote {
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.5;
}
h1.quote.small, h2.quote.small, h3.quote.small, h4.quote.small, h5.quote.small, h6.quote.small, p.serif.quote.small {
  font-size: 25px;
}
@media all and (max-width: 992px) {
  h1.quote, h2.quote, h3.quote, h4.quote, h5.quote, h6.quote, p.serif.quote {
    font-size: 22px;
  }
  h1.quote.small, h2.quote.small, h3.quote.small, h4.quote.small, h5.quote.small, h6.quote.small, p.serif.quote.small {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  h1.quote, h2.quote, h3.quote, h4.quote, h5.quote, h6.quote, p.serif.quote {
    font-size: 20px;
  }
  h1.quote.small, h2.quote.small, h3.quote.small, h4.quote.small, h5.quote.small, h6.quote.small, p.serif.quote.small {
    font-size: 20px;
  }
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.serif.blue {
  color: #2D338B;
}
h1.lightBlue, h2.lightBlue, h3.lightBlue, h4.lightBlue, h5.lightBlue, h6.lightBlue, p.serif.lightBlue {
  color: #1694A3;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.serif.white {
  color: #ffffff;
}

p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
p strong {
  font-weight: 700;
}

a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
a strong {
  font-weight: 700;
}

li {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
li strong {
  font-weight: 700;
}

h1 {
  font-size: 50px;
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
h2.big {
  font-size: 50px;
}
@media all and (max-width: 992px) {
  h2.big {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  h2.big {
    font-size: 40px;
  }
}
@media all and (max-width: 500px) {
  h2.big {
    font-size: 35px;
  }
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media all and (max-width: 992px) {
  h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

h4 {
  font-size: 25px;
}
@media all and (max-width: 992px) {
  h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

h5 {
  font-size: 20px;
}
@media all and (max-width: 992px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.section-padding {
  padding: 5%;
}
.section-padding.noPadTop {
  padding-top: 0;
}
.section-padding.noPadBtm {
  padding-bottom: 0;
}

.subHead {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.subHeading {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #1694A3;
}
.subHeading.left {
  text-align: left;
}
@media all and (max-width: 992px) {
  .subHeading {
    font-size: 18px;
  }
}

.btnBox {
  margin-top: 30px;
}

.btnSolid {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
  display: inline-block;
}
.btnSolid.white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.btnSolid::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -2px;
}
.btnSolid:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .btnSolid {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}

.arrBtn {
  color: #2ABCC8;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 50px;
  position: relative;
  display: inline-block;
}
.arrBtn::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow_b.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: -2px;
}
.arrBtn.white {
  color: #ffffff;
}
.arrBtn.white::before {
  background-image: url("../img/Icon_Arrow.svg");
}
.arrBtn.white:hover {
  color: #ffffff;
}
.arrBtn:hover {
  text-decoration: none;
  color: #2ABCC8;
}
@media all and (max-width: 992px) {
  .arrBtn {
    font-size: 14px;
  }
}

.fixedButton {
  position: fixed;
  top: 150px;
  right: 0;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
  z-index: 99;
}
.fixedButton a {
  background-color: #1694A3;
  padding: 12px 25px 12px 35px;
  color: #ffffff;
  border-radius: 30px 0 0 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fixedButton a:hover {
  text-decoration: none;
  background-color: #2D338B;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .fixedButton {
    row-gap: 10px;
  }
  .fixedButton a {
    font-size: 16px;
    padding: 8px 10px 8px 15px;
  }
}
@media all and (max-width: 767px) {
  .fixedButton {
    row-gap: 5px;
    display: none;
  }
  .fixedButton a {
    font-size: 14px;
    padding: 5px 5px 5px 15px;
  }
}

.header {
  background-color: #2D338B;
  padding: 20px 5%;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  gap: 30px;
  z-index: 9999;
  top: 0;
  left: 0;
}
.header .logo {
  width: 100%;
  max-width: 300px;
}
.header .logo img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .header .logo {
    max-width: 300px;
    width: calc(100% - 150px);
  }
}
.header .menuBtn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px 0 0 30px;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2D338B;
  z-index: 9999;
}
.header .menuBtn.open .burger span {
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.header .menuBtn.open .burger span:first-child {
  top: 5px;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
.header .menuBtn.open .burger span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
  top: -5px;
}
.header .menuBtn .burger {
  height: 25px;
  width: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 99999;
  cursor: pointer;
  position: relative;
}
.header .menuBtn .burger span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 6px;
  transition: all 0.5s ease 0.1s;
  z-index: 99999;
}
.header .menuBtn .burger span:last-child {
  margin-bottom: 0;
}
.header .menuBtn p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .header .menuBtn {
    padding: 10px 15px;
  }
  .header .menuBtn p {
    font-size: 12px;
  }
  .header .menuBtn .burger {
    width: 20px;
    height: 20px;
  }
}
.header nav.nav {
  display: block;
  transform: translateX(100%);
  position: fixed;
  background-color: #ffffff;
  max-width: 90%;
  width: 700px;
  height: 100%;
  z-index: 999;
  top: 0;
  padding: 100px 4% 5%;
  right: 0;
  transition: all 0.5s ease 0.1s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll;
  flex-wrap: nowrap;
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
}
.header nav.nav.show {
  transform: translateX(0);
}
.header nav.nav ul {
  display: block;
  padding: 0;
  margin: 0;
}
.header nav.nav ul li {
  list-style: none;
}
.header nav.nav ul li.current_page_item > a, .header nav.nav ul li.current-menu-parent > a {
  opacity: 1;
  color: #1694A3;
}
.header nav.nav ul li.current_page_item > a::before, .header nav.nav ul li.current-menu-parent > a::before {
  width: 100%;
}
.header nav.nav ul li a {
  color: #2D338B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.header nav.nav ul li a:hover {
  text-decoration: none;
}
.header nav.nav ul li a::before {
  width: 0%;
  height: 2px;
  background-color: #1694A3;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.header nav.nav ul li .sub-menu li.current_page_item > a::before {
  width: 10px;
}
.header nav.nav ul li .sub-menu li.current-menu-parent > a::before {
  display: none;
}
.header nav.nav ul li .sub-menu li a {
  padding-left: 15px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.header nav.nav ul li .sub-menu li a::before {
  top: 12px;
}
.header nav.nav ul li .sub-menu li .sub-menu {
  margin-top: 0;
  padding-left: 20px;
}
.header nav.nav .contDets {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header nav.nav .contDets p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2D338B;
}
.header nav.nav .contDets p a {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
.header nav.nav .contDets .soOut {
  margin-top: 30px;
}
.header nav.nav .contDets .soOut .he {
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1694A3;
  color: #ffffff;
}
.header nav.nav .contDets .socials {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 20px;
}
.header nav.nav .contDets .socials a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #eaeaea;
}
.header nav.nav .contDets .socials a img {
  width: 15px;
  object-fit: contain;
  height: 15px;
}
@media all and (max-width: 992px) {
  .header nav.nav .contDets p {
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav ul li > a {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .header nav.nav ul li > a {
    font-size: 18px;
  }
}

.footer .mainFooter {
  background-color: #2D338B;
}
.footer .mainFooter .topFooter {
  display: flex;
  margin-bottom: 5%;
  justify-content: space-between;
  gap: 30px;
}
.footer .mainFooter .topFooter .logoBox img {
  width: 300px;
}
.footer .mainFooter .topFooter .socials {
  display: flex;
  gap: 10px;
}
.footer .mainFooter .topFooter .socials a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .mainFooter .topFooter .socials a img {
  width: 15px;
  object-fit: contain;
  height: 15px;
}
.footer .mainFooter .menuFooter {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.footer .mainFooter .menuFooter .inner {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  border-left: 2px solid #1694A3;
}
.footer .mainFooter .menuFooter .inner:last-child {
  border-right: 2px solid #1694A3;
}
.footer .mainFooter .menuFooter .inner .head {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1694A3;
  margin-bottom: 30px;
}
.footer .mainFooter .menuFooter .inner ul {
  margin: 0;
  padding: 0;
}
.footer .mainFooter .menuFooter .inner ul li {
  list-style: none;
}
.footer .mainFooter .menuFooter .inner ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #ffffff;
  display: inline-block;
}
.footer .mainFooter .menuFooter .inner ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .mainFooter .menuFooter .inner ul li .sub-menu {
  padding-left: 15px;
  margin-bottom: 10px;
}
.footer .mainFooter .menuFooter .inner ul li .sub-menu li a {
  margin-bottom: 10px;
}
.footer .brandLogos {
  padding: 30px 5%;
}
.footer .brandLogos .logoS {
  display: flex;
  gap: 30px;
}
.footer .brandLogos .logoS .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .brandLogos .logoS .inner img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.footer .copyFooter {
  background-color: #EAEAEA;
  padding: 20px 5%;
}
.footer .copyFooter .two-col {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.footer .copyFooter .two-col p {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer .copyFooter .two-col ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.footer .copyFooter .two-col ul li {
  list-style: none;
}
.footer .copyFooter .two-col ul li a {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}
@media all and (max-width: 992px) {
  .footer .mainFooter .topFooter {
    flex-direction: column;
    align-items: center;
  }
  .footer .mainFooter .menuFooter {
    grid-template-columns: 50% 50%;
    row-gap: 30px;
  }
  .footer .mainFooter .menuFooter .inner {
    justify-content: flex-start;
  }
  .footer .mainFooter .menuFooter .inner .head {
    margin-bottom: 20px;
  }
  .footer .mainFooter .menuFooter .inner:nth-child(2) {
    border-right: 1px solid #1694A3;
  }
  .footer .copyFooter .two-col {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .footer .copyFooter .two-col ul li {
    line-height: 1;
  }
}
@media all and (max-width: 767px) {
  .footer .mainFooter .menuFooter {
    grid-template-columns: 100%;
  }
  .footer .mainFooter .menuFooter .inner {
    border-right: 1px solid #1694A3;
    justify-content: flex-start;
  }
}

.videoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 450px;
  aspect-ratio: 2/1;
  width: 100%;
}
.videoBox.playing .playBtn {
  opacity: 0;
  z-index: -1;
}
.videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoBox .playBtn {
  transition: all 0.3s ease 0.1s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.videoBox .playBtn .inner {
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.videoBox .playBtn .inner:hover {
  text-decoration: none;
}
.videoBox .playBtn .inner span {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.videoBox .playBtn .inner span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/Icon_Play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.videoBox .playBtn p {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .videoBox {
    max-height: 400px;
  }
}
@media all and (max-width: 767px) {
  .videoBox {
    max-height: 300px;
  }
  .videoBox .playBtn {
    display: none;
  }
}

.contentDefault h1, .contentDefault h2, .contentDefault h3, .contentDefault h4, .contentDefault h5, .contentDefault h6, .contentDefault p.serif {
  color: #2D338B;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contentDefault a:not(.btnSolid) {
  color: #1694A3;
  text-decoration: underline;
  font-weight: 700;
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 910px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-html {
  margin-top: 5%;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-html h1, .gform_wrapper .gform_body .gform_fields .gfield--type-html h2, .gform_wrapper .gform_body .gform_fields .gfield--type-html h3, .gform_wrapper .gform_body .gform_fields .gfield--type-html h4, .gform_wrapper .gform_body .gform_fields .gfield--type-html h5, .gform_wrapper .gform_body .gform_fields .gfield--type-html h6, .gform_wrapper .gform_body .gform_fields .gfield--type-html p.serif {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2D338B;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-html h4 {
  font-size: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]), .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 16px !important;
  padding: 6px 30px !important;
  height: auto;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]):focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .datepicker {
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=radio] {
  border: 2px solid #1694A3;
}
.gform_wrapper .gform_body .gform_fields .gfield_radio label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.gform_wrapper .gform_body .gform_fields .ginput_recaptcha {
  margin-top: 20px;
}
.gform_wrapper #field_1_28 .gfield_radio {
  flex-direction: row;
}
.gform_wrapper .gform_footer {
  text-align: center;
  display: flex;
  background-color: #1694A3;
  align-items: center;
  border-radius: 30px;
  padding: 0 !important;
  max-width: 270px;
  position: relative;
  border: 2px solid #1694A3;
  display: inline-block;
}
.gform_wrapper .gform_footer.white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.gform_wrapper .gform_footer::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -1px;
}
.gform_wrapper .gform_footer:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .gform_wrapper .gform_footer {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
.gform_wrapper .gform_footer .gform_button {
  padding: 15px 40px !important;
  padding-right: 60px !important;
  background-color: transparent !important;
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px !important;
  border: 0 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  box-shadow: none;
}

#field_1_8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#field_1_8 label {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  top: 4px;
}
#field_1_8 legend {
  display: none !important;
}
#field_1_8 .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#field_1_8 .ginput_container_checkbox .gfield_checkbox input {
  display: none;
}
#field_1_8 .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  position: relative;
}
#field_1_8 .ginput_container_checkbox .gfield_checkbox .gchoice label {
  cursor: pointer;
  padding-left: 30px;
  margin: 0;
}
#field_1_8 .custom-check {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #1694A3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 1px;
  pointer-events: none;
}
#field_1_8 .custom-check .custom-check-inner {
  height: 11px;
  width: 11px;
  border-radius: 50%;
}
#field_1_8 .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: unset !important;
}
#field_1_8 .gfield-choice-input:checked + label + .custom-check .custom-check-inner {
  background-color: #1694A3;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.homeBanner {
  height: 800px;
  max-height: 90vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.homeBanner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #2E2E2E;
  opacity: 0.4;
  left: 0;
  top: 0;
}
.homeBanner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.homeBanner .textBox {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.homeBanner .textBox h1 {
  color: #ffffff;
}
.homeBanner .textBox p {
  color: #ffffff;
}
.homeBanner .textBox .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.homeBanner .textBox .btnBox a {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
}
.homeBanner .textBox .btnBox a:nth-child(2) {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.homeBanner .textBox .btnBox a::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -2px;
}
.homeBanner .textBox .btnBox a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .homeBanner .textBox .btnBox a {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
@media all and (max-width: 992px) {
  .homeBanner {
    height: 600px;
  }
}

.aboutSec {
  position: relative;
}
.aboutSec.btmBlue {
  background-color: rgba(22, 148, 163, 0.05);
}
.aboutSec.btmBlue::after {
  height: 57%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1694A3;
  opacity: 0.05;
  position: absolute;
  content: "";
  z-index: -2;
}
.aboutSec::before {
  background-image: url("../img/GFX_Overall_Dark.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.02;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.aboutSec p {
  margin-bottom: 20px;
}
@media all and (max-width: 500px) {
  .aboutSec h2 span {
    display: block;
  }
}
.aboutSec .margTop {
  margin-top: 5%;
}
.aboutSec .Graph {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.aboutSec .quoteOutter {
  margin-top: 5%;
}
.aboutSec h5 {
  color: #1694A3;
  margin-bottom: 30px;
}
.aboutSec .videoBox {
  margin-top: 5%;
}
.aboutSec .imgBox {
  margin-top: 5%;
}
.aboutSec .imgBox img {
  width: 100%;
}
.aboutSec .imgBox .bLogo {
  max-width: 300px;
  width: auto;
  max-height: 100px;
}

.whyUs {
  background-color: #2D338B;
  padding: 40px 5%;
}
.whyUs .secIcon {
  margin-bottom: 20px;
}
.whyUs .iconBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
.whyUs .iconBox.new {
  gap: 20px;
}
.whyUs .iconBox.new .icon p {
  font-weight: 400;
}
.whyUs .iconBox.new .icon p strong {
  font-weight: 600;
}
.whyUs .iconBox .icon {
  text-align: center;
}
.whyUs .iconBox .icon .iconB {
  border-radius: 50%;
  padding: 15px;
  aspect-ratio: 1/1;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  max-width: 80px;
  justify-content: center;
  margin: 0 auto;
  max-height: 80px;
}
.whyUs .iconBox .icon .iconB img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.whyUs .iconBox .icon p {
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
@media all and (max-width: 992px) {
  .whyUs .iconBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .whyUs .iconBox .icon .iconB {
    max-width: 80px;
    max-height: 80px;
  }
}

.foundationSec.grayBack {
  background-color: #EAEAEA;
}
@media all and (max-width: 500px) {
  .foundationSec h2 span {
    display: block;
  }
}
.foundationSec .foundBox {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.foundationSec .foundBox .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.foundationSec .foundBox .textBox {
  width: 80%;
  position: relative;
  border-radius: 10px;
  margin: -100px auto 0;
  background-color: #2D338B;
  padding: 30px;
}
.foundationSec .foundBox .textBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-image: url("../img/GFX_Overall_Light_Small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.foundationSec .foundBox .textBox .copy {
  margin-top: 20px;
}
.foundationSec .foundBox .textBox .copy p {
  font-size: 15px;
}
.foundationSec .foundBox .textBox p {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.foundationSec .foundBox .textBox h3 {
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 10px;
}
.foundationSec .foundBox .textBox .btnBox {
  z-index: 2;
}
@media all and (max-width: 992px) {
  .foundationSec .foundBox {
    grid-template-columns: 100%;
  }
  .foundationSec .foundBox .textBox {
    width: 90%;
    margin: -50px auto 0;
    padding: 20px;
  }
}

.admissionSec {
  background-color: #EAEAEA;
  position: relative;
}
.admissionSec.clearBack {
  background-color: #ffffff;
}
.admissionSec.clearBack::before {
  display: none;
}
.admissionSec.clearBack .cols .two-col .inner {
  border: 2px solid #eaeaea;
}
.admissionSec::before {
  content: "";
  position: absolute;
  width: 90%;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background-position: top center;
  background-image: url("../img/Overall_Dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}
.admissionSec .cols {
  display: grid;
  grid-template-columns: 40% 50%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.admissionSec .cols .two-col {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.admissionSec .cols .two-col .inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #eaeaea;
}
.admissionSec .cols .two-col .inner:nth-child(2n) .btnBox a {
  border-color: #1694A3;
  color: #2D338B;
  background-color: #ffffff;
}
.admissionSec .cols .two-col .inner:nth-child(2n) .btnBox a::before {
  background-image: url("../img/Icon_Arrow_b.svg");
  opacity: 1;
}
.admissionSec .cols .two-col .inner img {
  margin-bottom: 20px;
}
.admissionSec .cols .two-col .inner .subHead {
  color: #2D338B;
  font-weight: 700;
}
.admissionSec .cols .two-col .inner .copy p {
  font-size: 15px;
}
@media all and (max-width: 1400px) {
  .admissionSec .cols {
    grid-template-columns: 35% 60%;
  }
}
@media all and (max-width: 992px) {
  .admissionSec .cols {
    gap: 30px;
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 767px) {
  .admissionSec .cols {
    gap: 20px;
  }
  .admissionSec .cols .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.ourCornerstone .copy p {
  margin-bottom: 20px;
}
.ourCornerstone .cols {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ourCornerstone .cols .inner .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.ourCornerstone .cols .inner .imgBox img {
  width: 100%;
}
.ourCornerstone .cols .inner .textBox {
  background-color: #1694A3;
  padding: 20px;
  border-radius: 20px;
  display: block;
  position: relative;
  width: 90%;
  margin: -50px auto 0;
  position: relative;
}
.ourCornerstone .cols .inner .textBox:hover {
  text-decoration: none;
}
.ourCornerstone .cols .inner .textBox::before {
  content: "";
  position: absolute;
  width: 90%;
  right: 0;
  margin: 0 auto;
  height: 90%;
  background-position: top center;
  background-image: url("../img/Overall_Dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 1;
}
.ourCornerstone .cols .inner .textBox h3 {
  margin-bottom: 0;
  position: relative;
  font-weight: 600;
}
.ourCornerstone .cols .inner .textBox .btnBox {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
@media all and (max-width: 992px) {
  .ourCornerstone .cols {
    grid-template-columns: 100%;
  }
  .ourCornerstone .cols .inner .imgBox {
    aspect-ratio: 1/1;
  }
  .ourCornerstone .cols .inner .imgBox img {
    height: 100%;
    object-fit: cover;
  }
}

.testimonialSec {
  background-color: #2D338B;
}
.testimonialSec .innerReview .reviewSec {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: -10% auto 0;
  z-index: 3;
}
.testimonialSec .innerReview .reviewSec .arrow {
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 35%;
  right: -25px;
  z-index: 9;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.testimonialSec .innerReview .reviewSec .arrow img {
  width: 100%;
  max-width: 15px;
}
.testimonialSec .innerReview .reviewSec .arrow.prevR {
  right: unset;
  left: -25px;
  background-color: #ffffff;
}
.testimonialSec .innerReview .reviewSec .arrow.prevR img {
  transform: rotate(180deg);
}
.testimonialSec .innerReview .reviewSec .reviewSlider {
  background-color: #ffffff;
  padding: 40px 80px;
  overflow: hidden;
  border-radius: 20px;
}
.testimonialSec .innerReview .reviewSec .reviewSlider .name {
  display: flex;
  margin: 20px auto 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.testimonialSec .innerReview .reviewSec .dots {
  margin-top: 40px;
}
.testimonialSec .innerReview .reviewSec .dots ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.testimonialSec .innerReview .reviewSec .dots ul li {
  list-style: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.testimonialSec .innerReview .reviewSec .dots ul li.slick-active {
  background-color: #ffffff;
}
.testimonialSec .innerReview .reviewSec .dots ul li button {
  visibility: hidden;
}
@media all and (max-width: 1280px) {
  .testimonialSec .innerReview .reviewSec {
    margin: 30px auto 0;
  }
  .testimonialSec .innerReview .reviewSec .arrows {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .testimonialSec .innerReview .reviewSec .arrows .arrow {
    top: unset;
    position: relative;
    right: 0px;
  }
  .testimonialSec .innerReview .reviewSec .arrows .arrow.prevR {
    left: 0px;
  }
  .testimonialSec .innerReview .reviewSec .reviewSlider {
    padding: 40px;
  }
  .testimonialSec .innerReview .reviewSec .reviewSlider .name {
    flex-direction: column;
  }
  .testimonialSec .innerReview .reviewSec .reviewSlider .name span {
    display: none;
  }
  .testimonialSec .innerReview .reviewSec .dots {
    margin-top: 30px;
  }
}

.newsSec .postBlock {
  margin-top: 50px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.newsSec .postBlock .blog {
  position: relative;
}
.newsSec .postBlock .blog .eventDate {
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1694A3;
}
.newsSec .postBlock .blog .eventDate p {
  font-weight: 700;
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.newsSec .postBlock .blog .eventDate p span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.newsSec .postBlock .blog .imgBox {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 1/0.7;
}
.newsSec .postBlock .blog .imgBox img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.newsSec .postBlock .blog .subHead {
  color: #2D338B;
}
.newsSec .postBlock .blog h3 a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.newsSec .postBlock .blog .excerpt p {
  font-size: 16px;
}
.newsSec .postBlock .blog a {
  font-family: "Montserrat", sans-serif;
  color: #2D338B;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .newsSec .postBlock {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .newsSec .postBlock {
    grid-template-columns: 100%;
  }
}

.quoteOut.noPadTop {
  padding-top: 0;
}
.quoteOut.noPadBtm {
  padding-bottom: 0;
}

.quoteOutter {
  border-radius: 20px;
  background-color: #2D338B;
  margin-top: 5%;
  text-align: center;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.quoteOutter.lightBlue {
  background-color: #1694A3;
}
.quoteOutter.noMarg {
  margin-top: 0;
}
.quoteOutter .inn {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.quoteOutter p {
  color: #ffffff;
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .quoteOutter {
    padding: 30px;
  }
}

.innerBanner {
  position: relative;
  min-height: 45vh;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000000;
}
.innerBanner .wp-post-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
  object-position: center;
}
.innerBanner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.innerBanner .textBox {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.innerBanner .textBox h1, .innerBanner .textBox p, .innerBanner .textBox a {
  color: #ffffff;
}
.innerBanner .textBox .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.innerBanner .textBox .btnBox a {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
}
.innerBanner .textBox .btnBox a:nth-child(2) {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.innerBanner .textBox .btnBox a::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -2px;
}
.innerBanner .textBox .btnBox a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .innerBanner .textBox .btnBox a {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
@media all and (min-width: 2000px) {
  .innerBanner {
    height: 900px;
  }
}
@media all and (max-width: 992px) {
  .innerBanner {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .innerBanner {
    height: 400px;
    min-height: 40vh;
  }
}
@media all and (max-width: 500px) {
  .innerBanner {
    height: 300px;
  }
}

.aboutSection {
  position: relative;
}
.aboutSection::before {
  background-color: rgba(22, 148, 163, 0.05);
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
}
.aboutSection .videoBox {
  margin-top: 5%;
}
.aboutSection .pointsSec {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.aboutSection .pointsSec .point {
  display: grid;
  background-color: #ffffff;
  grid-template-columns: 20% 20% 55%;
  justify-content: space-between;
  border: 2px solid #1694A3;
  padding: 30px;
  align-items: center;
  border-radius: 20px;
}
.aboutSection .pointsSec .point h2 {
  color: #2D338B;
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
}
.aboutSection .pointsSec .point p {
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.9;
}
.aboutSection .pointsSec .point .icon {
  text-align: center;
}
.aboutSection .pointsSec .point .icon .inner {
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 50%;
  background-color: #1694A3;
}
@media all and (max-width: 992px) {
  .aboutSection .pointsSec .point {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .aboutSection .pointsSec .point .icon {
    text-align: left;
  }
  .aboutSection .pointsSec .point .icon .inner {
    margin: 0;
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}

.ourStory {
  background-color: #EAEAEA;
  position: relative;
}
.ourStory::before {
  background-color: #ffffff;
  width: 100%;
  height: 13%;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  content: "";
}
.ourStory .imgBox {
  margin: 5% 0;
  border-radius: 20px;
  overflow: hidden;
}
.ourStory .imgGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 5% 0;
}
.ourStory .imgGrid .img {
  border-radius: 20px;
  overflow: hidden;
}
.ourStory .imgGrid .img img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .ourStory .imgGrid {
    grid-template-columns: 100%;
  }
}
.ourStory .btmText {
  margin: 5% 0;
}

.whyUsSec {
  position: relative;
}
.whyUsSec.noPadTop .section-padding {
  padding-top: 0;
}
.whyUsSec::before {
  background-color: #1694A3;
  width: 100%;
  height: 170px;
  opacity: 0.05;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  content: "";
}
.whyUsSec .whyUsSection {
  margin: 5% 0;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .whyUsSec .subHeading span {
    display: block;
  }
}
.whyUsSec .pointsSec {
  margin-top: 30px;
  column-count: 2;
  column-gap: 40px;
}
.whyUsSec .pointsSec .point {
  display: flex;
  break-inside: avoid;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.whyUsSec .pointsSec .point .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.whyUsSec .pointsSec .point .number img {
  width: 55px;
}
.whyUsSec .pointsSec .point .number p {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  margin: -8px 0 0;
}
.whyUsSec .pointsSec .point .p {
  margin: 0;
  width: calc(100% - 75px);
}
.whyUsSec .pointsSec .point .p strong {
  color: #1694A3;
}
.whyUsSec .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.whyUsSec .btnBox a {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
}
.whyUsSec .btnBox a:nth-child(2) {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.whyUsSec .btnBox a::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -2px;
}
.whyUsSec .btnBox a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .whyUsSec .btnBox a {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
@media all and (max-width: 992px) {
  .whyUsSec .pointsSec {
    column-count: 1;
  }
}

.communitySec {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(22, 148, 163, 0.05);
}
.communitySec::before {
  background-color: #ffffff;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  content: "";
}
.communitySec .learnSlider {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.communitySec .learnSlider .arrows {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.communitySec .learnSlider .arrows .arrow {
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  right: -25px;
  z-index: 9;
  border: 1px solid #1694A3;
}
.communitySec .learnSlider .arrows .arrow.slick-hidden {
  display: none;
}
.communitySec .learnSlider .arrows .arrow img {
  width: 100%;
  max-width: 15px;
}
.communitySec .learnSlider .arrows .arrow.prevS {
  right: unset;
  left: -25px;
  background-color: #ffffff;
}
.communitySec .learnSlider .arrows .arrow.prevS img {
  transform: rotate(180deg);
}
@media all and (max-width: 992px) {
  .communitySec .learnSlider .arrows {
    margin-top: 30px;
  }
}
.communitySec .learnSlider .whySlider {
  overflow: hidden;
}
.communitySec .learnSlider .whySlider .slick-list {
  overflow: visible;
}
.communitySec .learnSlider .whySlider.parentEng .imgBox {
  aspect-ratio: 1/1;
  position: relative;
}
.communitySec .learnSlider .whySlider.parentEng .imgBox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.communitySec .learnSlider .whySlider .imgBox {
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}
.communitySec .learnSlider .whySlider .imgBox img {
  width: 100%;
}
.communitySec .videoBox {
  margin-top: 5%;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.communitySec .section-padding {
  padding-bottom: 3%;
}

.parentEng {
  padding-top: 0;
  overflow: hidden;
}
.parentEng .cols .textBox .arrows {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.parentEng .cols .textBox .arrows .arrow {
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  right: -25px;
  z-index: 9;
  border: 1px solid #1694A3;
}
.parentEng .cols .textBox .arrows .arrow img {
  width: 100%;
  max-width: 15px;
}
.parentEng .cols .textBox .arrows .arrow.prev {
  right: unset;
  left: -25px;
  background-color: #ffffff;
}
.parentEng .cols .textBox .arrows .arrow.prev img {
  transform: rotate(180deg);
}
.parentEng .cols .gallery {
  margin-top: 30px;
}
.parentEng .cols .gallery .gallerySlider {
  width: 100%;
  overflow: visible;
}
.parentEng .cols .gallery .gallerySlider .slick-track {
  overflow: visible;
}
.parentEng .cols .gallery .gallerySlider .slick-list {
  overflow: visible;
}
.parentEng .cols .gallery .gallerySlider .img {
  aspect-ratio: 1/1;
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}
.parentEng .cols .gallery .gallerySlider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .parentEng .cols {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .parentEng .cols .gallery .gallerySlider {
    width: 100%;
  }
}

.ourCampus {
  background-color: #2D338B;
  position: relative;
}
.ourCampus::before {
  background-color: #ffffff;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  content: "";
}
.ourCampus h1, .ourCampus h2, .ourCampus h3, .ourCampus h4, .ourCampus h5, .ourCampus h6 {
  color: #ffffff;
  margin-bottom: 30px;
}
.ourCampus p {
  color: #ffffff;
}
.ourCampus .videoBox {
  margin-top: 5%;
  position: relative;
  z-index: 2;
}

.faqSec h2 {
  margin-bottom: 10px;
}
.faqSec .faqS {
  margin-top: 3%;
}
.faqSec .faqS .faq {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  border: 2px solid #eaeaea;
  margin-bottom: 20px;
  cursor: pointer;
}
.faqSec .faqS .faq.open h3 {
  color: #1694A3;
}
.faqSec .faqS .faq h3 {
  color: #2D338B;
}
.faqSec .faqS .faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faqSec .faqS .faq .question h3 {
  width: calc(100% - 70px);
  margin-bottom: 0;
}
.faqSec .faqS .faq .question .icon {
  width: 50px;
  height: 50px;
  background-color: #1694A3;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.faqSec .faqS .faq .question .icon img {
  position: absolute;
  width: 20px;
}
.faqSec .faqS .faq .answer {
  margin-top: 20px;
  display: none;
}
@media all and (max-width: 992px) {
  .faqSec .faqS .faq .question .icon {
    width: 40px;
    height: 40px;
  }
  .faqSec .faqS .faq .question .icon img {
    width: 15px;
  }
}

.skillSec {
  background-color: #eaeaea;
}
.skillSec h5 {
  color: #1694A3;
  margin-bottom: 20px;
}
.skillSec .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.skillSec .btnBox a {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
}
.skillSec .btnBox a:nth-child(2) {
  background-color: transparent;
  color: #2D338B;
  border: 2px solid #1694A3;
}
.skillSec .btnBox a:nth-child(2):hover {
  color: #2D338B;
}
.skillSec .btnBox a:nth-child(2)::before {
  background-image: url("../img/Icon_Arrow_b.svg");
  opacity: 1;
}
.skillSec .btnBox a::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -1px;
}
.skillSec .btnBox a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .skillSec .btnBox a {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
.skillSec .videoBox {
  margin-top: 5%;
  margin-bottom: 5%;
}
.skillSec .skillsBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 5% 0;
}
.skillSec .skillsBox .skill {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #1694A3;
  padding: 30px 20px;
  text-align: center;
}
.skillSec .skillsBox .skill .title {
  color: #1694A3;
  font-weight: 700;
}
@media all and (max-width: 992px) {
  .skillSec .skillsBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .skillSec .skillsBox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.animationSlider {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.animationSlider .headBox {
  padding: 0 5%;
}
.animationSlider .arrows {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.animationSlider .arrows .arrow {
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  right: -25px;
  z-index: 9;
  border: 1px solid #1694A3;
}
.animationSlider .arrows .arrow img {
  width: 100%;
  max-width: 15px;
}
.animationSlider .arrows .arrow.prevS {
  right: unset;
  left: -25px;
  background-color: #ffffff;
}
.animationSlider .arrows .arrow.prevS img {
  transform: rotate(180deg);
}
.animationSlider .sliderMain {
  margin-top: 5%;
}
.animationSlider .sliderMain .slick-list {
  overflow: visible;
}
.animationSlider .sliderMain .slick-track {
  display: flex;
  height: 500px;
}
.animationSlider .sliderMain .slide {
  height: inherit;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s all;
  z-index: -1;
  width: 350px !important;
  cursor: pointer;
}
.animationSlider .sliderMain .slide.slick-current {
  z-index: 2;
}
.animationSlider .sliderMain .slide.slick-current .imgBox {
  z-index: 999;
}
.animationSlider .sliderMain .slide:nth-child(2n) .imgBox {
  transform: rotate(5deg);
}
.animationSlider .sliderMain .slide:nth-child(2n) .imgBox .img {
  height: 200px;
}
.animationSlider .sliderMain .slide.zoomIn:nth-child(2n) .imgBox .img {
  height: 500px;
}
.animationSlider .sliderMain .slide.zoomIn .imgBox {
  width: 700px;
  transform: rotate(0deg);
  left: -50%;
}
.animationSlider .sliderMain .slide.zoomIn .imgBox .img {
  aspect-ratio: unset;
  height: 500px;
}
.animationSlider .sliderMain .slide.zoomIn .imgBox .title {
  padding: 20px;
}
.animationSlider .sliderMain .slide.zoomIn .imgBox .title p.openText {
  display: block;
}
.animationSlider .sliderMain .slide.zoomIn .imgBox .title p.closeText {
  display: none;
}
.animationSlider .sliderMain .slide .imgBox {
  transition: 0.5s all;
  transform: rotate(-5deg);
  width: 100%;
  z-index: -1;
  position: relative;
  left: 0;
}
.animationSlider .sliderMain .slide .imgBox .img {
  height: 300px;
  border-radius: 20px 20px 0 0;
  position: relative;
  width: inherit;
  overflow: hidden;
  transition: 0.5s all;
}
.animationSlider .sliderMain .slide .imgBox .img img {
  transition: 0.5s all;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.animationSlider .sliderMain .slide .imgBox .title {
  border-radius: 0 0 20px 20px;
  background-color: #2D338B;
  padding: 10px 20px;
  transition: 0.5s all;
  width: inherit;
}
.animationSlider .sliderMain .slide .imgBox .title p {
  color: #ffffff;
  margin-bottom: 0;
}
.animationSlider .sliderMain .slide .imgBox .title p.openText {
  display: none;
}
@media all and (max-width: 992px) {
  .animationSlider .sliderMain .slick-track {
    display: flex;
    height: auto;
  }
  .animationSlider .sliderMain .slide {
    width: auto !important;
  }
}

.missionStat {
  background-color: #EAEAEA;
}
.missionStat .two-col {
  display: grid;
  grid-template-columns: 46% 46%;
  justify-content: space-between;
  align-items: center;
}
.missionStat .two-col .imgBox .img {
  border-radius: 20px;
  overflow: hidden;
}
.missionStat .two-col .imgBox .img img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .missionStat .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.ibConti .imgB {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 5%;
}
.ibConti .copy {
  margin-top: 5%;
}
.ibConti .copy p {
  margin-bottom: 20px;
}
.ibConti .textB h5, .ibConti .textB h6 {
  color: #1694A3;
}
.ibConti .logoBox {
  margin-top: 5%;
}
.ibConti .logoBox img {
  height: 100px;
}
.ibConti .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.ibConti .btnBox a {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
}
.ibConti .btnBox a:nth-child(2) {
  background-color: transparent;
  border: 2px solid #1694A3;
  color: #2D338B;
}
.ibConti .btnBox a:nth-child(2):hover {
  color: #2D338B;
}
.ibConti .btnBox a:nth-child(2)::before {
  background-image: url("../img/Icon_Arrow_b.svg");
  opacity: 1;
}
.ibConti .btnBox a:nth-child(3) {
  background-color: #2D338B;
  border: 2px solid #2D338B;
  color: #ffffff;
}
.ibConti .btnBox a:nth-child(3):hover {
  color: #ffffff;
}
.ibConti .btnBox a:nth-child(3)::before {
  background-image: url("../img/Icon_Arrow.svg");
  opacity: 1;
}
.ibConti .btnBox a::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -1px;
}
.ibConti .btnBox a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .ibConti .btnBox a {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
.ibConti .foundBox {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ibConti .foundBox .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.ibConti .foundBox .imgBox img {
  width: 100%;
}
.ibConti .foundBox .textBox {
  width: 80%;
  position: relative;
  border-radius: 10px;
  margin: -100px auto 0;
  min-height: 310px;
  background-color: #2D338B;
  padding: 30px;
}
.ibConti .foundBox .textBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-image: url("../img/GFX_Overall_Light_Small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.ibConti .foundBox .textBox .copy {
  margin-top: 20px;
}
.ibConti .foundBox .textBox .copy p {
  font-size: 15px;
}
.ibConti .foundBox .textBox p {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.ibConti .foundBox .textBox h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-weight: 600;
}
.ibConti .foundBox .textBox .btnBox {
  z-index: 2;
}
@media all and (max-width: 992px) {
  .ibConti .foundBox {
    grid-template-columns: 100%;
  }
  .ibConti .foundBox .textBox {
    width: 90%;
    margin: -50px auto 0;
    padding: 20px;
    min-height: unset;
  }
}

.skillSecFour {
  background-color: #eaeaea;
}
.skillSecFour h5 {
  color: #1694A3;
  margin-top: 30px;
}
.skillSecFour .skillsBox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 5% 0;
  flex-wrap: wrap;
}
.skillSecFour .skillsBox .skill {
  width: 24%;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #1694A3;
  padding: 30px 20px;
  text-align: center;
}
.skillSecFour .skillsBox .skill .numb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.skillSecFour .skillsBox .skill .numb img {
  width: 45px;
}
.skillSecFour .skillsBox .skill .numb p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  margin: 0;
}
.skillSecFour .skillsBox .skill .title {
  color: #1694A3;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .skillSecFour .skillsBox .skill {
    width: 31%;
  }
}
@media all and (max-width: 992px) {
  .skillSecFour .skillsBox .skill {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .skillSecFour h2 span {
    display: block;
  }
  .skillSecFour .skillsBox .skill {
    width: 100%;
  }
}

.whyussec {
  background-color: #2D338B;
}
.whyussec .two-col {
  display: grid;
  grid-template-columns: 46% 46%;
  justify-content: space-between;
  align-items: center;
}
.whyussec .two-col .imgBox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.whyussec .two-col .imgBox .badgeIcon {
  width: 100px;
  top: 20px;
  right: 20px;
  position: absolute;
}
.whyussec .two-col .textBox p {
  color: #ffffff;
}
.whyussec .two-col .textBox p strong {
  display: block;
}
@media all and (max-width: 992px) {
  .whyussec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.quoteBox {
  background-color: rgba(22, 148, 163, 0.05);
}
.quoteBox .videoBox {
  margin-top: 30px;
}

.whyGray {
  background-color: #EAEAEA;
}
@media all and (max-width: 500px) {
  .whyGray h2 span {
    display: block;
  }
}
.whyGray h5 {
  color: #1694A3;
  margin-bottom: 20px;
}
.whyGray p {
  margin-bottom: 20px;
}
.whyGray .learnSlider {
  overflow: hidden;
}
.whyGray .learnSlider .arrows {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.whyGray .learnSlider .arrows .arrow {
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  right: -25px;
  z-index: 9;
  border: 1px solid #1694A3;
}
.whyGray .learnSlider .arrows .arrow.slick-hidden {
  display: none;
}
.whyGray .learnSlider .arrows .arrow img {
  width: 100%;
  max-width: 15px;
}
.whyGray .learnSlider .arrows .arrow.prevS {
  right: unset;
  left: -25px;
  background-color: #ffffff;
}
.whyGray .learnSlider .arrows .arrow.prevS img {
  transform: rotate(180deg);
}
@media all and (max-width: 992px) {
  .whyGray .learnSlider .arrows {
    margin-top: 30px;
  }
}
.whyGray .learnSlider .whySlider {
  overflow: hidden;
  margin-top: 30px;
}
.whyGray .learnSlider .whySlider .slick-list {
  overflow: visible;
}
.whyGray .learnSlider .whySlider.parentEng .imgBox {
  aspect-ratio: 1/1;
  position: relative;
}
.whyGray .learnSlider .whySlider.parentEng .imgBox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.whyGray .learnSlider .whySlider .imgBox {
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}
.whyGray .learnSlider .whySlider .imgBox img {
  width: 100%;
}

.navBox {
  padding: 20px 5%;
  background-color: #eaeaea;
  z-index: 9;
}
.navBox .inner {
  display: flex;
  align-items: center;
}
.navBox .inner .head {
  margin-right: 30px;
  margin-bottom: 0;
  padding: 10px 0;
  padding-right: 30px;
  border-right: 1px solid #1694A3;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #1694A3;
  width: 200px;
}
.navBox .inner .qLinks {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navBox .inner .qLinks a {
  opacity: 0.5;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2D338B;
}
.navBox .inner .qLinks a.active, .navBox .inner .qLinks a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media all and (max-width: 1400px) {
  .navBox .inner .head {
    font-size: 18px;
  }
  .navBox .inner .qLinks a {
    font-size: 15px;
  }
}
@media all and (max-width: 992px) {
  .navBox .inner {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .navBox .inner .head {
    font-size: 16px;
    padding-top: 0;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #1694A3;
    text-align: center;
  }
  .navBox .inner .qLinks a {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .navBox .inner .qLinks {
    flex-direction: column;
  }
}

.sectionLines {
  position: relative;
}
.sectionLines.white .line {
  background-color: rgba(255, 255, 255, 0.05);
}
.sectionLines.white::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.sectionLines.white::after {
  background-color: rgba(255, 255, 255, 0.05);
}
.sectionLines .line {
  width: 1px;
  height: 100%;
  left: 50%;
  position: absolute;
  background-color: rgba(22, 148, 163, 0.05);
  top: 0;
  z-index: 1;
}
.sectionLines::before {
  width: 1px;
  height: 100%;
  left: 25%;
  position: absolute;
  content: "";
  background-color: rgba(22, 148, 163, 0.05);
  top: 0;
  z-index: 1;
}
.sectionLines::after {
  z-index: 1;
  width: 1px;
  height: 100%;
  right: 25%;
  position: absolute;
  content: "";
  background-color: rgba(22, 148, 163, 0.05);
  top: 0;
}
.sectionLines > div:not(.line) {
  position: relative;
  z-index: 2;
}

.leadSec {
  background-color: #F3FAFA;
}
.leadSec.graySec {
  background-color: #eaeaea;
}
.leadSec .skillsBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 5%;
}
.leadSec .skillsBox .skill {
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #1694A3;
  padding: 50px 30px;
  text-align: center;
}
.leadSec .skillsBox .skill p strong {
  color: #1694A3;
  font-weight: 700;
}
@media all and (max-width: 992px) {
  .leadSec .skillsBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .leadSec .skillsBox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.getInTouch {
  position: relative;
}
.getInTouch::before {
  background-image: url("../img/GFX_Overall_Dark.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.02;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.getInTouch .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.getInTouch .two-col .formOut .inter {
  position: sticky;
  top: 130px;
}
.getInTouch .two-col .imgBox {
  border-radius: 20px;
  margin-top: 5%;
  overflow: hidden;
}
.getInTouch .two-col .headBox h1 {
  margin-bottom: 30px;
}
.getInTouch .two-col .headBox p {
  font-size: 18px;
  color: #2D338B;
}
.getInTouch .two-col .mapOut {
  position: relative;
  aspect-ratio: 1/1;
}
.getInTouch .two-col .mapOut iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.getInTouch .two-col .mapBox .contDets {
  margin-top: 5%;
  padding-top: 5%;
  border-top: 1px solid rgba(22, 148, 163, 0.3);
}
.getInTouch .two-col .contDets {
  margin-top: 30px;
}
.getInTouch .two-col .contDets h4 {
  color: #1694A3;
  margin-bottom: 20px;
}
.getInTouch .two-col .contDets p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2D338B;
}
.getInTouch .two-col .contDets p a, .getInTouch .two-col .contDets p span {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
.getInTouch .two-col .contDets .socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.getInTouch .two-col .contDets .socials a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #eaeaea;
}
.getInTouch .two-col .contDets .socials a img {
  width: 15px;
  object-fit: contain;
  height: 15px;
}
@media all and (max-width: 992px) {
  .getInTouch .two-col .contDets p {
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  .getInTouch .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.admissionProcess {
  background-color: #eaeaea;
}
.admissionProcess a:not(.btnSolid) {
  color: #1694A3;
  text-decoration: underline;
  font-weight: 700;
}
.admissionProcess .tabBox {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background-color: #2D338B;
  margin-top: 40px;
}
.admissionProcess .tabBox .tab {
  padding: 15px 20px;
  width: 100%;
  border-radius: 40px;
  cursor: pointer;
}
.admissionProcess .tabBox .tab.active, .admissionProcess .tabBox .tab:hover {
  background-color: #1694A3;
}
.admissionProcess .tabBox .tab p {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}
.admissionProcess .tabBox .tab p.ageGrade {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.admissionProcess .tabContent {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid rgba(22, 148, 163, 0.3);
}
.admissionProcess .tabContent .content {
  display: none;
}
.admissionProcess .tabContent .content .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.admissionProcess .tabContent .content .two-col .imgBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.admissionProcess .tabContent .content .two-col .imgBox .img {
  border-radius: 20px;
  overflow: hidden;
}
.admissionProcess .tabContent .content .two-col .imgBox .img img {
  width: 100%;
}
.admissionProcess .tabContent .content .two-col .textBox .name {
  margin-bottom: 10px;
}
.admissionProcess .tabContent .content .two-col .textBox .steps {
  margin-top: 40px;
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName {
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName:last-child {
  margin-bottom: 0;
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName .stepNumb {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName .stepNumb img {
  width: 45px;
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName .stepNumb p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  margin: -8px 0 0;
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName .nameS {
  width: calc(100% - 75px);
}
.admissionProcess .tabContent .content .two-col .textBox .steps .stepName .nameS a:not(.btnSolid) {
  color: #1694A3;
  text-decoration: underline;
  font-weight: 700;
}
@media all and (max-width: 992px) {
  .admissionProcess .tabBox {
    flex-direction: column;
  }
  .admissionProcess .tabContent .content .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .admissionProcess .tabContent .content .two-col .textBox .steps .stepName {
    gap: 20px;
  }
  .admissionProcess .tabContent .content .two-col .textBox .steps .stepName .stepNumb {
    width: 35px;
  }
  .admissionProcess .tabContent .content .two-col .textBox .steps .stepName .stepNumb img {
    width: 35px;
  }
  .admissionProcess .tabContent .content .two-col .textBox .steps .stepName .nameS {
    width: calc(100% - 55px);
  }
}

.rsvpJoin .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: flex-start;
}
.rsvpJoin .two-col .rsvpBox {
  background-color: #eaeaea;
  border-radius: 20px;
}
.rsvpJoin .two-col .rsvpBox .headBox {
  background-color: #1694A3;
  padding: 40px;
  border-radius: 20px 20px 0 0;
}
.rsvpJoin .two-col .rsvpBox .headBox h2 {
  margin-bottom: 0;
}
.rsvpJoin .two-col .rsvpBox .rsvpCopy {
  padding: 40px;
  border-radius: 0 0 20px 20px;
  background-color: #2D338B;
}
.rsvpJoin .two-col .rsvpBox .rsvpCopy h5 {
  color: #ffffff;
}
.rsvpJoin .two-col .rsvpBox .rsvpCopy p {
  color: #ffffff;
}
.rsvpJoin .two-col .rsvpBox .formBox {
  padding: 40px;
  background-color: #eaeaea;
  border-radius: 0 0 20px 20px;
}
.rsvpJoin .two-col .rsvpBox .formBox .formCopy {
  margin-bottom: 5%;
}
.rsvpJoin .two-col .rsvpBox .formBox .formCopy p {
  margin-bottom: 20px;
}
.rsvpJoin .two-col .joinBox .copy h1, .rsvpJoin .two-col .joinBox .copy h2, .rsvpJoin .two-col .joinBox .copy h3, .rsvpJoin .two-col .joinBox .copy h4, .rsvpJoin .two-col .joinBox .copy h5, .rsvpJoin .two-col .joinBox .copy h6, .rsvpJoin .two-col .joinBox .copy p.serif {
  color: #2D338B;
  margin: 30px 0 10px;
}
.rsvpJoin .two-col .joinBox .lineQuote {
  margin-top: 30px;
}
.rsvpJoin .two-col .joinBox .lineQuote h5 {
  color: #1694A3;
  font-weight: 700;
}
.rsvpJoin .two-col .joinBox .imgBox {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.rsvpJoin .two-col .joinBox .videoBox {
  margin-top: 5%;
}
.rsvpJoin .two-col .joinBox .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.rsvpJoin .two-col .joinBox .btnBox a {
  background-color: #1694A3;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 40px;
  padding-right: 60px;
  position: relative;
  border: 2px solid #1694A3;
}
.rsvpJoin .two-col .joinBox .btnBox a:nth-child(2) {
  background-color: transparent;
  border: 2px solid #1694A3;
  color: #2D338B;
}
.rsvpJoin .two-col .joinBox .btnBox a:nth-child(2):hover {
  color: #2D338B;
}
.rsvpJoin .two-col .joinBox .btnBox a:nth-child(2)::before {
  background-image: url("../img/Icon_Arrow_b.svg");
  opacity: 1;
}
.rsvpJoin .two-col .joinBox .btnBox a::before {
  position: absolute;
  content: "";
  background-image: url("../img/Icon_Arrow.svg");
  height: 100%;
  width: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  opacity: 0.6;
  top: -1px;
}
.rsvpJoin .two-col .joinBox .btnBox a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .rsvpJoin .two-col .joinBox .btnBox a {
    padding: 10px 30px;
    padding-right: 50px;
    font-size: 14px;
  }
}
@media all and (max-width: 992px) {
  .rsvpJoin .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .rsvpJoin .two-col .rsvpBox .headBox {
    padding: 20px;
  }
  .rsvpJoin .two-col .rsvpBox .rsvpCopy {
    padding: 20px;
  }
  .rsvpJoin .two-col .rsvpBox .formBox {
    padding: 20px;
  }
}

.visitUs {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
}
.visitUs .back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  object-position: top;
}
.visitUs p {
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .visitUs {
    min-height: auto;
  }
}

.btmImg {
  padding-top: 0;
}
.btmImg .imgBox {
  margin-top: 5%;
  border-radius: 20px;
  overflow: hidden;
}
.btmImg .imgBox img {
  width: 100%;
}

.singleBlog {
  background-color: #eaeaea;
  overflow: hidden;
}
.singleBlog.section-padding {
  padding: 0 5%;
}
.singleBlog:first-of-type {
  padding-top: 5%;
}
.singleBlog:last-of-type {
  padding-bottom: 5%;
}
.singleBlog .cols {
  display: grid;
  justify-content: space-between;
}
.singleBlog .cols .imgBox .innerImage {
  position: relative;
  overflow: hidden;
}
.singleBlog .cols .imgBox .innerImage .frame {
  width: 100%;
  position: relative;
  z-index: 3;
}
.singleBlog .cols .imgBox .innerImage img:not(.frame) {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.singleBlog .cats {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.singleBlog .cats a {
  color: #2D338B;
}
.singleBlog .copyBox {
  margin-top: 5%;
}
.singleBlog .dateL {
  margin-bottom: 5%;
}
.singleBlog .dateL p {
  margin-bottom: 0;
  font-size: 18px;
}
.singleBlog h1, .singleBlog h2 {
  color: #2D338B;
}
.singleBlog h3, .singleBlog h4, .singleBlog h5, .singleBlog h6, .singleBlog p.serif {
  color: #1694A3;
}
.singleBlog h3.lightBlue, .singleBlog h4.lightBlue, .singleBlog h5.lightBlue, .singleBlog h6.lightBlue, .singleBlog p.serif.lightBlue {
  color: #1694A3;
  margin-bottom: 20px;
}
.singleBlog ul {
  margin-bottom: 20px;
}
.singleBlog p {
  margin-bottom: 20px;
}
.singleBlog p:last-child {
  margin-bottom: 0;
}
.singleBlog p a {
  color: #1694A3;
  font-weight: 500;
  text-decoration: underline;
}
.singleBlog .btnBox {
  margin-bottom: 30px;
}
.singleBlog .learnSlider {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.singleBlog .learnSlider .arrows {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.singleBlog .learnSlider .arrows .arrow {
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-color: #1694A3;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  right: -25px;
  z-index: 9;
  border: 1px solid #1694A3;
}
.singleBlog .learnSlider .arrows .arrow.slick-hidden {
  display: none;
}
.singleBlog .learnSlider .arrows .arrow img {
  width: 100%;
  max-width: 15px;
}
.singleBlog .learnSlider .arrows .arrow.prevS {
  right: unset;
  left: -25px;
  background-color: #ffffff;
}
.singleBlog .learnSlider .arrows .arrow.prevS img {
  transform: rotate(180deg);
}
.singleBlog .learnSlider .whySlider {
  overflow: hidden;
}
.singleBlog .learnSlider .whySlider .slick-list {
  overflow: visible;
}
.singleBlog .learnSlider .whySlider.parentEng .imgBox {
  aspect-ratio: 1/1;
  position: relative;
}
.singleBlog .learnSlider .whySlider.parentEng .imgBox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.singleBlog .learnSlider .whySlider .imgBox {
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}
.singleBlog .learnSlider .whySlider .imgBox img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .singleBlog .learnSlider .whySlider {
    width: 100%;
  }
}
.singleBlog .videoBox {
  margin: 5% 0;
}
.singleBlog blockquote {
  border-radius: 20px;
  background-color: #2D338B;
  margin-top: 5%;
  text-align: center;
  padding: 50px;
  position: relative;
  margin-bottom: 5%;
  z-index: 2;
}
.singleBlog blockquote p {
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.5;
}
@media all and (max-width: 992px) {
  .singleBlog blockquote p {
    font-size: 25px;
  }
  .singleBlog blockquote p.small {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .singleBlog blockquote p {
    font-size: 20px;
  }
  .singleBlog blockquote p.small {
    font-size: 20px;
  }
}
.singleBlog .socialShare {
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  margin-top: 5%;
}
.singleBlog .socialShare p {
  padding: 13px 30px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2D338B;
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  .singleBlog .cols {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
  padding: 10px !important;
}

.newsBanner .eventsBox .postBlock {
  margin-top: 5%;
  display: grid;
  row-gap: 50px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.newsBanner .eventsBox .postBlock .blog {
  position: relative;
}
.newsBanner .eventsBox .postBlock .blog .eventDate {
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1694A3;
}
.newsBanner .eventsBox .postBlock .blog .eventDate p {
  font-weight: 700;
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.newsBanner .eventsBox .postBlock .blog .eventDate p span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.newsBanner .eventsBox .postBlock .blog .imgBox {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 1/0.7;
}
.newsBanner .eventsBox .postBlock .blog .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsBanner .eventsBox .postBlock .blog .subHead {
  color: #2D338B;
  text-align: left;
  font-size: 14px;
}
.newsBanner .eventsBox .postBlock .blog .excerpt p {
  font-size: 16px;
  text-align: left;
}
.newsBanner .eventsBox .postBlock .blog h3 a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.newsBanner .eventsBox .postBlock .blog a {
  font-family: "Montserrat", sans-serif;
  color: #2D338B;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .newsBanner .eventsBox .postBlock {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .newsBanner .eventsBox .postBlock {
    grid-template-columns: 100%;
  }
}

.relatedBlogs .postBlock {
  margin-top: 5%;
  display: grid;
  row-gap: 50px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.relatedBlogs .postBlock .blog {
  position: relative;
}
.relatedBlogs .postBlock .blog .eventDate {
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #1694A3;
}
.relatedBlogs .postBlock .blog .eventDate p {
  font-weight: 700;
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.relatedBlogs .postBlock .blog .eventDate p span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.relatedBlogs .postBlock .blog .imgBox {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 1/0.6;
}
.relatedBlogs .postBlock .blog .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relatedBlogs .postBlock .blog .subHead {
  color: #2D338B;
  text-align: left;
  font-size: 14px;
}
.relatedBlogs .postBlock .blog h3 a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.relatedBlogs .postBlock .blog .excerpt p {
  font-size: 16px;
  text-align: left;
}
.relatedBlogs .postBlock .blog a {
  font-family: "Montserrat", sans-serif;
  color: #2D338B;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media all and (max-width: 992px) {
  .relatedBlogs .postBlock {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .relatedBlogs .postBlock {
    grid-template-columns: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
