@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

body {
  background: #fff;
  color: #363636;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", sans-serif;
  color: #0c0c0c;
  margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0c0c0c;
}

p a {
  color: #363636;
  width: auto;
  display: inline-block;
}

p a:hover {
  text-decoration: underline;
  outline: 0;
}

p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto;
  color: #515151;
  font-family: Arimo, sans-serif;
}

a {
  color: #7f7f7f;
  text-decoration: none;
  outline: 0;
  display: block;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  width: 100%;
}

blockquote {
  padding: 0;
  border: 0;
}

.form-group {
  position: relative;
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}

.form-group + .form-group {
  margin-top: 15px;
}

.form_input {
  position: relative;
  padding: 10px 15px 8px 15px;
  width: 100%;
  outline: 0;
  border: 0;
  /*box-shadow: 0 1px 0 0 #ccc;*/
  -webkit-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  z-index: 10;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 2;
  height: 40px;
}

.input_label {
  position: relative;
  display: block;
  width: 100%;
}

.form-group .placeholder {
  position: absolute;
  z-index: 4;
  left: 15px;
  top: 8px;
  transition: 0.3s;
  background: #fff;
  padding: 0px;
  color: #777;
  font-weight: normal;
  line-height: 20px;
  font-size: 15px;
  opacity: 1;
}

.input_label.active .placeholder {
  font-size: 14px;
  top: -9px;
  left: 10px;
  z-index: 5;
  background: #fff;
  padding: 0 5px;
  color: #777;
}

.input_label.active .form_input:not(:focus):not(:hover) ~ .placeholder {
  color: #777;
}

.form_input:focus ~ .placeholder,
.form_input.not-empty ~ .placeholder {
  font-size: 14px;
  top: -9px;
  left: 10px;
  z-index: 5;
  background: #fff;
  padding: 0 5px;
  color: #777;
}
.input_label .form_input:focus,
.input_label .form_input:hover {
  border-color: #79154a;
}

.input_label textarea.form_input {
  height: 100px;
}

h1 {
  font-size: 30px;
  font-weight: bold;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

header .container {
  max-width: 100%;
}

.topbar {
  float: left;
  width: 100%;
  height: auto;
  background: #97215f;
  margin: 0;
  padding: 5px 0;
  position: relative;
}

.topbar ul.social {
  float: left;
  margin: 3px 0 0;
  list-style: none;
  padding: 0px;
}

.top_menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.top_menu ul {
  margin: 0;
  padding: 0;
  float: right;
}

.top_menu li {
  margin: 0;
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

.top_menu li a {
  color: #fff;
  padding: 9px 8px;
  display: block;
}

.top_menu li a:hover,
.top_menu li a:focus {
  color: #ffce05;
}

.top_menu li ul {
  display: none;
}

.top_menu li:hover ul {
  left: 0;
  display: block;
  position: absolute;
  z-index: 9991;
  background: #fff;
  width: 180px;
  margin: 0;
  padding: 0;
  box-shadow: 1px 1px 4px #666;
  margin-top: -1px;
  border-top: 4px solid #231573;
}

.top_menu li:hover ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  display: block;
  line-height: normal;
}

.top_menu li:hover ul li:last-child {
  border-bottom: 0;
}

.top_menu li:hover ul li a {
  color: #333;
  padding: 6px 12px;
  font-size: 13px;
  display: block;
}

.top_menu li:hover ul li a:hover {
  color: #fff;
  background: #97215f;
}

.top_menu li a.online_blink {
  animation: blink 1.5s infinite;
  background: #231573;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-top: 4px;
  line-height: normal;
}

.top_menu li a.online_blink_new {
  animation: blinknew 1.5s infinite;
  background: #f00;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-top: 4px;
  line-height: normal;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    background: #fac30b;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    background: #fac30b;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    background: #fac30b;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinknew {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    background: #5740dd;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinknew {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    background: #5740dd;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blinknew {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    background: #5740dd;
  }

  100% {
    opacity: 1;
  }
}

.menubar {
  float: right;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.menubar.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.menubar .logo {
  float: left;
  padding: 2px 0 5px;
}

.menubar .logo img {
  padding: 0px 0;
}

.navigation .navbar button {
  float: right;
  margin-right: 10px;
  border: 0;
  outline: 0;
  background: transparent;
  height: 40px;
}

.navigation .navbar button span {
  display: block;
  width: 33px;
  height: 2px;
  background-color: #171717;
  margin: 8px 0;
  position: relative;
  transition: 0.4s ease;
}

.navigation .navbar button span:nth-child(2) {
  width: 33px;
  background-color: #171717;
}

.navigation .navbar button span:nth-child(3) {
  width: 33px;
}

.navigation .navbar button.open span:nth-child(1) {
  display: none;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 7px;
  width: 33px;
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: -3px;
}

.navigation .menu {
  display: block;
}

.navigation .menu ul {
  float: right;
}

.navigation .menu ul li {
  float: left;
  position: relative;
}

.navigation .menu ul li a {
  padding: 25px 10px;
  display: block;
  text-transform: inherit;
  transition: all 0.3s ease;
  color: #333;
  font-size: 14px;
  background: transparent;
  font-weight: 500;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: #bc165b;
  background: none;
}

.navigation .menu ul li ul.cs-dropdown {
  top: 100%;
  left: 0;
  text-align: left;
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
  border: 0;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation .menu ul li:nth-child(8) ul.cs-dropdown {
  left: auto;
  right: 0;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul li ul.cs-dropdown {
  position: absolute;
  width: 250px;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0;
  display: block;
  visibility: hidden;
  min-width: 250px;
  margin: 0;
  padding: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 99;
  border-top: 4px solid #01356b;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.17);
}

.navigation .menu ul li:hover ul.cs-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform-origin: 0 0;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 30px 70px 0px rgb(137 139 142 / 15%);
  opacity: 0;
  z-index: 9;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.navigation ul li.cs-submenu a button {
  /*display:none; */
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0 0 0 5px;
  color: #171717;
}

.navigation ul li.cs-submenu a button svg {
  width: 13px;
  height: 13px;
}

.navigation ul li.cs-submenu:hover svg {
  transform: rotateZ(180deg);
  color: #bc165b;
}

.navigation .menu ul li ul.cs-dropdown li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
  border-bottom: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
  display: none;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
  color: #fff;
  background: #bc165b;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
  color: #fff;
  background: #bc165b;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
  background: #fff;
  color: #333;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
  color: #fff;
  background: #bc165b;
}

.navigation .menu ul li ul.cs-dropdown li a {
  color: #333;
  font-size: 14px;
  padding: 7px 15px;
  line-height: normal;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  background: #fff;
  transition: all 0.3s ease;
  border-bottom: 0px solid transparent;
}

.navigation .menu ul li ul.cs-dropdown li a:before {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0px solid #bc165b;
}

.navigation .navbar {
  display: none;
  padding: 10px 0;
  margin: 0;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown {
  width: 610px;
  padding-top: 10px;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
  width: 25%;
  padding: 0;
  margin: 0 0 5px;
  float: left;
  text-align: center;
  border: 0;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li a {
  display: block;
  width: auto;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  line-height: 35px;
  background: #fff;
  text-transform: capitalize;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li a img {
  width: 100%;
  height: 100%;
  border: 1px solid #bdbbbc;
  border-radius: 5px;
  transition: 0.4s;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:hover img {
  transition: 0.4s;
  transform: scale(0.9);
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:hover a span {
  color: #bc165b;
}

.search_bar {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin-top: 12px;
}

.search_bar button {
  position: absolute;
  top: 10px;
  right: 15px;
  max-width: 20px;
  background: transparent;
  border: 0;
}

.search_bar input {
  width: 100%;
  height: 42px;
  background: #f6f6f6;
  border: none;
  padding: 0 25px;
  letter-spacing: 1px;
  color: #424453;
  border-radius: 3px;
  border-right: 4px solid #bc165b;
  outline: 0;
}

.slider_section {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 525px;
  max-height: 525px;
}

.home_slider #slider {
  overflow: hidden;
  width: 100%;
}

.slide {
  position: relative;
  display: block;
  z-index: 6;
  width: 100%;
  height: 100%;
}

#slider .slide img {
  width: 100%;
}

#slider .slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  text-shadow: 1px 2px #000;
  background: rgba(0, 0, 0, 0.6);
}

#slider .slide .caption p {
  padding: 0 10px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  text-shadow: 1px 2px #000;
  text-align: center;
}

#slider .owl-prev,
#slider .owl-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 100%;
  z-index: 9;
}

#slider .owl-nav .owl-prev {
  left: 20px;
}

#slider .owl-nav .owl-next {
  right: 20px;
}

#slider .owl-nav .owl-next:hover:before,
#slider .owl-nav .owl-prev:hover:before {
  border: 1px solid #97215f;
  background: #97215f;
}

#slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.notice_panel {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.notice_panel .notice_panel_title {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #97215f;
}

.notice_panel .notice_panel_title span {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 0px #6c1b46, 4px 2px 0px rgb(123, 37, 82);
}

.notice_panel .notice_body {
  padding: 8px 15px;
  height: 525px;
  background: #2d3e50;
  overflow: hidden;
}

.notice_panel .notice_body ul {
  padding: 130% 0 0;
  margin: 0;
}

.notice_panel .notice_body ul li {
  border-bottom: 1px dashed #fff;
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.notice_panel .notice_body ul li a:before {
  content: "â–";
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}

.notice_panel .notice_body ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  padding: 10px 0 0;
}

.notice_panel .notice_body ul li img {
  width: 40px;
}

.notice_panel .notice_body ul li:hover a,
.notice_panel .notice_body ul li:hover {
  color: #fff;
}

.marquee {
  overflow: hidden;
  display: inline-block;
  text-indent: 0;
  animation: marquee 15s linear infinite;
}

.marquee:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0%, -100%);
  }
}

.news_flash {
  background-color: #231573;
  height: 45px;
  width: 100%;
  clear: both;
}

.news_flash .title_h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
  font-family: "Arimo", sans-serif;
}

.news_flash ul li {
  display: inline-block;
  margin-right: 10px;
}

.news_flash ul li:after {
  content: "";
  border-right: 1px solid #fff;
  margin-left: 15px;
}

.news_flash ul li a,
.news_flash ul li {
  color: #fff;
  padding: 10px 0;
  display: inline-block;
}

.news_flash ul li:last-child:after {
  border: 0;
}

.marquee21 {
  overflow: hidden;
}

.marquee2 {
  overflow: hidden;
  text-indent: 0;
  animation: marquees 20s linear infinite;
}

@keyframes marquees {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0%);
  }
}

.company_image {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.company_image img {
  width: 100%;
}

.about_company {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  background: #f0f2f4;
  text-align: center;
  padding: 35px 0 50px;
}

.about_company:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern-diag.png);
  opacity: 0.375;
  content: "";
  z-index: 0;
}

.about_company .container {
  position: relative;
  z-index: 2;
}

.about_text {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

.title_1 {
  font-size: 62px;
  line-height: 70px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: normal;
}

.title_1 span {
  color: #79154a;
  text-transform: uppercase;
  margin-left: 25px;
  font-size: 32px;
}

.title_11 {
  font-size: 62px;
  line-height: 62px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_11 span {
  color: #79154a;
  text-transform: uppercase;
  margin-left: 25px;
  font-size: 32px;
}

.about_text h2 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: normal;
}

.iconbox {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

.iconbox .iconbox-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: 0.6s;
  margin: 0 auto;
}

.title_label_1 {
  color: #515151;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.iconbox:hover .iconbox-img {
  border: 2px solid #79154a;
  transform: rotate(360deg);
  transition: 0.6s;
}

.iconbox .iconbox-img img {
  margin-top: 10px;
}

.inner-wrapper h3 {
  font-size: 20px;
  color: #2d1c8d;
}

.learn_button {
  background: #231573;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  border-radius: 5px;
}

.learn_button:hover {
  background: #79154a;
  color: #fff;
  text-decoration: none;
}

.chairman_section {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.chairman_section .chairman_left_right {
  position: relative;
}

.chairman_section .chairman_left {
  position: absolute;
  top: -100px;
  margin-right: 50px;
  border: 23px solid #fff;
  z-index: 20;
  -moz-box-shadow: 5px -9px 20px -14px, 0 9px 20px -14px;
  -webkit-box-shadow: 5px -9px 20px -14px, 0 9px 20px -14px;
  box-shadow: 5px -9px 20px -14px, 0 9px 20px -14px;
}

.chairman_section .chairman_right {
  position: absolute;
  top: -100px;
  margin-left: 50px;
  border: 23px solid #fff;
  z-index: 20;
  -moz-box-shadow: 0 -9px 25px -14px, 0 9px 25px -14px;
  -webkit-box-shadow: 0 -9px 25px -14px, 0 9px 25px -14px;
  box-shadow: 0 -9px 25px -14px, 0 9px 25px -14px;
}

.chairman_section .chairman_left img,
.chairman_section .chairman_right img {
  width: 100%;
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.chairman_section .chairman_left img:hover,
.chairman_section .chairman_right img:hover {
  -webkit-filter: brightness(100%);
}

.chairman_section .chairman_left img:nth-child(1),
.chairman_section .chairman_right img:nth-child(1) {
  margin-bottom: 10px;
}

.chairmans_text {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 50px 0;
  margin-top: 0;
}

.title_2 {
  font-size: 44px;
  line-height: 55px;
  font-weight: normal;
  margin-bottom: 0;
}

.title_2 span {
  color: #79154a;
  text-transform: uppercase;
  margin-left: 25px;
  font-size: 32px;
}

.title_3 {
  font-size: 22px;
  color: #000;
  margin-top: 0;
  line-height: 45px;
  font-weight: 400;
}

.chairmans_text p {
  line-height: 25px;
  padding: 0 15px;
}

.campus_tour {
  float: left;
  width: 100%;
  background: url(../images/campus-tour-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  margin: 0;
  position: relative;
}

.campus_tour:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 27, 55, 0.8);
}

.campus_tour .container {
  position: relative;
  z-index: 3;
}

.campus_tour h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 40px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  display: none;
  background: #97215f;
}

#scroll-up svg {
  width: 30px;
  height: 30px;
}

#scroll-up:hover {
  background: #97215f;
  color: #fff;
}

.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
  width: 24px;
  height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: #fff;
}

#whatsapps .modal-dialog {
  margin-top: 15%;
  max-width: 400px;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 0 15px;
  background: #97215f;
  color: #fff;
  border-radius: 0;
}

.modal-header h4 {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.modal-header .modal-title {
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 15px 0;
  text-transform: initial;
  letter-spacing: 0.2px;
}

.btn-close {
  width: 1em;
  height: 1em;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  outline: 0;
}

.close {
  float: right;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
}

.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}

.send_p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.send_p span {
  display: block;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.modal_submit_btn {
  width: auto;
  background: #231573;
  padding: 8px 35px;
  border: 0;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  cursor: pointer;
}

.modal_submit_btn:focus,
.modal_submit_btn:hover {
  background: #bc165b;
  color: #fff;
}

.modal-dialog {
  margin: 15px auto;
}

.subscribe_popup .modal-dialog {
  margin-top: 3%;
  max-width: 780px;
}

.subscribe_popup .modal-body {
  padding: 0;
}

.subscribe_popup .modal-content {
  border: 0;
  border-radius: 0;
}

.popup_content {
  padding: 40px 50px;
  text-align: center;
}

.subscribe_popup .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  outline: 0;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.label {
  width: 100px;
  text-align: right;
  float: left;
  padding-right: 10px;
  font-weight: bold;
}

#contact-form label.error,
.output {
  color: #fb3a3a;
  font-size: 13px;
}

.pages_breadcurmb {
  float: left;
  width: 100%;
  background: url(../images/breadcrumb-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.pages_breadcurmb:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  width: 100%;
  height: 100%;
}

.pages_breadcurmb .container {
  position: relative;
  z-index: 2;
}

.pages_breadcurmb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pages_breadcurmb ul li {
  padding: 5px;
  display: inline-block;
  background: url(../images/breadcrumb.png) no-repeat center right;
  padding-right: 25px;
  color: #fff;
  margin: 0 5px;
}

.pages_breadcurmb ul li:last-child {
  background: none;
}

.pages_breadcurmb ul li a {
  color: #fff;
}

.page_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #fff;
}

.page_section .title_1 {
  align-items: center;
  display: flex;
  line-height: 52px;
}

.page_section .title_1 img {
  float: left;
  max-width: 50px;
}

.page_section .title_1 span {
  margin-left: 10px;
  font-size: 25px;
}

.page_section h2 {
  color: #79154a;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.page_text p {
  text-align: justify;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #515151;
}

.page_description a {
  color: #d58532;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-decoration: underline;
}

.page_description a:hover {
  color: #79154a;
}
.page_text {
  margin-top: 100px;
  margin-bottom: 100px;
}
.page_text ul {
  margin: 0 0 15px;
  padding: 0;
}

.page_text ul li {
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 15px;
  font-weight: normal;
  display: flex;
}

.page_text ul li:before {
  padding-right: 10px;
  font-size: 30px;
  color: #423f3f;
  margin-right: 5px;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.page_text ol {
  margin: 0 0 15px;
  padding: 0;
}

.page_text ol li {
  list-style: none;
  line-height: 24px;
  color: #423f3f;
  font-size: 15px;
  font-weight: normal;
  /*display: flex;*/
  display: block;
}

.page_text ol li:before {
  content: "Ã¢Ââ€“";
  padding-right: 10px;
  font-size: 15px;
  color: #423f3f;
}

.page_image {
  float: right;
  max-width: 350px;
  width: 100%;
  margin: 0 0 15px 20px;
  text-align: center;
  z-index: 1;
  position: relative;
  border: 1px solid #97215f;
  padding: 15px;
}

.page_image .thumb {
  width: 100%;
  position: relative;
  /*margin-bottom: 15px;
    height: 350px;*/
}

.page_image .thumb img {
  max-width: 100%;
  width: 100%;
  /*position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform-origin: 0 0;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;*/
}

.page_image .thumb:after,
.page_image .thumb:before {
  border: 1px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page_image:hover .thumb:before,
.page_image:hover .thumb:before {
  border: 1px solid #fff;
  -webkit-transform: scale(0.89, 0.87);
  -moz-transform: scale(0.89, 0.87);
  -o-transform: scale(0.89, 0.87);
  transform: scale(0.89, 0.87);
  -webkit-transition: transform 0.4s ease-in-out 0.1s;
  -moz-transition: transform 0.4s ease-in-out 0.1s;
  -o-transition: transform 0.4s ease-in-out 0.1s;
  transition: transform 0.4s ease-in-out 0.1s;
}

.page_image:hover .thumb:after {
  border: 1px solid #fff;
  -webkit-transform: scale(0.82, 0.78);
  -moz-transform: scale(0.82, 0.78);
  -o-transform: scale(0.82, 0.78);
  transform: scale(0.82, 0.78);
}

.page_image:hover .thumb:after {
  -webkit-transform: scale(0.83, 0.77);
  -moz-transform: scale(0.83, 0.77);
  -o-transform: scale(0.83, 0.77);
  transform: scale(0.83, 0.77);
  -webkit-transition: transform 0.5s ease-in-out 0.2s;
  -moz-transition: transform 0.5s ease-in-out 0.2s;
  -o-transition: transform 0.5s ease-in-out 0.2s;
  transition: transform 0.5s ease-in-out 0.2s;
}

.page_image:hover .thumb:before {
  -webkit-transform: scale(0.88, 0.88);
  -moz-transform: scale(0.88, 0.88);
  -o-transform: scale(0.88, 0.88);
  transform: scale(0.88, 0.88);
}

.page_image:hover .thumb:after {
  -webkit-transform: scale(0.81, 0.75);
  -moz-transform: scale(0.81, 0.75);
  -o-transform: scale(0.81, 0.75);
  transform: scale(0.81, 0.75);
}

.page_image span {
  background: #231573;
  color: #fff;
  padding: 10px 50px;
  text-decoration: none;
  display: inline-block;
}

.page_image:hover span {
  background: #79154a;
  color: #fff;
}

.sidebar {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  background: #fff;
}

.sidebar .sidebar_title {
  background: #79154a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 8px 15px;
  text-transform: uppercase;
}

.sidebar form {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 15px 10px;
  border: 1px solid #eee;
}

.submit_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  background: #231573;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
}

.submit_btn svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.submit_btn:hover svg {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.submit_btn:hover,
.submit_btn:focus {
  background: #97215f;
  color: #fff;
}

.sidebar ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eaeef3;
}

.sidebar ul li {
  border-bottom: 1px dashed #ccc;
  list-style-type: none;
  line-height: 20px;
  position: relative;
}

.sidebar ul li:last-child {
  border-bottom: 0;
}

.sidebar ul li a {
  display: block;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 12px;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
}

.sidebar ul li.active,
.sidebar ul li a:active,
.sidebar ul li a:hover {
  background: #231573;
  color: #fff;
}

.sidebar ul li a i {
  float: right;
  line-height: 24px;
}

.sidebar ul li ul.submenu-list {
  display: none;
  transition: all 2s;
  position: absolute;
  left: 98%;
  top: 0;
  z-index: 200;
  background: #fff;
  width: 180px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
}

.sidebar ul li:hover .submenu-list {
  display: block;
  transition: all 2s;
}

.sidebar ul li ul.submenu-list li a {
  display: block;
  font-weight: 400;
  color: #333;
  text-align: left;
  font-size: 13px;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 24px;
}

.sidebar ul li ul.submenu-list li a:hover {
  background: #231573;
  color: #fff;
}

.sidebar ul li ul.submenu-list li ul.submenu-last {
  display: none;
  transition: all 2s;
  position: absolute;
  left: 98%;
  top: 0;
  z-index: 200;
  background: #fff;
  width: 240px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
}

.sidebar ul li ul.submenu-list li:hover .submenu-last {
  display: block;
  transition: all 2s;
}

.sidebar ul li ul.submenu-list li:hover .submenu-last li a:hover {
  background: #231573;
  color: #fff;
}

.responsive-stacked-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  table-layout: fixed;
}

.responsive-stacked-table td,
.responsive-stacked-table th {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.responsive-stacked-table tr {
  transition: all 0.5s ease;
}

.responsive-stacked-table tr:hover {
  background: #eaeef3;
}

.responsive-stacked-table th {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 10px;
}

.responsive-stacked-table thead {
  background: #231573;
  color: #fff;
}

.responsive-stacked-table thead tr:hover {
  background: #231573;
}

.responsive-stacked-table tr:nth-child(even) {
  background: #f3f7fb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.responsive-stacked-table tr:nth-child(even):hover {
  background: #eaeef3;
}

.responsive-stacked-table td a {
  color: #97215f;
}

.responsive-stacked-table td a:hover {
  color: #2d1c8d;
}

.management {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #fff;
}

.management_left {
  float: left;
  position: relative;
  padding: 0;
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.management_left .spinner {
  width: 230px;
  height: 230px;
  border: 10px solid #79154a;
  border-right-color: #231573;
  border-bottom-color: #231573;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.management_left:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumb_img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
}

.thumb_img img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.management_info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.management_info h2 {
  position: relative;
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 0;
}

.management_info h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #79154a;
}

.management_info h2 span {
  position: relative;
  color: #242424;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  padding-top: 5px;
}

.management_info p {
  position: relative;
  color: #797979;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  text-align: justify;
}

.management:hover {
  background: #140a51;
}

.management:hover .management_info h2 {
  color: #fff;
}

.management:hover .management_info h2 span {
  color: #fff;
}

.management:hover .management_info p {
  color: #fff;
}

.float_r {
  float: right;
}

.cat_gallery {
  float: left;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 250px;
  border: 1px solid #666;
}

.cat_gallery img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.cat_gallery a {
  position: relative;
  width: 100%;
  height: 100%;
}

.cat_gallery a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: rgba(34, 34, 34, 0.5);
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 2;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}

.cat_gallery:hover a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.title_1.justify-content-center {
  margin-bottom: 20px;
}

.full_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.full_page .full_image {
  float: left;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
}

.full_page .full_image .title_2 {
  margin-top: 0;
}

.full_page .full_image img {
  width: 100%;
}

.register-full {
  width: 100%;
  margin: 0 auto;
  height: 525px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
}

.register-left {
  background: #97215f;
  height: 100%;
}

.register-right {
  background: #fff;
  height: 100%;
  max-height: 580px;
  overflow: hidden;
  overflow-y: auto;
}

.register-in {
  padding: 2em 25px;
  text-align: center;
}

.register_rightin {
  padding: 2em 25px;
}

.register-left {
  width: 35%;
  float: left;
}

.register-right {
  width: 65%;
  float: left;
}

.register-left h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
  color: #fff;
  text-align: left;
  line-height: 30px;
}

.register-left p {
  margin: 10px 0 10px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
}

.register-in img {
  margin: 20px 0;
}

.register-in a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
  background: 0;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

label.radio_label {
  background: #fff;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  display: flex;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.25s ease;
  max-width: 130px;
  float: left;
  width: 100%;
  margin-right: 10px;
}

label.radio_label:last-child {
  margin-right: 0;
}

#male:checked ~ label.label_1,
#female:checked ~ label.label_2 {
  border-color: #97215f;
  background: #f7cee3;
}

label.radio_label .circle {
  height: 22px;
  width: 22px;
  background: #ccc;
  border: 5px solid transparent;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  transition: all 0.25s ease;
  box-shadow: inset -4px -4px 10px rgba(0, 0, 0, 0.3);
}

#male:checked ~ label.label_1 .circle,
#female:checked ~ label.label_2 .circle {
  border-color: #97215f;
  background: #fff;
}

label.radio_label .plan {
  display: flex;
  width: 100%;
  align-items: center;
}

.form-group input[type="radio"] {
  display: none;
}

.date .placeholder {
  font-size: 14px;
  top: -9px;
  left: 10px;
  z-index: 5;
  background: #fff;
  padding: 0 5px;
  color: #777;
}

.resiger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 35px;
  width: auto;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  border-radius: 3px;
  background: #231573;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
}

.resiger:hover,
.resiger:focus {
  background: #97215f;
  color: #fff;
}

.category_image {
  float: right;
  max-width: 350px;
  width: 100%;
  margin: 0 0 15px 20px;
  text-align: center;
  z-index: 1;
  position: relative;
  border: 1px solid #97215f;
  padding: 15px;
}

.category_image .thumb {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  height: 200px;
}

.category_image .thumb img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}

.category_image span {
  background: #231573;
  color: #fff;
  padding: 10px 50px;
  text-decoration: none;
  display: inline-block;
}

.category_image:hover span {
  background: #79154a;
  color: #fff;
}

.title_3 {
  color: #79154a;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.title_3 span {
  color: #79154a;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 25px;
}

.service_1 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #231573;
  overflow: hidden;
  border-radius: 5px;
}

.service_1 .service_thumb {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  height: 210px;
  background: #777;
  border-radius: 5px 5px 0 0;
}

.service_1 .service_thumb img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}

.service_1 .service_thumb:before {
  position: absolute;
  display: block;
  height: calc(100% - 5px);
  top: 3px;
  left: 3px;
  border: #fff 3px solid;
  border-radius: 5px 5px 0 0;
  right: 3px;
  bottom: 3px;
  z-index: 1;
  content: "";
  border-bottom: 0;
}

.service_info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 15px 15px;
  position: relative;
}

.service_info:before {
  display: block;
  position: absolute;
  width: 115%;
  height: 34px;
  top: -18px;
  left: -20px;
  content: "";
  z-index: 9;
  background: #231573;
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -o-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  transform: rotate(355deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.service_info .title_4 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
  z-index: 99;
  position: relative;
}

.service_info span {
  background: #79154a;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
}

.service_info:hover span {
  background: #fff;
  color: #231573;
  text-decoration: none;
}

.service_modal_Img {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.service_modal_Img .image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  height: 300px;
  border: 1px solid #eee;
}

.service_modal_Img .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}

#category_form label.error,
.output {
  color: #fb3a3a;
  font-size: 13px;
}

.service_modal_Img .catName {
  color: #79154a;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

.calendar_tbl {
  width: 100%;
  padding: 15px;
  background: #eee;
  margin-bottom: 20px;
}

.calendar_tbl:last-child {
  margin-bottom: 0;
}

.calendar_tbl h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.calendar_tbl h6 span {
  color: #79154a;
}

.download_btn {
  background: #f9f9f9;
  color: #79154a;
  display: inline-block;
  position: relative;
  float: right;
  padding: 5px 20px;
  margin-left: auto;
}

.download_btn:hover {
  background: #79154a;
  color: #fff;
}

.house_system {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 5px solid #97215f;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.house_system .houe_top {
  float: left;
  width: 100%;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.house_system .houe_top h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #333;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.house_system .houe_top h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 60px;
  content: "";
  height: 2px;
  background: #333;
  margin: 0 auto;
}

.house_system .houe_top p {
  color: #97215f;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.house_image {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.house_image img {
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.house_image .image_overlay {
  align-items: center;
  background: rgba(54, 71, 102, 0.7);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
  text-align: center;
}

.house_image .image_overlay h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.house_image .image_overlay h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 60px;
  content: "";
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

.house_image .image_overlay p {
  font-size: 17px;
  text-align: center;
  opacity: 0;
  width: 100%;
  transform: translateY(40px);
  transition: transform 0.7s ease-in-out 0.2s, opacity 0.7s ease-in-out 0.2s;
  color: #fff;
}

.house_image:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.house_image:hover .image_overlay {
  opacity: 1;
}

.house_image:hover .image_overlay h5,
.house_image:hover .image_overlay p {
  transform: translateY(0);
  opacity: 1;
}

.house_system .house_info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 30px;
}

.house_system .house_info {
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
}

.house_system .house_info .house_item {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.house_system .house_info .house_item:last-child {
  border-bottom: 0;
}

.house_system .house_info .house_item h6 {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  color: #333;
  font-weight: 500;
}

.house_system .house_info .house_item h6 svg {
  width: 25px;
  height: 25px;
  color: #79154a;
}

.house_system .house_info .house_item p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto;
  color: #515151;
}

.transfer_form {
  float: left;
  width: 100%;
  position: relative;
  background: url(../images/booking-bg.jpg) no-repeat center center/cover;
  padding: 45px 35px;
}

.transfer_form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 21, 115, 0.8);
}

.transfer_form form {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.transfer_form label {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.transfer_form .resiger {
  background: #97215f;
}

.tc_result {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: 20px;
  background: #fff;
  padding: 15px;
}

.tc_result h6 {
  font-weight: 600;
  color: #bc165b;
}

.tc_result table {
  margin-bottom: 0;
}

.tc_result table tr td a {
  display: inline-block;
  padding: 5px 15px;
  background: #231573;
  color: #fff;
  line-height: normal;
}

.tc_result table tr td a:hover {
  color: #fff;
  background: #97215f;
}

.filters ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.filters ul li {
  border-radius: 3px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  padding: 6px 15px;
  color: #515151;
  cursor: pointer;
  border: 1px solid #eee;
}

.filters ul li:hover {
  color: #97215f;
}

.filters ul li.active {
  background: #79154a;
  color: #fff;
}

.video_gallery {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.testimonials_panel {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.testimonials_panel h3.client_title {
  font-weight: 600;
  color: #79154a;
  text-transform: uppercase;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

.testimonials_panel .image {
  float: left;
  width: 170px;
  height: 170px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
  border: 1px solid #eee;
}

.testimonials_panel .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
  height: auto;
}

.contact_number {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 30px 40px;
}

.contact_number h5 {
  font-size: 20px;
  line-height: 36px;
  position: relative;
  font-weight: 500;
  margin-bottom: 30px;
  color: #97215f;
  padding-bottom: 5px;
}

.contact_number h5:before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 45px;
  background-color: #97215f;
}

.contact_number address p {
  margin-bottom: 17px;
  position: relative;
  padding-left: 34px;
  text-align: justify;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #515151;
}

.contact_number address p svg {
  font-size: 20px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 2px;
  width: 24px;
  height: 24px;
  color: #97215f;
}

.contact_number address p a {
  color: #97215f;
}

.map_2 {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.application {
  background: url(../images/application-form-bg.jpg) repeat left top;
  position: relative;
}

.application:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.9);
}

.application .container {
  position: relative;
  z-index: 9;
}

.application .title_1 {
  margin-bottom: 0;
}

.application p {
  margin-bottom: 20px;
}

.application_form {
  float: left;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 45px 35px;
  box-shadow: 0 0 5px #ddd;
}

.application_form h3 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  background: #79154a;
  padding: 10px 15px;
}

.application_form .form-group .placeholder {
  font-size: 13px;
}

.applicationForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 35px;
  width: auto;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  border-radius: 3px;
  background: #231573;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
}

.applicationForm:hover,
.applicationForm:focus {
  background: #97215f;
  color: #fff;
}

.blog_listing {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.blog_listing:last-child {
  margin-bottom: 0;
}

.blog_listing .blog_thumb {
  float: left;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  max-width: 100%;
  height: 240px;
  width: calc(100% - 65%);
}

.blog_listing .blog_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.blog_listing .blog_content {
  float: left;
  padding: 15px 0;
  position: relative;
  width: calc(100% - 40%);
}

.blog_listing h2.title_small {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 5px 0;
  position: relative;
  height: 55px;
}

.blog_listing h2.title_small span {
  color: #231573;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}

.blog_listing:hover h2.title_small span {
  color: #79154a;
}

.blog_listing p {
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
}

.blog_listing .blog_meta {
  margin: 3px 0 10px;
}

.blog_listing .blog_meta span {
  font-size: 14px;
  color: #333;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #dedede;
  line-height: 12px;
  display: inline-block;
}

.blog_listing .blog_meta span i {
  font-size: 14px;
}

.blog_listing .blog_meta span.post_date {
  border-right: 0;
}

.blog_read_more_btn {
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0;
  display: inline-block;
  background: #231573;
}

.blog_read_more_btn:hover,
.blog_read_more_btn:focus {
  background: #79154a;
  color: #fff;
}

#category_form {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.faqaccodian {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.faqaccodian .card {
  margin-bottom: 15px;
  box-shadow: 0 8px 30px rgb(0 0 0 / 5%);
  border: 0;
}

.faqaccodian .card,
.faqaccodian .card:first-of-type,
.faqaccodian .card:not(:first-of-type):not(:last-of-type) {
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 0px;
  font-size: 14px;
  color: #716b6b;
  text-decoration: none;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}

.faqaccodian .card.active-acc .card-heading .card-link::before,
.faqaccodian .card:first-of-type.active-acc .card-heading .card-link::before,
.faqaccodian
  .card:not(:first-of-type):not(:last-of-type).active-acc
  .card-heading
  .card-link::before {
  color: #24aeb1;
}

.faqaccodian .card .card-heading,
.faqaccodian .card:first-of-type .card-heading,
.faqaccodian .card:not(:first-of-type):not(:last-of-type) .card-heading {
  padding: 10px 15px 10px 15px;
  background: #79154a;
}

.faqaccodian .card .card-heading .card-link,
.faqaccodian .card:first-of-type .card-heading .card-link,
.faqaccodian
  .card:not(:first-of-type):not(:last-of-type)
  .card-heading
  .card-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-weight: 500;
  text-transform: inherit;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding-right: 30px;
}

.faqaccodian .card .card-heading .card-link:hover,
.faqaccodian .card:first-of-type .card-heading .card-link:hover,
.faqaccodian
  .card:not(:first-of-type):not(:last-of-type)
  .card-heading
  .card-link:hover {
  color: #fff;
}

.faqaccodian .card .card-heading .card-link:after,
.faqaccodian .card:first-of-type .card-heading .card-link:after,
.faqaccodian
  .card:not(:first-of-type):not(:last-of-type)
  .card-heading
  .card-link:after {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 0;
}

.faqaccodian .card .card-heading .card-link.collapsed:after,
.faqaccodian .card:first-of-type .card-heading .card-link.collapsed:after,
.faqaccodian
  .card:not(:first-of-type):not(:last-of-type)
  .card-heading
  .card-link.collapsed:after {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.faqaccodian .card .card-body,
.faqaccodian .card:first-of-type .card-body,
.faqaccodian .card:not(:first-of-type):not(:last-of-type) .card-body {
  color: #333;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.faqaccodian .card:last-of-type {
  margin-bottom: 0;
}

.faqaccodian .card .card-body h2 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #333;
}

.faqaccodian .card .card-body h3 {
  font-size: 18px;
  margin: 15px 0 10px;
  color: #333;
}

.faqaccodian .card .card-body h4 {
  font-size: 18px;
  margin: 15px 0 10px;
  color: #333;
}

.faqaccodian .card .card-body ul {
  margin: 0 0 15px 15px;
  padding: 0;
}

.faqaccodian .card .card-body ul li {
  font-size: 14px;
}

.faqaccodian .card .card-body ul li a {
  color: #333;
}

.faqaccodian .card .card-body ul li a:hover {
  color: #79154a;
}

.faqaccodian .card .card-body p {
  font-size: 14px;
}

.hostel p {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.hostel .blue-tag {
  color: #231573;
  font-weight: 700;
  padding-right: 5px;
}

.bullet-list ul li {
  display: block;
  margin-bottom: 10px;
}

.bullet-list ul li,
.bullet-list ul li span {
  color: #232428;
  display: block;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 23px;
}

.bullet-list ul li a:hover {
  color: #000;
}

.bullet-list ul li span {
  float: right;
  padding: 2px 7px;
}

.bullet-list ul li::before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 0;
  color: #79154a;
}

.bullet-list ul li:hover span {
  border-radius: 3px;
  color: #fff;
  float: right;
  padding: 2px 7px;
}

.bullet-list2 ul li {
  display: block;
  margin-bottom: 10px;
}

.bullet-list2 ul li,
.bullet-list2 ul li span {
  color: #232428;
  display: block;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 23px;
}

.bullet-list2 ul li span {
  float: right;
  padding: 2px 7px;
}

.bullet-list2 ul li::before {
  content: "\f04e";
  font-family: fontawesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 0;
  color: #231573;
}

.bullet-list2 ul li:hover span {
  border-radius: 3px;
  color: #fff;
  float: right;
  padding: 2px 7px;
}

.course-details {
  padding: 30px;
  border: 1px solid #ccc;
}

.course-style {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -25px #000;
}

.course-details p {
  margin: 10px 0 13px;
  line-height: 1.6;
}

.course-details h3 {
  line-height: 1.3;
  font-size: 22px;
}

p.course-title {
  margin: 0px 0px 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #97215f;
}

#course-slider .owl-nav {
  position: absolute;
  display: block;
  top: 40%;
  right: unset;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}

#course-slider .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -60px;
}

#course-slider .owl-nav [class*="owl-"].owl-prev {
  left: -60px;
  right: auto;
}

#course-slider .owl-nav [class*="owl-"].owl-next,
#course-slider .owl-nav [class*="owl-"].owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  border: 2px solid #eee;
  color: var(--text-head);
}

.content-100 {
  display: flex;
  width: 100%;
}

.content-70 {
  width: 70%;
  position: relative;
}

.content-30 {
  display: flex;
  width: 30%;
  position: relative;
}

.content-counter img {
  width: 45px;
  margin: 2px â€‹0;
}

.bg-pattern {
  padding: 0 15px;
  background: #231573;
}

.bg-pattern-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.content-counter {
  padding: 15px 0;
}

.content-counter h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0px 0 3px;
}

.content-counter p {
  color: #fff;
}

.section-title-light {
  padding: 0 10px;
  margin-bottom: 0;
  text-align: left;
}

.section-title-light h2 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.blog-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 5px 0;
  position: relative;
  height: 55px;
}

.blog-details {
  padding: 20px 20px 20px;
  border: 1px solid #d8d8d8;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
}

.blog-title span {
  color: #97215f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}

.blog-details .learn_button {
  margin-top: 15px;
}

.course-details .learn_button {
  margin-top: 15px;
}

.blog-details p {
  margin: 5px 0 0;
}

.blog-img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 296px;
}

.blog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.blog-content {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.date-title {
  padding: 5px 15px;
  display: inline-block;
  width: auto;
  background: #eef1f6;
  border-radius: 40px;
  font-size: 13px;
  margin: 0px 0 5px;
  color: #646464;
  border: 1px solid #ccc;
}

.date-title i {
  margin-right: 2px;
}

.bg-features {
  padding: 10px 0 40px;
  border-radius: 10px;
  background: #eaf0fe;
}

.g-map {
  padding-bottom: 30px;
}

.ct {
  height: 448px;
  border-radius: 10px;
  overflow: hidden;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title p {
  color: #333;
  font-weight: 500;
  margin: 0 0 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: normal;
  color: #79154a;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.ptb-50 {
  padding: 50px 0;
}

.bg-grey {
  background: #f0f2f4;
}

.v-thumb-image a {
  position: absolute;
  font-size: 32px;
  background: #000000b3;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.v-thumb-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-text {
  margin: 0px 0 10px;
}

.about-text-2 {
  margin: 20px 0 0;
}

.content-counter p {
  font-size: 13px;
}

.chairman_section_1 {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  background: #fff;
  text-align: center;
  padding: 40px 0 40px;
}

/*  bhoechie tab */
div.tab_container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  position: relative;
}

div.tab_menu {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: absolute;
  max-width: 150px;
  top: 15px;
  width: 125px;
  z-index: 99;
  right: -75px;
  left: auto;
  border-radius: 4px;
}

div.tab_menu div.list_group {
}

div.tab_menu div.list_group > a {
  margin-bottom: 10px;
}

div.tab_menu div.list_group > a:last-child {
  margin-bottom: 0;
}

div.tab_menu div.list_group > a {
  color: #5a55a3;
}

div.tab_menu div.list_group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.tab_menu div.list_group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.tab_content {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

div.tab {
  padding: 0;
}

div.tab div.tab_content:not(.active) {
  display: none;
}

.chairman_box {
  padding: 0;
}

.chairman_box .chairman_content {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 30px 30px 100px;
  border: 1px solid #ccc;
  border-radius: 0 10px 10px 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

.chairman_box .chairman_content h3 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  color: #97215f;
}

.chairman_box .chairman_content h3 small {
  color: #231573;
  font-size: 22px;
}

.tagline_1 {
  font-weight: 600;
  color: #231573;
  text-transform: uppercase;
}

.chairman_box .chairman_content span svg {
  width: 20px;
  height: 20px;
  color: #97215f;
}

.chairman_box .chairman_content .read_more {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  margin: 10px 0 0 0;
  text-align: left;
  background: #231573;
  border-radius: 3px;
  display: inline-block;
}

.chairman_box .chairman_content .read_more:hover {
  background: #97215f;
  color: #fff;
}

.bg-grey {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.ptb {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.home_photo {
  background: #f0f2f4;
  float: left;
  width: 100%;
  padding: 30px 0;
}

.cat_gallery {
  border-radius: 10px;
}
