@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
:root {
  --global-font-family:  "Inter", sans-serif;
  --global-font-family-heading:  "Outfit", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #5c7a99;
  --global-background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #111C27;
  border-radius: 0;
}

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

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

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

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body ::-moz-selection {
  background-color: #143352;
  color: #fff;
}

body ::selection {
  background-color: #143352;
  color: #fff;
}

body .container {
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}

body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #143352;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .max-80 {
  max-width: 80%;
}

body .m-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

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

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.25rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #F4F4F5;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body header#masthead .header-main .logo img {
  width: 40%;
  height: auto;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.222rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #5C7A99;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5C7A99;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 600;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #1FB2A3;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #1FB2A3;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #F45925;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #5C7A99;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #F45925;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .btn a {
  background: #F45925;
  color: #fff;
  border: 1px solid #F45925;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #F45925;
  border-radius: .75rem;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body header#masthead .header-main .btn a:hover {
  background: #F4693A;
  border-color: #F4693A;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #143352;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #143352;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  color: var(--global-font-color);
  font-weight: 400;
}

body #content .vc_row {
  margin: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .mg-bottom {
  margin-bottom: 2rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: #fff !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .cyan {
  color: #1FB2A3 !important;
}

body #content .main-head {
  font-size: 3rem;
  font-family: var(--global-font-family-heading);
  font-weight: 700;
  color: #111C27;
  margin-bottom: 1.167rem;
  text-transform: capitalize;
}

body #content .main-head b {
  color: #1FB2A3;
  font-weight: 700;
}

body #content .sub-head {
  font-size: 1.5rem;
  font-family: var(--global-font-family-heading);
  font-weight: 500;
  color: #111C27;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 400;
}

body #content .txt ul li::marker {
  color: #1FB2A3;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  font-weight: 400;
}

body #content .txt p strong {
  color: #1FB2A3;
  font-weight: 600;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: #F45925;
  display: inline-block;
  color: #fff;
  border: 1px solid #F45925;
  position: relative;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  border: 1px solid #F45925;
  border-radius: .75rem;
  font-weight: 500;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: #F4693A;
  border-color: #F4693A;
}

body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn-2 a {
  background: transparent;
  display: inline-block;
  color: #fff;
  border: 1px solid #ffffff;
  position: relative;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  border-radius: 0.75rem;
  font-weight: 500;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-2 a:hover {
  color: #fff;
  background: #ffffff25;
}

body #content .border-radius {
  border-radius: 1rem;
}

body #content .border-radius > .vc_column-inner {
  border-radius: 1rem;
}

body #content .page-header {
  background: #143352;
  padding: 0.8rem;
  margin-bottom: 2rem;
}

body #content .page-header .page-header-container h1.page-title {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #fff;
  margin: 0;
}

body #content .hero-sec {
  height: 100vh;
  position: relative;
}

body #content .hero-sec::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 26, 41, 0.7)), to(rgba(10, 26, 41, 0.9)));
  background: linear-gradient(180deg, rgba(10, 26, 41, 0.7) 0%, rgba(10, 26, 41, 0.9) 100%);
  position: absolute;
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body #content .hero-sec .hero-row .full-img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #content .hero-sec .hero-row .hero-txt {
  position: absolute;
  display: block;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  right: 0;
  z-index: 10;
}

body #content .hero-sec .hero-row .hero-txt h1 {
  font-size: 4.5rem;
  font-family: var(--global-font-family-heading);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

body #content .hero-sec .hero-row .hero-txt p {
  font-size: 1.25rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #ffffffe7;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  line-height: 1.5;
}

body #content .wcu-sec .wcu-row {
  padding-top: 3rem;
}

body #content .wcu-sec .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .wcu-sec .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .wcu-sec .wcu-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(2436%) hue-rotate(348deg) brightness(99%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(2436%) hue-rotate(348deg) brightness(99%) contrast(93%);
}

body #content .wcu-sec .wcu-row > .wpb_column > .vc_column-inner .main-head {
  font-size: 2rem;
  margin: 1.167rem 0;
}

body #content .wcu-sec .wcu-row > .wpb_column > .vc_column-inner .wpb_single_image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .odl-sec .odl-row .vc_inner {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .odl-sec .odl-row .vc_inner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .odl-sec .odl-row .vc_inner:hover .wpb_single_image img {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(2436%) hue-rotate(348deg) brightness(99%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(50%) saturate(2436%) hue-rotate(348deg) brightness(99%) contrast(93%);
}

body #content .odl-sec .odl-row .main-head {
  font-size: 2rem;
}

body #content .odl-sec .odl-row .wpb_single_image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .odl-sec .odl-row .txt p, body #content .odl-sec .odl-row .txt li {
  font-size: 1.1rem;
}

body #content .students-sec .students-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

body #content .students-sec .students-grid .student-card {
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
	height: 500px;
}

body #content .students-sec .students-grid .student-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
body #content .students-sec .students-grid .student-card:hover .student-image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .students-sec .students-grid .student-card .student-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #143352;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .students-sec .students-grid .student-card .student-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .students-sec .students-grid .student-card .student-content {
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body #content .students-sec .students-grid .student-card .student-content .status-badge {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}

body #content .students-sec .students-grid .student-card .student-content .status-badge.passed {
  background: #2ecc71;
  color: #fff;
}

body #content .students-sec .students-grid .student-card .student-content .status-badge.failed {
  background: #e74c3c;
  color: #fff;
}

body #content .students-sec .students-grid .student-card .student-content .faults {
  display: inline-block;
  font-size: 0.9rem;
  color: #FFF;
  margin-bottom: 0.4rem;
}

body #content .students-sec .students-grid .student-card .student-content .student-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

body #content .students-sec .students-grid .student-card .student-content p {
  color: #fff;
}

body #content .contact-sec .contact-row .cont-detail {
  margin: 2rem 0;
}

body #content .contact-sec .contact-row .cont-detail > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon {
  text-align: left !important;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon > div {
  background: #164D63;
  border-radius: 1rem;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p {
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.8;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p a {
  color: #fff;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p a:hover {
  text-decoration: underline;
}

body form.wpcf7-form {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .main-head {
  font-size: 1.8rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #111C27;
  margin-bottom: 1.167rem;
}

body form.wpcf7-form:hover {
  border-color: #F45925;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .form-group {
  padding-bottom: 1rem;
  width: 100%;
}

body form.wpcf7-form label {
  font-size: 1rem;
  line-height: 2;
}

body form.wpcf7-form label span {
  color: #F45925;
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  border-radius: 1rem;
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #F4F4F5;
  color: #111C27;
}

body form.wpcf7-form input[type="text"]:focus, body form.wpcf7-form input[type="email"]:focus, body form.wpcf7-form input[type="tel"]:focus, body form.wpcf7-form input[type="date"]:focus {
  outline: none;
  border-color: #F45925;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .error {
  color: #F45925;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form select {
  border-radius: 1rem;
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #F4F4F5;
  color: #111C27;
}

body form.wpcf7-form select:focus {
  outline: none;
  border-color: #F45925;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form textarea {
  border-radius: 1rem;
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #F4F4F5;
  color: #111C27;
}

body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #F45925;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #F45925;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  border-radius: 1rem;
  background-color: #F45925;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #F4693A;
  border-color: #F4693A;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #F45925;
}

body footer#colophon .footer-main {
  padding: 2rem 0;
  background: #111C27;
  border-bottom: 1px solid #F4F4F5;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  grid-column-gap: 2em;
}

body footer#colophon .footer-main .foot-1 .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .foot-1 .logo img {
  width: 50%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 2rem;
}

body footer#colophon .footer-main section.widget p {
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.8;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
  opacity: 0.8;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  text-decoration: underline;
}

body footer#colophon .copyright {
  padding: 1rem 0;
  background: #111C27;
}

body footer#colophon .copyright p {
  font-size: 0.95rem;
  opacity: 0.8;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

body footer#colophon .copyright p a {
  color: #fff;
}

body footer#colophon .copyright p a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=template.css.map */