/*
Theme Name: Astra NYIU
Description: Child theme
Version: 1.0
Author: NYIU
Author URI: http://www.wordpress.org
Template: astra
*/

/*==hero-section==*/
.hero-area {
	border-top: 1px solid #f1f1f1;
  	border-bottom: 1px solid #f1f1f1;
}
.slide {
  background: url('assets/images/slide1.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.slide2 {
  background: url('assets/images/slide2.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.slide3 {
  background: url('assets/images/slide3.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.slide4 {
  background: url('assets/images/slide4.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}


.slide__img img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}

.animated {
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

/* .slick-slider {
  margin-bottom: 30px;
} */

.slick-dots {
  position: absolute;
  bottom: 35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li {
  width: 20px;
  height: 20px;
}

.slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

/* .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
} */

.slick-dots li button {
  position: relative;
  background: none;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #000000;
  opacity: 1;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: red;
}

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 1;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.hero-area {
  position: relative;
}

.slick-arrow {
  border: none;
  position: absolute;
  background: #cacaca;
  z-index: 20;
  width: 45px;
  height: 45px;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  transform: translateY(-50%);
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
}

.left-arrow {
  left: 30px;
}

.right-arrow {
  right: 30px;
}

.slider,
.slide {
  height: calc(100vh - 130px);
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* @media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
 */
.slide-hadding h2 {
  font-weight: 600;
  font-size: 49px;
  color: #000000;
}

.slide-hadding p {
  font-weight: 400;
  font-size: 15px;
  color: #111111;
  max-width: 530px;
  margin-top: 25px;
}

.slide-cnt-wrap {
  position: absolute;
  max-width: 720px;
  width: 100%;
  z-index: 30;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
} 

.slide-hadding01 h2 {
  font-weight: 800;
  font-size: 84px;
  color: #FF3D00;
}

.slide-hadding01 p {
  font-weight: 600;
  font-size: 22px;
  color: #111111;
}

/* home news events */
.homeNewsItem {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
	border-radius: 4px;
}
.homeNewsItem .date {
	background-color: #0194fe;
	color: #fff;
	line-height: 1.0;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
}
.homeNewsItem .title {
	line-height: 1.5;
	text-align: left;
}

/* footer */
footer nav {
	text-align: left !important;
}
footer .widget-title {
	font-weight: 600;
	font-size: 18px !important;
	text-align: left !important;
	border-bottom: 1px solid #575757;
	padding-bottom: 10px;
}
footer .widget-title, footer a {
	color: #fff;
	font-size: 14px;
}
