/**
* Class name number indicates unique css styling. Feel free to make 
* it a dynamic but unique number while converting with scripting 
* language.
*
**/

/***** global style *****/

.classyea-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.classyea-section-padding {
    padding: 70px 0;
}


/***** button style ******/

.classyea-btn-primary {
    padding: 10px 15px;
    outline: none;
    border: none;
    background: rgb(33, 86, 243);
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}


/***** Media Queries *****/

@media(max-width:800px) {
    #classyea-carousel-section-801 .classyea-container {
        flex-direction: column;
    }
    #classyea-carousel-section-801 .classyea-container>div {
        width: 100%;
    }
}


/***** farid mia *****/


/***** Design One *****/

#classyea-carousel-section-801 .classyea-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

#classyea-carousel-section-801 .classyea-container .classyea-container-left {
    width: 50%;
}

#classyea-carousel-section-801 .classyea-container .classyea-container-right {
    width: 50%;
}

.classyea-carousel-wrapper-801 img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  /* transform: translateY(-50%); */
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px !important;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button{
    margin: 0;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-prev{
    position: absolute;
    left: 10px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-next{
    position: absolute;
    right: 10px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-prev span,
.classyea-carousel-wrapper-801  .owl-theme .owl-nav button.owl-next span{
    background-color: #F6324A;;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.classyea-carousel-wrapper-801  .owl-theme .owl-nav button.owl-prev:hover,
.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-next:hover{
  background-color: transparent;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot span{
  height: 12px;
  width: 12px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot:hover span{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot.active span{
  background-color: #F6324A;;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}


/***** Design Two *****/

#classyea-carousel-section-802 .classyea-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

#classyea-carousel-section-802 .classyea-container .classyea-container-left {
    width: 50%;
}


.classyea-carousel-wrapper-802 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.classyea-carousel-wrapper-802 .splide__arrow {
    background-color: #F6324A;
}
.classyea-carousel-wrapper-802 .cv-carousel{
  height: 500px;
}
.classyea-carousel-wrapper-802 .item{
  height: 200px;
}



.classyea-carousel-wrapper-802 .splide__arrow svg {
    fill: #ffffff;
}

.classyea-carousel-wrapper-802 .is-active {
    background-color: #F6324A !important;
}


/***** Media Queries *****/

@media(max-width:800px) {
    #classyea-carousel-section-802 .classyea-container {
        flex-direction: column;
    }
    #classyea-carousel-section-802 .classyea-container>div {
        width: 100%;
    }
}

/***** Arif ******/

/***** Design Three ******/
#classyea-imageCarousel-section-803{
    background-position: center;
    background-size: cover;
  }
  .classyea-imageCarousel-top-804{
    max-width: 600px;
  }
  .classyea-imageCarousel-bottom-803 ul{
    list-style: none;
  }
  .classyea-imageCarousel-bottom-803 ul li{
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    width: 350px;
  }
  .classyea-imageCarousel-bottom-803 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  .classyea-imageCarousel-bottom-803 img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    /* transform: translateY(-50%); */
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button{
      margin: 0;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button.owl-prev{
      position: absolute;
      left: 10px;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button.owl-next{
      position: absolute;
      right: 10px;
  }
  
  .classyea-imageCarousel-bottom-803  .owl-theme .owl-nav button.owl-prev span,
  .classyea-imageCarousel-bottom-803  .owl-theme .owl-nav button.owl-next span{
      background-color: #fff;
      display: inline-block;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 27px;
      font-size: 27px;
      font-weight: 500;
      color: #333;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
  
  .classyea-imageCarousel-bottom-803  .owl-theme .owl-nav button.owl-prev:hover,
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button.owl-next:hover{
    background-color: transparent;
  }

  .classyea-imageCarousel-bottom-803 .owl-theme .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
  
.classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot span{
    height: 12px;
    width: 12px;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot:hover span{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot.active span{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
  
  /***** Media queries ******/
  
    /***** Design Four ******/
    .classyea-imageCarousel-bottom-804 ul{
      list-style: none;
    }
    .classyea-imageCarousel-bottom-804 ul li{
      overflow: hidden;
      border-radius: 10px;
    }
    .classyea-imageCarousel-bottom-804 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      transition: .6s;
      -webkit-transition: .6s;
      -moz-transition: .6s;
      -ms-transition: .6s;
      -o-transition: .6s;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
  }
  .classyea-imageCarousel-bottom-804 ul li:hover img{
    border-radius: 10px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
    .classyea-imageCarousel-bottom-804 .classyea-imageCarousel-content{
      position: absolute;
      left: 20px;
      bottom: 20px;
      color: #fff;
    }
    .classyea-imageCarousel-bottom-804 .classyea-imageCarousel-content h3{
      font-size: 20px;
      letter-spacing: 1px;
    }
    .classyea-imageCarousel-bottom-804 .classyea-imageCarousel-content h5{
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 400;
    }
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav {
      position: absolute;
      top: calc(50% - 15px);
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0px !important;
    }
    
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button{
        margin: 0;
    }
    
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button.owl-prev{
        position: absolute;
        left: 50px;
    }
    
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button.owl-next{
        position: absolute;
        right: 50px;
    }
    
    .classyea-imageCarousel-bottom-804  .owl-theme .owl-nav button.owl-prev span,
    .classyea-imageCarousel-bottom-804  .owl-theme .owl-nav button.owl-next span{
        background-color: #fff;
        display: inline-block;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 35px;
        font-size: 30px;
        font-weight: 500;
        color: #333;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
  }
    
    .classyea-imageCarousel-bottom-804  .owl-theme .owl-nav button.owl-prev:hover,
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button.owl-next:hover{
      background-color: transparent;
    }
  
  
    /***** Design Five ******/
  #classyea-imageCarousel-section-807{
      background-color: rgba(0,0,0,.5);
      background-blend-mode: overlay;
      background-position: center;
      background-size: cover;
  }
  
  .classyea-imageCarousel-wrapper-807{
    display: block;
    align-items: center;
    gap: 30px;
  }
  
  .classyea-imageCarousel-left-807{
    width: 45%;
  }
  
  .classyea-imageCarousel-right-807{
    width: 100%;
  }
  
  .classyea-imageCarousel-right-807 img{
    width: 100%;
    height: 100%;
  }
  
  
  
  /***** Media queries ******/
  
  @media(max-width: 800px){
    .classyea-imageCarousel-wrapper-807{
      flex-direction: column;
    }
    .classyea-imageCarousel-left-807{
      width: 100%;
    }
    .classyea-imageCarousel-right-807{
      width: 100%;
    }
  }

  .classyea-imageCarousel-right-807 .owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
  }
  
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button{
      margin: 0;
  }
  
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button.owl-prev{
      position: absolute;
      left: 20px;
  }
  
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button.owl-next{
      position: absolute;
      right: 20px;
  }
  
  .classyea-imageCarousel-right-807  .owl-theme .owl-nav button.owl-prev span,
  .classyea-imageCarousel-right-807  .owl-theme .owl-nav button.owl-next span{
      background-color: #fff;
      display: inline-block;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 27px;
      font-size: 27px;
      font-weight: 500;
      color: #333;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
  
  .classyea-imageCarousel-right-807  .owl-theme .owl-nav button.owl-prev:hover,
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button.owl-next:hover{
    background-color: transparent;
  }

/***** Monjur *****/

/***** Design Six *****/
#classyea-imageCarousel-section-805{
    background-color: #E9F4FC;
}

#classyea-imageCarousel-section-805 h1{
    text-align: center;
    padding-bottom: 20px;
}


.classyea-imageCarousel-805 .classyea-imageCarousel-content h4{
    font-size: 22px;
    color: #fff;
    transform: translateY(-30px);
    opacity: 0;
    transition: .3s ease;
    font-weight: 600;
}

.classyea-imageCarousel-805 .classyea-imageCarousel-content p{
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: .3s ease;
    font-size: 16px;
}

.classyea-imageCarousel-805 li{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}
.classyea-imageCarousel-805 li img{
  height: 350px;
  object-fit: cover;
}

.classyea-imageCarousel-805 .classyea-imageCarousel-content{
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  color: #fff;
  transform: translateY(-30px);
  opacity: 0;
  transition: .3s ease;
  font-weight: 600;
}
.classyea-imageCarousel-805 li:hover .classyea-imageCarousel-content{
  display: block;
  opacity: 1;
  transform: translateY(0px);
}
.classyea-imageCarousel-805 li:hover .classyea-imageCarousel-content h4{
  opacity: 1;
  transform: translateY(0px);
}

.classyea-imageCarousel-805 li:hover .classyea-imageCarousel-content p{
  opacity: 1;
  transform: translateY(0px);
}

.classyea-imageCarousel-805 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px !important;
}

.classyea-imageCarousel-805 .owl-theme .owl-nav button{
    margin: 0;
}

.classyea-imageCarousel-805 .owl-theme .owl-nav button.owl-prev{
    position: absolute;
    left: 10px;
}

.classyea-imageCarousel-805 .owl-theme .owl-nav button.owl-next{
    position: absolute;
    right: 10px;
}

.classyea-imageCarousel-805  .owl-theme .owl-nav button.owl-prev span,
.classyea-imageCarousel-805  .owl-theme .owl-nav button.owl-next span{
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 27px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.classyea-imageCarousel-805  .owl-theme .owl-nav button.owl-prev:hover,
.classyea-imageCarousel-805 .owl-theme .owl-nav button.owl-next:hover{
  background-color: transparent;
}

.classyea-imageCarousel-805 .owl-theme .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.classyea-imageCarousel-805 .owl-theme .owl-dots .owl-dot:hover span{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.classyea-imageCarousel-805 .owl-theme .owl-dots .owl-dot.active span{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.classyea-imageCarousel-805 ul{
  list-style: none;
}

.classyea-imageCarousel-wrapper-803 ul{
  list-style: none;
}

.classyea-imageCarousel-bottom-804 ul{
  list-style: none;
}

.classyea-imageCarousel-wrapper-807 ul{
  list-style: none;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel button.owl-dot:hover{
  background: unset!important;
}
.classyea-carousel-wrapper-802 .sliders-carousel #navigation{
  width:unset!important;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav button.owl-prev, 
.owl-theme .owl-nav button.owl-next{
  outline:none!important;

}
.owl-theme .owl-dots .owl-dot{
  outline:none!important;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot{
  background: unset!important;
}

/**
* Class name number indicates unique css styling. Feel free to make 
* it a dynamic but unique number while converting with scripting 
* language.
*
**/
/***** global style *****/

.classyea-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.classyea-section-padding {
    padding: 70px 0;
}


/***** button style ******/

.classyea-btn-primary {
    padding: 10px 15px;
    outline: none;
    border: none;
    background: rgb(33, 86, 243);
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}


/***** Media Queries *****/

@media(max-width:800px) {
    #classyea-carousel-section-801 .classyea-container {
        flex-direction: column;
    }
    #classyea-carousel-section-801 .classyea-container>div {
        width: 100%;
    }
}


/***** farid mia *****/


/***** Design One *****/

#classyea-carousel-section-801 .classyea-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

#classyea-carousel-section-801 .classyea-container .classyea-container-left {
    width: 50%;
}

#classyea-carousel-section-801 .classyea-container .classyea-container-right {
    width: 50%;
}

.classyea-carousel-wrapper-801 img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  /* transform: translateY(-50%); */
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px !important;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button{
    margin: 0;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-prev{
    position: absolute;
    left: 10px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-next{
    position: absolute;
    right: 10px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-prev span,
.classyea-carousel-wrapper-801  .owl-theme .owl-nav button.owl-next span{
    background-color: #F6324A;;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.classyea-carousel-wrapper-801  .owl-theme .owl-nav button.owl-prev:hover,
.classyea-carousel-wrapper-801 .owl-theme .owl-nav button.owl-next:hover{
  background-color: transparent;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot span{
  height: 12px;
  width: 12px;
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot:hover span{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot.active span{
  background-color: #F6324A;;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}


/***** Design Two *****/

#classyea-carousel-section-802 .classyea-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

#classyea-carousel-section-802 .classyea-container .classyea-container-left {
    width: 50%;
}


.classyea-carousel-wrapper-802 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.classyea-carousel-wrapper-802 .splide__arrow {
    background-color: #F6324A;
}
.classyea-carousel-wrapper-802 .cv-carousel{
  height: 500px;
}
.classyea-carousel-wrapper-802 .item{
  height: 200px;
}



.classyea-carousel-wrapper-802 .splide__arrow svg {
    fill: #ffffff;
}

.classyea-carousel-wrapper-802 .is-active {
    background-color: #F6324A !important;
}


/***** Media Queries *****/

@media(max-width:800px) {
    #classyea-carousel-section-802 .classyea-container {
        flex-direction: column;
    }
    #classyea-carousel-section-802 .classyea-container>div {
        width: 100%;
    }
}

/***** Arif ******/

/***** Design Three ******/
#classyea-imageCarousel-section-803{
    background-position: center;
    background-size: cover;
  }
  .classyea-imageCarousel-top-804{
    max-width: 600px;
  }
  .classyea-imageCarousel-bottom-803 ul{
    list-style: none;
  }
  .classyea-imageCarousel-bottom-803 ul li{
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    width: 350px;
  }
  .classyea-imageCarousel-bottom-803 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  .classyea-imageCarousel-bottom-803 img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    /* transform: translateY(-50%); */
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button{
      margin: 0;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button.owl-prev{
      position: absolute;
      left: 10px;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button.owl-next{
      position: absolute;
      right: 10px;
  }
  
  .classyea-imageCarousel-bottom-803  .owl-theme .owl-nav button.owl-prev span,
  .classyea-imageCarousel-bottom-803  .owl-theme .owl-nav button.owl-next span{
      background-color: #fff;
      display: inline-block;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 27px;
      font-size: 27px;
      font-weight: 500;
      color: #333;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
  
  .classyea-imageCarousel-bottom-803  .owl-theme .owl-nav button.owl-prev:hover,
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-nav button.owl-next:hover{
    background-color: transparent;
  }

  .classyea-imageCarousel-bottom-803 .owl-theme .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
  
.classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot span{
    height: 12px;
    width: 12px;
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot:hover span{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
  
  .classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot.active span{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
  
  /***** Media queries ******/
  
    /***** Design Four ******/
    .classyea-imageCarousel-bottom-804 ul{
      list-style: none;
    }
    .classyea-imageCarousel-bottom-804 ul li{
      overflow: hidden;
      border-radius: 10px;
    }
    .classyea-imageCarousel-bottom-804 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      transition: .6s;
      -webkit-transition: .6s;
      -moz-transition: .6s;
      -ms-transition: .6s;
      -o-transition: .6s;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
  }
  .classyea-imageCarousel-bottom-804 ul li:hover img{
    border-radius: 10px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
    .classyea-imageCarousel-bottom-804 .classyea-imageCarousel-content{
      position: absolute;
      left: 20px;
      bottom: 20px;
      color: #fff;
    }
    .classyea-imageCarousel-bottom-804 .classyea-imageCarousel-content h3{
      font-size: 20px;
      letter-spacing: 1px;
    }
    .classyea-imageCarousel-bottom-804 .classyea-imageCarousel-content h5{
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 400;
    }
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav {
      position: absolute;
      top: calc(50% - 15px);
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0px !important;
    }
    
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button{
        margin: 0;
    }
    
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button.owl-prev{
        position: absolute;
        left: 50px;
    }
    
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button.owl-next{
        position: absolute;
        right: 50px;
    }
    
    .classyea-imageCarousel-bottom-804  .owl-theme .owl-nav button.owl-prev span,
    .classyea-imageCarousel-bottom-804  .owl-theme .owl-nav button.owl-next span{
        background-color: #fff;
        display: inline-block;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 35px;
        font-size: 30px;
        font-weight: 500;
        color: #333;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
  }
    
    .classyea-imageCarousel-bottom-804  .owl-theme .owl-nav button.owl-prev:hover,
    .classyea-imageCarousel-bottom-804 .owl-theme .owl-nav button.owl-next:hover{
      background-color: transparent;
    }
  
  
    /***** Design Five ******/
  #classyea-imageCarousel-section-807{
      background-color: rgba(0,0,0,.5);
      background-blend-mode: overlay;
      background-position: center;
      background-size: cover;
  }
  
  .classyea-imageCarousel-wrapper-807{
    display: block;
    align-items: center;
    gap: 30px;
  }
  
  .classyea-imageCarousel-left-807{
    width: 45%;
  }
  
  .classyea-imageCarousel-right-807{
    width: 100%;
  }
  
  .classyea-imageCarousel-right-807 img{
    width: 100%;
    height: 100%;
  }
  
  
  
  /***** Media queries ******/
  
  @media(max-width: 800px){
    .classyea-imageCarousel-wrapper-807{
      flex-direction: column;
    }
    .classyea-imageCarousel-left-807{
      width: 100%;
    }
    .classyea-imageCarousel-right-807{
      width: 100%;
    }
  }

  .classyea-imageCarousel-right-807 .owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
  }
  
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button{
      margin: 0;
  }
  
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button.owl-prev{
      position: absolute;
      left: 20px;
  }
  
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button.owl-next{
      position: absolute;
      right: 20px;
  }
  
  .classyea-imageCarousel-right-807  .owl-theme .owl-nav button.owl-prev span,
  .classyea-imageCarousel-right-807  .owl-theme .owl-nav button.owl-next span{
      background-color: #fff;
      display: inline-block;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 27px;
      font-size: 27px;
      font-weight: 500;
      color: #333;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
  
  .classyea-imageCarousel-right-807  .owl-theme .owl-nav button.owl-prev:hover,
  .classyea-imageCarousel-right-807 .owl-theme .owl-nav button.owl-next:hover{
    background-color: transparent;
  }

/***** Monjur *****/

/***** Design Six *****/
#classyea-imageCarousel-section-805{
    background-color: #E9F4FC;
}

#classyea-imageCarousel-section-805 h1{
    text-align: center;
    padding-bottom: 20px;
}


.classyea-imageCarousel-805 .classyea-imageCarousel-content h4{
    font-size: 22px;
    color: #fff;
    transform: translateY(-30px);
    opacity: 0;
    transition: .3s ease;
    font-weight: 600;
}

.classyea-imageCarousel-805 .classyea-imageCarousel-content p{
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: .3s ease;
    font-size: 16px;
}

.classyea-imageCarousel-805 li{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}
.classyea-imageCarousel-805 li img{
  height: 350px;
  object-fit: cover;
}

.classyea-imageCarousel-805 .classyea-imageCarousel-content{
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  color: #fff;
  transform: translateY(-30px);
  opacity: 0;
  transition: .3s ease;
  font-weight: 600;
}
.classyea-imageCarousel-805 li:hover .classyea-imageCarousel-content{
  display: block;
  opacity: 1;
  transform: translateY(0px);
}
.classyea-imageCarousel-805 li:hover .classyea-imageCarousel-content h4{
  opacity: 1;
  transform: translateY(0px);
}

.classyea-imageCarousel-805 li:hover .classyea-imageCarousel-content p{
  opacity: 1;
  transform: translateY(0px);
}

.classyea-imageCarousel-805 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px !important;
}

.classyea-imageCarousel-805 .owl-theme .owl-nav button{
    margin: 0;
}

.classyea-imageCarousel-805 .owl-theme .owl-nav button.owl-prev{
    position: absolute;
    left: 10px;
}

.classyea-imageCarousel-805 .owl-theme .owl-nav button.owl-next{
    position: absolute;
    right: 10px;
}

.classyea-imageCarousel-805  .owl-theme .owl-nav button.owl-prev span,
.classyea-imageCarousel-805  .owl-theme .owl-nav button.owl-next span{
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 27px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.classyea-imageCarousel-805  .owl-theme .owl-nav button.owl-prev:hover,
.classyea-imageCarousel-805 .owl-theme .owl-nav button.owl-next:hover{
  background-color: transparent;
}

.classyea-imageCarousel-805 .owl-theme .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.classyea-imageCarousel-805 .owl-theme .owl-dots .owl-dot:hover span{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.classyea-imageCarousel-805 .owl-theme .owl-dots .owl-dot.active span{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.classyea-imageCarousel-805 ul{
  list-style: none;
}

.classyea-imageCarousel-wrapper-803 ul{
  list-style: none;
}

.classyea-imageCarousel-bottom-804 ul{
  list-style: none;
}

.classyea-imageCarousel-wrapper-807 ul{
  list-style: none;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel button.owl-dot:hover{
  background: unset!important;
}
.classyea-carousel-wrapper-802 .sliders-carousel #navigation{
  width:unset!important;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav button.owl-prev, 
.owl-theme .owl-nav button.owl-next{
  outline:none!important;

}
.owl-theme .owl-dots .owl-dot{
  outline:none!important;
}

.classyea-imageCarousel-bottom-804 .owl-theme .owl-dots,
.classyea-imageCarousel-wrapper-807 .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.classyea-carousel-wrapper-801 .owl-theme .owl-dots .owl-dot,
.classyea-imageCarousel-bottom-803 .owl-theme .owl-dots .owl-dot,
.classyea-imageCarousel-805 .owl-theme .owl-dots .owl-dot,
.classyea-imageCarousel-wrapper-807 .owl-theme .owl-dots .owl-dot,
.classyea-imageCarousel-bottom-804 .owl-theme .owl-dots .owl-dot{
  background: unset!important;
}

.classyea-imageCarousel-wrapper-803 .no-js .owl-carousel, 
.classyea-imageCarousel-wrapper-803 .owl-carousel.owl-loaded,
.classyea-imageCarousel-bottom-804 .no-js .owl-carousel, 
.classyea-imageCarousel-bottom-804 .owl-carousel.owl-loaded,
.classyea-imageCarousel-right-807 .owl-carousel.owl-loaded,
.classyea-imageCarousel-right-807 .no-js .owl-carousel,
.classyea-imageCarousel-805 .owl-carousel.owl-loaded,
.classyea-imageCarousel-805 .no-js .owl-carousel{
  padding-left: 0;
  padding-right: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}