/* slide show */

.sp-slider .sp-item .sp-background {
    background-position: right top !IMPORTANT;
}
.home-slide-001 .sp-slider h1 {
    letter-spacing: 2px;
    font-size: 50px;
}
@media(max-width:991px){
.home-slide-001 .sp-slider h1 {
    letter-spacing: 2px;
    font-size: 32px;
}
.home-slide-001 .sp-slider  h1.slide-chinese {
    font-size: 24px !important;
}}

.home-slide-001 .sp-slider h2 strong{
    font-weight: 600 !important;
    color:#ff1717;
}

.home-slide-001 .sp-slider p{
    margin-bottom:30px;
    font-weight:300;
    font-size: 16px;
    line-height: 1.8;
}

.home-slide-001 .dot-controller-dot.sp-slider .sp-dots ul li {
    border: 0 !important;
    height: 12px !important;  
    width:12px !important;
}

.home-slide-001 .dot-controller-dot.sp-slider .sp-dots ul li::after{
    height:100% !important; 
    width:100% !important;
    background:#fff;
}

.home-slide-001 .dot-controller-dot.sp-slider .sp-dots ul li.active{
    width:36px !important; 
}
@media (max-width:991px){
    .home-slide-001 .sp-slider h2{
        font-size:36px !important;
    }
    .home-slide-001 .sp-slider p{
        font-size:16px;
    }
}

@media (max-width:767px){
    .home-slide-001 .sp-slider h2{
        font-size:32px !important;
    }
    .home-slide-001 .sp-slider p{
        font-size:14px;
    }
    .home-slide-001 .sppb-addon-sp-slider.sp-slider .sp-dots{
    	bottom: 10px !important;
   }
    .home-slide-001 .sp-slider .sp-item .sp-background {
        background-position: center right;
    }
}
.home-slide-001 .sp-slider .sp-item .sppb-sp-slider-image img:hover {
    transform: rotate(10deg);
}
.home-slide-001 .sp-slider .sp-item .sppb-sp-slider-image img {
    transition: 0.5s;
}
.home-slide-001 .sp-slider .sp-item .sppb-sp-slider-image img {
    position: relative;
}
@media(min-width:992px){
.image-mobile img, .image-mobile:before {
    display: none !IMPORTANT;
}}
.home-slide-001 .sp-slider .sp-item .sppb-sp-slider-image:before, .image-mobile:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: 18px;
    right: -120px;
    background-image: url('/images/0_project/Home/pattern-001.png');
    background-size: contain;
    transition:0.5s;
    z-index: 99999;
    animation: mymove 20s infinite;
}
@media(max-width:991px){   
.home-slide-001 .sp-slider .sp-item .sppb-sp-slider-image:before, .image-mobile:before {
    width: 120px;
    height: 120px;
    bottom: 18px;
    right: -20px;
}
}
@keyframes mymove {
  0% {transform: rotate(0deg);
}
  50% {transform: rotate(180deg);
}
  100% {transform: rotate(0deg);
}
}
@media(min-width:992px){
.home-slide-001 .sp-slider-content-align-left {
    margin-top: -200px;
}
.home-slide-001 .sp-slider-image-align-right {
    margin-top: -100px;
  }}
.home-slide-001 .sp-dots {
    bottom: 120px !IMPORTANT;
}
.home-slide-001 .sppb-sp-slider-text {
    font-size: 18px !IMPORTANT;
    margin-bottom: 30px;
}

/* USP */

.chewy-strong p strong {
    font-family: 'chewy';
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 22px !IMPORTANT;
    line-height: 1.3;
}
.home-title-001 h3.sppb-addon-title {
    font-size: 48px;
    color: #0f6b39;
    margin-bottom:20px;
    letter-spacing: 1px;
}

.home-title-001 h3.sppb-addon-title strong{
    font-size: 40px;
    font-weight: 600;
}

.home-title-001 h5.sppb-addon-title {
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #ff1717;
    font-size: 24px !important;
    margin-bottom: 10px !important;
    padding-left: 60px !important;
    position: relative;
}


.home-title-001 h5.sppb-addon-title:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ff1717;
    top: 12px;
    left: 0;
}

.home-usp-001 .sppb-media-content {
    display: flex;
    flex-direction: column-reverse;
}

.home-usp-001 {
    height: 400px;
    padding: 15px;
    border-radius:5px !important;
    overflow:hidden;
}

.home-usp-001 h4.sppb-feature-box-title {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left:0;
    right:0;
    margin:auto;
    padding:0 15px;
    opacity:100%;
    transition:0.3s;
}

.home-usp-001 .sppb-column-addons {
    position: unset;
}

.home-usp-001 img.sppb-img-responsive {
    margin-bottom: 30px;
    opacity:0;
    transition:0.5s;
}

.home-usp-001 .sppb-addon-text p {
    color: #fff;
    font-family: 'Figtree';
    opacity:0;
    transition:0.5s;
}

.home-usp-001:before{
    content:'';
    background: linear-gradient(#0000, #0f6b39);
    height:50%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    transition:0.5s;
    opacity:100%;
}

.home-usp-001:after{
    content:'';
    background: #0f6b39;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:0.5s;
}

.home-usp-001:hover:after{
    opacity:100%;
}

.home-usp-001:hover:before{
    opacity:0;
}

.home-usp-001:hover h4.sppb-feature-box-title{
    opacity:0;
}

.home-usp-001:hover img.sppb-img-responsive {
    opacity:100%;
}

.home-usp-001:hover .sppb-addon-text p {
    opacity:100%;
}

@media (max-width:991px){
    .home-title-001 h3.sppb-addon-title, .home-title-001 h3.sppb-addon-title strong {
        font-size: 36px !important;
    }
    .home-title-001 h5.sppb-addon-title{
        font-size: 20px !important;
    }
    .home-title-001 h5.sppb-addon-title:before{
        width: 50px;
        top: 10px;
    }
}

@media (max-width:767px){
    .home-title-001 h3.sppb-addon-title, .home-title-001 h3.sppb-addon-title strong {
        font-size:32px !important;
    }
    .home-title-001 .sppb-addon-content p {
        font-size: 14px;
    }
    .home-usp-001 {
        height: 250px;
    }
    .home-usp-001 img.sppb-img-responsive {
        width:70px;
    }
    .home-title-001 h5.sppb-addon-title{
        font-size: 18px !important;
    }
    .home-title-001 h5.sppb-addon-title:before{
        width: 50px;
        height:1px;
        top: 9px;
    }
}

/*bos style 002*/

.box-style-001 p {
    background: #70a5b5;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 320px;
    font-family: 'chewy';
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    margin-left: 220px;
    transition: 0.5s;
}
.box-style-001 p:hover {
    transform: rotate(5deg);
}
.box-style-001 p:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 40px;
    right: -120px;
    background-image: url('/images/0_project/Home/pattern-004.png');
    background-size: contain;
    transition:0.5s;
    animation: rotate2 2s infinite;
}
@media(max-width:991px){
.box-style-001 p {
    max-width: 900px !Important;
    font-family: 'chewy';
    margin-left: 0px;
    font-size: 18px;
    transform: rotate(2deg);
}   
.box-style-001 p:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 40px;
    right: -20px;
}
}
.box-style-002 p {
    background: #f39f5f;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 320px;
    font-family: 'chewy';
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    transform: rotate(-10deg);
    margin-top: -20px;
    margin-left: 40px;
    transition: 0.5s;
}
@media(max-width:991px){
.box-style-002 p {
    max-width: 900px !Important;
    font-family: 'chewy';
    margin-left: 0px;
    font-size: 18px;
    transform: rotate(-5deg);
}
}
.box-style-002 p:hover {
    transform: rotate(5deg);
}
.box-style-003 p {
    background: #5867e8;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 320px;
    font-family: 'chewy';
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    margin-top: -120px;
    transform: rotate(5deg);
    margin-left: 350px;
    transition: 0.5s;
}
@media(max-width:991px){
.box-style-003 p {
    max-width: 900px !Important;
    font-family: 'chewy';
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(5deg);
    font-size: 18px;
}
}
.box-style-003 p:hover {
    transform: rotate(-5deg);
}
.box-style-001 p:before,
.box-style-002 p:before,
.box-style-003 p:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 20px;
    background-image: url('/images/0_project/Home/mark-001.png');
    background-size: contain;
    transition:0.5s;
    animation: rotate2 2s infinite;
}
@keyframes rotate2 {
  0% {transform: rotate(-5deg);
}
  50% {transform: rotate(5deg);
}
  100% {transform: rotate(-5deg);
}
}
.bamboo-001 {
    position: relative;
}
.bamboo-001:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -40px;
    right: 00px;
    background-image: url('/images/0_project/Home/pattern-005.png');
    background-size: contain;
    transition:0.5s;
}
@media(max-width:991px){
.bamboo-001:before {
    width: 600px;
    height: 600px;
    right: -200px;
    opacity: 0.2;
}
}

/* About */

.home-about-001 img{
    background: #0f6b38;
    padding:15px;
}

.home-about-001 p {
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

/*pattern*/
.circle-image img {
    border-radius: 1000px !IMPORTANT;
}

.image-pattern-001 img {
    position: relative;
}
.image-pattern-001:before{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -50px;
    background-image: url('/images/0_project/Home/pattern-003.png');
    background-size: contain;
    transition:0.5s;
    z-index: 99999;
    animation: rotate15deg 10s infinite;
}
@media(max-width:991px){   
.image-pattern-001:before {
    width: 120px;
    height: 120px;
    top: -60px;
    right: -20px;
}
}
@keyframes rotate15deg {
  0% {transform: rotate(-30deg);
}
  50% {transform: rotate(0deg);
}
  100% {transform: rotate(-30deg);
}
}

.image-pattern-002:after{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: 18px;
    left: -120px;
    background-image: url('/images/0_project/Home/pattern-002.png');
    background-size: contain;
    transition:0.5s;
    z-index: 99999;
  animation: mymove 10s infinite;
}
@media(max-width:991px){   
.image-pattern-002:after {
    width: 120px;
    height: 120px;
    bottom: 50px;
    left: -30px;
}
}
@keyframes mymove {
  0% {transform: rotate(0deg);
}
  50% {transform: rotate(30deg);
}
  100% {transform: rotate(0deg);
}
}

.image-pattern-004 img {
    position: relative;
}
.image-pattern-004:before{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: 70px;
    right: -100px;
    background-image: url('/images/0_project/Home/pattern-006.png');
    background-size: contain;
    transition:0.5s;
    z-index: 99999;
  animation: rotate15deg 10s infinite;
}
@media(max-width:991px){   
.image-pattern-004:before {
    width: 120px;
    height: 120px;
    top: -60px;
    right: 80px;
}
}

.image-pattern-003:after{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: 18px;
    left: -50px;
    background-image: url('/images/0_project/Home/pattern-007.png');
    background-size: contain;
    transition:0.5s;
    z-index: 99999;
  animation: mymove 10s infinite;
}
@media(max-width:991px){   
.image-pattern-003:after {
    width: 120px;
    height: 120px;
    bottom: 50px;
    left: -30px;
}
}



/* Number */
.sppb-addon-animated-number {
    background: #ff1717;
    border-radius: 5px;
}

.home-number-001 .sppb-addon-animated-number {
    background: #ff1717;
    border-radius: 5px;
    padding: 30px;
    width: 200px;
}

.home-number-001 {
    display:flex;
    justify-content:center;
}

.home-number-001 .sppb-addon-animated-number  .sppb-animated-number {
    color:#fff;
    font-family: 'Rajdhani';
    font-size: 40px;
    font-weight: 600;
}

.home-number-001 .sppb-addon-animated-number .sppb-animated-number-title {
    color:#fff;
    font-family: 'Rajdhani';
    font-size: 20px;
    font-weight: 600;
}

@media (max-width:991px){
    .home-number-001 .sppb-addon-animated-number .sppb-animated-number-title {
        font-size: 16px;
    }
}

@media (max-width:767px){
    .home-number-001 .sppb-addon-animated-number  .sppb-animated-number{
        font-size:32px;
    }
    .home-number-001 .sppb-addon-animated-number{
        padding:15px;
        margin:15px 0;
      	width:100%;
    }
    .home-number-001 .sppb-row{
        display:flex !important;
        flex-direction:column;
        justify-content:center !important;
        width:350px;
    }
}



/* Course */
.home-course-001 h4.sppb-addon-title {
    font-weight: 600;
    color: #ff1717;
    font-family:'Figtree';
}

.home-course-001 h4.sppb-addon-title strong{
    font-weight: 600;
    color: #000000;
}

.home-course-001 .sppb-addon-content p{
    font-family:'Figtree';
    font-size:16px;
    margin-bottom: 0;
}

.home-course-001 img {
    width: calc(100% - 30px);
    border-radius:5px !important; 
}

.image-style-002:before {
    content: '';
    background: #ff1717;
    width: 70%;
    height: 70%;
    position: absolute;
    top: -30px;
    border-radius:5px;
}

.image-style-003:before {
    content: '';
    background: #ff1717;
    width: 70%;
    height: 70%;
    position: absolute;
    right:0;
    top: -30px;
    border-radius:5px;
}

@media (max-width:767px){
    .home-course-001 .sppb-addon-content p{
        font-family:'Figtree';
        font-size:14px;
        margin-bottom: 0;
    }
}




/* Testimonial */
.home-testimonial-001 .sp-slider{
    overflow:visible;
}

.sp-slider.sp-basic-slider .sp-item {
    border-radius: 5px;
}

.home-testimonial-001 .sp-slider .sp-dots {
    bottom: -30px !important;
}

.dot-controller-dot.sp-slider .sp-dots ul li {
    border: 0 !important;
    height: 12px !important;  
    width:12px !important;
}

.dot-controller-dot.sp-slider .sp-dots ul li::after{
    height:100% !important; 
    width:100% !important;
    background:#555;
}

.dot-controller-dot.sp-slider .sp-dots ul li.active{
    width:36px !important; 
}

.home-article-001 .sppb-addon-articles .sppb-addon-article-layout-content img {
    height: 250px;
    border-radius: 5px;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap {
    padding: 5px 0 20px 0 !important;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a {
    color:#000 !important;
    text-decoration:underline !important;
    font-size:20px;
    font-weight:600;
}
.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a:hover {
    color:#ff1414 !important;
}
.home-testimonials .sppb-testimonial-carousel-client-rating {
    line-height: 1 !IMPORTANT;
    margin-bottom: 10px;
}
.home-testimonials .sppb-carousel-extended-item {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    height:250px;
    padding: 15px 30px;
    margin: 10px 20px 10px 15px !important;
    border: 1px Solid #0f6c38;
    border-radius: 20px !IMPORTANT;
}
.home-testimonials .sppb-testimonial-carousel-message {
    line-height: 1.5;
    font-size: 15px;
    color: #666 !important;
}

.addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li:hover span, .addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li.active span {
    background: #555 !important;
}
.addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li span{
    transition:0.3s !important;
}
 .addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li{
     width:12px !important;
     background: rgb(0 0 0 / 25%) !important;
 }
 .addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li.active{
     width:36px !important;
 }

@media (max-width:1100px){
    .next-control.nav-control, .prev-control.nav-control{
        display:none;
    }
}

@media (max-width:767px){
    .home-article-001 .sppb-addon-article-layout{
        padding-top:20px;
    }
}

/* CTA */
.cta-textbox-001 {
    width: 800px;
}

.cta-001 {
    display: flex;
    justify-content: center;
}

.cta-001 h3.sppb-addon-title {
    margin-bottom:30px;
}
.cta-001 h3.sppb-addon-title strong {
    color: #fff !important;
}

.cta-001 .sppb-addon-content p{
    color:#fff;
    font-family: 'Figtree';
    font-size:16px;
}

@media (max-width:991px){
    .cta-textbox-001 {
        width: 600px;
    }
}

@media (max-width:767px){
    .cta-textbox-001 {
        width: 330px;
    }
}
/*program*/
.program-style-001 .sppb-carousel-extended-item {
    border-radius: 1000px !IMPORTANT;
}
.program-style-001 .sppb-carousel-extended-item img {
    border-radius: 1000px 1000px 0px 0px;
    height: auto !important;
    !;
}
.program-style-001 .sppb-carousel-extended-item-overlay {
    border-radius: 1000px 1000px 0px 0px !IMPORTANT;
}
.program-style-001 .sppb-carousel-extended-heading {
    font-size: 22px;
    font-family: 'chewy';
    letter-spacing: 1px !important;
    text-shadow: 0px 0px 10px #00000090;
    margin-bottom: 10px;
}
.program-style-001 .sppb-carousel-extended-subheading {
    font-size: 22px;
    font-family: 'chewy';
    letter-spacing: 1px !important;
    text-shadow: 0px 0px 10px #00000090;
    font-weight: 600;
}
@media(max-width:991px){
.program-style-001 .sppb-carousel-extended-heading {
    font-size: 15px;
}
.program-style-001 .sppb-carousel-extended-subheading {
    font-size: 13px;
}
}
.program-style-001 .sppb-carousel-extended-content-wrap {
    background: linear-gradient(0deg, #116B37 0%, transparent 50%);
    border-radius: 1000px 1000px 0px 0px;
}

/*image-overlay*/
.image-overlay-style-001 .sppb-addon-overlay-image-content.title-subtitle-center-center {
    border-radius: 25px !IMPORTANT;
}
.image-overlay-style-001 h2.sppb-addon-title {
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000000b5;
}
@media(max-width:991px){
.image-overlay-style-001 .sppb-btn-primary {
    padding: 15px 30px 15px 10px !important;
    font-size: 14px !important;
    margin: 0px !important;
    width: 140px;
}
.image-overlay-style-001 .sppb-btn-primary:before {
    width: 20px;
    height: 20px;
    top: 11px;
    right: 10px;
}}
.image-overlay-style-002 .overlay-image-title {
    position: relative;
}
.image-overlay-style-002:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-image: url('/images/0_project/Home/home-img-005.png');
    background-size: contain;
    transition:0.5s;
    animation: rotate2 2s infinite;
    z-index: 0 !important;
}
@media(max-width:991px){
.image-overlay-style-002:before {
    width: 350px;
    height: 350px;
    top: -30px;
    bottom: 0px;
}
}
.image-overlay-style-002 .overlay-background-image-wrapper {
    display: none;
}
.image-overlay-style-002 .overlay-background-style {
    background: transparent !IMPORTANT;
}
.image-effect-zoom-in .overlay-image-title::before {
    display: none;
}
.image-overlay-style-002 h2 {
    font-size: 50px;
}
.image-overlay-style-002 h2 strong {
    font-size: 86px !IMPORTANT;
    color: #d8ff00;
}
@media(max-width:991px){
.image-overlay-style-002 h2 {
    font-size: 33px;
}
.image-overlay-style-002 h2 strong {
    font-size: 56px !IMPORTANT;
    color: #d8ff00;
}
}

/*article*/

.article-style-001 .sppb-addon-article.sppb-addon-article-layout-content {
    background: #fff !important;
    border-radius: 25px !IMPORTANT;
}
.article-style-001 a.sppb-article-img-wrap img {
    border-radius: 25px !IMPORTANT;
}
@media(max-width:991px){
  .sppb-addon-article-layout.sppb-col-xs-6.sppb-col-sm-6.sppb-col-md-6.sppb-col-lg-6.sppb-col-12 {
    margin-bottom: 30px;
  }
}