@charset "UTF-8";
/*Start Media Mixins*/
/*End Media Mixins*/
/*overlay Mixin*/
/*Prefixes Mixin*/
/*Animation Prefixes Mixin*/
.home-header1 {
  min-height: 70vh;
  position: relative;
}
.home-header1 .slider-inner .item {
  background-image: url("../img/home-back.png");
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  height: 70vh;
  position: relative;
}
.home-header1 .slider-inner .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(24, 43, 66, 0.7);
  z-index: 1;
}
.home-header1 .slider-inner .item .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  color: #fff;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.home-header1 .slider-inner .item .slide-content .head {
  font-size: 40px;
  width: 61%;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .home-header1 .slider-inner .item .slide-content .head {
    width: 100%;
    font-size: 28px;
  }
}
.home-header1 .slider-inner .item .slide-content p {
  width: 55%;
  font-size: 20px;
  color: #D2D2D2;
}
@media (max-width: 767.98px) {
  .home-header1 .slider-inner .item .slide-content p {
    width: 100%;
    font-size: 16px;
  }
}
.home-header1 .slider-inner .item .slide-content .more {
  background-color: #D2D2D2;
  color: #1D2B3C;
  border-radius: 35px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home-header1 .slider-inner .item .slide-content .more:focus {
  box-shadow: none;
}
.home-header1 .slider-inner .item .slide-content .more:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}
.home-header1 .slider-inner-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.home-header1 .slider-inner-container .paging {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.home-header1 .slider-inner-container .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-start: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header1 .slider-inner-container .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header1 .slider-inner-container .paging li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .home-header1 .slider-inner-container .paging li {
    font-size: 14px;
  }
}
.home-header1 .slider-inner-container .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header1 .slider-inner-container .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header1 .slider-inner-container .paging li i {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .home-header1 .slider-inner-container .paging li i {
    font-size: 25px;
  }
}
.home-header1 .slider-inner-container .paging li:hover {
  opacity: 0.6;
}
.home-header1 .slider-inner-container .second-slider {
  height: 200px;
}
.home-header1 .slider-inner-container .second-slider .slick-list {
  height: 100%;
}
.home-header1 .slider-inner-container .second-slider .slick-list .slick-track {
  margin-top: 20px;
}
.home-header1 .slider-inner-container .second-slider .item .item-content {
  text-align: center;
  border: 1px solid rgba(112, 112, 112, 0.2);
  height: 150px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 1px 7px 17px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 7px 17px -7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 7px 17px -7px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 7px 17px -7px rgba(0, 0, 0, 0.25);
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.home-header1 .slider-inner-container .second-slider .item .item-content h4 {
  color: #3b3b3b;
  font-size: 20px;
}
.home-header1 .slider-inner-container .second-slider .item .item-content span {
  font-size: 14px;
}
.home-header1 .slider-inner-container .second-slider .item.slick-current .item-content {
  background-color: #1D2B3C;
  border: 1px solid #1D2B3C;
  transform: scale(1.1);
  z-index: 1;
  position: relative;
  padding: 10px;
}
.home-header1 .slider-inner-container .second-slider .item.slick-current .item-content h4 {
  color: #fff;
}
.home-header1 .slider-inner-container .second-slider .item.slick-current .item-content span {
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  background-image: url("../img/background.png");
  background-repeat: repeat;
  position: relative;
  background-position: center;
  background-size: 100% 100%;
}
body:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.73);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    background-color: rgba(29, 43, 60, 0.9);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    background-color: rgba(29, 43, 60, 0.9);
  }
}
@media (max-width: 576px) {
  .navbar {
    background-color: rgba(29, 43, 60, 0.9);
  }
}
.navbar .navbar-brand img {
  width: 120px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
.navbar .navbar-nav {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    align-items: flex-start;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #FFF;
  font-size: 17px;
  padding: 0 10px;
  opacity: 0.8;
  font-weight: normal;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  opacity: 1;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item.lang {
  margin-inline-start: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.lang {
    margin-inline-start: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item.lang {
    margin-inline-start: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-nav .nav-item.lang {
    margin-inline-start: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.navbar .navbar-nav .nav-item.lang .nav-link {
  background-color: #D2D2D2;
  color: #1D2B3C;
  padding: 0 20px;
  border-radius: 22px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  opacity: 1;
}
.navbar .navbar-nav .nav-item.lang .nav-link:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}
.navbar.affix {
  background-color: rgba(29, 43, 60, 0.9);
  padding: 10px 0;
}
.navbar.affix .navbar-brand img {
  width: 90px;
}
.navbar.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}
.navbar.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar.navbar-light .navbar-toggler-icon:before {
  content: "" !important;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #D2D2D2;
}

.home-header {
  min-height: 85vh;
  position: relative;
}
.home-header .header-slider .item {
  background-image: url("../img/home-back.png");
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  height: 75vh;
  position: relative;
}
.home-header .header-slider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(24, 43, 66, 0.5);
  z-index: 1;
}
.home-header .header-slider .item .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  color: #FFF;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .home-header .header-slider .item .slide-content {
    text-align: center;
  }
}
.home-header .header-slider .item .slide-content .head {
  font-size: 40px;
  width: 70%;
  margin-bottom: 15px;
  font-weight:600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .header-slider .item .slide-content .head {
    font-size: 37px;
    width: 70%;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .header-slider .item .slide-content .head {
    font-size: 32px;
    width: 75%;
    margin-bottom: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header .header-slider .item .slide-content .head {
    font-size: 29px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home-header .header-slider .item .slide-content .head {
    font-size: 24px;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .home-header .header-slider .item .slide-content .head {
    font-size: 19px;
  }
}
.home-header .header-slider .item .slide-content p {
  width: 68%;
  font-size: 20px;
  color: #D2D2D2;
  font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .header-slider .item .slide-content p {
    width: 60%;
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .header-slider .item .slide-content p {
    width: 65%;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header .header-slider .item .slide-content p {
    width: 85%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .home-header .header-slider .item .slide-content p {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .home-header .header-slider .item .slide-content p {
    font-size: 14px;
  }
}
.home-header .header-slider .item .slide-content .more {
  background-color: #D2D2D2;
  color: #1D2B3C;
  border-radius: 35px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .header-slider .item .slide-content .more {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .header-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header .header-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home-header .header-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .home-header .header-slider .item .slide-content .more {
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.home-header .header-slider .item .slide-content .more:focus {
  box-shadow: none;
}
.home-header .header-slider .item .slide-content .more:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}
.home-header .slider-container {
  position: absolute;
  width: 100%;
  bottom: 15%;
}
.home-header .slider-container .paging {
  color: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .home-header .slider-container .paging {
    margin-bottom: 0;
  }
}
.home-header .slider-container .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-start: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .slider-container .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header .slider-container .paging li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .home-header .slider-container .paging li {
    font-size: 14px;
  }
}
.home-header .slider-container .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .slider-container .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-header .slider-container .paging li i {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .home-header .slider-container .paging li i {
    font-size: 25px;
  }
}
.home-header .slider-container .paging li:hover {
  opacity: 0.6;
}

.welcoming-meassage {
  margin-bottom: 30px;
  margin-top: 20px;
}
.welcoming-meassage .welcoming-meassage-info h3 {
  font-size: 40px;
  color: #3b3b3b;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .welcoming-meassage .welcoming-meassage-info h3 {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .welcoming-meassage .welcoming-meassage-info h3 {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .welcoming-meassage .welcoming-meassage-info h3 {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  .welcoming-meassage .welcoming-meassage-info h3 {
    font-size: 26px;
  }
}
.welcoming-meassage .welcoming-meassage-info p {
  font-size: 20px;
  color: #3b3b3b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .welcoming-meassage .welcoming-meassage-info p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .welcoming-meassage .welcoming-meassage-info p {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .welcoming-meassage .welcoming-meassage-info p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .welcoming-meassage .welcoming-meassage-info p {
    font-size: 16px;
  }
}
.welcoming-meassage .welcoming-meassage-info .image {
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .welcoming-meassage .welcoming-meassage-info .image {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .welcoming-meassage .welcoming-meassage-info .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .welcoming-meassage .welcoming-meassage-info .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .welcoming-meassage .welcoming-meassage-info .image img {
    width: 120px;
  }
}
.welcoming-meassage .welcome-image {
  width: 100%;
  max-width: 100%;
  max-height: 380px;
}

.latest-news {
  position: relative;
}
.latest-news .news-list {
  border: none;
  padding-top: 87px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .news-list {
    padding-top: 75px;
  }
}
@media (max-width: 576px) {
  .latest-news .news-list {
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .latest-news .news-list {
    padding-top: 95px;
  }
}
.latest-news .news-list li a {
  font-size: 30px;
  color: #FFF;
  display: inline-block;
  margin-inline-end: 30px;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .news-list li a {
    font-size: 27px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .news-list li a {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .latest-news .news-list li a {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  .latest-news .news-list li a {
    font-size: 18px;
    margin-inline-end: 15px;
  }
}
.latest-news .news-list li a.active {
  border-bottom: 1px solid #D2D2D2;
  --webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.latest-news .news-list li a:hover {
  border-bottom: 1px solid #D2D2D2;
  --webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.latest-news .latest-news-slider .item {
  background-image: url("../img/news-back.png");
  background-size: cover;
  background-position: center;
  min-height: 710px;
  height: 710px;
  position: relative;
}
.latest-news .latest-news-slider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(29, 43, 60, 0.5);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-news-slider .item {
    min-height: 680px;
    height: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-news-slider .item {
    min-height: 630px;
    height: 630px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .latest-news-slider .item {
    min-height: 615px;
    height: 615px;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item {
    min-height: 590px;
    height: 590px;
  }
}
.latest-news .latest-news-slider .item .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content {
    text-align: center;
  }
}
.latest-news .latest-news-slider .item .slide-content .info {
  position: relative;
  height: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #FFF;
}
.latest-news .latest-news-slider .item .slide-content .info .date {
  width: 140px;
  height: 120px;
  background-color: #1D2B3C;
  position: absolute;
  right: 15px;
  top: 0px;
  color: #fff;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 49% 100%, 0% 66%, 0% 0%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-news-slider .item .slide-content .info .date {
    width: 130px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-news-slider .item .slide-content .info .date {
    width: 130px;
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .latest-news-slider .item .slide-content .info .date {
    width: 115px;
    height: 90px;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .date {
    width: 105px;
    height: 85px;
  }
}
.latest-news .latest-news-slider .item .slide-content .info .date .day {
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-news-slider .item .slide-content .info .date .day {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-news-slider .item .slide-content .info .date .day {
    font-size: 27px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .latest-news-slider .item .slide-content .info .date .day {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .date .day {
    font-size: 22px;
  }
}
.latest-news .latest-news-slider .item .slide-content .info .date span {
  font-size: 16px;
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .date span {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .tab {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .tab-content {
    width: 100%;
  }
}
.latest-news .latest-news-slider .item .slide-content .info .head {
  font-size: 38px;
  width: 80%;
  margin-bottom: 25px;
  margin-top: 15px;
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-news-slider .item .slide-content .info .head {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-news-slider .item .slide-content .info .head {
    font-size: 31px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .latest-news-slider .item .slide-content .info .head {
    font-size: 29px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .head {
    font-size: 19px;
    width: 100%;
  }
}
.latest-news .latest-news-slider .item .slide-content .info p {
  width: 48%;
  font-size: 18px;
  color: #D2D2D2;
  margin-top: 10px;
  max-height: 100px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-news-slider .item .slide-content .info p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-news-slider .item .slide-content .info p {
    width: 60%;
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .latest-news-slider .item .slide-content .info p {
    width: 80%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info p {
    width: 100%;
    font-size: 16px;
  }
}
.latest-news .latest-news-slider .item .slide-content .info .more {
  background-color: #D2D2D2;
  color: #1D2B3C;
  border-radius: 35px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-news-slider .item .slide-content .info .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .latest-news-slider .item .slide-content .info .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .latest-news .latest-news-slider .item .slide-content .info .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
.latest-news .latest-news-slider .item .slide-content .info .more:focus {
  box-shadow: none;
}
.latest-news .latest-news-slider .item .slide-content .info .more:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}
.latest-news .news-slider-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.latest-news .news-slider-container .paging {
  color: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.latest-news .news-slider-container .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-start: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .news-slider-container .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .news-slider-container .paging li {
    font-size: 14px;
  }
}
.latest-news .news-slider-container .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .news-slider-container .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .news-slider-container .paging li i {
    font-size: 25px;
  }
}
.latest-news .news-slider-container .paging li:hover {
  opacity: 0.6;
}
.latest-news .news-slider-container .second-news-slider {
  width: 1110px;
  margin-inline-start: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .news-slider-container .second-news-slider {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .news-slider-container .second-news-slider {
    width: 650px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .news-slider-container .second-news-slider {
    width: 450px;
  }
}
@media (max-width: 576px) {
  .latest-news .news-slider-container .second-news-slider {
    width: 290px;
  }
}
@media (max-width: 420px) {
  .latest-news .news-slider-container .second-news-slider {
    width: 220px;
  }
}
.latest-news .news-slider-container .second-news-slider .slick-list {
  height: 100%;
  padding: 0 60px 0 0 !important;
}
.latest-news .news-slider-container .second-news-slider .slick-list .slick-track {
  margin-top: 20px;
}
.latest-news .news-slider-container .second-news-slider .item {
  cursor: pointer;
}
.latest-news .news-slider-container .second-news-slider .item img {
  width: 100%;
  padding: 0 5px;
  max-height: 180px;
  height: 180px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news .news-slider-container .second-news-slider .item img {
    max-height: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latest-news .news-slider-container .second-news-slider .item img {
    max-height: 110px;
    height: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .latest-news .news-slider-container .second-news-slider .item img {
    max-height: 110px;
    height: 110px;
  }
}
@media (max-width: 576px) {
  .latest-news .news-slider-container .second-news-slider .item img {
    max-height: 100px;
    height: 100px;
  }
}
@media (max-width: 420px) {
  .latest-news .news-slider-container .second-news-slider .item img {
    max-height: 85px;
    height: 85px;
  }
}

.photo-gallery {
  margin-bottom: 40px;
}
.photo-gallery a {
  text-decoration: none;
}
.photo-gallery a .head {
  color: #3b3b3b;
  font-size: 40px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-gallery a .head {
    font-size: 37px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery a .head {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .photo-gallery a .head {
    font-size: 29px;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .photo-gallery a .head {
    font-size: 26px;
    margin-bottom: 28px;
  }
}
@media (max-width: 420px) {
  .photo-gallery a .head {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .gallery-slider .padding {
    padding: 0 5px;
  }
}
.photo-gallery .gallery-slider .gallery-box {
  position: relative;
  height: 415px;
  min-height: 415px;
  margin: 0 15px;
  margin-top: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0px 15px rgba(19, 20, 20, 0.5);
  -moz-box-shadow: 0 0px 15px rgba(19, 20, 20, 0.5);
  -o-box-shadow: 0 0px 15px rgba(19, 20, 20, 0.5);
  box-shadow: 0 0px 15px rgba(19, 20, 20, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-gallery .gallery-slider .gallery-box {
    height: 400px;
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .gallery-slider .gallery-box {
    height: 340px;
    min-height: 340px;
  }
}
@media (max-width: 420px) {
  .photo-gallery .gallery-slider .gallery-box {
    height: 355px;
    min-height: 355px;
  }
}
.photo-gallery .gallery-slider .gallery-box img {
  width: 100%;
  height: 100%;
}
.photo-gallery .gallery-slider .gallery-box .box-overlay {
  background-color: rgba(28, 39, 50, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42%;
  color: #FFF;
  padding: 10px;
}
.photo-gallery .gallery-slider .gallery-box .box-overlay h4 {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay h4 {
    font-size: 17px;
  }
}
.photo-gallery .gallery-slider .gallery-box .box-overlay p {
  font-size: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 420px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.photo-gallery .gallery-slider .gallery-box .box-overlay .more {
  background-color: #D2D2D2;
  color: #1D2B3C;
  border-radius: 35px;
  width: 150px;
  height: 41px;
  line-height: 41px;
  font-size: 17px;
  padding: 0;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay .more {
    width: 140px;
    height: 39px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay .more {
    width: 140px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .photo-gallery .gallery-slider .gallery-box .box-overlay .more {
    width: 125px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}
.photo-gallery .gallery-slider .gallery-box .box-overlay .more:focus {
  box-shadow: none;
}
.photo-gallery .gallery-slider .gallery-box .box-overlay .more:hover {
  color: #D2D2D2;
  background-color: rgba(29, 43, 60, 0.6);
}
.photo-gallery .paging {
  color: #1D2B3C;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 10px;
  margin-inline-end: 15px;
}
.photo-gallery .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-start: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .photo-gallery .paging li {
    font-size: 14px;
  }
}
.photo-gallery .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .photo-gallery .paging li i {
    font-size: 25px;
  }
}
.photo-gallery .paging li:hover {
  opacity: 0.6;
}

.gallery-header {
  position: relative;
}
.gallery-header .paging-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.gallery-header .paging-info .paging {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 576px) {
  .gallery-header .paging-info .paging {
    margin-bottom: 0;
  }
}
.gallery-header .paging-info .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-start: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-header .paging-info .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-header .paging-info .paging li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .gallery-header .paging-info .paging li {
    font-size: 14px;
  }
}
.gallery-header .paging-info .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-header .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-header .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .gallery-header .paging-info .paging li i {
    font-size: 25px;
  }
}
.gallery-header .paging-info .paging li:hover {
  opacity: 0.6;
}
.gallery-header .gallery-slider .item {
  background-image: url("../img/home-back.png");
  background-size: cover;
  background-position: center;
  min-height: 65vh;
  height: 65vh;
}
.gallery-header .gallery-slider .item .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .gallery-header .gallery-slider .item .slide-content {
    text-align: center;
  }
}
.gallery-header .gallery-slider .item .slide-content .head {
  font-size: 40px;
  width: 61%;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-header .gallery-slider .item .slide-content .head {
    font-size: 37px;
    width: 70%;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-header .gallery-slider .item .slide-content .head {
    font-size: 32px;
    width: 75%;
    margin-bottom: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-header .gallery-slider .item .slide-content .head {
    font-size: 29px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .gallery-header .gallery-slider .item .slide-content .head {
    font-size: 24px;
    width: 100%;
  }
}
.gallery-header .gallery-slider .item .slide-content p {
  width: 55%;
  font-size: 20px;
  color: #D2D2D2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-header .gallery-slider .item .slide-content p {
    width: 60%;
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-header .gallery-slider .item .slide-content p {
    width: 65%;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-header .gallery-slider .item .slide-content p {
    width: 85%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .gallery-header .gallery-slider .item .slide-content p {
    width: 100%;
    font-size: 16px;
  }
}
.gallery-header .gallery-slider .item .slide-content .more {
  background-color: #D2D2D2;
  color: #1D2B3C;
  border-radius: 35px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-header .gallery-slider .item .slide-content .more {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-header .gallery-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-header .gallery-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .gallery-header .gallery-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
.gallery-header .gallery-slider .item .slide-content .more:focus {
  box-shadow: none;
}
.gallery-header .gallery-slider .item .slide-content .more:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}

.img-vid-gallery .video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.95);
  width: 101%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.img-vid-gallery .video-popup.active {
  visibility: visible;
  opacity: 1;
}
.img-vid-gallery .video-popup video {
  position: relative;
  max-width: 900px;
  outline: none;
  top: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-vid-gallery .video-popup video {
    max-width: 700px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .video-popup video {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .video-popup video {
    max-width: 400px;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .video-popup video {
    max-width: 270px;
  }
}
.img-vid-gallery .video-popup .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  max-width: 32px;
}
.img-vid-gallery .categories-slider-nav {
  box-shadow: 6px 0 20px 0px rgba(133, 133, 133, 0.25);
  margin-top: 50px;
  background-color: #FFF;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .categories-slider-nav {
    width: 90%;
    margin: 50px auto 0;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .categories-slider-nav {
    width: 80%;
    margin: 50px auto 0;
  }
}
.img-vid-gallery .categories-slider-nav .slick-prev {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  left: -30px;
  z-index: 60;
  box-shadow: -5px 0px 3px 0px rgba(133, 133, 133, 0.25);
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider-nav .slick-prev {
    width: 41px;
    height: 41px;
  }
}
.img-vid-gallery .categories-slider-nav .slick-prev:before {
  font-family: "FontAwesome";
  content: "";
  color: #1D2B3C;
  font-size: 35px;
  opacity: 1;
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider-nav .slick-prev:before {
    font-size: 28px;
  }
}
.img-vid-gallery .categories-slider-nav .slick-next {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  right: -37px;
  z-index: 60;
  box-shadow: 5px 0px 3px 0px rgba(133, 133, 133, 0.25);
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider-nav .slick-next {
    width: 41px;
    height: 41px;
    right: -30px;
  }
}
.img-vid-gallery .categories-slider-nav .slick-next:before {
  font-family: "FontAwesome";
  content: "";
  color: #1D2B3C;
  font-size: 35px;
  opacity: 1;
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider-nav .slick-next:before {
    font-size: 28px;
  }
}
.img-vid-gallery .categories-slider-nav .cat-nav {
  color: #9b9b9b;
  font-size: 21px;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  border-radius: 35px;
  cursor: pointer;
  margin: 0 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-vid-gallery .categories-slider-nav .cat-nav {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-vid-gallery .categories-slider-nav .cat-nav {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .categories-slider-nav .cat-nav {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .categories-slider-nav .cat-nav {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider-nav .cat-nav {
    margin: 0 10px;
    font-size: 15px;
    border-radius: 16px;
    min-height: 40px;
  }
}
.img-vid-gallery .categories-slider-nav .cat-nav:before {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  position: absolute;
  left: -2px;
  background-color: #000;
}
.img-vid-gallery .categories-slider-nav .cat-nav:first-of-type::before {
  display: none;
}
.img-vid-gallery .categories-slider-nav .cat-nav.slick-current {
  background-color: #1D2B3C;
  color: #FFF;
}
.img-vid-gallery .categories-slider-nav .cat-nav.slick-current:before {
  display: none;
}
.img-vid-gallery .categories-slider-nav .cat-nav.slick-current + .cat-nav:before {
  display: none;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-next {
  right: 40%;
  color: #000;
  top: unset;
  bottom: -13px;
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-next {
    right: 38%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-next {
    right: 34%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-next {
    right: 29%;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-next {
    right: 22%;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-next {
    right: 5%;
  }
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-next:before {
  content: "";
  font-size: 25px !important;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-prev {
  left: 40%;
  color: #000;
  top: unset;
  bottom: -13px;
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-prev {
    left: 38%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-prev {
    left: 34%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-prev {
    left: 29%;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-prev {
    left: 22%;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .categories-slider .cat .pic-slider .slick-prev {
    left: 5%;
  }
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-prev:before {
  content: "";
  font-size: 25px !important;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container {
  width: 165px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: fit-content;
  position: relative;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container.fit-content {
  width: fit-content;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: fit-content;
  width: fit-content;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 4px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #111;
  font-weight: bold;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul li.p-small-1 {
  transform: scale(1);
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul li.n-small-1 {
  transform: scale(1);
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul li.slick-active {
  transform-origin: center;
  background: #1D2B3C;
  color: #FFF;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.img-vid-gallery .categories-slider .cat .pic-slider .slick-dots-container > ul li button:before {
  display: none;
}
.img-vid-gallery .show-buttons {
  text-align: end;
  padding: 20px 0;
}
@media (max-width: 420px) {
  .img-vid-gallery .show-buttons {
    display: flex;
    flex-direction: column;
  }
}
.img-vid-gallery .show-buttons .btn {
  color: #a2a2a2;
  border-radius: 35px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 21px;
  padding: 0;
  margin: 0 15px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .img-vid-gallery .show-buttons .btn {
    font-size: 18px;
    width: 90px;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .show-buttons .btn {
    font-size: 16px;
    width: 100%;
  }
}
.img-vid-gallery .show-buttons .btn:focus {
  box-shadow: none;
}
.img-vid-gallery .show-buttons .btn:hover {
  color: #1D2B3C;
}
.img-vid-gallery .show-buttons .btn:hover .cls-1 {
  fill: #1D2B3C;
}
.img-vid-gallery .show-buttons .btn.active {
  color: #1D2B3C;
}
.img-vid-gallery .show-buttons .btn.active .cls-1 {
  fill: #1D2B3C;
}
@media (max-width: 576px) {
  .img-vid-gallery .show-buttons .btn.photos {
    margin: 0 10px;
  }
}
.img-vid-gallery .show-buttons .btn:before {
  content: "";
  display: block;
  height: 15px;
  width: 2px;
  position: absolute;
  left: -19%;
  bottom: 25%;
  background-color: #000;
}
.img-vid-gallery .show-buttons .btn:first-of-type:before {
  display: none;
}
.img-vid-gallery .show-buttons .btn.videos svg {
  margin-bottom: 10px;
}
.img-vid-gallery .show-buttons .btn svg .cls-1 {
  fill: #a2a2a2;
}
@media (max-width: 576px) {
  .img-vid-gallery .show-buttons .btn svg {
    width: 28px;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .show-buttons .btn svg {
    width: 22px;
  }
}
.img-vid-gallery .grid-sizer {
  width: 33.33%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .grid-sizer {
    width: 100%;
  }
}
.img-vid-gallery .grid-item {
  width: 33.33%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .grid-item {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .grid-item {
    width: 50% !important;
  }
}
@media (max-width: 420px) {
  .img-vid-gallery .grid-item {
    width: 100% !important;
  }
}
.img-vid-gallery .grid-item.photo-item img {
  min-width: 100%;
}
.img-vid-gallery .grid-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 7px;
}
.img-vid-gallery .grid-item .video {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  padding: 7px;
  position: relative;
  cursor: pointer;
}
.img-vid-gallery .grid-item .video video {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.img-vid-gallery .grid-item .video .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.img-vid-gallery .closed {
  display: none !important;
}
.img-vid-gallery .grid-item--width2 {
  width: 66.66%;
}
.img-vid-gallery .grid-item--width3 {
  width: 70%;
}
.img-vid-gallery .grid-item--width4 {
  width: 28%;
}
.img-vid-gallery .grid-item--width5 {
  width: 40%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-vid-gallery .grid-item--width5 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .grid-item--width5 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .grid-item--width5 {
    width: 100%;
  }
}
.img-vid-gallery .grid-item--width6 {
  width: 58%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-vid-gallery .grid-item--width6 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-vid-gallery .grid-item--width6 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .img-vid-gallery .grid-item--width6 {
    width: 100%;
  }
}

.mfp-close {
  cursor: pointer !important;
}

.events-list-header {
  position: relative;
}
.events-list-header .paging-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.events-list-header .paging-info .paging {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 576px) {
  .events-list-header .paging-info .paging {
    margin-bottom: 0;
  }
}
.events-list-header .paging-info .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-start: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-list-header .paging-info .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .events-list-header .paging-info .paging li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .events-list-header .paging-info .paging li {
    font-size: 14px;
  }
}
.events-list-header .paging-info .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-list-header .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .events-list-header .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .events-list-header .paging-info .paging li i {
    font-size: 25px;
  }
}
.events-list-header .paging-info .paging li:hover {
  opacity: 0.6;
}
.events-list-header .events-list-slider .item {
  background-image: url("../img/home-back.png");
  background-size: cover;
  background-position: center;
  min-height: 65vh;
  height: 65vh;
}
.events-list-header .events-list-slider .item .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .events-list-header .events-list-slider .item .slide-content {
    text-align: center;
  }
}
.events-list-header .events-list-slider .item .slide-content .head {
  font-size: 40px;
  width: 61%;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .events-list-header .events-list-slider .item .slide-content .head {
    font-size: 37px;
    width: 70%;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-list-header .events-list-slider .item .slide-content .head {
    font-size: 32px;
    width: 75%;
    margin-bottom: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .events-list-header .events-list-slider .item .slide-content .head {
    font-size: 29px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .events-list-header .events-list-slider .item .slide-content .head {
    font-size: 24px;
    width: 100%;
  }
}
.events-list-header .events-list-slider .item .slide-content p {
  width: 55%;
  font-size: 20px;
  color: #D2D2D2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .events-list-header .events-list-slider .item .slide-content p {
    width: 60%;
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-list-header .events-list-slider .item .slide-content p {
    width: 65%;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .events-list-header .events-list-slider .item .slide-content p {
    width: 85%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .events-list-header .events-list-slider .item .slide-content p {
    width: 100%;
    font-size: 16px;
  }
}
.events-list-header .events-list-slider .item .slide-content .more {
  background-color: #D2D2D2;
  color: #1D2B3C;
  border-radius: 35px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .events-list-header .events-list-slider .item .slide-content .more {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-list-header .events-list-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .events-list-header .events-list-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .events-list-header .events-list-slider .item .slide-content .more {
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
.events-list-header .events-list-slider .item .slide-content .more:focus {
  box-shadow: none;
}
.events-list-header .events-list-slider .item .slide-content .more:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}

.upcoming-events {
  padding-top: 30px;
  margin-bottom: 30px;
}
.upcoming-events .head {
  font-size: 43px;
  color: #1D2B3C;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upcoming-events .head {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upcoming-events .head {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .upcoming-events .head {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .upcoming-events .head {
    font-size: 28px;
  }
}
.upcoming-events .upcoming-events-slider .item {
  position: relative;
  margin: 0 5px;
  min-height: 205px;
  height: 205px;
}
@media (max-width: 420px) {
  .upcoming-events .upcoming-events-slider .item {
    min-height: 185px;
    height: 185px;
  }
}
.upcoming-events .upcoming-events-slider .item .item-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}
.upcoming-events .upcoming-events-slider .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 43, 60, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
}
.upcoming-events .upcoming-events-slider .item .info h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upcoming-events .upcoming-events-slider .item .info h5 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upcoming-events .upcoming-events-slider .item .info h5 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .upcoming-events .upcoming-events-slider .item .info h5 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .upcoming-events .upcoming-events-slider .item .info h5 {
    font-size: 16px;
  }
}
.upcoming-events .upcoming-events-slider .item .info .date {
  display: flex;
}
.upcoming-events .upcoming-events-slider .item .info .date .clock {
  width: 18px;
  margin-inline-end: 10px;
}
.upcoming-events .upcoming-events-slider .item .info .date span {
  display: inline-block;
  padding: 0 3px;
  font-size: 15px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .upcoming-events .upcoming-events-slider .item .info .date span {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .upcoming-events .upcoming-events-slider .item .info .date span {
    font-size: 14px;
  }
}
.upcoming-events .upcoming-events-slider .slick-prev {
  left: -40px;
  height: 40px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .upcoming-events .upcoming-events-slider .slick-prev {
    left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upcoming-events .upcoming-events-slider .slick-prev {
    left: -22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upcoming-events .upcoming-events-slider .slick-prev {
    left: -26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .upcoming-events .upcoming-events-slider .slick-prev {
    left: -24px;
  }
}
@media (max-width: 576px) {
  .upcoming-events .upcoming-events-slider .slick-prev {
    left: -15px;
  }
}
.upcoming-events .upcoming-events-slider .slick-prev:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 35px;
  line-height: 1;
  opacity: 1;
  color: #1D2B3C;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .upcoming-events .upcoming-events-slider .slick-prev:before {
    font-size: 29px;
  }
}
.upcoming-events .upcoming-events-slider .slick-prev:hover:before {
  opacity: 0.6;
}
.upcoming-events .upcoming-events-slider .slick-next {
  right: -40px;
  height: 40px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .upcoming-events .upcoming-events-slider .slick-next {
    right: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upcoming-events .upcoming-events-slider .slick-next {
    right: -22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .upcoming-events .upcoming-events-slider .slick-next {
    right: -26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .upcoming-events .upcoming-events-slider .slick-next {
    right: -24px;
  }
}
@media (max-width: 576px) {
  .upcoming-events .upcoming-events-slider .slick-next {
    right: -15px;
  }
}
.upcoming-events .upcoming-events-slider .slick-next:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 35px;
  line-height: 1;
  opacity: 1;
  color: #1D2B3C;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .upcoming-events .upcoming-events-slider .slick-next:before {
    font-size: 29px;
  }
}
.upcoming-events .upcoming-events-slider .slick-next:hover:before {
  opacity: 0.6;
}

.all-events {
  margin-top: 40px;
}
.all-events .head {
  font-size: 43px;
  color: #1D2B3C;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .all-events .head {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .head {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .head {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .all-events .head {
    font-size: 28px;
  }
}
.all-events .week-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates {
    flex-direction: column;
    align-items: flex-start;
  }
}
.all-events .week-dates .week-events {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .week-events {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .week-events {
    order: 2;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .week-events {
    order: 2;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events {
    margin-top: 15px;
  }
}
.all-events .week-dates .week-events h4 {
  font-size: 20px;
  color: #1D2B3C;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events h4 {
    font-size: 17px;
  }
}
.all-events .week-dates .week-events .week-days {
  display: inline-block;
  margin: 0 20px;
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .week-events .week-days {
    margin: 0;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .week-events .week-days {
    margin: 0;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .week-events .week-days {
    margin: 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events .week-days {
    margin-top: 0;
  }
}
.all-events .week-dates .week-events .week-days .day-info {
  display: inline-block;
  color: #7e7e7f;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 82px;
  height: 73px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .week-events .week-days .day-info {
    width: 60px;
    height: 65px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .week-events .week-days .day-info {
    width: 60px;
    height: 65px;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .week-events .week-days .day-info {
    width: 50px;
    height: 60px;
    margin-top: 8px;
  }
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events .week-days .day-info {
    width: 32px;
  }
}
.all-events .week-dates .week-events .week-days .day-info .num {
  font-size: 25px;
  padding: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .week-events .week-days .day-info .num {
    font-size: 20px;
    padding: 2px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .week-events .week-days .day-info .num {
    font-size: 18px;
    padding: 2px;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .week-events .week-days .day-info .num {
    font-size: 18px;
    padding: 2px;
  }
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events .week-days .day-info .num {
    font-size: 14px;
  }
}
.all-events .week-dates .week-events .week-days .day-info .hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 2px solid #7e7e7f;
  width: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .week-events .week-days .day-info .hr {
    margin-bottom: 1px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .week-events .week-days .day-info .hr {
    margin-bottom: 1px;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .week-events .week-days .day-info .hr {
    margin-bottom: 1px;
  }
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events .week-days .day-info .hr {
    width: 24px;
  }
}
.all-events .week-dates .week-events .week-days .day-info .day {
  font-size: 14px;
  padding: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .week-events .week-days .day-info .day {
    font-size: 13px;
    padding: 3px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .week-events .week-days .day-info .day {
    font-size: 13px;
    padding: 3px;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .week-events .week-days .day-info .day {
    font-size: 13px;
    padding: 3px;
  }
}
@media (max-width: 420px) {
  .all-events .week-dates .week-events .week-days .day-info .day {
    font-size: 10px;
    padding: 0px;
  }
}
.all-events .week-dates .week-events .week-days .day-info.checked {
  background-color: #1D2B3C;
  color: #fff;
}
.all-events .week-dates .week-events .week-days .day-info.checked .hr {
  border-top: 2px solid #fff;
}
.all-events .week-dates .pick-date {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .pick-date {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .pick-date {
    order: 1;
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .pick-date {
    order: 1;
    width: 100%;
    justify-content: flex-end;
  }
}
.all-events .week-dates .pick-date img {
  width: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .week-dates .pick-date img {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .week-dates .pick-date img {
    width: 25px;
  }
}
@media (max-width: 576px) {
  .all-events .week-dates .pick-date img {
    width: 25px;
  }
}
.all-events .week-dates .pick-date span {
  font-weight: bold;
  font-size: 20px;
  color: #1D2B3C;
  font-weight: bold;
  padding: 0 10px;
}
@media (max-width: 420px) {
  .all-events .week-dates .pick-date span {
    font-size: 17px;
  }
}
.all-events .event-categories {
  margin-top: 45px;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .all-events .event-categories {
    margin-top: 35px;
  }
}
.all-events .event-categories .show-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .event-categories .show-buttons {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .all-events .event-categories .show-buttons {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.all-events .event-categories .show-buttons .btn {
  color: #1D2B3C;
  border: 1px solid #1D2B3C;
  border-radius: 35px;
  width: 240px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  padding: 0;
  margin: 0 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .event-categories .show-buttons .btn {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 4px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .event-categories .show-buttons .btn {
    margin: 0;
    margin-top: 10px;
    width: 220px;
  }
}
@media (max-width: 576px) {
  .all-events .event-categories .show-buttons .btn {
    margin: 0;
    margin-top: 10px;
    width: 175px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .all-events .event-categories .show-buttons .btn {
    width: 110px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
.all-events .event-categories .show-buttons .btn:focus {
  box-shadow: none;
}
.all-events .event-categories .show-buttons .btn:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}
.all-events .event-categories .show-buttons .btn.active {
  background-color: #1D2B3C;
  color: #D2D2D2;
}
.all-events .event-categories .show-buttons .btn.all {
  margin-inline-start: 0;
}
.all-events .event-categories .show-buttons .btn.private {
  margin-inline-end: 0;
}
.all-events .event-categories .event-items {
  margin-top: 40px;
  min-height: 360px;
}
.all-events .event-categories .event-items .event {
  min-height: 360px;
  height: 360px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .all-events .event-categories .event-items .event {
    min-height: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .event-categories .event-items .event {
    min-height: 260px;
    height: 260px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .event-categories .event-items .event {
    min-height: 250px;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .all-events .event-categories .event-items .event {
    min-height: 200px;
    height: 200px;
  }
}
@media (max-width: 420px) {
  .all-events .event-categories .event-items .event {
    min-height: 160px;
    height: 160px;
  }
}
.all-events .event-categories .event-items .event .event-img {
  width: 100%;
  height: 100%;
}
.all-events .event-categories .event-items .event .event-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  color: #fff;
  background-color: rgba(29, 43, 60, 0.6);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .all-events .event-categories .event-items .event .event-info {
    width: 235px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .event-categories .event-items .event .event-info {
    width: 225px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .event-categories .event-items .event .event-info {
    width: 225px;
  }
}
@media (max-width: 576px) {
  .all-events .event-categories .event-items .event .event-info {
    width: 100%;
  }
}
.all-events .event-categories .event-items .event .event-info h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .all-events .event-categories .event-items .event .event-info h4 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-events .event-categories .event-items .event .event-info h4 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-events .event-categories .event-items .event .event-info h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .all-events .event-categories .event-items .event .event-info h4 {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .all-events .event-categories .event-items .event .event-info h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.all-events .event-categories .event-items .event .event-info .date {
  display: flex;
}
.all-events .event-categories .event-items .event .event-info .date .clock {
  width: 18px;
  margin-inline-end: 10px;
}
@media (max-width: 420px) {
  .all-events .event-categories .event-items .event .event-info .date .clock {
    font-size: 15px;
  }
}
.all-events .event-categories .event-items .event .event-info .date span {
  display: inline-block;
  padding: 0 3px;
  font-size: 15px;
}
@media (max-width: 420px) {
  .all-events .event-categories .event-items .event .event-info .date span {
    font-size: 13px;
  }
}

.news-details-header {
  position: relative;
}
.news-details-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(29, 43, 60, 0.4);
  z-index: 2;
}
.news-details-header .navbar {
  background-color: rgba(29, 43, 60, 0.9);
}
.news-details-header .paging-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.news-details-header .paging-info .paging {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
  position: relative;
}
@media (max-width: 576px) {
  .news-details-header .paging-info .paging {
    margin-bottom: 0;
  }
}
.news-details-header .paging-info .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-end: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-header .paging-info .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-details-header .paging-info .paging li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .news-details-header .paging-info .paging li {
    font-size: 14px;
  }
}
.news-details-header .paging-info .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-header .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-details-header .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .news-details-header .paging-info .paging li i {
    font-size: 25px;
  }
}
.news-details-header .paging-info .paging li:hover {
  opacity: 0.6;
}
.news-details-header .news-details-slider .item {
  background-image: url("../img/news-details/news-details-back.png");
  background-size: cover;
  background-position: center;
  min-height: 85vh;
  height: 85vh;
}
.news-details-header .news-details-slider .item img {
  width: 100%;
}

.news-info-slider {
  margin-top: 40px;
}
.news-info-slider .news-info img {
  width: 100%;
  float: right;
  max-width: 650px;
  padding-inline-start: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-info-slider .news-info img {
    max-width: 590px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-info-slider .news-info img {
    padding-inline-start: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-info-slider .news-info img {
    padding-inline-start: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .news-info-slider .news-info img {
    padding-inline-start: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.news-info-slider .news-info .news-text .head {
  font-size: 34px;
  font-weight: bold;
  color: #1D2B3C;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-info-slider .news-info .news-text .head {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-info-slider .news-info .news-text .head {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-info-slider .news-info .news-text .head {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .news-info-slider .news-info .news-text .head {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .news-info-slider .news-info .news-text .head {
    font-size: 19px;
  }
}
.news-info-slider .news-info .news-text p {
  font-size: 15px;
  color: #3b3b3b;
  text-align: justify;
}

.related-news {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.related-news .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #1D2B3C;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related-news .overlay {
    width: 53%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-news .overlay {
    width: 53%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .overlay {
    width: 53%;
  }
}
@media (max-width: 576px) {
  .related-news .overlay {
    width: 100%;
  }
}
.related-news .heading {
  color: #fff;
  font-size: 44px;
  padding-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related-news .heading {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-news .heading {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .heading {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .related-news .heading {
    font-size: 28px;
  }
}
.related-news .read-more {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related-news .read-more {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-news .read-more {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .read-more {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .related-news .read-more {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .related-news .container-right {
    margin-left: 0;
    margin-right: calc(50vw - 585px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related-news .container-right {
    margin-left: 0;
    margin-right: calc(50vw - 485px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-news .container-right {
    margin-left: 0;
    margin-right: calc(50vw - 375px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .container-right {
    margin-left: 0;
    margin-right: calc(50vw - 275px);
  }
}
.related-news .container-right .related-news-slider .slick-list {
  padding-right: 0 !important;
}
.related-news .container-right .related-news-slider .item {
  margin: 5px;
  position: relative;
  height: 280px;
  min-height: 280px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .container-right .related-news-slider .item {
    height: 240px;
    min-height: 240px;
  }
}
.related-news .container-right .related-news-slider .item img {
  width: 100%;
  height: 100%;
}
.related-news .container-right .related-news-slider .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(29, 43, 60, 0.5);
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-news .container-right .related-news-slider .item .info .head {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .container-right .related-news-slider .item .info .head {
    font-size: 17px;
  }
}
.related-news .container-right .related-news-slider .item .info .more {
  border-radius: 35px;
  color: #1D2B3C;
  background-color: #D2D2D2;
  width: 170px;
  height: 42px;
  line-height: 41px;
  padding: 0;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .container-right .related-news-slider .item .info .more {
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .related-news .container-right .related-news-slider .item .info .more {
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
}
.related-news .container-right .related-news-slider .item .info .more:focus {
  box-shadow: none;
}
.related-news .container-right .related-news-slider .item .info .more:hover {
  background-color: #1D2B3C;
  color: #D2D2D2;
}
.related-news .paging-info {
  margin-top: 15px;
}
.related-news .paging-info .paging {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
  position: relative;
}
@media (max-width: 576px) {
  .related-news .paging-info .paging {
    margin-bottom: 0;
  }
}
.related-news .paging-info .paging li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-inline-end: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-news .paging-info .paging li {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .paging-info .paging li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .related-news .paging-info .paging li {
    font-size: 14px;
  }
}
.related-news .paging-info .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #D2D2D2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-news .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .related-news .paging-info .paging li i {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .related-news .paging-info .paging li i {
    font-size: 25px;
  }
}
.related-news .paging-info .paging li:hover {
  opacity: 0.6;
}

.atchievments-slider-content .slick-slide:not(.slick-active) {
  max-height: 0;
}
.atchievments-slider-content .cv-body {
  margin-bottom: 50px;
  margin-top: 30px;
}
.atchievments-slider-content .cv-body .heading-section {
  display: flex;
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .atchievments-slider-content .cv-body .heading-section {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .heading-section {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .heading-section {
    flex-direction: column;
  }
}
.atchievments-slider-content .cv-body .heading-section .text {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .atchievments-slider-content .cv-body .heading-section .text {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .heading-section .text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .heading-section .text {
    width: 100%;
  }
}
.atchievments-slider-content .cv-body .heading-section .head {
  color: #3B3B3B;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atchievments-slider-content .cv-body .heading-section .head {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .heading-section .head {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .heading-section .head {
    font-size: 35px;
  }
}
@media (max-width: 420px) {
  .atchievments-slider-content .cv-body .heading-section .head {
    font-size: 25px;
  }
}
.atchievments-slider-content .cv-body .heading-section ul {
  padding-left: 0;
  list-style: none;
}
.atchievments-slider-content .cv-body .heading-section ul li {
  font-size: 19px;
  color: #3B3B3B;
  position: relative;
  margin-bottom: 20px;
  margin-inline-start: 15px;
  width: 80%;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atchievments-slider-content .cv-body .heading-section ul li {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .heading-section ul li {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .heading-section ul li {
    width: 90%;
    font-size: 18px;
  }
}
.atchievments-slider-content .cv-body .heading-section ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 11px;
  background-color: #3B3B3B;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
  -o-box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
  box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
}
.atchievments-slider-content .cv-body .heading-section ul.certificates {
  margin-bottom: 20px;
}
.atchievments-slider-content .cv-body .heading-section .images {
  display: flex;
  margin-inline-start: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .atchievments-slider-content .cv-body .heading-section .images {
    height: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .heading-section .images {
    height: 275px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .heading-section .images {
    height: 215px;
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .atchievments-slider-content .cv-body .heading-section .images {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.atchievments-slider-content .cv-body .heading-section .images img {
  width: 230px;
  height: 100%;
  margin: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .atchievments-slider-content .cv-body .heading-section .images img {
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .heading-section .images img {
    width: auto;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .heading-section .images img {
    width: auto;
  }
}
@media (max-width: 420px) {
  .atchievments-slider-content .cv-body .heading-section .images img {
    width: 190px;
    margin-bottom: 10px;
  }
}
.atchievments-slider-content .cv-body .head {
  color: #3B3B3B;
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .head {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .head {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .atchievments-slider-content .cv-body .head {
    font-size: 36px;
  }
}
.atchievments-slider-content .cv-body .cv-info {
  color: #3B3B3B;
  text-align: justify;
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .atchievments-slider-content .cv-body .cv-info {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .cv-info {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .cv-info {
    margin-top: 0;
  }
}
.atchievments-slider-content .cv-body .cv-info ul {
  padding-left: 0;
  list-style: none;
}
.atchievments-slider-content .cv-body .cv-info ul li {
  font-size: 20px;
  color: #3B3B3B;
  position: relative;
  margin-bottom: 20px;
  margin-inline-start: 15px;
  width: 80%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .cv-info ul li {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .cv-info ul li {
    width: 90%;
  }
}
.atchievments-slider-content .cv-body .cv-info ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 11px;
  background-color: #3B3B3B;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
  -o-box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
  box-shadow: 0 2px 4px rgba(19, 20, 20, 0.5);
}
.atchievments-slider-content .cv-body .cv-info ul.certificates {
  margin-bottom: 60px;
}
.atchievments-slider-content .cv-body .cv-info h4 {
  font-size: 35px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom:20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atchievments-slider-content .cv-body .cv-info h4 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .atchievments-slider-content .cv-body .cv-info h4 {
    font-size: 27px;
  }
}
.atchievments-slider-content .cv-body .cv-info span {
  font-size: 23px;
}

.slider-tabs-atchiev {
  padding-top: 0px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev {
    padding-top: 20px;
  }
}
.slider-tabs-atchiev .item {
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px #adb5bd;
}
.slider-tabs-atchiev .item:not(:last-child) {
  margin: 0 22px;
}
.slider-tabs-atchiev .item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  height: 200px;
  color: #3b3b3b;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content {
    height: 177px;
  }
}
.slider-tabs-atchiev .item .item-content svg {
  margin-top: 31px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content svg {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.slider-tabs-atchiev .item .item-content h4 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content h4 {
    font-size: 14px;
  }
}
.slider-tabs-atchiev .item .item-content span {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content span {
    font-size: 18px;
  }
}
.slider-tabs-atchiev .item.slick-current .item-content {
  background-color: #1D2B3C;
  border: 1px solid #1D2B3C;
  transform: scale(1.2);
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item.slick-current .item-content {
    transform: unset;
  }
}
.slider-tabs-atchiev .item.slick-current .item-content svg {
  stroke: #fff;
}
.slider-tabs-atchiev .item.slick-current .item-content h4 {
  color: #fff;
}
.slider-tabs-atchiev .item.slick-current .item-content span {
  color: #fff;
}
.slider-tabs-atchiev .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.slider-tabs-atchiev .slick-active {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider-tabs-atchiev .slick-active:hover {
  background-color: #061b34;
}
.slider-tabs-atchiev .slick-active:hover .item-content {
  color: #fff;
}
.slider-tabs-atchiev .slick-active:hover .item-content svg {
  stroke: #fff;
}

.slider-tabs-atchiev {
  padding-top: 130px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev {
    padding-top: 110px;
  }
}
.slider-tabs-atchiev .item {
  cursor: pointer;
  margin: 0 10px;
  box-shadow: 0px 1px 5px 0px #adb5bd;
}
.slider-tabs-atchiev .item:not(:last-child) {
  margin: 0 22px;
}
.slider-tabs-atchiev .item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  height: 180px;
  color: #3b3b3b;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content {
    height: 177px;
  }
}
@media (max-width: 576px) {
  .slider-tabs-atchiev .item .item-content {
    height: 135px;
  }
}
.slider-tabs-atchiev .item .item-content svg {
  width: 50px;
}
@media (max-width: 576px) {
  .slider-tabs-atchiev .item .item-content svg {
    width: 38px;
  }
}
.slider-tabs-atchiev .item .item-content h4 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content h4 {
    font-size: 14px;
  }
}
.slider-tabs-atchiev .item .item-content span {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item .item-content span {
    font-size: 18px;
  }
}
.slider-tabs-atchiev .item.slick-current .item-content {
  background-color: #1D2B3C;
  border: 1px solid #1D2B3C;
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .slider-tabs-atchiev .item.slick-current .item-content {
    transform: unset;
  }
}
.slider-tabs-atchiev .item.slick-current .item-content svg {
  stroke: #fff;
}
.slider-tabs-atchiev .item.slick-current .item-content h4 {
  color: #fff;
}
.slider-tabs-atchiev .item.slick-current .item-content span {
  color: #fff;
}
.slider-tabs-atchiev .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.slider-tabs-atchiev .slick-active {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider-tabs-atchiev .slick-active:hover {
  background-color: #061b34;
}
.slider-tabs-atchiev .slick-active:hover .item-content {
  color: #fff;
}
.slider-tabs-atchiev .slick-active:hover .item-content svg {
  stroke: #fff;
}

.biography {
  padding-top: 40px;
  padding-bottom: 42px;
}
@media (max-width: 767.98px) {
  .biography {
    padding-top: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .biography {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .biography {
    padding-top: 30px;
    padding-bottom: 32px;
  }
}
.biography .row {
  padding: 0;
}
@media (max-width: 991.98px) {
  .biography .row {
    padding: 0 15px;
  }
}
.biography .row > div:first-child {
  padding: 0;
}
@media (max-width: 991.98px) {
  .biography .row > div:first-child {
    padding: 0 15px;
  }
}
.biography .row > div .biography-info h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #1a293b;
}
@media (max-width: 767.98px) {
  .biography .row > div .biography-info h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .row > div .biography-info h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .biography .row > div .biography-info h2 {
    text-align: center;
  }
}
.biography .row > div .biography-info div p {
  font-size: 18px;
  color: #1a293b;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .biography .row > div .biography-info div p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .row > div .biography-info div p {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .row > div .biography-info div p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}
.biography .row .biography-photo {
  display: flex;
  flex-flow: row;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .row .biography-photo {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.biography .row .biography-photo div {
  max-height: 548px;
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo div {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo div:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo div:nth-child(2) {
    order: 3;
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-around;
  }
}
.biography .row .biography-photo div:nth-child(2) img:first-child {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo div:nth-child(2) img:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .row .biography-photo div:nth-child(2) img:first-child {
    margin-bottom: 5px;
  }
}
.biography .row .biography-photo div img {
  max-height: 548px;
}
.biography .row .biography-photo div img.landscape {
  height: 100%;
  width: 200px;
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo div img.landscape {
    height: auto !important;
    width: 90% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .row .biography-photo div img.landscape {
    height: 443px;
    width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .row .biography-photo div img.landscape {
    width: 175px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .biography .row .biography-photo div img.landscape {
    width: 175px !important;
  }
}
.biography .row .biography-photo div img.portrait {
  height: 38%;
  width: 200px;
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}
@media (max-width: 767.98px) {
  .biography .row .biography-photo div img.portrait {
    height: auto !important;
    width: 45% !important;
    margin-inline-start: unset;
    margin-inline-end: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .row .biography-photo div img.portrait {
    height: 212px;
    width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .row .biography-photo div img.portrait {
    width: 150px !important;
    height: 39.5% !important;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .biography .row .biography-photo div img.portrait {
    width: 175px !important;
  }
}
.biography .row .biography-photo div img.landscape {
  height: 80%;
  width: 200px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .row .biography-photo div img.landscape {
    height: 443px;
    width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .row .biography-photo div img.landscape {
    width: 150px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .biography .row .biography-photo div img.landscape {
    width: 175px !important;
  }
}
.biography .biography-footer {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .biography-footer {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .biography .biography-footer {
    padding: 0 15px;
  }
}
.biography .biography-footer p {
  font-size: 18px;
  color: #1a293b;
}
@media (max-width: 767.98px) {
  .biography .biography-footer p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .biography-footer p {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .biography-footer p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.biography .biography-footer p:first-child {
  margin-bottom: 46px;
}
@media (max-width: 767.98px) {
  .biography .biography-footer p:first-child {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .biography .biography-footer p:first-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .biography .biography-footer p:first-child {
    margin-bottom: 14px;
  }
}

.new-list {
  padding-top: 156px;
  margin-top: 0;
  margin-bottom: 30px;
}
.new-list .news-content .news-item .row {
  margin: 0;
}
.new-list .news-content .news-item .row .col-md-4,
.new-list .news-content .news-item .row .col-md-8,
.new-list .news-content .news-item .row .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .col-md-4,
.new-list .news-content .news-item .row .col-md-8,
.new-list .news-content .news-item .row .col-12 {
    padding: 0;
  }
}
.new-list .news-content .news-item .row .grid-item {
  margin-bottom: 22px;
}
.new-list .news-content .news-item .row .grid-item:first-child {
  position: relative;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:first-child {
    height: 150px;
    max-width: 307px;
    margin: auto;
  }
  .new-list .news-content .news-item .row .grid-item:first-child img {
    height: 100%;
  }
}
.new-list .news-content .news-item .row .grid-item:first-child div {
  padding-inline-start: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  position: absolute;
  left: 5px;
  top: auto;
  bottom: 0px;
  width: 99.2%;
  background-color: #1a293ba8;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:first-child div {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:first-child div {
    width: 98%;
  }
}
@media (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:first-child div {
    padding-inline-start: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-list .news-content .news-item .row .grid-item:first-child div {
    width: 98.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-list .news-content .news-item .row .grid-item:first-child div {
    width: 98.9%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row .grid-item:first-child div {
    padding-inline-start: 5px;
    padding-top: 9px;
    padding-bottom: 12px;
  }
}
.new-list .news-content .news-item .row .grid-item:first-child div h2 {
  margin-bottom: 40px;
  font-size: 35px;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div {
    max-width: 307px;
    margin: 10px auto;
  }
}
.new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
  padding-inline-start: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  position: absolute;
  left: 6px;
  top: auto;
  bottom: 0px;
  width: 97%;
  background-color: #1a293ba8;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
    width: 96.1%;
    left: 5px;
  }
}
@media (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
    padding-inline-start: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
    width: 95.5%;
    left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
    width: 97%;
    left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div {
    padding-inline-start: 5px;
    padding-top: 9px;
    padding-bottom: 12px;
  }
}
.new-list .news-content .news-item .row .grid-item:nth-child(2) .row > div div h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child {
    max-width: 307px;
    margin: 10px auto;
  }
}
.new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div {
  padding-inline-start: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  position: absolute;
  left: 4px;
  top: auto;
  bottom: 0px;
  width: 98.6%;
  background-color: #1a293ba8;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div {
    width: 98%;
    left: 5px;
  }
}
@media (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div {
    padding-inline-start: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div {
    width: 97.7%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div {
    padding-inline-start: 5px;
    padding-top: 9px;
    padding-bottom: 12px;
  }
}
.new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div h2 {
  margin-bottom: 46px;
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:first-child div h2 {
    margin-bottom: 38px !important;
  }
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child {
    max-width: 307px;
  }
}
@media (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child {
    margin: 20px auto;
  }
}
.new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
  padding-inline-start: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  position: absolute;
  left: 5px;
  top: auto;
  bottom: 0px;
  width: 97.3%;
  background-color: #1a293ba8;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
    width: 96%;
  }
}
@media (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
    padding-inline-start: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
    width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
    padding-inline-start: 5px;
    padding-top: 9px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div {
    width: 96.9%;
  }
}
.new-list .news-content .news-item .row .grid-item:nth-child(3) .row > div:last-child div h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item .item-5 {
    height: 150px;
  }
  .new-list .news-content .news-item .row .grid-item .item-5 img {
    height: 100%;
  }
}
.new-list .news-content .news-item .row .grid-item .item-5 div {
  width: 98.5% !important;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row .grid-item .item-5 div {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-list .news-content .news-item .row .grid-item .item-5 div {
    width: 98% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-list .news-content .news-item .row .grid-item .item-5 div {
    width: 97.7% !important;
  }
}
.new-list .news-content .news-item .row .grid-item .item-5 div h2 {
  margin-bottom: 48px !important;
}
@media (max-width: 768px) {
  .new-list .news-content .news-item .row .grid-item .item-5 div h2 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row .grid-item .item-5 div h2 {
    margin-bottom: 41px !important;
  }
}
.new-list .news-content .news-item .row h2 {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .new-list .news-content .news-item .row h2 {
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row h2 {
    margin-bottom: 20px !important;
    font-size: 17px !important;
  }
}
.new-list .news-content .news-item .row img {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .new-list .news-content .news-item .row img {
    height: auto;
  }
}
.new-list .news-content .news-item .row a {
  outline: none;
  display: block;
  width: 240px;
  height: 60px;
  background-color: #D2D2D2;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.new-list .news-content .news-item .row a:hover {
  background-color: #1D2B3C;
  color: #fff;
}
.new-list .news-content .news-item .row a:focus {
  outline: none;
  border: none;
}
@media (max-width: 767px) {
  .new-list .news-content .news-item .row a {
    width: 125px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .new-list .news-content .news-item .row a {
    width: 192px;
    height: 46px;
    line-height: 46px;
  }
}
.new-list .swiper-pagination {
  width: 150px;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  transform: translate(1px, -9px);
}
.new-list .swiper-wrapper {
  margin-bottom: 30px;
}
.new-list .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #D2D2D2;
  opacity: 1;
  background: transparent;
}
.new-list .swiper-pagination-bullet-active {
  color: #1D2B3C;
  transform: scale(1.5);
}
.new-list .container-pg {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .new-list .container-pg {
    justify-content: center;
  }
}
.new-list .swiper-button-prev:after {
  content: url("../img/news-list/Group 94.png");
}
.new-list .swiper-button-next:after {
  content: url("../img/news-list/Group 95.png");
}

.life {
  padding-top: 54px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .life {
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.life .life-thumbnail .life-slider {
  margin-bottom: 26px;
}
.life .life-thumbnail .life-nav {
  margin-bottom: 41px;
}
@media (max-width: 576px) {
  .life .life-thumbnail .life-nav {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .life .life-thumbnail .life-nav {
    margin-bottom: 15px;
  }
}
.life .life-thumbnail .life-nav img {
  width: 100%;
}
.life .life-arrows .paging {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.life .life-arrows .paging li {
  color: #1D2B3C;
  font-size: 16px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.life .life-arrows .paging li:first-child {
  margin-inline-end: 55px;
}
.life .life-arrows .paging li i {
  padding: 10px;
  font-size: 30px;
  color: #1D2B3C;
}
.life .life-arrows .paging li:hover {
  opacity: 0.6;
}
.life .slick-slide {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.life .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #6c757d5c;
}
.life .slick-slide.slick-current::before {
  background-color: transparent;
}

.details-header {
  background-image: url("../img//event-detailes/bg-event.png");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
}

.event-details {
  margin-top: 60px;
  margin-bottom: 40px;
}
.event-details .row {
  padding: 0;
}
.event-details .coverflow-events .flip-items li img {
  width: auto;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-details .coverflow-events .flip-items li img {
    height: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .event-details .coverflow-events .flip-items li img {
    height: 270px;
  }
}
@media (max-width: 576px) {
  .event-details .coverflow-events .flip-items li img {
    height: 220px;
  }
}
@media (max-width: 420px) {
  .event-details .coverflow-events .flip-items li img {
    height: 160px;
  }
}
.event-details .coverflow-events.flipster {
  min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-details .coverflow-events.flipster {
    min-height: 384px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .event-details .coverflow-events.flipster {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .event-details .coverflow-events.flipster {
    min-height: 243px;
  }
}
@media (max-width: 420px) {
  .event-details .coverflow-events.flipster {
    min-height: 204px;
  }
}
.event-details .coverflow-events.flipster.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(0) scale(0.8);
  transform: rotateY(0) scale(0.8);
}
.event-details .coverflow-events.flipster.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(0) scale(0.8);
  transform: rotateY(0) scale(0.8);
}
.event-details .coverflow-events .flipster__button--prev {
  z-index: 99999;
  left: -20px;
}
.event-details .coverflow-events .flipster__button--next {
  z-index: 99999;
  right: -20px;
}
.event-details .coverflow-events .flipster__button {
  opacity: 1;
  outline: none;
  top: 171px;
  font-size: 10px;
}
@media (max-width: 420px) {
  .event-details .coverflow-events .flipster__button {
    top: 75px !important;
  }
}
@media (max-width: 576px) {
  .event-details .coverflow-events .flipster__button {
    top: 106px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .event-details .coverflow-events .flipster__button {
    top: 124px;
  }
}
.event-details .coverflow-events .flipster__button svg {
  stroke-width: 1px;
  stroke: #1D2B3C;
}
.event-details .event-content .event-content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.event-details .event-content .event-content-title div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-details .event-content .event-content-title div h2 {
  margin-inline-end: 16px;
  font-size: 65px;
  font-weight: bold;
  color: #1D2B3C;
}
@media (max-width: 768px) {
  .event-details .event-content .event-content-title div h2 {
    font-size: 50px;
    margin-inline-end: 5px;
  }
}
.event-details .event-content .event-content-title div p {
  text-align: center;
  color: #1D2B3C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-details .event-content .event-content-title div p span:first-child {
  font-size: 40px;
}
@media (max-width: 576px) {
  .event-details .event-content .event-content-title div p span:first-child {
    font-size: 25px;
  }
}
.event-details .event-content .event-content-title div p span:last-child {
  color: #D2D2D2;
  font-size: 20px;
}
@media (max-width: 576px) {
  .event-details .event-content .event-content-title div p span:last-child {
    font-size: 16px;
  }
}
.event-details .event-content .event-content-title > span {
  font-size: 30px;
  width: 148px;
  height: 60px;
  background-color: #1a293b;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
@media (max-width: 576px) {
  .event-details .event-content .event-content-title > span {
    font-size: 20px;
    width: 40%;
  }
}
.event-details .event-content .event-info h2 {
  font-size: 42px;
  color: #1D2B3C;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 576px) {
  .event-details .event-content .event-info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .event-details .event-content .event-info h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-details .event-content .event-info h2 {
    font-size: 36px;
  }
}
.event-details .event-content .event-info p {
  font-size: 18px;
  color: #1D2B3C;
}
@media (max-width: 768px) {
  .event-details .event-content .event-info p {
    font-size: 16px;
  }
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page .navbar {
  background-color: rgba(21, 32, 43, 0.76) !important;
}
.error-page .error {
  text-align: center;
}
.error-page .error img {
  max-width: 650px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page .error img {
    max-width: 500px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .error-page .error img {
    max-width: 430px;
  }
}
@media (max-width: 576px) {
  .error-page .error img {
    max-width: 100%;
  }
}
.error-page .error p {
  color: #0C1F36;
  font-size: 35px;
  font-weight: bold;
  margin-top: -65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page .error p {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .error-page .error p {
    font-size: 26px;
    margin-top: -50px;
  }
}
@media (max-width: 576px) {
  .error-page .error p {
    font-size: 25px;
    margin-top: -35px;
  }
}
@media (max-width: 420px) {
  .error-page .error p {
    font-size: 21px;
    margin-top: -30px;
  }
}
.error-page .error .home {
  color: #1D2B3C;
  border: 1px solid #1D2B3C;
  border-radius: 35px;
  width: 260px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  font-size: 25px;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page .error .home {
    width: 230px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .error-page .error .home {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .error-page .error .home {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 420px) {
  .error-page .error .home {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
.error-page .error .home:focus {
  box-shadow: none;
}

footer .social-media-news {
  background-image: url("../img/footer-back.png");
  background-position: center;
  background-size: cover;
  min-height: 600px;
  height: 600px;
  color: #FFF;
  -webkit-box-shadow: 0 0px 25px rgba(19, 20, 20, 0.5);
  -moz-box-shadow: 0 0px 25px rgba(19, 20, 20, 0.5);
  -o-box-shadow: 0 0px 25px rgba(19, 20, 20, 0.5);
  box-shadow: 0 0px 25px rgba(19, 20, 20, 0.5);
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-media-news {
    min-height: 730px;
    height: 730px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-media-news {
    height: auto;
    padding-bottom: 35px;
  }
}
@media (max-width: 576px) {
  footer .social-media-news {
    height: auto;
    padding-bottom: 35px;
  }
}
footer .social-media-news .head {
  font-size: 40px;
  padding: 30px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-media-news .head {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-media-news .head {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-media-news .head {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  footer .social-media-news .head {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  footer .social-media-news .head {
    font-size: 24px;
  }
}
footer .social-media-news .social-media {
  margin: 0;
  padding: 0;
  border-inline-end: 3px solid rgba(210, 210, 210, 0.6);
  height: 100%;
  padding-inline-end: 15px;
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-media-news .social-media {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-media-news .social-media {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: none;
  }
}
@media (max-width: 576px) {
  footer .social-media-news .social-media {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    border: none;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-media-news .social-media li {
    display: inline-block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-media-news .social-media li {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  footer .social-media-news .social-media li {
    display: inline-block;
  }
}
footer .social-media-news .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #D2D2D2;
  border: 1px solid #D2D2D2;
  border-radius: 35px;
  height: 60px;
  width: 170px;
  line-height: 60px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-media-news .social-media li a {
    font-size: 17px;
    height: 55px;
    width: 135px;
    line-height: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-media-news .social-media li a {
    font-size: 18px;
    height: 58px;
    width: 155px;
    line-height: 58px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-media-news .social-media li a {
    font-size: 16px;
    height: 50px;
    width: 120px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  footer .social-media-news .social-media li a {
    font-size: 16px;
    height: 43px;
    width: 119px;
    line-height: 43px;
  }
}
@media (max-width: 420px) {
  footer .social-media-news .social-media li a {
    font-size: 14px;
    height: 45px;
    width: 105px;
    line-height: 45px;
  }
}
footer .social-media-news .social-media li a i {
  padding: 0 10px;
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-media-news .social-media li a i {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-media-news .social-media li a i {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-media-news .social-media li a i {
    font-size: 21px;
    padding: 0 5px;
  }
}
@media (max-width: 576px) {
  footer .social-media-news .social-media li a i {
    font-size: 20px;
    padding: 0 5px;
  }
}
@media (max-width: 420px) {
  footer .social-media-news .social-media li a i {
    padding: 0 4px;
    font-size: 18px;
  }
}
footer .social-media-news .social-media li a:hover {
  background-color: #D2D2D2;
  color: #1D2B3C;
}
footer .social-media-news .social-media li.active a {
  background-color: #D2D2D2;
  color: #1D2B3C;
}
footer .social-media-news .social-media li:last-child a {
  margin-bottom: 0;
}
footer .social-slider {
  position: relative;
  height: 100%;
}
@media (max-width: 420px) {
  footer .social-slider {
    margin-top: 10px;
  }
}
footer .social-slider .social-quotes {
  overflow-y: scroll;
  height: 470px;
  min-height: 470px;
}
footer .social-slider .social-quotes::-webkit-scrollbar {
  width: 5px;
  height: 150px;
}
footer .social-slider .social-quotes::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
  width: 10px;
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  border-radius: 15px;
}
footer .social-slider .social-quotes::-webkit-scrollbar-thumb {
  width: 0;
  height: 35%;
  background-color: #D2D2D2;
  cursor: pointer;
  border-radius: 15px;
}
footer .social-slider .social-quotes .swiper-container1 {
  height: 470px;
  min-height: 470px;
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 {
  padding: 0 20px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 {
    padding-inline-start: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 {
    padding-inline-start: 0;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 {
    padding-inline-start: 0;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .post-link {
  text-decoration: none;
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content {
    flex-direction: column;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 100%;
  margin-inline-end: 25px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info {
    margin-inline-end: 0;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info {
    margin-inline-end: 0;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info:after {
  content: "⠇";
  font-size: 24px;
  position: absolute;
  color: #FFF;
  top: 24px;
  transform: rotate(90deg);
  cursor: pointer;
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info img {
  border-radius: 50%;
  width: 75px;
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info img {
    display: block;
    margin: 5px auto;
  }
}
@media (max-width: 420px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info img {
    width: 65px;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .date {
  color: #D2D2D2;
  font-size: 23px;
  padding: 0 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .date {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .date {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .date {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .date {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .date {
    font-size: 15px;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .account {
  color: #D2D2D2;
  font-size: 23px;
  padding: 0 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .account {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .account {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .account {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .account {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .account {
    font-size: 14px;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .name {
  color: #FFF;
  font-size: 25px;
  padding: 0 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .name {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .name {
    font-size: 21px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .name {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .name {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info .personal-info .name {
    font-size: 14px;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info p {
  text-align: left;
  color: #FFF;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info p {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info p {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .text-info p {
    font-size: 14px;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet {
  background-color: #D2D2D2;
  color: #1D2B3C;
  font-family: "Almarai", sans-serif;
  border-radius: 35px;
  width: 185px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 17px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet {
    width: 170px;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet {
    width: 170px;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet {
    width: 170px;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet {
    width: 135px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet .cls-1 {
  padding-inline-start: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet:focus {
  box-shadow: none;
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet:hover {
  color: #D2D2D2;
  background-color: #1D2B3C;
}
footer .social-slider .social-quotes .swiper-container1 .swiper-wrapper1 .swiper-slide1 .slider-content .retweet:hover .cls-1 {
  fill: #D2D2D2 !important;
}
footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content {
    display: block;
    margin: 0;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content {
    display: block;
    margin: 0;
  }
}
footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content .video-1 {
  width: 50%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content .video-1 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content .video-1 {
    width: 100%;
  }
}
footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content .video-2 {
  width: 50%;
  margin: 0 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content .video-2 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content .video-2 {
    width: 100%;
    margin: 0;
  }
}
footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content iframe {
  width: 100%;
  height: 220px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content iframe {
    height: 185px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content iframe {
    height: 160px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content iframe {
    height: 160px;
  }
}
@media (max-width: 576px) {
  footer .social-slider .social-quotes .youtube-swiper .swiper-wrapper1 .swiper-slide1 .youtube-content iframe {
    height: 160px;
  }
}
footer .social-slider .swiper-pagination {
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
}
footer .social-slider .swiper-pagination-progressbar {
  background: rgba(210, 210, 210, 0.3);
}
footer .social-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #d2d2d2;
}

.copyright {
  text-align: center;
  color: #767676;
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .copyright {
    font-size: 17px;
    padding: 15px 0;
  }
}
@media (max-width: 576px) {
  .copyright {
    font-size: 15px;
    padding: 15px 0;
  }
}

.timeline-Viewport::-webkit-scrollbar {
  width: 5px;
}
.timeline-Viewport::-webkit-scrollbar-track {
  background-color: #E4E4E4;
  width: 10px;
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  border-radius: 15px;
}
.timeline-Viewport::-webkit-scrollbar-thumb {
  width: 0;
  height: 35%;
  background-color: #1D2B3C;
  cursor: pointer;
  border-radius: 15px;
}

.timeline-Viewport::-webkit-scrollbar {
  width: 5px;
}
.timeline-Viewport::-webkit-scrollbar-track {
  background-color: #E4E4E4;
  width: 10px;
  border-left: 0 solid #fff;
  border-right: 0 solid #fff;
  border-radius: 15px;
}
.timeline-Viewport::-webkit-scrollbar-thumb {
  width: 0;
  height: 35%;
  background-color: #1D2B3C;
  cursor: pointer;
  border-radius: 15px;
}

/*# sourceMappingURL=main.css.map */
.contact-header .navbar {
  background-color: #434c55 !important;
}

.contact-content h2 {
    /* margin-bottom: 35px; */
    margin-bottom: 25px;
    font-size: 35px;
    /* font-family: 'Heebo'; */
    font-weight:bold;
}

@media (max-width: 768px) {
  .contact-content h2 {
    font-size: 50px;
  }
}

.contact-content form {
    padding-top: 130px;
}

.contact-content form label {
    display: inline-block;
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: bold;
    /* font-family: 'Heebo'; */
    font-weight: bold;
}

@media (max-width: 768px) {
  .contact-content form label {
    font-size: 20px;
  }
}

.contact-content form label.with-star {
  position: relative;
}

.contact-content form label.with-star:after {
  content: "*";
  position: absolute;
  right: -10px;
  top: 0px;
}

.contact-content form .contact-input {
  /* font-family: 'Heebo'; */
  font-weight: normal;
  display: block;
  width: 100%;
  height: 50px;
  padding-inline-start: 15px;
  margin-bottom: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  outline: none;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-content form .contact-textarea {
  /* font-family: 'Heebo'; */
  font-weight: normal;
  width: 100%;
  height: 70px;
  display: block;
  outline: none;
  border: 1px solid #d4d4d4;
  height: 185px;
  padding:15px;
  padding-inline-start: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 5px;
}

.contact-content form button {
    /* font-family: 'Heebo'; */
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #434c55;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border: none;
    outline: none;

}

.contact-content form button:hover {
  text-decoration: none;
  color: #434c55;
  background-color: #D2D2D2;
}

.contact-content form .validation-error {
  color: red;
  /* font-family: 'Heebo'; */
  font-weight: normal;
}

.contact-content form .messages {
  color: green;
}
/***************Fixes***********/
.atchievments-slider-content .cv-body .heading-section ul li{
  font-size: 18px;
}
.atchievments-slider-content .cv-body .heading-section h4{
  font-weight: bold;
}
.atchievments-slider-content .cv-body .cv-info h3{
  font-weight: bold;
}
.atchievments-slider-content .cv-body .cv-info p{
  font-weight: 500;
  font-size:18px;
}

footer .social-media-news .head{
  font-weight: normal;
  opacity: 0.8;
}
.atchievments-slider-content .cv-body .cv-info h4{
  font-weight: 600;
}
.atchievments-slider-content .cv-body .cv-info ul:last-of-type li{
  width:100%;
}
.atchievments-slider-content .cv-body .cv-info ul li {
  font-weight: 600;
  font-size: 18px;
}
.atchievments-slider-content .cv-body .heading-section ul {
  padding-inline-start: 7px;
}
.atchievments-slider-content .cv-body .cv-info ul{
  padding-inline-start: 7px;
}
.navbar .navbar-nav .nav-item.lang{
  font-family: "Cairo"!important;
}
iframe{
  font-family: "Roboto"!important;
}
/*****************Phone Number Split******************/
.iti{
  width: 100%;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent!important;
}
.iti__flag-container{
  z-index: 1!important;
  display: flex!important;
  width: 90px!important;
  justify-content: center!important;
  background-color: rgba(0,0,0,.05)!important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-left: 95px!important;
}