

/*-------------------------------------------------
    Site Main Slider
---------------------------------------------------*/

.ec-main-slider .slick-dots {
  display: none !important;
}
.ec-main-slider .slide-1 {
  height: 70vh;
  background-image: url("../images/main-slider-banner/7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ec-main-slider .slide-2 {
  height: 70vh;
  background-image: url("../images/main-slider-banner/8.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ec-main-slider .slide-3 {
  height: 70vh;
  background-image: url("../images/main-slider-banner/9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ec-main-slider .container {
  position: absolute;
  left: 0;
  right: 0;
}
.ec-main-slider * {
  direction: ltr;
}
.ec-main-slider .main_banner_arrow_img {
  display: none;
}
.ec-main-slider .slick-thumb-nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-main-slider .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.ec-main-slider .slick-arrow:after {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ec-main-slider .slick-arrow:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.ec-main-slider .slick-arrow:hover:before {
  opacity: 1;
}
.ec-main-slider .slick-arrow:hover .slick-thumb-nav {
  display: none;
}
.ec-main-slider .slick-arrow.slick-prev {
  left: 30px;
}
.ec-main-slider .slick-arrow.slick-next {
  right: 30px;
}

.ec-slide-item {
  position: relative;
}

.ec-slide-content {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ec-slide-content .ec-slide-title {
  font-size: 60px;
  color: #ffbf7f;
  margin-bottom: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.ec-slide-content .ec-slide-stitle {
  font-size: 24px;
  color: #142f41;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
/*.ec-slide-content .ec-slide-stitle:after {
  content: "";
  position: absolute;
  top: -26px;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  background: #ffbf7f;
  right: auto;
  left: -19px;
  border-radius: 100%;
  z-index: -1;
}*/
.ec-slide-content p {
  font-size: 16px;
  color: #777;
  line-height: 24px;
  letter-spacing: 0.6px;
  max-width: 77%;
  margin-bottom: 40px;
}
.ec-slide-content .ec-slide-disc {
  font-size: 20px;
  color: #142f41;
  margin-bottom: 31px;
  letter-spacing: 0.7px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-slide-content .ec-slide-disc span {
  font-size: 26px;
  color: #ffbf7f;
  letter-spacing: 1px;
  margin-left: 5px;
}
.ec-slide-content .btn {
  font-size: 14px;
  padding: 0 23px;
  letter-spacing: 0.6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  border-radius: 0;
}

.slider-animation > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

.ec-slide-content .btn {
  border-radius: 30px;
}

.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > * {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > *:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > *:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > *:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > *:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > *:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ec-main-slider .slick-slide.slick-current.slick-active .slider-animation > *:nth-child(6) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ec_cat_slider {
  padding-right: 0;
  padding-left: 0;
  margin: -15px 0;
}
.ec_cat_slider .ec_cat_content {
  padding: 15px;
}
.ec_cat_slider .slick-arrow.slick-next {
  right: -5px;
  left: auto;
}
.ec_cat_slider .slick-arrow.slick-prev {
  right: auto;
  left: -5px;
}
.ec_cat_slider .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ec_cat_content .ec_cat_inner {
  position: relative;
}
.ec_cat_content .ec-cat-desc {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 18px;
}
.ec_cat_content .ec-section-btn a {
  
  border-style: solid;
  font-size: 14px;
  border-radius: 10px;
  letter-spacing: 0.6px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #023B72;
  border-color: #fff;
}

.ec-cat-image {

  border-radius: 10px;
  overflow: hidden;
}
