@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
p{
  font-size: 0.938em;
}
.justify-text {
  text-align: justify;
	text-justify: inter-word;
  letter-spacing: -0.044em;
}

ul.navbar-nav {
  margin-right: 5.625em;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -0.438em;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }

}

/* ============ small devices .end// ============ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight: 400;
}

h1,
.title-center h1 {
  font-size: 1.75em;
  font-weight: 700;
  padding: 20px 0px;
  width: 100%;
}

h1:after {
  content: '';
  position: absolute;
  display: block;
  width: 5%;
  height:7px;
  background: #0563bb;
  border-radius: 10px;
  margin: 10px 0px;
}

.title-center h1:after {
  content: '';
  position: absolute;
  display: block;
  width: 5%;
  height: 7px;
  background: #0563bb;
  border-radius: 10px;
  margin: 10px 0px;
  left: calc(50% - 50px);
}
.bene-font p{
  font-size:1.063em;
}
.hvrcenter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvrcenter:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0563bb;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #0563bb;
  border-radius: 15px;
}

.hvrcenter:hover:before,
.hvrcenter:focus:before,
.hvrcenter:active:before {
  left: 0;
  right: 0;
}

.bg-blue {
  background-color: #d1e8ff;
}

.navbar-nav,
.nav-item {
  font-family: 'Poppins';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.938em;
}

.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #2098d4;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 21%;
  right: 3%;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

/*.hamburger-icon:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }*/

.icon-1.a {
  transform: rotate(40deg);
}

.icon-3.b {
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }

  100% {
    width: 50%;
    opacity: 1;
  }
}

#nav-d {
  position: absolute;
  top: 67px;
  right: 100px;
  height: 100%;
  width: 0%;
  z-index: 10;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
  transition-delay: 100ms;
  /*background: red;*/
}

#nav-d ul {
  margin: 0;
  position: absolute;
  top: 8%;
  left: -14%;
  background: white;
  padding: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

#nav-d ul li {
  list-style: none;
  line-height: 2.2;
  text-transform: uppercase;
  letter-spacing: 0.106em;
}

#nav-d.show {
  width: 7%;
  opacity: 1;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 111;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2098d4;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 10px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 27px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-arrow.dropdown-toggle::after {
  display: none !important;
}

.navbar-brand img {
  width: 85%;
}

.ldrop .dropdown-menu.show {
  left: -120px !important;
}

.nav-item img {
  margin-top: -5px;
}

.carousel-caption {
  right: 0;
  left: 4%;
  bottom: 4rem;
}

.carousel-caption h5 {
  color: whitesmoke;
  font-size: 2.813em;
  text-align: left;
}

.header-box {
  padding: 80px 0 85px;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url('../images/header-bg-1.jpg') center top no-repeat fixed;
  background-size: auto;
  margin: 0 0 95px;
  background-size: cover;
}

.header-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #161525;
  opacity: .5;
}

.header-box nav {
  width: 100%;
  text-align: center;
}

.blog-header img {
  width: 90%;

}
.uaa i{
  
    color:#002d71;
    font-size:60px;
  
}
.uaa-benifits li{
  margin-bottom: 5px;
}
.career-icon i {
  margin-right: 10px;
  color: #0a58ca;
}

.acad-partner h4 {
  font-size: 1.313em;
}
.btn-blue{
  padding: 0.5em 0.75em;
  border-radius: 0.313em;
}
.btn-blue a{
  color: white;
  text-decoration: none;
}
.mar-35{
  margin-left: 2.188em;
}
.mar-15{
  margin-left: 0.938em;
}
.event-form{
  background-color: #f4f4f4;
padding: 10px;
}
footer {
  background-color: #002d71;
}

.footer-mid i {
  font-size: 0.938em;
  color: #002d71;

}

.footer-mid span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: white;
  text-align: center;
  line-height: 30px;
  margin: 0px 5px;
  border-radius: 100%;
}

.footer-mid {
  border-bottom: 1px solid whitesmoke;
}

.footer-mid p {
  margin-bottom: 3px;
  font-size: 1rem;

}

.footer-mid p i {
  margin-right: 8px;
}

.footer-mid .quicklink p a {
  text-decoration: none;
}

.contact-details p i {
  margin-right: 8px;
}

.footer-mid .quicklink h4,
.footer-mid .quicklink p {
  margin-bottom: 10px;

}

.footer-mid .quicklink p:last-child {
  border: none;
}

.footer-bot a {
  text-decoration: none;
}

.policy a {
  color: #000;
  text-decoration: none;
}

body.hidden-scroll {
  overflow: hidden
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed
}

.sl-wrapper * {
  box-sizing: border-box
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 1.75em;
  padding: 0;
  cursor: pointer
}

.sl-wrapper button:hover {
  opacity: 0.7
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem
  }
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

/* Logo slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.gal section {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.gal section img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 1.25em;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.img-container {
  position: relative;

}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.text {
  background-color: #04AA6D;
  color: white;
  font-size: 1em;
  padding: 16px 32px;
}

.pdp-course h6 {
  background-color: #002d71;
  padding: 15px 0px;
  margin-bottom: 0;
}

.know-more {
  color: #002d71;
  font-weight: 600;
}

a.know-more,
.know-more a {
  text-decoration: none;
}

.course h4,
h5 {
  color: #002d71;
}

.course li {
  padding: 6px 10px;
}

.partner img {
  width: 4%;
  margin-right: 10px;
}

.partner span {
  font-size: 0.75em;
  display: inline-block;
  margin-right: 25px;
}

.partner h6 {
  display: inline-block;
  color: #002d71;
}


/*.w-100 {
    height: 100vh;
  }*/
.navbar-toggler {
  padding: 1px 5px;
  font-size: 1.125em;
  line-height: 0.3;
  background: #fff;
}

@media only screen and (max-width: 767px) {


  .carousel-caption {

    top: 6.25rem;

  }

  .carousel-caption h5 {
    font-size: 1.063em;
  }

  .carousel-caption a {
    padding: 10px 15px;
    font-size: 0.938em;
  }
}

.accordion-flush .accordion-item .accordion-button {
  background-color: #002d71;
}

.uni-adv i {
  font-size: 2.5em;
  color: #054992;
  padding: 0.938em 0;
}

/*Gallery*/
.container .gallery a img {
  float: left;
  width: 25%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.container .gal-thumb a img {
  float: left;
  width: 25%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.clear {
  clear: both;
}
a.mail-btn{
text-decoration: none;
}
.ab strong{
  color:#002d71;
  font-weight: 600;
}
.accordion-button::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}