@charset "UTF-8";
@font-face {
  font-family: 'Gill Sans MT';
  src: url("../fonts/GillSansMT-Lt.woff2") format("woff2"), url("../fonts/GillSansMT-Lt.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans MT';
  src: url("../fonts/GillSansMT-Md.woff2") format("woff2"), url("../fonts/GillSansMT-Md.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans MT Condensed';
  src: url("../fonts/GillSansMT-BdCn.woff2") format("woff2"), url("../fonts/GillSansMT-BdCn.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans MT';
  src: url("../fonts/GillSansMT-Hv.woff2") format("woff2"), url("../fonts/GillSansMT-Hv.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* variables */
/* common style */
body {
  font-family: "Gill Sans MT";
  font-weight: 300;
}

p {
  font-size: 16px;
  line-height: 28px;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
}

img {
  max-width: 100%;
}

.section-header {
  text-align: center;
  margin-bottom: 35px;
}

.section-header .section-title {
  font-size: 40px;
  font-weight: 500;
  font-family: "Bitter", serif;
}

.theme-btn {
  color: #d65016;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 48px 10px;
  border: 2px solid #d65016;
}

.theme-btn:hover {
  color: #fff;
  background: #d65016;
}

.page-header-section {
  padding: 40px 15px 30px;
  background: #eaeaea;
}

.page-header-section .page-title {
  font-size: 34px;
  font-weight: 500;
  display: inline-block;
  font-family: "Bitter", serif;
}

.page-header-section .breadcrumb {
  float: right;
  margin: 8px 0 0;
}

.page-header-section .breadcrumb ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.page-header-section .breadcrumb ul li {
  display: inline-block;
}

.page-header-section .breadcrumb ul li a, .page-header-section .breadcrumb ul li span {
  color: #191919;
  font-size: 15px;
  padding: 0 5px;
}

.page-header-section .breadcrumb ul li a:after {
  content: '';
  width: 1px;
  height: 18px;
  display: inline-block;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin: 0px -5px -4px 10px;
  background: #191919;
}

.download-btn {
  color: #d65016;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 0 48px;
  position: relative;
}

.download-btn:before {
  content: '';
  width: 32px;
  height: 40px;
  left: 5px;
  top: 0;
  position: absolute;
  background: url(../images/pdf.png) no-repeat center;
  background-size: contain;
}

.download-btn:hover {
  color: #d65016;
}

.slick-dots {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  background: #818181;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  color: transparent;
  display: inline-block;
  padding: 0;
  background: #ffffff85;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #898989;
}

.slider-nav-wrap {
  width: 100%;
  bottom: 48%;
  position: absolute;
}

.slider-nav-wrap .slick-arrow {
  padding: 15px 15px;
  border: 0;
  background: #00000052;
}

.slider-nav-wrap .slick-arrow img {
  width: 25px;
  padding: 0;
}

.slider-nav-wrap .slick-previous {
  margin-left: -20px;
}

.slider-nav-wrap .slick-next {
  float: right;
  margin-right: 3px;
}

.accordion-item {
  margin-bottom: 12px;
  border: 0px;
}

.accordion-item .accordion-button {
  color: #fff;
  border: 1px solid #ccc;
  background: #d65016;
  font-family: 'Gill Sans MT';
}

.accordion-item .accordion-button.collapsed {
  color: #2a2a2a;
  background: #fff;
}

.accordion-item .accordion-button:focus {
  z-index: 0;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
}

.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon/up-arrow.svg);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.page-section {
  margin-top: 75px;
  padding-bottom: 82px;
}

.section-sub-title {
  color: #d65016;
  font-size: 26px;
  font-weight: 500;
  margin: 25px 0 15px;
  font-family: "Bitter", serif;
}

.wpcf7-form .row {
  margin-bottom: 20px;
}

.wpcf7-form .row .wpcf7-form-control {
  color: #575757;
  font-weight: 300;
  width: 100%;
  padding: 10px 12px;
  background: #eee;
  border: 0px;
}

/* default page */
.default-template .page-banner {
  background-color: #000;
  margin-bottom: 20px;
}

.default-template .page-banner img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.default-template .page-banner img:hover {
  opacity: 0.75;
}

.default-template ul {
  list-style: none;
  padding-left: 0;
}

.default-template ul li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
}

.default-template ul li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 5px;
  left: 4px;
  position: absolute;
}

.default-template ul li ul {
  padding-left: 2rem;
  margin-top: 20px;
  margin-bottom: 22px;
}

.default-template ul li ul li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
}

.default-template ul li ul li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background: #fff;
  border: 2px solid #d65016;
  top: 6px;
  left: 4px;
  position: absolute;
}

/* complain page */
.page-template-page-making_complain .wpcf7-form p {
  margin-bottom: 2px;
}

.page-template-page-making_complain .wpcf7-form .declaration-note .wpcf7-checkbox {
  padding-left: 0px;
  background: transparent !important;
}

.page-template-page-making_complain .wpcf7-form .declaration-note .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.page-template-page-making_complain .wpcf7-form .wpcf7-submit {
  width: 177px;
  float: left;
  color: #d65016;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 5px auto 5px;
  background-color: #fff;
  border: 2px solid #d65016;
}

.top-header {
  background-color: #d65016;
}

.top-header .top-menu {
  list-style: none;
  float: left;
  padding: 0px;
  padding-left: 4px;
  margin: 0px;
  border-right: 1px solid #e98d61;
}

.top-header .top-menu li {
  display: inline-block;
}

.top-header .top-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 16px 12px;
  display: block;
  border-left: 1px solid #e98d61;
}

.top-header .top-menu li .sub-menu {
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  position: absolute;
  background: #d65016;
}

.top-header .top-menu li .sub-menu li {
  display: block;
}

.top-header .top-menu li .sub-menu li a {
  color: #fff;
  padding: 8px 12px;
}

.top-header .top-menu li .sub-menu li a:hover {
  color: #2a2a2a;
  cursor: pointer;
}

.top-header .top-menu li .sub-menu li:hover {
  color: #2a2a2a;
  background: #ececec;
}

.top-header .top-menu li.menu-item-has-children a:hover {
  cursor: auto;
}

.top-header .top-menu li:hover .sub-menu {
  max-width: 300px;
  z-index: 5;
  display: inline-block;
}

.top-header .top-social {
  list-style: none;
  text-align: right;
  padding: 0px;
  margin: 0px;
  border-right: 1px solid #e98d61;
}

.top-header .top-social li {
  display: inline-block;
  border-left: 1px solid #e98d61;
}

.top-header .top-social li a {
  display: inline-block;
  padding: 10px 12px;
}

.top-header .top-social li a img {
  width: 20px;
}

.top-header .top-social li a img:hover {
  opacity: 0.35;
}

.top-header .top-social li a svg {
  color: #fff;
}

.top-header .top-social li a svg:hover {
  opacity: 0.35;
}

.top-header .social {
  position: relative;
}

.top-header .social .searchForm {
  display: none;
  right: 12px;
  z-index: 5;
  position: absolute;
}

.top-header .social .searchForm #searchform {
  margin-top: 1px;
}

.top-header .social .searchForm #searchform input {
  width: calc(100% - 45px);
  max-width: 300px;
  float: left;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 12px;
  border: 0px;
  background: #eaeaea;
}

.top-header .social .searchForm #searchform #searchsubmit {
  width: 45px;
  height: 51px;
  display: inline-block;
  background-image: url(../images/icon/magnifying-glass.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.site-header .custom-logo {
  height: 85px;
  width: auto;
  margin: 15px 0 12px 0;
}

.site-header .cim-logo-small {
  display: none;
}

.site-header .main-menu {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  float: right;
}

.site-header .main-menu li {
  float: left;
  position: relative;
  margin-left: 20px;
}

.site-header .main-menu li.menu-item-has-children {
  margin-right: 15px;
}

.site-header .main-menu li.menu-item-has-children:after {
  content: '';
  width: 15px;
  height: 15px;
  top: 10px;
  right: -14px;
  position: absolute;
  display: inline-block;
  background: url(../images/icon/down-arrow.png) no-repeat center;
  background-size: 10px;
}

.site-header .main-menu li:hover a, .site-header .main-menu li.current_page_item a {
  cursor: pointer;
  border-bottom: 4px solid #8c8c8c;
}

.site-header .main-menu li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  cursor: auto;
  letter-spacing: 0.35px;
  padding: 5px 5px 40px;
  display: block;
  border-bottom: 4px solid transparent;
}

.site-header .main-menu li .sub-menu {
  height: 0;
  max-width: 280px;
  z-index: 10;
  padding: 8px 0 10px;
  display: none;
  list-style: none;
  background: #fff;
  position: absolute;
}

.site-header .main-menu li .sub-menu li {
  float: none;
  margin-left: 0px;
  padding: 3px 15px;
}

.site-header .main-menu li .sub-menu li::after {
  display: none;
}

.site-header .main-menu li .sub-menu li a {
  font-size: 14px;
  min-width: 140px;
  cursor: pointer;
  padding: 5px 8px 7px;
  border-bottom: 0;
}

.site-header .main-menu li .sub-menu li:hover {
  background: #dbdbdb;
}

.site-header .main-menu li .sub-menu li:before {
  margin-right: 12px;
}

.site-header .main-menu li:hover .sub-menu {
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-top: -4px;
  border-top: 4px solid #8c8c8c;
}

.site-header .main-menu li:hover .sub-menu li .sub-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 100%;
  margin-top: -48px;
  display: none;
}

.site-header .main-menu li:hover .sub-menu li:hover .sub-menu {
  height: auto;
  display: block;
}

.site-header.fixed-header {
  width: 100%;
  top: 0;
  z-index: 10;
  position: fixed;
  background: #fff;
}

.site-header.fixed-header .custom-logo {
  display: none;
}

.site-header.fixed-header .cim-logo-small {
  display: inline-block;
  margin: 4px 0 0;
}

.site-header.fixed-header .cim-logo-small img {
  height: 50px;
}

.site-header.fixed-header .main-menu {
  margin: 14px 0 0px;
}

.site-header.fixed-header .main-menu li a {
  padding: 5px 5px 13px;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .site-header .main-menu li a {
    font-size: 15px;
  }
}

.site-footer {
  padding: 50px 15px 5px;
  background: #2d3138;
}

.site-footer .footer-title {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Bitter", serif;
}

.site-footer .footer-title:after {
  content: '';
  width: 55px;
  height: 5px;
  display: block;
  margin: 15px 0 0;
  background: #5b6270;
}

.site-footer .footer-title.removed-title:after {
  background: transparent;
}

.site-footer ul.footer-menu {
  list-style-type: none;
  padding: 0px;
  margin: 2px ​0 0;
}

.site-footer ul.footer-menu li {
  margin-bottom: 10px;
}

.site-footer ul.footer-menu li a {
  color: #b8cad1;
  font-size: 15px;
  padding: 5px 0 0;
}

.site-footer ul.footer-menu li a:hover {
  color: #fff;
}

.site-footer .footer-contact {
  list-style: none;
  padding: 0;
}

.site-footer .footer-contact li {
  color: #b8cad1;
  font-size: 15px;
  display: block;
  margin: 0 0 12px;
  padding-left: 25px;
}

.site-footer .footer-contact li svg {
  width: 15px;
  height: 15px;
  margin-left: -24px;
  margin-right: 10px;
}

.site-footer .footer-contact li a {
  color: #b8cad1;
  font-size: 15px;
}

.site-footer .footer-contact li:nth-child(1) {
  margin-left: -24px;
}

.site-footer .enquire-btn {
  color: #b8cad1;
  letter-spacing: 0.5px;
  padding: 10px 48px;
  border: 1.5px solid #b8cad1;
  display: inline-block;
  margin-bottom: 42px;
}

.site-footer .enquire-btn.enquire-btn:hover {
  color: #2d3138;
  background: #b8cad1;
}

.site-footer .footer-social {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.site-footer .footer-social li {
  margin-right: 15px;
  display: inline-block;
}

.site-footer .footer-social li a {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.site-footer .footer-social li a:hover path {
  fill: #fff;
}

.site-footer .bottom-footer {
  color: #fff;
  margin-top: 55px;
}

.site-footer .bottom-footer p {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.site-footer .bottom-footer .menu-footer-bottom-menu-container {
  width: auto;
  float: right;
}

.site-footer .bottom-footer .menu-footer-bottom-menu-container li {
  margin-left: 15px;
  display: inline-block;
}

.site-footer .bottom-footer .menu-footer-bottom-menu-container li a {
  font-size: 14px;
  font-weight: 500;
}

.site-footer .bottom-footer #backToTop {
  width: 35px;
  height: 35px;
  float: right;
  cursor: pointer;
  margin-left: 15px;
  margin-top: -4px;
  background-color: #5b6270;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48%;
}

.site-footer .bottom-footer #backToTop:hover {
  background-color: #d65016;
}

.sidebar {
  padding-left: 50px;
}

.sidebar .widget {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.sidebar .widget#common-sidebar {
  padding-top: 77px;
}

.sidebar .widget-title {
  color: #fff;
  font-size: 18px;
  padding: 12px;
  font-family: "Bitter", serif;
  background: #d65016;
}

.sidebar .icon-row {
  margin-top: 25px;
}

.sidebar .icon-row .intro-link-block {
  margin: 2px 0 15px;
}

.sidebar .icon-row .intro-link-block svg {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 100px;
  background-size: contain !important;
}

.sidebar .icon-row .intro-link-block p {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0 0 18px;
  font-family: 'Gill Sans MT';
}

.sidebar .icon-row .intro-link-block p span {
  font-size: 15px;
  font-weight: 300;
  font-family: "Gill Sans MT";
}

.sidebar .icon-row .intro-link-block a .cls-1 {
  fill: #d65016;
}

.sidebar .icon-row .intro-link-block a:hover .cls-1 {
  fill: #dbdad9;
}

.sidebar .icon-row .intro-link-block a:hover p {
  color: #2a2a2a;
}

.sidebar .footer-contact {
  list-style: none;
  padding: 15px 0 0 20px;
}

.sidebar .footer-contact li {
  color: #2a2a2a;
  font-size: 17px;
  display: block;
  line-height: 22px;
  margin: 0 0 12px;
  padding-left: 25px;
}

.sidebar .footer-contact li svg {
  width: 15px;
  height: 15px;
  margin-left: -24px;
  margin-right: 10px;
}

.sidebar .footer-contact li a {
  color: #2a2a2a;
  font-size: 17px;
}

.sidebar .footer-contact li:nth-child(1) {
  margin-left: 0;
}

.sidebar .footer-contact li.campus-name {
  font-weight: 400;
  font-family: "Bitter", serif;
}

.single-post .post-content {
  margin: 20px 0 30px;
}

.single-post .post-meta {
  margin: 8px ​0 20p;
}

.single-post .post-meta p {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.single-post .comment-respond {
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.single-post .comment-reply-title {
  color: #d65016;
  font-size: 22px;
  font-family: "Bitter", serif;
}

.single-post .comment-form p label {
  display: block;
}

.single-post .comment-form p input, .single-post .comment-form p #comment {
  color: #575757;
  font-weight: 300;
  width: calc(100% - 25px);
  padding: 10px 12px;
  background: #eee;
  border: 0px;
}

.single-post .comment-form #comment {
  height: 150px;
}

.single-post .comment-form p.comment-form-author, .single-post .comment-form p.comment-form-email, .single-post .comment-form p.comment-form-url {
  width: 50%;
  float: left;
}

.single-post .comment-form p.comment-form-cookies-consent {
  width: 100%;
  float: left;
}

.single-post .comment-form p.comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  float: left;
  margin: 8px 5px 0 0;
}

.single-post .comment-form input#submit {
  width: 177px;
  float: left;
  color: #d65016;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 5px auto 5px;
  background-color: #fff;
  border: 2px solid #d65016;
}

.single-post .comment-form input#submit:hover {
  color: #fff;
  background-color: #d65016;
}

.search-result-section {
  min-height: 500px;
  padding: 50px 15px;
}

.search-result-section .result-title {
  font-size: 20px;
  margin: 0 0 25px;
}

.search-result-section article {
  margin: 0 0 25px;
  padding-bottom: 42px;
  border-bottom: 1px solid #e8e8e8;
}

.search-result-section article .theme-btn {
  margin-top: 20px;
}

.search-result-section #searchform {
  margin-top: 12px;
}

.search-result-section #searchform input {
  width: calc(90% - 42px);
  max-width: 300px;
  float: left;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 12px;
  border: 0px;
  background: #eaeaea;
}

.search-result-section #searchform #searchsubmit {
  width: 45px;
  height: 51px;
  display: inline-block;
  background-image: url(../images/icon/magnifying-glass.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner {
  background: #ccc;
}

.hero-banner .banner-row {
  background-size: cover !important;
}

.intro-section {
  padding: 72px 15px 96px;
}

.intro-section .main-text {
  text-align: center;
  margin-bottom: 28px;
}

.intro-section .main-text .intro-text {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  padding: 0 2% 5px;
  font-family: "Bitter", serif;
}

.intro-section .main-text p {
  font-size: 18px;
}

.intro-section .icon-row {
  margin-top: 25px;
}

.intro-section .icon-row .intro-link-block {
  margin: 2px 0 15px;
}

.intro-section .icon-row .intro-link-block svg {
  width: 85px;
  height: 85px;
  float: left;
  border-radius: 100px;
  background-size: contain !important;
}

.intro-section .icon-row .intro-link-block p {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
  margin: 22px 0 0 18px;
  font-family: 'Gill Sans MT';
}

.intro-section .icon-row .intro-link-block p span {
  font-size: 15px;
  font-weight: 300;
  font-family: "Gill Sans MT";
}

.intro-section .icon-row .intro-link-block a .cls-1 {
  fill: #d65016;
}

.intro-section .icon-row .intro-link-block a:hover .cls-1 {
  fill: #dbdad9;
}

.intro-section .icon-row .intro-link-block a:hover p {
  color: #2a2a2a;
}

.aboutintro-section {
  padding: 90px 15px 105px;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.aboutintro-section .about-wrap {
  padding: 54px 75px 62px;
  margin: 1px 10px 0 7px;
  background: #fff;
}

.aboutintro-section .about-wrap .title {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 21px;
  font-family: "Bitter", serif;
}

.aboutintro-section .about-wrap p {
  margin-bottom: 30px;
}

.aboutintro-section .about-wrap .theme-btn {
  margin-right: 22px;
}

.campuses-section {
  padding: 90px 15px 138px;
}

.campuses-section .content-block {
  margin-top: 28px;
}

.campuses-section .content-block .featured-image {
  padding-left: 0px;
}

.campuses-section .content-block .featured-image .image {
  width: calc(100% - 25px);
  height: 100%;
  display: block;
  background-size: cover !important;
}

.campuses-section .content-block .featured-info {
  padding-left: 0;
  padding-right: 35px;
}

.campuses-section .content-block .featured-info .block-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: -5px;
  margin-bottom: 30px;
  font-family: "Bitter", serif;
}

.campuses-section .content-block .featured-info p {
  margin-bottom: 30px;
}

.video-section {
  text-align: center;
  padding: 85px 15px 100px;
  position: relative;
  background-size: cover !important;
}

.video-section:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .85s ease;
  transition: .85s ease;
  position: absolute;
  /*background: #0000008c;*/
}

.video-section:hover::before {
  background: #000000c2;
}

.video-section .container {
  position: relative;
}

.video-section .container .video-title {
  color: #4d4d4d;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
  -webkit-transition: .85s ease;
  transition: .85s ease;
  font-family: "Bitter", serif;
}

.video-section .container .logo-img {
  width: 270px;
  display: block;
  margin: 0 auto 22px;
}

.video-section .container .play-btn svg {
  color: #de3338;
  width: 70px;
  height: 70px;
  margin: 0 0;
  -webkit-transition: .85s ease;
  transition: .85s ease;
}

.video-section:hover .container .video-title {
  color: #fff;
}

.video-section:hover .container .play-btn svg {
  color: #fff;
}

.video-section .modal-dialog {
  max-width: 1000px;
}

.video-section .modal-dialog .modal-content .btn-close {
  top: -8px;
  right: -8px;
  z-index: 5;
  padding: 7px;
  position: absolute;
  opacity: 1;
  border-radius: 100px;
  background-color: #fff;
}

.video-section .modal-dialog .modal-content .modal-body {
  padding: 1.5px;
}

.video-section .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 550px;
}

.courses-section {
  padding: 95px 15px 110px;
}

.courses-section .container {
  position: relative;
}

.courses-section .container .courses {
  margin-top: 25px;
}

.courses-section .container .courses .title-block {
  color: #fff;
  padding: 40px;
  background: #d65016;
}

.courses-section .container .courses .title-block .title {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  font-family: "Bitter", serif;
}

.courses-section .container .courses .title-block p {
  font-size: 17px;
  margin: 0 10px 20px 2px;
}

.courses-section .container .courses .title-block .theme-btn {
  width: 155px;
  color: #fff;
  font-weight: 400;
  border-color: #fff;
  float: left;
}

.courses-section .container .courses .title-block .theme-btn:hover {
  color: #d65016;
  background-color: #fff;
}

.courses-section .container .courses .course-block {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
  background-size: cover !important;
}

.courses-section .container .courses .course-block .image {
  width: 100%;
  height: 362px;
  background-size: cover !important;
}

.courses-section .container .courses .course-block .info-block {
  width: 100%;
  top: calc(100% - 55px);
  left: 0;
  padding: 10px 25px 15px;
  background: #0000009e;
  position: absolute;
}

.courses-section .container .courses .course-block .info-block .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 10px;
  font-family: "Bitter", serif;
}

.courses-section .container .courses .course-block .info-block .title svg {
  color: #fff;
  width: 28px;
  height: 28px;
  float: right;
  margin: -1px 0 0;
}

.courses-section .container .courses .course-block .info-block p {
  color: #fff;
  margin: 0px;
  padding-right: 40px;
}

.courses-section .container .courses .course-block:hover .info-block {
  top: auto;
  bottom: 0 !important;
}

.courses-section .container .theme-btn {
  width: 200px;
  display: block;
  margin: 20px auto 0;
  padding: 10px 0px;
  text-align: center;
}

.admission-section {
  position: relative;
  padding: 150px 0 165px;
  background-size: contain  !important;
}

.admission-section:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  position: absolute;
  background: #747070;
  background: -webkit-gradient(linear, left top, right top, from(#747070), color-stop(32%, #747070), color-stop(40%, rgba(116, 112, 112, 0.745833)), color-stop(50%, rgba(116, 112, 112, 0)));
  background: linear-gradient(90deg, #747070 0%, #747070 32%, rgba(116, 112, 112, 0.745833) 40%, rgba(116, 112, 112, 0) 50%);
}

.admission-section .container {
  color: #fff;
  position: relative;
}

.admission-section .container .title {
  font-size: 39px;
  font-weight: 500;
  margin: 0 0 22px;
  font-family: "Bitter", serif;
}

.admission-section .container .theme-btn {
  color: #fff;
  margin: 22px 0 0;
  border-color: #fff;
}

.news-section {
  padding: 92px 15px 100px;
  background-attachment: fixed !important;
}

.news-section .container {
  position: relative;
}

.news-section .container .news-list {
  padding: 0 60px;
  margin-top: 45px;
}

.news-section .container .news-list .news-block {
  position: relative;
  padding: 0 20px;
}

.news-section .container .news-list .news-block .image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
}

.news-section .container .news-list .news-block .info-block {
  color: #fff;
  width: calc(100% - 40px);
  bottom: 0;
  z-index: 2;
  padding: 17px 15px 14px;
  position: absolute;
  background: #0000009e;
}

.news-section .container .news-list .news-block .info-block .title {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.news-section .container .news-list .news-block .info-block .title i {
  width: 18px;
  height: 18px;
  float: right;
  margin: 7px 0 0;
  background-size: contain !important;
}

.news-section .container .news-list .news-block .info-block .post-meta p, .news-section .container .news-list .news-block .info-block .post-meta span {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  margin: 4px 0 0;
}

.news-section .container .news-list .news-block .news-date {
  color: #fff;
  font-size: 10px;
  line-height: 22px;
  top: 10px;
  right: 30px;
  margin: 0;
  padding: 5px 12px 12px;
  text-transform: uppercase;
  background: #0000009e;
  position: absolute;
}

.news-section .container .news-list .news-block .news-date span {
  font-size: 18px;
  line-height: 10px;
  display: block;
}

.news-section .slider-nav-wrap {
  padding: 0 60px;
}

.partners-section {
  padding: 48px 15px 32px;
  background: #fff;
}

@media (max-width: 1400px) {
  .intro-section .right {
    padding: 0 15px;
  }
  .intro-section .right .intro-link-block {
    margin: 22px 0 15px;
  }
  .intro-section .icon-row .intro-link-block {
    text-align: center;
  }
  .intro-section .icon-row .intro-link-block svg {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .admission-section:before {
    background: -webkit-gradient(linear, left top, right top, from(#747070), color-stop(24%, #747070), color-stop(33%, rgba(116, 112, 112, 0.745833)), color-stop(45%, rgba(116, 112, 112, 0)));
    background: linear-gradient(90deg, #747070 0%, #747070 24%, rgba(116, 112, 112, 0.745833) 33%, rgba(116, 112, 112, 0) 45%);
  }
}

.page-template-page-about-cim .page-section {
  margin-top: 0;
  padding: 32px 15px;
}

.page-template-page-about-cim .page-section .content-title {
  color: #d65016;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0 22px;
  font-family: "Bitter", serif;
}

.page-template-page-about-cim .content-body {
  padding-bottom: 32px;
}

.page-template-page-about-cim .content-body .data-row {
  padding-top: 42px;
  margin: 0;
}

.page-template-page-about-cim .content-body .data-row .campus-photo {
  width: 100%;
  height: 350px;
  margin: 0 0 15px;
  background-size: cover !important;
}

.page-template-page-about-cim .content-body .data-row .sub-title {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 20px;
  display: block;
  font-family: "Bitter", serif;
}

.page-template-page-about-cim .sidebar {
  margin-top: 77px;
}

.page-template-page-members .nav-tabs {
  border-bottom: 0px;
}

.page-template-page-members .nav-tabs .nav-item {
  position: relative;
  margin-bottom: 20px;
}

.page-template-page-members .nav-tabs .nav-item .nav-link {
  width: 100%;
  color: #2a2a2a;
  padding: 12px 0;
  border: 0px;
}

.page-template-page-members .nav-tabs .nav-item .nav-link i.features-img {
  width: 100%;
  height: 340px;
  display: block;
  background-size: cover !important;
}

.page-template-page-members .nav-tabs .nav-item .nav-link .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  font-family: "Bitter", serif;
  margin: 10px 12px 0px;
}

.page-template-page-members .nav-tabs .nav-item .nav-link .position {
  color: #d65016;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin: 8px 0 0;
  padding: 0 15px;
}

.page-template-page-members .right-link ul {
  list-style: none;
}

.page-template-page-members .right-link ul li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0 15px;
}

.page-template-page-members .right-link ul li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 5px;
  left: 4px;
  position: absolute;
}

.page-template-page-members .modal-content {
  padding: 20px;
  margin-top: 35px;
  background: #f7f7f7;
}

.page-template-page-members .modal-content .btn-close {
  top: -15px;
  right: -14px;
  padding: 8px;
  opacity: 1;
  position: absolute;
  border-radius: 100px;
  background-color: #fff;
}

.page-template-page-members .modal-content .photo-preview {
  width: 100%;
}

.page-template-page-members .modal-content .description {
  padding: 0 32px;
}

.page-template-page-members .modal-content .description .name {
  font-size: 24px;
  font-weight: 400;
  font-family: "Bitter", serif;
  margin: 0 0 4px;
}

.page-template-page-members .modal-content .description .position {
  color: #d65016;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 0 22px;
}

.course-code {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  float: left;
  font-family: "Bitter", serif;
}

.course-single {
  padding-top: 50px;
  padding-bottom: 78px;
}

.course-single .left-sidebar {
  background: #fafafa;
}

.course-single .left-sidebar .featured-img {
  width: 100%;
}

.course-single .left-sidebar .summery {
  padding: 15px 15px;
}

.course-single .left-sidebar .summery .download-btn {
  width: 200px;
  font-weight: 400;
  display: block;
  margin: 35px auto 50px;
}

.course-single .left-sidebar .summery .course-summery {
  list-style: none;
  padding: 0;
  margin: 0 0 0;
}

.course-single .left-sidebar .summery .course-summery li {
  margin-bottom: 15px;
}

.course-single .left-sidebar .summery .course-summery li label {
  display: block;
}

.course-single .left-sidebar .summery .enroll-btn {
  width: 177px;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 20px auto 10px;
}

.course-single .course-content {
  padding: 0 25px;
}

.course-single .course-content .instructors-panel {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.course-single .course-content .instructors-panel .instructor-card {
  margin-bottom: 18px;
}

.course-single .course-content .instructors-panel .instructor-card .photo {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 15px 0 0;
  background-size: cover !important;
}

.course-single .course-content .instructors-panel .instructor-card .name {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}

.course-single .course-content .instructors-panel .instructor-card .name span {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.course-single .course-content .instructors-panel .instructor-card.meta-card {
  margin-top: 15px;
}

.course-single .course-content .instructors-panel .instructor-card.meta-card p {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
}

.course-single .course-content .instructors-panel .instructor-card.meta-card .map-link {
  font-size: 14px;
  margin: 2px 0 0;
}

.course-single .course-content .small-title {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.course-single .course-content .section-title {
  color: #d65016;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0 8px;
  font-family: "Bitter", serif;
}

.course-single .course-content .pro-aim {
  margin-bottom: 30px;
}

.course-single .course-content .rule-block {
  padding: 22px 35px;
  margin-bottom: 22px;
  background: #fafafa;
}

.course-single .course-content .rule-block .block-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  font-family: "Bitter", serif;
}

.course-single .course-content .rule-block ul {
  padding: 0px;
  list-style: none;
}

.course-single .course-content .rule-block ul li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 28px;
}

.course-single .course-content .rule-block ul li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 5px;
  left: 4px;
  position: absolute;
}

.course-single .course-content .note {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  float: left;
}

.course-single .course-content .credit-section {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.course-single .course-content .credit-section table thead {
  color: #fff;
  font-family: "Bitter", serif;
  background: #d65016;
}

.course-single .course-content .credit-section table tbody th {
  padding: 0 20px;
  position: relative;
}

.course-single .course-content .credit-section table tbody th .level {
  width: 100px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 42%;
  left: -30px;
  position: absolute;
}

.course-single .course-content .credit-section .table > thead tr th {
  font-weight: 400;
}

.course-single .sidebar {
  padding-left: 12px;
  margin-top: 0;
}

.course-single .sidebar #searchform {
  margin-top: 12px;
}

.course-single .sidebar #searchform input {
  width: calc(90% - 42px);
  float: left;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 12px;
  border: 0px;
  background: #eaeaea;
}

.course-single .sidebar #searchform #searchsubmit {
  width: 45px;
  height: 51px;
  display: inline-block;
  background-image: url(../images/icon/magnifying-glass.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.course-single .sidebar .all-departments ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.course-single .sidebar .all-departments ul li a {
  color: #2a2a2a;
  display: block;
  padding: 4px 0;
}

.course-single .sidebar .course-block {
  width: 100%;
  float: left;
  margin: 7px 0 5px;
}

.course-single .sidebar .course-block .img {
  width: 62px;
  height: 62px;
  float: left;
  background-size: cover !important;
}

.course-single .sidebar .course-block a p {
  width: calc(100% - 64px);
  color: #2a2a2a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 15px;
  float: left;
  font-family: "Bitter", serif;
}

.company-financial-doc .sub-section {
  margin-bottom: 70px;
}

.company-financial-doc .sub-section .section-title {
  color: #d65016;
  font-size: 22px;
  font-family: "Bitter", serif;
  margin: 0 0 20px;
}

.company-financial-doc .sub-section p {
  line-height: 12px;
}

.company-financial-doc .sub-section ul {
  list-style-type: none;
  padding: 0px;
}

.company-financial-doc .sub-section ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}

.company-financial-doc .sub-section ul li:before {
  list-style: none;
  content: '';
  width: 18px;
  height: 32px;
  display: inline-block;
  top: -5px;
  left: 0;
  position: absolute;
  background: url(../images/pdf.png) no-repeat center;
  background-size: contain;
}

.course-sequence .accordion-collapse .row {
  margin-bottom: 15px;
}

.course-sequence .accordion-collapse .row h4.sem-title {
  font-size: 14px;
  font-weight: 800;
  padding-left: 5px;
  margin: 12px 0 5px;
  text-transform: uppercase;
}

.course-sequence .accordion-collapse .row .subject-row {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 5px 5px;
}

.course-sequence .accordion-collapse .row .subject-row .code {
  width: 100px;
  float: left;
}

.course-sequence .accordion-collapse .row .subject-row:nth-child(even) {
  background: #f3f3f3;
}

.course-sequence .accordion-collapse .row .subject-row .title {
  width: calc(100% - 102px);
  float: left;
}

.course-sequence #bachelorOfBusiness.accordion-collapse .row .subject-row .title {
  width: calc(100% - 140px);
  padding-right: 15px;
}

.course-sequence .elective-courses {
  margin: 30px 0 30px;
}

.course-sequence .elective-courses .section-title {
  color: #d65016;
  font-size: 20px;
  font-weight: 500;
  margin: 35px 0 10px;
  font-family: "Bitter", serif;
}

.single-courses #courseSequence {
  margin-bottom: 45px;
}

.single-courses .accordion .sem-title {
  color: #d65016;
  font-size: 16px;
  font-family: "Bitter", serif;
  margin: 15px 0 5px;
}

.single-courses .elective-courses {
  margin: 30px 0 30px;
}

.single-courses .course-note {
  padding: 15px;
  margin-top: 32px;
  margin-bottom: 38px;
  background: #d6501614;
  border: 1px solid #d65016;
}

.single-courses .course-note p {
  font-style: italic;
  margin: 0px;
}

.single-courses .course-note p strong {
  color: #d65016;
}

.single-courses .course-single .course-content .rule-block {
  margin-bottom: 38px;
  padding: 22px 35px 10px;
}

.single-courses .course-single .left-sidebar .summery .enroll-btn {
  margin: 15px auto 10px;
}

.tuition-fees .fees-table thead, .tuition-fees .supplementary-fees-tbl thead {
  color: #fff;
  font-family: "Bitter", serif;
  background-color: #d65016;
}

.tuition-fees .fees-table thead th, .tuition-fees .supplementary-fees-tbl thead th {
  font-weight: 500;
}

.tuition-fees .fees-table thead th span, .tuition-fees .supplementary-fees-tbl thead th span {
  color: #fff !important;
}

.tuition-fees .fees-table tr th:nth-child(1), .tuition-fees .supplementary-fees-tbl tr th:nth-child(1) {
  width: 42%;
}

.tuition-fees .fees-table tr th:nth-child(1) .tbl-description, .tuition-fees .supplementary-fees-tbl tr th:nth-child(1) .tbl-description {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.tuition-fees .section-title {
  color: #d65016;
  font-size: 22px;
  margin: 38px 0 10px;
  font-family: "Bitter", serif;
}

.tuition-fees .supplementary-fees-tbl tr:nth-child(even) {
  background: #f3f3f3;
}

.tuition-fees .supplementary-fees-tbl tr th:nth-child(1) {
  width: 42%;
}

.tuition-fees .supplementary-fees-tbl tr th:nth-child(2) {
  width: 22%;
}

.page-template-page-facilities .carousal-wrap, .page-future-students .carousal-wrap {
  margin-bottom: 42px;
}

.page-template-page-facilities .carousal-wrap .preview, .page-future-students .carousal-wrap .preview {
  height: 450px;
  background-size: contain !important;
}

.page-template-page-facilities .carousal-wrap .slider-for .slick-slide, .page-future-students .carousal-wrap .slider-for .slick-slide {
  background: #ececec;
}

.page-template-page-facilities .carousal-wrap .slider-nav .slick-slide, .page-future-students .carousal-wrap .slider-nav .slick-slide {
  padding: 0 2px;
}

.page-template-page-facilities .carousal-wrap .slider-nav .slick-slide .image-nav, .page-future-students .carousal-wrap .slider-nav .slick-slide .image-nav {
  height: 100px;
  background-size: cover !important;
}

.page-template-page-facilities .facility-list, .page-future-students .facility-list {
  padding: 0;
  list-style: none;
}

.page-template-page-facilities .facility-list li, .page-future-students .facility-list li {
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
}

.page-template-page-facilities .facility-list li:before, .page-future-students .facility-list li:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 5px;
  left: 4px;
  position: absolute;
}

.page-template-page-facilities .opening-hours tr:nth-child(even), .page-future-students .opening-hours tr:nth-child(even) {
  background: #f3f3f3;
}

.page-template-page-scholarship .page-banner {
  background-size: cover !important;
}

.page-template-page-scholarship .page-banner .banner-intro {
  padding: 25px 28px;
  margin-top: 70px;
  margin-bottom: 75px;
  background: #fff;
}

.page-template-page-scholarship .section-header {
  padding: 35px 8% 10px;
}

.page-template-page-scholarship .section-header .large-title {
  color: #d65016;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  font-family: "Bitter", serif;
}

.page-template-page-scholarship .icon-text-section .intro-link-block {
  width: 33.33%;
  text-align: center;
  display: block;
  margin-bottom: 55px;
}

.page-template-page-scholarship .icon-text-section .intro-link-block svg {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.page-template-page-scholarship .icon-text-section .intro-link-block p {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0 0;
  font-family: "Bitter", serif;
}

.page-template-page-scholarship .icon-text-section .intro-link-block p span {
  font-size: 15px;
  font-weight: 300;
  font-family: "Gill Sans MT";
}

.page-template-page-scholarship .icon-text-section .intro-link-block:nth-child(4) {
  margin-left: 135px;
}

.page-template-page-scholarship .icon-text-section .intro-link-block:hover svg .cls-1 {
  fill: #d65016;
}

.page-template-page-scholarship .icon-text-section .intro-link-block:hover p {
  color: #d65016;
}

.page-template-page-scholarship .special-point-section {
  padding: 62px 15px;
  background: #fafafa;
}

.page-template-page-scholarship .special-point-section ul {
  list-style: none;
  padding: 0 110px;
  margin: 0;
  -webkit-columns: 2;
  columns: 2;
}

.page-template-page-scholarship .special-point-section ul li {
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.page-template-page-scholarship .special-point-section ul li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 6px;
  left: 4px;
  position: absolute;
}

.page-template-page-scholarship .scholarships-table-section {
  padding: 55px 15px 75px;
}

.page-template-page-scholarship .scholarships-table-section .table {
  margin: 20px 0 28px;
}

.page-template-page-scholarship .scholarships-table-section .table thead {
  font-family: "Bitter", serif;
  background-color: #d65016;
}

.page-template-page-scholarship .scholarships-table-section .table thead th {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px ​10p;
}

.page-template-page-scholarship .scholarships-table-section .table tr:nth-child(even) {
  background: #f3f3f3;
}

.page-template-page-scholarship .scholarships-table-section .table tr th {
  width: 12%;
}

.page-template-page-scholarship .scholarships-table-section .table tr th:nth-child(4) {
  width: 10%;
}

.page-template-page-scholarship .scholarships-table-section .large-title {
  font-size: 24px;
}

.page-template-page-scholarship .scholarships-table-section ul.criteria {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
}

.page-template-page-scholarship .scholarships-table-section ul.criteria li {
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.page-template-page-scholarship .scholarships-table-section ul.criteria li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 6px;
  left: 4px;
  position: absolute;
}

.page-template-page-scholarship .scholarships-table-section .form-note {
  margin-left: 10px;
}

.page-template-page-scholarship .scholarships-table-section .note-block {
  margin: 70px 0 15px;
  padding: 40px 38px;
  background: #fafafa;
}

.page-template-page-scholarship .scholarships-table-section .note-block h4 {
  color: #d65016;
  text-align: center;
  margin: 0 0 15px;
  font-family: "Bitter", serif;
}

.page-template-page-scholarship .scholarships-table-section .note-block p {
  margin: 5px;
}

.page-template-page-scholarship .scholarships-table-section .note-block .contacts {
  margin: 12px 0 0;
}

.page-template-page-scholarship .scholarships-table-section .note-block .contacts p {
  width: 30%;
  display: inline-block;
}

.page-template-page-scholarship .scholarships-table-section .note-block .contacts p a {
  color: #d65016;
  margin-left: 7px;
}

/*
@media screen and (max-width: 1400px) {
	.page-template-page-scholarship .icon-text-section .intro-link-block {
		width: 240px;
	}
}
*/
.page-template-page-contact_us .section-header .section-title {
  color: #d65016;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  font-family: "Bitter", serif;
}

.page-template-page-contact_us .sub-title {
  color: #6b6b6b;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.page-template-page-contact_us .contact-data {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.page-template-page-contact_us .contact-data li {
  color: #d65016;
  margin-bottom: 10px;
}

.page-template-page-contact_us .contact-data li svg {
  margin-right: 10px;
}

.page-template-page-contact_us .contact-data li a {
  color: #2a2a2a;
  font-weight: 500;
}

.page-template-page-contact_us .contact-form {
  margin-top: 40px;
}

.page-template-page-contact_us .contact-form h2.section-title {
  color: #d65016;
  font-size: 25px;
  margin: 20px 0 22px;
  text-align: center;
  font-family: "Bitter", serif;
}

.page-template-page-contact_us .contact-form .wpcf7-submit {
  width: 177px;
  float: right;
  color: #d65016;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 5px auto 5px;
  background-color: #fff;
  border: 2px solid #d65016;
}

.page-template-page-contact_us iframe {
  height: 320px;
  max-width: 100%;
}

.page-template-page-payment-methods .method-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.page-template-page-payment-methods .method-row .payment-title {
  color: #d65016;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 10px;
  font-family: "Bitter", serif;
}

.page-template-page-payment-methods .method-row .small-title {
  font-size: 17px;
  font-weight: 800;
  margin: 25px 0 2px;
  text-transform: uppercase;
}

.page-template-page-payment-methods .method-row img {
  margin: 4px 0 12px;
}

.page-template-page-payment-methods .method-row .table tr:nth-child(even) {
  background: #f3f3f3;
}

.page-template-page-payment-methods ul.note {
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

.page-template-page-payment-methods ul.note li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 28px;
}

.page-template-page-payment-methods ul.note li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 5px;
  left: 4px;
  position: absolute;
}

.page-template-page-student-enrollments .section-title, .page-future-students .section-title {
  color: #d65016;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 12px;
  font-family: "Bitter", serif;
}

.page-template-page-student-enrollments .enrollment-tbl, .page-future-students .enrollment-tbl {
  text-align: center;
}

.page-template-page-student-enrollments .enrollment-tbl thead, .page-future-students .enrollment-tbl thead {
  color: #fff;
  font-family: "Bitter", serif;
  background-color: #d65016;
}

.page-template-page-student-enrollments .enrollment-tbl thead td, .page-future-students .enrollment-tbl thead td {
  font-weight: 500;
}

.page-template-page-student-enrollments .enrollment-tbl tr:nth-child(even), .page-future-students .enrollment-tbl tr:nth-child(even) {
  background-color: #f3f3f3;
}

.page-governance .section-title {
  color: #d65016;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0 15px;
  font-family: "Bitter", serif;
}

.page-governance .governance-block {
  padding-top: 32px;
}

.page-governance .governance-block .member-tbl thead {
  color: #fff;
  font-family: "Bitter", serif;
  background: #d65016;
}

.page-governance .governance-block .member-tbl thead th {
  font-weight: 500;
}

.page-governance .governance-block .member-tbl tbody tr:nth-child(even) {
  background: #f3f3f3;
}

.page-governance .governance-block .member-tbl tr td {
  width: 50%;
}

.page-template-page-making_complain .section-title {
  color: #d65016;
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 12px;
  font-family: "Bitter", serif;
}

.page-template-page-making_complain .making-complain ul {
  list-style: none;
  padding-left: 0px;
}

.page-template-page-making_complain .making-complain ul li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
}

.page-template-page-making_complain .making-complain ul li:before {
  list-style: none;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background: #d65016;
  top: 5px;
  left: 4px;
  position: absolute;
}

.page-template-page-making_complain .making-complain .main-point {
  padding-left: 30px;
  margin-bottom: 22px;
}

.page-template-page-making_complain .making-complain .main-point i {
  font-style: normal;
  margin-left: -30px;
  margin-right: 5px;
}

.page-template-page-making_complain .making-complain .main-point ul {
  margin: 15px 0 0 2px;
}

.page-template-page-making_complain .making-complain .main-point ul li:before {
  display: none;
}

.page-template-page-making_complain .making-complain .main-point ul li i {
  margin-left: -30px;
  margin-right: 13px;
}

.page-template-page-making_complain .making-complain .main-point ul.number-list li {
  padding-left: 40px !important;
}

.page-template-page-making_complain .making-complain .main-point ul.number-list li i {
  left: 28px;
  position: absolute;
}

.page-template-page-making_complain .making-complain .main-point ul.number-list li ul.contact li {
  padding-left: 0px !important;
  margin-bottom: 5px;
}

.page-template-page-making_complain .making-complain .main-point ul.number-list li ul.dotted-point {
  padding-left: 30px;
  margin: 15px 0 20px 2px;
}

.page-template-page-making_complain .making-complain .main-point ul.number-list li ul.dotted-point li {
  list-style: disc;
  padding: 0 !important;
  margin-left: 40px;
  margin: 0 0 10px;
}

.page-template-page-making_complain .making-complain .main-point ul.letter-list li {
  padding-left: 20px !important;
}

.page-template-page-making_complain .complain-form {
  margin: 52px 0 25px;
}

.page-template-page-course .page-section {
  margin-top: 55px;
}

.page-template-page-course .content-title {
  color: #d65016;
  margin-bottom: 28px;
}

.page-template-page-course .content-title.align-center {
  text-align: center;
}

.page-template-page-course .courses-section {
  padding: 75px 15px 15px;
}

.page-template-page-course .courses-section .container .courses .course-block.accounting .info-block {
  bottom: -92px;
}

.page-template-page-course .courses-section .container .courses .course-block.accounting:hover .info-block {
  bottom: 0px;
}

.page-template-page-course .extra-block .block-wrap {
  margin: 42px 0 0;
  background-color: #d65016;
}

.page-template-page-course .extra-block .block-wrap .block-description {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-course .extra-block .block-wrap .block-description .text-wrap {
  padding-left: 25px;
  padding-right: 25px;
}

.page-template-page-course .extra-block .block-wrap .block-image {
  padding: 0px;
}

.page-template-page-course .extra-block .block-wrap .block-image img {
  width: 100%;
}

.page-future-students .content-body .content-title, .page-current-students .content-body .content-title {
  margin-bottom: 20px;
}

.page-future-students .content-body h5, .page-current-students .content-body h5 {
  margin-bottom: 25px;
}

.page-future-students .content-body .content-title, .page-current-students .content-body .content-title {
  color: #d65016;
}

.page-future-students .content-body .space, .page-current-students .content-body .space {
  width: 100%;
  height: 38px;
  float: left;
}

.page-future-students .content-body .icon-row, .page-current-students .content-body .icon-row {
  margin-top: 48px;
  margin-bottom: 15px;
}

.page-future-students .content-body .icon-row .intro-link-block, .page-current-students .content-body .icon-row .intro-link-block {
  width: 20%;
  text-align: center;
  margin: 2px 0 15px;
}

.page-future-students .content-body .icon-row .intro-link-block svg, .page-current-students .content-body .icon-row .intro-link-block svg {
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  background-size: contain !important;
}

.page-future-students .content-body .icon-row .intro-link-block p, .page-current-students .content-body .icon-row .intro-link-block p {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
  margin: 22px 0 0 0;
  font-family: 'Gill Sans MT';
}

.page-future-students .content-body .icon-row .intro-link-block p span, .page-current-students .content-body .icon-row .intro-link-block p span {
  font-size: 15px;
  font-weight: 300;
  font-family: "Gill Sans MT";
}

.page-future-students .content-body .icon-row .intro-link-block a .cls-1, .page-current-students .content-body .icon-row .intro-link-block a .cls-1 {
  fill: #d65016;
}

.page-future-students .content-body .icon-row .intro-link-block a:hover .cls-1, .page-current-students .content-body .icon-row .intro-link-block a:hover .cls-1 {
  fill: #dbdad9;
}

.page-future-students .content-body .icon-row .intro-link-block a:hover p, .page-current-students .content-body .icon-row .intro-link-block a:hover p {
  color: #2a2a2a;
}

.page-future-students .content-body .table.opening-hours, .page-current-students .content-body .table.opening-hours {
  margin-bottom: 48px;
}

.page-future-students .content-body .image-button, .page-current-students .content-body .image-button {
  width: 33.33%;
  height: 250px;
  float: left;
  cursor: pointer;
  padding: 0 12px;
  margin-bottom: 20px;
}

.page-future-students .content-body .image-button a, .page-current-students .content-body .image-button a {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.page-future-students .content-body .image-button a .link-tag, .page-current-students .content-body .image-button a .link-tag {
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  position: absolute;
  padding: 10px 10px 8px;
  background: #0000009e;
}

.page-future-students .content-body .custom-row, .page-current-students .content-body .custom-row {
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.page-apply-admission .section-row {
  margin-bottom: 58px;
}

.page-apply-admission .section-row .content-title {
  color: #d65016;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0 22px;
  font-family: "Bitter", serif;
}

.page-apply-admission .section-row .content-title svg {
  width: 58px;
  height: 58px;
  float: left;
  margin-top: -15px;
  margin-right: 10px;
  border-radius: 100px;
  background-size: contain !important;
}

.page-apply-admission .section-row .content-title svg .st0 {
  fill: #d65016;
}

.page-apply-admission .section-row .content-title svg .st1 {
  fill: #fff;
}

.page-apply-admission .section-row .application-process-img {
  max-width: 95%;
  display: block;
  margin: 20px auto 0;
}

.page-apply-admission .agentList-btn-row {
  text-align: center;
}

.page-apply-admission .agentList-btn-row .theme-btn {
  width: 230px;
  float: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 10px;
}

.single-video iframe {
  width: 100%;
  height: 470px;
}

.document-grid a.document-block {
  width: 100%;
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
}

.document-grid a.document-block p {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.document-grid .video-block {
  margin-top: 35px;
}

.document-grid .video-block iframe {
  width: 100%;
  height: 450px;
}

.column-2-content .content-body .row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.academic-calendar .semester-block {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.academic-calendar .semester-block .sem-title {
  color: #d65016;
  font-size: 22px;
  font-family: "Bitter", serif;
}

.academic-calendar .semester-block .semester-row {
  width: 100%;
  float: left;
  padding: 7px 12px;
}

.academic-calendar .semester-block .semester-row .schedule {
  width: 50%;
  float: left;
}

.academic-calendar .semester-block .semester-row .schedule_date {
  width: 50%;
  float: right;
}

.academic-calendar .semester-block .semester-row:nth-child(even) {
  background: #f3f3f3;
}

.academic-calendar .semester-block .semester-row.semester-header {
  color: #fff;
  font-weight: 500;
  background: #d65016 !important;
  font-family: "Bitter", serif;
}
/*# sourceMappingURL=styles.css.map */