<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000000;
}
p{
  font-size: 16px !important;
}
ul li {
   font-size: 16px !important;
 }
 a{
  font-size: 14px !important;

 }

:root {
  --greenish: #08a1a7;
  --bluish: #4b2a7a;
  --inputbg: #858585;
  --inputtext: #f4f5f7;
}

.gradient-bg {
  background: linear-gradient(90deg, var(--greenish), var(--bluish)) !important;
  color: #fff !important;
}

.text-green {
  color: var(--greenish);
}

h3 strong {
  color: var(--greenish) !important;
}

.greyScaleLayout {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
}

a {
  text-decoration: none;
  color: inherit;
}

.custom-container {
  width: 100%;
  max-width: 1196px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: block;
}

figure {
  margin: 0;
}

.dropdown-menu-custom .dropdown-icon,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-icon,
header .main-navigation .navbar-container .lang-selector .dropdown-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu-custom a.dropdown-toggle.show .dropdown-icon,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown a.dropdown-toggle.show .dropdown-icon,
header .main-navigation .navbar-container .lang-selector a.dropdown-toggle.show .dropdown-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-menu-custom .dropdown-menu,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-menu,
header .main-navigation .navbar-container .lang-selector .dropdown-menu {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: none;
}

.dropdown-menu-custom .dropdown-menu li,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-menu li,
header .main-navigation .navbar-container .lang-selector .dropdown-menu li {
  background-color: #ffffff;
}

.dropdown-menu-custom .dropdown-menu li a,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-menu li a,
header .main-navigation .navbar-container .lang-selector .dropdown-menu li a {
  font-weight: 600;
  padding: 10px 17px;
  text-transform: uppercase;
  color: #252638;
  border-bottom: thin solid #dbdbdb;
}

.dropdown-menu-custom .dropdown-menu li a:hover,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-menu li a:hover,
header .main-navigation .navbar-container .lang-selector .dropdown-menu li a:hover,
.dropdown-menu-custom .dropdown-menu li a:focus,
header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-menu li a:focus,
header .main-navigation .navbar-container .lang-selector .dropdown-menu li a:focus {
  background-color: var(--bluish);
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {

  .dropdown-menu-custom .dropdown-menu li:last-child a:last-child,
  header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown .dropdown-menu li:last-child a:last-child,
  header .main-navigation .navbar-container .lang-selector .dropdown-menu li:last-child a:last-child {
    border-bottom: none;
  }
}

.sec-title .title-top {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 3px;
  color: var(--greenish);
  /* margin-bottom: 13px; */
  font-weight: 600;
}

.sec-title .title {
  font-size: 22px;
  line-height: 28px;
  color: #252638;
  font-weight: 600;
}

.sec-title .title small {
  display: block;
  width: 100%;
  /* margin-top: 18px; */
  font-size: 18px;
  /* line-height: 22px; */
  /* letter-spacing: 3px; */
  color: #696b7e;
}

.administration-info .more_link {
  color: var(--bluish) !important;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .sec-title .title {
    font-size: 42px;
    /* line-height: 52px; */
  }

  .sec-title .title small {
    font-size: 20px;
    line-height: 25px;
  }
}

.green-bg {
  background: linear-gradient(45deg, var(--greenish), var(--bluish)) !important;
  color: #fff !important;
}

.yellow-bg {
  background: linear-gradient(45deg, var(--greenish), var(--bluish)) !important;
  color: #fff !important;
}

.custom-btn {
  border-radius: 10px;
  border: thin solid #696b7e;
  padding: 15px 50px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  border: none;
}

.custom-btn:hover,
.custom-btn:focus {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

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

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

.sec-title {
  font-size: 22px;
  line-height: 28px;
  color: #252638;
  /* margin-bottom: 33px; */
}

@media (min-width: 1200px) {
  .sec-title {
    font-size: 35px;
    line-height: 44px;
  }
}

.page-title-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.page-title-banner .banner-overlay {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff00),
      color-stop(54%, #27272775),
      to(#272727db)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #27272775 54%, #272727db 100%) 0% 0% no-repeat padding-box;
}

.page-title-banner .title-con {
  min-height: 183px;
}

.page-title-banner .title-con .page-title {
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
}

.page-title-banner .breadcrumbs-con .breadcrumb-item+.breadcrumb-item {
  background-image: url("../images/angle-small-right-white.svg");
  background-repeat: no-repeat;
  background-position: 0px 9px;
  padding-left: 15px;
  background-size: 6px 11px;
}

.page-title-banner .breadcrumbs-con .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.page-title-banner .breadcrumbs-con li {
  font-size: 18px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.page-title-banner .breadcrumbs-con li:first-child {
  padding-left: 0;
}

.page-title-banner .breadcrumbs-con li a:hover {
  text-decoration: underline;
  color: var(--bluish);
}

.pagination li a {
  border-radius: 5px !important;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 23px;
  color: #252638;
  font-weight: 600;
  border: none !important;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 11px 14px 11px 14px;
}

.pagination li a:hover {
  background-color: var(--bluish);
  color: #ffffff;
}

.pagination li a.active {
  background-color: var(--bluish);
  color: #ffffff;
}

.pagination li a.arrows {
  padding: 7px 14px 7px 14px;
}

.pagination li a.arrows span {
  font-size: 40px;
}

.modal-box-alert .list-title {
  font-size: 24px;
}

.modal-box-alert .img-text {
  margin-top: 10px;
  font-size: 14px;
  color: #252638;
}

.modal-box-alert .img-text a {
  color: var(--bluish);
}

.modal-box-alert .img-text a:hover {
  color: #252638;
  text-decoration: underline;
}

.modal-box-alert .modal-footer,
.modal-box-alert .modal-header {
  padding: 0.5rem 0.5rem;
  border: none;
}

.modal-box-alert .modal-header .btn-close {
  padding: 2px 2px;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin: -0.5px -0.5px -0.5px auto;
}

.modal-box-alert #newlist ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 14px;
  padding: 0;
  margin-bottom: 4em;
}

.modal-box-alert #newlist ol ol {
  margin: 0 0 0 2em;
}

.modal-box-alert #newlist .rectangle-list a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  *padding: 0.4em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #dbdbdb;
  color: #252638;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal-box-alert #newlist .rectangle-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: var(--bluish);
  height: 2em;
  width: 2em;
  font-weight: 300;
  color: #ffffff;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

.modal-box-alert #newlist .rectangle-list a:after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal-box-alert #newlist .rectangle-list a:hover {
  background: #f7f7f7;
}

.modal-box-alert #newlist .rectangle-list a:hover:after {
  left: -0.5em;
  border-left-color: var(--bluish);
}

header {
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


@media (min-width: 992px) {
  header {
    min-height: 700px;
  }
}

header .overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  header .overlay-bg {
    min-height: 700px;
  }
}
@media (min-width: 992px) {
  header .overlay-bg {
    min-height: 700px;
  }

  .banner-section .news-ticker {
    margin-top: 170px !important;
  }
}

@media (max-width: 768px) {
  header {
    min-height: 700px;
  }

  header .overlay-bg {
    min-height: 700px;
  }

  .banner-section .news-ticker {
    margin-top: 100px !important;
  }
}

.banner-section .banner-slider-btns .slick_arrow_btns {
  display: none !important;
}

header .header-top-strip {
  border-bottom: thin solid #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
}

header .header-top-strip .phone {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

header .header-top-strip .phone svg {
  margin-right: 11px;
}

header .header-top-strip .shift-timing .dropdown .dropdown-toggle {
  background: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 14px;
  line-height: 19px;
}

header .header-top-strip .shift-timing .dropdown .dropdown-toggle::after {
  display: none !important;
}

header .header-top-strip .social-icons a {
  margin-right: 10px;
}

header .header-top-strip .social-icons a:last-child {
  margin-right: 0;
}

header .main-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
/*   
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}

header .main-navigation .logo-box {
  width: 100%;
}

header .main-navigation .logo-box img {
  width: 90%;
  max-width: 300px;
  height: auto;
}

header .main-navigation .logo-box .navbar-toggler {
  background-color: var(--bluish);
  border-radius: 10px;
}

header .main-navigation .logo-box .navbar-toggler:focus,
header .main-navigation .logo-box .navbar-toggler:hover {
  background-color: #000000;
}

header .main-navigation .logo-box .navbar-toggler .navbar-toggle-icon {
  width: 100%;
  max-width: 32px;
  height: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media (min-width: 992px) {
  header .main-navigation .logo-box {
    width: auto;
  }
}

header .main-navigation .navbar-container {
  width: 100%;
}

@media (min-width: 992px) {
  header .main-navigation .navbar-container {
    width: auto;
  }
}

header .main-navigation .navbar-container .navbar {
  margin-top: 15px;
}

header .main-navigation .navbar-container .navbar ul.navbar-nav li a {
  color: #ffffff;
  line-height: 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  border-bottom: thin solid #dbdbdb;
}

header .main-navigation .navbar-container .navbar ul.navbar-nav li a:hover,
header .main-navigation .navbar-container .navbar ul.navbar-nav li a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  header .main-navigation .navbar-container .navbar ul.navbar-nav li a {
    padding-left: 17.5px;
    padding-right: 17.5px;
    border-bottom: none;
    color: var(--bluish);
  }
}

header .main-navigation .navbar-container .navbar ul.navbar-nav li .active {
  text-decoration: underline;
}

@media (min-width: 992px) {
  header .main-navigation .navbar-container .navbar ul.navbar-nav li:last-child a.nav-link {
    padding-right: 0;
  }
}

header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown a.dropdown-toggle .dropdown-icon {
  width: 8px;
  height: auto;
  margin-left: 5px;
}

header .main-navigation .navbar-container .navbar ul.navbar-nav li.dropdown a.dropdown-toggle::after {
  border: none !important;
  display: none !important;
}

header .main-navigation .navbar-container .lang-selector .lang-icon {
  width: 18px;
  height: auto;
}

header .main-navigation .navbar-container .lang-selector .dropdown-toggle {
  background: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #ffffff;
  font-weight: 600;
}

header .main-navigation .navbar-container .lang-selector .dropdown-toggle .dropdown-icon {
  width: 8px;
  height: auto;
  margin-left: 5px;
}

header .main-navigation .navbar-container .lang-selector .dropdown-toggle::after {
  display: none !important;
}

header .main-navigation .navbar-container .lang-selector .dropdown-menu {
  width: 100%;
}

@media (min-width: 992px) {
  header .main-navigation .navbar-container .lang-selector .dropdown-menu {
    width: auto;
  }
}

header .main-navigation .search-mobile-version .d-flex {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

header .main-navigation .search-mobile-version .d-flex a {
  padding-left: 11px;
  padding-right: 11px;
}

header .main-navigation .search-mobile-version .d-flex a img {
  height: 19px;
  width: auto;
}

header .main-navigation .search-mobile-version .d-flex .seperater {
  width: 1px;
}

@media (min-width: 992px) {
  header .main-navigation .search-mobile-version .d-flex .seperater {
    width: auto;
  }
}

@media (min-width: 992px) {
  header .main-navigation .search-mobile-version {
    width: auto;
  }
}

@media (min-width: 992px) {
  .banner-section {
    margin-top: 54px;
  }
}

.banner-section .banner-slider .slider-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner-section .banner-slider .slider-item .title {
  color: var(--greenish);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.banner-section .banner-slider .slider-item .title-main {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 17px;
}

@media (min-width: 992px) {
  .banner-section .banner-slider .slider-item .title-main {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner-section .banner-slider .slider-item .description {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 32px;
}

.banner-section .banner-slider-btns {
  margin-top: 35px;
  margin-bottom: 35px;
}

.banner-section .banner-slider-btns .slick_arrow_btns {
  position: absolute;
  top: calc(50% - 40px);
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-section .banner-slider-btns .slick_arrow_btns:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-section .banner-slider-btns .slick-prev {
  left: 0;
}

.banner-section .banner-slider-btns .slick-next {
  left: 60px;
}

.banner-section .news-ticker {
  max-width: 1020px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.banner-section .news-ticker .title {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding: 17px 25px;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 576px) {
  .banner-section .news-ticker .title {
    margin-left: -15px;
    border-radius: 5px 0 0 5px;
  }
}

@media (min-width: 992px) {
  .banner-section .news-ticker .title {
    margin-left: -5px;
    border-radius: 5px 0 0 5px;
  }
}

.banner-section .news-ticker .news-slider .slick-list.draggable {
  margin-right: 60px;
}

@media (min-width: 768px) {
  .banner-section .news-ticker .news-slider .slider-item {
    padding-right: 60px;
  }
}

.banner-section .news-ticker .news-slider .slider-item p {
  font-size: 13px;
  line-height: 17px;
  color: #696b7e;
  margin: 0;
}

.banner-section .news-ticker .news-slider .slider-item p a {
  color: #696b7e;
}

.banner-section .news-ticker .news-slider .slider-item p a:hover {
  color: var(--bluish);
}

.banner-section .news-ticker .news-slider .slick_arrow_btns {
  position: absolute;
  top: calc(50% - 15px);
  background: none !important;
}

.banner-section .news-ticker .news-slider .slick_arrow_btns img {
  width: 21px;
  height: 21px;
}

.banner-section .news-ticker .news-slider .slick-prev {
  right: 23px;
}

.banner-section .news-ticker .news-slider .slick-next {
  right: 0;
}

.banner-section .news-ticker .weather-update img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.banner-section .news-ticker .weather-update p {
  font-size: 14px;
  line-height: 18px;
  color: #252638;
  margin: 0;
}

@media (max-width: 768px) {
  .banner-section .news-ticker .pl-0 {
    padding-left: 10.5px;
  }
}

@media (min-width: 992px) {
  .banner-section .news-ticker {
    margin-top: 41px;
  }
}

.welcome-text .left-text-sec {
  width: 100%;
  max-width: 621px;
}

.welcome-text .left-text-sec .title-top {
  font-size: 16px;
  line-height: 20px;
  color: var(--greenish);
  margin-bottom: 10px;
}

.welcome-text .left-text-sec .title {
  color: #252638;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 19px;
  width: 100%;
}

@media (min-width: 1200px) {
  .welcome-text .left-text-sec .title {
    font-size: 40px;
    line-height: 50px;
    max-width: 536px;
  }
}

.welcome-text .left-text-sec p {
  font-size: 16px;
  line-height: 22px;
  color: #696b7e;
  margin-bottom: 19px;
  text-align: justify;
}
.welcome-text .left-text-sec .description p strong{
  background: linear-gradient(90deg, var(--greenish), var(--bluish)) !important;
  color: #fff !important;
  padding: 5px 20px;
  border-radius: 10px;
}
.welcome-text .left-text-sec .description  ul{
  padding: 10px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 10px #eee;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.welcome-text .welcome-image {
  width: 100%;
  max-width: calc(100% - 65px);
}

@media (min-width: 768px) {
  .welcome-text .welcome-image {
    max-width: 447px;
  }
}

.welcome-text .welcome-image .thumbnail {
  display: block;
  width: 100%;
  position: relative;
  text-align: right;
}
/* 
.welcome-text .welcome-image .thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 15px;
  border: thin solid var(--bluish);
  width: calc(100% - 20px);
  height: 100%;
  left: 0;
  top: 20px;
  z-index: -1;
} */

.welcome-text .welcome-image .thumbnail img {
  width: calc(100% - 20px);
  height: auto;
  border-radius: 15px;
}

.welcome-text .welcome-image .thumbnail figcaption {
  color: #696b7e;
  font-size: 13px;
  line-height: 20px;
  padding: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  border-bottom: 13px solid var(--greenish);
  text-align: left;
  width: 100%;
  max-width: 429px;
  -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 35px;
  left: 65px;
}

@media (min-width: 992px) {
  .welcome-text .welcome-image .thumbnail figcaption {
    left: 20px;
  }
}

@media (min-width: 1280px) {
  .welcome-text .welcome-image .thumbnail figcaption {
    bottom: 35px;
    left: 65px;
  }
}

.administration-info {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.administration-info .image-box {
  width: 100%;
  max-width: 153px;
  border-radius: 15px;
  overflow: hidden;
}

.administration-info .image-box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.administration-info .details {
  width: 100%;
  max-width: 761px;
}

.administration-info .details .description {
  /* margin-top: 42px; */
  font-size: 16px;
  line-height: 22px;
  color: #696b7e;
}

.administration-info .sliderControls {
  margin: auto;
  width: 100%;
  max-width: 343px;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .administration-info .sliderControls {
    margin-left: 0;
    margin-top: 20px;
  }
}

.administration-info .sliderControls .btns {
  width: 100%;
  max-width: 343px;
}

.administration-info .sliderControls .btns .adm-team-slider-btn img {
  cursor: pointer;
}

.administration-info .sliderControls .btns .pagination {
  width: 113px;
}

.administration-info .sliderControls .btns .pagination .progress {
  border-radius: 100px;
  height: 4px;
  background-color: rgba(59, 76, 104, 0.1);
}

.administration-info .sliderControls .btns .pagination .progress .progress-bar {
  background-color: var(--greenish);
  border-radius: 100px;
}

.administration-info .sliderControls .btns .counts {
  font-size: 14px;
  color: var(--bluish);
  line-height: 40px;
}

.administration-info .administation-slider-thumbnails {
  width: 100%;
  margin-top: 66px;
  max-width: 670px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  left: 403px;
  margin: auto;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .administration-info .administation-slider-thumbnails {
    position: absolute;
  }
}

.administration-info .administation-slider-thumbnails .thumbnail-slider {
  cursor: pointer;
  /* the slides */
  /* the parent */
}

.administration-info .administation-slider-thumbnails .thumbnail-slider .slick-slide {
  margin: 0 10px;
}

.administration-info .administation-slider-thumbnails .thumbnail-slider .slick-list {
  margin: 0 -10px;
}

@media (min-width: 1200px) {
  .administration-info .administation-slider-thumbnails .thumbnail-slider {
    /* the slides */
    /* the parent */
  }

  .administration-info .administation-slider-thumbnails .thumbnail-slider .slick-slide {
    margin: 0 18px;
  }

  .administration-info .administation-slider-thumbnails .thumbnail-slider .slick-list {
    margin: 0 -18px;
  }
}

.administration-info .administation-slider-thumbnails .thumbnail-slider .thumb-box {
  width: 100%;
  max-width: 182px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.administration-info .administation-slider-thumbnails .thumbnail-slider .thumb-box::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: 1;
}

.administration-info .administation-slider-thumbnails .thumbnail-slider .thumb-box img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.administration-info .administation-slider-thumbnails .thumbnail-slider .slick-current.slick-active .thumb-box::after {
  z-index: -1;
}

.projects {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/projects-sec-bg.jpg);
  background-size: cover;
  background-position: bottom center;
}

.projects .item-order:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.projects .item-order:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.projects .item-order:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.projects .item-order:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.projects .item-order:nth-child(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.projects .item-order:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.projects .item-order:nth-child(7) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

@media (min-width: 992px) {
  .projects .item-order:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.projects .p-item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 25px 20px 25px 20px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  min-height: 183px;
  position: relative;
  background-position: 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.projects .p-item .title {
  font-size: 17px;
  line-height: 22px;
  color: #252638;
}

.projects .p-item .read-more-btn button {
  border-radius: 5px;
  border: thin solid #696b7e;
  color: #696b7e;
  padding: 10px 23px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.projects .p-item .read-more-btn .icon-img {
  z-index: 1;
}

.projects .p-item .read-more-btn .icon-img img {
  width: auto;
  max-width: 33px;
  height: auto;
}

.projects .p-item .read-more-btn .icon-img img.hover {
  display: none;
}

.projects .p-item .read-more-btn .icon-img::before {
  content: "";
  position: absolute;
  display: block;
  left: -5px;
  top: -15px;
  background-color: #f3f3f3;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  z-index: -1;
}

.projects .p-item:hover {
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
  background-image: url(../images/p-left-border.svg);
  background-position: 0px 30px;
}

.projects .p-item:hover .title {
  color: var(--bluish);
}

.projects .p-item:hover .icon-img img.hover {
  display: block;
}

.projects .p-item:hover .icon-img img.hover-out {
  display: none;
}

.projects .p-item:hover .read-more-btn button {
  background-color: var(--bluish);
  color: #ffffff;
  border-color: var(--bluish);
}

.projects .all-projects-link {
  font-size: 16px;
  line-height: 20px;
  color: #696b7e;
  font-weight: 600;
}

.projects .all-projects-link a:hover {
  text-decoration: none;
  color: var(--bluish);
}

.latest-news-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.latest-news-section .latest-news-slider-box {
  margin-top: 20px;
  /* the slides */
  /* the parent */
}

.latest-news-section .latest-news-slider-box .slick-slide {
  margin: 0 10px;
}

.latest-news-section .latest-news-slider-box .slick-list {
  margin: 0 -10px;
}

@media (min-width: 992px) {
  .latest-news-section .latest-news-slider-box {
    /* the slides */
    /* the parent */
  }

  .latest-news-section .latest-news-slider-box .slick-slide {
    margin: 0 18px;
  }

  .latest-news-section .latest-news-slider-box .slick-list {
    margin: 0 -18px;
  }
}

.latest-news-section .latest-news-slider-box .news-item {
  border: thin solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.latest-news-section .latest-news-slider-box .news-item .news-image {
  height: 270px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.latest-news-section .latest-news-slider-box .news-item .news-image img{
  width: 100%;
  height: 100%;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box {
  width: 100%;
  margin: auto;
  padding: 10px;
  z-index: 1;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .date {
  background-color: #ffffff;
  border-radius: 0px 10px;
  padding: 8px;
  color: var(--bluish);
  font-weight: 600;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .fullscreen {
  background: rgba(255, 255, 255, 1);
  padding: 5px !important;
  width: 30px;
  height: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0;
  outline: 0;
  position: absolute;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .fullscreen i {
  font-size: 20px;
  margin-top: -1px;
  margin-left: 3px;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .fullscreen {
  background: rgba(255, 255, 255, 1);
  padding: 5px !important;
  width: 30px;
  height: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0;
  outline: 0;
  position: absolute;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .fullscreen i {
  font-size: 20px;
  margin-top: -1px;
  margin-left: 3px;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .date .day {
  font-size: 20px;
  line-height: 25px;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .date .month {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description {
  margin-top: 190px;
  padding: 0 15px 23px 15px;
  font-weight: 600;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .title-sm {
  background: linear-gradient(90deg, var(--greenish), var(--bluish)) !important;
  padding: 8px 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  border-radius: 10px;
  font-weight: 500;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .m-title {
  margin-top: 16px;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .m-title a {
  font-size: 18px;
  line-height: 23px;
  color: #252638;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .m-title a:hover {
  color: var(--bluish);
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .short-description,
.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .read-more-link {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .read-more-link a {
  font-weight: 600;
}
.toggle_text {
  color: var(--bluish) !important;

}


.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .read-more-link a img {
  margin-top: 3px;
}

.latest-news-section .latest-news-slider-box .news-item .news-details-box .news-details .description .read-more-link a:hover {
  color: var(--bluish);
}

.latest-news-section .news-slider-arrows .arrows {
  cursor: pointer;
  width: 100%;
  max-width: 51px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-news-section .news-slider-arrows .arrows:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hospitals-count {
  background-image: url("../images/twitter-bg.jpg");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hospitals-count .left-side {
  width: 100%;
  max-width: 461px;
  padding-right: 5px;
  border-right: 3px solid #8f919f;
}

.hospitals-count .left-side .sec-title {
  margin-bottom: 0;
}

.hospitals-count .left-side .sec-title .title {
  font-size: 22px;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .hospitals-count .left-side .sec-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.hospitals-count .right-side {
  font-weight: 600;
  color: #252638;
  width: 100%;
  max-width: 659px;
}

.hospitals-count .right-side .count {
  font-size: 22px;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .hospitals-count .right-side .count {
    font-size: 42px;
    line-height: 52px;
  }
}

.hospitals-count .right-side .cat-name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

.twitter-feeds-box {
  max-width: 1072px;
  margin-top: 60px;
  padding-bottom: 50px;
}

.twitter-feeds-box .twitter-feeds {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.twitter-feeds-box .twitter-feeds .follow-us {
  background-image: url("../images/twitter-feed-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 42px;
  padding-bottom: 42px;
  font-weight: 600;
  color: #ffffff;
}

.twitter-feeds-box .twitter-feeds .follow-us img {
  width: 97px;
  height: auto;
}

.twitter-feeds-box .twitter-feeds .follow-us .twitter-id {
  margin-top: 17px;
}

.twitter-feeds-box .twitter-feeds .follow-us .title {
  margin-top: 17px;
  font-size: 20px;
  line-height: 25px;
}

.twitter-feeds-box .twitter-feeds .follow-us .follow-us-btn {
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.twitter-feeds-box .twitter-feeds .follow-us .follow-us-btn a {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px 30px;
  color: #252638;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.twitter-feeds-box .twitter-feeds .follow-us .follow-us-btn a:hover {
  background-color: #252638;
  color: #ffffff;
}

.twitter-feeds-box .twitter-feeds .feed {
  padding: 42px 20px 42px 20px;
  border-bottom: thin solid #9e9e9e;
  border-right: none;
}

@media (min-width: 768px) {
  .twitter-feeds-box .twitter-feeds .feed {
    border-right: thin solid #9e9e9e;
    border-bottom: none;
  }
}

.twitter-feeds-box .twitter-feeds .feed:last-child {
  border: none;
}

.twitter-feeds-box .twitter-feeds .feed .date {
  font-weight: 600;
  color: #252638;
}

.twitter-feeds-box .twitter-feeds .feed .date img {
  width: 19px;
  height: auto;
}

.twitter-feeds-box .twitter-feeds .feed .feed-text,
.twitter-feeds-box .twitter-feeds .feed .feed-author {
  font-size: 16px;
  line-height: 20px;
  color: #696b7e;
  font-weight: normal;
}

.twitter-feeds-box .twitter-feeds .feed .feed-text {
  margin-top: 41px;
  margin-bottom: 41px;
}

.achievement {
  margin-top: 60px;
}

.achievement .items {
  background-color: var(--bluish);
  padding-bottom: 50px;
  color: #ffffff;
  border-radius: 15px;
}

.achievement .items .icon-border {
  margin: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  margin-top: 50px;
}

.achievement .items .read-more-link {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.achievement .items .read-more-link:hover {
  color: var(--greenish);
  text-decoration: underline;
}

.achievement .items .description {
  line-height: 22px;
}

.achievement .items:before,
.achievement .items:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.achievement .items:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.inner-pages-header {
  min-height: auto;
}

.inner-pages-header .overlay-bg {
  background-color: var(--bluish);
  min-height: auto;
  padding-bottom: 0;
}

.inner-pages-header .overlay-bg .main-navigation {
  background-color: #ffffff;
}

.inner-pages-header .overlay-bg .main-navigation .navbar-container .navbar ul.navbar-nav li a {
  color: #252638;
}

.inner-pages-header .overlay-bg .main-navigation .navbar-container .navbar ul.navbar-nav li a img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inner-pages-header .overlay-bg .main-navigation .navbar-container .search-mobile-version img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inner-pages-header .overlay-bg .main-navigation .navbar-container .search-mobile-version .lang-selector .dropdown-toggle {
  color: #252638;
}

.icon-border {
  width: 106px;
  height: 106px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  overflow: hidden;
  padding: 9px;
  -webkit-transform: translate(0, 85px);
  transform: translate(0, 85px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-border .icon {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-border .icon img {
  width: 35px;
  height: auto;
}

.icon-border .icon .hover-in {
  display: none;
}

.page-details .description {
  background-color: var(--bluish);
  color: #ffffff;
  border-radius: 25px;
  width: 100%;
  max-width: 706px;
  padding: 50px 30px 50px 30px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.page-details .description .top-text {
  color: var(--greenish);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.page-details .description .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .page-details .description .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.page-details .description .details-text,
.page-details .description p {
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 15px;
}

.page-details figure {
  max-width: 396px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.all-projects {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 500px;
  background-image: url("../images/grey-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 388px;
  background-position: top left;
  display: table;
  width: 100%;
}

.all-projects .project-item {
  width: 100%;
  max-width: 268px;
  z-index: 1;
  margin-top: 25px;
}

.all-projects .project-item .project-bg {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 366px;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item .project-bg .overlay {
  background-color: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item .project-details {
  padding: 30px 10px 0 10px;
  z-index: 1;
  height: 405px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item .project-details .short-description {
  line-height: 22px;
  color: #696b7e;
  margin-top: 44px;
  font-size: 0;
  height: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.all-projects .project-item .project-details .title-read-more-link {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  line-height: 23px;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item .project-details .title-read-more-link .title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item .project-details .title-read-more-link .read-more-link {
  color: #ffffff;
  margin-top: 10px;
  font-weight: 600;
  color: #ffffff;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item:hover .project-bg {
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.all-projects .project-item:hover .project-bg .overlay {
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects .project-item:hover .project-details .icon-border {
  background-color: rgba(13, 140, 96, 0.5);
  -webkit-transform: translate(0);
  transform: translate(0);
}

.all-projects .project-item:hover .project-details .icon-border .icon {
  background-color: var(--bluish);
}

.all-projects .project-item:hover .project-details .icon-border .icon .hover-out {
  display: none;
}

.all-projects .project-item:hover .project-details .icon-border .icon .hover-in {
  display: block;
}

.all-projects .project-item:hover .project-details .short-description {
  font-size: 14px;
  height: auto;
}

.all-projects .project-item:hover .project-details .title-read-more-link {
  background-color: var(--bluish);
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
}

.all-projects .project-item:hover .project-details .title-read-more-link .title {
  color: #ffffff;
}

.all-projects .project-item:hover .project-details .title-read-more-link .read-more-link {
  height: auto;
}

.project-details {
  margin-bottom: 50px;
}

.project-details .client-details {
  border-radius: 25px;
  width: 100%;
  max-width: 417px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.project-details .client-details .project-title {
  background-position: center center;
  background-size: cover;
  height: 346px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.project-details .client-details .project-title .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(13, 140, 96, 0.7);
  padding-top: 52px;
}

.project-details .client-details .project-title .overlay .icon-border {
  -webkit-transform: none;
  transform: none;
}

.project-details .client-details .project-title .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 38px;
}

.project-details .client-details .client-data {
  background-color: #ffffff;
  margin-top: 268px;
  border-radius: 25px;
  width: 100%;
  max-width: calc(100% - 28px);
  padding: 30px 20px;
}

.project-details .client-details .client-data .mb-30px {
  margin-bottom: 30px;
}

.project-details .client-details .client-data .c-label {
  font-weight: 600;
  font-size: 16px;
  color: #252638;
}

.project-details .client-details .client-data .c-value,
.project-details .client-details .client-data .comments {
  color: #696b7e;
  line-height: 22px;
}

.project-details .client-details .client-data .comments {
  margin-top: 20px;
}

.text-con {
  width: 100%;
  max-width: 640px;
  font-size: 14px;
  line-height: 22px;
  color: #696b7e;
}

.text-con .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #252638;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .text-con .title {
    font-size: 42px;
    line-height: 52px;
  }
}

.text-con p,
.text-con ul,
.text-con ol {
  margin-bottom: 20px;
}

.text-con img {
  width: auto;
}

.text-con a {
  color: var(--bluish);
}

.text-con a:hover {
  text-decoration: underline;
}

.team-details {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.team-details .image-thumb {
  width: 100%;
}

.team-details .image-thumb img {
  width: 100%;
}

@media (min-width: 768px) {
  .team-details .image-thumb {
    max-width: 220px;
  }

  .team-details .image-thumb img {
    width: auto;
  }
}

.team-details .card-body {
  padding: 30px 20px 20px 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .team-details .card-body {
    max-width: 335px;
  }
}

.team-details .card-body .card-title {
  font-size: 16px;
  line-height: 23px;
  color: #252638;
}

.team-details .card-body .designation {
  font-weight: 600;
}

.team-details .card-body .designation,
.team-details .card-body .card-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 23px;
  color: var(--bluish);
}

.team-details .card-body .card-text {
  margin-top: 15px;
  color: #696b7e;
}

.team-details .card-body .contact {
  border-top: 0.5px solid #696b7e;
  padding-top: 13px;
}

.news-category {
  width: auto;
  font-size: 16px;
  line-height: 20px;
  background-color: var(--bluish);
  color: #ffffff;
  font-weight: 600;
  padding: 8px 50px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.news-page .latest-news-section {
  padding-top: 0;
  padding-bottom: 0;
}

.news-page .latest-news-section .latest-news-slider-box {
  margin-top: 0;
}

.news-page .latest-news-section .latest-news-slider-box .news-item {
  margin-bottom: 50px;
}

.news-page-details {
  margin-bottom: 50px;
  padding: 30px;
}

.news-page-details .news-description {
  width: 100% !important;
  min-width: 100% !important;
}

@media (min-width: 992px) {
  .news-page-details .news-description {
    max-width: 722px;
  }
}

.news-page-details .news-description .news-image {
  border-radius: 25px;
  margin-bottom: 20px;
}

.news-page-details .news-description .news-image img {
  width: 100%;
  border-radius: 10px;
}

.news-page-details .news-description .news-image figure {
  margin: 0;
}

.news-page-details .news-description .news-image figure img {
  border-radius: 25px;
}

.news-page-details .news-cat-popular-news {
  width: 100%;
}

@media (min-width: 992px) {
  .news-page-details .news-cat-popular-news {
    max-width: 389px;
  }
}

.news-page-details .news-cat-popular-news .title {
  font-size: 22px;
  line-height: 28px;
  color: #252638;
  font-weight: 600;
  margin-bottom: 15px;
}

.news-page-details .news-cat-popular-news .categories,
.news-page-details .news-cat-popular-news .popular-posts {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.29);
  border-radius: 25px;
  padding: 24px;
}

.news-page-details .news-cat-popular-news .categories .cat-item,
.news-page-details .news-cat-popular-news .popular-posts .cat-item {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #696b7e;
  border-bottom: 0.5px solid #696b7e;
}

.news-page-details .news-cat-popular-news .categories .cat-item:last-child,
.news-page-details .news-cat-popular-news .popular-posts .cat-item:last-child {
  border-bottom: none;
}

.news-page-details .news-cat-popular-news .categories .cat-item .c-label,
.news-page-details .news-cat-popular-news .popular-posts .cat-item .c-label {
  font-weight: 600;
}

.news-page-details .news-cat-popular-news .categories .cat-item .circle,
.news-page-details .news-cat-popular-news .popular-posts .cat-item .circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: thin solid #696b7e;
  overflow: hidden;
  margin-top: 2px;
}

.news-page-details .news-cat-popular-news .categories .cat-item .circle span,
.news-page-details .news-cat-popular-news .popular-posts .cat-item .circle span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #696b7e;
  margin: auto;
  border: 5px solid #ffffff;
  border-radius: 100px;
}

.news-page-details .news-cat-popular-news .categories .cat-item:hover,
.news-page-details .news-cat-popular-news .popular-posts .cat-item:hover {
  color: var(--bluish);
}

.news-page-details .news-cat-popular-news .categories .cat-item:hover .circle,
.news-page-details .news-cat-popular-news .popular-posts .cat-item:hover .circle {
  border: thin solid var(--bluish);
}

.news-page-details .news-cat-popular-news .categories .cat-item:hover .circle span,
.news-page-details .news-cat-popular-news .popular-posts .cat-item:hover .circle span {
  background-color: var(--bluish);
}

.news-page-details .news-cat-popular-news .popular-posts .news-item {
  text-decoration: none;
  border-bottom: 0.5px solid #696b7e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-page-details .news-cat-popular-news .popular-posts .news-item:last-child {
  border-bottom: none;
}

.news-page-details .news-cat-popular-news .popular-posts .news-item img.news-thumb {
  width: 59px;
  height: auto;
  border-radius: 10px;
}

.news-page-details .news-cat-popular-news .popular-posts .news-item .n-title {
  font-weight: 600;
  color: #252638;
}

.news-page-details .news-cat-popular-news .popular-posts .news-item .n-title .date {
  font-weight: 500;
  color: #696b7e;
}

.news-page-details .news-cat-popular-news .popular-posts .news-item .n-title .date img {
  width: 12px !important;
  height: auto;
}

.news-page-details .news-cat-popular-news .popular-posts .news-item:hover .n-title,
.news-page-details .news-cat-popular-news .popular-posts .news-item:hover .date {
  color: var(--bluish);
}

.gallery .image-box {
  height: 100px;
}

@media (min-width: 768px) {
  .gallery .image-box {
    height: 130px;
  }
}

@media (min-width: 992px) {
  .gallery .image-box {
    height: 180px;
  }
}

@media (min-width: 1200px) {
  .gallery .image-box {
    height: 234px;
  }
}

.gallery .image-box::before {
  content: "";
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 140, 96, 0.7);
  left: 0;
  top: 0;
  background-image: url(../images/icons8-zoom-64.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery .image-box:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-us {
  margin-top: 100px;
}

.contact-us .contact-item {
  text-align: center;
  border: 1px solid #dbdbdb;
  min-height: 180px;
  position: relative;
  background: #f7f7f7;
  padding: 30px 15px;
  padding-top: 60px;
  margin-bottom: 71px;
}

.contact-us .contact-item .contact-icon {
  position: absolute;
  width: 82px;
  height: 82px;
  line-height: 76px;
  top: 0px;
  left: 50%;
  background: #f7f7f7;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  margin-top: -41px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us .contact-item .contact-icon .fa {
  font-size: 25px;
}

.contact-us .contact-item .contact-text {
  margin-top: 0px;
  color: #252638;
}

.contact-us .contact-item .contact-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-us .contact-item .contact-text p {
  margin: 0;
}

.contact-us .contact-item:hover .contact-icon {
  background-color: #ffffff;
  border-color: var(--bluish);
}

footer .footer-top {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #f7f7f7;
}

footer .footer-top .disclaimer .f-logo {
  width: 77px;
  height: auto;
}

footer .footer-top .disclaimer .date {
  color: #333333;
  margin-top: 17px;
  margin-bottom: 6px;
}

footer .footer-top .disclaimer .d-text {
  line-height: 23px;
  color: #96a1a8;
}

footer .footer-top .f-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 18px;
}

footer .footer-top .f-links li {
  margin-bottom: 18px;
}

footer .footer-top .f-links li:last-child {
  margin-bottom: 0;
}

footer .footer-top .f-links li a {
  color: #96a1a8;
}

footer .footer-top .f-links li a:hover {
  text-decoration: underline;
}

footer .footer-top .f-contact-us .icon {
  width: 16px;
  height: auto;
}

footer .footer-top .f-contact-us p {
  line-height: 19px;
  color: #96a1a8;
  margin: 0;
}

footer .footer-top .f-contact-us a:hover {
  color: #96a1a8;
  text-decoration: underline;
}

footer .footer-top .f-contact-us .mb-24px {
  margin-bottom: 24px;
}

footer .footer-top .f-contact-us .download-app img {
  height: 36px;
  width: auto;
}

footer .footer-bottom {
  background-color: #181818;
  padding: 10px 0;
  overflow: hidden;
}

footer .footer-bottom a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */

/* gallery  */
.p0 {
  padding: 0;
}

.portfolio__filter {
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  width: 100%;
}

.portfolio__filter .filter-button {
  display: inline-block;
  padding: 10px 23px;
  background: transparent;
  border: none;
  color: var(--bluish);
  letter-spacing: 0;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}

.portfolio__filter .filter-button:hover,
.portfolio__filter .filter-button:focus,
.portfolio__filter .filter-button:active {
  background: var(--bluish);
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.portfolio__filter .filter-button:focus {
  outline: 0;
}

.portfolio__filter {
  display: inline-block;
  text-align: center;
  margin: 30px 0;
}

.portfolio__img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  padding: 3px 3px;
}

.btn__load {
  display: inline-block;
  margin: 40px 0 0;
  width: 100%;
}

/* End of gallery */

Events .latest-events-section .latest-events-slider-box {
  margin-top: 20px;
  /* the slides */
  /* the parent */
}

.latest-events-section .latest-events-slider-box .slick-slide {
  margin: 0 10px;
}

.latest-events-section .latest-events-slider-box .slick-list {
  margin: 0 -10px;
}

@media (min-width: 992px) {
  .latest-events-section .latest-events-slider-box .slick-slide {
    margin: 0 18px;
  }

  .latest-events-section .latest-events-slider-box .slick-list {
    margin: 0 -18px;
  }
}

.events-item {
  border-radius: 10px;
  border: thin solid #dbdbdb;
  overflow: hidden;
}

.latest-events-section .latest-events-slider-box .events-item .events-image {
  height: 270px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.latest-events-section .latest-events-slider-box .news-item .events-image img{
  width: 100%;
  height: 100%;
}




.latest-events-section .latest-events-slider-box .events-item .events-details-box {
  width: 100%;
  margin: auto;
  padding: 10px;
  z-index: 1;
}


.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .date {
  background-color: #ffffff;
  border-radius: 0px 10px;
  padding: 8px;
  color: var(--greenish);
  font-weight: 600;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .date .day {
  font-size: 20px;
  line-height: 25px;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .date .month {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description {
  /* margin-top: 190px; */
  padding: 190px 15px 23px 15px;
  font-weight: 600;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .title-sm {
  background: linear-gradient(90deg, var(--greenish), var(--bluish)) !important;
  padding: 8px 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  border-radius: 10px;
  font-weight: 500;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .m-title {
  margin-top: 16px;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .m-title a {
  font-size: 18px;
  line-height: 23px;
  color: #252638;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .m-title a:hover {
  color: var(--bluish);
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .short-description,
.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .read-more-link {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
  color: #696b7e;
  font-weight: 500;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .read-more-link a {
  font-weight: 600;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .read-more-link a img {
  margin-top: 3px;
}

.latest-events-section .latest-events-slider-box .events-item .events-details-box .events-details .description .read-more-link a:hover {
  color: var(--bluish);
}

.latest-events-section .events-slider-arrows .arrows {
  cursor: pointer;
  width: 100%;
  max-width: 51px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Jawan markaz */
.facility .card {
  padding: 5px;
  border: 1px solid var(--greenish);
  transition: 0.5s;
}

.facility .card .card-body {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  padding: 5px;
}

.facility .card .card-footer {
  width: 100%;
  min-width: 50%;
  margin-top: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.facility .card:hover {
  transform: scale(1.05);
}

.fa {
  color: var(--bluish);
  margin: 5px 5px 0 0;
}

/* Form style */
.confitation {
  min-height: 100vh;
}

.confitation h4 {
  font-size: 25px;
  color: #252638;
  font-weight: 600;
  padding-left: 10px;
}

.confitation p {
  font-size: 14px;
  color: var(--inputbg);
  font-weight: 600;
  padding-left: 10px;
}

.confitation .form-group {
  margin: 15px;
}

.confitation .form-control {
  padding: 8px 16px;
  background-color: var(--inputtext);
  color: var(--inputbg);
  border-radius: 5px;
}

.confitation label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.confitation label span {
  color: #ff3636;
}

.confitation .form-check-input:checked {
  background-color: var(--bluish) !important;
  box-shadow: none !important;
  border: none;
}

.btn-div {
  width: 100%;
  text-align: right;
  padding-top: 40px;
}

.btn-bg {
  width: 150px;
  padding: 8px 30px !important;
  border: none;
  border-radius: 10px;
}

.btn-outline {
  width: 150px;
  border: 1px solid var(--bluish);
  color: var(--bluish);
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 30px !important;
  background: #fff;
  margin-right: 10px;
}

.confitation .remove-btn {
  margin-top: 20px;
  padding: 3px 6px;
  border: 1px solid #ff3636;
  color: #ff3636;
  border-radius: 100px;
  cursor: pointer;
}

.confitation .categoy-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.confitation .add_row_btn {
  background: transparent;
  border: none;
  font-weight: 700;
  color: var(--bluish);
  padding-left: 10px;
  text-decoration: underline;
}

.confitation .form-check-input {
  width: 1.5em !important;
  height: 1.5em !important;
  margin-top: 0 !important;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.confitation fieldset:not(:first-of-type) {
  display: none;
}

fieldset {
  position: relative;
}

table.newtable {
  border-color: transparent !important;
  /* text-align: center; */
  margin-bottom: 0 !important;
}

table.newtable tbody td {
  color: #696b7e;
  font-size: 12px;
  font-weight: normal !important;
}

.newsdtail {
  margin: 20px 0 0 0;
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.newsdtail h4 {
  font-size: 15px;
  font-weight: bold;
}

/* news details */
.latest_news {
  padding: 10px;
}

.latest_news h4 {
  padding: 10px;
  font-weight: bold;
  color: var(--bluish);
}

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

.left_border ul {
  border-left: 1px solid #696b7e;
}

.right_border ul {
  padding-left: 0;
  border-right: 1px solid #696b7e;
}

.latest_news ul li {
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.latest_news ul li span {
  font-size: 20px;
  height: 30px;
  color: #696b7e;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #696b7e;
}

.latest_news ul li a {
  text-decoration: underline;
}

.desil_section {
  margin-top: 30px;
}

.desil_section h5 {
  font-weight: bold;
}

.desil_section ul li h5 {
  font-weight: 600;
  font-size: 14px;
}
#exampleModal .modal-content {
  background: rgba(255, 255, 255, 0.3) !important;
}

#exampleModal .modal-body img {
  width: 100%;
  height: 100%;
}

/* Works and Implementation CSS */
.onograme {
  width: 100%;
  background: url("../../../textur.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 30px;
}

.onograme h2 {
  text-align: center;
  padding: 30px 20px;
  font-weight: 600;
  color: var(--bluish);
}

.img_div_onograme {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
}

.img_div_onograme img {
  width: 100%;
  height: 100%;
}

.workImplimenttaion {
  width: 100%;
  background: url("../../../textur2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 20px;
  height: auto;
}

.workImplimenttaion_text {
  width: 75%;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
}

.workImplimenttaion_text h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}

.workImplimenttaion_img {
  width: 80%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.workImplimenttaion_img img {
  width: 100%;
  height: 100%;
}

.contact_details {
  padding: 30px;
  position: relative;
}

.contact_details:after {
  position: absolute;
  content: '';
  top: 10%;
  right: 0;
  width: 2px;
  border-radius: 10px;
  height: 100px;
  background: #8F919F;
}

.contact_details p {
  color: var(--greenish);
  font-weight: 500;
  letter-spacing: 1px;
}

.contact_details h2 {
  font-weight: bold;
}

.contact_item {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_item .fa {
  font-size: 30px;
  margin-bottom: 10px;
}

.contact_item p {
  font-weight: 600;
  color: var(--bluish);
}

@media (max-width:867px) {
  .img_div_onograme {
      width: 100%;
  }

  .workImplimenttaion_text {
      width: 100%;
      margin-bottom: 20px;
  }

  .workImplimenttaion_img {
      width: 100%;
  }

  .contact_details {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 20px;
  }

  .contact_details::after {
      background: transparent;
  }

  .contact_item {
      padding: 20px;
  }
}

/* Inner Page Styles */
.innerPageTitle {
  width: 80vh;
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.innerPageTitle h1 {
  font-size: 50px !important;
}

@media (max-width:576px) {
  .innerPageTitle {
    width: 100%;
  }

  .innerPageTitle h1 {
    font-size: 50px !important;
  }

}</pre></body></html>