@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
.cls-2 {
  transition: all 500ms;
}

.cls-4 {
  transition: all 500ms;
}

.inner-wrap h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0d1226;
}
@media (max-width: 575px) {
  .inner-wrap h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

.overlay nav {
  display: flex;
  align-items: center;
}

body {
  font-family: "Poppins", sans-serif;
}
body.undo header .logo a svg .cls-2 {
  fill: #0d1226;
}
body.undo header .logo a svg .cls-4 {
  stroke: #58595b;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 575px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 1250px) {
  header .logo {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  header .logo {
    margin-left: 15px;
  }
}
@media (max-width: 1500px) {
  header .logo a svg {
    width: 275px;
  }
}
@media (max-width: 575px) {
  header .logo a svg {
    width: 200px;
  }
}
@media (max-width: 359px) {
  header .logo a svg {
    width: 175px;
  }
}
header .right-menu {
  display: flex;
  margin-right: 50px;
  align-items: center;
}
@media (max-width: 1199px) {
  header .right-menu {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media (max-width: 1250px) {
  header .right-menu {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  header .right-menu {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header .right-menu {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  header .right-menu .overlay {
    position: fixed;
    background-color: #fff;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: all 500ms;
  }
}
header .right-menu .overlay .overlay-menu .hvr-mnu {
  display: flex;
}
@media (max-width: 1024px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu {
    margin-top: 50px;
  }
}
header .right-menu .overlay .overlay-menu .hvr-mnu li {
  margin-right: 30px;
  padding: 10px 0;
}
@media (max-width: 1650px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li {
    margin-right: 20px;
  }
}
@media (max-width: 1550px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li {
    margin-right: 0;
    padding: 8px 0;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li:last-child {
    margin-right: 0;
  }
}
header .right-menu .overlay .overlay-menu .hvr-mnu li a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
@media (max-width: 1450px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li a {
    color: #0d1226;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li.dropdown .dropdown-menu {
    background-color: #234b9e;
    border: 0;
    min-width: 200px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms;
    transform: translateY(20px);
    overflow: hidden;
  }
}
header .right-menu .overlay .overlay-menu .hvr-mnu li.dropdown .dropdown-menu li {
  margin: 0;
  text-align: left;
  padding: 0;
  border-bottom: 1px dashed #476ab4;
}
header .right-menu .overlay .overlay-menu .hvr-mnu li.dropdown .dropdown-menu li a {
  color: #fff;
  padding: 10px 20px;
}
header .right-menu .overlay .overlay-menu .hvr-mnu li.dropdown .dropdown-menu li a:hover {
  background-color: #2c53a5;
}
header .right-menu .overlay .overlay-menu .hvr-mnu li.dropdown .dropdown-menu li:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
header .right-menu .overlay .overlay-menu .hvr-mnu li.active a {
  color: #ffbd17;
  border-bottom: 1px solid #ffbd17;
}
@media (max-width: 1024px) {
  header .right-menu .overlay .overlay-menu .hvr-mnu li.active a {
    border-bottom: 0;
  }
}
header .right-menu .overlay .overlay-menu .hvr-mnu li:not(.active) a:hover {
  color: #ffbd17;
}
header .right-menu .overlay.openable {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  header .right-menu .button_container {
    display: block;
    margin-right: 0;
    margin-left: 15px;
  }
}
@media (max-width: 400px) {
  header .right-menu .button_container {
    margin-left: 8px;
  }
}
header .right-menu .login-outer {
  display: flex;
}
header .right-menu .login {
  margin-right: 15px;
}
@media (max-width: 1250px) {
  header .right-menu .login {
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  header .right-menu .login {
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  header .right-menu .login {
    margin-right: 8px;
  }
}
header .right-menu .login a {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 20px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 575px) {
  header .right-menu .login a {
    padding: 5px 15px;
  }
}
@media (max-width: 480px) {
  header .right-menu .login a {
    padding: 0;
    border: 0;
  }
}
header .right-menu .login a i {
  margin-right: 5px;
}
@media (max-width: 480px) {
  header .right-menu .login a i {
    margin-right: 0;
  }
}
header .right-menu .login a i svg {
  width: 16px;
  height: 16px;
  float: left;
}
header .right-menu .login a i svg path {
  fill: #fff;
}
@media (max-width: 480px) {
  header .right-menu .login a span {
    display: none;
  }
}
@media (min-width: 481px) {
  header .right-menu .login a:hover {
    background-color: #fdba12;
    border-color: #fdba12;
  }
}
@media (max-width: 420px) {
  header .right-menu .lang-switch {
    display: flex;
    align-items: center;
  }
}
header .right-menu .lang-switch .default {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  padding: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  transition: all 500ms;
}
@media (min-width: 421px) {
  header .right-menu .lang-switch .default:hover {
    background-color: #fdba12;
    border-color: #fdba12;
  }
}
@media (max-width: 420px) {
  header .right-menu .lang-switch .default {
    font-size: 12px;
    padding: 0;
    height: 30px !important;
    width: 30px !important;
  }
}
header .right-menu .lang-switch .drop-lang {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 500ms;
  margin-top: 10px;
  display: none;
}
header .right-menu .lang-switch .drop-lang a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1226;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
}
header .right-menu .lang-switch .drop-lang a:hover {
  background-color: #fdba12;
  border-color: #fdba12;
  color: #fff;
}
header .right-menu .lang-switch .drop-lang.active {
  opacity: 1;
  visibility: visible;
}
header.smaller .right-menu .overlay .overlay-menu .hvr-mnu li a {
  color: #234b9e;
}
header.smaller .right-menu .overlay .overlay-menu .hvr-mnu li.active a {
  color: #ffbd17;
  border-bottom: 1px solid #ffbd17;
}
@media (max-width: 1024px) {
  header.smaller .right-menu .overlay .overlay-menu .hvr-mnu li.active a {
    border-bottom: 0;
  }
}
header.smaller .right-menu .login a {
  border: 1px solid #2c53a5;
  color: #2c53a5;
}
@media (max-width: 480px) {
  header.smaller .right-menu .login a {
    border: 0;
  }
}
header.smaller .right-menu .login a i svg path {
  fill: #2c53a5;
  transition: all 400ms;
}
@media (min-width: 481px) {
  header.smaller .right-menu .login a:hover {
    color: #fff;
    background-color: #fdba12;
    border-color: #fdba12;
  }
  header.smaller .right-menu .login a:hover i svg path {
    fill: #fff;
  }
}
header.smaller .right-menu .lang-switch .default {
  width: 40px;
  height: 40px;
  border: 1px solid #2c53a5;
  color: #2c53a5;
}
header.smaller .right-menu .lang-switch .default:hover {
  background-color: #fdba12;
  border-color: #fdba12;
  color: #fff;
}
header.smaller .right-menu .lang-switch .drop-lang a {
  width: 40px;
  height: 40px;
  border: 1px solid #2c53a5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2c53a5;
  font-size: 14px;
  font-weight: 600;
}
header.smaller .right-menu .lang-switch .drop-lang a:hover {
  background-color: #fdba12;
  border-color: #fdba12;
  color: #fff;
}

.banner {
  height: 100vh;
}
.banner .video-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
@media (max-width: 480px) {
  .banner .video-wrap video {
    display: none;
  }
}
.banner .video-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .copy {
  position: absolute;
  bottom: 20px;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1250px) {
  .banner .copy {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .banner .copy {
    left: 15px;
    right: 15px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .banner .copy {
    bottom: 15px;
    text-align: center;
  }
}
.banner .copy .left {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.banner .copy .right {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767px) {
  .banner .copy .left {
    margin-bottom: 10px;
  }
}
.social {
  display: flex;
}
.social li {
  margin-left: 10px;
}
.social li a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .social li a {
    width: 35px;
    height: 35px;
  }
}
.social li a svg {
  width: 13px;
  height: 13px;
}
.social li a svg path {
  fill: #fff;
}
.social li a:hover {
  background-color: #fdba12;
  border-color: #fdba12;
}
.social li:first-child {
  margin-left: 0;
}

footer {
  position: relative;
  padding-top: 80px;
  background-color: #2c53a5;
}
@media (max-width: 767px) {
  footer {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 50px;
  }
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .container .row .foot-box {
  width: auto;
  max-width: inherit;
  padding: 0 15px;
  float: left;
}
@media (max-width: 991px) {
  footer .container .row .foot-box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .container .row .foot-box {
    width: 100% !important;
    text-align: center;
  }
}
footer .container .row .foot-box .foot-inner h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991px) {
  footer .container .row .foot-box .foot-inner h4 {
    margin-bottom: 20px;
  }
}
footer .container .row .foot-box .foot-inner h4:before {
  content: "";
  position: absolute;
  right: calc(100% + 15px);
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  footer .container .row .foot-box .foot-inner h4:before {
    display: none;
  }
}
footer .container .row .foot-box .foot-inner p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
@media (max-width: 480px) {
  footer .container .row .foot-box .foot-inner ul.quicklink {
    width: 50%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 420px) {
  footer .container .row .foot-box .foot-inner ul.quicklink {
    width: 80%;
  }
}
footer .container .row .foot-box .foot-inner ul.quicklink li {
  width: 50%;
  float: left;
}
footer .container .row .foot-box .foot-inner ul.quicklink li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.9;
}
footer .container .row .foot-box .foot-inner ul.quicklink li a:hover {
  color: rgb(253, 186, 18);
}
footer .container .row .foot-box .foot-inner ul.foot-add li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  footer .container .row .foot-box .foot-inner ul.foot-add li {
    display: flex;
    justify-content: center;
  }
}
footer .container .row .foot-box .foot-inner ul.foot-add li a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.9;
}
footer .container .row .foot-box .foot-inner ul.foot-add li a span {
  transition: all 500ms;
}
footer .container .row .foot-box .foot-inner ul.foot-add li a svg {
  float: left;
  fill: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
  transition: all 500ms;
}
footer .container .row .foot-box .foot-inner ul.foot-add li a:hover span {
  color: rgb(253, 186, 18);
}
footer .container .row .foot-box:nth-child(2) {
  padding-left: 100px;
}
@media (max-width: 1199px) {
  footer .container .row .foot-box:nth-child(2) {
    padding-left: 50px;
    width: 35%;
  }
}
@media (max-width: 991px) {
  footer .container .row .foot-box:nth-child(2) {
    padding-left: 15px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .container .row .foot-box:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  footer .container .row .foot-box:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
footer .copy {
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  footer .copy {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  footer .copy {
    margin-top: 30px;
    padding: 20px 0;
  }
}
footer .copy .container .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .copy .container .row {
    flex-direction: column;
    align-items: center;
  }
}
footer .copy .container .row .copy-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .copy .container .row .copy-left {
    margin-bottom: 10px;
    justify-content: center;
  }
}
footer .copy .container .row .copy-left p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  footer .copy .container .row .copy-right {
    display: flex;
    justify-content: center;
  }
}
footer .copy .container .row .copy-right .social {
  justify-content: flex-end;
}

section.mission {
  display: flex;
}
@media (max-width: 991px) {
  section.mission {
    flex-direction: column;
  }
}
section.mission .mis-img-left {
  background-color: rgba(44, 83, 165, 0.88);
  display: flex;
  align-items: center;
  padding: 70px 10%;
}
@media (max-width: 575px) {
  section.mission .mis-img-left {
    padding: 50px;
  }
}
@media (max-width: 420px) {
  section.mission .mis-img-left {
    padding: 30px;
  }
}
section.mission .mis-img-left .txt-in h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
section.mission .mis-text-right {
  background-color: rgba(253, 186, 18, 0.88);
  display: flex;
  align-items: center;
  padding: 70px 10%;
}
@media (max-width: 575px) {
  section.mission .mis-text-right {
    padding: 50px;
  }
}
@media (max-width: 420px) {
  section.mission .mis-text-right {
    padding: 30px;
  }
}
section.mission .mis-text-right .text-in .vismis h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
section.mission .mis-text-right .text-in .vismis p {
  color: #fff;
}

@media (max-width: 767px) {
  section.ovrview {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  section.ovrview {
    padding: 50px 0;
  }
}
section.ovrview .row {
  display: flex;
  flex-wrap: wrap;
}
section.ovrview .right-text {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  section.ovrview .right-text {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  section.ovrview .right-text {
    margin-top: 20px;
  }
}
section.ovrview .right-text h4 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: 600;
  color: #2c53a5;
  border-left: 2px solid #2c53a5;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  section.ovrview .right-text h4 {
    padding-left: 15px;
    font-size: 18px;
  }
}
section.ovrview .full-width {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 991px) {
  section.ovrview .full-width {
    margin-top: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  section.why-us {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section.why-us {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
section.why-us .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.why-us .why-box {
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  section.why-us .why-box {
    width: 100%;
  }
}
section.why-us .why-box .why-in {
  padding: 50px;
  padding-top: 70px;
  height: 100%;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.07);
  transition: all 500ms;
}
@media (max-width: 767px) {
  section.why-us .why-box .why-in {
    padding: 25px;
    padding-top: 70px;
  }
}
section.why-us .why-box .why-in span {
  width: 70px;
  height: 70px;
  background-color: #2c53a5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
section.why-us .why-box .why-in span img {
  width: auto;
  filter: invert(1);
}
section.why-us .why-box .why-in:hover {
  transform: translateY(-10px);
}
section.why-us .why-box h4 {
  margin-top: 0;
  font-weight: 500;
}

.partners .program-out-main {
  justify-content: center;
}
.partners .program-out-main .program {
  margin: 15px 0;
}
.partners .program-out-main .program-in .pro-cont {
  padding: 30px;
  flex-direction: column-reverse;
}
.partners .program-out-main .program-in .pro-cont h4 {
  margin-top: 20px;
  font-weight: 600;
}
.partners .program-out-main .program-in .pro-cont img {
  width: auto;
  max-width: 100%;
}

.programs .program-out-main .program-in .pro-cont {
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.programs .program-out-main .program-in .pro-cont:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c53a5+0,0e1627+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(44, 83, 165, 0) 0%, rgb(14, 22, 39) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.programs .program-out-main .program-in .pro-cont img {
  transition: all 500ms;
}
.programs .program-out-main .program-in .pro-cont h4 {
  bottom: 0;
  padding: 14px 15px;
  width: 100%;
  bottom: 0;
  padding: 14px 15px;
  width: 100%;
  position: absolute;
  color: #fff;
  z-index: 1;
}
.programs .program-out-main .program-in .pro-cont:hover img {
  transform: scale(1.1);
}

.contact h2 {
  margin-bottom: 0;
  text-align: left;
}
.contact h2:after {
  left: 0;
  right: inherit;
}
@media (max-width: 991px) {
  .contact .contact-out-main .cont-box {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .contact .contact-out-main .cont-box {
    margin-top: 0;
  }
}
.contact .contact-out-main .cont-box .addr {
  padding: 50px;
  border: 0;
  background-color: #2c53a5;
}
@media (max-width: 991px) {
  .contact .contact-out-main .cont-box .addr {
    padding: 30px;
  }
}
.contact .contact-out-main .cont-box .form-contact {
  padding-left: 100px;
  padding-top: 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .contact .contact-out-main .cont-box .form-contact {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .contact .contact-out-main .cont-box .form-contact {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .contact .contact-out-main .cont-box .form-contact {
    padding-top: 0;
  }
}
.contact .contact-out-main .cont-box .form-contact h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c53a5;
}
.contact .contact-out-main .cont-box .form-contact input.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  border: 1px solid #eee;
}
.contact .contact-out-main .cont-box .form-contact textarea.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 100px;
  border: 1px solid #eee;
}
.contact .contact-out-main .cont-box .form-contact button.btn-primary {
  border: 0;
  float: left;
  margin-right: 15px;
  background-color: #2c53a5;
  font-size: 14px;
  padding: 7px 25px;
  margin-top: 6px;
  margin-right: 0;
  border-radius: 50px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  position: relative;
}
.contact .contact-out-main .cont-box .form-contact button.btn-primary:hover {
  background-color: #fdba12;
}
.contact .contact-out-main .cont-box .form-contact button.btn-primary:before {
  display: none;
}
.contact .contact-out-main .cont-box .addr-box {
  text-align: left;
}
.contact .contact-out-main .cont-box .addr-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
}
.contact .contact-out-main .cont-box .addr-box p {
  line-height: 2;
  color: #fff;
}
.contact .contact-out-main .cont-box .addr-box p b {
  font-weight: 500;
}
.contact .contact-out-main .cont-box .addr-box p a {
  color: #fff;
}
@media (max-width: 1199px) {
  .contact .contact-out-main .cont-box .addr-box p:last-child {
    display: flex;
    flex-direction: column;
  }
}
.contact .contact-out-main .contact-map h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c53a5;
}
.contact .contact-out-main .contact-map iframe {
  width: 100%;
  border: 0;
  height: 400px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  padding: 8px;
}
@media (max-width: 575px) {
  .contact .contact-out-main .contact-map iframe {
    height: 300px;
  }
}
@media (max-width: 420px) {
  .contact .contact-out-main .contact-map iframe {
    height: 250px;
  }
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-inner .bread {
  display: flex;
  justify-content: center;
}
.banner-inner .bread a {
  color: #fdba12;
  font-size: 14px;
  position: relative;
  float: left;
}
.banner-inner .bread a:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 8px;
  height: 30px;
  border: 1px solid #fff;
  border-right: 0px;
}
.banner-inner .bread .act {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  float: left;
}
.banner-inner .bread .act:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-inner .bread .act:last-child:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 8px;
  height: 30px;
  border: 1px solid #fff;
  border-left: 0px;
}

@media (max-width: 767px) {
  .inner-wrap .terms-condition {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .inner-wrap .terms-condition {
    padding: 50px 0;
  }
}
.inner-wrap p:last-child {
  margin-bottom: 0;
}
.inner-wrap .terms-out-main {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .inner-wrap .terms-out-main {
    margin-bottom: 30px;
  }
}
.inner-wrap .terms-out-main:last-child {
  margin-bottom: 0;
}
.inner-wrap .message-sec {
  padding-top: 0;
}
.inner-wrap .message-sec .row {
  display: flex;
}
@media (max-width: 767px) {
  .inner-wrap .message-sec .row {
    flex-direction: column;
  }
}
.inner-wrap .message-sec .row .left-img {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .inner-wrap .message-sec .row .left-img {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.inner-wrap .message-sec .row .right-text {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .inner-wrap .message-sec .row .right-text {
    padding-left: 15px;
  }
}
.inner-wrap .message-sec .row.even {
  flex-direction: row-reverse;
  margin: 70px -15px;
}
@media (max-width: 767px) {
  .inner-wrap .message-sec .row.even {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .inner-wrap .message-sec .row.even {
    margin: 50px -15px;
  }
}
.inner-wrap .message-sec .row.even .left-img {
  padding-left: 25px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .inner-wrap .message-sec .row.even .left-img {
    padding-left: 15px;
  }
}
.inner-wrap .message-sec .row.even .right-text {
  padding-left: 15px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .inner-wrap .message-sec .row.even .right-text {
    padding-right: 15px;
  }
}
.inner-wrap .team {
  padding-top: 0;
}

.inner-wrap .team .teachers-out .te-in h4 {
  font-weight: 400;
  font-size: 16px;
}

.inn-img {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  padding: 8px;
}

h1.type {
  font-family: "Poppins", sans-serif;
  left: 7vw;
  right: 7vw;
  text-align: left;
  color: #fff;
  font-size: 90px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 600;
}
h1.type span {
  font-size: 40px;
  display: block;
}
@media (max-width: 991px) {
  h1.type span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1.type span {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  h1.type span {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  h1.type span {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 359px) {
  h1.type span {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  h1.type {
    left: 4vw;
    right: 4vw;
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  h1.type {
    padding: 0;
    font-size: 55px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  h1.type {
    font-size: 45px;
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 480px) {
  h1.type {
    padding: 0;
  }
}
@media (max-width: 420px) {
  h1.type {
    font-size: 40px;
    font-weight: 500;
  }
}
@media (max-width: 359px) {
  h1.type {
    font-size: 38px;
  }
}

.d-none {
  display: none !important;
}

.dsk-none {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 481px) {
  .dsk-none {
    display: none;
  }
}/*# sourceMappingURL=scss-style.css.map */