    /*h-2-carousel.css*/

    .h-2-clients-review-carousel span {
        display: flex;
        justify-content: center;
        margin-top: -6px
    }

    .h-2-clients-review-carousel .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;
        left: -383px;
        margin: 12px;
        position: absolute;
        bottom: -19px;
        font-size: 36px;
        background-color: #6e798A42;
        width: 45px;
        height: 44px;
        border-radius: 50%
    }

    .h-2-clients-review-carousel .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        left: -320px;
        margin: 12px;
        position: absolute;
        bottom: -19px;
        font-size: 36px;
        background-color: #6e798A42;
        width: 45px;
        height: 44px;
        border-radius: 50%
    }

    .h-2-clients-review-carousel .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav {
        color: #707070
    }

    .h-2-clients-review-carousel .owl-nav [class*=owl-]:hover {
        color: #fff;
        background: #2C80FA;
    }
    /*h-2-carousel.css END*/
    /*jquery.webui-popover.min.css*/

    .webui-popover-content {
        display: none
    }

    .webui-popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
        min-width: 50px;
        min-height: 32px;
        padding: 1px;
        text-align: left;
        white-space: normal;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
    }

    .webui-popover.top,
    .webui-popover.top-left,
    .webui-popover.top-right {
        margin-top: -10px
    }

    .webui-popover.right,
    .webui-popover.right-top,
    .webui-popover.right-bottom {
        margin-left: 10px
    }

    .webui-popover.bottom,
    .webui-popover.bottom-left,
    .webui-popover.bottom-right {
        margin-top: 10px
    }

    .webui-popover.left,
    .webui-popover.left-top,
    .webui-popover.left-bottom {
        margin-left: -10px
    }

    .webui-popover.pop {
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .webui-popover.pop-out {
        -webkit-transition-property: "opacity,transform";
        -o-transition-property: "opacity,transform";
        transition-property: "opacity,transform";
        -webkit-transition: .15s linear;
        -o-transition: .15s linear;
        transition: .15s linear;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .webui-popover.fade,
    .webui-popover.fade-out {
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .webui-popover.out {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .webui-popover.in {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .webui-popover .webui-popover-content {
        padding: 9px 14px;
        overflow: auto;
        display: block
    }

    .webui-popover-inner .close {
        font-family: arial;
        margin: 8px 10px 0 0;
        float: right;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        filter: alpha(opacity=20);
        text-decoration: none
    }

    .webui-popover-inner .close:hover,
    .webui-popover-inner .close:focus {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    .webui-popover-title {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
        border-radius: 5px 5px 0 0
    }

    .webui-popover-content {
        padding: 9px 14px;
        overflow: auto;
        display: none
    }

    .webui-popover-inverse {
        background-color: #333;
        color: #eee
    }

    .webui-popover-inverse .webui-popover-title {
        background: #333;
        border-bottom: 1px solid #3b3b3b;
        color: #eee
    }

    .webui-no-padding .webui-popover-content {
        padding: 0
    }

    .webui-no-padding .list-group-item {
        border-right: none;
        border-left: none
    }

    .webui-no-padding .list-group-item:first-child {
        border-top: 0
    }

    .webui-no-padding .list-group-item:last-child {
        border-bottom: 0
    }

    .webui-popover>.arrow,
    .webui-popover>.arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .webui-popover>.arrow {
        border-width: 11px
    }

    .webui-popover>.arrow:after {
        border-width: 10px;
        content: ""
    }

    .webui-popover.top>.arrow,
    .webui-popover.top-right>.arrow,
    .webui-popover.top-left>.arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #999;
        border-top-color: rgba(0, 0, 0, .25);
        border-bottom-width: 0
    }

    .webui-popover.top>.arrow:after,
    .webui-popover.top-right>.arrow:after,
    .webui-popover.top-left>.arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0
    }

    .webui-popover.right>.arrow,
    .webui-popover.right-top>.arrow,
    .webui-popover.right-bottom>.arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-left-width: 0;
        border-right-color: #999;
        border-right-color: rgba(0, 0, 0, .25)
    }

    .webui-popover.right>.arrow:after,
    .webui-popover.right-top>.arrow:after,
    .webui-popover.right-bottom>.arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

    .webui-popover.bottom>.arrow,
    .webui-popover.bottom-right>.arrow,
    .webui-popover.bottom-left>.arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-bottom-color: #999;
        border-bottom-color: rgba(0, 0, 0, .25);
        border-top-width: 0
    }

    .webui-popover.bottom>.arrow:after,
    .webui-popover.bottom-right>.arrow:after,
    .webui-popover.bottom-left>.arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0
    }

    .webui-popover.left>.arrow,
    .webui-popover.left-top>.arrow,
    .webui-popover.left-bottom>.arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #999;
        border-left-color: rgba(0, 0, 0, .25)
    }

    .webui-popover.left>.arrow:after,
    .webui-popover.left-top>.arrow:after,
    .webui-popover.left-bottom>.arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

    .webui-popover-inverse.top>.arrow,
    .webui-popover-inverse.top-left>.arrow,
    .webui-popover-inverse.top-right>.arrow,
    .webui-popover-inverse.top>.arrow:after,
    .webui-popover-inverse.top-left>.arrow:after,
    .webui-popover-inverse.top-right>.arrow:after {
        border-top-color: #333
    }

    .webui-popover-inverse.right>.arrow,
    .webui-popover-inverse.right-top>.arrow,
    .webui-popover-inverse.right-bottom>.arrow,
    .webui-popover-inverse.right>.arrow:after,
    .webui-popover-inverse.right-top>.arrow:after,
    .webui-popover-inverse.right-bottom>.arrow:after {
        border-right-color: #333
    }

    .webui-popover-inverse.bottom>.arrow,
    .webui-popover-inverse.bottom-left>.arrow,
    .webui-popover-inverse.bottom-right>.arrow,
    .webui-popover-inverse.bottom>.arrow:after,
    .webui-popover-inverse.bottom-left>.arrow:after,
    .webui-popover-inverse.bottom-right>.arrow:after {
        border-bottom-color: #333
    }

    .webui-popover-inverse.left>.arrow,
    .webui-popover-inverse.left-top>.arrow,
    .webui-popover-inverse.left-bottom>.arrow,
    .webui-popover-inverse.left>.arrow:after,
    .webui-popover-inverse.left-top>.arrow:after,
    .webui-popover-inverse.left-bottom>.arrow:after {
        border-left-color: #333
    }

    .webui-popover i.icon-refresh:before {
        content: ""
    }

    .webui-popover i.icon-refresh {
        display: block;
        width: 30px;
        height: 30px;
        font-size: 20px;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-left: -15px;
        margin-right: -15px;
        background: url(../img/loading.gif) no-repeat
    }

    @-webkit-keyframes rotate {
        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @keyframes rotate {
        100% {
            transform: rotate(360deg)
        }
    }

    .webui-popover-backdrop {
        background-color: rgba(0, 0, 0, .65);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998
    }

    .webui-popover .dropdown-menu {
        display: block;
        position: relative;
        top: 0;
        border: none;
        box-shadow: none;
        float: none
    }
    /*jquery.webui-popover.min.css END*/
    /*nice-select.css*/

    .nice-select,
    .nice-select .list {
        background-color: #fff;
        box-sizing: border-box
    }

    .nice-select .list,
    .nice-select:after {
        pointer-events: none;
        position: absolute
    }

    .nice-select,
    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        outline: 0
    }

    .nice-select,
    .no-csspointerevents .nice-select.open .list {
        display: block
    }

    .nice-select {
        -webkit-tap-highlight-color: transparent;
        border-radius: 5px;
        border: 1px solid #e8e8e8;
        clear: both;
        float: left;
        font-family: inherit;
        font-size: 14px;
        height: 42px;
        line-height: 40px;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto
    }

    .nice-select:hover {
        border-color: #dbdbdb
    }

    .nice-select.open,
    .nice-select:active,
    .nice-select:focus {
        border-color: #999
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        width: 5px
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

    .nice-select.disabled:after {
        border-color: #ccc
    }

    .nice-select.wide {
        width: 100%
    }

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important
    }

    .nice-select.right {
        float: right
    }

    .nice-select.right .list {
        left: auto;
        right: 0
    }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

    .nice-select.small:after {
        height: 4px;
        width: 4px
    }

    .nice-select.small .option {
        line-height: 34px;
        min-height: 34px
    }

    .nice-select .list {
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.75) translateY(-21px);
        -ms-transform: scale(.75) translateY(-21px);
        transform: scale(.75) translateY(-21px);
        -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
        transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
        z-index: 9
    }

    .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important
    }

    .nice-select .option {
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: .2s;
        transition: .2s
    }

    .nice-select .option.focus,
    .nice-select .option.selected.focus,
    .nice-select .option:hover {
        background-color: #f6f6f6
    }

    .nice-select .option.selected {
        font-weight: 700
    }

    .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default
    }

    .no-csspointerevents .nice-select .list {
        display: none
    }
    /*nice-select.css END*/
    /*owl.carousel.min.css*/

    .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.min.css END*/
    /*owl.theme.default.min.css*/

    .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
    }
    /*owl.theme.default.min.css END*/
    /*slick-theme.css*/

    @charset 'UTF-8';
    .slick-dots,
    .slick-next,
    .slick-prev {
        padding: 0;
        display: block;
        position: absolute
    }

    .slick-dots li,
    .slick-dots li button,
    .slick-next,
    .slick-prev {
        cursor: pointer;
        width: 20px;
        height: 20px
    }

    .slick-dots li button:before,
    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-loading .slick-list {
        background: url('./ajax-loader.gif') center center no-repeat #fff
    }

    .slick-dots li button,
    .slick-next,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover {
        color: transparent;
        background: 0 0;
        outline: 0
    }

    @font-face {
        font-family: slick;
        font-weight: 400;
        font-style: normal;
        src: url('./fonts/slick.eot');
        src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
    }

    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border: none
    }

    .slick-dots li button:focus:before,
    .slick-dots li button:hover:before,
    .slick-next:focus:before,
    .slick-next:hover:before,
    .slick-prev:focus:before,
    .slick-prev:hover:before {
        opacity: 1
    }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff
    }

    .slick-prev {
        left: -25px
    }

    [dir=rtl] .slick-prev {
        right: -25px;
        left: auto
    }

    .slick-prev:before,
    [dir=rtl] .slick-next:before {
        content: '←'
    }

    .slick-next:before,
    [dir=rtl] .slick-prev:before {
        content: '→'
    }

    .slick-next {
        right: -25px
    }

    [dir=rtl] .slick-next {
        right: auto;
        left: -25px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .slick-dots {
        bottom: -25px;
        width: 100%;
        margin: 0;
        list-style: none;
        text-align: center
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 5px;
        border: 0
    }

    .slick-dots li button:focus,
    .slick-dots li button:hover {
        outline: 0
    }

    .slick-dots li button:before {
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000
    }
    /*slick-theme.css END*/
    /*slick.css*/

    .slick-list,
    .slick-slider,
    .slick-track {
        position: relative;
        display: block
    }

    .slick-slider {
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }

    .slick-list {
        overflow: hidden;
        margin: 0;
        padding: 0
    }

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .slick-track {
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto
    }

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

    .slick-loading .slick-slide,
    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }

    [dir=rtl] .slick-slide {
        float: right
    }

    .slick-initialized .slick-slide,
    .slick-slide img {
        display: block
    }

    .slick-arrow.slick-hidden,
    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }
    /*slick.css END*/
    /*style.css*/

    @import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);
    a,
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul {
        padding: 0;
        margin: 0
    }

    .course-all-category .form-check-input,
    .course-price .form-check-input,
    .language-control .nice-select,
    .language-control .nice-select .option.focus,
    .language-control .nice-select .option.selected.focus,
    .language-control .nice-select .option:hover,
    .mood-control,
    .select-box .nice-select .list,
    .settings-icon ul {
        background-color: var(--bg-white-2)
    }

    .menu_pro_cart .path_pos_wish-2::after,
    .menu_pro_wish::after {
        clip-path: polygon(53% 35%, 0% 100%, 100% 100%);
        box-sizing: border-box;
        content: ""
    }

    .antry-col li:hover .antry-submenu,
    .category-product .category-product-body:hover .category-hide-icon,
    .main-nav-wrap li:hover>ul,
    .menu_pro_tgl_div:hover .menu_pro_tgl_bg,
    .search-control.active,
    .wisth_tgl_2div:hover .menu_pro_wish {
        visibility: visible;
        opacity: 1
    }

    .main-nav-wrap>li ul,
    .menu_pro_tgl_bg,
    .menu_pro_wish,
    .search-control {
        visibility: hidden;
        opacity: 0
    }

    #tilt,
    .form-select {
        background-repeat: no-repeat
    }

    .comment .form-control,
    .form-select {
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .home_1st,
    .home_2nd,
    .home_3rd,
    .home_4th,
    .home_5th,
     :root {
        --primary-color: #676C7D;
        --primary-color-2: #6E798A;
        --secondery-color: #676C7D;
        --bg-white: #fff;
        --bg-white-2: #F8F7FF;
        --bg-white-3: #fff;
        --bg-white-4: #fff;
        --bg-white-5: #fff;
        --bg-white-6: #444;
        --bg-white-7: #fff;
        --color-1: #1E293B;
        --color-2: #000;
        --color-3: #505763;
        --color-4: #ff7200bd;
        --color-5: #000;
        --color-6: #676C7D;
        --color-7: #261954;
        --color-8: rgba(255, 255, 255, 0.644);
        --color-9: #fff;
        --color-10: #1E293B;
        --color-11: #6E798A;
        --color-12: #754ffe3a;
        --color-13: #6D7487;
        --color-14: #212534;
        --color-15: #754ffe58;
        --color-16: #6e798aab;
        --color-17: #0080FF;
        --hover-color: #f2f3f5;
        --hover-color-2: #f2f3f5;
        --border-color: #1e293b2a;
        --color-linear: linear-gradient(96deg, rgba(235, 247, 247, 1) 0%, rgba(248, 231, 249, 1) 100%);
        --box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px
    }

    .dark-theme {
        --primary-color: #ddd;
        --primary-color-2: #6E798A;
        --secondery-color: #000;
        --bg-white: #0B0718;
        --bg-white-2: #181528;
        --bg-white-3: #ddd;
        --bg-white-4: #181528;
        --bg-white-5: #181528;
        --bg-white-6: #151515;
        --bg-white-7: #0B0718;
        --color-1: #ddd;
        --color-2: #0B0718;
        --color-3: #fff;
        --color-4: #0080FF;
        --color-5: #fff;
        --color-6: #fff;
        --color-7: #181528;
        --color-8: #fff;
        --color-9: #fff;
        --color-10: #1E293B;
        --color-11: #1E293B;
        --color-12: #1E293B;
        --color-13: #fff;
        --color-14: #fff;
        --color-15: #ffffff6b;
        --color-16: #ffffff;
        --hover-color: #ddd;
        --hover-color-2: #181528;
        --border-color: #fff3;
        --color-linear: #0B0718;
        --box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px
    }

    body {
        font-family: Inter, sans-serif;
        overflow-x: hidden;
        color: var(--primary-color);
        line-height: 24px
    }

    h1 {
        font-size: 36px;
        font-weight: 700;
        color: var(--color-1)
    }

    .container {
        max-width: 1140px;
        width: 100%
    }

    .course-play-right .review-icon ul li,
    ul {
        list-style: none
    }

    a {
        text-decoration: none;
        display: inline-block
    }

    .world-class .world-class-content .world-cls-card h6,
    p {
        font-size: 15px;
        font-weight: 400
    }

    .pt-60,
    .sTab-content {
        padding-top: 60px
    }

    .w-65 {
        width: 65%
    }

    .mood-control {
        position: fixed;
        z-index: 999;
        top: 250px;
        right: 0;
        height: 48px;
        width: 50px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        cursor: pointer;
        box-shadow: rgba(100, 100, 111, .2) 15px 17px 31px 19px
    }

    .menu_pro_cart,
    .menu_pro_tgl_bg,
    .menu_pro_wish,
    .menu_pro_wish::after {
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
    }

    .mood-control a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 11px
    }

    .mood-control img {
        width: 24px;
        margin: auto
    }

    .language-control .form-select {
        background-image: none
    }

    .language-control .nice-select::after {
        height: 6px !important;
        width: 6px !important
    }

    .right-icon .language-control .nice-select {
        padding: 6px 10px;
        font-size: 12px;
        height: 33px;
        width: 80px
    }

    .language-control .nice-select {
        height: inherit
    }

    .webui-popover.right-bottom>.arrow::after,
    .webui-popover.right-top>.arrow::after,
    .webui-popover.right>.arrow::after {
        border-right-color: var(--bg-white)
    }

    .webui-popover.left-bottom>.arrow::after,
    .webui-popover.left-top>.arrow::after,
    .webui-popover.left>.arrow::after {
        border-left-color: var(--bg-white)
    }

    .sign-in-box {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        align-items: center
    }

    .sign-in-box .sign-up-btn {
        padding: 8px 16px;
        font-size: 15px;
        border-radius: 5px !important;
        line-height: 1.35135;
        font-weight: 500;
        color: var(--color-1);
        color: var(--color-9) !important;
        background-color: var(--color-4);
        border: 1px solid var(--color-4)
    }

    .sub-header .icon-left i {
        padding: 12px 5px;
        font-size: 17px;
        color: var(--color-4)
    }

    .sub-header .right-icon i {
        padding: 15px;
        font-size: 17px;
        color: var(--color-1)
    }

    .sub-header .icon a {
        text-decoration: none;
        color: var(--color-1);
        font-size: 14px
    }

    .sub-header {
        border-bottom: 1.5px solid var(--border-color);
        padding: 5px 0 9px;
        background-color: var(--bg-white)
    }

    .menubar .logo img {
        width: auto;
        height: 36px
    }

    .header-image {
        height: 100%;
        width: 100%;
        padding-left: 1.5rem;
    }

    .dropdown-toggle::after {
        display: none
    }

    .menubar li .header-dropdown {
        color: var(--color-4);
        font-size: 14px;
        display: flex;
        align-items: center
    }

    .header-dropdown {
        background-color: var(--color-12);
        border-radius: 5px;
        padding: 7px 5px
    }

    .invoice-dec i,
    .pr-5 {
        padding-right: 5px
    }

    .menubar .right-menubar li {
        list-style-type: none;
        padding: 3px 13px 7px 6px
    }

    .menubar .right-menubar a {
        font-size: 14px;
        font-weight: 600;
        position: relative;
        display: block;
        color: var(--color-1)
    }

    .accordion-body-2 .accordion-body-video,
    .blog-right .left-tag,
    .cart-page .cart-table .cart-table-image,
    .contact-page .office-hour,
    .conversation-text .conversation-msg-full .parrent .child-name,
    .course-right-section .course-card .enrol .icon,
    .courses-card .courses-card-body .courses-text .review-icon,
    .courses-details .courses-details-1st-text .clock,
    .courses-details .courses-details-1st-text .icon ul,
    .courses-details .courses-details-1st-text .user,
    .courses-list-view-card-body,
    .courses-price-left,
    .footer .copyright li,
    .footer .lattest-news li,
    .form-section .cheack-box .form-check,
    .grid-view-body .courses-card .courses-text .review-icon,
    .instructor-1 .instructor-about .pro-heading,
    .instructor-1 .instructor-about .rating .rating-point,
    .invoice-no,
    .lgGrid,
    .menu_pro_cart .menu_pro_wish-flex,
    .menu_pro_wish .menu_pro_wish-flex,
    .menubar .right-menubar,
    .message .conversation .conversation-1 .conversation-heading,
    .my-course-1-last .icon-img,
    .my-course-1-skill,
    .parrent-2,
    .privacy-policy-text-2-img,
    .profile-font {
        display: flex
    }

    .menubar .right-menubar .menu_number {
        position: absolute;
        color: #fff;
        background-color: #f25c88;
        border-radius: 50%;
        margin-bottom: 0;
        top: -3px;
        right: 7px;
        font-size: 9px;
        height: 15px;
        width: 15px;
        line-height: 15px;
        text-align: center
    }

    .menubar .right-menubar i {
        font-size: 24px;
        margin: 0 11px;
        cursor: pointer
    }

    .about-us .about-us-right,
    .antry-col li,
    .cart_tgl,
    .cart_tgl .menu_pro_cart .maines-2,
    .course-play-right .course-play-video,
    .course-right-section .course-card .card-img,
    .courses h1 span,
    .courses-card .courses-card-body .courses-card-image,
    .courses-card-image,
    .courses-details-3,
    .courses-list-view-card-body .courses-card-image,
    .dropdown-submenu,
    .expert-instructor .instructor-card .instructor-card-text,
    .h-3-courses h1 strong,
    .invoice-2-last-total,
    .lattest-news-btn,
    .menu_pro_cart .img,
    .menu_pro_cart .path_pos_wish-2,
    .menu_pro_tgl_div,
    .menu_pro_wish .path_pos_wish-2,
    .menu_pro_wish-flex .img,
    .offcanvas-items,
    .path-pos,
    .sidebar-arrow,
    .sing-up-right .another h5,
    .sing-up-right form,
    .wisth_tgl_2div,
    .wisth_tgl_div {
        position: relative
    }

    .menu_pro_tgl_bg,
    .path-pos::after {
        position: absolute;
        background-color: var(--bg-white-2)
    }

    .menu_pro_tgl_bg {
        padding: 12px 29px 10px;
        border-radius: 10px;
        width: 276px;
        top: 46px;
        right: 0;
        z-index: 9999;
        transition: .5s
    }

    .menu_pro_tgl_bg .dropdown-item:focus,
    .menu_pro_tgl_bg .dropdown-item:hover {
        background-color: inherit !important;
        color: inherit
    }

    .path-pos::after {
        content: "";
        height: 16px;
        width: 16px;
        top: -19px;
        right: -12px;
        transform: rotate(44deg)
    }

    .menu_pro_tgl_bg .path-pos img {
        height: 64px;
        width: 64px;
        border-radius: 50%;
        display: block;
        margin: auto auto 13px
    }

    .menu_pro_tgl_bg h4 {
        font-size: 14px;
        font-weight: 500;
        color: var(--color-1);
        text-align: center;
        margin-bottom: 7px
    }

    .blog-body .profile-img a,
    .bread-crumb a,
    .dropdown-submenu .dropdown-menu a,
    .h-2-clients-review-carousel .h-2-carousel-parrent .child-2 a,
    .menu_pro_tgl_bg a,
    .menu_pro_wish-f-b a {
        text-decoration: none
    }

    .profile-dropdown img {
        height: 30px !important;
        width: 30px !important;
        border-radius: 50%
    }

    .menu_pro_tgl_bg p {
        font-size: 12px;
        font-weight: 400;
        color: var(--color-1);
        text-align: center;
        margin-bottom: 17px
    }

    .conversation,
    .course-decription-2 .accordion-body-2 .accordion-time h2,
    .course-price,
    .menu_pro_tgl_div .dropdown-menu.show {
        margin-top: 20px
    }

    .menubar .right-menubar .menu_pro_tgl_bg ul li {
        transition: .5s;
        margin-left: -23px;
        margin-right: -15px;
        border-radius: 0 3px 3px 0;
        padding: 0 8px !important;
        position: relative
    }

    .menu_pro_tgl-2div {
        margin-left: 9px
    }

    .menubar .right-menubar .menu_pro_tgl_bg ul li a {
        padding: 10px 0
    }

    .menubar .right-menubar .menu_pro_tgl_bg ul li a i {
        font-size: 15px;
        margin: 0 10px 0 0
    }

    .menu_pro_wish-flex .cart-minus i {
        margin: 0;
        font-size: 12px
    }

    .course-icon ul,
    .forget-pass .name,
    .h-2-faq .faq-accrodion .faq-acc-heading,
    .menu_pro_tgl_bg ul li:last-child,
    .menu_pro_tgl_bg ul:last-child,
    .paypal .cradit-card,
    .qustion-accrodion p {
        margin-bottom: 0
    }

    .antry-acordion .accordion-body,
    .course-play-body .course-play-left-body ul,
    .menu_pro_tgl_bg ul {
        padding: 0
    }

    .menu_pro_tgl_bg ul li a {
        color: #1e293b;
        font-size: 14px;
        font-weight: 500;
        transition: .5s;
        margin-left: 7px
    }

    .menu_pro_tgl_bg ul li a i {
        color: var(--color-1);
        margin-right: 8px;
        transition: .5s;
        width: 14px;
        height: 18px
    }

    .menu_pro_tgl_bg ul li:hover a {
        color: #754ffe;
        margin-left: 10px
    }

    .accordion-body-2 .accordion-body-video h2 a:hover,
    .accordion-body-2 .accordion-time h2:hover,
    .course-play-body .course-play-left-body .body-1 p a:hover,
    .course-play-body .course-play-left-body .video p a,
    .courses-card-body:hover .courses-text h5,
    .dropdown-menu li a:hover,
    .expert-instructor .instructor-card .instructor-card-body:hover h3,
    .expert-instructor .instructor-card .instructor-card-body:hover p,
    .footer .copyright .footer-privacy a:hover,
    .footer a:hover,
    .menu_pro_tgl_bg ul li:hover i,
    .qustion .accordion-item .active,
    .sing-up-right h3 span {
        color: #754ffe
    }

    .menu_pro_tgl_bg ul li:hover {
        background-color: RGBA(100, 121, 150, .1);
        color: #754ffe
    }

    .menu_pro_tgl_bg ul li:hover:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 3px;
        background-color: #754ffe;
        top: 0;
        left: 0
    }

    .menu_pro_wish {
        background-color: var(--bg-white-2);
        border-radius: 5px;
        position: absolute;
        width: auto;
        right: 0;
        top: 46px;
        z-index: 999;
        transition: .5s
    }

    .menu_pro_cart {
        background-color: #fff;
        padding: 15px 10px 10px;
        box-sizing: border-box;
        border-radius: 10px;
        display: none;
        position: absolute;
        width: 293px;
        right: 0;
        top: 46px;
        z-index: 999
    }

    .menu_pro_wish::after {
        height: 19px;
        width: 19px;
        top: -18px;
        right: 13px;
        position: absolute;
        background-color: var(--bg-white-4);
        z-index: 999
    }

    .menu_pro_wish .menu_pro_wish-flex img {
        height: 59px;
        width: 69px;
        border-radius: 10px;
        margin: 0 10px
    }

    .accordion-button:focus,
    .conversation-sending .form-control:focus,
    .form-control:focus,
    .form-select:focus,
    .message .conversation .form-control:focus,
    .sing-up-right .form-control:focus,
    .wish-list-body .wish-list-search .form-control:focus {
        box-shadow: none;
        border-color: none
    }

    .menu_pro_wish .menu_pro_wish-flex .text h4 {
        font-size: 13px;
        font-weight: 500;
        color: var(--color-1)
    }
    /* .dropdown-submenu:hover a,
.menu_pro_wish:hover .text h4,
.navbar-nav .navbarHover li i:hover {
    color: var(--color-10)
} */

    .menu_pro_wish .menu_pro_wish-flex .text P {
        font-size: 12px;
        font-weight: 400;
        color: var(--color-1);
        margin-bottom: 5px
    }

    .menu_pro_wish:hover .text P {
        color: var(--color-11)
    }

    .menu_pro_cart .menu_pro_wish-flex img {
        height: 59px;
        width: 69px;
        border-radius: 10px;
        margin-right: 10px
    }

    .menu_pro_cart .menu_pro_wish-flex .text h4 {
        font-size: 13px;
        font-weight: 500;
        color: #1e293b
    }

    .menu_pro_cart .menu_pro_wish-flex .text P {
        font-size: 12px;
        font-weight: 400;
        color: #6e798a;
        margin-bottom: 5px
    }
    /* .menu_pro_wish-f-b:hover,
.navbar-nav .navbarHover a:hover {
    color: var(--color-10);
    background-color: var(--hover-color)
} */

    .menu_pro_wish-flex .spandiv del {
        color: #6e798a;
        font-size: 10px;
        font-weight: 500
    }

    .menu_pro_wish-flex .spandiv span {
        color: #754ffe;
        font-size: 13px;
        font-weight: 500
    }

    .menu_pro_wish-f-b .prcd {
        display: flex;
        justify-content: center;
        margin-top: 10px
    }

    .menu_pro_wish-f-b .prcd a {
        font-size: 11px;
        font-weight: 500;
        color: #754ffe;
        border: 1.5px solid #754ffe;
        padding: 7px 17px 7px 14px;
        border-radius: 5px
    }

    .menu_pro_wish-f-b {
        border-bottom: 1.5px solid #6479964e;
        padding: 20px 0 12px;
        border-radius: 10px 10px 0 0
    }

    .overflow-control {
        max-height: 230px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .overflow-control::-webkit-scrollbar {
        display: none
    }

    .dropdown-menu li a,
    .menu_pro_btn .btn {
        display: inline-block
    }

    .cart-minus {
        position: absolute;
        top: 6px;
        right: 13px;
        background: red;
        color: #fff;
        border-radius: 10px;
        height: 13px;
        width: 13px;
        line-height: 14px;
        text-align: center;
        font-size: 11px
    }

    .hoverSearch,
    .search-btnh i {
        color: #6e798a6e;
        font-size: 20px
    }
    /* .cart-page .cart-table .table tr:last-child,
.compare-table .table td:last-child,
.conversation-body-border:last-child,
.conversation-msg-full:last-child,
.course-left-side .accordion-item:last-child,
.course-play-body .course-play-left-body .body-1:last-child,
.course-play-tab .course-nav-tommy,
.instructon-contact .instructon-icon:last-child,
.invoice-2 tbody,
.menu_pro_wish-f-b:last-child,
.navbar-nav .navbarHover li:last-child,
.profile-input-1:last-child,
.purchase-2:last-child,
.reviews .reviews-border:last-child,
tbody,
td,
tfoot,
th,
thead,
tr,
tr:last-child {
    border-bottom: none
} */

    .menu_pro_wish .path_pos_wish {
        width: 276px
    }

    .menu_pro_cart .path_pos_wish {
        height: 169px;
        width: 276px;
        overflow-y: scroll
    }

    .menu_pro_btn {
        display: grid;
        margin-top: 10px;
        padding: 5px 20px 25px
    }

    .menu_pro_btn .btn {
        background-color: #754ffe;
        color: #fff;
        border: none;
        font-size: 14px;
        font-weight: 500;
        padding: 13px 15px
    }

    .menu_pro_cart .maines {
        background-color: red;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        right: 16px
    }

    .menu_pro_cart .maines-2:after {
        position: absolute;
        background-color: #fff;
        content: "";
        height: 1.5px;
        width: 7px;
        top: 5px;
        left: 2px
    }

    .menu_pro_cart .path_pos_wish-2::after {
        height: 26px;
        width: 24px;
        top: -40px;
        right: 3px;
        position: absolute;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        z-index: 999
    }
    /* .navbar-nav .navbarHover li {
    position: relative;
    display: flex
} */

    .antry-col li .antry-submenu,
    .main-nav-wrap li .navbarHover {
        position: absolute;
        background-color: var(--bg-white-2);
        border-top: 1px solid #e8e9eb;
        box-sizing: border-box;
        box-shadow: 0 2px 5px 0 rgb(20 23 28 / 25%);
        padding: 15px 0;
        top: 58px;
        border-radius: 5px;
        z-index: 999;
        transition: .5s
    }

    .blog-body .top ul,
    .icons {
        padding-left: 8px
    }

    .main-nav-wrap>li>ul ul {
        top: 0;
        left: 250px
    }
    /* .navbar-collapse>ul>li>ul>li ul {
    position: absolute;
    background: var(--bg-white-2);
    height: auto;
    min-height: calc(100% + 1px);
    top: -14px;
    padding: 15px 0;
    box-shadow: 0 1px 3px 0 rgb(20 23 28 / 25%);
    transition: .5s;
    margin: 0 10px;
    border-radius: 5px
} */

    .main-nav-wrap>li ul {
        position: absolute;
        z-index: 10
    }
    /* .navbar-nav .navbarHover li a {
    color: var(--color-1);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    transition: .5s;
    width: 250px;
    margin: 0 5px;
    border-radius: 5px
} */

    .h-2-clients-review-carousel .h-2-carousel-parrent .child-2,
    .student-feed-back-text .icon,
    .text-cat {
        margin-left: 13px
    }

    .dropdown-submenu .has-sub-category {
        float: right;
        font-size: 12px;
        line-height: 24px;
        color: #a1a7b3
    }

    .dropdown-submenu .dropdown-menu {
        top: -6px;
        left: 107%;
        margin-top: -1px;
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 8px 16px 6px 11px;
        border: none
    }

    .h-2-banner .h-2-banner-text span,
    .h-2-instructor .h-2-instructor-full:hover h3,
    .h-2-top-full .h-2-top-body:hover a,
    .homepage-2-menubar li .header-dropdown,
    .homepage-2-navbar .navbarHover li a:hover,
    .world-class .world-class-content h1 span {
        color: #2C80FA;
    }

    .hoverMenuSearch {
        position: relative;
        display: none
    }

    .search-btnh i {
        position: absolute;
        top: 36px;
        cursor: pointer;
        left: 9px
    }

    .hoverInput button {
        border: none;
        background: 0 0
    }

    .hoverMenuSearch .form-control {
        border-radius: 7px;
        font-size: 14px;
        font-weight: 400;
        color: #6e798aa0;
        border: none;
        margin-bottom: 31px;
        padding: 10px 8px 10px 33px;
        width: 20px;
        transition: .5s
    }

    .hoverMenuSearch .form-control:focus {
        width: 100%;
        border: 1.5px solid #6e798a43
    }

    .hoverSearch {
        border: none;
        box-shadow: none;
        background: 0 0;
        cursor: pointer;
        position: absolute;
        top: 110px;
        right: 110px
    }

    .m-cross-icon,
    .m-search-icon,
    .search-icon {
        font-size: 15px;
        text-align: center;
        transition: .5s;
        cursor: pointer;
        padding: 4px 8px;
        display: inline-block
    }

    .search-control {
        position: absolute;
        width: 100%;
        top: 65px;
        right: 0;
        transition: .5s
    }

    .search-control.active {
        top: 35px
    }

    .search-icon {
        border: 1px solid #754ffe;
        color: var(--color-1);
        border-radius: 3px
    }

    .m-cross-icon,
    .m-search-icon {
        border: 1px solid #754ffe;
        border-radius: 3px
    }

    .cross-icon,
    .m-cross-icon {
        font-size: 15px;
        padding: 6px 11px;
        display: none;
        text-align: center;
        transition: .5s;
        cursor: pointer
    }

    .blog-body .left-tag a:hover,
    .blog-body .right-section .right-tag a:hover,
    .instructor .instructor-icon i:hover,
    .pagenation .active,
    .search-item span:hover {
        background-color: #754ffe;
        color: #fff
    }

    .cross-icon,
    .m-cross-icon {
        border: 1px solid #754ffe;
        border-radius: 3px
    }

    #tilt,
    .banner-image {
        transition: box-shadow .1s, transform .1s
    }

    .menu-search {
        position: relative;
        width: 100%;
        margin: 0 8px;
        z-index: 9999
    }

    .menu-search .form-control {
        padding: 14px 0 13px 36px;
        border-radius: 7px;
        font-size: 14px;
        font-weight: 400;
        color: var(--color-1);
        width: 100%;
        background-color: var(--bg-white-2);
        border: 1.5px solid #6e798a43
    }

    .menu-search .form-control::placeholder {
        color: var(--color-1)
    }

    .menu-search .search-btn i {
        position: absolute;
        left: 13px;
        top: 18px;
        color: var(--color-1);
        font-size: 16px;
        cursor: pointer
    }

    .conversation-fulllll-body .search-btn,
    .course-play-tab .course-search .search-btn,
    .menu-search .search-btn,
    .search .search-bar .search-btn,
    .wish-list-body .wish-list-search .search-btn {
        position: absolute;
        border: none;
        box-shadow: none;
        background: 0 0
    }

    .menu-search-icon {
        position: absolute;
        top: 7px;
        left: 9px;
        font-weight: 400
    }

    .menu-search-icon i {
        color: #6e798a3f
    }

    .antry-col .antry-link {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-1);
        display: inline-block;
        padding: 10px 10px 10px 14px
    }

    .antry-col li .antry-submenu {
        visibility: hidden;
        opacity: 0;
        top: 44px
    }

    .antry-submenu li {
        padding: 0 6px
    }

    .antry-submenu li a {
        font-size: 14px;
        color: var(--color-1);
        display: inline-block;
        width: 250px;
        transition: .5s;
        padding: 7px 0 7px 9px;
        border-radius: 5px
    }

    .antry-submenu li a:hover {
        background: var(--hover-color);
        color: var(--color-10)
    }

    .blog h1 span::before,
    .courses h1 span::before {
        width: 116px;
        height: 21px;
        background-size: 119px;
        top: 31px
    }

    .bannar-area,
    .check-out-heading,
    .course-decription,
    .course-decription-2,
    .course-details-card,
    .course-left-side .nav-tabs .nav-item.show .nav-link,
    .course-left-side .nav-tabs .nav-link.active,
    .grid-view-body,
    .message,
    .offcanvas,
    .price-card,
    .price-heading,
    .privacy-policy,
    .sign-up,
    .tramsCondition,
    .wish-list-body,
    .wishlist-course {
        background-color: var(--bg-white)
    }

    .h-1-banner .h-1-banner-text h1,
    .h-3-banner-text h1 {
        font-size: 54px;
        font-weight: 700;
        color: var(--color-1);
        letter-spacing: 1px;
        margin-bottom: 34px;
        margin-top: 54px
    }

    .h-1-banner .h-1-banner-text h1 span {
        color: #754ffe;
        position: relative
    }
    /* .offcanvas-items .main-nav-wrap>li ul,
.offcanvas-items .navbar-nav .navbarHover {
    position: static;
    visibility: visible;
    opacity: 1
} */

    .h-1-banner .h-1-banner-text h1 span::after {
        content: "";
        background-image: url("../image/h-1-bn-shape-1.png");
        width: 35px;
        height: 36px;
        position: absolute;
        background-size: 35px;
        bottom: -43px
    }

    .h-1-banner .h-1-banner-text h1 span::before {
        content: "";
        background-image: url("../image/h-1-bn-shape-2.png");
        width: 160px;
        height: 31px;
        position: absolute;
        background-size: 162px;
        bottom: -64px;
        right: 0
    }

    .h-1-banner .h-1-banner-text p {
        font-weight: 400;
        letter-spacing: 1.2px;
        line-height: 1.9;
        margin-bottom: 50px
    }

    .error-body img,
    .h-1-banner-img img,
    .h-1-introduction img,
    .h-2-banner .h-2-banner-text .banner-image img,
    .h-3-about img,
    .sing-up-img img {
        width: 100%;
        height: auto
    }

    .banner-image {
        cursor: pointer
    }

    .ac-lecture li::after,
    .ac-lecture li::before,
    .blog .courses-card-body .courses-card-image .courses-card-image-text::after,
    .blog-body .top ul li:last-child::before,
    .conversation-sending .img-attecment,
    .course-popover-content,
    .hideSub-menu,
    .instructor-1 .instructor-about .skill .skill-point .skill-point-1:first-child::after,
    .menu-offcanves,
    .offcanvas-items .navbarHover {
        display: none
    }

    .offcanves-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        gap: 20px
    }

    .mobile-view-offcanves .btn-close {
        position: absolute;
        top: 3px;
        right: 20px;
        background: 0 0;
        color: var(--color-1)
    }

    .course-category .form-check-input:focus,
    .mobile-view-offcanves .btn-close:focus,
    .payment-imformation-card .form-check #flexCheckChecked,
    .payment-imformation-card .form-check #flexCheckDefault {
        box-shadow: none
    }

    .offcanves-btn a {
        display: block;
        padding: 8.5px 18px;
        border-radius: 5px;
        margin: 0 20px !important;
        font-size: 15px
    }

    .signUp-btn {
        background-color: var(--color-4);
        color: var(--color-9) !important
    }
    /* .logIn-btn,
.menubar .offcanvas-items .navbar-nav .nav-link {
    color: var(--primary-color) !important
} */

    .logIn-btn {
        background-color: var(--bg-white-2);
        border: 1px solid #919499;
        padding: 8px 5px;
        border-radius: 5px !important
    }
    /* .offcanvas-items .navbar-nav .nav-link {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center
} */

    #tilt,
    .active,
    .expert-instructor .instructor-card .instructor-card-body:hover .icon,
    .inline-form.active,
    .offcanvas-items .navbarHover.active,
    .profile-input-5 {
        display: block
    }
    /* .offcanvas-items .navbar-nav .navbarHover li a {
    width: 97%
}

.offcanvas-items .navbar-nav .navbarHover li {
    display: inherit
} */

    .offcanvas-items .main-nav-wrap>li ul {
        margin-bottom: 10px
    }

    .offcanvas-items .sub-category-menu li {
        margin: 0 20px
    }

    .offcanvas-items .antry-col li .antry-submenu,
    .offcanvas-items .main-nav-wrap li .navbarHover {
        border-top: transparent;
        box-shadow: none;
        padding: 5px 0;
        top: 58px
    }

    .active {
        visibility: visible;
        opacity: 1
    }

    .offcanves-profile {
        padding: 30px 20px;
        background-color: var(--hover-color-2)
    }

    .menubar,
    .top-categories,
    .webui-popover {
        background-color: var(--bg-white)
    }

    .offcanves-profile a {
        display: flex;
        align-items: center
    }

    .offcanves-profile .user-img img {
        height: 46px;
        width: 46px;
        border-radius: 50%;
        margin-right: 15px
    }

    .user-details h4 {
        font-size: 18px;
        color: var(--color-1)
    }

    .inline-form .form-control,
    .user-details p {
        font-size: 13px;
        color: var(--color-1)
    }

    .menubar {
        position: relative;
        padding: 9px 0
    }

    .inline-form {
        display: none;
        position: absolute;
        width: 100%;
        top: 72px;
        left: -13px;
        right: 20px;
        margin: auto
    }

    .course-meta,
    .popover-btns {
        display: flex;
        align-items: center
    }

    .inline-form .mobile-search {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 3;
        margin-left: -20px;
        width: 100%;
        padding: 10px 20px
    }

    .inline-form .form-control {
        padding: 13px 24px;
        margin: 0 27px;
        background-color: var(--bg-white-2);
        border: none
    }

    .inline-form .search-btn {
        position: absolute;
        top: 18px;
        right: 5px;
        background: #754ffe;
        border: none;
        color: #fff;
        height: 31px;
        width: 41px;
        line-height: 30px;
        border-radius: 5px
    }

    .webui-popover {
        box-shadow: 0 4px 16px rgb(128 134 144 / 25%);
        border-color: transparent;
        border-radius: 10px;
        padding: 20px;
        width: 350px
    }

    .last-update {
        margin-bottom: 7px !important;
        font-size: 12px
    }

    .course-title a {
        font-size: 14px;
        color: var(--color-3);
        display: inline-block;
        margin-bottom: 10px
    }

    .course-meta {
        justify-content: space-between;
        margin-bottom: 10px
    }

    .course-meta span {
        font-size: 12px;
        color: var(-color-3)
    }

    .course-meta span i {
        margin-right: 5px
    }

    .course-subtitle {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 16px;
        color: var(--color-1)
    }

    .will-learn li {
        font-size: 13px;
        margin-bottom: 7px;
        position: relative;
        padding-left: 15px
    }

    .will-learn li::after {
        position: absolute;
        content: "";
        top: 5px;
        left: 0;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--color-4)
    }

    .popover-btns {
        margin-top: 40px;
        justify-content: center;
        gap: 15px
    }

    .popover-btns .purchase-btn {
        margin: inherit;
        margin-top: 0;
        font-size: 13px;
        color: var(--bg-white);
        background-color: var(--color-4)
    }

    .gift-btn {
        height: 40px;
        width: 40px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid var(--color-4);
        color: var(--color-4) !important;
        text-align: center;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .conversation-body-1-text p,
    .settings-icon .dropdown-item,
    .text-dark {
        font-size: 12px
    }

    .slick-track {
        display: flex;
        gap: 15px
    }

    .course-meta .badge {
        margin-right: 10px;
        font-size: 12px;
        color: #7a7d82
    }

    .slick-next::before {
        content: url('../image/next_arrow.png');
        line-height: 0;
        opacity: 1
    }

    .slick-prev::before {
        content: url('../image/prev_arrow.png');
        line-height: 0;
        opacity: 1
    }

    .course-group-slider .slick-next,
    .course-group-slider .slick-prev {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        background-color: var(--bg-white-5);
        box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
        z-index: 1;
        top: calc(50% - 25px)
    }

    .course-group-slider .slick-next:hover,
    .course-group-slider .slick-prev:focus,
    .course-group-slider .slick-prev:hover,
    .slick-next:focus {
        color: transparent;
        outline: 0
    }

    .top-categories {
        padding: 60px 0 80px
    }

    #tilt {
        height: 400px;
        width: auto;
        margin: 0 auto;
        background-image: url("../image/h-banner-img.png");
        background-size: 100%
    }

    #tilt:hover {
        cursor: pointer
    }

    .search-option {
        position: relative;
        margin-bottom: 50px
    }

    .search-option .form-control {
        padding: 16px;
        margin-top: 8px;
        font-size: 16px;
        border: 1.5px solid #1e293b2a;
        background-color: var(--bg-white-2);
        color: var(--color-3);
        border-radius: 5px;
        width: 100%
    }

    .search-option .form-control::placeholder {
        color: var(--color-3)
    }

    .search-option .submit-cls {
        position: absolute;
        top: 9px;
        right: 12px;
        background-color: #754ffe;
        border: none;
        border-radius: 5px;
        padding: 9px 14px;
        color: #fff;
        font-size: 14px
    }

    .bannar-card .banner-card-1,
    .category-product .category-product-body {
        border-radius: 7px;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        box-sizing: border-box
    }

    .search-option .submit-cls i {
        margin-right: 7px
    }

    .search-option .submit-cls a {
        text-decoration: none;
        color: #fff;
        padding: 5px
    }

    .students-rating img {
        width: 17px;
        height: 37px;
        display: flex;
        justify-content: center;
        margin: 10px auto auto
    }

    .students-rating h1 {
        font-size: 44px;
        font-weight: 700
    }

    .students-rating p {
        margin-bottom: 0;
        padding: 2px 5px
    }

    .h-1-banner {
        position: relative;
        padding-bottom: 140px
    }

    .bannar-card img {
        width: 55px;
        height: 54px;
        margin: 6px
    }

    .banner-card-1 h6,
    .banner-card-1 p {
        margin-left: 16px;
        color: var(--color-6)
    }

    .bannar-card .banner-card-1 {
        background-color: var(--bg-white-5);
        padding: 18px 29px
    }

    .bannar-card {
        position: absolute;
        bottom: -50px
    }

    .banner-card-1 h6 {
        font-size: 16px;
        line-height: 27px
    }

    .courses {
        background-color: var(--bg-white-2);
        padding-bottom: 80px;
        margin-bottom: 0 !important
    }

    .courses h1 {
        padding-top: 60px;
        font-size: 32px;
        font-weight: 700;
        color: var(--color-1);
        margin-bottom: 30px
    }

    .courses h1 span::before {
        content: "";
        background-image: url("../image/h-1-bn-shape-2.png");
        position: absolute;
        left: 89px
    }

    .blog h1 span::before,
    .top-categories h1::after {
        background-image: url("../image/h-1-shape.png");
        content: ""
    }

    .blog-body .right-section .categories,
    .contact-page .contact-heading,
    .courses p,
    .faq .faq-accrodion .faq-acc-heading,
    .instructor-right .instructor-msg,
    .instructor-student-feed-back,
    .invoice-2-note-p {
        margin-bottom: 50px
    }

    .courses .courses-card .courses-card-body img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
        transform: scale(1);
        transition: .5s
    }

    .blog .courses-card .courses-card-body img,
    .course-play-banner img {
        height: 200px
    }

    .courses-card .courses-card-body .courses-text h5 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        padding-right: 7px;
        transition: .5s;
        color: var(--color-1)
    }

    .courses-card .courses-card-body .courses-text {
        padding: 12px
    }

    .courses-card .courses-card-body .courses-text p {
        margin-bottom: 16px;
        font-size: 12px;
        color: var(--color-1)
    }

    .courses-card .courses-card-body .courses-text p a {
        text-decoration: none;
        color: #676c7d
    }

    .courses-card .courses-card-body .courses-text .review-icon i {
        color: #dedfe0;
        font-size: 12px;
        padding: 2px
    }

    .courses-list-view-card-body .courses-text .review-icon i {
        margin: 0 5px
    }

    .courses-card .courses-card-body .courses-text .review-icon p {
        padding-left: 5px
    }

    .courses-card-body {
        background-color: var(--bg-white);
        border-radius: 10px;
        margin-bottom: 20px;
        transition: .2s;
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        overflow: hidden
    }

    .courses-card-image {
        overflow: hidden;
        transition: .5s
    }

    .courses-card-body:hover .courses-card-image img,
    .h-3-blog-card-full-body .h-3-blog-card-body:hover .scall-img img {
        transform: scale(1.1);
        transition: .5s
    }

    .courses-card .courses-card-body .courses-text .courses-price-border {
        border-top: 1.5px solid #676c7d3a
    }

    .courses-card .courses-card-body .courses-text .courses-price {
        margin-top: 10px;
        display: flex;
        align-items: center
    }

    .blog .courses-card-body .courses-card-image .text-3 h3,
    .courses-price-left span {
        color: #63cc94
    }

    .courses-card-body .courses-text .courses-price .courses-price-right,
    .invoice-2 .invoice-total .invoice-no-2 {
        display: flex;
        justify-content: flex-end
    }

    .courses-card-body .courses-text .courses-price {
        justify-content: space-between
    }

    .courses-card-body .courses-text .courses-price .courses-price-right i {
        color: #754ffe;
        padding-right: 5px
    }

    .courses-card .courses-card-body .courses-card-image .courses-card-image-text h3 {
        font-size: 12px;
        font-weight: 600;
        color: #f25c88
    }

    .courses-card .courses-card-body .courses-card-image .courses-card-image-text {
        position: absolute;
        background-color: #fde6ec;
        padding: 8px 13px;
        bottom: 10px;
        right: 0
    }

    .courses-card .courses-card-body .courses-card-image .courses-card-image-text::after {
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 95% 50%, 0% 0%);
        background-color: #fde6ec;
        width: 20px;
        content: "";
        position: absolute;
        height: 100%;
        left: -19px;
        top: 0
    }

    .courses-price p,
    .h-2-courses .h-2-top-body p,
    .list-card-control p {
        margin-bottom: 0 !important
    }

    .courses-card .courses-card-body .courses-card-image .text-2 {
        background-color: #dae7ff
    }

    .courses-card .courses-card-body .courses-card-image .text-2 h3 {
        color: #0e63ff
    }

    .courses-card .courses-card-body .courses-card-image .text-2::after {
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 95% 50%, 0% 0%);
        background-color: #dae7ff;
        width: 20px;
        content: "";
        position: absolute;
        height: 100%;
        left: -19px;
        top: 0
    }

    .courses-card .courses-card-body .courses-card-image .text-3 h3 {
        color: #0ece96
    }

    .category-hide-icon,
    .category-product .category-product-body:hover .cate-icon i,
    .category-product .category-product-body:hover p,
    .wish-list-course .my-cosre:hover a,
    .wish-list-course .my-cosre:hover i {
        color: var(--color-9)
    }

    .courses-card .courses-card-body .courses-card-image .text-3 {
        background-color: #daf7ef
    }

    .courses-card .courses-card-body .courses-card-image .text-3::after {
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 95% 50%, 0% 0%);
        background-color: #daf7ef;
        width: 20px;
        content: "";
        position: absolute;
        height: 100%;
        left: -19px;
        top: 0
    }

    .top-categories h1 {
        font-size: 32;
        font-weight: 700;
        color: var(--color-1);
        position: relative
    }

    .top-categories h1::after {
        width: 160px;
        height: 31px;
        position: absolute;
        background-size: 162px;
        top: 45px;
        right: 180px
    }

    .category-product .category-product-body img {
        width: 44px;
        height: 45px;
        display: flex;
        margin: auto
    }

    .category-product .category-product-body h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: var(--color-1);
        padding-top: 10px;
        margin-top: 12px
    }

    .category-heading a,
    .category-product .category-product-body p,
    .introduction .owl-nav .owl-next:hover,
    .introduction .owl-nav .owl-prev:hover,
    .settings-icon a {
        color: var(--color-1)
    }

    .category-product .category-product-body {
        background-color: var(--bg-white-2);
        padding: 15px 20px;
        margin: 10px;
        transition: .5s;
        width: 100%
    }

    .cate-icon,
    .cate-icon i {
        font-size: 40px;
        transition: .5s
    }

    .review-icon i.filled {
        color: #f4c150
    }

    .category-product .category-product-body .cate-icon {
        text-align: left;
        color: var(--color-1)
    }

    .category-product .category-product-body:hover,
    .invoice-2-table-head,
    .wish-list-course .my-cosre:hover {
        background-color: var(--color-4)
    }

    .category-product .category-product-body:hover h5 {
        color: var(--color-9);
        text-align: left
    }

    .category-hide-icon {
        padding-right: 12px;
        font-size: 19px;
        visibility: hidden;
        opacity: 0;
        transition: .5s
    }

    .expert-instructor .instructor-card .instructor-card-body img {
        width: 213px;
        height: 270px;
        display: flex;
        margin: auto
    }

    .expert-instructor .instructor-card .instructor-card-img {
        position: relative;
        margin-bottom: 30px;
        z-index: 1
    }

    .expert-instructor .instructor-card .instructor-card-img::after {
        position: absolute;
        top: 49px;
        left: 0;
        content: "";
        background-color: var(--bg-white-6);
        width: 100%;
        height: 82%;
        z-index: -1;
        border-top-left-radius: 60px;
        border-bottom-right-radius: 33px;
        border-bottom-left-radius: 7px
    }

    .instructor-card-img a {
        display: flex;
        width: 100%
    }

    .expert-instructor .instructor-card .instructor-card-text h3 {
        font-size: 20px;
        margin-bottom: 7px;
        font-weight: 600;
        color: var(--color-1);
        text-align: center
    }

    .ebook-item-one .content,
    .expert-instructor .instructor-card .instructor-card-text p,
    .h-2-banner .h-2-banner-text,
    .reviews .icon,
    .speech-item-img {
        text-align: center
    }

    .expert-instructor .instructor-card .instructor-card-text .icon a {
        padding: 8px;
        color: var(--color-4)
    }

    .expert-instructor .instructor-card .instructor-card-text .icon {
        text-align: center;
        position: relative;
        z-index: 99
    }

    .expert-instructor .instructor-card .instructor-card-text .icon-div-2 {
        background-color: var(--bg-white-2);
        padding: 6px 9px 4px;
        border-radius: 10px 10px 0 0;
        position: absolute;
        bottom: -6px;
        width: 112px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%)
    }

    .expert-instructor .instructor-card .instructor-card-body {
        transition: .5s
    }

    .qustion .accordion-item {
        color: var(--color-1);
        background-color: inherit;
        border: none;
        border-bottom: 1.5px solid var(--border-color);
        font-size: 20px;
        font-weight: 500;
        padding: 2px 15px
    }

    .qustion .accordion-item:last-child {
        border-bottom: none;
        padding-bottom: 10px
    }

    .qustion .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        box-shadow: none
    }
    /* .accordion-button:not(.collapsed) {
    color: var(--color-4);
    background-color: var(--bg-white);
    box-shadow: none
} */

    .qustion-accrodion {
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        background-color: var(--bg-white-4);
        padding: 0 26px;
        border-radius: 7px;
        box-sizing: border-box
    }

    .introduction {
        padding: 80px 0 60px;
        background-color: var(--bg-white-2)
    }

    .blog,
    .company-logo,
    .student {
        background-color: var(--bg-white)
    }

    .qustion .accordion-body {
        padding: 0 6px 22px 0
    }

    .qustion .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .qustion .accordion-button {
        padding: 17px 0 0;
        background-color: var(--bg-white-4);
        color: var(--color-2)
    }

    .owl-theme .owl-nav {
        margin-top: 20px;
        text-align: left
    }

    .owl-theme .owl-nav i {
        padding: 6px 4px 7px;
        font-size: 18px;
        color: #6e798a
    }

    .introduction-name h4 {
        font-size: 20px;
        padding-bottom: 10px;
        font-weight: 600;
        color: var(--color-1)
    }

    .introduction .agency-dis p,
    .introduction-name h6 {
        font-weight: 400;
        color: var(--color-6);
        margin-bottom: 20px;
        font-size: 15px
    }

    .introduction-name {
        border-bottom: 1.5px solid #6e798a3f;
        margin-bottom: 30px
    }

    .introduction .agency-dis p {
        word-spacing: 1.5px;
        line-height: 1.7
    }

    .introduction-name .agency-dis {
        border-top: 1.5px solid #6e798a
    }

    .h-2-client-image img {
        height: 54px;
        width: 54px
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 54px
    }

    .footer .icon li,
    .footer li {
        display: grid;
        list-style-type: none
    }

    .introduction-item {
        margin-top: 45px
    }

    .introduction .owl-nav .owl-next,
    .introduction .owl-nav .owl-prev {
        width: 47px;
        height: 47px;
        border-radius: 50% !important;
        background-color: var(--bg-white-5) !important;
        box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
        z-index: 1;
        top: calc(50% - 25px)
    }

    .course-card,
    .course-left-side,
    .courses-list-view-card .courses-list-view-card-body .courses-text {
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
    }

    .blog h1 span::before {
        position: absolute;
        left: 90px
    }

    .blog .courses-text .courses-price-left img {
        width: 28px;
        height: 28px;
        margin: 4px 0
    }

    .blog .courses-card .courses-card-body .courses-text h5 {
        font-size: 20px;
        margin-bottom: 6px
    }

    .blog .courses-text .courses-price-border .courses-price-left h5 {
        font-size: 14px;
        font-weight: 600;
        padding: 8px 14px
    }

    .blog .courses-card .courses-card-body .courses-text p {
        font-size: 16px
    }

    .blog .courses-text .courses-price-border .courses-price-right p {
        padding: 5px 0;
        font-size: 14px
    }

    .blog .courses-card-body .courses-text .courses-price {
        margin-top: 16px;
        display: flex
    }

    .blog .courses-card-body .courses-card-image .courses-card-image-text {
        position: relative;
        background-color: #fde6ec;
        display: inline-block;
        margin: 24px 30px 0;
        border-radius: 5px
    }

    .blog .courses-card-body .courses-text {
        padding: 12px 30px
    }

    .blog .courses-card-body .courses-card-image .text-2 {
        background-color: #2bb8ff34;
        color: #2bb9ff
    }

    .blog .courses-card-body .courses-card-image .text-2 h3 {
        color: #2bb9ff
    }

    .blog .courses-card-body .courses-card-image .text-3 {
        background-color: #63cc9442
    }

    .blog {
        margin-bottom: 120px
    }

    .student {
        padding-bottom: 120px;
        overflow: hidden;
        padding-top: 60px
    }

    .student .student-body-1 {
        background-image: url("../image/Group 18132.png");
        background-size: cover;
        border-radius: 7px
    }

    .student .student-body-2 {
        background-image: url("../image/Group 18131.png");
        background-size: cover;
        border-radius: 15px
    }

    .student h1 {
        font-size: 24px;
        font-weight: 600;
        color: #ffff
    }

    .ac-lecture li a .lecture-info,
    .ac-lecture li a span,
    .select-box .form-select,
    .student p {
        font-size: 13px
    }

    .footer h1,
    .footer p,
    .student p {
        font-weight: 400
    }

    .student p {
        color: #fff;
        margin-bottom: 28px
    }

    .student a {
        text-decoration: none;
        background-color: #fff;
        color: #1e293b;
        padding: 9px 16px;
        border-radius: 5px;
        margin-bottom: 34px
    }

    .student .student-body-text {
        padding: 26px;
        position: relative
    }

    .student .student-body-text img {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -30px
    }

    .student .man {
        width: 165px;
        height: 230px;
        margin-top: -56px
    }

    .company-logo {
        padding-bottom: 50px
    }

    .company-logo img {
        height: 47px;
        width: 150px
    }

    .footer img {
        width: 177px;
        height: 44px;
        margin-bottom: 30px
    }

    .footer {
        /* background-color: var(--color-7); */
        padding: 60px 0 0;
        background-color: #1C1C1E;
    }

    .footer a {
        color: var(--color-8);
        padding: 6px 0;
        font-size: 14px;
        transition: .5s
    }

    .footer h1 {
        color: var(--color-9);
        font-size: 20px;
        margin-bottom: 20px
    }

    .footer .icon li,
    .footer .icon li a,
    .footer p,
    .form-arrow,
    .lattest-news .search-btn i,
    .lattest-news form .form-control {
        color: var(--color-8)
    }

    .blog-body .right-section .categories ul,
    .faq-accrodion .accordion .accordion-body,
    .footer ul {
        padding-left: 0
    }

    .footer p {
        padding: 20px 55px 20px 0;
        font-size: 14px;
        letter-spacing: 1.1px;
        line-height: 1.7;
        text-align: justify
    }

    .footer .icon li {
        margin: 56px 18px
    }

    .search-btn .lattest-news textarea {
        background-color: #261954
    }

    .lattest-news form .form-control {
        width: 100%;
        background-color: transparent;
        border: none;
        border-bottom: 1.5px solid #d8d8D85C;
        margin-bottom: 50px;
        padding: 13px 0;
        position: relative;
        outline: 0;
        font-size: 14px;
        border-radius: 0
    }

    .lattest-news form {
        position: relative;
        margin-top: 20px
    }

    .form-arrow {
        position: absolute;
        top: 15px;
        right: 0;
        background: var(--color-7);
        border: none;
        font-size: 15px
    }

    .lattest-news .search.search-btn {
        background-color: #261954;
        border: none;
        margin-top: 0
    }

    .lattest-news ::placeholder {
        color: var(--color-8);
        opacity: 1
    }

    .lattest-news :-ms-input-placeholder {
        color: var(--color-8)
    }

    .search-btn ::-ms-input-placeholder {
        color: var(--color-8)
    }

    .lattest-news .search-btn i {
        font-size: 17px;
        position: absolute;
        top: 18px;
        right: 10px
    }

    .search-btn {
        position: absolute
    }

    .search-btn #emails:hover:focus-visible {
        outline: 0
    }

    .footer .copyright .footer-privacy a {
        color: var(--color-8);
        margin: 6px 38px 14px 0;
        transition: .5s
    }

    .copyright p {
        text-align: right;
        padding: 15px 0
    }

    .bread-crumb {
        background-color: #2C80FA !important;
        background-size: cover
    }

    .bread-crumb .brd-home {
        height: 16px;
        width: 16px
    }

    .book-img img {
        height: auto;
        width: 212px;
        float: right
    }

    .breadcrumb {
        padding: 38px 0 0;
        margin-bottom: 0
    }

    .breadcrumb-item {
        padding: 15px 0
    }

    .breadcrumb span {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-left: 10px
    }

    .breadcrumb i {
        color: #fff;
        padding: 20px 0;
        margin-right: 1px;
        margin-left: 9px
    }

    .bread-crumb h1 {
        font-size: 56px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 56px
    }

    .column {
        float: left;
        width: 50%;
        padding: 10px
    }

    .row:after {
        content: "";
        display: table;
        clear: both
    }

    .list-btn {
        border: none;
        outline: 0;
        padding: 5px 11px;
        border-radius: 3px;
        cursor: pointer
    }

    .list-btn:hover {
        background-color: var(--color-6);
        color: var(--color-10)
    }

    .list-btn.active {
        background-color: #666
    }

    #btnContainer {
        display: block ruby;
        margin-top: 62px;
        margin-bottom: 30px
    }

    .list-card-control .btn {
        margin-right: 4px
    }

    .select-box {
        float: right
    }

    .select-box .nice-select {
        padding: 9px 10px;
        font-size: 13px;
        height: 40px;
        border-radius: 5px;
        background-image: none;
        width: 170px;
        background-color: var(--bg-white-2)
    }

    .form-select,
    .list-btn {
        border: 1.5px solid #6e798a45
    }

    .course-category h3:hover:after,
    .course-decription li .nav-link:hover:after,
    .instructor-student-feed-back h1:hover::after,
    .select-box .nice-select.open .list {
        width: 100%
    }

    .form-select:focus,
    .nice-select.open,
    .nice-select:active,
    .nice-select:focus {
        border-color: inherit
    }

    .select-box .nice-select::after {
        width: 8px;
        height: 8px;
        margin-top: -6px
    }

    .grid-view-body p {
        margin-bottom: 30px;
        margin-left: 10px;
        font-size: 12px
    }

    .list-btn {
        background-color: #fff;
        color: #6e798a
    }

    .grid-view {
        padding-bottom: 80px;
        background-color: var(--bg-white)
    }

    .list-btn.active {
        background-color: var(--color-4);
        color: #fff;
        border: 1.5 px solid var(--color-4)
    }

    .form-select {
        display: block;
        width: 100%;
        padding: .375rem 2.25rem .375rem .75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--color-1);
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-position: right .75rem center;
        background-size: 11px 12px;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        appearance: none
    }

    .course-category a,
    .course-price a,
    .radio-text {
        font-size: 12px;
        font-weight: 400
    }

    .h-2-banner,
    .world-class {
        background-repeat: no-repeat;
        background-size: cover
    }

    .grid-view-body .courses-card .courses-text .review-icon img {
        height: 9px;
        width: 11px;
        margin: 4px 6px
    }

    .grid-view-body .courses-card .courses-card-body .courses-text .review-icon p {
        padding-left: 0;
        margin-left: 0
    }

    .grid-view-body .courses-card .courses-text .review-icon .review-icon-star {
        display: flex;
        margin-top: 7px
    }

    .grid-view-body .courses-card .courses-text .review-icon .review-icon-star i {
        margin-left: 5px;
        margin-right: 5px
    }

    .grid-view-body .courses-card .courses-text .review-icon span {
        background-color: #754ffe;
        color: #fff;
        text-decoration: none;
        display: flex;
        padding: 6px 8px 5px 3px;
        border-radius: 5px;
        margin-left: 10px;
        margin-bottom: 14px;
        font-size: 10px;
        font-weight: 500
    }

    .courses-list-view-card-body .courses-text p,
    .grid-view-body .courses-price-left p {
        margin-left: 0
    }

    .course-category a {
        text-decoration: none;
        color: #6e798a
    }

    .radio-text {
        color: var(--color-1) !important;
        cursor: pointer
    }

    .course-category li {
        list-style-type: none
    }

    .course-price a {
        text-decoration: none;
        color: var(--color-1)
    }

    .course-category a:hover,
    .course-decription li .nav-link:hover,
    .course-price a:hover,
    .price-card-full-body:hover .ammount h1,
    .price-card-full-body:hover .ammount h5,
    .price-card-full-body:hover .ammount h6,
    .price-card-full-body:hover .price-card-heading a {
        color: var(--color-4)
    }

    .blog-body .instructor-student-feed-back .comment-student-feed-back-text p,
    .course-category span {
        font-size: 14px
    }

    .form-check-input:checked {
        background-color: var(--color-4);
        border-color: var(--color-4)
    }

    #flexCheckChecked:focus-visible {
        box-shadow: none;
        outline: 0;
        border-color: none
    }

    .webdesign .form-check-label .try {
        display: flex;
        margin-left: 20px;
        justify-content: space-between
    }

    .course-category .form-check-label {
        display: flex;
        justify-content: space-between;
        cursor: pointer
    }

    .course-category h3 {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        display: inline-block
    }

    .course-category h3::after {
        content: "";
        background-color: #754ffe;
        height: 2px;
        width: 50%;
        position: absolute;
        left: 0;
        bottom: -5px;
        transition: .5s
    }

    .course-category .show-more a {
        font-size: 14px;
        font-weight: 500;
        color: var(--color-1);
        margin-top: 16px
    }

    .course-category .form-check {
        padding: 14px 0 0 23px
    }

    .course-all-category {
        margin-top: 50px;
        border: 1.5px solid #6e798a38;
        border-radius: 5px;
        padding: 20px
    }

    .form-check-icon li i {
        color: #64799668
    }

    .form-check-icon ul {
        display: flex;
        padding-left: 0
    }

    .form-check-icon ul li {
        padding: 0 3px
    }

    .comment .rating .icon .gold,
    .course-icon .form-check-icon .icon-color i,
    .my-course-1-last .icon-img .star .gold,
    .reviews .icon .gold {
        color: #ffd43b
    }

    .course-icon .form-check {
        padding: 0;
        margin: 10px 23px
    }

    .pagenation-items {
        background-color: var(--bg-white);
        display: flex;
        justify-content: center;
        padding-bottom: 70px
    }

    .ac-lecture li a,
    .accordion-body-2,
    .clock-user,
    .conversation-text .conversation-msg-full .child-text .child-description,
    .courses-list-view-card-body .courses-text .courses-d-flex-text,
    .feature-time,
    .message .conversation .conversation-1,
    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading,
    .my-course-1-last,
    .parrent-3rd,
    .profile .profile-parrent .profile-child {
        justify-content: space-between;
        display: flex
    }

    .page-link {
        padding: 6px 14px;
        margin-right: 11px;
        border-radius: 5px;
        color: var(--color-13);
        border: 1px solid #d1d4dc;
        background-color: var(--bg-white-2);
        font-size: 16px;
        font-weight: 500
    }

    .course-card,
    .course-left-side {
        background-color: var(--bg-white)
    }

    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-radius: 5px;
        border: none;
        background-color: var(--color-4);
        color: var(--color-9)
    }

    .page-link:focus {
        box-shadow: none;
        color: var(--color-13);
        background-color: transparent
    }

    .page-link:hover {
        z-index: 2;
        color: #fff;
        background-color: var(--color-4);
        border-color: var(--color-4)
    }

    .courses-list-view-card-body .courses-card-image img {
        max-width: 295px;
        max-height: 197px;
        border-radius: 10px 0 0 10px;
        transform: scale(1);
        transition: .5s
    }

    .courses-list-view-card .courses-list-view-card-body .courses-text img {
        height: 11px;
        width: 11px;
        margin-right: 5px;
        transform: scale(1);
        transition: .5s
    }

    .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img {
        text-decoration: none;
        background-color: var(--color-4);
        padding: 6px 16px;
        border-radius: 5px;
        color: var(--color-9);
        font-size: 10px;
        display: inline-block;
        font-weight: 500
    }

    .courses-list-view-card .courses-list-view-card-body .courses-text {
        border-radius: 0 0 10px;
        padding: 16px 20px
    }

    .courses-list-view-card .courses-list-view-card-body .courses-card-image img {
        width: 100%;
        height: 100%;
        border-radius: 10px 0 0 10px;
        transform: scale(1);
        transition: .5s
    }

    .courses-card-image .courses-icon i,
    .courses-list-view-card-body .courses-card-image .courses-icon i {
        color: #6e798a81;
        background-color: var(--bg-white);
        border-radius: 50%;
        padding: 8px;
        position: absolute;
        top: 14px;
        right: 7px;
        font-size: 14px
    }

    .courses-card-image .red-heart i,
    .courses-list-view-card-body .courses-card-image .red-heart i {
        color: #ff3434
    }

    .courses-details .courses-details-1st-text h1 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 39px
    }

    .courses-details .courses-details-1st-text p {
        font-size: 18px;
        font-weight: 400;
        color: #fff
    }

    .course-play-tab .course-text .course-1st,
    .courses-details .courses-details-1st-text .review {
        margin-bottom: 40px
    }

    .courses-details .courses-details-1st-text .clock i,
    .courses-details .courses-details-1st-text .user i {
        color: #fff;
        padding: 5px 8px 15px 0
    }

    .courses-details .courses-details-1st-text .icon ul li {
        list-style-type: none;
        color: #f9b23a;
        margin-right: 8px
    }

    .course-decription li .nav-link {
        color: var(--color-1);
        font-size: 15px;
        font-weight: 600;
        position: relative;
        display: inline-block;
        border: none;
        padding: 17px 0 11px
    }

    .course-decription #myTab {
        display: flex;
        justify-content: space-around;
        border-bottom: 1.5px solid #6e798a25
    }

    .course-decription li .nav-link:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 0;
        background-color: var(--color-4);
        bottom: -1px;
        left: 0;
        transition: .5s
    }

    .course-left-side {
        border-radius: 10px;
        margin-top: -35px;
        padding: 10px
    }

    .antry-acordion {
        border: 1px solid #f2f3f5
    }

    .antry-acordion .accordion-item {
        background-color: var(--bg-white) !important
    }

    .ac-lecture li,
    .sReview-list {
        margin: 0 !important
    }

    .ac-lecture li a {
        align-items: center;
        padding: 7px 10px;
        border-radius: 5px
    }

    .ac-lecture li a:hover {
        background: #f2f3f5
    }

    .ac-lecture li a span i {
        color: #754ffe;
        font-size: 15px;
        margin-right: 14px
    }

    .ac-lecture li:last-child {
        padding-bottom: 15px
    }

    .course-right-section .course-card .card-img img {
        height: auto;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 8px
    }

    .course-right-section .course-card .card-img .card-video-icon i {
        color: #fff;
        font-size: 20px;
        padding: 16px 20px
    }

    .course-right-section .course-card .card-img .card-video-icon {
        background-color: rgba(0, 0, 0, .355);
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 39%;
        left: 41%;
        cursor: pointer
    }

    .course-card {
        border-radius: 10px;
        margin-top: -150px
    }

    .course-right-section .course-card .enrol {
        display: flex;
        justify-content: space-between;
        margin: 0 20px;
        border-bottom: 1.5px solid #6e798a32;
        padding: 20px 0 14px
    }

    .course-right-section .course-card .enrol .icon img {
        height: 20px;
        width: 20px;
        margin: 0 18px 8px 0
    }

    .course-right-section .course-card .ammount h1 {
        font-size: 34px;
        font-weight: 600
    }

    .course-right-section .course-card .ammount h3 {
        font-size: 20px;
        font-weight: 500;
        color: #647996;
        padding: 10px
    }

    .course-right-section .course-card .ammount,
    .s_Sidebar_one .content {
        padding: 20px
    }

    .course-right-section .course-card .enrol .icon h4 {
        font-size: 16px;
        font-weight: 600
    }

    .course-right-section .course-card .enrol .icon h5,
    .instructon-contact .instructon-icon p {
        font-size: 14px;
        font-weight: 400
    }

    .course-right-section .button {
        display: grid;
        padding-bottom: 20px
    }

    .course-right-section .button a {
        text-decoration: none;
        background-color: var(--bg-white-2);
        border: 1.5px solid var(--color-4);
        color: var(--color-4);
        text-align: center;
        border-radius: 10px;
        margin: 14px 30px 0;
        padding: 10px 14px 12px;
        font-size: 15px;
        font-weight: 600;
        transition: .5s
    }

    .course-right-section .button a:hover,
    .instructor-1 .instructor-about .about-text ul li a:hover,
    .profile .profile-parrent .profile-child-btn a:hover,
    .sSchedule-item.active .date {
        background-color: var(--color-4);
        color: #fff
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        color: var(--bs-modal-color);
        pointer-events: auto;
        background-color: #261954;
        background-clip: padding-box;
        border: none;
        border-radius: var(--bs-modal-border-radius);
        outline: 0
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 0
    }

    .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-modal-header-padding);
        border-bottom: none;
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius)
    }

    .modal-header .modal-title {
        color: #fff;
        font-size: 18px;
        font-weight: 700
    }

    .course-left-side .accordion-button::after {
        margin-left: -35px;
        background-size: 13px;
        top: 1px;
        position: absolute
    }
    /* .antry-acordion .accordion-button:not(.collapsed)::after {
    top: -5px !important;
    position: absolute !important;
    transform: rotate(180deg);
    left: 60px
} */

    .course-left-side .accordion-button {
        padding: 0 0 0 67px;
        font-size: 14px;
        font-weight: 600;
        justify-content: space-between
    }

    .accordion-header {
        margin: 10px 0
    }

    .qustion .accordion-header {
        margin: 3px 0 5px;
        padding-bottom: 13px
    }
    /* .qustion .accordion-button:not(.collapsed) {
    color: var(--color-5)
} */

    .course-left-side .accordion-item {
        color: var(--color-5);
        background-color: var(--bs-accordion-bg);
        border: none;
        border-bottom: 1.5px solid #6e798a46
    }

    .accordion-body-2 .accordion-body-video .icon i {
        color: #fff;
        background-color: #754ffe;
        border-radius: 50%;
        padding: 8px 10px 9px 13px;
        font-size: 16px
    }

    .accordion-body-2 .accordion-body-video h2 {
        font-size: 16px;
        font-weight: 600;
        transition: .5s;
        margin: 7px 20px
    }

    .accordion-body-2 .accordion-time h2 {
        font-size: 16px;
        font-weight: 600;
        color: #0d2a3e;
        transition: .5s;
        cursor: pointer
    }

    .accordion-body-2 .accordion-body-video h2 a {
        text-decoration: none;
        color: #0d2a3e;
        transition: .5s
    }

    .instructor .instructor-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin-bottom: 67px
    }

    .instructor {
        margin-top: 38px;
        margin-left: 30px
    }

    .instructor-icon {
        margin-bottom: 55px
    }

    .instructor .instructor-text h2 {
        font-size: 18px;
        font-weight: 700;
        margin-left: 6px
    }

    .course-decription-2 .instructor-text p,
    .instructor .instructor-text p {
        margin: 5px 3px 13px 6px;
        font-size: 15px
    }

    .instructor .instructor-text .tera {
        margin-left: 0;
        font-size: 15px
    }

    .instructor .instructor-icon i {
        color: #000;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #6e798a46;
        border-radius: 5px;
        transition: .5s;
        margin: 5px
    }

    .instructor-student-feed-back h1 {
        font-size: 22px;
        font-weight: 600;
        position: relative;
        display: inline-block;
        margin-bottom: 35px
    }

    .instructor-student-feed-back h1:after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background-color: var(--color-4);
        bottom: -6px;
        left: 0;
        transition: .5s
    }

    .instructor-student-feed-back img {
        width: 59px;
        height: 60px
    }

    .student-feed-back-text h6 {
        font-size: 14px;
        font-weight: 700;
        margin-left: 13px
    }

    .student-feed-back-text p {
        font-size: 12px;
        font-weight: 400;
        margin-left: 13px;
        margin-top: 0;
        margin-bottom: 8px
    }

    .course-decription-2 .reviews h2,
    .reviews h3 {
        font-weight: 700
    }

    .student-feed-back-text .icon i {
        color: #f9b23a;
        font-size: 13px;
        margin-bottom: 20px
    }

    .student-feed-back-text .std {
        font-size: 15px;
        margin-bottom: 20px
    }

    .student-feed-back-text a {
        text-decoration: none;
        background-color: var(--color-4);
        padding: 7px 18px;
        border-radius: 5px;
        color: #fff;
        margin-left: 13px
    }

    .settings-icon i {
        background-color: #6e798a2d;
        color: var(--color-1);
        border-radius: 50%;
        padding: 7px 14px
    }

    .c-d-3-banner .card-video-icon i:hover,
    .error-body-text a {
        background-color: #754ffe
    }

    .comment .rating {
        display: flex;
        margin-bottom: 30px;
        border-top: 1.5px solid #6e798a32;
        padding-top: 30px
    }

    .comment .rating h3,
    .h-3-top-categories .category-product .category-product-body img,
    .sTab-content p,
    .tutor-tab-content p {
        margin: 0
    }

    .comment .rating .icon,
    .conversation-text .conversation-msg-full .parrent .child-text,
    .conversation-text .conversation-msg-full .parrent .parrent-text,
    .course-play-tab .like .like-left,
    .message .conversation .conversation-1 .conversation-name,
    .profile-input .from-control-2,
    .sing-up-right .another p a {
        margin-left: 10px
    }

    .comment .rating .icon i {
        color: #d0d2d7;
        margin-left: 3px
    }

    .comment #fname {
        width: 100%;
        height: 56px;
        border-radius: 10px;
        border: 1.5px solid #6e798a46;
        padding: 19px 26px;
        transition: .5s
    }

    .comment .form-control {
        width: 100%;
        padding: 13px 26px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--color-1);
        background-color: var(--bg-white-2);
        border: 1.5px solid #6e798A30;
        appearance: none;
        border-radius: 8px
    }

    .comment #exampleFormControlInput1:focus-visible {
        border-color: var(--color-4)
    }

    .single-input label {
        font-size: 14px;
        color: var(--color-6)
    }

    .message-btn {
        background-color: var(--color-4);
        color: #fff;
        padding: 10px 20px;
        border-radius: 7px;
        border: none
    }

    .feedback-form .multi-input {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .feedback-form textarea {
        resize: none;
        height: 230px
    }

    .reviews {
        margin: 40px 30px
    }

    .reviews h3 {
        font-size: 18px;
        margin: 0
    }

    .reviews p {
        margin: 7px 10px;
        font-size: 14px
    }

    .course-decription-2 .reviews h2,
    .reviews h1 {
        font-size: 40px;
        text-align: center
    }

    .reviews .icon i {
        color: #d0d2d7
    }

    .course-decription-2 .reviews .text,
    .reviews .text {
        font-size: 15px;
        margin: 0
    }

    .reviews .ritt {
        font-size: 26px;
        margin-top: 50px
    }

    .reviews .reviews-border {
        border-bottom: 1.5px solid #676c7d2f;
        padding-bottom: 30px
    }

    .course-decription-2 .instructor-student-feed-back h1 {
        margin: 40px 30px 32px
    }

    .course-decription-2 .tab-content p {
        margin: 0 31px
    }

    .course-decription-2 .comment h1,
    .course-decription-2 .stdf h1 {
        margin: 0 0 30px
    }

    .course-decription-2 .student-feed-back-text p {
        margin: 0 0 0 13px
    }

    .course-decription-2 .student-feed-back-text .std {
        margin: 0 0 20px 13px
    }

    .course-decription-2 .reviews p {
        margin: 7px 10px
    }

    .course-decription-2 .accordion-header {
        margin: 20px 0 15px
    }

    .course-decription-3 .course-card,
    .course-decription-3 .course-left-side {
        border-radius: 10px;
        margin-top: 286px;
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
    }

    .course-decription-2 .accordion-body-2 .video-2 {
        margin-top: 15px
    }

    .courses-details-3 .courses-details-1st-text {
        padding-bottom: 326px
    }

    .c-d-3-banner img {
        max-width: 1100px;
        height: auto;
        position: absolute;
        top: 300px;
        left: 81px;
        border-radius: 10px
    }

    .course-decription-3 .course-left-side {
        padding: 10px
    }

    .blog-body,
    .error-body,
    .instructor-1,
    .search .form-control {
        background-color: var(--bg-white)
    }

    .c-d-3-banner .card-video-icon i {
        color: #fff;
        font-size: 25px;
        position: absolute;
        background-color: #fff6;
        border-radius: 50%;
        padding: 20px 24px;
        left: 50%;
        top: 90%;
        cursor: pointer;
        transition: .5s
    }

    .blog-body .left-tag a,
    .blog-body .right-section .right-tag a {
        text-decoration: none;
        background-color: #6e798a3e;
        transition: .5s
    }

    .conversation-body-1:hover h5 .heading,
    .cose-p-3-r .course-card .ammount .h3-price {
        color: #1e293b
    }

    .cose-p-3-r .course-card .ammount {
        padding: 20px 20px 1px 10px
    }

    .include {
        margin: 10px 30px;
        border-bottom: 1.5px solid #6e798a2d
    }

    .include-icon {
        display: flex;
        margin: 20px 0
    }

    .include-icon h5,
    .instructor-1 .instructor-about .pro-heading .name p,
    .instructor-1 .instructor-about .rating p {
        font-size: 14px;
        font-weight: 500
    }

    .include-icon i {
        color: #754ffe;
        font-size: 20px;
        margin-right: 12px
    }

    .include-icon img {
        height: 20;
        width: 18px;
        margin-right: 12px
    }

    .feature-time h6 {
        font-size: 14px;
        font-weight: 500;
        margin-top: 18px
    }

    .error-body {
        padding: 100px 0
    }

    .about-us h1,
    .cart-page .cart-table .cart-heading-text h3,
    .contact-page .contact-heading h3,
    .error-body h1 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .error-body p {
        line-height: 1.7;
        margin-bottom: 30px
    }

    .error-body-text {
        margin-top: 150px
    }

    .error-body-text a {
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px
    }

    .course-category .webdesign ul,
    .pl-20 {
        padding-left: 20px
    }

    .blog-body,
    .instructor-1 {
        padding-top: 50px
    }

    .blog-body .top .profile-img img {
        height: 28px;
        width: 28px;
        margin: 0 12px 12px 0;
        border-radius: 50%
    }

    .blog-body .profile-img {
        display: flex;
        margin: 16px 0 30px
    }

    .blog-body .top .profile-img a h6 {
        font-size: 14px;
        font-weight: 600;
        color: var(--color-1);
        margin: 4px 20px 12px 0
    }

    .blog-body .top .profile-img p {
        font-size: 14px;
        margin: 2px 20px 12px 0
    }

    .blog-body .top img {
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }

    .blog-body .top h3 {
        font-size: 32px;
        font-weight: 700
    }

    .blog-body .top h4 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.9;
        letter-spacing: 1.5px
    }

    .blog-body .left-tag h3,
    .blog-body .right-section h4 {
        font-weight: 700;
        font-size: 20px
    }

    .blog-body .top p {
        font-size: 15px;
        line-height: 1.9;
        letter-spacing: 1
    }

    .blog-body .top ul li a {
        text-decoration: none;
        color: var(--primary-color-2)
    }

    .blog-body .top ul li {
        position: relative;
        margin: 20px 10px;
        list-style-type: none
    }

    .blog-body .top ul li::before {
        content: "";
        position: absolute;
        width: 1.5px;
        height: 43px;
        background-color: var(--color-15);
        left: -14px;
        top: 8px
    }

    .blog-body .top ul li::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--color-4);
        left: -18px;
        top: 6px
    }

    .blog-body .top {
        border-bottom: 1.5px solid #1e293b2a;
        margin-bottom: 30px;
        padding-bottom: 50px
    }

    .blog-body .instructor-student-feed-back .comment-student-feed-back-text,
    .blog-body .left-tag {
        border-bottom: 1.5px solid #1e293b2a;
        padding-bottom: 30px
    }

    .blog-body .left-tag h3 {
        color: var(--color-1);
        font-family: Poppins, sans-serif;
        margin: 8px 0
    }

    .blog-body .left-tag a {
        color: var(--color-14);
        margin: 0 16px;
        padding: 8px 18px;
        border-radius: 5px;
        display: ruby
    }

    .blog-body .left-tag {
        margin-bottom: 30px;
        display: flex
    }

    .reply img {
        width: 52px;
        height: 52px;
        border-radius: 50%
    }

    .reply {
        margin-left: 50px;
        margin-top: 25px
    }

    .comment #phone {
        padding: 14px 30px;
        border-radius: 9px;
        width: 100%;
        transition: .5s;
        margin-top: 22px
    }

    .comment #phone:hover {
        border-color: #754ffe
    }

    .comment .checkbox,
    .h-2-clients-review-carousel .h-2-carousel-parrent {
        display: flex;
        margin-bottom: 30px
    }

    .comment .checkbox p {
        margin: 10px
    }

    .search {
        margin-top: 120px
    }

    .search .search-bar {
        position: relative;
        margin-bottom: 50px;
        margin-top: 30px
    }

    .search .search-bar i {
        position: absolute;
        left: 11px;
        top: 15px;
        color: #6e798a6e;
        font-size: 20px;
        cursor: pointer
    }

    .search .form-control {
        border: 1.5px solid #6e798a3d;
        padding: 12px 40px;
        border-radius: 9px;
        font-size: 14px;
        font-weight: 400;
        color: #6e798a;
        width: 100%
    }

    .blog-body .right-section .title h4 {
        position: relative;
        display: inline-block
    }

    .blog-body .right-section .title h4:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #000;
        bottom: -13px;
        left: 0
    }

    .blog-body .right-section .title {
        border-bottom: 1.5px solid #1e293b2a;
        padding-bottom: 11px
    }

    .blog-body .right-section .categories ul li {
        list-style-type: none;
        padding: 20px 0 0
    }

    .blog-body .right-section .categories ul li a {
        text-decoration: none;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 400;
        position: relative;
        transition: .5s
    }

    .blog-body .right-section .categories ul li a::after {
        content: "";
        width: 1.5px;
        height: 100%;
        position: absolute;
        background-color: var(--color-4);
        left: 0;
        opacity: 0;
        transition: .5s
    }

    .blog-body .right-section .categories ul li a:hover {
        padding-left: 15px;
        color: var(--color-4);
        font-weight: 600
    }

    .blog-body .right-section .categories ul li a:hover:after,
    .h-2-instructor .h-2-instructor-full:hover .h-2-instructor-image .icon {
        opacity: 1
    }

    .blog-body .right-section .post img {
        height: auto;
        width: 100%;
        margin-bottom: 20px
    }

    .blog-body .right-section .post a,
    .cart-page .cart-table a,
    .conversation-text .conversation-msg-full .parrent .child-name a,
    .conversation-text .conversation-msg-full .parrent .parrent-text a,
    .h-3-bannar-card .h3-banner-card-1-text a,
    .profile .profile-parrent .profile-child a,
    .purchase-body h3 a,
    .sing-up-right .social-media a {
        text-decoration: none;
        color: var(--color-1)
    }

    .blog-body .right-section .post h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .blog-body .right-section .post p i {
        margin-right: 10px;
        color: var(--primary-color-2)
    }

    .blog-body .right-section .post {
        margin-top: 25px;
        margin-bottom: 25px;
        border-bottom: 1.5px solid #1e293b2a
    }

    .blog-body .right-section .right-tag a {
        color: var(--color-14);
        margin: 0 12px 15px 0;
        padding: 8px 18px;
        border-radius: 5px;
        display: inline-block
    }

    .sing-up-right .log-in .btn a,
    .sing-up-right .resend-code .btn a {
        color: var(--color-9);
        text-decoration: none
    }

    .sing-up-right .another h5::after,
    .sing-up-right .another h5::before {
        width: 45%;
        height: 1.5px;
        background-color: #6e798a72;
        top: 50%;
        position: absolute;
        content: ""
    }

    .blog-body .right-section .right-tag {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
        margin-bottom: 52px
    }

    .sing-up-right h3 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 16px
    }

    .sing-up-right p {
        margin-bottom: 51px;
        word-spacing: 1.5px
    }

    .about-us h4,
    .sing-up-right h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px
    }

    .privacy-policy-text-2 p,
    .sing-up-right .name {
        margin-bottom: 30px
    }

    .sing-up-right .form-control {
        padding: 14px 0 13px 48px;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 400;
        color: #6e798a;
        width: 100%;
        border: none;
        background-color: #6e798a1c
    }

    .sing-up-right i {
        position: absolute;
        left: 18px;
        top: 34%;
        color: #6e798aae
    }

    .sing-up-right .eye-icon i {
        position: absolute;
        left: 93%;
        top: 25%;
        color: #6e798aae
    }

    .sing-up-right .log-in .btn {
        border: 1.5px solid #6e798a45;
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
        background-color: #2C80FA;
        padding: 12px 30px;
        color: var(color-9);
        margin-bottom: 30px
    }

    .sing-up-right .log-in .btn a {
        font-size: 16px;
        font-weight: 600
    }

    .sing-up-right .another p {
        letter-spacing: 1.5px;
        margin-bottom: 30px
    }

    .sing-up-right .another h5::after {
        left: 0
    }

    .sing-up-right .another h5::before {
        right: 0
    }

    .sing-up-right .social-media img {
        height: 23px;
        width: 23px;
        margin-right: 10px
    }

    .sing-up-right .social-media .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
        padding: 11px 20px;
        background-color: var(--color-4)
    }

    .sing-up-right .social-media .btn:hover {
        background-color: var(--bg-white-2);
        border-color: #6e798a45
    }

    .forget-pass {
        margin-top: 100px
    }

    .sing-up-right .resend-code .form-control {
        padding: 0;
        border-radius: 0;
        font-size: 30px;
        font-weight: 400;
        color: var(--color-1);
        width: 44px;
        border: none;
        border-bottom: 2px solid var(--color-4);
        background-color: transparent;
        display: inline;
        margin: 0 21px 8px 2px
    }

    .sing-up-right .resend-code .btn {
        border: 1.5px solid #6e798a45;
        margin-top: 0;
        margin-left: 0;
        background-color: var(--color-4);
        margin-bottom: 30px;
        padding: 12px 14px
    }

    .course-play-right .course-play-video img,
    .h-3-blog-card-full-body .h-3-blog-card-body img,
    .instructor-1 .instructor-video img {
        width: 100%;
        height: auto;
        border-radius: 10px
    }

    .instructor-1 .instructor-video {
        position: relative;
        margin-bottom: 30px
    }

    .instructor-1 .instructor-video .card-video-icon i {
        color: #fff;
        position: absolute;
        top: 41%;
        left: 50%;
        background-color: #17102360;
        padding: 14px 16px 16px 19px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 24px
    }

    .instructor-1 .instructor-about img {
        width: 74px;
        height: 74px;
        border-radius: 50%
    }

    .instructor-1 .instructor-about {
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        background-color: var(--bg-white-2);
        padding: 39px 30px;
        border-radius: 10px;
        margin-bottom: 120px
    }

    .instructor-1 .instructor-about .pro-heading .name h4,
    .sReview-author .name {
        font-size: 18px;
        font-weight: 700;
        color: var(--color-1)
    }

    .instructor-1 .instructor-about .pro-heading .name a {
        text-decoration: none;
        color: var(--color-4)
    }

    .instructor-1 .instructor-about .pro-heading .name {
        margin: 13px 24px
    }

    .conversation h5,
    .instructor-1 .instructor-about .rating h4 {
        font-size: 18px;
        font-weight: 700
    }

    .instructor-1 .instructor-about .rating {
        margin: 13px 0 0;
        float: right
    }

    .instructor-1 .instructor-about .rating .rating-point i {
        color: #f9b23a;
        font-size: 14px;
        margin: 3px 7px 0
    }

    .conversation-body-border,
    .instructor-1 .instructor-about .instructor-about-heading {
        border-bottom: 1.5px solid #1e293b2a
    }

    .h-2-banner .h-2-banner-text p,
    .instructor-1 .instructor-about .about-text {
        margin-top: 30px;
        margin-bottom: 50px
    }

    .course-play-right .digital h3,
    .instructor-1 .instructor-about .about-text h3,
    .instructor-1 .instructor-about .skill h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .instructor-1 .instructor-about .about-text p,
    .instructor-1 .instructor-about .skill p {
        line-height: 1.9;
        word-spacing: 2.5px;
        font-size: 15px
    }

    .instructor-1 .instructor-about .about-text ul li a {
        text-decoration: none;
        color: var(--color-1);
        background-color: #6e798a24;
        margin: 0 16px 14px 0;
        padding: 8px 18px;
        border-radius: 7px;
        transition: .5s;
        display: inline-block
    }

    .instructor-1 .instructor-about .about-text ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        margin-top: 28px;
        flex-wrap: wrap
    }

    .instructor-1 .instructor-about .skill .skill-point {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .instructor-1 .instructor-about .skill .skill-point .skill-point-1 {
        margin: 0 66px 0 1px;
        text-align: center;
        position: relative
    }

    .instructor-1 .instructor-about .skill .skill-point .skill-point-1 h1,
    .sTutor-about .item h4 {
        font-size: 54px;
        font-weight: 700;
        color: var(--color-4)
    }

    .instructor-1 .instructor-about .skill .skill-point .skill-point-1 h4 {
        font-size: 15px;
        font-weight: 600;
        color: var(--color-1)
    }

    .instructor-1 .instructor-about .skill .skill-point .skill-point-1::after {
        content: "";
        position: absolute;
        background-color: #6e798A38;
        height: 50px;
        width: 1.5px;
        left: -35px;
        top: 14px
    }

    .instructon-contact .instructon-icon {
        display: flex;
        margin: 22px 17px 0;
        border-bottom: 1.5px solid #6e798a27
    }

    .instructon-contact .instructon-icon i {
        color: var(--color-4);
        font-size: 27px;
        margin: 8px 30px 12px 17px
    }

    .instructon-contact .instructon-icon h4 {
        font-size: 14px;
        font-weight: 700
    }

    .instructon-contact {
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        border-radius: 10px;
        padding: 11px 0 19px;
        background-color: var(--bg-white-2)
    }

    .instructor-right .instructor-msg a {
        text-decoration: none;
        color: #fff
    }

    .instructor-right .instructor-msg a i {
        margin-right: 10px
    }

    .instructor-right .instructor-msg .btn {
        background-color: var(--color-4);
        width: 100%;
        margin-top: 30px;
        margin-left: 0
    }

    .instructor-right .instructor-msg .btn:hover,
    .price-card-full-body:hover,
    .price-card-full-body:hover .ammount {
        border-color: var(--color-4)
    }

    .instructor-right .instructor-msg .btn-primary {
        padding: 14px 0
    }

    .wish-list-body .wish-list-search {
        position: relative;
        margin-top: 50px;
        background-color: var(--bg-white-2);
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 30px 18px;
        border-radius: 7px;
        border: 1px solid #1e293b2a
    }

    .course-play-tab .course-search .search-btn i,
    .wish-list-body .wish-list-search .search-btn i {
        position: absolute;
        left: 15px;
        top: 14px;
        color: #6e798a6e;
        font-size: 20px;
        cursor: pointer
    }

    .wish-list-body .wish-list-search h5 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 23px
    }

    .wish-list-body .wish-list-search .form-control {
        padding: 14px 0 13px 48px;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 400;
        color: var(--color-1);
        width: 100%;
        border: none;
        background-color: #6e798a1c;
        margin-bottom: 34px
    }

    .wish-list-course .my-cosre {
        display: flex;
        border-radius: 7px;
        background-color: var(--bg-white-2);
        transition: .5s;
        padding: 10px 0 10px 20px;
        margin-top: 5px
    }

    .wish-list-course .my-cosre a {
        text-decoration: none;
        color: var(--color-1);
        font-size: 14px;
        font-weight: 600;
        margin-left: 18px
    }

    .wish-list-course .my-cosre i {
        color: #6e798a;
        font-size: 17px
    }

    .message .conversation .form-control {
        padding: 9px 0 11px 38px;
        border-radius: 11px;
        font-size: 13px;
        font-weight: 400;
        color: var(--color-1);
        width: 100%;
        border: none;
        background-color: #6e798a1c;
        margin-bottom: 30px;
        margin-top: 22px
    }

    .message .conversation .search-btn i {
        position: absolute;
        left: 14px;
        top: 11px;
        color: #6e798a6e;
        font-size: 16px;
        cursor: pointer
    }

    .message .conversation .conversation-1 img {
        height: 38px;
        width: 38px
    }

    .message .conversation .conversation-1 .conversation-img {
        position: relative;
        margin-top: 5px
    }

    .message .conversation .conversation-1 .conversation-img p {
        position: absolute;
        color: #fff;
        background-color: #f25c88;
        border-radius: 50%;
        padding: 1px 5px;
        font-size: 8px;
        top: -10px;
        right: -1px
    }

    .message .conversation .conversation-1 a {
        text-decoration: none;
        color: var(--color-4);
        font-size: 13px;
        font-weight: 700;
        transition: .5s
    }

    .message .conversation .conversation-1 h5 {
        margin-bottom: 5px
    }

    .message .conversation .conversation-1 h6 {
        color: var(--color-1);
        font-weight: 400;
        font-size: 11px;
        margin-bottom: 0
    }

    .message .conversation .conversation-1 p {
        font-size: 10px;
        margin-top: 7px
    }

    .conversation-body-1 {
        padding: 7px;
        transition: .5s;
        border-radius: 10px;
        margin: 7px;
        cursor: pointer
    }

    .conversation-fulllll-body,
    .purchase-body {
        background-color: var(--bg-white-2);
        margin-bottom: 120px
    }

    .conversation-body-1-text {
        display: flex;
        margin-top: 15px
    }

    .conversation-body-1-text i {
        color: #6e798a;
        font-size: 12px;
        margin: 5px
    }

    .conversation-body-1:hover {
        background-color: #6e798a1a
    }

    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    .child-icon .btn,
     :not(.btn-check)+.btn:active {
        background-color: transparent
    }

    .conversation-text .conversation-msg-full .child-img .parrent-image {
        height: 43.7px;
        width: 43.7px
    }

    .conversation-text .conversation-msg-full .parrent {
        display: flex;
        margin-left: 20px
    }

    .conversation-text .conversation-msg-full .parrent .parrent-text h5 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2px
    }

    .conversation-text .conversation-msg-full .parrent .parrent-text p,
    .payment-imformation-card .cradit-card .text p,
    .profile .profile-parrent .profile-child p {
        font-size: 12px;
        font-weight: 400
    }

    .conversation-msg-full .parrent .child-img img {
        height: 30px;
        width: 30px
    }

    .conversation-text .conversation-msg-full .parrent .child-name h5 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 2px
    }

    .conversation-text .conversation-msg-full .parrent .child-name p {
        font-size: 12px;
        margin-left: 16px
    }

    .conversation-text .conversation-msg-full .parrent .child-text .child-description p {
        font-size: 12px;
        font-weight: 400;
        margin-right: 10px;
        margin-bottom: 20px
    }

    .conversation-fulllll-body {
        padding: 0 0 9px 18px;
        position: relative;
        margin-top: 50px;
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        border-radius: 7px;
        border: 1px solid #1e293b2a
    }

    .child-icon a {
        color: #6e798a87;
        margin-right: 30px
    }

    .child-icon .btn i {
        margin-top: 30px;
        color: #6e798a87
    }

    .child-icon .btn:hover {
        color: none;
        border-color: none;
        transform: translateY(0)
    }

    .child-icon .btn {
        border: none;
        transition: transform
    }

    .child-icon .btn:focus-visible {
        color: var(--bs-btn-hover-color);
        background-color: transparent;
        border-color: transparent;
        outline: 0;
        box-shadow: none
    }

    .btn.active:focus-visible,
    .btn.show:focus-visible,
    .btn:first-child:active:focus-visible,
    .child-icon .btn-check:checked+.btn:focus-visible,
     :not(.btn-check)+.btn:active:focus-visible {
        box-shadow: none;
        background-color: #fff
    }

    .cart-total,
    .course-play-body .course-play-left-body,
    .payment-imformation-card,
    .price-card-full-body,
    .profile-ful-body,
    .purchase-body {
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        box-sizing: border-box
    }

    .child-icon .dropdown-menu,
    .dropdown-item.active,
    .dropdown-item:active {
        background-color: #fff
    }

    .child-icon .dropdown .dropdown-item {
        color: #1e293b;
        font-weight: 500;
        font-size: 14px
    }

    .conversation-msg-full {
        margin-top: 20px;
        border-bottom: 1.5px solid #6e798a2e;
        margin-left: -12px
    }

    .purchase-1,
    .table-head,
    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-bottom: 1.5px solid #6e798a23
    }

    .c-border {
        border-left: 1.5px solid #6e798a2e
    }

    .conversation-text-2 {
        height: 465px
    }

    .conversation-sending {
        margin-right: 15px;
        position: relative
    }

    .conversation-sending .form-control {
        padding: 21px 0 19px 20px;
        border-radius: 11px;
        font-size: 13px;
        font-weight: 400;
        color: var(--color-1);
        width: 100%;
        border: none;
        background-color: #6e798a1c;
        margin-bottom: 30px;
        margin-top: 22px
    }

    .conversation-sending .sending {
        background-color: var(--color-4);
        color: var(--color-9);
        padding: 9px 19px;
        position: absolute;
        top: 8px;
        right: 15px
    }

    .conversation-sending .sending a {
        color: var(--color-9);
        text-decoration: none
    }

    .conversation-sending .search-btn {
        position: absolute;
        top: 17px;
        right: 110px
    }

    .conversation-sending .search-btn img {
        height: 20px;
        width: 9px;
        cursor: pointer
    }

    .conversation-body-scroll-bar {
        height: 480px;
        width: 100%;
        overflow: auto;
        scrollbar-color: #6e798a2a
    }

    .purchase-body h5 {
        font-size: 13px;
        font-weight: 500;
        margin-top: 29px;
        color: var(--color-1)
    }

    .purchase-body h6 {
        color: var(--color-1);
        font-size: 13px;
        font-weight: 500
    }

    .purchase-body h4 {
        color: var(--color-1);
        font-size: 14px;
        font-weight: 600;
        margin-top: 27px
    }

    .purchase-body h3 {
        margin-left: 16px;
        word-spacing: 2px;
        line-height: 1.7;
        margin-top: 10px
    }

    .purchase-body h3 a p {
        color: var(--color-1);
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0
    }

    .purchase-body img {
        height: 73px;
        width: 88px;
        border-radius: 10px
    }

    .purchase-body {
        padding: 22px 20px 0;
        border-radius: 10px;
        margin-top: 50px;
        height: auto;
        overflow: auto;
        white-space: nowrap
    }

    .purchase-1 {
        padding-bottom: 18px;
        margin-bottom: 18px
    }

    .purchase-2-img {
        display: flex;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .purchase-btn a {
        text-decoration: none;
        color: #6e798a;
        font-size: 12px;
        font-weight: 500
    }

    .purchase-btn {
        background-color: #fff;
        border-radius: 5px;
        border: 1.5px solid #6e798a;
        padding: 8px 18px;
        transition: .5s;
        margin: 15px auto auto;
        text-align: center;
        display: flex
    }

    .purchase-btn:hover {
        background-color: #754ffe;
        color: #fff;
        border-color: #754ffe
    }

    .course-play-body .course-play-left-body .video a i,
    .h-3-top-categories .category-product .active i,
    .h-3-top-categories .category-product .category-product-body:hover i,
    .purchase-btn:hover a,
    .world-class .world-class-content .world-cls-card {
        color: #fff
    }

    .input-group-text,
    .profile-font .input-group .form-select {
        color: #6e798a;
        font-weight: 400;
        font-size: 13px;
        background-color: var(--bg-white-2)
    }

    .purchase-2:first-child {
        border-top: none
    }

    .table>:not(caption)>*>* {
        padding: .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 0;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        width: 70px
    }

    .profile .profile-bg img {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0
    }

    .about-us .about-us-btn,
    .profile .profile-bg,
    .trams-condition-text {
        margin-top: 50px
    }

    .profile .profile-parrent img {
        height: 118px;
        width: 118px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -45px
    }

    .profile .profile-parrent {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .profile .profile-parrent .profile-child h5 {
        font-size: 18px;
        font-weight: 600;
        color: var(--color-1)
    }

    .faq .faq-accrodion,
    .profile .profile-parrent .profile-child .child-text {
        margin-left: 20px
    }

    .profile .profile-parrent .profile-child-btn a {
        border: 1.5px solid #1e293b35;
        padding: 9px 16px;
        border-radius: 7px;
        text-decoration: none;
        color: var(--color-1);
        font-size: 12px;
        background-color: var(--bg-white);
        transition: .5s;
        margin-left: 10px
    }

    .invoice-right-total h5,
    .price-card-heading,
    .profile .profile-parrent .profile-child-btn {
        margin-top: 10px
    }

    .profile-input {
        display: flex;
        margin-right: 74px
    }

    .profile-input .form-control {
        border-radius: 10px;
        border: 1.5px solid #6e798a49;
        font-size: 13px;
        padding: 12px 20px;
        background-color: var(--bg-white-2);
        color: var(--color-1)
    }

    .profile-input-1 {
        display: flex;
        justify-content: space-between;
        border-bottom: 1.5px solid #6e798a22;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .profile-input-3 {
        margin-left: 5px;
        position: relative;
        margin-right: 74px
    }

    .input-group-text {
        display: flex;
        align-items: center;
        padding: 13px 20px;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        border: 1.5px solid #6e798a49;
        border-radius: 10px 0 0 10px;
        border-right: 0
    }

    .profile-font .input-group .form-select {
        border: 1.5px solid #6e798a41;
        border-radius: 13px;
        width: 236px;
        padding: 11px 21px;
        cursor: pointer
    }

    .profile-input-5 p {
        font-size: 11px;
        margin-top: 5px;
        font-weight: 500;
        color: var(--color-1)
    }

    .profile-font-icon {
        margin-left: 15px;
        margin-top: 10px
    }

    .profile-font-icon i {
        font-size: 14px;
        color: #6e798acb;
        margin-right: 12px
    }

    .profile-bio .form-control {
        border: 1.5px solid #6e798a41;
        border-radius: 13px;
        font-size: 13px;
        font-weight: 400;
        color: var(--color-1);
        background-color: var(--bg-white-2);
        height: 200px;
        padding: 12px 20px;
        resize: none
    }

    .profile-bio {
        margin-top: 16px
    }

    .profile-input-4 .form-control {
        margin-left: 0;
        border-radius: 10px;
        border: 1.5px solid #6e798a49;
        font-size: 13px;
        padding: 12px 20px
    }

    .profile-ful-body {
        background-color: var(--bg-white-2);
        padding: 18px 29px;
        border-radius: 0 0 7px 7px;
        margin-bottom: 120px
    }

    .profile-input-6 {
        margin-right: 0
    }

    .faq {
        padding: 80px 0 30px;
        background-color: var(--bg-white)
    }

    .faq .faq-img img {
        width: 100%;
        height: 510px;
        border-radius: 5px;
        object-fit: cover
    }

    .faq .accordion {
        --bs-accordion-bg: var(--bg-white);
        --bs-accordion-color: var(--color-1)
    }

    .faq .faq-accrodion .faq-acc-heading h4 {
        font-size: 18px;
        font-weight: 500;
        color: #754ffe;
        margin-bottom: 16px
    }

    .faq .faq-accrodion .faq-acc-heading h1 {
        font-size: 40px;
        font-weight: 700
    }

    .faq-accrodion .accordion .accordion-button {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 10px;
        padding-left: 0
    }

    .antry-acordion .accordion {
        --bs-accordion-bg: var(--bg-white) !important
    }

    .course-left-side .accordion-button {
        color: var(--color-3)
    }
    /* .faq-accrodion .accordion .accordion-button:not(.collapsed) {
    color: var(--color-1);
    background-color: var(--bg-white) !important;
    box-shadow: none
} */

    .faq-accrodion .accordion .accordion-item {
        color: var(--bs-accordion-color);
        background-color: var(--bs-accordion-bg);
        border: none;
        border-bottom: 1.5px solid #1e293b2a
    }

    .faq-accrodion {
        margin-bottom: 100px
    }

    .price-card {
        padding-bottom: 100px
    }

    .price-card-full-body {
        background-color: var(--bg-white-2);
        padding: 18px 29px;
        border-radius: 7px;
        border: 1.5px solid var(--color-9);
        transition: .5s
    }

    .cart-page,
    .contact-page {
        background-color: var(--bg-white)
    }

    .price-icon img {
        height: 13px;
        width: 16px;
        margin-right: 8px;
        margin-top: 4px
    }

    .price-icon {
        display: flex;
        margin-bottom: 20px
    }

    .price-card .price-card-full-body .price-card-heading a {
        text-decoration: none;
        color: var(--color-1);
        background-color: #6e798a35;
        border-radius: 20px;
        transition: .5s;
        padding: 10px 30px;
        font-size: 14px;
        font-weight: 600
    }

    .cart-total .cart-total-btn a,
    .form-section .form-btn a,
    .price-card .price-card-full-body .price-btn a {
        background-color: var(--color-4);
        text-decoration: none
    }

    .price-card .price-card-full-body .price-card-heading h6 {
        font-size: 15px;
        font-weight: 400;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .price-card .price-card-full-body .ammount {
        border: 1.5px solid #6e798a3a;
        border-radius: 7px;
        display: flex;
        padding: 10px 0 7px 32px;
        margin-bottom: 20px;
        transition: .5s
    }

    .price-card .price-card-full-body .ammount h5 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 4px;
        transition: .5s
    }

    .price-card .price-card-full-body .ammount h1 {
        font-size: 48px;
        font-weight: 600;
        transition: .5s
    }

    .price-card .price-card-full-body .ammount h6 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 25px;
        margin-left: 7px;
        transition: .5s
    }

    .price-icon h6 {
        font-size: 16px;
        font-weight: 400
    }

    .price-card .price-card-full-body .price-btn a {
        color: #fff;
        padding: 14px 54px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600
    }

    .price-card .price-card-full-body .price-btn {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .contact-page {
        padding: 50px 100px
    }

    .contact-page .contact-image img {
        height: auto;
        width: 100%;
        border-radius: 10px
    }

    .contact-page .contact-image {
        margin-bottom: 30px;
        position: relative;
        z-index: 1
    }

    .contact-page .contact-image::after {
        content: "";
        position: absolute;
        background-color: #dbe1fe;
        height: 148px;
        width: 148px;
        top: -15px;
        left: -15px;
        z-index: -1;
        border-radius: 10px
    }

    .contact-page .office-hour .office-hour-text h4,
    .course-play-tab .course-nav-datase h4,
    .course-play-tab .course-text h4,
    .invoice-no h6,
    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading h3 {
        font-size: 15px;
        font-weight: 600
    }

    .contact-page .office-hour p {
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 400
    }

    .contact-page .office-hour p:last-child {
        margin-bottom: 32px
    }

    .contact-page .office-hour .icon i {
        color: var(--color-4);
        margin-right: 20px;
        font-size: 16px
    }

    .form-section .form-control {
        display: block;
        width: 100%;
        padding: 15px 26px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--color-1);
        background-color: var(--bg-white-2);
        background-clip: padding-box;
        border: 1.5px solid #6e798A30;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 5px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        resize: none;
        margin-bottom: 30px
    }

    .form-section #exampleFormControlInput1:focus-visible {
        border-color: #754ffe
    }

    .cart-page .cart-table .table th,
    .cart-page .cart-table .table tr,
    .cart-total .sub-total,
    .check-out-contact .email {
        border-bottom: 1.5px solid #6e798a39
    }

    .form-section .comment .form-control {
        height: 211px
    }

    .form-section .cheack-box .form-check-input {
        padding: 10px;
        margin-right: 10px;
        border: 1.5px solid #6e798a4f
    }

    .form-section .cheack-box p {
        margin-top: 4px
    }

    .form-section .form-btn a {
        color: var(--color-9);
        padding: 14px 35px;
        border-radius: 7px;
        font-size: 15px;
        font-weight: 600
    }

    .form-section .form-btn {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .cart-page {
        padding: 50px 0 70px
    }

    .cart-page .cart-table .cart-table-image img {
        height: 73px;
        width: 88;
        border-radius: 10px;
        margin-right: 16px
    }

    .cart-page .cart-table .cart-table-image i {
        color: var(--color-16);
        margin-right: 28px;
        margin-top: 30px
    }

    .cart-page .cart-table h5 {
        font-size: 15px;
        font-weight: 600;
        margin-top: 14px;
        color: var(--color-1)
    }

    .cart-page .cart-table .table th p {
        font-size: 14px;
        font-weight: 500;
        color: var(--color-1)
    }

    .cart-page .cart-table .table tr {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .cart-page .cart-table .table td {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .cart-total h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 22px
    }

    .cart-total {
        background-color: var(--bg-white-2);
        padding: 18px 23px;
        border-radius: 7px;
        margin-top: 80px
    }

    .cart-total .sub-total {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 15px
    }

    .check-out-contact .form-control,
    .check-out-contact .form-select {
        padding: 15px 26px;
        font-size: 1rem;
        background-color: var(--bg-white-2);
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 1.5;
        background-clip: padding-box;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        resize: none;
        width: 100%
    }

    .cart-total .tax {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .cart-total h6 {
        font-size: 14px;
        font-weight: 600
    }

    .cart-total p {
        font-size: 12px;
        margin-top: 10px;
        font-weight: 400
    }

    .cart-total .cart-total-btn a {
        color: var(--color-9);
        border-radius: 10px;
        padding: 14px 37px;
        font-size: 14px;
        font-weight: 500;
        display: block;
        text-align: center
    }

    .cart-total .cart-total-btn {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .cart-scroll-bar {
        height: auto;
        overflow: auto;
        white-space: nowrap
    }

    .check-out-heading h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 50px;
        margin-top: 50px
    }

    .check-out-contact .email {
        margin-bottom: 30px
    }

    .check-out-contact h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .check-out-contact h6 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px
    }

    .check-out-contact .form-control {
        display: block;
        font-weight: 400;
        color: var(--color-1);
        border: 1.5px solid #6e798A30;
        appearance: none;
        border-radius: 15px;
        margin-bottom: 30px
    }

    .check-out-contact .form-select {
        display: block;
        font-weight: 400;
        border: 1.5px solid #6e798A30;
        appearance: none;
        border-radius: 15px;
        margin-bottom: 30px
    }

    .check-out-contact .form-select::placeholder {
        color: var(--color-1)
    }

    .shiping-information {
        border-bottom: 1.5px solid #6e798a55;
        margin-bottom: 30px
    }

    .check-out-contact #exampleFormControlInput1:focus-visible {
        border-color: var(--color-4)
    }

    .check-out-contact .form-select:focus-visible {
        border-color: var(--color-4)
    }

    .payment-imformation-card .form-check-input:checked {
        background-color: var(--color-4);
        border-color: var(--color-4);
        padding: 12px;
        border-radius: 50%
    }

    .payment-imformation-card .form-check-input[type=checkbox] {
        border-radius: 50%;
        padding: 12px;
        border-color: #6e798a55
    }

    .payment-imformation-card .cradit-card {
        display: flex;
        margin-bottom: 15px
    }

    .payment-imformation-card .cradit-card .text {
        margin-left: 16px
    }

    .payment-imformation-card .cradit-card .text h5 {
        font-size: 15px;
        font-weight: 700
    }

    .payment-imformation-card {
        background-color: var(--bg-white-2);
        padding: 18px 29px;
        border-radius: 7px;
        border: 1.5px solid var(-- --hover-color-2);
        transition: .5s;
        margin-bottom: 30px
    }

    .about-us,
    .check-out-contact,
    .invoice {
        background-color: var(--bg-white)
    }

    .payment-imformation-card:hover {
        border-color: var(--color-4)
    }

    .check-out-contact .date-control .form-control {
        display: block;
        width: 100%;
        padding: 15px 7px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--color-1);
        background-color: var(--bg-white-2);
        background-clip: padding-box;
        border: 1.5px solid #6e798A30;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 15px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        resize: none;
        margin-bottom: 30px
    }

    .check-out-contact #exampleFormControlInput2:focus-visible {
        border-color: var(--color-4)
    }

    .paypal {
        padding-bottom: 7px;
        padding-top: 20px
    }

    .check-out-cart,
    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading .child-icon i {
        margin-top: 0
    }

    .check-out-contact {
        padding-bottom: 120px
    }

    .invoice {
        padding: 50px 0 80px
    }

    .invoice h3 {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 20px
    }

    .invoice .invioce-logo img {
        height: 61px;
        width: 191px;
        float: inline-end
    }

    .invoice-no .invoice-color {
        color: var(--color-4);
        margin-right: 6px
    }

    .invoice-heading {
        border-bottom: 1.5px solid #6e798a4c;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .invoice-bill p {
        font-weight: 500;
        margin-bottom: 20px
    }

    .invoice-bill .invoice-total h2 {
        font-size: 30px;
        font-weight: 600;
        color: var(--color-4)
    }

    .invoice-bill h6 {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 12px
    }

    .invoice-bill {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 25px
    }

    .invoice-bill::after {
        content: '';
        position: absolute;
        background-color: var(--color-4);
        height: 4px;
        width: 100%;
        bottom: 0;
        border-radius: 7px
    }

    .invoice-dec h6 {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-4)
    }

    .invoice-dec p {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-1);
        padding-top: 10px
    }

    .invoice-dec .table>:not(caption)>*>* {
        width: 50px;
        padding-left: 0
    }

    .invoice-dec .print-btn a {
        text-decoration: none;
        color: var(--color-9);
        background-color: var(--color-4);
        padding: 11px 33px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        display: inline-block
    }

    .invoice-bill--scroll-bar {
        height: auto;
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 50px
    }

    .invoice-dec .table td,
    .invoice-dec .table th {
        white-space: normal
    }

    .invoice-2 .invioce-logo img {
        float: left
    }

    .invoice-2 .invoice-heading {
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .invoice-2 .invoice-bill h6 {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-1);
        margin-bottom: 16px
    }

    .invoice-2 .invoice-bill h2 {
        font-size: 20px;
        font-weight: 600;
        color: var(--color-1);
        margin-bottom: 12px;
        text-transform: uppercase
    }

    .invoice-2 .invoice-bill h5 {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-1);
        margin-bottom: 12px
    }

    .compare-table .table td p,
    .invoice-2 .invoice-bill p {
        font-size: 14px;
        font-weight: 400
    }

    .invoice-2 .invoice-bill h2 span,
    .s_Sidebar_checkbox_one input:checked~label {
        color: var(--color-4)
    }

    .invoice-2 .invoice-total {
        float: inline-end;
        margin-top: 20px
    }

    .invoice-2 .invoice-total h4 {
        font-size: 15px;
        font-weight: 600;
        text-align: right;
        margin-bottom: 16px
    }

    .invoice-2 .invoice-total h5 {
        text-indent: 20px;
        margin-right: 10px;
        margin-bottom: 16px
    }

    .invoice-2 .invoice-total p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 11px;
        float: left
    }

    .invoice-2 .invoice-bill::after,
    .sReview-list li::after,
    .sReview-list li::before,
    .sTutor-about .item:first-child:before,
    .s_list_one li:last-child::before,
    .sidebar-arrow:last-child::after {
        display: none
    }

    .invoice-2-table-head h6 {
        color: var(--color-9);
        margin: 15px 16px
    }

    .invoice-2 .invoice-dec p {
        margin: 15px 16px
    }

    .invoice-2 tr:nth-child(2n) {
        background-color: #7070701a;
        border-bottom: none
    }

    .about-us .about-us-btn a,
    .course-play-body .course-play-left-body .body-1 a:hover {
        background-color: #754ffe;
        color: #fff
    }

    .invoice-2-payment h5 {
        font-size: 15px;
        font-weight: 600;
        color: var(--color-4);
        margin-top: 30px;
        margin-bottom: 16px
    }

    .invoice-2-payment a {
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: var(--color-1);
        margin-bottom: 16px
    }

    .invoice-2-payment h4 {
        font-size: 15px;
        font-weight: 400;
        color: #6e798a;
        line-height: 1.7;
        word-spacing: 1.5px
    }

    .invoice-2-note {
        margin-top: 50px;
        margin-bottom: 16px
    }

    .invoice-2-last-total h5 {
        color: var(--color-1);
        text-align: left
    }

    .invoice-2-last-total h4,
    .invoice-2-last-total h5 {
        color: var(--color-1);
        text-align: end;
        font-size: 15px
    }

    .invoice-2-last-total h4 {
        font-weight: 600;
        margin-top: 25px
    }

    .invoice-2-last-total h5 {
        font-weight: 500
    }

    .invoice-2-last-total::after {
        content: '';
        background-color: var(--color-1);
        width: 84%;
        position: absolute;
        height: 1.5px;
        bottom: 0;
        border-radius: 5px;
        right: 0
    }

    .invoice-right-total .invoice-ml {
        margin-left: 50px
    }

    .about-us {
        padding: 50px 0 120px
    }

    .about-us h3 {
        font-size: 16px;
        font-weight: 500;
        color: var(--color-4);
        margin-bottom: 20px
    }

    .about-us p {
        line-height: 1.9;
        word-wrap: 1.5px;
        margin-bottom: 30px
    }

    .about-us h4 img,
    .h-3-about .h-3-about-content ul li a img {
        height: 13px;
        width: 17px;
        margin-right: 16px
    }

    .about-us .about-us-btn a {
        text-decoration: none;
        display: inline-block;
        padding: 14px 34px;
        border-radius: 10px;
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: 600
    }

    .about-us .about-us-right .about-us-right-main-img img {
        height: auto;
        width: 399px;
        display: flex;
        margin: auto;
        z-index: 1
    }

    .about-us .about-us-r-1 img,
    .about-us .about-us-r-2 img {
        height: 172px;
        width: 189px;
        border-radius: 10px 10px 0 0
    }

    .about-us .about-us-r-1 h6,
    .about-us .about-us-r-2 h6 {
        font-size: 10px;
        font-weight: 500
    }

    .about-us .about-us-r-1 p,
    .about-us .about-us-r-2 p {
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 5px
    }

    .about-us .about-us-r-1 {
        position: absolute;
        right: 50px;
        top: 30px;
        z-index: -1
    }

    .about-us .about-us-r-1 .about-us-r-1-text,
    .about-us .about-us-r-2 .about-us-r-1-text {
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 9px 13px;
        border-radius: 0 0 7px 7px;
        width: 189px;
        margin-top: -1px
    }

    .about-us .about-us-r-2 {
        position: absolute;
        left: 0;
        bottom: 89px
    }

    .about-us .about-star-img img {
        width: 26px;
        height: auto
    }

    .about-us .about-star-img .about-star-1 {
        position: absolute;
        top: 35%;
        left: 68px
    }

    .about-us .about-star-img .about-star-2 {
        position: absolute;
        top: 60%;
        right: 46px
    }

    .about-us .about-star-img-2 img {
        width: 10px;
        height: auto
    }

    .about-us .about-star-img-2 .about-star-1 {
        position: absolute;
        bottom: 41px;
        left: 16%
    }

    .about-us .about-star-img-2 .about-star-2 {
        position: absolute;
        bottom: 30%;
        right: 16%
    }

    .about-us .about-star-img-2 .about-star-3 {
        position: absolute;
        top: 50%;
        right: 10%
    }

    .about-us .about-star-img-2 .about-star-4 {
        position: absolute;
        top: 21%;
        left: 14%
    }

    .about-us .about-star-img-2 .about-star-5 {
        position: absolute;
        top: 38%;
        left: 27%
    }

    .about-us-related,
    .course-play-right,
    .privacy-policy-text-3,
    .trams-condition-text-2 {
        margin-bottom: 120px
    }

    .course-play-banner .hello {
        opacity: 0
    }

    .course-play-banner {
        z-index: -1
    }

    .course-play-body {
        z-index: 1;
        margin-top: -144px
    }

    .course-play-body .course-play-left-body .body-1 li {
        list-style-type: none;
        display: flex
    }

    .course-play-body .course-play-left-body .body-1 h4 a {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        background-color: #fff !important;
        color: #0d2a3e !important;
        padding: 0
    }

    .course-play-body .course-play-left-body .body-1 h4,
    .mb-20 {
        margin-bottom: 20px
    }

    .course-play-body .course-play-left-body .body-1 p a {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #6e798a;
        background-color: #fff !important;
        padding: 0;
        transition: .5s
    }

    .course-play-body .course-play-left-body .body-1 a {
        margin-right: 16px;
        font-size: 10px;
        background-color: #6e798a40;
        padding: 5px 9px;
        border-radius: 50%;
        color: #6e798a93;
        text-decoration: none;
        height: 26px;
        width: 26px;
        margin-bottom: 20px;
        transition: .5s
    }

    .course-play-body .course-play-left-body .body-1 {
        border-bottom: 1.5px solid #6e798a40;
        margin-bottom: 16px
    }

    .course-play-body .course-play-left-body {
        background-color: #fff;
        padding: 18px 29px;
        border-radius: 7px;
        margin-bottom: 100px
    }

    .antry-compare,
    .compare-card,
    .compare-card .card,
    .compare-table {
        background-color: var(--bg-white)
    }

    .course-play-body .course-play-left-body .video .card-video-icon {
        background-color: #754ffe;
        padding: 3px 9px;
        border-radius: 50%;
        color: #fff;
        height: 26px;
        width: 26px;
        font-size: 14px;
        margin-right: 10px;
        cursor: pointer
    }

    .course-play-body .course-play-left-body .body-1-head a {
        padding: 5px 10px
    }

    .course-play-right .course-play-video .icon .card-video-icon {
        text-decoration: none;
        color: #fff;
        background-color: #ffffff47;
        padding: 20px 27px;
        border-radius: 50%;
        position: absolute;
        top: 41%;
        left: 45%;
        font-size: 22px;
        cursor: pointer
    }

    .course-play-right .review-icon ul {
        display: flex;
        padding-left: 0;
        margin-top: 20px
    }

    .course-play-right .review-icon ul li i {
        color: #f9b23a;
        margin-right: 7px
    }

    .course-play-right .review-icon ul li a {
        text-decoration: none;
        background-color: #f25c8932;
        color: #f25c88;
        padding: 5px 17px;
        border-radius: 5px;
        margin-left: 20px;
        margin-bottom: 26px
    }

    .course-play-right .digital p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 30px;
        word-spacing: 1.5px;
        line-height: 1.9
    }

    .course-play-right .profile img {
        height: 54px;
        width: 54px;
        border-radius: 50%
    }

    .course-play-right .profile {
        display: flex;
        border-bottom: 1.5px solid #6e798a2b;
        margin-bottom: 20px
    }

    .course-play-right .profile .text h4 a {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 8px;
        text-decoration: none;
        color: #1e293b;
        display: block
    }

    .course-play-right .profile .text p {
        font-size: 12px;
        font-weight: 500
    }

    .course-play-right .profile .text {
        margin-left: 20px;
        margin-top: 8px
    }

    .course-play-tab .nav-tabs .nav-link {
        color: #1e293b;
        font-size: 15px;
        font-weight: 600;
        transition: .5s;
        display: block;
        margin-right: 38px;
        padding: 0 0 17px
    }

    .course-play-tab .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: red;
        background-color: var(--bs-nav-tabs-link-active-bg);
        border-color: #fff;
        border-bottom: 1.5px;
        color: #754ffe
    }

    .course-play-tab .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        isolation: none;
        border-color: #fff;
        border-bottom: 1.5px;
        cursor: pointer
    }

    .course-play-tab .nav-tabs {
        border-bottom: 1.5px solid #6e798a35;
        margin-bottom: 31px
    }

    .course-play-tab .course-search .form-control {
        padding: 14px 0 13px 48px;
        border-radius: 7px;
        font-size: 14px;
        font-weight: 400;
        color: #6e798aa0;
        width: 100%;
        border: 1.5px solid #6e798a43;
        margin-bottom: 31px
    }

    .course-play-tab .course-text p {
        font-size: 13px;
        font-weight: 400;
        margin-left: 0;
        margin-bottom: 17px;
        margin-top: 16px
    }

    .course-play-tab .like {
        display: flex;
        margin-bottom: 19px
    }

    .course-play-tab .like p {
        margin: 0;
        color: #754ffe;
        font-size: 13;
        font-weight: 500
    }

    .course-play-tab .like button {
        color: #754ffe;
        font-size: 13;
        font-weight: 500;
        text-decoration: none;
        margin-right: 7px;
        margin-left: 7px;
        background: 0 0;
        border: none
    }

    .course-play-tab .course-nav-profile img {
        width: 28px;
        height: 28px
    }

    .course-play-tab .course-nav-profile {
        display: flex;
        padding-bottom: 20px;
        margin-bottom: 21px;
        border-bottom: 1.5px solid #6e798a43
    }

    .course-play-tab .course-nav-profile h4 {
        font-size: 14px;
        font-weight: 600;
        margin-left: 12px;
        margin-top: 6px
    }

    .course-play-tab .course-nav-profile p {
        font-size: 14px;
        font-weight: 400;
        margin: 3px 0 0 14px
    }

    .course-play-tab .course-nav-datase p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 17px
    }

    .course-play-tab .course-nav-datase .like-2 button {
        color: #6e798a
    }

    .antry-compare,
    .compare-card {
        padding: 60px 0
    }

    .compare-card .empty-card {
        height: 358px;
        width: 100%;
        border: 1.5px solid var(--color-4);
        border-radius: 10px
    }

    .compare-card .empty-card .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .compare-card .empty-card .icon a {
        text-decoration: none;
        color: #fff;
        background-color: var(--color-4);
        border-radius: 50%;
        padding: 9px 15px;
        font-size: 21px;
        height: 48px;
        width: 48px
    }

    .compare-card .card img {
        border-radius: 10px;
        margin-top: 18px;
        margin-bottom: 16px;
        height: 196px
    }

    .compare-card .card {
        border: none
    }

    .compare-card .card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0
    }

    .compare-card .card p {
        font-size: 12px;
        font-weight: 400;
        margin-top: 16px;
        margin-bottom: 16px
    }

    .compare-card .card a {
        font-size: 12px;
        font-weight: 500;
        color: var(--color-4);
        text-decoration: none
    }

    .compare-card .card a i {
        margin-left: 8.4px
    }

    .compare-table .table td .level {
        display: inline-block;
        margin-right: 16px
    }

    .compare-table .table td .level span {
        height: 2px;
        width: 16px;
        background-color: #6e798a3f;
        display: block;
        margin-bottom: 2px;
        border-radius: 20%
    }

    .compare-table .table td .level .active-1 {
        width: 12px;
        background-color: #63d472;
        margin: auto auto 2px
    }

    .compare-table .table td .level .active-2 {
        width: 8px;
        background-color: #63d472;
        margin: auto auto 2px
    }

    .compare-table .table td .level .active-3 {
        width: 4px;
        background-color: #63d472;
        margin: auto auto 2px
    }

    .compare-table .table td .level .active-4,
    .compare-table .table td .level .active-7 {
        background-color: #6e798a3f;
        margin: auto auto 2px
    }

    .compare-table .table td .level .active-5,
    .compare-table .table td .level .active-6,
    .compare-table .table td .level .active-8,
    .compare-table .table td .level .active-9 {
        background-color: #f55151;
        margin: auto auto 2px
    }

    .compare-table .table th i {
        font-size: 14px;
        color: var(--color-16);
        margin-right: 16px
    }

    .compare-table .table th {
        font-size: 15px;
        color: var(--color-1);
        font-weight: 600;
        padding-bottom: 30px;
        padding-top: 30px;
        max-width: 144px !important
    }

    .compare-table .table th img {
        height: 14px;
        width: 18px
    }

    .compare-table .table td {
        width: 50px;
        border-bottom: 1.5px solid #6e798a3f;
        border-top: 1.5px solid #6e798a3f;
        padding-bottom: 30px;
        padding-top: 30px;
        font-size: 14px;
        font-weight: 500;
        color: var(--color-1);
        text-align: center;
        max-width: 301px;
        white-space: normal
    }

    .compare-table .table td i {
        margin-right: 16px;
        color: var(--color-16)
    }

    .compare-table .table .compare-star i {
        color: #6e798A66;
        margin-right: 5px
    }

    .compare-fixed .card-head img,
    .compare-table .table td img {
        height: 16px;
        width: 16px;
        margin-right: 16px
    }

    .author-say ul li.active i,
    .compare-table .table td .avg-rating {
        color: #f9b23a
    }

    .compare-table .table td ul li {
        color: #6e798ad6;
        font-size: 20px;
        text-align: left
    }

    .compare-table .table td ul li p {
        margin-left: 17px;
        word-spacing: 2px;
        color: var(--color-1)
    }

    .compare-table {
        padding-bottom: 100px;
        overflow: auto;
        white-space: nowrap
    }

    .compare-table-con {
        overflow-x: auto;
        position: relative;
        white-space: nowrap
    }

    .compare-head {
        width: 123px;
        font-size: 13px;
        font-weight: 400;
        color: var(--color-1)
    }

    .sticky-col {
        position: -webkit-sticky;
        position: sticky;
        background-color: var(--bg-white) !important
    }

    .first-col {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        left: 0
    }

    .compare-fixed i {
        margin-right: 5px;
        color: var(--color-16);
        font-size: 11px
    }

    .compare-fixed .large-img img {
        height: 88px !important;
        width: 135px !important;
        margin-right: 0;
        border-radius: 10px
    }

    .compare-fixed p {
        font-size: 13px;
        color: var(--color-16)
    }

    .compare-fixed .compare-star i {
        color: #f9b23a;
        margin-right: 2px
    }

    .antry-compare .table>:not(caption)>*>*,
    .pb-10 {
        padding-bottom: 10px
    }

    .compare-2 .compare-2-table {
        border: 2px solid #6e798a3f;
        border-radius: 10px;
        padding: 8px 30px;
        overflow: auto;
        white-space: nowrap
    }

    .homepage-2-menubar .header-dropdown {
        background-color: #fe9B4F33
    }

    .h-2-banner {
        background-image: url('../image/Group 18204.png');
        position: relative
    }

    .h-2-banner:after {
        position: absolute;
        background-image: url('../image/h-2-bg-shape.png');
        width: 100%;
        height: 100%;
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
        top: 300px;
        z-index: -1
    }

    .h-2-banner .h-2-banner-text h1 {
        font-size: 51px;
        font-weight: 700
    }

    .h-2-banner .h-2-banner-text .h-2-search-bar {
        position: relative;
        margin-bottom: 72px
    }

    .h-2-banner .h-2-banner-text .h-2-search-bar .form-control {
        padding: 22px 95px 25px 23px;
        border-radius: 40px;
        border: 1.5px solid #6e798A5E;
        color: #6e798a;
        font-size: 15px;
        font-weight: 400
    }

    .h-2-banner .h-2-banner-text .h-2-search-bar .search-btn {
        position: absolute;
        background-color: #2C80FA;
        border: none;
        color: #fff;
        padding: 16px 32px;
        border-radius: 40px;
        top: 8px;
        right: 10px
    }

    .h-2-banner .h-2-banner-text .banner-image .image-1 img {
        width: 100%;
        height: auto;
        border-radius: 0 50px;
        transition: transform 250ms
    }

    .h-2-banner .h-2-banner-text .banner-image .image-1 img:hover,
    .h-2-banner .h-2-banner-text .banner-image .image-3 img:hover,
    .h-3-banner-image img:hover {
        transform: translateY(-10px)
    }

    .h-2-banner .h-2-banner-text .banner-image .image-3 img {
        width: 100%;
        height: auto;
        border-radius: 55px 0 50px;
        transition: transform 250ms
    }

    .h-2-banner .h-2-banner-text .banner-image .image-bottom {
        margin-top: 66px
    }

    .world-class {
        background-image: url('../image/h2-banner-bottom.png');
        background-position: center;
        margin-bottom: 120px
    }

    .world-class .world-class-content h1 {
        font-size: 32px;
        font-weight: 700;
        color: #fff
    }

    .world-class .world-class-content {
        padding-top: 50px;
        padding-bottom: 50px;
        cursor: pointer
    }

    .world-class .world-class-content .world-cls-card img {
        width: 39px;
        height: 39px
    }

    .world-class .world-class-content .world-cls-card .image-1 {
        background-color: #f57499;
        height: 68px;
        width: 68px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .world-class .world-class-content .world-cls-card .image-2 {
        background-color: #6aceff;
        height: 68px;
        width: 68px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .world-class .world-class-content .world-cls-card .image-3 {
        background-color: #9e83fe;
        height: 68px;
        width: 68px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .world-class .world-class-content .world-cls-card .image-3 img {
        width: 45px;
        height: 45px
    }

    .world-class .world-class-content .world-cls-card .image-2 img {
        width: 48px;
        height: 48px
    }

    .world-class .world-class-content .world-cls-card h4 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 8px
    }

    .h-2-courses {
        padding-bottom: 100px;
        background-color: var(--bg-white-2)
    }

    .h-2-courses h1,
    .h-2-faq .faq-accrodion .accordion-body {
        padding-top: 0
    }

    .h-2-top-full {
        margin-top: 50px;
        margin-bottom: 110px
    }

    .h-2-top-full .h-2-top img {
        width: 36px;
        height: 36px
    }

    .h-2-top-full .h-2-top {
        background-color: #6e798A4F;
        height: 76px;
        width: 76px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto auto 20px;
        transition: .5s
    }

    .h-2-top-full .h-2-top-body {
        text-align: center;
        cursor: pointer;
        transition: .5s
    }

    .h-2-top-full .h-2-top-body a {
        text-decoration: none;
        color: #1e293b;
        font-size: 16px;
        font-weight: 600;
        transition: .5s;
        margin-bottom: 10px
    }

    .h-2-instructor .h-2-instructor-full:hover,
    .h-2-top-full .h-2-top-body:hover .h-2-top {
        background-color: #2C80FA
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-image {
        position: relative;
        height: 220px;
        transition: .5s
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
        width: 213px;
        height: 317px;
        display: flex;
        margin: auto;
        position: absolute;
        top: -97px;
        left: 10%
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-image .icon {
        display: inline-grid;
        padding: 10px 10px 10px 15px;
        background-color: #fbebae;
        position: absolute;
        right: 0;
        top: 50px;
        border-radius: 10px 0 0 10px;
        opacity: 0;
        transition: .5s
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-image .icon a {
        color: #2C80FA;
        margin-bottom: 10px;
        font-size: 16px
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-text h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        padding-top: 23px;
        transition: .5s
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-text p {
        font-size: 15px;
        font-weight: 400;
        color: #ffffffb5;
        padding-bottom: 20px
    }

    .h-2-instructor .h-2-instructor-full {
        background-color: #8e98a8;
        border-radius: 10px;
        transition: .5s;
        cursor: pointer;
        margin-top: 100px
    }

    .h-2-instructor .h-2-instructor-full .h-2-instructor-text {
        background-color: #272625;
        text-align: center;
        border-radius: 0 0 10px 10px
    }

    .h-2-faq h1 {
        font-size: 36px;
        margin-bottom: 30px
    }

    .h-2-faq p {
        margin-bottom: 60px
    }

    .h-2-faq .faq-accrodion .accordion-body p {
        margin-bottom: 0;
        word-spacing: 1.5px;
        line-height: 1.9
    }

    .h-2-clients-review .h-2-clients-review-text h1 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .h-2-clients-review .h-2-clients-review-text p {
        line-height: 1.9;
        word-spacing: 1.5px
    }

    .h-2-clients-review-carousel .h-2-carousel-parrent .child-1 img {
        width: 59px;
        cursor: pointer
    }

    .h-2-clients-review-carousel .h-2-carousel-parrent .child-2 h4 {
        font-size: 14px;
        font-weight: 700;
        color: #1e293b
    }

    .h-2-clients-review-carousel .h-2-carousel-parrent .child-2 h5 {
        font-size: 12px;
        font-weight: 500;
        color: #6e798a
    }

    .h-2-clients-review-carousel .h-2-carousel-parrent .child-2 .icon i {
        font-size: 13px;
        color: #f9b23a
    }

    .h-2-carousel-g-parrent .child-text p {
        word-spacing: 1.5px;
        line-height: 1.9
    }

    .h-2-carousel-g-parrent {
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
        padding: 18px 29px;
        border-radius: 7px;
        margin: 10px;
        cursor: pointer
    }

    .h-3-header-banner {
        background: #ebf7f7;
        background: var(--color-linear);
        padding-bottom: 0
    }

    .h-3-banner-text h1 span,
    .h-3-expert-instructor .h-3-expart-1:hover a,
    .h-3-expert-instructor .h-3-expart-1:hover h4,
    .homepage-3-menu-bar li .header-dropdown {
        color: #fb6871
    }

    .homepage-3-menu-bar .header-dropdown {
        background-color: #f3e3e7;
        border-radius: 5px;
        padding: 7px 5px
    }

    .h-3-banner-image img {
        width: 100%;
        height: auto;
        transition: transform 250ms
    }

    .h-3-banner-text p {
        font-weight: 400;
        letter-spacing: 1.2px;
        line-height: 1.9;
        margin-bottom: 50px;
        position: relative;
        margin-left: 16px
    }

    .h-3-banner-text p:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: #fb6871;
        left: -16px;
        top: 0
    }

    .h-3-banner-button .btn.btn-primary {
        background-color: #fb6871;
        border: none;
        font-size: 15px;
        font-weight: 600;
        padding: 12px 35px;
        border-radius: 5px;
        margin-bottom: 50px;
        transition: .5s
    }

    .btn {
        transition: transform 250ms
    }

    .btn:hover {
        transform: translateY(-3px)
    }

    .h-3-bannar-card img {
        width: 41px;
        height: 41px;
        margin-right: 16px
    }

    .h-3-bannar-card .h3-banner-card-1-text h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .h-3-bannar-card .h3-banner-card-1 {
        display: flex;
        position: relative;
        margin-top: 32px;
        margin-bottom: 24px
    }

    .h-3-bannar-card {
        background-color: var(--bg-white);
        box-sizing: border-box;
        box-shadow: var(--box-shadow);
        padding: 18px 29px;
        border-radius: 7px;
        cursor: pointer;
        position: relative;
        z-index: 999
    }

    .client-testi,
    .h-3-about {
        background-color: var(--bg-white-2)
    }

    .sidebar-arrow::after {
        position: absolute;
        content: "";
        background-color: #6e798A45;
        width: 1.5px;
        height: 60%;
        right: 7px;
        top: 24px
    }

    .h-3-slider {
        margin: 60px 0;
        position: relative
    }

    .h-3-slider .slick-initialized .slick-slide {
        padding: 16px
    }

    .testimonials-slide-author .slick-center img {
        transform: scale(1.3);
        height: 170px;
        width: 100%;
        border: 1px solid #fb6871
    }

    .testimonials-slide-author .slick-list {
        width: 580px;
        margin: auto
    }

    .testi-person {
        margin-top: 29px;
        margin-bottom: 34px
    }

    .testi-person img {
        height: 160px;
        width: 100%;
        object-fit: cover;
        border-radius: 5px
    }

    .testimonials-slide-say {
        max-width: 580px;
        margin: auto;
        text-align: center
    }

    .author-say h5 {
        margin: 0 0 10px;
        color: var(--color-1);
        font-size: 20px
    }

    .author-say ul {
        justify-content: center;
        gap: 4px
    }

    .author-say ul li i {
        font-size: 12px;
        color: #6e798a
    }

    .author-say p {
        font-size: 15px;
        line-height: 30px;
        text-align: center
    }

    .testimonials-slide-author .slick-next,
    .testimonials-slide-author .slick-prev {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
        z-index: 1;
        top: calc(50% - 25px);
        border: 1px solid #fb6871
    }

    .testimonials-slide-author .slick-next:hover,
    .testimonials-slide-author .slick-prev:hover {
        background-color: #fb6871
    }

    .testimonials-slide-author .slick-prev {
        left: 0
    }

    .testimonials-slide-author .slick-next {
        right: 0
    }

    .overflow-area {
        position: relative;
        bottom: -70px;
        left: 0
    }

    .h-3-about .h-3-about-content h4 {
        font-size: 16px;
        font-weight: 500;
        color: #fb6871;
        margin-bottom: 20px
    }

    .h-3-about .h-3-about-content h1 {
        font-size: 30px;
        font-weight: 700;
        color: var(--color-1);
        margin-bottom: 30px
    }

    .h-3-about .h-3-about-content p,
    .privacy-policy-text p,
    .trams-condition-text p {
        word-spacing: 1.5px;
        line-height: 1.9;
        margin-bottom: 30px
    }

    .h-3-about .h-3-about-content ul li {
        list-style-type: none;
        margin-bottom: 20px
    }

    .h-3-about .h-3-about-content ul {
        padding-left: 0;
        margin-bottom: 50px
    }

    .h-3-about .h-3-about-content ul li a {
        color: var(--color-1);
        text-decoration: none;
        font-size: 16px;
        font-weight: 500
    }

    .h-3-banner-image {
        overflow: hidden
    }

    .h-3-about {
        padding: 130px 0 40px
    }

    .client-testi {
        padding-top: 80px
    }

    .h-3-courses h1 strong:after {
        content: "";
        background-image: url("../image/h-3-course.png");
        width: 20px;
        height: 12px;
        position: absolute;
        background-size: 19px;
        top: 0;
        right: -12px
    }

    .h-3-courses .h-3-banner-button {
        float: right;
        margin-bottom: 0;
        margin-top: 60px
    }

    .h-3-top-categories h2 {
        font-size: 32;
        font-weight: 700;
        color: #fff;
        margin-bottom: 50px
    }

    .h-3-top-categories {
        background-image: url('../image/h-3-ct-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #131111;
        padding-top: 40px;
        padding-bottom: 50px
    }

    .h-3-top-categories .category-product .category-product-body h5 {
        text-align: left
    }

    .h-3-top-categories .category-product .category-product-body p {
        text-align: left;
        margin-bottom: 20px
    }

    .h-3-top-categories .category-product i {
        color: #fb6871;
        float: left;
        padding-left: 5px;
        font-size: 19px;
        display: block
    }

    .h-3-top-categories .category-product .active,
    .h-3-top-categories .category-product .category-product-body:hover {
        background-color: #fb6871;
        background-image: url('../image/h-3-ct-sh.png');
        background-size: cover;
        background-repeat: no-repeat
    }

    .h-3-top-categories .category-product a {
        padding-bottom: 28px
    }

    .h-3-top-categories .category-product .category-product-body {
        padding-bottom: 28px;
        padding-left: 20px;
        cursor: pointer
    }

    .h-3-expert-instructor img {
        height: auto;
        width: 100%;
        border-radius: 50%;
        background-color: #8e98a8;
        transition: .5s;
        border: 3px solid #8e98a8
    }

    .h-3-expert-instructor .h-3-expart-1 {
        margin: 20px;
        cursor: pointer
    }

    .h-3-expert-instructor .h-3-expart-1-text {
        text-align: center;
        margin-top: 20px
    }

    .h-3-expert-instructor .h-3-expart-1-text h4 {
        font-size: 20px;
        font-weight: 600;
        transition: .5s
    }

    .h-3-expert-instructor .h-3-expart-1-text .icon-div-2 {
        display: flex;
        margin: 5px auto auto;
        justify-content: center
    }

    .h-3-expert-instructor .h-3-expart-1-text a {
        margin-right: 20px;
        color: var(--color-1);
        transition: .5s
    }

    .h-3-expert-instructor .h-3-expart-1:hover img {
        border-color: #fb6871
    }

    .h-3-expert-instructor .h-3-expert-instructor-heading {
        text-align: center;
        margin-bottom: 50px
    }

    .h-3-expert-instructor {
        padding: 80px 0;
        background-color: var(--bg-white)
    }

    .h-3-expert-instructor-heading p {
        max-width: 600px;
        margin: auto;
        line-height: 25px;
        padding-top: 16px
    }

    .h-3-expert-instructor .owl-carousel .owl-item img {
        border-radius: 50%;
        height: 200px;
        width: 200px;
        object-fit: cover;
        margin: auto
    }

    .h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 23px;
        color: #fff
    }

    .h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        transition: .5s;
        margin-bottom: -56px;
        visibility: hidden;
        opacity: 0
    }

    .h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text {
        margin-top: -20px;
        padding: 3px 3px 30px
    }

    .h-3-blog-card-full-body .h-3-blog-card-body {
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: .5s;
        border-radius: 5px
    }

    .h-3-blog-card-full-body .h-3-blog-card-body:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: linear-gradient(0deg, rgba(0, 0, 0, .8502800778514531) 4%, rgba(0, 0, 0, .07156859325761555) 92%);
        border-radius: 10px
    }

    .h-3-blog-overlay {
        position: absolute;
        bottom: 0;
        z-index: 1
    }

    .scall-img {
        border-radius: 5px;
        overflow: hidden;
        transition: .5s
    }

    .h-3-blog-card-body:hover .h-3-blog-text p {
        margin-bottom: 0;
        margin-top: 10px;
        visibility: visible;
        opacity: 1;
        transition: .5s
    }

    .h-3-blog-card-body:hover .h-3-blog-text {
        margin-top: -75px
    }

    .h-3-blog-text h6 {
        color: #1e293b;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
        background: #fff;
        display: inline-block;
        padding: 8px 17px;
        border-radius: 5px
    }

    .h-3-blog-overlay-2 {
        margin-top: 239px;
        background: #000;
        background: linear-gradient(0deg, rgba(0, 0, 0, .8502800778514531) 4%, rgba(0, 0, 0, .07156859325761555) 92%);
        padding: 11px 11px 11px 25px;
        border-radius: 10px;
        transition: .5s
    }

    .my-course-1-full-body h1,
    .privacy-policy-text h1,
    .trams-condition-text h1 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .privacy-policy-text {
        margin-top: 50.8px
    }

    .privacy-policy-text h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .privacy-policy img {
        width: 24px;
        height: 24px;
        margin-right: 20px;
        margin-top: 4px
    }

    .my-course-1-full-body {
        margin-top: 50px;
        background-color: var(--bg-white-2);
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        padding: 30px 18px;
        border-radius: 7px;
        border: 1px solid #1e293b2a;
        margin-bottom: 120px
    }

    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-img img {
        height: 143px;
        width: 245px;
        object-fit: cover;
        border-radius: 10px
    }

    .my-course-1-full-body .my-course-1-full-body-card {
        display: flex;
        cursor: pointer;
        border-bottom: 1.5px solid #6479962e;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .my-course-1-full-body .my-course-1-full-body-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text {
        width: 100%;
        margin-left: 26px
    }

    .my-course-1-lesson-text img {
        width: 12px;
        height: 12px;
        margin-top: 3px
    }

    .my-course-1-lesson-text i {
        font-size: 12px;
        color: #6e798a;
        font-weight: 600;
        margin-top: 2px
    }

    .my-course-1-lesson-text {
        display: flex;
        margin-bottom: 12px
    }

    .my-course-1-lesson-text .icon-1 {
        display: flex;
        margin-right: 30px;
        margin-top: 8px
    }

    .my-course-1-lesson-text .icon-1 p {
        font-size: 12px;
        margin-left: 8px
    }

    .my-course-1-last .my-course-1-btn .btn {
        background-color: var(--color-4);
        padding: 5px 28px;
        display: block
    }

    .my-course-1-last .my-course-1-btn .btn a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 500
    }

    .my-course-1-last .icon-img img {
        height: 30px;
        width: 30px;
        margin-left: 16px;
        border-radius: 50%
    }

    .my-course-1-last .icon-img .star i {
        color: #6e798A4D;
        height: 12px;
        width: 12px;
        margin-left: 5px;
        font-size: 12px
    }

    .my-course-1-last .icon-img .star {
        margin-top: 3px
    }

    .my-course-1-skill p {
        margin-left: 15px;
        margin-top: -9px;
        font-size: 12px
    }

    .skill-bar-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background-color: #6e798A33;
        border-radius: 10px;
        height: 5px;
        width: 88%
    }

    .skill-bar {
        height: 5px;
        background-color: var(--color-4);
        border-radius: 10px;
        margin-right: 10px;
        width: 0;
        animation: 2s ease-out forwards fill-bar
    }

    .skill-bar-label {
        font-weight: 700
    }

    @keyframes fill-bar {
        0% {
            width: 0
        }
        100% {
            width: 30%
        }
    }

    .sample img {
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        height: 400px;
        width: auto
    }

    @-webkit-keyframes bounceInLeft {
        0%,
        100%,
        60%,
        75%,
        90% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0)
        }
    }

    .pt-30,
    .tutor-tab-content {
        padding-top: 30px
    }

    .pt-40 {
        padding-top: 40px
    }

    .pb-12 {
        padding-bottom: 12px
    }

    .pb-20,
    .s_course_item_one .content .title {
        padding-bottom: 20px
    }

    .pb-30 {
        padding-bottom: 30px
    }

    .pb-50 {
        padding-bottom: 50px !important
    }

    .pb-80 {
        padding-bottom: 80px
    }

    .pb-120 {
        padding-bottom: 120px
    }

    .pt-50 {
        padding-top: 50px
    }

    .pt-100 {
        padding-top: 100px
    }

    .mb-24 {
        margin-bottom: 24px
    }

    .g-10 {
        gap: 10px
    }

    .g-12 {
        gap: 12px
    }

    .g-20 {
        gap: 20px
    }

    .g-30 {
        gap: 30px
    }

    .rg-24 {
        row-gap: 24px
    }

    .s_course_item_one .content .title .name,
    .s_title_one,
    .sbundle-items .bundle-head .name {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        color: var(--color-1)
    }

    .s_info_one {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        color: var(--color-11)
    }

    .s_Sidebar_one .title h4,
    .s_Sidebar_title_one {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px
    }

    .s_Sidebar_one {
        max-width: 261px;
        margin: 0 auto;
        box-shadow: 0 15px 40px rgb(100 121 150 / 10%);
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden
    }

    @media screen and (max-width:767px) {
        .s_Sidebar_one {
            margin-bottom: 20px
        }
    }

    .s_Sidebar_one .title {
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--color-4)
    }

    .s_Sidebar_one .title h4 {
        color: #fff
    }

    .s_Sidebar_title_one {
        color: var(--color-1);
        padding-bottom: 10px;
        position: relative
    }

    .s_Sidebar_title_one.s_bar::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32px;
        height: 2px;
        background-color: var(--color-4)
    }

    .s_Sidebar_checkbox_one input {
        margin-top: 5px;
        border-color: var(--color-11);
        box-shadow: 0 0 0 #00000000 !important
    }

    .s_Sidebar_checkbox_one label {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: var(--color-1);
        padding-left: 5px;
        transition: .3s
    }

    .s_Sidebar_checkbox_one~span.no {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: var(--color-1);
        transition: .3s
    }

    .s_Sidebar_checkbox_one:has(input:checked)~span.no {
        color: var(--color-4)
    }

    .s_course_item_one {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 30px 55px rgb(100 121 150 / 10%);
        background-color: #fff;
        display: flex;
        align-items: center;
        gap: 20px
    }

    .instructor_social li a,
    .s_course_tag {
        display: inline-block;
        border-radius: 5px
    }

    .s_course_item_one .img {
        flex: 0 0 258px
    }

    .s_course_item_one .content {
        flex: 0 1 auto;
        max-width: 730px
    }

    .s_course_item_one .content .title .sub-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 12px;
        color: var(--color-11);
        padding-bottom: 7px
    }

    .s_course_item_one .content .title .name-rating {
        gap: 16px
    }

    .s_course_item_one .content .title .rating {
        gap: 4px
    }

    .s_course_item_one .content .title .rating p {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        color: var(--color-11)
    }

    .s_course_item_one .content .title .schedule-no {
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: var(--color-4)
    }

    .s_course_item_one .content .info {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        color: var(--color-11);
        padding-bottom: 16px
    }

    .s_course_item_one .content .price {
        font-size: 18px;
        font-weight: 600;
        line-height: 12px;
        color: var(--color-1)
    }

    .s_course_item_one .content .type {
        font-size: 15px;
        font-weight: 500;
        line-height: 12px;
        color: var(--color-11)
    }

    .s_course_tag_list {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid
    }

    .s_course_tag {
        padding: 8px 18px;
        background-color: #ede9fe;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        color: var(--color-4) !important
    }

    .rating-icon {
        display: flex;
        align-items: center;
        gap: 5px
    }

    .rating-icon>* {
        flex: 0 0 15px
    }

    .s_show_more {
        border: none;
        padding: 0;
        background-color: transparent;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: var(--color-1);
        margin-left: 20px
    }

    .s_search {
        position: relative;
        flex: 1 0 auto;
        max-width: 364px
    }

    .s_search input {
        padding: 10px 10px 9px 48px;
        height: 42px;
        box-shadow: 0 0 0 #00000000;
        border-color: rgb(100 121 150 / 20%);
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        color: rgb(100 121 150 / 70%)
    }

    .sReview-list li:last-child,
    .sbundle-items .bundle-body ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .s_search input,
    .s_search input::placeholder,
    .s_search input:focus {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        color: rgb(100 121 150 / 70%)
    }

    .s_search span {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%)
    }

    .ebook-item-one .status {
        position: absolute;
        top: 16px;
        right: 0;
        background-color: var(--bg-ebook)
    }

    .ebook-item-one .status.free {
        --bg-ebook: #D8FDE9
    }

    .ebook-item-one .status.free p {
        --color-ebook: #63CC94
    }

    .ebook-item-one .status p {
        padding: 7px 20px;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: var(--color-ebook)
    }

    .ebook-item-one .content .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        color: var(--color-1);
        padding-bottom: 16px;
        padding-top: 10px
    }

    .ebook-item-one .content .link,
    .instructor_social li a:hover {
        background-color: var(--color-4);
        color: #fff !important
    }

    .ebook-item-one .content .link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgb(100 121 150 / 20%);
        font-size: 15px;
        font-weight: 600;
        line-height: 15px
    }

    .ebook-content .info {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        color: var(--color-11);
        padding-bottom: 20px
    }

    .ebook-content .info:last-child,
    .s_list_one li:last-child,
    .speech-items li:last-child {
        padding-bottom: 0
    }

    .sNav-tabs {
        gap: 50px
    }

    .sNav-tabs .nav-link {
        padding: 0 0 16px;
        font-size: 15px;
        font-weight: 600;
        line-height: 28px;
        color: var(--color-1)
    }

    .s_review .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 50px;
        color: var(--color-1)
    }

    .s_review .date {
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        color: var(--color-11);
        padding-bottom: 20px
    }

    .s_review .rating-no {
        font-size: 50px;
        font-weight: 600;
        line-height: 17px;
        color: var(--color-1);
        padding-bottom: 20px
    }

    .ebook-img img,
    .s_ebook_instructor .img img,
    .sbundle-item .content .img img,
    .speech-item-img img {
        max-width: 100%
    }

    .s_ebook_instructor {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 26px
    }

    .s_ebook_instructor .img {
        flex: 0 0 196px
    }

    .s_ebook_instructor .content {
        flex: 0 1 auto;
        max-width: 607px
    }

    .s_ebook_instructor .content .name {
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        color: var(--color-1);
        padding-bottom: 8px
    }

    .s_ebook_instructor .content .subtitle {
        font-size: 14px;
        font-weight: 400;
        color: var(--color-11);
        padding-bottom: 26px
    }

    .s_ebook_instructor .content .info {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        color: var(--color-11);
        padding-bottom: 30px
    }

    .instructor_social {
        display: flex;
        flex-wrap: wrap;
        gap: 8px
    }

    .instructor_social li a {
        width: 34px;
        height: 34px;
        border: 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-1) !important;
        transition: .3s
    }

    .s_list_one li {
        position: relative;
        padding-left: 27px;
        padding-bottom: 20px
    }

    .s_list_one li::before {
        content: "";
        position: absolute;
        width: 1.5px;
        height: 30px;
        background-color: #754ffe58;
        left: 5px;
        top: 8px
    }

    .s_list_one li::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #754ffe;
        left: 0;
        top: 6px
    }

    .sbundle-items {
        position: relative;
        padding: 30px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 15px 40px rgb(100 121 150 / 10%)
    }

    .sAdd-btn,
    .sbundle-items .bundle-foot {
        background-color: var(--color-4);
        line-height: 15px;
        color: #fff
    }

    .sbundle-items .bundle-head {
        border-bottom: 1px solid;
        padding-bottom: 20px;
        margin-bottom: 10px
    }

    .sbundle-items .bundle-head .price {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        color: var(--color-11)
    }

    .sbundle-items .bundle-head .info {
        font-size: 15px;
        font-weight: 500;
        line-height: 12px;
        color: #647996
    }

    .sbundle-items .bundle-foot {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600
    }

    .sbundle-items .bundle-body {
        position: relative;
        max-height: 350px;
        overflow-y: scroll;
        margin-bottom: 20px;
        padding-right: 16px
    }

    .sbundle-items .bundle-body::-webkit-scrollbar {
        width: 3.5px
    }

    .sTutor-about .item::before,
    .sTutor-details .subtitle::before {
        content: '';
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        position: absolute
    }

    .sbundle-items .bundle-body::-webkit-scrollbar-track {
        background: rgb(100 121 150 / 30%);
        border-radius: 3px
    }

    .sbundle-items .bundle-body::-webkit-scrollbar-thumb {
        background: rgb(100 121 150 / 30%);
        border-radius: 3px
    }

    .sbundle-items .bundle-body ul li {
        padding: 20px 0;
        border-bottom: 1px solid
    }

    .sbundle-item {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .sbundle-item .content {
        flex: 0 0 296px;
        display: flex;
        align-items: center;
        gap: 16px
    }

    .sbundle-item .content .img {
        flex: 0 0 88px;
        border-radius: 10px;
        overflow: hidden
    }

    .sbundle-item .content .title {
        font-size: 15px;
        font-weight: 600;
        line-height: 26px;
        color: var(--color-1)
    }

    .sbundle-item .price {
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        color: var(--color-1)
    }

    .sTutor-details .img {
        flex: 0 0 124px;
        width: 124px;
        height: 124px;
        border-radius: 50%
    }

    .sTutor-details .content .title {
        font-size: 38px;
        font-weight: 600;
        line-height: 28px;
        color: var(--color-1);
        padding-bottom: 16px
    }

    .sTutor-details .subtitle {
        position: relative;
        padding-left: 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: var(--color-11)
    }

    .sTutor-details .top h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: #6247ea
    }

    .sTutor-details .subtitle::before {
        left: 0;
        height: 15px;
        background-color: rgb(100 121 150 / 20%)
    }

    .sTutor-about {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 100px
    }

    .sTutor-about .item {
        position: relative;
        text-align: center
    }

    .sTutor-about .item::before {
        left: -50px;
        height: 100%;
        max-height: 50px;
        background-color: rgb(100 121 150 / 30%)
    }

    .sTutor-about .item .info {
        font-size: 15px;
        font-weight: 500;
        color: var(--color-1)
    }

    .sReview-author .date {
        font-size: 14px;
        font-weight: 400;
        color: var(--color-11)
    }

    .sReview-author .rate-no {
        font-size: 40px;
        font-weight: 600;
        color: var(--color-1)
    }

    .sReview-content .title {
        font-size: 18px;
        font-weight: 700;
        color: var(--color-1);
        padding-bottom: 20px
    }

    .sReview-content .info {
        font-size: 15px;
        font-weight: 400;
        color: var(--color-11)
    }

    .sRequest-form label,
    .sSchedule-title.slick-current {
        color: var(--color-1)
    }

    .sReview-list li {
        margin: 0 0 30px !important;
        padding-bottom: 30px;
        border-bottom: 1px solid
    }

    .sReview-list li:last-child {
        margin-bottom: 0 !important
    }

    .sAdd-btn {
        padding: 14px 25px;
        border-radius: 6px;
        border: none;
        box-shadow: 0 10px 18px rgb(46 31 100 / .3);
        font-size: 14px;
        font-weight: 500
    }

    .sRequest-btn,
    .sSchedule-title {
        font-size: 15px;
        font-weight: 600
    }

    .sSelect {
        max-width: 157px
    }

    .sSchedule-title {
        line-height: 28px;
        color: var(--color-11);
        padding-bottom: 38px;
        text-align: center
    }

    .sSchedule-items {
        display: flex;
        align-items: center;
        gap: 21.5px;
        overflow-x: scroll;
        max-width: 720px;
        padding-bottom: 10px
    }

    .sSchedule-items::-webkit-scrollbar {
        height: 5px
    }

    .sSchedule-items::-webkit-scrollbar-track {
        background: rgb(100 121 150 / 30%);
        border-radius: 3px
    }

    .sSchedule-items::-webkit-scrollbar-thumb {
        background: rgb(100 121 150 / 30%);
        border-radius: 3px
    }

    .sSchedule-item {
        max-width: 40px;
        text-align: center
    }

    .sSchedule-item .date {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        color: var(--color-11);
        background-color: rgb(100 121 150 / 20%);
        transition: .3s
    }

    .sSchedule-item .week-day {
        font-size: 11px;
        font-weight: 500;
        line-height: 22px;
        color: var(--color-11);
        padding-top: 8px;
        transition: .3s
    }

    .schedule-slide-month {
        padding-top: 38px
    }

    .schedule-slide-month .slick-prev {
        left: auto;
        right: 31px;
        top: 0;
        transition: .3s
    }

    .schedule-slide-month .slick-next {
        top: 0;
        right: 0;
        transition: .3s
    }

    .schedule-slide-month .slick-next,
    .schedule-slide-month .slick-prev {
        color: var(--color-4)
    }

    .schedule-slide-day .slick-track {
        gap: 0
    }

    .schedule-slide-month .slick-list {
        padding-left: 0 !important;
        margin-left: 20px
    }

    .sRequest-lesson {
        max-width: 364px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 5px;
        padding: 30px 20px;
        box-shadow: 0 15px 40px rgb(100 121 150 / 10%)
    }

    @media screen and (max-width:991px) {
        .s_course_item_one {
            flex-wrap: wrap
        }
        .sSchedule-items {
            max-width: 100%
        }
        .sRequest-lesson {
            margin-top: 30px
        }
    }

    .sRequest-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-4);
        padding: 14px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgb(46 31 100 / .1);
        color: #fff !important;
        margin-top: 30px
    }

    .sRequest-form label {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px
    }

    .sRequest-form input,
    .sRequest-form input:focus {
        background: rgb(100 121 150 / 8%);
        font-size: 14px;
        font-weight: 400;
        color: rgb(100 121 150 / 70%)
    }

    .sRequest-form input {
        height: 54px;
        border: none !important;
        padding: 18px 20px
    }

    .sRequest-form input::placeholder {
        font-size: 14px;
        font-weight: 400;
        color: rgb(100 121 150 / 70%)
    }

    .speech-items li {
        padding-bottom: 60px
    }

    @media screen and (min-width:768px) {
        .speech-items li:nth-child(2n) .speech-item .row {
            flex-direction: row-reverse
        }
    }

    .speech-item .row {
        row-gap: 60px
    }

    .speech-item-content {
        display: flex;
        align-items: center;
        gap: 30px
    }

    .speech-item-content .no {
        font-size: 138px;
        font-weight: 700;
        line-height: 50px;
        color: #8054e7
    }

    .speech-item-content .inner {
        flex: 0 1 585px
    }

    @media screen and (max-width:575px) {
        .s_ebook_instructor,
        .speech-item-content {
            flex-direction: column
        }
        .sTutor-details .content .title {
            font-size: 25px
        }
        .speech-item-content .no {
            padding-bottom: 30px
        }
        .speech-item-content .inner {
            flex-basis: auto
        }
    }

    .speech-item-content .inner .title {
        position: relative;
        font-size: 32px;
        font-weight: 700;
        color: #1e293b;
        padding-bottom: 14px;
        margin-bottom: 20px
    }

    .speech-item-content .inner .title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 90px;
        height: 3px;
        background: #754ffe
    }

    .speech-item-content .inner .info {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        color: #676c7d
    }
    /*style.css END*/
    /*new-style.css*/

    @import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
    @import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Secular+One&display=swap);
    .btn-one,
    .btn-two {
        display: inline-flex;
        justify-content: center;
        border-radius: 10px;
        background-color: #171719
    }

    .maw-600 {
        max-width: 600px
    }

    .maw-514 {
        max-width: 514px
    }

    .maw-538 {
        max-width: 538px
    }

    .pt-40 {
        padding-top: 40px
    }

    .pt-110 {
        padding-top: 110px
    }

    .pb-20 {
        padding-bottom: 20px
    }

    .footer-top,
    .pb-30,
    .price-item-5 .list,
    .section-item-six .item .icon,
    .title-three .list {
        padding-bottom: 30px
    }

    .pb-40 {
        padding-bottom: 40px
    }

    .pb-50 {
        padding-bottom: 50px
    }

    .pb-60 {
        padding-bottom: 60px
    }

    .pb-110 {
        padding-bottom: 110px
    }

    .pb-191 {
        padding-bottom: 191px
    }

    .pl-0 {
        padding-left: 0
    }

    .instructor-item:hover .content .info,
    .mt-0 {
        margin-top: 0
    }

    .footer-nav li:last-child,
    .mb-0,
    .title-three .list li:last-child,
    .upcoming-course-five li:last-child {
        margin-bottom: 0
    }

    .rg-0 {
        row-gap: 0
    }

    .cg-0 {
        -moz-column-gap: 0px;
        column-gap: 0
    }

    .g-30 {
        gap: 30px
    }

    .g-35 {
        gap: 35px
    }

    .bs-one {
        box-shadow: 0 30px 55px rgba(116, 117, 121, .1)
    }

    .ff-manrope {
        font-family: Manrope, sans-serif !important
    }

    .ff-raleway {
        font-family: Raleway, sans-serif !important
    }

    .fz_15_m_24 {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px
    }

    .fz_18_sb_18 {
        font-size: 18px;
        font-weight: 600;
        line-height: 18px
    }

    .c-800000000e96 {
        color: #8e8e96 !important
    }

    .btn-five,
    .btn-one,
    .btn-six,
    .btn-two {
        font-size: 15px;
        line-height: 19px;
        color: #fff !important
    }

    .btn-one {
        align-items: center;
        padding: 14px 36px;
        font-weight: 500
    }

    .btn-two {
        position: relative;
        align-items: center;
        padding: 14px 23px;
        font-weight: 500
    }

    .btn-five,
    .btn-six,
    .footer-nav li a {
        display: inline-block
    }

    .btn-two::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #cc7bff -4.24%, #ffc887 113.04%);
        border-radius: 0 0 10px 10px;
        filter: blur(17px);
        z-index: -1
    }

    .banner-five-content .link span,
    .banner-wrap,
    .bar-right,
    .category-item .icon *,
    .course-item-one .img-rating,
    .footer,
    .footer-bottom>*,
    .footer-subscribe,
    .header-right .item,
    .menu-header .container,
    .navigation-main-area .dropdown,
    .navigation-main-area li a,
    .title-graphic-five,
    .upcoming-course-six-info .item {
        position: relative
    }

    .btn-five {
        padding: 14px 29px;
        background: #7291ff;
        border-radius: 14px;
        font-family: Lexend, sans-serif;
        font-weight: 500
    }

    .btn-six {
        padding: 14px 26px;
        background: linear-gradient(115.2deg, #00907f 34%, #006e61 108.93%);
        box-shadow: 0 10px 18px rgba(0, 144, 127, .25);
        font-family: Mulish, sans-serif;
        font-weight: 600
    }

    .blog-item,
    .course-item-one {
        box-shadow: 0 .875rem 2rem rgba(147, 148, 158, .2) !important
    }

    .menu-header {
        background-color: #fff;
        padding-top: 1.9375rem
    }

    .instructor-item .content .social-nav,
    .menu-header .main_menu_wrap {
        gap: 20px
    }

    .banner-five-img,
    .banner-six-img,
    .course-training-five .content,
    .navigation-main-area {
        text-align: center
    }

    .navigation-main-area ul {
        display: flex;
        justify-content: center;
        -moz-column-gap: 2.4375rem;
        column-gap: 2.4375rem
    }

    .navigation-main-area li a {
        display: inline-block;
        font-family: Manrope, sans-serif;
        font-size: .9375rem;
        font-weight: 400;
        line-height: 1.1875rem;
        color: #000 !important;
        text-transform: capitalize;
        padding: 0
    }

    .navigation-main-area li a.active,
    .navigation-main-area li a:hover {
        color: #5363d2 !important
    }

    .about-img img,
    .course-item-6 .img img,
    .header-right .user img,
    .instructor-item img,
    .instructor-item-5 .img img,
    .navigation-main-area li a.active::before,
    .navigation-main-area li a:hover::before,
    .title-img-5 img {
        width: 100%
    }

    .navigation-main-area li a.active {
        color: #5363d2 !important;
        font-weight: 500
    }

    .footer-nav li a,
    .footer-nav-2 li a,
    .instructor-item-5 .social li a {
        color: #fff !important
    }

    .navigation-main-area .dropdown .dropdown-menu {
        top: 6.375rem;
        left: 0;
        opacity: 0;
        z-index: 5;
        margin: 0;
        padding: 0;
        height: auto;
        width: 15.625rem;
        border: none;
        display: block;
        border-radius: 0;
        overflow: hidden;
        visibility: hidden;
        position: absolute;
        background-clip: inherit;
        background-color: #fff;
        transform: translateY(50px);
        transition: .2s ease-in-out .1s;
        box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .08)
    }

    .navigation-main-area .dropdown .dropdown-menu li {
        width: 100%;
        margin-left: 0;
        border-bottom: .0625rem solid #000
    }

    .navigation-main-area .dropdown .dropdown-menu li:hover {
        border-color: #000
    }

    .navigation-main-area .dropdown .dropdown-menu li:hover a {
        padding-left: 40px
    }

    .navigation-main-area .dropdown .dropdown-menu li:hover a::before {
        opacity: 1;
        transform: translateX(25px)
    }

    .navigation-main-area .dropdown .dropdown-menu li a {
        width: 100%;
        color: #000;
        display: block;
        font-size: 18px;
        padding: 10px 25px;
        position: relative;
        transition: .3s ease-in-out
    }

    .navigation-main-area .dropdown .dropdown-menu li a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
        opacity: 0;
        background-color: #fff;
        transform: translateX(15px);
        transition: .3s ease-in-out
    }

    .navigation-main-area .dropdown .dropdown-menu li a:hover {
        background-color: #000;
        color: #fff !important
    }

    .navigation-main-area .dropdown .dropdown-menu li:last-child {
        border-bottom: none
    }

    .navigation-main-area .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    @media screen and (max-width:1166px) {
        .navigation-main-area ul {
            display: flex;
            -moz-column-gap: 0px;
            column-gap: 0
        }
        .navigation-main-area li {
            margin-left: 30px
        }
        .navigation-main-area li:first-child {
            margin-left: 0
        }
    }

    @media screen and (max-width:1024px) {
        .display-none {
            display: none
        }
        .main-header.sticky-on {
            padding: 10px 15px
        }
        .main-header.sticky-on .menu-header {
            border-bottom: none
        }
        .menu-header .container {
            padding: 0
        }
        .menu-header .main-menu {
            position: relative;
            top: 0;
            padding: 0 0 0 1.25rem
        }
        .navigation-main-area ul {
            display: flex;
            justify-content: center
        }
    }

    @media (max-width:575px) {
        .logo-col {
            flex: 0 0 auto;
            width: 80%
        }
        .menu-col {
            flex: 0 0 auto;
            width: 20%
        }
    }

    .top-header {
        padding: 1.25rem 0;
        border-bottom: .0625rem solid rgba(142, 142, 150, .3)
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: .625rem
    }

    .contact-item .info {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.1875rem;
        color: #171719
    }

    .header-social {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1.625rem
    }

    .header-social a {
        font-size: 1.0625rem;
        color: #171719 !important
    }

    .header-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1.25rem
    }

    .header-right .item span {
        position: absolute;
        top: 0;
        right: -5px;
        font-size: .4375rem;
        font-weight: 600;
        color: #fff;
        width: .75rem;
        height: .75rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ff58aa
    }

    .header-right .user {
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        overflow: hidden
    }

    .smenu-4 {
        max-width: 151px
    }

    .smenu-4 .header-dropdown {
        background-color: rgba(255, 88, 170, .12);
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #ff58aa;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 11px 21px 14px
    }

    .smenu-5 .header-dropdown {
        background-color: rgb(114 145 255 / .12);
        color: #7291ff
    }

    .smenu-6 .header-dropdown {
        background-color: rgb(0 184 162 / .1);
        color: #00907f
    }

    .smenu-4 .header-dropdown img {
        max-width: 10px
    }

    .banner-five-img img,
    .banner-img img,
    .banner-six-img img,
    .blog-item-6 .img img,
    .course-training-five .img img,
    .section-kitchen-img img,
    .smenu-4~.s_search,
    .upcoming-course-six-content .img img {
        max-width: 100%
    }

    .footer {
        background-color: #171719
    }

    .footer-subscribe,
    .footer-subscribe::before {
        /* background: linear-gradient(112.65deg, #326efa 3.81%, #805cf2 21.52%, #ff34be 54.72%, #ff6f72 74.34%, #ff9f34 90.84%) */
    }

    .footer-subscribe {
        top: -48px;
        max-width: 783px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
        margin: 0 auto;
        padding: 36px;
        border-radius: 10px;
        overflow: hidden
    }

    .footer-subscribe::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(23.5px);
        opacity: .28
    }

    .footer-subscribe .graphic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover
    }

    .footer-middle::after,
    .footer-middle::before {
        /* background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%); */
        opacity: .5;
        left: 0;
        width: 100%;
        height: 1px;
        content: ""
    }

    .footer-subscribe .title {
        position: relative;
        font-family: "Lexend Deca", sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        color: #fff
    }

    .footer-subscribe .sForm {
        flex: 1 0 auto;
        max-width: 384px;
        position: relative
    }

    .footer-subscribe .sForm input {
        width: 100%;
        height: 50px;
        background-color: #fff;
        outline: 0;
        border: none;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(142, 142, 150, .6);
        border-radius: 10px;
        padding-left: 24.5px;
        padding-right: 120px
    }

    .footer-subscribe .sForm input::-moz-placeholder {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(142, 142, 150, .6)
    }

    .footer-subscribe .sForm input::placeholder,
    .footer-subscribe .sForm input:focus {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(142, 142, 150, .6)
    }

    .footer-subscribe .sForm button {
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        border: none;
        background-color: #000;
        padding: 0 20px;
        height: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Lexend Deca", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: #fff;
        border-radius: 5px
    }

    .footer-widget .title {
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        color: #fff
    }

    .footer-widget .info {
        max-width: 361px;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        color: #fff
    }

    .footer-nav li {
        margin-bottom: 14px
    }

    .footer-nav li a {
        position: relative;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        transition: .3s
    }

    .footer-copyright,
    .footer-nav-2 li a,
    .title-one .subtitle {
        font-size: 14px;
        line-height: 19px
    }

    .footer-nav-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px 37px;
        flex-wrap: wrap;
        padding-bottom: 30px
    }

    .footer-nav-2 li a {
        font-weight: 500;
        transition: .3s
    }

    .footer-middle {
        position: relative;
        padding: 20px 0
    }

    .footer-middle::before {
        position: absolute;
        top: 0
    }

    .footer-middle::after {
        position: absolute;
        bottom: 0
    }

    .footer-bottom {
        position: relative;
        padding: 40px 0;
        border-radius: 10px;
        overflow: hidden
    }

    .footer-bottom::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(112.65deg, #326efa 3.81%, #805cf2 21.52%, #ff34be 54.72%, #ff6f72 74.34%, #ff9f34 90.84%);
        filter: blur(151px);
        opacity: .14
    }

    .footer-copyright {
        font-weight: 500;
        color: #fff;
        text-align: center
    }

    .footer-copyright span {
        padding-right: 40px
    }

    .social-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 33px
    }

    .social-nav a {
        font-size: 22px;
        color: #fff;
        transition: .3s
    }

    .social-nav a:hover {
        color: #000
    }

    .footer-5 {
        background: #151d27
    }

    .footer-5 .footer-copyright,
    .footer-5 .footer-middle .footer-nav-2 li a,
    .footer-5 .footer-nav li a,
    .footer-5 .footer-widget .info {
        font-family: Lexend, sans-serif
    }

    .blog-item-6 .content .date p,
    .footer-6 .footer-nav li a {
        font-family: Poppins, sans-serif
    }

    .footer-6 {
        background: #062320
    }

    .footer-5 .footer-top {
        padding: 60px 0 40px
    }

    .footer-6 .footer-top {
        padding: 60px 0 50px
    }

    .footer-5 .footer-middle {
        padding-bottom: 0;
        padding-top: 26px
    }

    .counter-5 .item:last-child::before,
    .counter-6 .item:last-child::before,
    .custom-accordion-two .accordion-item:last-child::before,
    .footer-5 .footer-bottom::before,
    .footer-5 .footer-middle::after,
    .footer-6 .footer-bottom::before,
    .section-item-six .item:last-child::after,
    .upcoming-course-six-info .item:last-child::after {
        display: none
    }

    .footer-5 .footer-middle .footer-nav-2,
    .title-four .info:last-child,
    .upcoming-course-list-six li:last-child {
        padding-bottom: 0
    }

    .footer-5 .footer-bottom {
        border: none;
        border-radius: 0;
        padding: 30px 0 50px
    }

    .footer-6 .footer-bottom {
        border: none;
        border-radius: 0;
        padding: 20px 0 30px;
        border-top: 1px solid
    }

    .footer-5 .footer-widget .title {
        font-family: Raleway, sans-serif
    }

    .footer-6 .footer-widget .title {
        font-family: Mulish, sans-serif
    }

    .footer-6 .footer-widget .info {
        max-width: 280px;
        padding-bottom: 40px
    }

    .kitchen-social {
        display: flex;
        align-items: center;
        gap: 27px
    }

    .kitchen-social li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #fff;
        color: #062320
    }

    .title-one .subtitle {
        font-weight: 600;
        color: #ff58aa;
        letter-spacing: .145em;
        padding-bottom: 6px
    }

    .title-one .title {
        font-family: "Lexend Deca", sans-serif;
        font-size: 31px;
        font-weight: 600;
        line-height: 42px;
        color: #0f101a;
        padding-bottom: 8px
    }

    .title-one .bar {
        display: inline-block;
        padding: 1.5px 18.5px;
        border-radius: 100px;
        background: linear-gradient(90deg, #c473f5 25%, #ff867a 75%)
    }

    .title-two .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        color: #062320;
        padding-bottom: 30px
    }

    .title-two .info {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #909090
    }

    .blog-item {
        display: inline-block;
        padding: 16px 16px 20px;
        background-color: #fff;
        border-radius: 10px
    }

    .blog-item .img img {
        width: 100%;
        border-radius: 5px
    }

    .blog-item .content {
        padding-top: 20px
    }

    .blog-item .content .title,
    .course-item-one .content .title {
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        color: #171719;
        padding-bottom: 16px
    }

    .blog-item .content .info {
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        color: #8e8e96;
        padding-bottom: 20px
    }

    .blog-item .content .link {
        display: flex;
        align-items: center;
        gap: 7px;
        font-family: "Lexend Deca", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        color: #ff58aa
    }

    .blog-item-5 .date {
        font-family: Lexend, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        color: #8a9091;
        padding-bottom: 2px
    }

    .blog-item-5 .title {
        font-family: Raleway, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: #151d27;
        padding-bottom: 12px
    }

    .blog-item-5 .info {
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
        color: rgba(138, 144, 145, .9);
        padding-bottom: 30px
    }

    .blog-item-5 .link {
        color: #7291ff
    }

    .blog-item-6 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px
    }

    .blog-item-6 .img {
        flex: 1 0 auto;
        max-width: 244px;
        transition: .3s
    }

    .blog-item-6 .content {
        flex: 1 1 auto;
        max-width: 282px;
        transition: .3s
    }

    .blog-item-6 .content .date {
        display: flex;
        align-items: center;
        gap: 6px;
        padding-bottom: 4px
    }

    .blog-item-6 .content .date .icon,
    .course-item-6 .content .rate .icon,
    .course-item-6 .content .time .icon,
    .course-item-one .rating span,
    .price-item-5 .list li .icon,
    .section-kitchen-item .item .icon,
    .testimonial-item-5 .rate-no .icon {
        display: flex
    }

    .blog-item-6 .content .date p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
        color: #909090
    }

    .blog-item-6 .content .title {
        font-family: Mulish, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        color: #171719;
        padding-bottom: 12px
    }

    .blog-item-6 .content .info {
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #909090;
        padding-bottom: 20px
    }

    .blog-item-6 .content .link,
    .upcoming-course-six-info .item .title.price {
        color: #00907f
    }

    .faq-img {
        position: relative;
        text-align: center
    }

    .faq-img::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 470px;
        height: 470px;
        border-radius: 50%;
        background: linear-gradient(124.88deg, rgba(50, 110, 250, .08) 9.74%, rgba(128, 92, 242, .08) 32.6%, rgba(255, 52, 190, .08) 48.07%, rgba(255, 111, 114, .08) 71.48%, rgba(255, 159, 52, .08) 85.92%);
        filter: blur(57px)
    }

    @media screen and (max-width:1200px) {
        .blog-item-6 .content,
        .blog-item-6 .img {
            max-width: 226px
        }
        .faq-img::before {
            width: 100%;
            height: 100%
        }
    }

    .custom-accordion-two .accordion-item {
        position: relative;
        overflow: hidden;
        border: none;
        border-radius: 0
    }

    .custom-accordion-two .accordion-item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.5px;
        background: linear-gradient(124.88deg, rgba(147, 148, 158, .3) 9.74%, rgba(147, 148, 158, .3) 32.6%, rgba(147, 148, 158, .3) 48.07%, rgba(147, 148, 158, .3) 71.48%, rgba(147, 148, 158, .3) 85.92%);
        z-index: 3;
        transition: .3s
    }

    .custom-accordion-two .accordion-item:has(.show)::before {
        background: linear-gradient(124.88deg, rgba(50, 110, 250, .9) 9.74%, rgba(128, 92, 242, .9) 32.6%, rgba(255, 52, 190, .9) 48.07%, rgba(255, 111, 114, .9) 71.48%, rgba(255, 159, 52, .9) 85.92%)
    }

    .faq-6 .accordion-item:has(.show)::before {
        background: linear-gradient(124.88deg, rgba(147, 148, 158, .3) 9.74%, rgba(147, 148, 158, .3) 32.6%, rgba(147, 148, 158, .3) 48.07%, rgba(147, 148, 158, .3) 71.48%, rgba(147, 148, 158, .3) 85.92%)
    }

    .custom-accordion-two .accordion-item:first-child .accordion-header .accordion-button {
        padding-top: 0
    }

    .custom-accordion-two .accordion-item .accordion-header .accordion-button {
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        color: #171719;
        box-shadow: 0 0 0 transparent !important;
        padding: 24px 0;
        background-color: #fff;
        transition: .3s
    }

    .faq-5 .accordion-item .accordion-header .accordion-button {
        font-family: Raleway, sans-serif;
        font-weight: 700;
        color: #151d27
    }

    .faq-6 .accordion-item .accordion-header .accordion-button {
        font-family: Mulish, sans-serif;
        font-weight: 700;
        color: #00907f
    }
    /* .faq-6 .accordion-item .accordion-header .accordion-button.collapsed {
    color: #062320
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    position: relative;
    padding-bottom: 0
}

.custom-accordion-two .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../image/icon/minus.svg) !important
}

.faq-5 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../image/icon/minus-2.svg) !important
}

.faq-6 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../image/icon/faq-down.svg) !important;
    background-size: 17px;
    height: 11px;
    width: 17px
} */

    .custom-accordion-two .accordion-item .accordion-header .accordion-button::after {
        background-image: url(../image/icon/plus.svg) !important;
        background-size: 17px;
        height: 17px;
        width: 18px;
        background-position: center;
        transition: .3s
    }

    .faq-5 .accordion-item .accordion-header .accordion-button::after {
        background-image: url(../image/icon/plus-2.svg) !important;
        background-size: 36px;
        height: 36px;
        width: 36px
    }

    .faq-6 .accordion-item .accordion-header .accordion-button::after {
        background-image: url(../image/icon/faq-right.svg) !important;
        background-size: 11px;
        height: 17px;
        width: 11px
    }

    .custom-accordion-two .accordion-item .accordion-header .accordion-button:focus {
        border-color: transparent !important
    }

    .custom-accordion-two .accordion-item .accordion-header .accordion-button:focus-within {
        outline: 0 !important
    }

    .custom-accordion-two .accordion-item .accordion-body {
        padding: 14px 30px 18.5px 0
    }

    .custom-accordion-two .accordion-item .accordion-body p {
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        color: #8e8e96
    }

    .instructor-item {
        position: relative;
        max-height: 243px;
        border-radius: 10px;
        overflow: hidden
    }

    .instructor-item::before {
        content: "";
        position: absolute;
        top: 31px;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.58%, rgba(23, 23, 25, .328) 63.57%, rgba(23, 23, 25, .8) 95.16%);
        transition: .3s
    }

    .instructor-item .content {
        position: absolute;
        bottom: -77px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 284px;
        width: 100%;
        text-align: center;
        transition: .3s
    }

    .instructor-item .content .title {
        position: relative;
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: #fff;
        padding-bottom: 6px;
        margin-bottom: 8px;
        transition: .3s
    }

    .instructor-item .content .title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 28px;
        height: 1px;
        border-radius: 20px;
        background-color: #ff58aa
    }

    .instructor-item .content .info {
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        color: #fff;
        margin-top: 12px;
        transition: .3s
    }

    .instructor-item .content .social-nav a {
        font-size: 12px
    }

    .instructor-item:hover::before {
        top: 0;
        background: linear-gradient(180deg, rgba(23, 23, 25, .6) 22.58%, rgba(23, 23, 25, .6) 63.57%, rgba(23, 23, 25, .6) 95.16%)
    }

    .instructor-item:hover .content {
        bottom: 20px
    }

    .instructor-item-5 {
        --content-bg: #fff3b5;
        position: relative;
        margin-bottom: 40px
    }

    .instructor-item-5 .img {
        position: relative;
        max-height: 294px;
        border-radius: 20px;
        overflow: hidden
    }

    .instructor-item-5 .img::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0%;
        max-height: 240px;
        background: linear-gradient(180deg, rgba(21, 29, 39, 0) 0, rgba(21, 29, 39, .397437) 60.39%, rgba(21, 29, 39, .6) 100%);
        transition: .3s
    }

    .instructor-item-5 .content {
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        max-width: 224px;
        max-height: 71px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--content-bg);
        border-radius: 18px
    }

    .instructor-item-5 .content .title {
        font-family: Raleway, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        color: #171719
    }

    .instructor-item-5 .content .subtitle {
        font-family: Lexend, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #151d27
    }

    .instructor-item-5 .social {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        transition: .3s
    }

    .banner-img,
    .bar-right::after {
        transform: translateY(-50%);
        top: 50%
    }

    .instructor-item-5:hover .img::before {
        height: 100%
    }

    .instructor-item-5:hover .social {
        bottom: 60px
    }

    .instructor-item-6 {
        position: relative;
        max-width: 334px;
        margin: 0 auto 30px;
        height: 100%
    }

    .instructor-item-6 .img {
        position: relative;
        max-height: 384px;
        text-align: center
    }

    .instructor-item-6 .img::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 152px 152px 0 0;
        background: linear-gradient(159.18deg, rgba(0, 144, 127, .5) -6.24%, rgba(0, 120, 106, .69317) 61.6%, #006e61 110.24%)
    }

    .instructor-item-6 .img::after {
        content: "";
        position: absolute;
        top: 60%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        max-height: 303px;
        background-image: url(../image/instructor/instructor-bg-6.png);
        background-repeat: no-repeat;
        background-position: center center
    }

    .instructor-item-6 .img>img {
        position: relative;
        max-height: 384px;
        z-index: 1
    }

    .instructor-item-6 .content {
        text-align: center;
        padding-top: 13px
    }

    .instructor-item-6 .content .title {
        font-family: Raleway, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 48px;
        color: #062320
    }

    .instructor-item-6 .content .subtitle {
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 45px;
        color: rgba(144, 144, 144, .8);
        padding-bottom: 8px
    }

    .course-item-one .date,
    .course-item-one .date span,
    .course-item-one .rating .no {
        font-family: "Lexend Deca", sans-serif;
        line-height: 26px;
        color: #fff
    }

    .instructor-item-6 .content .social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px
    }

    .instructor-item-6 .content .social li a {
        color: #00907f !important
    }

    .course-item-one {
        position: relative;
        display: block;
        background-color: #fff;
        border-radius: 10px;
        padding: 16px
    }

    .category-item,
    .service-item-one {
        background-color: #fff;
        box-shadow: 0 .875rem 2rem rgba(147, 148, 158, .2)
    }

    .course-item-one .img img {
        border-radius: 5px;
        width: 100%
    }

    .course-item-one .rating {
        position: absolute;
        top: 10px;
        left: 10px;
        background: rgba(23, 23, 25, .8);
        border-radius: 3px;
        padding: 1px 7px 2px;
        display: flex;
        align-items: center;
        gap: 5px
    }

    .course-item-one .rating .no {
        font-size: 15px;
        font-weight: 500
    }

    .course-item-one .date {
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 3px;
        background: rgba(23, 23, 25, .8);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1px 13px 4px 14px;
        font-size: 15px;
        font-weight: 500
    }

    .course-item-one .date span {
        font-size: 24px;
        font-weight: 600
    }

    .course-item-6 .content,
    .course-item-one .content {
        padding-top: 16px
    }

    .course-item-one .content .title:has(~.info) {
        padding-bottom: 8px
    }

    .course-item-one .content .info,
    .service-item-one .info {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: #8e8e96
    }

    .category-item .info,
    .service-item-one .title {
        font-size: 18px;
        font-family: "Lexend Deca", sans-serif
    }

    .course-item-one .content .price {
        font-family: "Lexend Deca", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        color: #171719
    }

    .course-item-one .content .view-play {
        display: flex;
        align-items: center;
        gap: 14px
    }

    .course-item-one .content .view-play .item,
    .testimonial-item-5 .rate-no {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .course-item-one .content .view-play .item .icon {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ff58aa
    }

    .course-item-one .content .view-play .item .info {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #8e8e96
    }

    .bar-right::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 128px;
        border-radius: 100px;
        background: linear-gradient(0deg, #c473f5 25%, #ff867a 75%);
        transition: .3s
    }

    .about-info {
        display: flex;
        flex-wrap: wrap;
        gap: 54px 30px
    }

    .about-info .item {
        --icon-color: #ff58aa;
        flex: 0 0 145px
    }

    .about-info .item .title {
        font-family: "Lexend Deca", sans-serif;
        font-size: 43px;
        font-weight: 600;
        line-height: 57px;
        color: #0f101a
    }

    .about-info .item .title span {
        color: var(--icon-color)
    }

    .about-info .item .info {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        color: #171719
    }

    .about-img {
        overflow: hidden;
        border-radius: 10px
    }

    .scategories-4 .row {
        row-gap: 30px
    }

    .category-item {
        display: flex;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        height: 100%;
        padding: 15px 22px
    }

    .category-item .icon {
        --bg: linear-gradient(151.07deg, #4534de 60.08%, rgba(69, 52, 222, 0) 100.02%);
        position: relative;
        flex: 0 0 50px
    }

    .category-item .icon::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--bg);
        opacity: .2
    }

    .category-item .info {
        font-weight: 500;
        line-height: 25px;
        color: #171719
    }

    .service-item-one {
        position: relative;
        border-radius: 10px;
        height: 100%;
        padding: 24px
    }

    .course-item-5,
    .price-item-5 {
        box-shadow: 0 14px 32px rgba(147, 148, 158, .2)
    }

    .service-item-one .icon {
        max-width: 78px
    }

    .service-item-one .title {
        font-weight: 600;
        line-height: 25px;
        color: #171719;
        padding: 12px 0
    }

    .banner-img {
        position: absolute;
        right: 0;
        max-width: 750px
    }

    .banner-content {
        position: relative;
        padding-top: 93px;
        padding-bottom: 50px;
        max-width: 585px;
        margin: 0 auto
    }

    .banner-content .title {
        font-family: "Lexend Deca", sans-serif;
        font-size: 52px;
        font-weight: 700;
        line-height: 64px;
        color: #0f101a;
        padding-bottom: 12px
    }

    .banner-content .title .color-1 {
        color: #ff58aa
    }

    .banner-content .title .size-1 {
        position: relative;
        display: inline-block;
        font-size: 105px;
        line-height: 129px
    }

    .banner-content .title .size-1::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 53px;
        background: linear-gradient(90deg, #cc7bff -4.24%, #ffc887 113.04%);
        filter: blur(15px);
        z-index: -1
    }

    .banner-content .info {
        max-width: 470px;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: #8e8e96;
        padding-bottom: 30px
    }

    .banner-five-content,
    .banner-six-content {
        max-width: 561px;
        margin: 0 auto
    }

    .banner-five-content .subtitle {
        font-family: Lexend, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: #ff65e7;
        letter-spacing: .15em;
        padding-bottom: 6px
    }

    .banner-five-content .title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-family: Raleway, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 64px;
        color: #1a2038;
        letter-spacing: .15em;
        padding-bottom: 30px
    }

    .banner-five-content .title span.graphic {
        position: relative;
        font-family: "Secular One", sans-serif;
        text-shadow: 0 5px 10px rgba(114, 145, 255, .26);
        font-size: 97px;
        font-weight: 400;
        line-height: 99px;
        color: #7291ff
    }

    .banner-five-content .title span.graphic::after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: -15px;
        width: 226px;
        height: 26px;
        background-image: url(../image/banner-five-graphic-1-1.svg);
        background-repeat: no-repeat
    }

    .banner-five-content .title span.graphic::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -55px;
        width: 47px;
        height: 48px;
        background-image: url(../image/banner-five-graphic-1-2.svg)
    }

    .banner-five-content .info {
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #8a9097;
        padding-bottom: 30px;
        max-width: 470px
    }

    .banner-five-content .link,
    .banner-five-content .link-video {
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px
    }

    .banner-five-content .link {
        position: relative;
        display: inline-block;
        padding: 14px 22px;
        border-radius: 14px;
        background: #7291ff;
        color: #fff
    }

    .banner-five-content .link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 35px;
        background: linear-gradient(90deg, rgba(210, 139, 255, .8) -4.24%, rgba(159, 134, 255, .8) 57.49%, rgba(114, 145, 255, .8) 113.04%);
        filter: blur(17px);
        border-radius: 10px
    }

    .price-item-5,
    .price-item-5.active .p-icon,
    .price-item-5:hover .p-icon {
        background-color: #fff
    }

    .banner-five-content .link-video {
        display: flex;
        align-items: center;
        gap: 18px;
        color: #151d27
    }

    .banner-five-content .link-video .icon {
        flex: 0 0 46px
    }

    .banner-six-content .subtitle {
        font-family: Mulish, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #00907f;
        letter-spacing: .15em;
        padding-bottom: 10px
    }

    .banner-six-content .title {
        font-family: Mulish, sans-serif;
        font-size: 52px;
        font-weight: 700;
        line-height: 70px;
        color: #062320
    }

    .banner-six-content .title .color-1 {
        font-size: 58px;
        font-weight: 800;
        line-height: 78px;
        color: #00907f
    }

    .banner-six-content .title .size-1 {
        font-size: 47px;
        font-weight: 700;
        line-height: 55px;
        color: #062320
    }

    .banner-six-content .info {
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #909090;
        padding-bottom: 30px
    }

    .testimonial-item-5 {
        position: relative;
        max-width: 350px;
        margin: 0 auto
    }

    .testimonial-item-5 .quote {
        position: absolute;
        top: 0;
        right: 0
    }

    .testimonial-item-5 .title {
        display: flex;
        align-items: center;
        gap: 30px;
        padding-bottom: 15px
    }

    .testimonial-item-5 .title .img {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .testimonial-item-5 .title .content .name {
        font-family: Raleway, sans-serif;
        font-size: 17px;
        font-weight: 700;
        line-height: 25px;
        color: #171719;
        padding-bottom: 5px
    }

    .testimonial-item-5 .t-info,
    .testimonial-item-5 .title .content .time {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #8a9097;
        font-family: Lexend, sans-serif
    }

    .testimonial-item-5 .title .content .time {
        padding-bottom: 5px
    }

    .testimonial-item-5 .t-info {
        padding-bottom: 8px
    }

    .testimonial-item-5 .rate-no .info {
        font-family: Lexend, sans-serif;
        font-size: 21px;
        font-weight: 500;
        line-height: 37px;
        color: #151d27;
        padding-bottom: 0
    }

    .testimonial-5 .slick-dots li button::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 9.62px;
        height: 9.62px;
        border-radius: 50%;
        background-color: rgb(138 144 151 / .3);
        opacity: 1;
        color: transparent;
        transition: .3s
    }

    .testimonial-5 .slick-dots li.slick-active button::before {
        width: 15.38px;
        height: 15.38px;
        background: #7291ff
    }

    .brand-5 .container {
        max-width: 1311px
    }

    .price-item-5 {
        --icon-bg: rgba(170, 239, 147, 0.3);
        border-radius: 20px;
        padding: 35px 30px 21px;
        height: 100%;
        transition: .3s
    }

    .price-item-5 .p-icon {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--icon-bg);
        margin-bottom: 35px;
        transition: .3s
    }

    .price-item-5 .link,
    .price-item-5.active,
    .price-item-5:hover {
        background-color: #7291ff
    }

    .price-item-5 .title {
        font-family: Raleway, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        color: #171719;
        padding-bottom: 16px;
        transition: .3s
    }

    .price-item-5 .info,
    .price-item-5 .price {
        font-weight: 400;
        line-height: 24px;
        color: #8a9097;
        font-family: Lexend, sans-serif;
        font-size: 15px;
        transition: .3s
    }

    .price-item-5 .info {
        padding-bottom: 40px
    }

    .price-item-5 .price {
        border-bottom: 1px solid rgba(138, 144, 151, .3);
        padding-bottom: 25px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 5px
    }

    .price-item-5 .price span {
        font-size: 48px;
        font-weight: 500;
        line-height: 26px;
        color: #151d27;
        transition: .3s
    }

    .price-item-5 .link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px;
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        color: #fff !important;
        border-radius: 14px;
        transition: .3s
    }

    .title-three .list li,
    .title-three .title {
        color: #151d27;
        font-family: Raleway, sans-serif
    }

    .price-item-5 .list li {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-bottom: 20px
    }

    .price-item-5 .list li p {
        font-family: Raleway, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        color: #171719
    }

    .price-item-5.active .info,
    .price-item-5.active .list li p,
    .price-item-5.active .price,
    .price-item-5.active .price span,
    .price-item-5.active .title,
    .price-item-5:hover .info,
    .price-item-5:hover .list li p,
    .price-item-5:hover .price,
    .price-item-5:hover .price span,
    .price-item-5:hover .title {
        color: #fff
    }

    .price-item-5.active .price,
    .price-item-5:hover .price {
        border-bottom-color: #fff
    }

    .price-item-5.active .link,
    .price-item-5:hover .link {
        background-color: #fff;
        color: #7291ff !important
    }

    .price-item-5.active .list li .icon svg path,
    .price-item-5:hover .list li .icon svg path {
        fill: #fff
    }

    .title-three .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        padding-bottom: 30px
    }

    .title-three .info,
    .title-three .link {
        font-family: Lexend, sans-serif;
        font-size: 15px
    }

    .title-three .info {
        font-weight: 400;
        line-height: 25px;
        color: #8a9097;
        padding-bottom: 30px
    }

    .title-three .list li {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        padding-left: 26px;
        margin-bottom: 18px
    }

    .title-three .list li::before {
        content: "";
        position: absolute;
        top: 40%;
        left: 0;
        width: 10px;
        height: 3px;
        background: #7291ff;
        border-radius: 3px
    }

    .title-three .link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 14px 26px;
        border-radius: 14px;
        background: #7291ff;
        font-weight: 500;
        line-height: 19px;
        color: #fff
    }

    .title-four .title {
        font-family: Mulish, sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        color: #062320;
        padding-bottom: 30px
    }

    .title-four .info {
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        color: #909090;
        padding-bottom: 30px
    }

    .title-graphic-five::before {
        content: "";
        position: absolute;
        bottom: -25%;
        left: 30%;
        width: 91px;
        height: 95px;
        background-image: url(../image/graphic-5-1.png);
        background-repeat: no-repeat
    }

    .course-item-5 {
        --content-bg: #ffc5f6;
        --price-color: #ff5be6;
        --user-bg: #ffe4fb;
        --fill-bg: #ff5be6;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        max-height: 314px
    }

    .course-item-6,
    .upcoming-course-six:hover {
        box-shadow: 0 14px 32px rgba(0, 144, 127, .2)
    }

    .course-item-5 .img {
        max-height: 273px
    }

    .course-item-5 .img img {
        width: 100%;
        height: 100%;
        max-height: 261px
    }

    .course-item-5 .price {
        position: absolute;
        top: 16px;
        left: 16px;
        background-color: #fff;
        padding: 10px 14px;
        font-family: Lexend, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        color: var(--price-color);
        border-radius: 10px
    }

    .course-item-5 .content {
        position: relative;
        top: -30px;
        border-radius: 0 33px 20px 20px;
        padding: 12px 20px 16px;
        background: var(--content-bg)
    }

    .course-item-5 .content .user {
        position: absolute;
        top: -25px;
        right: 31px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        overflow: hidden;
        background: var(--user-bg);
        padding: 3px
    }

    .counter-5 .item::before,
    .counter-6 .item::before,
    .upcoming-course-six-info .item::after {
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        content: ""
    }

    .course-item-5 .content .user img {
        width: 100%;
        border-radius: 50%
    }

    .course-item-5 .content .title {
        font-family: Raleway, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: #171719;
        padding-bottom: 6px
    }

    .course-item-5 .content .info {
        display: flex;
        align-items: center;
        gap: 6px;
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #151d27
    }

    .course-item-5 .content .info span svg path {
        fill: var(--fill-bg)
    }

    .course-item-6 {
        position: relative;
        background-color: #fff;
        padding: 16px
    }

    .course-item-6 .content .title {
        font-family: Mulish, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: #171719;
        padding-bottom: 10px
    }

    .course-item-6 .content .time-rate {
        border-bottom: 1px solid rgba(144, 144, 144, .3);
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    .course-item-6 .content .time {
        gap: 8px
    }

    .course-item-6 .content .time .info {
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #909090;
        line-height: 1.2 !important
    }

    .course-item-6 .content .rate {
        gap: 5px
    }

    .course-item-6 .content .rate .info {
        font-family: Mulish, sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 26px;
        color: #062320
    }

    .course-item-6 .content .user {
        gap: 11px
    }

    .course-item-6 .content .user .img,
    .upcoming-course-six-content .content .user .img {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden
    }

    .course-item-6 .content .user .name,
    .upcoming-course-six-content .content .user .name {
        font-family: Mulish, sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 26px;
        color: #171719
    }

    .course-item-6 .content .price {
        font-family: Mulish, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        color: #00907f
    }

    .upcoming-course-five li {
        position: relative;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        gap: 26px;
        max-width: 686px;
        margin-left: auto;
        margin-bottom: 25px
    }

    .upcoming-course-five li:nth-child(2n) {
        margin-right: auto;
        margin-left: unset
    }

    .upcoming-course-five li .date {
        flex: 0 0 76px;
        height: 138px;
        position: relative;
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        color: #8a9097
    }

    .upcoming-course-five li .date span {
        display: block;
        font-family: Raleway, sans-serif;
        font-size: 38px;
        font-weight: 600;
        color: #151d27;
        padding-bottom: 9px
    }

    .upcoming-course-five li .date::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        max-height: 62px;
        background: #ffc5f6
    }

    .upcoming-course-five li .course {
        flex: 1 1 auto;
        max-width: 535px;
        display: flex;
        align-items: center;
        gap: 20px
    }

    .upcoming-course-five li .course .img {
        flex: 0 0 181px;
        max-width: 181px;
        max-height: 138px;
        border-radius: 20px;
        overflow: hidden
    }

    .upcoming-course-five li .course .content {
        flex: 1 1 372px
    }

    .upcoming-course-five li .course .title {
        font-family: Raleway, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: #171719;
        padding-bottom: 14px
    }

    .upcoming-course-five li .course .info {
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #8a9097;
        padding-bottom: 14px
    }

    .upcoming-course-five li .course .price {
        font-family: Lexend, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        color: #151d27
    }

    .upcoming-course-list-six li {
        padding-bottom: 28px
    }

    .upcoming-course-six {
        max-width: 1059px;
        margin: 0 auto;
        display: block;
        background-color: #fff;
        box-shadow: 0 14px 32px rgba(147, 148, 158, .2);
        padding: 16px 46px 16px 16px;
        transition: .3s
    }

    .upcoming-course-six-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px
    }

    .upcoming-course-six-content .img {
        flex: 0 0 auto;
        max-width: 195px
    }

    .upcoming-course-six-content .content {
        flex: 0 1 auto;
        max-width: 270px
    }

    @media screen and (max-width:1080px) {
        .upcoming-course-six-content .content {
            max-width: 226px
        }
    }

    .upcoming-course-six-content .content .title {
        font-family: Mulish, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        color: #171719;
        padding-bottom: 20px
    }

    .upcoming-course-six-content .content .user {
        display: flex;
        align-items: center;
        gap: 11px
    }

    .upcoming-course-six-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 407px;
        margin-left: auto
    }

    .upcoming-course-six-info .item::after {
        position: absolute;
        right: -47px;
        height: 57px;
        background-color: rgba(144, 144, 144, .3)
    }

    .upcoming-course-six-info .item .subtitle {
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        color: #909090;
        padding-bottom: 13px
    }

    .upcoming-course-six-info .item .title {
        font-family: Mulish, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        color: #062320
    }

    .course-training-five .img {
        text-align: center;
        max-width: 150px;
        margin: 0 auto 25px
    }

    .course-training-five .content .title {
        font-family: "Lexend Deca";
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        color: #151d27;
        padding-bottom: 15px
    }

    .course-training-five .content .info {
        font-family: Lexend;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #8a9097
    }

    .counter-5,
    .counter-6 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px
    }

    .counter-5 .item,
    .counter-6 .item {
        flex: 1 0 auto;
        position: relative;
        text-align: center;
        max-width: 189px
    }

    .counter-5 .item::before {
        position: absolute;
        right: -69px;
        height: 64px;
        background: rgba(138, 144, 151, .3)
    }

    .counter-5 .item .graphic {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .counter-5 .item .title {
        position: relative;
        font-family: Raleway, sans-serif;
        font-size: 89px;
        font-weight: 600;
        color: #151d27
    }

    .counter-5 .item .info {
        position: relative;
        font-family: Lexend, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #151d27
    }

    .counter-6 .item::before {
        position: absolute;
        right: -69px;
        height: 77px;
        background: rgba(144, 144, 144, .3)
    }

    @media screen and (max-width:991px) {
        .menu-header .main-menu {
            padding: 1.25rem
        }
        .banner-img,
        .navigation-main-area {
            display: none
        }
        .blog-item-6 .content,
        .blog-item-6 .img {
            max-width: 100%
        }
        .about-info {
            justify-content: space-between
        }
        .upcoming-course-five {
            max-width: 756px;
            margin: 0 auto
        }
        .upcoming-course-six {
            padding: 16px
        }
        .upcoming-course-six-content {
            justify-content: center
        }
        .upcoming-course-six-content .content {
            max-width: 270px
        }
        .upcoming-course-six-info {
            margin: 0 auto
        }
        .counter-5 .item::before {
            right: -15px
        }
        .counter-6 .item::before {
            right: -40px
        }
    }

    @media screen and (576px <=width <=767px) {
        .counter-6 .item {
            flex-basis: 50%
        }
        .counter-6 .item::before {
            right: -100px
        }
    }

    .counter-6 .item .title {
        font-family: Mulish, sans-serif;
        font-size: 82px;
        font-weight: 600;
        color: #00907f
    }

    .counter-6 .item .info {
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #151d27
    }

    .become-instructor-6-img {
        position: relative;
        max-width: 451px;
        margin: 0 auto
    }

    .become-instructor-6-img::after {
        content: "";
        position: absolute;
        top: 0;
        right: 40px;
        width: 100%;
        max-width: 326px;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 144, 127, .68) -38.32%, rgba(0, 144, 127, 0) 86.27%)
    }

    .become-instructor-6-img img {
        max-width: 411px
    }

    .become-instructor-6-img .video-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 98px;
        height: 98px;
        border: 6px solid #fff;
        border-radius: 50%;
        background: linear-gradient(159.28deg, #00907f 8.26%, #006e61 110.27%);
        z-index: 1
    }

    .section-kitchen-item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px 47px;
        max-width: 514px
    }

    .section-kitchen-item .item {
        flex: 1 0 182px;
        display: flex;
        align-items: center;
        gap: 16px
    }

    .section-kitchen-item .item .info {
        font-family: Mulish, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        color: #151d27
    }

    .section-kitchen-img {
        max-width: 596px
    }

    .section-item-six {
        max-width: 1076px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px 0
    }

    .section-item-six .item {
        flex: 0 0 264px;
        position: relative;
        text-align: center
    }

    .section-item-six .item::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -71px;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        max-height: 118px;
        background: rgba(144, 144, 144, .3)
    }

    @media screen and (max-width:991px) {
        .become-instructor-6-img {
            margin-bottom: 30px
        }
        .section-item-six {
            max-width: 100%
        }
        .section-item-six .item {
            flex-basis: 248px
        }
        .section-item-six .item::after {
            right: 0
        }
    }

    @media screen and (max-width:767px) {
        .fz_sm_26_b_42 {
            font-size: 26px;
            font-weight: 500;
            line-height: 42px
        }
        .bar-right::after {
            top: auto;
            bottom: 0;
            right: auto;
            left: 50%;
            transform: translate(-50%, 0);
            width: 128px;
            height: 1px
        }
        .upcoming-course-five li .course {
            max-width: 450px
        }
        .section-item-six {
            justify-content: center
        }
        .section-item-six .item:nth-child(2)::after {
            display: none
        }
    }

    @media screen and (max-width:575px) {
        .header-social {
            justify-content: center
        }
        .footer-subscribe {
            flex-direction: column;
            gap: 20px
        }
        .banner-content .title .size-1 {
            font-size: 72px;
            line-height: 80px
        }
        .banner-five-content .title {
            font-size: 30px
        }
        .banner-five-content .title span.graphic {
            font-size: 70px
        }
        .banner-six-content .title .color-1,
        .banner-six-content .title .size-1 {
            font-size: 35px
        }
        .banner-six-content .title {
            font-size: 43px
        }
        .upcoming-course-five {
            margin-top: 30px
        }
        .upcoming-course-five li .date {
            height: 80px
        }
        .upcoming-course-five li .date::before {
            width: 100%;
            max-width: 62px;
            max-height: 2px;
            left: 0
        }
        .upcoming-course-five li .course {
            flex-wrap: wrap
        }
        .upcoming-course-six-info .item::after {
            right: -25px
        }
        .counter-6 .item {
            flex-basis: 100%;
            max-width: 100%
        }
        .counter-6 .item::before {
            top: auto;
            bottom: -20px;
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            width: 77px;
            height: 1px
        }
        .become-instructor-6-img img {
            max-width: 100%
        }
        .section-item-six {
            flex-direction: column
        }
        .section-item-six .item {
            flex-basis: 210px
        }
        .section-item-six .item::after {
            width: 100%;
            max-width: 118px;
            height: 1px;
            top: auto;
            bottom: 0;
            right: auto;
            left: 50%;
            transform: translateX(-50%) translateY(0)
        }
        .section-item-six .item:nth-child(2)::after {
            display: block
        }
    }

    .section-item-six .item .icon img {
        max-width: 69px
    }

    .section-item-six .item .content .title {
        font-family: Mulish, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        color: #062320;
        padding-bottom: 15px
    }

    .section-item-six .item .content .info {
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #909090
    }
    /*new-style.css END*/
    /*responsive.css*/
    /* .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
} */

    @media (max-width:1200px) {
        .bannar-card .banner-card-1 {
            padding: 18px 0
        }
        .student .man {
            width: 165px;
            height: 217px;
            margin-top: -38px;
            padding-right: 28px
        }
        .search-option {
            margin-top: 0
        }
        .student-feed-back-text {
            margin-left: 20px
        }
        .c-d-3-banner img {
            max-width: 1000px
        }
        .course-decription-3 .course-left-side {
            margin-top: 200px
        }
        .blog-body .left-tag {
            display: block
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .sing-up-right .resend-code .form-control {
            margin: 0 9px 8px 2px
        }
        .sing-up-right .resend-code .btn {
            border: 1.5px solid #6e798a45;
            margin-top: 18px;
            margin-left: 0;
            background-color: #754ffe;
            margin-bottom: 30px;
            padding: 6px 12px
        }
        .profile-input .form-control {
            border-radius: 10px;
            border: 1.5px solid #6e798a49;
            font-size: 13px;
            padding: 12px 20px;
            width: 192px
        }
        .price-card .price-card-full-body .price-btn a {
            padding: 14px 32px
        }
        .cart-total .cart-total-btn a {
            padding: 11px 13px
        }
    }

    @media (max-width:1100px) {
        .c-d-3-banner img {
            max-width: 900px
        }
        .blog-body .left-tag {
            display: block
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .cart-total .cart-total-btn a {
            padding: 11px 13px
        }
    }

    @media all and (min-width:992px) {
        .inline-form,
        .mobile-view-offcanves {
            display: none !important
        }
    }

    @media all and (max-width:991px) {
        /* .bannar-hide,
    .h-1-banner .h-1-banner-text h1 span::before,
    .navbar-collapse,
    .navbar-collapse .antryArea,
    .navbar-collapse .main-nav-wrap {
        display: none
    } */
        .menu-offcanves {
            display: inline-flex;
            align-items: center
        }
        .menu-offcanves li {
            margin-left: 18px
        }
        .btn-bar {
            font-size: 30px;
            margin-right: 12px;
            color: #754ffe
        }
        .profile-input,
        .profile-input-3 {
            margin-right: 0
        }
        .blog-body .left-tag,
        .hoverMenuSearch,
        .m-search-icon,
        .my-course-1-full-body .my-course-1-full-body-card {
            display: block
        }
        .h-3-banner-text h1 {
            font-size: 45px
        }
        .h-3-bannar-card {
            margin-top: 50px
        }
        .h-3-courses .h-3-banner-button {
            margin-top: 23px
        }
        .h-3-about {
            margin-bottom: 17px
        }
        .h-3-top-categories {
            margin-bottom: 65px
        }
        .course-group-slider .slick-next,
        .course-group-slider .slick-prev {
            display: none !important
        }
        .expert-instructor .instructor-card .instructor-card-body,
        .world-class .world-class-content h1 {
            margin-bottom: 30px
        }
        .top-categories {
            padding: 60px 0 30px
        }
        .menu_pro_tgl_bg {
            right: -162px;
            top: 51px
        }
        .path-pos::after {
            left: -21px
        }
        .menu_pro_cart {
            left: 8px;
            top: 51px
        }
        .menu_pro_wish {
            left: 0;
            top: 50px
        }
        .menu_pro_wish .path_pos_wish-2::after {
            left: 0
        }
        .hoverSearch {
            top: -50px;
            right: 73px
        }
        .menu_pro_cart .path_pos_wish-2::after {
            left: 3px
        }
        .header-dropdown {
            padding: 7px 13px
        }
        .navbarHover {
            position: static;
            display: none
        }
        .h-1-banner .bannar-card {
            position: static;
            margin-top: 57px
        }
        .forget-pass,
        .introduction-item,
        .search-option {
            margin-top: 0
        }
        .h-1-banner .h-1-banner-text h1 span::after {
            top: -2px
        }
        .bannar-card .banner-card-1 {
            margin: 10px;
            padding: 18px 0
        }
        .h-1-banner {
            margin-bottom: 0
        }
        .course-card {
            margin-top: 39px
        }
        .c-d-3-banner img {
            max-width: 800px
        }
        .course-decription-3 .course-left-side {
            margin-top: 100px
        }
        .c-d-3-banner .card-video-icon i {
            top: 73%
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .sing-up-right .resend-code .form-control {
            margin: 0 5px 7px 3px;
            width: 40px
        }
        .sing-up-right .resend-code .btn {
            border: 1.5px solid #6e798a45;
            margin-top: 18px;
            margin-left: 0;
            background-color: #754ffe;
            margin-bottom: 30px;
            padding: 6px 12px
        }
        .wish-list-body .wish-list-search .search-btn i {
            position: absolute;
            left: 11px;
            top: 12px;
            color: #6e798a6e;
            font-size: 18px;
            cursor: pointer
        }
        .wish-list-body .wish-list-search .form-control {
            padding: 11px 0 10px 41px;
            margin-bottom: 18px;
            font-size: 13px
        }
        .profile .profile-parrent .profile-child h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 3px
        }
        .profile .profile-parrent .profile-child-btn a {
            border: 1.5px solid #1e293b35;
            padding: 6px 12px;
            margin-left: 10px
        }
        .profile .profile-parrent .profile-child-btn {
            display: block ruby
        }
        .profile .profile-parrent .profile-child .child-text {
            margin-left: 9px
        }
        .profile .profile-parrent img {
            height: 120px;
            width: 120px
        }
        .profile-input .form-control {
            padding: 12px 0 10px 20px;
            width: 139px
        }
        .profile-input {
            display: flex
        }
        .input-group #inputGroupSelect04 {
            padding: 0 23px;
            height: 43px
        }
        .profile-font-icon {
            margin-left: 11px;
            margin-top: 15px;
            display: flex
        }
        .faq .faq-accrodion .faq-acc-heading h1 {
            font-size: 34px;
            font-weight: 700
        }
        .faq-accrodion .accordion .accordion-button {
            font-size: 17px;
            font-weight: 700;
            padding-bottom: 10px;
            padding-left: 0
        }
        .faq .faq-accrodion .faq-acc-heading {
            margin-bottom: 26px
        }
        .about-us .about-us-r-1 img,
        .about-us .about-us-r-2 img {
            height: 120px;
            width: 141px;
            border-radius: 10px 10px 0 0
        }
        .about-us .about-us-r-1 .about-us-r-1-text,
        .about-us .about-us-r-2 .about-us-r-1-text {
            width: 144px
        }
        .about-us .about-us-r-1 {
            position: absolute;
            right: 0;
            top: 30px;
            z-index: -1
        }
        .about-us .about-us-r-2 {
            position: absolute;
            left: 0;
            bottom: 64px
        }
        .about-us .about-us-right .about-us-right-main-img img {
            height: auto;
            width: 299px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 36%;
            left: 40%
        }
        .compare-card .empty-card {
            margin-bottom: 61px
        }
        .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text {
            width: 100%;
            margin-left: 0;
            margin-top: 30px
        }
        .banner-image,
        .student .student-body-1 {
            margin-bottom: 50px
        }
        .contact-page {
            padding: 50px 0
        }
        .contact-page .contact-image img {
            height: 350px;
            object-fit: cover
        }
        .my-course-1-full-body .my-course-1-full-body-card .my-course-1-img img {
            height: 200px;
            width: 100%
        }
    }

    @media all and (max-width:900px) {
        .c-d-3-banner img {
            max-width: 700px
        }
        .hoverSearch {
            top: -50px;
            right: 73px
        }
        .forget-pass {
            margin-top: 0
        }
        .sing-up-right .resend-code .form-control {
            margin: 0 5px 7px 3px;
            width: 40px
        }
        .sing-up-right .resend-code .btn {
            border: 1.5px solid #6e798a45;
            margin-top: 18px;
            margin-left: 0;
            background-color: #754ffe;
            margin-bottom: 30px;
            padding: 6px 12px
        }
        .course-play-tab .nav-tabs .nav-link {
            margin-right: 29px
        }
        .course-play-right .review-icon ul li i {
            color: #f9b23a;
            margin-right: 5px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 36%;
            left: 40%
        }
    }

    @media all and (max-width:768px) {
        .courses-details .courses-details-1st-text .icon ul,
        .footer p,
        .students-rating p {
            padding: 0
        }
        .error-body-text,
        .footer .copyright p {
            text-align: center
        }
        .navbarHover,
        .sing-up-img img {
            display: none
        }
        .navbarHover {
            position: static
        }
        .hoverSearch {
            top: -50px;
            right: 73px
        }
        .bread-crumb h1 {
            margin-left: 8px;
            font-size: 30px
        }
        .c-d-3-banner img {
            max-width: 560px
        }
        .h-3-expert-instructor,
        .student {
            margin-bottom: 50px
        }
        .h-3-expert-instructor-heading h1 {
            font-size: 30px;
            font-weight: 600
        }
        strong {
            font-weight: 400
        }
        .students-rating h1 {
            font-size: 30px
        }
        .h-3-slider .slick-initialized .slick-slide {
            padding: 19px
        }
        .h-1-banner .h-1-banner-text h1 {
            font-size: 35px;
            margin-bottom: 12px
        }
        .company-logo {
            margin-bottom: 30px
        }
        .testimonials-slide-author .slick-list {
            width: 100%
        }
        .testi-person img,
        .testimonials-slide-author .slick-center img {
            height: 360px
        }
        .testimonials-slide-author .slick-center img {
            transform: inherit
        }
        .latest-blog {
            margin-bottom: 70px
        }
        .h-3-bannar-card {
            margin-bottom: 60px
        }
        .c-d-3-banner .card-video-icon i {
            top: 58%
        }
        .course-decription-3 .course-left-side {
            margin-top: 50px
        }
        .icon.icon-left,
        .icon.right-icon,
        .sample {
            display: flex;
            justify-content: center
        }
        .h-1-banner .bannar-card {
            position: static;
            margin-top: 57px
        }
        .search-option {
            margin-top: 0
        }
        .h-1-banner .h-1-banner-text h1 span::after {
            top: -2px
        }
        .bannar-card .banner-card-1 {
            margin: 10px
        }
        .footer p {
            letter-spacing: 0;
            line-height: 1.5;
            text-align: justify
        }
        .lattest-news #emails {
            margin-bottom: 0
        }
        .footer .icon li {
            margin: 19px 18px
        }
        .footer .copyright li {
            justify-content: center
        }
        .clock-user {
            justify-content: flex-start;
            margin-top: 20px
        }
        .courses-details .courses-details-1st-text .clock {
            padding: 0 58px 15px 0
        }
        .student-feed-back-text {
            margin-left: 20px
        }
        .book-img img {
            height: auto;
            width: 173px;
            float: right
        }
        .error-body-text {
            margin-top: 100px
        }
        .blog-body .left-tag {
            display: block
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .sing-up-right {
            margin-top: 40px
        }
        .sing-up-right .resend-code .form-control {
            margin: 8px 18px 13px 24px;
            width: 46px
        }
        .price-card .price-card-full-body .price-btn a {
            padding: 11px 13px;
            font-size: 14px
        }
        .course-play-body {
            margin-top: -100px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 36%;
            left: 40%
        }
        .course-play-banner img {
            height: 170px
        }
        .compare-table .table td p {
            font-size: 14px;
            font-weight: 400;
            text-align: left;
            margin-left: 27px
        }
        .compare-table .table td ul li p {
            margin-left: 9px;
            word-spacing: 2px
        }
        .compare-table .table td ul li {
            color: #6e798ad6;
            font-size: 20px;
            text-align: left;
            margin-left: 8px
        }
        .h-1-banner {
            padding-bottom: 62px
        }
        .pt-60 {
            padding-top: 0
        }
        .search {
            margin-top: 60px
        }
        .courses-list-view-card-body {
            flex-direction: column;
            width: 100%
        }
        .courses-list-view-card .courses-list-view-card-body .courses-card-image img {
            max-width: 100%;
            max-height: 210px;
            border-radius: 10px 10px 0 0
        }
        .courses-list-view {
            padding-bottom: 0
        }
        .faq .faq-img img {
            height: 350px
        }
    }

    @media all and (max-width:668px) {
        .c-d-3-banner img {
            max-width: 514px;
            height: auto;
            position: absolute;
            top: 381px;
            left: 57px;
            border-radius: 10px
        }
        .hoverSearch {
            top: -50px;
            right: 73px
        }
        .c-d-3-banner .card-video-icon i {
            top: 80%
        }
        .course-decription-3 .course-left-side {
            margin-top: 83px
        }
        .courses-details-3 .courses-details-1st-text {
            padding-bottom: 200px
        }
        .blog-body .left-tag {
            display: block
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .sing-up-img img {
            display: none
        }
        .breadcrumb {
            padding: 38px 0 0;
            margin-bottom: 0;
            margin-left: 8px
        }
        .contact-page .office-time {
            margin-bottom: 50px
        }
        .course-play-body {
            margin-top: -80px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 36%;
            left: 40%
        }
        .course-play-banner img {
            height: 150px
        }
        .compare-table .table td p {
            font-size: 14px;
            font-weight: 400;
            text-align: left;
            margin-left: 27px
        }
    }

    @media all and (max-width:576px) {
        .error-body-text,
        .footer .copyright p {
            text-align: center
        }
        .offcanvas.offcanvas-start {
            width: 100%;
            max-width: 337px
        }
        .menu_pro_cart {
            left: -242px;
            top: 46px
        }
        .menu_pro_wish {
            left: -179px;
            top: 46px
        }
        .menu_pro_wish .path_pos_wish-2::after {
            left: 180px
        }
        .menu_pro_cart .path_pos_wish-2::after {
            right: 3px;
            left: 244px
        }
        .c-d-3-banner img {
            max-width: 400px;
            height: auto;
            position: absolute;
            top: 381px;
            left: 81px;
            border-radius: 10px
        }
        .hoverSearch {
            top: -50px;
            right: 73px
        }
        .c-d-3-banner .card-video-icon i {
            top: 85%
        }
        .courses-details-3 .courses-details-1st-text {
            padding-bottom: 118px
        }
        .icon.icon-left,
        .icon.right-icon {
            display: flex;
            justify-content: center
        }
        .h-1-banner .bannar-card {
            position: static;
            margin-top: 57px
        }
        .search-option {
            margin-top: 0
        }
        .h-1-banner .h-1-banner-text h1 span::after {
            top: -2px
        }
        .bannar-card .banner-card-1 {
            margin: 10px
        }
        .expert-instructor .instructor-card .instructor-card-body,
        .profile .profile-parrent .profile-child-btn a {
            margin-bottom: 20px
        }
        .h-3-banner-text h1 {
            font-size: 29px;
            line-height: 40px;
            margin: 40px 0 20px
        }
        .sidebar-arrow:after {
            display: none
        }
        .testimonials-slide-author .slick-next,
        .testimonials-slide-author .slick-prev {
            display: none !important
        }
        .h-2-courses .h-3-blog-card-body {
            height: 361px
        }
        .h-3-blog-card-full-body .h-3-blog-card-body .h-3-blog-text {
            padding: 3px 3px 53px
        }
        .wish-list-body .courses-card-body {
            width: 100%
        }
        .wish-list-body .courses-card .courses-card-body img {
            height: 260px;
            width: 100%
        }
        .footer p {
            letter-spacing: 0;
            line-height: 1.5;
            text-align: justify;
            padding: 0
        }
        .icon.right-icon {
            display: flex;
            justify-content: center;
            margin: auto
        }
        #tilt,
        .blog-body .left-tag {
            display: block
        }
        .footer .copyright li {
            justify-content: center
        }
        .footer .copyright .footer-privacy a {
            margin: 6px 37px 0 0
        }
        #tilt {
            height: 400px;
            width: auto;
            margin: 0 auto;
            transition: box-shadow .1s, transform .1s;
            background-image: url("../image/h-banner-img.png");
            background-size: 85%;
            background-repeat: no-repeat;
            background-position: center
        }
        .courses-list-view-card-body {
            display: inline-block
        }
        .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img {
            display: flex;
            padding: 10px 7px;
            display: flex
        }
        .courses-list-view-card .courses-list-view-card-body .courses-text img {
            height: 11px;
            width: 11px;
            margin-right: 5px;
            margin-top: 3px
        }
        .courses-list-view-card-body .courses-card-image img {
            max-width: 100%;
            max-height: 195px;
            border-radius: 15px 15px 0 0
        }
        .book-img img {
            height: auto;
            width: 167px;
            float: right
        }
        .error-body-text {
            margin-top: 80px
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .course-play-body {
            margin-top: -80px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 36%;
            left: 40%
        }
        .h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
            left: 20%
        }
        .blog-body .top h3 {
            font-size: 28px
        }
        .blog-body .top h4 {
            line-height: 31px;
            letter-spacing: 0
        }
        .blog-body .right-section .post img {
            height: 160px;
            object-fit: cover;
            border-radius: 5px;
            margin-top: 20px
        }
        .contact-page .office-hour {
            display: grid;
            text-align: center
        }
        .contact-page .office-hour .icon i {
            margin-right: 0;
            padding-bottom: 10px
        }
        .grid-heading {
            overflow: hidden
        }
        .price-card .price-card-full-body .ammount h1 {
            font-size: 30px
        }
    }

    @media all and (max-width:500px) {
        .sub-header .icon-left .nav {
            justify-content: center
        }
        .menu_pro_tgl_bg {
            right: 0;
            top: 51px
        }
        .path-pos::after {
            left: 132px
        }
        .student .man {
            width: 165px;
            height: 197px;
            margin-top: 10px;
            padding-right: 54px
        }
        .courses-details .courses-details-1st-text h1 {
            font-size: 32px
        }
        .courses-details .courses-details-1st-text p {
            font-size: 14px
        }
        .c-d-3-banner img {
            max-width: 400px;
            height: auto;
            position: absolute;
            top: 334px;
            left: 53px;
            border-radius: 10px
        }
        .c-d-3-banner .card-video-icon i {
            top: 85%
        }
        .blog-body .left-tag {
            display: block
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .sing-up-img img {
            display: none
        }
        .profile .profile-parrent .profile-child-btn a {
            margin-bottom: 20px
        }
        .course-play-body {
            margin-top: -80px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 36%;
            left: 40%
        }
        .course-play-banner img {
            height: 113px
        }
        .h-2-banner .h-2-banner-text .banner-image .image-bottom {
            margin-top: 0;
            margin-bottom: 40px
        }
        .hoverMenuSearch {
            display: block;
            width: 164px
        }
        #tilt {
            height: 299px
        }
    }

    @media all and (max-width:420px) {
        .breadcrumb-item,
        .courses-details .courses-details-1st-text .icon ul,
        .footer p {
            padding: 0
        }
        .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img,
        .icon.icon-left,
        .icon.right-icon {
            display: flex;
            display: flex;
            display: flex
        }
        .error-body-text,
        .footer .copyright p {
            text-align: center
        }
        .hoverMenuSearch {
            display: block;
            width: 132px
        }
        .search-btnh i {
            position: absolute;
            top: 35px;
            color: #6e798a6e;
            font-size: 15px;
            cursor: pointer;
            right: 10px
        }
        .hoverMenuSearch .form-control {
            padding: 5px 27px 5px 6px
        }
        .h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
            left: 20%
        }
        .h-2-banner {
            background-image: none
        }
        .c-d-3-banner img {
            max-width: 343px;
            height: auto;
            position: absolute;
            top: 330px;
            left: 37px;
            border-radius: 10px
        }
        .c-d-3-banner .card-video-icon i {
            color: #fff;
            font-size: 20px;
            position: absolute;
            background-color: #fff6;
            border-radius: 50%;
            padding: 14px 17px;
            left: 45%;
            top: 90%;
            cursor: pointer;
            transition: .5s
        }
        .courses-details-3 .courses-details-1st-text {
            padding-bottom: 83px
        }
        .icon.icon-left,
        .icon.right-icon {
            justify-content: center
        }
        .h-1-banner .h-1-banner-text h1 {
            margin-top: 29px
        }
        .h-1-banner .bannar-card {
            position: static;
            margin-top: 57px
        }
        .search-option {
            margin-top: 0
        }
        .h-1-banner .h-1-banner-text h1 span::after {
            top: -2px
        }
        .students-rating h1 {
            font-size: 33px
        }
        .bannar-card .banner-card-1 {
            margin: 10px
        }
        .top-categories h1::after {
            top: 32px;
            right: 98px
        }
        .student .student-body-1 {
            margin: 0 0 50px
        }
        .instructor .instructor-about .skill .skill-point .skill-point-1:last-child,
        .student .student-body-2 {
            margin: 0
        }
        .student .man {
            width: 165px;
            height: 197px;
            margin-top: 10px;
            padding-right: 54px
        }
        .footer p {
            letter-spacing: 0;
            line-height: 1.5;
            text-align: justify
        }
        .footer .copyright li {
            justify-content: center
        }
        .footer .copyright .footer-privacy a {
            margin: 6px 37px 0 0
        }
        .book-img img {
            width: 149px
        }
        .bread-crumb h1 {
            margin-bottom: 10px
        }
        .breadcrumb i {
            padding: 5px 0
        }
        .breadcrumb span {
            font-size: 14px;
            margin-left: 7px
        }
        .breadcrumb {
            padding: 43px 0 0;
            margin-bottom: 5px
        }
        .courses-list-view-card-body {
            display: inline-block
        }
        .courses-list-view-card-body .courses-text .courses-d-flex-text .compare-img {
            padding: 10px 7px
        }
        .courses-list-view-card .courses-list-view-card-body .courses-text img {
            height: 11px;
            width: 11px;
            margin-right: 5px;
            margin-top: 7px
        }
        .grid-view-body .select-box {
            float: left;
            margin-top: 20px;
            margin-bottom: 20px
        }
        .grid-view-body .btn.active,
        .grid-view-body p {
            margin-left: 0
        }
        .grid-view-body .btn {
            background-color: #fff;
            color: #6e798a;
            margin-left: 4px;
            border: 1.5px solid #6e798a45
        }
        .grid-view-body p,
        .profile .profile-parrent {
            margin-bottom: 30px
        }
        .courses-details .courses-details-1st-text h1 {
            font-size: 32px
        }
        .clock-user {
            justify-content: flex-start;
            margin-top: 20px
        }
        .courses-details .courses-details-1st-text .clock {
            padding: 0 58px 15px 0
        }
        .courses-details .courses-details-1st-text .clock i,
        .courses-details .courses-details-1st-text .user i {
            color: #fff;
            padding: 2px 8px 15px 0
        }
        .courses-details .courses-details-1st-text p {
            font-size: 14px;
            margin-top: 0
        }
        .course-decription li .nav-link {
            font-size: 13px
        }
        .reviews {
            margin: 13px 0
        }
        .tab-content h3 {
            font-size: 16px;
            margin: 7px 2px
        }
        .tab-content p {
            margin: 7px 1px;
            font-size: 14px
        }
        .reviews .text {
            font-size: 14px;
            margin: 0
        }
        .error-body-text {
            margin-top: 80px
        }
        .blog-body .left-tag,
        .profile .profile-parrent .profile-child,
        .profile-input-1 {
            display: block
        }
        .blog-body .left-tag a {
            margin: 9px 16px 12px 0;
            display: inline-block
        }
        .blog-body .right-section .search {
            margin-top: 50px
        }
        .sing-up-img img {
            display: none
        }
        .sing-up-right .resend-code .form-control {
            margin: 0 9px 8px 2px
        }
        .sing-up-right .resend-code .btn {
            border: 1.5px solid #6e798a45;
            margin-top: 18px;
            margin-left: 0;
            background-color: #754ffe;
            margin-bottom: 30px;
            padding: 6px 12px
        }
        .instructor .instructor-about .skill .skill-point .skill-point-1 {
            margin: 0 50px 0 1px
        }
        .instructor .instructor-about .skill .skill-point .skill-point-1 h1 {
            font-size: 40px
        }
        .instructor-1 .instructor-about img {
            width: 56px;
            height: 56px;
            border-radius: 50%
        }
        .instructor-1 .instructor-about .pro-heading .name {
            margin: 2px 12px
        }
        .instructor-1 .instructor-about .pro-heading .name p {
            font-size: 11px;
            font-weight: 500
        }
        .instructor-1 .instructor-about .rating .rating-point i {
            color: #f9b23a;
            font-size: 14px;
            margin: 3px 2px 0 4px
        }
        .instructor-1 .instructor-about .rating {
            margin: 0;
            float: right
        }
        .instructor-1 .instructor-about {
            box-sizing: border-box;
            box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
            padding: 29px 15px;
            border-radius: 10px;
            margin-bottom: 50px
        }
        .profile .profile-parrent .profile-child .child-text {
            margin-top: 12px
        }
        .profile .profile-parrent .profile-child-btn {
            display: inline-flex;
            height: 53px
        }
        .invoice-no .invoice-color {
            color: #754ffe;
            margin-right: 3px
        }
        .invoice-bill .invoice-total h2 {
            font-size: 25px;
            font-weight: 600;
            color: #754ffe
        }
        .invoice-2 .invoice-total {
            float: left;
            margin-top: 27px
        }
        .course-play-body {
            margin-top: -80px
        }
        .course-play-right .course-play-video .icon .card-video-icon {
            top: 33%;
            left: 42%
        }
        .course-play-banner img {
            height: 113px
        }
    }
    /*responsive.css END*/
    /*summernote-lite.min.css*/

    @font-face {
        font-display: auto;
        font-family: summernote;
        font-style: normal;
        font-weight: 400;
        src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype")
    }

    [class*=" note-icon"]:before,
    [class^=note-icon]:before {
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        speak: none;
        display: inline-block;
        font-family: summernote;
        font-size: inherit;
        font-style: normal;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: middle
    }

    .note-icon-fw {
        text-align: center;
        width: 1.25em
    }

    .note-icon-border {
        border: .08em solid #eee;
        border-radius: .1em;
        padding: .2em .25em .15em
    }

    .note-icon-pull-left {
        float: left
    }

    .note-icon-pull-right {
        float: right
    }

    .note-icon.note-icon-pull-left {
        margin-right: .3em
    }

    .note-icon.note-icon-pull-right {
        margin-left: .3em
    }

    .note-icon-align:before {
        content: "\ea01"
    }

    .note-icon-align-center:before {
        content: "\ea02"
    }

    .note-icon-align-indent:before {
        content: "\ea03"
    }

    .note-icon-align-justify:before {
        content: "\ea04"
    }

    .note-icon-align-left:before {
        content: "\ea05"
    }

    .note-icon-align-outdent:before {
        content: "\ea06"
    }

    .note-icon-align-right:before {
        content: "\ea07"
    }

    .note-icon-arrow-circle-down:before {
        content: "\ea08"
    }

    .note-icon-arrow-circle-left:before {
        content: "\ea09"
    }

    .note-icon-arrow-circle-right:before {
        content: "\ea0a"
    }

    .note-icon-arrow-circle-up:before {
        content: "\ea0b"
    }

    .note-icon-arrows-alt:before {
        content: "\ea0c"
    }

    .note-icon-arrows-h:before {
        content: "\ea0d"
    }

    .note-icon-arrows-v:before {
        content: "\ea0e"
    }

    .note-icon-bold:before {
        content: "\ea0f"
    }

    .note-icon-caret:before {
        content: "\ea10"
    }

    .note-icon-chain-broken:before {
        content: "\ea11"
    }

    .note-icon-circle:before {
        content: "\ea12"
    }

    .note-icon-close:before {
        content: "\ea13"
    }

    .note-icon-code:before {
        content: "\ea14"
    }

    .note-icon-col-after:before {
        content: "\ea15"
    }

    .note-icon-col-before:before {
        content: "\ea16"
    }

    .note-icon-col-remove:before {
        content: "\ea17"
    }

    .note-icon-eraser:before {
        content: "\ea18"
    }

    .note-icon-float-left:before {
        content: "\ea19"
    }

    .note-icon-float-none:before {
        content: "\ea1a"
    }

    .note-icon-float-right:before {
        content: "\ea1b"
    }

    .note-icon-font:before {
        content: "\ea1c"
    }

    .note-icon-frame:before {
        content: "\ea1d"
    }

    .note-icon-italic:before {
        content: "\ea1e"
    }

    .note-icon-link:before {
        content: "\ea1f"
    }

    .note-icon-magic:before {
        content: "\ea20"
    }

    .note-icon-menu-check:before {
        content: "\ea21"
    }

    .note-icon-minus:before {
        content: "\ea22"
    }

    .note-icon-orderedlist:before {
        content: "\ea23"
    }

    .note-icon-pencil:before {
        content: "\ea24"
    }

    .note-icon-picture:before {
        content: "\ea25"
    }

    .note-icon-question:before {
        content: "\ea26"
    }

    .note-icon-redo:before {
        content: "\ea27"
    }

    .note-icon-rollback:before {
        content: "\ea28"
    }

    .note-icon-row-above:before {
        content: "\ea29"
    }

    .note-icon-row-below:before {
        content: "\ea2a"
    }

    .note-icon-row-remove:before {
        content: "\ea2b"
    }

    .note-icon-special-character:before {
        content: "\ea2c"
    }

    .note-icon-square:before {
        content: "\ea2d"
    }

    .note-icon-strikethrough:before {
        content: "\ea2e"
    }

    .note-icon-subscript:before {
        content: "\ea2f"
    }

    .note-icon-summernote:before {
        content: "\ea30"
    }

    .note-icon-superscript:before {
        content: "\ea31"
    }

    .note-icon-table:before {
        content: "\ea32"
    }

    .note-icon-text-height:before {
        content: "\ea33"
    }

    .note-icon-trash:before {
        content: "\ea34"
    }

    .note-icon-underline:before {
        content: "\ea35"
    }

    .note-icon-undo:before {
        content: "\ea36"
    }

    .note-icon-unorderedlist:before {
        content: "\ea37"
    }

    .note-icon-video:before {
        content: "\ea38"
    }

    .note-frame {
        border-radius: 4px;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        font-family: sans-serif
    }

    .note-toolbar {
        background-color: #f5f5f5;
        border-bottom: 1px solid;
        border-color: #ddd;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #333;
        padding: 10px 5px
    }

    .note-btn-group {
        display: inline-block;
        margin-right: 8px;
        position: relative
    }

    .note-btn-group>.note-btn-group {
        margin-right: 0
    }

    .note-btn-group>.note-btn:first-child {
        margin-left: 0
    }

    .note-btn-group .note-btn+.note-btn,
    .note-btn-group .note-btn+.note-btn-group,
    .note-btn-group .note-btn-group+.note-btn,
    .note-btn-group .note-btn-group+.note-btn-group {
        margin-left: -1px
    }

    .note-btn-group>.note-btn-group:not(:first-child)>.note-btn,
    .note-btn-group>.note-btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .note-btn-group>.note-btn-group:not(:last-child)>.note-btn,
    .note-btn-group>.note-btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .note-btn-group.open>.note-dropdown {
        display: block
    }

    .note-btn {
        background-color: #fff;
        background-image: none;
        border: 1px solid #dae0e5;
        border-radius: 3px;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0;
        outline: 0;
        padding: 5px 10px;
        text-align: center;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap
    }

    .note-btn.focus,
    .note-btn:focus,
    .note-btn:hover {
        background-color: #ebebeb;
        border-color: #dae0e5;
        color: #333
    }

    .note-btn.disabled.focus,
    .note-btn.disabled:focus,
    .note-btn[disabled].focus,
    .note-btn[disabled]:focus,
    fieldset[disabled] .note-btn.focus,
    fieldset[disabled] .note-btn:focus {
        background-color: #fff;
        border-color: #dae0e5
    }

    .note-btn.active,
    .note-btn.focus,
    .note-btn:active,
    .note-btn:focus,
    .note-btn:hover {
        background-color: #ebebeb;
        border: 1px solid #dae0e5;
        border-radius: 1px;
        color: #333;
        outline: 0;
        text-decoration: none
    }

    .note-btn.active,
    .note-btn:active {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .note-btn.disabled,
    .note-btn[disabled],
    fieldset[disabled] .note-btn {
        box-shadow: none;
        cursor: not-allowed;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=65);
        filter: alpha(opacity=65);
        -webkit-opacity: .65;
        -khtml-opacity: .65;
        -moz-opacity: .65;
        opacity: .65
    }

    .note-btn>span.note-icon-caret:first-child {
        margin-left: -1px
    }

    .note-btn>span.note-icon-caret:nth-child(2) {
        margin-right: -5px;
        padding-left: 3px
    }

    .note-btn-primary {
        background: #fa6362;
        color: #fff
    }

    .note-btn-primary.focus,
    .note-btn-primary:focus,
    .note-btn-primary:hover {
        background-color: #fa6362;
        border: 1px solid #dae0e5;
        border-radius: 1px;
        color: #fff;
        text-decoration: none
    }

    .note-btn-block {
        display: block;
        width: 100%
    }

    .note-btn-block+.note-btn-block {
        margin-top: 5px
    }

    input[type=button].note-btn-block,
    input[type=reset].note-btn-block,
    input[type=submit].note-btn-block {
        width: 100%
    }

    button.close {
        -webkit-appearance: none;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 0
    }

    .close {
        color: #000;
        float: right;
        font-size: 21px;
        line-height: 1;
        opacity: .2
    }

    .close:hover {
        -ms-filter: alpha(opacity=100);
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .note-dropdown {
        position: relative
    }

    .note-color .dropdown-toggle {
        padding-left: 5px;
        width: 30px
    }

    .note-dropdown-menu {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #e2e2e2;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .06);
        display: none;
        float: left;
        left: 0;
        min-width: 100px;
        padding: 5px;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000
    }

    .note-dropdown-menu>:last-child {
        margin-right: 0
    }

    .note-btn-group.open .note-dropdown-menu,
    .note-dropdown-item {
        display: block
    }

    .note-dropdown-item:hover {
        background-color: #ebebeb
    }

    a.note-dropdown-item,
    a.note-dropdown-item:hover {
        color: #000;
        margin: 5px 0;
        text-decoration: none
    }

    .note-modal {
        bottom: 0;
        display: none;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        left: 0;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1050
    }

    .note-modal.open {
        display: block
    }

    .note-modal-content {
        background: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 5px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        margin: 30px 20px;
        outline: 0;
        position: relative;
        width: auto
    }

    .note-modal-header {
        border: 1px solid #ededef;
        padding: 10px 20px
    }

    .note-modal-body {
        padding: 20px 30px;
        position: relative
    }

    .note-modal-body kbd {
        background-color: #000;
        border-radius: 2px;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-weight: 700;
        padding: 3px 5px
    }

    .note-modal-footer {
        height: 40px;
        padding: 10px;
        text-align: center
    }

    .note-modal-footer a {
        color: #337ab7;
        text-decoration: none
    }

    .note-modal-footer a:focus,
    .note-modal-footer a:hover {
        color: #23527c;
        text-decoration: underline
    }

    .note-modal-footer .note-btn {
        float: right
    }

    .note-modal-title {
        color: #42515f;
        font-size: 20px;
        line-height: 1.4;
        margin: 0
    }

    .note-modal-backdrop {
        background: #000;
        bottom: 0;
        display: none;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50);
        left: 0;
        -webkit-opacity: .5;
        -khtml-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1040
    }

    .note-modal-backdrop.open {
        display: block
    }

    @media (min-width:768px) {
        .note-modal-content {
            margin: 30px auto;
            width: 600px
        }
    }

    @media (min-width:992px) {
        .note-modal-content-large {
            width: 900px
        }
    }

    .note-modal .note-help-block {
        color: #737373;
        display: block;
        margin-bottom: 10px;
        margin-top: 5px
    }

    .note-modal .note-nav {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .note-modal .note-nav-link {
        -webkit-text-decoration-skip: objects;
        background-color: transparent;
        color: #007bff;
        display: block;
        padding: .5rem 1rem;
        text-decoration: none
    }

    .note-modal .note-nav-link:focus,
    .note-modal .note-nav-link:hover {
        color: #0056b3;
        text-decoration: none
    }

    .note-modal .note-nav-link.disabled {
        color: #868e96
    }

    .note-modal .note-nav-tabs {
        border-bottom: 1px solid #ddd
    }

    .note-modal .note-nav-tabs .note-nav-item {
        margin-bottom: -1px
    }

    .note-modal .note-nav-tabs .note-nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .note-modal .note-nav-tabs .note-nav-link:focus,
    .note-modal .note-nav-tabs .note-nav-link:hover {
        border-color: #e9ecef #e9ecef #ddd
    }

    .note-modal .note-nav-tabs .note-nav-link.disabled {
        background-color: transparent;
        border-color: transparent;
        color: #868e96
    }

    .note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
        background-color: #fff;
        border-color: #ddd #ddd #fff;
        color: #495057
    }

    .note-modal .note-tab-content {
        margin: 15px auto
    }

    .note-modal .note-tab-content>.note-tab-pane,
    .note-modal .note-tab-content>.note-tab-pane:target~.note-tab-pane:last-child {
        display: none
    }

    .note-modal .note-tab-content>.note-tab-pane:target,
    .note-modal .note-tab-content>:last-child {
        display: block
    }

    .note-form-group {
        padding-bottom: 20px
    }

    .note-form-group:last-child {
        padding-bottom: 0
    }

    .note-form-label {
        color: #42515f;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        width: 100%
    }

    .note-input {
        background: #fff;
        border: 1px solid #ededef;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: 14px;
        outline: 0;
        padding: 6px 4px;
        width: 100%
    }

    .note-input::-webkit-input-placeholder {
        color: #eee
    }

    .note-input:-moz-placeholder,
    .note-input::-moz-placeholder {
        color: #eee
    }

    .note-input:-ms-input-placeholder {
        color: #eee
    }

    .note-tooltip {
        display: block;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        font-size: 13px;
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .15s;
        z-index: 1070
    }

    .note-tooltip.in {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
        filter: alpha(opacity=90);
        -webkit-opacity: .9;
        -khtml-opacity: .9;
        -moz-opacity: .9;
        opacity: .9
    }

    .note-tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .note-tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .note-tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .note-tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

    .note-tooltip.bottom .note-tooltip-arrow {
        border-bottom-color: #000;
        border-width: 0 5px 5px;
        left: 50%;
        margin-left: -5px;
        top: 0
    }

    .note-tooltip.top .note-tooltip-arrow {
        border-top-color: #000;
        border-width: 5px 5px 0;
        bottom: 0;
        left: 50%;
        margin-left: -5px
    }

    .note-tooltip.right .note-tooltip-arrow {
        border-right-color: #000;
        border-width: 5px 5px 5px 0;
        left: 0;
        margin-top: -5px;
        top: 50%
    }

    .note-tooltip.left .note-tooltip-arrow {
        border-left-color: #000;
        border-width: 5px 0 5px 5px;
        margin-top: -5px;
        right: 0;
        top: 50%
    }

    .note-tooltip-arrow {
        border-color: transparent;
        border-style: solid;
        height: 0;
        position: absolute;
        width: 0
    }

    .note-tooltip-content {
        background-color: #000;
        color: #fff;
        font-family: sans-serif;
        max-width: 200px;
        padding: 3px 8px;
        text-align: center
    }

    .note-popover {
        background: #fff;
        border: 1px solid #ccc;
        display: block;
        display: none;
        font-family: sans-serif;
        font-size: 13px;
        position: absolute;
        z-index: 1060
    }

    .note-popover.in {
        display: block
    }

    .note-popover.top {
        margin-top: -10px;
        padding: 5px 0
    }

    .note-popover.right {
        margin-left: 10px;
        padding: 0 5px
    }

    .note-popover.bottom {
        margin-top: 10px;
        padding: 5px 0
    }

    .note-popover.left {
        margin-left: -10px;
        padding: 0 5px
    }

    .note-popover.bottom .note-popover-arrow {
        border-bottom-color: #999;
        border-bottom-color: rgba(0, 0, 0, .25);
        border-top-width: 0;
        left: 20px;
        margin-left: -10px;
        top: -11px
    }

    .note-popover.bottom .note-popover-arrow:after {
        border-bottom-color: #fff;
        border-top-width: 0;
        content: "\0020";
        margin-left: -10px;
        top: 1px
    }

    .note-popover.top .note-popover-arrow {
        border-bottom-width: 0;
        border-top-color: #999;
        border-top-color: rgba(0, 0, 0, .25);
        bottom: -11px;
        left: 20px;
        margin-left: -10px
    }

    .note-popover.top .note-popover-arrow:after {
        border-bottom-width: 0;
        border-top-color: #fff;
        bottom: 1px;
        content: "\0020";
        margin-left: -10px
    }

    .note-popover.right .note-popover-arrow {
        border-left-width: 0;
        border-right-color: #999;
        border-right-color: rgba(0, 0, 0, .25);
        left: -11px;
        margin-top: -10px;
        top: 50%
    }

    .note-popover.right .note-popover-arrow:after {
        border-left-width: 0;
        border-right-color: #fff;
        content: "\0020";
        left: 1px;
        margin-top: -10px
    }

    .note-popover.left .note-popover-arrow {
        border-left-color: #999;
        border-left-color: rgba(0, 0, 0, .25);
        border-right-width: 0;
        margin-top: -10px;
        right: -11px;
        top: 50%
    }

    .note-popover.left .note-popover-arrow:after {
        border-left-color: #fff;
        border-right-width: 0;
        content: "\0020";
        margin-top: -10px;
        right: 1px
    }

    .note-popover-arrow {
        border: 11px solid transparent;
        height: 0;
        position: absolute;
        width: 0
    }

    .note-popover-arrow:after {
        border: 10px solid transparent;
        content: "\0020";
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

    .note-popover-content {
        background-color: #fff;
        color: #000;
        min-height: 30px;
        min-width: 100px;
        padding: 3px 8px;
        text-align: center
    }

    .note-editor {
        position: relative
    }

    .note-editor .note-dropzone {
        background-color: #fff;
        color: #87cefa;
        display: none;
        opacity: .95;
        position: absolute;
        z-index: 100
    }

    .note-editor .note-dropzone .note-dropzone-message {
        display: table-cell;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        vertical-align: middle
    }

    .note-editor .note-dropzone.hover {
        color: #098ddf
    }

    .note-editor.dragover .note-dropzone {
        display: table
    }

    .note-editor .note-editing-area {
        position: relative
    }

    .note-editor .note-editing-area .note-editable {
        outline: none
    }

    .note-editor .note-editing-area .note-editable sup {
        vertical-align: super
    }

    .note-editor .note-editing-area .note-editable sub {
        vertical-align: sub
    }

    .note-editor .note-editing-area .note-editable img.note-float-left {
        margin-right: 10px
    }

    .note-editor .note-editing-area .note-editable img.note-float-right {
        margin-left: 10px
    }

    .note-editor.note-airframe,
    .note-editor.note-frame {
        border: 1px solid #00000032
    }

    .note-editor.note-airframe.codeview .note-editing-area .note-editable,
    .note-editor.note-frame.codeview .note-editing-area .note-editable {
        display: none
    }

    .note-editor.note-airframe.codeview .note-editing-area .note-codable,
    .note-editor.note-frame.codeview .note-editing-area .note-codable {
        display: block
    }

    .note-editor.note-airframe .note-editing-area,
    .note-editor.note-frame .note-editing-area {
        overflow: hidden
    }

    .note-editor.note-airframe .note-editing-area .note-editable,
    .note-editor.note-frame .note-editing-area .note-editable {
        word-wrap: break-word;
        overflow: auto;
        padding: 10px
    }

    .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
    .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
        background-color: #8080801d
    }

    .note-editor.note-airframe .note-editing-area .note-codable,
    .note-editor.note-frame .note-editing-area .note-codable {
        background-color: #222;
        border: none;
        border-radius: 0;
        box-shadow: none;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        color: #ccc;
        display: none;
        font-family: Menlo, Monaco, monospace, sans-serif;
        font-size: 14px;
        margin-bottom: 0;
        outline: none;
        padding: 10px;
        resize: none;
        width: 100%
    }

    .note-editor.note-airframe.fullscreen,
    .note-editor.note-frame.fullscreen {
        left: 0;
        position: fixed;
        top: 0;
        width: 100% !important;
        z-index: 1050
    }

    .note-editor.note-airframe.fullscreen .note-resizebar,
    .note-editor.note-frame.fullscreen .note-resizebar {
        display: none
    }

    .note-editor.note-airframe .note-status-output,
    .note-editor.note-frame .note-status-output {
        border: 0;
        border-top: 1px solid #e2e2e2;
        color: #000;
        display: block;
        font-size: 14px;
        height: 20px;
        line-height: 1.42857143;
        margin-bottom: 0;
        width: 100%
    }

    .note-editor.note-airframe .note-status-output:empty,
    .note-editor.note-frame .note-status-output:empty {
        border-top: 0 solid transparent;
        height: 0
    }

    .note-editor.note-airframe .note-status-output .pull-right,
    .note-editor.note-frame .note-status-output .pull-right {
        float: right !important
    }

    .note-editor.note-airframe .note-status-output .text-muted,
    .note-editor.note-frame .note-status-output .text-muted {
        color: #777
    }

    .note-editor.note-airframe .note-status-output .text-primary,
    .note-editor.note-frame .note-status-output .text-primary {
        color: #286090
    }

    .note-editor.note-airframe .note-status-output .text-success,
    .note-editor.note-frame .note-status-output .text-success {
        color: #3c763d
    }

    .note-editor.note-airframe .note-status-output .text-info,
    .note-editor.note-frame .note-status-output .text-info {
        color: #31708f
    }

    .note-editor.note-airframe .note-status-output .text-warning,
    .note-editor.note-frame .note-status-output .text-warning {
        color: #8a6d3b
    }

    .note-editor.note-airframe .note-status-output .text-danger,
    .note-editor.note-frame .note-status-output .text-danger {
        color: #a94442
    }

    .note-editor.note-airframe .note-status-output .alert,
    .note-editor.note-frame .note-status-output .alert {
        background-color: #f5f5f5;
        border-radius: 0;
        color: #000;
        margin: -7px 0 0;
        padding: 7px 10px 2px
    }

    .note-editor.note-airframe .note-status-output .alert .note-icon,
    .note-editor.note-frame .note-status-output .alert .note-icon {
        margin-right: 5px
    }

    .note-editor.note-airframe .note-status-output .alert-success,
    .note-editor.note-frame .note-status-output .alert-success {
        background-color: #dff0d8 !important;
        color: #3c763d !important
    }

    .note-editor.note-airframe .note-status-output .alert-info,
    .note-editor.note-frame .note-status-output .alert-info {
        background-color: #d9edf7 !important;
        color: #31708f !important
    }

    .note-editor.note-airframe .note-status-output .alert-warning,
    .note-editor.note-frame .note-status-output .alert-warning {
        background-color: #fcf8e3 !important;
        color: #8a6d3b !important
    }

    .note-editor.note-airframe .note-status-output .alert-danger,
    .note-editor.note-frame .note-status-output .alert-danger {
        background-color: #f2dede !important;
        color: #a94442 !important
    }

    .note-editor.note-airframe .note-statusbar,
    .note-editor.note-frame .note-statusbar {
        background-color: #8080801d;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: 1px solid #00000032
    }

    .note-editor.note-airframe .note-statusbar .note-resizebar,
    .note-editor.note-frame .note-statusbar .note-resizebar {
        cursor: ns-resize;
        height: 9px;
        padding-top: 1px;
        width: 100%
    }

    .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
    .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
        border-top: 1px solid #00000032;
        margin: 1px auto;
        width: 20px
    }

    .note-editor.note-airframe .note-statusbar.locked .note-resizebar,
    .note-editor.note-frame .note-statusbar.locked .note-resizebar {
        cursor: default
    }

    .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
    .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
        display: none
    }

    .note-editor.note-airframe .note-placeholder,
    .note-editor.note-frame .note-placeholder {
        padding: 10px
    }

    .note-editor.note-airframe {
        border: 0
    }

    .note-editor.note-airframe .note-editing-area .note-editable {
        padding: 0
    }

    .note-popover.popover {
        display: none;
        max-width: none
    }

    .note-popover.popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap
    }

    .note-popover.popover .arrow {
        left: 20px !important
    }

    .note-toolbar {
        position: relative
    }

    .note-editor .note-toolbar,
    .note-popover .popover-content {
        margin: 0;
        padding: 0 0 5px 5px
    }

    .note-editor .note-toolbar>.note-btn-group,
    .note-popover .popover-content>.note-btn-group {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 5px
    }

    .note-editor .note-toolbar .note-btn-group .note-table,
    .note-popover .popover-content .note-btn-group .note-table {
        min-width: 0;
        padding: 5px
    }

    .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
    .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
        font-size: 18px
    }

    .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
    .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
        cursor: pointer;
        height: 10em;
        position: absolute !important;
        width: 10em;
        z-index: 3
    }

    .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
    .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
        height: 5em;
        position: relative !important;
        width: 5em;
        z-index: 1
    }

    .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
    .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
        height: 1em;
        position: absolute !important;
        width: 1em;
        z-index: 2
    }

    .note-editor .note-toolbar .note-style .dropdown-style blockquote,
    .note-editor .note-toolbar .note-style .dropdown-style pre,
    .note-popover .popover-content .note-style .dropdown-style blockquote,
    .note-popover .popover-content .note-style .dropdown-style pre {
        margin: 0;
        padding: 5px 10px
    }

    .note-editor .note-toolbar .note-style .dropdown-style h1,
    .note-editor .note-toolbar .note-style .dropdown-style h2,
    .note-editor .note-toolbar .note-style .dropdown-style h3,
    .note-editor .note-toolbar .note-style .dropdown-style h4,
    .note-editor .note-toolbar .note-style .dropdown-style h5,
    .note-editor .note-toolbar .note-style .dropdown-style h6,
    .note-editor .note-toolbar .note-style .dropdown-style p,
    .note-popover .popover-content .note-style .dropdown-style h1,
    .note-popover .popover-content .note-style .dropdown-style h2,
    .note-popover .popover-content .note-style .dropdown-style h3,
    .note-popover .popover-content .note-style .dropdown-style h4,
    .note-popover .popover-content .note-style .dropdown-style h5,
    .note-popover .popover-content .note-style .dropdown-style h6,
    .note-popover .popover-content .note-style .dropdown-style p {
        margin: 0;
        padding: 0
    }

    .note-editor .note-toolbar .note-color-all .note-dropdown-menu,
    .note-popover .popover-content .note-color-all .note-dropdown-menu {
        min-width: 337px
    }

    .note-editor .note-toolbar .note-color .dropdown-toggle,
    .note-popover .popover-content .note-color .dropdown-toggle {
        padding-left: 5px;
        width: 20px
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
        display: inline-block;
        margin: 0;
        width: 160px
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
        margin: 0 5px
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
        border-bottom: 1px solid #eee;
        font-size: 12px;
        margin: 2px 7px;
        text-align: center
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
        border-radius: 5px;
        cursor: pointer;
        font-size: 11px;
        margin: 3px;
        padding: 0 3px;
        width: 100%
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
        background: #eee
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
        height: 20px
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
        display: none
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
        border: 1px solid #eee
    }

    .note-editor .note-toolbar .note-para .note-dropdown-menu,
    .note-popover .popover-content .note-para .note-dropdown-menu {
        min-width: 228px;
        padding: 5px
    }

    .note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
    .note-popover .popover-content .note-para .note-dropdown-menu>div+div {
        margin-left: 5px
    }

    .note-editor .note-toolbar .note-dropdown-menu,
    .note-popover .popover-content .note-dropdown-menu {
        min-width: 160px
    }

    .note-editor .note-toolbar .note-dropdown-menu.right,
    .note-popover .popover-content .note-dropdown-menu.right {
        left: auto;
        right: 0
    }

    .note-editor .note-toolbar .note-dropdown-menu.right:before,
    .note-popover .popover-content .note-dropdown-menu.right:before {
        left: auto !important;
        right: 9px
    }

    .note-editor .note-toolbar .note-dropdown-menu.right:after,
    .note-popover .popover-content .note-dropdown-menu.right:after {
        left: auto !important;
        right: 10px
    }

    .note-editor .note-toolbar .note-dropdown-menu.note-check a i,
    .note-popover .popover-content .note-dropdown-menu.note-check a i {
        color: #00bfff;
        visibility: hidden
    }

    .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
    .note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
        visibility: visible
    }

    .note-editor .note-toolbar .note-fontsize-10,
    .note-popover .popover-content .note-fontsize-10 {
        font-size: 10px
    }

    .note-editor .note-toolbar .note-color-palette,
    .note-popover .popover-content .note-color-palette {
        line-height: 1
    }

    .note-editor .note-toolbar .note-color-palette div .note-color-btn,
    .note-popover .popover-content .note-color-palette div .note-color-btn {
        border: 0;
        border-radius: 0;
        height: 20px;
        margin: 0;
        padding: 0;
        width: 20px
    }

    .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
    .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
        transform: scale(1.2);
        transition: all .2s
    }

    .note-modal .modal-dialog {
        border-radius: 5px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        outline: 0
    }

    .note-modal .form-group {
        margin-left: 0;
        margin-right: 0
    }

    .note-modal .note-modal-form {
        margin: 0
    }

    .note-modal .note-image-dialog .note-dropzone {
        border: 4px dashed #d3d3d3;
        color: #d3d3d3;
        font-size: 30px;
        line-height: 4;
        margin-bottom: 10px;
        min-height: 100px;
        text-align: center
    }

    .note-placeholder {
        color: gray;
        display: none;
        position: absolute
    }

    .note-handle .note-control-selection {
        border: 1px solid #000;
        display: none;
        position: absolute
    }

    .note-handle .note-control-selection>div {
        position: absolute
    }

    .note-handle .note-control-selection .note-control-selection-bg {
        background-color: #000;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
        filter: alpha(opacity=30);
        height: 100%;
        -webkit-opacity: .3;
        -khtml-opacity: .3;
        -moz-opacity: .3;
        opacity: .3;
        width: 100%
    }

    .note-handle .note-control-selection .note-control-handle,
    .note-handle .note-control-selection .note-control-holder,
    .note-handle .note-control-selection .note-control-sizing {
        border: 1px solid #000;
        height: 7px;
        width: 7px
    }

    .note-handle .note-control-selection .note-control-sizing {
        background-color: #000
    }

    .note-handle .note-control-selection .note-control-nw {
        border-bottom: none;
        border-right: none;
        left: -5px;
        top: -5px
    }

    .note-handle .note-control-selection .note-control-ne {
        border-bottom: none;
        border-left: none;
        right: -5px;
        top: -5px
    }

    .note-handle .note-control-selection .note-control-sw {
        border-right: none;
        border-top: none;
        bottom: -5px;
        left: -5px
    }

    .note-handle .note-control-selection .note-control-se {
        bottom: -5px;
        cursor: se-resize;
        right: -5px
    }

    .note-handle .note-control-selection .note-control-se.note-control-holder {
        border-left: none;
        border-top: none;
        cursor: default
    }

    .note-handle .note-control-selection .note-control-selection-info {
        background-color: #000;
        border-radius: 5px;
        bottom: 0;
        color: #fff;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
        filter: alpha(opacity=70);
        font-size: 12px;
        margin: 5px;
        -webkit-opacity: .7;
        -khtml-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        padding: 5px;
        right: 0
    }

    .note-hint-popover {
        min-width: 100px;
        padding: 2px
    }

    .note-hint-popover .popover-content {
        max-height: 150px;
        overflow: auto;
        padding: 3px
    }

    .note-hint-popover .popover-content .note-hint-group .note-hint-item {
        display: block !important;
        padding: 3px
    }

    .note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
    .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
        background-color: #428bca;
        clear: both;
        color: #fff;
        cursor: pointer;
        display: block;
        font-weight: 400;
        line-height: 1.4;
        outline: 0;
        text-decoration: none;
        white-space: nowrap
    }

    body .note-fullscreen-body,
    html .note-fullscreen-body {
        overflow: hidden !important
    }

    .note-editor .note-editing-area .note-editable table {
        border-collapse: collapse;
        width: 100%
    }

    .note-editor .note-editing-area .note-editable table td,
    .note-editor .note-editing-area .note-editable table th {
        border: 1px solid #ececec;
        padding: 5px 3px
    }

    .note-editor .note-editing-area .note-editable a {
        background-color: inherit;
        color: #337ab7;
        font-family: inherit;
        font-weight: inherit;
        text-decoration: inherit
    }

    .note-editor .note-editing-area .note-editable a:focus,
    .note-editor .note-editing-area .note-editable a:hover {
        color: #23527c;
        outline: 0;
        text-decoration: underline
    }

    .note-editor .note-editing-area .note-editable figure {
        margin: 0
    }

    .note-modal .note-modal-body label {
        display: inline-block;
        margin-bottom: 2px;
        padding: 2px 5px
    }

    .note-modal .note-modal-body .help-list-item:hover {
        background-color: #e0e0e0
    }

    @-moz-document url-prefix() {
        .note-modal .note-image-input {
            height: auto
        }
    }

    .help-list-item label {
        display: inline-block;
        margin-bottom: 5px
    }
    /*summernote-lite.min.css END*/
    /*tagify.css*/

    tags tag,
    tags tag>span {
        display: inline-block;
        transition: .13s ease-out
    }

    tags .input,
    tags tag {
        position: relative;
        white-space: nowrap
    }

    tags {
        display: inline-block;
        border: 1px solid #ddd;
        overflow: hidden;
        cursor: text;
        width: -webkit-fill-available
    }

    tags:hover {
        border-color: #ccc
    }

    @keyframes tags--bump {
        30% {
            box-shadow: 0 0 0 4px #e5e5e5
        }
    }

    tags tag {
        vertical-align: top;
        margin: 5px 0 0 5px;
        font-size: 13px;
        cursor: default;
        animation: .3s ease-out tags--bump
    }

    tags tag>span {
        padding: .3em 1.5em .3em .5em;
        border-radius: 3px;
        color: #000;
        background: #e5e5e5
    }

    tags tag:hover span {
        box-shadow: 0 0 0 2px #7ac3ff inset;
        transition: 50ms
    }

    tags tag.tagify--noAnim {
        animation: none
    }

    tags tag.tagify--hide {
        pointer-events: none;
        width: 0 !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        opacity: 0;
        transform: scale(0);
        transition: .3s
    }

    @keyframes tagify--pulse {
        50% {
            box-shadow: 0 0 0 2px #7ac3ff inset
        }
    }

    tags tag.tagify--mark span {
        animation: .4s ease-out 3 tagify--pulse
    }

    tags tag x {
        font: 14px/15px Serif;
        width: 14px;
        height: 14px;
        text-align: center;
        border-radius: 50px;
        position: absolute;
        right: calc(.5em - 2px);
        top: 50%;
        cursor: pointer;
        transform: translateY(-50%);
        transition: .2s
    }

    tags tag x::after {
        content: "\00D7"
    }

    tags tag x:hover {
        color: #fff;
        background: #cc8282
    }

    tags tag x:hover+span {
        box-shadow: 0 0 0 2px #d39494 inset;
        transition: .2s
    }

    tags input,
    tags textarea {
        border: 0;
        display: none
    }

    tags div {
        display: inline-block;
        min-width: 10px;
        padding: 6.3px 0
    }

    tags .input {
        display: block
    }

    tags .input.placeholder {
        color: #999
    }

    tags .input.placeholder::after {
        opacity: 1;
        transform: none;
        max-width: 200px
    }

    tags .input::after {
        content: attr(data-placeholder);
        display: inline-block;
        opacity: 0;
        max-width: 0;
        transform: translatex(6px);
        transition: .15s ease-out
    }

    tags .input::before {
        content: '\200B'
    }

    tags .input:focus {
        outline: 0
    }
    /*tagify.css END*/
    /*toastr.css*/

    .toast-title {
        font-weight: 700
    }

    .toast-message {
        -ms-word-wrap: break-word;
        word-wrap: break-word
    }

    .toast-message a,
    .toast-message label {
        color: #fff
    }

    .toast-message a:hover {
        color: #ccc;
        text-decoration: none
    }

    .toast-close-button {
        position: relative;
        right: -.3em;
        top: -.3em;
        float: right;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 #fff;
        opacity: .8;
        line-height: 1
    }

    .toast-close-button:focus,
    .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4
    }

    .rtl .toast-close-button {
        left: -.3em;
        float: left;
        right: .3em
    }

    button.toast-close-button {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none
    }

    .toast-top-center,
    .toast-top-full-width {
        top: 0;
        right: 0;
        width: 100%
    }

    .toast-bottom-center,
    .toast-bottom-full-width {
        bottom: 0;
        right: 0;
        width: 100%
    }

    .toast-top-left {
        top: 12px;
        left: 12px
    }

    .toast-top-right {
        top: 12px;
        right: 12px
    }

    .toast-bottom-right {
        right: 12px;
        bottom: 12px
    }

    .toast-bottom-left {
        bottom: 12px;
        left: 12px
    }

    #toast-container {
        position: fixed;
        z-index: 999999;
        pointer-events: none
    }

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container>div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8
    }

    #toast-container>div.rtl {
        direction: rtl;
        padding: 15px 50px 15px 15px;
        background-position: right 15px center
    }

    #toast-container>div:hover {
        -moz-box-shadow: 0 0 12px #000;
        -webkit-box-shadow: 0 0 12px #000;
        box-shadow: 0 0 12px #000;
        opacity: 1;
        cursor: pointer
    }

    #toast-container>.toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
    }

    #toast-container>.toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
    }

    #toast-container>.toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
    }

    #toast-container>.toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
    }

    #toast-container.toast-bottom-center>div,
    #toast-container.toast-top-center>div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width>div,
    #toast-container.toast-top-full-width>div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

    .toast {
        background-color: #030303
    }

    .toast-success {
        background-color: #51a351
    }

    .toast-error {
        background-color: #bd362f
    }

    .toast-info {
        background-color: #2f96b4
    }

    .toast-warning {
        background-color: #f89406
    }

    .toast-progress {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        background-color: #000;
        opacity: .4
    }

    @media all and (max-width:240px) {
        #toast-container>div {
            padding: 8px 8px 8px 50px;
            width: 11em
        }
        #toast-container>div.rtl {
            padding: 8px 50px 8px 8px
        }
        #toast-container .toast-close-button {
            right: -.2em;
            top: -.2em
        }
        #toast-container .rtl .toast-close-button {
            left: -.2em;
            right: .2em
        }
    }

    @media all and (min-width:241px) and (max-width:480px) {
        #toast-container>div {
            padding: 8px 8px 8px 50px;
            width: 18em
        }
        #toast-container>div.rtl {
            padding: 8px 50px 8px 8px
        }
        #toast-container .toast-close-button {
            right: -.2em;
            top: -.2em
        }
        #toast-container .rtl .toast-close-button {
            left: -.2em;
            right: .2em
        }
    }

    @media all and (min-width:481px) and (max-width:768px) {
        #toast-container>div {
            padding: 15px 15px 15px 50px;
            width: 25em
        }
        #toast-container>div.rtl {
            padding: 15px 50px 15px 15px
        }
    }
    /*toastr.css END*/

    .hero-banner {
        position: relative;
        background-color: #2C80FA;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right bottom;
        padding: 130px 0 92px;
        overflow: hidden;
        z-index: 2;
    }

    article,
    aside,
    dialog,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        display: block;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    user agent stylesheet section {
        display: block;
        unicode-bidi: isolate;
    }

    body {
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: var(--eduact-black, #2A254D);
        font-family: var(--eduact-font, "Urbanist", sans-serif);
        font-size: 1rem;
        line-height: 1.5;
    }

    body {
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: var(--eduact-black, #2A254D);
        font-family: var(--eduact-font, "Urbanist", sans-serif);
        font-size: 1rem;
        line-height: 1.5;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        padding-right: 0 !important;
        color: #29303b;
        font-size: 15px;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

     :root {
        --page-title-display: block;
    }

     :root {
        --eduact-font: "Urbanist", sans-serif;
        --heading-font: "Urbanist", sans-serif;
        --eduact-text: #697585;
        --eduact-text-rgb: 105, 117, 133;
        --eduact-text2: #B3ADE1;
        --eduact-text2-rgb: 179, 173, 225;
        --eduact-grey: #B7B0B4;
        --eduact-grey-rgb: 183, 176, 180;
        --eduact-soft: #F1F2FD;
        --eduact-soft-rgb: 241, 242, 253;
        --eduact-soft2: #F6F5F5;
        --eduact-soft2-rgb: 246, 245, 245;
        --eduact-soft3: #E0E3FD;
        --eduact-soft3-rgb: 224, 227, 253;
        --eduact-soft4: #E4E4E4;
        --eduact-soft4-rgb: 228, 228, 228;
        --eduact-soft5: #F6F6F6;
        --eduact-soft5-rgb: 246, 246, 246;
        --eduact-base: #4F5DE4;
        --eduact-base-rgb: 79, 93, 228;
        --eduact-secondary: http: //127.0.0.1:8000/;
        --eduact-secondary-rgb: 245, 112, 5;
        --eduact-black: #2A254D;
        --eduact-black-rgb: 42, 37, 77;
        --eduact-black2: #000000;
        --eduact-black2-rgb: 0, 0, 0;
        --eduact-white: #ffffff;
        --eduact-white-rgb: 255, 255, 255;
    }

     :root {
        --eduact-font: "Urbanist", sans-serif;
        --heading-font: "Urbanist", sans-serif;
        --eduact-text: #697585;
        --eduact-text-rgb: 105, 117, 133;
        --eduact-text2: #B3ADE1;
        --eduact-text2-rgb: 179, 173, 225;
        --eduact-grey: #B7B0B4;
        --eduact-grey-rgb: 183, 176, 180;
        --eduact-soft: #F1F2FD;
        --eduact-soft-rgb: 241, 242, 253;
        --eduact-soft2: #F6F5F5;
        --eduact-soft2-rgb: 246, 245, 245;
        --eduact-soft3: #E0E3FD;
        --eduact-soft3-rgb: 224, 227, 253;
        --eduact-soft4: #E4E4E4;
        --eduact-soft4-rgb: 228, 228, 228;
        --eduact-soft5: #F6F6F6;
        --eduact-soft5-rgb: 246, 246, 246;
        --eduact-base: #2C80FA;
        --eduact-base-rgb: 79, 93, 228;
        --eduact-secondary: #0065fd;
        --eduact-secondary-rgb: 245, 112, 5;
        /* --eduact-black: #2A254D; */
        --eduact-black: #2f2f31;
        --eduact-black-rgb: 42, 37, 77;
        --eduact-black2: #000000;
        --eduact-black2-rgb: 0, 0, 0;
        --eduact-white: #ffffff;
        --eduact-white-rgb: 255, 255, 255;
    }

     :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #007bff;
        --secondary: #6c757d;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #f8f9fa;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

     :host,
     :root {
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
    }

     :host,
     :root {
        --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
    }

     :host,
     :root {
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
    }

    html {
        color: #222;
        font-size: 1em;
        line-height: 1.4;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

     ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }
    /* @media (min-width: 1400px)
{
    .container {
        padding-left: 18px;
        padding-right: 18px;
        max-width: 1356px;
    }
}
@media (min-width: 1200px)
{
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px)
{
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
@media (min-width: 1400px)
{
    .container {
        padding-left: 18px;
        padding-right: 18px;
        max-width: 1356px;
    }
}
@media (min-width: 1200px)
{
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 992px)
{
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px)
{
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px)
{
    .container {
        max-width: 540px;
    }
} */

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    user agent stylesheet div {
        display: block;
        unicode-bidi: isolate;
    }

    body {
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: var(--eduact-black, #2A254D);
        font-family: var(--eduact-font, "Urbanist", sans-serif);
        font-size: 1rem;
        line-height: 1.5;
    }

    body {
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: var(--eduact-black, #2A254D);
        font-family: var(--eduact-font, "Urbanist", sans-serif);
        font-size: 1rem;
        line-height: 1.5;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        padding-right: 0 !important;
        color: #29303b;
        font-size: 15px;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

     :root {
        --page-title-display: block;
    }

     :root {
        --eduact-font: "Urbanist", sans-serif;
        --heading-font: "Urbanist", sans-serif;
        --eduact-text: #697585;
        --eduact-text-rgb: 105, 117, 133;
        --eduact-text2: #B3ADE1;
        --eduact-text2-rgb: 179, 173, 225;
        --eduact-grey: #B7B0B4;
        --eduact-grey-rgb: 183, 176, 180;
        --eduact-soft: #F1F2FD;
        --eduact-soft-rgb: 241, 242, 253;
        --eduact-soft2: #F6F5F5;
        --eduact-soft2-rgb: 246, 245, 245;
        --eduact-soft3: #E0E3FD;
        --eduact-soft3-rgb: 224, 227, 253;
        --eduact-soft4: #E4E4E4;
        --eduact-soft4-rgb: 228, 228, 228;
        --eduact-soft5: #F6F6F6;
        --eduact-soft5-rgb: 246, 246, 246;
        --eduact-base: #4F5DE4;
        --eduact-base-rgb: 79, 93, 228;
        --eduact-secondary: #09BD80;
        --eduact-secondary-rgb: 245, 112, 5;
        --eduact-black: #2A254D;
        --eduact-black-rgb: 42, 37, 77;
        --eduact-black2: #000000;
        --eduact-black2-rgb: 0, 0, 0;
        --eduact-white: #ffffff;
        --eduact-white-rgb: 255, 255, 255;
    }

     :root {
        --eduact-font: "Urbanist", sans-serif;
        --heading-font: "Urbanist", sans-serif;
        --eduact-text: #697585;
        --eduact-text-rgb: 105, 117, 133;
        --eduact-text2: #B3ADE1;
        --eduact-text2-rgb: 179, 173, 225;
        --eduact-grey: #B7B0B4;
        --eduact-grey-rgb: 183, 176, 180;
        --eduact-soft: #F1F2FD;
        --eduact-soft-rgb: 241, 242, 253;
        --eduact-soft2: #F6F5F5;
        --eduact-soft2-rgb: 246, 245, 245;
        --eduact-soft3: #E0E3FD;
        --eduact-soft3-rgb: 224, 227, 253;
        --eduact-soft4: #E4E4E4;
        --eduact-soft4-rgb: 228, 228, 228;
        --eduact-soft5: #F6F6F6;
        --eduact-soft5-rgb: 246, 246, 246;
        --eduact-base: #2C80FA;
        --eduact-base-rgb: 79, 93, 228;
        --eduact-secondary: #F57005;
        --eduact-secondary-rgb: 245, 112, 5;
        --eduact-black: #2A254D;
        --eduact-black-rgb: 42, 37, 77;
        --eduact-black2: #000000;
        --eduact-black2-rgb: 0, 0, 0;
        --eduact-white: #ffffff;
        --eduact-white-rgb: 255, 255, 255;
    }

     :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #007bff;
        --secondary: #6c757d;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #f8f9fa;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

     :host,
     :root {
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
    }

     :host,
     :root {
        --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
    }

     :host,
     :root {
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
    }

    html {
        color: #222;
        font-size: 1em;
        line-height: 1.4;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    .hero-banner__content {
        position: relative;
        z-index: 4;
        padding: 0px 0 0;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__bg-shape1 {
        position: absolute;
        left: -180px;
        top: -55px;
        width: 759px;
        height: 759px;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(var(--eduact-white-rgb), 0.09) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
        box-shadow: 54px 24px 39px 0px rgba(var(--eduact-black2-rgb), 0.02);
    }

     :root {
        --eduact-font: "Urbanist", sans-serif;
        --heading-font: "Urbanist", sans-serif;
        --eduact-text: #697585;
        --eduact-text-rgb: 105, 117, 133;
        --eduact-text2: #B3ADE1;
        --eduact-text2-rgb: 179, 173, 225;
        --eduact-grey: #B7B0B4;
        --eduact-grey-rgb: 183, 176, 180;
        --eduact-soft: #F1F2FD;
        --eduact-soft-rgb: 241, 242, 253;
        --eduact-soft2: #F6F5F5;
        --eduact-soft2-rgb: 246, 245, 245;
        --eduact-soft3: #E0E3FD;
        --eduact-soft3-rgb: 224, 227, 253;
        --eduact-soft4: #E4E4E4;
        --eduact-soft4-rgb: 228, 228, 228;
        --eduact-soft5: #F6F6F6;
        --eduact-soft5-rgb: 246, 246, 246;
        --eduact-base: #4F5DE4;
        --eduact-base-rgb: 79, 93, 228;
        --eduact-secondary: #09BD80;
        --eduact-secondary-rgb: 245, 112, 5;
        --eduact-black: #2A254D;
        --eduact-black-rgb: 42, 37, 77;
        --eduact-black2: #000000;
        --eduact-black2-rgb: 0, 0, 0;
        --eduact-white: #ffffff;
        --eduact-white-rgb: 255, 255, 255;
    }

    .hero-banner__bg-round {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    }

    .hero-banner__bg-shape1::after {
        position: absolute;
        left: -140px;
        top: -140px;
        content: "";
        width: calc(100% + 280px);
        height: calc(100% + 280px);
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(var(--eduact-white-rgb), 0.09) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
        box-shadow: 54px 24px 39px 0px rgba(var(--eduact-black2-rgb), 0.02);
        animation-fill-mode: both;
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
    }

    .hero-banner__bg-round-border {
        width: 33px;
        height: 33px;
        border-radius: 100%;
        border: 1px solid #D9D9D9;
        position: absolute;
        right: 250px;
        top: 0;
    }

    .hero-banner__bg-shape1::after {
        position: absolute;
        left: -140px;
        top: -140px;
        content: "";
        width: calc(100% + 280px);
        height: calc(100% + 280px);
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(var(--eduact-white-rgb), 0.09) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
        box-shadow: 54px 24px 39px 0px rgba(var(--eduact-black2-rgb), 0.02);
        animation-fill-mode: both;
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__title {
        font-size: 40px;
        line-height: 70px;
        font-weight: 800;
        color: var(--eduact-white);
        margin: 0 0 12px;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__title {
        font-size: 50px !important;
        line-height: 83px !important;
        font-weight: 800;
        color: var(--eduact-white);
        margin: 0 0 12px;
    }

    .hero-banner__title {
        font-size: 50px;
        line-height: 75px;
        font-weight: 800;
        color: var(--eduact-white);
        margin: 0 0 12px;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--heading-font);
        color: var(--eduact-black);
        font-weight: 700;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--heading-font);
        color: var(--eduact-black);
        font-weight: 700;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__text {
        line-height: 32px;
        color: var(--eduact-white);
        position: relative;
        margin: 0 0 30px;
    }

    .hero-banner__text img {
        position: absolute;
        right: 109px;
        top: 17px;
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner__text img {
        position: absolute;
        right: 109px;
        top: 17px;
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__btn {
        display: flex;
    }

    .eduact-btn.eduact-btn-second {
        line-height: 27px;
        background-color: var(--eduact-secondary) !important;
    }

    .eduact-btn.eduact-btn-second {
        line-height: 27px;
    }

    .eduact-btn-second {
        background-color: var(--eduact-secondary);
    }

    .eduact-btn {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--eduact-base);
        color: var(--eduact-white);
        font-size: 18px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 16px 32px 15px;
        overflow: hidden;
        z-index: 2;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .eduact-btn-second {
        background-color: var(--eduact-secondary);
    }

    .eduact-btn {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--eduact-base);
        color: var(--eduact-white);
        font-size: 18px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 16px 32px 15px;
        overflow: hidden;
        z-index: 2;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .eduact-btn-second {
        background-color: var(--eduact-secondary);
    }

    .eduact-btn__curve {
        position: absolute;
        right: -15px;
        top: 0;
        width: 33px;
        height: 100%;
        background: var(--eduact-soft2);
        opacity: 0.2;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .eduact-btn i {
        display: inline-block;
        margin-left: 11px;
        position: relative;
        top: 2px;
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .hero-banner__btn .eduact-btn+.eduact-btn {
        margin-left: 20px;
        background-color: transparent;
        border: 1px solid var(--eduact-white);
    }

    .hero-banner__btn .eduact-btn+.eduact-btn {
        margin-left: 20px;
        background-color: transparent;
        border: 1px solid var(--eduact-white);
    }

    .eduact-btn {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--eduact-base);
        color: var(--eduact-white);
        font-size: 18px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 16px 32px 15px;
        overflow: hidden;
        z-index: 2;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .eduact-btn {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--eduact-base);
        color: var(--eduact-white);
        font-size: 18px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 16px 32px 15px;
        overflow: hidden;
        z-index: 2;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .eduact-btn {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--eduact-base);
        color: var(--eduact-white);
        font-size: 18px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 16px 32px 15px;
        overflow: hidden;
        z-index: 2;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .eduact-btn__curve {
        position: absolute;
        right: -15px;
        top: 0;
        width: 33px;
        height: 100%;
        background: var(--eduact-soft2);
        opacity: 0.2;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .eduact-btn i {
        display: inline-block;
        margin-left: 11px;
        position: relative;
        top: 2px;
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__thumb {
        position: relative;
        z-index: 4;
        width: 642px;
        height: 642px;
        border-radius: 50%;
        padding: 34px;
        background: linear-gradient(147deg, #09bd45 0%, #09a2bd 100%);
        box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
        margin: 0 0 0 95px;
    }
    /* Accessibility
  --------------------------------------------- */
    /* Text meant only for screen readers. */

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: var(--eduact-grey, #B7B0B4);
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }
    /* Do not show the outline on the skip link target. */

    #primary[tabindex="-1"]:focus {
        outline: 0;
    }
    /* Alignments
  --------------------------------------------- */

    .alignleft {
        /*rtl:ignore*/
        float: left;
        /*rtl:ignore*/
        margin-right: 1.5em;
        margin-bottom: 1.5em;
    }

    .alignright {
        /*rtl:ignore*/
        float: right;
        /*rtl:ignore*/
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }
    /* Custom Animations
  --------------------------------------------- */

    @keyframes rotateme {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes rotateme {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes rotateme {
        from {
            -moz-transform: rotate(0deg);
        }
        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-o-keyframes rotateme {
        from {
            -o-transform: rotate(0deg);
        }
        to {
            -o-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    .rotate-me {
        animation-name: rotateme;
        animation-duration: 24s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 24s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: rotateme;
        -moz-animation-duration: 24s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: rotateme;
        -ms-animation-duration: 24s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: rotateme;
        -o-animation-duration: 24s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    @-webkit-keyframes float-bob {
        0% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }
        50% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        100% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }
    }

    @keyframes float-bob {
        0% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }
        50% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        100% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
        }
    }

    .float-bob {
        animation-name: float-bob;
        animation-duration: 7s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: float-bob;
        -webkit-animation-duration: 7s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: float-bob;
        -moz-animation-duration: 7s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: float-bob;
        -ms-animation-duration: 7s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: float-bob;
        -o-animation-duration: 7s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }
    /***
  =============================================
      circle Css
  =============================================
  ***/

    @-webkit-keyframes circle {
        0% {
            opacity: 1;
        }
        40% {
            opacity: 1;
        }
        100% {
            width: 200%;
            height: 200%;
            opacity: 0;
        }
    }

    @keyframes circle {
        0% {
            opacity: 1;
        }
        40% {
            opacity: 1;
        }
        100% {
            width: 200%;
            height: 200%;
            opacity: 0;
        }
    }
    /***
  =============================================
      Zoom Fade Css
  =============================================
  ***/

    .zoom-fade {
        animation-name: zoom-fade;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: zoom-fade;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: zoom-fade;
        -moz-animation-duration: 5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: zoom-fade;
        -ms-animation-duration: 5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: zoom-fade;
        -o-animation-duration: 5s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    @-webkit-keyframes zoom-fade {
        0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }

    @keyframes zoom-fade {
        0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }
    /***
  =============================================
      Zoom In Out Css
  =============================================
  ***/

    .zoominout {
        animation-name: zoomInOut;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: zoomInOut;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-name: zoomInOut;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        -ms-animation-name: zoomInOut;
        -ms-animation-duration: 3s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: ease-in-out;
        -o-animation-name: zoomInOut;
        -o-animation-duration: 3s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: ease-in-out;
    }

    @keyframes zoomInOut {
        0% {
            -webkit-transform: rotate(0deg) scale(0.7);
            transform: rotate(0deg) scale(0.7);
            opacity: 0;
        }
        50% {
            -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: rotate(360deg) scale(0.7);
            transform: rotate(360deg) scale(0.7);
            opacity: 0;
        }
    }

    @-webkit-keyframes bgSlideReverse {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: 100px 0;
        }
        40% {
            background-position: 200px 0;
        }
        60% {
            background-position: 150px 0;
        }
        80% {
            background-position: 100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @keyframes bgSlideReverse {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: 100px 0;
        }
        40% {
            background-position: 200px 0;
        }
        60% {
            background-position: 150px 0;
        }
        80% {
            background-position: 100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @-webkit-keyframes bgSlideReverse2 {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: -100px 0;
        }
        40% {
            background-position: -200px 0;
        }
        60% {
            background-position: -150px 0;
        }
        80% {
            background-position: -100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @keyframes bgSlideReverse2 {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: -100px 0;
        }
        40% {
            background-position: -200px 0;
        }
        60% {
            background-position: -150px 0;
        }
        80% {
            background-position: -100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @-webkit-keyframes banner-animate {
        0% {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
        }
        50% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        100% {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
        }
    }

    @keyframes banner-animate {
        0% {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
        }
        50% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        100% {
            -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
        }
    }

    .banner-animate {
        animation-name: banner-animate;
        animation-duration: 70s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: banner-animate;
        -webkit-animation-duration: 70s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: banner-animate;
        -moz-animation-duration: 70s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: banner-animate;
        -ms-animation-duration: 70s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: banner-animate;
        -o-animation-duration: 70s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    @-webkit-keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
            box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
        }
    }

    @keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    /***
  =============================================
      Animation1 Css
  =============================================
  ***/

    @-webkit-keyframes animation1 {
        0%,
        100% {
            -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
        }
        25%,
        75% {
            -webkit-transform: rotate(5deg) translateX(15px);
            transform: rotate(5deg) translateX(15px);
        }
        50% {
            -webkit-transform: rotate(10deg) translateX(30px);
            transform: rotate(10deg) translateX(30px);
        }
    }

    @keyframes animation1 {
        0%,
        100% {
            -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
        }
        25%,
        75% {
            -webkit-transform: rotate(5deg) translateX(15px);
            transform: rotate(5deg) translateX(15px);
        }
        50% {
            -webkit-transform: rotate(10deg) translateX(30px);
            transform: rotate(10deg) translateX(30px);
        }
    }
    /***
  =============================================
      Animation2 Css
  =============================================
  ***/

    @keyframes animation2 {
        0% {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @-moz-keyframes animation2 {
        0% {
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -moz-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @-o-keyframes animation2 {
        0% {
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @keyframes animation2 {
        0% {
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @-webkit-keyframes bgSlide {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: -100px 0;
        }
        40% {
            background-position: -200px 0;
        }
        60% {
            background-position: -150px 0;
        }
        80% {
            background-position: -100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @keyframes bgSlide {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: -100px 0;
        }
        40% {
            background-position: -200px 0;
        }
        60% {
            background-position: -150px 0;
        }
        80% {
            background-position: -100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @-webkit-keyframes bgSlideReverse {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: 100px 0;
        }
        40% {
            background-position: 200px 0;
        }
        60% {
            background-position: 150px 0;
        }
        80% {
            background-position: 100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @keyframes bgSlideReverse {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: 100px 0;
        }
        40% {
            background-position: 200px 0;
        }
        60% {
            background-position: 150px 0;
        }
        80% {
            background-position: 100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @-webkit-keyframes ribbonRotate {
        0%,
        100% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        25%,
        75% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        50% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
    }

    @keyframes ribbonRotate {
        0%,
        100% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        25%,
        75% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
        }
        50% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
    }

    @-webkit-keyframes footerFish {
        0%,
        100% {
            -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
        }
        25%,
        75% {
            -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
            transform: translateX(20px) translateY(30px) rotate(25deg);
        }
        50% {
            -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
            transform: translateX(40px) translateY(60px) rotate(45deg);
        }
    }

    @keyframes footerFish {
        0%,
        100% {
            -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
        }
        25%,
        75% {
            -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
            transform: translateX(20px) translateY(30px) rotate(25deg);
        }
        50% {
            -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
            transform: translateX(40px) translateY(60px) rotate(45deg);
        }
    }

    @-webkit-keyframes contactSwimmer {
        0%,
        100% {
            -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
        }
        25%,
        75% {
            -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
            transform: translateX(15px) translateY(20px) rotate(10deg);
        }
        50% {
            -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
            transform: translateX(60px) translateY(35px) rotate(15deg);
        }
    }

    @keyframes contactSwimmer {
        0%,
        100% {
            -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
        }
        25%,
        75% {
            -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
            transform: translateX(15px) translateY(20px) rotate(10deg);
        }
        50% {
            -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
            transform: translateX(60px) translateY(35px) rotate(15deg);
        }
    }
    /***
  =============================================
      Float Bob Y Animation Css
  =============================================
  ***/

    @-webkit-keyframes float-bob-y {
        0% {
            transform: translateY(-20px);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(-20px);
        }
    }

    @keyframes float-bob-y {
        0% {
            transform: translateY(-20px);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(-20px);
        }
    }

    .float-bob-y {
        -webkit-animation-name: float-bob-y;
        animation-name: float-bob-y;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @-webkit-keyframes footerTree {
        0%,
        100% {
            -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
        }
        25%,
        75% {
            -webkit-transform: rotate(5deg) translateX(15px);
            transform: rotate(5deg) translateX(15px);
        }
        50% {
            -webkit-transform: rotate(10deg) translateX(30px);
            transform: rotate(10deg) translateX(30px);
        }
    }

    @keyframes footerTree {
        0%,
        100% {
            -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
        }
        25%,
        75% {
            -webkit-transform: rotate(5deg) translateX(15px);
            transform: rotate(5deg) translateX(15px);
        }
        50% {
            -webkit-transform: rotate(10deg) translateX(30px);
            transform: rotate(10deg) translateX(30px);
        }
    }

    .footertree {
        -webkit-animation: footerTree 5s ease-in infinite;
        animation: footerTree 5s ease-in infinite;
    }

    @keyframes service_hexagon_2 {
        0% {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @-moz-keyframes service_hexagon_2 {
        0% {
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -moz-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @-o-keyframes service_hexagon_2 {
        0% {
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @keyframes service_hexagon_2 {
        0% {
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
        100% {
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
        }
    }

    @keyframes bgSlide {
        0% {
            background-position: 0 0;
        }
        20% {
            background-position: -100px 0;
        }
        40% {
            background-position: -200px 0;
        }
        60% {
            background-position: -150px 0;
        }
        80% {
            background-position: -100px 0;
        }
        100% {
            background-position: 0px 0;
        }
    }

    @keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }

    @-o-keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .rotatescale {
        -webkit-animation-name: rotateScale;
        -webkit-animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: rotateScale;
        -moz-animation-duration: 20s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: rotateScale;
        -ms-animation-duration: 20s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: rotateScale;
        animation-duration: 20s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    /*--------------------------------------------------------------
  # Animations
  --------------------------------------------------------------*/

    @-webkit-keyframes bubbleMover {
        0% {
            transform: translateY(0px) translateX(0) rotate(0);
        }
        30% {
            transform: translateY(30px) translateX(50px) rotate(15deg);
            transform-origin: center center;
        }
        50% {
            transform: translateY(50px) translateX(100px) rotate(45deg);
            transform-origin: right bottom;
        }
        80% {
            transform: translateY(30px) translateX(50px) rotate(15deg);
            transform-origin: left top;
        }
        100% {
            transform: translateY(0px) translateX(0) rotate(0);
            transform-origin: center center;
        }
    }

    @keyframes bubbleMover {
        0% {
            transform: translateY(0px) translateX(0) rotate(0);
        }
        30% {
            transform: translateY(30px) translateX(50px) rotate(15deg);
            transform-origin: center center;
        }
        50% {
            transform: translateY(50px) translateX(100px) rotate(45deg);
            transform-origin: right bottom;
        }
        80% {
            transform: translateY(30px) translateX(50px) rotate(15deg);
            transform-origin: left top;
        }
        100% {
            transform: translateY(0px) translateX(0) rotate(0);
            transform-origin: center center;
        }
    }

    @-webkit-keyframes shapeMover {
        0%,
        100% {
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        }
        50% {
            transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
        }
    }

    @keyframes shapeMover {
        0%,
        100% {
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        }
        50% {
            transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
        }
    }

    @-webkit-keyframes banner3Shake {
        0% {
            transform: rotate3d(0, 1, 0, 0deg);
        }
        30% {
            transform: rotate3d(0, 0, 1, 5deg);
        }
        60% {
            transform: rotate3d(1, 0, 0, 0deg);
        }
        80% {
            transform: rotate3d(0, 0, 1, 5deg);
        }
        100% {
            transform: rotate3d(0, 1, 0, 0deg);
        }
    }

    @keyframes banner3Shake {
        0% {
            transform: rotate3d(0, 1, 0, 0deg);
        }
        30% {
            transform: rotate3d(0, 0, 1, 5deg);
        }
        60% {
            transform: rotate3d(1, 0, 0, 0deg);
        }
        80% {
            transform: rotate3d(0, 0, 1, 5deg);
        }
        100% {
            transform: rotate3d(0, 1, 0, 0deg);
        }
    }

    @-webkit-keyframes squareMover {
        0%,
        100% {
            transform: translate(0, 0) rotate(0);
        }
        20%,
        60% {
            transform: translate(20px, 40px) rotate(180deg);
        }
        30%,
        80% {
            transform: translate(40px, 60px) rotate(0deg);
        }
    }

    @keyframes squareMover {
        0%,
        100% {
            transform: translate(0, 0) rotate(0);
        }
        20%,
        60% {
            transform: translate(20px, 40px) rotate(180deg);
        }
        30%,
        80% {
            transform: translate(40px, 60px) rotate(0deg);
        }
    }

    @-webkit-keyframes treeMove {
        0%,
        100% {
            transform: rotate(0deg) translateX(0);
        }
        25%,
        75% {
            transform: rotate(5deg) translateX(15px);
        }
        50% {
            transform: rotate(10deg) translateX(30px);
        }
    }

    @keyframes treeMove {
        0%,
        100% {
            transform: rotate(0deg) translateX(0);
        }
        25%,
        75% {
            transform: rotate(5deg) translateX(15px);
        }
        50% {
            transform: rotate(10deg) translateX(30px);
        }
    }
    /*--------------------------------------------------------------
  #     animate BubbleCss
  --------------------------------------------------------------*/

    @-webkit-keyframes animateBubble {
        0% {
            margin-top: 20%;
        }
        100% {
            margin-top: -30%;
        }
    }

    @-moz-keyframes animateBubble {
        0% {
            margin-top: 20%;
        }
        100% {
            margin-top: -30%;
        }
    }

    @keyframes animateBubble {
        0% {
            margin-top: 20%;
        }
        100% {
            margin-top: -30%;
        }
    }

    @-webkit-keyframes sideWays {
        0% {
            margin-left: 0;
        }
        100% {
            margin-left: 25px;
        }
    }

    @-moz-keyframes sideWays {
        0% {
            margin-left: 0;
        }
        100% {
            margin-left: 25px;
        }
    }

    @keyframes sideWays {
        0% {
            margin-left: 0;
        }
        100% {
            margin-left: 25px;
        }
    }
    /*--------------------------------------------------------------
  #     Zoom Fade Css
  --------------------------------------------------------------*/

    .zoom-fade {
        animation-name: zoom-fade;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: zoom-fade;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: zoom-fade;
        -moz-animation-duration: 5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: zoom-fade;
        -ms-animation-duration: 5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: zoom-fade;
        -o-animation-duration: 5s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    @-webkit-keyframes zoom-fade {
        0% {
            transform: scale(0.9);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.9);
        }
    }

    @keyframes zoom-fade {
        0% {
            transform: scale(0.9);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.9);
        }
    }

    .zoomInDown {
        -webkit-animation-name: zoomInDown;
        animation-name: zoomInDown;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes sunMove {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        25% {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        75% {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes sunMove {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        25% {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        75% {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @-webkit-keyframes planeMove {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
        25% {
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
        }
        50% {
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
        75% {
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }

    @keyframes planeMove {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
        25% {
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
        }
        50% {
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
        75% {
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }

    @-webkit-keyframes bridMove {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        25% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
        50% {
            -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
        }
        75% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes bridMove {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        25% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
        50% {
            -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
        }
        75% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    /** squares **/

    @keyframes squares {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0;
        }
        20% {
            -webkit-transform: scale(1.24);
            transform: scale(1.24);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(2.1);
            transform: scale(2.1);
            opacity: 0;
        }
    }

    @-moz-keyframes squares {
        0% {
            -moz-transform: scale(1);
            transform: scale(1);
            opacity: 0;
        }
        20% {
            -moz-transform: scale(1.24);
            transform: scale(1.24);
            opacity: 1;
        }
        100% {
            -moz-transform: scale(2.1);
            transform: scale(2.1);
            opacity: 0;
        }
    }

    @-o-keyframes squares {
        0% {
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 0;
        }
        20% {
            -o-transform: scale(1.24);
            transform: scale(1.24);
            opacity: 1;
        }
        100% {
            -o-transform: scale(2.1);
            transform: scale(2.1);
            opacity: 0;
        }
    }

    @keyframes squares {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 0;
        }
        20% {
            -webkit-transform: scale(1.24);
            -moz-transform: scale(1.24);
            -o-transform: scale(1.24);
            transform: scale(1.24);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(2.1);
            -moz-transform: scale(2.1);
            -o-transform: scale(2.1);
            transform: scale(2.1);
            opacity: 0;
        }
    }
    /* Templates
  --------------------------------------------- */
    /*--------------------------------------------------------------
  # Variables
  --------------------------------------------------------------*/
    /*--------------------------------------------------------------
  # Utility
  --------------------------------------------------------------*/

    .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mt-120 {
        margin-top: 120px;
    }

    .mt--60 {
        margin-top: -60px;
    }

    .mt--120 {
        margin-top: -120px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

    .mb-120 {
        margin-bottom: 120px;
    }

    .mb--60 {
        margin-bottom: -60px;
    }

    .mb--120 {
        margin-bottom: -120px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pt-30 {
        padding-top: 30px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .pt-110 {
        padding-top: 110px;
    }

    .pt-115 {
        padding-top: 115px;
    }

    .pt-120 {
        padding-top: 120px;
    }

    .pt-142 {
        padding-top: 142px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pb-90 {
        padding-bottom: 90px;
    }

    .pb-110 {
        padding-bottom: 110px;
    }

    .pb-115 {
        padding-bottom: 115px;
    }

    .pb-120 {
        padding-bottom: 120px;
    }

    .pl-5 {
        padding-left: 5px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pl-15 {
        padding-left: 15px;
    }

    .pl-20 {
        padding-left: 20px;
    }

    .pl-30 {
        padding-left: 30px;
    }

    .pr-5 {
        padding-right: 5px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pr-15 {
        padding-right: 15px;
    }

    .pr-20 {
        padding-right: 20px;
    }

    .pr-30 {
        padding-right: 30px;
    }

    .hero-banner__thumb>img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .hero-banner__cap {
        position: absolute;
        left: -46px;
        top: 50px;
    }

    .hero-banner__cap img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner__star {
        position: absolute;
        left: 146px;
        right: 0;
        margin: auto;
        text-align: center;
        top: -54px;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__star {
        position: absolute;
        left: 146px;
        right: 0;
        margin: auto;
        text-align: center;
        top: -54px;
    }

    .hero-banner__star img {
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    .hero-banner__star img {
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__map {
        position: absolute;
        right: 95px;
        top: -12px;
    }

    .hero-banner__map img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__video {
        width: 126px;
        height: 126px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -35px;
        top: 154px;
    }

    .hero-banner__video .video-popup {
        width: 49px;
        height: 49px;
        background-color: var(--eduact-white);
        border-radius: 50%;
        font-size: 20px;
        color: var(--eduact-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: -6px;
    }

    .hero-banner__video .video-popup::before {
        content: "";
        border: 1px solid rgba(var(--eduact-white-rgb), 0.47);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: calc(100% + 107px);
        height: calc(100% + 107px);
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.55s;
        animation-delay: 0.55s;
    }

    .fa,
    .fa-brands,
    .fa-classic,
    .fa-regular,
    .fa-sharp,
    .fa-solid,
    .fab,
    .far,
    .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
    }

    .fa-solid,
    .fas {
        font-weight: 900;
    }

    .fa-solid,
    .fas {
        font-weight: 900;
    }

    .fa-circle-play:before,
    .fa-play-circle:before {
        content: "\f144";
    }

    .hero-banner__video .video-popup::after {
        content: "";
        border: 1px solid rgba(var(--eduact-white-rgb), 0.47);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: calc(100% + 107px);
        height: calc(100% + 107px);
        border-radius: 50%;
        animation: zoomBig 3s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .hero-banner__book {
        position: absolute;
        right: 35px;
        bottom: 22px;
    }

    .hero-banner__book img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner__star2 {
        position: absolute;
        left: -166px;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: -6px;
    }

    .hero-banner__star2 img {
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    .hero-banner__cart {
        position: absolute;
        left: -73px;
        bottom: 58px;
    }

    .hero-banner__cart__thumb {
        width: 67px;
        height: 67px;
        background-color: var(--eduact-base);
        border-radius: 50%;
        padding: 7px;
        margin: 0 0 -22px;
        z-index: 2;
        position: relative;
    }

    .hero-banner__cart__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-banner__cart__content {
        position: relative;
        width: 210px;
    }

    .hero-banner__cart__content-inner {
        position: relative;
        overflow: hidden;
        background-color: var(--eduact-white);
        border-radius: 12px;
        padding: 26px 28px 20px;
    }

    .hero-banner__cart__title {
        font-size: 15.776px;
        color: var(--eduact-black2);
        font-weight: 600;
        margin-bottom: 2px;
    }

    .hero-banner__cart__title {
        font-size: 15.776px;
        color: var(--eduact-black2);
        font-weight: 600;
        margin-bottom: 2px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--heading-font);
        color: var(--eduact-black);
        font-weight: 700;
    }

    .hero-banner__cart__text {
        font-size: 12.27px;
        color: var(--eduact-grey);
        font-weight: 600;
        margin-bottom: 9px;
    }

    .hero-banner__cart .eduact-btn {
        height: 34px;
        font-size: 15.776px;
        background-color: var(--eduact-secondary);
        border-radius: 6px;
        padding: 5px 14.5px;
    }

    .hero-banner__cart .eduact-btn i {
        margin-left: 9px;
    }

    .hero-banner__cart .eduact-btn__curve {
        width: 0;
    }

    .hero-banner__border {
        border: 1px solid #D9D9D9;
        width: 33px;
        height: 33px;
        position: absolute;
        left: 56px;
        bottom: 203px;
        border-radius: 50%;
        animation: zoomBig 3s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    @media (max-width: 1300px) {
        .hero-banner__border {
            display: none;
        }
    }

    .hero-banner-two {
        position: relative;
        background-color: var(--eduact-soft2);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 102px 0 110px;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .hero-banner-two {
            padding-bottom: 90px;
        }
    }

    .hero-banner-two__shape1 {
        position: absolute;
        left: 90px;
        top: 140px;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape1 {
            display: none;
        }
    }

    @media (max-width: 1499px) {
        .hero-banner-two__shape1 {
            left: 20px;
        }
    }

    .hero-banner-two__shape1 svg {
        width: 96px;
        height: auto;
    }

    .hero-banner-two__shape1 svg path {
        animation: change-background 4s ease infinite;
    }

    .hero-banner-two__shape2 {
        position: absolute;
        left: 135px;
        bottom: 84px;
    }

    @media (max-width: 1499px) {
        .hero-banner-two__shape2 {
            left: 30px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape2 {
            display: none;
        }
    }

    .hero-banner-two__shape2 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__shape3 {
        width: 180px;
        position: absolute;
        left: -198px;
        right: 0;
        margin: auto;
        bottom: 110px;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape3 {
            display: none;
        }
    }

    .hero-banner-two__shape3 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__shape4 {
        top: 236px;
        width: 129px;
        position: absolute;
        left: 165px;
        right: 0;
        margin: auto;
    }

    @media (max-width: 1499px) {
        .hero-banner-two__shape4 {
            left: 120px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape4 {
            display: none;
        }
    }

    .hero-banner-two__shape4 img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    .hero-banner-two__shape5 {
        top: 129px;
        width: 59px;
        position: absolute;
        left: 20.5%;
        right: 0;
        margin: auto;
        z-index: 2;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape5 {
            display: none;
        }
    }

    .hero-banner-two__shape5 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__shape6 {
        bottom: 56px;
        position: absolute;
        right: 20%;
        z-index: 2;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape6 {
            display: none;
        }
    }

    .hero-banner-two__shape6 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__content {
        position: relative;
        z-index: 2;
    }

    .hero-banner-two__title {
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -1.4px;
        margin: 0 0 19px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hero-banner-two__title {
            font-size: 62px;
            line-height: 65px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-two__title {
            font-size: 45px;
            line-height: 52px;
            letter-spacing: 0;
        }
    }

    .hero-banner-two__title span {
        position: relative;
        z-index: 2;
    }

    .hero-banner-two__title svg {
        width: 237px;
        height: 79px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hero-banner-two__title svg {
            width: 215px;
            height: auto;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-two__title svg {
            width: 165px;
            height: auto;
        }
    }

    .hero-banner-two__title svg path {
        animation: change-background 4s ease infinite;
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 1200;
            stroke-width: 5;
        }
        100% {
            stroke-dashoffset: 0;
            stroke-width: 10;
        }
    }

    .hero-banner-two__text {
        line-height: 32px;
        margin: 0 0 30px;
    }

    .hero-banner-two__btn {
        display: flex;
    }

    .hero-banner-two__btn .eduact-btn {
        text-transform: none;
    }

    .hero-banner-two__stretch-image {
        position: relative;
        text-align: right;
        border-radius: 285px 0px 0px 285px;
        border: 17px solid var(--eduact-white);
        border-right: none;
        overflow: hidden;
        max-width: 886px;
        margin-left: auto;
    }

    @media (max-width: 991px) {
        .hero-banner-two__stretch-image {
            margin-top: 50px;
        }
    }

    .hero-banner-two__stretch-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hero-banner-two__bg-shape1 {
        position: absolute;
        right: 124px;
        top: 25px;
    }

    @media (max-width: 1399px) {
        .hero-banner-two__bg-shape1 {
            right: 50px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__bg-shape1 {
            right: 10px;
        }
    }

    @media (max-width: 991px) {
        .hero-banner-two__bg-shape1 {
            right: 0;
            top: auto;
            bottom: 0;
        }
    }

    .hero-banner-two__bg-shape1 svg {
        width: 729px;
        height: auto;
    }

    @media (max-width: 1399px) {
        .hero-banner-two__bg-shape1 svg {
            width: 600px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__bg-shape1 svg {
            width: 500px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-two__bg-shape1 svg {
            width: 400px;
        }
    }

    .hero-banner-two__bg-shape1 svg path {
        animation: change-background 4s ease infinite;
    }

    @keyframes change-background {
        0% {
            fill: var(--eduact-base);
        }
        50% {
            fill: var(--eduact-secondary);
        }
        100% {
            fill: var(--eduact-base);
        }
    }

    .hero-banner__cart__text {
        font-size: 12.27px;
        color: var(--eduact-grey);
        font-weight: 600;
        margin-bottom: 9px;
    }

    .hero-banner__cart .eduact-btn {
        height: 34px;
        font-size: 15.776px;
        background-color: var(--eduact-secondary);
        border-radius: 6px;
        padding: 5px 14.5px;
    }

    .hero-banner__cart .eduact-btn__curve {
        width: 0;
    }

    .hero-banner__cart .eduact-btn__curve {
        width: 0;
    }

    .eduact-btn__curve {
        position: absolute;
        right: -15px;
        top: 0;
        width: 33px;
        height: 100%;
        background: var(--eduact-soft2);
        opacity: 0.2;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .hero-banner__map {
        position: absolute;
        right: 95px;
        top: -12px;
    }

    .hero-banner__map img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__video {
        width: 126px;
        height: 126px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -35px;
        top: 154px;
    }

    .hero-banner__video .video-popup {
        width: 49px;
        height: 49px;
        background-color: var(--eduact-white);
        border-radius: 50%;
        font-size: 20px;
        color: var(--eduact-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: -6px;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .hero-banner__book {
        position: absolute;
        right: 35px;
        bottom: 22px;
    }

    .hero-banner__book img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner__star2 {
        position: absolute;
        left: -166px;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: -6px;
    }

    .hero-banner__star2 img {
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    .hero-banner__cart .eduact-btn {
        height: 34px;
        font-size: 15.776px;
        background-color: var(--eduact-secondary);
        border-radius: 6px;
        padding: 5px 14.5px;
    }

    .hero-banner__cart .eduact-btn__curve {
        width: 0;
    }

    .hero-banner__cart .eduact-btn__curve {
        width: 0;
    }

    .eduact-btn__curve {
        position: absolute;
        right: -15px;
        top: 0;
        width: 33px;
        height: 100%;
        background: var(--eduact-soft2);
        opacity: 0.2;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .hero-banner__cart .eduact-btn i {
        margin-left: 9px;
    }

    .hero-banner__cart .eduact-btn i {
        margin-left: 9px;
    }

    .eduact-btn i {
        display: inline-block;
        margin-left: 11px;
        position: relative;
        top: 2px;
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .hero-banner__cart__content svg {
        position: absolute;
        right: 0;
        bottom: 0;
        fill: var(--eduact-base);
        width: 88px;
        height: 38px;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    .hero-banner__cart__content svg {
        position: absolute;
        right: 0;
        bottom: 0;
        fill: var(--eduact-base);
        width: 88px;
        height: 38px;
    }

    .hero-banner__cart__content::after {
        position: absolute;
        left: 18px;
        top: 18px;
        width: 100%;
        height: 100%;
        content: "";
        border: 0.8px solid rgba(var(--eduact-white-rgb), 0.47);
        border-radius: 7px;
        transition: all 500ms ease;
        z-index: -1;
    }

    .hero-banner__border {
        border: 1px solid #D9D9D9;
        width: 33px;
        height: 33px;
        position: absolute;
        left: 56px;
        bottom: 203px;
        border-radius: 50%;
        animation: zoomBig 3s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    @media (max-width: 991px) {
        .hero-banner__content {
            padding: 0 !important;
        }
    }

    @media (max-width: 1199px) {
        .hero-banner__content {
            padding: 0px 0 0;
        }
        .hero-banner__bg-shape1 {
            width: 640px;
            height: 640px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .hero-banner__bg-shape1 {
            width: 759px;
            height: 759px;
        }
    }

    .hero-banner__bg-shape1::after {
        position: absolute;
        left: -140px;
        top: -140px;
        content: "";
        width: calc(100% + 280px);
        height: calc(100% + 280px);
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(var(--eduact-white-rgb), 0.09) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
        box-shadow: 54px 24px 39px 0px rgba(var(--eduact-black2-rgb), 0.02);
        animation-fill-mode: both;
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
    }

    .hero-banner__bg-round {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    }

    .hero-banner__bg-round-border {
        width: 33px;
        height: 33px;
        border-radius: 100%;
        border: 1px solid #D9D9D9;
        position: absolute;
        right: 250px;
        top: 0;
    }

    .hero-banner__content {
        position: relative;
        z-index: 4;
        padding: 0px 0 0;
    }

    @media (max-width: 1199px) {
        .hero-banner__content {
            padding: 0px 0 0;
        }
    }

    @media (max-width: 991px) {
        .hero-banner__content {
            padding: 0;
        }
    }

    .hero-banner__title {
        font-size: 40px;
        line-height: 70px;
        font-weight: 800;
        color: var(--eduact-white);
        margin: 0 0 12px;
    }

    @media (max-width: 1400px) {
        .hero-banner__title {
            font-size: 45px;
            line-height: 80px;
        }
    }

    @media (max-width: 1199px) {
        .hero-banner__title {
            font-size: 45px;
            line-height: 65px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .hero-banner__title {
            max-width: 510px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner__title {
            font-size: 30px;
            line-height: 48px;
        }
    }

    .hero-banner__text {
        line-height: 32px;
        color: var(--eduact-white);
        position: relative;
        margin: 0 0 30px;
    }

    .hero-banner__text img {
        position: absolute;
        right: 109px;
        top: 17px;
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @media (max-width: 1199px) {
        .hero-banner__text img {
            display: none;
        }
    }

    .hero-banner__btn {
        display: flex;
    }

    .hero-banner__btn .eduact-btn+.eduact-btn {
        margin-left: 20px;
        background-color: transparent;
        border: 1px solid var(--eduact-white);
    }

    @media (max-width: 500px) {
        .hero-banner__btn i {
            display: none;
        }
        .hero-banner__btn .eduact-btn {
            padding-left: 18px;
            padding-right: 25px;
        }
    }

    .hero-banner__thumb {
        position: relative;
        z-index: 4;
        width: 642px;
        height: 642px;
        border-radius: 50%;
        padding: 34px;
        background: linear-gradient(147deg, #09bd45 0%, #09a2bd 100%);
        box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
        margin: 0 0 0 95px;
    }

    @media (max-width: 1500px) {
        .hero-banner__thumb {
            width: 600px;
            height: 600px;
            margin-left: 20px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner__thumb {
            width: 515px;
            height: 515px;
            margin-left: 20px;
        }
    }

    @media (max-width: 1199px) {
        .hero-banner__thumb {
            width: 455px;
            height: 455px;
            margin-left: 0;
        }
    }

    @media (max-width: 991px) {
        .hero-banner__thumb {
            width: 100%;
            height: auto;
            margin: 40px 0 0;
        }
    }

    .hero-banner__thumb>img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .hero-banner__cap {
        position: absolute;
        left: -46px;
        top: 50px;
    }

    .hero-banner__cap img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @media (max-width: 1199px) {
        .hero-banner__cap {
            display: none;
        }
    }

    .hero-banner__star {
        position: absolute;
        left: 146px;
        right: 0;
        margin: auto;
        text-align: center;
        top: -54px;
    }

    .hero-banner__star img {
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    @media (max-width: 1199px) {
        .hero-banner__star {
            display: none;
        }
    }

    .hero-banner__map {
        position: absolute;
        right: 95px;
        top: -12px;
    }

    .hero-banner__map img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    @media (max-width: 1199px) {
        .hero-banner__map {
            display: none;
        }
    }

    .hero-banner__book {
        position: absolute;
        right: 35px;
        bottom: 22px;
    }

    .hero-banner__book img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @media (max-width: 1199px) {
        .hero-banner__book {
            display: none;
        }
    }

    .hero-banner__star2 {
        position: absolute;
        left: -166px;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: -6px;
    }

    .hero-banner__star2 img {
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    @media (max-width: 1199px) {
        .hero-banner__star2 {
            display: none;
        }
    }

    .hero-banner__video {
        width: 126px;
        height: 126px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -35px;
        top: 154px;
    }

    @media (max-width: 1199px) {
        .hero-banner__video {
            left: 0;
            right: 0;
            margin: auto;
            top: auto;
            bottom: 55px;
        }
    }

    .hero-banner__video .video-popup {
        width: 49px;
        height: 49px;
        background-color: var(--eduact-white);
        border-radius: 50%;
        font-size: 20px;
        color: var(--eduact-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: -6px;
    }

    .hero-banner__video .video-popup:hover {
        background-color: var(--eduact-black);
        color: var(--eduact-white);
    }

    .hero-banner__video .video-popup::before {
        content: "";
        border: 1px solid rgba(var(--eduact-white-rgb), 0.47);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: calc(100% + 107px);
        height: calc(100% + 107px);
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.55s;
        animation-delay: 0.55s;
    }

    .hero-banner__video .video-popup::after {
        content: "";
        border: 1px solid rgba(var(--eduact-white-rgb), 0.47);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: calc(100% + 107px);
        height: calc(100% + 107px);
        border-radius: 50%;
        animation: zoomBig 3s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .hero-banner__cart {
        position: absolute;
        left: -73px;
        bottom: 58px;
    }

    @media (max-width: 1199px) {
        .hero-banner__cart {
            display: none;
        }
    }

    .hero-banner__cart__thumb {
        width: 67px;
        height: 67px;
        background-color: var(--eduact-base);
        border-radius: 50%;
        padding: 7px;
        margin: 0 0 -22px;
        z-index: 2;
        position: relative;
    }

    .hero-banner__cart__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-banner__cart__content {
        position: relative;
        width: 210px;
    }

    .hero-banner__cart__content-inner {
        position: relative;
        overflow: hidden;
        background-color: var(--eduact-white);
        border-radius: 12px;
        padding: 26px 28px 20px;
    }

    .hero-banner__cart__content::after {
        position: absolute;
        left: 18px;
        top: 18px;
        width: 100%;
        height: 100%;
        content: "";
        border: 0.8px solid rgba(var(--eduact-white-rgb), 0.47);
        border-radius: 7px;
        transition: all 500ms ease;
        z-index: -1;
    }

    .hero-banner__cart__content:hover::after {
        left: 0;
        top: 0;
        border-radius: 13px;
    }

    .hero-banner__cart__content svg {
        position: absolute;
        right: 0;
        bottom: 0;
        fill: var(--eduact-base);
        width: 88px;
        height: 38px;
    }

    .hero-banner__cart__title {
        font-size: 15.776px;
        color: var(--eduact-black2);
        font-weight: 600;
        margin-bottom: 2px;
    }

    .hero-banner__cart__text {
        font-size: 12.27px;
        color: var(--eduact-grey);
        font-weight: 600;
        margin-bottom: 9px;
    }

    .hero-banner__cart .eduact-btn {
        height: 34px;
        font-size: 15.776px;
        background-color: var(--eduact-secondary);
        border-radius: 6px;
        padding: 5px 14.5px;
    }

    .hero-banner__cart .eduact-btn i {
        margin-left: 9px;
    }

    .hero-banner__cart .eduact-btn__curve {
        width: 0;
    }

    .hero-banner__border {
        border: 1px solid #D9D9D9;
        width: 33px;
        height: 33px;
        position: absolute;
        left: 56px;
        bottom: 203px;
        border-radius: 50%;
        animation: zoomBig 3s linear infinite;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    @media (max-width: 1300px) {
        .hero-banner__border {
            display: none;
        }
    }

    .hero-banner-two {
        position: relative;
        background-color: var(--eduact-soft2);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 102px 0 110px;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .hero-banner-two {
            padding-bottom: 90px;
        }
    }

    .hero-banner-two__shape1 {
        position: absolute;
        left: 90px;
        top: 140px;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape1 {
            display: none;
        }
    }

    @media (max-width: 1499px) {
        .hero-banner-two__shape1 {
            left: 20px;
        }
    }

    .hero-banner-two__shape1 svg {
        width: 96px;
        height: auto;
    }

    .hero-banner-two__shape1 svg path {
        animation: change-background 4s ease infinite;
    }

    .hero-banner-two__shape2 {
        position: absolute;
        left: 135px;
        bottom: 84px;
    }

    @media (max-width: 1499px) {
        .hero-banner-two__shape2 {
            left: 30px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape2 {
            display: none;
        }
    }

    .hero-banner-two__shape2 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__shape3 {
        width: 180px;
        position: absolute;
        left: -198px;
        right: 0;
        margin: auto;
        bottom: 110px;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape3 {
            display: none;
        }
    }

    .hero-banner-two__shape3 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__shape4 {
        top: 236px;
        width: 129px;
        position: absolute;
        left: 165px;
        right: 0;
        margin: auto;
    }

    @media (max-width: 1499px) {
        .hero-banner-two__shape4 {
            left: 120px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape4 {
            display: none;
        }
    }

    .hero-banner-two__shape4 img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    .hero-banner-two__shape5 {
        top: 129px;
        width: 59px;
        position: absolute;
        left: 20.5%;
        right: 0;
        margin: auto;
        z-index: 2;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape5 {
            display: none;
        }
    }

    .hero-banner-two__shape5 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__shape6 {
        bottom: 56px;
        position: absolute;
        right: 20%;
        z-index: 2;
    }

    @media (max-width: 1300px) {
        .hero-banner-two__shape6 {
            display: none;
        }
    }

    .hero-banner-two__shape6 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .hero-banner-two__content {
        position: relative;
        z-index: 2;
    }

    .hero-banner-two__title {
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -1.4px;
        margin: 0 0 19px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hero-banner-two__title {
            font-size: 62px;
            line-height: 65px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-two__title {
            font-size: 45px;
            line-height: 52px;
            letter-spacing: 0;
        }
    }

    .hero-banner-two__title span {
        position: relative;
        z-index: 2;
    }

    .hero-banner-two__title svg {
        width: 237px;
        height: 79px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hero-banner-two__title svg {
            width: 215px;
            height: auto;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-two__title svg {
            width: 165px;
            height: auto;
        }
    }

    .hero-banner-two__title svg path {
        animation: change-background 4s ease infinite;
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 1200;
            stroke-width: 5;
        }
        100% {
            stroke-dashoffset: 0;
            stroke-width: 10;
        }
    }

    .hero-banner-two__text {
        line-height: 32px;
        margin: 0 0 30px;
    }

    .hero-banner-two__btn {
        display: flex;
    }

    .hero-banner-two__btn .eduact-btn {
        text-transform: none;
    }

    .hero-banner-two__stretch-image {
        position: relative;
        text-align: right;
        border-radius: 285px 0px 0px 285px;
        border: 17px solid var(--eduact-white);
        border-right: none;
        overflow: hidden;
        max-width: 886px;
        margin-left: auto;
    }

    @media (max-width: 991px) {
        .hero-banner-two__stretch-image {
            margin-top: 50px;
        }
    }

    .hero-banner-two__stretch-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hero-banner-two__bg-shape1 {
        position: absolute;
        right: 124px;
        top: 25px;
    }

    @media (max-width: 1399px) {
        .hero-banner-two__bg-shape1 {
            right: 50px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__bg-shape1 {
            right: 10px;
        }
    }

    @media (max-width: 991px) {
        .hero-banner-two__bg-shape1 {
            right: 0;
            top: auto;
            bottom: 0;
        }
    }

    .hero-banner-two__bg-shape1 svg {
        width: 729px;
        height: auto;
    }

    @media (max-width: 1399px) {
        .hero-banner-two__bg-shape1 svg {
            width: 600px;
        }
    }

    @media (max-width: 1300px) {
        .hero-banner-two__bg-shape1 svg {
            width: 500px;
        }
    }

    @media (max-width: 767px) {
        .hero-banner-two__bg-shape1 svg {
            width: 400px;
        }
    }

    .hero-banner-two__bg-shape1 svg path {
        animation: change-background 4s ease infinite;
    }

    @keyframes change-background {
        0% {
            fill: var(--eduact-base);
        }
        50% {
            fill: var(--eduact-secondary);
        }
        100% {
            fill: var(--eduact-base);
        }
    }

    @media (max-width: 767px) {
        .hero-banner__title {
            font-size: 37px !important;
            line-height: 48px !important;
        }
    }
    /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/

    .about-one {
        position: relative;
        padding: 90px 0 120px;
        background-color: var(--eduact-white);
    }

    @media (max-width: 767px) {
        .about-one {
            padding: 50px 0 80px;
        }
    }

    .about-one .container {
        position: relative;
        z-index: 2;
    }

    .about-one__thumb {
        position: relative;
        margin: 0 14px 0 -33px;
    }

    @media (max-width: 1199px) {
        .about-one__thumb {
            margin: 0;
            max-width: 661px;
        }
    }

    .about-one__thumb__one {
        display: block;
        position: relative;
        z-index: 2;
    }

    .about-one__thumb__one img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .about-one__thumb__one::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 70%;
        height: 70%;
        content: "";
        border-radius: 362.021px;
        background: linear-gradient(147deg, rgba(255, 114, 0, 0.39) 0%, rgba(255, 255, 255, 0) 100%);
        box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
    }

    .about-one__thumb__shape1 {
        position: absolute;
        left: 0;
        top: 36px;
    }

    .about-one__thumb__shape1 img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    @media (max-width: 767px) {
        .about-one__thumb__shape1 {
            display: none;
        }
    }

    .about-one__thumb__shape2 {
        position: absolute;
        z-index: 2;
        right: 36px;
        bottom: 25px;
    }

    .about-one__thumb__shape2 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @media (max-width: 767px) {
        .about-one__thumb__shape2 {
            display: none;
        }
    }

    .about-one__thumb__box {
        position: absolute;
        z-index: 2;
        left: -24px;
        bottom: 37px;
        width: 350px;
        border-radius: 14px;
        background: var(--eduact-white);
        box-shadow: -18px 11px 52px 0px rgba(var(--eduact-black2-rgb), 0.08);
        padding: 28px 30px 33px 59px;
    }

    @media (max-width: 1300px) {
        .about-one__thumb__box {
            left: 38px;
        }
    }

    @media (max-width: 1199px) {
        .about-one__thumb__box {
            left: 34px;
        }
    }

    @media (max-width: 767px) {
        .about-one__thumb__box {
            bottom: 0;
            width: 310px;
        }
    }

    .about-one__thumb__box__icon {
        width: 76px;
        height: 76px;
        background-color: var(--eduact-secondary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -38px;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 38px;
        color: var(--eduact-white);
        overflow: hidden;
    }

    .about-one__thumb__box__icon::after {
        position: absolute;
        content: "";
        right: -50%;
        bottom: -40px;
        width: 100%;
        height: 100%;
        background: var(--eduact-soft2);
        border-radius: 50%;
        opacity: 0.2;
        z-index: 0;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .about-one__thumb__box__icon span {
        display: inline-block;
        transition: all 500ms linear;
        transition-delay: 0s;
        transform: scale(1);
    }

    .about-one__thumb__box:hover .about-one__thumb__box__icon span {
        transform: scale(0.9);
    }

    .about-one__thumb__box:hover .about-one__thumb__box__icon::after {
        right: 0;
        bottom: 0;
    }

    .about-one__thumb__box__title {
        font-size: 16px;
        font-weight: 500;
        color: var(--eduact-text);
        line-height: 26px;
        margin: 0 0 9px;
    }

    .about-one__thumb__box__text {
        font-size: 24px;
        color: var(--eduact-base);
        font-weight: 700;
        letter-spacing: 0.72px;
        margin: 0;
    }

    .about-one__thumb__box__text a {
        color: inherit;
    }

    .about-one__thumb__box__text a:hover {
        color: var(--eduact-secondary);
    }

    .about-one .section-title__tagline {
        margin-bottom: 21px;
    }

    .about-one .section-title {
        margin-bottom: 24px;
    }

    .about-one__content {
        position: relative;
        padding: 45px 0 0;
    }

    .about-one__content__text {
        line-height: 26px;
        margin: 0 0 33px;
    }

    .about-one__content .eduact-btn {
        margin-top: 20px;
    }

    .about-one__box {
        position: relative;
        padding: 1px;
        background: linear-gradient(180deg, rgba(var(--eduact-secondary-rgb), 1) 0%, rgba(var(--eduact-secondary-rgb), 0.15) 100%);
        border-radius: 24px;
        margin: 0 0 30px;
    }

    .about-one__box__wrapper {
        border-radius: 23px;
        padding: 18px 32px 23px 130px;
        width: 100%;
        background-color: var(--eduact-white);
    }

    @media (max-width: 575px) {
        .about-one__box__wrapper {
            padding-left: 32px;
        }
    }

    .about-one__box__icon {
        display: flex;
        width: 76px;
        height: 76px;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        background: rgba(128, 137, 225, 0.12);
        font-size: 38px;
        color: var(--eduact-base);
        position: absolute;
        left: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    @media (max-width: 575px) {
        .about-one__box__icon {
            position: relative;
            left: 0;
            margin: 15px 0 25px;
        }
    }

    .about-one__box__icon span {
        display: inline-block;
        transition: all 500ms linear;
        transition-delay: 0s;
        transition-delay: 0.1s;
        transform: scale(1);
    }

    .about-one__box:hover .about-one__box__icon span {
        transform: scale(0.9);
    }

    .about-one__box__title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 7px;
    }

    .about-one__box__text {
        font-size: 14px;
        margin: 0;
    }

    .about-two {
        position: relative;
        overflow: hidden;
        padding: 120px 0 168px;
    }

    @media (max-width: 1199px) {
        .about-two {
            padding-bottom: 120px;
        }
    }

    @media (max-width: 767px) {
        .about-two {
            padding: 80px 0;
        }
    }

    .about-two--about {
        padding-bottom: 65px;
    }

    @media (max-width: 1199px) {
        .about-two--about {
            padding-bottom: 0;
        }
    }

    .about-two__thumb {
        position: relative;
    }

    @media (max-width: 1199px) {
        .about-two__thumb {
            max-width: 613px;
            margin: auto;
        }
    }

    @media (min-width: 1400px) {
        .about-two__thumb {
            margin-right: 29px;
        }
    }

    .about-two__thumb__one {
        position: relative;
        text-align: right;
    }

    @media (max-width: 767px) {
        .about-two__thumb__one {
            text-align: left;
        }
    }

    .about-two__thumb__one img {
        border-radius: 500px;
        max-width: 100%;
        height: auto;
    }

    .about-two__thumb__two {
        border-radius: 500px;
        border: 10px solid var(--eduact-white);
        position: absolute;
        left: -41px;
        bottom: 8px;
        max-width: 305px;
    }

    @media (max-width: 767px) {
        .about-two__thumb__two {
            display: none;
        }
    }

    .about-two__thumb__two img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 500px;
    }

    .about-two__thumb__two svg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 212px;
        height: auto;
    }

    .about-two__thumb__two-icon {
        width: 70px;
        height: 70px;
        background-color: var(--eduact-base);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--eduact-white);
        font-size: 44px;
        z-index: 2;
        position: absolute;
        right: -5px;
        bottom: 12px;
    }

    .about-two__thumb__two-icon span {
        display: inline-block;
    }

    .about-two__thumb__shape1 {
        position: absolute;
        left: 149px;
        top: 9px;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .about-two__thumb__shape1 {
            display: none;
        }
    }

    .about-two__thumb__shape1 img {
        -webkit-animation: rotated 20s infinite linear;
        animation: rotated 20s infinite linear;
    }

    .about-two__thumb__shape2 {
        position: absolute;
        left: -84px;
        top: 117px;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .about-two__thumb__shape2 {
            display: none;
        }
    }

    .about-two__thumb__shape2 img {
        -webkit-animation: rotated 15s infinite linear;
        animation: rotated 15s infinite linear;
    }

    .about-two__thumb__shape3 {
        position: absolute;
        left: -54px;
        bottom: 2px;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .about-two__thumb__shape3 {
            display: none;
        }
    }

    .about-two__thumb__shape3 img {
        -webkit-animation: rotated 15s infinite linear;
        animation: rotated 15s infinite linear;
    }

    .about-two__thumb__shape4 {
        position: absolute;
        right: 88px;
        bottom: -54px;
    }

    @media (max-width: 767px) {
        .about-two__thumb__shape4 {
            display: none;
        }
    }

    .about-two__thumb__shape4 img {
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .about-two__fact {
        position: absolute;
        left: -32px;
        top: 9px;
        width: 267px;
    }

    @media (max-width: 767px) {
        .about-two__fact {
            position: relative;
            left: 0;
            top: 0;
            margin: -70px 0 -20px;
        }
    }

    .about-two__fact__icon {
        width: 70px;
        height: 70px;
        background-color: var(--eduact-base);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--eduact-white);
        font-size: 44px;
        margin: 0 0 -34px 30px;
        z-index: 2;
        position: relative;
    }

    .about-two__fact__icon span {
        display: inline-block;
    }

    .about-two__fact:hover .about-two__fact__icon span {
        animation: bounceIn 1s linear;
        animation-duration: 1s;
        animation-duration: 1s;
        animation-duration: 2s;
    }

    .about-two__fact__content {
        position: relative;
        background-color: var(--eduact-white);
        border-radius: 10px;
        box-shadow: 0px 0px 60px 0px rgba(var(--eduact-black2-rgb), 0.07);
        padding: 49px 25px 27px;
        text-align: center;
    }

    .about-two__fact__count {
        display: block;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        color: var(--eduact-secondary);
        margin: 0;
        position: relative;
        z-index: 2;
    }

    .about-two__fact__count .count-box {
        display: inline-flex;
    }

    .about-two__fact__title {
        line-height: 1;
        font-size: 20px;
        color: var(--eduact-text);
        font-weight: 600;
        margin: 0;
    }

    .about-two__content {
        position: relative;
    }

    @media (max-width: 1199px) {
        .about-two__content {
            padding-top: 70px;
        }
    }

    @media (min-width: 1400px) {
        .about-two__content {
            padding-top: 50px;
        }
    }

    .about-two__content .section-title__tagline {
        padding: 0;
    }

    .about-two__content .section-title {
        margin-bottom: 25px;
    }

    .about-two__content__text {
        font-weight: 600;
        margin: 0 0 33px;
    }

    .about-two__box {
        position: relative;
        background-color: var(--eduact-soft2);
        border-radius: 11px;
        padding: 5px 20px 24px 122px;
        margin: 0 0 40px;
    }

    @media (max-width: 767px) {
        .about-two__box {
            padding-left: 108px;
        }
    }

    .about-two__box svg {
        position: absolute;
        left: 0;
        top: 0;
        fill: var(--eduact-secondary);
        width: 295px;
        height: auto;
    }

    .about-two__box__icon {
        font-size: 48px;
        line-height: 48px;
        color: var(--eduact-white);
        position: absolute;
        left: 21px;
        top: 53px;
        display: flex;
    }

    .about-two__box__icon span {
        display: inline-block;
        transition: all 500ms linear;
        transition-delay: 0s;
        transform: scale(1);
    }

    .about-two__box:hover .about-two__box__icon span {
        transform: scale(0.9);
    }

    .about-two__box__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        color: var(--eduact-white);
        margin: 0 0 20px;
        position: relative;
    }

    .about-two__box__text {
        font-weight: 600;
        margin: 0;
        position: relative;
    }

    .about-two__lists {
        margin: 0 0 32px;
        padding: 0;
        list-style: none;
        clear: both;
    }

    .about-two__lists li {
        list-style: none;
        padding: 4px 0 0 49px;
        position: relative;
        font-size: 20px;
        color: var(--eduact-black);
        font-weight: 700;
        line-height: 26px;
        min-height: 32px;
        width: 50%;
        float: left;
        margin: 0 0 18px;
    }

    @media (max-width: 767px) {
        .about-two__lists li {
            width: 100%;
            float: none;
        }
    }

    .about-two__lists li span {
        position: absolute;
        left: 0;
        top: 0;
        width: 32px;
        height: 32px;
        background-color: var(--eduact-base);
        border-radius: 50%;
        text-align: center;
        color: var(--eduact-white);
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 400ms linear;
    }

    .about-two__lists li span::before {
        display: inline-block;
    }

    .about-two__lists li:hover span::before {
        animation: bounceIn 1s linear;
        animation-duration: 1s;
        animation-duration: 1s;
        animation-duration: 1s;
    }

    .about-two__lists li:hover span {
        background-color: var(--eduact-secondary);
    }

    .about-two__about-box {
        position: relative;
        margin-bottom: 46px;
    }

    .about-two__about-box:hover .about-two__about-box__icon span {
        transform: rotateY(360deg);
    }

    .about-two__about-box__top {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .about-two__about-box__icon {
        font-size: 50px;
        line-height: 50px;
        color: var(--eduact-base);
        margin-right: 29px;
    }

    .about-two__about-box__icon span {
        display: block;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .about-two__about-box__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 26px;
        margin: 0;
    }

    .about-two__about-box__text {
        font-weight: 600;
        margin: 0;
    }

    .about-three {
        position: relative;
        overflow: hidden;
        padding: 116px 0 120px;
    }

    @media (max-width: 767px) {
        .about-three {
            padding: 76px 0 80px;
        }
    }

    .about-three__content {
        position: relative;
    }

    .about-three__content .section-title__tagline {
        padding: 0;
    }

    .about-three__content .section-title {
        margin-bottom: 20px;
    }

    .about-three__content__text {
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0.32px;
        margin: 0 0 29px;
    }

    .about-three__box {
        position: relative;
        background-color: var(--eduact-soft2);
        border-radius: 8px;
        padding: 21px 20px 18px 130px;
        margin: 0 0 40px;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .about-three__box {
            padding-left: 108px;
        }
    }

    .about-three__box::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 66px;
        height: 100%;
        background-color: var(--eduact-base);
        content: "";
    }

    .about-three__box__icon {
        width: 76px;
        height: 76px;
        background-color: var(--eduact-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 3px solid var(--eduact-white);
        font-size: 38px;
        color: var(--eduact-white);
        position: absolute;
        left: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    .about-three__box__icon span {
        display: inline-block;
        transition: all 500ms linear;
        transition-delay: 0s;
        transform: scale(1);
    }

    .about-three__box:hover .about-three__box__icon span {
        transform: scale(0.9);
    }

    .about-three__box__title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 7px;
        position: relative;
    }

    .about-three__box__text {
        font-weight: 600;
        letter-spacing: 0.32px;
        line-height: 26px;
        margin: 0;
        position: relative;
    }

    .about-three__author {
        position: relative;
        padding: 9px 0 0 92px;
        min-height: 76px;
        max-width: 286px;
    }

    .about-three__author::after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        width: 1px;
        height: 62px;
        background-color: var(--eduact-soft4);
    }

    @media (max-width: 767px) {
        .about-three__author::after {
            display: none;
        }
    }

    .about-three__author>img {
        max-width: 100%;
    }

    @media (max-width: 1399px) {
        .about-three__author>img {
            max-width: 90%;
        }
    }

    .about-three__author__thumb {
        width: 76px;
        height: 76px;
        border-radius: 50%;
        border: 2px solid var(--eduact-secondary);
        padding: 5px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .about-three__author__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .about-three__author__text {
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.32px;
        margin: 1px 0 0;
    }

    .about-three__br {
        border-bottom: 1px solid var(--eduact-soft4);
        margin: 39px 0 40px;
    }

    .about-three__info {
        position: relative;
        padding: 0 0 0 68px;
        margin-left: -14px;
        margin-top: 9px;
    }

    @media (max-width: 1399px) {
        .about-three__info {
            margin-left: -8px;
        }
    }

    @media (max-width: 767px) {
        .about-three__info {
            margin: 15px 0 0;
        }
    }

    .about-three__info__icon {
        width: 53px;
        height: 53px;
        border: 2px solid var(--eduact-soft4);
        border-radius: 50%;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--eduact-secondary);
        position: absolute;
        left: 0;
        top: 2px;
    }

    .about-three__info__text {
        font-weight: 500;
        margin-bottom: 2px;
    }

    .about-three__info__title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0.72px;
        color: var(--eduact-base);
        margin: 0;
    }

    .about-three__info__title a {
        color: inherit;
    }

    .about-three__info__title a:hover {
        color: var(--eduact-secondary);
    }

    .about-three__thumb {
        position: relative;
        z-index: 2;
    }

    @media (max-width: 1199px) {
        .about-three__thumb {
            max-width: 642px;
        }
    }

    .about-three__thumb__one {
        position: relative;
        padding: 82px 0 0 124px;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-three__thumb__one {
            padding-left: 70px;
        }
    }

    @media (max-width: 767px) {
        .about-three__thumb__one {
            padding: 40px 0 0;
        }
    }

    .about-three__thumb__one img {
        border-radius: 33px;
        max-width: 100%;
        height: auto;
    }

    .about-three__thumb__shape-one {
        position: absolute;
        top: 36px;
        left: 76px;
        width: 202px;
        height: 172px;
        border: 4px solid var(--eduact-secondary);
        animation: border-background 2s ease infinite;
        border-radius: 16px;
        z-index: -1;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-three__thumb__shape-one {
            left: 25px;
        }
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-one {
            display: none;
        }
    }

    @keyframes border-background {
        0% {
            border-color: var(--eduact-secondary);
            transform: translateX(0px) translateY(0px);
        }
        50% {
            border-color: var(--eduact-base);
            transform: translateX(10px) translateY(10px);
        }
        100% {
            border-color: var(--eduact-secondary);
            transform: translateX(0px) translateY(0px);
        }
    }

    .about-three__thumb__shape-two {
        position: absolute;
        top: 23px;
        right: 93px;
        width: 115px;
        height: 168px;
        background-color: var(--eduact-secondary);
        animation: bg2-background 3s ease infinite;
        border-radius: 9px;
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-two {
            display: none;
        }
    }

    @keyframes bg2-background {
        0% {
            background-color: var(--eduact-secondary);
            transform: translateY(0);
        }
        50% {
            background-color: var(--eduact-base);
        }
        100% {
            background-color: var(--eduact-secondary);
            transform: translateY(-20px);
        }
    }

    .about-three__thumb__shape-three {
        position: absolute;
        top: 89px;
        right: 2px;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-three__thumb__shape-three {
            right: -15px;
        }
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-three {
            display: none;
        }
    }

    .about-three__thumb__shape-three span {
        width: 13.43px;
        height: 13.43px;
        border: 2px solid var(--eduact-base);
        display: block;
        border-radius: 50%;
        margin: 0 0 45px;
        -webkit-animation: movebounce3 2s linear infinite;
        animation: movebounce3 2s linear infinite;
        margin: 0 0 45px;
    }

    @keyframes border2-background {
        0% {
            border-color: var(--eduact-base);
        }
        50% {
            border-color: var(--eduact-secondary);
        }
        100% {
            border-color: var(--eduact-base);
        }
    }

    .about-three__thumb__shape-four {
        position: absolute;
        bottom: 93px;
        left: 32px;
        z-index: -1;
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-four {
            display: none;
        }
    }

    .about-three__thumb__shape-five {
        position: absolute;
        bottom: 10px;
        left: 77px;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-three__thumb__shape-five {
            left: 40px;
        }
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-five {
            display: none;
        }
    }

    .about-three__thumb__shape-five span {
        width: 13.73px;
        height: 13.73px;
        border: 1.7px solid var(--eduact-secondary);
        display: inline-block;
        border-radius: 50%;
        margin: 0 45px 0 0;
    }

    @keyframes ball-top {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(20px);
        }
        100% {
            transform: translateY(0);
        }
    }

    .about-three__thumb__shape-six {
        position: absolute;
        bottom: -40px;
        left: 77px;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-three__thumb__shape-six {
            left: 40px;
        }
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-six {
            display: none;
        }
    }

    .about-three__thumb__shape-six span {
        width: 13.73px;
        height: 13.73px;
        border: 1.7px solid var(--eduact-secondary);
        display: inline-block;
        border-radius: 50%;
        margin: 0 45px 0 0;
    }

    @keyframes ball-bottom {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-20px);
        }
        100% {
            transform: translateY(0);
        }
    }

    .about-three__thumb__shape-seven {
        position: absolute;
        bottom: -6px;
        right: -15px;
        width: 215px;
        height: 135px;
        border: 16px solid var(--eduact-soft4);
        border-radius: 76px;
        z-index: -1;
        animation: br-translate 3s ease infinite;
    }

    @media (max-width: 767px) {
        .about-three__thumb__shape-seven {
            display: none;
        }
    }

    @keyframes br-translate {
        0% {
            transform: translateX(0px) translateY(0px);
        }
        50% {
            transform: translateX(10px) translateY(10px);
        }
        100% {
            transform: translateX(0px) translateY(0px);
        }
    }
    /*--------------------------------------------------------------
  # Call To Action
  --------------------------------------------------------------*/

    .cta-one {
        padding: 0;
        position: relative;
        background-color: var(--eduact-white);
    }

    .cta-one__bg {
        display: inline-block;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 1628px;
        border-radius: 23px;
        margin: auto;
    }

    .cta-one__left {
        position: relative;
        z-index: 3;
        padding: 96px 0;
    }

    @media (max-width: 767px) {
        .cta-one__left {
            padding: 80px 0 30px;
        }
    }

    .cta-one__left img {
        margin-left: 102px;
    }

    @media (max-width: 767px) {
        .cta-one__left img {
            margin-left: 72px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__left img {
            margin-left: 42px;
        }
    }

    .cta-one__left__title {
        color: var(--eduact-white);
        letter-spacing: -0.96px;
        font-size: 48px;
        line-height: 50px;
        margin: -14px 0 32px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__left__title {
            font-size: 39px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__left__title {
            font-size: 40px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__left__title {
            font-size: 44px;
        }
    }

    .cta-one__svgshape {
        position: relative;
        overflow: hidden;
        margin: 35px 0 0 -65px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__svgshape {
            margin-left: -45px;
        }
    }

    @media (max-width: 991px) {
        .cta-one__svgshape {
            margin-left: -5px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__svgshape {
            margin: 0;
        }
    }

    .cta-one__svgshape svg {
        width: 284px;
        height: 403px;
    }

    .cta-one__svgshape svg path {
        stroke-dasharray: 1200;
        stroke-dashoffset: 1200;
        animation: dash 2.5s ease-in-out forwards;
        opacity: 0.36;
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 1200;
            stroke-width: 1;
        }
        100% {
            stroke-dashoffset: 0;
            stroke-width: 1;
        }
    }

    .cta-one__thumb__area {
        position: relative;
        z-index: 3;
        margin: -24px 0 0;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__thumb__area {
            text-align: right;
            margin-right: -50px;
        }
    }

    @media (max-width: 991px) {
        .cta-one__thumb__area {
            margin-bottom: 80px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__thumb__area {
            margin: 0 0 70px;
        }
    }

    .cta-one__thumb__area__dark {
        position: absolute;
        left: -35px;
        top: 32px;
        width: 139px;
        height: 139px;
        background-color: rgba(var(--eduact-black-rgb), 0.46);
        border-radius: 50%;
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
        z-index: -1;
    }

    .cta-one__thumb__area__shape {
        width: 166px;
        height: 146px;
        position: absolute;
        right: 58px;
        bottom: -29px;
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .cta-one__thumb__area svg {
        width: 611px;
        height: 556px;
        position: absolute;
        right: 6px;
        top: -39px;
        z-index: -1;
        -webkit-animation: movebounce3 2s linear infinite;
        animation: movebounce3 2s linear infinite;
    }

    @media (max-width: 767px) {
        .cta-one__thumb__area svg {
            display: none;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__thumb__area svg {
            width: 400px;
            height: auto;
            right: -12px;
            top: -20px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__thumb__area svg {
            right: -50px;
        }
    }

    .cta-one__thumb {
        position: relative;
    }

    .cta-one__thumb img {
        max-width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .cta-one-space {
        height: 120px;
        width: 100%;
        background-color: var(--eduact-white);
    }

    @media (max-width: 767px) {
        .cta-one-space {
            height: 80px;
        }
    }

    .cta-two {
        padding: 0;
        position: relative;
    }

    .cta-two__bg {
        position: relative;
        padding: 89px 77px 91px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 14px 14px 0 0;
    }

    @media (max-width: 1399px) {
        .cta-two__bg {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (max-width: 1199px) {
        .cta-two__bg {
            padding: 60px 40px;
        }
    }

    @media (max-width: 991px) {
        .cta-two__bg {
            padding: 50px 40px;
        }
    }

    @media (max-width: 767px) {
        .cta-two__bg {
            padding: 50px 30px;
        }
    }

    .cta-two__title {
        color: var(--eduact-white);
        font-size: 40px;
        margin: 0;
    }

    @media (max-width: 767px) {
        .cta-two__title {
            font-size: 32px;
            margin-bottom: 15px;
        }
    }

    .cta-two__mail {
        position: relative;
    }

    .cta-two__email-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }

    @media (max-width: 991px) {
        .cta-two__email-box {
            justify-content: flex-start;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-box {
            display: block;
        }
    }

    .cta-two__email-box .eduact-btn {
        margin-left: 12px;
        height: 56px;
        padding: 0 50px;
        background-color: var(--eduact-secondary);
    }

    @media (max-width: 1399px) {
        .cta-two__email-box .eduact-btn {
            padding-left: 35px;
            padding-right: 35px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-two__email-box .eduact-btn {
            margin: 10px 0 0;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-box .eduact-btn {
            margin: 10px 0 0;
        }
    }

    .cta-two__email-box .eduact-btn__curve {
        opacity: 0;
    }

    .cta-two__email-box .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }

    .cta-two__email-input-box {
        position: relative;
    }

    .cta-two__email-input-box input[type=email] {
        width: 352px;
        height: 56px;
        border: none;
        border-radius: 6px;
        outline: none;
        background-color: var(--eduact-white);
        font-size: 16px;
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        padding: 0 24px;
        font-weight: 500;
    }

    @media (max-width: 1399px) {
        .cta-two__email-input-box input[type=email] {
            width: 320px;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-input-box input[type=email] {
            width: 100%;
        }
    }

    .cta-three {
        position: relative;
        background-color: var(--eduact-black);
        padding: 100px 0 90px;
    }

    .cta-three__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
    }

    .cta-three__bg::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: rgba(54, 48, 93, 0.7);
        width: 100%;
        height: 100%;
    }

    .cta-three .container {
        position: relative;
    }

    .cta-three__thumb {
        position: relative;
        margin: 0 0 -6px;
    }

    .cta-three__thumb img {
        max-width: 100%;
        height: auto;
    }

    .cta-three__title {
        color: var(--eduact-white);
        font-size: 73px;
        line-height: 87px;
        letter-spacing: -1.452px;
        margin: 0;
    }

    @media (max-width: 1199px) {
        .cta-three__title {
            font-size: 62px;
            line-height: 75px;
        }
    }

    @media (max-width: 991px) {
        .cta-three__title {
            font-size: 45px;
            line-height: 55px;
            letter-spacing: 0;
        }
    }

    .cta-three__title span:first-child {
        font-weight: 400;
    }

    .cta-three__title span:last-child {
        color: var(--eduact-secondary);
    }

    .cta-three__btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background-color: rgba(var(--eduact-white-rgb), 0.06);
    }

    @media (min-width: 1400px) {
        .cta-three__btn {
            right: -52px;
        }
    }

    @media (max-width: 767px) {
        .cta-three__btn {
            position: relative;
        }
    }

    @media (max-width: 400px) {
        .cta-three__btn {
            width: 300px;
            height: 300px;
        }
    }

    .cta-three__btn .eduact-btn {
        background-color: var(--eduact-secondary);
        padding: 17px 59px 18px;
    }

    .cta-three__btn .eduact-btn__curve {
        opacity: 0;
    }

    .cta-three__btn .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }
    /*--------------------------------------------------------------
  # Call To Action
  --------------------------------------------------------------*/

    .cta-one {
        padding: 0;
        position: relative;
        background-color: var(--eduact-white);
    }

    .cta-one__bg {
        display: inline-block;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 1628px;
        border-radius: 23px;
        margin: auto;
    }

    .cta-one__left {
        position: relative;
        z-index: 3;
        padding: 96px 0;
    }

    @media (max-width: 767px) {
        .cta-one__left {
            padding: 80px 0 30px;
        }
    }

    .cta-one__left img {
        margin-left: 102px;
    }

    @media (max-width: 767px) {
        .cta-one__left img {
            margin-left: 72px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__left img {
            margin-left: 42px;
        }
    }

    .cta-one__left__title {
        color: var(--eduact-white);
        letter-spacing: -0.96px;
        font-size: 48px;
        line-height: 50px;
        margin: -14px 0 32px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__left__title {
            font-size: 39px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__left__title {
            font-size: 40px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__left__title {
            font-size: 44px;
        }
    }

    .cta-one__svgshape {
        position: relative;
        overflow: hidden;
        margin: 35px 0 0 -65px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__svgshape {
            margin-left: -45px;
        }
    }

    @media (max-width: 991px) {
        .cta-one__svgshape {
            margin-left: -5px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__svgshape {
            margin: 0;
        }
    }

    .cta-one__svgshape svg {
        width: 284px;
        height: 403px;
    }

    .cta-one__svgshape svg path {
        stroke-dasharray: 1200;
        stroke-dashoffset: 1200;
        animation: dash 2.5s ease-in-out forwards;
        opacity: 0.36;
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 1200;
            stroke-width: 1;
        }
        100% {
            stroke-dashoffset: 0;
            stroke-width: 1;
        }
    }

    .cta-one__thumb__area {
        position: relative;
        z-index: 3;
        margin: -24px 0 0;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__thumb__area {
            text-align: right;
            margin-right: -50px;
        }
    }

    @media (max-width: 991px) {
        .cta-one__thumb__area {
            margin-bottom: 80px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__thumb__area {
            margin: 0 0 70px;
        }
    }

    .cta-one__thumb__area__dark {
        position: absolute;
        left: -35px;
        top: 32px;
        width: 139px;
        height: 139px;
        background-color: rgba(var(--eduact-black-rgb), 0.46);
        border-radius: 50%;
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
        z-index: -1;
    }

    .cta-one__thumb__area__shape {
        width: 166px;
        height: 146px;
        position: absolute;
        right: 58px;
        bottom: -29px;
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .cta-one__thumb__area svg {
        width: 611px;
        height: 556px;
        position: absolute;
        right: 6px;
        top: -39px;
        z-index: -1;
        -webkit-animation: movebounce3 2s linear infinite;
        animation: movebounce3 2s linear infinite;
    }

    @media (max-width: 767px) {
        .cta-one__thumb__area svg {
            display: none;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__thumb__area svg {
            width: 400px;
            height: auto;
            right: -12px;
            top: -20px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__thumb__area svg {
            right: -50px;
        }
    }

    .cta-one__thumb {
        position: relative;
    }

    .cta-one__thumb img {
        max-width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .cta-one-space {
        height: 120px;
        width: 100%;
        background-color: var(--eduact-white);
    }

    @media (max-width: 767px) {
        .cta-one-space {
            height: 80px;
        }
    }

    .cta-two {
        padding: 0;
        position: relative;
    }

    .cta-two__bg {
        position: relative;
        padding: 89px 77px 91px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 14px 14px 0 0;
    }

    @media (max-width: 1399px) {
        .cta-two__bg {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (max-width: 1199px) {
        .cta-two__bg {
            padding: 60px 40px;
        }
    }

    @media (max-width: 991px) {
        .cta-two__bg {
            padding: 50px 40px;
        }
    }

    @media (max-width: 767px) {
        .cta-two__bg {
            padding: 50px 30px;
        }
    }

    .cta-two__title {
        color: var(--eduact-white);
        font-size: 40px;
        margin: 0;
    }

    @media (max-width: 767px) {
        .cta-two__title {
            font-size: 32px;
            margin-bottom: 15px;
        }
    }

    .cta-two__mail {
        position: relative;
    }

    .cta-two__email-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }

    @media (max-width: 991px) {
        .cta-two__email-box {
            justify-content: flex-start;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-box {
            display: block;
        }
    }

    .cta-two__email-box .eduact-btn {
        margin-left: 12px;
        height: 56px;
        padding: 0 50px;
        background-color: var(--eduact-secondary);
    }

    @media (max-width: 1399px) {
        .cta-two__email-box .eduact-btn {
            padding-left: 35px;
            padding-right: 35px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-two__email-box .eduact-btn {
            margin: 10px 0 0;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-box .eduact-btn {
            margin: 10px 0 0;
        }
    }

    .cta-two__email-box .eduact-btn__curve {
        opacity: 0;
    }

    .cta-two__email-box .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }

    .cta-two__email-input-box {
        position: relative;
    }

    .cta-two__email-input-box input[type=email] {
        width: 352px;
        height: 56px;
        border: none;
        border-radius: 6px;
        outline: none;
        background-color: var(--eduact-white);
        font-size: 16px;
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        padding: 0 24px;
        font-weight: 500;
    }

    @media (max-width: 1399px) {
        .cta-two__email-input-box input[type=email] {
            width: 320px;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-input-box input[type=email] {
            width: 100%;
        }
    }

    .cta-three {
        position: relative;
        background-color: var(--eduact-black);
        padding: 100px 0 90px;
    }

    .cta-three__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
    }

    .cta-three__bg::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: rgba(54, 48, 93, 0.7);
        width: 100%;
        height: 100%;
    }

    .cta-three .container {
        position: relative;
    }

    .cta-three__thumb {
        position: relative;
        margin: 0 0 -6px;
    }

    .cta-three__thumb img {
        max-width: 100%;
        height: auto;
    }

    .cta-three__title {
        color: var(--eduact-white);
        font-size: 73px;
        line-height: 87px;
        letter-spacing: -1.452px;
        margin: 0;
    }

    @media (max-width: 1199px) {
        .cta-three__title {
            font-size: 62px;
            line-height: 75px;
        }
    }

    @media (max-width: 991px) {
        .cta-three__title {
            font-size: 45px;
            line-height: 55px;
            letter-spacing: 0;
        }
    }

    .cta-three__title span:first-child {
        font-weight: 400;
    }

    .cta-three__title span:last-child {
        color: var(--eduact-secondary);
    }

    .cta-three__btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background-color: rgba(var(--eduact-white-rgb), 0.06);
    }

    @media (min-width: 1400px) {
        .cta-three__btn {
            right: -52px;
        }
    }

    @media (max-width: 767px) {
        .cta-three__btn {
            position: relative;
        }
    }

    @media (max-width: 400px) {
        .cta-three__btn {
            width: 300px;
            height: 300px;
        }
    }

    .cta-three__btn .eduact-btn {
        background-color: var(--eduact-secondary);
        padding: 17px 59px 18px;
    }

    .cta-three__btn .eduact-btn__curve {
        opacity: 0;
    }

    .cta-three__btn .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }
    /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

    .main-footer {
        background-color: var(--eduact-black);
        position: relative;
        padding: 132px 0 120px;
    }

    @media (max-width: 767px) {
        .main-footer {
            padding: 80px 0;
        }
    }

    .main-footer__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
    }

    .main-footer__about {
        position: relative;
    }

    .main-footer__about__text {
        color: var(--eduact-text2);
        font-size: 18px;
        line-height: 29.4px;
        margin: 0 0 20px;
    }

    @media (min-width: 1400px) {
        .main-footer__about__text {
            padding-right: 40px;
        }
    }

    .main-footer__logo {
        display: block;
        margin: 0 0 20px;
    }

    .main-footer__social {
        position: relative;
    }

    .main-footer__social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: rgba(var(--eduact-base-rgb), 0.17);
        color: var(--eduact-white);
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
    }

    .main-footer__social a:hover {
        background-color: var(--eduact-base);
        color: var(--eduact-white);
    }

    .main-footer__social a+a {
        margin-left: 10px;
    }

    .main-footer__title {
        font-size: 23.526px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.407px;
        text-transform: capitalize;
        color: var(--eduact-white);
        padding-bottom: 11px;
        margin: 0 0 22px;
        overflow: hidden;
        position: relative;
    }

    .main-footer__title::after {
        position: absolute;
        left: 0;
        bottom: 1px;
        content: "";
        width: 85px;
        height: 1px;
        background-color: var(--eduact-secondary);
    }

    .main-footer__title::before {
        position: absolute;
        left: -10px;
        bottom: -1px;
        content: "";
        width: 52px;
        height: 4px;
        background-color: var(--eduact-base);
        z-index: 2;
        -webkit-animation: movebounce2 2s linear infinite;
        animation: movebounce2 2s linear infinite;
    }

    @media (min-width: 1200px) {
        .main-footer__widget01 {
            padding-left: 30px;
        }
    }

    @media (min-width: 1400px) {
        .main-footer__widget01 {
            padding-left: 42px;
        }
        .main-footer__widget02 {
            margin-left: -41px;
        }
    }

    .main-footer__navmenu {
        position: relative;
    }

    @media (max-width: 767px) {
        .main-footer__navmenu {
            margin-top: 30px;
        }
    }

    .main-footer__navmenu ul {
        margin: 0;
        padding: 0;
    }

    .main-footer__navmenu ul li {
        list-style: none;
        display: block;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
        color: var(--eduact-text2);
        text-transform: capitalize;
    }

    .main-footer__navmenu ul li a {
        color: inherit;
        display: inline-block;
    }

    .main-footer__navmenu ul li a:hover {
        color: var(--eduact-secondary);
        padding-left: 5px;
    }

    .main-footer__info-list {
        margin: 27px 0 35px;
        padding: 0;
        list-style: none;
    }

    .main-footer__info-list li {
        list-style: none;
        display: block;
        position: relative;
        padding: 0 0 0 40px;
        font-size: 18px;
        color: var(--eduact-text2);
        line-height: 30px;
        margin: 0 0 16px;
    }

    .main-footer__info-list li a {
        color: inherit;
    }

    .main-footer__info-list li a:hover {
        color: var(--eduact-secondary);
    }

    .main-footer__info-list li span {
        position: absolute;
        left: 0;
        top: 0;
        color: var(--eduact-secondary);
        font-size: 24px;
        line-height: inherit;
    }

    .main-footer__newsletter {
        position: relative;
    }

    @media (max-width: 767px) {
        .main-footer__newsletter {
            margin-top: 30px;
        }
    }

    @media (min-width: 1400px) {
        .main-footer__newsletter {
            margin-left: -15px;
            margin-right: 20px;
        }
    }

    .main-footer__newsletter .eduact-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 55px;
        padding: 0 22.3px;
        background-color: var(--eduact-secondary);
    }

    .main-footer__newsletter .eduact-btn__curve {
        opacity: 0;
    }

    .main-footer__newsletter .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }

    .main-footer__email-box {
        position: relative;
    }

    .main-footer__email-input-box {
        position: relative;
    }

    .main-footer__email-input-box input[type=email] {
        width: 100%;
        height: 55px;
        border: 1px solid rgba(var(--eduact-base-rgb), 0.56);
        border-radius: 6px;
        outline: none;
        background-color: transparent;
        font-size: 18px;
        font-family: var(--eduact-font);
        color: var(--eduact-text2);
        padding: 0 130px 0 19px;
        font-weight: 400;
    }
    /*-- Copyright --*/

    .copyright {
        position: relative;
        background-color: #1F1944;
        padding: 27px 0 28px;
    }

    .copyright__text {
        color: var(--eduact-text2);
        margin: 0;
    }

    .copyright__text a {
        color: inherit;
    }

    .copyright__text a:hover {
        color: var(--eduact-secondary);
    }
    /*-- Footer Two --*/

    .main-footer-two {
        background-color: var(--eduact-black);
        position: relative;
        padding: 120px 0 115px;
    }

    @media (max-width: 767px) {
        .main-footer-two {
            padding: 80px 0 70px;
        }
    }

    .main-footer-two__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top left;
        width: 100%;
        height: 100%;
        -webkit-animation: movebounce3 2s linear infinite;
        animation: movebounce3 2s linear infinite;
    }

    .main-footer-two__about {
        position: relative;
    }

    .main-footer-two__logo {
        display: block;
        margin: 0 0 20px;
    }

    .main-footer-two__info-list {
        margin: 27px 0 26px;
        padding: 0;
        list-style: none;
    }

    .main-footer-two__info-list li {
        list-style: none;
        display: block;
        position: relative;
        padding: 0 0 0 40px;
        font-size: 18px;
        color: var(--eduact-text2);
        line-height: 30px;
        margin: 0 0 17px;
    }

    .main-footer-two__info-list li a {
        color: inherit;
    }

    .main-footer-two__info-list li a:hover {
        color: var(--eduact-secondary);
    }

    .main-footer-two__info-list li span {
        position: absolute;
        left: 0;
        top: 0;
        color: var(--eduact-secondary);
        font-size: 24px;
        line-height: inherit;
    }

    .main-footer-two__social {
        position: relative;
    }

    .main-footer-two__social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 1px solid var(--eduact-base);
        color: var(--eduact-white);
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
    }

    .main-footer-two__social a:hover {
        background-color: var(--eduact-base);
        color: var(--eduact-white);
    }

    .main-footer-two__social a+a {
        margin-left: 10px;
    }

    .main-footer-two__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.407px;
        text-transform: capitalize;
        color: var(--eduact-white);
        margin: 9px 0 26px;
        position: relative;
    }

    @media (min-width: 1400px) {
        .main-footer-two__widget01 {
            padding-left: 7px;
        }
        .main-footer-two__widget02 {
            margin-left: -52px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1300px) {
        .main-footer-two__widget02 {
            margin-left: -45px;
        }
    }

    .main-footer-two__navmenu {
        position: relative;
    }

    @media (max-width: 767px) {
        .main-footer-two__navmenu {
            margin-top: 30px;
        }
    }

    .main-footer-two__navmenu ul {
        margin: 0;
        padding: 0;
    }

    .main-footer-two__navmenu ul li {
        list-style: none;
        display: block;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
        color: var(--eduact-text2);
        text-transform: capitalize;
    }

    .main-footer-two__navmenu ul li a {
        color: inherit;
        display: inline-block;
    }

    .main-footer-two__navmenu ul li a:hover {
        color: var(--eduact-secondary);
        padding-left: 5px;
    }

    .main-footer-two__gallery {
        position: relative;
    }

    @media (max-width: 1199px) {
        .main-footer-two__gallery {
            margin-top: 30px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .main-footer-two__gallery {
            margin-right: -45px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1300px) {
        .main-footer-two__gallery {
            margin-left: -35px;
        }
    }

    .main-footer-two__galleries {
        position: relative;
    }

    .main-footer-two__galleries a {
        width: 93px;
        height: 93px;
        display: inline-block;
        position: relative;
        margin: 0 8px 12px 0;
    }

    .main-footer-two__galleries a::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: perspective(400px) rotateX(-90deg);
        -ms-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        background-color: rgba(var(--eduact-base-rgb), 0.7);
    }

    .main-footer-two__galleries a::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "+";
        margin: auto;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: 400;
        color: var(--eduact-white);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        transition-delay: 0s;
        z-index: 2;
    }

    @media (min-width: 1200px) {
        .main-footer-two__galleries a:nth-child(3),
        .main-footer-two__galleries a:nth-child(6),
        .main-footer-two__galleries a:last-child {
            margin-right: 0;
        }
    }

    .main-footer-two__galleries a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-footer-two__galleries a:hover::after {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }

    .main-footer-two__galleries a:hover::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        transition-delay: 400ms;
        opacity: 1;
    }

    .extra-logo {
        font-size: 27px;
        color: #754ffe;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor-element {
        --widgets-spacing: 20px 20px;
        /* background: #2f2f31; */
        color: white;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor-element,
    .elementor-lightbox {
        --swiper-theme-color: #000;
        --swiper-navigation-size: 44px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }

    .elementor-section {
        position: relative;
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        flex-basis: var(--flex-basis);
        flex-grow: var(--flex-grow);
        flex-shrink: var(--flex-shrink);
        order: var(--order);
        align-self: var(--align-self);
        /* background: #2f2f31; */
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .main-footer {
        background-color: var(--eduact-black);
        position: relative;
        padding: 132px 0 120px;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    article,
    aside,
    dialog,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        display: block;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    user agent stylesheet section {
        display: block;
        unicode-bidi: isolate;
    }

    .elementor-section .elementor-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        /* background: #2f2f31 */
    }

    .main-footer .elementor-widget-footer-shape,
    .main-footer .elementor-section,
    .main-footer .elementor-column,
    .main-footer .elementor-container,
    .main-footer .elementor-widget-wrap,
    .main-footer-two .elementor-widget-footer-shape,
    .main-footer-two .elementor-section,
    .main-footer-two .elementor-column,
    .main-footer-two .elementor-container,
    .main-footer-two .elementor-widget-wrap {
        position: unset !important;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
    }

    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }

    .elementor-hidden {
        display: none
    }

    .elementor-screen-only,
    .screen-reader-text,
    .screen-reader-text span,
    .ui-helper-hidden-accessible {
        position: absolute;
        top: -10000em;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .elementor-clearfix:after {
        content: "";
        display: block;
        clear: both;
        width: 0;
        height: 0
    }

    .e-logo-wrapper {
        background: var(--e-a-bg-logo);
        display: inline-block;
        padding: .75em;
        border-radius: 50%;
        line-height: 1
    }

    .e-logo-wrapper i {
        color: var(--e-a-color-logo);
        font-size: 1em
    }

    .elementor *,
    .elementor :after,
    .elementor :before {
        box-sizing: border-box;
        /* background: #1C1C1E; */
        color: white;
    }

    .elementor a {
        box-shadow: none;
        text-decoration: none
    }

    .elementor hr {
        margin: 0;
        background-color: transparent
    }

    .elementor img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
        margin: 0
    }

    .elementor embed,
    .elementor iframe,
    .elementor object,
    .elementor video {
        max-width: 100%;
        width: 100%;
        margin: 0;
        line-height: 1;
        border: none
    }

    .elementor .elementor-background,
    .elementor .elementor-background-holder,
    .elementor .elementor-background-video-container {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        z-index: 0;
        direction: ltr
    }

    .elementor .elementor-background-video-container {
        transition: opacity 1s;
        pointer-events: none
    }

    .elementor .elementor-background-video-container.elementor-loading {
        opacity: 0
    }

    .elementor .elementor-background-video-embed {
        max-width: none
    }

    .elementor .elementor-background-video,
    .elementor .elementor-background-video-embed,
    .elementor .elementor-background-video-hosted {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .elementor .elementor-background-video {
        max-width: none
    }

    .elementor .elementor-html5-video {
        -o-object-fit: cover;
        object-fit: cover
    }

    .elementor .elementor-background-overlay,
    .elementor .elementor-background-slideshow {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute
    }

    .elementor .elementor-background-slideshow {
        z-index: 0
    }

    .elementor .elementor-background-slideshow__slide__image {
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: cover
    }

    .e-con-inner>.elementor-element.elementor-absolute,
    .e-con>.elementor-element.elementor-absolute,
    .elementor-widget-wrap>.elementor-element.elementor-absolute {
        position: absolute
    }

    .e-con-inner>.elementor-element.elementor-fixed,
    .e-con>.elementor-element.elementor-fixed,
    .elementor-widget-wrap>.elementor-element.elementor-fixed {
        position: fixed
    }

    .elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
        max-width: 100%
    }

    @media (max-width: 1024px) {
        .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
        .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
            max-width: 100%
        }
    }

    @media (max-width: 767px) {
        .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
        .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
            max-width: 100%
        }
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        flex-basis: var(--flex-basis);
        flex-grow: var(--flex-grow);
        flex-shrink: var(--flex-shrink);
        order: var(--order);
        align-self: var(--align-self)
    }

    .elementor-element.elementor-absolute,
    .elementor-element.elementor-fixed {
        z-index: 1
    }

    .elementor-element:where(.e-con-full,
    .elementor-widget) {
        flex-direction: var(--flex-direction);
        flex-wrap: var(--flex-wrap);
        justify-content: var(--justify-content);
        align-items: var(--align-items);
        align-content: var(--align-content);
        gap: var(--gap)
    }

    .elementor-invisible {
        visibility: hidden
    }

    .elementor-align-center {
        text-align: center
    }

    .elementor-align-center .elementor-button {
        width: auto
    }

    .elementor-align-right {
        text-align: right
    }

    .elementor-align-right .elementor-button {
        width: auto
    }

    .elementor-align-left {
        text-align: left
    }

    .elementor-align-left .elementor-button {
        width: auto
    }

    .elementor-align-justify .elementor-button {
        width: 100%
    }

    .elementor-custom-embed-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .elementor-custom-embed-play i {
        font-size: 100px;
        color: #fff;
        text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
    }

    .elementor-custom-embed-play svg {
        height: 100px;
        width: 100px;
        fill: #fff;
        filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
    }

    .elementor-custom-embed-play i,
    .elementor-custom-embed-play svg {
        opacity: .8;
        transition: all .5s
    }

    .elementor-custom-embed-play.elementor-playing i {
        font-family: eicons
    }

    .elementor-custom-embed-play.elementor-playing i:before {
        content: "\e8fb"
    }

    .elementor-custom-embed-play.elementor-playing i,
    .elementor-custom-embed-play.elementor-playing svg {
        animation: eicon-spin 2s linear infinite
    }

    .elementor-tag {
        display: inline-flex
    }

    .elementor-ken-burns {
        transition-property: transform;
        transition-duration: 10s;
        transition-timing-function: linear
    }

    .elementor-ken-burns--out {
        transform: scale(1.3)
    }

    .elementor-ken-burns--active {
        transition-duration: 20s
    }

    .elementor-ken-burns--active.elementor-ken-burns--out {
        transform: scale(1)
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
        transform: scale(1.3)
    }

    @media (min-width: -1) {
        .elementor-widescreen-align-center {
            text-align: center
        }
        .elementor-widescreen-align-center .elementor-button {
            width: auto
        }
        .elementor-widescreen-align-right {
            text-align: right
        }
        .elementor-widescreen-align-right .elementor-button {
            width: auto
        }
        .elementor-widescreen-align-left {
            text-align: left
        }
        .elementor-widescreen-align-left .elementor-button {
            width: auto
        }
        .elementor-widescreen-align-justify .elementor-button {
            width: 100%
        }
    }

    @media (max-width: -1) {
        .elementor-laptop-align-center {
            text-align: center
        }
        .elementor-laptop-align-center .elementor-button {
            width: auto
        }
        .elementor-laptop-align-right {
            text-align: right
        }
        .elementor-laptop-align-right .elementor-button {
            width: auto
        }
        .elementor-laptop-align-left {
            text-align: left
        }
        .elementor-laptop-align-left .elementor-button {
            width: auto
        }
        .elementor-laptop-align-justify .elementor-button {
            width: 100%
        }
    }

    @media (max-width: -1) {
        .elementor-tablet_extra-align-center {
            text-align: center
        }
        .elementor-tablet_extra-align-center .elementor-button {
            width: auto
        }
        .elementor-tablet_extra-align-right {
            text-align: right
        }
        .elementor-tablet_extra-align-right .elementor-button {
            width: auto
        }
        .elementor-tablet_extra-align-left {
            text-align: left
        }
        .elementor-tablet_extra-align-left .elementor-button {
            width: auto
        }
        .elementor-tablet_extra-align-justify .elementor-button {
            width: 100%
        }
    }

    @media (max-width: 1024px) {
        .elementor-tablet-align-center {
            text-align: center
        }
        .elementor-tablet-align-center .elementor-button {
            width: auto
        }
        .elementor-tablet-align-right {
            text-align: right
        }
        .elementor-tablet-align-right .elementor-button {
            width: auto
        }
        .elementor-tablet-align-left {
            text-align: left
        }
        .elementor-tablet-align-left .elementor-button {
            width: auto
        }
        .elementor-tablet-align-justify .elementor-button {
            width: 100%
        }
    }

    @media (max-width: -1) {
        .elementor-mobile_extra-align-center {
            text-align: center
        }
        .elementor-mobile_extra-align-center .elementor-button {
            width: auto
        }
        .elementor-mobile_extra-align-right {
            text-align: right
        }
        .elementor-mobile_extra-align-right .elementor-button {
            width: auto
        }
        .elementor-mobile_extra-align-left {
            text-align: left
        }
        .elementor-mobile_extra-align-left .elementor-button {
            width: auto
        }
        .elementor-mobile_extra-align-justify .elementor-button {
            width: 100%
        }
    }

    @media (max-width: 767px) {
        .elementor-mobile-align-center {
            text-align: center
        }
        .elementor-mobile-align-center .elementor-button {
            width: auto
        }
        .elementor-mobile-align-right {
            text-align: right
        }
        .elementor-mobile-align-right .elementor-button {
            width: auto
        }
        .elementor-mobile-align-left {
            text-align: left
        }
        .elementor-mobile-align-left .elementor-button {
            width: auto
        }
        .elementor-mobile-align-justify .elementor-button {
            width: 100%
        }
    }

     :root {
        --page-title-display: block
    }

    .elementor-page-title,
    h1.entry-title {
        display: var(--page-title-display)
    }

    @keyframes eicon-spin {
        0% {
            transform: rotate(0deg)
        }
        to {
            transform: rotate(359deg)
        }
    }

    .eicon-animation-spin {
        animation: eicon-spin 2s linear infinite
    }

    .elementor-section {
        position: relative;
    }

    .elementor-section .elementor-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

    @media (max-width: 1024px) {
        .elementor-section .elementor-container {
            flex-wrap: wrap
        }
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1140px
    }

    .elementor-section.elementor-section-stretched {
        position: relative;
        width: 100%
    }

    .elementor-section.elementor-section-items-top>.elementor-container {
        align-items: flex-start
    }

    .elementor-section.elementor-section-items-middle>.elementor-container {
        align-items: center
    }

    .elementor-section.elementor-section-items-bottom>.elementor-container {
        align-items: flex-end
    }

    @media (min-width: 768px) {
        .elementor-section.elementor-section-height-full {
            height: 100vh
        }
        .elementor-section.elementor-section-height-full>.elementor-container {
            height: 100%
        }
    }

    .elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
        align-items: flex-start
    }

    .elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
        align-items: center
    }

    .elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
        align-items: flex-end
    }

    .elementor-row {
        width: 100%;
        display: flex
    }

    @media (max-width: 1024px) {
        .elementor-row {
            flex-wrap: wrap
        }
    }

    .elementor-widget-wrap {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start
    }

    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
        display: flex
    }

    .elementor-widget-wrap>.elementor-element {
        width: 100%
    }

    .elementor-widget-wrap.e-swiper-container {
        width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
    }

    .elementor-widget {
        position: relative
    }

    .elementor-widget:not(:last-child) {
        margin-bottom: 20px
    }

    .elementor-widget:not(:last-child).elementor-absolute,
    .elementor-widget:not(:last-child).elementor-widget__width-auto,
    .elementor-widget:not(:last-child).elementor-widget__width-initial {
        margin-bottom: 0
    }

    .elementor-column {
        position: relative;
        min-height: 1px;
        display: flex
    }

    .elementor-column-wrap {
        width: 100%;
        position: relative;
        display: flex
    }

    .elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
        padding: 5px
    }

    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 10px
    }

    .elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
        padding: 15px
    }

    .elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
        padding: 20px
    }

    .elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
        padding: 30px
    }

    .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
        padding: 0
    }

    @media (min-width: 768px) {
        .elementor-column.elementor-col-10,
        .elementor-column[data-col="10"] {
            width: 10%
        }
        .elementor-column.elementor-col-11,
        .elementor-column[data-col="11"] {
            width: 11.111%
        }
        .elementor-column.elementor-col-12,
        .elementor-column[data-col="12"] {
            width: 12.5%
        }
        .elementor-column.elementor-col-14,
        .elementor-column[data-col="14"] {
            width: 14.285%
        }
        .elementor-column.elementor-col-16,
        .elementor-column[data-col="16"] {
            width: 16.666%
        }
        .elementor-column.elementor-col-20,
        .elementor-column[data-col="20"] {
            width: 20%
        }
        .elementor-column.elementor-col-25,
        .elementor-column[data-col="25"] {
            width: 25%
        }
        .elementor-column.elementor-col-30,
        .elementor-column[data-col="30"] {
            width: 30%
        }
        .elementor-column.elementor-col-33,
        .elementor-column[data-col="33"] {
            width: 33.333%
        }
        .elementor-column.elementor-col-40,
        .elementor-column[data-col="40"] {
            width: 40%
        }
        .elementor-column.elementor-col-50,
        .elementor-column[data-col="50"] {
            width: 50%
        }
        .elementor-column.elementor-col-60,
        .elementor-column[data-col="60"] {
            width: 60%
        }
        .elementor-column.elementor-col-66,
        .elementor-column[data-col="66"] {
            width: 66.666%
        }
        .elementor-column.elementor-col-70,
        .elementor-column[data-col="70"] {
            width: 70%
        }
        .elementor-column.elementor-col-75,
        .elementor-column[data-col="75"] {
            width: 75%
        }
        .elementor-column.elementor-col-80,
        .elementor-column[data-col="80"] {
            width: 80%
        }
        .elementor-column.elementor-col-83,
        .elementor-column[data-col="83"] {
            width: 83.333%
        }
        .elementor-column.elementor-col-90,
        .elementor-column[data-col="90"] {
            width: 90%
        }
        .elementor-column.elementor-col-100,
        .elementor-column[data-col="100"] {
            width: 100%
        }
    }

    @media (max-width: 479px) {
        .elementor-column.elementor-xs-10 {
            width: 10%
        }
        .elementor-column.elementor-xs-11 {
            width: 11.111%
        }
        .elementor-column.elementor-xs-12 {
            width: 12.5%
        }
        .elementor-column.elementor-xs-14 {
            width: 14.285%
        }
        .elementor-column.elementor-xs-16 {
            width: 16.666%
        }
        .elementor-column.elementor-xs-20 {
            width: 20%
        }
        .elementor-column.elementor-xs-25 {
            width: 25%
        }
        .elementor-column.elementor-xs-30 {
            width: 30%
        }
        .elementor-column.elementor-xs-33 {
            width: 33.333%
        }
        .elementor-column.elementor-xs-40 {
            width: 40%
        }
        .elementor-column.elementor-xs-50 {
            width: 50%
        }
        .elementor-column.elementor-xs-60 {
            width: 60%
        }
        .elementor-column.elementor-xs-66 {
            width: 66.666%
        }
        .elementor-column.elementor-xs-70 {
            width: 70%
        }
        .elementor-column.elementor-xs-75 {
            width: 75%
        }
        .elementor-column.elementor-xs-80 {
            width: 80%
        }
        .elementor-column.elementor-xs-83 {
            width: 83.333%
        }
        .elementor-column.elementor-xs-90 {
            width: 90%
        }
        .elementor-column.elementor-xs-100 {
            width: 100%
        }
    }

    @media (max-width: 767px) {
        .elementor-column.elementor-sm-10 {
            width: 10%
        }
        .elementor-column.elementor-sm-11 {
            width: 11.111%
        }
        .elementor-column.elementor-sm-12 {
            width: 12.5%
        }
        .elementor-column.elementor-sm-14 {
            width: 14.285%
        }
        .elementor-column.elementor-sm-16 {
            width: 16.666%
        }
        .elementor-column.elementor-sm-20 {
            width: 20%
        }
        .elementor-column.elementor-sm-25 {
            width: 25%
        }
        .elementor-column.elementor-sm-30 {
            width: 30%
        }
        .elementor-column.elementor-sm-33 {
            width: 33.333%
        }
        .elementor-column.elementor-sm-40 {
            width: 40%
        }
        .elementor-column.elementor-sm-50 {
            width: 50%
        }
        .elementor-column.elementor-sm-60 {
            width: 60%
        }
        .elementor-column.elementor-sm-66 {
            width: 66.666%
        }
        .elementor-column.elementor-sm-70 {
            width: 70%
        }
        .elementor-column.elementor-sm-75 {
            width: 75%
        }
        .elementor-column.elementor-sm-80 {
            width: 80%
        }
        .elementor-column.elementor-sm-83 {
            width: 83.333%
        }
        .elementor-column.elementor-sm-90 {
            width: 90%
        }
        .elementor-column.elementor-sm-100 {
            width: 100%
        }
    }

    @media (min-width: 768px) and (max-width:1024px) {
        .elementor-column.elementor-md-10 {
            width: 10%
        }
        .elementor-column.elementor-md-11 {
            width: 11.111%
        }
        .elementor-column.elementor-md-12 {
            width: 12.5%
        }
        .elementor-column.elementor-md-14 {
            width: 14.285%
        }
        .elementor-column.elementor-md-16 {
            width: 16.666%
        }
        .elementor-column.elementor-md-20 {
            width: 20%
        }
        .elementor-column.elementor-md-25 {
            width: 25%
        }
        .elementor-column.elementor-md-30 {
            width: 30%
        }
        .elementor-column.elementor-md-33 {
            width: 33.333%
        }
        .elementor-column.elementor-md-40 {
            width: 40%
        }
        .elementor-column.elementor-md-50 {
            width: 50%
        }
        .elementor-column.elementor-md-60 {
            width: 60%
        }
        .elementor-column.elementor-md-66 {
            width: 66.666%
        }
        .elementor-column.elementor-md-70 {
            width: 70%
        }
        .elementor-column.elementor-md-75 {
            width: 75%
        }
        .elementor-column.elementor-md-80 {
            width: 80%
        }
        .elementor-column.elementor-md-83 {
            width: 83.333%
        }
        .elementor-column.elementor-md-90 {
            width: 90%
        }
        .elementor-column.elementor-md-100 {
            width: 100%
        }
    }

    @media (min-width: -1) {
        .elementor-reverse-widescreen>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (min-width: 1025px) and (max-width:-1) {
        .elementor-reverse-laptop>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (min-width: -1) and (max-width:-1) {
        .elementor-reverse-laptop>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (min-width: 1025px) and (max-width:-1) {
        .elementor-reverse-laptop>.elementor-container>:first-child,
        .elementor-reverse-laptop>.elementor-container>:nth-child(2),
        .elementor-reverse-laptop>.elementor-container>:nth-child(3),
        .elementor-reverse-laptop>.elementor-container>:nth-child(4),
        .elementor-reverse-laptop>.elementor-container>:nth-child(5),
        .elementor-reverse-laptop>.elementor-container>:nth-child(6),
        .elementor-reverse-laptop>.elementor-container>:nth-child(7),
        .elementor-reverse-laptop>.elementor-container>:nth-child(8),
        .elementor-reverse-laptop>.elementor-container>:nth-child(9),
        .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
            order: 0
        }
        .elementor-reverse-tablet_extra>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (min-width: 768px) and (max-width:1024px) {
        .elementor-reverse-tablet>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (min-width: -1) and (max-width:1024px) {
        .elementor-reverse-tablet>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (min-width: 768px) and (max-width:-1) {
        .elementor-reverse-tablet>.elementor-container>:first-child,
        .elementor-reverse-tablet>.elementor-container>:nth-child(2),
        .elementor-reverse-tablet>.elementor-container>:nth-child(3),
        .elementor-reverse-tablet>.elementor-container>:nth-child(4),
        .elementor-reverse-tablet>.elementor-container>:nth-child(5),
        .elementor-reverse-tablet>.elementor-container>:nth-child(6),
        .elementor-reverse-tablet>.elementor-container>:nth-child(7),
        .elementor-reverse-tablet>.elementor-container>:nth-child(8),
        .elementor-reverse-tablet>.elementor-container>:nth-child(9),
        .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
            order: 0
        }
        .elementor-reverse-mobile_extra>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
            order: 1
        }
    }

    @media (max-width: 767px) {
        .elementor-reverse-mobile>.elementor-container>:first-child {
            order: 10
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
            order: 9
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
            order: 8
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
            order: 7
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
            order: 6
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
            order: 5
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
            order: 4
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
            order: 3
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
            order: 2
        }
        .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
            order: 1
        }
        .elementor-column {
            width: 100%
        }
    }

    ul.elementor-icon-list-items.elementor-inline-items {
        display: flex;
        flex-wrap: wrap
    }

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        word-break: break-word
    }

    .elementor-grid {
        display: grid;
        grid-column-gap: var(--grid-column-gap);
        grid-row-gap: var(--grid-row-gap)
    }

    .elementor-grid .elementor-grid-item {
        min-width: 0
    }

    .elementor-grid-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }

    @media (min-width: -1) {
        .elementor-grid-widescreen-0 .elementor-grid {
            display: inline-block;
            width: 100%;
            word-spacing: var(--grid-column-gap);
            margin-bottom: calc(-1 * var(--grid-row-gap))
        }
        .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }
        .elementor-grid-widescreen-1 .elementor-grid {
            grid-template-columns: repeat(1, 1fr)
        }
        .elementor-grid-widescreen-2 .elementor-grid {
            grid-template-columns: repeat(2, 1fr)
        }
        .elementor-grid-widescreen-3 .elementor-grid {
            grid-template-columns: repeat(3, 1fr)
        }
        .elementor-grid-widescreen-4 .elementor-grid {
            grid-template-columns: repeat(4, 1fr)
        }
        .elementor-grid-widescreen-5 .elementor-grid {
            grid-template-columns: repeat(5, 1fr)
        }
        .elementor-grid-widescreen-6 .elementor-grid {
            grid-template-columns: repeat(6, 1fr)
        }
        .elementor-grid-widescreen-7 .elementor-grid {
            grid-template-columns: repeat(7, 1fr)
        }
        .elementor-grid-widescreen-8 .elementor-grid {
            grid-template-columns: repeat(8, 1fr)
        }
        .elementor-grid-widescreen-9 .elementor-grid {
            grid-template-columns: repeat(9, 1fr)
        }
        .elementor-grid-widescreen-10 .elementor-grid {
            grid-template-columns: repeat(10, 1fr)
        }
        .elementor-grid-widescreen-11 .elementor-grid {
            grid-template-columns: repeat(11, 1fr)
        }
        .elementor-grid-widescreen-12 .elementor-grid {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    @media (max-width: -1) {
        .elementor-grid-laptop-0 .elementor-grid {
            display: inline-block;
            width: 100%;
            word-spacing: var(--grid-column-gap);
            margin-bottom: calc(-1 * var(--grid-row-gap))
        }
        .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }
        .elementor-grid-laptop-1 .elementor-grid {
            grid-template-columns: repeat(1, 1fr)
        }
        .elementor-grid-laptop-2 .elementor-grid {
            grid-template-columns: repeat(2, 1fr)
        }
        .elementor-grid-laptop-3 .elementor-grid {
            grid-template-columns: repeat(3, 1fr)
        }
        .elementor-grid-laptop-4 .elementor-grid {
            grid-template-columns: repeat(4, 1fr)
        }
        .elementor-grid-laptop-5 .elementor-grid {
            grid-template-columns: repeat(5, 1fr)
        }
        .elementor-grid-laptop-6 .elementor-grid {
            grid-template-columns: repeat(6, 1fr)
        }
        .elementor-grid-laptop-7 .elementor-grid {
            grid-template-columns: repeat(7, 1fr)
        }
        .elementor-grid-laptop-8 .elementor-grid {
            grid-template-columns: repeat(8, 1fr)
        }
        .elementor-grid-laptop-9 .elementor-grid {
            grid-template-columns: repeat(9, 1fr)
        }
        .elementor-grid-laptop-10 .elementor-grid {
            grid-template-columns: repeat(10, 1fr)
        }
        .elementor-grid-laptop-11 .elementor-grid {
            grid-template-columns: repeat(11, 1fr)
        }
        .elementor-grid-laptop-12 .elementor-grid {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    @media (max-width: -1) {
        .elementor-grid-tablet_extra-0 .elementor-grid {
            display: inline-block;
            width: 100%;
            word-spacing: var(--grid-column-gap);
            margin-bottom: calc(-1 * var(--grid-row-gap))
        }
        .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }
        .elementor-grid-tablet_extra-1 .elementor-grid {
            grid-template-columns: repeat(1, 1fr)
        }
        .elementor-grid-tablet_extra-2 .elementor-grid {
            grid-template-columns: repeat(2, 1fr)
        }
        .elementor-grid-tablet_extra-3 .elementor-grid {
            grid-template-columns: repeat(3, 1fr)
        }
        .elementor-grid-tablet_extra-4 .elementor-grid {
            grid-template-columns: repeat(4, 1fr)
        }
        .elementor-grid-tablet_extra-5 .elementor-grid {
            grid-template-columns: repeat(5, 1fr)
        }
        .elementor-grid-tablet_extra-6 .elementor-grid {
            grid-template-columns: repeat(6, 1fr)
        }
        .elementor-grid-tablet_extra-7 .elementor-grid {
            grid-template-columns: repeat(7, 1fr)
        }
        .elementor-grid-tablet_extra-8 .elementor-grid {
            grid-template-columns: repeat(8, 1fr)
        }
        .elementor-grid-tablet_extra-9 .elementor-grid {
            grid-template-columns: repeat(9, 1fr)
        }
        .elementor-grid-tablet_extra-10 .elementor-grid {
            grid-template-columns: repeat(10, 1fr)
        }
        .elementor-grid-tablet_extra-11 .elementor-grid {
            grid-template-columns: repeat(11, 1fr)
        }
        .elementor-grid-tablet_extra-12 .elementor-grid {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    @media (max-width: 1024px) {
        .elementor-grid-tablet-0 .elementor-grid {
            display: inline-block;
            width: 100%;
            word-spacing: var(--grid-column-gap);
            margin-bottom: calc(-1 * var(--grid-row-gap))
        }
        .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }
        .elementor-grid-tablet-1 .elementor-grid {
            grid-template-columns: repeat(1, 1fr)
        }
        .elementor-grid-tablet-2 .elementor-grid {
            grid-template-columns: repeat(2, 1fr)
        }
        .elementor-grid-tablet-3 .elementor-grid {
            grid-template-columns: repeat(3, 1fr)
        }
        .elementor-grid-tablet-4 .elementor-grid {
            grid-template-columns: repeat(4, 1fr)
        }
        .elementor-grid-tablet-5 .elementor-grid {
            grid-template-columns: repeat(5, 1fr)
        }
        .elementor-grid-tablet-6 .elementor-grid {
            grid-template-columns: repeat(6, 1fr)
        }
        .elementor-grid-tablet-7 .elementor-grid {
            grid-template-columns: repeat(7, 1fr)
        }
        .elementor-grid-tablet-8 .elementor-grid {
            grid-template-columns: repeat(8, 1fr)
        }
        .elementor-grid-tablet-9 .elementor-grid {
            grid-template-columns: repeat(9, 1fr)
        }
        .elementor-grid-tablet-10 .elementor-grid {
            grid-template-columns: repeat(10, 1fr)
        }
        .elementor-grid-tablet-11 .elementor-grid {
            grid-template-columns: repeat(11, 1fr)
        }
        .elementor-grid-tablet-12 .elementor-grid {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    @media (max-width: -1) {
        .elementor-grid-mobile_extra-0 .elementor-grid {
            display: inline-block;
            width: 100%;
            word-spacing: var(--grid-column-gap);
            margin-bottom: calc(-1 * var(--grid-row-gap))
        }
        .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }
        .elementor-grid-mobile_extra-1 .elementor-grid {
            grid-template-columns: repeat(1, 1fr)
        }
        .elementor-grid-mobile_extra-2 .elementor-grid {
            grid-template-columns: repeat(2, 1fr)
        }
        .elementor-grid-mobile_extra-3 .elementor-grid {
            grid-template-columns: repeat(3, 1fr)
        }
        .elementor-grid-mobile_extra-4 .elementor-grid {
            grid-template-columns: repeat(4, 1fr)
        }
        .elementor-grid-mobile_extra-5 .elementor-grid {
            grid-template-columns: repeat(5, 1fr)
        }
        .elementor-grid-mobile_extra-6 .elementor-grid {
            grid-template-columns: repeat(6, 1fr)
        }
        .elementor-grid-mobile_extra-7 .elementor-grid {
            grid-template-columns: repeat(7, 1fr)
        }
        .elementor-grid-mobile_extra-8 .elementor-grid {
            grid-template-columns: repeat(8, 1fr)
        }
        .elementor-grid-mobile_extra-9 .elementor-grid {
            grid-template-columns: repeat(9, 1fr)
        }
        .elementor-grid-mobile_extra-10 .elementor-grid {
            grid-template-columns: repeat(10, 1fr)
        }
        .elementor-grid-mobile_extra-11 .elementor-grid {
            grid-template-columns: repeat(11, 1fr)
        }
        .elementor-grid-mobile_extra-12 .elementor-grid {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    @media (max-width: 767px) {
        .elementor-grid-mobile-0 .elementor-grid {
            display: inline-block;
            width: 100%;
            word-spacing: var(--grid-column-gap);
            margin-bottom: calc(-1 * var(--grid-row-gap))
        }
        .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }
        .elementor-grid-mobile-1 .elementor-grid {
            grid-template-columns: repeat(1, 1fr)
        }
        .elementor-grid-mobile-2 .elementor-grid {
            grid-template-columns: repeat(2, 1fr)
        }
        .elementor-grid-mobile-3 .elementor-grid {
            grid-template-columns: repeat(3, 1fr)
        }
        .elementor-grid-mobile-4 .elementor-grid {
            grid-template-columns: repeat(4, 1fr)
        }
        .elementor-grid-mobile-5 .elementor-grid {
            grid-template-columns: repeat(5, 1fr)
        }
        .elementor-grid-mobile-6 .elementor-grid {
            grid-template-columns: repeat(6, 1fr)
        }
        .elementor-grid-mobile-7 .elementor-grid {
            grid-template-columns: repeat(7, 1fr)
        }
        .elementor-grid-mobile-8 .elementor-grid {
            grid-template-columns: repeat(8, 1fr)
        }
        .elementor-grid-mobile-9 .elementor-grid {
            grid-template-columns: repeat(9, 1fr)
        }
        .elementor-grid-mobile-10 .elementor-grid {
            grid-template-columns: repeat(10, 1fr)
        }
        .elementor-grid-mobile-11 .elementor-grid {
            grid-template-columns: repeat(11, 1fr)
        }
        .elementor-grid-mobile-12 .elementor-grid {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    @media (min-width: 1025px) {
        #elementor-device-mode:after {
            content: "desktop"
        }
    }

    @media (min-width: -1) {
        #elementor-device-mode:after {
            content: "widescreen"
        }
    }

    @media (max-width: -1) {
        #elementor-device-mode:after {
            content: "laptop";
            content: "tablet_extra"
        }
    }

    @media (max-width: 1024px) {
        #elementor-device-mode:after {
            content: "tablet"
        }
    }

    @media (max-width: -1) {
        #elementor-device-mode:after {
            content: "mobile_extra"
        }
    }

    @media (max-width: 767px) {
        #elementor-device-mode:after {
            content: "mobile"
        }
    }

    .e-con {
        --border-radius: 0;
        --border-block-start-width: 0px;
        --border-inline-end-width: 0px;
        --border-block-end-width: 0px;
        --border-inline-start-width: 0px;
        --border-style: initial;
        --border-color: initial;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --content-width: min(100%, var(--container-max-width, 1140px));
        --width: 100%;
        --min-height: initial;
        --height: auto;
        --text-align: initial;
        --margin-block-start: 0px;
        --margin-inline-end: 0px;
        --margin-block-end: 0px;
        --margin-inline-start: 0px;
        --padding-block-start: var(--container-default-padding-block-start, 10px);
        --padding-inline-end: var(--container-default-padding-inline-end, 10px);
        --padding-block-end: var(--container-default-padding-block-end, 10px);
        --padding-inline-start: var(--container-default-padding-inline-start, 10px);
        --position: relative;
        --z-index: revert;
        --overflow: visible;
        --gap: var(--widgets-spacing, 20px);
        --overlay-mix-blend-mode: initial;
        --overlay-opacity: 1;
        --overlay-transition: 0.3s;
        --e-con-grid-template-columns: repeat(3, 1fr);
        --e-con-grid-template-rows: repeat(2, 1fr);
        position: var(--position);
        width: var(--width);
        min-width: 0;
        min-height: var(--min-height);
        height: var(--height);
        border-radius: var(--border-radius);
        margin-block-start: var(--bc-margin-block-start, var(--margin-block-start));
        margin-inline-end: var(--bc-margin-inline-end, var(--margin-inline-end));
        margin-block-end: var(--bc-margin-block-end, var(--margin-block-end));
        margin-inline-start: var(--bc-margin-inline-start, var(--margin-inline-start));
        padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
        padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
        z-index: var(--z-index);
        overflow: var(--overflow);
        transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
    }

    .e-con.e-flex {
        --flex-direction: column;
        --flex-basis: auto;
        --flex-grow: 0;
        --flex-shrink: 1;
        flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
    }

    .e-con-full,
    .e-con>.e-con-inner {
        text-align: var(--text-align);
        padding-block-start: var(--bc-padding-block-start, var(--padding-block-start));
        padding-block-end: var(--bc-padding-block-end, var(--padding-block-end))
    }

    .e-con-full.e-flex,
    .e-con.e-flex>.e-con-inner {
        flex-direction: var(--flex-direction)
    }

    .e-con,
    .e-con>.e-con-inner {
        display: var(--display)
    }

    .e-con.e-grid {
        --grid-justify-content: start;
        --grid-align-content: start;
        --grid-auto-flow: row
    }

    .e-con.e-grid,
    .e-con.e-grid>.e-con-inner {
        grid-template-columns: var(--e-con-grid-template-columns);
        grid-template-rows: var(--e-con-grid-template-rows);
        justify-content: var(--grid-justify-content);
        align-content: var(--grid-align-content);
        grid-auto-flow: var(--grid-auto-flow)
    }

    .e-con-boxed.e-flex {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: normal;
        align-content: normal
    }

    .e-con-boxed.e-grid {
        justify-items: legacy;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }

    .e-con-boxed {
        text-align: initial;
        gap: initial
    }

    .e-con.e-flex>.e-con-inner {
        flex-wrap: var(--flex-wrap);
        justify-content: var(--justify-content);
        align-items: var(--align-items);
        align-content: var(--align-content);
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 1;
        align-self: auto
    }

    .e-con.e-grid>.e-con-inner {
        justify-items: var(--justify-items);
        align-items: var(--align-items)
    }

    .e-con>.e-con-inner {
        gap: var(--gap);
        width: 100%;
        max-width: var(--content-width);
        margin: 0 auto;
        padding-inline-start: 0;
        padding-inline-end: 0;
        height: 100%
    }

     :is(.elementor-section-wrap,
    [data-elementor-id])>.e-con {
        --margin-inline-end: auto;
        --margin-inline-start: auto;
        max-width: min(100%, var(--width))
    }

    .e-con .elementor-widget.elementor-widget {
        margin-block-end: 0
    }

    .e-con:before,
    .e-con>.elementor-background-slideshow:before,
    .e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
     :is(.e-con,
    .e-con>.e-con-inner)>.elementor-background-video-container:before {
        content: var(--background-overlay);
        display: block;
        position: absolute;
        mix-blend-mode: var(--overlay-mix-blend-mode);
        opacity: var(--overlay-opacity);
        transition: var(--overlay-transition, .3s);
        border-radius: var(--border-radius);
        border-style: var(--border-style);
        border-color: var(--border-color);
        border-block-start-width: var(--border-block-start-width);
        border-inline-end-width: var(--border-inline-end-width);
        border-block-end-width: var(--border-block-end-width);
        border-inline-start-width: var(--border-inline-start-width);
        top: calc(0px - var(--border-block-start-width));
        left: calc(0px - var(--border-inline-start-width));
        width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
        height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
    }

    .e-con:before {
        transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
    }

    .e-con>.elementor-background-slideshow,
     :is(.e-con,
    .e-con>.e-con-inner)>.elementor-background-video-container {
        border-radius: var(--border-radius);
        border-style: var(--border-style);
        border-color: var(--border-color);
        border-block-start-width: var(--border-block-start-width);
        border-inline-end-width: var(--border-inline-end-width);
        border-block-end-width: var(--border-block-end-width);
        border-inline-start-width: var(--border-inline-start-width);
        top: calc(0px - var(--border-block-start-width));
        left: calc(0px - var(--border-inline-start-width));
        width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
        height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
    }

    @media (max-width: 767px) {
         :is(.e-con,
        .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
            display: none
        }
    }

     :is(.e-con,
    .e-con>.e-con-inner)>.elementor-background-video-container:before {
        z-index: 1
    }

     :is(.e-con,
    .e-con>.e-con-inner)>.elementor-background-slideshow:before {
        z-index: 2
    }

    .e-con .elementor-widget {
        min-width: 0
    }

    .e-con .elementor-widget-empty,
    .e-con .elementor-widget-google_maps,
    .e-con .elementor-widget-video,
    .e-con .elementor-widget.e-widget-swiper {
        width: 100%
    }

    .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
    .e-con>.elementor-widget>.elementor-widget-container {
        height: 100%
    }

    .e-con.e-con>.e-con-inner>.elementor-widget,
    .elementor.elementor .e-con>.elementor-widget {
        max-width: 100%
    }

    @media (max-width: 767px) {
        .e-con.e-flex {
            --width: 100%;
            --flex-wrap: wrap
        }
    }

    .e-con {
        --bc-margin-block-start: var(--margin-top);
        --bc-margin-block-end: var(--margin-bottom);
        --bc-margin-inline-start: var(--margin-left);
        --bc-margin-inline-end: var(--margin-right);
        --bc-padding-block-start: var(--padding-top);
        --bc-padding-block-end: var(--padding-bottom);
        --bc-padding-inline-start: var(--padding-left);
        --bc-padding-inline-end: var(--padding-right)
    }

    [dir=rtl] .e-con {
        --bc-margin-inline-start: var(--margin-right);
        --bc-margin-inline-end: var(--margin-left);
        --bc-padding-inline-start: var(--padding-right);
        --bc-padding-inline-end: var(--padding-left)
    }

    .elementor-form-fields-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
        flex-basis: 100%;
        max-width: 100%
    }

    .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
    .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
        flex-grow: 1
    }

    .elementor-field-group {
        flex-wrap: wrap;
        align-items: center
    }

    .elementor-field-group.elementor-field-type-submit {
        align-items: flex-end
    }

    .elementor-field-group .elementor-field-textual {
        width: 100%;
        max-width: 100%;
        border: 1px solid #69727d;
        background-color: transparent;
        color: #1f2124;
        vertical-align: middle;
        flex-grow: 1
    }

    .elementor-field-group .elementor-field-textual:focus {
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
        outline: 0
    }

    .elementor-field-group .elementor-field-textual::-moz-placeholder {
        color: inherit;
        font-family: inherit;
        opacity: .6
    }

    .elementor-field-group .elementor-field-textual::placeholder {
        color: inherit;
        font-family: inherit;
        opacity: .6
    }

    .elementor-field-group .elementor-select-wrapper {
        display: flex;
        position: relative;
        width: 100%
    }

    .elementor-field-group .elementor-select-wrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-style: inherit;
        text-transform: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        flex-basis: 100%;
        padding-right: 20px
    }

    .elementor-field-group .elementor-select-wrapper:before {
        content: "\e92a";
        font-family: eicons;
        font-size: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        pointer-events: none;
        text-shadow: 0 0 3px rgba(0, 0, 0, .3)
    }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
        content: ""
    }

    .elementor-field-subgroup {
        display: flex;
        flex-wrap: wrap
    }

    .elementor-field-subgroup .elementor-field-option label {
        display: inline-block
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        padding-right: 10px
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
        flex-basis: 100%
    }

    .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
    .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
    .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
    .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
    .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
    .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
        display: inline
    }

    .elementor-field-label {
        cursor: pointer
    }

    .elementor-mark-required .elementor-field-label:after {
        content: "*";
        color: red;
        padding-left: .2em
    }

    .elementor-field-textual {
        line-height: 1.4;
        font-size: 15px;
        min-height: 40px;
        padding: 5px 14px;
        border-radius: 3px
    }

    .elementor-field-textual.elementor-size-xs {
        font-size: 13px;
        min-height: 33px;
        padding: 4px 12px;
        border-radius: 2px
    }

    .elementor-field-textual.elementor-size-md {
        font-size: 16px;
        min-height: 47px;
        padding: 6px 16px;
        border-radius: 4px
    }

    .elementor-field-textual.elementor-size-lg {
        font-size: 18px;
        min-height: 59px;
        padding: 7px 20px;
        border-radius: 5px
    }

    .elementor-field-textual.elementor-size-xl {
        font-size: 20px;
        min-height: 72px;
        padding: 8px 24px;
        border-radius: 6px
    }

    .elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-button-align-center .e-form__buttons,
    .elementor-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-button-align-start .e-form__buttons,
    .elementor-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-button-align-end .e-form__buttons,
    .elementor-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-button-align-center .e-form__buttons__wrapper,
    .elementor-button-align-end .e-form__buttons__wrapper,
    .elementor-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-button-align-center .e-form__buttons__wrapper,
    .elementor-button-align-center .e-form__buttons__wrapper__button,
    .elementor-button-align-end .e-form__buttons__wrapper,
    .elementor-button-align-end .e-form__buttons__wrapper__button,
    .elementor-button-align-start .e-form__buttons__wrapper,
    .elementor-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }

    @media screen and (max-width: 1024px) {
        .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            flex-basis: 100%
        }
        .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
            flex-basis: 50%;
            flex-grow: 1
        }
        .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
            flex-basis: 100%
        }
        .elementor-tablet-button-align-center .e-form__buttons,
        .elementor-tablet-button-align-center .elementor-field-type-submit {
            justify-content: center
        }
        .elementor-tablet-button-align-start .e-form__buttons,
        .elementor-tablet-button-align-start .elementor-field-type-submit {
            justify-content: flex-start
        }
        .elementor-tablet-button-align-end .e-form__buttons,
        .elementor-tablet-button-align-end .elementor-field-type-submit {
            justify-content: flex-end
        }
        .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
        .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
        .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            flex-basis: auto
        }
        .elementor-tablet-button-align-center .e-form__buttons__wrapper,
        .elementor-tablet-button-align-end .e-form__buttons__wrapper,
        .elementor-tablet-button-align-start .e-form__buttons__wrapper {
            flex-grow: 0
        }
        .elementor-tablet-button-align-center .e-form__buttons__wrapper,
        .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
        .elementor-tablet-button-align-end .e-form__buttons__wrapper,
        .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
        .elementor-tablet-button-align-start .e-form__buttons__wrapper,
        .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
            flex-basis: auto
        }
    }

    @media screen and (max-width: 767px) {
        .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            flex-basis: 100%
        }
        .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
            flex-basis: 50%;
            flex-grow: 1
        }
        .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
            flex-basis: 100%
        }
        .elementor-mobile-button-align-center .e-form__buttons,
        .elementor-mobile-button-align-center .elementor-field-type-submit {
            justify-content: center
        }
        .elementor-mobile-button-align-start .e-form__buttons,
        .elementor-mobile-button-align-start .elementor-field-type-submit {
            justify-content: flex-start
        }
        .elementor-mobile-button-align-end .e-form__buttons,
        .elementor-mobile-button-align-end .elementor-field-type-submit {
            justify-content: flex-end
        }
        .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
        .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
        .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            flex-basis: auto
        }
        .elementor-mobile-button-align-center .e-form__buttons__wrapper,
        .elementor-mobile-button-align-end .e-form__buttons__wrapper,
        .elementor-mobile-button-align-start .e-form__buttons__wrapper {
            flex-grow: 0
        }
        .elementor-mobile-button-align-center .e-form__buttons__wrapper,
        .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
        .elementor-mobile-button-align-end .e-form__buttons__wrapper,
        .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
        .elementor-mobile-button-align-start .e-form__buttons__wrapper,
        .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
            flex-basis: auto
        }
    }

    .elementor-error .elementor-field {
        border-color: #d9534f
    }

    .elementor-error .help-inline {
        color: #d9534f;
        font-size: .9em
    }

    .elementor-message {
        margin: 10px 0;
        font-size: 1em;
        line-height: 1
    }

    .elementor-message:before {
        content: "\e90e";
        display: inline-block;
        font-family: eicons;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        margin-right: 5px
    }

    .elementor-message.elementor-message-danger {
        color: #d9534f
    }

    .elementor-message.elementor-message-danger:before {
        content: "\e87f"
    }

    .elementor-message.form-message-success {
        color: #5cb85c
    }

    .elementor-form .elementor-button {
        padding-top: 0;
        padding-bottom: 0;
        border: none
    }

    .elementor-form .elementor-button>span {
        display: flex;
        justify-content: center
    }

    .elementor-form .elementor-button.elementor-size-xs {
        min-height: 33px
    }

    .elementor-form .elementor-button.elementor-size-sm {
        min-height: 40px
    }

    .elementor-form .elementor-button.elementor-size-md {
        min-height: 47px
    }

    .elementor-form .elementor-button.elementor-size-lg {
        min-height: 59px
    }

    .elementor-form .elementor-button.elementor-size-xl {
        min-height: 72px
    }

    .elementor-element .elementor-widget-container {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
    }

    .elementor-button {
        display: inline-block;
        line-height: 1;
        background-color: #69727d;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s
    }

    .elementor-button:focus,
    .elementor-button:hover,
    .elementor-button:visited {
        color: #fff
    }

    .elementor-button-content-wrapper {
        display: flex;
        justify-content: center
    }

    .elementor-button-icon {
        flex-grow: 0;
        order: 5
    }

    .elementor-button-icon svg {
        width: 1em;
        height: auto
    }

    .elementor-button-icon .e-font-icon-svg {
        height: 1em
    }

    .elementor-button-text {
        flex-grow: 1;
        order: 10;
        display: inline-block
    }

    .elementor-button.elementor-size-xs {
        font-size: 13px;
        padding: 10px 20px;
        border-radius: 2px
    }

    .elementor-button.elementor-size-md {
        font-size: 16px;
        padding: 15px 30px;
        border-radius: 4px
    }

    .elementor-button.elementor-size-lg {
        font-size: 18px;
        padding: 20px 40px;
        border-radius: 5px
    }

    .elementor-button.elementor-size-xl {
        font-size: 20px;
        padding: 25px 50px;
        border-radius: 6px
    }

    .elementor-button .elementor-align-icon-right {
        margin-left: 5px;
        order: 15
    }

    .elementor-button .elementor-align-icon-left {
        margin-right: 5px;
        order: 5
    }

    .elementor-button span {
        text-decoration: inherit
    }

    .elementor-element.elementor-button-info .elementor-button {
        background-color: #5bc0de
    }

    .elementor-element.elementor-button-success .elementor-button {
        background-color: #5cb85c
    }

    .elementor-element.elementor-button-warning .elementor-button {
        background-color: #f0ad4e
    }

    .elementor-element.elementor-button-danger .elementor-button {
        background-color: #d9534f
    }

    .elementor-widget-button .elementor-button .elementor-button-info {
        background-color: #5bc0de
    }

    .elementor-widget-button .elementor-button .elementor-button-success {
        background-color: #5cb85c
    }

    .elementor-widget-button .elementor-button .elementor-button-warning {
        background-color: #f0ad4e
    }

    .elementor-widget-button .elementor-button .elementor-button-danger {
        background-color: #d9534f
    }

    .elementor-tab-title a {
        color: inherit
    }

    .elementor-view-stacked .elementor-icon {
        padding: .5em;
        background-color: #69727d;
        color: #fff;
        fill: #fff
    }

    .elementor-view-framed .elementor-icon {
        padding: .5em;
        color: #69727d;
        border: 3px solid #69727d;
        background-color: transparent
    }

    .elementor-icon {
        display: inline-block;
        line-height: 1;
        transition: all .3s;
        color: #69727d;
        font-size: 50px;
        text-align: center
    }

    .elementor-icon:hover {
        color: #69727d
    }

    .elementor-icon i,
    .elementor-icon svg {
        width: 1em;
        height: 1em;
        position: relative;
        display: block
    }

    .elementor-icon i:before,
    .elementor-icon svg:before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .elementor-icon i.fad {
        width: auto
    }

    .elementor-shape-circle .elementor-icon {
        border-radius: 50%
    }

    .e-transform .elementor-widget-container {
        transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
        transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
    }

    .e-con.e-transform {
        transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
        transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
    }

    .elementor-element,
    .elementor-lightbox {
        --swiper-theme-color: #000;
        --swiper-navigation-size: 44px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 6px
    }

    .elementor-element .swiper-container .swiper-slide figure,
    .elementor-element .swiper .swiper-slide figure,
    .elementor-lightbox .swiper-container .swiper-slide figure,
    .elementor-lightbox .swiper .swiper-slide figure {
        line-height: 0
    }

    .elementor-element .swiper-container .elementor-lightbox-content-source,
    .elementor-element .swiper .elementor-lightbox-content-source,
    .elementor-lightbox .swiper-container .elementor-lightbox-content-source,
    .elementor-lightbox .swiper .elementor-lightbox-content-source {
        display: none
    }

    .elementor-element .swiper-container .elementor-swiper-button,
    .elementor-element .swiper-container~.elementor-swiper-button,
    .elementor-element .swiper .elementor-swiper-button,
    .elementor-element .swiper~.elementor-swiper-button,
    .elementor-lightbox .swiper-container .elementor-swiper-button,
    .elementor-lightbox .swiper-container~.elementor-swiper-button,
    .elementor-lightbox .swiper .elementor-swiper-button,
    .elementor-lightbox .swiper~.elementor-swiper-button {
        position: absolute;
        display: inline-flex;
        z-index: 1;
        cursor: pointer;
        font-size: 25px;
        color: hsla(0, 0%, 93.3%, .9);
        top: 50%;
        transform: translateY(-50%)
    }

    .elementor-element .swiper-container .elementor-swiper-button svg,
    .elementor-element .swiper-container~.elementor-swiper-button svg,
    .elementor-element .swiper .elementor-swiper-button svg,
    .elementor-element .swiper~.elementor-swiper-button svg,
    .elementor-lightbox .swiper-container .elementor-swiper-button svg,
    .elementor-lightbox .swiper-container~.elementor-swiper-button svg,
    .elementor-lightbox .swiper .elementor-swiper-button svg,
    .elementor-lightbox .swiper~.elementor-swiper-button svg {
        fill: hsla(0, 0%, 93.3%, .9);
        height: 1em;
        width: 1em
    }

    .elementor-element .swiper-container .elementor-swiper-button-prev,
    .elementor-element .swiper-container~.elementor-swiper-button-prev,
    .elementor-element .swiper .elementor-swiper-button-prev,
    .elementor-element .swiper~.elementor-swiper-button-prev,
    .elementor-lightbox .swiper-container .elementor-swiper-button-prev,
    .elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
    .elementor-lightbox .swiper .elementor-swiper-button-prev,
    .elementor-lightbox .swiper~.elementor-swiper-button-prev {
        left: 10px
    }

    .elementor-element .swiper-container .elementor-swiper-button-next,
    .elementor-element .swiper-container~.elementor-swiper-button-next,
    .elementor-element .swiper .elementor-swiper-button-next,
    .elementor-element .swiper~.elementor-swiper-button-next,
    .elementor-lightbox .swiper-container .elementor-swiper-button-next,
    .elementor-lightbox .swiper-container~.elementor-swiper-button-next,
    .elementor-lightbox .swiper .elementor-swiper-button-next,
    .elementor-lightbox .swiper~.elementor-swiper-button-next {
        right: 10px
    }

    .elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
    .elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
    .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
    .elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
    .elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
    .elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
    .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
    .elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
        opacity: .3
    }

    .elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
    .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
    .elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
    .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
        width: 100%
    }

    .elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
    .elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-element .swiper-container .swiper-pagination-custom,
    .elementor-element .swiper-container .swiper-pagination-fraction,
    .elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-element .swiper-container~.swiper-pagination-custom,
    .elementor-element .swiper-container~.swiper-pagination-fraction,
    .elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-element .swiper .swiper-pagination-custom,
    .elementor-element .swiper .swiper-pagination-fraction,
    .elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-element .swiper~.swiper-pagination-custom,
    .elementor-element .swiper~.swiper-pagination-fraction,
    .elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
    .elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-lightbox .swiper-container .swiper-pagination-custom,
    .elementor-lightbox .swiper-container .swiper-pagination-fraction,
    .elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-lightbox .swiper-container~.swiper-pagination-custom,
    .elementor-lightbox .swiper-container~.swiper-pagination-fraction,
    .elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-lightbox .swiper .swiper-pagination-custom,
    .elementor-lightbox .swiper .swiper-pagination-fraction,
    .elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
    .elementor-lightbox .swiper~.swiper-pagination-custom,
    .elementor-lightbox .swiper~.swiper-pagination-fraction {
        bottom: 5px
    }

    .elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
    .elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
    .elementor-element .swiper.swiper-cube .elementor-swiper-button,
    .elementor-element .swiper.swiper-cube~.elementor-swiper-button,
    .elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
    .elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
    .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
    .elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
        transform: translate3d(0, -50%, 1px)
    }

    .elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
    .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
        bottom: 5px;
        left: 0;
        width: 100%
    }

    .elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
    .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
    }

    .elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
    .elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0
    }

    .elementor-element.elementor-pagination-position-outside .swiper,
    .elementor-element.elementor-pagination-position-outside .swiper-container,
    .elementor-lightbox.elementor-pagination-position-outside .swiper,
    .elementor-lightbox.elementor-pagination-position-outside .swiper-container {
        padding-bottom: 30px
    }

    .elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
    .elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
    .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
    .elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
    .elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
    .elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
    .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
    .elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
        top: calc(50% - 30px / 2)
    }

    .elementor-element .elementor-swiper,
    .elementor-lightbox .elementor-swiper {
        position: relative
    }

    .elementor-element .elementor-main-swiper,
    .elementor-lightbox .elementor-main-swiper {
        position: static
    }

    .elementor-element.elementor-arrows-position-outside .swiper,
    .elementor-element.elementor-arrows-position-outside .swiper-container,
    .elementor-lightbox.elementor-arrows-position-outside .swiper,
    .elementor-lightbox.elementor-arrows-position-outside .swiper-container {
        width: calc(100% - 60px)
    }

    .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
    .elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
    .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
    .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
    .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
    .elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
    .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
    .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
        left: 0
    }

    .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
    .elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
    .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
    .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
    .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
    .elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
    .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
    .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
        right: 0
    }

    .elementor-lightbox {
        --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
        --lightbox-ui-color-hover: #fff;
        --lightbox-text-color: var(--lightbox-ui-color);
        --lightbox-header-icons-size: 20px;
        --lightbox-navigation-icons-size: 25px
    }

    .elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
    .elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
        text-align: center
    }

    .elementor-lightbox .dialog-header {
        display: none
    }

    .elementor-lightbox .dialog-widget-content {
        background: none;
        box-shadow: none;
        width: 100%;
        height: 100%
    }

    .elementor-lightbox .dialog-message {
        animation-duration: .3s;
        height: 100%
    }

    .elementor-lightbox .dialog-message.dialog-lightbox-message {
        padding: 0
    }

    .elementor-lightbox .dialog-lightbox-close-button {
        cursor: pointer;
        position: absolute;
        font-size: var(--lightbox-header-icons-size);
        right: .75em;
        margin-top: 13px;
        padding: .25em;
        z-index: 2;
        line-height: 1;
        display: flex
    }

    .elementor-lightbox .dialog-lightbox-close-button svg {
        height: 1em;
        width: 1em
    }

    .elementor-lightbox .dialog-lightbox-close-button,
    .elementor-lightbox .elementor-swiper-button {
        color: var(--lightbox-ui-color);
        transition: all .3s;
        opacity: 1
    }

    .elementor-lightbox .dialog-lightbox-close-button svg,
    .elementor-lightbox .elementor-swiper-button svg {
        fill: var(--lightbox-ui-color)
    }

    .elementor-lightbox .dialog-lightbox-close-button:hover,
    .elementor-lightbox .elementor-swiper-button:hover {
        color: var(--lightbox-ui-color-hover)
    }

    .elementor-lightbox .dialog-lightbox-close-button:hover svg,
    .elementor-lightbox .elementor-swiper-button:hover svg {
        fill: var(--lightbox-ui-color-hover)
    }

    .elementor-lightbox .swiper,
    .elementor-lightbox .swiper-container {
        height: 100%
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        box-sizing: border-box;
        height: 100%;
        margin: auto
    }

    @media (max-width: 767px) {
        .elementor-lightbox .elementor-lightbox-item {
            padding: 70px 0
        }
    }

    .elementor-lightbox .elementor-lightbox-image {
        max-height: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .elementor-lightbox .elementor-lightbox-image,
    .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        filter: none;
        border: none
    }

    .elementor-lightbox .elementor-lightbox-image {
        box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
        border-radius: 2px
    }

    .elementor-lightbox .elementor-video-container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait,
    .elementor-lightbox .elementor-video-container .elementor-video-square {
        width: 100%;
        height: 100%;
        margin: auto
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square iframe {
        border: 0;
        background-color: #000
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video,
    .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square video {
        aspect-ratio: var(--video-aspect-ratio, 1.77777)
    }

    @supports not (aspect-ratio: 1/1) {
        .elementor-lightbox .elementor-video-container .elementor-video-landscape,
        .elementor-lightbox .elementor-video-container .elementor-video-portrait,
        .elementor-lightbox .elementor-video-container .elementor-video-square {
            position: relative;
            overflow: hidden;
            height: 0;
            padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
        }
        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
        .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
        .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
        .elementor-lightbox .elementor-video-container .elementor-video-portrait video,
        .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
        .elementor-lightbox .elementor-video-container .elementor-video-square video {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0
        }
    }

    .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square video {
        width: min(90vh, 90vw);
        height: min(90vh, 90vw)
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
        width: 100%;
        max-height: 90vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video {
        height: 100%;
        max-width: 90vw
    }

    @media (min-width: 1025px) {
        .elementor-lightbox .elementor-video-container .elementor-video-landscape {
            width: 85vw;
            max-height: 85vh
        }
        .elementor-lightbox .elementor-video-container .elementor-video-portrait {
            height: 85vh;
            max-width: 85vw
        }
    }

    @media (max-width: 1024px) {
        .elementor-lightbox .elementor-video-container .elementor-video-landscape {
            width: 95vw;
            max-height: 95vh
        }
        .elementor-lightbox .elementor-video-container .elementor-video-portrait {
            height: 95vh;
            max-width: 95vw
        }
    }

    .elementor-lightbox .swiper-container .elementor-swiper-button-prev,
    .elementor-lightbox .swiper .elementor-swiper-button-prev {
        left: 0
    }

    .elementor-lightbox .swiper-container .elementor-swiper-button-next,
    .elementor-lightbox .swiper .elementor-swiper-button-next {
        right: 0
    }

    .elementor-lightbox .swiper-container .swiper-pagination-fraction,
    .elementor-lightbox .swiper .swiper-pagination-fraction {
        width: -moz-max-content;
        width: max-content;
        color: #fff
    }

    .elementor-lightbox .elementor-swiper-button:focus {
        outline-width: 1px
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        height: 100%;
        display: flex;
        align-items: center;
        width: 15%;
        justify-content: center;
        font-size: var(--lightbox-navigation-icons-size)
    }

    @media (max-width: 767px) {
        .elementor-lightbox .elementor-swiper-button:focus {
            outline: none
        }
        .elementor-lightbox .elementor-swiper-button-next,
        .elementor-lightbox .elementor-swiper-button-prev {
            width: 20%
        }
        .elementor-lightbox .elementor-swiper-button-next i,
        .elementor-lightbox .elementor-swiper-button-prev i {
            padding: 10px;
            background-color: rgba(0, 0, 0, .5)
        }
        .elementor-lightbox .elementor-swiper-button-prev {
            left: 0;
            justify-content: flex-start
        }
        .elementor-lightbox .elementor-swiper-button-next {
            right: 0;
            justify-content: flex-end
        }
    }

    .elementor-slideshow__counter {
        color: currentColor;
        font-size: .75em;
        width: -moz-max-content;
        width: max-content
    }

    .elementor-slideshow__footer,
    .elementor-slideshow__header {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 15px 20px;
        transition: .3s
    }

    .elementor-slideshow__footer {
        color: var(--lightbox-text-color)
    }

    .elementor-slideshow__header {
        color: var(--lightbox-ui-color);
        display: flex;
        flex-direction: row-reverse;
        font-size: var(--lightbox-header-icons-size);
        padding-left: 1em;
        padding-right: 2.6em;
        top: 0;
        align-items: center;
        z-index: 10
    }

    .elementor-slideshow__header>i,
    .elementor-slideshow__header>svg {
        cursor: pointer;
        padding: .25em;
        margin: 0 .35em
    }

    .elementor-slideshow__header>i {
        font-size: inherit
    }

    .elementor-slideshow__header>i:hover {
        color: var(--lightbox-ui-color-hover)
    }

    .elementor-slideshow__header>svg {
        box-sizing: content-box;
        fill: var(--lightbox-ui-color);
        height: 1em;
        width: 1em
    }

    .elementor-slideshow__header>svg:hover {
        fill: var(--lightbox-ui-color-hover)
    }

    .elementor-slideshow__header .elementor-slideshow__counter {
        margin-right: auto
    }

    .elementor-slideshow__header .elementor-icon-share {
        z-index: 5
    }

    .elementor-slideshow__share-menu {
        background-color: transparent;
        width: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        transition: background-color .4s
    }

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #0c0d0e
    }

    .elementor-slideshow__share-links {
        display: block;
        position: absolute;
        min-width: 200px;
        right: 2.8em;
        top: 3em;
        background-color: #fff;
        border-radius: 3px;
        padding: 14px 20px;
        transform: scale(0);
        opacity: 0;
        transform-origin: 90% 10%;
        transition: all .25s .1s;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
    }

    .elementor-slideshow__share-links a {
        text-align: left;
        color: #3f444b;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        transition: opacity .5s .1s
    }

    .elementor-slideshow__share-links a:hover {
        color: #000
    }

    .elementor-slideshow__share-links a i,
    .elementor-slideshow__share-links a svg {
        margin-right: .75em
    }

    .elementor-slideshow__share-links a i {
        font-size: 1.25em
    }

    .elementor-slideshow__share-links a svg {
        height: 1.25em;
        width: 1.25em
    }

    .elementor-slideshow__share-links:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        right: .5em;
        border: .45em solid transparent;
        border-bottom-color: #fff;
        transform: translateY(-100%) scaleX(.7)
    }

    .elementor-slideshow__footer {
        bottom: 0;
        z-index: 5;
        position: fixed
    }

    .elementor-slideshow__description,
    .elementor-slideshow__title {
        margin: 0
    }

    .elementor-slideshow__title {
        font-size: 16px;
        font-weight: 700
    }

    .elementor-slideshow__description {
        font-size: 14px
    }

    .elementor-slideshow--ui-hidden .elementor-slideshow__footer,
    .elementor-slideshow--ui-hidden .elementor-slideshow__header {
        opacity: 0;
        pointer-events: none
    }

    .elementor-slideshow--ui-hidden .elementor-swiper-button-next,
    .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
        opacity: 0
    }

    .elementor-slideshow--fullscreen-mode .elementor-video-container {
        width: 100%
    }

    .elementor-slideshow--zoom-mode .elementor-slideshow__footer,
    .elementor-slideshow--zoom-mode .elementor-slideshow__header {
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-slideshow--zoom-mode .elementor-swiper-button-next,
    .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
        opacity: 0;
        pointer-events: none
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-menu {
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        opacity: 1;
        cursor: default;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links {
        transform: scale(1)
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links,
    .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
        opacity: 1
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
        color: #1da1f2
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
        color: #3b5998
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
        color: #bd081c
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
        color: #9da5ae
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
        fill: #1da1f2
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
        fill: #3b5998
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
        fill: #bd081c
    }

    .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
        fill: #9da5ae
    }

    .elementor-slideshow--share-mode .eicon-share-arrow {
        z-index: 2
    }

    .animated {
        animation-duration: 1.25s
    }

    .animated.animated-slow {
        animation-duration: 2s
    }

    .animated.animated-fast {
        animation-duration: .75s
    }

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.reverse {
        animation-direction: reverse;
        animation-fill-mode: forwards
    }

    @media (prefers-reduced-motion:reduce) {
        .animated {
            animation: none
        }
    }

    .elementor-shape {
        overflow: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        line-height: 0;
        direction: ltr
    }

    .elementor-shape-top {
        top: -1px
    }

    .elementor-shape-top:not([data-negative=false]) svg {
        z-index: -1
    }

    .elementor-shape-bottom {
        bottom: -1px
    }

    .elementor-shape-bottom:not([data-negative=true]) svg {
        z-index: -1
    }

    .elementor-shape[data-negative=false].elementor-shape-bottom,
    .elementor-shape[data-negative=true].elementor-shape-top {
        transform: rotate(180deg)
    }

    .elementor-shape svg {
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .elementor-shape .elementor-shape-fill {
        fill: #fff;
        transform-origin: center;
        transform: rotateY(0deg)
    }

    .elementor-element {
        --widgets-spacing: 20px 20px;
    }

    .elementor-element,
    .elementor-lightbox {
        --swiper-theme-color: #000;
        --swiper-navigation-size: 44px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }

    .elementor-section {
        position: relative;
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        flex-basis: var(--flex-basis);
        flex-grow: var(--flex-grow);
        flex-shrink: var(--flex-shrink);
        order: var(--order);
        align-self: var(--align-self);
    }

    .elementor-section .elementor-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        /* background: #2f2f31; */
    }

    @media (min-width: 768px) {
        .elementor-column.elementor-col-100,
        .elementor-column[data-col="100"] {
            width: 100%;
        }
    }

    .elementor-element {
        --widgets-spacing: 20px 20px;
    }

    .elementor-element,
    .elementor-lightbox {
        --swiper-theme-color: #000;
        --swiper-navigation-size: 44px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }

    .elementor-column {
        position: relative;
        min-height: 1px;
        display: flex;
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        flex-basis: var(--flex-basis);
        flex-grow: var(--flex-grow);
        flex-shrink: var(--flex-shrink);
        order: var(--order);
        align-self: var(--align-self);
    }

    .elementor-widget-wrap {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .elementor-widget-wrap>.elementor-element {
        width: 100%;
    }

    .elementor-element {
        --widgets-spacing: 20px 20px;
    }

    .elementor-element,
    .elementor-lightbox {
        --swiper-theme-color: #000;
        --swiper-navigation-size: 44px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }

    .elementor-widget {
        position: relative;
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        flex-basis: var(--flex-basis);
        flex-grow: var(--flex-grow);
        flex-shrink: var(--flex-shrink);
        order: var(--order);
        align-self: var(--align-self);
        /* background: #2f2f31; */
    }

    .elementor-element .elementor-widget-container {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    }

    .cta-two {
        padding: 0;
        position: relative;
    }

    .cta-two__bg {
        position: relative;
        padding: 89px 77px 91px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 14px 14px 0 0;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .cta-two__title {
        color: var(--eduact-white);
        font-size: 33px;
        margin: 0;
    }

    .cta-two__mail {
        position: relative;
    }

    .animated {
        animation-duration: 1.25s;
    }

    .cta-two__mail {
        position: relative;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .cta-two__email-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }
    /*--------------------------------------------------------------
  # Call To Action
  --------------------------------------------------------------*/

    .cta-one {
        padding: 0;
        position: relative;
        background-color: var(--eduact-white);
    }

    .cta-one__bg {
        display: inline-block;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 1628px;
        border-radius: 23px;
        margin: auto;
    }

    .cta-one__left {
        position: relative;
        z-index: 3;
        padding: 96px 0;
    }

    @media (max-width: 767px) {
        .cta-one__left {
            padding: 80px 0 30px;
        }
    }

    .cta-one__left img {
        margin-left: 102px;
    }

    @media (max-width: 767px) {
        .cta-one__left img {
            margin-left: 72px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__left img {
            margin-left: 42px;
        }
    }

    .cta-one__left__title {
        color: var(--eduact-white);
        letter-spacing: -0.96px;
        font-size: 48px;
        line-height: 50px;
        margin: -14px 0 32px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__left__title {
            font-size: 39px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__left__title {
            font-size: 40px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__left__title {
            font-size: 44px;
        }
    }

    .cta-one__svgshape {
        position: relative;
        overflow: hidden;
        margin: 35px 0 0 -65px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__svgshape {
            margin-left: -45px;
        }
    }

    @media (max-width: 991px) {
        .cta-one__svgshape {
            margin-left: -5px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__svgshape {
            margin: 0;
        }
    }

    .cta-one__svgshape svg {
        width: 284px;
        height: 403px;
    }

    .cta-one__svgshape svg path {
        stroke-dasharray: 1200;
        stroke-dashoffset: 1200;
        animation: dash 2.5s ease-in-out forwards;
        opacity: 0.36;
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 1200;
            stroke-width: 1;
        }
        100% {
            stroke-dashoffset: 0;
            stroke-width: 1;
        }
    }

    .cta-one__thumb__area {
        position: relative;
        z-index: 3;
        margin: -24px 0 0;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__thumb__area {
            text-align: right;
            margin-right: -50px;
        }
    }

    @media (max-width: 991px) {
        .cta-one__thumb__area {
            margin-bottom: 80px;
        }
    }

    @media (max-width: 767px) {
        .cta-one__thumb__area {
            margin: 0 0 70px;
        }
    }

    .cta-one__thumb__area__dark {
        position: absolute;
        left: -35px;
        top: 32px;
        width: 139px;
        height: 139px;
        background-color: rgba(var(--eduact-black-rgb), 0.46);
        border-radius: 50%;
        animation: blinker 1.5s ease-in-out infinite;
        -webkit-animation: blinker 1.5s ease-in-out infinite;
        -moz-animation: blinker 1.5s ease-in-out infinite;
        z-index: -1;
    }

    .cta-one__thumb__area__shape {
        width: 166px;
        height: 146px;
        position: absolute;
        right: 58px;
        bottom: -29px;
        -webkit-animation-name: float-bob-y-2;
        animation-name: float-bob-y-2;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .cta-one__thumb__area svg {
        width: 611px;
        height: 556px;
        position: absolute;
        right: 6px;
        top: -39px;
        z-index: -1;
        -webkit-animation: movebounce3 2s linear infinite;
        animation: movebounce3 2s linear infinite;
    }

    @media (max-width: 767px) {
        .cta-one__thumb__area svg {
            display: none;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-one__thumb__area svg {
            width: 400px;
            height: auto;
            right: -12px;
            top: -20px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .cta-one__thumb__area svg {
            right: -50px;
        }
    }

    .cta-one__thumb {
        position: relative;
    }

    .cta-one__thumb img {
        max-width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .cta-one-space {
        height: 120px;
        width: 100%;
        background-color: var(--eduact-white);
    }

    @media (max-width: 767px) {
        .cta-one-space {
            height: 80px;
        }
    }

    .cta-two {
        padding: 0;
        position: relative;
    }

    .cta-two__bg {
        position: relative;
        padding: 89px 77px 91px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 14px 14px 0 0;
    }

    @media (max-width: 1399px) {
        .cta-two__bg {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (max-width: 1199px) {
        .cta-two__bg {
            padding: 60px 40px;
        }
    }

    @media (max-width: 991px) {
        .cta-two__bg {
            padding: 50px 40px;
        }
    }

    @media (max-width: 767px) {
        .cta-two__bg {
            padding: 50px 30px;
        }
    }

    .cta-two__title {
        color: var(--eduact-white);
        font-size: 33px;
        margin: 0;
    }

    @media (max-width: 767px) {
        .cta-two__title {
            font-size: 32px;
            margin-bottom: 15px;
        }
    }

    .cta-two__mail {
        position: relative;
    }

    .cta-two__email-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }

    @media (max-width: 991px) {
        .cta-two__email-box {
            justify-content: flex-start;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-box {
            display: block;
        }
    }

    .cta-two__email-box .eduact-btn {
        margin-left: 12px;
        height: 56px;
        padding: 0 50px;
        background-color: var(--eduact-secondary);
    }

    @media (max-width: 1399px) {
        .cta-two__email-box .eduact-btn {
            padding-left: 35px;
            padding-right: 35px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .cta-two__email-box .eduact-btn {
            margin: 10px 0 0;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-box .eduact-btn {
            margin: 10px 0 0;
        }
    }

    .cta-two__email-box .eduact-btn__curve {
        opacity: 0;
    }

    .cta-two__email-box .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }

    .cta-two__email-input-box {
        position: relative;
    }

    .cta-two__email-input-box input[type=email] {
        width: 352px;
        height: 56px;
        border: none;
        border-radius: 6px;
        outline: none;
        background-color: var(--eduact-white);
        font-size: 16px;
        font-family: var(--eduact-font);
        color: var(--eduact-text);
        padding: 0 24px;
        font-weight: 500;
    }

    @media (max-width: 1399px) {
        .cta-two__email-input-box input[type=email] {
            width: 320px;
        }
    }

    @media (max-width: 767px) {
        .cta-two__email-input-box input[type=email] {
            width: 100%;
        }
    }

    .cta-three {
        position: relative;
        background-color: var(--eduact-black);
        padding: 100px 0 90px;
    }

    .cta-three__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
    }

    .cta-three__bg::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: rgba(54, 48, 93, 0.7);
        width: 100%;
        height: 100%;
    }

    .cta-three .container {
        position: relative;
    }

    .cta-three__thumb {
        position: relative;
        margin: 0 0 -6px;
    }

    .cta-three__thumb img {
        max-width: 100%;
        height: auto;
    }

    .cta-three__title {
        color: var(--eduact-white);
        font-size: 73px;
        line-height: 87px;
        letter-spacing: -1.452px;
        margin: 0;
    }

    @media (max-width: 1199px) {
        .cta-three__title {
            font-size: 62px;
            line-height: 75px;
        }
    }

    @media (max-width: 991px) {
        .cta-three__title {
            font-size: 45px;
            line-height: 55px;
            letter-spacing: 0;
        }
    }

    .cta-three__title span:first-child {
        font-weight: 400;
    }

    .cta-three__title span:last-child {
        color: var(--eduact-secondary);
    }

    .cta-three__btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background-color: rgba(var(--eduact-white-rgb), 0.06);
    }

    @media (min-width: 1400px) {
        .cta-three__btn {
            right: -52px;
        }
    }

    @media (max-width: 767px) {
        .cta-three__btn {
            position: relative;
        }
    }

    @media (max-width: 400px) {
        .cta-three__btn {
            width: 300px;
            height: 300px;
        }
    }

    .cta-three__btn .eduact-btn {
        background-color: var(--eduact-secondary);
        padding: 17px 59px 18px;
    }

    .cta-three__btn .eduact-btn__curve {
        opacity: 0;
    }

    .cta-three__btn .eduact-btn:hover .eduact-btn__curve {
        opacity: 0.2;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .eduact-btn__curve {
        position: absolute;
        right: -15px;
        top: 0;
        width: 33px;
        height: 100%;
        background: var(--eduact-soft2);
        opacity: 0.2;
        z-index: 0;
        -webkit-transform: skewX(-22deg);
        transform: skewX(-22deg);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .eduact-btn.eduact-btn-second {
        line-height: 27px;
    }

    .eduact-btn.eduact-btn-second {
        line-height: 27px;
    }

    .eduact-btn-second {
        background-color: var(--eduact-secondary);
    }

    .eduact-btn {
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--eduact-base);
        color: var(--eduact-white);
        font-size: 18px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: capitalize;
        padding: 16px 32px 15px;
        overflow: hidden;
        z-index: 2;
        position: relative;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    body.gray-bg {
        background: #f7f8fa;
    }

    .extras {
        margin-left: 15px;
    }

    *::-webkit-scrollbar {
        width: 6px;
       height: 6px; /* This adds styling for horizontal scrollbar */
    }

    *::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 8px;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #09BD80;
    }

    *::-webkit-scrollbar-thumb:hover {
        background: #2C80FA;
        box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.5), 0 -2px 8px -2px rgba(255, 255, 255, 0.3);
        /* Enhanced 3D shadow effect */
    }
