          .gap-tb-text {
    padding: 115px 0 112px;
}
.edu-course-area {
    position: relative;
}
.bgImagePosition, .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-four-course {
    position: relative;
    overflow: hidden;
}
.home-four-course::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/bg-image-4.webp);
    background-size: cover;
    z-index: -1;
}
.edublink-animated-shape {
    position: relative;
    z-index: 9;
}
.section-title.section-center {
    text-align: center;
}
.section-title .pre-title {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}
.section-title .title {
    margin-bottom: 4px;
}
.section-title .shape-line {
    display: block;
    color: #1ab69d;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-19:before {
    content: "\e912";
}
.about-style-3 {
                padding: 90px 0 120px;
                position: relative;
            }
            .about-style-3 .about-image-gallery {
                padding: 80px 0 65px 30px;
            }
            .about-style-3 .about-image-gallery .main-img-2 {
                position: absolute;
                bottom: 0;
                right: 0;
            }
            .about-image-gallery img {
                border-radius: 10px;
            }
            .shape-group,.about-style-3 .about-image-gallery .shape-group, .about-style-3 .shape-group
             {   padding: 0;
                margin: 0;
                list-style: none;
            }
            .about-style-3 .about-image-gallery .shape-group li.shape-1 {
                left: inherit;
                right: 95px;
                top: -15px;
            }
            .about-style-3 .about-image-gallery .shape-group li {
                position: absolute;
                z-index: -1;
            }
            .about-style-3 .about-image-gallery .shape-group li.shape-2 {
            left: inherit;
            bottom: inherit;
            right: 39px;
            top: 13px;
            z-index: -2;
        }
        .about-style-3 .about-image-gallery .shape-group li.shape-3 {
            top: inherit;
            right: inherit;
            left: -2px;
            bottom: 33px;
        }
        .about-style-3 .about-image-gallery .shape-group li.shape-4 {
            right: 40px;
            bottom: -25px;
            z-index: -1;
        }
        .about-style-3 .shape-group li img {
            position: initial;
        }
        .rotateit {
            -webkit-animation: rotateIt 11s linear infinite;
            animation: rotateIt 11s linear infinite;
        }
        .about-style-3 .shape-group li.shape-6 {
            top: -350px;
            left: 80px;
            z-index: -1;
        }
        .about-style-3 .shape-group li.shape-6 span {
            display: block;
            height: 470px;
            width: 470px;
            border: 1px solid var(--color-border);
            border-radius: 50%;
        }
        .about-content {
            padding-left: 30px;
        }
        .shape-group img:hover {
          animation: shake 0.5s;
        }
        
        @keyframes shake {
          0% { transform: translateX(0); }
          10% { transform: translateX(-10px); }
          20% { transform: translateX(10px); }
          30% { transform: translateX(-10px); }
          40% { transform: translateX(10px); }
          50% { transform: translateX(-10px); }
          60% { transform: translateX(10px); }
          70% { transform: translateX(-10px); }
          80% { transform: translateX(10px); }
          90% { transform: translateX(-10px); }
          100% { transform: translateX(0); }
        }
        .hoverable:hover {
          transform: translateX(-10px);
          transition: transform 0.5s ease-in-out;
        }

        @media only screen and (max-width: 1650px){
        .about-style-3 .shape-group li.shape-6 {
            left: 0;
        }
        }
        @media only screen and (max-width: 1650px){
        .about-style-3 .shape-group li.shape-5 {
            left: 0;
            top: 0;
        }
        }
.edu-course.course-style-4 {
    box-shadow: var(--shadow-darkest: 0px 10px 30px 0px rgba(0,0,0,0.05););
    padding: 30px;
}
.edu-course {
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.edu-course.course-style-4 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.edu-course .thumbnail {
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.edu-course.course-style-4 .thumbnail {
    margin-right: 30px;
}
.edu-course.course-style-4 .thumbnail a {
    border-radius: 4px;
}
.edu-course.course-style-4 .thumbnail a img {
    border-radius: 4px;
}
.edu-course.course-style-4 .thumbnail a:after {
    background-color: rgba(0, 0, 0, 0.1);
}
.edu-course .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px 5px 0 0;
}
.edu-course.course-style-4 .thumbnail .time-top {
    left: 10px;
    right: auto;
}
.edu-course .thumbnail .duration {
    background-color: #f8b81f;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    font-family: var(--font-secondary);
    display: block;
}
.edu-course .thumbnail .duration i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.edu-course .thumbnail .time-top {
    position: absolute;
    top: 10px;
    right: 10px;
}
.edu-course.course-style-4 .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}
.edu-course.course-style-4 .content .course-price {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.edu-course .content .course-price {
    font-size: 14px;
    font-weight: var(--p-semi-bold);
    color: #b76f9e;
    font-family: var(--font-secondary);
    margin-bottom: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.edu-course .content .title {
    margin-bottom: 8px;
}
.edu-course.course-style-4 .content .course-rating {
    margin-bottom: 14px;
}
.edu-course .content .course-rating .rating {
    color: #f8b81f;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.edu-course .content .course-rating .rating-count {
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    margin-left: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.edu-course .content .course-meta{
    padding: 0;
    margin: 0;
    list-style: none;
}
.edu-course .content .course-meta{
    padding: 0;
    margin: 0;
    list-style: none;
}
.edu-course .content .course-meta li {
    display: inline-block;
    font-size: 13px;
    color: var(--color-heading);
    margin-right: 25px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.edu-course.course-style-4:hover {
    background: linear-gradient(to right, #2f57ef, #b966e7, #b966e7, #2f57ef);
}
.edu-course.course-style-4 {
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
    padding: 30px;
}
.edu-course .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px 5px 0 0;
}
.edu-course.course-style-4 .thumbnail a img {
    border-radius: 4px;
    width: 100%;
}
.col-xl-6.sal-animate {
    padding-top: 2rem;
}
h6.title a {
    color: #181818;
}
.edu-course.course-style-4:hover .content .course-price {
    color: #ffffff;
}
.edu-course.course-style-4:hover .content .title a {
    color: #ffffff;
}
.edu-course.course-style-4:hover .content .course-rating .rating-count {
    color: #ffffff;
}
.edu-course.course-style-4:hover .content .course-meta li {
    color: #ffffff;
}
.edu-course.course-style-4:hover .content .course-meta li:after {
    background-color: rgba(255, 255, 255, 0.3);
}
.edu-course.course-style-4:hover .content .course-meta li i {
    color: #ffffff;
}
.home-four-course .shape-group .shape-1 {
    top: 59px!important;
    right: -88px!important;
}
.home-four-course .shape-group .shape-2 {
    top: -263px;
    right: -406px;
    z-index: -1;
}
@media only screen and (max-width: 575px){
.edu-course.course-style-4 .inner {
    display: block;
}
.edu-course.course-style-4 .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
}
.edu-course.course-style-4 .inner {
    display: block;
}
.edu-course.course-style-4 .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
}

}
  .course-details {
            padding: 10px;
            background-color: #f5f5f5;
            border-radius: 0 0 5px 5px;
            min-height: 151px;
        }
       .section.wf-section.african-bg{
           background: linear-gradient(to top, #E3F0FF, #f7f9fb);
           padding-bottom: 33px;
       }
       a.button.big._280.w-button{
            color: #ffffff;
            background-size: 300% 100%;
            background-image: linear-gradient(to right, #2f57ef, #b966e7, #2f57ef);
       }
       a.button.big._280.w-button:hover{
           background-color: inherit;
           background-position: 102% 0;
           transition: all 0.4s ease-in-out;
       }
       .about-img {
            animation-name: moveUpDown;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-direction: alternate;
        }
        
        @keyframes moveUpDown {
            from { transform: translateY(0); }
            to { transform: translateY(-10px); }
        }

       .pb-20 {
            padding-bottom: 20px;
        }
       .section.split.wf-section {
            /*background-color: linear-gradient(to bottom, #953ef3, #b767ff);
            background: linear-gradient(to bottom, #f9f4ff, #cb91ff);*/
        }
       h1.smaller-on-mobile {
            color: #fff!important;
            text-shadow: 2px 4px 4px rgba(46,91,173,0.6);
        }
        h3.smaller-on-mobile {
            color: #fff!important;
        }
        p.no-bottom-padding.pb-2 {
            color: #fff!important;
        }
        a.button.big._280.w-button.purple {
            background-color: #fff;
        }
        .text-content.light.narrow {
            padding-top: 9%;
        }
         
        section.pb-60 {
            padding-bottom: 60px;
            padding-top: 60px;
            background: linear-gradient(to right, #f37122, #953ef3);
        }
         .card {
            transition: 0.3s;
          }
        
          .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          }
          /*animation to the home page banner image*/
          .visual-content.home img {
            animation: movebounce 5s linear infinite;
          }
        .section.home {
            display: block;
            padding-top: 90px;
            padding-bottom: 20px;
            background-image: url(../images/sfd-blue.jpg)!important;
            /* background: linear-gradient(to right, #f37122, #953ef3);*/
              background-attachment: fixeds;
            background-position: top center;
            padding: 100px 0px;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .course-card {
            margin-bottom: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            overflow: hidden;
            transition: box-shadow 0.3s ease-in-out;
            min-height: 385px;
        }
        .price {
            font-size: 14px;
            font-weight: bold;
            color: #b76f9e;
            margin-right: 20px;
        }
        .lesson-count {
            font-size: 14px;
            color: #b76f9e;
        }
        span.gray {
            color: #a3a3a3;
        }
          @keyframes movebounce {
            0% {
              transform: translateX(0);
            }
            50% {
              transform: translateX(50px);
            }
            100% {
              transform: translateX(0);
            }
          }
          
   /* Styles for desktop view */
          .visual-content.mobile {
            display: none; /* Hide the visual content in desktop view */
          }
          
          /* Styles for mobile view */
          @media (max-width: 768px) {
            .visual-content.mobile {
              display: block; /* Show the visual content in mobile view */
            }
            .section.home.wf-section {
                background-position: top center;
                padding: 0px 0px;
                background-size: cover;
                background-repeat: no-repeat;
            }
            .smaller-on-mobile {
                font-size: 33px;
                line-height: 50px;
            }
            .text-content.light.narrow {
                padding-top: 9%;
                padding-bottom: 58px;
            }

          }         
               /* Hide mobile image by default */
        .mobile-img {
          display: none;
        }
        
        /* Show desktop image on screens wider than 768px */
        @media screen and (min-width: 768px) {
          .desktop-img {
            display: block;
          }
          .mobile-img {
            display: none;
          }
        }
        
        /* Show mobile image on screens narrower than 768px */
        @media screen and (max-width: 767px) {
          .desktop-img {
            display: none;
          }
          .mobile-img {
            display: block;
          }
          .about-content {
            padding-left: 0px;
            }
        }
