:root {
  --uswa-color-primary: #099be6;
  --uswa-btn-hover: #111;
  --white: #fff;
  --footer-color: #9B9B9B;
}

body {
  font-family: Gordita;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.87;
  color: #696969;
  background: var(--white);
}

body * {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body .bg-f5 {
  background: #f5f5f5;
}

body p {
  margin-bottom: 1.5rem;
}

body a {
  text-decoration: none;
}

body .content-container {
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  body .container.container-lg {
    max-width: 1510px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1400px) {
  body .container {
    max-width: 1140px;
  }
  body .container.container-lg {
    max-width: 1320px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1590px) {
  body .container.container-lg {
    max-width: 1510px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

body .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: 0;
  width: 4rem;
  height: 4rem;
}

body .slick-arrow.slick-next {
  right: 0;
}

body .slick-arrow.slick-prev {
  left: 0;
}

body ul.slick-dots {
  position: absolute;
  top: 100%;
  margin-top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}

body ul.slick-dots li {
  margin: 0 5px;
}

body ul.slick-dots button {
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  text-indent: -999em;
  overflow: hidden;
  padding: 0;
  background: #c1c1c1;
}

body ul.slick-dots .slick-active button {
  background: black;
}

@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: .8;
    border-width: 4px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 2px;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: .8;
    border-width: 4px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 2px;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-width: 1px;
  }
}

body .heading-primary {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.07em;
  color: var(--white);
  margin-bottom: 1.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .heading-primary {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body .heading-primary {
    font-size: 36px;
  }
}

body .heading-secondary {
  font-family: Butler;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.47em;
  color: var(--white);
  margin-bottom: 1.5rem;
  position: relative;
}

body .heading-secondary.dark {
  color: var(--uswa-btn-hover);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .heading-secondary {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  body .heading-secondary {
    font-size: 22px;
  }
}

body .heading-counter {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.47em;
  color: var(--white);
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
}

body .heading-counter.dark {
  color: var(--uswa-btn-hover);
}

body .heading-title {
  font-family: Butler;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.47em;
  margin-bottom: 1.5rem;
  color: var(--uswa-btn-hover);
  position: relative;
}

body .heading-title.light {
  color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .heading-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body .heading-title {
    font-size: 24px;
  }
}

body .heading-footer {
  font-family: Butler;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 7px;
  color: var(--white);
  position: relative;
}

body .heading-footer.dark {
  color: var(--uswa-btn-hover);
}

body .divider {
  margin-bottom: 4rem;
}

body .divider:after {
  background-color: var(--white);
  display: inline-block;
  content: "";
  width: 66px;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .divider.right {
  margin-bottom: 1.5rem;
  vertical-align: middle;
}

body .divider.right:after {
  position: static;
  background-color: var(--uswa-color-primary);
  -webkit-transform: inherit;
          transform: inherit;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}

body .divider.color-primary:after {
  background: var(--uswa-color-primary);
}

.btn {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  padding: 0 36px;
  line-height: 52px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  max-width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), color 0s linear;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), color 0s linear;
  text-align: center;
  border: 1px solid transparent;
}

.btn.button-default {
  color: #fff;
  border-color: var(--uswa-color-primary);
  background-color: var(--uswa-color-primary);
}

.btn.button-default:hover {
  border-color: var(--uswa-btn-hover);
  background-color: var(--uswa-btn-hover);
}

.btn.button-secondary {
  font-family: "Butler", Sans-serif;
  color: var(--uswa-btn-hover);
  border-color: var(--white);
  background-color: var(--white);
}

.btn.button-secondary:hover {
  color: var(--white);
  border-color: var(--uswa-btn-hover);
  background-color: var(--uswa-btn-hover);
}

.btn.btn-bordered {
  color: var(--uswa-color-primary);
  border-color: var(--white);
  background-color: transparent;
}

.btn.btn-bordered:hover {
  color: var(--white);
  border-color: var(--uswa-btn-hover);
  background-color: var(--uswa-btn-hover);
}

.btn.btn-lg {
  line-height: 64px;
  font-size: 20px;
}

.btn.btn-sm {
  line-height: 32px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .menu--secondary {
    display: block !important;
  }
}

.top-bar-03 {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  background-color: green;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.top-bar-03.page-top-bar .top-bar-social-network a {
  font-size: 20px;
  line-height: 26px;
  padding: 0 19px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.top-bar-03.page-top-bar .menu--secondary {
  padding-top: 0;
  padding-bottom: 0;
}

.top-bar-03.page-top-bar .menu--secondary > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li {
  position: relative;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 13px 19px;
  color: #fff;
  display: block;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  color: var(--uswa-btn-hover);
  z-index: 10;
  margin: 0;
  padding: 13px 0 16px;
  list-style-type: none;
  width: 200px;
  border: 1px solid #f1f1f1;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 42px;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid var(--white);
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12));
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul a {
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.39;
  text-transform: none;
  font-size: 13px;
  color: #7e7e7e;
  display: block;
  padding: 9px 30px;
}

@media only screen and (min-width: 768px) {
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul a i {
    display: none;
  }
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul .level2 {
  background: #fff;
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  color: var(--uswa-btn-hover);
  z-index: 10;
  margin: 0;
  padding: 13px 0 16px;
  list-style-type: none;
  width: 200px;
  border: 1px solid #f1f1f1;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul li {
  position: relative;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul li:hover > ul {
  display: block;
}

.top-bar-03.page-top-bar .menu--secondary > ul > li > ul li:hover > a {
  color: var(--uswa-color-primary);
}

.top-bar-03.page-top-bar .menu--secondary > ul > li:hover > ul {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-bar-03.page-top-bar .menu--secondary > ul > li a {
    padding: 13px 12px;
  }
  .top-bar-03.page-top-bar .top-bar-social-network a {
    padding: 0 9px;
  }
}

@media (max-width: 767px) {
  .top-bar-03.page-top-bar .menu--secondary {
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: auto;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li a {
    width: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li a i {
    margin-left: auto;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul {
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    padding: 0;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul li {
    border-top: 1px solid #f3f3f3;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 19px;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul li a i {
    margin-left: auto;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul .level2 {
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    padding: 0;
  }
  .top-bar-03.page-top-bar .menu--secondary > ul > li > ul .level2 a {
    padding-left: 41px;
    padding-right: 19px;
  }
  .top-bar-03.page-top-bar .top-bar-social-network a {
    padding: 0 9px;
  }
}

.top-bar-03 .top-bar-right .top-bar-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-bar-03 .top-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 48px;
}

.top-bar-03 .top-bar-wrap > * {
  padding: 7px 15px;
}

@media (max-width: 767px) {
  .top-bar-03 .top-bar-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.top-bar-03 .page-open-popup-search {
  font-size: 0;
  line-height: 1;
}

.top-bar-03 .page-open-popup-search i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .top-bar-03 .page-open-popup-search {
    display: none;
  }
}

.page-header {
  position: relative;
  z-index: 4;
}

.page-header .page-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-header .page-header-inner .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header .page-header-inner .header-wrap .branding-logo-wrap {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-header .page-header-inner .header-wrap .branding-logo-wrap a {
  margin: 0 1rem;
}

.page-header .page-header-inner .header-wrap .branding-logo-wrap .branding-logo {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  height: 132px;
}

.page-header .page-header-inner .header-wrap .branding-logo-wrap .branding-logo-femt {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  height: 102px;
}

@media (max-width: 767px) {
  .page-header .page-header-inner .header-wrap .branding-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .page-header-inner .header-wrap .branding-logo-wrap a {
    margin-left: 0;
    margin-right: 0;
  }
  .page-header .page-header-inner .header-wrap .branding-logo-wrap img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-header .header-bottom {
    display: none;
  }
}

.page-header .page-navigation {
  padding: 0 9px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-header .page-navigation .menu-primary {
  text-align: center;
  line-height: 0;
}

.page-header .page-navigation .menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  line-height: normal;
  direction: ltr;
}

.page-header .page-navigation .menu-primary ul.sm-simple {
  position: static;
  display: inline-block;
}

.page-header .page-navigation .menu-primary ul.sm-simple > li {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

.page-header .page-navigation .menu-primary ul.sm-simple > li a {
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
  display: block;
  position: relative;
}

.page-header .page-navigation .menu-primary ul.sm-simple > li a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.page-header .page-navigation .menu-primary ul.sm-simple > li a.active:after, .page-header .page-navigation .menu-primary ul.sm-simple > li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .page-navigation .menu-primary ul.sm-simple > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mainBanner {
  position: relative;
  width: 100%;
}

.mainBanner ul {
  margin: 0;
  padding: 0;
}

.mainBanner ul li {
  list-style-type: none;
  margin: 0;
  position: relative;
}

.mainBanner ul li:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mainBanner ul li img {
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .mainBanner ul li img {
    height: 660px;
  }
}

.mainBanner .bannerCaptionSec {
  position: absolute;
  left: 50%;
  top: 206px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 40%;
}

.mainBanner .bannerCaptionSec .videoButtonHolder {
  width: 200px;
  height: 200px;
  position: relative;
  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;
  color: #ccc;
}

.mainBanner .bannerCaptionSec .videoButtonHolder:after, .mainBanner .bannerCaptionSec .videoButtonHolder::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid currentColor;
  width: 100%;
  height: 100%;
  -webkit-animation: zoomBig 1.5s linear infinite;
          animation: zoomBig 1.5s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainBanner .bannerCaptionSec .videoButtonHolder:after {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

@media only screen and (max-width: 767px) {
  .mainBanner .bannerCaptionSec .videoButtonHolder {
    display: none;
  }
}

.mainBanner .bannerCaptionSec .video-link {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.mainBanner .bannerCaptionSec .video-link i {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--uswa-color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 2px;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .mainBanner .bannerCaptionSec {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .mainBanner .bannerCaptionSec {
    width: 90%;
    top: 266px;
  }
}

.mainBanner.bannerInner ul li img {
  height: 550px;
}

.mainBanner.bannerInner .bannerCaptionSec {
  top: 320px;
  width: 90% !important;
  max-width: 1000px;
}

.mainBanner.bannerInner .bannerCaptionSec .heading-primary {
  font-size: 50px;
}

@media (max-width: 767px) {
  .mainBanner.bannerInner .bannerCaptionSec .heading-primary {
    font-size: 30px;
  }
}

.introSec {
  margin-top: 105px;
  margin-bottom: 110px;
  z-index: 1;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.introSec .introImgSec {
  width: 100%;
}

.introSec .introImgSec img {
  width: 100%;
}

.introSec .introContent {
  padding-right: 85px;
}

.introSec .introContent p {
  font-size: 18px;
  line-height: 1.89em;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .introSec .introContent {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

.introSec .watermark {
  position: absolute;
  right: -80px;
  top: 0px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .introSec {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.getStarted {
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 75px 0px 65px 0px;
  position: relative;
  background-color: var(--uswa-color-primary);
  background-image: url(../images/intro-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

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

.getStarted .getStarted-container .heading-title {
  font-size: 3.5rem;
}

@media only screen and (max-width: 991px) {
  .getStarted .getStarted-container .heading-title {
    font-size: 2.5rem;
  }
}

.page-footer-wrapper {
  background-color: var(--e-global-color-secondary);
  background-image: url("../images/footer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  color: #ABABAB;
  padding: 84px 0px 44px 0px;
  position: relative;
}

.page-footer-wrapper .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-footer-wrapper .elementor-row .elementor-column {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer-wrapper .elementor-row .logoSec {
  width: 40%;
  position: relative;
  padding: 0 15px;
  color: var(--footer-color);
}

.page-footer-wrapper .elementor-row .logoSec .elementor-image {
  margin-bottom: 57px;
}

.page-footer-wrapper .elementor-row .logoSec p {
  font-size: 13px;
}

.page-footer-wrapper .elementor-row .linkSec {
  width: 20%;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
}

.page-footer-wrapper .elementor-row .getInTouch {
  color: var(--footer-color);
}

.page-footer-wrapper .elementor-row .getInTouch p {
  margin-bottom: 1rem;
}

.page-footer-wrapper .elementor-row .getInTouch > a {
  font-size: 16px;
  color: var(--white);
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
}

.page-footer-wrapper .elementor-row .getInTouch > a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.page-footer-wrapper .elementor-row .getInTouch > a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.page-footer-wrapper .elementor-row .getInTouch > a.btn {
  color: var(--uswa-color-primary);
  font-size: 14px;
}

.page-footer-wrapper .elementor-row .getInTouch .list {
  display: inline-block;
  padding: 0;
  margin: 20px -8px 0 -8px;
}

.page-footer-wrapper .elementor-row .getInTouch .list .item {
  display: inline-block;
}

.page-footer-wrapper .elementor-row .getInTouch .list .item a {
  color: var(--white);
  display: inline-block;
  padding: 5px 8px;
  font-weight: bold;
}

.page-footer-wrapper .elementor-row .ft-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
}

.page-footer-wrapper .elementor-row .ft-nav ul li {
  margin-bottom: 11px;
}

.page-footer-wrapper .elementor-row .ft-nav ul li a {
  color: var(--footer-color);
  line-height: 26px;
  display: inline-block;
}

.page-footer-wrapper .elementor-row .ft-nav ul li a:hover {
  color: var(--white);
}

@media only screen and (max-width: 991px) {
  .page-footer-wrapper .elementor-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-footer-wrapper .elementor-row .ft-nav {
    width: 30%;
  }
  .page-footer-wrapper .elementor-row .getInTouch {
    width: 100%;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .page-footer-wrapper .elementor-row .getInTouch .list {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-footer-wrapper .elementor-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-footer-wrapper .elementor-row .logoSec {
    width: 100%;
  }
  .page-footer-wrapper .elementor-row .logoSec .elementor-image {
    margin-bottom: 1rem;
  }
  .page-footer-wrapper .elementor-row .ft-nav {
    width: 100%;
  }
  .page-footer-wrapper .elementor-row .getInTouch {
    width: 100%;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .page-footer-wrapper .elementor-row .getInTouch .list {
    width: 100%;
  }
}

.schoolList .schoolListSec {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #EEEEEE;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 60px 0px 60px 0px;
}

.schoolList .schoolListSec .slick-list {
  margin-bottom: 0;
}

.schoolList .schoolListSec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.schoolList .schoolListSec ul li {
  padding: 0 30px;
}

.schoolList .schoolListSec ul li img {
  height: 80px;
  width: auto;
}

.alumniSec {
  padding: 70px 0 120px 0;
  background: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .alumniSec {
    overflow: hidden;
  }
}

.alumniSec p {
  font-size: 18px;
  line-height: 1.89em;
}

.alumniSec .alumniSliderHolder {
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .alumniSec .alumniSliderHolder {
    margin-bottom: 5rem;
  }
}

.alumniSec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.alumniSec ul li {
  margin: 0 15px;
}

.alumniSec ul li img {
  width: 100%;
}

.alumniSec .slick-arrow {
  background: rgba(0, 0, 0, 0.2);
  width: 3rem;
  height: 3rem;
}

.alumniSec .slick-arrow:hover {
  background: black;
}

.alumniSec .slick-arrow.slick-next {
  right: 15px;
}

.alumniSec .slick-arrow.slick-prev {
  left: 15px;
}

.eventSec {
  padding: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .eventSec {
    overflow: hidden;
  }
}

.eventSec p {
  font-size: 18px;
  line-height: 1.89em;
}

.eventSec .eventSliderHolder {
  margin: 0 -15px;
}

.eventSec .eventBlock .eventImgSec {
  width: 100%;
  overflow: hidden;
}

.eventSec .eventBlock .eventImgSec img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.eventSec .eventBlock .eventContentSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.eventSec .eventBlock .eventContentSec h6 {
  display: block;
  padding: 0 1rem;
  font-size: 40px;
  font-family: Butler;
  font-weight: 700;
  color: var(--uswa-color-primary);
  margin: 0;
}

.eventSec .eventBlock .eventContentSec h6 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b;
  display: block;
}

.eventSec .eventBlock .eventContentSec .eventContentSp h4 {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 20px;
  font-family: Butler;
}

.eventSec .eventBlock .eventContentSec .eventContentSp h4 a {
  color: #111;
}

.eventSec .eventBlock .eventContentSec .eventContentSp h4 a:hover {
  color: var(--uswa-color-primary);
}

.eventSec .eventBlock .eventContentSec .eventContentSp p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0.5rem;
}

.eventSec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.eventSec ul li {
  margin: 0 15px;
  position: relative;
}

.eventSec ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  border-right: 1px solid #ededed;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 30px;
}

.eventSec ul li img {
  width: 100%;
}

.eventSec ul li img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.eventSec .eventListing ul {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  display: -ms-grid;
  display: grid;
}

.eventSec .eventListing ul li {
  margin: 0;
}

.eventSec .eventListing ul li:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 1rem;
}

.eventSec .eventListing ul li:nth-child(3n+3)::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eventSec .eventListing ul {
    padding: 0 15px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .eventSec .eventListing ul {
    padding: 0 15px;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.eventSec .slick-arrow {
  background: rgba(0, 0, 0, 0.2);
  width: 3rem;
  height: 3rem;
}

.eventSec .slick-arrow:hover {
  background: black;
}

.eventSec .slick-arrow.slick-next {
  right: 15px;
}

.eventSec .slick-arrow.slick-prev {
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .eventSec .d-flex.align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.majorProgrameSec {
  background-color: #000000;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 140px 0px 109px 0px;
}

.majorProgrameSec .majorProgrameHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.majorProgrameSec .majorProgrameHolder .majorProgrameContent {
  width: 540px;
  max-width: 100%;
  margin-right: auto;
}

.majorProgrameSec .majorProgrameHolder .majorProgrameContent .heading-title {
  font-size: 64px;
}

.majorProgrameSec .majorProgrameHolder .majorProgrameContent p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8em;
}

.majorProgrameSec .majorProgrameHolder .majorProgrameLinkSec {
  width: 33.333%;
}

@media only screen and (max-width: 991px) {
  .majorProgrameSec .majorProgrameHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .majorProgrameSec .majorProgrameHolder .majorProgrameContent {
    width: 100%;
  }
  .majorProgrameSec .majorProgrameHolder .majorProgrameContent .heading-title {
    font-size: 50px;
  }
  .majorProgrameSec .majorProgrameHolder .majorProgrameLinkSec {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .majorProgrameSec .majorProgrameHolder .majorProgrameContent .heading-title {
    font-size: 36px;
  }
  .majorProgrameSec .majorProgrameHolder .majorProgrameLinkSec {
    width: 100%;
  }
  .majorProgrameSec .majorProgrameHolder .majorProgrameLinkSec a {
    font-size: 15px;
    padding: 0 10px;
  }
}

.storiesSec {
  background: #f5f5f5;
  padding: 70px 0;
}

.storiesSec .studentStoriesList {
  background: var(--white);
  padding: 60px;
}

.storiesSec .studentStoriesList ul {
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
  max-width: 630px;
  position: relative;
}

.storiesSec .studentStoriesList ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  cursor: pointer;
}

.storiesSec .studentStoriesList ul li:last-child {
  border-bottom: 0;
}

.storiesSec .studentStoriesList ul li > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.storiesSec .studentStoriesList ul li.active .storiesBlock:before {
  opacity: 1 !important;
}

.storiesSec .studentStoriesList ul li.active .storiesContentSp h6 {
  color: var(--uswa-color-primary);
}

.storiesSec .studentStoriesList ul li.active .storiesContentSp h6 span {
  color: #9b9b9b;
}

.storiesSec .studentStoriesList ul li.active .storiesBlock .storiesImgSec img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.storiesSec .studentStoriesList .storiesBlock::before {
  content: "";
  position: absolute;
  margin-right: 20px;
  right: 100%;
  width: 80px;
  height: 2px;
  background: var(--uswa-color-primary);
  opacity: 1;
  z-index: 1;
  margin-top: 40px;
  opacity: 0;
}

.storiesSec .studentStoriesList .storiesBlock .storiesImgSec {
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 100%;
  margin-right: 60px;
  top: 0;
  height: 100%;
}

.storiesSec .studentStoriesList .storiesBlock .storiesImgSec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec h6 {
  display: block;
  padding: 0 2rem 0 0;
  font-size: 48px;
  font-family: Butler;
  font-weight: 700;
  color: var(--uswa-color-primary);
  margin: 0;
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec h6 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b;
  display: block;
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec .storiesContentSp h4 {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: Butler;
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec .storiesContentSp h4 a {
  color: #111;
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec .storiesContentSp h4 a:hover {
  color: var(--uswa-color-primary);
}

.storiesSec .studentStoriesList .storiesBlock .storiesContentSec .storiesContentSp p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0.5rem;
}

.infoCallouts {
  padding: 70px 0;
}

.infoCallouts .infoCallout {
  background: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infoCallouts .infoCallout .infoCalloutContent {
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.875;
}

.infoCallouts .infoCallout .infoCalloutContent .heading-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.47;
  margin: 0 0 0.5rem 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infoCallouts .infoCallout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .infoCallouts .infoCallout .infoCalloutContent {
    padding-left: 0;
    padding-top: 1rem;
  }
}

.schoolCalloutSec {
  padding: 35px 0;
}

.schoolCalloutSec .schoolCalloutSp {
  width: 100%;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout {
  position: relative;
  margin: 140px 0;
  width: 100%;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout:nth-child(2n+1) {
  text-align: right;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout:nth-child(2n+1) .schoolCalloutContent {
  left: 0;
  right: 0;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout:first-child {
  margin-top: 35px;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout:last-child {
  margin-bottom: 35px;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutImgSec img {
  width: 60%;
  height: 380px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent {
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  padding: 20px;
  width: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent .schoolCalloutContentSp {
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent .schoolCalloutContentSp .heading-title {
  font-size: 30px;
  line-height: 1.47;
  margin-bottom: 2rem;
}

.schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent .schoolCalloutContentSp p {
  font-size: 16px;
  line-height: 1.875;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schoolCalloutSec .schoolCalloutSp .schoolCallout {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent {
    position: static;
    width: 100%;
  }
  .schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutImgSec {
    width: 100%;
    margin-bottom: 15px;
  }
  .schoolCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutImgSec img {
    width: 100%;
  }
}

.schoolCalloutSec.schoolDetailCalloutSec .schoolCalloutSp .schoolCallout {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  display: -ms-grid;
  display: grid;
  padding: 0;
  margin: 0 0 2rem 0;
}

.schoolCalloutSec.schoolDetailCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutImgSec {
  width: 100%;
}

.schoolCalloutSec.schoolDetailCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutImgSec img {
  width: 100%;
  height: 100%;
}

.schoolCalloutSec.schoolDetailCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent {
  position: static;
  width: 100%;
}

.schoolCalloutSec.schoolDetailCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent .schoolCalloutContentSp {
  height: 100%;
}

.schoolCalloutSec.schoolDetailCalloutSec .schoolCalloutSp .schoolCallout .schoolCalloutContent .schoolCalloutContentSp .heading-title {
  margin-bottom: 2rem !important;
  margin-top: 0;
}

.videoSec {
  position: relative;
}

.videoSec .videoBlock {
  width: 100%;
  position: relative;
  z-index: 1;
}

.videoSec .videoBlock video {
  width: 100%;
  background: #000;
}

.videoSec .videoButtonHolder {
  width: 200px;
  height: 200px;
  position: absolute;
  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;
  color: #ccc;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.videoSec .videoButtonHolder:after, .videoSec .videoButtonHolder::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid currentColor;
  width: 100%;
  height: 100%;
  -webkit-animation: zoomBig 1.5s linear infinite;
          animation: zoomBig 1.5s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.videoSec .videoButtonHolder:after {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.videoSec .video-link {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.videoSec .video-link i {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--uswa-color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 2px;
  z-index: 2;
}

.videoSec:after {
  width: 100%;
  height: 200px;
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.contentSec {
  padding: 70px 0;
}

.contentSec p {
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.875;
}

.alumniListingSec {
  overflow: hidden;
  margin-bottom: 50px;
}

.alumniListingSec ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0;
}

.alumniListingSec ul li {
  padding: 30px;
  width: 33.3333%;
}

.alumniListingSec ul li .alumniBlock {
  background: #fff;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.alumniListingSec ul li .alumniBlock:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid #ccc;
}

.alumniListingSec ul li img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alumniListingSec ul li {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alumniListingSec ul li {
    width: 100%;
  }
}

.generalContactInfoSec {
  margin-bottom: 3rem;
}

.generalContactInfoSec .generalContactInfoCallot {
  max-width: 350px;
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec i {
  color: var(--uswa-color-primary);
  font-size: 40px;
  margin-right: 25px;
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec .generalContactInfoContentSp h4 {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: Butler;
  margin-top: 0;
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec .generalContactInfoContentSp h4 a {
  color: #111;
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec .generalContactInfoContentSp h4 a:hover {
  color: var(--uswa-color-primary);
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec .generalContactInfoContentSp p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0.5rem;
}

.generalContactInfoSec .generalContactInfoCallot .generalContactInfoContentSec .generalContactInfoContentSp p a {
  color: #111;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .generalContactInfoSec .d-flex.justify-content-between {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .generalContactInfoSec .d-flex.justify-content-between .generalContactInfoCallot {
    width: 350px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .generalContactInfoSec .d-flex.justify-content-between {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .generalContactInfoSec .d-flex.justify-content-between .generalContactInfoCallot {
    width: 100%;
    max-width: 350px;
  }
  .generalContactInfoSec .d-flex.justify-content-between .generalContactInfoCallot .generalContactInfoContentSec .generalContactInfoContentSp p {
    font-size: 11px;
  }
  .generalContactInfoSec .d-flex.justify-content-between .generalContactInfoCallot .generalContactInfoContentSec i {
    font-size: 24px;
    margin-right: 14px;
    padding-top: 2px;
  }
}

.contactForm {
  padding: 70px 0;
}

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

.contactForm label {
  font-size: 14px;
  color: #111;
  font-family: inherit;
}

.contactForm .form-control {
  border-radius: 0;
  background: #fff;
  border: 0;
  height: 46px;
  font-family: inherit;
}

.contactForm textarea.form-control {
  height: 220px;
  resize: none;
}

.aboutContainer .aboutContentBlockSec {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  display: -ms-grid;
  display: grid;
  padding: 6rem 0;
}

.aboutContainer .aboutContentBlockSec.schoolIntroSp {
  padding-bottom: 1rem;
}

.aboutContainer .aboutContentBlockSec h6 {
  color: var(--uswa-color-primary);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 3px;
}

.aboutContainer .aboutContentBlockSec .aboutContentBlock {
  position: relative;
}

.aboutContainer .aboutContentBlockSec .aboutContentBlock p {
  font-size: 1rem;
}

.aboutContainer .aboutContentBlockSec .watermark {
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  z-index: -1;
}

.aboutContainer .aboutContentBlockSec .watermark img {
  height: 20rem;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .aboutContainer .aboutContentBlockSec {
    -ms-grid-columns: inherit;
        grid-template-columns: inherit;
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 0;
    padding-bottom: 3rem;
  }
}

.aboutCalloutHolder .aboutCalloutSec {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  display: -ms-grid;
  display: grid;
  padding: 0 0 6rem 0;
}

.aboutCalloutHolder .aboutCalloutSec .aboutCallout {
  padding: 31px 20px 33px;
  text-align: center;
}

.aboutCalloutHolder .aboutCalloutSec .aboutCallout > i {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
  height: 151px;
}

.aboutCalloutHolder .aboutCalloutSec .aboutCallout .heading-title {
  font-size: 24px;
  margin-bottom: 2rem;
}

.aboutCalloutHolder .aboutCalloutSec .aboutCallout p {
  font-size: 16px;
  line-height: 1.875;
}

.aboutCalloutHolder .aboutCalloutSec .aboutCallout .btn {
  white-space: nowrap;
}

.aboutCalloutHolder .aboutCalloutSec .aboutCallout:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .aboutCalloutHolder .aboutCalloutSec {
    -ms-grid-columns: inherit;
        grid-template-columns: inherit;
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

.schoolDetailContentSec .divider {
  margin-bottom: 1rem !important;
  margin-top: 2.5rem;
}

.schoolDetailContentSec ul {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
  display: -ms-grid;
  display: grid;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.schoolDetailContentSec ul li {
  position: relative;
  padding-left: 2rem;
}

.schoolDetailContentSec ul li:after {
  background-color: var(--white);
  display: inline-block;
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 0;
  margin-top: 10px;
  background: var(--uswa-color-primary);
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .schoolDetailContentSec ul {
    -ms-grid-columns: inherit;
        grid-template-columns: inherit;
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

.table-default th {
  background: var(--uswa-color-primary);
  color: var(--white);
}

.studentStrenghtGrid {
  position: relative;
  margin-bottom: 5rem;
}

.studentStrenghtGrid .watermark {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  margin-top: calc(135px/2 - 20px);
}

.schoolSliderContainer .slick-list {
  margin: 0 -0.5rem;
}

.schoolSliderContainer .slideItem {
  padding: 0.5rem;
}

.schoolSliderContainer .slideItem img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.schoolSliderContainer .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=default.css.map */