* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0;
}

.catalog-tab {
    display: flex;
    padding-top: 20px;
}

.tabs {
    position: relative;
    margin: 2em 0;
}

.tabs>input,
.tabs>span {
    width: auto;
    height: 50px;
    line-height: 60px;
    position: absolute;
    top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #002240;
}

.tabs>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs>span {
    background: #f0f0f0;
    text-align: center;
    overflow: hidden;
}

.tabs>span i,
.tabs>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.tabs>input:checked+span,
.tabs>input:hover+span {
    color: #002240 !important;
}

#tab-1,
#tab-1+span {
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
}

.tab-content {
    padding: 80px 0px 20px 0px;
    width: 100%;
    min-height: 340px;
    display: flex;
}

.tab-content .owl-nav {
    opacity: 0.5;
}

.tab-content:hover .owl-nav {
    opacity: 1;
}

.owl-next.disabled, .owl-prev.disabled{
display:none!important;
}

.tab-content section {
    width: 100%;
    display: none;
}

.tab-content section h1 {
    margin-top: 15px;
    font-size: 100px;
    font-weight: 100;
    text-align: center;
}

#tab-1:checked~.tab-content #tab-item-1 {
    display: block
}

/* effect-1 */

.effect-1>input:checked+span {
    background: #fff;
}


/* effect-2 */

.effect-2 span i {
    padding-right: 15px;
}
.owl-height {
    display: flex;
    overflow: hidden;
}
.owl-stage{
    display:flex;
}
.owl-stage-outer.owl-height{
    height: auto !important;
}



#tab-2, #tab-2+span { left: 77%; background-color: transparent; color: rgba(0, 34, 64, 0.6); } #tab-3, #tab-3+span { left: 91%; background-color: transparent; color: rgba(0, 34, 64, 0.6); } #tab-1:checked~.tab-content #tab-item-1 { display: block; } #tab-2:checked~.tab-content #tab-item-2 { display: block; } #tab-3:checked~.tab-content #tab-item-3 { display: block; }

.tabs>input,
.tabs>.learn {
    width: 10%;
    height: 50px;
    line-height: 60px;
    position: absolute;
    top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    color: #002240;
}
.tabs>input,
.tabs>span {
    width: 10%;
    height: 50px;
    line-height: 60px;
    position: absolute;
    top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #002240;
}

.tabs>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs>span {
    background: #f0f0f0;
    text-align: center;
    overflow: hidden;
}

.tabs>span i,
.tabs>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.tabs>input:checked+span,
.tabs>input:hover+span {
    color: #002240 !important;
}

#tab-1,
#tab-1+span {
    left: 0;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
}

#tab-2,
#tab-2+span {
    left: 80%;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
}

#tab-3,
#tab-3+span {
    left: 90%;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
}

.tab-content section {
    width: 100%;
    display: none;
}

#tab-1:checked~.tab-content #tab-item-1 {
    display: block;
}

#tab-2:checked~.tab-content #tab-item-2 {
    display: block;
}

#tab-3:checked~.tab-content #tab-item-3 {
    display: block;
}
.effect-1>input:checked+span {
    background: #fff;
}
#tab-1:checked~.line {
    left: 2%;
    width: 70px;
}


/* effect-3 */

.effect-3 .line {
    background: linear-gradient(rgba(0, 124, 255, 1), rgba(72, 65, 234, 1));
    ;
    width: 10%;
    height: 2px;
    left: 50%;
    right: 50%;
    position: absolute;
    top: 46px;
}

#tab-1:checked~.line {
    left: 0%;
    width: 70px;
}

/* effect-4 */

.effect-4 span i {
    font-size: 18px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
}

.effect-4 span span {
    position: relative;
    top: 10px;
}

.effect-4>input:checked+span i,
.effect-4>input:hover+span i {
    top: 20%;
    opacity: 1;
}

/* effect-5 */

.effect-5>input:checked+span i,
.effect-5>input:hover+span i {
    font-size: 25px;
}

.ease {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tab-cards {
 
}
.owl-item.active{
   
}

.owl-nav button {
    background: transparent!important;
    border: none!important;
}

.owl-item {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E7E9EC;
    border-radius: 10px;
}

.owl-nav button.owl-prev {
    left: 0;
    font-size: 48px;
    color: #ffffff!important;
    margin-top: 0;
    top: 2.6em;
    width: auto;
    background: #ffffff5e!important;
    padding: 0px 15px 5px 15px;
    border-radius: 0 4px 4px 0;
}
  .owl-nav button.owl-prev:focus {
    background-color: none;
color: #0f4096;
  }

.owl-nav button.owl-next {
    font-size: 48px;
    color: #ffffff!important;
    margin-top: 0;
    top: 2.6em;
    width: auto;
    background: #ffffff5e!important;
    padding: 0px 15px 5px 15px;
    border-radius: 4px 0 0 4px;
    right: 0;
}  
.owl-nav button.owl-next:focus {
    background-color: none;
color:#0f4096;
  }
  
  .owl-nav button {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    font-size: 48px;
    color: #7A7A7A;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }

.tabs .owl-dots{
display:none;
}


button.owl-dot {
    border-radius: 0!important;
    padding: 0!important;
    width: 100%!important;
    height: 4px;
    background: #e6eeff!important;
    border: none!important;
}


button.owl-dot.active {
    background: #2061f6!important;
}
.owl-prev {
    left: 0;
  }
.owl-next {
    right: 0;
  }


.owl-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.owl-stage-outer {
    overflow: hidden;
}

.card-course-menu {
    width: 150px;
    margin: 10px;
    position: relative;
}

.card-course-menu.introduction span {
    font-weight: 400;
    font-size: 10px;
    color: #007CFF;
    background: rgba(0, 124, 255, 0.2);
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
}

.card-course-menu.technical span {
    font-weight: 400;
    font-size: 10px;
    color: #4841EA;
    background: rgba(72, 65, 234, 0.2);
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
}

.card-course-menu.business-courses span {
    font-weight: 400;
    font-size: 10px;
    color: #52050A;
    background: rgba(82, 5, 10, 0.2);
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
}

.card-course-menu.challange span {
    font-weight: 400;
    font-size: 10px;
    color: white;
    background: linear-gradient(186.39deg, #0556B8 21.7%, #509DF9 96.04%);
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    margin-top: -25px;
    z-index: 1;
}

.card-course-title {
    margin: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}

.card-course-title-challange {
    margin: 10px;
    padding-bottom: 20px;

}

.card-course-title p {
    font-weight: 400;
    font-size: 21px;
    cursor:pointer;
    color: #122b46;
}

.card-item-img {
    border-radius: 10px 10px 0px 0px;
    cursor:pointer;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
    border-radius: 10px 10px 0 0;
}

.card-course-tags {
    display: flex;
    margin: 10px;
}

.card-course-tags span {
    font-weight: 400;
    font-size: 10px;
    color: #B8B8B8;
    padding: 5px;
}

.card-challange-level {
    display: flex;
    margin: 10px;
    bottom: 0;
}

.card-challange-level span {
    font-weight: 400;
    font-size: 10px;
    color: #B8B8B8;
    padding: 5px;
}

.card-item-top {
    width: 100%;
}

.all-courses {
    display: flex;
    justify-content: center;
    padding-top: 3em;
}

.a-c-btn {
    background: #FFFFFF;
    border: 1px solid #007CFF;
    border-radius: 100px;
    align-items: center;
    padding: 10px 22px;
    color: #007CFF;
    font-weight: 550;
    font-size: 16px;
    cursor: pointer;
}

.a-c-btn:hover {
    border: 1px solid #4841EA;
    color: #4841EA;
}

.invite-row {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom:50px;
    border: 1px solid #E7E9EC;
}

.invite-row h1 {
    margin: 0!important;
}

.invite-hero-sec {
    display: flex;
    align-items: center;
}

.invite-title {
    font-weight: 500;
    font-size: 18px;
    color: #122B46;
}

.invite-desc {
    display: block;
}

.invite-list {
    display: flex;
    align-items: center;
    padding: 20px 5px 5px 5px;
}

.invite-subheading {
    margin: 0;
    padding-left: 1em;
    font-weight: 400;
    font-size: 14px;
    color: #122B46;
}

.how-img {
    justify-content: center;
    display: flex;
}

.invite-your-friends {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.social-icons {
    list-style: none;
    display: flex;
    margin: 0 20px;
    gap: 20px;
}

.invite-share-sec {
    display: flex;
    align-items: center;
    margin-top:2em;
}

.copy-sec {
    display: flex;
    align-items:center;
    width: 66%;
}

.copy-desc {
    flex: 0 0 auto;
    width: 37%;
}

.copy-input {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    width: 60%;
}

input::placeholder {
    color: #c4c4c4;
    padding: 10px;
}

.p-link-input {
    border: 1px solid #c4c4c4;
    padding: 4px;
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.p-link-button {
    padding: 3px 15px!important;
    background: #007cff!important;
    border: none!important;
    border-radius: 0px 4px 4px 0px!important;
}

.personal-copylink {
    background: #007cff;
    padding: 5px;
    border-radius: 0 4px 4px 0;
}

.social-icons .fa {
    font-size: 24px;
}

.person-desc {
    margin: 0 -20px 0 20px;
}

.fa-copy {
    color: #fff;
}

.invite-now-using {
    display: flex;
    align-items: center;
    width: 40%;
}

.invite-now-using p, .copy-desc {
    font-size: 14px;
}

.slide-figure{
margin-right:2em;
}


.slider {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E7E9EC;
  }

 .slidex {
    display: flex!important;
    height: auto;
    padding-left: 0;
    padding-right: 20px;
    background: #fff;
}

  .slick-active {
    left: 0 !important;
  }

  .slide-img {
    min-width: 200px;
    width: 100%;
    border-radius: 4px;
    height: 150px;
    object-fit: cover;
    cursor:pointer;
  }


h1.testimonial-title {
    width: fit-content;
}

  .testimonial-title {
    font-size: 18px;
    font-weight: 500;
    color: #122B46;
    margin: 0!important;
    cursor:pointer;
  }

  .testimonial-desc {
    color: rgba(18, 43, 70, 0.5);
    font-size: 14px;
    font-weight: 400;
  }

  .testimonial-info {
    position: absolute;
    bottom: 5px;
  }

  .testimonial-top {
    flex:0 0 auto;
    width: 75%;
  }
  .slidex.slick-slide {
    position: inherit !important;
}

  .testimonial-bottom {
    display: flex;
    justify-content: space-between;
  }

  .testimonial-share {
    position: absolute;
    right: 40px;
    bottom: 5px;
  }

  .testimonial-share a {
    text-decoration: none;
  }

  .testimonial-info span {
    color: #CFD0D0;
    font-weight: 400;
    font-size: 12px;
    margin-right: 15px;
    position:relative;
  }

.testimonial-info span:before {
    content: '•';
    position: absolute;
    left: -11.5px;
    top: -5px;
}


.testimonial-info span:first-child:before {
    content: none;
}

  .share-btn {
    color: #007cff;
    cursor: pointer;
    padding-right: 10px;
    font-size: 12px;
  }

  .readmore-btn {
    color: #007cff;
    cursor: pointer;
    font-size: 12px;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0!important;
    padding: 1rem 0;
    list-style-type: none!important;
    cursor: pointer;
    position: absolute!important;
    top: 0px!important;
    right: 40px!important;
    left: unset!important;
    bottom: 80px!important;
}
  .slick-slide {
    display: none!important;
  }

  .slick-active {
    display: flex!important;
  }

  .slidex.slick-slide {
    position: inherit !important;
    gap: 30px;
  }

  li.slick-active button {
    background-color: #007cff!important;
  }

  .slick-active button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #DDDDDD;
    text-indent: -9999px;
  }


.slick-dots button {
    display: block!important;
    width: 10px!important;
    height: 10px!important;
    padding: 0!important;
    border: none!important;
    border-radius: 100%!important;
    background: #DDDDDD!important;
    text-indent: -9999px!important;
    margin-left: 15px;
}
 
.slide-img img {
    min-width: 200px;
    width: 100%;
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}

ul.social-icons i {
    background: none;
    text-align: center;
}

.owl-nav.disabled {
    display: none;
}


span.activity-learn-title {
font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #002240;
    background: transparent;
    width: auto;
    border-bottom: 2px solid #007cff;
    line-height: 60px;
}

.activity-learn-course-hub-btn a{
   align-items: center;
    background: transparent!important;
    padding: 3px 10px!important;
    color: var(--bb-primary-button-text-regular);
    border-color: #007cff;
    border-radius: 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    outline: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
.activity-learn-course-hub-btn a:hover {
    background: #007CFF!important;
}

.activity-learn-course-hub-btn a span {

}

.activity-learn-course-hub-btn a:hover span {
    color: #fff;
}

.activity-learn-course-hub-btn .my-courses-hubs{
    color: #007cff;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
}
.activity-learn-course-hub-btn i{
    font-size: 15px; 
}


.share-modal {
    position: absolute;
    z-index: 9999999999;
    top: -45px;
    background: #fff;
    width: 160px;
    height: 45px;
    left: -10px;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid #007cff;
    display:none;
}

.share-modal:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 45px;
    width: 0;
    border-top: 6px solid #007cff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.share-modal ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 23px;
    margin: 7px;
}
.share-modal i {
    background: transparent;
}


.tab-seperator {
    left: calc(100% - 83px);
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
    position: relative;
    top: 15px;
}

.reflink-success {
    background: #1dd991!important;
}

.reflink-btn .d-none{
display:none;
}

#buddypress .activity-list.bp-list .activity-item {
    border-radius: 10px;
    border-bottom: 1px solid #e7e9ec!important;
}

div#bp-nouveau-activity-form {
    margin-bottom: 1em;
}

@media(max-width:768px) {


.tab-seperator {
    left: calc(100% - 86px);
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
    position: relative;
    top: 15px;
}

.share-modal {
    position: absolute;
    z-index: 999999;
    top: inherit;
    background: #fff;
    width: 160px;
    height: 45px;
    left: inherit;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid #007cff;
    right: 17px!important;
    bottom: 45px;
    display:none;
}


#tab-2, #tab-2+span {
    left: 73%;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
    width: 100px;
}

    .tabs {
        margin-left: 0;
    }


    .tabs>span {
        overflow: visible;
    }

    #tab-1:checked~.line {
        left: 0%;
    }

    .how-img {
        padding-bottom: 40px;
    }

    .invite-your-friends {
        order: 3;
        display: block;
    }

    .personal-link {
        display: block;
    }

    .person-desc {
        margin: 0;
    }

    .invite-hero-sec {
        display: flex;
        flex-direction: column-reverse;
    }

    .invite-now-using {
       
        flex: 0 0 auto;
        width: auto;
    }

    .invite-now-using p {
        font-size: 14px;
    }


.slick-dots{
    top: unset!important;
    right: unset!important;
    left: 50%!important;
}

    .copy-sec {
        display: inline-block;
        width: 100%;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .copy-desc {
        width: 100%;
    }

    .copy-input {
        width: 100%;
        padding: 1em 0 1em 0;
    }

    #tab-1+span {
        font-size: 36px;
    }

    #tab-1:checked~.line {
        width: 135px;
        margin-top: 10px;
    }

    .slide-testimonial.slick-active {
        display: block;
        position: relative;
      }
  
  
      .testimonial-top {
        width: 100% !important;
        margin-top: 10em;
      }
  
      .testimonial-info {
        position: inherit;
      }
  
      .testimonial-share {
        position: inherit;
      }
  
      .testimonial-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
      }
  
      .slick-dots {
        position: initial !important;
      }
  
      .slide-figure {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }
  
      .slide-img {
        width: 100%;
        height: 135px;
      }
  
      .testimonial-bottom {
        margin-top: 2em;
    margin-bottom:1em;
      }
}


@media (max-width: 600px) {
    .effect-2 span span {
        display: none;
    }

    .effect-2 span i {
        padding: 0;
    }


#tab-2, #tab-2+span {
left: calc(100% - 170px);
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
    width: 100px;
}

#tab-3, #tab-3+span {
    left: 85%;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
}


.slider {
   margin: 0 -10px 0 -10px;
    border: none;
    width: 105%;
    border-radius: 0;
}

h1.testimonial-title {
    width: fit-content;
    line-height: 26px;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.tab-seperator {
    left: 82%;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
    position: relative;
    top: 15px;
}

}

@media(max-width:376px) {

.tab-seperator {
    left: 81%;
    background-color: transparent;
    color: rgba(0, 34, 64, 0.6);
    position: relative;
    top: 15px;
}

}

@media(max-width:1024px) {


.owl-dots {
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 10px auto;
}

.directory.activity.activity-sidebar-left .site-content-grid {
    display: block;
}
div#primary {
    width: 100%!important;
    max-width: unset!important;
}

    .slick-dots button {
        width: 10px !important;
        height: 10px !important;
        margin-left:10px;
    }
    .slick-dots button {
        height:10px !important;
        width:10px !important;
        margin-left:10px;
    }
    .testimonial-top {
        padding: 0 10px 0 10px !important;
    }


    .social-icons{
        margin:1em 0 1em 15px !important;
    }
    .copy-desc p {
        font-size:14px;
    }
    .copy-desc{
        display:inline;
    }
    .copy-sec{
        display:block !important;
        margin:0 !important;
    }
    .copy-input{
        align-items: stretch;
    }
    .p-link-button {
        padding: 10px !important;
        background: #007cff !important;
        border: none !important;
        border-radius: 0px 4px 4px 0px !important;
    }
    .tab-cards {
       
    }
    .owl-nav button.owl-prev {
        left: -27px !important;
    }
    .owl-nav button.owl-next {
        right: -27px;
    }
    .slick-dots {
        bottom: 0 !important;
        left: auto !important;
        position: initial !important;
    }
    .testimonial-share {
        right: 20px;
    }


    .slick-dots button {
        width: 10px !important;
        height: 10px !important;
        margin-left:10px;
    }

    .invite-now-using {
        display: flex;
        align-items: center;
        /* width: 40%; */
        margin-top:1em;
    }

    .copy-sec {
        display: flex;
        align-items: center;
        margin-top: 1em;
        width: 100%;
        margin-left: -1em;
        gap: 10px;
    }

    .invite-share-sec {
        display: block;
    }

    .invite-now-using {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 1em;
    }

    .copy-desc {
        flex: 0 0 auto;
        width: auto;
    }

    .copy-input {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        width: auto;
    }


}


