@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 40px;
  height: 36px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #F6A825;
  height: 3px;
  width: 25px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 9px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 10px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 42%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 10px;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
  margin-top: 8px;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 20px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  overflow-x: hidden;
}

p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #6c6f94;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}

.fnt23 {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #2B2E5B;
}
@media (max-width: 1366px) {
  .fnt23 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

table {
  width: 100%;
}
table tr td, table tr th {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #6c6f94;
  border-bottom: 1px solid #6C6F94;
  padding: 20px 60px;
}
table tr td:nth-child(1), table tr th:nth-child(1) {
  background: #F5F5F5;
}
@media (max-width: 1366px) {
  table tr td, table tr th {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 60px;
  }
}
@media (max-width: 1199px) {
  table tr td, table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  table tr td, table tr th {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
table tr th {
  border: 0px;
  background: #F5F5F5;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.bullets li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  color: #2B2E5B;
  font-size: 20px;
  line-height: 28px;
}
.bullets li::before {
  content: "";
  background: #F6A825;
  position: absolute;
  height: 9px;
  width: 9px;
  top: 9px;
  left: 0;
  border-radius: 50px;
}
.bullets li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  .bullets li {
    font-size: 16px;
    line-height: 24px;
  }
}

.blackBullets li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  color: #6c6f94;
  font-size: 20px;
  line-height: 28px;
}
.blackBullets li::before {
  content: "";
  background: #6C6F94;
  position: absolute;
  height: 9px;
  width: 9px;
  top: 7px;
  left: 0;
  border-radius: 50px;
}
.blackBullets li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  .blackBullets li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .blackBullets li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .blackBullets li {
    font-size: 14px;
    line-height: 22px;
  }
}

.yellowBtn {
  background: #F6A825;
  padding: 30px 40px;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-weight: normal;
  font-size: 35px;
  color: #000;
  border-radius: 8px !important;
  background: #f6a825;
  box-shadow: 0px 32px 33px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border: 0px !important;
}
.yellowBtn svg {
  margin-left: 12px;
  transition: all 0.5s ease-in-out;
}
.yellowBtn span {
  position: relative;
  z-index: 5;
}
.yellowBtn:before, .yellowBtn:after {
  width: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background: #2B2E5B;
  transition: all 0.5s ease;
}
.yellowBtn:after {
  left: auto;
  right: 0;
}
.yellowBtn:hover span {
  color: #fff;
}
.yellowBtn:hover svg {
  position: relative;
  z-index: 1;
}
.yellowBtn:hover svg path {
  stroke: #fff;
}
.yellowBtn:hover:before, .yellowBtn:hover:after {
  width: 50%;
}
@media (max-width: 1366px) {
  .yellowBtn {
    padding: 25px 30px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .yellowBtn {
    padding: 20px 25px;
    font-size: 20px;
  }
  .yellowBtn svg {
    height: 30px !important;
    width: 35px !important;
  }
}
@media (max-width: 575px) {
  .yellowBtn {
    padding: 12px 20px;
    font-size: 18px;
  }
}

.aboutSection .tagLine {
  font-size: 26px;
  color: #2B2E5B;
}
.aboutSection .moreText {
  display: none;
}
.aboutSection .bottomButton {
  text-align: right;
}
.aboutSection .bottomButton .moreless-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  color: #f5a91d;
  transition: 0.4s ease-in-out all;
}
.aboutSection .bottomButton .moreless-button:hover {
  color: #00529B;
}

.admissionBox {
  margin-bottom: 40px;
}
.admissionBox p {
  margin-bottom: 20px;
}
.admissionBox .margTop {
  margin-top: 20px;
}
.admissionBox .tagLine {
  margin-bottom: 20px;
}
.admissionBox .wid50 {
  display: flex;
  flex-wrap: wrap;
}
.admissionBox .wid50 li {
  flex: 0 0 50%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .admissionBox .wid50 li {
    flex: 0 0 100%;
  }
}

.yellowCurveBtn {
  background: #F6A825;
  padding: 20px 40px;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-weight: normal;
  font-size: 20px;
  color: #000;
  border-radius: 36.5px;
  background: #f6a825;
  box-shadow: 0px 32px 33px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 0px !important;
}
.yellowCurveBtn svg {
  margin-left: 12px;
  transition: all 0.5s ease-in-out;
}
.yellowCurveBtn span {
  position: relative;
  z-index: 5;
}
.yellowCurveBtn:before, .yellowCurveBtn:after {
  width: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background: #2B2E5B;
  transition: all 0.5s ease;
}
.yellowCurveBtn:after {
  left: auto;
  right: 0;
}
.yellowCurveBtn:hover span {
  color: #fff;
}
.yellowCurveBtn:hover svg {
  position: relative;
  z-index: 1;
}
.yellowCurveBtn:hover svg path {
  stroke: #fff;
}
.yellowCurveBtn:hover:before, .yellowCurveBtn:hover:after {
  width: 50%;
}
@media (max-width: 1366px) {
  .yellowCurveBtn {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .yellowCurveBtn {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .yellowCurveBtn {
    font-size: 14px;
  }
}

.smallLabel {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #F6A825;
  margin-bottom: 10px;
  display: block;
}

.subTitle {
  font-family: "Merriweather", serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.3;
  color: #2B2E5B;
  margin-bottom: 12px;
}
@media (max-width: 1366px) {
  .subTitle {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .subTitle {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .subTitle {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .subTitle {
    font-size: 18px;
  }
}

.sectionPadding {
  padding: 120px 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.sectionTitle {
  font-weight: normal;
  font-size: 40px;
  color: #2B2E5B;
  position: relative;
  padding-top: 15px;
  margin-bottom: 35px;
}
.sectionTitle::before {
  content: "";
  background: #F6A825;
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0px;
}
.sectionTitle.textCenter::before {
  left: 0;
  right: 0px;
  margin: auto;
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 26px;
    line-height: 36px;
  }
  .sectionTitle::before {
    width: 60px;
  }
}

.sectionTitle1 {
  font-weight: normal;
  font-size: 40px;
  color: #2B2E5B;
  position: relative;
  padding-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 1366px) {
  .sectionTitle1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sectionTitle1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle1 {
    font-size: 26px;
  }
}
.sectionTitle1.linemore {
  line-height: 1.6;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
.hader_and_banner_section {
  position: relative;
  margin: 0px auto;
}

.mainHeader {
  position: relative;
  z-index: 3;
  width: 100%;
  display: block;
  background: #2B2E5B;
}
.mainHeader .mobile_show {
  display: none;
}
.mainHeader header {
  padding: 13px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  position: relative;
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-right: 57px;
  font-weight: 500;
  text-transform: uppercase;
}
.mainHeader header .navbarLink ul li a {
  position: relative;
  padding: 3px 0px 3px 0px;
}
.mainHeader header .navbarLink ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  height: 3px;
  background: #F6A825;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li {
    margin-right: 30px;
  }
}
.mainHeader header .navbarLink ul li:hover a::before, .mainHeader header .navbarLink ul li.active a::before {
  opacity: 1;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  display: none;
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    padding: 3px 0px 2px 0px;
    margin-right: 26px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 5px 0px;
    margin-right: 0px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 0.8rem; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 14px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 19px;
    padding: 5px 5px 5px 5px;
  }
  .mainHeader header .navbarLink ul li a:before {
    display: none;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #F6A825;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #000;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0 !important;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  padding: 0px;
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
  color: #F6A825 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
    color: #000 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
  color: #F6A825 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
    color: #000 !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 7px 0px;
    background: none;
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.dropdown {
    position: static;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    padding: 0px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li {
    width: 30%;
    padding-right: 15px;
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:last-child {
    padding-right: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a {
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a:hover {
    color: #F27D21 !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none {
    padding-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul {
    flex-direction: column;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li {
    width: 100%;
    padding-bottom: 21px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box {
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div {
    padding-bottom: 8px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a {
    color: #000;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a {
    color: #F27D21;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #fff;
    font-size: 16px;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #F6A825;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #2B2E5B;
    color: #fff;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #FFC930;
  color: #0E95D9;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo {
  max-width: 20%;
}
.mainHeader header .logo img {
  max-width: 100%;
}
.mainHeader header .header_right {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .mainHeader header .header_right {
    order: 1;
  }
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
.mainHeader header .sublink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
}
.mainHeader header .sublink ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
}
.mainHeader header .sublink ul li {
  color: #fff;
  font-size: 0.7rem;
  list-style: none;
}
.mainHeader header .sublink ul li a {
  color: #fff;
  transition: 0.5s ease-in-out all;
}
.mainHeader header .sublink ul li:hover a, .mainHeader header .sublink ul li.active a {
  color: #F6A825;
}
.mainHeader header .sublink ul li span {
  padding: 0px 15px;
}
.mainHeader header .sublink ul {
  padding: 0px;
}
@media (max-width: 1199px) {
  .mainHeader header {
    padding: 7px 0px;
  }
  .mainHeader .sublink ul {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mainHeader header .navBlock {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader {
    position: relative;
    background: #2B2E5B;
  }
  .mainHeader .header_right .social_link {
    margin-bottom: 10px;
  }
  .mainHeader .header_right .social_link .conact_top {
    margin-right: 15px;
  }
  .mainHeader .header_right .sublink {
    display: none;
  }
  .mainHeader header .logo {
    max-width: 35%;
  }
}
@media (max-width: 991px) {
  .mainHeader .mobile_show {
    display: block;
  }
  .mainHeader .mobile_show .sublink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    justify-content: center;
    padding-bottom: 0px !important;
    padding: 7px 0px 7px 0px !important;
    background: #454985;
  }
  .mainHeader .mobile_show .sublink ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    list-style: none;
  }
  .mainHeader .mobile_show .sublink ul li {
    color: #fff;
    font-size: 0.7rem;
    list-style: none;
  }
  .mainHeader .mobile_show .sublink ul li a {
    color: #fff;
    transition: 0.5s ease-in-out all;
  }
  .mainHeader .mobile_show .sublink ul li:hover a, .mainHeader .mobile_show .sublink ul li.active a {
    color: #F6A825;
  }
  .mainHeader .mobile_show .sublink ul li span {
    padding: 0px 15px;
  }
  .mainHeader .mobile_show .sublink ul {
    justify-content: center;
    padding-left: 0px;
  }
  .mainHeader .mobile_show .sublink li {
    font-size: 0.7rem !important;
  }
  .mainHeader .mobile_show .sublink li a {
    font-size: 0.5rem !important;
  }
  .mainHeader .mobile_show .sublink li span {
    padding: 0px 8px !important;
  }
  .mainHeader header .header_right {
    margin-top: -10px;
  }
  .mainHeader header .header_right .social_link {
    display: none;
  }
}
@media (max-width: 575px) {
  .mainHeader .mobile_show .sublink li {
    font-size: 0.65rem !important;
  }
  .mainHeader .mobile_show .sublink li span {
    padding: 0px 5px !important;
  }
}

.banner_area {
  position: relative;
  z-index: 2;
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .banner_img::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .banner_area .hm_banner .banner_img img {
    height: 700px;
  }
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 11%;
  top: 0;
  width: 50%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.banner_area .hm_banner .temp .container .bg_bule {
  overflow: hidden;
}
.banner_area .hm_banner .temp .btn_banner_area {
  display: inline-block;
  margin-top: 27px;
  position: relative;
}
.banner_area .hm_banner .hd_h1 {
  padding-bottom: 5px;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  text-align: left;
}
.banner_area .hm_banner .hd_h1 small {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}
.banner_area .hm_banner .hd_h1 span {
  color: #F6A825;
}
.banner_area .hm_banner p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.banner_area .hm_banner .slick-list {
  overflow: visible;
}
.banner_area .hm_banner .slick-slide { /*transition: all ease-in-out .3s; opacity: 1; position:relative;*/ }
.banner_area .hm_banner .slick-slide .temp .bg_bule {
  transition: all ease-in-out 0.8s;
  left: -100%;
  opacity: 0;
  position: relative;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .bg_bule {
  transition: all ease-in-out 0.8s;
  left: 0px;
  opacity: 1;
}
.banner_area .slick-dots {
  bottom: 20px;
  margin: 0px auto;
  text-align: left;
  left: 11%;
}
.banner_area .slick-dots li {
  width: 14px;
  height: 24px;
  margin: 0px 3px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.banner_area .slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner_area .slick-dots li button:before {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.banner_area .slick-dots li.slick-active {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.banner_area .slick-dots li.slick-active button {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.banner_area .slick-dots li.slick-active button::before {
  background: #F6A825;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  .banner_area .hm_banner .temp {
    left: 5%;
    top: 0;
    width: 50%;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 40px;
  }
  .banner_area .hm_banner .hd_h1 small {
    font-size: 1.1rem;
  }
  .banner_area .slick-dots {
    left: 7%;
  }
}
@media (max-width: 1199px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .banner_area .hm_banner .hd_h1 small {
    font-size: 20px;
  }
  .banner_area .hm_banner .temp {
    left: 5%;
  }
  .banner_area .hm_banner .temp .btn_banner_area {
    margin-top: 12px;
  }
  .banner_area .slick-dots {
    left: 4%;
  }
}
@media (max-width: 991px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner_area .hm_banner .hd_h1 small {
    font-size: 0.8rem;
  }
  .banner_area .hm_banner .banner_img {
    position: relative;
  }
  .banner_area .hm_banner .banner_img::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .banner_area .hm_banner .banner_img img {
    height: 500px;
  }
  .banner_area .hm_banner .temp {
    width: 70%;
    top: 0;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .banner_area {
    padding: 0px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner_area .hm_banner .hd_h1 small {
    font-size: 0.8rem;
  }
  .banner_area .hm_banner .banner_img img {
    height: 400px;
  }
  .banner_area .hm_banner .temp {
    width: 70%;
  }
  .banner_area .slick-dots {
    bottom: 20px;
  }
  .banner_area .slick-dots li {
    width: 18px;
    height: 24px;
  }
  .banner_area .slick-dots li button {
    width: 18px;
    height: 18px;
  }
  .banner_area .slick-dots li button::before {
    width: 15px;
    height: 15px;
    top: inherit;
  }
  .banner_area .slick-dots li.slick-active {
    width: 18px;
    height: 24px;
  }
  .banner_area .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
  }
  .banner_area .slick-dots li.slick-active button::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .temp {
    left: 6%;
    width: 80%;
  }
  .banner_area .hm_banner .temp .container {
    padding: 0px;
  }
  .banner_area .hm_banner .banner_img img {
    height: 500px;
  }
  .banner_area .slick-dots {
    transform: scale(0.6);
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20%;
  }
}
.banner_area .slick-next {
  background: #2B2E5B;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  right: 0;
}
.banner_area .slick-next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 30px;
}
.banner_area .slick-prev {
  background: #2B2E5B;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  left: 0;
  z-index: 1;
}
.banner_area .slick-prev::before {
  content: "\f104  ";
  font-family: FontAwesome;
  font-size: 30px;
}
@media (max-width: 575px) {
  .banner_area .slick-next {
    top: 90%;
    right: 32%;
  }
  .banner_area .slick-prev {
    top: 90%;
    left: 32%;
  }
}

.bannerBtn {
  position: absolute;
  position: absolute;
  bottom: -40px;
  right: 8%;
  z-index: 2;
}
@media (max-width: 1366px) {
  .bannerBtn {
    bottom: -25px;
    right: 5%;
  }
}
@media (max-width: 991px) {
  .bannerBtn {
    transform: scale(0.9);
  }
}

@media (max-width: 767px) {
  .hader_and_banner_section .bannerBtn {
    position: relative;
    bottom: inherit;
    right: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bannerlinks {
  position: absolute;
  bottom: 8px;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  padding: 15px 0;
}
.bannerlinks .bannerDet {
  display: flex;
  flex-wrap: wrap;
}
.bannerlinks .bannerDet .bannericonBox {
  margin-right: 40px;
}
.bannerlinks .bannerDet .bannericonBox a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bannerlinks .bannerDet .bannericonBox span {
  color: #fff;
  padding-top: 10px;
}
@media (max-width: 1366px) {
  .bannerlinks .bannerDet .bannericonBox span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .bannerlinks {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
  .bannerlinks .bannerDet {
    align-items: center;
    justify-content: center;
  }
  .bannerlinks .bannericonBox {
    margin: 0 30px !important;
  }
}
@media (max-width: 575px) {
  .bannerlinks .bannericonBox {
    margin: 10px 13px !important;
  }
}

.circleBtn {
  width: 80px;
  height: 80px;
  line-height: 75px;
  border-radius: 50%;
  background: #F6A825;
  box-shadow: 0px 32px 33px rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-align: center;
}
.circleBtn.blueColorbtn {
  background: #2B2E5B;
}
.circleBtn.blueColorbtn path {
  stroke: #F6A825;
}
@media (max-width: 1366px) {
  .circleBtn {
    height: 60px;
    width: 60px;
    line-height: 52px;
  }
}

.comprehensiveSection {
  margin-top: 100px;
}
.comprehensiveSection .twoBtns {
  display: flex;
}
.comprehensiveSection .twoBtns a {
  margin: 0 5px;
}
.comprehensiveSection .twoBtns a:nth-child(1) {
  margin-left: 0px;
}
@media (max-width: 1366px) {
  .comprehensiveSection {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .comprehensiveSection {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .comprehensiveSection .twoBtns {
    flex-direction: column;
    align-items: flex-start;
  }
  .comprehensiveSection .twoBtns a {
    margin: 5px 0px;
  }
}

.hmvideoSection {
  position: relative;
}
.hmvideoSection::before {
  content: "\f01d";
  position: absolute;
  font-family: Fontawesome;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #fff;
}
@media (max-width: 575px) {
  .hmvideoSection img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.btn_round {
  border-radius: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
}
.btn_round::before {
  display: none;
}
.btn_round::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/arrow.png) no-repeat center center #F6A825;
  background-size: 31px auto;
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.btn_round:hover::after {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1366px) {
  .btn_round {
    width: 50px;
    height: 50px;
    padding: 20px;
  }
  .btn_round::after {
    background-size: 26px auto;
  }
}
@media (max-width: 1199px) {
  .btn_round::after {
    background-size: 26px auto;
  }
}
@media (max-width: 767px) {
  .btn_round {
    width: 50px;
    height: 50px;
    padding: 14px;
  }
  .btn_round::after {
    background-size: 22px auto;
  }
}
@media (max-width: 575px) {
  .btn_round {
    width: 40px;
    height: 40px;
  }
}

.pillarSection .list_program .box_1 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: 0px 28px 31px 0px rgba(0, 0, 0, 0.25);
  display: block;
}
@media (max-width: 767px) {
  .pillarSection .list_program .box_1 {
    box-shadow: 0px 16px 31px 0px rgba(0, 0, 0, 0.25);
  }
}
.pillarSection .list_program .box_1 a {
  display: block;
  color: #fff;
  position: relative;
}
.pillarSection .list_program .box_1 a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.65;
}
.pillarSection .list_program .box_1 img {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.pillarSection .list_program .box_1 .boxText {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 80px);
  width: 100%;
  text-align: left;
  z-index: 3;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding: 0px 40px 35px 40px;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
}
.pillarSection .list_program .box_1 .boxText span {
  display: block;
  padding: 0px;
  position: relative;
}
.pillarSection .list_program .box_1 .boxText p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.pillarSection .list_program .box_1 .boxText .fnt25 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 15px;
}
.pillarSection .list_program .box_1:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.pillarSection .list_program .box_1:hover div {
  transition: all 0.3s ease-in-out;
  bottom: 10px;
}
.pillarSection .list_program .box_1::before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
@media (max-width: 1366px) {
  .pillarSection .list_program .box_1 .boxText {
    padding: 30px;
  }
  .pillarSection .list_program .box_1 .boxText .fnt25 {
    font-size: 22px;
    line-height: 1.2;
  }
  .pillarSection .list_program .box_1 .boxText p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .pillarSection .list_program .box_1 {
    margin: 24px 12px;
  }
}
@media (max-width: 575px) {
  .pillarSection .list_program .box_1 {
    margin-top: 0px !important;
  }
}
.pillarSection .margintop85 {
  margin-top: 85px;
}
.pillarSection .margintop180 {
  margin-top: 185px;
}
@media (max-width: 1366px) {
  .pillarSection .margintop85 {
    margin-top: 60px;
  }
  .pillarSection .margintop180 {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .pillarSection .col-lg-4 {
    padding: 0;
    margin: 0px;
  }
  .pillarSection .col-lg-4.margintop180 {
    display: flex;
  }
  .pillarSection .col-lg-4.margintop180 .box_1 {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .pillarSection .col-lg-4.margintop180 {
    flex-direction: column;
  }
}

.programSection {
  display: flex;
  flex-wrap: wrap;
}
.programSection .progImage {
  flex: 0 0 50%;
  max-width: 50%;
}
.programSection .progImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programSection .progContent {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 12% 30px 5%;
}
.programSection .progContent .tagLine {
  color: #2B2E5B;
}
.programSection .progContent .fnt23 {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .programSection .progContent {
    padding: 30px 8% 30px 4%;
  }
}
@media (max-width: 991px) {
  .programSection .progContent {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .programSection .progImage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .programSection .progContent {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 10%;
  }
}
@media (max-width: 575px) {
  .programSection .progContent {
    padding: 30px 20px;
  }
}

.featureSection {
  display: flex;
  flex-wrap: wrap;
}
.featureSection .featureContent {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 5% 30px 12%;
}
.featureSection .featureContent .featuresListing {
  padding-left: 10px;
  margin: 0px;
}
.featureSection .featureContent .featuresListing li {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #6C6F94;
  list-style: none;
  position: relative;
  padding: 10px 0px;
  counter-increment: my-awesome-counter;
  padding-left: 30px;
  cursor: pointer;
}
.featureSection .featureContent .featuresListing li span {
  position: relative;
  z-index: 2;
}
.featureSection .featureContent .featuresListing li::before {
  content: counter(my-awesome-counter) ". ";
  color: #6C6F94;
  position: absolute;
  z-index: 2;
  left: 0px;
}
.featureSection .featureContent .featuresListing li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #F6A825;
  z-index: 1;
  margin: 0px 0px 0px -10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.featureSection .featureContent .featuresListing li:hover {
  color: #000;
}
.featureSection .featureContent .featuresListing li:hover::after {
  width: 130%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.featureSection .featureContent .featuresListing li.active {
  color: #000;
}
.featureSection .featureContent .featuresListing li.active::before {
  color: #000;
}
.featureSection .featureContent .featuresListing li.active::after {
  width: 130%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.featureSection .featureBoxes {
  flex: 0 0 50%;
  max-width: 50%;
}
.featureSection .featureBoxes .featureBox {
  position: relative;
  display: none;
}
.featureSection .featureBoxes .featureBox.active {
  display: block;
}
.featureSection .featureBoxes .featureBox img {
  width: 100%;
}
.featureSection .featureBoxes .featureBox p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #f5a91d;
  position: absolute;
  bottom: 0px;
  padding: 50px 70px;
  margin: 0;
}
.featureSection .featureBoxes .featureBox::before {
  content: "";
  background: linear-gradient(to bottom, rgba(26, 108, 156, 0) 0%, rgba(0, 0, 0, 0.5) 50%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 1366px) {
  .featureSection .featureBoxes .featureBox p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .featureSection .featureBoxes .featureBox p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 1366px) {
  .featureSection .featureContent {
    padding: 30px 4% 30px 8%;
  }
  .featureSection .featureContent .featuresListing li {
    font-size: 18px;
  }
  .featureSection .featureContent .featuresListing li.active::after {
    width: 115%;
  }
  .featureSection .featureBoxes .featureBox {
    height: 100%;
  }
  .featureSection .featureBoxes .featureBox p {
    padding: 40px;
  }
  .featureSection .featureBoxes .featureBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .featureSection .featureContent {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .featureSection .featureContent .featuresListing li {
    font-size: 14px;
  }
  .featureSection .featureBoxes .featureBox p {
    padding: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .featureSection {
    flex-direction: column;
  }
  .featureSection .featureContent {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featureSection .featureContent .featuresListing li {
    font-size: 14px;
  }
  .featureSection .featureContent .featuresListing li.active::after {
    width: 100%;
  }
  .featureSection .featureBoxes {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.certificateSection {
  padding-top: 0;
}
.certificateSection .certiBoxSec {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.certificateSection .certiBoxSec .certificatesContent {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.certificateSection .certiBoxSec .certificatesContent img {
  box-shadow: 0px 30px 25px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-bottom: 35px;
}
.certificateSection .certiBoxSec .certificatesContent .certiBox {
  display: none;
}
.certificateSection .certiBoxSec .certificatesContent .certiBox.active {
  display: block;
}
.certificateSection .certiBoxSec .certificatesListing {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8%;
}
.certificateSection .certiBoxSec .certificatesListing li {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #6C6F94;
  list-style: none;
  position: relative;
  padding: 10px 0px;
  cursor: pointer;
}
.certificateSection .certiBoxSec .certificatesListing li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0px;
  background: #a2a2a2;
  left: -115px;
  top: 22px;
}
.certificateSection .certiBoxSec .certificatesListing li.active {
  color: #F6A825;
}
.certificateSection .certiBoxSec .certificatesListing li.active::before {
  width: 100px;
}
@media (max-width: 1366px) {
  .certificateSection .certiBoxSec .certificatesListing li {
    font-size: 18px;
  }
  .certificateSection .certiBoxSec .certificatesListing li::before {
    left: -85px;
  }
  .certificateSection .certiBoxSec .certificatesListing li.active::before {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .certificateSection .certiBoxSec .certificatesListing li {
    font-size: 16px;
  }
  .certificateSection .certiBoxSec .certificatesListing li::before {
    left: -50px;
  }
  .certificateSection .certiBoxSec .certificatesListing li.active::before {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .certificateSection .certiBoxSec {
    flex-direction: column-reverse;
  }
  .certificateSection .certiBoxSec .certificatesContent {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .certificateSection .certiBoxSec .certificatesListing {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .certificateSection .certiBoxSec .certificatesListing li {
    font-size: 14px;
    padding: 5px 0px;
  }
  .certificateSection .certiBoxSec .certificatesListing li::before {
    display: none;
  }
}

.commonSliderDots .slick-dots {
  bottom: 0px;
  right: auto;
  left: auto;
  width: calc(100% - 0px);
  text-align: center;
}
.commonSliderDots .slick-dots li {
  margin: 0px 3px;
  width: auto;
  height: auto;
}
.commonSliderDots .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #2B2E5B;
  padding: 0px;
  border-radius: 100%;
}
.commonSliderDots .slick-dots li button:before {
  display: none;
}
.commonSliderDots .slick-dots li.slick-active {
  width: auto;
}
.commonSliderDots .slick-dots li.slick-active button {
  background: #F6A825;
  width: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.testimonialSection {
  background: url(../images/testimonial_bg.jpg) no-repeat;
}
.testimonialSection .testimonialSlider {
  margin: 0px;
}
.testimonialSection .testimonialSlider .slick-slide {
  padding: 30px 15px 70px 15px;
}
.testimonialSection .testimonialSlider .testimonialBox {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 32px 33px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
}
.testimonialSection .testimonialSlider .testimonialBox::before {
  content: "";
  display: block;
  background: url(../images/quote.svg) no-repeat;
  width: 65px;
  height: 55px;
  background-size: contain;
  position: absolute;
  top: 0;
}
.testimonialSection .testimonialSlider .testimonialBox p {
  font-weight: normal;
  font-style: italic;
  font-size: 23px;
  color: #000;
}
.testimonialSection .testimonialSlider .testimonialBox .founder {
  display: flex;
  align-items: center;
}
.testimonialSection .testimonialSlider .testimonialBox .founder img {
  border-radius: 50%;
  margin-right: 20px;
}
.testimonialSection .testimonialSlider .testimonialBox .founder p {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #2B2E5B;
  font-family: "Merriweather", serif;
  margin: 0px;
  font-style: normal;
}
.testimonialSection .testimonialSlider .testimonialBox .founder p span {
  display: block;
  font-weight: normal;
}
@media (max-width: 1366px) {
  .testimonialSection .testimonialSlider .testimonialBox {
    padding: 50px 30px;
  }
  .testimonialSection .testimonialSlider .testimonialBox p {
    font-size: 18px;
  }
  .testimonialSection .testimonialSlider .testimonialBox .founder img {
    height: 60px;
    width: 60px;
    margin-right: 12px;
  }
  .testimonialSection .testimonialSlider .testimonialBox .founder p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .testimonialSection .testimonialSlider .testimonialBox p {
    font-size: 16px;
  }
  .testimonialSection .testimonialSlider .testimonialBox .founder img {
    height: 50px;
    width: 50px;
    margin-right: 12px;
  }
  .testimonialSection .testimonialSlider .testimonialBox .founder p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .testimonialSection .testimonialSlider .slick-slide {
    padding: 25px 15px 65px 15px;
  }
}

.newsEventsSection .eventBox {
  box-shadow: 0px 13px 31px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 35px 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.newsEventsSection .eventBox:last-child {
  margin-bottom: 0px;
}
.newsEventsSection .eventBox .dateSection {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6C6F94;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsEventsSection .eventBox .dateSection small {
  color: #2B2E5B;
  font-size: 18px;
}
.newsEventsSection .eventBox .titleSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsEventsSection .eventBox .titleSection h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  color: #2B2E5B;
  margin: 0px;
  padding: 0px;
  font-family: "Merriweather", serif;
}
.newsEventsSection .eventBox .titleSection span {
  position: relative;
}
.newsEventsSection .eventBox:hover {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  background: #F6A825;
}
.newsEventsSection .eventBox:hover .titleSection, .newsEventsSection .eventBox:hover .dateSection {
  color: #fff;
}
.newsEventsSection .eventBox:hover .titleSection small, .newsEventsSection .eventBox:hover .dateSection small {
  color: #fff;
}
.newsEventsSection .eventBox:hover .btn_round::after {
  background: url(../images/arrow_white.png) no-repeat center center #2B2E5B;
  background-size: 26px auto;
  transform: rotate(0deg);
}
@media (max-width: 1366px) {
  .newsEventsSection .eventBox {
    padding: 25px;
  }
  .newsEventsSection .eventBox .dateSection {
    font-size: 16px;
  }
  .newsEventsSection .eventBox .dateSection small {
    font-size: 16px;
  }
  .newsEventsSection .eventBox .titleSection h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .newsEventsSection .eventBox {
    margin-bottom: 15px;
    box-shadow: 0px 13px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .newsEventsSection .eventBox .titleSection h3 {
    font-size: 15px;
  }
}
.newsEventsSection .newsEventsImage img {
  width: 100%;
}
@media (max-width: 767px) {
  .newsEventsSection .newsEventsImage {
    display: none;
  }
}

.timelineSec {
  background: url(../images/timeline_bg.jpg) no-repeat;
  background-size: cover;
}
.timelineSec .monthProgram {
  background: #fff;
  box-shadow: 0px 32px 33px rgba(0, 0, 0, 0.25);
  padding: 45px 25px;
}
.timelineSec .monthProgram .title {
  font-size: 30px;
  text-align: left;
  color: #2b2e5b;
  line-height: 38px;
  font-family: "Merriweather", serif;
}
.timelineSec .monthProgram .timeProgram {
  margin-top: 30px;
}
.timelineSec .monthProgram .timeProgram .bullets {
  display: flex;
  flex-wrap: wrap;
}
.timelineSec .monthProgram .timeProgram .bullets li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .timelineSec .monthProgram .timeProgram .bullets li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .timelineSec .monthProgram .timeProgram {
    margin: 30px 0;
  }
}

.skillContent .paddtop {
  padding-top: 30px;
}
.skillContent .skillBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 20px;
}
.skillContent .skillBox .boxDet {
  flex: 0 0 31%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .skillContent .skillBox .boxDet {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .skillContent .skillBox .boxDet:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .skillContent .skillBox .boxDet {
    flex: 0 0 100%;
  }
}

.ucpsec1 .featureContent .sectionTitle {
  margin-bottom: 20px;
}
.ucpsec1 .featureContent .sectionTitle::before {
  display: none;
}
.ucpsec1 .featureContent p {
  margin-bottom: 10px;
}
.ucpsec1 .featureBoxes .featureBox {
  display: block;
}
.ucpsec1 .featureBoxes .featureBox::before {
  display: none;
}

.persueUcp {
  background: #F5F5F5;
}

.ucpprogram .featureBoxes .featureBox {
  display: block;
}
.ucpprogram .featureBoxes .featureBox::before {
  display: none;
}
.ucpprogram .featureBoxes .featureBox p {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 991px) {
  .ucpprogram .featureBoxes .featureBox p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .ucpprogram .featureBoxes .featureBox p {
    font-size: 20px;
    line-height: 28px;
  }
}

.ucpAbroad ul {
  margin-bottom: 30px;
}

.topCourse {
  display: flex;
  flex-wrap: wrap;
}
.topCourse li {
  flex: 0 0 33.33%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .topCourse li {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .topCourse li {
    flex: 0 0 100%;
  }
}

.workOpportunity li span {
  display: block;
  font-weight: bold;
  padding-bottom: 15px;
}

.countryFlowchart img {
  margin: 0 auto;
  display: block;
}
.countryFlowchart .admissionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.countryFlowchart .admissionBtn a {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .countryFlowchart .admissionBtn {
    flex-wrap: wrap;
  }
  .countryFlowchart .admissionBtn a {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .countryFlowchart .admissionBtn a {
    margin: 0 5px;
  }
  .countryFlowchart .admissionBtn a.yellowCurveBtn {
    font-size: 12px;
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .countryFlowchart .admissionBtn {
    flex-wrap: wrap;
  }
  .countryFlowchart .admissionBtn a {
    margin: 5px;
  }
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error, textarea.error {
  border-bottom: 2px solid #F00 !important;
}

label.error {
  color: #F00;
}

label.error {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

footer {
  background: #292c57;
  padding: 10px 0px;
}
footer .footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
footer .footerBottom p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
footer .footerBottom img {
  max-width: 30px;
}
@media (max-width: 991px) {
  footer .footerBottom p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footerBottom {
    justify-content: center;
    text-align: center;
  }
  footer .footerBottom p {
    text-align: center;
  }
  footer .footerBottom img {
    max-width: 30px;
  }
}

.bg_gray {
  background: #f5f5f5;
}

.careerPage ol li {
  list-style: auto;
}

.innerBanner {
  position: relative;
}
.innerBanner .innermainimg {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerBanner .innerContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1480px;
  margin: auto;
}
.innerBanner .innerContent .innerTxt p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0;
}
.innerBanner .innerContent .innerTxt p.quote {
  max-width: 500px;
}
@media (max-width: 575px) {
  .innerBanner .innerContent .innerTxt p.quote {
    max-width: 400px;
  }
}
@media (max-width: 1366px) {
  .innerBanner .innerContent .innerTxt p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .innerBanner .innerContent .innerTxt p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .innerBanner .innerContent .innerTxt p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.innerBanner .innerContent .innerTxt .innerHead {
  font-weight: 300;
  font-size: 80px;
  line-height: 85px;
  color: #f6a825;
  text-align: center;
}
.innerBanner .innerContent .innerTxt .innerHead span {
  display: block;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 1366px) {
  .innerBanner .innerContent {
    max-width: 1180px;
  }
  .innerBanner .innerContent .innerTxt .innerHead {
    font-size: 50px;
    line-height: 50px;
  }
  .innerBanner .innerContent .innerTxt .innerHead span {
    font-size: 20px;
  }
  .innerBanner .innerContent .innerImg img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .innerBanner .innerContent .innerTxt {
    margin-left: 6%;
  }
  .innerBanner .innerContent .innerImg {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .innerBanner .innerContent {
    margin-top: 0;
  }
  .innerBanner .innerContent .innermainimg {
    height: 175px;
  }
  .innerBanner .innerContent .innerTxt .innerHead {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .innerBanner .innerContent .innerTxt .innerHead span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .innerBanner .innerContent {
    max-width: 100%;
  }
  .innerBanner .innerContent .innerImg img {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .innerBanner .innerContent {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }
  .innerBanner .innerContent .innerImg {
    padding-right: 0px;
  }
  .innerBanner .innerContent .innerTxt {
    margin-left: 0;
  }
  .innerBanner .innerContent .innerTxt .innerHead {
    text-align: center;
    padding-top: 20px;
  }
}
.innerBanner.extChngBnr .innermainimg {
  height: 250px;
}
.innerBanner.extChngBnr .innerContent {
  max-width: 70%;
}
.innerBanner.extChngBnr .innerContent .innerImg {
  margin-top: -30px;
}
.innerBanner.extChngBnr .innerContent .innerImg img {
  height: 200px;
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .innerBanner.extChngBnr .innerContent {
    max-width: 80%;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .innerBanner.extChngBnr .innerContent {
    max-width: 88%;
  }
}
@media (max-width: 1366px) {
  .innerBanner.extChngBnr .innermainimg {
    height: 175px;
  }
  .innerBanner.extChngBnr .innerContent {
    max-width: 80%;
    margin: 0 auto;
  }
  .innerBanner.extChngBnr .innerContent .innerImg {
    margin-top: 0;
  }
  .innerBanner.extChngBnr .innerContent .innerImg img {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .innerBanner.extChngBnr {
    margin-top: -40px;
  }
  .innerBanner.extChngBnr .innermainimg {
    height: 150px;
  }
  .innerBanner.extChngBnr .innerContent {
    max-width: 78%;
    margin-top: 0;
  }
  .innerBanner.extChngBnr .innerContent .innerImg {
    margin-top: 0;
  }
  .innerBanner.extChngBnr .innerContent .innerImg img {
    height: 120px;
  }
}
@media (max-width: 575px) {
  .innerBanner.extChngBnr .innermainimg {
    height: 160px;
  }
  .innerBanner.extChngBnr .innerContent {
    max-width: 100%;
    margin-top: 20px;
  }
  .innerBanner.extChngBnr .innerContent .innerImg {
    display: none;
  }
}
@media (max-width: 360px) {
  .innerBanner.extChngBnr .innermainimg {
    height: 175px;
  }
}
@media (max-width: 1366px) {
  .innerBanner .innermainimg {
    height: 400px;
  }
  .innerBanner .bannerBtn {
    bottom: -35px;
  }
  .innerBanner .bannerBtn .yellowBtn {
    padding: 20px;
    font-size: 22px;
  }
  .innerBanner .bannerBtn .yellowBtn svg {
    height: 25px;
  }
}
@media (max-width: 991px) {
  .innerBanner {
    margin-bottom: 40px;
  }
  .innerBanner .innermainimg {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .innerBanner .innermainimg {
    height: 250px;
  }
  .innerBanner .bannerBtn {
    left: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .innerBanner .innermainimg {
    height: 350px;
  }
  .innerBanner .innerContent {
    bottom: 0;
  }
}

.bookAppointsec {
  text-align: right;
  margin-top: -4%;
}
.bookAppointsec .bookBtn {
  background: #F6A825;
  padding: 42px 100px 42px 50px;
  font-size: 35px;
  line-height: 44px;
  color: #000;
  display: inline-block;
  position: relative;
}
.bookAppointsec .bookBtn img {
  margin-left: 15px;
  position: absolute;
  top: 32px;
}
@media (max-width: 1366px) {
  .bookAppointsec .bookBtn {
    padding: 20px 40px 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .bookAppointsec .bookBtn img {
    position: relative;
    top: inherit;
    height: 34px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1366px) {
  .bookAppointsec {
    margin-top: -2%;
  }
}

.partnerList .partnerBox {
  background: #F5F5F5;
  min-height: 240px;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px 15px;
}
.partnerList .partnerBox img {
  margin: 0 auto;
  display: block;
}
.partnerList .partnerBox p {
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1366px) {
  .partnerList .partnerBox {
    padding: 30px 15px;
    min-height: 200px;
  }
}

.contactPage .map iframe {
  width: 100%;
}
.contactPage .map.margTop {
  margin-top: 50px;
}
.contactPage .contactinfoBox.marginTop {
  margin-top: 70px;
}
.contactPage .contactinfoBox p {
  font-size: 25px;
  font-weight: 700;
  color: #2B2E5B;
  line-height: 28px;
  padding-left: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contactPage .contactinfoBox p.direction {
  font-size: 20px;
  line-height: 28px;
}
.contactPage .contactinfoBox p.direction i {
  padding-right: 15px;
}
.contactPage .contactinfoBox ul li {
  display: flex;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #2B2E5B;
  font-weight: 500;
}
.contactPage .contactinfoBox ul li a {
  color: #2B2E5B;
}
.contactPage .contactinfoBox ul li:last-child {
  padding-bottom: 0;
}
.contactPage .contactinfoBox ul li span {
  padding-right: 20px;
}
.contactPage .contactinfoBox ul li span i {
  width: 20px;
  color: #F6A825;
}
@media (max-width: 1366px) {
  .contactPage .contactinfoBox ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .contactPage .contactinfoBox.marginTop {
    margin-top: 40px;
  }
}
.contactPage .contactSociallink {
  margin-left: 6%;
  margin-top: 30px;
}
.contactPage .contactSociallink ul {
  display: flex;
  list-style: none;
}
.contactPage .contactSociallink ul li {
  padding-right: 15px;
}
.contactPage .contactSociallink ul li a i {
  color: #2B2E5B;
  font-size: 20px;
}
@media (max-width: 1366px) {
  .contactPage .contactinfoBox p {
    font-size: 20px;
    line-height: 22px;
  }
  .contactPage .map iframe {
    height: 300px;
  }
}
@media (max-width: 1366px) {
  .contactPage .mapBottom {
    margin: 40px 0;
  }
}

.feedbackform {
  background: #2B2E5B;
  padding: 100px;
  margin-top: -4%;
}
.feedbackform .sectionTitle {
  color: #fff;
}
.feedbackform .formSec .form-group {
  margin-bottom: 30px;
  position: relative;
}
.feedbackform .formSec .form-group .form-control {
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 20px;
  line-height: 25px;
  border-radius: 0;
  padding: 15px 20px;
  color: #fff !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.feedbackform .formSec .form-group .form-control option {
  color: #000;
}
.feedbackform .formSec .form-group select {
  color: #fff !important;
}
.feedbackform .formSec .form-group textarea {
  height: auto !important;
}
.feedbackform .formSec .form-group .pull-left {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background: #000;
}
.feedbackform .formSec ::-moz-placeholder {
  color: #fff !important;
}
.feedbackform .formSec ::placeholder {
  color: #fff !important;
}
@media (max-width: 1366px) {
  .feedbackform .formSec .form-group {
    margin-bottom: 25px;
  }
  .feedbackform .formSec .form-group .form-control {
    height: 50px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .feedbackform {
    margin-top: 0;
    padding: 40px;
  }
}
.feedbackform.studentLoginFrm {
  margin-top: 0;
}

.teamdetBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  max-width: 800px;
}

.teamPage .sectionTitle {
  margin-bottom: 20px;
}
.teamPage a {
  align-items: center;
  flex: 0 0 33.33%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .teamPage a {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .teamPage a {
    flex: 0 0 100%;
  }
}
.teamPage .teamBox {
  background: #fff;
  filter: drop-shadow(0px 25px 55px rgba(0, 0, 0, 0.16));
  padding: 30px;
  margin: 15px;
}
.teamPage .teamBox .teamImg img {
  width: 100%;
}
.teamPage .teamBox .teamContent .title {
  font-size: 40px;
  line-height: 50px;
  color: #2b2e5b;
  font-family: "Merriweather", serif;
  margin-top: 30px;
}
.teamPage .teamBox .teamContent .title span {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #6c6f94;
  display: block;
}
.teamPage .teamBox .teamContent p {
  margin: 0;
}
@media (max-width: 1366px) {
  .teamPage .teamBox .teamContent .title {
    font-size: 24px;
    line-height: 30px;
  }
  .teamPage .teamBox .teamContent .title span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .teamPage .teamBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .teamPage .teamBox .teamContent {
    padding-left: 0;
    padding-top: 15px;
  }
  .teamPage .teamBox .teamContent .title {
    margin-top: 0;
  }
  .teamPage .teamBox .teamContent .title span {
    font-size: 12px;
    line-height: 16px;
  }
  .teamPage .teamBox:nth-child(even) {
    flex-direction: column;
  }
  .teamPage .teamBox:nth-child(even) .teamContent {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .teamPage .teamBox {
    padding: 20px;
  }
}

.affiliationBox {
  background: #f5f5f5;
  padding: 20px;
}
.affiliationBox .smalltxt {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.affiliationBox ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.affiliationBox ul li {
  margin-bottom: 20px;
  font-size: 14px;
  flex: 0 0 50%;
  max-width: 100%;
}
.affiliationBox ul li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.affiliationBox ul li a {
  color: #F6A825;
}
@media (max-width: 767px) {
  .affiliationBox ul li {
    flex: 0 0 100%;
  }
}
.affiliationBox.academicsBox {
  background: #fff;
}
.affiliationBox.academicsBox .text-center1 {
  margin-bottom: 20px;
}
.affiliationBox.academicsBox p span {
  display: block;
}
.affiliationBox.academicsBox:last-child {
  margin-top: 30px;
}

.schoolsbox {
  margin-bottom: 30px;
}

.historyTitle {
  font-weight: 400;
  margin-bottom: 30px;
}

.boxcount {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}
.boxcount .count {
  font-size: 40px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 50px;
  transition: all 0.25s ease-out;
}
@media (max-width: 767px) {
  .boxcount {
    font-size: 16px;
  }
  .boxcount .count {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .boxcount {
    font-size: 18px;
  }
  .boxcount .count {
    font-size: 40px;
  }
}

.orange {
  color: #d46d1b;
  transition: all 0.25s ease-out;
}

.green {
  color: #63b620;
  transition: all 0.25s ease-out;
}

.red {
  color: #bd1b24;
  transition: all 0.25s ease-out;
}

.blue {
  color: #0f80d6;
  transition: all 0.25s ease-out;
}

.yellow {
  color: #b7a800;
  transition: all 0.25s ease-out;
}

.bluedark {
  color: #0b7c83;
  transition: all 0.25s ease-out;
}

.boxcount.orangehover {
  border: 1px solid #d46d1b;
  transition: all 0.25s ease-out;
}
.boxcount.orangehover:hover {
  background: #d46d1b;
  color: #fff;
  transition: all 0.25s ease-out;
}
.boxcount.orangehover:hover .orange {
  color: #fff;
  transition: all 0.25s ease-out;
}

.boxcount.greenhover {
  border: 1px solid #63b620;
  transition: all 0.25s ease-out;
}
.boxcount.greenhover:hover {
  background: #63b620;
  color: #fff;
  transition: all 0.25s ease-out;
}
.boxcount.greenhover:hover .green {
  color: #fff;
  transition: all 0.25s ease-out;
}

.boxcount.redhover {
  border: 1px solid #bd1b24;
  transition: all 0.25s ease-out;
}
.boxcount.redhover:hover {
  background: #bd1b24;
  color: #fff;
  transition: all 0.25s ease-out;
}
.boxcount.redhover:hover .red {
  color: #fff;
  transition: all 0.25s ease-out;
}

.boxcount.bluedarkhover {
  border: 1px solid #0b7c83;
  transition: all 0.25s ease-out;
}
.boxcount.bluedarkhover:hover {
  background: #0b7c83;
  color: #fff;
  transition: all 0.25s ease-out;
}
.boxcount.bluedarkhover:hover .bluedark {
  color: #fff;
  transition: all 0.25s ease-out;
}

.boxcount.bluehover {
  border: 1px solid #0f80d6;
  transition: all 0.25s ease-out;
}
.boxcount.bluehover:hover {
  background: #0f80d6;
  color: #fff;
  transition: all 0.25s ease-out;
}
.boxcount.bluehover:hover .blue {
  color: #fff;
  transition: all 0.25s ease-out;
}

.boxcount.yellowhover {
  border: 1px solid #b7a800;
  transition: all 0.25s ease-out;
}
.boxcount.yellowhover:hover {
  background: #b7a800;
  color: #fff;
  transition: all 0.25s ease-out;
}
.boxcount.yellowhover:hover .yellow {
  color: #fff;
  transition: all 0.25s ease-out;
}

.bookAppoint .formSec {
  max-width: 800px;
  margin: 0 auto;
}
.bookAppoint .formSec .form-group {
  margin-bottom: 30px;
  position: relative;
}
.bookAppoint .formSec .form-group .form-control {
  height: 80px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 20px;
  line-height: 25px;
  border-radius: 0;
  padding: 15px 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.bookAppoint .formSec .form-group .form-control:focus {
  outline: none;
  box-shadow: inherit;
}
.bookAppoint .formSec .form-group .pull-left {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background: #000;
}
.bookAppoint .formSec .form-group select {
  color: #000 !important;
}
.bookAppoint .formSec .form-group textarea {
  height: auto !important;
}
.bookAppoint .formSec ::-moz-placeholder {
  color: #000000 !important;
}
.bookAppoint .formSec ::placeholder {
  color: #000000 !important;
}
@media (max-width: 1366px) {
  .bookAppoint .formSec .form-group {
    margin-bottom: 20px;
  }
  .bookAppoint .formSec .form-group .form-control {
    height: 50px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .bookAppoint {
    margin-top: 0;
    padding: 40px;
  }
}

.multiselect-drop {
  display: flex;
  flex-wrap: wrap;
}
.multiselect-drop .form-check {
  flex: 0 0 25%;
  max-width: 100%;
}
.multiselect-drop .form-check .form-check-label {
  color: #5A5A5A;
  font-size: 16px;
}

.registrationsPopup .modal-header {
  padding: 0;
  border: 0px;
}
.registrationsPopup .modal-header .btn-close {
  position: absolute;
  opacity: 1;
  color: #000;
  border-radius: 50%;
  right: 0px;
  top: 0;
  background: url(../images/close.png) no-repeat #fff;
  background-size: 16px;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.registrationsPopup .modal-body {
  padding: 40px;
}
.registrationsPopup h5 {
  color: #2B2E5B;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
}
.registrationsPopup p {
  font-size: 14px;
  margin: 0px;
}
.registrationsPopup a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  color: #F6A825;
  margin-top: 15px;
}

.tabStructureBg p {
  margin-bottom: 15px;
}

.tree {
  max-width: 1500px;
  margin: 0 auto;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  display: flex;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.subTree {
  justify-content: center;
}
.subTree li a {
  font-size: 20px !important;
}
@media (max-width: 1199px) {
  .subTree li a {
    font-size: 12px !important;
  }
}

.tree ul ul.beforeLine::before {
  left: 28%;
}
@media (max-width: 1199px) {
  .tree ul ul.beforeLine::before {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .tree ul ul.beforeLine::before {
    left: 38%;
  }
}

.plus {
  display: flex;
  align-items: center;
}
.plus:after {
  border-left: none !important;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #707070;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #707070;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #707070;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #707070;
  width: 0;
  height: 20px;
}

.tree li a {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #2b2e5b;
  font-family: "Merriweather", serif;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 20px 33px rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 10px 10px;
}
.tree li.tree-header > a {
  border-radius: 8px;
  background: #F6A825;
  box-shadow: 0px 32px 33px rgba(0, 0, 0, 0.25);
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #000;
  display: inline-block;
}

.tagLine {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 40px;
}
@media (max-width: 1366px) {
  .tagLine {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .tagLine {
    font-size: 22px;
    line-height: 30px;
  }
}

.programnewPage .margTop {
  margin-top: 50px;
}
.programnewPage .flowChart {
  margin-bottom: 40px;
}
.programnewPage .tagLine span {
  color: #0f80d6;
}
.programnewPage .tagLine a {
  color: #0f80d6;
}
.programnewPage .tagLine a:hover {
  color: #F6A825;
}

.readMoreBtn {
  margin-top: 30px;
}
.readMoreBtn a {
  display: inline-block;
}

/*Connector styles on hover*/
.tree .ucpLevel {
  width: 100%;
}
.tree .ucpLevel::before, .tree .ucpLevel:after {
  height: 100px;
}
.tree .ucpLevel a {
  background: #F6A825;
  position: relative;
  top: 80px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .tree .ucpLevel a {
    top: inherit;
  }
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #707070;
}

@media (max-width: 1366px) {
  .tree {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  .tree > ul {
    padding-top: 0px;
  }
  .tree ul li.tree-header > ul {
    flex-wrap: wrap;
  }
  .tree ul li.tree-header > ul .top-level::after {
    border-top: 0px;
    border-radius: 0px;
    border-left: 0;
  }
  .tree ul li.tree-header > ul .top-level::before {
    border: 0px;
    border-radius: 0px;
  }
  .tree ul li.tree-header > ul .top-level:nth-child(1) {
    padding-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tree ul li.tree-header ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tree li a {
    font-size: 11px;
  }
  .tree li.tree-header > a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .tree li.tree-header > a {
    font-size: 14px;
  }
}
.flexDisp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexDisp span {
  padding: 2px 5px;
}
@media (max-width: 575px) {
  .flexDisp {
    display: block;
  }
  .flexDisp span {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .tree ul ul.beforeLine {
    flex-direction: column;
  }
  .tree ul li.tree-header ul.subTree {
    margin-left: 10%;
  }
}
@media (max-width: 575px) {
  .tree ul li.tree-header ul.subTree {
    margin: 0px;
  }
  .hideMob {
    padding-top: 0px !important;
  }
  .hideMob::before {
    display: none;
  }
  .hideMob::after {
    display: none;
  }
  .hideMob.plus {
    padding: 10px 0px !important;
  }
  .mobColmn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
#exampleModal .modal-dialog {
  max-width: 900px;
}
#exampleModal .modal-header {
  padding: 0px;
  border: 0px;
}
#exampleModal .modal-header .btn-close {
  opacity: 1;
  color: #000;
  background: url(../images/close.png) no-repeat #fff !important;
  background-size: 14px !important;
  background-position: center !important;
  padding: 0px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 0px;
  box-shadow: 0 0 10px #8b8b8b;
  right: -5px;
  top: -5px;
}

.majorchall.sectionPadding {
  padding-top: 0;
}

.futuresec {
  background-color: #F5F5F5;
}
.futuresec .futuregoal .sectionTitle {
  padding-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.futuresec .futuregoal .sectionTitle:before {
  display: none;
}
@media (max-width: 575px) {
  .futuresec .futuregoal .sectionTitle {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px !important;
  }
}
.futuresec .futuregoal .row {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .futuresec .futuregoal .futureimg {
    margin-bottom: 50px;
  }
}

.beginssec.sectionPadding {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .beginssec.sectionPadding {
    padding-bottom: 30px;
  }
}

.begindetail {
  background-color: #2B2E5B;
}
@media (max-width: 991px) {
  .begindetail .begindeatilbox .sualogo {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .begindetail .begindeatilbox .detailsec {
    margin-top: 35px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .begindetail .begindeatilbox .detailsec {
    margin-top: 25px;
  }
}
.begindetail .begindeatilbox .detailsec .details p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .begindetail .begindeatilbox .detailsec .details p {
    font-size: 12px;
  }
}
.begindetail .begindeatilbox .detailsec .details .sectionTitle {
  font-size: 28px;
  line-height: 35px;
  padding-top: 0px;
  margin-bottom: 5px;
}
.begindetail .begindeatilbox .detailsec .details .sectionTitle:before {
  display: none;
}
@media (min-width: 992px) {
  .begindetail .begindeatilbox .detailsec .details .sectionTitle {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .begindetail .begindeatilbox .detailsec .details .sectionTitle {
    font-size: 21px;
    line-height: 30px;
  }
}
.begindetail .begindeatilbox .detailsec .details.mrg30 {
  margin-bottom: 30px;
}
.begindetail .begindeatilbox .detailsec .details.mrg30 .sectionTitle {
  margin-top: 5px;
}
@media (max-width: 575px) {
  .begindetail .begindeatilbox .detailsec .details.mrg30 {
    margin-bottom: 22px;
  }
}
.begindetail .begindeatilbox .row {
  align-items: center;
}
.begindetail .begindeatilbox .row img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .begindetail .begindeatilbox .row img {
    height: 150px;
  }
}

.programsec .programdetail .programtitle {
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 767px) {
  .programsec .programdetail .programtitle {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .programsec .programdetail .programimg {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .programsec .programdetail .programimg img {
    width: 100%;
  }
}
.programsec .programdetail .row {
  align-items: center;
}
.programsec .programdetail .row .programdetailbox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .programsec .programdetail .row .programdetailbox {
    margin-top: 25px;
  }
}
.programsec .programdetail .row .programdetailbox .detailbox {
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .programsec .programdetail .row .programdetailbox .detailbox {
    flex: 0 0 100%;
    width: 100%;
  }
}
.programsec .programdetail .row .programdetailbox .detailbox .sectionTitle {
  margin-bottom: 10px;
  line-height: 40px;
}
.programsec .programdetail .row .programdetailbox .detailbox .sectionTitle:before {
  display: none;
}
.programsec .programdetail .row .programdetailbox .detailbox .pmax {
  max-width: 220px;
}
@media (max-width: 767px) {
  .programsec .programdetail .row .programdetailbox .detailbox .pmax {
    max-width: 175px;
  }
}
.programsec .programdetail .row .programdetailbox .detailbox p {
  color: #525252;
  margin-bottom: 0px;
}
.programsec .programdetail .row .programdetailbox .detailbox .max40 {
  max-width: 400px;
}

.downloadList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.downloadList li {
  flex: 0 0 30.33%;
  max-width: 30.33%;
  margin-bottom: 35px;
}
.downloadList li .downloadBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: 0.4s ease-in-out all;
}
.downloadList li .downloadBox p {
  margin-bottom: 0;
  color: #6c6f94;
  transition: 0.4s ease-in-out all;
}
.downloadList li .downloadBox img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.downloadList li:hover .downloadBox {
  background-color: #2b2e5b;
}
.downloadList li:hover .downloadBox p {
  color: #fff;
}
@media (max-width: 1199px) {
  .downloadList li .downloadBox {
    padding: 15px 25px;
  }
  .downloadList li .downloadBox img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .downloadList li {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .downloadList li .downloadBox {
    padding: 15px 25px;
  }
  .downloadList li .downloadBox img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .downloadList li {
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .downloadList li .downloadBox {
    padding: 15px 25px;
    max-width: 350px;
    margin: 0 auto;
  }
  .downloadList li .downloadBox img {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .downloadList li {
    margin-bottom: 25px;
  }
  .downloadList li .downloadBox {
    max-width: 300px;
  }
}

.flexacc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexacc .accFlex {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 767px) {
  .flexacc .accFlex {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.moretext {
  display: none;
}

@media (max-width: 360px) {
  .downloadSt .tab-content > .tab-pane .accordion-header h5 a {
    max-width: 315px;
  }
}

.contactuspage h1 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .contactuspage h1 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .contactuspage h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.contactuspage .form-group {
  margin-bottom: 10px;
}
.contactuspage .form-group input {
  border-radius: 0px;
  font-size: 13px;
  line-height: 20px;
}
.contactuspage .form-group.yellowCurveBtn {
  max-width: 132px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}
.contactuspage .form-group.yellowCurveBtn:hover input {
  color: #fff !important;
  z-index: 1;
}
.contactuspage .form-group.yellowCurveBtn input {
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 0px;
}

.studentLogin {
  background: url("../images/login_back.jpg");
  background-size: cover;
  background-position: center right;
  padding: 150px 0;
  position: relative;
}
.studentLogin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: brightness(0.7);
          backdrop-filter: brightness(0.7);
  width: 100%;
  height: 100%;
}
.studentLogin .feedbackform {
  padding: 60px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.studentLogin .feedbackform::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.studentLogin .feedbackform .sectionTitle {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.studentLogin .feedbackform .sectionTitle::before {
  left: 0;
  right: 0;
  margin: auto;
}
.studentLogin .feedbackform .formSec {
  position: relative;
  z-index: 1;
}
.studentLogin .feedbackform .formSec .failure {
  font-size: 14px !important;
  padding: 15px 15px 15px 45px !important;
  position: relative;
}
.studentLogin .feedbackform .formSec .failure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  background: url("../images/failure.png");
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.studentLogin .feedbackform .formSec .form-group.userImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../images/user.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.studentLogin .feedbackform .formSec .form-group .form-control {
  height: 50px;
  color: #2b2e5b !important;
  background: transparent;
  border: 1px solid #2b2e5b;
  position: relative;
  padding-left: 40px;
}
.studentLogin .feedbackform .formSec .form-group .form-control::-moz-placeholder {
  color: #2B2E5B !important;
  font-size: 18px;
}
.studentLogin .feedbackform .formSec .form-group .form-control::placeholder {
  color: #2B2E5B !important;
  font-size: 18px;
}
.studentLogin .feedbackform .formSec .form-group.passImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../images/password.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.studentLogin .feedbackform .frmBtn {
  text-align: center;
  padding-top: 15px;
}
.studentLogin .feedbackform .frmBtn .yellowCurveBtn {
  display: inline-block;
  padding: 15px 20px;
}
@media (max-width: 1366px) {
  .studentLogin {
    padding: 100px 0;
  }
  .studentLogin .feedbackform {
    padding: 40px;
    max-width: 400px;
  }
  .studentLogin .feedbackform .sectionTitle {
    font-size: 25px;
  }
  .studentLogin .feedbackform .formSec .form-group .form-control {
    height: 45px;
  }
  .studentLogin .feedbackform .formSec .form-group .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .studentLogin .feedbackform .formSec .form-group .form-control::placeholder {
    font-size: 14px;
  }
  .studentLogin .feedbackform .frmBtn {
    padding-top: 15px;
  }
  .studentLogin .feedbackform .frmBtn .yellowCurveBtn {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .studentLogin {
    padding: 70px 0;
  }
  .studentLogin .feedbackform {
    padding: 30px;
    max-width: 330px;
    margin: auto;
  }
  .studentLogin .feedbackform .sectionTitle {
    font-size: 20px;
  }
  .studentLogin .feedbackform .frmBtn {
    padding-top: 10px;
  }
}
@media (max-width: 360px) {
  .studentLogin {
    background-position: center;
    padding: 50px 0;
  }
}

.login-body .innerBanner {
  display: none;
}
.login-body .mainHeader {
  display: block;
  background: #2B2E5B;
  position: relative;
}

@media (max-width: 360px) {
  .studentVimeo.sectionPadding {
    padding: 0px 0px 40px;
  }
}
.studentVimeo .studentVimeoFlx {
  display: flex;
  flex-wrap: wrap;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft {
  flex: 0 0 30%;
  max-width: 30%;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas {
  background: #2b2e59;
  padding: 30px;
  margin-right: 20px;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .usrDts {
  background: #ffffff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .usrDts img {
  height: 80%;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1366px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .usrDts {
    width: 50px;
    height: 50px;
  }
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .sdeBrInfo {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
  align-items: center;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .sdeBrInfo .logoutBtn a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #f6a825;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas h3 {
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
  display: flex !important;
  align-items: center;
  font-size: 28px;
  line-height: 34px;
  flex-direction: column;
  align-items: flex-start;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap {
  margin-top: 10px;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion {
  height: 310px;
  overflow: auto;
}
@media (max-width: 767px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion {
    height: 190px;
  }
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f6a825;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li {
  margin-bottom: 5px;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li:last-child {
  margin-bottom: 0;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  transition: 0.5s ease-in-out all;
}
.studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li:hover a, .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li.active a {
  color: #f6a825;
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt {
  flex: 0 0 70%;
  max-width: 70%;
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx {
    justify-content: center;
  }
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li.load-more {
  flex: inherit;
  max-width: inherit;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  background: #f6a825;
  margin-bottom: 0;
  border-radius: 30px;
  transition: 0.5s ease-in-out all;
  margin-top: 20px;
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li.load-more:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1366px) {
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li.load-more {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .video-wrapper {
  position: relative;
  display: inline-block;
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .video-wrapper video {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .video-wrapper video {
    height: 150px;
  }
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 10px 16px;
  cursor: pointer;
  transition: 0.3s;
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 1366px) {
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 360px) {
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li p {
    text-align: center;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas {
    padding: 25px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .usrDts {
    width: 45px;
    height: 45px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li a {
    font-size: 16px;
    line-height: 24px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .studentVimeoRgtHead {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .video-wrapper video {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas {
    padding: 15px;
    margin-right: 20px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .usrDts {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas h3 {
    font-size: 16px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li {
    margin-bottom: 5px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li a {
    font-size: 14px;
    line-height: 22px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .studentVimeoRgtHead {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas {
    margin-right: 0;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas h3 {
    font-size: 20px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li {
    margin-bottom: 0;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li a {
    font-size: 16px;
    line-height: 24px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .studentVimeoRgtHead {
    text-align: center;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 450px) {
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas h3 {
    font-size: 18px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoLft .row-offcanvas .pageWrap .accordion li a {
    font-size: 16px;
    line-height: 24px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt {
    padding-top: 25px;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .studentVimeoRgtHead {
    text-align: center;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li {
    flex: 0 0 100%;
    max-width: 350px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .studentVimeo .studentVimeoFlx .studentVimeoRgt .videoFlx li .video-wrapper video {
    height: 200px;
  }
}

.form-control:focus {
  box-shadow: none;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.video-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  border-radius: 50%;
  pointer-events: none; /* prevents button itself from interfering */
}

#videoLoader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#videoLoader img {
  width: 100px;
}/*# sourceMappingURL=style.css.map */