/*===========================
       03.SLIDER css 
===========================*/
.single_slider {
  position: relative; }

@media (min-width: 1200px){
    .slider_image{
        background-repeat: no-repeat;
        background-size: cover;
    }    
}

.slider_image {
  height: 550px; }
  @media only screen and (min-width: 1400px) {
    .slider_image {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_image {
      height: 750px; } }
  @media (max-width: 767px) {
    .slider_image {
      height: 650px; } }
  .slider_image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: 1; }

.slider_content_wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9; }

.slider_content {
  padding-top: 80px;
  padding-bottom: 80px;
  /*max-width: 680px;*/
  margin: 0 auto;
  width: 100%; }
  .slider_content .sub_title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content .sub_title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .slider_content .sub_title {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content .sub_title {
        font-size: 20px; } }
  .slider_content .title {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_content .title {
        font-size: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content .title {
        font-size: 62px; } }
    @media (max-width: 767px) {
      .slider_content .title {
        font-size: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content .title {
        font-size: 46px; } }
  .slider_content p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content p {
        font-size: 20px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .slider_content p {
        font-size: 20px;
        text-align: center !important;
        line-height: 30px; } }
  .slider_content .main-btn {
    margin-top: 50px; }

.slider-active .slick-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0; }
  .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slider-active .slick-dots li button {
      font-size: 0;
      padding: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #fff;
      background: none;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .slider-active .slick-dots li.slick-active button {
      background-color: #fff; }
.slider-active .slick-arrow {
  position: absolute;
  display: none !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0; }
  .slider-active .slick-arrow i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.58);
    font-size: 26px;
    color: rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .slider-active .slick-arrow:hover i {
    color: rgb(235 0 13 / 50%);
    border-color: rgb(235 0 13 / 50%); }
  .slider-active .slick-arrow.next {
    right: 0;
    left: auto; }
.slider-active:hover .slick-arrow {
  left: 30px;
  opacity: 1; }
  @media only screen and (min-width: 1400px) {
    .slider-active:hover .slick-arrow {
      left: 130px; } }
  .slider-active:hover .slick-arrow.next {
    left: auto;
    right: 30px; }
    @media only screen and (min-width: 1400px) {
      .slider-active:hover .slick-arrow.next {
        right: 130px; } }

.kenburns {
  -webkit-animation: kenburns 35s;
  -moz-animation: kenburns 35s;
  -o-animation: kenburns 35s;
  animation: kenburns 35s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
    -moz-transform: scale(1.1, 1.1) rotate(0.1deg);
    -ms-transform: scale(1.1, 1.1) rotate(0.1deg);
    -o-transform: scale(1.1, 1.1) rotate(0.1deg);
    transform: scale(1.1, 1.1) rotate(0.1deg); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
    -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
    -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
    -o-transform: scale(1.2, 1.2) rotate(0.1deg);
    transform: scale(1.2, 1.2) rotate(0.1deg); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
/*===== SLIDER 2 =====*/
.slider_area_2 {
  height: auto;
  padding-top: 150px;
  position: relative;
  z-index: 9; }

.slider_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_shape {
      width: 100%;
      height: 80%;
      top: auto;
      bottom: 0; } }
  @media (max-width: 767px) {
    .slider_shape {
      width: 100%;
      height: 50%;
      top: auto;
      bottom: 0; } }
  .slider_shape .shape {
    max-width: 555px;
    height: 555px;
    background-color: #9238a4;
    border-radius: 50%;
    border-top-left-radius: 42%;
    -webkit-animation: sliderShape 5s linear infinite;
    -moz-animation: sliderShape 5s linear infinite;
    -o-animation: sliderShape 5s linear infinite;
    animation: sliderShape 5s linear infinite; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_shape .shape {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .slider_shape .shape {
        max-width: 285px;
        height: 285px;
        margin: 0 auto; } }

/*===== Slider Content 2 =====*/
.slider_content_2 .title {
  font-size: 48px;
  color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_2 .title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .slider_content_2 .title {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_2 .title {
      font-size: 38px; } }
.slider_content_2 .main-btn {
  margin-top: 50px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_hero img {
    max-width: 283px; } }
@media (max-width: 767px) {
  .slider_hero img {
    max-width: 183px; } }

/*===== Slider 3 =====*/
.slider_area_3 {
  position: relative; }
  .slider_area_3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #290a59 0%, #f86048 100%);
    background: -o-linear-gradient(left, #290a59 0%, #f86048 100%);
    background: linear-gradient(to right, #290a59 0%, #f86048 100%);
    opacity: 0.8; }

.single_slider_3 {
  height: 800px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .single_slider_3 {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider_3 {
      height: 750px; } }
  @media (max-width: 767px) {
    .single_slider_3 {
      height: 650px; } }

.slider_content_3 .title {
  font-size: 60px;
  color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_3 .title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .slider_content_3 .title {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_3 .title {
      font-size: 38px; } }
.slider_content_3 .main-btn {
  margin-top: 50px; }

.slider-active_3 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0; }
  .slider-active_3 .slick-arrow i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.58);
    font-size: 26px;
    color: rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .slider-active_3 .slick-arrow:hover i {
    color: #e7a642;
    border-color: #e7a642; }
  .slider-active_3 .slick-arrow.next {
    right: 0;
    left: auto; }
.slider-active_3:hover .slick-arrow {
  left: 30px;
  opacity: 1; }
  @media only screen and (min-width: 1400px) {
    .slider-active_3:hover .slick-arrow {
      left: 130px; } }
  .slider-active_3:hover .slick-arrow.next {
    left: auto;
    right: 30px; }
    @media only screen and (min-width: 1400px) {
      .slider-active_3:hover .slick-arrow.next {
        right: 130px; } }

/*===== Slider 4 =====*/
.slider_area_4 {
  height: auto;
  padding-top: 300px;
  padding-bottom: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_area_4 {
      padding-top: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_4 {
      padding-top: 200px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .slider_area_4 {
      padding-top: 200px;
      padding-bottom: 0; } }
  .slider_area_4::before {
    background: -webkit-linear-gradient(left, black 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, black 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%); }

.slider_content_4 {
  padding-bottom: 160px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_4 {
      padding-bottom: 120px; } }
  .slider_content_4 .title {
    font-size: 72px;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_content_4 .title {
        font-size: 64px; } }
    @media (max-width: 767px) {
      .slider_content_4 .title {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content_4 .title {
        font-size: 48px; } }
  .slider_content_4 .main-btn {
    margin-top: 50px; }

.single_slider_items .slider_items_icon {
  position: relative;
  display: inline-block; }
  .single_slider_items .slider_items_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.single_slider_items .slider_items_content {
  padding-left: 15px; }
  .single_slider_items .slider_items_content .count {
    font-size: 24px;
    font-weight: 400;
    font-family: "Chelsea Market", cursive;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_slider_items .slider_items_content .count {
        font-size: 18px; } }
  .single_slider_items .slider_items_content p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Chelsea Market", cursive;
    color: #fff;
    margin-top: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_slider_items .slider_items_content p {
        font-size: 18px; } }

/*===== Slider 5 =====*/
.slider_area_5 {
  height: 800px;
  z-index: 5;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .slider_area_5 {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_5 {
      height: 750px; } }
  @media (max-width: 767px) {
    .slider_area_5 {
      height: 650px; } }
  .slider_area_5::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape/shape-9.png);
    background-position: bottom center;
    background-size: cover;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_area_5::before {
        background-position: bottom left; } }
    @media (max-width: 767px) {
      .slider_area_5::before {
        background-position: bottom left; } }

/*===== Slider 6 =====*/
.slider_area_6 {
  height: auto;
  padding-top: 160px;
  padding-bottom: 70px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_area_6 {
      padding-top: 160px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area_6 {
      padding-top: 160px; } }
  @media (max-width: 767px) {
    .slider_area_6 {
      padding-top: 160px; } }
  .slider_area_6::before {
    display: none; }

.slider_shape_2 {
  height: 73px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 5; }

.slider_content_6 .title {
  font-size: 60px;
  font-weight: 400; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content_6 .title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content_6 .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .slider_content_6 .title {
      font-size: 34px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_6 .title {
      font-size: 44px; } }

.slider_image_6 {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_image_6 {
      margin-top: 50px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .slider_image_6 {
      margin-top: 50px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .slider_image_6 .slider {
    width: 100%;
    padding-left: 70px; }
    @media (max-width: 767px) {
      .slider_image_6 .slider {
        padding-left: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_image_6 .slider {
        padding-left: 70px; } }
  .slider_image_6 .slider_video {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .slider_image_6 .slider_video {
        max-width: 100px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_image_6 .slider_video {
        max-width: inherit; } }
    .slider_image_6 .slider_video a {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      font-size: 20px;
      width: 55px;
      height: 55px;
      line-height: 53px;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .slider_image_6 .slider_video a {
          width: 45px;
          height: 45px;
          line-height: 43px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider_image_6 .slider_video a {
          width: 55px;
          height: 55px;
          line-height: 53px; } }

.slider_items_wrapper_2 {
  padding-top: 70px; }

.slider_items_2 .slider_items_content {
  padding-left: 15px; }
  .slider_items_2 .slider_items_content .count {
    color: #2b2a35; }
  .slider_items_2 .slider_items_content p {
    color: #2b2a35; }