@font-face {
  font-family: 'Alata';
  src: url("../../fonts/Alata-Regular.ttf") format("ttf");
}

/*------------------- Responsive --------------------------*/
html {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  font-weight: 400;
}

body img {
  width: 100%;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

.column_count_2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.section-15 {
  padding: 15px 0px;
}

.section-30 {
  padding: 30px 0px;
}

.section-40 {
  padding: 40px 0px;
}

.section-50 {
  padding: 50px 0px;
}

.gray-bg {
  background: #f3f3f3;
}

.flex_direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-justify {
  text-align: justify;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #226681;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

a {
  text-decoration: none;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.header-section {
  position: relative;
  width: 100%;
  z-index: 11;
}

@media (max-width: 575px) {
  .header-section {
    position: relative;
    top: 0px;
  }
}

.onlyheader {
  background: #aaf5eb;
}

header {
  background-image: url(../images/header-bg.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 8px 0px;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff2b;
}

header .header-divide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% auto;
      grid-template-columns: 62% auto;
  position: relative;
}

@media (max-width: 575px) {
  header .header-divide {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

header .header-divide .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-divide .logo img {
  width: 70px;
  padding: 0px 0px;
}

@media (max-width: 575px) {
  header .header-divide .logo img {
    width: 70px;
  }
}

header .header-divide .logo h1 {
  font-weight: 700;
  color: #039db1;
  letter-spacing: 0.5px;
  padding-left: 14px;
  font-size: 40px;
  text-shadow: 1px 1px 0px #226681;
}

header .header-divide .logo h1 span {
  font-size: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1384px) {
  header .header-divide .logo h1 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  header .header-divide .logo h1 {
    font-size: 27px;
  }
}

header .header-divide .logo p {
  padding-left: 14px;
  color: #157b89;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: 700;
  text-shadow: 0px 1px 2px #fff;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1384px) {
  header .header-divide .logo p {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  header .header-divide .logo p {
    font-size: 15px;
  }
}

header .header-divide .language {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  justify-items: right;
  font-weight: 600;
}

@media (max-width: 575px) {
  header .header-divide .language {
    display: none;
  }
}

header .header-divide .language ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

header .header-divide .language ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0px 12px 3px;
}

header .header-divide .language ul li:last-child {
  border-right: none;
}

header .header-divide .language ul li a {
  color: #fff;
  text-decoration: none;
}

header .header-divide .language ul li a:hover {
  color: #ffce39;
}

header .header-divide .language img {
  width: 130px;
}

@-webkit-keyframes blink {
  0% {
    background: #f3d815;
  }
  100% {
    background: #14dcf7;
  }
}

@keyframes blink {
  0% {
    background: #f3d815;
  }
  100% {
    background: #14dcf7;
  }
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-top {
  background: #226681;
  padding: 0px 0px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .header-top {
    display: none;
  }
}

.header-top .header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .header-top .header-top-left {
    display: none;
  }
}

.header-top .header-top-left .entry-pass {
  text-align: right;
}

.header-top .header-top-left .entry-pass ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-top .header-top-left .entry-pass ul li:first-child {
  color: #fff;
  padding-right: 5px;
  letter-spacing: 0.2px;
}

@media (max-width: 575px) {
  .header-top .header-top-left .entry-pass ul li:first-child {
    display: none;
  }
}

.header-top .header-top-left .entry-pass ul li .en {
  border: 2px solid #31dbca;
  padding: 1px 4px;
  margin: 0px 8px 0px 0px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  background: #057066;
  position: relative;
  top: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-top .header-top-left .entry-pass ul li .en:hover {
  background: #f3d815;
  color: #014a58;
}

.header-top .header-top-left .entry-pass ul li .book {
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  background: #ff6b17;
  padding: 3px 17px 4px;
  border-radius: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: relative;
  z-index: 11;
}

.header-top .header-top-left .entry-pass ul li .book::after {
  position: absolute;
  top: -2px;
  right: -16px;
  width: 0;
  height: 0px;
  border-top: 33px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 17px solid #ff6b17;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

@media (max-width: 575px) {
  .header-top .header-top-left .entry-pass ul li .book {
    font-size: 13px;
    padding: 6px 17px 4px;
  }
}

.header-top .header-top-left .entry-pass ul li .book:hover {
  background: #1f8f9f;
  border-radius: 50px;
}

.header-top .header-top-left .entry-pass ul li .book:hover::after {
  border-left: 17px solid #1f8f9f;
  right: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header-top .header-top-right {
  height: 100%;
}

.header-top .header-top-right h4 {
  font-size: 17px;
  font-style: italic;
  text-align: right;
}

.header-top .header-top-right .skip {
  height: 100%;
}

.header-top .header-top-right .skip ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-top .header-top-right .skip ul li {
  border-right: 1px solid #8fc1cb;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-top .header-top-right .skip ul li:first-child {
  border-left: 1px solid #8fc1cb;
  color: #fff;
  padding-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-top-right .skip ul li:first-child {
    font-size: 13px;
    letter-spacing: 0.3px;
    position: relative;
    top: -2px;
  }
}

.header-top .header-top-right .skip ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-top-right .skip ul li a {
    font-size: 13px;
    padding: 0px 4px;
    letter-spacing: 0.3px;
    position: relative;
    top: -2px;
  }
}

.header-top .header-top-right .skip ul li a b {
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-top-right .skip ul li a b {
    font-size: 13px;
    position: relative;
    top: 2px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-top .header-top-right .skip ul li a {
    font-size: 15px;
  }
}

.header-top .header-top-right .skip ul li a:hover {
  color: #72edff;
}

.header-top .header-top-right .skip ul li a i {
  margin-left: 5px;
}

.header-top .header-top-right .skip ul li a img {
  width: 20px;
  position: relative;
  top: -2px;
}

.inner-banner {
  background-image: url(../images/4.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
  position: relative;
}

@media (max-width: 575px) {
  .inner-banner {
    height: 157px;
  }
}

.main-banner {
  background-image: url(../images/banner.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px;
  padding-top: 14%;
}

.clearspace {
  height: 15px;
}

.title h1 {
  color: #226681;
  font-weight: 700;
  font-size: 25px;
  border-left: 5px solid #1f8f9f;
  padding-left: 13px;
  margin-bottom: 13px;
}

.title h1 span {
  float: right;
}

.title h1 span a {
  font-size: 16px;
  color: #0661bf;
  position: relative;
  top: 7px;
  font-weight: 600;
}

.title h1 span a:hover {
  text-decoration: underline;
}

.read-more-text {
  text-decoration: none;
  font-weight: 600;
  color: #0661bf;
}

.read-more-text:hover {
  text-decoration: underline;
}

.load-more-text {
  text-decoration: none;
  font-weight: 600;
  color: #0661bf;
  bottom: -7px;
  right: 15px;
  float: right;
  position: relative;
}

.load-more-text:hover {
  text-decoration: underline;
}

.below-banner {
  padding: 15px 0px;
}

.video-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-gallery .video-box {
  width: 49%;
  padding: 0px;
  border: 1px solid #c7dee3;
  margin: 0px 10px 0px 0px;
  -webkit-box-shadow: -2px -2px 11px 1px #d5d5d5;
          box-shadow: -2px -2px 11px 1px #d5d5d5;
}

.similipal-pack {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
}

@media (max-width: 575px) {
  .similipal-pack {
    -ms-grid-columns: 52% 52%;
        grid-template-columns: 52% 52%;
  }
}

.similipal-pack .s-pack {
  padding: 6px;
  border: 1px solid #c7dee3;
  margin: 0px 24px 18px 0px;
  -webkit-box-shadow: -2px -2px 11px 1px #d5d5d5;
          box-shadow: -2px -2px 11px 1px #d5d5d5;
}

.similipal-pack .s-pack .s-pack-things {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.similipal-pack .s-pack .s-pack-things:hover .s-pack-title {
  bottom: 30%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.similipal-pack .s-pack .s-pack-things:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgba(2, 50, 55, 0.672707)), to(rgba(11, 19, 37, 0)));
  background: linear-gradient(0deg, rgba(2, 50, 55, 0.672707) 100%, rgba(11, 19, 37, 0) 100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.similipal-pack .s-pack .s-pack-things::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgba(2, 50, 55, 0.672707)), color-stop(61%, rgba(11, 19, 37, 0)));
  background: linear-gradient(0deg, rgba(2, 50, 55, 0.672707) 16%, rgba(11, 19, 37, 0) 61%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.similipal-pack .s-pack .s-pack-things .s-pack-title {
  position: absolute;
  bottom: -27px;
  left: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.similipal-pack .s-pack .s-pack-things .s-pack-title h1 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 13px;
}

@media (max-width: 575px) {
  .similipal-pack .s-pack .s-pack-things .s-pack-title h1 {
    font-size: 15px;
    font-weight: 600;
  }
}

.similipal-pack .s-pack .s-pack-things .s-pack-title a {
  color: #fff;
  text-decoration: none;
  background: #03877a;
  padding: 5px 17px 6px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.similipal-pack .s-pack .s-pack-things .s-pack-title a:hover {
  background: #f3d815;
  color: #03877a;
}

@media (max-width: 575px) {
  .similipal-pack .s-pack .s-pack-things .s-pack-title a {
    padding: 3px 13px 5px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 12px;
  }
}

.photo-gallery .image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% (1fr)[2];
      grid-template-columns: 50% repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.photo-gallery .image .image-box {
  position: relative;
}

.photo-gallery .image .image-box a:hover img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.photo-gallery .image .image-box a:hover span {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.photo-gallery .image .image-box a span {
  position: absolute;
  top: 47%;
  left: 41%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2vw;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.photo-gallery .item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.photo-gallery .item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.photo-gallery .item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}

.photo-gallery .item4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.photo-gallery .item5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 3 / 4;
}

.footer-shadow {
  background-image: url(../images/forest.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  height: 100px;
  background-size: 330px;
}

footer {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 0px;
}

footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #053548;
}

footer .tweet-div {
  height: 225px;
  overflow-y: scroll;
  border-radius: 5px;
}

footer .row {
  position: relative;
}

footer .footer-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

footer .footer-logo img {
  width: 64px;
  margin-right: 10px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

footer .footer-logo span {
  font-weight: 700;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 27px;
  letter-spacing: 0.5px;
}

footer .address h2 {
  font-weight: 700;
  font-size: 21px;
  border-left: 5px solid #ff6b17;
  padding: 3px 13px;
  margin-bottom: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
}

footer .address p {
  color: #fff;
  letter-spacing: 0.5px;
}

footer .address p strong {
  display: block;
  border-bottom: 1px solid #c9cacb;
  padding-bottom: 7px;
  margin-bottom: 5px;
  padding-top: 10px;
}

footer .address .address-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  grid-column-gap: 15px;
}

footer .footer-social {
  padding: 10px 0px;
  margin-top: 14px;
}

footer .footer-social ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 48%;
      grid-template-columns: 48% 48%;
  grid-row-gap: 15px;
  grid-column-gap: 4%;
}

footer .footer-social ul li {
  background: #026bd7;
  border-radius: 6px;
  overflow: hidden;
}

footer .footer-social ul li p {
  color: #f3d815;
  letter-spacing: 0.5px;
}

footer .footer-social ul li a {
  color: #fff;
  padding: 0px 5px 0px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

footer .footer-social ul li a i {
  padding: 7px 11px;
  background: #fff;
  color: #026bd7;
  font-size: 28px;
  width: 45px;
  text-align: center;
  margin-right: 7px;
}

footer .footer-social ul li a img {
  width: 30px;
}

footer .footer-social ul li .youtube {
  background: -webkit-gradient(linear, left top, right top, from(#f13535), to(#a80000));
  background: linear-gradient(90deg, #f13535 0%, #a80000 100%);
}

footer .footer-social ul li .youtube i {
  color: #a80000;
}

footer .footer-social ul li .facebook {
  background: -webkit-gradient(linear, left top, right top, from(#4580f9), to(#2a2fcb));
  background: linear-gradient(90deg, #4580f9 0%, #2a2fcb 100%);
}

footer .footer-social ul li .facebook i {
  color: #2a2fcb;
}

footer .footer-social ul li .twitter {
  background: -webkit-gradient(linear, left top, right top, from(#34bccd), to(#0c8fad));
  background: linear-gradient(90deg, #34bccd 0%, #0c8fad 100%);
}

footer .footer-social ul li .twitter i {
  color: #0c8fad;
}

footer .footer-social ul li .linkedin {
  background: -webkit-gradient(linear, left top, right top, from(#2a7af9), to(#004bc1));
  background: linear-gradient(90deg, #2a7af9 0%, #004bc1 100%);
}

footer .footer-social ul li .linkedin i {
  color: #004bc1;
}

footer .quick-link h2 {
  font-weight: 700;
  font-size: 21px;
  border-left: 5px solid #ff6b17;
  padding: 3px 13px;
  margin-bottom: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
}

footer .quick-link ul li a {
  padding: 4px 0px 4px 25px;
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}

footer .quick-link ul li a::after {
  content: "\f046";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 5px;
  color: #2bcfc0;
}

footer .quick-link ul li a span {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .quick-link ul li a span::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #2bcfc0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

footer .quick-link ul li a span:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

footer .map h2 {
  font-weight: 700;
  font-size: 21px;
  border-left: 5px solid #ff6b17;
  padding: 3px 13px;
  margin-bottom: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
}

.new-nav {
  background-color: #fff29c !important;
}

@media (max-width: 575px) {
  .new-nav {
    background: #18686f !important;
  }
}

.new-nav ul li:first-child a {
  padding: 12px;
}

@media (max-width: 575px) {
  .new-nav ul li:first-child a {
    padding: 7px 17px;
  }
}

.new-nav ul li a {
  padding: 13px 15px;
}

@media (max-width: 575px) {
  .new-nav ul li a {
    padding: 7px 20px;
    font-weight: normal;
  }
}

.new-nav ul li a i {
  font-size: 23px !important;
}

.ul-list li {
  padding-left: 23px;
  margin-bottom: 5px;
  position: relative;
}

.ul-list li::before {
  content: "\f046";
  font-family: fontAwesome;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #03877a;
}

.ul-list li a {
  color: #226681;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul-list li a:hover {
  text-decoration: underline;
  color: #1f8f9f;
}

.carousel-item {
  position: relative;
}

.carousel-item .carousel-caption {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  line-height: 35px;
  bottom: 34%;
  left: 12%;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 575px) {
  .carousel-item .carousel-caption {
    bottom: 8%;
    left: 12%;
  }
}

.carousel-item .carousel-caption h1 {
  color: #f3d815;
  font-size: 58px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 575px) {
  .carousel-item .carousel-caption h1 {
    font-size: 20px;
  }
}

.carousel-item .carousel-caption p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  background: #020024;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 0, 36, 0)), to(rgba(220, 56, 83, 0.70632)));
  background: linear-gradient(-90deg, rgba(2, 0, 36, 0) 0%, rgba(220, 56, 83, 0.70632) 100%);
  padding: 8px 14px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px #000;
  text-align: left;
}

@media (max-width: 575px) {
  .carousel-item .carousel-caption p {
    font-size: 15px;
    line-height: 20px;
  }
}

.carousel-control-prev {
  opacity: 1;
  width: 9%;
}

.carousel-control-prev i {
  font-size: 28px;
  background: #1f8f9f;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  padding-top: 7px;
  padding-left: 0px;
}

.carousel-control-prev i:hover {
  background: #ff6b17;
}

@media (max-width: 575px) {
  .carousel-control-prev i {
    font-size: 19px;
    width: 30px;
    height: 33px;
  }
}

.carousel-control-next {
  opacity: 1;
  width: 9%;
}

.carousel-control-next i {
  font-size: 28px;
  background: #1f8f9f;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  padding-top: 7px;
  padding-left: 4px;
}

.carousel-control-next i:hover {
  background: #ff6b17;
}

@media (max-width: 575px) {
  .carousel-control-next i {
    font-size: 19px;
    width: 30px;
    height: 33px;
    padding-left: 2px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}

.breadcrumb ul {
  background: #03877aa6;
  padding: 10px 20px;
  margin-bottom: 19px;
  border-radius: 6px;
  border: 1px solid #08a393;
  -webkit-box-shadow: 0px 0px 20px -8px #fbffb0;
          box-shadow: 0px 0px 20px -8px #fbffb0;
}

.breadcrumb ul li {
  display: inline-block;
  color: #fff;
  margin-right: 14px;
  position: relative;
  letter-spacing: 0.5px;
}

.breadcrumb ul li::after {
  content: "/";
  position: absolute;
  top: -4px;
  right: -13px;
  font-size: 20px;
}

.breadcrumb ul li:last-child::after {
  content: '';
}

.breadcrumb ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.breadcrumb ul li a i {
  font-size: 22px;
  margin-right: 4px;
  position: relative;
  top: 2px;
  color: #ffe000;
}

.my-table {
  width: 100%;
  margin-bottom: 10px;
}

.my-table thead {
  background: #014a58;
}

.my-table thead tr th {
  padding: 5px;
  border: 1px solid #014a58;
  color: #fff;
}

.my-table tbody tr:nth-child(even) td {
  background: #fdfbea;
}

.my-table tbody tr td {
  padding: 5px;
  border: 1px solid #b7c9cd;
}

.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.go-to-top a {
  color: #fff;
  padding: 6px 13px 10px;
  display: block;
}

.read-more-button {
  text-align: right;
}

.read-more-button a {
  color: #053548;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.read-more-button a:hover {
  color: #009999;
}

.notice-list {
  border: 1px solid #ddd;
  background: #f1fbfd;
}

.notice-list ul {
  overflow-y: auto;
  height: 400px;
}

.notice-list ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 53px auto;
      grid-template-columns: 53px auto;
  -webkit-box-shadow: 0px 0px 7px 1px #c9c9c9;
          box-shadow: 0px 0px 7px 1px #c9c9c9;
  margin: 10px 10px 12px 10px;
  padding: 2px 5px 2px 7px;
  border-radius: 4px;
  position: relative;
  background: #fff;
}

.notice-list ul li .new-icon {
  position: absolute;
  top: -3px;
  right: -3px;
}

.notice-list ul li .new-icon img {
  width: 38px;
}

.notice-list ul li .date-box {
  position: relative;
}

.notice-list ul li .date-box img {
  width: 43px;
  height: 56px;
  -webkit-filter: saturate(12);
          filter: saturate(12);
  margin-top: 5px;
  margin-bottom: 5px;
}

.notice-list ul li .date-box .year {
  position: absolute;
  top: 7px;
  left: 9px;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.notice-list ul li .date-box .month {
  position: absolute;
  left: 11px;
  top: 45px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.notice-list ul li .date-box .date {
  position: absolute;
  left: 8px;
  top: 19px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #066f7e;
}

.notice-list ul li .text a {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #226681;
}

.subscribe {
  border: 1px solid #136181;
  margin: 20px 0px 0px;
  padding: 20px;
  border-radius: 12px;
  background: #054e6a6e;
  -webkit-box-shadow: 0px 0px 11px 5px #032c3c;
          box-shadow: 0px 0px 11px 5px #032c3c;
}

.subscribe p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.subscribe form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90% 10%;
      grid-template-columns: 90% 10%;
}

.subscribe form input[type="mail"] {
  background: white;
  border: none;
  border-radius: 6px 0px 0px 6px;
  padding: 6px 15px;
}

.subscribe form input[type="mail"]:focus-visible {
  outline: 1px solid #2bcfc0;
}

.subscribe form input[type="submit"] {
  background: #ff6b17;
  border: none;
  border-radius: 0px 6px 6px 0px;
  padding: 2px 13px;
  position: relative;
  color: #fff;
  font-size: 23px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.subscribe form input[type="submit"]:hover {
  background: #2ac19d;
}

.footer-bottom {
  background-color: #01202c;
}

.footer-bottom p {
  text-align: center;
  padding: 10px;
  color: #799aa7;
}

.footer-bottom p a {
  color: #c37b52;
}

.m_v {
  background-image: url(../images/white-texture-bg.webp);
  background-position: bottom;
  background-size: cover;
  height: 100%;
  padding: 30px 0px;
}

.m_v .m_v-image {
  text-align: center;
}

.m_v .m_v-image img {
  width: 65%;
}

.m_v .m_v-text p {
  text-align: justify;
  margin-bottom: 10px;
}

.m_v .facility-box {
  padding: 0px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 28px 0px #a5a1a1;
          box-shadow: 0px 0px 28px 0px #a5a1a1;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m_v .facility-box h1 {
  font-weight: 600;
  background: #053548d1;
  font-size: 23px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m_v .facility-box h1 a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.m_v .facility-box:hover h1 {
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m_v .facility-box p {
  padding: 10px 0px;
}

.m_v .facility-box .icon {
  text-align: right;
  padding: 0px 0px 0px;
}

.m_v .facility-box .icon i {
  background: #ff6b17;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 22px;
  width: 47px;
  height: 43px;
  text-align: center;
}

.m_v .facility-box .icon .fa-futbol-o {
  background-color: #0ca596;
}

.m_v .facility-box .icon .fa-university {
  background-color: #2196f3;
}

.m_v .facility-box .icon .fa-book {
  background-color: #f35e53;
}

.m_v .facility-box .icon span {
  float: left;
}

.m_v .facility-box .icon span a {
  color: #053548;
  font-weight: 700;
}

.m_v .facility-box .icon span a i {
  background: transparent;
  color: inherit;
  padding: 0px;
  position: relative;
  top: 3px;
}

.emblem {
  padding: 0px 0px 20px 0px;
}

.emblem .emblem-box {
  background: #144558;
  padding: 20px;
  border-radius: 7px;
}

.emblem .emblem-box .title h1 {
  color: #f4f5f5;
  font-weight: 700;
  font-size: 25px;
  border-left: 5px solid #1f8f9f;
  padding-left: 13px;
  margin-bottom: 13px;
}

.emblem .emblem-box p {
  color: #fff;
  text-align: justify;
}

.emblem .emblem-box .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16% auto;
      grid-template-columns: 16% auto;
  grid-column-gap: 2%;
}

.emblem .emblem-box .text .logo {
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 3px 2px 5px 1px #1f8f9f;
          box-shadow: 3px 2px 5px 1px #1f8f9f;
  border: 1px solid #1f8f9f;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 153px auto;
      grid-template-columns: 153px auto;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 27px 3px #c9c7c7;
          box-shadow: 0px 0px 27px 3px #c9c7c7;
}

.message-box .image {
  margin-right: 16px;
}

.message-box .text h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.message-box .text h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.message-box .text h4 span {
  font-size: 15px;
  font-weight: 600;
}

.message-box .text p a {
  background: #066f7e;
  color: #fff;
  padding: 6px 20px 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.message-box .text p a:hover {
  background: #ff6b17;
}

.side-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  -webkit-transition: 5s;
  transition: 5s;
}

.side-menu .quick-link h2 {
  color: #226681;
  font-weight: 700;
  font-size: 25px;
  border-left: 5px solid #1f8f9f;
  padding-left: 13px;
  margin-bottom: 13px;
}

.side-menu .quick-link ul li {
  margin-bottom: 2px;
}

.side-menu .quick-link ul li a {
  padding: 10px 35px;
  display: block;
  color: #ffffff;
  font-weight: 400;
  background: #226681;
  letter-spacing: 0.3px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-menu .quick-link ul li a::before {
  position: absolute;
  content: "\f046";
  font-family: fontAwesome;
  left: 10px;
  top: 10px;
  color: #ffc19e;
}

.side-menu .quick-link ul li a:hover {
  background: #0c3d50;
}

.address-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.address-box .address h4 {
  color: #ff6b17;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #ff6b2d;
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.address-box .address p {
  margin-bottom: 5px;
}

.address-box .address p span {
  font-weight: 700;
}

.address-box .map {
  border: 1px solid #ff6b2d;
}

.address-box .map iframe {
  padding: 7px;
}

.department {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media (max-width: 575px) {
  .department {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.department .faculty-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px auto;
      grid-template-columns: 140px auto;
  background: #eafcff;
  -webkit-box-shadow: 2px 2px 7px -1px #d7d7d7;
          box-shadow: 2px 2px 7px -1px #d7d7d7;
  border: 1px solid #cbedf3;
  border-radius: 7px;
  margin-right: 4%;
  margin-bottom: 4%;
}

.department .faculty-box .image {
  padding: 8px;
}

.department .faculty-box .text {
  padding: 10px 12px;
}

.department .faculty-box .text h4 {
  font-weight: 700;
  color: #226681;
  font-size: 19px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}

.department .faculty-box .text h4::before {
  content: "\f046";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 3px;
  color: #1f8f9f;
  font-size: 17px;
}

.department .faculty-box .text p {
  margin-bottom: 4px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.department .faculty-box .text p strong {
  color: #107281;
}

.department .faculty-box .text span a {
  background: #226681;
  padding: 3px 16px 5px;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  margin-top: 6px;
}

.department .faculty-box .text span a:hover {
  background: #1f8f9f;
}

.image-gallery ul li {
  display: inline-block;
  border: 1px solid #1f8f9f;
  border-radius: 5px;
  overflow: hidden;
  background: #1f8f9f;
  width: 33%;
}

.image-gallery ul li .name {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inner-div h1 {
  font-weight: 600;
  font-size: 20px;
  color: #1f8f9f;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin: 10px 0px;
}

.inner-div p {
  text-align: justify;
}

.inner-div .table-div {
  width: 100%;
  overflow-x: auto;
}

.inner-div .table-div table {
  margin-bottom: 20px;
  border: 1px solid #0d475e;
}

.inner-div .table-div table thead tr {
  background: #0d475e;
}

.inner-div .table-div table thead tr td {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 9px;
}

.inner-div .table-div table tbody tr:nth-child(even) {
  background: #ddd;
}

.inner-div .table-div table tbody tr td {
  text-align: left;
  padding: 9px;
}

.inner-div ul {
  margin-left: 18px;
  margin-top: 5px;
}

.inner-div ul li {
  list-style-type: square;
  margin-bottom: 5px;
}
/*# sourceMappingURL=style.css.map */