/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

::-webkit-scrollbar {
    background: #ffffff;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    display: none;
}

::-webkit-scrollbar-track-piece {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(130.95deg, #3468B0 25.32%, #759FD4 133.5%);
    background-clip: content-box;
    border-radius: 9px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-resizer {
    display: none;
}

html, body {
    overscroll-behavior: none;
}

.bb-custom-typo h1, .bb-custom-typo .h1, .bb-custom-typo h2, .bb-custom-typo .h2, .bb-custom-typo h3, .bb-custom-typo .h3, .bb-custom-typo h4, .bb-custom-typo .h4, .bb-custom-typo h5, .bb-custom-typo .h5, .bb-custom-typo h6, .bb-custom-typo .h6, .bb-custom-typo .bb-course-footer, .bb-custom-typo .ld-table-list-header .ld-text, .bb-custom-typo .gamipress-achievement-points, .bb-custom-typo .vjs-modal-dialog-content {
    font-family: 'Poppins';
}

div#closeMenu {
    cursor: pointer;
}

div#sideMenu {
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    visibility: hidden;
    opacity: 0;
    z-index: -3;
}

div#sideMenu.active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

body.menuActive {
    overflow: hidden;
}

span.ballanimation {
    position: absolute;
    width: 143px;
    height: 48px;
    box-shadow: 0px 0px 0px rgba(129, 220, 112, 0.2);
    border-radius: 11px;
    transition: all ease .8s;
    right: 0;
    background: linear-gradient(130.95deg, #3468B0 25.32%, #759FD4 133.5%);
}

.signupbutbs {
    box-sizing: border-box;
    width: 282px;
    height: 52px;
    background: #fff;
    border: 1px solid #ADD1FF;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.signupbutbs > a {
    display: flex;
    z-index: 2;
    position: relative;
    width: 50%;
    height: 45px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13.88px;
    line-height: 16.24px;
    color: #fff;
    transition: all ease .8s;
}

.signupbutbs > a:first-child {
    color: #3468B0;
}

.signupbutbs > a:last-child:hover {
    color: #fff;
}

.signupbutbs:hover > span {
    right: 0;
}

.signupbutbs > a:first-child:hover + span.ballanimation {
    right: 137px;
}

.signupbutbs:hover > a:first-child {
    color: #3468B0;
}

.signupbutbs > a:first-child:hover {
    color: #fff;
}

.signupbutbs > a > span {
    margin-right: 7px;
}

.signupbutbs > a:first-child:hover + span + a {
    color: #3468B0;
}

.signupbutbs > a:first-child:hover + span + a svg path {
    fill: #3468B0;
}

.signupbutbs > a:last-child svg path {
    transition: all ease .8s;
}

.hoVme {
    clip-path: inset(100% 0 0 0);
}

/*

.hoVme.go {
    animation: revealUp 4s linear forwards;
}

@keyframes revealUp {
    to {
        clip-path: inset(0 0 0 0);
         reveal full image 
    }
}
*/
.hoVme {
    position: absolute;
    bottom: -10px;
    transition: transform ease .8s;
    transform: scale(1);
}

.loader-text {
    font-family: "Reservation Wide", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 119%;
    text-align: right;
    vertical-align: middle;
    margin-top: -37px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 5px;
}

.logoloader.show .hoVme {
    transform: scale(5);
}

.logoloader {
    transition: all ease .8s;
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}

.logoloader.show.show2 {
    opacity: 0;
    visibility: hidden;
}

span.thCins {
    display: flex;
}

.single-card-for-text-reveal {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 39px;
    height: 402px;
    position: relative;
    z-index: 0;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
}

.single-card-for-text-reveal .tIcons img {
    height: 150px;
    width: 150px;
    object-fit: contain;
    object-position: center center;
    transition: all ease .5s;
}

.single-card-for-text-reveal .theTdescrp {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    transition: all ease .5s;
    text-align: left;
    padding: 39px;
    transform: translate(0px, 200px);
    top: 130px;
}

.single-card-for-text-reveal .tIcons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    transition: all ease .5s;
    width: 150px;
    height: 150px;
    margin: 40px auto 40px;
}

.single-card-for-text-reveal .theTtitle {
    gap: 20px;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.single-card-for-text-reveal.active .tIcons {
    margin: 20px 0 20px 0;
    transform: translate(-5%, -30px);
    width: 75px;
    height: 75px;
}

.single-card-for-text-reveal:hover .tIcons .theTtitle {
    gap: 0;
}

.single-card-for-text-reveal .theTtitle svg {
    transition: all ease .5s;
    opacity: 1;
}

.single-card-for-text-reveal:hover .theTtitle svg {
    opacity: 0;
    visibility: hidden;
}

.single-card-for-text-reveal .iconatext {
    transition: all ease .5s;
    width: 100%;
}

.single-card-for-text-reveal:hover .iconatext {
}

.single-card-for-text-reveal.active .theTtitle {
    display: flex;
    justify-content: flex-start;
    transform: translate(0px, -30px);
}

.single-card-for-text-reveal.active .theTdescrp {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}

.single-card-for-text-reveal.active .tIcons img {
    width: 75px;
    height: 75px;
}

@keyframes topbottom {
    0% {
        transform: translate(0px, 30px);
    }

    50% {
        transform: translate(0px, -30px);
    }

    100% {
        transform: translate(0px, 30px);
    }
}

@keyframes bottomtop {
    0% {
        transform: translate(0px, -30px);
    }

    50% {
        transform: translate(0px, 30px);
    }

    100% {
        transform: translate(0px, -30px);
    }
}

.sidemenuci span.elementor-icon-list-text {
    display: none;
}

.sidemenuci.active {
    min-width: 279px;
}

.sidemenuci {
    transition: all ease .8s;
    min-width: 0px;
}

div#togglesidemenu {
    cursor: pointer;
}

.single-custom-icon-box {
    display: block;
    text-align: left;
}

.single-custom-icon-box .thecrownimage {
    display: flex;
    margin: 0 0 10px;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.single-custom-icon-box .thecrownimage span.first-icon {
    display: flex;
}

span.third-icon {
    color: #3468B0;
}

.thecontentpaoas > span {
    display: block;
}

.thecontentpaoas {
    max-width: 276px;
}

.elementor-button {
    transition: all ease .5s;
    background-size: 100% auto;
}

.elementor-button:hover {
    background-size: 200% auto;
}

.elementor-button span.elementor-button-icon {
    transition: all ease .4s;
    transform: translate(0px, 0px);
}

.elementor-button:hover span.elementor-button-icon {
    transform: translate(10px, 0px);
}

.thpopo {
    position: relative;
    z-index: 0;
}

.elementor-button.noanime:hover span.elementor-button-icon {
    transform: translate(0px, 0px);
}

.learndash.learndash_post_groups.user_has_access {
    padding: 0 35px 0 0px;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button {
    color: #fff;
}

.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down {
    color: #fff;
}

.social-share-buttons {
    display: flex;
    align-items: center;
}

.social-share-buttons a, .social-share-buttons button {
    display: flex;
    padding: 0 !important;
    margin: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    height: 57px;
    width: 57px;
}

.social-share-buttons svg {
    fill: #9A9898;
    width: 24px;
}

.social-share-buttons button:hover, .social-share-buttons button:focus, .social-share-buttons a:hover, .social-share-buttons a:focus {
    background: #9A9898;
    border-color: #9A9898;
}

.social-share-buttons > *:focus > svg, .social-share-buttons > *:hover > svg {
    fill: #fff;
}

.sfwd-lessons-template-default .bb-grid.site-content-grid {
    margin-top: 0;
}

nav#site-navigation ul.sub-menu li:after {
    top: 9px;
    font-size: 15px;
    right: 6px;
}

body.topic.bbpress.directory.activity div#content {
    background: #F4F3F9 !important;
}

.single-card-for-text-reveal .the-icon1s {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    cursor: pointer;
}

.single-card-for-text-reveal .the-icon1s svg {
    width: 30px;
    height: 30px;
}
.site-header .sub-menu .current-menu-ancestor>a,  .site-header .sub-menu .current-menu-parent>a {
    background: #fff;
}

@media only screen and (min-width: 1601px) {
    .container {
        max-width: 1320px;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8em;
        color: #434343;
        padding: 0;
    }
}

@media only screen and (max-width: 1600px) {
    .thImgs svg {
        width: 100%;
    }

    .thImgs {
        max-width: 80%;
        margin: 0 auto;
        position: relative;
    }

    .loader-text {
        margin-top: -50px;
        margin-right: 20px;
        font-size: 20px;
    }

    .hoVme {
        bottom: 0px;
    }
}

@media only screen and (max-width: 1180px) {
    .single-card-for-text-reveal {
        padding: 20px;
        height: 225px;
        border-radius: 15px;
    }

    .single-card-for-text-reveal .tIcons {
        width: 80px;
        height: 80px;
        margin: -20px auto 60px;
    }

    .single-card-for-text-reveal .theTtitle svg {
        width: 12px;
    }

    .single-card-for-text-reveal .theTtitle > span {
        display: flex;
    }

    .single-card-for-text-reveal.active .tIcons {
        width: 40px;
        height: 40px;
        margin: 10px 0 25px 0;
    }

    .single-card-for-text-reveal .theTdescrp > span {
        display: flex;
    }

    .single-card-for-text-reveal.active .theTdescrp {
        padding: 20px;
        top: 75px;
    }

    .e-n-tabs-heading {
        padding: 0 23px;
    }
	.single-card-for-text-reveal .the-icon1s {
		right: 10px;
		bottom: 10px;
	}

	.single-card-for-text-reveal .the-icon1s svg {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width: 637px) {
    .loader-text {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .single-custom-icon-box .thecrownimage span.first-icon {
        width: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
