@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

.top {
  background-color: #172e40;
  line-height: 45px;
}

.top a {
  text-decoration: none;
  color: #ffffff;
}

.top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top ul li {
  display: inline;
  line-height: 45px;
}

.top ul li i {
  font-size: 23px;
  color: #ffffff;
  padding: 0 10px;
  vertical-align: middle;
}

.top ul li a {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 0 10px;
}

.top ul li a i {
  font-size: 23px;
  padding-left: 10px;
}

.top ul li select {
  background: none;
  border: 0;
  color: #ffffff;
}

.top ul li select option {
  color: #172e40;
  font-size: 14px;
}

.menu .bg-light {
  background: #ffffff !important;
}

.menu nav .navbar-nav .nav-item {
  color: #172e40;
}

.menu nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.menu nav .navbar-nav .nav-item a {
  text-decoration: none;
  padding: 10px;
  color: #172e40;
  font-weight: 600;
}

.menu nav .btn-success {
  background: #92210f;
  color: #ffffff;
  padding: 18px 30px;
  border-radius: 0;
  font-size: 16px;
}

.menu nav .srch a {
  background: #172e40;
  padding: 15px;
  text-decoration: none;
  border-radius: 50%;
}

.menu nav .srch a i {
  font-size: 23px;
  color: #ffffff;
}

.menu .navbar-light .navbar-nav .nav-link.active {
  color: #92210f;
}

.welcome {
  background: url("../img/banner-bg-1.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}

.welcome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff !important;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}

.welcome .left-bg {
  z-index: 9;
}

.welcome .left-bg .left-text {
  opacity: 1;
}

.welcome .left-bg .left-text p {
  margin: 0;
  color: #92210f;
}

.welcome .left-bg .left-text h2 {
  font-size: 44px;
  font-weight: 900;
  padding: 25px 0;
  line-height: 1.3;
}

.welcome .left-bg a {
  z-index: 9;
  text-decoration: none;
  margin-right: 100px;
  color: #172e40;
}

.welcome .left-bg a i {
  padding-left: 5px;
}

.welcome .left-bg a:hover {
  color: #92210f;
}

.welcome .right-bg {
  background: #172e40;
  position: relative;
  z-index: 9;
}

.welcome .right-bg img {
  position: absolute;
  left: -30px;
  top: 50px;
}

.welcome .right-bg ul {
  list-style: none;
  z-index: 9;
  position: absolute;
  top: 20%;
  right: 0;
}

.welcome .right-bg ul li {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  padding: 10px 0;
}

.welcome .right-bg ul li a {
  text-decoration: none;
  color: #ffffff;
}

.btn-warning {
  background: #92210f;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border: 0;
  border-radius: 0;
}

.btn-warning i {
  padding-left: 5px;
}

.btn-warning:hover {
  background: #172e40;
  color: #ffffff;
}

.university .border-line {
  position: relative;
  padding: 70px 0 70px 70px;
  margin-right: 10px;
}

.university .border-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 20px solid #172e40;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.university .border-line img {
  z-index: 9;
}

.university h5 {
  color: #92210f;
}

.university h2 {
  font-weight: 900;
  font-size: 37px;
}

.university p {
  line-height: 1.7;
  margin: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.courses {
  background: url("../img/study-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  z-index: 0;
  position: relative;
  margin-bottom: 100px;
}

.courses::before {
  content: "";
  background: #172e40;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

.courses .col-lg-12 {
  z-index: 9;
  position: relative;
}

.courses .col-lg-12 p {
  margin-right: 50%;
  color: #ffffff;
}

.courses .col-lg-12 h2 {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
}

.courses .col-lg-12 .owl-carousel {
  z-index: 9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80%;
}

.courses .col-lg-12 .owl-carousel .box {
  border: 1px solid #e8e8e8;
  padding: 10px;
  background: #ffffff;
}

.courses .col-lg-12 .owl-carousel .box:hover {
  background: #92210f;
  border: 1px solid #92210f;
}

.courses .col-lg-12 .owl-carousel .box:hover .fas {
  background: #ffffff;
  color: #92210f;
}

.courses .col-lg-12 .owl-carousel .box:hover h3 a {
  color: #ffffff;
}

.courses .col-lg-12 .owl-carousel .box:hover p {
  color: #ffffff;
}

.courses .col-lg-12 .owl-carousel .box:hover a {
  color: #ffffff;
}

.courses .col-lg-12 .owl-carousel .box:hover a i {
  color: #ffffff !important;
}

.courses .col-lg-12 .owl-carousel .box .fas {
  font-size: 44px;
  width: 90px;
  height: 90px;
  padding: 23px;
  background: #172e40;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  color: #ffffff;
}

.courses .col-lg-12 .owl-carousel .box h3 a {
  text-decoration: none;
  color: #172e40;
  font-weight: 700;
  font-size: 23px;
  padding: 15px 0;
  display: block;
}

.courses .col-lg-12 .owl-carousel .box p {
  color: #172e40;
  margin-right: 0;
}

.courses .col-lg-12 .owl-carousel .box a {
  text-decoration: none;
  color: #172e40;
}

.courses .col-lg-12 .owl-carousel .box a i {
  font-size: 14px !important;
  color: #172e40 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.courses .col-lg-12 .owl-nav {
  position: absolute;
  top: -30%;
  right: 0;
  text-align: center;
}

.courses .col-lg-12 .owl-nav .owl-prev span {
  font-size: 50px;
  color: #ffffff;
  padding-right: 5px;
}

.courses .col-lg-12 .owl-nav .owl-next span {
  font-size: 50px;
  color: #ffffff;
}

.information {
  padding-top: 100px;
}

.information .info-left {
  margin: 0;
  padding: 0;
}

.information .info-left img {
  height: 100%;
}

.information .info-right {
  background: #92210f;
  margin: 0;
  padding: 49px 49px 49px 26px;
  color: #ffffff;
}

.information .info-right h2 {
  font-size: 40px;
  font-weight: 900;
}

.information .info-right a {
  text-decoration: none;
  color: #ffffff;
}

.information .info-right a i {
  padding-left: 10px;
}

.ssts h2 {
  font-size: 45px;
  font-weight: 900;
  padding-bottom: 15px;
  text-align: center;
}

.ssts p {
  text-align: center;
}

.ssts .box {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 15px;
}

.ssts .box i {
  background: #172e40;
  color: #ffffff;
  font-size: 50px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
}

.ssts .box a {
  text-decoration: none;
  color: #172e40;
  font-weight: 700;
}

.ssts .box p {
  text-align: start;
}

.events {
  background: #f9f5f1;
}

.events p {
  color: #92210f;
}

.events h2 {
  font-weight: bold;
  font-size: 40px;
}

.events .event-display {
  display: flex;
}

.events .event-display .event-date {
  background: #172e40;
  line-height: 100px;
  width: 50%;
  height: 100px;
  text-align: center;
  align-content: center;
}

.events .event-display .event-date span {
  color: #ffffff;
}

.events .event-display .event-details {
  margin-left: 20px;
}

.events .event-display .event-details span {
  font-size: 16px;
}

.events .event-display .event-details h3 {
  font-size: 24px;
  font-weight: 400;
}
