@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: #7B171A;
  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;
}

.text-right {
  text-align: right !important;
}

.d-none {
  display: none;
}

.header-section {
  position: relative;
  width: 100%;
  z-index: 11;
}
.team-box {
  margin-bottom: 30px;
  position: relative;
}
.team-box .media {
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 5px 5px 40px -10px rgba(0,0,0,.2);
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  background: #fff;
  display: block;
}
.team-box .media img {
  width: 100%;
}
.media-info {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.media-info .title {
  font-size: 16px;
  font-weight: 400;
  color: #4582ff;
  line-height: 28px;
  margin: 0;
}
.media-info .title a {
  color: #4582ff;
}
.media-info span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  opacity: .5;
}
.gallery {
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;	
}
.gallery li {
	margin:10px;
	padding:10px;
	width:400px;;
	display:inline-block;
	list-style:none;
	float:left;
	border:1px solid #000;
	position:relative;	
}
.gallery > li > a > div {
	position:absolute;
	left:0;
	bottom:25px;
	width:100%;
	background: rgba(0,0,0,0.5);
	color:#FFF;
	padding:5px 0;	
	font-size:14px; 
	font-weight:bold; 
	text-align:center;
}
.deptstaff {
	width:48%;
	float:left;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 9px 2px #d9d9d9;
  margin: 1%;
  padding:10px;
}
.deptstaff td {
	padding:0;
	margin:0;
}
.deptstaff .department_photo {
	padding-right:20px;
}
.department_details {
  background: #163261;
  font-size: 13px;
  text-align: center;
  color: #ffcb01;
  font-weight: 600;
  padding: 3px;
}
@media (max-width: 767px) {
	.deptstaff {
		width:100%;
		float:none;
  		margin: 10px 0;
	}
}
@media (max-width: 575px) {
  .header-section {
    position: relative;
    top: 0px;
  }
}

.onlyheader {
  background: #aaf5eb;
}

header {
  position: relative;
  padding: 8px 0px;
}

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 {
  max-width: 400px;
  padding: 0px 0px;
}

@media (max-width: 575px) {
  header .header-divide .logo img {
    width: 70px;
  }
}

header .header-divide .logo h1 {
  font-weight: 700;
  color: #133828;
  letter-spacing: 0.5px;
  padding-left: 14px;
  font-size: 34px;
}

@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: #133828;
  font-size: 23px;
  letter-spacing: 0px;
  font-weight: 700;
  position: relative;
  line-height: 39px;
}

@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 120px 120px;
   grid-template-columns: auto 120px 120px;
  justify-items: right;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@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: 90px;
}

@-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: #ECECEC;
  padding: 0px 0px;
  overflow: hidden;
  height: 31px;
}

.header-top .top-left-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #959595;
  width: 50%;
  height: 31px;
}

.header-top .top-left-bg::after {
  content: '';
  position: absolute;
  top: -2px;
  right: -15px;
  width: 0;
  height: 0px;
  border-bottom: 34px solid transparent;
  border-left: 15px solid #959595;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.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:last-child .book::after {
  content: '';
  background: transparent;
}

.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: 400;
  letter-spacing: 0.6px;
  padding: 4px 30px 1px 0px;
  border-radius: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: relative;
  z-index: 11;
  font-size: 14px;
}

.header-top .header-top-left .entry-pass ul li .book img {
  width: 23px;
  margin-right: 5px;
}

.header-top .header-top-left .entry-pass ul li .book i {
  margin-right: 5px;
}

.header-top .header-top-left .entry-pass ul li .book::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 19px;
  background-color: #f1eded;
  width: 1px;
  height: 20px;
}

@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-right {
}

.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 #000000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  padding: 0px 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.header-top .header-top-right .skip ul li:first-child {
  border-left: 1px solid #000000;
  color: #000;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.header-top .header-top-right .skip ul li a {
  color: #000;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-top .header-top-right .skip ul li a b {
  font-size: 14px;
  font-weight: 600;
}

@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: #7B171A;
}

.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;
}

.header-top .header-top-right .skip ul li a .dark {
  background: #000;
  color: #f8e82e;
  padding: 1px 7px;
  border-radius: 4px;
}

.header-top .header-top-right .skip ul li a .light {
  background: #fff;
  color: #000000;
  padding: 1px 7px;
  border-radius: 4px;
}

.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: #323232;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 18px;
  position: relative;
}

.title h1::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0px;
  height: 3px;
  width: 82px;
  background-color: #7B171A;
}

.title h1::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 85px;
  height: 3px;
  width: 30px;
  background-color: #f8862e;
}

.title h1 span {
  float: right;
}

.title h1 span a {
  font-size: 16px;
  position: relative;
  background: #7B171A;
  color: #fff;
  padding: 6px 20px 8px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.title h1 span a:hover {
  background: #1e5e12;
  color: #fff;
}

.read-more-text {
  text-decoration: none;
  font-weight: 600;
  color: #0661bf;
}

.read-more-text:hover {
  text-decoration: underline;
}

.load-more-text {
  bottom: -7px;
  right: 15px;
  float: right;
  position: relative;
  background: #7B171A;
  color: #fff;
  padding: 6px 20px 7px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 14px;
}

.load-more-text:hover {
  background: #1e5e12;
  color: #fff;
}

.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: #7B171A;
}

footer .row {
  position: relative;
}

footer .footer-new-top {
  background-color: #f8862e;
  position: relative;
  top: -42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  border-radius: 5px;
}

footer .footer-new-top .left p {
  color: #fff;
  text-align: left;
  padding: 10px 20px 12px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

footer .footer-new-top .left p a {
  color: #063624;
  font-weight: 700;
}

footer .footer-new-top .right p {
  color: #fff;
  text-align: right;
  padding: 10px 20px 12px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

footer .footer-new-top .right p a {
  color: #063624;
  font-weight: 700;
}

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;
}

footer .address .address-box {
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  grid-column-gap: 15px;*/
}

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: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 5px;
  color: #FFF;
}

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: #ff6b17;
  -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;
}

.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: 24px;
  background: #f8862e;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding-top: 6px;
  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: 25px;
  background: #f8862e;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding-top: 6px;
  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;
  }
}

.button {
  background: #7B171A;
  color: #fff;
  padding: 4px 20px 6px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.button:hover {
  background: #1e5e12;
  color: #fff;
}

.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: 63px;
  -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;
}

.notice-list ul {
  overflow-y: scroll;
  height: 464px;
}

.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: 5px 10px 14px 5px;
  padding: 2px 5px 2px 7px;
  border-radius: 4px;
  position: relative;
}

.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 #f8862e;
  margin: 15px 0px 0px;
  padding: 18px;
  border-radius: 12px;
  background: #AE2121;
}

.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: #AE2121;
}

.footer-bottom p {
  text-align: center;
  padding: 10px;
  color: #aeaeaf;
}

.footer-bottom p a {
  color: #c37b52;
}

.m_v {
  background-image: url(../images/background.jpg);
  background-position: bottom;
  background-size: cover;
  height: 100%;
  padding: 23px 0px 0px;
}

.m_v .m_v-image {
  text-align: center;
}

.m_v .m_v-image img {
  width: 80%;
}

.m_v .m_v-text p {
  text-align: justify;
}

.m_v .facility-box {
  padding: 20px 24px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 12px 0px #d1d1d1;
          box-shadow: 0px 0px 12px 0px #d1d1d1;
}

.m_v .facility-box h1 {
  font-weight: 700;
  color: #1f8f9f;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.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-ambulance {
  background-color: #0ca596;
}

.m_v .facility-box .icon .fa-university {
  background-color: #2196f3;
}

.m_v .facility-box .icon .fa-home {
  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;
}

/* profile */
.profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

.profile-grid .profile-box {
  border: 1px solid #babbbd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f4fff2;
}

.profile-grid .profile-box .profile-image {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.profile-grid .profile-box .profile-image .image {
  width: 150px;
  height: 172px;
  overflow: hidden;
  border-radius: 12%;
  -webkit-box-shadow: 0px 0px 12px 3px #d3d3d3;
          box-shadow: 0px 0px 12px 3px #d3d3d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.profile-grid .profile-box .profile-image .image::after {
  content: '';
  position: absolute;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
  background-color: #02214d00;
  border: 1px solid #03214e;
  border-radius: 12%;
}

.profile-grid .profile-box .text {
  text-align: center;
  padding-bottom: 17px;
}

.profile-grid .profile-box .text h4 {
  font-weight: 700;
  color: #bf5707;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}

.profile-grid .profile-box .text p {
  font-weight: 600;
  color: #2e2e2e;
  font-size: 15px;
  padding-top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile-grid .profile-box .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  justify-items: center;
  padding: 10px 10px;
  border-top: 1px solid #babbbd;
  position: relative;
  background: #7B171A;
}

.profile-grid .profile-box .footer .phone, .profile-grid .profile-box .footer .mail {
  color: #02214d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-grid .profile-box .footer .phone a, .profile-grid .profile-box .footer .mail a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.profile-grid .profile-box .footer .phone a:hover, .profile-grid .profile-box .footer .mail a:hover {
  color: #abf9dc;
}

.profile-grid .profile-box .footer .phone i, .profile-grid .profile-box .footer .mail i {
  position: relative;
  top: 0px;
  left: 7px;
}

.profile-grid .profile-box .footer .divider {
  width: 2px;
  height: 100%;
  background: #ffffff;
}

.profile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .profile-details {
    display: block;
  }
}

.profile-details .left .profile-image {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
  .profile-details .left .profile-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile-details .left .profile-image .image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px 3px #d3d3d3;
          box-shadow: 0px 0px 12px 3px #d3d3d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.profile-details .left .profile-image .image::after {
  content: '';
  position: absolute;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
  background-color: #02214d00;
  border: 1px solid #03214e;
  border-radius: 10px;
}

.profile-details .right {
  padding-left: 20px;
}

.profile-details .right .text {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .profile-details .right .text {
    padding-top: 10px;
  }
}

.profile-details .right .text h4 {
  font-weight: 700;
  color: #046985;
  -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;
}

.profile-details .right .text h4 i {
  font-size: 20px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .profile-details .right .text h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile-details .right .text p {
  font-weight: 600;
  color: #5c5d5e;
  font-size: 14px;
  padding-top: 8px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .profile-details .right .text p {
    text-align: center;
  }
}

.profile-details .right .contact {
  margin-top: 10px;
}

.profile-details .right .contact .phone p, .profile-details .right .contact .mail p {
  margin-bottom: 5px;
}

.profile-details .right .contact .phone p i, .profile-details .right .contact .mail p i {
  font-size: 20px;
  color: #fb7c31;
  margin-right: 10px;
}

.profile-details .right .contact .phone p a, .profile-details .right .contact .mail p a {
  color: #043948;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile-details .right .contact .phone p a:hover, .profile-details .right .contact .mail p a:hover {
  color: #fb7c31;
}

.detail-table table {
  margin: 20px 0px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
  border-radius: 9px;
}

.detail-table table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
}

@media (max-width: 991px) {
  .detail-table table tr {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.detail-table table tr td {
  padding: 13px;
  border-bottom: 1px solid #ddd;
}

.detail-table table tr td:first-child {
  font-weight: 700;
  color: #035268;
  border-right: 1px solid #ddd;
}

@media (max-width: 991px) {
  .detail-table table tr td:first-child {
    background: #d3eff7;
  }
}

.detail-table table tr td ol {
  list-style-type: decimal;
  margin-left: 22px;
}

.detail-table table tr td ol li {
  text-align: justify;
  margin-bottom: 7px;
  padding-left: 9px;
}

.detail-table table tr td ol li strong {
  border-bottom: none;
  margin-bottom: 0px;
  color: #fb7c31;
}

.detail-table table tr td ol li::marker {
  font-weight: 700;
}

.detail-table table tr td strong {
  border-bottom: 1px solid;
  margin-bottom: 7px;
  display: inline-block;
  color: #1896b9;
  margin-top: 2px;
}

/* profile */
.department {
  margin-bottom: 30px;
  padding: 15px 0px;
}

.department .department-box {
  -webkit-box-shadow: 0px 0px 11px 2px #ddd;
          box-shadow: 0px 0px 11px 2px #ddd;
  border-radius: 8px;
  margin: 10px 5px;
}

.department .department-box .image {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
}

.department .department-box .image img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.department .department-box .text {
  padding: 10px 15px 12px;
  position: relative;
}

.department .department-box .text h1 {
  color: #7B171A;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 5px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.department .department-box .text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.department .department-box .text a {
  position: absolute;
  top: -20px;
  right: 12px;
  z-index: 1;
  background: #08764d;
  color: #fff;
  padding: 7px 13px 9px;
  border-radius: 21px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.department .department-box .text a:hover {
  background: #f8862e;
}

.department .department-box:hover .text a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.department .department-box:hover .image img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.section-dash {
  padding: 20px 0px 34px;
}

.dashboard-2 {
  background: #0f7976 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f7976), to(#023433)) !important;
  background-image: linear-gradient(to right, #0f7976, #023433) !important;
}

.dashboard-2 span i {
  background: #095b59 !important;
}

.dashboard-3 {
  background: #346750 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#346750), to(#032114)) !important;
  background-image: linear-gradient(to right, #346750, #032114) !important;
}

.dashboard-3 span i {
  background: #1c4432 !important;
}

.dashboard-4 {
  background: #3c3367 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d4282), to(#130a3e)) !important;
  background-image: linear-gradient(to right, #4d4282, #130a3e) !important;
}

.dashboard-4 span i {
  background: #2e245e !important;
}

.dashboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 33%;
      grid-template-columns: auto 33%;
  background: #206d87;
  background-image: -webkit-gradient(linear, left top, right top, from(#255097), to(#010e22));
  background-image: linear-gradient(to right, #255097, #010e22);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

@media (max-width: 575px) {
  .dashboard {
    margin-bottom: 5px;
  }
}

.dashboard:hover span {
  height: 100%;
}

.dashboard:hover span a {
  right: 15px;
  height: 100%;
}

.dashboard:hover span a i {
  font-size: 30px;
  padding: 24px 16px;
  border-radius: 0px;
  height: 100%;
}

.dashboard:hover p img {
  opacity: 0;
}

.dashboard h3 {
  padding: 9px 12px 13px;
  line-height: 17px;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .dashboard h3 {
    line-height: 23px;
  }
}

.dashboard h3 a {
  color: #fffdfd;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .dashboard h3 a {
    font-size: 18px;
    letter-spacing: 0.7px;
  }
}

.dashboard p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.dashboard p img {
  padding: 11px;
}

@media (max-width: 575px) {
  .dashboard p img {
    width: 82%;
  }
}

.dashboard p i {
  background: #0f5269;
  padding: 11px;
  border-radius: 56%;
  width: 40px;
  height: 40px;
  color: #fff;
}

.dashboard span a {
  position: absolute;
  bottom: 0px;
}

@media (max-width: 575px) {
  .dashboard span a {
    bottom: 6px;
  }
}

.dashboard span a i {
  background: #466fb3;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 0px 9px 0px 0px;
}
/*# sourceMappingURL=style.css.map */