@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

/************************************/
/* 03 - MAIN SLIDER START */
/************************************/
.main-slider.ms1 .ms1-item {
    -webkit-background-size: cover;
    background-size: cover;
    height: 876px;
    position: relative;
    top: 0px;
    max-height: 736px;
  }
  
  /* .owl-item .ms1-item > img {
    position: absolute;
    width: 50%;
    top: -80;
    right: 0;
    height: 100%;

  } */

  .owl-item .ms1-item > img {
    position: absolute;
    width: 70%;
    top: -80;
    right: 0;
    height: auto;
    transform: translate(120px, 0px);
}

  /* .item-inner{
    position: relative;
    top: 134px;
  } */
  
  .item-inner {
    position: absolute;
    top: 30%;
    z-index: 99;
    left: 5%;
    right: 0;
    max-width: 450px;
}

  .main-slider.ms1 .banner-carousel {
   
    /* background: url('../img/01.webp') no-repeat center center; */
    -webkit-background-size: cover;
    background-size: cover;
        background: #fff;
  }
  
  .main-slider.ms2 .banner-carousel {
    background: transparent;
  }
  
  .main-slider.ms2,
  .main-slider.ms2 .ms2-item {
    height: 967px;
  }
  
  [data-item="1"] {
    background: url(img/bg/01.png) no-repeat bottom center;
  }
  
  [data-item="2"] {
    background: url(img/bg/02.png) no-repeat bottom center;
  }
  
  [data-item="3"] {
    background: url(img/bg/03.png) no-repeat bottom center;
  }
  
  [data-item="4"] {
    background: url(img/bg/04.png) no-repeat bottom center;
  }
  
  .banner-carousel .owl-dots {
    position: absolute;
    bottom: 78px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .main-slider.ms2 .banner-carousel {
    position: static;
  }
  
  .main-slider.ms2 .banner-carousel .owl-dots {
    bottom: 53px;
  }
  
  .banner-carousel .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .banner-carousel .owl-dot:not(:last-of-type) {
    margin-right: 5px;
  }
  
  .banner-carousel .owl-dot.active {
    background: rgba(255,255,255,1);
  }
  
  .head-lines h1 {
    font-size: 80px;
    line-height: 70px;
  }
  
  .owl-item .item-inner > p {
    font-size: 22px;
    line-height: 50px;
    margin-top: 38px;
  }
  
  .slider-icon {
    width: 92px;
    height: 89px;
    text-align: center;
    background: url(../img/02.webp) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
  }
  
  .slider-icon i {
    font-size: 35px;
    color: #fff;
    line-height: 90px;
    display: block;
  }
  
  .supporter {
    position: absolute;
    width: 432px;
    padding: 48px 50px 56px 60px;
    border-radius: 0 3px 3px 0;
    bottom: -75px;
    left: 0;
    z-index: 2;
  }
  
  .supporter p {
    font-size: 30px;
  }
  /************************************/
  /* 03 - MAIN SLIDER END */
  /************************************/



  .owl-item .ms1-item > img,
.owl-item .head-lines h1,
.owl-item .item-inner > p,
.owl-item .slider-icon,
.owl-item .thm-btn {
	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: all .2s ease 0s;
  	transition: all .2s ease 0s;
}

.owl-item.active .ms1-item > img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s ease 0s;
  	transition: all .2s ease 0s;
}

.owl-item.active .ms1-item .head-lines h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s ease .9s;
  	transition: all .2s ease .9s;
}

.owl-item.active .ms2-item .head-lines h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s ease .9s;
  	transition: all .2s ease .9s;
}

.owl-item.active .ms1-item .head-lines h1:nth-of-type(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-transition: all .2s ease 1s;
  	transition: all .2s ease 1s;
}

.owl-item.active .ms1-item .head-lines h1:nth-of-type(3) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-transition: all .2s ease 1.2s;
  	transition: all .2s ease 1.2s;
}

.owl-item.active .item-inner > p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s ease 1.7s;
  	transition: all .2s ease 1.7s;
}

.owl-item.active .slider-icon {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .2s ease 1.9s;
  	transition: all .2s ease 1.9s;
}

.owl-item.active .thm-btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease 1.9s, visibility .2s ease 1.9s, color .3s ease .2s;
  	transition: opacity .2s ease 1.9s, visibility .2s ease 1.9s, color .3s ease .2s;
}

.owl-item.active .thm-btn:last-of-type {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease 2.2s, visibility .2s ease 2.2s, color .3s ease .2s;
  	transition: opacity .2s ease 2.2s, visibility .2s ease 2.2s, color .3s ease .2s;
}
/* slider effects end */

/* thm-btn hover effects start */
.thm-btn:hover {
  color: #fff !important;
}
/* thm-btn hover effects end */

.social-nav a:hover,
.footer-top ul li a:hover {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
}

.item-txt > h2,
.item-txt > p,
.item-txt > .rdm .fa {
	-webkit-transition: color .2s linear .2s;
	transition: color .2s linear .2s;
}

.intro1 .item:hover .item-txt > h2,
.intro1 .item:hover .item-txt > p,
.intro1 .item:hover .item-txt > .rdm .fa {
	color: #fff;
	-webkit-transition: color .2s linear 0s;
	transition: color .2s linear 0s;
}
 
.intro2 .items-area .item:hover p,
.intro2 .items-area .item:hover span {
	color: #fff !important;
	-webkit-transition: color .2s linear 0s;
  	transition: color .2s linear 0s;
}

.intro2 .items-area .item::before,
.intro1 .item .item-txt::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #6abe52;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.intro2 .items-area .item:hover::before,
.intro1 .item:hover .item-txt::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}

.thm-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.thm-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.thm-btn.hvr-1::before {background: #118442;}
.thm-btn.hvr-2::before {background: #6abe52;}
.thm-btn.hvr-3::before {background: #e2e659;}


.head-lines h1 {
  font-size: 28px;
  line-height: 42px;
  margin: 20px 0px;
  color: #000 !important;
}

.head-lines h1:first-child {
  margin-bottom: 0;
}


.ms1-item::before {
  content: "";
  position: absolute;
  z-index:9;
   
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
   
    background: linear-gradient(to top, #ffffff 0%, transparent 40%);
 
 width: 100%;
  height: 100%;
  display: block;
     height: 796px;
}

.head-lines {
    width: 100%;
}

.fw-7 {
  font-weight: 700;
}



.mb-55 {
  margin-bottom: 55px;
}
.cw {
  color: #000 !important;
}

.thm-btn {
  padding: 19px 40px;
  display: inline-block;
  border-radius: 5px;

  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg3 {
  background: #e2e659 !important;
}
.c4 {
  color: #111c16 !important;
}

.owl-item .item-inner > p {
  font-size: 22px;
  line-height: 50px;
  margin-top: 0px;
}

.fw-4 {
  font-weight: 400;
}

.c3 {
  color: #e2e659 !important;
}