@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext');

html {
  position: relative;
  overflow-x: hidden !important;
}

/* body {
  font-family: 'Quicksand', sans-serif;
} */

a,
a:hover {
  text-decoration: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0e5dc4 100%);
  opacity: 0.9;
}

.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.news-slider {
  z-index: 2;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}

@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}

.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: -2;
}

.news-slider__item {
  width: 300px !important;
  flex-shrink: 0;
  border-radius: 50px;
  margin: 10px;
}

@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}

.news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.news-slider__item.swiper-slide-active,
.news-slider__item.swiper-slide-prev,
.news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}

.news-slider__ctr {
  position: absolute;
  z-index: 1;
  padding-top: 10%;
}

.news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 50px 6px #a1b4b98c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}

.news-slider__arrow:focus {
  outline: none !important;
}

.news-slider__arrow .icon-font {
  display: inline-flex;
}

.news-slider__arrow.news-slider-prev {
  position: absolute;
  top: 50%;
  left: 46%;
  -ms-transform: translate(-46%, -50%);
  transform: translate(-46%, -50%);
}

.news-slider__arrow.news-slider-next {
  position: absolute;
  top: 50%;
  right: 43%;
  -ms-transform: translate(-43%, -50%);
  transform: translate(-43%, -50%);
}

.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}

.news_2_item {
  padding: 50px;
  color: #666;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 800px) {
  .news_2_item:hover {
    color: #222;
    transition-delay: 0.1s;
  }

  .news_2_item:hover .news-date,
  .news_2_item:hover .news__title,
  .news_2_item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }

  .news_2_item:hover .news__img {
    box-shadow: none;
  }
}

.news_2_item.active {
  color: #222;
}

.news_2_item.active .news-date,
.news_2_item.active .news__title,
.news_2_item.active .news__txt {
  opacity: 1;
}

.news_2_item.active .news__img {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .news_2_item {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .news_2_item {
    padding: 20px;
  }
}

.slick-slide {
  position: relative;
}

.news-date {
  margin-bottom: 20px;
  border-bottom: 2px solid #50a4f7;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
  position: absolute;
  top: 54.5%;
  left: 0;
  background-color: #3f9c15;
  padding: 15px;
  color: #fff;
  border-radius: 0 0 0 0px;
  z-index: 2;
}

@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}

.news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}

.news-date__txt {
  font-size: 16px;
}

.news__title p a {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.2s;
}

.news__title p a:hover {
  color: #f750a6;
}

.news__title p {
  font-weight: 500;
  opacity: 1;
  margin-left: 6px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
  .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  height: 200px;
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}

.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

/* slide prev next  icon */
.slider {
  padding-left: 20px;
  position: relative;
}

.news-sec .slick-next:before {
  content: "\2192";
}

.news-sec .slick-next:before,
.news-sec .slick-prev:before {
  font-family: slick;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #92278f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.news-sec .slick-next:before,
.news-sec .slick-prev:before {
  background: none;
}

.news-sec .slick-prev {
  position: absolute;
  top: 40%;
  left: -20px;
  opacity: 1;
  visibility: visible;
}

.news-sec .slick-next {
  position: absolute;
  top: 40%;
  right: -17px;
  opacity: 1;
  visibility: visible;
}






/* slide prev next icon */
/* Calender style start */

/********* calender *********/
.modal-blue-header {
  background-color: #073a68;
  color: #fff;
}

.calender_container {
  margin: 0 auto;
  width: 100%;
  height: 320px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  font-family: 'Roboto';
  border-radius: 8px 8px 0px 0px;
  background-color: white;
}

.modal-contain-trans {
  background-color: transparent;
  border: none;
}

.modal-contain-trans button.close {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -10px;
  margin-right: -10px;
  opacity: 1;
}

.ui-datepicker-header {
  background-color: #e625a2;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  height: 70px;
  border-radius: 8px 8px 0px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:after {
  content: "<";
  font-size: 2rem;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}


.ui-datepicker-next:after {
  content: ">";
  float: right;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}

.ui-datepicker-calendar th {
  padding: 10px;
  color: #2196f3;
  font-family: 'Quicksand',
    sans-serif;
  font-size: 18px;
}

.ui-datepicker-calendar th:last-child {
  color: #f4071a;
}

.ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
  width: 100%;
}

.ui-datepicker-title {
  padding: 10px;
}

.ui-datepicker-calendar td {
  padding: 4px 0px;
  font-family: 'Quicksand',
    sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: black;
}

.ui-datepicker-calendar .ui-state-active {
  color: #2196f3;
}


/* calender style end */
.map {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
}