@charset "UTF-8";

/* 1. Theme default css */
@import url("../../../css2");

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 5px;
}

html::-moz-scrollbar,
body::-moz-scrollbar {
    width: 5px;
}

html::-ms-scrollbar,
body::-ms-scrollbar {
    width: 5px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #c1c1c1;
}

html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
    background: #c1c1c1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #C62828;
    outline: none;
}

html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
    background-color: #C62828;
    outline: none;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
    background: #212529;
}

html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
    background: #212529;
}

.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

body {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 0.7);
    /* overflow-y: scroll !IMPORTANT; */
}

.main-page-wrapper {
    overflow-x: hidden;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover {
        color: inherit;
        text-decoration: none;
    }

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    color: #212529;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
    letter-spacing: -1.44px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.list-none {
    margin: 0px;
    padding: 0px;
}

p {
    /* font-size: 18px; */
    /* font-weight: 400; */
    /* line-height: 25px; */
    font-family: "Work Sans", sans-serif;
    color: #000;
    /* margin-bottom: 15px; */
}

hr {
    border-bottom: 1px solid rgab(#ffffff, 0.1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.arrow a:before {
    display: none;
}

.clear {
    clear: both;
}

.overlay-bg {
    position: relative;
    z-index: 2;
}

    .overlay-bg::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-video {
    color: #ffffff;
    border-radius: 50%;
    background: #FFE149;
    border-radius: 50%;
    font-size: 20px;
    line-height: 90px;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    animation: pulseBig infinite 5s linear;
}

    .popup-video:hover {
        color: #ffffff;
        background: #C62828;
    }

.custom-container-1600 {
    padding-left: 145px;
    padding-right: 145px;
}

@media only screen and (max-width: 1800px) {
    .custom-container-1600 {
        padding-left: 0;
        padding-right: 0;
    }
}

.ctn-preloader {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .ctn-preloader .icon {
        animation: rotated 8s infinite linear;
    }

    .ctn-preloader .txt-loading {
        user-select: none;
        margin-top: 30px;
    }

        .ctn-preloader .txt-loading .letters-loading {
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            letter-spacing: 8px;
            display: inline-block;
            color: rgba(33, 37, 41, 0.12);
            position: relative;
            font-size: 50px;
            line-height: 30px;
        }

            .ctn-preloader .txt-loading .letters-loading::before {
                animation: letters-loading 4s infinite;
                color: #212529;
                content: attr(data-text-preloader);
                left: 0;
                opacity: 0;
                top: 0;
                line-height: 30px;
                position: absolute;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
                animation-delay: 0.2s;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
                animation-delay: 0.4s;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
                animation-delay: 0.6s;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
                animation-delay: 0.8s;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
                animation-delay: 1s;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
                animation-delay: 1.2s;
            }

            .ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
                animation-delay: 1.4s;
            }

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

#scrollToTopBtn {
    font-size: 18px;
    display: inline-block;
    background: #C62828;
    position: fixed;
    width: 35px;
    height: 35px;
    right: 7px;
    bottom: 7px;
    border-radius: 6px;
    line-height: 35px;
    text-align: center;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #scrollToTopBtn i {
        color: #181818;
    }

    #scrollToTopBtn:hover {
        cursor: pointer;
        background-color: #333;
    }

        #scrollToTopBtn:hover i {
            color: #fff;
        }

    #scrollToTopBtn.show {
        opacity: 1;
        visibility: visible;
    }

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
    position: relative;
    z-index: 1;
}

    .overlay-soft::after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    [data-overlay]::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
    }

/*-- Overlay Color --*/
[data-overlay=light]::before {
    background-color: #ffffff;
}

[data-overlay=dark]::before {
    background-color: #C62828;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.main-header-area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 999;
}

.offset-sidebar {
    display: block;
    margin-top: 30px;
}

.theme-main-menu .bs-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    font-family: "Work Sans", sans-serif;
    line-height: 1;
    background: #233793;
    display: inline-block;
    padding: 14px 13px 14px;
    letter-spacing: 0.5px;
}

    .theme-main-menu .bs-btn:hover {
        background: #f5c801;
    }

.theme-main-menu .ht-promo,
.theme-main-menu .ht-phone,
.theme-main-menu .ht-email {
    color: #000000;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.theme-main-menu .ht-promo {
    font-family: "Poppins", sans-serif;
}

    .theme-main-menu .ht-promo span {
        color: rgba(0, 0, 0, 0.6);
    }

.theme-main-menu .hamburger-menu {
    width: 60px;
    height: 60px;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .theme-main-menu .hamburger-menu .bar-wrap {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        gap: 5px;
    }

        .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
            width: 20px;
            height: 2px;
            background: #212529;
            border-radius: 50px;
        }

        .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
            width: 16px;
            height: 2px;
            background: #212529;
            border-radius: 50px;
        }

        .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
            width: 20px;
            height: 2px;
            background: #212529;
            border-radius: 50px;
        }

    .theme-main-menu .hamburger-menu:hover {
        background: #C62828;
        color: #ffffff;
    }

@media only screen and (max-width: 767.98px) {
    .theme-main-menu .hamburger-menu {
        width: 50px;
        height: 50px;
    }


    ul.sub-menu {
        padding: 0px !important;
        margin: 0px !important;
    }




    .theme-menu-one .main-header-area.sticky-menu .logo-area img {
        width: 78px !important;
        height: auto !IMPORTANT;
    }


    .breadcrumb-wrapper {
        padding-top: 60px !important;
        padding-bottom: 9px !important;
    }

    .theme-menu-one .main-header-area .logo-area img {
        width: 79px !important;
        padding: 0px 0 !important;
    }

    .case-details img {
        width: 100% !IMPORTANT;
    }

    .theme-menu-one .main-header-area::before {
        border-radius: 0px !important;
        height: 116px !IMPORTANT;
    }

    .header-top {
        display: none;
    }


    .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
        width: 16px;
    }

    .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
        width: 12px;
    }

    .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
        width: 16px;
    }
}

.header-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ffffff;
    margin: 0 5px;
}

    .header-social a:hover {
        color: #ffffff;
        background: #1E3A8A;
        border-color: #1E3A8A;
    }

.header-social-links a {
    color: #212529;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}

    .header-social-links a:last-child {
        margin-right: 0;
        padding-right: 0;
    }

        .header-social-links a:last-child::after {
            display: none;
        }

    .header-social-links a::after {
        content: "";
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 10px;
        height: 1px;
        background: #212529;
        right: -27%;
        top: 0;
        transform: translateY(-5px);
    }

    .header-social-links a:hover {
        color: #C62828;
    }

.main-menu {
    position: relative;
    z-index: 11;
}

    .main-menu ul {
        padding: 0;
        margin: 0;
        justify-content: center;
        display: flex;
    }

        .main-menu ul li {
            list-style: none;
            position: relative;
            z-index: 1;
            display: inline-block;
            margin: 0 20px 0;
        }

            .main-menu ul li:nth-child(3) {
                padding-right: 0;
                /* margin-right: 130px; */
            }

            .main-menu ul li:nth-child(4) {
                padding-left: 0;
                /* margin-left: 100px; */
            }


@media only screen and (max-width: 1600px) {
    .main-menu ul li {
        /* margin: 0 0px 0 0; */
    }

        .main-menu ul li a {
            /* padding: 19px 11px !important; */
        }
}

.main-menu ul li:last-child {
    margin-right: 0;
}

    .main-menu ul li:last-child a {
        margin-right: 0;
    }

        .main-menu ul li:last-child a::before {
            display: none;
        }

.main-menu ul li.active {
    color: #212529;
}

    .main-menu ul li.active a {
        color: #212529;
    }

.main-menu ul li a {
    color: #212529;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 120px;
    display: inline-block;
    position: relative;
    padding: 6px 0px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

    .main-menu ul li a::before {
        content: "\f282";
        font-family: "bootstrap-icons";
        font-weight: 500;
        position: absolute;
        font-size: 15px;
        right: -20px;
        top: 6px;
        z-index: 1;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        /* margin-left: 350px; */
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li a::before {
        display: none;
    }
}

.main-menu ul li a::after {
    display: none;
}

.main-menu ul li a:hover {
    color: #C62828;
}

.main-menu ul li a i {
    font-size: 10px;
}

.main-menu ul li:hover > a {
    color: #c79f03 !IMPORTANT;
    /* border-bottom: solid #000 4px; */
}

.main-menu ul li ul.sub-menu {
    border: 0;
    position: absolute;
    z-index: 5;
    background: #f3c503;
    border-radius: 0;
    display: block;
    right: 0;
    left: 0;
    padding: 0;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    min-width: 240px;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .main-menu ul li ul.sub-menu.mega-menu {
        min-width: 600px;
    }

    .main-menu ul li ul.sub-menu li {
        display: block;
        position: relative;
        z-index: 1;
        margin-right: 0;
        margin-left: 0;
    }

        .main-menu ul li ul.sub-menu li ul.sub-menu {
            position: absolute;
            right: 0;
            left: 100%;
            top: 0;
            background: #7b6401;
        }

        .main-menu ul li ul.sub-menu li a {
            color: #000000;
            font-size: 16px;
            font-family: "Work Sans", sans-serif;
            font-weight: 500;
            padding: 9px 13px;
            display: block;
            transition: all 0.3s ease-in-out;
            width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            line-height: 26px;
            border-bottom: solid #ffd421 1px;
            text-transform: none;
            /* opacity: 99; */
            letter-spacing: normal;
        }

            .main-menu ul li ul.sub-menu li a::before {
                display: none;
            }

            .main-menu ul li ul.sub-menu li a .sub-menu-arrow {
                float: right;
            }

            .main-menu ul li ul.sub-menu li a.active {
                background-color: transparent;
            }

            .main-menu ul li ul.sub-menu li a:hover {
                background-color: #3a3f56;
                /* transform: translateX(5px); */
                text-decoration: none;
                color: #ffffff !IMPORTANT;
            }

.main-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

    .main-menu ul li:hover > .sub-menu ul li a {
        line-height: 24px !important;
        color: #fff;
    }

.sticky-menu {
    position: fixed;
    background: #ffffff;
    top: 0;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}

.search-area {
    margin-right: 15px;
}

    .search-area .search-input {
        border-color: #ffffff;
        background: #ffffff;
    }

        .search-area .search-input:hover {
            color: #212529;
            background: #C62828;
        }

@media only screen and (max-width: 767.98px) {
    .search-area .search-input {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.theme-menu-one {
    position: relative;
    z-index: 999;
}

    .theme-menu-one .ht-promo,
    .theme-menu-one .ht-email,
    .theme-menu-one .ht-phone {
        margin-right: 0;
        padding-right: 0;
    }

    .theme-menu-one .header-top {
        /* background: #E3F2FD; */
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 185px;
        padding-right: 185px;
        position: relative;
        z-index: 1010;
    }

        .theme-menu-one .header-top ul.topbar-content {
            padding: 0;
            margin: 0;
            list-style: none;
            gap: 69px;
        }

            .theme-menu-one .header-top ul.topbar-content li {
                position: relative;
                z-index: 1;
            }

                .theme-menu-one .header-top ul.topbar-content li:last-child::before {
                    display: none;
                }

                .theme-menu-one .header-top ul.topbar-content li::before {
                    content: "";
                    position: absolute;
                    top: 7px;
                    right: 0;
                    background: #212529;
                    width: 1px;
                    height: 20px;
                }

                .theme-menu-one .header-top ul.topbar-content li:first-child::before {
                    right: 14px;
                }

                .theme-menu-one .header-top ul.topbar-content li:nth-child(2)::before {
                    right: -25%;
                }

                .theme-menu-one .header-top ul.topbar-content li:nth-child(3)::before {
                    right: -27%;
                }

                .theme-menu-one .header-top ul.topbar-content li:nth-child(4)::before {
                    right: -45%;
                }

    .theme-menu-one .main-header-area {
        padding: 0px 0 11px;
        position: absolute;
        border-bottom: solid #4a4646 1px;
    }

        .theme-menu-one .main-header-area::before {
            content: "";
            position: absolute;
            width: 100%;
            right: 0;
            top: 0;
            height: 104px;
            z-index: -1;
            /* background: #ffffffcc; */
            /* border-radius: 0 0 0 50px; */
            /* left: 0; */
            margin: 0 auto;
            /* display: table; */
            /* text-align: center; */
        }

        .theme-menu-one .main-header-area .logo-area {
            /* width: 145px; */
            /* height: 139px; */
            /* text-align: center; */
            /* line-height: 60px; */
            /* box-shadow: 0 6px 7px 0 #b7b6b6; */
            top: 7px;
            margin: 0 auto;
            /* position: absolute; */
            left: 0;
            /* right: 53px; */
            z-index: 999;
            /* background: #ffffffcc; */
            border-radius: 50%;
        }

            .theme-menu-one .main-header-area .logo-area img {
                width: 122px;
                margin: 0 auto;
                display: table;
                position: relative;
                top: 8px;
            }


@keyframes pulse-anim {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255,165,0,0));
    }

    50% {
        transform: scale(1.06);
        filter: drop-shadow(0 10px 18px rgba(0,0,0,0.08));
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255,165,0,0));
    }
}

.pulse {
    animation: pulse-anim 1.6s ease-in-out infinite;
}

/* --- Slow rotate --- */
@keyframes rotate-anim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotate {
    animation: rotate-anim 8s linear infinite;
}

/* --- Float (up-down) --- */
@keyframes float-anim {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px) rotate(-0.5deg);
    }

    100% {
        transform: translateY(0px);
    }
}

.float {
    animation: float-anim 3.8s ease-in-out infinite;
}

/* --- Glow + scale on hover --- */
.glow {
    transition: box-shadow .25s ease, transform .25s ease;
}

    .glow:hover {
        transform: scale(1.08);
        box-shadow: 0 18px 40px rgba(255, 165, 0, 0.16), 0 6px 18px rgba(0,0,0,0.06);
    }

    .glow::after {
        content: "";
        position: absolute; /* only works if parent pos set — we keep it simple by not using ::after on img */
    }

/* --- Combined example (pulse + glow on hover) */
.pulse.glow:hover {
    transform: scale(1.14);
}

/* Accessibility: disable animation if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
    .pulse, .rotate, .float {
        animation: none !important;
    }

    .logo {
        transition: none !important;
    }
}




.theme-menu-one .main-header-area.sticky-menu {
    position: fixed;
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
    padding-top: 0;
    padding-bottom: 0;
    background: #e3e3e3;
    border-bottom: solid #f5c801 2px;
}

    .theme-menu-one .main-header-area.sticky-menu::before {
        display: none;
    }


    .theme-menu-one .main-header-area.sticky-menu .main-menu ul li a {
        line-height: 60px;
        color: #000;
    }

    .theme-menu-one .main-header-area.sticky-menu .logo-area img {
        width: 80px;
    }

    .theme-menu-one .main-header-area.sticky-menu .logo-area {
        border-radius: inherit !important;
        background: none !important;
    }



    .theme-menu-one .main-header-area.sticky-menu .main-menu ul li ul.sub-menu li a {
        line-height: 30px;
    }


.theme-menu-one .sticky-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-menu-one .select-language select {
    border: 0;
    background: transparent;
}

.theme-menu-one .select-language .icon {
    color: #212529;
}

.theme-menu-one .select-language .form-select {
    color: #212529;
    font-size: 18px;
    font-weight: 500;
}

.theme-menu-one .select-language::after {
    color: #212529;
}

.theme-menu-one .search-area .search-input {
    color: #212529;
    border-color: #D6D9DD;
    background: transparent;
}

    .theme-menu-one .search-area .search-input:hover {
        color: #ffffff;
        background: #C62828;
        border-color: #C62828;
    }

.theme-menu-one .cart-menu .shopping-cart:hover {
    color: #ffffff;
    background: #C62828;
    border-color: #C62828;
}

.theme-menu-one .main-menu ul li a {
    color: #ffffff;
}

.theme-menu-one .hamburger-menu {
    border-color: #C62828;
    background: #C62828;
}

    .theme-menu-one .hamburger-menu .bar-wrap .bar-1,
    .theme-menu-one .hamburger-menu .bar-wrap .bar-2,
    .theme-menu-one .hamburger-menu .bar-wrap .bar-3 {
        background: #ffffff;
    }

    .theme-menu-one .hamburger-menu:hover {
        background: #1E3A8A;
        border-color: #1E3A8A;
    }

.theme-menu-one .call-btn .icon {
    color: #212529;
    font-size: 22px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    /* border: 1.5px solid #D6D9DD; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-menu-one .call-btn a {
    font-size: 20px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    line-height: 1;
}

@media only screen and (max-width: 1800px) {
    .theme-menu-one .header-top {
        padding-left: 0;
        padding-right: 0;
    }

    .theme-menu-one .main-header-area {
        padding-left: 0;
        padding-right: 0;
    }

        .theme-menu-one .main-header-area::before {
            width: 95%;
        }

        .theme-menu-one .main-header-area .logo-area {
            padding-left: 0;
        }
}

@media only screen and (max-width: 1200px) {
    .theme-menu-one .logo-area img {
        width: 80%;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-one .logo-area img {
        width: 100%;
    }
}

.theme-menu-two {
    background: transparent;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .theme-menu-two .header-top {
        position: relative;
        z-index: 50;
    }

    .theme-menu-two .topbar-content {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .theme-menu-two .cart-menu .shopping-cart {
        color: #000;
        background: white;
        border: 1.5px solid #ffffff;
    }

        .theme-menu-two .cart-menu .shopping-cart span {
            background: #1E3A8A;
        }

        .theme-menu-two .cart-menu .shopping-cart:hover {
            color: #ffffff;
            background: #1E3A8A;
            border-color: #1E3A8A;
        }

    .theme-menu-two .hamburger-menu {
        background: #ffffff;
        border-color: #ffffff;
    }

        .theme-menu-two .hamburger-menu .bar-wrap .bar-1,
        .theme-menu-two .hamburger-menu .bar-wrap .bar-2,
        .theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
            background: #000;
        }

    .theme-menu-two .search-area .search-input {
        border-color: #ffffff;
    }

        .theme-menu-two .search-area .search-input:hover {
            color: #ffffff;
            border-color: #1E3A8A;
            background: #1E3A8A;
        }

    .theme-menu-two .bs-btn {
        background: #1E3A8A;
    }

        .theme-menu-two .bs-btn:hover {
            color: #212529;
            background: #ffffff;
        }

    .theme-menu-two .logo {
        display: inline-block;
        visibility: visible;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .theme-menu-two .sticky-logo {
        display: none;
        visibility: hidden;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .theme-menu-two .main-header-area {
        padding: 28px 30px 28px 30px;
        background: #C62828;
        border-radius: 0 0 60px 60px;
        max-width: 1520px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
    }

        .theme-menu-two .main-header-area.sticky-menu {
            position: fixed;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .theme-menu-two .main-header-area.sticky-menu .logo {
                display: none;
                visibility: hidden;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

            .theme-menu-two .main-header-area.sticky-menu .sticky-logo {
                display: inline-block;
                visibility: visible;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

    .theme-menu-two .main-menu ul li a {
        color: #ffffff;
    }

    .theme-menu-two .main-menu ul li ul.sub-menu li a {
        font-family: "Work Sans", sans-serif;
    }

@media only screen and (max-width: 1600px) {
    .theme-menu-two .topbar,
    .theme-menu-two .main-header-area {
        padding: 15px 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-two .logo-area img {
        max-width: 100%;
    }
}

.theme-menu-three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

    .theme-menu-three .search-area .search-input {
        background: transparent;
    }

        .theme-menu-three .search-area .search-input:hover {
            color: #000;
            border-color: #C62828;
        }

    .theme-menu-three .cart-menu .shopping-cart {
        color: #000;
        border-color: #ffffff;
        background: #ffffff;
    }

        .theme-menu-three .cart-menu .shopping-cart:hover {
            color: #ffffff;
            border-color: #1E3A8A;
            background: #1E3A8A;
        }

        .theme-menu-three .cart-menu .shopping-cart span {
            background: #1E3A8A;
        }

    .theme-menu-three .logo {
        display: inline-block;
        visibility: visible;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .theme-menu-three .sticky-logo {
        display: none;
        visibility: hidden;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .theme-menu-three .select-language::after {
        color: #000;
        font-size: 17px;
        right: 4px;
    }

    .theme-menu-three .select-language .form-select {
        color: #000;
        font-size: 20px;
        font-weight: 500;
    }

    .theme-menu-three .hamburger-menu {
        border-color: #ffffff;
        background: #ffffff;
    }

    .theme-menu-three .main-header-area {
        background: transparent;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .theme-menu-three .main-header-area.sticky-menu {
            background: #ffffff;
            padding-top: 10px;
            padding-bottom: 10px;
            border: 0;
            margin-top: 0;
        }

            .theme-menu-three .main-header-area.sticky-menu .hamburger-menu {
                border-color: #1E3A8A;
                background: #1E3A8A;
            }

                .theme-menu-three .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
                .theme-menu-three .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
                .theme-menu-three .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
                    background: #ffffff;
                }

            .theme-menu-three .main-header-area.sticky-menu .header-social a {
                color: #1E3A8A;
                border-color: #1E3A8A;
            }

                .theme-menu-three .main-header-area.sticky-menu .header-social a:hover {
                    color: #ffffff;
                }

            .theme-menu-three .main-header-area.sticky-menu .main-menu ul li a {
                color: rgba(0, 0, 0, 0.7);
            }

            .theme-menu-three .main-header-area.sticky-menu .logo {
                display: none;
                visibility: hidden;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

            .theme-menu-three .main-header-area.sticky-menu .sticky-logo {
                display: inline-block;
                visibility: visible;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

            .theme-menu-three .main-header-area.sticky-menu .cart-menu .shopping-cart {
                color: #ffffff;
                border-color: #1E3A8A;
                background: #1E3A8A;
            }

                .theme-menu-three .main-header-area.sticky-menu .cart-menu .shopping-cart:hover {
                    color: #ffffff;
                    border-color: #1E3A8A;
                    background: #1E3A8A;
                }

                .theme-menu-three .main-header-area.sticky-menu .cart-menu .shopping-cart span {
                    background: #1E3A8A;
                }

    .theme-menu-three .main-menu ul li a {
        color: #ffffff;
    }

    .theme-menu-three .main-menu ul li:hover > a {
        color: #C62828;
    }

@media only screen and (max-width: 1200px) {
    .theme-menu-three .main-menu ul li {
        margin: 0 20px 0 0;
    }

        .theme-menu-three .main-menu ul li a {
            font-size: 18px;
        }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-three .hamburger-menu {
        margin-left: 12px;
    }

    .theme-menu-three .logo-area img {
        max-width: 100%;
    }
}

.theme-menu-four {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
}

    .theme-menu-four .header-top {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 155px;
        padding-right: 155px;
        background: #1E3A8A;
    }

        .theme-menu-four .header-top .ht-promo,
        .theme-menu-four .header-top .ht-phone,
        .theme-menu-four .header-top .ht-email {
            color: #ffffff;
            font-size: 18px;
            font-family: "Work Sans", sans-serif;
            font-weight: 500;
        }

            .theme-menu-four .header-top .ht-promo span,
            .theme-menu-four .header-top .ht-phone span,
            .theme-menu-four .header-top .ht-email span {
                color: rgba(255, 255, 255, 0.7);
            }

    .theme-menu-four .main-header-area {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 155px;
        padding-right: 155px;
    }

    .theme-menu-four .hamburger-menu {
        border-color: #000;
        background: #ffffff;
    }

    .theme-menu-four .cart-menu .shopping-cart {
        color: #212529;
        background: #ffffff;
        border-color: #000;
    }

        .theme-menu-four .cart-menu .shopping-cart span {
            background: #C62828;
        }

        .theme-menu-four .cart-menu .shopping-cart:hover {
            color: #ffffff;
            border-color: #C62828;
            background: #C62828;
        }

    .theme-menu-four .search-area .search-input {
        color: #000;
        background: #ffffff;
        border-color: #000;
    }

        .theme-menu-four .search-area .search-input:hover {
            color: #000;
            border-color: #C62828;
            background: #C62828;
        }

    .theme-menu-four .bs-btn {
        color: #212529;
        padding: 20px 50px 20px 50px;
        border-radius: 40px;
        background: #C62828;
    }

        .theme-menu-four .bs-btn::before {
            background: #C62828;
        }

        .theme-menu-four .bs-btn:hover {
            color: #ffffff;
            background: #1E3A8A;
        }

@media only screen and (max-width: 1600px) {
    .theme-menu-four {
        margin-left: 0;
        margin-right: 0;
    }

        .theme-menu-four .main-header-area,
        .theme-menu-four .header-top {
            padding-left: 0;
            padding-right: 0;
        }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-four .logo-area img {
        max-width: 100%;
    }

    .theme-menu-four .hamburger-menu {
        margin-left: 0;
    }
}

.theme-menu-five {
    background: #ffffff;
    border-radius: 60px;
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

    .theme-menu-five .logo {
        display: inline-block;
        visibility: visible;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .theme-menu-five .sticky-logo {
        display: none;
        visibility: hidden;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .theme-menu-five .cart-menu .shopping-cart {
        color: #000;
        border: 2px solid #000;
        background: #ffffff;
    }

        .theme-menu-five .cart-menu .shopping-cart span {
            background: #1E3A8A;
        }

        .theme-menu-five .cart-menu .shopping-cart:hover {
            color: #ffffff;
            background: #1E3A8A;
            border-color: #1E3A8A;
        }

    .theme-menu-five .hamburger-menu {
        background: transparent;
        border: 2px solid #1E3A8A;
    }

        .theme-menu-five .hamburger-menu .bar-wrap .bar-1,
        .theme-menu-five .hamburger-menu .bar-wrap .bar-2,
        .theme-menu-five .hamburger-menu .bar-wrap .bar-3 {
            background: #1E3A8A;
        }

    .theme-menu-five .main-header-area {
        padding: 18px 0;
    }

        .theme-menu-five .main-header-area .logo {
            display: inline-block;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .theme-menu-five .main-header-area .sticky-logo {
            display: none;
            visibility: hidden;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .theme-menu-five .main-header-area.sticky-menu {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .theme-menu-five .main-header-area.sticky-menu .logo {
                display: none;
            }

            .theme-menu-five .main-header-area.sticky-menu .sticky-logo {
                display: inline-block;
                visibility: visible;
            }

    .theme-menu-five .search-area .search-input:hover {
        border-color: #C62828;
        background: #C62828;
    }

    .theme-menu-five .bs-btn {
        color: #ffffff;
        padding: 20px 50px 20px 50px;
        border-radius: 40px;
        background: #C62828;
    }

        .theme-menu-five .bs-btn::before {
            background: #C62828;
        }

        .theme-menu-five .bs-btn:hover {
            color: #ffffff;
            background: #1E3A8A;
        }

@media only screen and (max-width: 1600px) {
    .theme-menu-five .header-top,
    .theme-menu-five .main-header-area {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-menu-five .main-header-area .logo {
        display: none;
    }

    .theme-menu-five .main-header-area .sticky-logo {
        display: inline-block;
        visibility: visible;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-five .logo-area img {
        max-width: 100%;
    }
}

.theme-menu-six {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

    .theme-menu-six .main-header-area {
        background: #ffffff;
        padding: 20px 25px 20px 40px;
        border-radius: 0 0 50px 50px;
    }

    .theme-menu-six .search-area .search-input:hover {
        border-color: #C62828;
    }

    .theme-menu-six .quote-btn {
        margin-right: 20px;
    }

.select-language {
    display: flex;
    position: relative;
    z-index: 1;
}

    .select-language img {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-size: 18px;
        color: #212529;
        margin-right: 5px;
        border-radius: 50%;
    }

    .select-language select.form-select {
        background: transparent;
        border: 0;
        color: #212529;
        padding: 0;
        padding-right: 20px;
        position: relative;
        z-index: 3;
    }

    .select-language select {
        padding-right: 5px;
        border: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .select-language select:focus-visible {
            border: 0;
            outline: 0;
        }

        .select-language select span {
            border-radius: 50%;
            width: 18px;
            height: 18px;
        }

    .select-language .form-select:focus {
        box-shadow: none;
    }

.topbar-content {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .topbar-content .ht-email,
    .topbar-content .ht-promo,
    .topbar-content .ht-phone {
        margin-right: 0;
        padding-right: 30px;
    }

    .topbar-content li {
        position: relative;
        z-index: 1;
    }

        .topbar-content li:last-child::before {
            display: none;
        }

        .topbar-content li:first-child::before {
            right: -30%;
        }

        .topbar-content li:nth-child(2)::before {
            right: -25%;
        }

        .topbar-content li:nth-child(3)::before {
            right: -25%;
        }

        .topbar-content li:nth-child(4)::before {
            right: -35%;
        }

        .topbar-content li::before {
            content: "";
            position: absolute;
            right: 0;
            top: 8px;
            width: 1px;
            height: 20px;
            background: #212529;
            z-index: 1;
        }

@media only screen and (max-width: 1600px) {
    .topbar-content li::before {
        display: none;
    }
}

.language-selector {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

    .language-selector .dropdown-toggle {
        background: transparent;
        border: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        padding-right: 18px;
    }

        .language-selector .dropdown-toggle::after {
            display: none;
        }

        .language-selector .dropdown-toggle::before {
            content: "\f282";
            position: absolute;
            top: 50%;
            right: -3px;
            transform: translateY(-48%);
            font-family: "bootstrap-icons";
            font-size: 15px;
            color: #212529;
        }

        .language-selector .dropdown-toggle img {
            width: 18px;
            height: 18px;
            border-radius: 50%;
        }

    .language-selector .dropdown-menu {
        position: absolute;
        top: 120%;
        left: 0;
        background: #fff;
        border: 1px solid #ccc;
        list-style: none;
        padding: 6px 0;
        margin: 0;
        display: inline-block;
        z-index: 1000;
        width: 100%;
        min-width: 100px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .language-selector .dropdown-menu li {
            padding: 3px 12px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .language-selector .dropdown-menu li::before {
                display: none;
            }

            .language-selector .dropdown-menu li:hover {
                background-color: #f0f0f0;
            }

    .language-selector.open .dropdown-menu {
        display: block;
    }

    .language-selector:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 110%;
    }

.breadcrumb-wrapper {
    padding-top: 110px;
    padding-bottom: 50px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

    .breadcrumb-wrapper::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, rgb(0 0 0 / 54%) 0%, rgb(0 0 0 / 54%) 100%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .breadcrumb-wrapper::after {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.32) 40.26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
        width: 82.23%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .breadcrumb-wrapper .main-img,
    .breadcrumb-wrapper .shape-1,
    .breadcrumb-wrapper .shape-2 {
        position: absolute;
        z-index: 1;
    }

    .breadcrumb-wrapper .main-img {
        right: 16%;
        bottom: 0;
        z-index: 2;
    }

    .breadcrumb-wrapper .shape-1 {
        right: 16%;
        bottom: 0;
        border-radius: 50%;
        animation: rotation infinite linear 35s;
    }

    .breadcrumb-wrapper .shape-2 {
        left: 0;
        top: 13%;
    }

    .breadcrumb-wrapper .breadcrumb-title {
        color: #ffffff;
        font-size: 43px;
        line-height: 1.11;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        letter-spacing: -1.8px;
        margin-bottom: 25px;
        margin-top: 80px;
        text-align: center;
    }

@media only screen and (max-width: 1600px) {
    .breadcrumb-wrapper .breadcrumb-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .breadcrumb-wrapper {
        padding-top: 210px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-wrapper .page-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-wrapper .page-title {
        font-size: 28px;
    }
}

ul.breadcumb-menu {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 2;
}

    ul.breadcumb-menu li {
        display: inline-block;
    }

        ul.breadcumb-menu li:last-child a {
            color: #ffffff;
            margin-right: 0;
            padding-right: 0;
        }

            ul.breadcumb-menu li:last-child a::before {
                display: none;
            }

        ul.breadcumb-menu li a {
            color: rgba(255, 255, 255, 0.4);
            font-size: 28px;
            font-weight: 400;
            font-family: "Work Sans", sans-serif;
            line-height: 1;
            display: inline-block;
            padding-right: 10px;
            margin-right: 10px;
            position: relative;
            z-index: 1;
        }

            ul.breadcumb-menu li a::before {
                content: "";
                position: absolute;
                background: rgba(255, 255, 255, 0.4);
                width: 2px;
                height: 21px;
                right: -4px;
                top: 4px;
                z-index: 1;
                transform: rotate(23deg);
            }

@media only screen and (max-width: 1600px) {
    ul.breadcumb-menu li a {
        font-size: 18px;
    }

        ul.breadcumb-menu li a::before {
            top: 0;
        }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: none;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

    .mean-container .mean-nav > ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block !important;
    }

    .mean-container .mean-nav ul li {
        list-style-type: none !important;
        position: relative;
        float: left;
        width: 100%;
    }

        .mean-container .mean-nav ul li a {
            font-size: 16px;
            display: block;
            float: left;
            width: 100%;
            padding: 0.5em 5% 0.5em 0;
            margin: 0;
            text-align: left;
            color: #fff;
            /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
            text-decoration: none;
            text-transform: uppercase;
        }

        .mean-container .mean-nav ul li li a {
            font-size: 15px;
            width: 80%;
            padding: 0.4em 5%;
            border-top: 1px solid #f1f1f1;
            border-top: 1px solid rgba(255, 255, 255, 0.25);
            opacity: 0.8;
            /* filter: alpha(opacity=75);
  text-shadow: none !important; */
            visibility: visible;
        }

        .mean-container .mean-nav ul li.mean-last a {
            border-bottom: none;
            margin-bottom: 0;
        }

        .mean-container .mean-nav ul li li li a {
            width: 70%;
            padding: 1em 15%;
        }

        .mean-container .mean-nav ul li li li li a {
            width: 60%;
            padding: 1em 20%;
        }

        .mean-container .mean-nav ul li li li li li a {
            width: 50%;
            padding: 1em 25%;
        }

        .mean-container .mean-nav ul li a:hover {
            background: #252525;
            background: rgba(255, 255, 255, 0.1);
        }

        .mean-container .mean-nav ul li a.mean-expand {
            margin-top: 1px;
            width: 26px;
            height: 32px;
            padding: 4px 8px !important;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 700;
            background: rgba(255, 255, 255, 0.1);
            border: none !important;
            /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: rgba(0, 0, 0, 0.9);
            }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.ht-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .ht-menu-wrapper .mobile-logo {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 31px;
    }

    .ht-menu-wrapper .mobile-menu-wrapper {
        overflow-y: scroll;
        max-height: calc(100vh - 200px);
        padding-bottom: 40px;
        margin-top: 33px;
        text-align: left;
    }

        .ht-menu-wrapper .mobile-menu-wrapper span.float-end {
            display: none;
        }

    .ht-menu-wrapper .ht-menu-area {
        padding: 50px 20px;
        width: 100%;
        max-width: 310px;
        background-color: #212529;
        border-right: 3px solid #ffc107;
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1;
    }

    .ht-menu-wrapper .ht-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: 5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 16px;
        z-index: 1;
        color: #000000;
        background-color: #FFC107;
        border-radius: 50%;
    }

    .ht-menu-wrapper.ht-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .ht-menu-wrapper.ht-body-visible .ht-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

@media only screen and (max-width: 991.98px) {
    .ht-menu-wrapper.ht-body-visible .ht-menu-area {
        overflow: scroll;
    }
}

.ht-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.ht-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

    .ht-mobile-menu ul li a {
        display: block;
        position: relative;
        padding: 12px 0;
        line-height: 1.4;
        font-size: 16px;
        text-transform: capitalize;
        color: var(--white-color);
        padding-left: 18px;
    }

.offset-widget {
    margin-top: 50px;
}

    .offset-widget.offset-logo {
        border-bottom: 1px solid #eeecec;
        padding-bottom: 20px;
    }

    .offset-widget .info-widget .offset-title {
        color: #ffffff;
        font-size: 20px;
        font-weight: 800;
        color: #ffffff;
    }

    .offset-widget .info-widget p {
        color: #ffffff;
    }

    .offset-widget .info-widget.info-widget2 p {
        margin-bottom: 15px;
    }

        .offset-widget .info-widget.info-widget2 p i {
            margin-right: 7px;
            color: #ffffff;
        }

.fw-exbold {
    font-weight: 800 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semi {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-thin {
    font-weight: 100 !important;
}

.text-xl {
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
}

@media only screen and (max-width: 1600px) {
    .text-xl {
        font-size: 20px;
    }
}

.text-lg {
    font-size: 22px !important;
    line-height: 45px;
}

@media only screen and (max-width: 1200px) {
    .text-lg {
        font-size: 20px !important;
        line-height: 34px;
    }
}

@media only screen and (max-width: 991.98px) {
    .text-lg {
        font-size: 18px !important;
        line-height: 34px;
    }
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #E4F0F0;
}

.light-bg {
    background: #E3F2FD;
}

.light-grey-bg {
    background: #F5F5F5;
}

.white-bg {
    /* background: #ffffff; */
}

.black-bg {
    background: #212529 !important;
}

.heding-bg {
    background: #212529 !important;
}

.theme-bg {
    background: #C62828 !important;
}

.theme-bg2 {
    background: #ffc107 !important;
}

/*--
    - color
-----------------------------------------*/
.text-white {
    color: #ffffff;
}

.text-black {
    color: #000;
}

.text-theme {
    color: #C62828 !important;
}

.text-theme2 {
    color: #1E3A8A !important;
}

.text-body {
    color: rgba(0, 0, 0, 0.7) !important;
}

.text-body2 {
    color: rgba(0, 0, 0, 0.7) !important;
}

.text-heding {
    color: #212529 !important;
}

.text-heding2 {
    color: #212529 !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
    font-family: "Work Sans", sans-serif !important;
}

.heding-font {
    font-family: "Work Sans", sans-serif !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.bg-none {
    background: none !important;
}

.before-none::before {
    display: none !important;
}

.after-none::before {
    display: none !important;
}

.radius-35 {
    border-radius: 35px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-25 {
    border-radius: 25px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-15 {
    border-radius: 15px;
}

/*---font family----*/
.poppins-font {
    font-family: "Poppins", sans-serif !important;
}

.lato-font {
    font-family: "Work Sans", sans-serif !important;
}

/* search-area */
.search-area .search-input {
    color: #212529;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1.5px solid #212529;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

    .search-area .search-input:hover {
        background: #C62828;
        color: #ffffff;
    }

@media only screen and (max-width: 767.98px) {
    .search-area .search-input {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
    min-height: 150px;
}

    .offcanvas-top .search-close {
        position: absolute;
        top: 50px;
        right: 50px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

.search-wrap {
    padding-bottom: 100px;
}

    .search-wrap input {
        color: #ffffff;
        font-size: 80px;
        width: 100%;
        background: transparent;
        border: 0;
        text-align: center;
        display: inline-block;
        height: auto;
        padding: 0;
        display: inline-block;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        border-bottom: 2px solid #ffffff;
    }

        .search-wrap input::placeholder {
            color: #ffffff;
            padding-bottom: 80px;
            font-size: 80px;
            font-family: "Poppins", sans-serif;
        }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .search-wrap input::placeholder {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-wrap input::placeholder {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap input::placeholder {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .search-wrap input::placeholder {
        font-size: 20px;
    }
}

.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    color: #ffffff;
    padding-bottom: 80px;
    font-size: 80px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 30px;
}

.row {
    --bs-gutter-x: 30px;
}

.gxs-0 {
    --bs-gutter-x: 0px !important;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

@media only screen and (max-width: 1600px) {
    .gx-50 {
        --bs-gutter-x: 30px;
    }
}

.gx-40 {
    --bs-gutter-x: 40px;
}

@media only screen and (max-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 30px;
    }
}

.gx-60 {
    --bs-gutter-x: 60px;
}

@media only screen and (max-width: 1600px) {
    .gx-60 {
        --bs-gutter-x: 30px;
    }
}

.custom-container {
    max-width: 1520px;
}

.custom-container-1420 {
    max-width: 1420px;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }

    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }

    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

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

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
/* Move frame*/
@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: 100px;
        top: 0px;
    }

    50% {
        left: 100px;
        top: 100px;
    }

    75% {
        left: 0px;
        top: 200px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 0px;
        top: 0px;
    }

    25% {
        right: 100px;
        top: 0px;
    }

    50% {
        right: 100px;
        top: 100px;
    }

    75% {
        right: 0px;
        top: 200px;
    }

    100% {
        right: 0px;
        top: 0px;
    }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/* Rotation frame*/
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

.rotation {
    animation: rotation 50s infinite linear;
}

/* pulseBig */
@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}
/* pulseBig2 */
@keyframes pulseBig2 {
    0% {
        box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(228, 238, 79, 0.15);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
    }
}

.scaleUp1 {
    -webkit-animation-name: scaleUp1;
    animation-name: scaleUp1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-webkit-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-moz-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-o-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
        background: #C62828;
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        background: #C62828;
        opacity: 0.8;
    }
}

@-webkit-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
        background: #C62828;
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        background: #C62828;
        opacity: 0.8;
    }
}

@-moz-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
        background: #C62828;
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        background: #C62828;
        opacity: 0.8;
    }
}

@keyframes squareMove {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-100px) rotate(180deg);
    }

    66% {
        transform: translateX(200px) rotate(-90deg);
    }

    100% {
        transform: translateX(0px) rotate(0deg);
    }
}

@-webkit-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }

    33% {
        transform: translateY(-100px);
    }

    66% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }

    33% {
        transform: translateY(-100px);
    }

    66% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes float-bob {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    50% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump2 {
    animation: jumpAni 9s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 15s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(40deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes marqueslide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    50% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0.8;
    }

    100% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        opacity: 1;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes jumpThree {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpThree {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes jumpFour {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpFour {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes jumpFive {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpFive {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes prXOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes prXOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes prXTwo {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes prXTwo {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-webkit-keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    50% {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0.8;
    }

    100% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        opacity: 1;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*-------------------------------------
theme-btn
---------------------------------------*/
.ht-btn {
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #f5c801;
    padding: 21px 49px 21px 49px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

    .ht-btn::before {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 0px;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #3a3f56;
    }

    .ht-btn .btn-icon {
        margin-left: 20px;
    }

        .ht-btn .btn-icon img {
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .ht-btn:hover {
        color: #ffffff;
    }

        .ht-btn:hover img {
            filter: invert(1);
        }

        .ht-btn:hover::before {
            width: 100%;
            height: 100%;
            right: 0;
            border-radius: 10px;
            color: #000;
        }

@media only screen and (max-width: 767.98px) {
    .ht-btn {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.ht-btn.style-2 {
    padding-left: 50px;
    padding-right: 50px;
}

.ht-btn.style-3 {
    border: 0;
    background: #C62828;
    padding-left: 50px;
    padding-right: 50px;
}

    .ht-btn.style-3::before {
        background: #ffffff;
    }

    .ht-btn.style-3:hover {
        color: #000;
    }

.ht-btn.style-4 {
    padding-left: 30px;
    padding-right: 8px;
}

    .ht-btn.style-4 .btn-icon {
        color: #212529;
        width: 45px;
        height: 45px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        right: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
}

    ul.slick-dots li {
        display: inline-block;
        border: 0;
        width: unset;
        height: unset;
    }

        ul.slick-dots li button {
            border: 0;
            font-size: 0;
            width: 12px;
            height: 12px;
            margin: 0px 5px 0px 5px;
            border: 0;
            padding: 0;
            border-radius: 50%;
            background: #000;
        }

        ul.slick-dots li.slick-active button {
            width: 12px;
            height: 12px;
            background: #C62828;
            transform: translateY(-1px);
        }

.arrow-style-one .slick-prev,
.arrow-style-one .slick-next,
.arrow-style-one .next-p1,
.arrow-style-one .prev-p1,
.arrow-style-one .slick-arrow,
.arrow-style-two .slick-prev,
.arrow-style-two .slick-next,
.arrow-style-two .next-p1,
.arrow-style-two .prev-p1,
.arrow-style-two .slick-arrow {
    color: #212529;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1.5px solid #000;
    background: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .arrow-style-one .slick-prev img,
    .arrow-style-one .slick-next img,
    .arrow-style-one .next-p1 img,
    .arrow-style-one .prev-p1 img,
    .arrow-style-one .slick-arrow img,
    .arrow-style-two .slick-prev img,
    .arrow-style-two .slick-next img,
    .arrow-style-two .next-p1 img,
    .arrow-style-two .prev-p1 img,
    .arrow-style-two .slick-arrow img {
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .arrow-style-one .slick-prev:hover,
    .arrow-style-one .slick-next:hover,
    .arrow-style-one .next-p1:hover,
    .arrow-style-one .prev-p1:hover,
    .arrow-style-one .slick-arrow:hover,
    .arrow-style-two .slick-prev:hover,
    .arrow-style-two .slick-next:hover,
    .arrow-style-two .next-p1:hover,
    .arrow-style-two .prev-p1:hover,
    .arrow-style-two .slick-arrow:hover {
        color: #ffffff;
        background: #ffba00;
        border-color: #ffba00;
    }

        .arrow-style-one .slick-prev:hover img,
        .arrow-style-one .slick-next:hover img,
        .arrow-style-one .next-p1:hover img,
        .arrow-style-one .prev-p1:hover img,
        .arrow-style-one .slick-arrow:hover img,
        .arrow-style-two .slick-prev:hover img,
        .arrow-style-two .slick-next:hover img,
        .arrow-style-two .next-p1:hover img,
        .arrow-style-two .prev-p1:hover img,
        .arrow-style-two .slick-arrow:hover img {
            transform: scale(1.1);
        }

.arrow-style-one .slick-prev,
.arrow-style-two .slick-prev {
    margin-right: 20px;
}

    .arrow-style-one .slick-prev::before,
    .arrow-style-two .slick-prev::before {
        left: -20px;
        top: -10px;
        right: auto;
    }

.arrow-style-one .slick-next::before,
.arrow-style-two .slick-next::before {
    right: -20px;
    top: -10px;
}

.arrow-style-two .slick-arrow {
    background: #ffffff;
    border-color: #ffffff;
}

.arrow-back-border.border-black {
    border: none;
    /* opacity: 9 !IMPORTANT; */
}

.number-wrapper {
    position: absolute;
    left: 50px;
    top: 34%;
    transform: rotate(90deg);
    z-index: 1;
}

    .number-wrapper .number-pagination {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        line-height: 1;
        letter-spacing: 4px;
    }

    .number-wrapper .total-pagination {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 500;
        display: inline-block;
        line-height: 1;
        letter-spacing: 4px;
    }

    .number-wrapper .divider-line {
        width: 2px;
        height: 17px;
        background: rgba(255, 255, 255, 0.3);
        display: inline-block;
        margin: 0 6px 0 4px;
        line-height: 1;
        transform: rotate(20deg) translateY(1px);
    }

.number-wrapper-two {
    position: relative;
    z-index: 1;
}

    .number-wrapper-two::before {
        content: "";
        background: #D6D9DD;
        width: 442px;
        height: 1.5px;
        position: relative;
        left: 0;
        top: -6px;
        display: inline-block;
        margin-right: 35px;
    }

    .number-wrapper-two::after {
        content: "\f285";
        font-family: "bootstrap-icons";
        font-weight: 700;
        position: absolute;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.3);
        right: 21%;
        top: -1px;
        z-index: 1;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .number-wrapper-two .number-pagination {
        color: #212529;
        font-size: 20px;
        font-weight: 500;
        font-family: "Work Sans", sans-serif;
        letter-spacing: 4px;
        display: inline-block;
        line-height: 1;
    }

    .number-wrapper-two .total-pagination {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.3);
        font-weight: 600;
        font-family: "Work Sans", sans-serif;
        letter-spacing: 4px;
        display: inline-block;
        line-height: 1;
    }

    .number-wrapper-two .divider-line {
        width: 2px;
        height: 17px;
        background: rgba(0, 0, 0, 0.3);
        display: inline-block;
        margin: 0 6px 0 4px;
        line-height: 1;
        transform: rotate(20deg) translateY(1px);
    }

@media only screen and (max-width: 1600px) {
    .number-wrapper-two::before {
        width: 280px;
    }

    .number-wrapper-two::after {
        display: none;
    }
}

.course-navigation .slick-arrow {
    color: #000;
    font-size: 30px;
    border: 1.5px solid #D6D9DD;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .course-navigation .slick-arrow:hover {
        color: #ffffff;
        border-color: #C62828;
        background: #C62828;
    }

.course-navigation .slick-prev:hover {
    transform: rotate(-45deg);
}

.course-navigation .slick-next:hover {
    transform: rotate(45deg);
}

.course-navigation .nav-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.course-navigation .course-title {
    color: #212529;
    font-size: 28px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .course-navigation .slick-prev {
        margin-right: 10px;
    }

    .course-navigation .slick-next {
        margin-left: 10px;
    }

    .course-navigation .course-title {
        font-size: 24px;
    }
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.faq-que-list .accordion-item {
    border: 0;
    background-color: transparent;
    border: 1.5px solid #D6D9DD;
    border-radius: 15px;
    margin-bottom: 15px;
}

    .faq-que-list .accordion-item button:focus,
    .faq-que-list .accordion-item input:focus,
    .faq-que-list .accordion-item input:focus,
    .faq-que-list .accordion-item textarea,
    .faq-que-list .accordion-item textarea:focus {
        outline: 0;
    }

    .faq-que-list .accordion-item.active {
        border-color: #C62828;
    }

    .faq-que-list .accordion-item .accordion-button {
        border: 0;
        border-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        transition: unset;
        color: #1d2d76;
        font-size: 24px;
        font-family: "Work Sans", sans-serif;
        font-weight: 600;
        line-height: 1.875rem;
        box-shadow: none;
        background: transparent;
        padding: 0;
        padding: 25px 55px 25px 18px;
        position: relative;
        box-shadow: 0;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        word-wrap: normal;
        display: flex;
        width: 100%;
    }

        .faq-que-list .accordion-item .accordion-button .number {
            font-size: 22px;
            font-weight: 400;
            margin-right: 12px;
            display: none;
        }

        .faq-que-list .accordion-item .accordion-button.collapsed {
            border: 0;
            border-radius: 15px;
        }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 20px;
        font-size: 18px;
    }

        .faq-que-list .accordion-item .accordion-button .number {
            font-size: 18px;
        }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 10px;
        font-size: 18px;
    }

        .faq-que-list .accordion-item .accordion-button .number {
            font-size: 18px;
        }
}

.faq-que-list .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.faq-que-list .accordion-item .accordion-button::before {
    content: "\f63b";
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #1d2d76;
    background: #1d2d76;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s linear;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-que-list .accordion-item .accordion-button::before {
        right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-button::before {
        right: 5px;
        font-size: 16px;
    }
}

.faq-que-list .accordion-item .accordion-button::after {
    display: none;
}

.faq-que-list .accordion-item .collapsed {
    color: #212529;
    border: 0;
}

    .faq-que-list .accordion-item .collapsed::before {
        content: "\f4fe";
        color: #ffffff;
        transform: translateY(-50%);
        font-size: 25px;
        line-height: 29px;
        background: #1E3A8A;
        border-color: #1E3A8A;
    }

.faq-que-list .accordion-item .accordion-body {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 19px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 1.5px solid #D6D9DD;
}

@media only screen and (max-width: 767.98px) {
    .faq-que-list .accordion-item .accordion-body {
        padding-left: 15px;
    }
}

.faq-style-2 .accordion-item {
    border-radius: 15px;
    border: 1.5px solid #D6D9DD;
    padding: 0;
}

    .faq-style-2 .accordion-item.active {
        border: 1.5px solid #000;
        border-radius: 15px;
    }

    .faq-style-2 .accordion-item .accordion-button {
        font-size: 26px;
        font-weight: 600;
        font-family: "Work Sans", sans-serif;
        background: transparent;
        color: #212529;
        background: transparent;
        border: 0;
        padding: 35px 25px 33px 50px;
    }

        .faq-style-2 .accordion-item .accordion-button .number {
            font-size: 22px;
            font-weight: 400;
            margin-right: 7px;
        }

        .faq-style-2 .accordion-item .accordion-button::before {
            content: "\f63b";
            color: rgba(0, 0, 0, 0.7);
            background: transparent;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
        }

        .faq-style-2 .accordion-item .accordion-button.collapsed {
            padding: 35px 25px 33px 50px;
            border: 0;
            background: transparent;
        }

    .faq-style-2 .accordion-item .collapsed {
        border: 0;
    }

        .faq-style-2 .accordion-item .collapsed::before {
            content: "\f4fe";
            color: rgba(0, 0, 0, 0.7);
            background: transparent;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            transform: translateY(-50%) rotate(0deg);
        }

    .faq-style-2 .accordion-item .accordion-body {
        background: transparent;
        border-top: 0;
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 25px;
        border-top: 1.5px solid #D6D9DD;
    }

        .faq-style-2 .accordion-item .accordion-body p {
            color: rgba(0, 0, 0, 0.7);
        }

@media only screen and (max-width: 1200px) {
    .faq-style-2 .accordion-item .accordion-button {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .faq-style-2 .accordion-item .accordion-button.collapsed {
            padding-left: 15px;
            padding-right: 15px;
        }

    .faq-style-2 .accordion-item .accordion-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .faq-style-2 .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.faq-style-3 .accordion-item .accordion-button {
    background: #C62828;
    color: #ffffff;
}

    .faq-style-3 .accordion-item .accordion-button::before {
        color: #000;
        background: #ffffff;
        border-color: #ffffff;
    }

    .faq-style-3 .accordion-item .accordion-button .number {
        font-size: 22px;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
    }

    .faq-style-3 .accordion-item .accordion-button.collapsed {
        color: #000;
        background: transparent;
    }

        .faq-style-3 .accordion-item .accordion-button.collapsed::before {
            color: #ffffff;
            background: #1E3A8A;
            border-color: #1E3A8A;
        }

.faq-style-3 .accordion-item .accordion-body {
    background: #C62828;
}

    .faq-style-3 .accordion-item .accordion-body P {
        color: rgba(255, 255, 255, 0.7);
    }

.feature-list-one {
    margin-bottom: 40px;
}

    .feature-list-one .icon {
        color: #ffffff;
        display: inline-block;
        background: #1E3A8A;
        font-size: 14px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        margin-right: 10px;
        margin-top: 10px;
    }

    .feature-list-one .feature-title {
        color: #212529;
        font-size: 22px;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
        line-height: 1.72;
        margin-bottom: 0;
        flex: 1;
    }

        .feature-list-one .feature-title b {
            font-weight: 600;
        }

@media only screen and (max-width: 1600px) {
    .feature-list-one .icon {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1200px) {
    .feature-list-one .feature-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .feature-list-one .feature-title {
        font-size: 18px;
    }
}

.feature-wrap-one {
    border: 1.5px solid #D6D9DD;
    padding: 40px 45px 40px 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .feature-wrap-one.fw-one {
        border-radius: 30px 0 0 0;
    }

    .feature-wrap-one.fw-three {
        border-radius: 0 0 0 30px;
    }

    .feature-wrap-one.fw-two {
        border-radius: 0 30px 0 0;
    }

    .feature-wrap-one.fw-four {
        border-radius: 0 0 30px 0;
    }

    .feature-wrap-one .icon {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 29px;
        background: #E3F2FD;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .feature-wrap-one .feature-title {
        font-size: 32px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 18px;
        line-height: 1.1;
    }

        .feature-wrap-one .feature-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .feature-wrap-one p {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        margin-bottom: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .feature-wrap-one:hover {
        background: #C62828;
    }

        .feature-wrap-one:hover .icon {
            background: #ffffff;
        }

        .feature-wrap-one:hover .feature-title {
            color: #ffffff;
        }

        .feature-wrap-one:hover p {
            color: #fff;
        }

@media only screen and (max-width: 1600px) {
    .feature-wrap-one .feature-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .feature-wrap-one {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.feature-wrap-two .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    margin-bottom: 29px;
    background: #1E3A8A;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-two .feature-content {
    flex: 1;
}

.feature-wrap-two .feature-title {
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 8px;
    line-height: 1.1;
}

    .feature-wrap-two .feature-title a {
        color: #212529;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

.feature-wrap-two p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 1600px) {
    .feature-wrap-two .feature-title {
        font-size: 24px;
    }
}

.feature-wrap-three {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .feature-wrap-three .icon {
        width: max-content;
        height: max-content;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 22px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .feature-wrap-three .bg-shape {
        width: 146px;
        height: 146px;
        border-radius: 50%;
        animation: rotation infinite linear 35s;
    }

    .feature-wrap-three .front-icon {
        display: inline-block;
        position: absolute;
        z-index: 2;
    }

    .feature-wrap-three .feature-title {
        font-size: 32px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 18px;
        line-height: 1.1;
    }

        .feature-wrap-three .feature-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .feature-wrap-three p {
        font-size: 18px;
        line-height: 32px;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 23px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .feature-wrap-three .more-btn {
        display: inline-block;
    }

    .feature-wrap-three:hover .icon .bg-shape {
        filter: invert(16%) sepia(99%) saturate(7404%) hue-rotate(359deg) brightness(79%) contrast(93%);
    }

    .feature-wrap-three:hover .feature-title {
        color: #C62828;
    }

@media only screen and (max-width: 1600px) {
    .feature-wrap-three {
        padding-left: 15px;
        padding-right: 15px;
    }

        .feature-wrap-three .feature-title {
            font-size: 24px;
        }
}

@media only screen and (max-width: 1200px) {
    .feature-wrap-three {
        padding-left: 0;
        padding-right: 0;
    }
}

.feature-wrap-four {
    background: #ffffff;
    border-radius: 30px;
    margin-bottom: 40px;
    border: 1.5px solid #D6D9DD;
    padding: 45px 45px 33px 45px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .feature-wrap-four .icon {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 34px;
        background: #1E3A8A;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .feature-wrap-four .feature-title {
        font-size: 32px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px;
        line-height: 1.1;
    }

        .feature-wrap-four .feature-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .feature-wrap-four p {
        font-size: 18px;
        line-height: 32px;
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 20px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .feature-wrap-four:hover {
        border-color: #C62828;
        transform: translateY(-10px);
    }

        .feature-wrap-four:hover .icon {
            background: #C62828;
        }

@media only screen and (max-width: 1600px) {
    .feature-wrap-four .feature-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .feature-wrap-four {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.feature-wrap-five .icon {
    color: #ffffff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C62828;
}

.feature-wrap-five .content {
    flex: 1;
    margin-left: 15px;
    max-width: 523px;
}

.shape-w3a {
    right: -10%;
    top: -127px;
}

.shape-w3b {
    top: -170px;
    left: 0;
}

.widget-title {
    font-size: 26px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}

.service-widget {
    border-radius: 25px;
}

    .service-widget .widget-title {
        margin-bottom: 26px;
    }

    .service-widget .widget {
        padding: 45px 50px 50px 50px;
        margin-bottom: 50px;
        background: #E3F2FD;
        border-radius: 20px;
    }

@media only screen and (max-width: 1600px) {
    .service-widget .widget {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .service-widget {
        border-radius: 15px;
    }
}

.blog-sidebar .widget-title {
    margin-bottom: 26px;
    text-align: left;
    font-size: 27px;
    color: #000;
    letter-spacing: 0.8px;
    border-bottom: solid #e5cb7b 1px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget {
    margin-bottom: 50px;
    background: #fff0c2;
    padding: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.blog-sidebar .widget-search .search-form input {
    border: 1.5px solid #D6D9DD;
}

.social-links a {
    color: #ffffff;
    font-size: 28px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .social-links a:last-child {
        margin-right: 0;
    }

    .social-links a:hover {
        color: #212529;
        background: #C62828;
        border-color: #C62828;
    }

.service-category-widget li:last-child a,
.category-widget li:last-child a {
    margin-bottom: 0;
}

.service-category-widget li a,
.category-widget li a {
    color: #212529;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Work Sans", sans-serif;
    background: #ffffff;
    padding: 14px 20px 14px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1;
}

    .service-category-widget li a:hover,
    .category-widget li a:hover {
        color: #ffffff;
        background: #C62828;
    }

.blog-sidebar .category-widget li a {
    background: transparent;
    border: 1.5px solid #D6D9DD;
}

    .blog-sidebar .category-widget li a:hover {
        color: #ffffff;
        border-color: #C62828;
        background: #C62828;
    }

.widget-file-download {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px 30px 20px 25px;
}

    .widget-file-download .file-download {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .widget-file-download .file-download .icon {
            width: 60px;
            height: 60px;
            background: #1E3A8A;
            border-radius: 50%;
            color: #ffffff;
            font-size: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .widget-file-download .file-download .file-intro {
            flex: 1;
            margin-left: 20px;
        }

            .widget-file-download .file-download .file-intro p {
                color: rgba(0, 0, 0, 0.7);
                font-size: 18px;
                font-weight: 500;
                line-height: 30px;
                font-family: "Poppins", sans-serif;
                margin-bottom: 0;
            }

            .widget-file-download .file-download .file-intro span {
                font-size: 14px;
            }

@media only screen and (max-width: 767.98px) {
    .widget-file-download .file-download .file-intro p {
        font-size: 14px;
    }
}

.widget-file-download .file-download .download-link {
    font-size: 30px;
}

    .widget-file-download .file-download .download-link:hover {
        color: #1E3A8A;
    }

.widget-file-download .file-download:hover .icon {
    background: #C62828;
}

@media only screen and (max-width: 1200px) {
    .widget-file-download {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.comment-form input,
.comment-form textarea {
    background: #F5F5F5;
    border-radius: 0;
    color: #212529;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    display: block;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    border: 1.5px solid transparent;
}

    .comment-form input:focus,
    .comment-form textarea:focus {
        outline: none;
        border-color: #212529;
    }

    .comment-form input::placeholder,
    .comment-form textarea::placeholder {
        color: #212529;
        font-size: 18px;
    }

    .comment-form input::-moz-placeholder,
    .comment-form textarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
    }

    .comment-form input::-webkit-placeholder,
    .comment-form textarea::-webkit-placeholder {
        color: #212529;
        font-size: 18px;
    }

    .comment-form input::-o-placeholder,
    .comment-form textarea::-o-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
    }

    .comment-form input::-ms-placeholder,
    .comment-form textarea::-ms-placeholder {
        color: #212529;
        font-size: 18px;
    }

.comment-form textarea {
    height: 170px;
    resize: none;
    padding-top: 10px;
}

.comment-form button {
    color: #ffffff;
    padding: 19px 50px 18px 50px;
    background: #C62828;
    text-transform: capitalize;
    border: 0;
}

.comment-form p {
    display: flex;
    align-items: center;
}

    .comment-form p input {
        width: 20px;
        height: 20px;
        margin-bottom: 0;
        margin-right: 10px;
    }

.page-navigation .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page-navigation .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page-navigation .page-link {
    display: inline-block;
    color: #212529;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #212529;
}

    .page-navigation .page-link i {
        font-size: 20px;
    }

    .page-navigation .page-link:focus {
        z-index: 2;
        color: #212529;
        border-color: unset;
        outline: none;
        box-shadow: none;
    }

    .page-navigation .page-link:hover {
        color: #ffffff;
        background: #C62828;
        border-color: #C62828;
    }

.recent-post {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: solid #e3d4a3 1px;
    margin-bottom: 20px;
}

    .recent-post .post-thumb {
        width: 100px;
        height: 70px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        background-repeat: no-repeat;
    }

    .recent-post h5 {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: normal;
    }

        .recent-post h5 a {
            color: #212529;
        }

            .recent-post h5 a:hover {
                color: #976f09;
            }

    .recent-post span {
        color: rgba(0, 0, 0, 0.7);
        font-size: 12px;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
    }

        .recent-post span i {
            color: rgba(0, 0, 0, 0.7);
        }

@media (max-width: 1599.98px) {
    .recent-post h5 {
        font-size: 18px;
    }
}

.widget-search .search-form {
    position: relative;
    z-index: 1;
}

    .widget-search .search-form input {
        color: rgba(0, 0, 0, 0.7);
        font-size: 20px;
        height: 60px;
        width: 100%;
        line-height: 60px;
        padding-left: 22px;
        background: #ffffff;
        border: 1.5px solid transparent;
        border-radius: 8px;
    }

        .widget-search .search-form input::placeholder {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.7);
        }

        .widget-search .search-form input::-webkit-placeholder {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.7);
        }

        .widget-search .search-form input::-moz-placeholder {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.7);
        }

        .widget-search .search-form input::-o-placeholder {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.7);
        }

    .widget-search .search-form .widget-btn {
        color: #ffffff;
        background: transparent;
        border: 0;
        width: 54px;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 6px;
        z-index: 1;
    }

        .widget-search .search-form .widget-btn i {
            color: #000;
            font-size: 20px;
        }

.tagcloud span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    margin-right: 10px;
}

.tagcloud a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px 3px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

    .tagcloud a::before {
        content: "";
        position: absolute;
        z-index: 1;
        background: #ffffff;
        width: 0px;
        height: 100%;
        left: 0;
        bottom: 0;
        border-radius: 4px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: -1;
    }

    .tagcloud a:hover {
        color: #ffffff;
        border-color: #C62828;
    }

        .tagcloud a:hover::before {
            width: 100%;
            background: #C62828;
        }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .tagcloud a {
        padding: 16px 16px;
        margin: 5px 2px;
    }
}

@media (max-width: 767px) {
    .tagcloud a {
        padding: 16px 10px;
        margin: 5px 2px;
    }
}

.widget-contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #1E3A8A;
    text-align: center;
    padding: 340px 50px 30px 50px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

    .widget-contact::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 0px 0px 25px 25px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        width: 100%;
        height: 252px;
        z-index: -1;
    }

    .widget-contact .contact-title {
        color: #ffffff;
        font-size: 32px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

@media only screen and (max-width: 1200px) {
    .widget-contact .contact-title {
        font-size: 22px;
        line-height: 40px;
    }
}

.widget-contact .ht-btn::before {
    background: #ffffff;
}

.widget-contact .ht-btn:hover {
    color: #212529;
}

@media only screen and (max-width: 1200px) {
    .widget-contact {
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .widget-contact {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.widget-contacts .ht-btn::before {
    background: #ffffff;
}

.widget-contacts .ht-btn:hover {
    color: #000;
}

.cart-list-form {
    border: 1px solid rgba(7, 17, 6, 0.1);
}

    .cart-list-form .table th {
        font-weight: 400;
        font-size: 18px;
        border: none;
        border-bottom: 1px solid rgba(7, 17, 6, 0.1);
        padding: 15px 30px;
        text-align: start;
        color: #212529;
    }

    .cart-list-form .table .product-thumbnails {
        padding-left: 20px;
        width: 100px;
    }

        .cart-list-form .table .product-thumbnails img {
            max-height: 100%;
            max-width: none;
            width: 100px;
        }

    .cart-list-form .table .product-img {
        display: block;
        max-width: 100px;
        max-height: 100px;
        overflow: hidden;
    }

    .cart-list-form .table tbody td {
        border: none;
        vertical-align: middle;
        text-align: center;
        padding: 30px 0;
    }

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .product-thumbnails {
        padding-left: 10px;
    }
}

.cart-list-form .table-responsive {
    margin-bottom: 30px;
}

    .cart-list-form .table-responsive::-webkit-scrollbar {
        width: 0.3em;
        height: 10px;
    }

    .cart-list-form .table-responsive::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .cart-list-form .table-responsive::-webkit-scrollbar-thumb {
        background-color: #C62828;
    }

.cart-list-form .table .product-info {
    padding-left: 30px;
    text-align: left;
}

    .cart-list-form .table .product-info ul.style-none {
        padding: 0;
        margin: 0;
    }

        .cart-list-form .table .product-info ul.style-none li {
            font-weight: 500;
            display: inline-block;
            font-size: 15px;
            color: rgba(0, 0, 0, 0.7);
            padding-right: 15px;
        }

    .cart-list-form .table .product-info .product-name {
        font-weight: 500;
        letter-spacing: -0.5px;
        font-size: 20px;
        color: #212529;
    }

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .product-info .product-name {
        font-size: 18px;
    }
}

.cart-list-form .table .product-info .serial {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 6px;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .product-info {
        padding-left: 15px;
    }
}

.cart-list-form .table .quantity .product-value {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    max-width: 55px;
    background: 0 0;
    border: none;
    text-align: center;
    padding-left: 12px;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .quantity .product-value {
        max-width: 20px;
        padding-left: 0;
    }
}

.cart-list-form .table .quantity .order-box {
    padding: 0;
    margin: 0;
}

.cart-list-form .table .quantity li {
    display: inline-block;
    line-height: 40px;
    max-height: 40px;
}

    .cart-list-form .table .quantity li .btn {
        font-size: 24px;
        padding: 0;
        border: none;
        vertical-align: inherit;
        color: #212529;
        background: #F5F5F5;
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .quantity li .btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.cart-list-form .table .remove-product {
    color: #C62828;
    font-size: 22px;
}

.cart-list-form .table tbody tr {
    padding: 10px 0;
    border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}

.cart-footer .coupon-form {
    background: #FCF1EC;
    position: relative;
    z-index: 1;
}

    .cart-footer .coupon-form input {
        width: 275px;
        border: none;
        background: #F5F5F5;
        font-size: 16px;
        color: #212529;
        padding-left: 14px;
        height: 40px;
        border-radius: 6px;
    }

        .cart-footer .coupon-form input::placeholder {
            font-size: 16px;
            color: #212529;
        }

        .cart-footer .coupon-form input::-moz-placeholder {
            font-size: 16px;
            color: #212529;
        }

        .cart-footer .coupon-form input::-o-placeholder {
            font-size: 16px;
            color: #212529;
        }

        .cart-footer .coupon-form input::-webkit-placeholder {
            font-size: 16px;
            color: #212529;
        }

        .cart-footer .coupon-form input::-ms-placeholder {
            font-size: 16px;
            color: #212529;
        }

    .cart-footer .coupon-form .coupon_btn {
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 1px;
        border: 0;
        height: 40px;
        padding: 0;
        width: 130px;
        text-transform: capitalize;
    }

        .cart-footer .coupon-form .coupon_btn:hover {
            color: rgba(0, 0, 0, 0.7);
        }

            .cart-footer .coupon-form .coupon_btn:hover::before {
                background: #C62828;
            }

.cart-footer .update-section p {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    cursor: pointer;
}

.cart-footer .update-cart-button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    background: #212529;
    width: max-content;
    height: 40px;
    display: inline-block;
    margin-top: -3px;
}

.cart-total-section {
    padding: 40px 30px;
    border-radius: 6px;
    background: #F4F4F4;
}

    .cart-total-section .checkout-process {
        width: 100%;
        text-align: center;
        background: #212529;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        display: block;
        padding: 10px 25px;
    }

        .cart-total-section .checkout-process:hover {
            background: #1E3A8A;
        }

@media only screen and (max-width: 767.98px) {
    .cart-total-section {
        padding: 40px 15px;
    }
}

.cart-total-table tbody tr {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(119, 124, 144, 0.2);
    margin-bottom: 25px;
}

    .cart-total-table tbody tr:last-child {
        border-bottom: 0;
    }

.cart-total-table tbody th,
.cart-total-table tbody td {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px;
}

.checkout-form label {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.checkout-form .single-input-wrapper,
.checkout-form textarea {
    width: 100%;
    border-radius: 4px;
    background: #f4f4f4;
    border: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    margin-bottom: 25px;
    border-radius: 6px;
}

    .checkout-form .single-input-wrapper::placeholder,
    .checkout-form textarea::placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        font-weight: 400;
    }

    .checkout-form .single-input-wrapper::-ms-placeholder,
    .checkout-form textarea::-ms-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .checkout-form .single-input-wrapper::-o-placeholder,
    .checkout-form textarea::-o-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .checkout-form .single-input-wrapper::-moz-placeholder,
    .checkout-form textarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .checkout-form .single-input-wrapper::-webkit-placeholder,
    .checkout-form textarea::-webkit-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

.checkout-form .ht-select-menu {
    width: 100%;
    border-radius: 6px;
    background: #f4f4f4;
    border: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.checkout-form .nice-select {
    position: relative;
    z-index: 10;
}

    .checkout-form .nice-select .option {
        color: #212529;
    }

.checkout-form textarea {
    height: 200px;
}

.checkout-form .checkbox-list {
    list-style: none;
    padding: 0;
}

.payment-list {
    padding: 0;
    list-style: none;
}

    .payment-list p {
        color: rgba(0, 0, 0, 0.7);
    }

    .payment-list .credit-card-form h6 {
        font-size: 16px;
        font-weight: 600;
        font-family: "Work Sans", sans-serif;
    }

    .payment-list .credit-card-form input {
        width: 100%;
        border: 1px solid rgba(119, 124, 144, 0.15);
        padding-left: 10px;
        display: block;
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
        color: rgba(0, 0, 0, 0.7);
    }

        .payment-list .credit-card-form input::placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .payment-list .credit-card-form input::-moz-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .payment-list .credit-card-form input::-ms-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .payment-list .credit-card-form input::-o-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .payment-list .credit-card-form input::-webkit-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

.checkout__section {
    overflow: hidden;
}

.cart-info-title,
.cart-total-title {
    font-size: 32px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 30px;
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .cart-info-title,
    .cart-total-title {
        font-size: 24px;
    }
}

.shopping-cart {
    color: #212529;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    position: relative;
}

    .shopping-cart span {
        position: absolute;
        background: #C62828;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        padding: 0;
        line-height: 17px;
        top: -9px;
        right: -9px;
        left: auto;
    }

    .shopping-cart:hover {
        background: #C62828;
        color: #ffffff;
    }

@media only screen and (max-width: 767.98px) {
    .shopping-cart {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 47px;
    }
}

.categories-accordion .accordion-item {
    background-color: transparent;
    border: 0;
}

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

.categories-accordion .accordion-button {
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #212529;
    font-weight: 400;
    border: 0;
    background-color: rgba(7, 17, 6, 0.03);
    padding: 5px 8px;
    border-radius: 0px;
}

    .categories-accordion .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

    .categories-accordion .accordion-button::after {
        content: "\f078";
        font-size: 16px;
        font-family: "Font Awesome 5 Pro";
        background: none;
        transition: transform 0.2s ease-in-out;
        height: unset;
        width: unset;
    }

    .categories-accordion .accordion-button:not(.collapsed)::after {
        content: "\f078";
        font-size: 16px;
        font-family: "Font Awesome 5 Pro";
        background: none;
        transform: rotate(180deg);
        height: unset;
        width: unset;
    }

    .categories-accordion .accordion-button:not(.collapsed) {
        color: rgba(0, 0, 0, 0.7);
    }

.categories-accordion .accordion-item .accordion-collapse {
    list-style: none;
    border: 0;
    border-width: 0;
    background-color: rgba(7, 17, 6, 0.05);
    padding-left: 0;
}

    .categories-accordion .accordion-item .accordion-collapse li {
        padding: 13px 0 0 22px;
    }

        .categories-accordion .accordion-item .accordion-collapse li:last-child {
            padding-bottom: 20px;
        }

        .categories-accordion .accordion-item .accordion-collapse li a {
            color: rgba(0, 0, 0, 0.7);
            font-size: 15px;
            line-height: 1;
        }

.highlight_content li:first-child {
    margin-bottom: 8px;
}

.highlight_content li a {
    color: #212529;
    font-size: 15px;
    font-weight: 300;
}

.price-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .price-range .filter {
        border: 0;
        background: #C62828;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        text-transform: capitalize;
        display: inline-block;
        padding: 10px 13px;
    }

    .price-range label {
        color: #212529;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }

    .price-range #amount {
        background: 0;
        color: rgba(0, 0, 0, 0.7) !important;
        display: inline-block;
    }

.ui-widget.ui-widget-content {
    position: relative;
    border: 0;
}

.ui-widget-content {
    border: 1px solid #ffffff;
    background: #C62828;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%;
    border: 3px solid #212529;
    top: -4px;
    background: #FFE149;
}

.ui-widget-header {
    border: 0;
    background: #e6e6e6;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
    border-color: red;
    background-color: #ffffff;
}

.widget-review .form-check .form-check-input {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    width: 20px;
    height: 20px;
    background: rgba(33, 37, 41, 0.1);
    margin-right: 8px;
}

    .widget-review .form-check .form-check-input:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

.widget-review .form-check input[type=checkbox] {
    color: #fbb807;
}

.widget-review .form-check input {
    color: #fbb807;
}

.widget-review .products_rating a {
    color: #fbb807;
}

.widget-review .products_rating span {
    color: rgba(0, 0, 0, 0.7);
}

.color-picker a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
    margin-bottom: 10px;
}

.product-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .product-wrapper .product-tag {
        color: #C62828;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        margin-bottom: 13px;
    }

    .product-wrapper .product-img {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 22px;
    }

        .product-wrapper .product-img img {
            display: block;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .product-wrapper .add-to-cart {
        position: absolute;
        left: 15%;
        right: 15%;
        text-align: center;
        margin: 0 auto;
        bottom: -65px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .product-wrapper .add-to-cart.ht-btn {
            padding: 22px 10px;
            justify-content: center;
        }

    .product-wrapper .product-title {
        color: #000;
        font-size: 32px;
        font-weight: 500;
        font-family: "Work Sans", sans-serif;
        margin-bottom: 12px;
    }

        .product-wrapper .product-title:hover {
            color: #1E3A8A;
        }

    .product-wrapper .price {
        color: rgba(0, 0, 0, 0.7);
        font-size: 24px;
        font-weight: 500;
        font-family: "Work Sans", sans-serif;
    }

        .product-wrapper .price .old-price {
            margin-right: 12px;
        }

        .product-wrapper .price .new-price {
            color: rgba(33, 37, 41, 0.5);
        }

    .product-wrapper .content-info {
        display: flex;
        justify-content: space-between;
    }

    .product-wrapper .content {
        text-align: start;
    }

    .product-wrapper:hover .product-icon {
        right: 16px;
    }

    .product-wrapper:hover .product-img img {
        transform: scale(1.1);
    }

    .product-wrapper:hover .add-to-cart {
        bottom: 16px;
    }

@media only screen and (max-width: 767.98px) {
    .product-wrapper .product-title {
        font-size: 26px;
    }

    .product-wrapper .add-to-cart {
        width: 100%;
    }
}

.product-icon {
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .product-icon a {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        display: block;
        line-height: 40px;
        background: #ffffff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        margin-bottom: 5px;
    }

        .product-icon a:nth-child(2) {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .product-icon a:nth-child(3) {
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .product-icon a:nth-child(4) {
            -webkit-transition: all 0.7s ease 0s;
            -moz-transition: all 0.7s ease 0s;
            -ms-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
        }

        .product-icon a:hover {
            color: #ffffff;
            background: #1E3A8A;
        }

.prstyle-2 {
    background: transparent;
    text-align: center;
}

    .prstyle-2 .product-img {
        background: #ffffff;
        border: 1.5px solid #D6D9DD;
        border-radius: 15px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .prstyle-2 .tag {
        font-size: 20px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

    .prstyle-2 .product-title {
        font-size: 30px;
        font-weight: 600;
        font-family: "Work Sans", sans-serif;
    }

    .prstyle-2 .pr-price {
        font-size: 20px;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
    }

    .prstyle-2 .add-to-cart {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block;
        background: #ffffff;
        font-size: 22px;
        line-height: 50px;
        color: #000;
        position: absolute;
        left: unset;
        right: -50px;
    }

        .prstyle-2 .add-to-cart:hover {
            color: #ffffff;
            background: #1E3A8A;
        }

    .prstyle-2 .product-icon {
        right: auto;
        left: -50px;
        bottom: 25px;
    }

    .prstyle-2:hover .product-img {
        background-color: #C62828;
        border-color: #C62828;
    }

    .prstyle-2:hover .product-icon {
        left: 20px;
    }

    .prstyle-2:hover .add-to-cart {
        right: 25px;
    }

@media only screen and (max-width: 1200px) {
    .prstyle-2 .product-title {
        font-size: 22px;
    }
}

.cart-btn {
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    background: #212529;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

    .cart-btn::before {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: -200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
        background: #1E3A8A;
    }

    .cart-btn:hover {
        color: #ffffff;
    }

        .cart-btn:hover::before {
            top: -40%;
        }

.shop-sidebar .widget-title {
    margin-bottom: 15px;
}

.sort-item {
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}

    .sort-item .sort-btn {
        line-height: 1;
        background: #E4F0F0;
        padding: 12px 21px;
        margin-left: 15px;
        border: 0;
    }

        .sort-item .sort-btn i {
            margin-left: 16px;
        }

        .sort-item .sort-btn::after {
            display: none;
        }

        .sort-item .sort-btn:hover {
            color: #ffffff;
            background: #C62828;
        }

.product-item-slider .product-item {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .product-item-slider .product-item img {
        display: inline-block;
        padding: 10px;
        padding-left: 0;
    }

@media (max-width: 991.98px) {
    .product-item-slider .product-item img {
        width: 100%;
        padding: 0;
    }
}

.product-thumb-slider .product-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .product-thumb-slider .product-item img {
        object-fit: cover;
        display: inline-block;
        padding: 10px;
        padding-left: 0;
        width: 100px;
        height: 100px;
    }

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

    .cart-plus-minus input {
        color: #212529;
        background: rgba(7, 17, 6, 0.03);
        border: 0;
        height: 50px;
        width: 130px;
        font-size: 25px;
        line-height: 1;
        text-align: center;
        margin-top: 1px;
        border-radius: 0;
    }

    .cart-plus-minus .qtybutton {
        background: rgba(33, 37, 41, 0.3);
        width: 35px;
        height: 35px;
        line-height: 30px;
        position: absolute;
        border-radius: 50%;
        font-size: 25px;
        color: #fff;
        left: 7px;
        top: 18%;
        z-index: 1;
        cursor: pointer;
    }

    .cart-plus-minus .inc {
        left: auto;
        right: 7px;
        line-height: 35px;
    }

.product-details .product-title {
    color: #212529;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-details .product-title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .product-details .product-title {
        font-size: 24px;
    }
}

.product-details .price-list .old-price {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
}

.product-details .price-list .new-price {
    font-size: 22px;
    color: #C62828;
    font-family: "Poppins", sans-serif;
}

.product-details .add-to-cart {
    overflow: hidden;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    background: #C62828;
    padding: 14px 40px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

    .product-details .add-to-cart::before {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: -200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
        background: #1E3A8A;
    }

    .product-details .add-to-cart:hover {
        color: #ffffff;
    }

        .product-details .add-to-cart:hover::before {
            top: -40%;
        }

@media (max-width: 767px) {
    .product-details .add-to-cart {
        text-align: center;
        width: 100%;
        padding: 16px 23px;
    }
}

.product-details .cart-btn {
    width: unset;
    padding: 16px 133px;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .product-details .cart-btn {
        width: 100%;
        padding: 16px 23px;
    }
}

.product-rating a {
    color: #f7c600;
    font-size: 18px;
}

.color-mode {
    display: flex;
    align-items: center;
}

    .color-mode p {
        color: #212529;
        margin-bottom: 0;
    }

    .color-mode .color-cus {
        background: #ffffff;
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50%;
        margin: 0 7px;
    }

.product-tab {
    border: 0;
    background: 0;
    border-radius: 0;
    justify-content: center;
    background: rgba(33, 37, 41, 0.03);
    padding: 2px 0;
}

    .product-tab .nav-link {
        border: 0;
        border-radius: 0;
        color: #212529;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        line-height: 30px;
        display: inline-block;
        padding: 15px 0;
        margin: 0 30px;
    }

        .product-tab .nav-link.active, .product-tab .nav-link:hover {
            color: #1E3A8A;
            background-color: transparent;
            border-bottom: 2px solid #1E3A8A;
        }

.cart-menu-right {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

    .cart-menu-right.cart-info {
        right: 0;
        opacity: 1;
        visibility: visible;
        display: block;
        transition: all 0.5s ease-in-out;
    }

    .cart-menu-right .close-icon a {
        color: #222222;
        padding-left: 10px;
        position: absolute;
        top: 36px;
        border: 1px solid #C62828;
        padding-left: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        left: 30px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .cart-menu-right .close-icon a i {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .cart-menu-right .close-icon a:hover {
            color: #C62828;
        }

            .cart-menu-right .close-icon a:hover i {
                transform: rotate(180deg);
            }

.cart-style-1 {
    padding: 100px 30px 30px 20px;
    position: fixed;
    z-index: 1200;
    width: 450px;
    height: 100%;
    left: auto;
    right: -450px;
    top: 0;
    background: #ffffff;
    box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
    transition: all 0.5s ease-in-out;
}

    .cart-style-1 .dropdown-cart-products {
        overflow-y: auto;
    }

    .cart-style-1 .product {
        display: flex;
        align-items: flex-start;
        padding: 10px 20px 25px 10px;
        position: relative;
        border-bottom: 1px solid #ededed;
        margin-bottom: 15px;
    }

    .cart-style-1 .product__cart-details {
        margin-bottom: 0;
    }

        .cart-style-1 .product__cart-details .product-title {
            color: #212529;
            font-weight: 400;
            font-family: "Work Sans", sans-serif;
            margin-bottom: 10px;
        }

            .cart-style-1 .product__cart-details .product-title a:hover {
                color: #C62828;
            }

    .cart-style-1 .product .cart-product-info {
        color: #212529;
    }

    .cart-style-1 .product figure {
        margin-bottom: 0;
    }

    .cart-style-1 .product .product-img {
        display: block;
        width: 132px;
        height: auto;
    }

    .cart-style-1 .product .remove-btn {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        display: flex;
        align-items: center;
        transform: translateY(-100%);
    }

        .cart-style-1 .product .remove-btn i {
            color: #212529;
            font-size: 14px;
            line-height: 1;
        }

    .cart-style-1 .cart-total {
        display: flex;
        align-items: flex-end;
        color: #212529;
        text-transform: uppercase;
    }

        .cart-style-1 .cart-total .cart-total-price {
            margin-left: auto;
        }

    .cart-style-1 .cart-action .btn {
        background: #C62828;
        border-radius: 0;
        padding: 6px 20px;
        border: 0;
    }

    .cart-style-1 .cart-action .btn-outline-primary-2 {
        background: transparent;
        border: 1px solid #C62828;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding: 6px 30px 6px 20px;
        margin-left: 10px;
    }

        .cart-style-1 .cart-action .btn-outline-primary-2 i {
            transform: translateX(10px);
            line-height: 1;
        }

        .cart-style-1 .cart-action .btn-outline-primary-2:hover {
            color: #ffffff;
            background: #C62828;
        }

@media only screen and (max-width: 767.98px) {
    .cart-style-1 {
        width: 315px;
    }

        .cart-style-1 .product .product-img {
            width: 88px;
        }

            .cart-style-1 .product .product-img img {
                width: 100%;
            }
}

.social-links-two a {
    color: #212529;
    font-size: 20px;
    display: inline-block;
    border: 1px solid #000;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .social-links-two a:hover {
        color: #ffffff;
        background: #1E3A8A;
        border-color: #1E3A8A;
    }

.product-category-wrap {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .product-category-wrap .category-thumb {
        display: block;
        position: relative;
        z-index: 1;
    }

        .product-category-wrap .category-thumb::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(11, 10, 10, 0.25);
            border-radius: 50%;
            left: 0;
            top: 0;
            z-index: 1;
        }

        .product-category-wrap .category-thumb img {
            width: 100%;
        }

    .product-category-wrap .category-tag {
        color: #ffffff;
        font-size: 36px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    .product-category-wrap .content {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .product-category-wrap .category-btn {
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        border: 1.5px solid #ffffff;
        border-radius: 5px;
        line-height: 45px;
        padding-left: 32px;
        padding-right: 32px;
        transform: scale(0);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        visibility: hidden;
        display: none;
    }

        .product-category-wrap .category-btn:hover {
            border-color: #C62828;
            background: #C62828;
        }

    .product-category-wrap:hover .category-btn {
        display: inline-block;
        visibility: visible;
        transform: scale(1);
    }

.offer-bg-section {
    background: #FFFBF4;
    position: relative;
    z-index: 1;
}

    .offer-bg-section::before {
        content: "";
        display: block;
        width: 97%;
        height: 94%;
        position: absolute;
        z-index: 2;
        left: 27px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        border: 1px solid #D6D9DD;
    }

@media only screen and (max-width: 1600px) {
    .offer-bg-section::before {
        display: none;
    }
}

.bg-product-section {
    background: #F5F5F5;
}

.theme-banner-one {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

    .theme-banner-one::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }

    .theme-banner-one .main-title {
        color: #ffffff;
        font-size: 90px;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .theme-banner-one p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 68px;
    }

    .theme-banner-one .bstyle,
    .theme-banner-one .bstyle-2 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 35px;
        font-family: "Lato", sans-serif;
        line-height: 1;
        background: #C62828;
        display: inline-block;
        padding: 24px 50px 25px 50px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .theme-banner-one .bstyle .btn-icon,
        .theme-banner-one .bstyle-2 .btn-icon {
            color: #ffffff;
            background: #1E3A8A;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 1;
        }

        .theme-banner-one .bstyle:hover,
        .theme-banner-one .bstyle-2:hover {
            background: #1E3A8A;
        }

    .theme-banner-one .bstyle-2 {
        color: #212529;
        padding-right: 90px;
        background: #ffffff;
    }

        .theme-banner-one .bstyle-2 .btn-icon {
            background: #1E3A8A;
        }

        .theme-banner-one .bstyle-2:hover {
            color: #ffffff;
            background: #C62828;
        }

            .theme-banner-one .bstyle-2:hover .btn-icon {
                color: #1E3A8A;
                background: #ffffff;
            }

    .theme-banner-one .hero-img {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-left: 35px;
    }

    .theme-banner-one .hero-shape-1 {
        position: absolute;
        left: 30px;
        right: 0;
        top: 20px;
        z-index: 2;
    }

@media only screen and (max-width: 1800px) {
    .theme-banner-one .main-title {
        font-size: 65px;
    }

    .theme-banner-one p {
        font-size: 22px;
        line-height: 34px;
    }

    .theme-banner-one .hero-img {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-one .social-element {
        display: none;
    }

    .theme-banner-one .number-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-one {
        padding-top: 220px;
    }

        .theme-banner-one .main-title {
            font-size: 55px;
        }

        .theme-banner-one p {
            font-size: 20px;
            line-height: 34px;
        }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-one {
        padding-top: 115px;
    }

        .theme-banner-one .main-title {
            font-size: 45px;
        }

        .theme-banner-one p {
            font-size: 20px;
            line-height: 34px;
        }

        .theme-banner-one .chat-section {
            left: 15px;
            bottom: 15px;
        }
}

.social-element {
    display: flex;
    align-items: center;
    position: absolute;
    right: -12.5%;
    top: 60%;
    transform: rotate(90deg);
}

    .social-element p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 1;
        letter-spacing: 1.9px;
    }

    .social-element .dash-line {
        background: #ffffff;
        width: 243px;
        height: 1px;
        display: inline-block;
        margin-left: 25px;
    }

    .social-element a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        margin: 0 33px;
    }

    .social-element span {
        color: #ffffff;
        font-size: 20px;
    }

.theme-banner-two {
    padding-left: 185px;
    position: relative;
    z-index: 1;
}

    .theme-banner-two .sub-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 33px;
        background: #1E3A8A;
        border-radius: 30px;
        display: inline-block;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

        .theme-banner-two .sub-title img {
            margin-right: 15px;
            margin-bottom: 6px;
        }

    .theme-banner-two .main-title {
        color: #212529;
        font-family: "Poppins", sans-serif;
        font-size: 90px;
        line-height: 1.11;
        margin-bottom: 27px;
    }

    .theme-banner-two .hero-description {
        color: rgba(0, 0, 0, 0.7);
        font-size: 28px;
        font-family: "Lato", sans-serif;
        line-height: 160.714%;
        margin-bottom: 59px;
        max-width: 97%;
    }

    .theme-banner-two .bstyle,
    .theme-banner-two .bstyle-2 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 35px;
        font-family: "Lato", sans-serif;
        line-height: 1;
        background: #C62828;
        display: inline-block;
        padding: 24px 50px 25px 50px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .theme-banner-two .bstyle .btn-icon,
        .theme-banner-two .bstyle-2 .btn-icon {
            color: #ffffff;
            background: #1E3A8A;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 1;
        }

        .theme-banner-two .bstyle:hover,
        .theme-banner-two .bstyle-2:hover {
            background: #1E3A8A;
        }

    .theme-banner-two .bstyle-2 {
        color: #212529;
        padding-right: 90px;
        background: #ffffff;
    }

        .theme-banner-two .bstyle-2 .btn-icon {
            background: #1E3A8A;
        }

        .theme-banner-two .bstyle-2:hover {
            color: #ffffff;
            background: #C62828;
        }

            .theme-banner-two .bstyle-2:hover .btn-icon {
                color: #1E3A8A;
                background: #ffffff;
            }

    .theme-banner-two .hero-img {
        position: relative;
        z-index: 1;
    }

        .theme-banner-two .hero-img img {
            border-radius: 490px 0 0 490px;
        }

    .theme-banner-two .user-content-wrap-two {
        position: absolute;
        bottom: 125px;
        left: 0;
        z-index: 2;
    }

    .theme-banner-two .shape-h2a,
    .theme-banner-two .shape-h2b,
    .theme-banner-two .shape-h2c {
        position: absolute;
        z-index: 1;
    }

@media only screen and (max-width: 1600px) {
    .theme-banner-two .shape-h2a,
    .theme-banner-two .shape-h2b,
    .theme-banner-two .shape-h2c {
        display: none;
    }
}

.theme-banner-two .shape-h2b {
    left: 0;
    top: -4px;
}

.theme-banner-two .shape-h2a {
    left: 0;
    bottom: 0;
}

.theme-banner-two .shape-h2c {
    top: -14px;
    z-index: -1;
}

@media only screen and (max-width: 1800px) {
    .theme-banner-two {
        padding-left: 15px;
    }

        .theme-banner-two .main-title {
            font-size: 75px;
        }

        .theme-banner-two .hero-description {
            font-size: 22px;
        }
}

@media only screen and (max-width: 1600px) {
    .theme-banner-two .main-title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-two .main-title {
        font-size: 45px;
    }

    .theme-banner-two .hero-description {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-two {
        padding-left: 0;
        padding-top: 120px;
        padding-bottom: 100px;
    }

        .theme-banner-two .main-title {
            font-size: 45px;
        }

        .theme-banner-two .hero-description {
            font-size: 18px;
        }

        .theme-banner-two .hero-img {
            margin-top: 70px;
        }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-two .main-title {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .theme-banner-two .bstyle-2 {
        display: none;
    }

    .theme-banner-two .sub-title {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 14px;
        margin-bottom: 15px;
    }

        .theme-banner-two .sub-title img {
            margin-right: 0;
        }
}

.theme-banner-three {
    position: relative;
    display: block;
    z-index: 2;
}

    .theme-banner-three::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0.5;
        z-index: -1;
    }

    .theme-banner-three .shape-1 {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }

    .theme-banner-three .shape-2 {
        position: absolute;
        z-index: 1;
        right: 47%;
        top: 33%;
    }

    .theme-banner-three .chat-section {
        width: 50px;
        height: 50px;
        background: #ffffff;
        border-radius: 50%;
        color: #C62828;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        position: absolute;
        z-index: 2;
        left: 55px;
        bottom: 55px;
        animation: pulseBig2 15s infinite;
    }

        .theme-banner-three .chat-section i {
            margin-top: 4px;
        }

    .theme-banner-three .sub-title {
        color: #ffffff;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        line-height: 162.5%;
        letter-spacing: unset;
        position: relative;
        z-index: 2;
        margin-bottom: 14px;
    }

        .theme-banner-three .sub-title::before {
            content: "";
            position: relative;
            left: 0;
            top: -5px;
            display: inline-block;
            width: 35px;
            height: 1.5px;
            background: #ffffff;
            z-index: 1;
            margin-right: 10px;
        }

    .theme-banner-three .main-title {
        color: #ffffff;
        font-size: 90px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 1.11;
        letter-spacing: -1.8px;
        margin-bottom: 60px;
    }

    .theme-banner-three .bstyle,
    .theme-banner-three .bstyle-2 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 35px;
        font-family: "Lato", sans-serif;
        line-height: 1;
        background: #C62828;
        display: inline-block;
        padding: 24px 50px 25px 50px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .theme-banner-three .bstyle .btn-icon,
        .theme-banner-three .bstyle-2 .btn-icon {
            color: #ffffff;
            background: #1E3A8A;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 1;
        }

        .theme-banner-three .bstyle:hover,
        .theme-banner-three .bstyle-2:hover {
            background: #1E3A8A;
        }

    .theme-banner-three .bstyle-2 {
        color: #212529;
        padding-right: 90px;
        background: #ffffff;
    }

        .theme-banner-three .bstyle-2 .btn-icon {
            background: #1E3A8A;
        }

        .theme-banner-three .bstyle-2:hover {
            color: #ffffff;
            background: #C62828;
        }

            .theme-banner-three .bstyle-2:hover .btn-icon {
                color: #1E3A8A;
                background: #ffffff;
            }

@media only screen and (max-width: 1800px) {
    .theme-banner-three .main-title {
        font-size: 75px;
    }
}

@media only screen and (max-width: 1600px) {
    .theme-banner-three .main-title {
        font-size: 75px;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-three .main-title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-three .main-title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-three .main-title {
        font-size: 45px;
    }

    .theme-banner-three .bstyle {
        padding: 25px 30px 25px 30px;
    }
}

.social-wrapper h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

.hero-social-links a {
    color: #212529;
    font-size: 22px;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.theme-banner-four {
    position: relative;
    z-index: 1;
}

    .theme-banner-four .chat-section {
        width: 50px;
        height: 50px;
        background: #1E3A8A;
        border-radius: 50%;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        position: absolute;
        z-index: 2;
        left: 55px;
        bottom: 55px;
    }

        .theme-banner-four .chat-section::before {
            content: "";
            position: absolute;
            left: -12.5p;
            top: -12.5px;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background: rgba(30, 58, 138, 0.15);
        }

        .theme-banner-four .chat-section i {
            margin-top: 4px;
        }

    .theme-banner-four .sub-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 33px;
        background: #1E3A8A;
        border-radius: 30px;
        display: inline-block;
        letter-spacing: 0;
        margin-bottom: 13px;
    }

        .theme-banner-four .sub-title img {
            margin-right: 10px;
            margin-bottom: 6px;
        }

    .theme-banner-four .main-title {
        color: #212529;
        font-size: 90px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 1.11;
        margin-bottom: 33px;
    }

    .theme-banner-four p {
        color: rgba(33, 37, 41, 0.7);
        font-family: "Lato", sans-serif;
        font-size: 28px;
        line-height: 1.6;
        margin-bottom: 77px;
    }

    .theme-banner-four .hero-content {
        padding-left: 185px;
    }

    .theme-banner-four .call-btn-box .icon {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        background: #1E3A8A;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .theme-banner-four .bstyle,
    .theme-banner-four .bstyle-2 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 35px;
        font-family: "Lato", sans-serif;
        line-height: 1;
        background: #ffffff;
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .theme-banner-four .bstyle .btn-icon,
        .theme-banner-four .bstyle-2 .btn-icon {
            margin-left: 33px;
        }

    .theme-banner-four .bstyle {
        background: #C62828;
        padding: 24px 51px 25px 51px;
    }

        .theme-banner-four .bstyle:hover {
            color: #ffffff;
            background: #1E3A8A;
        }

    .theme-banner-four ul.slick-dots {
        display: none !important;
    }

@media only screen and (max-width: 1900px) {
    .theme-banner-four .hero-content {
        padding-left: 0;
    }

    .theme-banner-four .main-title {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-four p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-four .main-title {
        font-size: 45px;
    }
}

.theme-banner-five .header-social-links {
    transform: rotate(90deg);
    z-index: 2;
    top: 47%;
    right: -25px;
}

    .theme-banner-five .header-social-links a {
        color: #ffffff;
    }

        .theme-banner-five .header-social-links a::after {
            background: #ffffff;
        }

.theme-banner-five .chat-section {
    width: 50px;
    height: 50px;
    background: #1E3A8A;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    left: 55px;
    bottom: 55px;
    animation: pulseBig2 15s infinite;
}

    .theme-banner-five .chat-section i {
        margin-top: 4px;
    }

.theme-banner-five .ht-slider-wrapper {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .theme-banner-five .ht-slider-wrapper::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
    }

.theme-banner-five .sub-title {
    color: #ffffff;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 162.5%;
    letter-spacing: unset;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

    .theme-banner-five .sub-title::before {
        content: "";
        position: relative;
        left: 0;
        top: -5px;
        display: inline-block;
        width: 35px;
        height: 1.5px;
        background: #ffffff;
        z-index: 1;
        margin-right: 10px;
    }

.theme-banner-five .main-title {
    color: #ffffff;
    font-size: 90px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.11;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
}

.theme-banner-five p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 59px;
}

.theme-banner-five .bstyle,
.theme-banner-five .bstyle-2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 35px;
    font-family: "Lato", sans-serif;
    line-height: 1;
    background: #C62828;
    display: inline-block;
    padding: 24px 50px 25px 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .theme-banner-five .bstyle .btn-icon,
    .theme-banner-five .bstyle-2 .btn-icon {
        color: #ffffff;
        background: #1E3A8A;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

    .theme-banner-five .bstyle:hover,
    .theme-banner-five .bstyle-2:hover {
        background: #1E3A8A;
    }

.theme-banner-five .bstyle-2 {
    color: #212529;
    padding-right: 90px;
    background: #ffffff;
}

    .theme-banner-five .bstyle-2 .btn-icon {
        background: #1E3A8A;
    }

    .theme-banner-five .bstyle-2:hover {
        color: #ffffff;
        background: #C62828;
    }

        .theme-banner-five .bstyle-2:hover .btn-icon {
            color: #1E3A8A;
            background: #ffffff;
        }

@media only screen and (max-width: 1600px) {
    .theme-banner-five .main-title {
        font-size: 75px;
    }

    .theme-banner-five p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-five .main-title {
        font-size: 65px;
    }

    .theme-banner-five p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-five .main-title {
        font-size: 65px;
        line-height: 1.1;
    }

    .theme-banner-five p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-five .main-title {
        font-size: 45px;
        margin-bottom: 40px;
    }

    .theme-banner-five p {
        font-size: 20px;
        max-width: 100%;
    }
}

.user-list,
.feedback-user-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    padding-bottom: 25px;
    border-radius: 70px;
    width: max-content;
}

    .user-list img,
    .feedback-user-list img {
        border-radius: 50%;
        border: 4px solid #ffffff;
    }

    .user-list li,
    .feedback-user-list li {
        margin-left: -18px;
        position: relative;
        z-index: 1;
    }

        .user-list li:first-child,
        .feedback-user-list li:first-child {
            margin-left: 0;
        }

    .user-list .number,
    .feedback-user-list .number {
        border-radius: 50%;
        background: #1E3A8A;
        font-size: 45px;
        color: #ffffff;
        width: 69px;
        height: 69px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #ffffff;
    }

.user-content-wrap-two {
    background: #ffffff;
    border-radius: 70px;
    padding: 33px 37px 8px 37px;
}

    .user-content-wrap-two span {
        color: #212529;
        font-weight: 700;
        font-size: 30px;
    }

/*title-one*/
.title-one .upper-title {
    color: #f3c504;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 35px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-bottom: 21px;
    border: 1.5px solid #f3c504;
    border-radius: 50px;
    padding: 0 19px;
    display: inline-block;
}

.title-one .title {
    font-size: 40px;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
    /* letter-spacing: -1.44px; */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000;
    letter-spacing: 2.5px;
}

@media only screen and (max-width: 1600px) {
    .title-one .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1200px) {
    .title-one .title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .title-one .title {
        font-size: 32px;
    }
}

.description-text {
    font-size: 19px;
    line-height: 29px;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

@media only screen and (max-width: 1800px) {
    .description-text {
        font-size: 20px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 991.98px) {
    .description-text {
        font-size: 18px;
        line-height: 32px;
    }
}

.cta-title {
    font-size: 82px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
}

@media only screen and (max-width: 1600px) {
    .cta-title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991.98px) {
    .cta-title {
        font-size: 32px;
    }
}

.semi-title {
    color: #212529;
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
    letter-spacing: -1px;
}

@media only screen and (max-width: 1600px) {
    .semi-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1200px) {
    .semi-title {
        font-size: 28px;
    }
}

.contact-title {
    color: #212529;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.64px;
}

.img-wrapper-one .main-img {
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .img-wrapper-one .main-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 35px;
        display: inline-block;
        border: 5px solid #C62828;
        z-index: -1;
        left: -25px;
        top: 25px;
    }

.img-wrapper-one .float-content-one {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: -69px;
}

@media only screen and (max-width: 1200px) {
    .img-wrapper-one .main-img::before {
        display: none;
    }
}

.float-content-one {
    text-align: center;
    background: #1E3A8A;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 235px;
    border-radius: 100%;
}

    .float-content-one .number {
        color: #ffffff;
        font-size: 40px;
        font-weight: 700;
        font-family: "Lato", sans-serif;
        line-height: 1;
        margin-bottom: 17px;
    }

    .float-content-one .counter-title {
        color: rgba(255, 255, 255, 0.7);
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 0;
    }

    .float-content-one .shape-1 {
        position: absolute;
        z-index: -1;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.img-wrapper-two .main-img {
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .img-wrapper-two .main-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 35px;
        display: inline-block;
        border: 5px solid #C62828;
        z-index: -1;
        left: -26px;
        top: 25px;
    }

    .img-wrapper-two .main-img::after {
        content: "";
        position: absolute;
        width: 186px;
        height: 189px;
        border-radius: 15px;
        background: #C62828;
        display: inline-block;
        z-index: -1;
        left: -50px;
        top: -50px;
    }

.img-wrapper-two .float-content-two {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 50px;
}

@media only screen and (max-width: 1200px) {
    .img-wrapper-two .main-img::before, .img-wrapper-two .main-img::after {
        display: none;
    }
}

.float-content-two {
    background: #ffffff;
    border-radius: 85px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.13);
    padding: 25px 80px 25px 25px;
    width: max-content;
}

    .float-content-two .float-icon {
        color: #1E3A8A;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        background: #C62828;
        margin-right: 20px;
    }

    .float-content-two .float-content {
        flex: 1;
    }

    .float-content-two .counter-title {
        color: rgba(0, 0, 0, 0.7);
        font-size: 22px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        line-height: 1;
    }

    .float-content-two .number {
        color: #212529;
        font-size: 50px;
        font-weight: 900;
        font-family: "Lato", sans-serif;
        line-height: 1;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 1200px) {
    .float-content-two .counter-title {
        font-size: 18px;
    }

    .float-content-two .number {
        font-size: 38px;
    }
}

.img-wrapper-three .main-img {
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .img-wrapper-three .main-img::before {
        content: "";
        position: absolute;
        width: 93%;
        height: 93%;
        border-radius: 30px;
        display: inline-block;
        border: 2px solid #C62828;
        z-index: -1;
        right: 70px;
        top: 70px;
    }

    .img-wrapper-three .main-img::after {
        content: "";
        position: absolute;
        width: 186px;
        height: 189px;
        border-radius: 15px;
        background: #C62828;
        display: inline-block;
        z-index: -1;
        right: -50px;
        top: -50px;
    }

.img-wrapper-three .float-content-two {
    padding-right: 63px;
    position: absolute;
    z-index: 2;
    left: -65px;
    bottom: 34px;
}

@media only screen and (max-width: 1200px) {
    .img-wrapper-three .main-img::before, .img-wrapper-three .main-img::after {
        display: none;
    }
}

.img-wrapper-four .main-img {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.img-wrapper-four .front-img {
    border-radius: 30px;
    max-width: 100%;
}

.img-wrapper-four .frame-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.img-wrapper-four .float-content-three {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 50px;
}

.float-content-three {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12.5px);
    padding: 30px 50px 15px 50px;
    width: max-content;
}

    .float-content-three .counter-title {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        line-height: 1;
    }

    .float-content-three .number {
        color: #212529;
        font-size: 70px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 1200px) {
    .float-content-three .number {
        font-size: 38px;
    }
}

.img-wrapper-five .main-img {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.img-wrapper-five .front-img {
    border-radius: 30px;
}

.img-wrapper-five .frame-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.img-wrapper-five .float-content-four {
    position: absolute;
    z-index: 2;
    left: -5px;
    bottom: 55px;
}

.float-content-four {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12.5px);
    padding: 30px 37px 15px 40px;
    width: max-content;
}

    .float-content-four .float-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #C62828;
        margin-right: 15px;
    }

    .float-content-four .counter-title {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        line-height: 1;
    }

    .float-content-four .number {
        color: #212529;
        font-size: 70px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        margin-bottom: 5px;
    }

@media only screen and (max-width: 1200px) {
    .float-content-four .number {
        font-size: 38px;
    }
}

.img-wrapper-six .front-img-two {
    position: relative;
    z-index: 2;
    left: 42.5%;
    top: -175px;
    border-radius: 20px;
}

.img-wrapper-six .float-content-four {
    background: #1E3A8A;
    left: 84px;
    bottom: 29%;
    z-index: 3;
}

    .img-wrapper-six .float-content-four .float-icon {
        width: 57px;
        height: 57px;
    }

.img-wrapper-six .number {
    font-size: 50px;
}

@media only screen and (max-width: 767.98px) {
    .img-wrapper-six .front-img-two {
        left: unset;
        top: unset;
    }
}

.img-wrapper-seven .front-img-two {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.img-wrapper-seven .float-content-two {
    left: 95px;
    bottom: 35px;
    z-index: 3;
}

@media only screen and (max-width: 767.98px) {
    .img-wrapper-seven .front-img-two {
        max-width: 50%;
    }
}

.video-wrap-one {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

    .video-wrap-one::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: rgba(30, 58, 138, 0.6);
    }

    .video-wrap-one .popup-video {
        color: #ffffff;
        font-size: 60px;
        width: 140px;
        height: 140px;
        background: #C62828;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

@media only screen and (max-width: 1200px) {
    .video-wrap-one {
        margin-top: 60px;
    }
}

.brand-wrap-one .icon {
    margin-left: 83px;
    margin-right: 83px;
}

.block-wrap-one .g-date {
    color: #ffffff;
    background: #1E3A8A;
    padding: 0 20px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 16px;
}

.block-wrap-one .block-title {
    color: #212529;
    font-size: 40px;
    line-height: 1.14;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.block-wrap-one p {
    margin-bottom: 93px;
}

@media only screen and (max-width: 1200px) {
    .block-wrap-one p {
        margin-bottom: 40px;
    }

    .block-wrap-one .block-title {
        font-size: 28px;
    }
}

.counter-wrap-one {
    margin-bottom: 20px;
    text-align: center;
    /* border-right: solid #dfdfdf 1px; */
    padding-bottom: 32px;
    /* border-bottom: solid #dfdfdf 1px; */
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}

    .counter-wrap-one .number {
        color: #ffca00;
        font-size: 70px;
        font-weight: 600;
        /* font-family: "Poppins", sans-serif; */
        line-height: 1;
        margin-bottom: 10px;
    }

    .counter-wrap-one .counter-title {
        color: #000;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 15px;
    }

@media only screen and (max-width: 1200px) {
    .counter-wrap-one .number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .counter-wrap-one {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.counter-wrap-two .icon {
    width: 40px;
    height: 40px;
    background: #1E3A8A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.counter-wrap-two .number {
    color: #212529;
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.44px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 5px;
}

.counter-wrap-two .counter-title {
    color: #212529;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: -0.44px;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-two .number {
        font-size: 20px;
    }
}

.counter-wrap-three .icon {
    width: 40px;
    height: 40px;
    background: #1E3A8A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.counter-wrap-three .number {
    color: #212529;
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.44px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.counter-wrap-three .counter-title {
    color: #212529;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: -0.44px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.counter-wrap-three:hover .icon {
    background: #C62828;
}

.counter-wrap-three:hover .number,
.counter-wrap-three:hover .counter-title {
    color: #C62828;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-three .number {
        font-size: 20px;
    }
}

.counter-wrap-bg {
    background: #F5F5F5;
    padding: 30px 76px 20px 30px;
    border-radius: 15px;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-bg {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.counter-wrap-four .icon {
    width: 45px;
    height: 45px;
    background: #C62828;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.counter-wrap-four .number {
    color: #212529;
    font-size: 34px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.68px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 5px;
}

.counter-wrap-four .counter-title {
    color: #212529;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-four .number {
        font-size: 20px;
    }
}

.counter-wrap-five {
    margin-bottom: 45px;
    max-width: 375px;
}

    .counter-wrap-five .counter-title {
        color: #212529;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .counter-wrap-five .counter-divider {
        width: 100%;
        height: 1.5px;
        background: #000;
        margin-bottom: 30px;
    }

    .counter-wrap-five .number {
        color: #000;
        font-size: 80px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        margin-bottom: 23px;
    }

    .counter-wrap-five .description {
        font-size: 18px;
    }

@media only screen and (max-width: 1200px) {
    .counter-wrap-five .number {
        font-size: 60px;
    }
}

.author-quote {
    text-align: center;
    background: #2F2E45;
    padding: 51px 45px 74px 45px;
    border-radius: 30px;
}

    .author-quote .icon {
        background: #C62828;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 70px;
        margin-bottom: 37px;
    }

        .author-quote .icon img {
            display: inline-block;
        }

    .author-quote .quote-text {
        color: #ffffff;
        font-size: 34px;
        line-height: 1.6;
        font-family: "Lato", sans-serif;
        margin-bottom: 57px;
    }

    .author-quote .name {
        color: #ffffff;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 500;
    }

        .author-quote .name span {
            color: rgba(255, 255, 255, 0.6);
        }

@media only screen and (max-width: 1600px) {
    .author-quote {
        padding-left: 15px;
        padding-right: 15px;
    }

        .author-quote .quote-text {
            font-size: 30px;
        }
}

@media only screen and (max-width: 767.98px) {
    .author-quote .quote-text {
        font-size: 22px;
        line-height: 30px;
    }
}

.service-tag-list a {
    color: #212529;
    font-size: 20px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    display: inline-block;
    border-radius: 50px;
    background: #ffffff;
    padding: 8px 40px;
    margin: 3px 1px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .service-tag-list a:hover {
        color: #ffffff;
        background: #1E3A8A;
    }

.list-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D6D9DD;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .list-text .number {
        color: #212529;
        font-size: 40px;
        font-weight: 900;
        font-family: "Lato", sans-serif;
    }

    .list-text .text-label {
        font-size: 26px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
    }

@media only screen and (max-width: 1200px) {
    .list-text .number {
        font-size: 22px;
    }

    .list-text .text-label {
        font-size: 20px;
    }
}

.icon-box img {
    margin-bottom: 20px;
}

.icon-box h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.icon-box .icon {
    color: #C62828;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: rgba(198, 40, 40, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.icon-box:hover .icon {
    color: #ffffff;
    background: #C62828;
}

.skill-wrapper-box {
    padding-left: 80px;
    padding-right: 315px;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 1800px) {
    .skill-wrapper-box {
        padding-right: 50px;
        padding-top: 42px;
    }
}

@media (max-width: 991px) {
    .skill-wrapper-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 60px;
    }
}

.skill-wrapper {
    position: relative;
    z-index: 1;
}

    .skill-wrapper .skill-title {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        font-weight: 400;
        color: #212529;
        font-family: "Lato", sans-serif;
        letter-spacing: unset;
    }

    .skill-wrapper .progress {
        height: 9px;
        background: rgba(0, 0, 0, 0.06);
        border-radius: 10px;
        overflow: visible;
        position: relative;
        z-index: 1;
    }

        .skill-wrapper .progress .progress-bar {
            height: 9px;
            background: #C62828;
            width: 82%;
            border-radius: 10px;
            overflow: visible;
        }

        .skill-wrapper .progress span {
            color: #212529;
            font-size: 20px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            position: absolute;
            left: 82%;
            top: -30px;
        }

        .skill-wrapper .progress.progress-2 .progress-bar {
            width: 88%;
        }

        .skill-wrapper .progress.progress-2 span {
            left: 88%;
        }

        .skill-wrapper .progress.progress-3 .progress-bar {
            width: 94%;
        }

        .skill-wrapper .progress.progress-3 span {
            left: 94%;
        }

    .skill-wrapper.sk-2 .progress .progress-bar {
        width: 55%;
    }

    .skill-wrapper.sk-2 .skill-title span {
        right: 15%;
    }

    .skill-wrapper.sk-3 .progress .progress-bar {
        width: 95%;
    }

    .skill-wrapper.sk-3 .skill-title span {
        right: 8%;
    }

.progressbar-content {
    text-align: center;
    display: inline-block;
}

    .progressbar-content .chart,
    .progressbar-content .chart2 {
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 1;
    }

        .progressbar-content .chart span,
        .progressbar-content .chart2 span {
            color: #212529;
            font-size: 50px;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-77%);
        }

    .progressbar-content .progress-title {
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        letter-spacing: normal;
        margin-top: 5px;
    }

@media only screen and (max-width: 1200px) {
    .progressbar-content .chart span {
        font-size: 48px;
    }

    .progressbar-content .progress-title {
        font-size: 22px;
    }
}

.marquee-wrapper {
    /* width: 130vw; */
    /* margin-left: -10%; */
}

    .marquee-wrapper .donate-title {
        display: flex;
        align-items: center;
        margin: 0 20px;
    }

        .marquee-wrapper .donate-title a {
            color: #ffffff;
            font-size: 65px;
            font-weight: 700;
            font-family: "Lato", sans-serif;
            line-height: 1;
            display: inline-flex;
            align-items: center;
        }

        .marquee-wrapper .donate-title img {
            display: inline-block;
            margin-left: 20px;
        }

@media only screen and (max-width: 991.98px) {
    .marquee-wrapper .donate-title a {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .marquee-wrapper {
        margin-left: 0;
        width: 100%;
    }
}

@keyframes marqueslide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes marqueslideRverse {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.marquee-wrapper,
.country-list {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}

    .marquee-wrapper::before, .marquee-wrapper::after,
    .country-list::before,
    .country-list::after {
        /* position: absolute; */
        /* top: 0; */
        /* width: 250px; */
        height: 100%;
        /* content: ""; */
        /* z-index: 2; */
    }

    .marquee-wrapper:hover .marquee-slide,
    .country-list:hover .marquee-slide {
        animation-play-state: paused;
    }

.marquee-slide,
.country-wrapper,
.country-list-four {
    display: inline-block;
    animation: 35s marqueslide infinite linear;
    height: 50px;
    display: flex;
    align-items: center;
}

.country-list-two .country-wrapper {
    display: inline-block;
    animation: 35s marqueslideRverse infinite linear;
    height: 50px;
    display: flex;
    align-items: center;
}

.country-list-five {
    display: inline-block;
    height: 50px;
    display: flex;
    align-items: center;
    animation: 35s marqueslideRverse infinite linear;
}

.marquee-wrapper-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.news-wrapper {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

    .news-wrapper a {
        font-weight: 700;
        margin-left: 15px;
        margin-right: 22px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .news-wrapper a:hover {
            color: #ffc004;
        }

    .news-wrapper img {
        margin-right: 26px;
    }

.process-wrapper {
    position: relative;
    z-index: 1;
}

    .process-wrapper .main-img {
        position: absolute;
        z-index: 2;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .process-wrapper .bg-round-shape {
        position: relative;
        z-index: 1;
        animation: rotation infinite linear 50s;
    }

ul.worklist {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

    ul.worklist li {
        display: inline-block;
    }

        ul.worklist li:nth-child(1) {
            position: absolute;
            left: 50%;
            top: -6%;
            transform: translateX(-50%);
        }

        ul.worklist li:nth-child(2) {
            position: absolute;
            left: -4%;
            top: 50%;
            transform: translateY(-50%);
        }

        ul.worklist li:nth-child(3) {
            position: absolute;
            left: 50%;
            bottom: -5%;
            transform: translateX(-50%);
        }

        ul.worklist li:last-child {
            position: absolute;
            right: -5%;
            top: 50%;
            transform: translateY(-50%);
        }

@media only screen and (max-width: 767.98px) {
    ul.worklist {
        position: relative;
        display: flex;
        flex-direction: column;
    }

        ul.worklist li {
            position: relative;
            display: block;
            margin-bottom: 40px;
        }

            ul.worklist li:nth-child(1), ul.worklist li:nth-child(2), ul.worklist li:nth-child(3), ul.worklist li:last-child {
                position: relative;
                transform: unset;
                left: unset;
                top: unset;
                right: unset;
                bottom: unset;
            }
}

.tooltip-box {
    position: relative;
}

    .tooltip-box.tb-1 .tooltip-content {
        left: -198px;
        top: 0px;
    }

@media only screen and (max-width: 767.98px) {
    .tooltip-box.tb-1 .tooltip-content {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        text-align: center;
    }
}

.tooltip-box.tb-2 .tooltip-content {
    left: -144px;
    top: 14px;
}

@media only screen and (max-width: 767.98px) {
    .tooltip-box.tb-2 .tooltip-content {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        text-align: center;
    }
}

.tooltip-box.tb-3 .tooltip-content {
    left: 136px;
    top: 76px;
    width: max-content;
}

@media only screen and (max-width: 767.98px) {
    .tooltip-box.tb-3 .tooltip-content {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        text-align: center;
    }
}

.tooltip-box.tb-4 .tooltip-content {
    left: 140px;
    top: 18px;
    width: max-content;
}

@media only screen and (max-width: 767.98px) {
    .tooltip-box.tb-4 .tooltip-content {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        text-align: center;
    }
}

.tooltip-box .icon {
    display: inline-block;
}

.tooltip-box .tooltip-content {
    text-align: start;
    position: absolute;
    z-index: 2;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 991.98px) {
    .tooltip-box .tooltip-content {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tooltip-box .tooltip-content {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .tooltip-box.tb-2 .tooltip-content {
        left: -84px;
        top: -22px;
    }

    .tooltip-box.tb-4 .tooltip-content {
        left: 7px;
        top: -30px;
        width: max-content;
    }
}

@media only screen and (max-width: 991.98px) {
    .tooltip-box.tb-4 .tooltip-content {
        top: 50px;
        left: -152px;
    }

    .tooltip-box.tb-2 .tooltip-content {
        left: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tooltip-box.tb-1 .tooltip-content, .tooltip-box.tb-4 .tooltip-content, .tooltip-box.tb-2 .tooltip-content, .tooltip-box.tb-3 .tooltip-content {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        text-align: center;
        width: 100%;
        margin-top: 15px;
        color: rgba(0, 0, 0, 0.7);
    }
}

.working-process-section .shape-w1 {
    position: absolute;
    left: 0;
    top: -19%;
    z-index: -1;
}

.working-process-section .shape-w2 {
    position: absolute;
    right: 0;
    /* bottom: -16%; */
    /* z-index: -1; */
}

.process-wrapper-two {
    border-radius: 25px;
    border: 1.5px solid #D6D9DD;
    background: #ffffff;
}

    .process-wrapper-two .bg-process-shape {
        width: 73%;
        position: absolute;
        height: 20px;
        z-index: -1;
        left: 0;
        right: 0;
        top: 37%;
        margin: 0 auto;
    }

.process-wrap-one,
.process-wrap-three {
    margin-bottom: 40px;
}

    .process-wrap-one .icon,
    .process-wrap-three .icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #1E3A8A;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .process-wrap-one .process-title,
    .process-wrap-three .process-title {
        font-size: 26px;
        letter-spacing: -0.44px;
    }

@media only screen and (max-width: 1200px) {
    .process-wrap-one .process-title,
    .process-wrap-three .process-title {
        font-size: 20px;
    }
}

.process-wrap-three .icon {
    background: transparent;
    width: max-content;
    height: max-content;
    position: relative;
    z-index: 1;
}

.process-wrap-three .front-icon {
    position: absolute;
}

.service-wrap-one {
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #efefef;
    padding: 20px;
}

    .service-wrap-one p {
        font-size: 17px;
    }

    .service-wrap-one .service-thumb {
        text-align: center;
        border-radius: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        position: relative;
        z-index: 1;
    }

        .service-wrap-one .service-thumb::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 0px;
            background-color: #C62828;
            z-index: 1;
            border-radius: 30px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .service-wrap-one .service-thumb img {
            max-width: 100%;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .service-wrap-one .front-img {
        border-radius: 30px;
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-one .back-img {
        position: absolute;
        z-index: 3;
        width: 83%;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0 0 178px 178px;
        margin: 0 auto;
        height: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-one .service-title {
        font-size: 28px;
        line-height: 1.1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px;
        margin-top: 25px;
        letter-spacing: normal;
        /* text-transform: uppercase; */
    }

        .service-wrap-one .service-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .service-wrap-one .service-title a:hover {
                color: #C62828;
            }

    .service-wrap-one .more-btn {
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-one:hover .service-thumb::before {
        height: 100%;
    }

    .service-wrap-one:hover .back-img {
        height: 91%;
    }

@media only screen and (max-width: 1600px) {
    .service-wrap-one .service-title {
        font-size: 24px;
    }
}

.country-list {
    /* width: 129vw; */
}

    .country-list .item {
        border: 1.5px solid #D6D9DD;
        display: inline-flex;
        align-items: center;
        border-radius: 55px;
        padding: 15px 81px 15px 15px;
        gap: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .country-list .item img {
            width: 65px;
            height: 65px;
            border-radius: 50%;
        }


        .country-list .item span {
            font-size: 20px;
            font-weight: 500;
            font-family: "Work Sans", sans-serif;
        }

.country-white .item {
    border-color: #ffffff;
    background: #ffffff;
}

.country-white img {
    border-radius: 50%;
}

.country-list-three .item {
    display: inline-flex;
    align-items: center;
    border-radius: 55px;
    padding: 15px 15px 15px 15px;
    gap: 15px;
    background: #F5F5F5;
    width: 100%;
    margin-bottom: 45px;
}

    .country-list-three .item img {
        border-radius: 50%;
    }

    .country-list-three .item span {
        font-size: 28px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

@media only screen and (max-width: 1200px) {
    .country-list-three .item {
        padding: 10px;
    }

        .country-list-three .item span {
            font-size: 16px;
        }
}

@media only screen and (max-width: 767.98px) {
    .country-list-three .item {
        gap: 5px;
    }

        .country-list-three .item img {
            width: 42px;
        }
}

.country-list-four,
.country-list-five {
    height: 150px;
    gap: 50px;
    margin-right: 40px;
}

    .country-list-four .item,
    .country-list-five .item {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 45px;
    }

        .country-list-four .item img,
        .country-list-five .item img {
            display: inline-block;
            border-radius: 50%;
            margin-bottom: 30px;
        }

        .country-list-four .item span,
        .country-list-five .item span {
            font-size: 28px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            line-height: 50px;
            background: #F5F5F5;
            padding: 0 35px 0 35px;
            border-radius: 55px;
            position: relative;
            z-index: 1;
        }

            .country-list-four .item span::after,
            .country-list-five .item span::after {
                content: "";
                clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
                background: #F5F5F5;
                width: 20px;
                height: 27px;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: -24px;
                z-index: 1;
            }

            .country-list-four .item span .bg-shape,
            .country-list-five .item span .bg-shape {
                position: absolute;
                left: 0;
                right: 0;
                top: -58%;
                z-index: -1;
                width: 100%;
            }

@media only screen and (max-width: 1200px) {
    .country-list-four .item span,
    .country-list-five .item span {
        font-size: 16px;
    }
}

.country-list-six .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

    .country-list-six .item img {
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 30px;
    }

    .country-list-six .item span {
        font-size: 28px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 50px;
        background: #F5F5F5;
        padding: 0 35px 0 35px;
        border-radius: 55px;
        position: relative;
        z-index: 1;
    }

        .country-list-six .item span::after {
            content: "";
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            background: #F5F5F5;
            width: 20px;
            height: 27px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -24px;
            z-index: 1;
        }

        .country-list-six .item span .bg-shape {
            position: absolute;
            left: 0;
            right: 0;
            top: -58%;
            z-index: -1;
            width: 100%;
        }

@media only screen and (max-width: 1200px) {
    .country-list-six .item span {
        font-size: 16px;
    }
}

.offer-country-section .shape-c2b {
    top: -18%;
    left: 0;
}

.offer-country-section .shape-c2a {
    top: -28%;
    right: 0;
    /* position: absolute; */
}

.offer-country-section .shape-c4a {
    top: 50px;
    left: 0;
}

.offer-country-section .shape-och4 {
    top: -149px;
}

.service-wrap-two,
.service-wrap-six {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px 40px 0 40px;
    border: 2px solid #ffffff;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .service-wrap-two .service-shape,
    .service-wrap-six .service-shape {
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
    }

    .service-wrap-two .icon,
    .service-wrap-six .icon {
        background: #1E3A8A;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-two .service-number,
    .service-wrap-six .service-number {
        color: transparent;
        -webkit-text-stroke: 1.5px #D6D9DD;
        font-size: 30px;
        font-family: "Poppins", sans-serif;
        margin-top: 57px;
        position: relative;
        z-index: 1;
    }

        .service-wrap-two .service-number::before,
        .service-wrap-six .service-number::before {
            content: "";
            position: absolute;
            right: 10px;
            top: 15px;
            background: #D6D9DD;
            width: 272px;
            height: 1.5px;
        }

    .service-wrap-two .service-title,
    .service-wrap-six .service-title {
        font-size: 30px;
        line-height: 1.1;
        font-weight: 800;
        font-family: "Work Sans", sans-serif;
        margin-bottom: 14px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        letter-spacing: 3px;
        text-transform: uppercase;
        /* width: 90%; */
        height: 80px;
    }

        .service-wrap-two .service-title a,
        .service-wrap-six .service-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .service-wrap-two .service-title a:hover,
            .service-wrap-six .service-title a:hover {
                color: #233793;
            }

    .service-wrap-two .more-btn,
    .service-wrap-six .more-btn {
        margin-top: 7px;
        margin-bottom: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-two .content,
    .service-wrap-six .content {
        overflow: hidden;
        margin-bottom: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-two .inner-content,
    .service-wrap-six .inner-content {
        margin-top: 47px;
        margin-bottom: -30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }


.inner-content p {
    line-height: 28px;
}


.service-wrap-two:hover,
.service-wrap-six:hover {
    border-color: #f5c801;
}

    .service-wrap-two:hover .icon,
    .service-wrap-six:hover .icon {
        background: #f5c801;
    }

    .service-wrap-two:hover .inner-content,
    .service-wrap-six:hover .inner-content {
        margin-top: 18px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 1600px) {
    .service-wrap-two .service-title,
    .service-wrap-six .service-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .service-wrap-two,
    .service-wrap-six {
        padding-left: 15px;
        padding-right: 15px;
    }

        .service-wrap-two .service-number::before,
        .service-wrap-six .service-number::before {
            width: 50%;
        }
}

.service-wrap-three {
    background: #F5F5F5;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .service-wrap-three .service-thumb {
        margin-bottom: 45px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .service-wrap-three .service-thumb img {
            border-radius: 30px 30px 0 0;
            width: 100%;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .service-wrap-three .service-title {
        font-size: 32px;
        line-height: 1.1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px;
    }

        .service-wrap-three .service-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .service-wrap-three .service-title a:hover {
                color: #C62828;
            }

    .service-wrap-three p {
        margin-bottom: 26px;
    }

    .service-wrap-three .more-btn {
        display: inline-block;
        color: #000;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        border-bottom: 1px solid #000;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .service-wrap-three .more-btn img {
            display: inline-block;
        }

        .service-wrap-three .more-btn:hover {
            color: #C62828;
            border-color: #C62828;
        }

            .service-wrap-three .more-btn:hover img {
                filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2910%) hue-rotate(349deg) brightness(89%) contrast(97%);
            }

    .service-wrap-three .content {
        padding: 0 48px 50px 40px;
    }

@media only screen and (max-width: 1600px) {
    .service-wrap-three .service-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .service-wrap-three .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.service-wrap-four {
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .service-wrap-four .service-thumb {
        border-radius: 30px;
        margin-bottom: 25px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .service-wrap-four .service-thumb img {
            border-radius: 30px;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .service-wrap-four .service-title {
        font-size: 32px;
        line-height: 1.1;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 20px;
    }

        .service-wrap-four .service-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .service-wrap-four .service-title a:hover {
                color: #C62828;
            }

    .service-wrap-four .more-btn {
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

@media only screen and (max-width: 1600px) {
    .service-wrap-four .service-title {
        font-size: 24px;
    }
}

.service-wrap-five {
    border-radius: 20px;
    border: 1.5px solid #ffffff;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .service-wrap-five .service-thumb {
        margin-bottom: 33px;
    }

        .service-wrap-five .service-thumb img {
            width: 100%;
            border-radius: 20px 20px 0 0;
        }

    .service-wrap-five .service-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 16px;
    }

        .service-wrap-five .service-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .service-wrap-five .service-title a:hover {
                color: #C62828;
            }

    .service-wrap-five p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-five .more-btn {
        color: #ffffff;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        background: #1E3A8A;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 25px;
        top: -3px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-wrap-five .content {
        padding-left: 30px;
        padding-right: 60px;
        position: relative;
        z-index: 1;
    }

    .service-wrap-five:hover {
        border-color: #C62828;
    }

        .service-wrap-five:hover .more-btn {
            visibility: visible;
            opacity: 1;
        }

@media only screen and (max-width: 1200px) {
    .service-wrap-five .service-title {
        font-size: 24px;
    }

    .service-wrap-five .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .service-wrap-five .more-btn {
        position: relative;
        z-index: 1;
        visibility: visible;
        opacity: 1;
        left: 0;
        margin-bottom: 30px;
    }
}

.service-wrap-six.version-2 {
    background: #F5F5F5;
}

.service-wrap-six .front-icon {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-six .back-icon {
    display: none;
    visibility: visible;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-six:hover {
    background: #C62828;
}

    .service-wrap-six:hover .service-shape {
        filter: invert(1) brightness(10);
    }

    .service-wrap-six:hover .front-icon {
        display: none;
        visibility: hidden;
    }

    .service-wrap-six:hover .back-icon {
        display: inline-block;
        visibility: visible;
        opacity: 1;
    }

    .service-wrap-six:hover .icon {
        background: #ffffff;
    }

    .service-wrap-six:hover .service-number {
        color: #ffffff;
    }

    .service-wrap-six:hover .service-title a {
        color: #ffffff;
    }

    .service-wrap-six:hover p {
        color: rgba(255, 255, 255, 0.7);
    }

    .service-wrap-six:hover .more-btn img {
        filter: invert(1) brightness(10);
    }

.slick-slide.slick-current.slick-active .service-wrap-six {
    background: #C62828;
}

    .slick-slide.slick-current.slick-active .service-wrap-six .front-icon {
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .back-icon {
        display: none;
        visibility: visible;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .service-shape {
        filter: invert(1) brightness(10);
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .front-icon {
        display: none;
        visibility: hidden;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .back-icon {
        display: inline-block;
        visibility: visible;
        opacity: 1;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .icon {
        background: #ffffff;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .service-number {
        color: #ffffff;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .service-title a {
        color: #ffffff;
    }

    .slick-slide.slick-current.slick-active .service-wrap-six p {
        color: rgba(255, 255, 255, 0.7);
    }

    .slick-slide.slick-current.slick-active .service-wrap-six .more-btn img {
        filter: invert(1) brightness(10);
    }

.portfolio-wrap-one {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

    .portfolio-wrap-one img {
        border-radius: 30px;
    }

    .portfolio-wrap-one .icon-link {
        color: #212529;
        font-size: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #C62828;
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
    }

    .portfolio-wrap-one:hover .icon-link {
        opacity: 1;
        visibility: visible;
    }

.contact-form-wrapper {
    padding: 20px 35px;
    background: #ffffff;
    border-radius: 30px;
}

@media only screen and (max-width: 1200px) {
    .contact-form-wrapper {
        padding: 15px 15px 12px 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .contact-form-wrapper {
        padding: 30px 15px;
    }
}

.contact-form-wrapper-two {
    padding: 55px 50px 60px 55px;
}

@media only screen and (max-width: 1200px) {
    .contact-form-wrapper-two {
        padding: 25px 15px;
    }
}

.contact-form-wrapper-three {
    padding: 50px 50px 50px 50px;
    border: 1.5px solid #C62828;
    border-radius: 30px;
}

@media only screen and (max-width: 1200px) {
    .contact-form-wrapper-three {
        padding: 15px 15px 12px 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .contact-form-wrapper-three {
        padding: 30px 15px;
    }
}

.contact-img-box .shape-c1 {
    position: relative;
    left: -33%;
    top: 18px;
}

@media only screen and (max-width: 1800px) {
    .contact-img-box img {
        width: 100%;
    }
}

.contact-form .input-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
}

    .contact-form .input-wrapper label {
        font-size: 18px;
        color: #212529;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        margin-bottom: 15px;
    }

    .contact-form .input-wrapper input,
    .contact-form .input-wrapper .select-event {
        width: 100%;
        height: 50px;
        border: 0;
        background: transparent;
        color: rgba(0, 0, 0, 0.4);
        font-size: 14px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        border-radius: 8px;
        border: 0;
        border: 1.5px solid #D6D9DD;
        padding-left: 17px;
    }

        .contact-form .input-wrapper input::placeholder,
        .contact-form .input-wrapper .select-event::placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper input::-moz-placeholder,
        .contact-form .input-wrapper .select-event::-moz-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper input::-webkit-placeholder,
        .contact-form .input-wrapper .select-event::-webkit-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 18px;
        }

        .contact-form .input-wrapper input::-o-placeholder,
        .contact-form .input-wrapper .select-event::-o-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper input::-ms-placeholder,
        .contact-form .input-wrapper .select-event::-ms-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

    .contact-form .input-wrapper textarea {
        width: 100%;
        height: 120px;
        border: 0;
        background: transparent;
        color: rgba(0, 0, 0, 0.4);
        font-size: 14px;
        font-family: "Lato", sans-serif;
        border-radius: 8px;
        border: 1.5px solid #D6D9DD;
        padding-left: 20px;
    }

        .contact-form .input-wrapper textarea::placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper textarea::-moz-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper textarea::-webkit-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper textarea::-o-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

        .contact-form .input-wrapper textarea::-ms-placeholder {
            color: rgba(0, 0, 0, 0.4);
            font-size: 14px;
        }

    .contact-form .input-wrapper select {
        color: rgba(0, 0, 0, 0.7);
        border: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 14px;
    }

        .contact-form .input-wrapper select:focus-visible {
            outline-offset: 0px;
            outline: none;
        }

.contact-form .submit-btn {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: capitalize;
    border-radius: 60px;
    border: 0;
    background: #3a3f56;
    width: max-content;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .contact-form .submit-btn:hover {
        color: #ffffff;
        background: #cda804;
    }

@media only screen and (max-width: 1200px) {
    .contact-form .input-wrapper {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-form .submit-btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.contact-form.form-three .input-wrapper input {
    color: rgba(0, 0, 0, 0.7);
}

    .contact-form.form-three .input-wrapper input::placeholder {
        color: rgba(0, 0, 0, 0.7);
    }

.contact-form.form-three button {
    border-radius: 10px;
}

.form-two .input-wrapper label {
    margin-bottom: 0;
}

.form-two .input-wrapper input,
.form-two .input-wrapper textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1.5px solid #000;
    padding-left: 0;
}

.form-two .input-wrapper select {
    background: transparent;
    border: 0;
    height: 60px;
    border-bottom: 1.5px solid #000;
    border-radius: 0;
    padding: 0;
}

.form-two .input-wrapper .form-select:focus {
    outline: none;
    border: 0;
    border-bottom: 1.5px solid #000;
    box-shadow: none;
}

.subscribe-form {
    width: 100%;
    position: relative;
    z-index: 1;
}

    .subscribe-form.sub-one {
        width: 378px;
        margin: 0 auto;
    }

@media only screen and (max-width: 767.98px) {
    .subscribe-form.sub-one {
        width: 100%;
    }

        .subscribe-form.sub-one button {
            background: #C62828;
        }
}

.subscribe-form input {
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-family: "Lato", sans-serif;
    padding-left: 30px;
    border-radius: 10px;
    background: #ffffff;
    border: 0;
}

    .subscribe-form input::placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .subscribe-form input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .subscribe-form input::-webkit-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .subscribe-form input::-o-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

    .subscribe-form input::-ms-placeholder {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
    }

.subscribe-form button {
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    border: 0;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    background: #1E3A8A;
    position: absolute;
    right: 11px;
    top: 11px;
    border-radius: 8px;
    height: 50px;
    width: max-content;
    padding: 0px 15px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .subscribe-form button:hover {
        background: #C62828;
    }

.subscribe-form.sub-form-two {
    display: inline-block;
    max-width: 480px;
}

    .subscribe-form.sub-form-two input {
        color: rgba(255, 255, 255, 0.7);
        height: 70px;
        line-height: 70px;
        display: block;
        border-radius: 10px;
        border: 1px solid #ffffff;
        background: transparent;
    }

        .subscribe-form.sub-form-two input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .subscribe-form.sub-form-two input::-webkit-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .subscribe-form.sub-form-two input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .subscribe-form.sub-form-two input::-ms-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .subscribe-form.sub-form-two input::-o-placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

    .subscribe-form.sub-form-two button {
        color: #212529;
        font-size: 18px;
        background: #ffffff;
        min-height: 55px;
        line-height: 55px;
        padding-left: 35px;
        padding-right: 35px;
        width: auto;
        border-radius: 8px;
        font-family: "Lato", sans-serif;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .subscribe-form.sub-form-two button:hover {
            background: #C62828;
        }

@media only screen and (max-width: 991.98px) {
    .subscribe-form.sub-form-two input {
        width: 100%;
        margin-bottom: 15px;
    }

    .subscribe-form.sub-form-two button {
        right: 0;
    }
}

.subscribe-form.sub-form-3 {
    border-bottom: 1px solid #000;
}

    .subscribe-form.sub-form-3 input {
        border: 0;
        border-radius: 0;
        height: 65px;
        line-height: 65px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        background: transparent;
        padding-left: 0;
    }

        .subscribe-form.sub-form-3 input::placeholder {
            color: #212529;
            font-size: 16px;
        }

        .subscribe-form.sub-form-3 input::-moz-placeholder {
            color: #212529;
            font-size: 16px;
        }

        .subscribe-form.sub-form-3 input::-webkit-placeholder {
            color: #212529;
            font-size: 16px;
        }

        .subscribe-form.sub-form-3 input::-o-placeholder {
            color: #212529;
            font-size: 16px;
        }

        .subscribe-form.sub-form-3 input::-ms-placeholder {
            color: #212529;
            font-size: 16px;
        }

    .subscribe-form.sub-form-3 button {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        background: transparent;
        position: relative;
        z-index: 1;
        min-width: max-content;
        min-height: 65px;
        padding: 0;
        text-transform: capitalize;
        right: unset;
        top: unset;
        margin-left: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .subscribe-form.sub-form-3 button:hover {
            color: #000;
            background: transparent;
        }

@media only screen and (max-width: 767.98px) {
    .subscribe-form.sub-form-3 input {
        border-bottom: 1px solid #000;
    }

    .subscribe-form.sub-form-3 button {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .subscribe-form {
        text-align: center;
        width: 100%;
    }

        .subscribe-form button {
            width: 100%;
            position: relative;
            top: unset;
            right: unset;
            margin-top: 10px;
        }

            .subscribe-form button.black-btn {
                background: #212529;
            }
}

.subscribe-agreement-checkbox label {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

.contact-map iframe {
    height: 530px;
    width: 100%;
    border-radius: 30px;
    display: block;
}

@media only screen and (max-width: 1600px) {
    .contact-map iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 1600px) {
    .contact-map iframe {
        height: 400px;
    }
}

.signup-form-section .contact-wrapper {
    background: rgba(244, 244, 244, 0.5);
    padding: 50px;
    border-radius: 30px;
}

@media only screen and (max-width: 767.98px) {
    .signup-form-section .contact-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.signup-form-section .contact-form .input-wrapper span {
    left: 21px;
}

.signup-form-section button.signup-btn {
    border: 0;
    width: 100%;
    height: 45px;
    background: transparent;
    color: #212529;
    font-weight: 600;
}

.info-box2 {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 35px 35px 30px 35px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .info-box2 .icon {
        color: #ffffff;
        width: 70px;
        height: 70px;
        background: #1E3A8A;
        border-radius: 50%;
        font-size: 30px;
        text-align: center;
        line-height: 70px;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .info-box2 .info-title {
        font-size: 26px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 11px;
    }

    .info-box2 p {
        margin-bottom: 0;
    }

    .info-box2:hover .icon {
        background: #C62828;
    }

@media only screen and (max-width: 1200px) {
    .info-box2 .icon {
        margin-bottom: 30px;
    }

    .info-box2 .info-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .info-box2 {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        text-align: center;
    }

        .info-box2 .icon {
            margin: 0 auto;
            margin-bottom: 20px;
        }
}

.cta-section .shape-ct1 {
    position: absolute;
    z-index: -1;
    top: -104%;
    left: 0;
}

.cta-section .shape-ct2 {
    position: absolute;
    z-index: -1;
    top: -104%;
    right: 0;
}

.booking-form {
    max-width: 1520px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 35px;
    background: #1E3A8A;
    border-radius: 20px;
    margin-top: -110px;
    position: relative;
    z-index: 5;
}

    .booking-form .input-wrapper {
        margin-bottom: 40px;
    }

        .booking-form .input-wrapper .content {
            overflow: hidden;
        }

        .booking-form .input-wrapper .icon {
            color: #212529;
            font-size: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            margin-right: 15px;
            margin-top: 9px;
            float: left;
        }

        .booking-form .input-wrapper label {
            color: rgba(225, 225, 225, 0.5);
            font-size: 20px;
            font-family: "Lato", sans-serif;
            font-weight: 400;
            display: block;
        }

        .booking-form .input-wrapper input {
            color: #ffffff;
            font-size: 20px;
            font-weight: 500;
            font-family: "Lato", sans-serif;
            border: 0;
            background: transparent;
        }

            .booking-form .input-wrapper input::placeholder {
                color: #ffffff;
                font-size: 20px;
            }

            .booking-form .input-wrapper input::-webkit-placeholder {
                color: #ffffff;
                font-size: 20px;
            }

            .booking-form .input-wrapper input::-moz-placeholder {
                color: #ffffff;
                font-size: 20px;
            }

            .booking-form .input-wrapper input::-ms-placeholder {
                color: #ffffff;
                font-size: 20px;
            }

            .booking-form .input-wrapper input::-o-placeholder {
                color: #ffffff;
                font-size: 20px;
            }

@media only screen and (max-width: 1200px) {
    .booking-form {
        width: 100%;
        margin-top: 0;
    }
}

.feedback-wrap-one {
    padding-left: 20px;
    padding-right: 80px;
}

    .feedback-wrap-one .feedback-rating a {
        color: #C62828;
        font-size: 24px;
        margin-right: 6px;
    }

    .feedback-wrap-one .feedback-text {
        font-size: 25px;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        color: #000000;
        line-height: 150%;
        letter-spacing: -0.6px;
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: justify;
    }

    .feedback-wrap-one .name {
        color: #212529;
        font-size: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
    }

    .feedback-wrap-one .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

    .feedback-wrap-one .flag-box {
        display: inline-flex;
        position: relative;
        z-index: 1;
    }

    .feedback-wrap-one .rating-number {
        background: #1E3A8A;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: -20px;
        position: relative;
        z-index: 1;
        border: 5px solid #F5F5F5;
    }

        .feedback-wrap-one .rating-number i {
            color: #FFE149;
            font-size: 14px;
        }

        .feedback-wrap-one .rating-number .number {
            color: #ffffff;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            font-size: 20px;
            line-height: 1;
        }

    .feedback-wrap-one .author-country {
        border-radius: 50%;
        border: 5px solid #F5F5F5;
        width: 70px;
        height: 70px;
        position: relative;
        z-index: 2;
    }

@media only screen and (max-width: 1600px) {
    .feedback-wrap-one {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .feedback-wrap-one {
        padding-right: 30px;
    }

        .feedback-wrap-one .feedback-text {
            font-size: 24px;
            margin-bottom: 30px;
            margin-top: 20px;
        }
}

@media only screen and (max-width: 991.98px) {
    .feedback-wrap-one {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-one {
        padding-left: 15px;
        padding-right: 15px;
    }

        .feedback-wrap-one .feedback-text {
            font-size: 20px;
        }

        .feedback-wrap-one .name {
            font-size: 18px;
        }
}

.feedback-background-one {
    background: #F5F5F5;
    border-radius: 30px;
}

.feedback-slider-thumb .author-avatar img {
    width: 100%;
    border-radius: 30px 0 0 30px;
}

.feedback-wrap-two {
    padding-left: 12px;
    padding-right: 84px;
}

    .feedback-wrap-two .feedback-rating a {
        color: #C62828;
        font-size: 24px;
        margin-right: 6px;
    }

    .feedback-wrap-two .feedback-text {
        font-size: 30px;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        color: #212529;
        line-height: 160%;
        letter-spacing: -0.44px;
        margin-top: 35px;
        margin-bottom: 80px;
    }

    .feedback-wrap-two .name {
        color: #212529;
        font-size: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
    }

    .feedback-wrap-two .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

@media only screen and (max-width: 1200px) {
    .feedback-wrap-two {
        padding-left: 0;
        padding-right: 0;
    }

        .feedback-wrap-two .feedback-text {
            font-size: 24px;
            margin-bottom: 30px;
            margin-top: 20px;
        }
}

@media only screen and (max-width: 991.98px) {
    .feedback-wrap-two {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-two .feedback-text {
        font-size: 20px;
    }

    .feedback-wrap-two .name {
        font-size: 18px;
    }
}

.author-avatar-two .rating-number {
    background: #1E3A8A;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 1;
    border: 10px solid #F5F5F5;
}

    .author-avatar-two .rating-number i {
        color: #FFE149;
        font-size: 24px;
    }

    .author-avatar-two .rating-number .number {
        color: #ffffff;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        line-height: 1;
        margin-top: 10px;
    }

.author-avatar-two img {
    border-radius: 30px;
    max-width: 100%;
}

.author-avatar-two .author-img {
    margin-left: 57px;
    margin-top: 70px;
    margin-bottom: 70px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .author-avatar-two .author-img::before {
        content: "";
        position: absolute;
        width: 90%;
        height: 91%;
        border-radius: 30px;
        display: inline-block;
        border: 2px solid #C62828;
        z-index: -1;
        left: 70px;
        top: 70px;
    }

    .author-avatar-two .author-img::after {
        content: "";
        position: absolute;
        width: 186px;
        height: 189px;
        border-radius: 15px;
        background: #C62828;
        display: inline-block;
        z-index: -1;
        left: -50px;
        top: -50px;
    }

@media only screen and (max-width: 1200px) {
    .author-avatar-two .author-img {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .author-avatar-two .author-img::before, .author-avatar-two .author-img::after {
            display: none;
        }

    .author-avatar-two .rating-number {
        right: 0;
        top: 0;
    }
}

.feedback-wrap-three {
    padding-right: 139px;
}

    .feedback-wrap-three .feedback-rating a {
        color: #C62828;
        font-size: 24px;
        margin-right: 6px;
    }

    .feedback-wrap-three .feedback-text {
        font-size: 30px;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        color: #212529;
        line-height: 160%;
        letter-spacing: -0.6px;
        margin-top: 30px;
        margin-bottom: 49px;
    }

    .feedback-wrap-three .name {
        color: #212529;
        font-size: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
    }

    .feedback-wrap-three .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

    .feedback-wrap-three .flag-box {
        display: inline-flex;
        position: relative;
        z-index: 1;
    }

    .feedback-wrap-three .rating-number {
        background: #1E3A8A;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: -20px;
        position: relative;
        z-index: 1;
        border: 5px solid #F5F5F5;
    }

        .feedback-wrap-three .rating-number i {
            color: #FFE149;
            font-size: 14px;
        }

        .feedback-wrap-three .rating-number .number {
            color: #ffffff;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            font-size: 20px;
            line-height: 1;
        }

    .feedback-wrap-three .author-country {
        border-radius: 50%;
        border: 5px solid #F5F5F5;
        width: 70px;
        height: 70px;
        position: relative;
        z-index: 2;
    }

@media only screen and (max-width: 1600px) {
    .feedback-wrap-three {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .feedback-wrap-three {
        padding-right: 30px;
    }

        .feedback-wrap-three .feedback-text {
            font-size: 24px;
            margin-bottom: 30px;
            margin-top: 20px;
        }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-three {
        padding-left: 15px;
        padding-right: 15px;
    }

        .feedback-wrap-three .feedback-text {
            font-size: 20px;
        }

        .feedback-wrap-three .name {
            font-size: 18px;
        }
}

.author-avatar-three img {
    display: inline-block;
}

@media only screen and (max-width: 767.98px) {
    .author-avatar-three img {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
}

.feedback-background-three {
    padding: 80px 80px;
}

@media only screen and (max-width: 767.98px) {
    .feedback-background-three {
        padding-left: 0;
        padding-right: 0;
    }
}

.feedback-section .shape-1 {
    top: -45%;
}

.feedback-section .shape-f2a {
    top: -8%;
}

.feedback-wrap-four {
    border-radius: 30px;
    border: 1.5px solid #D6D9DD;
    padding: 45px 55px 47px 55px;
    margin-bottom: 40px;
    margin-top: 65px;
}

    .feedback-wrap-four .quote-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1E3A8A;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 4px solid #ffffff;
        margin-right: -25px;
        position: relative;
        z-index: 2;
    }

    .feedback-wrap-four .author {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-top: -105px;
        margin-bottom: 43px;
        position: relative;
        z-index: 2;
    }

        .feedback-wrap-four .author img {
            display: inline-block;
        }

    .feedback-wrap-four .name {
        color: #212529;
        font-size: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 2px;
    }

    .feedback-wrap-four .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    .feedback-wrap-four .feedback-text {
        color: #212529;
        font-size: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 1.6;
        letter-spacing: -0.6px;
        margin-bottom: 55px;
        margin-top: 23px;
    }

    .feedback-wrap-four .feedback-rating a {
        color: #C62828;
        font-size: 25px;
        margin-right: 7px;
    }

    .feedback-wrap-four .flag-box {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .feedback-wrap-four .flag-box img {
            display: inline-block;
        }

    .feedback-wrap-four .author-country {
        border-radius: 50%;
        border: 4px solid #ffffff;
        width: 60px;
        height: 60px;
    }

@media only screen and (max-width: 1600px) {
    .feedback-wrap-four {
        padding-left: 25px;
        padding-right: 25px;
    }

        .feedback-wrap-four .feedback-text {
            font-size: 24px;
        }
}

@media only screen and (max-width: 1200px) {
    .feedback-wrap-four .feedback-text {
        margin-bottom: 30px;
    }

    .feedback-wrap-four .name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-four {
        padding-left: 15px;
        padding-right: 15px;
    }

        .feedback-wrap-four .feedback-text {
            font-size: 20px;
        }
}

.feedback-wrap-five {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 50px;
}

    .feedback-wrap-five .feedback-content {
        margin-left: 25px;
        flex: 1;
    }

    .feedback-wrap-five .author-avatar img {
        border-radius: 15px;
    }

    .feedback-wrap-five .feedback-text {
        color: #000;
        font-size: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 1.41;
        margin-bottom: 55px;
    }

    .feedback-wrap-five .rating a {
        color: #C62828;
        font-size: 20px;
        margin-right: 8px;
        display: inline-block;
    }

    .feedback-wrap-five .name {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 1.4;
        margin-bottom: 3px;
        margin-top: 25px;
        letter-spacing: normal;
    }

    .feedback-wrap-five .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        letter-spacing: normal;
    }

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-five .author-avatar {
        margin-bottom: 30px;
    }

        .feedback-wrap-five .author-avatar img {
            width: 100%;
        }

    .feedback-wrap-five .feedback-content {
        margin-left: 0;
    }
}

.team-wrap-one {
    background: #F5F5F5;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 32px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .team-wrap-one .team-thumb {
        padding-bottom: 6px;
        margin-bottom: 22px;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-one .team-thumb img {
            border-radius: 30px 30px 0 0;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .team-wrap-one .team-social {
        border-radius: 15px 15px 0px 0px;
        background: #ffffff;
        padding: 25px;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-one .team-social a:not(:last-child) {
            margin-right: 15px;
        }

    .team-wrap-one .name {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-one .name a {
            color: #212529;
        }

            .team-wrap-one .name a:hover {
                color: #C62828;
            }

    .team-wrap-one .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        letter-spacing: 0.2px;
    }

    .team-wrap-one .more-btn {
        color: #ffffff;
        background: #1E3A8A;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        display: none;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-one .hover-content {
        padding-left: 30px;
        padding-right: 30px;
        justify-content: center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-one:hover .team-thumb {
        border-radius: 30px 30px 210px 210px;
    }

        .team-wrap-one:hover .team-thumb img {
            border-radius: 30px 30px 210px 210px;
        }

    .team-wrap-one:hover .team-social {
        opacity: 1;
        visibility: visible;
        bottom: 0px;
    }

    .team-wrap-one:hover .hover-content {
        justify-content: space-between;
    }

    .team-wrap-one:hover .content {
        text-align: start;
    }

    .team-wrap-one:hover .more-btn {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        display: inline-flex;
    }

@media only screen and (max-width: 1200px) {
    .team-wrap-one .team-social a:not(:last-child) {
        margin-right: 3px;
    }
}

@media only screen and (max-width: 1200px) {
    .team-wrap-one .name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .team-wrap-one .hover-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .team-wrap-one .team-social {
        padding: 15px;
    }
}

.team-wrap-two {
    border-radius: 20px;
    border: 1.5px solid #D6D9DD;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .team-wrap-two .team-thumb {
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-two .team-thumb img {
            border-radius: 20px 0 0 20px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .team-wrap-two .team-social {
        margin-bottom: 30px;
    }

        .team-wrap-two .team-social a:not(:last-child) {
            margin-right: 15px;
        }

    .team-wrap-two .name {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 9px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-two .name a {
            color: #212529;
        }

            .team-wrap-two .name a:hover {
                color: #C62828;
            }

    .team-wrap-two .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 22px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        margin-bottom: 40px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-two .content {
        padding-left: 30px;
    }

    .team-wrap-two .more-btn {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        border-bottom: 1.5px solid #212529;
        display: inline-block;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-two .more-btn img {
            margin-left: 10px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .team-wrap-two .more-btn:hover {
            color: #C62828;
            border-color: #C62828;
        }

            .team-wrap-two .more-btn:hover img {
                filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2910%) hue-rotate(349deg) brightness(89%) contrast(97%);
            }

    .team-wrap-two:hover {
        border-color: #C62828;
    }

@media only screen and (max-width: 1200px) {
    .team-wrap-two .team-social a:not(:last-child) {
        margin-right: 3px;
    }

    .team-wrap-two .name {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .team-wrap-two .designation {
        margin-bottom: 15px;
    }

    .team-wrap-two .team-social {
        margin-bottom: 15px;
    }

    .team-wrap-two .content {
        padding-left: 15px;
    }

    .team-wrap-two .more-btn {
        font-size: 16px;
    }

        .team-wrap-two .more-btn img {
            margin-left: 0;
        }
}

@media only screen and (max-width: 767.98px) {
    .team-wrap-two .designation {
        font-size: 20px;
    }
}

.shape-t2a {
    filter: invert(1) brightness(0);
    margin-left: -90px;
}

.team-wrap-three {
    padding-bottom: 32px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .team-wrap-three .team-thumb {
        border-radius: 30px;
        background: #F5F5F5;
        margin-bottom: 26px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-three .team-thumb img {
            border-radius: 30px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .team-wrap-three .front-shape {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 5px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-three .team-social {
        border-radius: 15px 15px 0px 0px;
        background: #1E3A8A;
        padding: 15px 25px;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 3;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-three .team-social a {
            background: #ffffff;
        }

            .team-wrap-three .team-social a:not(:last-child) {
                margin-right: 15px;
            }

    .team-wrap-three .name {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 12px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-three .name a {
            color: #212529;
        }

            .team-wrap-three .name a:hover {
                color: #C62828;
            }

    .team-wrap-three .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 22px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-three .more-btn {
        color: #ffffff;
        background: #1E3A8A;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 10px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-three .content {
        position: relative;
        z-index: 1;
    }

    .team-wrap-three:hover .team-thumb {
        background: transparent;
    }

    .team-wrap-three:hover .front-shape {
        visibility: visible;
        opacity: 1;
    }

    .team-wrap-three:hover .team-social {
        opacity: 1;
        visibility: visible;
        bottom: 0px;
    }

    .team-wrap-three:hover .more-btn {
        background: #C62828;
    }

@media only screen and (max-width: 1200px) {
    .team-wrap-three .team-social a:not(:last-child) {
        margin-right: 3px;
    }
}

@media only screen and (max-width: 1200px) {
    .team-wrap-three .name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .team-wrap-three .hover-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .team-wrap-three .team-social {
        padding: 15px;
    }
}

.team-wrap-four {
    padding-bottom: 32px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .team-wrap-four .team-thumb {
        border-radius: 30px;
        background: #F5F5F5;
        margin-bottom: 26px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-four .team-thumb img {
            border-radius: 30px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .team-wrap-four .team-social {
        display: flex;
        flex-direction: column;
        gap: 20px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 25px;
        right: -50px;
        margin: 0 auto;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-four .team-social a {
            background: #ffffff;
        }

            .team-wrap-four .team-social a:not(:last-child) {
                margin-right: 15px;
            }

    .team-wrap-four .name {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 12px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .team-wrap-four .name a {
            color: #212529;
        }

            .team-wrap-four .name a:hover {
                color: #C62828;
            }

    .team-wrap-four .designation {
        color: rgba(0, 0, 0, 0.7);
        font-size: 22px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-four .more-btn {
        color: #ffffff;
        background: #1E3A8A;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 10px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .team-wrap-four .content {
        position: relative;
        z-index: 1;
    }

    .team-wrap-four:hover .team-social {
        opacity: 1;
        visibility: visible;
        right: 25px;
    }

    .team-wrap-four:hover .more-btn {
        background: #C62828;
    }

@media only screen and (max-width: 1200px) {
    .team-wrap-four .name {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.hover-bg:hover .team-thumb {
    background: #C62828;
}

.team-social a {
    color: #212529;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #D6D9DD;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .team-social a:hover {
        color: #ffffff;
        background: #C62828;
        border-color: #C62828;
    }

.biography-content-wrap .team-biography img {
    border-radius: 15px;
}

@media only screen and (max-width: 991.98px) {
    .biography-content-wrap .team-biography img {
        width: 100%;
    }
}

.biography-content-wrap .name {
    font-size: 60px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

    .biography-content-wrap .name a {
        color: #212529;
    }

.biography-content-wrap .designation {
    font-size: 20px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
}

.biography-content-wrap .description {
    margin-bottom: 40px;
}

.biography-content-wrap .team-social .social-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3.8px;
    display: inline-block;
    margin-right: 35px;
}

.biography-content-wrap .team-social a {
    border: 1.5px solid #D6D9DD;
    margin-right: 10px;
}

    .biography-content-wrap .team-social a:hover {
        border-color: #000;
        background: transparent;
    }

@media only screen and (max-width: 1200px) {
    .biography-content-wrap .name {
        font-size: 32px;
    }

    .biography-content-wrap h3 {
        font-size: 24px;
    }

    .biography-content-wrap .addres-line {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

.biography-content {
    padding: 50px 0 30px 0;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .biography-content {
        padding: 25px 15px;
    }
}

.biography-content .icon {
    color: #C62828;
    font-size: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #E3F2FD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.biography-content label {
    font-size: 20px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}

.biography-content .addres-line {
    font-size: 20px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
}

    .biography-content .addres-line a {
        color: #000;
    }

.biography-content .team-social a:hover {
    color: #ffffff;
    background: #C62828;
    border-color: #C62828;
}

.team-section .shape-t1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 90px;
}

.blog-one {
    background: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

    .blog-one .blog-thumb {
        position: relative;
        z-index: 3;
    }

        .blog-one .blog-thumb img {
            width: 100%;
            border-radius: 20px 20px 0 0;
        }

    .blog-one .blog-content {
        padding: 10px 50px 35px 35px;
    }

    .blog-one .author {
        border-radius: 50%;
        margin-right: 10px;
    }

    .blog-one .blog-meta a {
        color: rgba(0, 0, 0, 0.7);
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        display: inline-block;
        margin-right: 4px;
    }

        .blog-one .blog-meta a.author-name {
            color: #212529;
            font-weight: 500;
        }

        .blog-one .blog-meta a:first-child {
            color: rgba(0, 0, 0, 0.7);
        }

    .blog-one .blog-title {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        letter-spacing: -0.6px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .blog-one .blog-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .blog-one .blog-title a:hover {
                color: #C62828;
            }

    .blog-one .blog-tag {
        color: #ffffff;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        line-height: 35px;
        padding: 7px 15px;
        background: #000;
        border-radius: 17.5px;
        position: absolute;
        left: 35px;
        top: 35px;
        z-index: 2;
    }

    .blog-one .blog-text {
        margin-bottom: 48px;
    }

    .blog-one .blog-btn {
        display: none;
        color: #212529;
        font-size: 18px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        letter-spacing: 0.05px;
        transition: all 0.4s ease 0s;
        margin-top: 15px;
    }

        .blog-one .blog-btn i {
            margin-left: 19px;
        }

        .blog-one .blog-btn:hover {
            color: #C62828;
        }

    .blog-one.version-2 .blog-tag {
        background: #1E3A8A;
    }

    .blog-one.version-2 .blog-title {
        font-family: "Lato", sans-serif;
    }

        .blog-one.version-2 .blog-title a {
            color: #212529;
        }

    .blog-one:hover {
        border-color: #000;
    }

@media only screen and (max-width: 1200px) {
    .blog-one .blog-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991.98px) {
    .blog-one .blog-title {
        font-size: 24px;
    }

    .blog-one .blog-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog-two,
.blog-five {
    padding: 18px;
    border-radius: 20px;
    border: 1.5px solid #D6D9DD;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

    .blog-two .blog-thumb,
    .blog-five .blog-thumb {
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
    }

        .blog-two .blog-thumb img,
        .blog-five .blog-thumb img {
            max-width: 100%;
            border-radius: 20px;
        }

    .blog-two .blog-tag,
    .blog-five .blog-tag {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        line-height: 35px;
        display: inline-block;
        padding: 0 15px;
        background: #1E3A8A;
        border-radius: 20px;
        position: absolute;
        z-index: 1;
        left: 15px;
        top: 15px;
    }

    .blog-two .blog-meta,
    .blog-five .blog-meta {
        display: flex;
        justify-content: space-between;
    }

        .blog-two .blog-meta a,
        .blog-five .blog-meta a {
            color: rgba(0, 0, 0, 0.6);
            font-size: 18px;
            font-weight: 400;
            font-family: "Lato", sans-serif;
            display: inline-block;
            margin-right: 4px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .blog-two .blog-meta a.author-name,
            .blog-five .blog-meta a.author-name {
                color: #212529;
                font-weight: 500;
            }

            .blog-two .blog-meta a:first-child,
            .blog-five .blog-meta a:first-child {
                color: rgba(0, 0, 0, 0.7);
            }

            .blog-two .blog-meta a:hover,
            .blog-five .blog-meta a:hover {
                color: #C62828;
            }

    .blog-two .divider,
    .blog-five .divider {
        display: inline-block;
        background: rgba(0, 0, 0, 0.6);
        width: 1.5px;
        height: 13px;
        transform: rotate(15deg);
        margin-right: 4px;
    }

    .blog-two .blog-title,
    .blog-five .blog-title {
        font-size: 26px;
        line-height: 1.3;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        letter-spacing: -0.52px;
        margin-bottom: 20px;
    }

        .blog-two .blog-title a,
        .blog-five .blog-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .blog-two .blog-title a:hover,
            .blog-five .blog-title a:hover {
                color: #C62828;
            }

    .blog-two p,
    .blog-five p {
        margin-bottom: 60px;
    }

    .blog-two .more-btn,
    .blog-five .more-btn {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        transition: all 0.4s ease 0s;
    }

    .blog-two:hover,
    .blog-five:hover {
        border-color: #C62828;
    }

@media only screen and (max-width: 1600px) {
    .blog-two .blog-title,
    .blog-five .blog-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-two,
    .blog-five {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-two .blog-title,
    .blog-five .blog-title {
        font-size: 24px;
    }
}

.blog-three {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

    .blog-three .blog-btn {
        position: absolute;
        right: 68px;
        bottom: 40px;
        z-index: 2;
        width: 60px;
        height: 60px;
        background: #C62828;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .blog-three .blog-thumb {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .blog-three .blog-thumb::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 220px;
            border-radius: 0px 0px 30px 30px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        }

        .blog-three .blog-thumb img {
            max-width: 100%;
            border-radius: 30px;
        }

    .blog-three .blog-tag {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        line-height: 35px;
        display: inline-block;
        padding: 0 19px;
        background: #1E3A8A;
        border-radius: 35px;
        position: absolute;
        z-index: 1;
        left: 35px;
        top: 35px;
    }

    .blog-three .author {
        position: relative;
        z-index: 1;
    }

        .blog-three .author::before {
            content: "";
            background: #000;
            width: 20px;
            height: 1.5px;
            left: 0;
            top: -4px;
            margin-right: 10px;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

    .blog-three .blog-meta {
        margin-top: 15px;
        margin-bottom: 17px;
    }

        .blog-three .blog-meta .author {
            border-radius: 50%;
            margin-right: 12px;
        }

        .blog-three .blog-meta a {
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            font-family: "Lato", sans-serif;
            display: inline-block;
            padding: 0px 3px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .blog-three .blog-meta a:first-child {
                padding-left: 0;
            }

            .blog-three .blog-meta a.post-time {
                color: rgba(255, 255, 255, 0.7);
                font-size: 18px;
                font-weight: 400;
                font-family: "Lato", sans-serif;
            }

        .blog-three .blog-meta .divider {
            display: inline-block;
            width: 1.5px;
            height: 14px;
            background: rgba(0, 0, 0, 0.6);
            transform: rotate(32deg) translateY(2px);
        }

    .blog-three .blog-title {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        letter-spacing: -0.64px;
        margin-bottom: 25px;
    }

        .blog-three .blog-title a {
            color: #ffffff;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .blog-three p {
        margin-bottom: 30px;
    }

    .blog-three .more-btn {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        transition: all 0.4s ease 0s;
    }

    .blog-three .blog-content {
        position: absolute;
        left: 35px;
        right: 35px;
        bottom: 20px;
        z-index: 2;
    }

    .blog-three:hover .blog-btn {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (max-width: 1600px) {
    .blog-three .blog-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 991.98px) {
    .blog-three .blog-thumb {
        display: block;
    }

        .blog-three .blog-thumb img {
            width: 100%;
        }
}

@media only screen and (max-width: 767.98px) {
    .blog-three .blog-btn {
        right: 15px;
        top: 15px;
    }

    .blog-three .blog-title {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-three .blog-content {
        left: 5px;
        right: 0;
        bottom: 0;
    }

    .blog-three .blog-meta a {
        font-size: 14px;
    }

    .blog-three .blog-tag {
        left: 15px;
        top: 15px;
    }
}

.blog-four .blog-thumb img {
    border-radius: 20px;
}

.blog-four .blog-tag {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 35px;
    display: inline-block;
    padding: 0 12px;
    border: 1.5px solid #1E3A8A;
    border-radius: 17.5px;
    margin-bottom: 20px;
}

.blog-four .blog-title {
    font-size: 26px;
    line-height: 130.769%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.52px;
    margin-bottom: 15px;
}

    .blog-four .blog-title a {
        color: #212529;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .blog-four .blog-title a:hover {
            color: #C62828;
        }

.blog-four .blog-meta {
    margin-top: 15px;
    margin-bottom: 17px;
}

    .blog-four .blog-meta .author {
        border-radius: 50%;
        margin-right: 12px;
    }

    .blog-four .blog-meta a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        display: inline-block;
        padding: 0px 3px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .blog-four .blog-meta a:first-child {
            padding-left: 0;
        }

            .blog-four .blog-meta a:first-child::before {
                content: "";
                position: relative;
                z-index: 1;
                background: #000;
                width: 20px;
                height: 1.5px;
                left: 0;
                top: -4px;
                display: inline-block;
                margin-right: 12px;
            }

        .blog-four .blog-meta a.post-time {
            color: rgba(0, 0, 0, 0.7);
            font-size: 16px;
            font-weight: 400;
            font-family: "Lato", sans-serif;
        }

    .blog-four .blog-meta .divider {
        display: inline-block;
        width: 1.5px;
        height: 18px;
        background: rgba(0, 0, 0, 0.6);
        transform: rotate(28deg) translateY(5px);
    }

.blog-four .blog-content {
    margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
    .blog-four .blog-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .blog-four .blog-tag {
        margin-bottom: 10px;
    }

    .blog-four .blog-content {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-four .blog-thumb {
        margin-bottom: 30px;
    }

        .blog-four .blog-thumb img {
            width: 100%;
        }
}

.blog-five {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .blog-five:hover {
        border-color: #C62828;
        background: #C62828;
    }

        .blog-five:hover .blog-title a {
            color: #ffffff;
        }

        .blog-five:hover .blog-meta a:last-child {
            color: rgba(255, 255, 255, 0.7);
        }

        .blog-five:hover .blog-meta a {
            color: #ffffff;
        }

.classic-style {
    margin-bottom: 50px;
    background: #F5F5F5;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 30px;
}

    .classic-style .blog-thumb {
        position: relative;
        z-index: 1;
    }

        .classic-style .blog-thumb img {
            max-width: 100%;
            border-radius: 20px;
        }

    .classic-style .popup-video {
        color: #ffffff;
        font-size: 50px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #C62828;
        position: absolute;
    }

        .classic-style .popup-video img {
            width: 20px;
        }

    .classic-style button.slick-arrow {
        font-size: 24px;
        border: 0;
        background: rgba(7, 17, 6, 0.3);
        width: 45px;
        height: 45px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .classic-style button.slick-next {
        left: auto;
        right: 30px;
    }

    .classic-style button.slick-prev {
        left: 30px;
    }

    .classic-style .blog-tag {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        line-height: 35px;
        display: inline-block;
        padding: 0 14px;
        background: #1E3A8A;
        border-radius: 17.5px;
        position: absolute;
        z-index: 1;
        right: 25px;
        top: 25px;
    }

    .classic-style .blog-meta .author {
        margin-right: 12px;
    }

    .classic-style .blog-meta a {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        display: inline-block;
        margin-right: 4px;
    }

        .classic-style .blog-meta a:hover {
            color: #C62828;
        }

        .classic-style .blog-meta a.author-name {
            color: #212529;
            font-weight: 500;
        }

        .classic-style .blog-meta a:first-child {
            color: rgba(0, 0, 0, 0.7);
        }

        .classic-style .blog-meta a:last-child {
            margin-left: 10px;
        }

    .classic-style .divider {
        width: 1.5px;
        height: 18px;
        background: rgba(0, 0, 0, 0.6);
        display: inline-block;
        transform: rotate(18deg);
        position: relative;
        top: 3px;
        margin: 0 5px;
    }

    .classic-style .blog-title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
        margin-top: 0;
    }

        .classic-style .blog-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .classic-style .blog-title a:hover {
                color: #243066;
            }

    .classic-style .blog-content {
        padding: 30px 0 0;
    }

    .classic-style .author {
        border-radius: 50%;
    }

    .classic-style p {
        margin-bottom: 30px;
    }

    .classic-style .blog-btn {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        display: inline-flex;
        display: none;
        align-items: center;
        transition: all 0.4s ease 0s;
    }

        .classic-style .blog-btn .btn-icon {
            position: relative;
            z-index: 1;
            margin-left: 10px;
        }

        .classic-style .blog-btn img {
            display: inline-block;
            transition: all 0.4s ease 0s;
        }

        .classic-style .blog-btn:hover {
            border-bottom: 1.5px solid #212529;
        }

@media only screen and (max-width: 1600px) {
    .classic-style {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1200px) {
    .classic-style .blog-meta a {
        font-size: 15px;
        font-weight: 400;
    }

        .classic-style .blog-meta a:first-child {
            margin-right: 3px;
        }

    .classic-style .blog-title {
        font-size: 28px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 991.98px) {
    .classic-style {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .classic-style {
        margin-left: 0;
    }
}

.blockquote {
    padding: 60px 48px 57px 40px;
    background: #1E3A8A;
    border: 1.5px solid #1E3A8A;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

    .blockquote img {
        display: inline-block;
    }

    .blockquote .quote-icon {
        position: absolute;
        z-index: 1;
        right: 100px;
        bottom: 37px;
    }

    .blockquote .blockquote-content {
        flex: 1;
    }

    .blockquote p {
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.64px;
        margin-bottom: 32px;
        margin-left: 24px;
    }

@media only screen and (max-width: 1200px) {
    .blockquote p {
        font-size: 20px;
    }
}

.blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    position: relative;
}

    .blockquote .blockquote-footer::before {
        color: #ffffff;
        width: 24px;
        height: 2px;
        border-radius: 6px;
        left: 10px;
    }

@media only screen and (max-width: 1200px) {
    .blockquote .blockquote-footer {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .blockquote {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog-details-wrapper .classic-style {
    border: 0;
}

    .blog-details-wrapper .classic-style .blog-meta {
        margin-bottom: 20px;
    }

        .blog-details-wrapper .classic-style .blog-meta a {
            color: #212529;
            font-weight: 500;
        }

    .blog-details-wrapper .classic-style .blog-title {
        font-size: 60px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        line-height: 1.1;
    }

@media only screen and (max-width: 1600px) {
    .blog-details-wrapper .classic-style .blog-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-details-wrapper .classic-style .blog-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-details-wrapper .classic-style .blog-title {
        font-size: 28px;
    }
}

.blog-details-wrapper .classic-style .blog-content {
    padding-left: 0;
    padding-right: 0;
}

.blog-details-wrapper .img-box img {
    border-radius: 20px;
}

.comment-reply-title,
.comment-title,
.blog-details-title {
    color: #212529;
    font-size: 42px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 1200px) {
    .comment-reply-title,
    .comment-title,
    .blog-details-title {
        font-size: 24px;
    }
}

.comment-box {
    position: relative;
    z-index: 1;
    border: 1.5px solid transparent;
    padding: 35px 45px 10px 45px;
    border-radius: 15px;
}

    .comment-box .date {
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
        font-family: "Lato", sans-serif;
        margin-bottom: 0;
    }

    .comment-box .name {
        font-size: 20px;
        font-weight: 600;
        color: #212529;
    }

    .comment-box .comment-avatar {
        float: left;
        margin-right: 30px;
        margin-top: 8px;
    }

        .comment-box .comment-avatar img {
            width: 100px;
            height: 100px;
        }

@media (max-width: 767px) {
    .comment-box .comment-avatar {
        float: none;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.comment-box .comment-content {
    overflow: hidden;
}

    .comment-box .comment-content p i {
        margin-right: 5px;
    }

    .comment-box .comment-content h5 {
        margin-bottom: 3px;
    }

.comment-box .comment-reply-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    padding: 10px 22px;
    line-height: 1;
    position: absolute;
    background: #1E3A8A;
    z-index: 1;
    right: 45px;
    top: 45px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .comment-box .comment-reply-link {
        float: none;
        margin-right: 0;
        margin-top: 0;
        position: relative;
    }
}

.comment-box .comment-reply-link:hover {
    color: #ffffff;
    background: #C62828;
}

@media only screen and (max-width: 1600px) {
    .comment-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .comment-list li {
        margin-bottom: 40px;
    }

.media-content {
    border-radius: 15px;
    margin-top: 50px;
}

    .media-content .tagcloud span {
        color: #ffffff;
    }

    .media-content .tagcloud a {
        border-color: #ffffff;
        background: #ffffff;
    }

        .media-content .tagcloud a:hover {
            border-color: #C62828;
        }

    .media-content .social-links span {
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        display: inline-block;
        margin-right: 10px;
    }

    .media-content .social-links a {
        color: #ffffff;
        border: 1.5px solid #ffffff;
    }

        .media-content .social-links a:hover {
            background: #C62828;
            border-color: #C62828;
        }

.course-style-one,
.course-style-five {
    margin-bottom: 40px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .course-style-one .course-thumb,
    .course-style-five .course-thumb {
        position: relative;
        z-index: 1;
        min-height: 290px;
        width: 255px;
        overflow: hidden;
    }

    .course-style-one .front-img,
    .course-style-five .front-img {
        border-radius: 20px 0 0 20px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-one .back-img,
    .course-style-five .back-img {
        position: absolute;
        z-index: 3;
        left: 30px;
        border-radius: 0 0 115px 115px;
        width: 225px;
        height: 0px;
        transition: height 0.4s ease;
    }

    .course-style-one .course-title,
    .course-style-five .course-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 26px;
    }

        .course-style-one .course-title a,
        .course-style-five .course-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .course-style-one p,
    .course-style-five p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-one .more-btn,
    .course-style-five .more-btn {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        border-bottom: 1.5px solid #212529;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .course-style-one .more-btn img,
        .course-style-five .more-btn img {
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .course-style-one .content,
    .course-style-five .content {
        flex: 1;
        padding-left: 30px;
        padding-right: 38px;
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .course-style-one:hover,
    .course-style-five:hover {
        background: #C62828;
    }

        .course-style-one:hover .front-img,
        .course-style-five:hover .front-img {
            opacity: 0;
            transition: opacity 0.4s ease-in-out;
        }

        .course-style-one:hover .back-img,
        .course-style-five:hover .back-img {
            height: 260px;
        }

        .course-style-one:hover .course-title a,
        .course-style-five:hover .course-title a {
            color: #ffffff;
        }

        .course-style-one:hover p,
        .course-style-five:hover p {
            color: rgba(255, 255, 255, 0.7);
        }

        .course-style-one:hover .more-btn,
        .course-style-five:hover .more-btn {
            color: #ffffff;
            border-bottom-color: #ffffff;
        }

            .course-style-one:hover .more-btn img,
            .course-style-five:hover .more-btn img {
                filter: invert(1);
            }

@media only screen and (max-width: 1200px) {
    .course-style-one .course-title,
    .course-style-five .course-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .course-style-one .content,
    .course-style-five .content {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .course-style-one p,
    .course-style-five p {
        margin-bottom: 15px;
    }

    .course-style-one .course-thumb,
    .course-style-five .course-thumb {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .course-style-one .course-thumb,
    .course-style-five .course-thumb {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 15px;
    }

        .course-style-one .course-thumb img,
        .course-style-five .course-thumb img {
            border-radius: 20px;
            width: 100%;
        }

    .course-style-one .content,
    .course-style-five .content {
        padding-bottom: 30px;
    }
}

.course-style-two {
    border-radius: 20px;
    border: 1.5px solid #D6D9DD;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .course-style-two .course-thumb {
        margin-bottom: 33px;
    }

        .course-style-two .course-thumb img {
            width: 100%;
            border-radius: 20px 20px 0 0;
        }

    .course-style-two .course-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 16px;
    }

        .course-style-two .course-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .course-style-two .course-title a:hover {
                color: #C62828;
            }

    .course-style-two p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-two .more-btn {
        color: #ffffff;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        background: #1E3A8A;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 25px;
        top: -3px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-two .content {
        padding-left: 30px;
        padding-right: 60px;
        position: relative;
        z-index: 1;
    }

    .course-style-two:hover {
        border-color: #C62828;
    }

        .course-style-two:hover .more-btn {
            visibility: visible;
            opacity: 1;
        }

@media only screen and (max-width: 1200px) {
    .course-style-two .course-title {
        font-size: 24px;
    }

    .course-style-two .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .course-style-two .more-btn {
        position: relative;
        z-index: 1;
        visibility: visible;
        opacity: 1;
        left: 0;
        margin-bottom: 30px;
    }
}

.course-style-three {
    border-radius: 25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .course-style-three .course-thumb {
        margin-bottom: 33px;
    }

        .course-style-three .course-thumb img {
            width: 100%;
            border-radius: 25px;
        }

    .course-style-three .course-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 16px;
    }

        .course-style-three .course-title a {
            color: #ffffff;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .course-style-three .course-title a:hover {
                color: #C62828;
            }

    .course-style-three p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-three .more-btn {
        color: #ffffff;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        background: #1E3A8A;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-three .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 0px 0px 25px 25px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        padding-left: 40px;
        padding-right: 30px;
        padding-bottom: 30px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
    }

    .course-style-three:hover .more-btn {
        visibility: visible;
        opacity: 1;
    }

@media only screen and (max-width: 1200px) {
    .course-style-three .course-title {
        font-size: 24px;
    }

    .course-style-three .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.course-style-four {
    border: 1.5px solid transparent;
    margin-bottom: 40px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .course-style-four .course-thumb {
        min-height: 290px;
        width: 255px;
    }

        .course-style-four .course-thumb img {
            width: 100%;
            border-radius: 20px 0 0 20px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .course-style-four .course-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.1;
        font-family: "Poppins", sans-serif;
        margin-bottom: 26px;
    }

        .course-style-four .course-title a {
            color: #212529;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .course-style-four p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 30px;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .course-style-four .more-btn {
        color: #212529;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        border-bottom: 1.5px solid #212529;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .course-style-four .more-btn img {
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .course-style-four .content {
        flex: 1;
        padding-left: 30px;
        padding-right: 38px;
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .course-style-four:hover {
        border-color: #C62828;
    }

        .course-style-four:hover .course-title a {
            color: #C62828;
        }

        .course-style-four:hover .more-btn {
            color: #C62828;
            border-bottom-color: #C62828;
        }

            .course-style-four:hover .more-btn img {
                filter: brightness(0) saturate(100%) invert(18%) sepia(70%) saturate(2910%) hue-rotate(349deg) brightness(89%) contrast(97%);
            }

@media only screen and (max-width: 1200px) {
    .course-style-four .course-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .course-style-four .content {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .course-style-four p {
        margin-bottom: 15px;
    }

    .course-style-four .course-thumb {
        width: 220px;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .course-style-four .course-thumb {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 15px;
    }

        .course-style-four .course-thumb img {
            border-radius: 20px;
        }

    .course-style-four .content {
        padding-bottom: 30px;
    }
}

.course-style-five {
    background: #F5F5F5;
}

.copyright-text {
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #ffffff;
}

    .copyright-text a {
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

        .copyright-text a:hover {
            color: #C62828;
        }

@media only screen and (max-width: 991.98px) {
    .copyright-text {
        font-size: 18px;
    }
}

.footer-widget {
    position: relative;
    z-index: 1;
}

    .footer-widget .widget-title {
        color: #212529;
        font-size: 26px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        letter-spacing: -0.52px;
        margin-bottom: 30px;
    }

    .footer-widget ul {
        padding-left: 0;
    }

        .footer-widget ul li {
            list-style: none;
            color: #000;
            line-height: 24px;
            padding-bottom: 5px;
        }

            .footer-widget ul li a {
                color: #000000;
                font-size: 16px;
                line-height: 177.778%;
                font-weight: 400;
                font-family: "Lato", sans-serif;
                display: inline-block;
                margin-bottom: 0;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

                .footer-widget ul li a:hover {
                    color: #C62828;
                }

@media only screen and (max-width: 991.98px) {
    .footer-widget .widget-title {
        font-size: 24px;
    }
}

.ht-widget-contact .info-box {
    display: flex;
}

.ht-widget-contact .info-box-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #C62828;
    line-height: 1;
    margin-top: 10px;
}

.ht-widget-contact .ht-content {
    font-size: 16px;
}

    .ht-widget-contact .ht-content:hover {
        color: #C62828;
    }

.ht-widget-contact .info-box-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.copyright-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-menu li {
        display: inline-block;
    }

        .footer-menu li:last-child a {
            margin-right: 0;
        }

        .footer-menu li a {
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            font-family: "Lato", sans-serif;
            margin: 0 2px;
            display: inline-block;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .footer-menu li a:hover {
                color: #C62828;
            }

@media only screen and (max-width: 1200px) {
    .footer-menu li a {
        font-size: 18px;
    }
}

.footer-gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .footer-gallery a {
        display: inline-block;
    }

        .footer-gallery a img {
            border-radius: 15px;
            display: inline-block;
        }

.footer-one {
    background: #1E3A8A;
    position: relative;
    z-index: 1;
}

    .footer-one .shape-1,
    .footer-one .shape-2 {
        position: absolute;
        z-index: 1;
    }

    .footer-one .shape-1 {
        margin-top: 50px;
    }

    .footer-one .shape-2 {
        right: 0;
        bottom: 0;
    }

    .footer-one ul li a {
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-one .widget-title {
        color: #ffffff;
        font-size: 26px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
    }

    .footer-one p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 20px;
        line-height: 1.8;
    }

    .footer-one .copyright-wrap {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-one .social-links {
        margin-top: 100px;
    }

    .footer-one .footer-menu li a {
        color: #ffffff;
    }

.widget-bg-shape {
    position: relative;
    z-index: 1;
}

    .widget-bg-shape::before {
        content: "";
        position: absolute;
        background: #C62828;
        width: 740px;
        height: 400px;
        border-radius: 370px 370px 0 0;
        left: -8.5%;
        bottom: -16.5%;
        right: 0;
        z-index: -1;
    }

@media only screen and (max-width: 1600px) {
    .widget-bg-shape::before {
        display: none;
    }
}

.footer-two .shape-1,
.footer-two .shape-2 {
    position: absolute;
    z-index: -1;
}

.footer-two .shape-1 {
    right: 55%;
    bottom: 31%;
}

.footer-two .shape-2 {
    right: 0;
    bottom: 0;
}

.footer-two .copyright-wrap {
    padding-bottom: 30px;
    border-color: #D6D9DD;
}

.footer-two .footer-logo {
    margin-bottom: 26px;
}

.footer-two p {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

.footer-two .description-text {
    margin-bottom: 70px;
}

.footer-two .footer-widget ul li a {
    color: #000000;
}

    .footer-two .footer-widget ul li a:hover {
        color: #0a1e78;
    }

.footer-two .social-links a {
    border-color: #000;
    color: #212529;
}

    .footer-two .social-links a:hover {
        color: #ffffff;
        background: #C62828;
        border-color: #C62828;
    }

.footer-two .footer-menu li a {
    color: #212529;
}

    .footer-two .footer-menu li a:hover {
        color: #1E3A8A;
    }

.footer-two .copyright-text {
    color: #212529;
    padding: 17px 0 !IMPORTANT;
    margin: 0;
    font-size: 16px;
}

    .footer-two .copyright-text a {
        color: rgba(0, 0, 0, 0.7);
        font-weight: 700;
    }

        .footer-two .copyright-text a:hover {
            color: #C62828;
        }

.footer-three .shape-1,
.footer-three .shape-2 {
    position: absolute;
    z-index: -1;
    filter: invert(1) brightness(10);
}

.footer-three .shape-1 {
    right: 55%;
    bottom: 31%;
}

.footer-three .shape-2 {
    right: 0;
    bottom: 0;
}

.footer-three .copyright-wrap {
    padding-bottom: 30px;
    border-color: #D6D9DD;
}

.footer-three .footer-logo {
    margin-bottom: 26px;
}

.footer-three p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 36px;
}

.footer-three .widget-title {
    color: #ffffff;
}

.footer-three .description-text {
    margin-bottom: 70px;
}

.footer-three .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

    .footer-three .footer-widget ul li a:hover {
        color: #C62828;
    }

.footer-three .social-links a {
    border-color: #ffffff;
    color: #ffffff;
}

    .footer-three .social-links a:hover {
        color: #ffffff;
        background: #C62828;
        border-color: #C62828;
    }

.footer-three .footer-menu li a {
    color: #ffffff;
}

    .footer-three .footer-menu li a:hover {
        color: #C62828;
    }

.footer-three .copyright-text {
    color: #ffffff;
}

    .footer-three .copyright-text a {
        color: #ffffff;
        font-weight: 700;
    }

        .footer-three .copyright-text a:hover {
            color: #C62828;
        }

.topbar-content i {
    padding-right: 6px;
}

ul.social-media {
    float: right;
    margin: 0;
}

    ul.social-media li {
        float: left;
        list-style: none;
        padding-right: 20px;
        color: #000;
        font-size: 16px;
        line-height: 31px;
    }

.offer-news .icon {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: solid #ccc 1px;
}

    .offer-news .icon img {
        width: 100%;
    }

.offer-news .ht-btn {
    background: #3a3f56;
    color: #fff;
}

.service-wrap-two .icon img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.case-details h2 {
    font-family: Lato;
    font-size: 26px;
    font-weight: 700 !IMPORTANT;
    margin: 0px;
    border-left: solid #ffcd08 5px;
    padding: 10px 10px;
    color: #000 !IMPORTANT;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.case-details ol {
    margin-left: 30px;
}

    .case-details ol li {
        color: #000;
        font-size: 17px;
        line-height: 30px;
    }


.case-details ul {
    margin-left: 30px;
}

    .case-details ul li {
        color: #000;
        font-size: 17px;
        line-height: 30px;
    }


.footer-two .footer-logo img {
    width: 150px;
}


.case-details {
    background-image: url(https://demo.stepupeducation.co.in/wp-content/uploads/2025/09/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slider-2-slide-1-layer-2 {
    background: #1E3A8A !important;
    border: solid #1E3A8A 1px !important;
}

    #slider-2-slide-1-layer-2:hover {
        background: #FFE149 !important;
        border: solid #FFE149 1px !important;
        color: #000 !important
    }


.rs-parallax-wrap a {
    background: #1E3A8A !important;
    border: solid #1E3A8A 1px !important;
}

    .rs-parallax-wrap a:hover {
        background: #FFE149 !important;
        border: solid #FFE149 1px !important;
        color: #000 !important
    }




/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
    font-family: "Golden Hopes PERSONAL USE ONLY Regular";
    src: url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.eot");
    src: url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.woff") format("woff"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.svg#Golden Hopes PERSONAL USE ONLY Regular") format("svg");
}


/*---------------------------------------------------- */
/******* Home Page 5 *******/
/*Hero  area*/
/*----------------------------------------------------*/
@-webkit-keyframes TXT2 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    60% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

@keyframes TXT2 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    60% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

@-webkit-keyframes TXT3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    10% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes TXT3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    10% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes TXT4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes TXT4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes TXT5 {
    0% {
        rx: 100;
    }

    10% {
        rx: 100;
    }

    50% {
        rx: 0;
    }

    90% {
        rx: 100;
    }

    to {
        rx: 100;
    }
}

@keyframes TXT5 {
    0% {
        rx: 100;
    }

    10% {
        rx: 100;
    }

    50% {
        rx: 0;
    }

    90% {
        rx: 100;
    }

    to {
        rx: 100;
    }
}

@-webkit-keyframes TXT6 {
    0% {
        rx: 0;
    }

    10% {
        rx: 0;
    }

    50% {
        rx: 100;
    }

    90% {
        rx: 0;
    }

    to {
        rx: 0;
    }
}

@keyframes TXT6 {
    0% {
        rx: 0;
    }

    10% {
        rx: 0;
    }

    50% {
        rx: 100;
    }

    90% {
        rx: 0;
    }

    to {
        rx: 0;
    }
}

@-webkit-keyframes bounce-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.ed-hs5-sec {
    overflow: hidden;
    background-color: #111218;
}

.ed-hs5-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-hs5-slide-item {
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    background-color: #111218;
}

    .ed-hs5-slide-item .ed-hs5-side {
        top: 0;
        right: 0;
        z-index: 1;
        width: 35%;
        height: 100%;
        position: absolute;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-side {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-side .shape_2 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #2F584F;
    -webkit-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.ed-hs5-slide-item .ed-hs5-side .shape_1 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #C3F498;
    -webkit-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ed-hs5-slide-item .ed-hs5-shape1 {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.32;
    width: 1560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .ed-hs5-slide-item .ed-hs5-shape1 .shape_1 {
        top: 0;
        left: 0;
        width: 507px;
        height: 195px;
        clip-path: polygon(99.989% 0%, 0% 0%, 99.989% 99.506%, 99.989% 0%);
        background: -webkit-gradient(linear, left bottom, left top, from(#2F584F), to(rgba(47, 88, 79, 0)));
        background: linear-gradient(0deg, #2F584F 0%, rgba(47, 88, 79, 0) 100%);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

    .ed-hs5-slide-item .ed-hs5-shape1 .shape_2 {
        width: 1055px;
        height: 405px;
        margin-left: auto;
        clip-path: polygon(0.089% 100%, 99.936% 100%, 0.089% 0.008%, 0.089% 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 88, 79, 0)), to(#2F584F));
        background: linear-gradient(0deg, rgba(47, 88, 79, 0) 0%, #2F584F 100%);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

.ed-hs5-slide-item .ed-hs5-circle {
    opacity: 0;
    right: -2%;
    width: 590px;
    height: 590px;
    bottom: 165px;
    position: absolute;
    border-radius: 100%;
    visibility: hidden;
    -webkit-transform: rotate(245deg);
    transform: rotate(245deg);
    -webkit-transition: 1500ms ease-in-out;
    transition: 1500ms ease-in-out;
    border: 1px dashed rgba(255, 255, 255, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-circle {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-circle .item-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100%;
    background-color: #1A2729;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6392156863) inset;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6392156863) inset;
}

    .ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(1) {
        top: 0px;
        left: 105px;
    }

    .ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(2) {
        top: 160px;
        left: -22px;
    }

    .ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(3) {
        left: -20px;
        bottom: 155px;
    }

.ed-hs5-slide-item .ed-hs5-sh1 {
    top: 44%;
    right: 0%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh1 {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-sh2 {
    z-index: 2;
    bottom: 0px;
    width: 256px;
    height: 256px;
    right: -130px;
    overflow: hidden;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh2 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_1 {
    width: 50%;
    opacity: 0;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 {
    width: 50%;
    height: 50%;
    background-color: #F38073;
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 svg {
        -webkit-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_3 svg .rect-1 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT3;
    animation-name: TXT3;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_4 {
    background-color: #111218;
}

    .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_4 svg .rect-2 {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT4;
        animation-name: TXT4;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-box: fill-box;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

.ed-hs5-slide-item .ed-hs5-sh3 {
    bottom: 0;
    z-index: 2;
    right: 38px;
    width: 128px;
    height: 256px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh3 {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_1 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 {
    background-color: #111218;
}

    .ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 svg .clip_path {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT6;
        animation-name: TXT6;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    .ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 svg .clip_path_2 {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT5;
        animation-name: TXT5;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

.ed-hs5-slide-item .ed-hs5-sh4 {
    z-index: 2;
    width: 128px;
    right: -48px;
    bottom: 255px;
    height: 128px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #FFDA8A;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

    .ed-hs5-slide-item .ed-hs5-sh4 svg {
        -webkit-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh4 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh5 {
    left: -128px;
    height: 128px;
    bottom: 128px;
    position: absolute;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh5 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh6 {
    left: -128px;
    bottom: -1px;
    overflow: hidden;
    position: absolute;
}

    .ed-hs5-slide-item .ed-hs5-sh6 svg {
        -webkit-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
        -webkit-transform: translateX(130px);
        transform: translateX(130px);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh6 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh7 {
    bottom: 0;
    left: -100%;
    position: absolute;
    -webkit-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh7 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh8 {
    z-index: 2;
    right: 128px;
    bottom: 128px;
    position: absolute;
    -webkit-animation: bounce-in-right 5s ease infinite;
    animation: bounce-in-right 5s ease infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh8 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-content {
    z-index: 2;
    padding-top: 280px;
    padding-bottom: 315px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-content {
        padding-top: 220px;
        padding-bottom: 130px;
    }
}

@media (max-width: 480px) {
    .ed-hs5-slide-item .ed-hs5-content {
        padding-top: 150px;
    }
}

.ed-hs5-slide-item .ed-hs5-text {
    z-index: 2;
    max-width: 600px;
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-hs5-slide-item .ed-hs5-text {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-hs5-slide-item .ed-hs5-text {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-text {
        margin: 0 auto;
        max-width: 750px;
        margin-top: 45px;
        text-align: center;
    }
}

.ed-hs5-slide-item .ed-hs5-text .slide_title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 0.9;
    padding-bottom: 22px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

    .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word {
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        padding-bottom: 8px;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
        -webkit-transform: scaleX(0) rotateY(90deg) translateX(100%);
        transform: scaleX(0) rotateY(90deg) translateX(100%);
    }

@media (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-text .slide_title {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .ed-hs5-slide-item .ed-hs5-text .slide_title {
        font-size: 38px;
    }
}

@media (max-width: 360px) {
    .ed-hs5-slide-item .ed-hs5-text .slide_title {
        font-size: 36px;
    }
}

.ed-hs5-slide-item .ed-hs5-text p {
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

    .ed-hs5-slide-item .ed-hs5-text p .split-line {
        overflow: hidden;
        -webkit-transform: translateY(100px) scaleY(0) rotate3d(0, 0, 3, 5deg);
        transform: translateY(100px) scaleY(0) rotate3d(0, 0, 3, 5deg);
        -webkit-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
    }

.ed-hs5-slide-item .ed-hs5-text .ed-btn-5 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-img {
    bottom: 0;
    right: -8%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-img {
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: static !important;
    }
}

.ed-hs5-nav {
    top: 50%;
    z-index: 2;
    left: 65px;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-hs5-nav {
        left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-nav {
        left: 0;
        top: auto;
        gap: 20px;
        right: 130px;
        bottom: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-hs5-nav {
        right: 230px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-nav {
        right: 0;
        bottom: 50px;
    }
}

.ed-hs5-nav .ed-hs5-prev svg,
.ed-hs5-nav .ed-hs5-next svg {
    opacity: 0.4;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-hs5-nav .ed-hs5-prev svg path,
    .ed-hs5-nav .ed-hs5-next svg path {
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

.ed-hs5-nav .ed-hs5-prev:hover svg,
.ed-hs5-nav .ed-hs5-next:hover svg {
    opacity: 1;
}

    .ed-hs5-nav .ed-hs5-prev:hover svg path,
    .ed-hs5-nav .ed-hs5-next:hover svg path {
        fill: var(--ed-prime-c7);
    }

.ed-hs5-pagi {
    margin: 25px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-pagi {
        display: none;
    }
}

.ed-hs5-pagi .swiper-pagination-bullet {
    opacity: 1;
    display: block;
    margin: 8px auto !important;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: rgba(255, 255, 255, 0.4);
}

    .ed-hs5-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--ed-prime-c7);
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-side .shape_2 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-side .shape_1 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-shape1 .shape_1 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-shape1 .shape_2 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-circle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh1 {
    opacity: 1;
    right: -13%;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_1 {
    opacity: 1;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 svg {
        -webkit-transition-delay: 900ms;
        transition-delay: 900ms;
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh4 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh4 svg {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh6 svg {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh7 {
    left: -89px;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1) rotateX(0deg) translateX(0%);
        transform: scaleX(1) rotateX(0deg) translateX(0%);
    }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(1) {
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(2) {
            -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(3) {
            -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(4) {
            -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(5) {
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(6) {
            -webkit-transition-delay: 350ms;
            transition-delay: 350ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(7) {
            -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(8) {
            -webkit-transition-delay: 450ms;
            transition-delay: 450ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(9) {
            -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(10) {
            -webkit-transition-delay: 550ms;
            transition-delay: 550ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(11) {
            -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(12) {
            -webkit-transition-delay: 650ms;
            transition-delay: 650ms;
        }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(1) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(2) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(3) {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(4) {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(5) {
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(6) {
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(7) {
        -webkit-transition-delay: 900ms;
        transition-delay: 900ms;
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .ed-btn-5 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-img {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

/*---------------------------------------------------- */
/*Feature  area*/
/*----------------------------------------------------*/
@-webkit-keyframes hithere {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    40%, 60% {
        -webkit-transform: rotate(-20deg) scale(1.2);
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        -webkit-transform: rotate(20deg) scale(1.2);
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        -webkit-transform: rotate(0deg) scale(1.2);
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hithere {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    40%, 60% {
        -webkit-transform: rotate(-20deg) scale(1.2);
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        -webkit-transform: rotate(20deg) scale(1.2);
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        -webkit-transform: rotate(0deg) scale(1.2);
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ed-feature5-sec {
    z-index: 2;
    position: relative;
}

.ed-feature5-content {
    z-index: 1;
    padding: 60px;
    overflow: hidden;
    max-width: 1202px;
    margin-top: -127px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(17, 18, 24, 0.1019607843);
    box-shadow: 0px 6px 20px 0px rgba(17, 18, 24, 0.1019607843);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-feature5-content {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .ed-feature5-content {
        padding: 30px 20px;
    }
}





/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
    font-family: "Golden Hopes PERSONAL USE ONLY Regular";
    src: url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.eot");
    src: url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.woff") format("woff"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/99e780e86b2e7ff1e6b7e171034011ee.svg#Golden Hopes PERSONAL USE ONLY Regular") format("svg");
}






.cart_sidebar .tx-close {
    color: #fff;
    right: -11px;
    border: none;
    background-color: transparent;
}

    .cart_sidebar .tx-close:before,
    .cart_sidebar .tx-close:after {
        background-color: #fff;
    }

.cart_sidebar_bottom {
    padding: 30px 30px 55px;
}

.cart_sidebar_button a {
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 25px 12px;
}

    .cart_sidebar_button a:not(:last-child) {
        margin-bottom: 10px;
        background: var(--ed-gradient);
    }

    .cart_sidebar_button a:nth-child(2) {
        color: #fff;
        background: var(--ed-prime-c);
    }

.cart_sidebar .total_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 0px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*Modal Popip Login Form */
/*--------------------------------------*/
.ori-signup-modal .modal-content {
    border-radius: 0;
}

.ori-signup-modal .modal-dialog {
    padding: 0;
    max-width: 1020px;
}

    .ori-signup-modal .modal-dialog .modal-body {
        padding: 0;
    }

.ori-signup-modal .close-btn {
    color: #fff;
    top: 20px;
    right: 20px;
    border: none;
    position: absolute;
    background-color: transparent;
}

.ori-sign-up-modal-form-content {
    background-color: #171717;
}

    .ori-sign-up-modal-form-content .brand-logo {
        top: 30px;
        left: 30px;
    }

    .ori-sign-up-modal-form-content .ori-sign-up-modal-img {
        width: 50%;
    }

    .ori-sign-up-modal-form-content .ori-sign-up-modal-form {
        width: 50%;
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form h3 {
            color: #fff;
            font-size: 35px;
            font-weight: 700;
            padding-bottom: 18px;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form p {
            color: #BAC1D4;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form form {
            margin-top: 25px;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form label {
            color: #fff;
            display: block;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form input {
            width: 100%;
            border: none;
            margin-bottom: 15px;
            padding-bottom: 10px;
            background-color: transparent;
            border-bottom: 1px solid #393939;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form .ori-signup-account-forget {
            margin: 20px 0px;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form .keep-login input {
            width: auto;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form .keep-login span {
            color: #BAC1D4;
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form .forgot-pass a {
            color: var(--ed-prime-c);
        }

        .ori-sign-up-modal-form-content .ori-sign-up-modal-form button {
            color: #fff;
            width: 100%;
            border: none;
            font-weight: 700;
            padding: 15px 20px;
            border-radius: 4px;
            background-color: var(--ed-prime-c);
        }

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
    position: relative;
}

    .sidebar-info-contents .content-inner {
        position: relative;
    }

        .sidebar-info-contents .content-inner .logo {
            padding-bottom: 20px;
            max-width: 180px;
        }

            .sidebar-info-contents .content-inner .logo img {
                display: inline-block;
                max-width: 100%;
            }

        .sidebar-info-contents .content-inner .content-box {
            position: relative;
            margin-top: 50px;
        }

        .sidebar-info-contents .content-inner h5 {
            color: #fff;
            font-weight: 700;
            margin: 25px 0px 15px;
        }

        .sidebar-info-contents .content-inner .content-box .text {
            color: #fff;
            margin-bottom: 35px;
        }

        .sidebar-info-contents .content-inner .social-box {
            position: relative;
            margin-top: 0px;
            padding-left: 0;
            margin-bottom: 30px;
        }

            .sidebar-info-contents .content-inner .social-box li {
                position: relative;
                display: inline-block;
                margin-right: 5px;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
            }

                .sidebar-info-contents .content-inner .social-box li a {
                    position: relative;
                    width: 36px;
                    height: 36px;
                    color: #fff;
                    z-index: 1;
                    font-size: 14px;
                    line-height: 36px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    background-color: rgba(255, 255, 255, 0.1);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .sidebar-info-contents .content-inner .social-box li a:hover {
                        color: var(--ed-black-color);
                        background-color: var(--ed-yellow-color);
                    }

.close-side-widget,
.close-side-widget:hover {
    color: #fff !important;
    font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: fixed;
    pointer-events: none;
}

    .xs-sidebar-group .xs-overlay .loader-area {
        height: 100vh;
    }

.xs-sidebar-group.info-group .xs-overlay {
    z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
    padding: 0px;
}

.xs-sidebar-group .loader-area {
    height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
    transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
    left: 0;
    width: 0;
    opacity: 0;
    opacity: 0.95;
    height: 100%;
    -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 20;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--ed-black-color);
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 30px;
}

.close-side-widget {
    z-index: 2;
    color: #1768dd;
    display: block;
    position: relative;
    font-size: 15px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
    width: 80px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

    .sidebar-info-contents .gallery-box li a:before {
        top: 0;
        left: 0;
        width: 0%;
        content: "";
        height: 100%;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background-color: rgb(0, 0, 0);
    }

    .sidebar-info-contents .gallery-box li a:after {
        left: 0;
        right: 0;
        top: 40%;
        opacity: 0;
        color: #fff;
        font-size: 18px;
        content: "\f066";
        font-weight: 900;
        text-align: center;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome 5 free";
    }

    .sidebar-info-contents .gallery-box li a:hover:before {
        width: 100%;
    }

    .sidebar-info-contents .gallery-box li a:hover:after {
        top: 50%;
        opacity: 1;
    }

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
    top: 10px;
    left: 15px;
    display: none;
    position: absolute;
}

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -100%;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 100%;
    max-width: 500px;
    overflow-y: scroll;
    background-color: #0f0d0d;
    padding: 20px 20px 35px 20px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .mobile_menu_content::-webkit-scrollbar {
        width: 6px;
    }

    .mobile_menu_content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .mobile_menu_content::-webkit-scrollbar-thumb {
        outline: none;
        border-radius: 0px;
        background: #000;
        background-size: 200%, 1px;
    }

    .mobile_menu_content .mobile-main-navigation {
        width: 100%;
    }

        .mobile_menu_content .mobile-main-navigation .navbar-nav {
            width: 100%;
        }

    .mobile_menu_content .dropdown:after {
        display: none;
    }

    .mobile_menu_content .navbar-nav .dropdown-menu {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .mobile_menu_content .mobile-main-navigation .navbar-nav li {
        padding: 0;
        width: 100%;
        display: block;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

        .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
            padding: 0;
            width: 100%;
            color: #fff;
            display: block;
            font-weight: 500;
            font-size: 18px;
            text-transform: capitalize;
            padding: 10px 30px 10px 0;
        }

    .mobile_menu_content .m-brand-logo {
        width: 120px;
        margin: 50px auto;
    }

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    left: 0px;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_menu_button {
    z-index: 5;
    padding: 0;
    border: none;
    display: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 38px;
    text-align: center;
    background-color: transparent;
}

    .mobile_menu_button span {
        width: 30px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        background-color: #fff;
    }

        .mobile_menu_button span:nth-child(2) {
            width: 25px;
        }

        .mobile_menu_button span:last-child {
            width: 20px;
            margin-bottom: 0;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .mobile_menu_button {
        display: block;
    }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    width: 100%;
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    background-color: transparent;
}

    .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
        border: none;
        line-height: 1;
    }

        .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
            background-color: transparent;
        }

        .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
            font-size: 16px;
            padding-left: 20px;
            color: #fff !important;
        }

            .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
                color: var(--base-color);
                background-color: transparent;
            }

.mobile_menu .dropdown {
    position: relative;
}

    .mobile_menu .dropdown .dropdown-btn {
        top: 4px;
        right: 0;
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #9397a7;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        border-radius: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

        .mobile_menu .dropdown .dropdown-btn.toggle-open {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.mobile_menu .mobile_menu_close {
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: #d60606;
    font-size: 20px;
    position: absolute;
}

.mobile_menu .mobile-search-bar {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 40px;
}

    .mobile_menu .mobile-search-bar input {
        color: #fff;
        width: 100%;
        height: 60px;
        border: none;
        font-size: 14px;
        padding-left: 15px;
        border-radius: 5px;
        border-bottom: none;
        background-color: #2d2d2d;
    }

        .mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
            color: #fff;
            font-size: 14px;
        }

        .mobile_menu .mobile-search-bar input::-moz-placeholder {
            color: #fff;
            font-size: 14px;
        }

        .mobile_menu .mobile-search-bar input:-ms-input-placeholder {
            color: #fff;
            font-size: 14px;
        }

        .mobile_menu .mobile-search-bar input::-ms-input-placeholder {
            color: #fff;
            font-size: 14px;
        }

        .mobile_menu .mobile-search-bar input::placeholder {
            color: #fff;
            font-size: 14px;
        }

    .mobile_menu .mobile-search-bar button {
        top: 5px;
        padding: 0;
        right: 10px;
        color: #fff;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        background-color: transparent;
    }

.mobile_menu .ptx-mobile-header-social {
    margin-top: 40px;
}

    .mobile_menu .ptx-mobile-header-social a {
        color: #fff;
        margin: 0px 8px;
        font-size: 15px;
    }

        .mobile_menu .ptx-mobile-header-social a:hover {
            color: #4400E7;
        }

.agt-mobile-menu-btn {
    border: none;
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .agt-mobile-menu-btn {
        display: block;
    }
}

/* 
  offcanvas-start
*/
.txa-offcanvas-box {
    position: fixed;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 12;
    max-width: 720px;
    height: 100vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    overflow-y: scroll;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .txa-offcanvas-box {
        right: 0px;
        top: 0px;
        height: 100vh;
    }
}

.txa-offcanvas-box::-webkit-scrollbar {
    display: none;
}

.txa-offcanvas-box-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    background: #C9F7CA;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    position: absolute;
    right: 16px;
    top: 16px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .txa-offcanvas-box-close {
        width: 46px;
        height: 46px;
        font-size: 20px;
        right: 10px;
        top: 10px;
    }
}

.txa-offcanvas-box-close:hover {
    color: #fff;
    background: #3533FF;
}

.txa-offcanvas-box-container {
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}

@media (max-width: 767px) {
    .txa-offcanvas-box-container {
        padding: 80px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-offcanvas-box-container {
        padding: 80px 40px;
    }
}

.txa-offcanvas-box .offcanvas-slideup {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-transform: capitalize;
}

.txa-offcanvas-box:is(.active) {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

    .txa-offcanvas-box:is(.active) .offcanvas-slideup {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.txa-offcanvas-services-title {
    font-size: 16px;
    color: #101010;
    margin-bottom: 14px;
}

.txa-offcanvas-services li {
    overflow: hidden;
    line-height: 1.5;
}

    .txa-offcanvas-services li:not(:last-child) {
        margin-bottom: 8px;
    }

.txa-offcanvas-services-item {
    font-size: 32px;
    color: #5D5D5D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .txa-offcanvas-services-item i {
        font-size: 20px;
        -webkit-transform: translateY(-3px) translateX(0px);
        transform: translateY(-3px) translateX(0px);
        color: #000;
    }

    .txa-offcanvas-services-item:hover {
        color: #000;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

.txa-offcanvas-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .txa-offcanvas-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .txa-offcanvas-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.txa-offcanvas-content-box-title {
    font-size: 16px;
    color: #888888;
    margin-bottom: 14px;
}

.txa-offcanvas-contact li {
    font-size: 16px;
    line-height: 22px;
    color: #101010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .txa-offcanvas-contact li:not(:last-child) {
        margin-bottom: 10px;
    }

    .txa-offcanvas-contact li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 11px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .txa-offcanvas-contact li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 11px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .txa-offcanvas-contact li a:hover {
            color: #3533FF;
        }

.txa-offcanvas-social li {
    overflow: hidden;
    margin-bottom: 7px;
}

.txa-offcanvas-social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #5D5D5D;
    line-height: 1.5;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .txa-offcanvas-social-item i {
        width: 15px;
    }

    .txa-offcanvas-social-item:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #000;
    }

.txa-offcanvas-search-form {
    position: relative;
    z-index: 1;
}

.txa-offcanvas-search-form-input {
    height: 55px;
    padding: 0 20px;
    background: rgba(105, 105, 105, 0.15);
    width: 100%;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    border-radius: 0px;
}

.txa-offcanvas-search-form-btn {
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0;
}

    .txa-offcanvas-search-form-btn:hover {
        color: #3533FF;
    }

/* 
    search-box-css-start
*/
.txa-search-box {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms var(--cube-1);
    transition: 500ms var(--cube-1);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}

.txa-search-box-close {
    height: 40px;
    width: 40px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: #f1f1f1;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 40px;
    top: 35px;
    line-height: 1;
}

@media (max-width: 767px) {
    .txa-search-box-close {
        right: 20px;
        top: 15px;
    }
}

.txa-search-box-close i {
    line-height: 1;
}

.txa-search-box-close:hover {
    background: var(--ed-red-color);
    background-size: 200%, 1px;
    color: #fff;
}

.txa-search-box.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

    .txa-search-box.active .txa-search-form::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.txa-search-container {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.txa-search-title {
    font-size: 23px;
    line-height: 1;
    font-weight: 700 !important;
    padding-bottom: 30px;
    color: var(--ed-black-color);
}

.txa-search-form {
    position: relative;
    z-index: 1;
}

.txa-search-form-input {
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-weight: 500;
    padding: 10px 10px;
    background: transparent;
}

.txa-search-form::after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background-color: #6D6D6D;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.txa-search-tag {
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.txa-search-tag-title {
    font-size: 16px;
    font-weight: 700 !important;
    color: var(--ed-black-color);
    padding-bottom: 12px;
}

.txa-search-tag-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    border: 1px solid #DFE1E5;
    line-height: 1;
    padding: 9px 17px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .txa-search-tag-item:hover {
        background: var(--ed-red-color);
        background-size: 200%, 1px;
        color: #fff;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    display: none;
}

    .overlay:is(.active) {
        display: block;
    }

.txa-search-box:is(.has-home-6) .txa-search-box-close:hover {
    background: var(--fx-clr-pr-2);
}

.txa-search-box:is(.has-home-6) .txa-search-tag-item:hover {
    background: var(--fx-clr-pr-2);
    border-color: transparent;
}

/* 
    search-box-css-end
*/
/*global area*/
/*----------------------------------------------------*/
/*Global  area*/
/*-------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

body {
    margin: 0;
    padding: 0;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

    body .row {
        --bs-gutter-x: 32px;
    }

    body .mfp-iframe-holder .mfp-close {
        right: 0;
        padding: 0;
        top: -40px;
        width: 40px;
        height: 40px;
        text-align: center;
        background: var(--ed-gradient);
        background-size: 200%, 1px;
    }

    body button.mfp-close {
        right: 0;
        padding: 0;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        background: var(--ed-gradient);
        background-size: 200%, 1px;
    }

    body::-webkit-scrollbar {
        width: 6px;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        outline: none;
        border-radius: 30px;
    }

/*Home Set Up  area*/
/*-------------------------*/
.home-1::-webkit-scrollbar-thumb {
    background: var(--ed-gradient);
    background-size: 200%, 1px;
}

.home-2::-webkit-scrollbar-thumb {
    background: var(--ed-prime-c2);
}

.home-3::-webkit-scrollbar-thumb {
    background: var(--ed-prime-c4);
}

.home-4::-webkit-scrollbar-thumb {
    background: var(--ed-prime-c6);
}

.home-5::-webkit-scrollbar-thumb {
    background: var(--ed-prime-c8);
}

.home-6::-webkit-scrollbar-thumb {
    background: var(--ed-prime-c9);
}

.home-1 {
    font-size: 20px;
    line-height: 1.6;
    background-color: #fff;
    color: var(--ed-body-color);
    font-family: var(--ed-body-font);
}

    .home-1 .container {
        max-width: 1424px;
    }

    .home-1 .ed-scrollup {
        background: var(--ed-gradient);
    }

        .home-1 .ed-scrollup i {
            color: var(--ed-tt-color);
        }

.home-2 {
    font-size: 18px;
    line-height: 1.556;
    background-color: #fff;
    color: var(--ed-body-color-2);
    font-family: var(--ed-body-font-2);
}

    .home-2 .container {
        max-width: 1320px;
    }

    .home-2 .ed-scrollup {
        background: var(--ed-gradient);
    }

        .home-2 .ed-scrollup i {
            color: var(--ed-tt-color);
        }

    .home-2 .mfp-bg {
        background: var(--ed-black-color);
    }

    .home-2 .cart_sidebar_button a {
        background-color: var(--ed-red-color);
    }

        .home-2 .cart_sidebar_button a:not(:last-child) {
            background: var(--ed-yellow-color);
        }

    .home-2 .ed-scrollup {
        background: var(--ed-red-color);
    }

        .home-2 .ed-scrollup i {
            color: #fff;
        }

.home-3 {
    color: #5b5b5b;
    line-height: 1.778;
    font-family: var(--ed-body-font-3);
}

    .home-3 .container {
        max-width: 1426px;
    }

    .home-3 .ed-scrollup {
        background: var(--ed-prime-c4);
    }

        .home-3 .ed-scrollup i {
            color: var(--ed-black-color);
        }

.home-4 {
    font-size: 17px;
    line-height: 1.556;
    color: var(--ed-black-color);
    font-family: var(--ed-body-font-4);
}

    .home-4 .container {
        max-width: 1426px;
    }

    .home-4 .ed-scrollup {
        background: var(--ed-prime-c6);
    }

        .home-4 .ed-scrollup i {
            color: var(--ed-black-color);
        }

    .home-4 .cart_sidebar_button a:not(:last-child) {
        background: var(--ed-prime-c6);
    }

.home-5 {
    color: #515151;
    font-size: 18px;
    line-height: 1.555;
    font-family: var(--ed-body-font-5);
}

    .home-5 .container {
        max-width: 1350px;
    }

    .home-5 .ed-scrollup {
        background: var(--ed-prime-c7);
    }

        .home-5 .ed-scrollup i {
            color: #fff;
        }

    .home-5 .cart_sidebar_button a:not(:last-child) {
        background: var(--ed-prime-c7);
    }

.home-6 {
    color: #050505;
    font-size: 18px;
    line-height: 1.555;
    font-family: var(--ed-body-font-2);
}

    .home-6 .container {
        max-width: 1344px;
    }

    .home-6 .ed-scrollup {
        background: var(--ed-prime-c9);
    }

        .home-6 .ed-scrollup i {
            color: #fff;
        }

    .home-6 .cart_sidebar_button a:not(:last-child) {
        background: var(--ed-prime-c7);
    }

/*Reset  area*/
/*-------------------------*/
.ul-li ul {
    margin: 0;
    padding: 0;
}

    .ul-li ul li {
        list-style: none;
        display: inline-block;
    }

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

    .ul-li-block ul li {
        display: block;
        list-style: none;
    }

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    font-family: var(--ed-heading);
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.167;
    font-family: var(--ed-heading-2);
}

.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.077;
    font-family: var(--ed-heading-3);
}

.headline-4 h1,
.headline-4 h2,
.headline-4 h3,
.headline-4 h4,
.headline-4 h5,
.headline-4 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.15;
    font-family: var(--ed-heading-4);
}

.headline-5 h1,
.headline-5 h2,
.headline-5 h3,
.headline-5 h4,
.headline-5 h5,
.headline-5 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.084;
    letter-spacing: -1px;
    color: var(--ed-tt-color-2);
    font-family: var(--ed-heading-5);
}

.headline-6 h1,
.headline-6 h2,
.headline-6 h3,
.headline-6 h4,
.headline-6 h5,
.headline-6 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.084;
    color: var(--ed-tt-color-2);
    font-family: var(--ed-heading-2);
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}

    #preloader .preloader-wrap {
        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;
        height: 100%;
    }

        #preloader .preloader-wrap .loader {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 5px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end;
        }

        #preloader .preloader-wrap .dot {
            width: 10px;
            height: 20px;
            background: var(--ed-gradient);
            border-radius: 5px;
            -webkit-animation: heightBounce 0.6s infinite alternate;
            animation: heightBounce 0.6s infinite alternate;
        }

            #preloader .preloader-wrap .dot:nth-child(2) {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
                opacity: 0.9;
            }

            #preloader .preloader-wrap .dot:nth-child(3) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
                opacity: 0.8;
            }

            #preloader .preloader-wrap .dot:nth-child(4) {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
                opacity: 0.7;
            }

            #preloader .preloader-wrap .dot:nth-child(5) {
                -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
                opacity: 0.6;
            }

    #preloader:is(.preloaded) {
        -webkit-transform: scale(0.9) translateY(100%);
        transform: scale(0.9) translateY(100%);
        border-radius: 20px;
    }

@-webkit-keyframes heightBounce {
    from {
        height: 10px;
    }

    to {
        height: 50px;
    }
}

@keyframes heightBounce {
    from {
        height: 10px;
    }

    to {
        height: 50px;
    }
}

@-webkit-keyframes ed-spin {
    50% {
        -webkit-transform: rotate(30deg) scaleX(0);
        transform: rotate(30deg) scaleX(0);
    }
}

@keyframes ed-spin {
    50% {
        -webkit-transform: rotate(30deg) scaleX(0);
        transform: rotate(30deg) scaleX(0);
    }
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

    a:hover, a:focus {
        text-decoration: none;
    }

span, a {
    display: inline-block;
}

img {
    /* max-width: 100%; */
    height: auto;
}

button {
    cursor: pointer;
}

    .form-control:focus,
    button:visited,
    button.active,
    button:hover,
    button:focus,
    input:visited,
    input.active,
    input:hover,
    input:focus,
    textarea:hover,
    textarea:focus,
    a:hover,
    a:focus,
    a.active,
    select,
    select:hover,
    select:focus,
    select:visited {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        color: inherit;
    }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pera-content p {
    margin-bottom: 0;
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

.href-underline a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .href-underline a:hover {
        color: inherit;
        background-size: 100% 100%;
    }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
    border: none;
    padding-top: 0;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 0;
    cursor: pointer;
    background-color: transparent;
}

.tx-tab-btn .nav-tabs {
    border: none;
}

.tx-tab-btn .nav {
    display: inherit;
}

.ed-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
}

    .ed-scrollup i {
        color: #fff;
    }

/*Section Title  area*/
/*-------------------------*/
.ed-sec-title .rate-slug {
    padding-bottom: 10px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

    .ed-sec-title .rate-slug i {
        color: #ffb401;
    }

.ed-sec-title .subtitle {
    line-height: 1;
    font-size: 16px;
    font-weight: 800;
    padding: 12px 26px;
    margin-bottom: 20px;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid var(--ed-tt-color);
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
}

@media (max-width: 767px) {
    .ed-sec-title .subtitle {
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }
}

.ed-sec-title .sec_title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.133;
    color: var(--ed-tt-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-sec-title .sec_title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title .sec_title {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title .sec_title {
        font-size: 36px;
    }
}

.ed-sec-title p {
    font-size: 18px;
    padding-top: 16px;
}

    .ed-sec-title p a {
        font-weight: 500;
        display: inline;
        color: var(--ed-tt-color);
        text-decoration: underline;
    }

.ed-sec-title-2 .subtitle {
    font-size: 42px;
    line-height: 1;
    color: var(--ed-prime-c2);
    font-family: var(--ed-cursive-font);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-sec-title-2 .subtitle {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title-2 .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title-2 .subtitle {
        font-size: 28px;
    }
}

.ed-sec-title-2 .sec_title {
    font-size: 60px;
    font-weight: 700;
    color: var(--ed-black-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-sec-title-2 .sec_title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title-2 .sec_title {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title-2 .sec_title {
        font-size: 36px;
    }
}

.ed-sec-title-2 p {
    padding-top: 10px;
}

.ed-sec-title-3 .subtitle {
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--ed-prime-c5);
    font-family: var(--ed-cursive-font-2);
}

.ed-sec-title-3 .sec_title {
    font-size: 65px;
    font-weight: 600;
    color: var(--ed-black-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-sec-title-3 .sec_title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title-3 .sec_title {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title-3 .sec_title {
        font-size: 34px;
    }
}

.ed-sec-title-3 p {
    max-width: 650px;
    padding-top: 15px;
}

.ed-sec-title-3.text-center p {
    margin: 0 auto;
}

.ed-sec-title-4 .subtitle {
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 12px 25px 8px;
    color: var(--ed-black-color);
    background-color: var(--ed-prime-c6);
}

.ed-sec-title-4 .sec_title {
    font-size: 50px;
    font-weight: 800;
    color: var(--ed-black-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-sec-title-4 .sec_title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title-4 .sec_title {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title-4 .sec_title {
        font-size: 34px;
    }
}

.ed-sec-title-4 p {
    padding-top: 8px;
}

.ed-sec-title-4.text-center {
    margin: 0 auto;
    max-width: 760px;
}

    .ed-sec-title-4.text-center p {
        max-width: 670px;
        margin: 0 auto;
    }

.ed-sec-title-5 .subtitle {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 26px;
    position: relative;
    margin-bottom: 14px;
    display: inline-block;
    background-color: #C3F498;
    color: var(--ed-tt-color-2);
}

    .ed-sec-title-5 .subtitle:before, .ed-sec-title-5 .subtitle:after {
        top: 0;
        width: 14px;
        content: "";
        height: 100%;
        position: absolute;
        background-color: #fff;
    }

    .ed-sec-title-5 .subtitle:before {
        left: 0;
        clip-path: polygon(0.204% 100%, 0.204% 100%, 0.199% 100%, 0.183% 100%, 0.161% 100%, 0.135% 100%, 0.107% 100%, 0.081% 100%, 0.058% 100%, 0.042% 100%, 0.036% 100%, 0.041% 100%, 0.041% 100%, 16.237% 99.344%, 31.603% 97.447%, 45.932% 94.411%, 59.02% 90.341%, 70.658% 85.339%, 80.643% 79.511%, 88.767% 72.959%, 94.825% 65.787%, 98.611% 58.1%, 99.919% 50%, 99.919% 50%, 98.611% 41.9%, 94.825% 34.213%, 88.766% 27.041%, 80.64% 20.489%, 70.653% 14.661%, 59.011% 9.659%, 45.918% 5.589%, 31.582% 2.553%, 16.207% 0.656%, 0% 0%, 0.163% 0%, 0.163% 100%, 0.204% 100%);
    }

    .ed-sec-title-5 .subtitle:after {
        right: 0;
        clip-path: polygon(99.657% 0%, 99.657% 0%, 99.663% 0%, 99.677% 0%, 99.697% 0%, 99.722% 0%, 99.748% 0%, 99.773% 0%, 99.794% 0%, 99.808% 0%, 99.814% 0%, 99.809% 0%, 99.809% 0%, 84.693% 0.656%, 70.351% 2.553%, 56.977% 5.589%, 44.763% 9.659%, 33.9% 14.661%, 24.581% 20.489%, 16.999% 27.041%, 11.345% 34.213%, 7.811% 41.9%, 6.591% 50%, 6.591% 50%, 7.811% 58.1%, 11.345% 65.787%, 17% 72.959%, 24.584% 79.511%, 33.905% 85.339%, 44.771% 90.341%, 56.991% 94.411%, 70.371% 97.447%, 84.721% 99.344%, 99.848% 100%, 99.695% 100%, 99.695% 0%, 99.657% 0%);
    }

.ed-sec-title-5 .sec_title {
    font-size: 48px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-sec-title-5 .sec_title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-sec-title-5 .sec_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title-5 .sec_title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title-5 .sec_title {
        font-size: 32px;
    }
}

.ed-sec-title-5 .sec_title span {
    color: rgba(5, 5, 5, 0.64);
}

.ed-sec-title-5 p {
    padding-top: 18px;
}

.ed-sec-title-6 .sec_title {
    font-size: 48px;
    font-weight: 600;
    color: var(--ed-tt-color-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-sec-title-6 .sec_title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-sec-title-6 .sec_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ed-sec-title-6 .sec_title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .ed-sec-title-6 .sec_title {
        font-size: 32px;
    }
}

.ed-sec-title-6 .sec_title .has-dot {
    color: #F4BF00;
    display: inline;
}

.ed-sec-title-6 p {
    color: #050505;
    padding-top: 20px;
}

/*Button  area*/
/*-------------------------*/
@-webkit-keyframes rightarrow {
    0% {
        -webkit-transform: translateX(0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateX(0.4em);
        opacity: 1;
    }
}

@keyframes rightarrow {
    0% {
        -webkit-transform: translateX(0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateX(0.4em);
        opacity: 1;
    }
}

.ed-btn-1 a {
    line-height: 1;
    font-size: 18px;
    font-weight: 800;
    padding: 22px 50px;
    text-align: center;
    border-radius: 100px;
    color: var(--ed-tt-color);
    background: var(--ed-gradient);
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
}

    .ed-btn-1 a span {
        display: inline-block;
        pointer-events: none;
    }

        .ed-btn-1 a span.ed-spin {
            -webkit-animation: ed-spin 0.5s 1;
            animation: ed-spin 0.5s 1;
            -webkit-transform-origin: bottom;
            transform-origin: bottom;
        }

    .ed-btn-1 a:hover {
        background-position: 150%;
        -webkit-box-shadow: 0 -4px 0 0 var(--ed-tt-color);
        box-shadow: 0 -4px 0 0 var(--ed-tt-color);
    }

.ed-btn-2 a {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 22px 30px;
    overflow: hidden;
    border-radius: 100px;
    background-color: var(--ed-red-color);
    position: relative;
}

@media (max-width: 767px) {
    .ed-btn-2 a {
        padding: 15px 24px;
    }
}

@media (max-width: 480px) {
    .ed-btn-2 a {
        font-size: 16px;
        padding: 12px 22px;
    }
}

.ed-btn-2 a i {
    z-index: -1;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    color: var(--ed-black-color);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: var(--ed-yellow-color);
}

@media (max-width: 480px) {
    .ed-btn-2 a i {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
    }
}

.ed-btn-2 a i:after {
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 100px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: var(--ed-yellow-color);
}

.ed-btn-2 a:hover {
    color: var(--ed-black-color);
}

    .ed-btn-2 a:hover i {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

        .ed-btn-2 a:hover i:after {
            width: 100%;
            height: 100%;
            -webkit-transform: scale(50);
            transform: scale(50);
        }

.ed-btn-3 {
    z-index: 1;
    position: relative;
    padding-bottom: 6px;
    border-radius: 100px;
    display: inline-block;
    background-color: #fff;
}

@media (max-width: 767px) {
    .ed-btn-3 {
        padding-bottom: 3px;
    }
}

.ed-btn-3:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 100px;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-btn-3 a {
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    padding: 11px 40px;
    position: relative;
    white-space: nowrap;
    border-radius: 100px;
    background-color: #fff;
    color: var(--ed-black-color);
    border: 3px solid var(--ed-black-color);
}

@media (max-width: 767px) {
    .ed-btn-3 a {
        padding: 10px 25px;
    }
}

.ed-btn-3 a img {
    margin-left: 5px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ed-btn-3 a span {
    z-index: 1;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    color: var(--ed-black-color);
}

    .ed-btn-3 a span:before {
        top: 0;
        left: 0;
        opacity: 1;
        display: block;
        -webkit-transition: all 0.5s var(--cube-1);
        transition: all 0.5s var(--cube-1);
        position: relative;
        content: attr(data-front);
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
    }

    .ed-btn-3 a span:after {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        display: block;
        -webkit-transition: all 0.5s var(--cube-1);
        transition: all 0.5s var(--cube-1);
        position: absolute;
        content: attr(data-back);
        -webkit-transform: translateY(-50%) rotateX(90deg);
        transform: translateY(-50%) rotateX(90deg);
    }

.ed-btn-3 a:hover {
    background-color: var(--ed-prime-c4);
}

    .ed-btn-3 a:hover span:before {
        opacity: 0;
        background-color: var(--ed-prime-c5);
        -webkit-transform: translateY(50%) rotateX(90deg);
        transform: translateY(50%) rotateX(90deg);
    }

    .ed-btn-3 a:hover span:after {
        opacity: 1;
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
    }

    .ed-btn-3 a:hover img {
        -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
        animation: rightarrow 0.6s infinite alternate ease-in-out;
    }

.ed-btn-4 a {
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    border-radius: 30px;
    background-color: var(--ed-black-color);
}

    .ed-btn-4 a:hover {
        color: var(--ed-black-color);
        background-color: var(--ed-prime-c6);
    }

.ed-btn-5 {
    border-radius: 100px;
    display: inline-block;
    border: 2px solid rgba(251, 153, 90, 0.3215686275);
}

    .ed-btn-5 a {
        z-index: 1;
        display: block;
        line-height: 1;
        overflow: hidden;
        position: relative;
        border-radius: 100px;
        padding: 8px 8px 8px 25px;
        background-color: var(--ed-prime-c7);
    }

        .ed-btn-5 a:before, .ed-btn-5 a:after {
            width: 50%;
            content: "";
            z-index: -1;
            height: 0%;
            position: absolute;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
            background-color: var(--ed-prime-c8);
        }

        .ed-btn-5 a:before {
            top: 0;
            left: 0;
        }

        .ed-btn-5 a:after {
            right: 0;
            bottom: 0;
        }

        .ed-btn-5 a .b-text {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

        .ed-btn-5 a .b-icon {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #fff;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

            .ed-btn-5 a .b-icon svg path {
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
            }

        .ed-btn-5 a:hover .b-text {
            color: var(--ed-tt-color-2);
        }

        .ed-btn-5 a:hover .b-icon {
            color: var(--ed-tt-color-2);
            background-color: var(--ed-prime-c7);
        }

            .ed-btn-5 a:hover .b-icon svg path {
                fill: var(--ed-tt-color-2);
            }

        .ed-btn-5 a:hover:before, .ed-btn-5 a:hover:after {
            height: 100%;
        }

    .ed-btn-5 .ed_btn_text {
        gap: 15px;
    }

    .ed-btn-5:is(.ver_2) a {
        background-color: #2F584F;
    }

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    51% {
        opacity: 1;
    }
}

.ed-btn-6 a {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 6px;
    position: relative;
    background-color: var(--ed-prime-c9);
}

    .ed-btn-6 a span {
        margin-right: 3px;
    }

    .ed-btn-6 a svg path {
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .ed-btn-6 a:before {
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 0%;
        z-index: -1;
        border-radius: 6px;
        position: absolute;
        background-color: #F4BF00;
        -webkit-transition: 300ms var(--cube-1);
        transition: 300ms var(--cube-1);
    }

    .ed-btn-6 a:hover {
        color: var(--ed-tt-color-2);
    }

        .ed-btn-6 a:hover:before {
            height: 100%;
        }

        .ed-btn-6 a:hover svg {
            -webkit-animation: toLeftFromRight 0.5s forwards;
            animation: toLeftFromRight 0.5s forwards;
        }

            .ed-btn-6 a:hover svg path {
                fill: var(--ed-tt-color-2);
            }

.split-line {
    overflow: hidden;
}

/*Pagination  area*/
/*-------------------------*/
.ed-pagination ul {
    padding: 8px;
    background: #E7E7E7;
    border-radius: 100px;
    display: inline-block;
}

    .ed-pagination ul li {
        gap: 0px 4px;
    }

        .ed-pagination ul li a {
            width: 43px;
            height: 43px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #171616;
            font-size: 15px;
            font-weight: 600;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #fff;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

            .ed-pagination ul li a:hover {
                background-color: #00FFB4;
                -webkit-box-shadow: 0 3px 0 0 var(--ed-tt-color);
                box-shadow: 0 3px 0 0 var(--ed-tt-color);
            }

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.pb-230 {
    padding-bottom: 230px;
}

.pb-235 {
    padding-bottom: 235px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pb-245 {
    padding-bottom: 245px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-255 {
    padding-bottom: 255px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pb-265 {
    padding-bottom: 265px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-275 {
    padding-bottom: 275px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-295 {
    padding-bottom: 295px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/*---------------------------------------------------- */
/******* Home Page 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ed-hero-section-1 {
    z-index: 1;
    overflow: hidden;
    background-color: #f3f2ff;
}

    .ed-hero-section-1 .ed-h-shape1 {
        top: -65%;
        left: -15%;
        z-index: -1;
    }

    .ed-hero-section-1 .ed-h-shape2 {
        right: -25%;
        z-index: -1;
        bottom: -35%;
    }

    .ed-hero-section-1 .ed-h-shape3 {
        top: -10%;
        right: -18%;
    }

.ed-h1-content {
    padding-top: 325px;
    padding-bottom: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-h1-content {
        padding-top: 250px;
        padding-bottom: 170px;
    }
}

@media (max-width: 767px) {
    .ed-h1-content {
        padding-top: 170px;
        padding-bottom: 80px;
    }
}

.h1-text-wrap {
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap {
        margin: 0 auto;
        max-width: 630px;
    }
}

.h1-text-wrap .h1-text-area {
    max-width: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .h1-text-wrap .h1-text-area {
        max-width: 500px;
    }
}

.h1-text-wrap .h1-text-area .h1_slug {
    font-size: 20px;
    font-weight: 700;
    color: var(--ed-tt-color);
}

.h1-text-wrap .h1-text-area .hero_title_1 {
    line-height: 1;
    font-size: 100px;
    font-weight: 800;
    padding-top: 8px;
    letter-spacing: -1px;
    padding-bottom: 30px;
    color: var(--ed-tt-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-text-area .hero_title_1 {
        font-size: 70px;
    }
}

@media (max-width: 480px) {
    .h1-text-wrap .h1-text-area .hero_title_1 {
        font-size: 50px;
        padding-bottom: 15px;
    }
}

@media (max-width: 360px) {
    .h1-text-wrap .h1-text-area .hero_title_1 {
        font-size: 40px;
        padding-bottom: 15px;
    }
}

.h1-text-wrap .h1-text-area p {
    max-width: 590px;
}

.h1-text-wrap .h1-search-box {
    width: 100%;
    height: 115px;
    margin-top: 50px;
    max-width: 940px;
    border-radius: 100px;
    background-color: #f9f9f9;
    border: 3px solid #00f7cf;
    padding: 0px 30px 0px 40px;
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box {
        height: auto;
    }
}

@media (max-width: 480px) {
    .h1-text-wrap .h1-search-box {
        border-radius: 0;
    }
}

.h1-text-wrap .h1-search-box:before {
    top: 0;
    right: 0;
    width: 48%;
    content: "";
    height: 100%;
    position: absolute;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: var(--ed-gradient);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box:before {
        display: none;
    }
}

.h1-text-wrap .h1-search-box form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0px;
    }
}

.h1-text-wrap .h1-search-box form .h1-input-field {
    position: relative;
}

    .h1-text-wrap .h1-search-box form .h1-input-field:before {
        top: 50%;
        left: 0;
        font-weight: 800;
        content: "\f002";
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box form .h1-input-field:before {
        top: 38%;
        left: 2px;
    }
}

.h1-text-wrap .h1-search-box form input {
    border: none;
    font-weight: 800;
    padding-left: 30px;
    color: var(--ed-tt-color);
    background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box form input {
        width: 100%;
        padding-bottom: 20px;
    }
}

.h1-text-wrap .h1-search-box form input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

.h1-text-wrap .h1-search-box form input::-moz-placeholder {
    font-size: 15px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

.h1-text-wrap .h1-search-box form input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

.h1-text-wrap .h1-search-box form input::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

.h1-text-wrap .h1-search-box form input::placeholder {
    font-size: 15px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

.h1-text-wrap .h1-search-box .ed-select-option {
    gap: 10px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box .ed-select-option {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.h1-text-wrap .h1-search-box .ed-select-option .nice-select {
    height: 48px;
    border: none;
    height: auto;
    font-size: 17px;
    font-weight: 900;
    position: relative;
    line-height: auto;
    border-radius: 100px;
    color: var(--ed-tt-color);
    background-color: transparent;
}

    .h1-text-wrap .h1-search-box .ed-select-option .nice-select:after {
        top: 1px;
        right: 15px;
        margin-top: 0;
        border: none;
        font-size: 15px;
        font-weight: 900;
        content: "\f078";
        -webkit-transform: rotate(0);
        transform: rotate(0);
        font-family: "Font Awesome 5 Free";
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box .ed-select-option .nice-select:after {
        right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-text-wrap .h1-search-box .ed-select-option .nice-select:after {
        font-size: 14px;
    }
}

.h1-text-wrap .h1-search-box button {
    font-size: 16px;
    font-weight: 800;
    padding: 14px 30px;
    border-radius: 100px;
    background-color: transparent;
    border: 3px solid var(--ed-tt-color);
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .h1-text-wrap .h1-search-box button:hover {
        -webkit-box-shadow: 0 -4px 0 0 var(--ed-tt-color);
        box-shadow: 0 -4px 0 0 var(--ed-tt-color);
    }

@-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes icon-bounce2 {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-bounce2 {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ringer {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-10deg) scale(1) skew(1deg);
        transform: rotate(-10deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-10deg) scale(1) skew(1deg);
        transform: rotate(-10deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes ringer {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-10deg) scale(1) skew(1deg);
        transform: rotate(-10deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-10deg) scale(1) skew(1deg);
        transform: rotate(-10deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(20deg) scale(1) skew(1deg);
        transform: rotate(20deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.h1-img-wrap {
    right: 0;
    z-index: 1;
    bottom: 120px;
    max-width: 600px;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .h1-img-wrap {
        bottom: 0;
        margin: 0 auto;
        position: relative;
        margin-bottom: 40px;
    }
}

.h1-img-wrap .ed-img-shape1 {
    top: -20px;
    left: -80px;
    z-index: 1;
}

    .h1-img-wrap .ed-img-shape1 span {
        -webkit-animation: icon-bounce 2s ease-out infinite;
        animation: icon-bounce 2s ease-out infinite;
    }

@media (max-width: 767px) {
    .h1-img-wrap .ed-img-shape1 {
        display: none;
    }
}

.h1-img-wrap .ed-img-shape2 {
    top: 40%;
    right: -80px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .h1-img-wrap .ed-img-shape2 span {
        -webkit-animation: icon-bounce 3s ease-out infinite;
        animation: icon-bounce 3s ease-out infinite;
    }

@media (max-width: 767px) {
    .h1-img-wrap .ed-img-shape2 {
        display: none;
    }
}

.h1-img-wrap .ed-img-shape3 {
    right: 10px;
    bottom: 20px;
    z-index: 1;
}

    .h1-img-wrap .ed-img-shape3 span {
        -webkit-animation: icon-bounce2 3s ease-out infinite;
        animation: icon-bounce2 3s ease-out infinite;
    }

@media (max-width: 767px) {
    .h1-img-wrap .ed-img-shape3 {
        display: none;
    }
}

.h1-img-wrap .ed-img-shape4 {
    top: 45%;
    left: -22px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .h1-img-wrap .ed-img-shape4 span {
        -webkit-animation: ringer 3s ease-out infinite;
        animation: ringer 3s ease-out infinite;
    }

@media (max-width: 767px) {
    .h1-img-wrap .ed-img-shape4 {
        display: none;
    }
}

.h1-img-wrap .ed-img-shape5 {
    left: -28px;
    bottom: 5px;
    z-index: 1;
}

    .h1-img-wrap .ed-img-shape5 span {
        -webkit-animation: spin 5s ease-out infinite;
        animation: spin 5s ease-out infinite;
    }

@media (max-width: 767px) {
    .h1-img-wrap .ed-img-shape5 {
        display: none;
    }
}

.h1-img-wrap .item-img {
    z-index: -1;
    overflow: hidden;
    max-width: 600px;
    max-height: 710px;
    border-bottom-right-radius: 300px;
}

@media (max-width: 767px) {
    .h1-img-wrap .item-img {
        border-bottom-right-radius: 100px;
    }
}

.h1-img-wrap .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*---------------------------------------------------- */
/*Course Category area*/
/*----------------------------------------------------*/
.ed-course-cate-content {
    z-index: 2;
    margin-top: -50px;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    padding: 45px 45px 15px;
}

@media (max-width: 767px) {
    .ed-course-cate-content {
        margin-top: 30px;
        padding: 15px 15px 15px;
    }
}

.ed-coc-item {
    padding: 50px 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #f7f7ff;
}

    .ed-coc-item .item-img {
        width: 95px;
        height: 95px;
        margin: 0 auto;
        margin-bottom: 28px;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .ed-coc-item .item-text h3 {
        font-size: 25px;
        font-weight: 800;
        padding-bottom: 2px;
        color: var(--ed-tt-color);
    }

    .ed-coc-item:hover .item-img {
        -webkit-transform: scale(-1) rotate(180deg);
        transform: scale(-1) rotate(180deg);
    }

        .ed-coc-item:hover .item-img:before {
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
        }

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ed-about-sec-1 {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-ab-text1 {
    width: 100%;
    max-width: 625px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-ab-text1 {
        max-width: 515px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab-text1 {
        max-width: 625px;
    }
}

.ed-ab-img1 {
    margin-left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab-img1 {
        margin-left: 0;
    }
}

.ed-ab-review-wrap {
    gap: 30px;
    max-width: 580px;
}

@media (max-width: 767px) {
    .ed-ab-review-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab-review-wrap .ed-ab-review h3 {
    font-size: 53px;
    font-weight: 800;
    padding-bottom: 0px;
    color: var(--ed-tt-color);
}

.ed-ab-review-wrap .ed-ab-review li {
    color: #ffd02e;
}

.ed-ab-review-wrap .ed-ab-review span {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 800;
    padding: 12px 25px;
    border-radius: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #fff5f8;
    color: var(--ed-title-color);
}

.ed-ab-review-wrap .ed-ab-review-list li {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--ed-tt-color);
}

    .ed-ab-review-wrap .ed-ab-review-list li:last-child {
        margin-bottom: 0;
    }

    .ed-ab-review-wrap .ed-ab-review-list li i {
        color: #686ff6;
        font-size: 16px;
        margin-right: 5px;
    }

/*---------------------------------------------------- */
/*Featured Class area*/
/*----------------------------------------------------*/
.ed-ft-class-section {
    z-index: 1;
    overflow: hidden;
    padding: 50px 15px 120px;
    background-color: #efebfc;
}

    .ed-ft-class-section:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
        max-height: 355px;
        position: absolute;
        background-color: #fff;
    }

.ed-ft-class-top-content {
    gap: 15px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft-class-top-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ft-class-top-btn .nav-tabs .nav-link {
    padding: 0;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
    margin-left: 8px;
    font-weight: 800;
    position: relative;
    border-radius: 50px;
    padding: 12px 28px 10px;
    color: var(--ed-tt-color);
    border: 2px solid var(--ed-tt-color);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-ft-class-top-btn .nav-tabs .nav-link:before {
        top: 0;
        left: -100%;
        width: 100%;
        z-index: -1;
        content: "";
        height: 100%;
        position: absolute;
        border-radius: 50px;
        background: var(--ed-gradient);
        -webkit-transition: 500ms cubic-bezier(0.85, 0.47, 0.3, 0.72);
        transition: 500ms cubic-bezier(0.85, 0.47, 0.3, 0.72);
    }

    .ed-ft-class-top-btn .nav-tabs .nav-link.active {
        border-radius: 50px;
        padding: 12px 28px 10px;
        border: 2px solid #00f7cf;
    }

        .ed-ft-class-top-btn .nav-tabs .nav-link.active:before {
            left: 0;
        }

.ed-ft-class-slider {
    height: 545px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1690px;
}

.ed-ft-class-item {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
}

    .ed-ft-class-item .item-img {
        height: 268px;
        overflow: hidden;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft-class-item .item-img {
        height: 200px;
    }
}

.ed-ft-class-item .item-img .item-tag {
    top: 22px;
    left: 38px;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 40px;
    position: absolute;
    color: var(--ed-tt-color);
    background-color: #fefbc4;
}

    .ed-ft-class-item .item-img .item-tag i {
        margin-right: 5px;
    }

.ed-ft-class-item .item-img .inner-img {
    height: 100%;
    position: relative;
}

    .ed-ft-class-item .item-img .inner-img:before {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        z-index: 1;
        position: absolute;
        right: 51%;
        top: 0;
        opacity: 1;
        pointer-events: none;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .ed-ft-class-item .item-img .inner-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.ed-ft-class-item .item-img .item-price {
    top: 20px;
    right: 30px;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    border-radius: 100%;
    background-color: var(--ed-tt-color);
}

.ed-ft-class-item .item-text {
    padding: 30px 35px;
}

@media (max-width: 767px) {
    .ed-ft-class-item .item-text {
        padding: 30px 20px;
    }
}

.ed-ft-class-item .item-text h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft-class-item .item-text h3 {
        font-size: 24px;
    }
}

.ed-ft-class-item .item-text .crs-author {
    color: #373737;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.ed-ft-class-item .item-text .crs-bottom {
    gap: 20px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 28px;
    border-top: 1px solid #e3e3e3;
}

    .ed-ft-class-item .item-text .crs-bottom .bottom-btn a {
        font-size: 16px;
        font-weight: 800;
        padding: 10px 25px;
        border-radius: 100px;
        white-space: nowrap;
        color: var(--ed-tt-color);
        border: 3px solid var(--ed-tt-color);
        -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
        box-shadow: 0 4px 0 0 var(--ed-tt-color);
    }

        .ed-ft-class-item .item-text .crs-bottom .bottom-btn a span {
            display: inline-block;
            pointer-events: none;
        }

            .ed-ft-class-item .item-text .crs-bottom .bottom-btn a span.ed-spin {
                -webkit-animation: ed-spin 0.5s 1;
                animation: ed-spin 0.5s 1;
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
            }

        .ed-ft-class-item .item-text .crs-bottom .bottom-btn a:hover {
            -webkit-box-shadow: 0 -4px 0 0 var(--ed-tt-color);
            box-shadow: 0 -4px 0 0 var(--ed-tt-color);
        }

    .ed-ft-class-item .item-text .crs-bottom .num-stu {
        font-size: 14px;
        font-weight: 800;
        color: var(--ed-tt-color);
    }

        .ed-ft-class-item .item-text .crs-bottom .num-stu i {
            margin-right: 5px;
        }

.ed-ft-class-item:hover .item-img .inner-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ed-ft-class-item:hover .item-img .inner-img:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft-nav {
        gap: 20px;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-ft-nav .ed-ft-button-prev,
.ed-ft-nav .ed-ft-button-next {
    top: 60%;
    width: 90px;
    z-index: 2;
    height: 90px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-38%);
    transform: translateY(-38%);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border: 2px solid var(--ed-tt-color);
}

    .ed-ft-nav .ed-ft-button-prev:hover,
    .ed-ft-nav .ed-ft-button-next:hover {
        background-color: #27f67a;
        border: 2px solid #27f67a;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft-nav .ed-ft-button-prev,
    .ed-ft-nav .ed-ft-button-next {
        width: 60px;
        height: 60px;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ed-ft-nav .ed-ft-button-prev {
    left: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-ft-nav .ed-ft-button-prev {
        left: 15px;
    }
}

.ed-ft-nav .ed-ft-button-next {
    right: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-ft-nav .ed-ft-button-next {
        right: 15px;
    }
}

/*---------------------------------------------------- */
/*Top Rate area*/
/*----------------------------------------------------*/
@-webkit-keyframes roteshape {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes roteshape {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes colorchange {
    0% {
        color: #01f2e3;
    }

    10% {
        color: #00ffb4;
    }

    20% {
        color: #fff;
    }

    30% {
        color: #00ffb4;
    }

    40% {
        color: #fff;
    }

    50% {
        color: #00ffb4;
    }

    60% {
        color: #01f2e3;
    }

    70% {
        color: #00ffb4;
    }

    80% {
        color: #fff;
    }

    90% {
        color: #01f2e3;
    }

    100% {
        color: #fff;
    }
}

@keyframes colorchange {
    0% {
        color: #01f2e3;
    }

    10% {
        color: #00ffb4;
    }

    20% {
        color: #fff;
    }

    30% {
        color: #00ffb4;
    }

    40% {
        color: #fff;
    }

    50% {
        color: #00ffb4;
    }

    60% {
        color: #01f2e3;
    }

    70% {
        color: #00ffb4;
    }

    80% {
        color: #fff;
    }

    90% {
        color: #01f2e3;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(50px) rotate(0);
        transform: translateX(50px) rotate(0);
    }

    20% {
        -webkit-transform: translateX(-10px) rotate(-0.5turn);
        transform: translateX(-10px) rotate(-0.5turn);
    }

    100% {
        -webkit-transform: translateX(50px) rotate(2turn);
        transform: translateX(50px) rotate(2turn);
    }

    0% {
        -webkit-transform: translateY(50px) rotate(1turn);
        transform: translateY(50px) rotate(1turn);
    }
}

@keyframes roll {
    0% {
        -webkit-transform: translateX(50px) rotate(0);
        transform: translateX(50px) rotate(0);
    }

    20% {
        -webkit-transform: translateX(-10px) rotate(-0.5turn);
        transform: translateX(-10px) rotate(-0.5turn);
    }

    100% {
        -webkit-transform: translateX(50px) rotate(2turn);
        transform: translateX(50px) rotate(2turn);
    }

    0% {
        -webkit-transform: translateY(50px) rotate(1turn);
        transform: translateY(50px) rotate(1turn);
    }
}

.ed-top-rate-sec {
    overflow: hidden;
}

    .ed-top-rate-sec .ed-tr-shape1 {
        top: 55px;
        right: 55px;
        position: absolute;
        -webkit-animation: roll 20s var(--cube-1) infinite;
        animation: roll 20s var(--cube-1) infinite;
    }

    .ed-top-rate-sec .ed-tr-shape2 {
        left: -65px;
        bottom: 0px;
        position: absolute;
        -webkit-animation: roll 20s var(--cube-1) infinite;
        animation: roll 20s var(--cube-1) infinite;
    }

.ed-top-rate-content {
    overflow: hidden;
    padding-top: 205px;
    padding-bottom: 185px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-top-rate-content {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

.ed-top-rate-text {
    z-index: 2;
    max-width: 760px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-top-rate-text {
        margin: 0 auto;
        margin-top: 40px;
    }
}

.ed-top-rate-text .ed-sec-title .subtitle {
    background-color: #fff;
    color: var(--ed-tt-color);
}

@media (max-width: 767px) {
    .ed-top-rate-text .ed-sec-title .subtitle {
        color: #fff;
        background-color: transparent;
    }
}

.ed-top-rate-text .ed-sec-title .sec_title {
    color: #fff;
    line-height: 1;
    font-size: 100px;
}

    .ed-top-rate-text .ed-sec-title .sec_title .split-line {
        padding-bottom: 12px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-top-rate-text .ed-sec-title .sec_title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .ed-top-rate-text .ed-sec-title .sec_title {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .ed-top-rate-text .ed-sec-title .sec_title {
        font-size: 40px;
    }
}

.ed-top-rate-text .ed-top-rate-shape {
    z-index: 2;
    width: 350px;
    right: -85px;
    height: 320px;
    bottom: -60px;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-top-rate-text .ed-top-rate-shape {
        bottom: -60px;
        right: -180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-top-rate-text .ed-top-rate-shape {
        right: 0;
        bottom: 0;
        margin: 0 auto;
        position: relative;
        margin-bottom: 40px;
    }
}

.ed-top-rate-text .ed-top-rate-shape .item-shape1 {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: roteshape 4s var(--cube-1) infinite;
    animation: roteshape 4s var(--cube-1) infinite;
}

.ed-top-rate-text .ed-top-rate-shape .item-shape2 {
    right: 10px;
    bottom: -10px;
    position: absolute;
}

@media (max-width: 767px) {
    .ed-top-rate-text .ed-top-rate-shape .item-shape2 {
        right: 45px;
    }
}

.ed-top-rate-text .ed-top-rate-shape .item-percent {
    text-align: center;
    padding: 70px 50px 0px 110px;
}

@media (max-width: 767px) {
    .ed-top-rate-text .ed-top-rate-shape .item-percent {
        padding: 70px 50px 0px 60px;
    }
}

.ed-top-rate-text .ed-top-rate-shape .item-percent span {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.ed-top-rate-text .ed-top-rate-shape .item-percent h3 {
    color: #fff;
    width: 140px;
    margin: 0 auto;
    font-size: 64px;
    line-height: 0.85;
    padding-top: 5px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-animation: colorchange 5s infinite alternate;
    animation: colorchange 5s infinite alternate;
}

.ed-top-rate-ft {
    gap: 30px 50px;
    margin-top: 50px;
    margin-bottom: 45px;
}

.top-rate-ft-item {
    gap: 15px;
}

    .top-rate-ft-item .item-icon {
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #7141b1;
    }

    .top-rate-ft-item .item-text h3 {
        color: #fff;
        font-size: 21px;
        font-weight: 800;
        padding-bottom: 4px;
    }

    .top-rate-ft-item:last-child .item-icon {
        background-color: #43baff;
    }

.ed-top-rate-img {
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-top-rate-img {
        margin: 0 auto;
        max-width: 750px;
        position: relative !important;
    }
}

.ed-top-rate-img .item-img1 {
    left: 0;
    bottom: 0;
    z-index: -1;
    right: -55px;
    text-align: center;
}

@media (max-width: 767px) {
    .ed-top-rate-img .item-img1 {
        right: 0;
    }
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ed-team-sec-1 {
    overflow: hidden;
    background-color: #fafafa;
}

    .ed-team-sec-1 .ed-sec-title {
        max-width: 770px;
    }

.ed-team-slide {
    margin-right: -395px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-team-slide {
        margin-right: -200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team-slide {
        margin-right: 0;
    }
}

.ed-team-slide .swiper-wrapper .swiper-slide:nth-child(even) .ed-team-item-1 .item-img {
    overflow: hidden;
    border-radius: 100%;
}

.ed-team-item-1 {
    margin: 0 auto;
    max-width: 336px;
}

    .ed-team-item-1 .item-img {
        width: 100%;
        height: 360px;
        overflow: hidden;
        margin-bottom: 16px;
        border: 3px solid #00f8cb;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
        box-shadow: 0 4px 0 0 var(--ed-tt-color);
    }

        .ed-team-item-1 .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .ed-team-item-1 .item-text h3 {
        line-height: 1;
        font-size: 28px;
        font-weight: 800;
        color: var(--ed-tt-color);
    }

        .ed-team-item-1 .item-text h3:hover {
            letter-spacing: 1px;
        }

    .ed-team-item-1 .item-text span {
        font-size: 17px;
        font-weight: 500;
    }

    .ed-team-item-1:hover .item-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.ed-price-section {
    overflow: hidden;
}

    .ed-price-section .ed-sec-title {
        margin: 0 auto;
        max-width: 750px;
    }

.ed-price-item {
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 60px 60px 0px;
    border: 3px solid var(--ed-tt-color);
    -webkit-box-shadow: 0 5px 0 0 var(--ed-tt-color);
    box-shadow: 0 5px 0 0 var(--ed-tt-color);
}

@media (max-width: 767px) {
    .ed-price-item {
        padding: 60px 30px 0px;
    }
}

.ed-price-item .item-top {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ed-price-item .item-top .item-icon {
        width: 85px;
        height: 75px;
    }

    .ed-price-item .item-top .item-text {
        text-align: left;
    }

        .ed-price-item .item-top .item-text h3 {
            line-height: 1;
            font-size: 33px;
            font-weight: 800;
            padding-bottom: 4px;
            color: var(--ed-tt-color);
        }

@media (max-width: 767px) {
    .ed-price-item .item-top .item-text h3 {
        font-size: 28px;
    }
}

.ed-price-item .item-top .item-text span {
    font-weight: 600;
}

.ed-price-item .item-desc {
    margin-top: 35px;
    margin-bottom: 20px;
}

.ed-price-item .item-btn {
    margin-bottom: 35px;
}

    .ed-price-item .item-btn a {
        width: 100%;
        font-size: 22px;
        font-weight: 900;
        padding: 10px 15px;
        border-radius: 100px;
        background-color: #fff;
        color: var(--ed-tt-coloe);
        border: 3px solid var(--ed-tt-color);
        -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
        box-shadow: 0 4px 0 0 var(--ed-tt-color);
    }

        .ed-price-item .item-btn a span {
            display: inline-block;
            pointer-events: none;
        }

            .ed-price-item .item-btn a span.ed-spin {
                -webkit-animation: ed-spin 0.5s 1;
                animation: ed-spin 0.5s 1;
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
            }

        .ed-price-item .item-btn a:hover {
            -webkit-box-shadow: 0 -4px 0 0 var(--ed-tt-color);
            box-shadow: 0 -4px 0 0 var(--ed-tt-color);
        }

.ed-price-item .item-list li {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--ed-tt-color);
}

    .ed-price-item .item-list li i {
        margin-right: 4px;
    }

.ed-price-item .price-slug {
    margin-bottom: -14px;
}

    .ed-price-item .price-slug span {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        padding: 3px 35px;
        border-radius: 20px;
        background-color: #0d161a;
    }

.ed-price-item.highlight-item {
    border: none;
    padding-bottom: 25px;
    background: var(--ed-gradient);
}

    .ed-price-item.highlight-item .item-desc {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid var(--ed-tt-color);
    }

    .ed-price-item.highlight-item .item-btn {
        margin-bottom: 25px;
    }

    .ed-price-item.highlight-item .price-slug {
        margin-bottom: 0;
    }

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ed-testimonial-section {
    padding: 120px 0px;
    background-color: #faffe9;
}

    .ed-testimonial-section .container {
        max-width: 1600px;
    }

    .ed-testimonial-section .ed-sec-title {
        margin: 0 auto;
        max-width: 600px;
    }

.ed-testimonial-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-testimonial-item {
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-testimonial-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .ed-testimonial-item {
        gap: 15px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-testimonial-item .item-img {
    width: 192px;
    height: 317px;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/shape/test-shape.png);
    mask-image: url(../img/shape/test-shape.png);
}

    .ed-testimonial-item .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-testimonial-item .item-text {
    max-width: 535px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-testimonial-item .item-text {
        max-width: 450px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-testimonial-item .item-text {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .ed-testimonial-item .item-text {
        max-width: 100%;
    }
}

.ed-testimonial-item .item-text span {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ed-tt-color);
}

.ed-testimonial-item .item-text p {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 10px;
    color: var(--ed-tt-color);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-testimonial-item .item-text p {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-testimonial-item .item-text p {
        font-size: 28px;
    }
}

.ed-testimonial-item .inner-text h3 {
    line-height: 1;
    font-size: 23px;
    font-weight: 800;
    color: var(--ed-tt-color);
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.ed-faq-accordion,
.ed-faq-accordion-2 {
    width: 100%;
    margin: 0 auto;
    max-width: 930px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
    .ed-faq-accordion,
    .ed-faq-accordion-2 {
        max-width: 100%;
    }
}

.ed-faq-accordion .accordion-item,
.ed-faq-accordion .accordion-button:not(.collapsed),
.ed-faq-accordion .accordion-button,
.ed-faq-accordion-2 .accordion-item,
.ed-faq-accordion-2 .accordion-button:not(.collapsed),
.ed-faq-accordion-2 .accordion-button {
    background-color: transparent;
}

.ed-faq-accordion .accordion-item,
.ed-faq-accordion-2 .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: none;
    padding: 40px 0px 30px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border-bottom: 1px solid #000000;
}

.ed-faq-accordion .accordion-button,
.ed-faq-accordion-2 .accordion-button {
    padding: 0;
    border: none;
    font-size: 28px;
    font-weight: 800;
    position: relative;
    color: var(--ed-tt-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .ed-faq-accordion .accordion-button,
    .ed-faq-accordion-2 .accordion-button {
        font-size: 25px;
    }
}

.ed-faq-accordion .accordion-button span,
.ed-faq-accordion-2 .accordion-button span {
    max-width: 85%;
    display: inline-block;
}

    .ed-faq-accordion .accordion-button span img,
    .ed-faq-accordion-2 .accordion-button span img {
        margin-right: 42px;
    }

@media (max-width: 767px) {
    .ed-faq-accordion .accordion-button span img,
    .ed-faq-accordion-2 .accordion-button span img {
        display: none;
    }
}

.ed-faq-accordion .accordion-button:focus,
.ed-faq-accordion-2 .accordion-button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ed-faq-accordion .accordion-body,
.ed-faq-accordion-2 .accordion-body {
    padding-top: 0;
    font-size: 18px;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .ed-faq-accordion .accordion-body,
    .ed-faq-accordion-2 .accordion-body {
        padding-left: 0;
    }
}

.ed-faq-accordion .accordion-body p,
.ed-faq-accordion-2 .accordion-body p {
    color: #565656;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
}

.ed-faq-accordion .accordion-body a,
.ed-faq-accordion-2 .accordion-body a {
    color: #2c2c2b;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 800;
    position: relative;
}

    .ed-faq-accordion .accordion-body a:before,
    .ed-faq-accordion-2 .accordion-body a:before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 0%;
        content: "";
        height: 1px;
        margin: 0 auto;
        position: absolute;
        background-color: #888887;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .ed-faq-accordion .accordion-body a:hover:before,
    .ed-faq-accordion-2 .accordion-body a:hover:before {
        width: 100%;
    }

.ed-faq-accordion .accordion-button::after,
.ed-faq-accordion-2 .accordion-button::after {
    right: 0;
    top: 20px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 0;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-image: url(../img/icon/arrow-down.png);
}

.ed-faq-accordion .accordion-button:not(.collapsed),
.ed-faq-accordion-2 .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 15px;
}

    .ed-faq-accordion .accordion-button:not(.collapsed):after,
    .ed-faq-accordion-2 .accordion-button:not(.collapsed):after {
        top: 10px;
    }

.ed-faq-accordion-2 {
    padding-top: 30px;
}

    .ed-faq-accordion-2 .accordion-item {
        padding: 30px 0px;
        border-bottom: 1px solid #373737;
    }

    .ed-faq-accordion-2 .accordion-button {
        color: #fff;
        font-size: 21px;
        font-weight: 700;
    }

    .ed-faq-accordion-2 .accordion-body {
        color: #fff;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ed-faq-accordion-2 .accordion-button::after {
        top: 50%;
        color: #373737;
        content: "\f067";
        background-image: none;
        font-family: "Font Awesome 6 Free";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ed-faq-accordion-2 .accordion-button:not(.collapsed):after {
        color: #fff;
        content: "\f068";
    }

/*---------------------------------------------------- */
/******* Home Page 2 *******/
/*Slider area*/
/*----------------------------------------------------*/
.ed-hs-slide-item {
    z-index: 1;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding-top: 240px;
    padding-bottom: 165px;
    background-color: #525fe1;
    clip-path: polygon(18.521% 99.422%, 0% 99.422%, 0% 0%, 100% 0%, 100% 99.422%, 35.135% 99.531%, 35.135% 99.531%, 34.447% 99.65%, 33.638% 99.764%, 32.74% 99.86%, 31.783% 99.928%, 30.8% 99.958%, 29.821% 99.937%, 28.878% 99.855%, 28.002% 99.701%, 27.224% 99.464%, 26.577% 99.134%, 26.577% 99.134%, 25.877% 98.712%, 25.209% 98.395%, 24.577% 98.173%, 23.982% 98.038%, 23.427% 97.983%, 22.914% 97.998%, 22.445% 98.074%, 22.023% 98.205%, 21.651% 98.38%, 21.33% 98.592%, 21.33% 98.592%, 21.077% 98.762%, 20.795% 98.909%, 20.493% 99.034%, 20.178% 99.139%, 19.86% 99.226%, 19.548% 99.294%, 19.249% 99.347%, 18.972% 99.385%, 18.727% 99.41%, 18.521% 99.422%);
}

@media (max-width: 480px) {
    .ed-hs-slide-item {
        padding-top: 180px;
        padding-bottom: 80px;
    }
}

.ed-hs-slide-item .container {
    max-width: 1490px;
}

.ed-hs-slide-item .slide-bg {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .ed-hs-slide-item .slide-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-hs-slide-item .ed-hs-img-wrap {
    gap: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item .ed-hs-img-wrap {
        gap: 5px;
    }
}

.ed-hs-slide-item .ed-hs-img-wrap .item-img-1,
.ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
    opacity: 0;
    width: 509px;
    height: 729px;
    overflow: hidden;
    visibility: hidden;
    border-radius: 300px;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-1,
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-1,
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-1,
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
        height: 200px;
    }
}

.ed-hs-slide-item .ed-hs-img-wrap .item-img-1 .inner-img,
.ed-hs-slide-item .ed-hs-img-wrap .item-img-3 .inner-img {
    width: 100%;
    height: 100%;
}

    .ed-hs-slide-item .ed-hs-img-wrap .item-img-1 .inner-img img,
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 .inner-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-hs-slide-item .ed-hs-img-wrap .item-img-1 {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-1 {
        margin-top: 0;
    }
}

.ed-hs-slide-item .ed-hs-img-wrap .item-img-2 {
    opacity: 0;
    width: 402px;
    height: 550px;
    overflow: hidden;
    border-radius: 300px;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-2 {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-2 {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-2 {
        height: 200px;
    }
}

.ed-hs-slide-item .ed-hs-img-wrap .item-img-2 .inner-img {
    width: 100%;
    height: 100%;
}

    .ed-hs-slide-item .ed-hs-img-wrap .item-img-2 .inner-img img, .ed-hs-slide-item .ed-hs-img-wrap .item-img-2 .inner-img video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
    margin-top: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
        margin-top: 0;
    }
}

.ed-hs-slide-item .ed-hs-text-wrap {
    left: 0;
    right: 0;
    bottom: 75px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-text-wrap {
        position: static;
        margin-top: 40px;
    }
}

.ed-hs-slide-item .ed-hs-text-wrap .hs-slug {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    display: inline-block;
    -webkit-transform-origin: left;
    transform-origin: left;
    font-family: var(--ed-cursive-font);
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    -webkit-transform: translateX(20px) scaleX(0);
    transform: translateX(20px) scaleX(0);
}

.ed-hs-slide-item .ed-hs-text-wrap .slider_title {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    overflow: hidden;
    padding-bottom: 16px;
}

    .ed-hs-slide-item .ed-hs-text-wrap .slider_title .split-word {
        -webkit-transform: translateY(100%) scaleY(0);
        transform: translateY(100%) scaleY(0);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .ed-hs-slide-item .ed-hs-text-wrap .slider_title .split-word:nth-child(2) {
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .ed-hs-slide-item .ed-hs-text-wrap .slider_title .split-word:nth-child(3) {
            -webkit-transition-delay: 350ms;
            transition-delay: 350ms;
        }

        .ed-hs-slide-item .ed-hs-text-wrap .slider_title .split-word:nth-child(4) {
            -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-text-wrap .slider_title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .ed-hs-slide-item .ed-hs-text-wrap .slider_title {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item .ed-hs-text-wrap .slider_title {
        font-size: 50px;
    }
}

.ed-hs-slide-item .ed-hs-text-wrap p {
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    max-width: 620px;
}

    .ed-hs-slide-item .ed-hs-text-wrap p div {
        overflow: hidden;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
    }

.ed-hs-slide-item .ed-hs-text-wrap .ed-btn-2 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.swiper-slide-active .ed-hs-slide-item .ed-hs-img-wrap .item-img-1,
.swiper-slide-active .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.swiper-slide-active .ed-hs-slide-item .ed-hs-img-wrap .item-img-3 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper-slide-active .ed-hs-slide-item .ed-hs-img-wrap .item-img-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.swiper-slide-active .ed-hs-slide-item .ed-hs-text-wrap .hs-slug {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}

.swiper-slide-active .ed-hs-slide-item .ed-hs-text-wrap .slider_title .split-word {
    -webkit-transform: translateY(0%) scaleY(1);
    transform: translateY(0%) scaleY(1);
}

.swiper-slide-active .ed-hs-slide-item .ed-hs-text-wrap p div {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

    .swiper-slide-active .ed-hs-slide-item .ed-hs-text-wrap p div:nth-child(1) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .swiper-slide-active .ed-hs-slide-item .ed-hs-text-wrap p div:nth-child(2) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

.swiper-slide-active .ed-hs-slide-item .ed-hs-text-wrap .ed-btn-2 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.ed-about-content-2 {
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about-content-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-about-content-2 .ed-about-shape {
    top: 0;
    right: 0;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about-content-2 .ed-about-shape {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab-img-wrap-2 {
        gap: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 480px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 480px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 480px), (max-width: 767px) and (max-width: 480px) {
    .ed-ab-img-wrap-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab-img-wrap-2 .item-img-2 {
    overflow: hidden;
}

.ed-ab-img-wrap-2 .item-img-1 {
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab-img-wrap-2 .item-img-1 {
        margin-bottom: 0;
    }
}

.ed-ab-img-wrap-2 .inner-img {
    overflow: hidden;
    border-radius: 20px;
}

.ed-ab-text-wrap-2 {
    max-width: 880px;
}

    .ed-ab-text-wrap-2 .ed-sec-title-2 {
        max-width: 620px;
    }

.ed-ab-desc-wrap {
    gap: 30px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ab-desc-wrap {
        gap: 30px 30px;
    }
}

@media (max-width: 767px) {
    .ed-ab-desc-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab-desc-wrap .ab-desc-img .item-img {
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab-desc-wrap .ab-desc-img .item-client {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab-desc-wrap .ab-desc-img .item-client ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-ab-desc-wrap .ab-desc-img .item-client li {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-left: -12px;
    border-radius: 100%;
}

    .ed-ab-desc-wrap .ab-desc-img .item-client li:first-child {
        margin-left: 0;
    }

.ed-ab-desc-wrap .ab-desc-img .item-client span {
    font-weight: 500;
    margin-left: 10px;
}

    .ed-ab-desc-wrap .ab-desc-img .item-client span b {
        color: var(--ed-black-color);
    }

.ed-ab-desc-wrap .ab-desc-text {
    max-width: 505px;
}

.ab-desc-ft {
    gap: 30px;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ab-desc-ft {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .ab-desc-ft {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ab-desc-ft .desc-ft-thumb {
    max-width: 125px;
}

@media (max-width: 480px) {
    .ab-desc-ft .desc-ft-thumb {
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ab-desc-ft .desc-ft-thumb .item-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 100%;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.ab-desc-ft .desc-ft-thumb .item-text h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 4px;
    color: var(--ed-black-color);
}

.ab-desc-ft .desc-ft-thumb .item-text p {
    font-size: 16px;
    font-weight: 600;
    color: var(--ed-black-color);
}

.ab-desc-ft .ab-desc-ft-area {
    max-width: 290px;
}

.ab-desc-ft .ab-desc-ft-item {
    gap: 25px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

@media (max-width: 767px) {
    .ab-desc-ft .ab-desc-ft-item {
        gap: 15px;
    }
}

.ab-desc-ft .ab-desc-ft-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ab-desc-ft .ab-desc-ft-item .item-icon {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.ab-desc-ft .ab-desc-ft-item .item-text {
    max-width: 200px;
}

    .ab-desc-ft .ab-desc-ft-item .item-text h3 {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 4px;
        color: var(--ed-black-color);
    }

    .ab-desc-ft .ab-desc-ft-item .item-text p {
        font-size: 14px;
    }

.ab-desc-ft .ab-desc-ft-item:hover .item-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

/*---------------------------------------------------- */
/*Course area*/
/*----------------------------------------------------*/
.ed-course-item-2 {
    padding: 40px;
    height: 276px;
    border-radius: 20px;
    background-color: #fff;
}

    .ed-course-item-2 .item-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 32px;
    }

    .ed-course-item-2 .item-text h3 {
        font-size: 23px;
        font-weight: 700;
        color: var(--ed-black-color);
    }

    .ed-course-item-2:hover .item-icon {
        -webkit-animation: icon-bounce 0.8s ease-out infinite;
        animation: icon-bounce 0.8s ease-out infinite;
    }

.ed-course-slider-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-course-pagi,
.ed-team-pagi {
    margin-top: 40px;
}

    .ed-course-pagi .swiper-pagination-bullet,
    .ed-team-pagi .swiper-pagination-bullet {
        opacity: 1;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #dfdfdf;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .ed-course-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .ed-team-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--ed-red-color);
        }

.ed-course-bottom p {
    font-weight: 500;
    color: var(--ed-prime-c2);
}

    .ed-course-bottom p a {
        font-weight: 600;
        text-decoration: underline;
    }

/*---------------------------------------------------- */
/*Why Choose area*/
/*----------------------------------------------------*/
.ed-why-choose-content {
    gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-why-choose-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

.ed-why-choose-sec {
    z-index: 1;
    overflow: hidden;
}

    .ed-why-choose-sec .ed-wc-bg {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

        .ed-why-choose-sec .ed-wc-bg:before {
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            opacity: 0.93;
            height: 100%;
            content: "";
            position: absolute;
            background-color: #0e163d;
        }

        .ed-why-choose-sec .ed-wc-bg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.ed-why-choose-text .ed-sec-title-2 .subtitle {
    color: #fff;
}

.ed-why-choose-text .ed-sec-title-2 .sec_title {
    color: #fff;
}

.ed-why-choose-text {
    max-width: 612px;
}

    .ed-why-choose-text .ed-wc-img .item-img {
        overflow: hidden;
        border-radius: 30px;
    }

    .ed-why-choose-text .ed-wc-desc {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

.ed-why-choose-img .ed-wc-img .item-img {
    overflow: hidden;
    border-radius: 30px;
}

.ed-wc-count-wrap {
    gap: 15px;
}

@media (max-width: 767px) {
    .ed-wc-count-wrap {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

.ed-wc-count-item h3 {
    color: #fff;
    font-weight: 800;
}

    .ed-wc-count-item h3 span {
        color: var(--ed-yellow-color);
        font-size: 50px;
        margin-right: 4px;
    }

.ed-wc-count-item p {
    color: #fff;
    max-width: 150px;
    font-weight: 700;
    padding-top: 10px;
}

/*---------------------------------------------------- */
/*intro area*/
/*----------------------------------------------------*/
.ed-intro-section {
    overflow: hidden;
    padding-top: 200px;
}

@media (max-width: 767px) {
    .ed-intro-section {
        padding-top: 100px;
    }
}

.ed-intro-section .container {
    max-width: 1544px;
}

.ed-intro-content {
    gap: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-intro-content {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-intro-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-intro-img-wrap {
    z-index: 1;
    max-width: 793px;
}

    .ed-intro-img-wrap .intro-shape1 {
        top: -15%;
        left: 13%;
        z-index: -1;
    }

@media (max-width: 767px) {
    .ed-intro-img-wrap .intro-shape1 {
        display: none;
    }
}

.ed-intro-img-wrap .intro-shape2 {
    top: 33%;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .ed-intro-img-wrap .intro-shape2 {
        display: none;
    }
}

.ed-intro-img-wrap .intro-shape3 {
    top: -12%;
    left: 55%;
    z-index: -1;
}

@media (max-width: 767px) {
    .ed-intro-img-wrap .intro-shape3 {
        display: none;
    }
}

.ed-intro-img-wrap .intro-shape4 {
    top: -12%;
    right: 8%;
}

@media (max-width: 767px) {
    .ed-intro-img-wrap .intro-shape4 {
        display: none;
    }
}

.ed-intro-img-wrap .intro-shape5 {
    left: 15%;
    top: 20%;
    z-index: -1;
}

@media (max-width: 767px) {
    .ed-intro-img-wrap .intro-shape5 {
        display: none;
    }
}

.ed-intro-text-wrap {
    width: 100%;
    max-width: 675px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-intro-text-wrap {
        max-width: 50%;
    }
}

.ed-intro-text-wrap .ed-sec-title-2 {
    max-width: 615px;
}

    .ed-intro-text-wrap .ed-sec-title-2 p {
        max-width: 540px;
    }

.ed-intro-text-wrap .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ed-intro-feature {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 767px) {
    .ed-intro-feature {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-intro-feature:before {
    top: 0;
    left: 40%;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #ededed;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-intro-feature:before {
        display: none;
    }
}

.ed-intro-feature ul {
    width: 100%;
    max-width: 285px;
}

    .ed-intro-feature ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: var(--ed-black-color);
    }

        .ed-intro-feature ul li i {
            font-size: 28px;
            margin-right: 10px;
            color: var(--ed-red-color);
        }

.ed-intro-feature .intro-salary {
    width: 100%;
    max-width: 390px;
    padding-left: 35px;
}

@media (max-width: 767px) {
    .ed-intro-feature .intro-salary {
        padding-left: 0;
    }
}

.ed-intro-feature .intro-salary h3 {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 15px;
    color: var(--ed-black-color);
}

.ed-intro-feature .intro-salary .in-sl-item {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 20px;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    color: var(--ed-black-color);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .ed-intro-feature .intro-salary .in-sl-item:is(.item-1) {
        width: 80%;
        background-color: var(--ed-yellow-color);
    }

    .ed-intro-feature .intro-salary .in-sl-item:is(.item-2) {
        background-color: var(--ed-purple-color);
    }

/*---------------------------------------------------- */
/*Program area*/
/*----------------------------------------------------*/
.ed-program-section {
    z-index: 1;
    overflow: hidden;
}

    .ed-program-section .ed-sec-pro-bg {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        max-height: 955px;
    }

.ed-program-item {
    margin: 0 auto;
    overflow: hidden;
    max-width: 410px;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(14, 22, 61, 0.07);
    box-shadow: 0px 0px 81px 0px rgba(14, 22, 61, 0.07);
}

    .ed-program-item .inner-img {
        z-index: 1;
        overflow: hidden;
    }

        .ed-program-item .inner-img:before {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            opacity: 1;
            position: absolute;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .ed-program-item .inner-img img {
            mix-blend-mode: auto;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .ed-program-item .sale_tag {
        right: 22px;
        bottom: 20px;
        font-size: 15px;
        font-weight: 800;
        position: absolute;
        padding: 10px 25px;
        border-radius: 50px;
        color: var(--ed-black-color);
        background-color: var(--ed-purple-color);
    }

    .ed-program-item .item-text {
        padding: 25px 50px 20px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-program-item .item-text {
        padding: 25px 30px 20px;
    }
}

.ed-program-item .item-text .pro-meta {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

    .ed-program-item .item-text .pro-meta a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 15px;
        border-radius: 100px;
        background-color: #424242;
    }

    .ed-program-item .item-text .pro-meta span {
        font-size: 15px;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 15px;
        border-radius: 100px;
        color: var(--ed-black-color);
        background-color: var(--ed-yellow-color);
    }

.ed-program-item .item-text .prog_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.357;
    padding-bottom: 12px;
    color: var(--ed-black-color);
}

@media (max-width: 480px) {
    .ed-program-item .item-text .prog_title {
        font-size: 22px;
    }
}

.ed-program-item .item-text .prog_tag {
    padding-left: 28px;
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

    .ed-program-item .item-text .prog_tag:before {
        top: 0;
        left: -5px;
        width: 24px;
        content: "";
        height: 24px;
        position: absolute;
        background-image: url(../img/icon/arrow-2.png);
    }

    .ed-program-item .item-text .prog_tag a {
        font-size: 15px;
        font-weight: 700;
        margin-right: 22px;
        position: relative;
    }

@media (max-width: 480px) {
    .ed-program-item .item-text .prog_tag a {
        margin-right: 10px;
    }
}

.ed-program-item .item-text .prog_tag a:before {
    top: 11px;
    width: 8px;
    content: "";
    height: 2px;
    right: -17px;
    position: absolute;
    background-color: #535252;
}

@media (max-width: 480px) {
    .ed-program-item .item-text .prog_tag a:before {
        width: 4px;
        right: -10px;
    }
}

.ed-program-item .item-text .prog_tag a:last-child:before {
    display: none;
}

.ed-program-item .item-text ul {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.ed-program-item .item-text li {
    width: 45%;
    color: #848484;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {
    .ed-program-item .item-text li {
        width: 100%;
        margin-right: 0;
    }
}

.ed-program-item .item-text li:before {
    left: 0;
    top: 1px;
    font-size: 15px;
    content: "\f058";
    font-weight: 700;
    position: absolute;
    font-family: "Font Awesome 6 Free";
}

.ed-program-item .item-text .view_more {
    font-size: 15px;
    font-weight: 600;
    color: var(--ed-black-color);
}

    .ed-program-item .item-text .view_more i {
        color: #fff;
        width: 22px;
        height: 22px;
        font-size: 10px;
        margin-left: 5px;
        line-height: 22px;
        border-radius: 100%;
        background-color: var(--ed-red-color);
    }

    .ed-program-item .item-text .view_more:hover {
        color: var(--ed-red-color);
        letter-spacing: 1px;
    }

.ed-program-item:hover .item-inner {
    -webkit-box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.2509803922);
}

.ed-program-item:hover .inner-img:before {
    background-color: var(--ed-red-color);
}

.ed-program-item:hover .inner-img img {
    mix-blend-mode: luminosity;
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

/*---------------------------------------------------- */
/*Collaborate area*/
/*----------------------------------------------------*/
.ed-collaborate-sec .ed-sec-title-2,
.ed-collaborate-sec .ed-sec-title {
    margin: 0 auto;
    max-width: 845px;
}

    .ed-collaborate-sec .ed-sec-title-2 .sec_title,
    .ed-collaborate-sec .ed-sec-title .sec_title {
        font-size: 50px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-collaborate-sec .ed-sec-title-2 .sec_title,
    .ed-collaborate-sec .ed-sec-title .sec_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ed-collaborate-sec .ed-sec-title-2 .sec_title,
    .ed-collaborate-sec .ed-sec-title .sec_title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .ed-collaborate-sec .ed-sec-title-2 .sec_title,
    .ed-collaborate-sec .ed-sec-title .sec_title {
        font-size: 32px;
    }
}

.ed-collaborate-content {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    justify-items: center;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-collaborate-content {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ed-collaborate-content {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .ed-collaborate-content {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.ed-coll-item .item-img {
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------------------------------------- */
/*Team 2 area*/
/*----------------------------------------------------*/
.ed-team-section-2 {
    overflow: hidden;
}

    .ed-team-section-2 .ed-sec-tm-bg {
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        max-height: 563px;
    }

        .ed-team-section-2 .ed-sec-tm-bg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.ed-team-slider-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-team-item-2 {
    margin: 0 auto;
    overflow: hidden;
    max-width: 435px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    border-left: 4px solid var(--ed-tt-color);
}

    .ed-team-item-2 .item-text {
        left: 0;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        background-color: var(--ed-black-color);
    }

        .ed-team-item-2 .item-text .inner-text {
            padding: 28px 35px 28px 50px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team-item-2 .item-text .inner-text {
        padding: 28px 15px 28px 20px;
    }
}

@media (max-width: 480px) {
    .ed-team-item-2 .item-text .inner-text {
        padding-left: 30px;
    }
}

.ed-team-item-2 .item-text .inner-text h3 {
    color: #fff;
    line-height: 1;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team-item-2 .item-text .inner-text h3 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .ed-team-item-2 .item-text .inner-text h3 {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .ed-team-item-2 .item-text .inner-text h3 {
        font-size: 20px;
    }
}

.ed-team-item-2 .item-text .inner-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.ed-team-item-2 .item-text .inner-social {
    width: 70px;
    height: 120px;
    text-align: center;
    background-color: #1c1b1b;
}

    .ed-team-item-2 .item-text .inner-social i {
        color: #fff;
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
        border-radius: 100%;
        background-color: var(--ed-red-color);
    }

.ed-team-item-2 .social-link {
    right: 64px;
    bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team-item-2 .social-link {
        left: 0;
        right: auto;
    }
}

.ed-team-item-2 .social-link a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: var(--ed-black-color);
}

@media (max-width: 480px) {
    .ed-team-item-2 .social-link a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.ed-team-item-2 .social-link a:hover {
    color: var(--ed-red-color);
}

.ed-team-item-2:hover {
    border-left: 4px solid var(--ed-tt-color);
    -webkit-box-shadow: -8px 0 0 0 var(--ed-tt-color);
    box-shadow: -8px 0 0 0 var(--ed-tt-color);
}

    .ed-team-item-2:hover .social-link {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }

/*---------------------------------------------------- */
/*Review Count area*/
/*----------------------------------------------------*/
.ed-review-count-sec .container {
    max-width: 1400px;
}

.ed-review-count-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-review-count-content {
        gap: 30px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-review-count-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-review-count-img-wrap {
    gap: 10px;
    overflow: hidden;
    max-width: 720px;
}

@media (max-width: 480px) {
    .ed-review-count-img-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-review-count-img-wrap .item-img {
    overflow: hidden;
    border-radius: 300px;
}

    .ed-review-count-img-wrap .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-rv-item-count {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    width: 205px;
    padding: 30px;
    height: 165px;
    margin: 0 auto;
    position: absolute;
    border-radius: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--ed-yellow-color);
    border: 1px solid var(--ed-black-color);
}

@media (max-width: 480px) {
    .ed-rv-item-count {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ed-rv-item-count .count-star {
    gap: 8px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 138px;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .ed-rv-item-count .count-star ul {
        gap: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ed-rv-item-count .count-star li {
        color: #f69900;
        font-size: 12px;
        line-height: 1;
    }

    .ed-rv-item-count .count-star span {
        top: 2px;
        line-height: 1;
        font-size: 12px;
        font-weight: 800;
        position: relative;
        color: var(--ed-black-color);
    }

.ed-rv-item-count p {
    padding-top: 8px;
    padding-bottom: 5px;
    color: var(--ed-black-color);
    font-size: 14px;
    font-weight: 600;
}

.ed-rv-item-count h3 {
    line-height: 1;
    font-size: 45px;
    font-weight: 800;
    color: var(--ed-black-color);
}

.ed-rv-item-count:is(.rel-item) {
    margin: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .ed-rv-item-count:is(.rel-item):nth-child(1) {
        background-color: var(--ed-purple-color);
    }

        .ed-rv-item-count:is(.rel-item):nth-child(1) .count-star {
            height: 35px;
            font-size: 16px;
            border: 1px solid var(--ed-tt-color);
            background-color: var(--ed-yellow-color);
        }

        .ed-rv-item-count:is(.rel-item):nth-child(1) p {
            font-size: 16px;
            padding-bottom: 0;
        }

    .ed-rv-item-count:is(.rel-item):nth-child(2) {
        background-color: #fff;
    }

        .ed-rv-item-count:is(.rel-item):nth-child(2) .count-star {
            height: 35px;
            font-size: 16px;
            border: 1px solid var(--ed-tt-color);
            background-color: var(--ed-purple-color);
        }

.ed-review-count-text-wrap {
    max-width: 635px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-review-count-text-wrap {
        max-width: 480px;
    }
}

.ed-review-count-text-wrap .ed-sec-title-2 .sec_title {
    font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-review-count-text-wrap .ed-sec-title-2 .sec_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ed-review-count-text-wrap .ed-sec-title-2 .sec_title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .ed-review-count-text-wrap .ed-sec-title-2 .sec_title {
        font-size: 32px;
    }
}

.ed-rv-item-count-wrap {
    gap: 20px;
}

@media (max-width: 480px) {
    .ed-rv-item-count-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ed-blog-section-2 {
    overflow: hidden;
}

.ed-blog-item-2 {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #f6f6f6;
}

@media (max-width: 767px) {
    .ed-blog-item-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-blog-item-2 .item-img {
    overflow: hidden;
}

@media (max-width: 767px) {
    .ed-blog-item-2 .item-img {
        width: 100%;
        height: 300px;
    }
}

.ed-blog-item-2 .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ed-blog-item-2 .item-text {
    width: 100%;
    max-width: 340px;
    padding: 50px 35px 35px;
}

@media (max-width: 767px) {
    .ed-blog-item-2 .item-text {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-blog-item-2 .item-text {
        padding: 50px 20px 35px;
    }
}

.ed-blog-item-2 .item-text .blog_cate {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 15px;
    margin-bottom: 18px;
    border-radius: 100px;
    background-color: var(--ed-red-color);
}

.ed-blog-item-2 .item-text .blog_title {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--ed-black-color);
}

.ed-blog-item-2 .item-text p {
    font-size: 16px;
    padding-bottom: 15px;
}

.ed-blog-item-2 .item-text .blog_more {
    font-size: 14px;
    font-weight: 800;
    color: var(--ed-black-color);
}

    .ed-blog-item-2 .item-text .blog_more span {
        position: relative;
    }

        .ed-blog-item-2 .item-text .blog_more span:before {
            left: 0;
            bottom: 0;
            width: 0%;
            height: 1px;
            content: "";
            position: absolute;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
            background-color: var(--ed-black-color);
        }

    .ed-blog-item-2 .item-text .blog_more i {
        color: #fff;
        width: 22px;
        height: 22px;
        font-size: 10px;
        margin-left: 5px;
        line-height: 22px;
        border-radius: 100%;
        text-align: center;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        background-color: var(--ed-red-color);
    }

    .ed-blog-item-2 .item-text .blog_more:hover span {
        color: var(--ed-red-coolor);
    }

        .ed-blog-item-2 .item-text .blog_more:hover span:before {
            width: 100%;
        }

    .ed-blog-item-2 .item-text .blog_more:hover i {
        margin-left: 8px;
    }

.ed-blog-item-2:hover .item-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.ed-faq-sec-2 {
    overflow: hidden;
}

.ed-faq-content-2 {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    border-radius: 15px;
    padding: 110px 85px;
    background-color: #0f1617;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq-content-2 {
        padding: 110px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq-content-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.ed-faq-img-wrap {
    padding-left: 140px;
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq-img-wrap {
        max-width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-faq-img-wrap {
        padding-left: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq-img-wrap {
        padding-left: 0;
    }
}

.ed-faq-img-wrap .item-img,
.ed-faq-img-wrap .item-img-2 {
    margin: 10px;
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.ed-faq-img-wrap .item-img-2 {
    bottom: 0;
    left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq-img-wrap .item-img-2 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq-img-wrap .item-img-2 {
        position: static !important;
    }
}

.ed-faq-accordion-wrap-2 .ed-sec-title-2 .subtitle {
    color: #fff;
}

.ed-faq-accordion-wrap-2 .ed-sec-title-2 .sec_title {
    color: #fff;
    font-size: 50px;
}

/*---------------------------------------------------- */
/******* Home Page 3 *******/
/*Slider area*/
/*----------------------------------------------------*/
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ed-hero-slider-sec-3 {
    overflow: hidden;
    padding-top: 145px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-slider-sec-3 {
        padding-top: 120px;
    }
}

@media (max-width: 480px) {
    .ed-hero-slider-sec-3 {
        padding-top: 85px;
    }
}

.ed-hs-slide-item-wrap {
    margin-left: 85px;
    margin-right: 85px;
    padding-bottom: 8px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item-wrap {
        margin: 0;
    }
}

.ed-hs-slide-item-wrap .ed-ds1 {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-30deg);
    transform: translateY(-50%) rotate(-30deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.ed-hs-slide-item-wrap .ed-ds2 {
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.ed-hs-slide-item-wrap:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 30px;
    background-image: url(../img/bg/btn-bg.png);
}

@media (max-width: 480px) {
    .ed-hs-slide-item-wrap:before {
        display: none;
    }
}

.ed-hs-slide-item-3 {
    overflow: hidden;
    border-radius: 30px;
    border: 3px solid var(--ed-black-color);
}

@media (max-width: 480px) {
    .ed-hs-slide-item-3 {
        border: none;
        border-radius: 0;
    }
}

.ed-hs-slide-item-3 .ed-h-shape1 {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape1 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-hs-wrap {
    top: 40px;
    left: 30%;
    -webkit-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-hs-wrap {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-hs-wrap .ed-h-shape3 {
    top: 0;
    left: 0;
}

.ed-hs-slide-item-3 .ed-h-shape4 {
    top: 10%;
    left: 46%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 2000ms var(--cube-1);
    transition: 2000ms var(--cube-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape4 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape5 {
    top: -15px;
    right: -15px;
    -webkit-transition: 1500ms var(--cube-1);
    transition: 1500ms var(--cube-1);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape5 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape6 {
    top: 30%;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1500ms var(--cube-1);
    transition: 1500ms var(--cube-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape6 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape7 {
    left: -90px;
    bottom: -90px;
    -webkit-transition: 1500ms var(--cube-1);
    transition: 1500ms var(--cube-1);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape7 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape8 {
    left: 120px;
    bottom: 100px;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    -webkit-transform: translateX(60px) scale(0) rotate(-180deg);
    transform: translateX(60px) scale(0) rotate(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape8 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape9 {
    right: 55%;
    bottom: 25%;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    -webkit-transform: translateX(60px) scale(0) rotate(-180deg);
    transform: translateX(60px) scale(0) rotate(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape9 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape10 {
    right: 28%;
    bottom: 2%;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape10 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape11 {
    right: 17%;
    bottom: 11%;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape11 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape12 {
    right: 17%;
    bottom: 11%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape12 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-h-shape12 {
    right: 0px;
    opacity: 0;
    bottom: 0px;
    visibility: hidden;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-h-shape12 {
        display: none;
    }
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 {
    z-index: 1;
    padding-top: 250px;
    padding-bottom: 230px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 {
        padding-top: 80px;
        padding-bottom: 150px;
    }
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 {
    color: #fff;
    max-width: 690px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 {
        margin: 0 auto;
    }
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug {
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--ed-cursive-font-2);
}

    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word {
        -webkit-transform: translateX(60px) scale(0) rotate(-180deg);
        transform: translateX(60px) scale(0) rotate(-180deg);
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(1) {
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(2) {
            -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(3) {
            -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(4) {
            -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(5) {
            -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(6) {
            -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word:nth-child(7) {
            -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
        }

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title {
    font-size: 100px;
    font-weight: 700;
    line-height: 0.749;
    padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title {
        font-size: 70px;
        line-height: 1;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title {
        font-size: 60px;
        line-height: 1;
    }
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div {
    opacity: 0;
    color: #f74904;
    visibility: hidden;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 5px;
    text-stroke-color: #fff;
    text-stroke-width: 5px;
    -webkit-transition: 700ms cubic-bezier(0.5, 0.41, 0.17, 0.81);
    transition: 700ms cubic-bezier(0.5, 0.41, 0.17, 0.81);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div {
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 2px;
        text-stroke-color: #fff;
        text-stroke-width: 2px;
    }
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(even) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-transform: translateY(20px) scaleY(-0.2);
    transform: translateY(20px) scaleY(-0.2);
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(odd) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    -webkit-transform: translateY(-20px) scaleY(0.2);
    transform: translateY(-20px) scaleY(0.2);
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(2) {
    color: #9a5baa;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(3) {
    color: #2ceafb;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(4) {
    color: #f9aa01;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(5) {
    color: #249e08;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(6) {
    color: #1850ac;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(7) {
    color: #d52ec7;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(8) {
    color: #ec1845;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(9) {
    color: #f99902;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(10) {
    color: #f99902;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(11) {
    color: #6cbc85;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(12) {
    color: #1850ac;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(13) {
    color: #f74904;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(14) {
    color: #9a5baa;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(15) {
    color: #9a5baa;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(16) {
    color: #2ceafb;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(17) {
    color: #f9aa01;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(18) {
    color: #249e08;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(19) {
    color: #1850ac;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(20) {
    color: #d52ec7;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(21) {
    color: #ec1845;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(22) {
    color: #f99902;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(23) {
    color: #f99902;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(24) {
    color: #6cbc85;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(25) {
    color: #1850ac;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(26) {
    color: #f74904;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(27) {
    color: #9a5baa;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 p {
    color: #fff;
    font-size: 20px;
    max-width: 600px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 36px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 p .split-line {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
    }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 p .split-line:nth-child(1) {
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 p .split-line:nth-child(2) {
            -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
        }

        .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 p .split-line:nth-child(3) {
            -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
        }

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .ed-btn-3 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #858585;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-img-2 {
    right: 0;
    top: 25px;
    z-index: -1;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-img-2 {
        position: static;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-img-2 {
        margin-bottom: 0;
    }
}

.ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-img-2 .item-img-2 {
    top: 0;
    left: 0;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.ed-hs-nav {
    left: 0;
    right: 0;
    z-index: 3;
    gap: 15px;
    bottom: 80px;
    margin: 0 auto;
    position: absolute;
}

    .ed-hs-nav .ed-hs-prev,
    .ed-hs-nav .ed-hs-next {
        z-index: 1;
        width: 72px;
        height: 72px;
        background: #fff;
        border-radius: 100%;
        position: relative;
        border: 3px solid var(--ed-black-color);
        -webkit-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs-nav .ed-hs-prev,
    .ed-hs-nav .ed-hs-next {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ed-hs-nav .ed-hs-prev:after,
.ed-hs-nav .ed-hs-next:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.ed-hs-nav .ed-hs-prev:before,
.ed-hs-nav .ed-hs-next:before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -7px;
    position: absolute;
    border-radius: 100px;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-hs-nav .ed-hs-prev:hover:after,
.ed-hs-nav .ed-hs-next:hover:after {
    background-color: var(--ed-yellow-color);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-ds1 {
    right: -95px;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-ds2 {
    left: -90px;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape1 {
    opacity: 1;
    top: 115px;
    left: 135px;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-wrap {
    top: 65px;
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape2 {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape4 {
    top: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape5 {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape6 {
    opacity: 1;
    right: 50px;
    visibility: visible;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape7 {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape8 {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape9 {
    right: 45%;
    bottom: 25%;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape10 {
    right: 35%;
    bottom: 8%;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-h-shape12 {
    opacity: 1;
    bottom: 20px;
    right: 20px;
    visibility: visible;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-img-2 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide-slug .split-word {
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(even) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .slide_title:is(.ed-split-char) div:nth-child(odd) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 p .split-line {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.swiper-slide-active .ed-hs-slide-item-wrap .ed-hs-slide-item-3 .ed-hs-slide-content-2 .ed-slide-text-2 .ed-btn-3 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*---------------------------------------------------- */
/*Category area*/
/*----------------------------------------------------*/
.ed-category-content-3 {
    gap: 20px 80px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-category-content-3 {
        gap: 20px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-category-content-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-category-item-3 .item-icon {
    width: 152px;
    height: 152px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
    border-radius: 100%;
    background-color: #fff;
    border: 3px solid var(--ed-black-color);
}

    .ed-category-item-3 .item-icon:before {
        left: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100%;
        bottom: -10px;
        position: absolute;
        border-radius: 100px;
        background-image: url(../img/bg/btn-bg.png);
    }

.ed-category-item-3 .item-text a {
    line-height: 1.2;
    font-size: 25px;
    font-weight: 700;
    color: var(--ed-black-color);
}

.ed-category-item-3:hover .item-icon img {
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ed-about-section-3 {
    z-index: 1;
    overflow: hidden;
}

    .ed-about-section-3 .ed-ab-sec-sh {
        top: 0;
        left: 0;
        z-index: -1;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about-section-3 .ed-ab-sec-sh {
        display: none;
    }
}

.ed-about-section-3 .ed-ab-sec-sh2 {
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about-section-3 .ed-ab-sec-sh2 {
        display: none;
    }
}

.ed-about-content-3 {
    gap: 50px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about-content-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-about-img-wrap-3 {
    width: 100%;
    max-width: 680px;
    padding-left: 80px;
}

@media (max-width: 767px) {
    .ed-about-img-wrap-3 {
        padding-left: 0;
    }
}

.ed-about-img-wrap-3 .ab-shape1 {
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .ed-about-img-wrap-3 .ab-shape1 {
        display: none;
    }
}

.ed-about-img-wrap-3 .ab-shape2 {
    bottom: -20px;
    right: 32%;
}

@media (max-width: 767px) {
    .ed-about-img-wrap-3 .ab-shape2 {
        display: none;
    }
}

.ed-about-img-wrap-3 .ab-shape3 {
    right: 55%;
    bottom: -17px;
    -webkit-animation: roteshape 6s var(--cube-1) infinite;
    animation: roteshape 6s var(--cube-1) infinite;
}

@media (max-width: 767px) {
    .ed-about-img-wrap-3 .ab-shape3 {
        display: none;
    }
}

.ed-about-img-wrap-3 .ab-shape4 {
    right: 50%;
    bottom: 0px;
    -webkit-animation: roteshape 4s var(--cube-1) infinite;
    animation: roteshape 4s var(--cube-1) infinite;
}

@media (max-width: 767px) {
    .ed-about-img-wrap-3 .ab-shape4 {
        display: none;
    }
}

.ed-about-img-wrap-3:before {
    top: 0;
    left: 45px;
    content: "";
    height: 703px;
    width: 512px;
    position: absolute;
    border-radius: 100%;
    border-radius: 400px;
    border: 2px solid #5c99a7;
}

@media (max-width: 767px) {
    .ed-about-img-wrap-3:before {
        display: none;
    }
}

.ed-about-img-wrap-3 .item-img {
    max-width: 518px;
    overflow: hidden;
    border-radius: 400px;
}

.ed-about-img-wrap-3 .inner-text {
    right: 0;
    z-index: 1;
    top: 0px;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .ed-about-img-wrap-3 .inner-text .txt-bg {
        top: 0;
        left: 0;
        z-index: -1;
        position: absolute;
    }

    .ed-about-img-wrap-3 .inner-text span {
        font-size: 25px;
        line-height: 1.1;
        font-weight: 700;
        padding-left: 25px;
        padding-bottom: 20px;
        color: var(--ed-black-color);
    }

.ed-about-text-wrap-3 {
    width: 100%;
    max-width: 670px;
}

.ed-ab-ft-3 {
    gap: 15px 20px;
    margin-bottom: 28px;
}

    .ed-ab-ft-3 .item-icon {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        border: 2px solid var(--ed-black-color);
    }

    .ed-ab-ft-3 .item-text h3 {
        font-size: 22px;
        max-width: 130px;
        font-weight: 600;
        color: var(--ed-black-color);
    }

    .ed-ab-ft-3:hover .item-icon {
        -webkit-transform: scale(-1) rotate(180deg);
        transform: scale(-1) rotate(180deg);
    }

/*---------------------------------------------------- */
/*Fun area*/
/*----------------------------------------------------*/
.ed-fun-section {
    overflow: hidden;
}

.ed-fun-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-fun-item {
    padding: 35px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 30px;
    background-color: #ffeaee;
    border: 3px solid var(--ed-black-color);
}

    .ed-fun-item:before {
        left: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100%;
        bottom: -10px;
        position: absolute;
        border-radius: 30px;
        background-image: url(../img/bg/btn-bg.png);
    }

    .ed-fun-item .item-img {
        width: 100%;
        overflow: hidden;
        margin-bottom: 22px;
        border-radius: 20px;
    }

        .ed-fun-item .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .ed-fun-item .item-text .fun_title {
        font-size: 28px;
        font-weight: 600;
        padding-bottom: 8px;
        color: var(--ed-black-color);
    }

    .ed-fun-item .item-text p {
        line-height: 1.3;
    }

    .ed-fun-item .item-text .item-bottom {
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #d9d9d9;
        font-family: var(--ed-cursive-font-2);
    }

        .ed-fun-item .item-text .item-bottom li {
            color: #535353;
            font-size: 30px;
            font-weight: 700;
            margin-right: 45px;
            position: relative;
        }

            .ed-fun-item .item-text .item-bottom li:before {
                top: 5px;
                right: -25px;
                width: 1px;
                content: "";
                height: 45px;
                position: absolute;
                background-color: #d9d9d9;
            }

            .ed-fun-item .item-text .item-bottom li:last-child {
                margin-right: 0;
            }

                .ed-fun-item .item-text .item-bottom li:last-child:before {
                    display: none;
                }

            .ed-fun-item .item-text .item-bottom li b {
                padding: 5px 25px;
                border-radius: 50px;
                color: var(--ed-black-color);
                background-color: var(--ed-prime-c3);
            }

    .ed-fun-item:hover .item-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-fn-nav {
        gap: 15px;
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-fn-nav .ed-fn-prev,
.ed-fn-nav .ed-fn-next {
    top: 50%;
    z-index: 1;
    width: 72px;
    height: 72px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 3px solid var(--ed-black-color);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-fn-nav .ed-fn-prev,
    .ed-fn-nav .ed-fn-next {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ed-fn-nav .ed-fn-prev:after,
.ed-fn-nav .ed-fn-next:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ed-fn-nav .ed-fn-prev:before,
.ed-fn-nav .ed-fn-next:before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -7px;
    position: absolute;
    border-radius: 100px;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-fn-nav .ed-fn-prev:hover:after,
.ed-fn-nav .ed-fn-next:hover:after {
    background-color: var(--ed-yellow-color);
}

.ed-fn-nav .ed-fn-prev {
    left: -100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-fn-nav .ed-fn-prev {
        left: -60px;
    }
}

.ed-fn-nav .ed-fn-next {
    right: -100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-fn-nav .ed-fn-next {
        right: -60px;
    }
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.ed-wc-sec-3 {
    overflow: hidden;
}

.ed-wc-elem-1 {
    max-width: 420px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc-elem-1 {
        width: 100%;
        max-width: 100%;
    }
}

.ed-wc-content-3 {
    gap: 0px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc-content-3 {
        gap: 20px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-wc-item-3 {
    gap: 15px 25px;
    margin-bottom: 95px;
}

@media (max-width: 480px) {
    .ed-wc-item-3 {
        margin-bottom: 40px;
    }
}

.ed-wc-item-3:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc-item-3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ed-wc-item-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-wc-item-3 .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    max-width: 298px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-wc-item-3 .item-text {
        max-width: 250px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-wc-item-3 .item-text {
        max-width: 185px;
    }
}

@media (max-width: 480px) {
    .ed-wc-item-3 .item-text {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center !important;
    }
}

.ed-wc-item-3 .item-text h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 12px;
    color: var(--ed-black-color);
}

.ed-wc-item-3 .item-text p {
    max-width: 250px;
}

.ed-wc-item-3 .item-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    background-color: #fff;
    border: 3px solid var(--ed-black-color);
}

@media (max-width: 480px) {
    .ed-wc-item-3 .item-icon {
        margin-bottom: 15px;
    }
}

.ed-wc-item-3 .item-icon:before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -8px;
    position: absolute;
    border-radius: 100%;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-wc-elem-2 {
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc-elem-3 {
        width: 100%;
        max-width: 100%;
    }
}

.ed-wc-elem-3 .ed-wc-item-3 .item-text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media (max-width: 480px) {
    .ed-wc-elem-3 .ed-wc-item-3 .item-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*---------------------------------------------------- */
/*Activity area*/
/*----------------------------------------------------*/
.ed-activities-sec {
    overflow: hidden;
}

.ed-acti-top {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ed-acti-filter-btn {
    border: none;
}

    .ed-acti-filter-btn button {
        border: none;
        font-size: 20px;
        font-weight: 500;
        padding: 6px 18px;
        position: relative;
        border-radius: 100px;
        background-color: #fff;
        color: var(--ed-black-color);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        border: 3px solid transparent;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-acti-filter-btn button {
        margin-bottom: 10px;
    }
}

.ed-acti-filter-btn button:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 100px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-acti-filter-btn button.is-checked {
    border: 3px solid var(--ed-black-color);
}

    .ed-acti-filter-btn button.is-checked:before {
        bottom: -7px;
    }

.p-filter-area {
    width: 115%;
    margin: 0 -160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .p-filter-area {
        width: 100%;
        margin: 0 auto;
    }
}

.p-filter-area .grid-sizer {
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .p-filter-area .grid-sizer {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .p-filter-area .grid-sizer {
        width: 100%;
    }
}

.p-filter-area .grid-item {
    float: left;
    padding: 6px;
    display: inline-block;
}

.p-filter-area .grid-size-33 {
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .p-filter-area .grid-size-33 {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .p-filter-area .grid-size-33 {
        width: 100%;
    }
}

.ed-activity-item {
    overflow: hidden;
    border-radius: 20px;
}

    .ed-activity-item:before {
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 100%;
        opacity: 0.729;
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 20px;
        background-color: rgb(90, 61, 0);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .ed-activity-item .item-img {
        width: 100%;
        height: 100%;
    }

        .ed-activity-item .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .ed-activity-item .item-text {
        left: 0;
        top: 60%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 800ms cubic-bezier(0.48, -0.6, 0.65, 1.58);
        transition: 800ms cubic-bezier(0.48, -0.6, 0.65, 1.58);
    }

        .ed-activity-item .item-text .inner-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto;
            margin-bottom: 15px;
        }

            .ed-activity-item .item-text .inner-icon a {
                width: 100%;
                color: #fff;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 30px;
                position: relative;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 100%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border: 3px solid var(--ed-black-color);
                background-color: #ffae00;
            }

                .ed-activity-item .item-text .inner-icon a:before {
                    left: 0;
                    z-index: -1;
                    width: 100%;
                    content: "";
                    height: 100%;
                    bottom: -8px;
                    position: absolute;
                    border-radius: 100px;
                    -webkit-transition: all 500ms ease-in-out;
                    transition: all 500ms ease-in-out;
                    background-image: url(../img/bg/btn-bg.png);
                }

        .ed-activity-item .item-text .inner-text h3 {
            color: #fff;
            font-size: 28px;
            font-weight: 600;
        }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-activity-item .item-text .inner-text h3 {
        font-size: 24px;
    }
}

.ed-activity-item:hover .item-text {
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ed-activity-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---------------------------------------------------- */
/*Video Client area*/
/*----------------------------------------------------*/
.ed-video-client-section .ed-sec-title-3 {
    margin: 0 auto;
    max-width: 1155px;
}

.ed-vc-play {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 20px;
}

    .ed-vc-play .item-img {
        width: 100%;
        height: 100%;
    }

        .ed-vc-play .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .ed-vc-play .video-play {
        left: 0;
        top: 50%;
        right: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .ed-vc-play .video-play a {
            color: #fff;
            width: 105px;
            height: 105px;
            margin: 0 auto;
            font-size: 20px;
            position: relative;
            border-radius: 100%;
            background-color: #4c40f6;
            border: 3px solid var(--ed-black-color);
        }

            .ed-vc-play .video-play a:before {
                left: 0;
                z-index: -1;
                width: 100%;
                content: "";
                height: 100%;
                bottom: -8px;
                position: absolute;
                border-radius: 100%;
                background-image: url(../img/bg/btn-bg.png);
            }

.ed-vc-thumb {
    gap: 15px;
    cursor: pointer;
    padding-top: 28px;
    position: relative;
}

    .ed-vc-thumb:before, .ed-vc-thumb:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #dbdbdb;
    }

    .ed-vc-thumb:after {
        left: 0;
        right: 0;
        width: 0%;
        margin: 0 auto;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        background-color: var(--ed-black-color);
    }

    .ed-vc-thumb .item-img {
        padding-bottom: 8px;
    }

        .ed-vc-thumb .item-img .inner-img {
            width: 88px;
            height: 88px;
            position: relative;
            border-radius: 100%;
            border: 3px solid var(--ed-black-color);
        }

            .ed-vc-thumb .item-img .inner-img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 100%;
            }

            .ed-vc-thumb .item-img .inner-img:before {
                left: 0;
                z-index: -1;
                width: 100%;
                content: "";
                height: 100%;
                bottom: -8px;
                position: absolute;
                border-radius: 100px;
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
                background-image: url(../img/bg/btn-bg.png);
            }

        .ed-vc-thumb .item-img .inner-icon {
            top: 0;
            left: 0;
            width: 32px;
            height: 32px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #81dfff;
        }

    .ed-vc-thumb .item-text h3 {
        font-size: 26px;
        font-weight: 600;
        padding-bottom: 3px;
        color: var(--ed-black-color);
    }

.ed-vc-slider-for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-slide-thumb-active .ed-vc-thumb:after {
    width: 100%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-vc-nav {
        gap: 15px;
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-vc-nav .vc-button-prev,
.ed-vc-nav .vc-button-next {
    top: 50%;
    z-index: 1;
    width: 72px;
    height: 72px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 3px solid var(--ed-black-color);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-vc-nav .vc-button-prev,
    .ed-vc-nav .vc-button-next {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ed-vc-nav .vc-button-prev:after,
.ed-vc-nav .vc-button-next:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ed-vc-nav .vc-button-prev:before,
.ed-vc-nav .vc-button-next:before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -7px;
    position: absolute;
    border-radius: 100px;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-vc-nav .vc-button-prev:hover:after,
.ed-vc-nav .vc-button-next:hover:after {
    background-color: var(--ed-yellow-color);
}

.ed-vc-nav .vc-button-prev {
    left: -100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-vc-nav .vc-button-prev {
        left: -60px;
    }
}

.ed-vc-nav .vc-button-next {
    right: -100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-vc-nav .vc-button-next {
        right: -60px;
    }
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.ed-counter-section-3 {
    z-index: 1;
    overflow: hidden;
}

    .ed-counter-section-3 .ed-count-bg {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

        .ed-counter-section-3 .ed-count-bg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.ed-count-item-3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #9bcdf1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-count-item-3 {
        border-bottom: 1px solid #9bcdf1;
        border-right: none;
    }
}

.ed-count-item-3 .item-img {
    height: 140px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .ed-count-item-3 .item-img {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .ed-count-item-3 .item-img img {
            height: 90px;
        }
}

.ed-count-item-3 .item-text h3 {
    font-size: 80px;
    font-weight: 600;
    color: var(--ed-black-color);
}

@media (max-width: 767px) {
    .ed-count-item-3 .item-text h3 {
        font-size: 60px;
    }
}

.col-lg-3:last-child .ed-count-item-3 {
    border-right: none;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ed-blog-section-3 {
    z-index: 1;
    overflow: hidden;
}

    .ed-blog-section-3 .ed-sec-title-3 {
        margin: 0 auto;
        max-width: 815px;
    }

    .ed-blog-section-3 .ed-blog-shape {
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.ed-blog-item-3 {
    padding: 30px 40px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 3px solid var(--ed-black-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-blog-item-3 {
        padding: 30px 25px;
    }
}

.ed-blog-item-3:before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -10px;
    position: absolute;
    border-radius: 30px;
    background-image: url(../img/bg/btn-bg.png);
}

.ed-blog-item-3 .item-img {
    margin-bottom: 30px;
}

    .ed-blog-item-3 .item-img .inner-img {
        width: 100%;
        height: 268px;
        overflow: hidden;
        border-radius: 20px;
    }

        .ed-blog-item-3 .item-img .inner-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .ed-blog-item-3 .item-img span {
        left: 10px;
        bottom: 10px;
        font-size: 15px;
        font-weight: 500;
        padding: 6px 15px;
        border-radius: 30px;
        position: absolute;
        background-color: #ffa07a;
        color: var(--ed-black-color);
    }

.ed-blog-item-3 .item-text .blog_title {
    font-size: 28px;
    font-weight: 600;
    color: var(--ed-black-color);
}

.ed-blog-item-3 .item-text .inner-bottom {
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #c8c8c8;
}

    .ed-blog-item-3 .item-text .inner-bottom span {
        color: #4d4d4d;
        font-size: 20px;
    }

    .ed-blog-item-3 .item-text .inner-bottom a {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        color: var(--ed-black-color);
    }

        .ed-blog-item-3 .item-text .inner-bottom a:before {
            left: 0;
            right: 0;
            width: 0%;
            height: 2px;
            bottom: 1px;
            content: "";
            margin: 0 auto;
            position: absolute;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
            background-color: var(--ed-black-color);
        }

        .ed-blog-item-3 .item-text .inner-bottom a:hover:before {
            width: 100%;
        }

.ed-blog-item-3:hover .item-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.ed-cta-sec-3 {
    z-index: 1;
}

    .ed-cta-sec-3 .ed-sec-bg {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

        .ed-cta-sec-3 .ed-sec-bg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.ed-cta-content-3 {
    padding: 125px 0px;
}

@media (max-width: 767px) {
    .ed-cta-content-3 {
        padding: 80px 0px;
    }
}

.ed-cta-content-3 .ed-sec-title-3 {
    margin-bottom: 45px;
}

    .ed-cta-content-3 .ed-sec-title-3 .subtitle {
        color: var(--ed-black-color);
    }

    .ed-cta-content-3 .ed-sec-title-3 .sec_title {
        font-size: 70px;
        font-weight: 600;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-cta-content-3 .ed-sec-title-3 .sec_title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .ed-cta-content-3 .ed-sec-title-3 .sec_title {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .ed-cta-content-3 .ed-sec-title-3 .sec_title {
        font-size: 38px;
    }
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ed-testimonial-sec-3 {
    overflow: hidden;
}

.ed-testi-item-3 {
    max-width: 375px;
    margin: 0px 15px;
    padding-bottom: 10px;
    display: inline-block;
}

    .ed-testi-item-3 .item-inner {
        position: relative;
        border-radius: 30px;
        padding: 90px 45px 40px;
        background-color: #fff;
        border: 3px solid var(--ed-black-color);
    }

        .ed-testi-item-3 .item-inner:before {
            left: 0;
            z-index: -1;
            width: 100%;
            content: "";
            height: 100%;
            bottom: -10px;
            position: absolute;
            border-radius: 30px;
            background-image: url(../img/bg/btn-bg.png);
        }

        .ed-testi-item-3 .item-inner .item-img {
            top: -40px;
            left: 40px;
            z-index: 1;
            width: 98px;
            height: 98px;
            position: absolute;
            border-radius: 100%;
            border: 3px solid var(--ed-black-color);
        }

            .ed-testi-item-3 .item-inner .item-img:before {
                left: 0;
                z-index: -1;
                width: 100%;
                content: "";
                height: 100%;
                bottom: -10px;
                position: absolute;
                border-radius: 100%;
                background-image: url(../img/bg/btn-bg.png);
            }

            .ed-testi-item-3 .item-inner .item-img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 100%;
            }

        .ed-testi-item-3 .item-inner .item-text p {
            font-size: 19px;
            line-height: 1.6;
        }

        .ed-testi-item-3 .item-inner .item-author {
            margin-top: 25px;
        }

            .ed-testi-item-3 .item-inner .item-author h3 {
                font-size: 25px;
                font-weight: 600;
                color: var(--ed-black-color);
            }

            .ed-testi-item-3 .item-inner .item-author span {
                font-size: 15px;
            }

/*---------------------------------------------------- */
/*Media Frame area*/
/*----------------------------------------------------*/
.ed-media-frame-sec {
    z-index: 1;
    overflow: hidden;
}

    .ed-media-frame-sec .ed-mf-vector1 {
        left: -6%;
        bottom: 0;
        z-index: -1;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-media-frame-sec .ed-mf-vector1 {
        display: none;
    }
}

.ed-media-frame-sec .ed-mf-vector2 {
    right: 0;
    z-index: -1;
    bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-media-frame-sec .ed-mf-vector2 {
        display: none;
    }
}

.ed-media-frame-sec .ed-sec-title-3 {
    margin: 0 auto;
    max-width: 845px;
}

.ed-mf-item {
    gap: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-mf-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-mf-item .inner-img {
    position: relative;
    border-radius: 30px;
    margin-bottom: 25px;
    background-color: #fff;
}

    .ed-mf-item .inner-img:before {
        left: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100%;
        bottom: -6px;
        position: absolute;
        border-radius: 25px;
        background-image: url(../img/bg/btn-bg.png);
    }

    .ed-mf-item .inner-img img {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        -o-object-fit: cover;
        object-fit: cover;
        border: 3px solid var(--ed-black-color);
    }

@media (max-width: 767px) {
    .ed-mf-item .inner-img {
        width: 150px !important;
        height: 180px !important;
        margin-bottom: 0;
    }
}

.ed-mf-item .item-img-1 {
    margin-top: 95px;
}

@media (max-width: 767px) {
    .ed-mf-item .item-img-1 {
        gap: 15px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ed-mf-item .item-img-1 .inner-img:nth-child(1) {
    width: 125px;
    height: 140px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .ed-mf-item .item-img-2 {
        gap: 15px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ed-mf-item .item-img-2 .inner-img:nth-child(2) {
    width: 120px;
    height: 130px;
    margin: 0 auto;
}

.ed-mf-item .item-img-3 {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .ed-mf-item .item-img-3 {
        gap: 15px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ed-mf-item .item-img-3 .inner-img:nth-child(1) {
    width: 225px;
    height: 290px;
}

@media (max-width: 767px) {
    .ed-mf-item .item-img-4 {
        gap: 15px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ed-mf-item .item-img-4 .inner-img:nth-child(2) {
    width: 190px;
    height: 290px;
    margin-left: auto;
}

.ed-mf-item .item-img-5 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .ed-mf-item .item-img-5 {
        gap: 15px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-mf-item .item-img-5 {
        margin-top: 0;
    }
}

/*---------------------------------------------------- */
/*Contact  area*/
/*----------------------------------------------------*/
.ed-contact-sec-3 {
    overflow: hidden;
}

.ed-contact-content-3 {
    z-index: 2;
    position: relative;
}

.ed-contact-form {
    max-width: 610px;
    padding-bottom: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-contact-form {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.ed-contact-form .inner-item {
    padding: 60px 50px;
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    border: 3px solid var(--ed-black-color);
}

    .ed-contact-form .inner-item:before, .ed-contact-form .inner-item:after {
        left: 0;
        z-index: 0;
        width: 100%;
        content: "";
        height: 100%;
        bottom: -8px;
        position: absolute;
        border-radius: 25px;
        background-image: url(../img/bg/btn-bg.png);
    }

    .ed-contact-form .inner-item:after {
        top: 0;
        z-index: 0;
        background-color: #fff;
        background-image: none;
    }

.ed-contact-form .inner-text {
    z-index: 1;
    position: relative;
}

.ed-contact-form h3 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 30px;
    color: var(--ed-black-color);
}

.ed-contact-form input, .ed-contact-form textarea {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: 2px solid var(--ed-black-color);
}

    .ed-contact-form input:focus, .ed-contact-form textarea:focus {
        border: 2px solid var(--ed-prime-c4);
    }

.ed-contact-form textarea {
    height: 160px;
    padding: 20px;
}

.ed-contact-form button {
    z-index: 1;
    width: 100%;
    height: 65px;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    border-radius: 100px;
    color: var(--ed-black-color);
    background-color: var(--ed-prime-c4);
    border: 3px solid var(--ed-black-color);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .ed-contact-form button:before, .ed-contact-form button:after {
        left: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100%;
        bottom: -7px;
        position: absolute;
        border-radius: 100px;
        background-image: url(../img/bg/btn-bg.png);
    }

    .ed-contact-form button:after {
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        background-color: var(--ed-prime-c4);
        background-image: none;
    }

    .ed-contact-form button:hover {
        color: #fff;
    }

        .ed-contact-form button:hover:after {
            background-color: var(--ed-prime-c5);
        }

.ed-contact-text {
    max-width: 566px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-contact-text {
        margin: 0 auto;
    }
}

.ed-contact-text .cn-text-img {
    overflow: hidden;
    border-radius: 20px;
}

.cn-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

    .cn-list-wrap .item-info {
        gap: 15px;
        width: 50%;
        margin-bottom: 25px;
    }

@media (max-width: 767px) {
    .cn-list-wrap .item-info {
        width: 100%;
    }
}

.cn-list-wrap .item-info .item-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 100%;
    background-color: #81dfff;
    border: 3px solid var(--ed-black-color);
}

    .cn-list-wrap .item-info .item-icon:before {
        left: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100%;
        bottom: -7px;
        position: absolute;
        border-radius: 100px;
        background-image: url(../img/bg/btn-bg.png);
    }

.cn-list-wrap .item-info .item-text {
    max-width: 195px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ed-black-color);
}

.cn-list-wrap .item-info:nth-child(2) .item-icon {
    background-color: #fdc563;
}

.cn-list-wrap .item-info:nth-child(3) .item-icon {
    background-color: #f18eaa;
}

/*---------------------------------------------------- */
/******* Home Page 4 *******/
/*Hero  area*/
/*----------------------------------------------------*/
.ed-hero-section-4 {
    overflow: hidden;
}

.ed-hero-content-4 {
    padding-top: 195px;
    padding-bottom: 80px;
}

.ed-hero-text-4 {
    margin: 0 auto;
    max-width: 940px;
}

    .ed-hero-text-4 .hero_title {
        font-size: 65px;
        font-weight: 800;
        color: var(--ed-black-color);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-hero-text-4 .hero_title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .ed-hero-text-4 .hero_title {
        font-size: 45px;
    }
}

@media (max-width: 480px) {
    .ed-hero-text-4 .hero_title {
        font-size: 35px;
    }
}

@media (max-width: 360px) {
    .ed-hero-text-4 .hero_title {
        font-size: 30px;
    }
}

.ed-hero-text-4 p {
    margin: 0 auto;
    max-width: 685px;
    padding-top: 8px;
}

.ed-hero-img-wrap-4 {
    margin: 0 auto;
    max-width: 1400px;
}

.ed-h-list-img {
    z-index: 1;
    width: 100%;
    max-width: 335px;
    position: relative;
    padding: 8px 8px 18px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .ed-h-list-img:before {
        left: 0;
        bottom: 0;
        height: 0%;
        opacity: 0;
        width: 100%;
        z-index: -1;
        content: "";
        visibility: hidden;
        position: absolute;
        border-radius: 30px;
        background-color: #fff;
        border: 2px solid var(--ed-black-color);
        -webkit-box-shadow: 1px 3px 0 0 var(--ed-prime-c6);
        box-shadow: 1px 3px 0 0 var(--ed-prime-c6);
        -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
        transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-h-list-img:before {
        opacity: 1;
        height: 90%;
        visibility: visible;
    }
}

.ed-h-list-img span {
    top: 0;
    opacity: 0;
    left: 40px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    visibility: hidden;
    border-radius: 15px;
    padding: 8px 15px 6px;
    background-color: #1d59e8;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-h-list-img span:before {
        left: 50%;
        content: "";
        bottom: -10px;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 16px solid #1d59e8;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-h-list-img span {
        top: -30px;
        opacity: 1;
        visibility: visible;
    }
}

.ed-h-list-img .item-img {
    width: 100%;
    height: 279px;
    max-width: 284px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 30px;
}

    .ed-h-list-img .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-h-list-img .item-text {
    opacity: 0;
    visibility: hidden;
    padding-left: 18px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-h-list-img .item-text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.ed-h-list-img .item-text a {
    font-size: 15px;
    font-weight: 700;
    color: var(--ed-black-color);
}

    .ed-h-list-img .item-text a:hover {
        color: #1d59e8;
    }

    .ed-h-list-img .item-text a img {
        margin-left: 3px;
    }

.ed-h-list-img:hover, .ed-h-list-img.active {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-h-list-img:hover, .ed-h-list-img.active {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-h-list-img:hover:before, .ed-h-list-img.active:before {
    opacity: 1;
    height: 90%;
    visibility: visible;
}

.ed-h-list-img:hover span, .ed-h-list-img.active span {
    top: -30px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: icon-bounce 2s ease-out infinite;
    animation: icon-bounce 2s ease-out infinite;
}

.ed-h-list-img:hover .item-text, .ed-h-list-img.active .item-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-img-wrap-4 {
        padding-top: 30px;
    }
}

.ed-hero-img-wrap-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-img-wrap-4 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-hero-img-wrap-4 li {
    padding-top: 85px;
    margin-left: -120px;
    -webkit-transition: all 1200ms ease-in-out;
    transition: all 1200ms ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-hero-img-wrap-4 li {
        margin-left: -130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-hero-img-wrap-4 li {
        margin-left: -160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-img-wrap-4 li {
        margin: 10px;
        padding-top: 40px;
        -webkit-transform: translateY(0px) rotate(0deg) !important;
        transform: translateY(0px) rotate(0deg) !important;
    }
}

.ed-hero-img-wrap-4 li:nth-child(1) {
    margin-left: 0;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: translateY(50px) rotate(-15deg);
    transform: translateY(50px) rotate(-15deg);
}

.ed-hero-img-wrap-4 li:nth-child(2) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: translateY(30px) rotate(-5deg);
    transform: translateY(30px) rotate(-5deg);
}

.ed-hero-img-wrap-4 li:nth-child(3) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    -webkit-transform: translateY(30px) rotate(-5deg);
    transform: translateY(30px) rotate(-5deg);
}

.ed-hero-img-wrap-4 li:nth-child(4) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: translateY(35px) rotate(-4deg);
    transform: translateY(35px) rotate(-4deg);
}

.ed-hero-img-wrap-4 li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: translateY(45px) rotate(3deg);
    transform: translateY(45px) rotate(3deg);
}

.ed-hero-img-wrap-4 li:nth-child(6) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(45px) rotate(3deg);
    transform: translateY(45px) rotate(3deg);
}

.ed-hero-img-wrap-4 li:nth-child(7) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: translateY(45px) rotate(15deg);
    transform: translateY(45px) rotate(15deg);
}

.ed-hero-img-wrap-4.active li {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ed-hero-search-4 {
    margin: 0 auto;
    max-width: 950px;
    margin-top: 85px;
}

@media (max-width: 767px) {
    .ed-hero-search-4 {
        margin-top: 10px;
    }
}

.ed-hero-search-4 form {
    height: 90px;
    position: relative;
    padding-left: 50px;
    border-radius: 60px;
    background-color: #fff;
    border: 1px solid var(--ed-black-color);
    -webkit-box-shadow: 0px 4px 0 0 var(--ed-black-color);
    box-shadow: 0px 4px 0 0 var(--ed-black-color);
}

@media (max-width: 767px) {
    .ed-hero-search-4 form {
        height: auto;
        padding: 30px 20px;
        border-radius: 10px;
    }
}

.ed-hero-search-4 form input {
    width: 50%;
    height: 100%;
    border: none;
    color: #161515;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
}

@media (max-width: 767px) {
    .ed-hero-search-4 form input {
        width: 100%;
        height: 60px;
    }
}

.ed-hero-search-4 form input::-webkit-input-placeholder {
    color: #161515;
    font-weight: 500;
}

.ed-hero-search-4 form input::-moz-placeholder {
    color: #161515;
    font-weight: 500;
}

.ed-hero-search-4 form input:-ms-input-placeholder {
    color: #161515;
    font-weight: 500;
}

.ed-hero-search-4 form input::-ms-input-placeholder {
    color: #161515;
    font-weight: 500;
}

.ed-hero-search-4 form input::placeholder {
    color: #161515;
    font-weight: 500;
}

.ed-hero-search-4 form button {
    top: 7px;
    padding: 0;
    right: 10px;
    width: 75px;
    height: 75px;
    border: none;
    position: absolute;
    border-radius: 100%;
    background-color: var(--ed-prime-c6);
}

@media (max-width: 767px) {
    .ed-hero-search-4 form button {
        width: 100%;
        height: 50px;
        position: static;
        border-radius: 10px;
    }
}

.ed-hero-search-4 form .action-select {
    top: 25px;
    right: 130px;
    position: absolute;
}

@media (max-width: 767px) {
    .ed-hero-search-4 form .action-select {
        height: 60px;
        position: static;
        background-color: #fff;
    }
}

.ed-hero-search-4 form .action-select:before {
    top: 6px;
    width: 1px;
    content: "";
    left: -15px;
    height: 25px;
    position: absolute;
    background-color: var(--ed-black-color);
}

@media (max-width: 767px) {
    .ed-hero-search-4 form .action-select:before {
        display: none;
    }
}

.ed-hero-search-4 form .action-select .nice-select {
    border: none;
    color: #161515;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
}

@media (max-width: 767px) {
    .ed-hero-search-4 form .action-select .nice-select {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .ed-hero-search-4 form .action-select .nice-select .list {
        width: 100%;
    }
}

.ed-hero-search-4 form .action-select .nice-select:after {
    top: 0px;
    right: 18px;
    border: none;
    margin-top: 0;
    font-size: 14px;
    font-weight: 900;
    content: "\f078";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: "Font Awesome 5 Free";
}

.ed-h4-search-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .ed-h4-search-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-h4-search-list li {
    color: #141414;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .ed-h4-search-list li i {
        width: 38px;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #0f0f0f;
        font-size: 16px;
        margin-right: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: var(--ed-prime-c6);
    }

.ed-h4-search-list span {
    font-size: 13px;
    font-weight: 800;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 30px;
    color: var(--ed-black-color);
    background-color: var(--ed-prime-c6);
}

    .ed-h4-search-list span a {
        text-decoration: underline;
    }

/*---------------------------------------------------- */
/*Course  area*/
/*----------------------------------------------------*/
.ed-course-cate-sec-4 {
    overflow: hidden;
}

.ed-course-cate-content-4 {
    display: flow-root;
}

.ed-cc-item-4 {
    width: 100%;
    float: left;
    width: 375px;
    padding: 35px;
    height: 385px;
    position: relative;
    display: inline-block;
    background-color: #ffc6b5;
}

    .ed-cc-item-4 .item-img {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .ed-cc-item-4 .item-text {
        left: 0;
        right: 0;
        z-index: 2;
        bottom: 32px;
        text-align: center;
        position: absolute;
    }

        .ed-cc-item-4 .item-text h3 {
            font-size: 28px;
            font-weight: 800;
            color: var(--ed-black-color);
        }

    .ed-cc-item-4:nth-child(2) {
        background-color: #fce1e6;
    }

    .ed-cc-item-4:nth-child(3) {
        background-color: #8c95e6;
    }

    .ed-cc-item-4:nth-child(4) {
        background-color: #eedec5;
    }

    .ed-cc-item-4:nth-child(5) {
        background-color: #e6f4ff;
    }

    .ed-cc-item-4:nth-child(6) {
        background-color: #eedec5;
    }

.ed-oc-section {
    overflow: hidden;
}

.ed-oc-top-content {
    gap: 15px 30px;
}

.ed-oc-filter-btn button {
    font-size: 15px;
    font-weight: 700;
    margin-left: 8px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 16px 25px 10px;
    color: var(--ed-black-color);
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border: 2px solid var(--ed-black-color);
}

    .ed-oc-filter-btn button.is-checked {
        background-color: var(--ed-prime-c6);
        border: 2px solid var(--ed-prime-c6);
    }

.ed-oc-item .item-img {
    margin-bottom: 18px;
}

    .ed-oc-item .item-img .inner-img {
        overflow: hidden;
        position: relative;
        border-radius: 25px 25px 100px 25px;
    }

        .ed-oc-item .item-img .inner-img:before {
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 25px 25px 100px 25px;
        }

        .ed-oc-item .item-img .inner-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .ed-oc-item .item-img span {
        right: 0;
        bottom: 0;
        z-index: 2;
        width: 65px;
        height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: var(--ed-prime-c6);
    }

.ed-oc-item .item-text span {
    color: #949494;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.ed-oc-item .item-text .course_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.364;
    padding-bottom: 12px;
    color: var(--ed-black-color);
}

.ed-oc-item .item-text .cb-bottom {
    padding-top: 10px;
    border-top: 2px solid #e8e8e8;
}

    .ed-oc-item .item-text .cb-bottom li {
        font-size: 14px;
        font-weight: 500;
        margin-right: 24px;
        color: var(--ed-black-color);
    }

        .ed-oc-item .item-text .cb-bottom li:last-child {
            margin-right: 0;
        }

        .ed-oc-item .item-text .cb-bottom li i {
            margin-right: 5px;
        }

.ed-oc-item .item-text .oc-author {
    margin-top: 35px;
    position: relative;
    border-radius: 22px;
    border: 2px solid var(--ed-black-color);
}

    .ed-oc-item .item-text .oc-author:before {
        top: 0;
        left: 55%;
        width: 2px;
        content: "";
        height: 100%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: var(--ed-black-color);
    }

    .ed-oc-item .item-text .oc-author a {
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        padding: 16px 30px 13px;
        color: var(--ed-black-color);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-oc-item .item-text .oc-author a {
        padding: 16px 10px 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-oc-item .item-text .oc-author a {
        padding: 16px 20px 13px;
    }
}

.ed-oc-item .item-text .oc-author a:hover {
    color: #1d59e8;
}

.ed-oc-item:hover .item-img .inner-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ed-oc-item:hover .item-img .inner-img:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ed-filter-area {
    margin: 0px -20px;
}

    .ed-filter-area .grid-sizer {
        width: 25%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-filter-area .grid-sizer {
        width: 33.33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-filter-area .grid-sizer {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-filter-area .grid-sizer {
        width: 100%;
    }
}

.ed-filter-area .grid-item {
    float: left;
    padding: 20px;
    display: inline-block;
}

.ed-filter-area .grid-size-25 {
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-filter-area .grid-size-25 {
        width: 33.33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-filter-area .grid-size-25 {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-filter-area .grid-size-25 {
        width: 100%;
    }
}

.ed-ins-co-sec {
    overflow: hidden;
    background-color: #f9f4f0;
}

/*---------------------------------------------------- */
/*Team  area*/
/*----------------------------------------------------*/
.ed-tm4-sec {
    overflow: hidden;
    padding-bottom: 30px;
    background-color: #eae9e5;
}

.ed-tm4-item {
    z-index: 1;
    padding: 25px 0px 20px;
    border-bottom: 1px solid #51514f;
}

    .ed-tm4-item:last-child {
        border-bottom: none;
    }

    .ed-tm4-item .item-content {
        gap: 15px 40px;
    }

@media (max-width: 480px) {
    .ed-tm4-item .item-content {
        display: inline-block !important;
    }
}

.ed-tm4-item:after {
    top: 50%;
    left: 0;
    width: 0%;
    height: 1px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--ed-black-color);
    -webkit-transition: 700ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: 700ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.ed-tm4-item:before {
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: var(--ed-prime-c6);
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.ed-tm4-item h3 {
    font-size: 45px;
    font-weight: 600;
    color: var(--ed-black-color);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-tm4-item h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ed-tm4-item h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .ed-tm4-item h3 {
        width: 100%;
    }
}

.ed-tm4-item .item-img {
    left: 50%;
    bottom: 0;
    opacity: 0;
    position: absolute;
    visibility: visible;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    -webkit-transition: 700ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: 700ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item .item-img {
        display: none;
    }
}

.ed-tm4-item .item-img:before, .ed-tm4-item .item-img:after {
    top: 90px;
    left: 90px;
    z-index: -1;
    width: 80px;
    content: "";
    height: 0px;
    position: absolute;
    background-color: #66f4ac;
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item .item-img:before, .ed-tm4-item .item-img:after {
        display: none;
    }
}

.ed-tm4-item .item-img:after {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}

.ed-tm4-item .item-img:before {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}

.ed-tm4-item .item-name-btn {
    opacity: 0;
    gap: 15px 50px;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: 500ms cubic-bezier(0.2, -0.7, 0.8, 1.7);
    transition: 500ms cubic-bezier(0.2, -0.7, 0.8, 1.7);
}

@media (max-width: 767px) {
    .ed-tm4-item .item-name-btn {
        opacity: 1;
        width: 100%;
        margin-top: 15px;
        visibility: visible;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item .item-name-btn {
        gap: 15px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item .item-name-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 200px;
    }
}

.ed-tm4-item .item-name-btn h4 {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 2px;
    color: var(--ed-black-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item .item-name-btn h4 {
        font-size: 20px;
    }
}

.ed-tm4-item .item-name-btn span {
    font-size: 16px;
    color: var(--ed-black-color);
}

.ed-tm4-item .item-name-btn a {
    font-size: 15px;
    font-weight: 700;
    border-radius: 20px;
    padding: 16px 45px 12px;
    color: var(--ed-black-color);
    border: 2px solid var(--ed-black-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-tm4-item .item-name-btn a {
        padding: 16px 30px 12px;
    }
}

@media (max-width: 767px) {
    .ed-tm4-item .item-name-btn a {
        padding: 14px 25px 10px;
    }
}

.ed-tm4-item .item-name-btn a:hover {
    color: #fff;
    background-color: var(--ed-black-color);
}

.ed-tm4-item:hover:before, .ed-tm4-item:is(.active):before {
    height: 100%;
}

.ed-tm4-item:hover:after, .ed-tm4-item:is(.active):after {
    width: 15%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-tm4-item:hover:after, .ed-tm4-item:is(.active):after {
        width: 8%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-tm4-item:hover:after, .ed-tm4-item:is(.active):after {
        width: 5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item:hover:after, .ed-tm4-item:is(.active):after {
        display: none;
    }
}

.ed-tm4-item:hover h3, .ed-tm4-item:is(.active) h3 {
    font-weight: 800;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item:hover h3, .ed-tm4-item:is(.active) h3 {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
        font-weight: 700;
    }
}

@media (max-width: 480px) {
    .ed-tm4-item:hover h3, .ed-tm4-item:is(.active) h3 {
        font-weight: 600;
    }
}

.ed-tm4-item:hover .item-img, .ed-tm4-item:is(.active) .item-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tm4-item:hover .item-img, .ed-tm4-item:is(.active) .item-img {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }
}

.ed-tm4-item:hover .item-img:before, .ed-tm4-item:hover .item-img:after, .ed-tm4-item:is(.active) .item-img:before, .ed-tm4-item:is(.active) .item-img:after {
    height: 340px;
}

.ed-tm4-item:hover .item-img:before, .ed-tm4-item:is(.active) .item-img:before {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.ed-tm4-item:hover .item-name-btn, .ed-tm4-item:is(.active) .item-name-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

/*---------------------------------------------------- */
/*About  area*/
/*----------------------------------------------------*/
.ed-ab4-sec {
    overflow: hidden;
}

.ed-ab4-content {
    gap: 40px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab4-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-ab4-text {
    max-width: 680px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-ab4-text {
        max-width: 100%;
    }
}

.ed-ab4-text .ed-sec-title-4 .sec_title {
    font-size: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ab4-text .ed-sec-title-4 .sec_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-ab4-text .ed-sec-title-4 .sec_title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .ed-ab4-text .ed-sec-title-4 .sec_title {
        font-size: 45px;
    }
}

@media (max-width: 480px) {
    .ed-ab4-text .ed-sec-title-4 .sec_title {
        font-size: 38px;
    }
}

.ed-ab4-text .ed-sec-title-4 p {
    max-width: 600px;
    padding-top: 12px;
}

.ed-ab4-bottom {
    gap: 15px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab4-bottom {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .ed-ab4-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab4-bottom .ed-ab4-client {
    gap: 15px;
}

    .ed-ab4-bottom .ed-ab4-client ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ed-ab4-bottom .ed-ab4-client li {
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 100%;
        margin-left: -25px;
    }

        .ed-ab4-bottom .ed-ab4-client li:first-child {
            margin-left: 0;
        }

    .ed-ab4-bottom .ed-ab4-client span {
        font-size: 18px;
        font-weight: 600;
        color: var(--ed-black-color);
    }

.ed-ab4-img {
    max-width: 660px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ab4-img {
        max-width: 580px;
    }
}

.ab4-item-img {
    gap: 18px;
    margin-bottom: 20px;
}

    .ab4-item-img .item-img-1 {
        height: 170px;
        max-width: 240px;
        overflow: hidden;
        border-radius: 150px;
    }

        .ab4-item-img .item-img-1 img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .ab4-item-img .item-img-2 {
        height: 170px;
        max-width: 445px;
        overflow: hidden;
        border-radius: 150px;
    }

        .ab4-item-img .item-img-2 img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

/*---------------------------------------------------- */
/*Counter  area*/
/*----------------------------------------------------*/
.ed-counter-sec-4 {
    z-index: 1;
    overflow: hidden;
    background-color: var(--ed-black-color);
}

    .ed-counter-sec-4 .ed-counter-bg {
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
    }

        .ed-counter-sec-4 .ed-counter-bg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.ed-counter4-text {
    gap: 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-counter4-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-counter4-text .ed-sec-title-4 {
    max-width: 640px;
}

    .ed-counter4-text .ed-sec-title-4 .sec_title, .ed-counter4-text .ed-sec-title-4 p {
        color: #fff;
    }

    .ed-counter4-text .ed-sec-title-4 p {
        max-width: 580px;
    }

.ed-counter4-text li {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .ed-counter4-text li {
        font-size: 20px;
    }
}

.ed-counter4-text li i {
    margin-right: 10px;
    color: var(--ed-prime-c6);
}

.ed-counter4-text li:last-child {
    margin-bottom: 0;
}

.ed-counter4-content {
    gap: 20px 35px;
    padding-top: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-counter4-content {
        gap: 20px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-counter4-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-counter4-wrap {
    gap: 20px 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-counter4-wrap {
        gap: 20px 20px;
    }
}

@media (max-width: 767px) {
    .ed-counter4-wrap {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-item-count-4 {
    width: 255px;
    height: 130px;
    padding-top: 25px;
    background-color: #232424;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-item-count-4 {
        width: 220px;
    }
}

@media (max-width: 480px) {
    .ed-item-count-4 {
        width: 100%;
    }
}

.ed-item-count-4 h3 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 3px;
    color: var(--ed-prime-c6);
}

.ed-item-count-4 p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.ed-counter4-author {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 530px;
    padding-top: 35px;
    padding-right: 45px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    background-color: #232424;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-counter4-author {
        max-width: 700px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .ed-counter4-author {
        gap: 20px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
        padding-bottom: 40px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.ed-counter4-author .item-img {
    left: 0;
    bottom: 0;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-counter4-author .item-img {
        position: static;
    }
}

.ed-counter4-author .item-text .item-rate span {
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
    color: var(--ed-prime-c6);
}

.ed-counter4-author .item-text .item-rate li {
    font-size: 16px;
    line-height: 1;
    color: var(--ed-prime-c6);
}

.ed-counter4-author p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 5px;
}

/*---------------------------------------------------- */
/*Counter  area*/
/*----------------------------------------------------*/
.ed-faq4-content .ed-faq-accordion .accordion-button span {
    width: 100%;
    font-size: 22px;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-button span {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-button span {
        font-size: 18px;
    }
}

.ed-faq4-content .ed-faq-accordion .accordion-body {
    padding-left: 0;
}

.ed-faq4-content .ed-faq-accordion .accordion-button .item-head {
    max-width: 85%;
}

    .ed-faq4-content .ed-faq-accordion .accordion-button .item-head img {
        width: 68px;
        height: 68px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-button .item-head img {
        display: none;
    }
}

@media (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-button .item-head {
        max-width: 100%;
    }
}

.ed-faq4-content .ed-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 60px;
    padding: 30px 50px 20px;
    background-color: #ffeaea;
}

    .ed-faq4-content .ed-faq-accordion .accordion-item:nth-child(2) {
        background-color: #8383ff;
    }

    .ed-faq4-content .ed-faq-accordion .accordion-item:nth-child(3) {
        background-color: #ff7b5a;
    }

    .ed-faq4-content .ed-faq-accordion .accordion-item:nth-child(4) {
        background-color: #ffc698;
    }

@media (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-item {
        border-radius: 15px;
        padding: 30px 15px 20px;
    }
}

.ed-faq4-content .ed-faq-accordion .accordion-body p {
    font-size: 18px;
    max-width: 740px;
    color: var(--ed-black-color);
}

.ed-faq4-content .ed-faq-accordion .accordion-button::after {
    top: 10px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    content: "\f063";
    font-weight: 900;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dadada;
    font-family: "Font Awesome 5 Free";
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-button::after {
        top: 0;
    }
}

@media (max-width: 767px) {
    .ed-faq4-content .ed-faq-accordion .accordion-button::after {
        width: 20px;
        height: 20px;
        background-color: transparent;
    }
}

.ed-client4-sec {
    overflow: hidden;
}

    .ed-client4-sec p {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 35px;
        color: var(--ed-black-color);
    }

.ed-client-marquee .item-client {
    margin: 0px 25px;
    display: inline-block;
}

/*---------------------------------------------------- */
/******* Home Page 5 *******/
/*Hero  area*/
/*----------------------------------------------------*/
@-webkit-keyframes TXT2 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    60% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

@keyframes TXT2 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    60% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}

@-webkit-keyframes TXT3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    10% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes TXT3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    10% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes TXT4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes TXT4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes TXT5 {
    0% {
        rx: 100;
    }

    10% {
        rx: 100;
    }

    50% {
        rx: 0;
    }

    90% {
        rx: 100;
    }

    to {
        rx: 100;
    }
}

@keyframes TXT5 {
    0% {
        rx: 100;
    }

    10% {
        rx: 100;
    }

    50% {
        rx: 0;
    }

    90% {
        rx: 100;
    }

    to {
        rx: 100;
    }
}

@-webkit-keyframes TXT6 {
    0% {
        rx: 0;
    }

    10% {
        rx: 0;
    }

    50% {
        rx: 100;
    }

    90% {
        rx: 0;
    }

    to {
        rx: 0;
    }
}

@keyframes TXT6 {
    0% {
        rx: 0;
    }

    10% {
        rx: 0;
    }

    50% {
        rx: 100;
    }

    90% {
        rx: 0;
    }

    to {
        rx: 0;
    }
}

@-webkit-keyframes bounce-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.ed-hs5-sec {
    overflow: hidden;
    background-color: #111218;
}

.ed-hs5-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-hs5-slide-item {
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    background-color: #323852;
}

    .ed-hs5-slide-item .ed-hs5-side {
        top: 0;
        right: 0;
        z-index: 1;
        width: 35%;
        height: 100%;
        position: absolute;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-side {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-side .shape_2 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #dba606;
    -webkit-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.ed-hs5-slide-item .ed-hs5-side .shape_1 {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f5b904;
    -webkit-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ed-hs5-slide-item .ed-hs5-shape1 {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.32;
    width: 1560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .ed-hs5-slide-item .ed-hs5-shape1 .shape_1 {
        top: 0;
        left: 0;
        width: 507px;
        height: 195px;
        clip-path: polygon(99.989% 0%, 0% 0%, 99.989% 99.506%, 99.989% 0%);
        background: -webkit-gradient(linear, left bottom, left top, from(#2F584F), to(rgba(47, 88, 79, 0)));
        background: linear-gradient(0deg, #896d18 0%, rgba(47, 88, 79, 0) 100%);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

    .ed-hs5-slide-item .ed-hs5-shape1 .shape_2 {
        width: 1055px;
        height: 405px;
        margin-left: auto;
        clip-path: polygon(0.089% 100%, 99.936% 100%, 0.089% 0.008%, 0.089% 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 88, 79, 0)), to(#896d18));
        background: linear-gradient(0deg, rgba(47, 88, 79, 0) 0%, #896d18 100%);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

.ed-hs5-slide-item .ed-hs5-circle {
    opacity: 0;
    right: -2%;
    width: 590px;
    height: 590px;
    bottom: 165px;
    position: absolute;
    border-radius: 100%;
    visibility: hidden;
    -webkit-transform: rotate(245deg);
    transform: rotate(245deg);
    -webkit-transition: 1500ms ease-in-out;
    transition: 1500ms ease-in-out;
    border: 1px dashed rgba(255, 255, 255, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-circle {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-circle .item-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100%;
    background-color: #1A2729;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6392156863) inset;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6392156863) inset;
}

    .ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(1) {
        top: 0px;
        left: 105px;
    }

    .ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(2) {
        top: 160px;
        left: -22px;
    }

    .ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(3) {
        left: -20px;
        bottom: 155px;
    }

.ed-hs5-slide-item .ed-hs5-sh1 {
    top: 44%;
    right: 0%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh1 {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-sh2 {
    z-index: 2;
    bottom: 0px;
    width: 256px;
    height: 256px;
    right: -130px;
    overflow: hidden;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh2 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_1 {
    width: 50%;
    opacity: 0;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 {
    width: 50%;
    height: 50%;
    background-color: #4e5d9d;
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 svg {
        -webkit-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_3 svg .rect-1 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT3;
    animation-name: TXT3;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_4 {
    background-color: #111218;
}

    .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_4 svg .rect-2 {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT4;
        animation-name: TXT4;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-box: fill-box;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

.ed-hs5-slide-item .ed-hs5-sh3 {
    bottom: 0;
    z-index: 2;
    right: 38px;
    width: 128px;
    height: 256px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh3 {
        display: none;
    }
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_1 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 {
    background-color: #111218;
}

    .ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 svg .clip_path {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT6;
        animation-name: TXT6;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    .ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 svg .clip_path_2 {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT5;
        animation-name: TXT5;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

.ed-hs5-slide-item .ed-hs5-sh4 {
    z-index: 2;
    width: 128px;
    right: -48px;
    bottom: 255px;
    height: 128px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #FFDA8A;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

    .ed-hs5-slide-item .ed-hs5-sh4 svg {
        -webkit-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh4 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh5 {
    left: -128px;
    height: 128px;
    bottom: 128px;
    position: absolute;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh5 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh6 {
    left: -128px;
    bottom: -1px;
    overflow: hidden;
    position: absolute;
}

    .ed-hs5-slide-item .ed-hs5-sh6 svg {
        -webkit-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
        -webkit-transform: translateX(130px);
        transform: translateX(130px);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh6 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh7 {
    bottom: 0;
    left: -100%;
    position: absolute;
    -webkit-transition: all 1500ms ease-in-out;
    transition: all 1500ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh7 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-sh8 {
    z-index: 2;
    right: 128px;
    bottom: 128px;
    position: absolute;
    -webkit-animation: bounce-in-right 5s ease infinite;
    animation: bounce-in-right 5s ease infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-sh8 {
        display: none !important;
    }
}

.ed-hs5-slide-item .ed-hs5-content {
    z-index: 2;
    padding-top: 230px;
    padding-bottom: 145px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-content {
        padding-top: 220px;
        padding-bottom: 130px;
    }
}

@media (max-width: 480px) {
    .ed-hs5-slide-item .ed-hs5-content {
        padding-top: 150px;
    }
}

.ed-hs5-slide-item .ed-hs5-text {
    z-index: 2;
    max-width: 600px;
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-hs5-slide-item .ed-hs5-text {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-hs5-slide-item .ed-hs5-text {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-text {
        margin: 0 auto;
        max-width: 750px;
        margin-top: 45px;
        text-align: center;
    }
}

.ed-hs5-slide-item .ed-hs5-text .slide_title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 0.9;
    padding-bottom: 22px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

    .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word {
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        padding-bottom: 8px;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
        -webkit-transform: scaleX(0) rotateY(90deg) translateX(100%);
        transform: scaleX(0) rotateY(90deg) translateX(100%);
    }

@media (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-text .slide_title {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .ed-hs5-slide-item .ed-hs5-text .slide_title {
        font-size: 38px;
    }
}

@media (max-width: 360px) {
    .ed-hs5-slide-item .ed-hs5-text .slide_title {
        font-size: 36px;
    }
}

.ed-hs5-slide-item .ed-hs5-text p {
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

    .ed-hs5-slide-item .ed-hs5-text p .split-line {
        overflow: hidden;
        -webkit-transform: translateY(100px) scaleY(0) rotate3d(0, 0, 3, 5deg);
        transform: translateY(100px) scaleY(0) rotate3d(0, 0, 3, 5deg);
        -webkit-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
    }

.ed-hs5-slide-item .ed-hs5-text .ed-btn-5 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-img {
    bottom: 0;
    right: -8%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-slide-item .ed-hs5-img {
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: static !important;
    }
}

.ed-hs5-nav {
    top: 50%;
    z-index: 2;
    left: 65px;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-hs5-nav {
        left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-nav {
        left: 0;
        top: auto;
        gap: 20px;
        right: 130px;
        bottom: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-hs5-nav {
        right: 230px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-nav {
        right: 0;
        bottom: 50px;
    }
}

.ed-hs5-nav .ed-hs5-prev svg,
.ed-hs5-nav .ed-hs5-next svg {
    opacity: 0.4;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-hs5-nav .ed-hs5-prev svg path,
    .ed-hs5-nav .ed-hs5-next svg path {
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

.ed-hs5-nav .ed-hs5-prev:hover svg,
.ed-hs5-nav .ed-hs5-next:hover svg {
    opacity: 1;
}

    .ed-hs5-nav .ed-hs5-prev:hover svg path,
    .ed-hs5-nav .ed-hs5-next:hover svg path {
        fill: var(--ed-prime-c7);
    }

.ed-hs5-pagi {
    margin: 25px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hs5-pagi {
        display: none;
    }
}

.ed-hs5-pagi .swiper-pagination-bullet {
    opacity: 1;
    display: block;
    margin: 8px auto !important;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: rgba(255, 255, 255, 0.4);
}

    .ed-hs5-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--ed-prime-c7);
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-side .shape_2 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-side .shape_1 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-shape1 .shape_1 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-shape1 .shape_2 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-circle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh1 {
    opacity: 1;
    right: -13%;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_1 {
    opacity: 1;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 svg {
        -webkit-transition-delay: 900ms;
        transition-delay: 900ms;
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh4 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh4 svg {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh6 svg {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh7 {
    left: -89px;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1) rotateX(0deg) translateX(0%);
        transform: scaleX(1) rotateX(0deg) translateX(0%);
    }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(1) {
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(2) {
            -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(3) {
            -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(4) {
            -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(5) {
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(6) {
            -webkit-transition-delay: 350ms;
            transition-delay: 350ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(7) {
            -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(8) {
            -webkit-transition-delay: 450ms;
            transition-delay: 450ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(9) {
            -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(10) {
            -webkit-transition-delay: 550ms;
            transition-delay: 550ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(11) {
            -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
        }

        .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(12) {
            -webkit-transition-delay: 650ms;
            transition-delay: 650ms;
        }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(1) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(2) {
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(3) {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(4) {
        -webkit-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(5) {
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(6) {
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(7) {
        -webkit-transition-delay: 900ms;
        transition-delay: 900ms;
    }

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .ed-btn-5 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-img {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

/*---------------------------------------------------- */
/*Feature  area*/
/*----------------------------------------------------*/
@-webkit-keyframes hithere {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    40%, 60% {
        -webkit-transform: rotate(-20deg) scale(1.2);
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        -webkit-transform: rotate(20deg) scale(1.2);
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        -webkit-transform: rotate(0deg) scale(1.2);
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hithere {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    40%, 60% {
        -webkit-transform: rotate(-20deg) scale(1.2);
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        -webkit-transform: rotate(20deg) scale(1.2);
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        -webkit-transform: rotate(0deg) scale(1.2);
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ed-feature5-sec {
    z-index: 2;
    position: relative;
}

.ed-feature5-content {
    z-index: 1;
    padding: 60px;
    overflow: hidden;
    max-width: 1202px;
    margin-top: -127px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(17, 18, 24, 0.1019607843);
    box-shadow: 0px 6px 20px 0px rgba(17, 18, 24, 0.1019607843);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-feature5-content {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .ed-feature5-content {
        padding: 30px 20px;
    }
}

.ed-feature5-content:before {
    left: -25px;
    width: 66px;
    content: "";
    height: 66px;
    bottom: -25px;
    position: absolute;
    border-radius: 100%;
    background-color: #C3F498;
}

.ed-feature5-content .ed-dec-shape {
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 731px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: #fff;
}

    .ed-feature5-content .ed-dec-shape .box_shape_1,
    .ed-feature5-content .ed-dec-shape .box_shape_2 {
        width: 50%;
        height: 100%;
        background-color: #f5f5f5;
    }

    .ed-feature5-content .ed-dec-shape .box_shape_1 {
        margin-right: -2px;
        clip-path: polygon(0% 99.764%, 99.964% 99.764%, 99.964% 0.061%, 99.964% 0.061%, 98.539% 16.171%, 94.672% 31.452%, 88.565% 45.703%, 80.418% 58.724%, 70.434% 70.313%, 58.814% 80.27%, 45.76% 88.395%, 31.471% 94.486%, 16.151% 98.342%, 0% 99.764%);
    }

    .ed-feature5-content .ed-dec-shape .box_shape_2 {
        clip-path: polygon(99.818% 0.134%, 0.126% 0.134%, 0.126% 99.837%, 0.126% 99.837%, 1.547% 83.727%, 5.404% 68.446%, 11.495% 54.195%, 19.619% 41.174%, 29.575% 29.585%, 41.164% 19.628%, 54.183% 11.503%, 68.432% 5.412%, 83.711% 1.556%, 99.818% 0.134%);
    }

.ed-feature5-wrap .line-shape-2 {
    top: 0;
    left: 0;
    z-index: 2;
}

.ed-feature5-wrap .line-shape {
    right: 0;
    bottom: 2px;
    height: 65%;
    width: 100px;
    position: absolute;
}

    .ed-feature5-wrap .line-shape:before, .ed-feature5-wrap .line-shape:after {
        top: 0;
        height: 100%;
        content: "";
        position: absolute;
        background-color: #EBEBEB;
    }

    .ed-feature5-wrap .line-shape:before {
        right: 30px;
        width: 20px;
    }

    .ed-feature5-wrap .line-shape:after {
        right: 0;
        width: 12px;
    }

    .ed-feature5-wrap .line-shape span {
        width: 32px;
        height: 100%;
        background-color: #EBEBEB;
    }

.ed-feature5-item {
    margin: 0 auto;
    max-width: 340px;
    padding: 14px 0px;
}

@media (max-width: 480px) {
    .ed-feature5-item {
        max-width: 100%;
    }
}

.ed-feature5-item .item-icon {
    z-index: 1;
    padding-left: 20px;
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}

    .ed-feature5-item .item-icon .inner-img {
        width: 64px;
        height: 64px;
    }

    .ed-feature5-item .item-icon:before {
        left: 0;
        bottom: 0;
        z-index: -1;
        content: "";
        width: 64px;
        height: 32px;
        position: absolute;
        background-color: #B0D1F3;
        clip-path: polygon(0% 0.219%, 0% 0.219%, 0% 0.214%, 0% 0.198%, 0% 0.176%, 0% 0.15%, 0% 0.122%, 0% 0.096%, 0% 0.073%, 0% 0.057%, 0% 0.051%, 0% 0.056%, 0% 0.056%, 0.656% 16.252%, 2.553% 31.618%, 5.589% 45.948%, 9.659% 59.035%, 14.661% 70.674%, 20.489% 80.658%, 27.041% 88.782%, 34.213% 94.84%, 41.9% 98.626%, 50% 99.934%, 50% 99.934%, 58.1% 98.626%, 65.787% 94.84%, 72.959% 88.781%, 79.511% 80.655%, 85.339% 70.668%, 90.341% 59.026%, 94.411% 45.934%, 97.447% 31.597%, 99.344% 16.223%, 100% 0.015%, 100% 0.179%, 0% 0.179%, 0% 0.219%);
    }

.ed-feature5-item .item-text h3 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 14px;
}

.ed-feature5-item .item-text p {
    font-size: 16px;
    max-width: 276px;
}

@media (max-width: 480px) {
    .ed-feature5-item .item-text p {
        max-width: 100%;
    }
}

.ed-feature5-item:hover .item-icon .inner-img {
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite;
}

.col-lg-4:nth-child(2) .ed-feature5-item .item-icon:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-color: #FFD9C3;
}

.col-lg-4:nth-child(3) .ed-feature5-item .item-icon:before {
    bottom: 3px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    background-color: #EEBFF5;
}

/*---------------------------------------------------- */
/*Category  area*/
/*----------------------------------------------------*/
@-webkit-keyframes TXT7 {
    0% {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }

    30% {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }

    40% {
        -webkit-transform: translateY(100%) rotateY(0);
        transform: translateY(100%) rotateY(0);
    }

    41% {
        -webkit-transform: translateY(100%) rotateY(180deg);
        transform: translateY(100%) rotateY(180deg);
    }

    50% {
        -webkit-transform: translateY(0) rotateY(180deg);
        transform: translateY(0) rotateY(180deg);
    }

    60% {
        -webkit-transform: translateY(0) rotateY(180deg);
        transform: translateY(0) rotateY(180deg);
    }

    70% {
        -webkit-transform: translateY(100%) rotateY(180deg);
        transform: translateY(100%) rotateY(180deg);
    }

    71% {
        -webkit-transform: translateY(100%) rotateY(0);
        transform: translateY(100%) rotateY(0);
    }

    80% {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }

    to {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }
}

@keyframes TXT7 {
    0% {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }

    30% {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }

    40% {
        -webkit-transform: translateY(100%) rotateY(0);
        transform: translateY(100%) rotateY(0);
    }

    41% {
        -webkit-transform: translateY(100%) rotateY(180deg);
        transform: translateY(100%) rotateY(180deg);
    }

    50% {
        -webkit-transform: translateY(0) rotateY(180deg);
        transform: translateY(0) rotateY(180deg);
    }

    60% {
        -webkit-transform: translateY(0) rotateY(180deg);
        transform: translateY(0) rotateY(180deg);
    }

    70% {
        -webkit-transform: translateY(100%) rotateY(180deg);
        transform: translateY(100%) rotateY(180deg);
    }

    71% {
        -webkit-transform: translateY(100%) rotateY(0);
        transform: translateY(100%) rotateY(0);
    }

    80% {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }

    to {
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }
}

@-webkit-keyframes TXT8 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    60% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    70% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes TXT8 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    60% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    70% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@-webkit-keyframes TXT10 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    71% {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    72% {
        opacity: 0;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    73% {
        opacity: 1;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    75% {
        opacity: 1;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    85% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes TXT10 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    71% {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    72% {
        opacity: 0;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    73% {
        opacity: 1;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    75% {
        opacity: 1;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    85% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes TXT9 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
    }

    80% {
        -webkit-transform: rotateY(-10turn);
        transform: rotateY(-10turn);
    }

    to {
        -webkit-transform: rotateY(-10turn);
        transform: rotateY(-10turn);
    }
}

@keyframes TXT9 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    30% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    40% {
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
    }

    80% {
        -webkit-transform: rotateY(-10turn);
        transform: rotateY(-10turn);
    }

    to {
        -webkit-transform: rotateY(-10turn);
        transform: rotateY(-10turn);
    }
}

@-webkit-keyframes TXT11 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(33.3333333333%);
        transform: translateY(33.3333333333%);
    }

    40% {
        -webkit-transform: translateY(33.3333333333%);
        transform: translateY(33.3333333333%);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes TXT11 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(33.3333333333%);
        transform: translateY(33.3333333333%);
    }

    40% {
        -webkit-transform: translateY(33.3333333333%);
        transform: translateY(33.3333333333%);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes ROtate {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    10% {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }

    to {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }
}

@keyframes ROtate {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    10% {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }

    to {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }
}

@-webkit-keyframes TXT12 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }

    65% {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }

    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes TXT12 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }

    65% {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }

    80% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.ed-category5-sec {
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}

    .ed-category5-sec .ed-cate-shape1 {
        top: -5%;
        left: -18%;
        z-index: -1;
    }

    .ed-category5-sec .ed-cate-shape2 {
        top: 17%;
        left: 5%;
        z-index: -1;
    }

.ed-category5-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-category5-content {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-category5-text {
    max-width: 490px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-category5-text {
        max-width: 100%;
    }
}

.ed-category5-card-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    padding-left: 15px;
    margin-right: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-category5-card-slide {
        margin-right: 0;
        padding-top: 0;
    }
}

.ed-category5-card-wrap {
    width: 100%;
    max-width: 1095px;
    margin-right: -295px;
    background-color: #FFEFE6;
    border-top-left-radius: 80px;
    padding: 70px 80px 90px 65px;
    -webkit-box-shadow: 0px 6px 1px 0px rgba(255, 153, 96, 0.1215686275) inset;
    box-shadow: 0px 6px 1px 0px rgba(255, 153, 96, 0.1215686275) inset;
    margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-category5-card-wrap {
        margin-left: 0;
        max-width: 100%;
        margin-right: 0px;
        padding: 70px 30px 50px;
        border-top-left-radius: 0px;
    }
}

@media (max-width: 480px) {
    .ed-category5-card-wrap {
        padding: 70px 15px 50px;
    }
}

.ed-category5-card {
    border-radius: 12px;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-category5-card .item-text {
        padding: 35px 35px 30px;
    }

        .ed-category5-card .item-text .title-icon {
            gap: 15px 20px;
        }

            .ed-category5-card .item-text .title-icon .arrow-icon svg g {
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
            }

            .ed-category5-card .item-text .title-icon .arrow-icon svg path {
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
            }

            .ed-category5-card .item-text .title-icon .arrow-icon:hover svg g {
                opacity: 1;
            }

            .ed-category5-card .item-text .title-icon .arrow-icon:hover svg path {
                fill: var(--ed-prime-c7);
            }

        .ed-category5-card .item-text h3 {
            font-size: 24px;
            font-weight: 600;
            line-height: 1.167;
            max-width: 165px;
        }

        .ed-category5-card .item-text span {
            margin-top: 12px;
            color: var(--ed-tt-color-2);
        }

            .ed-category5-card .item-text span b {
                color: #F38073;
                font-weight: 600;
                margin-right: 4px;
            }

    .ed-category5-card .item-icon {
        height: 255px;
        overflow: hidden;
    }

        .ed-category5-card .item-icon .ct_icon_1 .bar_1 {
            -webkit-animation-duration: 7s;
            animation-duration: 7s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT7;
            animation-name: TXT7;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon .ct_icon_1 .bar_2 {
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT7;
            animation-name: TXT7;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon .ct_icon_1 .pen_tip {
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT8;
            animation-name: TXT8;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon .ct_icon_2 {
            margin-left: -42px;
        }

            .ed-category5-card .item-icon .ct_icon_2 .cloud_move {
                -webkit-animation-duration: 10s;
                animation-duration: 10s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-name: TXT10;
                animation-name: TXT10;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                transform-box: fill-box;
                -webkit-transform-origin: center;
                transform-origin: center;
            }

        .ed-category5-card .item-icon:is(.ver_2) .ct_icon_1 {
            z-index: 2;
            position: relative;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT9;
            animation-name: TXT9;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon:is(.ver_2) .ct_icon_2 {
            z-index: 1;
            margin-left: -75px;
            position: relative;
        }

            .ed-category5-card .item-icon:is(.ver_2) .ct_icon_2 .box_2 {
                -webkit-animation-duration: 10s;
                animation-duration: 10s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-name: TXT11;
                animation-name: TXT11;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                transform-box: fill-box;
                -webkit-transform-origin: center;
                transform-origin: center;
            }

        .ed-category5-card .item-icon:is(.ver_3) {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 248px;
            margin-left: auto;
        }

            .ed-category5-card .item-icon:is(.ver_3) .ct_icon_1 {
                -webkit-animation-duration: 10s;
                animation-duration: 10s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-name: TXT4;
                animation-name: TXT4;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                transform-box: fill-box;
                -webkit-transform-origin: center;
                transform-origin: center;
            }

            .ed-category5-card .item-icon:is(.ver_3) .ct_icon_2 {
                margin-left: 36px;
            }

                .ed-category5-card .item-icon:is(.ver_3) .ct_icon_2 .rotate_box_2 {
                    -webkit-animation-duration: 5s;
                    animation-duration: 5s;
                    -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
                    -webkit-animation-name: TXT2;
                    animation-name: TXT2;
                    -webkit-animation-timing-function: ease-in-out;
                    animation-timing-function: ease-in-out;
                    transform-box: fill-box;
                    -webkit-transform-origin: center;
                    transform-origin: center;
                }

                .ed-category5-card .item-icon:is(.ver_3) .ct_icon_2 .rotate_box {
                    -webkit-animation-duration: 10s;
                    animation-duration: 10s;
                    -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
                    -webkit-animation-name: ROtate;
                    animation-name: ROtate;
                    -webkit-animation-timing-function: ease-in-out;
                    animation-timing-function: ease-in-out;
                    transform-box: fill-box;
                    -webkit-transform-origin: center;
                    transform-origin: center;
                }

        .ed-category5-card .item-icon:is(.ver_4) .ct_icon_1 {
            top: -71px;
            left: 57px;
            position: relative;
        }

            .ed-category5-card .item-icon:is(.ver_4) .ct_icon_1 .box_3 {
                -webkit-animation-duration: 5s;
                animation-duration: 5s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-name: TXT12;
                animation-name: TXT12;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                transform-box: fill-box;
                -webkit-transform-origin: center;
                transform-origin: center;
            }

            .ed-category5-card .item-icon:is(.ver_4) .ct_icon_1 .box_4 {
                -webkit-animation-duration: 5s;
                animation-duration: 5s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-name: ROtate;
                animation-name: ROtate;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                transform-box: fill-box;
                -webkit-transform-origin: center;
                transform-origin: center;
            }

        .ed-category5-card .item-icon:is(.ver_4) .ct_icon_2 .box_5 {
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT2;
            animation-name: TXT2;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon:is(.ver_4) .ct_icon_2 .box_6 {
            -webkit-animation-duration: 8s;
            animation-duration: 8s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: ROtate;
            animation-name: ROtate;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon:is(.ver_4) .ct_icon_2 .box_7 {
            -webkit-animation-duration: 15s;
            animation-duration: 15s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: ROtate;
            animation-name: ROtate;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon:is(.ver_5) .ct_icon_1 {
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT7;
            animation-name: TXT7;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

        .ed-category5-card .item-icon:is(.ver_5) .ct_icon_2 {
            margin-left: -3px;
            -webkit-animation-duration: 15s;
            animation-duration: 15s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: TXT7;
            animation-name: TXT7;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            transform-box: fill-box;
            -webkit-transform-origin: center;
            transform-origin: center;
        }

    .ed-category5-card:hover {
        -webkit-transform: translateY(-52px);
        transform: translateY(-52px);
        -webkit-box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.2);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-category5-card:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.ed-ct-nav {
    left: -60px;
    bottom: 0px;
    width: 120px;
    height: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ct-nav {
        gap: 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-top: 40px;
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-ct-nav .ed-ct-prev,
.ed-ct-nav .ed-ct-next {
    width: 60px;
    height: 60px;
    background-color: #FF9960;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ct-nav .ed-ct-prev,
    .ed-ct-nav .ed-ct-next {
        width: 45px;
        height: 45px;
    }
}

.ed-ct-nav .ed-ct-prev:hover,
.ed-ct-nav .ed-ct-next:hover {
    color: #fff;
    background-color: #FFDA8A;
}

.ed-ct-nav .ed-ct-prev {
    clip-path: polygon(100% 100%, 100% 100%, 83.78% 98.692%, 68.393% 94.904%, 54.045% 88.843%, 40.942% 80.713%, 29.29% 70.722%, 19.294% 59.075%, 11.162% 45.977%, 5.098% 31.635%, 1.309% 16.254%, 0% 0.04%, 0% 0%, 100% 0%, 100% 100%);
}

    .ed-ct-nav .ed-ct-prev i {
        margin-left: 10px;
        margin-bottom: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ct-nav .ed-ct-prev i {
        margin: 0;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ct-nav .ed-ct-prev {
        clip-path: none;
    }
}

.ed-ct-nav .ed-ct-next {
    margin-left: 60px;
    clip-path: polygon(0% 0%, 0% 0%, 16.22% 1.308%, 31.607% 5.096%, 45.955% 11.157%, 59.058% 19.287%, 70.71% 29.278%, 80.706% 40.925%, 88.838% 54.023%, 94.902% 68.365%, 98.691% 83.746%, 100% 99.96%, 100% 100%, 0% 100%, 0% 0%);
    background-color: #FFDA8A;
}

    .ed-ct-nav .ed-ct-next i {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 10px;
        margin-right: 6px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ct-nav .ed-ct-next i {
        margin: 0;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

.ed-ct-nav .ed-ct-next:hover {
    background-color: #FF9960;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ct-nav .ed-ct-next {
        margin-left: 0;
        clip-path: none;
    }
}

.swiper-slide-active .ed-category5-card {
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
    -webkit-box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .swiper-slide-active .ed-category5-card {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/*---------------------------------------------------- */
/*About  area*/
/*----------------------------------------------------*/
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-10%) rotate(-5deg);
        transform: translateX(-10%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(10%) rotate(3deg);
        transform: translateX(10%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-5%) rotate(-3deg);
        transform: translateX(-5%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(5%) rotate(2deg);
        transform: translateX(5%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-10%) rotate(-5deg);
        transform: translateX(-10%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(10%) rotate(3deg);
        transform: translateX(10%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-5%) rotate(-3deg);
        transform: translateX(-5%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(5%) rotate(2deg);
        transform: translateX(5%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes TXT15 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    28% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    35% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    42% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    49% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes TXT15 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    28% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    35% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    42% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    49% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.ed-about5-sec {
    overflow: hidden;
}

    .ed-about5-sec .ed-ab5-shape {
        top: -20px;
        right: 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about5-sec .ed-ab5-shape {
        display: none;
    }
}

.ed-about5-img {
    z-index: 1;
    overflow: hidden;
    max-width: 600px;
    margin-left: -145px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about5-img {
        margin-left: 0;
    }
}

.ed-about5-img .ed-deco-1 {
    left: 0;
    top: 227px;
    z-index: -1;
}

    .ed-about5-img .ed-deco-1 .dec_2 {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT7;
        animation-name: TXT7;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-box: fill-box;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .ed-about5-img .ed-deco-1 .dec_5 {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: TXT10;
        animation-name: TXT10;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-box: fill-box;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

@media (max-width: 767px) {
    .ed-about5-img .ed-deco-1 {
        display: none;
    }
}

.ed-about5-img .ed-deco-2 {
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .ed-about5-img .ed-deco-2 {
        display: none;
    }
}

.ed-about5-img .ed-deco-2 .dec_1_1 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT12;
    animation-name: TXT12;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_1_2 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_1_3 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ROtate;
    animation-name: ROtate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_3_1 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT3;
    animation-name: TXT3;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_3_2 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT3;
    animation-name: TXT3;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_3_3 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT4;
    animation-name: TXT4;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_4_1 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dec_4_2 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-img .ed-deco-2 .dot_shape path {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT15;
    animation-name: TXT15;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-about5-content {
    gap: 30px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about5-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-about5-text {
    width: 100%;
    max-width: 815px;
    padding-left: 40px;
}

    .ed-about5-text:before {
        left: 0;
        top: -40px;
        width: 152px;
        content: "";
        height: 152px;
        position: absolute;
        border-top-left-radius: 80px;
        background-color: rgb(226, 248, 247);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about5-text:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-about5-text {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .ed-ab5-title-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab5-title-text .ed-sec-title-5 {
    width: 100%;
    max-width: 362px;
}

@media (max-width: 767px) {
    .ed-ab5-title-text .ed-sec-title-5 {
        max-width: 100%;
    }
}

.ed-ab5-title-text .ed-sec-title-5 .subtitle:before,
.ed-ab5-title-text .ed-sec-title-5 .subtitle:after {
    background-color: rgb(226, 248, 247);
}

.ed-ab5-title-text .ed-ab5-text-decs {
    max-width: 362px;
}

@media (max-width: 767px) {
    .ed-ab5-title-text .ed-ab5-text-decs {
        max-width: 100%;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .ed-ab5-client-ft {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 30px;
    }
}

.ed-ab5-client li {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-left: -28px;
    border-radius: 100%;
    border: 2px solid #fff;
}

    .ed-ab5-client li:first-child {
        margin-left: 0;
    }

.ed-ab5-cl-text {
    gap: 15px;
    margin-top: 5px;
}

    .ed-ab5-cl-text h3 {
        color: #2F584F;
        font-size: 40px;
        font-weight: 700;
    }

.ed-ab5-ft-wrap {
    max-width: 362px;
}

@media (max-width: 767px) {
    .ed-ab5-ft-wrap {
        max-width: 100%;
    }
}

.ed-ab5-ft-item {
    gap: 15px 24px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}

@media (max-width: 767px) {
    .ed-ab5-ft-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab5-ft-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ed-ab5-ft-item .item-icon {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: rgba(47, 88, 79, 0.1);
}

.ed-ab5-ft-item .item-text {
    max-width: 266px;
}

@media (max-width: 767px) {
    .ed-ab5-ft-item .item-text {
        max-width: 100%;
    }
}

.ed-ab5-ft-item .item-text h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

.ed-ab5-ft-item:hover .item-icon {
    -webkit-animation: wobble 2s ease infinite;
    animation: wobble 2s ease infinite;
}

.ed-ab5-counter-wrap {
    gap: 15px 30px;
    padding-top: 40px;
    border-top: 1px solid rgba(5, 5, 5, 0.2);
}

    .ed-ab5-counter-wrap .ed-ab5-count-item {
        gap: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .ed-ab5-counter-wrap .ed-ab5-count-item h3 {
            color: #F38073;
            font-size: 45px;
            font-weight: 600;
        }

            .ed-ab5-counter-wrap .ed-ab5-count-item h3 span {
                line-height: 1;
                font-size: 64px;
                color: var(--ed-tt-color-2);
            }

@media (max-width: 767px) {
    .ed-ab5-counter-wrap .ed-ab5-count-item h3 span {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .ed-ab5-counter-wrap .ed-ab5-count-item h3 span {
        font-size: 45px;
    }
}

.ed-ab5-counter-wrap .ed-ab5-count-item p {
    color: #515151;
    font-size: 20px;
    line-height: 1.1;
    max-width: 110px;
    padding-bottom: 8px;
}

/*---------------------------------------------------- */
/*Course  area*/
/*----------------------------------------------------*/
.ed-course5-sec {
    z-index: 1;
    overflow: hidden;
    margin: 0px 32px;
    border-radius: 20px;
    background-color: #ECF0EF;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course5-sec {
        margin: 0px;
    }
}

.ed-course5-sec .ed-cs-shape {
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .ed-course5-sec .ed-cs-shape {
        display: none;
    }
}

.ed-course5-sec .ed-cs-shape2 {
    top: -180px;
    right: 250px;
}

@media (max-width: 767px) {
    .ed-course5-sec .ed-cs-shape2 {
        display: none;
    }
}

.ed-course5-sec .ed-cs-shape3 {
    left: 75px;
    z-index: -1;
    bottom: 250px;
}

@media (max-width: 767px) {
    .ed-course5-sec .ed-cs-shape3 {
        display: none;
    }
}

.ed-course5-sec .ed-sec-title-5 .subtitle:before, .ed-course5-sec .ed-sec-title-5 .subtitle:after {
    background-color: #ECF0EF;
}

.ed-course5-sec .ed-cs-book2 {
    top: 115px;
    right: 95px;
}

@media (max-width: 767px) {
    .ed-course5-sec .ed-cs-book2 {
        display: none;
    }
}

.ed-course5-sec .ed-cs-shape4 {
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .ed-course5-sec .ed-cs-shape4 {
        display: none;
    }
}

.ed-course5-item {
    border-radius: 8px;
    margin-bottom: 32px;
    background-color: #FFFFFF;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-course5-item .item-img-cate .inner-img {
        overflow: hidden;
        border-radius: 8px;
        position: relative;
    }

        .ed-course5-item .item-img-cate .inner-img:before {
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

        .ed-course5-item .item-img-cate .inner-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
            transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
        }

    .ed-course5-item .item-img-cate .inner-cate {
        top: 24px;
        left: 24px;
        z-index: 2;
        font-size: 15px;
        font-weight: 500;
        padding: 6px 16px;
        border-radius: 4px;
        position: absolute;
        background-color: #C3F498;
        color: var(--ed-tt-color-2);
        font-family: var(--ed-heading-2);
    }

    .ed-course5-item .item-text {
        padding: 33px 40px 35px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course5-item .item-text {
        padding: 33px 20px 35px;
    }
}

.ed-course5-item .item-text .item-rate {
    margin-bottom: 5px;
}

    .ed-course5-item .item-text .item-rate li {
        color: #FF9960;
        font-size: 16px;
    }

.ed-course5-item .item-text h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: var(--ed-tt-color-2);
    border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course5-item .item-text h3 {
        font-size: 22px;
    }
}

.ed-course5-item .item-text .item-meta {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course5-item .item-text .item-meta {
        gap: 10px 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-course5-item .item-text .item-meta a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ed-heading-2);
}

    .ed-course5-item .item-text .item-meta a i {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(47, 88, 79, 0.08);
    }

    .ed-course5-item .item-text .item-meta a b {
        color: #515151;
        font-weight: 500;
    }

.ed-course5-item .item-text .item-bottom {
    gap: 15px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course5-item .item-text .item-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-course5-item .item-text .item-author {
    gap: 12px;
}

    .ed-course5-item .item-text .item-author .author-img {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 100%;
    }

    .ed-course5-item .item-text .item-author .author-text {
        font-size: 16px;
        font-weight: 500;
        color: var(--ed-tt-color-2);
    }

.ed-course5-item .item-text .item-price {
    font-size: 26px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course5-item .item-text .item-price {
        font-size: 20px;
    }
}

.ed-course5-item .item-text .item-price span {
    color: #FF9960;
}

.ed-course5-item .crs-btn {
    left: 0;
    right: 0;
    width: 81%;
    bottom: 30px;
    margin: 0 auto;
    position: absolute;
    border-radius: 4px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    border: 2px solid rgba(251, 153, 90, 0.3215686275);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-course5-item .crs-btn a {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 14px 15px;
        border-radius: 4px;
        background-color: var(--ed-prime-c7);
    }

        .ed-course5-item .crs-btn a:hover {
            letter-spacing: 1px;
        }

.ed-course5-item:hover {
    -webkit-box-shadow: 16px 16px 28px 0px rgba(47, 88, 79, 0.2784313725);
    box-shadow: 16px 16px 28px 0px rgba(47, 88, 79, 0.2784313725);
}

    .ed-course5-item:hover .item-img-cate .inner-img:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .ed-course5-item:hover .item-img-cate .inner-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .ed-course5-item:hover .item-bottom {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .ed-course5-item:hover .crs-btn {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

/*---------------------------------------------------- */
/*Sponsor  area*/
/*----------------------------------------------------*/
.ed-sponsor5-sec {
    margin: 0px 32px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ed-sponsor5-sec {
        margin: 0px;
    }
}

.ed-sponsor5-title {
    gap: 20px;
}

@media (max-width: 767px) {
    .ed-sponsor5-title {
        gap: 5px;
    }
}

.ed-sponsor5-title p {
    color: #2F584F;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ed-sponsor5-title p {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .ed-sponsor5-title p {
        font-size: 16px;
    }
}

.ed-sponsor5-title .line_1,
.ed-sponsor5-title .line_2 {
    width: 18%;
    height: 1px;
    background-color: rgba(47, 88, 79, 0.4);
}

.ed-sponsor5-title .line_2 {
    width: 80%;
}

.ed-sponsor5-marquee {
    padding: 30px 0px;
    display: flow-root;
}

    .ed-sponsor5-marquee .ed-sp5-img {
        margin: 0px 55px;
        display: inline-block;
    }

        .ed-sponsor5-marquee .ed-sp5-img .item-img {
            height: 68px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

/*---------------------------------------------------- */
/*Team  area*/
/*----------------------------------------------------*/
.ed-team5-sec {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team5-sec .ed-sec-title-5 {
        margin-bottom: 30px;
    }
}

.ed-team5-item {
    z-index: 1;
    margin: 0 auto;
    max-width: 408px;
    margin-bottom: 60px;
    padding: 0px 22px 22px 0px;
}

    .ed-team5-item:before {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        content: "";
        height: 100%;
        position: absolute;
        background-color: #FFECC3;
        clip-path: polygon(100% 55.67%, 100% 21.993%, 100% 21.993%, 99.795% 18.426%, 99.2% 15.042%, 98.249% 11.886%, 96.973% 9.004%, 95.406% 6.442%, 93.578% 4.243%, 91.522% 2.455%, 89.272% 1.121%, 86.858% 0.288%, 84.314% 0%, 83.578% 0%, 83.578% 0%, 81.034% 0.288%, 78.62% 1.121%, 76.37% 2.455%, 74.314% 4.243%, 72.487% 6.442%, 70.919% 9.004%, 69.643% 11.886%, 68.692% 15.042%, 68.097% 18.426%, 67.892% 21.993%, 67.892% 33.677%, 67.892% 33.677%, 67.687% 37.244%, 67.092% 40.628%, 66.141% 43.784%, 64.866% 46.666%, 63.298% 49.228%, 61.47% 51.427%, 59.415% 53.215%, 57.164% 54.549%, 54.75% 55.382%, 52.206% 55.67%, 15.686% 55.67%, 15.686% 55.67%, 13.142% 55.963%, 10.728% 56.809%, 8.478% 58.162%, 6.422% 59.974%, 4.594% 62.198%, 3.027% 64.786%, 1.751% 67.691%, 0.8% 70.866%, 0.205% 74.263%, 0% 77.835%, 0% 77.835%, 0.205% 81.407%, 0.8% 84.804%, 1.751% 87.979%, 3.027% 90.884%, 4.594% 93.472%, 6.422% 95.696%, 8.478% 97.508%, 10.728% 98.861%, 13.142% 99.707%, 15.686% 100%, 67.892% 100%, 84.314% 100%, 84.314% 100%, 86.858% 99.712%, 89.272% 98.879%, 91.522% 97.545%, 93.578% 95.757%, 95.406% 93.558%, 96.973% 90.996%, 98.249% 88.114%, 99.2% 84.958%, 99.795% 81.574%, 100% 78.007%, 100% 55.67%);
    }

    .ed-team5-item .item-img {
        z-index: 1;
        margin-bottom: 15px;
    }

        .ed-team5-item .item-img:before {
            left: 0;
            content: "";
            z-index: -1;
            right: -20px;
            width: 195px;
            bottom: -5px;
            height: 195px;
            margin: 0 auto;
            position: absolute;
            border-radius: 100%;
            background-color: #FFDA8A;
        }

        .ed-team5-item .item-img .inner-img {
            width: 195px;
            height: 195px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 100%;
        }

    .ed-team5-item .item-text {
        padding-left: 48px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team5-item .item-text {
        padding-left: 35px;
    }
}

.ed-team5-item .item-text .name-degi h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 4px;
}

.ed-team5-item .item-text .name-degi span {
    color: #515151;
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-team5-item .item-text .name-degi span {
        font-size: 16px;
    }
}

.ed-team5-item .item-text .icon-social {
    z-index: 1;
    width: 76px;
    height: 76px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    background-color: rgba(5, 5, 5, 0.06);
}

    .ed-team5-item .item-text .icon-social .icon_shape {
        top: 0;
        left: 0;
        z-index: -1;
        position: absolute;
    }

        .ed-team5-item .item-text .icon-social .icon_shape g rect {
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .ed-team5-item .item-text .icon-social i {
        font-size: 22px;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

.ed-team5-item .item-text .social-icon {
    top: 30px;
    z-index: 2;
    right: 35px;
    position: absolute;
}

    .ed-team5-item .item-text .social-icon a {
        opacity: 0;
        width: 48px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        margin-bottom: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
        background-color: #fff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-box-shadow: 0px 0px 4px 0px rgba(5, 5, 5, 0.2) inset;
        box-shadow: 0px 0px 4px 0px rgba(5, 5, 5, 0.2) inset;
        -webkit-box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.2);
    }

.ed-team5-item:hover .item-text .social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

    .ed-team5-item:hover .item-text .social-icon a:hover {
        color: #fff;
        background-color: var(--ed-prime-c7);
    }

    .ed-team5-item:hover .item-text .social-icon a:nth-child(1) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .ed-team5-item:hover .item-text .social-icon a:nth-child(2) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .ed-team5-item:hover .item-text .social-icon a:nth-child(3) {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

.col-lg-4:nth-child(2) .ed-team5-item:hover .icon-social i {
    color: #ffaf00;
}

.col-lg-4:nth-child(2) .ed-team5-item:hover .icon-social .icon_shape g rect {
    fill: #ffd373;
}

.col-lg-4:nth-child(2) .ed-team5-item:hover .item-text .name-degi h3 {
    color: #E5AA21;
}

.col-lg-4:nth-child(3) .ed-team5-item:before {
    background-color: #F9C7C2;
}

.col-lg-4:nth-child(3) .ed-team5-item .item-img:before {
    background-color: #FDA197;
}

.col-lg-4:nth-child(3) .ed-team5-item:hover .icon-social i {
    color: #E2503F;
}

.col-lg-4:nth-child(3) .ed-team5-item:hover .icon-social .icon_shape g rect {
    fill: rgba(226, 80, 63, 0.24);
}

.col-lg-4:nth-child(3) .ed-team5-item:hover .item-text .name-degi h3 {
    color: #E2503F;
}

.col-lg-4:nth-child(4) .ed-team5-item:before {
    background-color: #BBEEEC;
}

.col-lg-4:nth-child(4) .ed-team5-item .item-img:before {
    background-color: #39B7B1;
}

.col-lg-4:nth-child(4) .ed-team5-item:hover .icon-social i {
    color: #00c8bf;
}

.col-lg-4:nth-child(4) .ed-team5-item:hover .icon-social .icon_shape g rect {
    fill: #75DAD5;
}

.col-lg-4:nth-child(4) .ed-team5-item:hover .item-text .name-degi h3 {
    color: #39B7B1;
}

.col-lg-4:nth-child(5) .ed-team5-item:before {
    background-color: #F0CAF5;
}

.col-lg-4:nth-child(5) .ed-team5-item .item-img:before {
    background-color: #E59CF0;
}

.col-lg-4:nth-child(5) .ed-team5-item:hover .icon-social i {
    color: #e536ff;
}

.col-lg-4:nth-child(5) .ed-team5-item:hover .icon-social .icon_shape g rect {
    fill: #db84e8;
}

.col-lg-4:nth-child(5) .ed-team5-item:hover .item-text .name-degi h3 {
    color: #B457C2;
}

.col-lg-4:nth-child(6) .ed-team5-item:before {
    background-color: #D1F5B1;
}

.col-lg-4:nth-child(6) .ed-team5-item .item-img:before {
    background-color: #AAE07A;
}

.col-lg-4:nth-child(6) .ed-team5-item:hover .icon-social i {
    color: #55af05;
}

.col-lg-4:nth-child(6) .ed-team5-item:hover .icon-social .icon_shape g rect {
    fill: #a5d57a;
}

.col-lg-4:nth-child(6) .ed-team5-item:hover .item-text .name-degi h3 {
    color: #68B526;
}

/*---------------------------------------------------- */
/*Event  area*/
/*----------------------------------------------------*/
.ed-event-sec {
    overflow: hidden;
}

.ed-event-img {
    width: 100%;
    max-width: 750px;
}

    .ed-event-img video {
        width: 100%;
        height: 89%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-event-img {
        max-width: 500px;
    }

        .ed-event-img video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-event-list-wrap {
    width: 100%;
    position: relative;
}

    .ed-event-list-wrap:before {
        top: 0;
        left: 0;
        content: "";
        position: absolute;
        border-bottom: 120px solid #FFD9C6;
        border-right: 80px solid transparent;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-wrap:before {
        display: none;
    }
}

.ed-event-list-wrap:after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    border-bottom: 120px solid #fff;
    border-right: 80px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-wrap:after {
        display: none;
    }
}

.ed-event-list-items-wrap:is(.ver_2) .ed-event-list-item {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .ed-event-list-items-wrap:is(.ver_2) .ed-event-list-item .item-text {
        padding: 30px 60px 30px 40px;
        -webkit-box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.1215686275);
        box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.1215686275);
    }

        .ed-event-list-items-wrap:is(.ver_2) .ed-event-list-item .item-text h3 {
            font-size: 24px;
        }

        .ed-event-list-items-wrap:is(.ver_2) .ed-event-list-item .item-text p {
            max-width: 640px;
        }

.ed-event-list-area {
    width: 100%;
    margin-left: 80px;
    max-width: 1090px;
    margin-top: 120px;
    padding: 110px 68px;
    position: relative;
    background-color: rgb(255, 232, 221);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-event-list-area {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-area {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-area {
        margin-left: 0px;
        margin-top: 60px;
        padding: 50px 15px;
    }
}

.ed-event-list-area:before {
    top: 0;
    left: -80px;
    width: 80px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #FFD9C6;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-area:before {
        display: none;
    }
}

.ed-event-list-area .ed-ev-shape {
    top: 0;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-area .ed-ev-shape {
        display: none;
    }
}

.ed-event-list-area .ed-ev-shape-2 {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-area .ed-ev-shape-2 {
        display: none;
    }
}

.ed-event-top .ed-sec-title-5 .subtitle:before,
.ed-event-top .ed-sec-title-5 .subtitle:after {
    background-color: #fdf5f1;
}

@media (max-width: 767px) {
    .ed-event-top {
        gap: 0px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-event-top .ed-btn-5 {
    border: none;
}

    .ed-event-top .ed-btn-5 a {
        border: 2px solid #2F584F;
        background-color: transparent;
    }

        .ed-event-top .ed-btn-5 a .b-icon {
            color: #fff;
            background-color: #2F584F;
        }

        .ed-event-top .ed-btn-5 a:hover .b-icon svg path {
            fill: #fff;
        }

    .ed-event-top .ed-btn-5 .b-text {
        color: #2F584F;
    }

.ed-event-list-text {
    max-width: 720px;
}

    .ed-event-list-text .ed-sec-title-5 .subtitle:before,
    .ed-event-list-text .ed-sec-title-5 .subtitle:after {
        background-color: rgb(255, 232, 221);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-event-list-text {
        margin: 0 auto;
    }
}

.ed-event-list-item {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .ed-event-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-event-list-item:last-child {
    margin-bottom: 0;
}

.ed-event-list-item .item-img:before {
    top: -18px;
    right: 0;
    content: "";
    position: absolute;
    border-bottom: 18px solid #E3BFAC;
    border-left: 16px solid transparent;
}

@media (max-width: 767px) {
    .ed-event-list-item .item-img:before {
        display: none;
    }
}

.ed-event-list-item .item-img:after {
    right: 0;
    content: "";
    bottom: -18px;
    position: absolute;
    border-top: 18px solid #E3BFAC;
    border-left: 16px solid transparent;
}

@media (max-width: 767px) {
    .ed-event-list-item .item-img:after {
        display: none;
    }
}

.ed-event-list-item .item-img .inner-img {
    width: 208px;
    height: 154px;
    overflow: hidden;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

@media (max-width: 767px) {
    .ed-event-list-item .item-img .inner-img {
        border-radius: 0px;
    }
}

.ed-event-list-item .item-text {
    position: relative;
    padding: 30px 32px;
    background-color: #fff;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.0509803922);
}

@media (max-width: 480px) {
    .ed-event-list-item .item-text {
        border-radius: 0px;
    }
}

.ed-event-list-item .item-text h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 13px;
}

.ed-event-list-item .item-text p {
    font-size: 16px;
    padding-bottom: 12px;
}

.ed-event-list-item .item-text li {
    font-size: 16px;
    margin-right: 28px;
}

    .ed-event-list-item .item-text li:last-child {
        margin-right: 0;
    }

    .ed-event-list-item .item-text li i {
        color: #F38073;
        margin-right: 5px;
    }

.ed-event-list-item .item-text .item-arrow {
    top: 40px;
    opacity: 0;
    right: 0px;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-event-list-item .item-text .item-arrow a {
        width: 68px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #FFFFFF;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #FF9960;
    }

        .ed-event-list-item .item-text .item-arrow a i {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.ed-event-list-item:hover .item-text {
    -webkit-box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.15);
}

    .ed-event-list-item:hover .item-text .item-arrow {
        top: 20px;
        opacity: 1;
        right: -15px;
        visibility: visible;
    }

/*---------------------------------------------------- */
/*Why choose  area*/
/*----------------------------------------------------*/
.ed-wc5-sec {
    overflow: hidden;
}

    .ed-wc5-sec .ed-wc5-shape {
        top: 0;
        left: 80px;
    }

.ed-wc5-img-wrap {
    width: 100%;
    max-width: 655px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-wc5-img-wrap {
        max-width: 420px;
    }
}

.ed-wc5-count {
    gap: 12px;
    top: 50px;
    left: 45px;
    z-index: 2;
    width: 282px;
    position: absolute;
    border-radius: 6px;
    padding: 25px 28px 20px;
    background-color: #2F584F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-wc5-count {
        left: 0;
    }
}

@media (max-width: 480px) {
    .ed-wc5-count {
        margin: 0 auto;
        position: static;
    }
}

.ed-wc5-count:before {
    top: 4px;
    left: 4px;
    width: 97%;
    height: 92%;
    content: "";
    border-radius: 6px;
    position: absolute;
    border: 1px solid #fff;
}

@media (max-width: 480px) {
    .ed-wc5-count:before {
        display: none;
    }
}

.ed-wc5-count h3 {
    color: #FFDA8A;
    line-height: 0.9;
    font-size: 54px;
    font-weight: 700;
    white-space: nowrap;
}

    .ed-wc5-count h3 sub {
        top: -15px;
        font-size: 30px;
    }

.ed-wc5-count p {
    color: #fff;
    max-width: 125px;
    font-family: var(--ed-heading-2);
}

.ed-wc5-img-text {
    gap: 30px 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc5-img-text {
        gap: 30px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc5-img-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-wc5-img-wrapper {
    padding-bottom: 190px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc5-img-wrapper {
        text-align: center;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .ed-wc5-img-wrapper .item-img-1 {
        margin-bottom: 30px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

.ed-wc5-img-wrapper .item-img-1 .inner-img span,
.ed-wc5-img-wrapper .item-img-2 .inner-img span {
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 16px 16px 32px 0px rgba(5, 5, 5, 0.2);
    box-shadow: 16px 16px 32px 0px rgba(5, 5, 5, 0.2);
}

.ed-wc5-img-wrapper .item-img-2 {
    left: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width: 480px) {
    .ed-wc5-img-wrapper .item-img-2 {
        position: static;
    }
}

.ed-wc5-text {
    width: 100%;
    max-width: 600px;
}

.ed-wc5-item {
    z-index: 1;
    gap: 16px;
    padding: 20px;
    max-width: 517px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: #FFECC3;
}

@media (max-width: 767px) {
    .ed-wc5-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-wc5-item:last-child {
    margin-bottom: 0;
}

.ed-wc5-item:before, .ed-wc5-item:after {
    z-index: -1;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 8px;
    position: absolute;
    background-color: #FFDA8A;
}

.ed-wc5-item:after {
    right: 0;
    bottom: 0;
    background-color: #FFECC3;
}

.ed-wc5-item .item-icon {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ed-wc5-item .item-text {
    max-width: 408px;
}

    .ed-wc5-item .item-text h3 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .ed-wc5-item .item-text p {
        color: #515151;
        font-size: 16px;
    }

.ed-wc5-item:nth-child(2) {
    margin-left: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-wc5-item:nth-child(2) {
        margin-left: 0;
    }
}

.ed-wc5-item:nth-child(2):before {
    background-color: #5FDCD6;
}

.ed-wc5-item:nth-child(2):after {
    background-color: #BBEEEC;
}

.ed-wc5-item:nth-child(3):before {
    background-color: #E59CF0;
}

.ed-wc5-item:nth-child(3):after {
    background-color: #F0CAF5;
}

.ed-wc5-item:hover .item-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

/*---------------------------------------------------- */
/*Testimonial  area*/
/*----------------------------------------------------*/
@-webkit-keyframes box8Animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    66% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    73% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    79% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    86% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg);
    }

    89% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg);
    }

    96% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes box8Animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    66% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    73% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    79% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    86% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg);
    }

    89% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg);
    }

    96% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.ed-tst5-sec {
    z-index: 1;
    overflow: hidden;
    margin: 0px 32px;
}

    .ed-tst5-sec .ed-tst5-shape2 {
        bottom: 0;
        right: 130px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-tst5-sec .ed-tst5-shape2 {
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-sec .ed-tst5-shape2 {
        display: none;
    }
}

.ed-tst5-sec .ed-tst5-shape2 .box_20 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT2;
    animation-name: TXT2;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-tst5-sec .ed-tst5-shape2 .box_21 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: TXT4;
    animation-name: TXT4;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.ed-tst5-sec:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 322px;
    position: absolute;
    background-color: #ECF0EF;
}

.ed-tst5-sec .ed-sec-title-5 {
    margin: 0 auto;
    max-width: 565px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-sec {
        margin: 0px;
    }
}

.ed-tst5-content {
    z-index: 2;
    overflow: hidden;
    position: relative;
    background-color: #2F584F;
}

.ed-tst5-shape {
    width: 380px;
    height: 380px;
}

    .ed-tst5-shape svg path {
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: box8Animation;
        animation-name: box8Animation;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        transform-box: fill-box;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-shape {
        display: none;
    }
}

.ed-tst5-slider {
    overflow: hidden;
    padding: 64px 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-slider {
        padding: 50px 45px;
    }
}

@media (max-width: 480px) {
    .ed-tst5-slider {
        padding: 40px 20px;
    }
}

.ed-tst5-slider-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-tst5-item ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ed-tst5-item li {
    color: #FFAE00;
}

.ed-tst5-item p {
    color: #fff;
    font-size: 24px;
    max-width: 660px;
    padding-top: 12px;
    padding-bottom: 32px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-item p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-item p {
        max-width: 100%;
    }
}

.ed-tst5-item .tst5-author {
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media (max-width: 767px) {
    .ed-tst5-item .tst5-author {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-tst5-item .tst5-author .item-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
}

.ed-tst5-item .tst5-author .item-text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst5-item .tst5-author .item-text h3 {
        font-size: 20px;
        padding-bottom: 5px;
    }
}

.ed-tst5-item .tst5-author .item-text span {
    color: #fff;
}

.swiper-slide-active .ed-tst5-item ul, .swiper-slide-active .ed-tst5-item p, .swiper-slide-active .ed-tst5-item .tst5-author {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.swiper-slide-active .ed-tst5-item ul {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.swiper-slide-active .ed-tst5-item p {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.swiper-slide-active .ed-tst5-item .tst5-author {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.ed-tst5-pagi .swiper-pagination-bullet {
    opacity: 1;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 3px !important;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-tst5-pagi .swiper-pagination-bullet:before {
        top: 7px;
        left: 7px;
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: rgba(47, 88, 79, 0.3215686275);
    }

    .ed-tst5-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #2F584F;
    }

        .ed-tst5-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            background-color: #2F584F;
        }

/*---------------------------------------------------- */
/*Video  area*/
/*----------------------------------------------------*/
.ed-vd5-sec {
    overflow: hidden;
    margin: 0px 32px;
    padding: 360px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-vd5-sec {
        margin: 0;
        padding: 250px 0px;
    }
}

@media (max-width: 480px) {
    .ed-vd5-sec {
        padding: 150px 0px;
    }
}

.ed-vd5-sec .ed-vd5-shape1 {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-vd5-sec .ed-vd5-shape1 {
        display: none;
    }
}

.ed-vd5-sec .ed-vd5-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

    .ed-vd5-sec .ed-vd5-img .item-img {
        width: 100%;
        height: 100%;
    }

    .ed-vd5-sec .ed-vd5-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@-webkit-keyframes border_animation {
    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;
    }
}

@keyframes border_animation {
    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;
    }
}

.ed-vd5-play {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 100%;
}

    .ed-vd5-play .video-play-btn {
        left: 0;
        top: 50%;
        right: 0;
        opacity: 1;
        margin: 0 auto;
        position: absolute;
        visibility: visible;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .ed-vd5-play .video-play-btn .video_btn_border {
            border: 15px solid rgba(255, 255, 255, 0.7);
        }

        .ed-vd5-play .video-play-btn a {
            width: 108px;
            height: 108px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #fff;
            color: var(--agt-base-color-10);
        }

        .ed-vd5-play .video-play-btn .video_btn_border {
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: 60px;
            position: absolute;
            -webkit-animation-play-state: running;
            animation-play-state: running;
            border: 15px solid rgba(255, 255, 255, 0.7);
            -webkit-animation: border_animation 3.9s linear 0s infinite;
            animation: border_animation 3.9s linear 0s infinite;
        }

            .ed-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
                -webkit-animation-delay: 1.3s;
                animation-delay: 1.3s;
            }

            .ed-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
                -webkit-animation-delay: 2.6s;
                animation-delay: 2.6s;
            }

/*---------------------------------------------------- */
/*Blog  area*/
/*----------------------------------------------------*/
.ed-blog5-sec {
    overflow: hidden;
}

    .ed-blog5-sec .ed-blog5-shape {
        right: 0;
        top: 90px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-blog5-sec .ed-blog5-shape {
        display: none;
    }
}

.ed-blog5-sec .ed-sec-title-5 {
    max-width: 650px;
}

.ed-blog5-item {
    margin-bottom: 30px;
}

    .ed-blog5-item .item-img {
        background-color: rgba(47, 88, 79, 0.1215686275);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-bottom: 2px solid rgba(47, 88, 79, 0.2392156863);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .ed-blog5-item .item-img .inner-img {
            overflow: hidden;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
        }

            .ed-blog5-item .item-img .inner-img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -webkit-transition: 1000ms cubic-bezier(0.73, 1.29, 0.26, -0.33);
                transition: 1000ms cubic-bezier(0.73, 1.29, 0.26, -0.33);
            }

        .ed-blog5-item .item-img .item-meta {
            top: 20px;
            left: 20px;
            width: 80px;
            height: 80px;
            position: absolute;
            background-color: #fff;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }

            .ed-blog5-item .item-img .item-meta .ed-date {
                width: 100%;
                height: 51px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                line-height: 1;
                font-size: 32px;
                font-weight: 800;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: #C3F498;
                color: var(--ed-tt-color-2);
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px;
                border-bottom: 2px solid #87C74F;
            }

            .ed-blog5-item .item-img .item-meta .ed-month {
                color: #050505;
                font-size: 14px;
                padding: 5px 8px;
                font-weight: 600;
            }

        .ed-blog5-item .item-img .item-cate {
            padding: 16px 22px 12px;
        }

            .ed-blog5-item .item-img .item-cate a {
                color: #050505;
                font-size: 16px;
                font-weight: 500;
                margin-right: 16px;
                position: relative;
                font-family: var(--ed-heading-2);
            }

                .ed-blog5-item .item-img .item-cate a:before {
                    top: 0;
                    right: -13px;
                    content: "/";
                    position: absolute;
                }

                .ed-blog5-item .item-img .item-cate a:last-child {
                    margin-right: 0;
                }

                    .ed-blog5-item .item-img .item-cate a:last-child:before {
                        display: none;
                    }

    .ed-blog5-item .item-text {
        margin-top: 24px;
    }

        .ed-blog5-item .item-text .blog_title {
            max-width: 90%;
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 18px;
            border-bottom: 1px solid #515151;
        }

    .ed-blog5-item:hover .item-img {
        background-color: #2F584F;
    }

        .ed-blog5-item:hover .item-img .item-cate a {
            color: #fff;
        }

        .ed-blog5-item:hover .item-img .inner-img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.ed-blg5-more .ed-blg5-shape {
    left: 0;
    top: -10px;
    z-index: -1;
    height: 100%;
    position: absolute;
}

/*---------------------------------------------------- */
/******* Home Page 6 *******/
/*Hero  area*/
/*----------------------------------------------------*/
.ed-hero-sec-6 {
    z-index: 3;
    overflow: hidden;
    max-width: 100%;
}

    .ed-hero-sec-6 .ed-hero6-wrap {
        padding-bottom: 20px;
    }

        .ed-hero-sec-6 .ed-hero6-wrap .hero6-shape {
            width: 100%;
            left: -15px;
            z-index: -1;
            bottom: 0px;
            display: none;
        }

            .ed-hero-sec-6 .ed-hero6-wrap .hero6-shape svg {
                width: 100%;
            }

@media screen and (max-width: 1920px) {
    .ed-hero-sec-6 .ed-hero6-wrap .hero6-shape {
        display: block;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-sec-6 .ed-hero6-wrap .hero6-shape {
        display: none;
    }
}

.ed-hero-content-6 {
    z-index: 1;
    padding-top: 285px;
    padding-bottom: 365px;
    background-color: #630115;
    clip-path: polygon(100% 0%, 0% 0%, 0% 52.885%, 0% 77.26%, 0% 77.26%, 0.02% 77.298%, 0.05% 77.343%, 0.089% 77.394%, 0.138% 77.45%, 0.197% 77.508%, 0.266% 77.568%, 0.346% 77.628%, 0.436% 77.685%, 0.538% 77.739%, 0.651% 77.788%, 0.651% 77.788%, 0.825% 77.828%, 1.098% 77.854%, 1.45% 77.868%, 1.863% 77.873%, 2.316% 77.87%, 2.792% 77.86%, 3.27% 77.846%, 3.732% 77.828%, 4.159% 77.808%, 4.531% 77.788%, 6.042% 76.106%, 6.224% 76.394%, 6.224% 76.394%, 6.365% 76.41%, 6.534% 76.428%, 6.725% 76.447%, 6.933% 76.466%, 7.151% 76.484%, 7.374% 76.502%, 7.597% 76.516%, 7.813% 76.528%, 8.017% 76.536%, 8.203% 76.538%, 8.203% 76.538%, 8.364% 76.577%, 8.499% 76.684%, 8.61% 76.847%, 8.698% 77.055%, 8.767% 77.296%, 8.817% 77.556%, 8.852% 77.825%, 8.872% 78.089%, 8.881% 78.338%, 8.88% 78.558%, 8.88% 78.558%, 9.075% 78.974%, 9.316% 79.347%, 9.591% 79.678%, 9.891% 79.968%, 10.204% 80.218%, 10.522% 80.429%, 10.832% 80.603%, 11.124% 80.741%, 11.389% 80.844%, 11.615% 80.913%, 11.615% 80.913%, 12.638% 80.984%, 13.611% 80.948%, 14.525% 80.823%, 15.372% 80.625%, 16.146% 80.373%, 16.838% 80.083%, 17.442% 79.773%, 17.95% 79.46%, 18.353% 79.161%, 18.646% 78.894%, 18.646% 78.894%, 18.827% 78.738%, 18.995% 78.655%, 19.15% 78.635%, 19.291% 78.669%, 19.417% 78.745%, 19.529% 78.855%, 19.625% 78.987%, 19.706% 79.133%, 19.77% 79.282%, 19.818% 79.423%, 23.568% 80.913%, 24.479% 78.365%, 34.479% 85.096%, 34.479% 85.096%, 34.557% 85.065%, 34.661% 85.021%, 34.79% 84.962%, 34.941% 84.889%, 35.115% 84.802%, 35.31% 84.699%, 35.525% 84.582%, 35.758% 84.448%, 36.009% 84.3%, 36.276% 84.135%, 36.276% 84.135%, 36.595% 84.006%, 36.989% 83.959%, 37.442% 83.982%, 37.935% 84.062%, 38.452% 84.189%, 38.976% 84.349%, 39.488% 84.532%, 39.971% 84.725%, 40.408% 84.917%, 40.781% 85.096%, 43.62% 83.894%, 43.62% 83.894%, 43.811% 83.856%, 44.048% 83.811%, 44.324% 83.76%, 44.633% 83.704%, 44.969% 83.645%, 45.324% 83.586%, 45.694% 83.526%, 46.071% 83.469%, 46.45% 83.415%, 46.823% 83.365%, 46.823% 83.365%, 47.234% 83.284%, 47.739% 83.136%, 48.321% 82.931%, 48.969% 82.677%, 49.666% 82.385%, 50.399% 82.063%, 51.155% 81.72%, 51.918% 81.367%, 52.674% 81.011%, 53.41% 80.663%, 53.41% 80.663%, 53.61% 80.569%, 53.806% 80.475%, 54% 80.384%, 54.189% 80.294%, 54.375% 80.207%, 54.557% 80.122%, 54.734% 80.039%, 54.906% 79.959%, 55.073% 79.882%, 55.234% 79.808%, 55.234% 79.808%, 55.862% 79.581%, 56.568% 79.426%, 57.329% 79.333%, 58.124% 79.295%, 58.93% 79.302%, 59.724% 79.345%, 60.485% 79.417%, 61.19% 79.507%, 61.817% 79.609%, 62.344% 79.712%, 66.198% 87.644%, 68.073% 87.644%, 70.13% 91.01%, 72.891% 91.01%, 73.828% 93.558%, 81.328% 91.01%, 82.943% 91.01%, 84.063% 93.558%, 84.063% 93.558%, 84.259% 93.544%, 84.482% 93.511%, 84.722% 93.456%, 84.966% 93.376%, 85.206% 93.268%, 85.431% 93.129%, 85.629% 92.957%, 85.791% 92.749%, 85.906% 92.501%, 85.964% 92.212%, 85.964% 92.212%, 86.009% 91.925%, 86.093% 91.685%, 86.206% 91.488%, 86.343% 91.331%, 86.496% 91.209%, 86.659% 91.12%, 86.824% 91.059%, 86.985% 91.023%, 87.134% 91.008%, 87.266% 91.01%, 87.266% 91.01%, 87.315% 91.093%, 87.399% 91.231%, 87.519% 91.428%, 87.677% 91.688%, 87.878% 92.015%, 88.124% 92.413%, 88.417% 92.887%, 88.76% 93.442%, 89.157% 94.08%, 89.609% 94.808%, 89.609% 94.808%, 90.117% 95.558%, 90.614% 96.171%, 91.098% 96.66%, 91.569% 97.04%, 92.024% 97.328%, 92.464% 97.538%, 92.886% 97.684%, 93.29% 97.783%, 93.674% 97.848%, 94.038% 97.896%, 94.038% 97.896%, 94.098% 97.904%, 94.157% 97.912%, 94.216% 97.919%, 94.274% 97.927%, 94.332% 97.935%, 94.389% 97.943%, 94.445% 97.952%, 94.5% 97.961%, 94.555% 97.97%, 94.609% 97.981%, 94.609% 97.981%, 94.907% 98.068%, 95.208% 98.208%, 95.509% 98.39%, 95.803% 98.604%, 96.087% 98.84%, 96.354% 99.088%, 96.6% 99.339%, 96.82% 99.581%, 97.009% 99.804%, 97.161% 100%, 100% 97.74%, 99.974% 52.885%, 100% 52.885%, 100% 0%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-content-6 {
        clip-path: none;
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

.ed-hero-content-6 .hero_img6 {
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .ed-hero-content-6 .hero_img6 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-hero-content-6 .ed-h6-img {
    z-index: -1;
    left: -130px;
    bottom: 260px;
    position: absolute;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-hero-content-6 .ed-h6-img {
        left: -230px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-content-6 .ed-h6-img {
        display: none;
    }
}

.ed-hero-content-6 .ed-h6-img .item-img1 {
    top: -170px;
    right: 35px;
    position: absolute;
}

.ed-hero-content-6 .ed-h6-img .item-img2 {
    clip-path: polygon(2.267% 34.33%, 0.648% 34.33%, 0.648% 35.688%, 1.368% 36.594%, 2.087% 39.312%, 3.346% 42.029%, 2.896% 43.388%, 3.885% 45.501%, 2.087% 45.501%, 1.637% 46.86%, 5.504% 59.692%, 9.1% 65.127%, 18.091% 76.298%, 33.196% 90.338%, 39.13% 96.528%, 40.929% 97.283%, 41.378% 100%, 42.457% 98.49%, 43.806% 99.396%, 49.38% 99.396%, 52.887% 99.396%, 54.955% 100%, 57.382% 99.396%, 59.36% 97.283%, 61.069% 97.283%, 63.766% 93.961%, 65.564% 93.81%, 67.093% 91.093%, 67.722% 88.829%, 68.261% 88.527%, 69.25% 87.47%, 70.509% 88.527%, 71.858% 88.527%, 72.667% 85.809%, 73.206% 85.205%, 73.746% 85.507%, 74.285% 85.658%, 74.555% 85.054%, 75.364% 85.658%, 76.264% 85.507%, 76.353% 84.149%, 76.713% 83.092%, 78.421% 81.431%, 81.838% 81.28%, 83.456% 81.733%, 84.625% 82.941%, 86.244% 82.488%, 86.244% 80.827%, 86.334% 78.412%, 86.603% 77.355%, 87.412% 77.204%, 87.862% 77.808%, 89.75% 77.808%, 89.75% 73.581%, 90.649% 73.581%, 91.189% 71.165%, 92.088% 71.165%, 92.178% 69.958%, 92.717% 69.203%, 92.717% 66.486%, 93.886% 65.278%, 93.706% 62.862%, 93.886% 61.655%, 95.325% 60.145%, 95.325% 58.635%, 95.774% 58.333%, 95.774% 55.616%, 96.583% 54.559%, 98.831% 54.559%, 100% 53.653%, 100% 52.899%, 93.167% 39.312%, 92.897% 38.104%, 90.739% 34.179%, 85.974% 28.14%, 85.704% 26.781%, 84.715% 26.329%, 80.31% 21.8%, 70.959% 11.534%, 62.237% 3.231%, 61.159% 2.023%, 59.001% 2.023%, 56.483% 0.815%, 54.325% 0.815%, 53.426% 3.684%, 49.92% 3.684%, 46.683% 0.815%, 44.525% 0.815%, 43.536% 2.325%, 42.457% 1.419%, 40.479% 1.419%, 40.479% 2.174%, 39.31% 2.778%, 40.479% 5.193%, 39.22% 7.156%, 38.86% 9.269%, 38.86% 12.591%, 39.31% 15.157%, 39.31% 16.063%, 38.411% 16.214%, 37.152% 14.855%, 34.904% 20.743%, 32.836% 19.686%, 32.747% 20.743%, 31.218% 20.743%, 30.679% 22.705%, 27.981% 23.309%, 26.003% 24.97%, 24.385% 23.762%, 23.306% 27.838%, 20.878% 30.254%, 18.361% 26.63%, 17.911% 27.838%, 17.192% 27.989%, 15.663% 30.707%, 15.574% 32.971%, 13.595% 33.877%, 12.247% 33.877%, 10.359% 32.065%, 9.729% 31.008%, 9.46% 33.424%, 7.931% 32.669%, 5.504% 31.763%, 5.324% 32.669%, 3.885% 32.669%, 2.267% 34.33%);
}

.ed-hero-content-6 .ed-hero-text-6 {
    max-width: 580px;
    margin-left: 255px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-hero-content-6 .ed-hero-text-6 {
        margin-left: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-content-6 .ed-hero-text-6 {
        margin-left: 0;
        max-width: 800px;
    }
}

.ed-hero-content-6 .ed-hero-text-6 .ed_banner_title {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-content-6 .ed-hero-text-6 .ed_banner_title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-hero-content-6 .ed-hero-text-6 .ed_banner_title {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .ed-hero-content-6 .ed-hero-text-6 .ed_banner_title {
        font-size: 42px;
    }
}

@media (max-width: 360px) {
    .ed-hero-content-6 .ed-hero-text-6 .ed_banner_title {
        font-size: 38px;
    }
}

.ed-hero-content-6 .ed-hero-text-6 .ed_banner_title .has_dot {
    color: #F4BF00;
    display: inline;
}

.ed-hero-content-6 .ed-hero-text-6 .ed_banner_title .split-line {
    padding-bottom: 5px;
}

.ed-hero-content-6 .ed-hero-text-6 .hero-decs6 {
    gap: 15px 28px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .ed-hero-content-6 .ed-hero-text-6 .hero-decs6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-hero-content-6 .ed-hero-text-6 .hero-decs6 .item-img {
    z-index: 1;
    width: 134px;
    height: 107px;
    position: relative;
}

    .ed-hero-content-6 .ed-hero-text-6 .hero-decs6 .item-img .img_2 {
        left: 0;
        bottom: 0;
        z-index: -1;
        position: absolute;
    }

.ed-hero-content-6 .ed-hero-text-6 .hero-decs6 .item-text {
    max-width: 408px;
    padding-top: 18px;
}

@media (max-width: 480px) {
    .ed-hero-content-6 .ed-hero-text-6 .hero-decs6 .item-text {
        padding-top: 5px;
    }
}

.ed-hero-content-6 .ed-hero-text-6 .hero-decs6 .item-text p {
    color: #fff;
}

.ed-hero-content-6 .ed-hero-text-6 .hero-decs6 .item-text .ed-btn-6 {
    margin-top: 40px;
}

/*---------------------------------------------------- */
/*Feature  area*/
/*----------------------------------------------------*/
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.ed-ft6-item {
    padding: 40px 40px 35px;
    border: 1px solid rgba(5, 5, 5, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft6-item {
        padding: 40px 20px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft6-item {
        margin-bottom: 15px;
        padding: 40px 30px 35px;
    }
}

.ed-ft6-item .item-icon {
    position: relative;
    padding-left: 36px;
    margin-bottom: 28px;
    padding-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
}

    .ed-ft6-item .item-icon:before, .ed-ft6-item .item-icon:after {
        left: 0;
        width: 22px;
        content: "";
        height: 22px;
        position: absolute;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .ed-ft6-item .item-icon:before {
        left: 15px;
        bottom: 14px;
        background-color: rgba(142, 86, 255, 0.4);
    }

    .ed-ft6-item .item-icon:after {
        left: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        background-color: rgba(142, 86, 255, 0.16);
    }

    .ed-ft6-item .item-icon .inner-icon {
        width: 68px;
        height: 68px;
        background-color: #8E56FF;
    }

.ed-ft6-item .item-text h3 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 18px;
    color: var(--ed-tt-color-2);
}

.ed-ft6-item .item-text p {
    color: #515151;
}

.ed-ft6-item:hover .item-icon:after {
    left: 22px;
}

.ed-ft6-item:hover .item-icon:before {
    left: 0;
}

.ed-ft6-item:hover .item-icon .inner-icon {
    -webkit-animation: swing 2s ease infinite;
    animation: swing 2s ease infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft6-content {
        overflow: hidden;
    }
}

.ed-ft6-content .col-lg-4:nth-child(1) .ed-ft6-item {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft6-content .col-lg-4:nth-child(1) .ed-ft6-item {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-ft6-content .col-lg-4:nth-child(2) .ed-ft6-item .item-icon:before {
    background-color: rgba(248, 148, 31, 0.4);
}

.ed-ft6-content .col-lg-4:nth-child(2) .ed-ft6-item .item-icon:after {
    background-color: rgba(248, 148, 31, 0.16);
}

.ed-ft6-content .col-lg-4:nth-child(2) .ed-ft6-item .item-icon .inner-icon {
    background-color: #F8941F;
}

.ed-ft6-content .col-lg-4:nth-child(3) .ed-ft6-item {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ft6-content .col-lg-4:nth-child(3) .ed-ft6-item {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-ft6-content .col-lg-4:nth-child(3) .ed-ft6-item .item-icon:before {
    background-color: rgba(26, 182, 157, 0.4);
}

.ed-ft6-content .col-lg-4:nth-child(3) .ed-ft6-item .item-icon:after {
    background-color: rgba(26, 182, 157, 0.16);
}

.ed-ft6-content .col-lg-4:nth-child(3) .ed-ft6-item .item-icon .inner-icon {
    background-color: #1AB69D;
}

/*---------------------------------------------------- */
/*About  area*/
/*----------------------------------------------------*/
.ed-ab6-sec {
    margin: 0 auto;
    max-width: 1920px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-sec {
        padding-top: 0;
        overflow: hidden;
    }
}

.ed-ab6-sec .ed-ab6-shape {
    right: 0;
    top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-sec .ed-ab6-shape {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-text-wrap {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.ed-ab6-img-wrap {
    top: 80px;
    z-index: 1;
    left: 120px;
    width: 100%;
    height: 100%;
    max-width: 825px;
    max-height: 843px;
    position: absolute;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-ab6-img-wrap {
        left: 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-ab6-img-wrap {
        left: 0px;
        max-width: 650px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ab6-img-wrap {
        left: 0px;
        max-height: 100%;
        max-width: 490px;
    }
}

@media screen and (max-width: 1400px) {
    .ed-ab6-img-wrap {
        max-width: 600px;
    }
}

@media screen and (max-width: 1300px) {
    .ed-ab6-img-wrap {
        max-width: 490px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        position: relative;
        padding-bottom: 60px;
        max-height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap {
        position: static;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .ed-ab6-img-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
}

.ed-ab6-img-wrap .item-img1 img,
.ed-ab6-img-wrap .item-img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ed-ab6-img-wrap .item-img1 {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 697px;
    max-height: 644px;
    position: relative;
}

    .ed-ab6-img-wrap .item-img1 img {
        clip-path: polygon(6.65% 35.258%, 4.816% 34.959%, 4.205% 47.937%, 8.04% 60.376%, 15.376% 71.918%, 24.713% 86.689%, 26.658% 89.141%, 26.658% 91.653%, 27.825% 90.636%, 28.881% 91.653%, 28.881% 91.653%, 30.888% 91.932%, 32.649% 92.273%, 34.177% 92.661%, 35.483% 93.082%, 36.578% 93.52%, 37.476% 93.962%, 38.188% 94.394%, 38.726% 94.8%, 39.103% 95.167%, 39.329% 95.48%, 41.33% 94.882%, 43.664% 93.148%, 44.831% 94.045%, 50.778% 91.952%, 56.058% 87.168%, 58.392% 88.543%, 60.893% 85.732%, 63.505% 86.689%, 63.505% 86.689%, 63.621% 86.433%, 63.804% 86.138%, 64.06% 85.819%, 64.392% 85.489%, 64.804% 85.16%, 65.302% 84.845%, 65.889% 84.559%, 66.569% 84.313%, 67.348% 84.122%, 68.229% 83.998%, 68.229% 83.998%, 69.129% 83.967%, 69.961% 84.036%, 70.723% 84.187%, 71.412% 84.406%, 72.029% 84.675%, 72.571% 84.979%, 73.036% 85.301%, 73.422% 85.624%, 73.729% 85.933%, 73.953% 86.211%, 75.788% 81.845%, 77.066% 82.862%, 78.677% 82.862%, 79.845% 78.975%, 80.456% 79.692%, 82.068% 77.181%, 82.512% 77.779%, 83.957% 76.044%, 86.069% 73.353%, 87.681% 69.526%, 89.848% 67.313%, 91.404% 63.844%, 95.795% 63.844%, 92.238% 43.631%, 92.238% 43.631%, 92.046% 43.201%, 91.82% 42.688%, 91.57% 42.11%, 91.302% 41.485%, 91.028% 40.832%, 90.755% 40.169%, 90.491% 39.512%, 90.247% 38.882%, 90.029% 38.295%, 89.848% 37.77%, 89.848% 37.77%, 89.641% 37.225%, 89.35% 36.581%, 88.993% 35.863%, 88.586% 35.096%, 88.148% 34.305%, 87.694% 33.513%, 87.242% 32.745%, 86.809% 32.026%, 86.413% 31.381%, 86.069% 30.833%, 81.234% 21.145%, 74.843% 11.816%, 74.176% 9.304%, 72.397% 9.304%, 72.397% 9.304%, 71.884% 8.964%, 71.296% 8.605%, 70.659% 8.252%, 70.001% 7.928%, 69.346% 7.656%, 68.722% 7.462%, 68.156% 7.368%, 67.672% 7.399%, 67.299% 7.578%, 67.062% 7.929%, 67.062% 7.929%, 66.882% 8.332%, 66.668% 8.656%, 66.428% 8.91%, 66.17% 9.099%, 65.903% 9.232%, 65.636% 9.316%, 65.376% 9.358%, 65.133% 9.365%, 64.914% 9.344%, 64.728% 9.304%, 64.728% 9.304%, 63.938% 9.179%, 63.236% 8.9%, 62.615% 8.502%, 62.074% 8.022%, 61.609% 7.495%, 61.214% 6.957%, 60.888% 6.445%, 60.627% 5.993%, 60.426% 5.639%, 60.282% 5.417%, 60.282% 5.417%, 60.152% 5.315%, 59.958% 5.237%, 59.712% 5.181%, 59.427% 5.144%, 59.116% 5.124%, 58.792% 5.117%, 58.466% 5.122%, 58.153% 5.135%, 57.865% 5.155%, 57.614% 5.178%, 57.003% 5.776%, 54.446% 4.52%, 54.279% 4.998%, 52.89% 5.357%, 53.279% 7.749%, 51.223% 9.663%, 51.223% 9.663%, 50.913% 10.245%, 50.621% 10.958%, 50.349% 11.764%, 50.101% 12.621%, 49.882% 13.49%, 49.694% 14.33%, 49.542% 15.102%, 49.428% 15.764%, 49.358% 16.277%, 49.333% 16.6%, 49.333% 16.6%, 49.314% 16.756%, 49.261% 16.882%, 49.18% 16.981%, 49.077% 17.055%, 48.958% 17.107%, 48.829% 17.14%, 48.696% 17.157%, 48.565% 17.16%, 48.442% 17.153%, 48.333% 17.138%, 47.221% 15.882%, 43.386% 20.427%, 41.886% 19.171%, 41.219% 19.889%, 39.996% 19.53%, 38.885% 21.145%, 36.106% 21.145%, 33.772% 22.162%, 33.327% 20.846%, 32.438% 20.726%, 31.16% 22.939%, 30.771% 22.939%, 30.548% 23.956%, 28.381% 25.271%, 27.881% 25.092%, 27.492% 25.63%, 25.991% 22.162%, 25.046% 23.059%, 24.49% 22.939%, 22.212% 25.63%, 22.212% 25.63%, 22.155% 25.832%, 22.067% 26.035%, 21.955% 26.235%, 21.825% 26.429%, 21.682% 26.614%, 21.533% 26.788%, 21.383% 26.947%, 21.239% 27.088%, 21.105% 27.208%, 20.989% 27.305%, 19.377% 27.424%, 18.488% 27.424%, 17.877% 26.707%, 17.877% 26.707%, 17.846% 26.392%, 17.786% 26.107%, 17.701% 25.851%, 17.596% 25.625%, 17.478% 25.427%, 17.352% 25.257%, 17.223% 25.116%, 17.097% 25.001%, 16.98% 24.914%, 16.876% 24.853%, 16.765% 23.836%, 15.765% 25.81%, 14.542% 24.793%, 14.431% 25.092%, 14.153% 24.853%, 13.375% 24.793%, 13.597% 24.315%, 12.986% 24.255%, 12.264% 23.717%, 12.264% 23.717%, 12.228% 23.8%, 12.176% 23.892%, 12.109% 23.987%, 12.024% 24.08%, 11.923% 24.167%, 11.805% 24.241%, 11.669% 24.298%, 11.515% 24.332%, 11.343% 24.34%, 11.152% 24.315%, 11.152% 24.315%, 10.935% 24.292%, 10.689% 24.305%, 10.423% 24.35%, 10.144% 24.419%, 9.86% 24.507%, 9.579% 24.609%, 9.31% 24.718%, 9.061% 24.829%, 8.838% 24.935%, 8.651% 25.032%, 7.817% 25.032%, 7.039% 24.673%, 6.65% 25.511%, 7.039% 26.467%, 7.039% 26.467%, 7.011% 26.823%, 6.982% 27.231%, 6.957% 27.675%, 6.935% 28.135%, 6.921% 28.593%, 6.917% 29.033%, 6.924% 29.435%, 6.945% 29.781%, 6.983% 30.054%, 7.039% 30.235%, 7.039% 30.235%, 7.096% 30.404%, 7.134% 30.641%, 7.155% 30.935%, 7.162% 31.269%, 7.157% 31.63%, 7.143% 32.004%, 7.122% 32.376%, 7.096% 32.734%, 7.068% 33.061%, 7.039% 33.345%, 6.65% 33.345%, 6.762% 33.704%, 6.539% 34.062%, 6.65% 35.258%);
    }

    .ed-ab6-img-wrap .item-img1 span {
        left: 0;
        top: -6px;
        z-index: -1;
        position: absolute;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap .item-img1 span {
        display: none;
    }
}

.ed-ab6-img-wrap .item-img1 span svg {
    max-width: 697px;
    max-height: 650px;
}

.ed-ab6-img-wrap .item-img2 {
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    bottom: 15px;
    max-width: 447px;
    max-height: 544px;
    position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ab6-img-wrap .item-img2 {
        right: -65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap .item-img2 {
        position: static;
    }
}

.ed-ab6-img-wrap .item-img2 img {
    clip-path: polygon(9.143% 69.722%, 6.262% 66.958%, 6.822% 66.351%, 8.263% 66.351%, 7.143% 65.542%, 8.263% 63.451%, 10.184% 61.226%, 12.505% 60.35%, 12.825% 58.26%, 12.825% 58.26%, 12.886% 58.464%, 12.992% 58.677%, 13.146% 58.882%, 13.354% 59.066%, 13.619% 59.212%, 13.945% 59.307%, 14.337% 59.334%, 14.798% 59.28%, 15.333% 59.129%, 15.946% 58.866%, 15.946% 58.866%, 16.525% 58.518%, 16.967% 58.127%, 17.286% 57.707%, 17.496% 57.27%, 17.613% 56.827%, 17.651% 56.391%, 17.624% 55.973%, 17.548% 55.587%, 17.438% 55.244%, 17.307% 54.956%, 18.027% 51.247%, 18.667% 49.427%, 19.708% 50.708%, 20.588% 51.247%, 21.388% 51.247%, 21.388% 50.371%, 21.949% 50.371%, 22.269% 49.427%, 22.589% 48.146%, 22.269% 46.19%, 22.269% 44.303%, 24.029% 43.831%, 24.59% 41.943%, 26.67% 39.785%, 26.67% 38.1%, 27.871% 37.29%, 27.871% 36.077%, 29.792% 35.739%, 30.112% 29.806%, 31.793% 29.806%, 31.793% 28.93%, 28.991% 22.524%, 29.312% 19.962%, 27.871% 18.681%, 28.271% 17.4%, 29.312% 16.051%, 30.576% 16.051%, 30.576% 16.051%, 30.587% 16.012%, 30.602% 15.96%, 30.621% 15.895%, 30.645% 15.815%, 30.674% 15.72%, 30.709% 15.608%, 30.75% 15.478%, 30.797% 15.33%, 30.851% 15.162%, 30.912% 14.972%, 30.912% 14.972%, 31.062% 14.636%, 31.271% 14.338%, 31.528% 14.077%, 31.821% 13.851%, 32.137% 13.659%, 32.463% 13.5%, 32.789% 13.37%, 33.1% 13.271%, 33.386% 13.198%, 33.633% 13.152%, 36.995% 13.422%, 39.316% 11.736%, 39.316% 11.736%, 39.279% 11.675%, 39.235% 11.602%, 39.184% 11.518%, 39.128% 11.427%, 39.068% 11.331%, 39.005% 11.233%, 38.941% 11.134%, 38.877% 11.037%, 38.815% 10.945%, 38.755% 10.859%, 38.755% 10.859%, 38.717% 10.76%, 38.714% 10.629%, 38.741% 10.472%, 38.793% 10.296%, 38.864% 10.109%, 38.948% 9.918%, 39.041% 9.728%, 39.137% 9.548%, 39.23% 9.383%, 39.316% 9.241%, 40.436% 7.96%, 44.118% 6.544%, 45.558% 5.263%, 46.198% 5.263%, 46.919% 6.14%, 58.764% 7.69%, 60.124% 7.69%, 61.565% 8.297%, 62.445% 8.297%, 63.405% 8.297%, 64.286% 8.904%, 65.166% 8.904%, 66.607% 9.578%, 67.407% 10.455%, 70.288% 11.197%, 73.57% 11.197%, 74.69% 12.208%, 83.014% 15.579%, 83.414% 16.388%, 88.616% 19.895%, 93.738% 23.401%, 93.738% 24.884%, 92.617% 25.828%, 91.017% 26.839%, 91.017% 27.918%, 91.017% 29.401%, 91.817% 30.346%, 91.337% 30.885%, 92.057% 32.099%, 91.337% 33.582%, 91.337% 34.593%, 91.337% 34.593%, 91.361% 34.697%, 91.429% 34.869%, 91.533% 35.097%, 91.665% 35.368%, 91.817% 35.669%, 91.982% 35.986%, 92.152% 36.306%, 92.32% 36.616%, 92.478% 36.904%, 92.617% 37.155%, 91.817% 38.437%, 92.377% 41.268%, 92.937% 42.954%, 92.057% 42.954%, 92.377% 45.651%, 92.377% 45.651%, 92.305% 45.665%, 92.218% 45.679%, 92.119% 45.691%, 92.011% 45.701%, 91.897% 45.708%, 91.78% 45.711%, 91.662% 45.707%, 91.547% 45.697%, 91.438% 45.678%, 91.337% 45.651%, 91.337% 45.651%, 91.28% 45.676%, 91.293% 45.804%, 91.366% 46.018%, 91.488% 46.299%, 91.647% 46.63%, 91.832% 46.994%, 92.033% 47.372%, 92.238% 47.746%, 92.437% 48.1%, 92.617% 48.415%, 92.937% 49.292%, 92.057% 49.899%, 92.057% 50.371%, 91.017% 49.899%, 90.376% 50.775%, 90.376% 51.247%, 90.376% 52.461%, 91.337% 53.742%, 91.337% 53.742%, 91.368% 53.959%, 91.394% 54.21%, 91.412% 54.487%, 91.418% 54.778%, 91.409% 55.072%, 91.381% 55.36%, 91.332% 55.631%, 91.257% 55.874%, 91.153% 56.08%, 91.017% 56.237%, 91.017% 56.237%, 90.848% 56.343%, 90.655% 56.405%, 90.444% 56.43%, 90.222% 56.423%, 89.994% 56.39%, 89.769% 56.337%, 89.551% 56.269%, 89.349% 56.192%, 89.168% 56.112%, 89.016% 56.035%, 89.016% 56.439%, 88.135% 56.237%, 87.735% 56.776%, 87.735% 56.776%, 87.631% 56.847%, 87.496% 56.935%, 87.333% 57.04%, 87.143% 57.159%, 86.929% 57.29%, 86.693% 57.432%, 86.437% 57.581%, 86.164% 57.736%, 85.876% 57.896%, 85.574% 58.057%, 85.574% 58.057%, 85.285% 58.252%, 85.031% 58.504%, 84.809% 58.802%, 84.62% 59.132%, 84.46% 59.482%, 84.329% 59.839%, 84.224% 60.191%, 84.144% 60.526%, 84.088% 60.83%, 84.054% 61.091%, 84.374% 63.384%, 82.693% 64.058%, 81.653% 65.272%, 81.653% 68.171%, 79.972% 68.643%, 79.172% 69.115%, 78.612% 70.599%, 78.132% 76.195%, 78.132% 76.195%, 77.947% 76.188%, 77.743% 76.257%, 77.526% 76.389%, 77.301% 76.572%, 77.075% 76.792%, 76.853% 77.037%, 76.642% 77.294%, 76.447% 77.552%, 76.275% 77.796%, 76.131% 78.015%, 75.811% 80.038%, 75.57% 81.656%, 75.57% 81.656%, 75.345% 81.853%, 75.129% 81.996%, 74.926% 82.09%, 74.737% 82.142%, 74.562% 82.159%, 74.404% 82.146%, 74.264% 82.11%, 74.144% 82.057%, 74.046% 81.993%, 73.97% 81.926%, 73.25% 83.342%, 73.009% 86.174%, 72.449% 86.174%, 72.049% 87.253%, 70.288% 87.253%, 69.008% 87.792%, 63.325% 91.838%, 63.325% 92.377%, 62.525% 92.107%, 62.285% 92.647%, 61.325% 92.647%, 60.604% 93.321%, 60.284% 94.737%, 58.924% 92.647%, 58.443% 93.321%, 57.243% 93.321%, 56.042% 92.647%, 52.121% 92.107%, 40.436% 90.152%, 36.034% 90.152%, 29.312% 88.803%, 21.708% 85.095%, 18.747% 83.544%, 17.947% 83.342%, 10.744% 75.655%, 10.744% 74.509%, 12.265% 73.498%, 11.304% 72.284%, 11.304% 71.88%, 9.864% 69.924%, 9.143% 69.722%);
}

.ed-ab6-img-wrap .item-img2 span {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap .item-img2 span {
        display: none;
    }
}

.ed-ab6-img-wrap .item-img2 span svg {
    max-width: 447px;
    max-height: 544px;
}

.ed-ab6-img-wrap .item-img3 {
    z-index: 1;
    left: 75px;
    top: -50px;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap .item-img3 {
        left: 0;
        top: -75px;
        z-index: 1;
        position: absolute;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-img-wrap .item-img3 {
        display: none;
    }
}

.ed-ab6-text {
    max-width: 770px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-text {
        max-width: 100%;
    }
}

.ed-ab6-text .ed-sec-title-6 p {
    max-width: 715px;
    padding-left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-text .ed-sec-title-6 p {
        padding-left: 0;
    }
}

.ed-ab6-desc {
    padding-left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-ab6-desc {
        padding-left: 0;
    }
}

.ed-ab6-client {
    gap: 20px 40px;
}

@media (max-width: 767px) {
    .ed-ab6-client {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ab6-client .ed-ab5-client {
    width: 265px;
}

.ed-ab6-client .ed-ab5-cl-text {
    margin-top: 10px;
    white-space: nowrap;
}

    .ed-ab6-client .ed-ab5-cl-text h3 {
        white-space: nowrap;
        color: var(--ed-prime-c9);
    }

.ed-ab6-client .ed-ab5-cl-img .item-img {
    overflow: hidden;
    border-radius: 6px;
}

.ed-ab6-client .ed-ab5-client li {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .ed-ab6-client .ed-ab5-client li:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.ed-ab6-ft-wrap {
    border-top: 1px solid rgba(5, 5, 5, 0.24);
    border-bottom: 1px solid rgba(5, 5, 5, 0.24);
}

@media (max-width: 767px) {
    .ed-ab6-ft-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px 30px;
    }
}

.ed-ab6-ft-wrap:before {
    top: 50%;
    left: 50%;
    width: 1px;
    height: 70%;
    content: "";
    position: absolute;
    background-color: rgba(5, 5, 5, 0.24);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
    .ed-ab6-ft-wrap:before {
        display: none;
    }
}

.ed-ab6-ft-item .icon-title {
    gap: 16px;
    margin-bottom: 15px;
}

.ed-ab6-ft-item .item-icon {
    width: 52px;
    height: 52px;
    background-color: rgba(5, 5, 5, 0.06);
}

.ed-ab6-ft-item h3 {
    font-size: 20px;
    font-weight: 500;
}

.ed-ab6-ft-item p {
    font-size: 16px;
    max-width: 265px;
}

.ed-ab6-ft-item:hover .item-icon {
    -webkit-animation: wobble 2s ease infinite;
    animation: wobble 2s ease infinite;
}

/*---------------------------------------------------- */
/*Course  area*/
/*----------------------------------------------------*/
.ed-course6-sec {
    overflow: hidden;
    padding-top: 25px;
}

    .ed-course6-sec .ed-crs6-shape-bg {
        top: -5px;
        left: 0px;
        position: absolute;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course6-sec .ed-crs6-shape-bg {
        display: none;
    }
}

.ed-course6-sec .ed-crs6-shape-bg svg {
    width: 100%;
}

.ed-course6-sec .ed-sec-title-6 .sec_title {
    color: #fff;
    font-weight: 600;
}

.ed-course6-wrap {
    padding-top: 200px;
    padding-bottom: 140px;
    background-color: #103B43;
    clip-path: polygon(0% 1.112%, 0% 100%, 100% 100%, 100% 20.853%, 97.161% 23.031%, 97.161% 23.031%, 97.009% 22.842%, 96.82% 22.627%, 96.6% 22.393%, 96.354% 22.152%, 96.087% 21.913%, 95.803% 21.685%, 95.509% 21.479%, 95.208% 21.303%, 94.907% 21.169%, 94.609% 21.084%, 94.609% 21.084%, 94.555% 21.075%, 94.5% 21.065%, 94.445% 21.057%, 94.389% 21.048%, 94.332% 21.04%, 94.274% 21.033%, 94.216% 21.025%, 94.157% 21.018%, 94.098% 21.011%, 94.038% 21.003%, 94.038% 21.003%, 94.038% 21.003%, 93.674% 20.957%, 93.29% 20.894%, 92.886% 20.799%, 92.464% 20.657%, 92.024% 20.455%, 91.569% 20.178%, 91.098% 19.811%, 90.614% 19.34%, 90.117% 18.75%, 89.609% 18.026%, 89.609% 18.026%, 89.157% 17.325%, 88.76% 16.709%, 88.417% 16.175%, 88.124% 15.718%, 87.878% 15.334%, 87.677% 15.019%, 87.519% 14.768%, 87.399% 14.579%, 87.315% 14.446%, 87.266% 14.365%, 87.266% 14.365%, 87.134% 14.363%, 86.985% 14.378%, 86.824% 14.413%, 86.659% 14.471%, 86.496% 14.558%, 86.343% 14.675%, 86.206% 14.826%, 86.093% 15.016%, 86.009% 15.247%, 85.964% 15.524%, 85.964% 15.524%, 85.906% 15.803%, 85.791% 16.042%, 85.629% 16.242%, 85.431% 16.408%, 85.206% 16.542%, 84.966% 16.646%, 84.722% 16.723%, 84.482% 16.776%, 84.259% 16.808%, 84.063% 16.821%, 82.943% 14.365%, 81.328% 14.365%, 73.828% 16.821%, 72.891% 14.365%, 70.13% 14.365%, 68.073% 11.122%, 66.198% 11.122%, 62.344% 3.476%, 62.344% 3.476%, 61.817% 3.376%, 61.19% 3.279%, 60.485% 3.191%, 59.724% 3.122%, 58.93% 3.08%, 58.124% 3.074%, 57.329% 3.111%, 56.568% 3.2%, 55.862% 3.35%, 55.234% 3.568%, 55.234% 3.568%, 55.073% 3.64%, 54.906% 3.714%, 54.734% 3.791%, 54.557% 3.871%, 54.375% 3.953%, 54.189% 4.037%, 54% 4.124%, 53.806% 4.212%, 53.61% 4.301%, 53.41% 4.393%, 53.409% 4.393%, 53.409% 4.393%, 52.674% 4.728%, 51.917% 5.071%, 51.154% 5.412%, 50.399% 5.742%, 49.666% 6.052%, 48.968% 6.334%, 48.321% 6.578%, 47.739% 6.776%, 47.234% 6.919%, 46.823% 6.997%, 46.823% 6.997%, 46.45% 7.045%, 46.071% 7.097%, 45.694% 7.152%, 45.324% 7.21%, 44.969% 7.267%, 44.633% 7.324%, 44.324% 7.377%, 44.048% 7.427%, 43.811% 7.47%, 43.62% 7.507%, 40.781% 8.665%, 40.781% 8.665%, 40.408% 8.493%, 39.971% 8.308%, 39.488% 8.122%, 38.976% 7.946%, 38.452% 7.791%, 37.935% 7.669%, 37.442% 7.591%, 36.989% 7.57%, 36.595% 7.615%, 36.276% 7.739%, 36.276% 7.739%, 36.009% 7.898%, 35.758% 8.041%, 35.525% 8.169%, 35.31% 8.283%, 35.115% 8.382%, 34.941% 8.466%, 34.79% 8.536%, 34.661% 8.593%, 34.557% 8.636%, 34.479% 8.665%, 24.479% 2.178%, 23.568% 4.634%, 19.818% 3.197%, 19.818% 3.197%, 19.77% 3.061%, 19.706% 2.918%, 19.625% 2.777%, 19.529% 2.65%, 19.417% 2.544%, 19.291% 2.47%, 19.15% 2.438%, 18.995% 2.457%, 18.827% 2.537%, 18.646% 2.688%, 18.646% 2.688%, 18.353% 2.945%, 17.95% 3.233%, 17.442% 3.534%, 16.838% 3.833%, 16.146% 4.113%, 15.372% 4.356%, 14.525% 4.546%, 13.611% 4.667%, 12.638% 4.702%, 11.615% 4.634%, 11.615% 4.634%, 11.389% 4.567%, 11.124% 4.468%, 10.832% 4.335%, 10.522% 4.167%, 10.204% 3.963%, 9.891% 3.722%, 9.591% 3.443%, 9.316% 3.124%, 9.075% 2.765%, 8.88% 2.363%, 8.88% 2.363%, 8.881% 2.151%, 8.872% 1.912%, 8.852% 1.657%, 8.817% 1.398%, 8.767% 1.147%, 8.698% 0.915%, 8.61% 0.715%, 8.499% 0.557%, 8.364% 0.454%, 8.203% 0.417%, 8.203% 0.417%, 8.017% 0.414%, 7.813% 0.407%, 7.597% 0.396%, 7.374% 0.381%, 7.151% 0.365%, 6.933% 0.347%, 6.725% 0.328%, 6.534% 0.31%, 6.365% 0.293%, 6.224% 0.278%, 6.042% 0%, 4.531% 1.622%, 4.531% 1.622%, 4.159% 1.641%, 3.732% 1.66%, 3.27% 1.677%, 2.792% 1.691%, 2.316% 1.701%, 1.863% 1.704%, 1.45% 1.699%, 1.098% 1.685%, 0.825% 1.66%, 0.651% 1.622%, 0.651% 1.622%, 0.538% 1.574%, 0.436% 1.522%, 0.346% 1.467%, 0.266% 1.41%, 0.197% 1.352%, 0.138% 1.296%, 0.089% 1.242%, 0.05% 1.192%, 0.02% 1.149%, 0% 1.112%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course6-wrap {
        clip-path: none;
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course6-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
        padding-bottom: 0px;
    }
}

.ed-course6-item {
    z-index: 1;
    width: 100%;
    max-width: 306px;
    margin-left: -52px;
    position: relative;
}

    .ed-course6-item:before {
        left: 0;
        top: 30px;
        z-index: -1;
        width: 100%;
        height: 92%;
        content: "";
        position: absolute;
        -webkit-box-shadow: -20px 20px 32px 0px rgba(0, 0, 0, 0.2784313725);
        box-shadow: -20px 20px 32px 0px rgba(0, 0, 0, 0.2784313725);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course6-item {
        margin: 15px;
        margin-left: 0px;
    }
}

.ed-course6-item:first-child {
    margin-left: 0;
}

.ed-course6-item:nth-child(even) {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-course6-item:nth-child(even) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-course6-item:nth-child(2) .inner-item {
    background-color: #1AB69D;
}

.ed-course6-item:nth-child(3) .inner-item {
    background-color: #8E56FF;
}

.ed-course6-item:nth-child(4) .inner-item {
    background-color: #F8941F;
}

.ed-course6-item:nth-child(5) .inner-item {
    background-color: #E1294E;
}

.ed-course6-item .inner-item {
    padding: 30px 20px 20px;
    background-color: #F4BF00;
    clip-path: polygon(100% 0%, 10.458% 0%, 10.458% 7.143%, 0% 7.143%, 0% 100%, 100% 100%, 100% 0%);
}

.ed-course6-item .item-icon-title {
    gap: 15px 20px;
    padding-left: 12px;
    margin-bottom: 24px;
}

    .ed-course6-item .item-icon-title .item-icon {
        width: 68px;
        height: 68px;
        background-color: #103B43;
    }

    .ed-course6-item .item-icon-title .crs_title {
        font-size: 22px;
        max-width: 165px;
        font-weight: 500;
    }

.ed-course6-item:hover {
    z-index: 2;
}

.ed-crs-bottom {
    z-index: 1;
    position: relative;
}

    .ed-crs-bottom:before {
        left: 0;
        top: 50%;
        right: 0;
        height: 1px;
        width: 0%;
        content: "";
        z-index: -1;
        margin: 0 auto;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.1215686275);
        -webkit-transition: all 1200ms ease-in-out;
        transition: all 1200ms ease-in-out;
    }

    .ed-crs-bottom p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        padding: 10px 40px;
        border-radius: 35px;
        position: relative;
        display: inline-block;
        background-color: #1d535e;
    }

        .ed-crs-bottom p:before, .ed-crs-bottom p:after {
            top: 50%;
            opacity: 0;
            width: 14px;
            content: "";
            height: 14px;
            position: absolute;
            border-radius: 100%;
            background-color: #F4BF00;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: 800ms var(--cube-1);
            transition: 800ms var(--cube-1);
        }

        .ed-crs-bottom p:before {
            left: 10px;
        }

        .ed-crs-bottom p:after {
            right: 10px;
        }

        .ed-crs-bottom p a {
            font-weight: 600;
            text-decoration: underline;
        }

    .ed-crs-bottom:is(.active):before {
        width: 100%;
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

    .ed-crs-bottom:is(.active) p:before {
        opacity: 1;
        left: -5px;
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .ed-crs-bottom:is(.active) p:after {
        opacity: 1;
        right: -5px;
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

/*---------------------------------------------------- */
/*Cta  area*/
/*----------------------------------------------------*/
.ed-cta6-content {
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-content {
        padding-bottom: 0;
    }
}

.ed-cta6-content:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    content: "";
    z-index: -1;
    margin: 0 auto;
    max-width: 672px;
    position: absolute;
    background-color: #EFF4F2;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-content:before {
        display: none;
    }
}

.ed-cta6-content:is(.active):before {
    height: 89.5%;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.ed-cta6-text {
    z-index: 2;
    margin: 0 auto;
    max-width: 620px;
    position: relative;
}

.ed-cta6-img {
    z-index: 1;
    position: relative;
    margin-top: -25px;
}

.ed-cta6-shape {
    right: 0;
    top: 110px;
    z-index: -2;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-count-wrap {
        gap: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.ed-cta6-count {
    width: 241px;
    height: 217px;
    position: absolute;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1098039216) inset;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1098039216) inset;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-count {
        position: static;
    }
}

.ed-cta6-count h3 {
    font-size: 45px;
    padding-bottom: 8px;
    color: var(--ed-prime-c9);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-count h3 {
        font-size: 45px;
    }
}

.ed-cta6-count h3 span {
    font-size: 80px;
    font-weight: 600;
    line-height: 0.75;
    color: var(--ed-tt-color-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-count h3 span {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .ed-cta6-count h3 span {
        font-size: 45px;
    }
}

.ed-cta6-count h3 b {
    color: var(--ed-tt-color-2);
}

.ed-cta6-count p {
    font-size: 20px;
    max-width: 145px;
}

.ed-cta6-count:is(.ver_1) {
    left: 0;
    top: 20%;
    background-color: #F5EFE7;
}

.ed-cta6-count:is(.ver_2) {
    left: 150px;
    bottom: 40px;
    background-color: #FEE7EB;
}

.ed-cta6-count:is(.ver_3) {
    top: 55%;
    right: 0;
    background-color: #F0E9FF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cta6-count:is(.ver_3) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*---------------------------------------------------- */
/*Program  area*/
/*----------------------------------------------------*/
.ed-prg6-sec {
    overflow: hidden;
}

    .ed-prg6-sec .ed-prg6-top-shape {
        top: -20px;
        left: 0;
    }

        .ed-prg6-sec .ed-prg6-top-shape svg {
            width: 100%;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-prg6-sec .ed-prg6-top-shape {
        display: none;
    }
}

.ed-prg6-sec .ed-prg6-bottom-shape {
    left: 0;
    bottom: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-prg6-sec .ed-prg6-bottom-shape {
        display: none;
    }
}

.ed-prg6-sec .ed-prg6-bottom-shape svg {
    width: 100%;
}

.ed-prg6-sec .ed-prg6-shape1 {
    left: 0;
    z-index: 1;
    top: 180px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-prg6-sec .ed-prg6-shape1 {
        left: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-prg6-sec .ed-prg6-shape1 {
        left: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-prg6-sec .ed-prg6-shape1 {
        display: none;
    }
}

.ed-prg6-sec .ed-prg6-shape2 {
    right: 0px;
    z-index: 1;
    bottom: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-prg6-sec .ed-prg6-shape2 {
        right: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-prg6-sec .ed-prg6-shape2 {
        right: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-prg6-sec .ed-prg6-shape2 {
        display: none;
    }
}

.ed-prg6-wrap {
    overflow: hidden;
    padding-top: 190px;
    padding-bottom: 170px;
    background-color: #F5EFE7;
    clip-path: polygon(0% 4.821%, 0% 4.833%, 0% 95.128%, 0% 99.322%, 2.802% 99.962%, 2.802% 99.962%, 2.853% 99.951%, 3.005% 99.921%, 3.248% 99.878%, 3.577% 99.825%, 3.984% 99.767%, 4.463% 99.71%, 5.007% 99.657%, 5.608% 99.613%, 6.261% 99.584%, 6.957% 99.573%, 6.957% 99.573%, 7.696% 99.541%, 8.466% 99.456%, 9.241% 99.331%, 9.995% 99.179%, 10.703% 99.013%, 11.339% 98.847%, 11.879% 98.695%, 12.296% 98.57%, 12.564% 98.485%, 12.659% 98.453%, 12.659% 98.453%, 12.697% 98.454%, 12.798% 98.455%, 12.946% 98.458%, 13.127% 98.465%, 13.324% 98.476%, 13.52% 98.493%, 13.701% 98.516%, 13.85% 98.547%, 13.951% 98.587%, 13.988% 98.637%, 13.988% 98.637%, 14.041% 98.688%, 14.185% 98.733%, 14.397% 98.771%, 14.655% 98.804%, 14.935% 98.83%, 15.215% 98.851%, 15.473% 98.866%, 15.685% 98.877%, 15.829% 98.883%, 15.882% 98.885%, 16.986% 98.453%, 18.513% 98.453%, 26.102% 98.885%, 27.013% 98.453%, 29.026% 98.453%, 29.736% 98.453%, 31.834% 97.866%, 33.662% 97.866%, 37.519% 96.527%, 37.519% 96.527%, 37.675% 96.521%, 38.118% 96.507%, 38.808% 96.49%, 39.703% 96.476%, 40.765% 96.47%, 41.953% 96.476%, 43.228% 96.501%, 44.548% 96.549%, 45.875% 96.625%, 47.168% 96.736%, 47.168% 96.736%, 48.443% 96.855%, 49.721% 96.954%, 50.97% 97.034%, 52.157% 97.098%, 53.25% 97.148%, 54.217% 97.184%, 55.026% 97.21%, 55.643% 97.225%, 56.037% 97.234%, 56.176% 97.236%, 59.083% 97.434%, 59.083% 97.434%, 59.153% 97.428%, 59.347% 97.413%, 59.641% 97.391%, 60.014% 97.364%, 60.441% 97.335%, 60.899% 97.306%, 61.366% 97.279%, 61.817% 97.256%, 62.23% 97.241%, 62.581% 97.236%, 62.581% 97.236%, 62.912% 97.241%, 63.268% 97.256%, 63.635% 97.279%, 64% 97.306%, 64.347% 97.335%, 64.663% 97.364%, 64.934% 97.391%, 65.145% 97.413%, 65.282% 97.428%, 65.331% 97.434%, 73.72% 96.481%, 75.321% 96.296%, 76.226% 96.736%, 79.947% 96.481%, 79.947% 96.481%, 79.958% 96.473%, 79.996% 96.454%, 80.064% 96.428%, 80.166% 96.4%, 80.306% 96.376%, 80.488% 96.36%, 80.718% 96.357%, 80.997% 96.373%, 81.332% 96.413%, 81.726% 96.481%, 81.726% 96.481%, 82.229% 96.554%, 82.886% 96.612%, 83.649% 96.657%, 84.472% 96.689%, 85.31% 96.711%, 86.117% 96.725%, 86.847% 96.733%, 87.453% 96.736%, 87.891% 96.737%, 88.113% 96.736%, 88.131% 96.736%, 88.131% 96.736%, 88.227% 96.731%, 88.451% 96.717%, 88.772% 96.692%, 89.156% 96.657%, 89.571% 96.611%, 89.983% 96.553%, 90.361% 96.484%, 90.671% 96.402%, 90.882% 96.308%, 90.959% 96.201%, 90.959% 96.201%, 90.994% 96.13%, 91.094% 96.075%, 91.248% 96.033%, 91.445% 96.002%, 91.677% 95.982%, 91.931% 95.969%, 92.199% 95.963%, 92.469% 95.961%, 92.733% 95.963%, 92.979% 95.966%, 92.979% 95.966%, 93.083% 95.967%, 93.18% 95.968%, 93.269% 95.968%, 93.35% 95.969%, 93.421% 95.968%, 93.481% 95.966%, 93.53% 95.964%, 93.565% 95.96%, 93.588% 95.955%, 93.595% 95.948%, 93.595% 95.948%, 93.605% 95.939%, 93.634% 95.936%, 93.68% 95.938%, 93.741% 95.945%, 93.815% 95.955%, 93.901% 95.969%, 93.997% 95.986%, 94.101% 96.006%, 94.211% 96.027%, 94.326% 96.049%, 94.326% 96.049%, 94.439% 96.07%, 94.553% 96.092%, 94.666% 96.113%, 94.776% 96.133%, 94.883% 96.152%, 94.984% 96.168%, 95.078% 96.181%, 95.163% 96.192%, 95.238% 96.198%, 95.301% 96.201%, 98.417% 96.201%, 98.417% 96.201%, 98.639% 96.176%, 98.862% 96.107%, 99.081% 96.004%, 99.29% 95.877%, 99.483% 95.734%, 99.653% 95.586%, 99.796% 95.442%, 99.906% 95.311%, 99.975% 95.203%, 100% 95.128%, 100% 4.833%, 100% 4.821%, 100% 0.64%, 97.198% 0%, 97.198% 0%, 97.147% 0.011%, 96.995% 0.04%, 96.752% 0.084%, 96.423% 0.137%, 96.016% 0.194%, 95.537% 0.252%, 94.993% 0.305%, 94.392% 0.348%, 93.739% 0.378%, 93.043% 0.389%, 93.043% 0.389%, 92.304% 0.42%, 91.534% 0.505%, 90.759% 0.63%, 90.005% 0.783%, 89.297% 0.948%, 88.661% 1.114%, 88.121% 1.266%, 87.705% 1.392%, 87.436% 1.477%, 87.341% 1.508%, 87.341% 1.508%, 87.303% 1.508%, 87.202% 1.507%, 87.054% 1.503%, 86.873% 1.497%, 86.676% 1.485%, 86.48% 1.469%, 86.299% 1.445%, 86.15% 1.414%, 86.049% 1.374%, 86.012% 1.325%, 86.012% 1.325%, 85.959% 1.273%, 85.815% 1.228%, 85.603% 1.19%, 85.345% 1.158%, 85.065% 1.131%, 84.785% 1.111%, 84.527% 1.095%, 84.315% 1.084%, 84.171% 1.078%, 84.118% 1.076%, 83.014% 1.508%, 81.487% 1.508%, 73.898% 1.076%, 72.987% 1.508%, 70.974% 1.508%, 70.264% 1.508%, 68.166% 2.096%, 66.338% 2.096%, 62.481% 3.435%, 62.481% 3.435%, 62.325% 3.441%, 61.882% 3.454%, 61.193% 3.471%, 60.297% 3.485%, 59.235% 3.492%, 58.047% 3.486%, 56.773% 3.461%, 55.452% 3.413%, 54.125% 3.336%, 52.832% 3.225%, 52.832% 3.225%, 51.557% 3.107%, 50.279% 3.008%, 49.03% 2.927%, 47.843% 2.863%, 46.75% 2.814%, 45.783% 2.777%, 44.974% 2.752%, 44.357% 2.736%, 43.962% 2.728%, 43.824% 2.726%, 40.917% 2.528%, 40.917% 2.528%, 40.847% 2.533%, 40.653% 2.548%, 40.359% 2.57%, 39.986% 2.597%, 39.559% 2.627%, 39.101% 2.656%, 38.634% 2.683%, 38.183% 2.705%, 37.77% 2.72%, 37.419% 2.726%, 37.419% 2.726%, 37.089% 2.72%, 36.733% 2.705%, 36.365% 2.683%, 36% 2.656%, 35.653% 2.627%, 35.337% 2.597%, 35.066% 2.57%, 34.855% 2.548%, 34.718% 2.533%, 34.669% 2.528%, 26.28% 3.48%, 24.679% 3.666%, 23.774% 3.225%, 20.053% 3.48%, 20.053% 3.48%, 20.042% 3.488%, 20.004% 3.507%, 19.936% 3.533%, 19.835% 3.561%, 19.694% 3.586%, 19.512% 3.602%, 19.282% 3.604%, 19.003% 3.588%, 18.668% 3.548%, 18.274% 3.48%, 18.274% 3.48%, 17.77% 3.407%, 17.114% 3.349%, 16.351% 3.305%, 15.528% 3.272%, 14.689% 3.25%, 13.883% 3.236%, 13.153% 3.228%, 12.547% 3.225%, 12.109% 3.225%, 11.887% 3.225%, 11.887% 3.225%, 11.884% 3.225%, 11.882% 3.225%, 11.879% 3.225%, 11.877% 3.225%, 11.875% 3.225%, 11.874% 3.225%, 11.872% 3.225%, 11.871% 3.225%, 11.87% 3.225%, 11.869% 3.225%, 11.869% 3.225%, 11.773% 3.23%, 11.549% 3.245%, 11.228% 3.269%, 10.844% 3.305%, 10.429% 3.351%, 10.017% 3.408%, 9.639% 3.478%, 9.329% 3.559%, 9.119% 3.654%, 9.041% 3.761%, 9.041% 3.761%, 9.006% 3.831%, 8.906% 3.886%, 8.752% 3.928%, 8.555% 3.959%, 8.324% 3.98%, 8.069% 3.992%, 7.801% 3.999%, 7.531% 4%, 7.267% 3.999%, 7.021% 3.996%, 7.021% 3.996%, 6.917% 3.995%, 6.82% 3.994%, 6.731% 3.993%, 6.65% 3.993%, 6.579% 3.994%, 6.519% 3.995%, 6.47% 3.998%, 6.434% 4.001%, 6.412% 4.007%, 6.404% 4.013%, 6.404% 4.013%, 6.394% 4.022%, 6.366% 4.025%, 6.32% 4.024%, 6.259% 4.017%, 6.185% 4.006%, 6.099% 3.992%, 6.003% 3.975%, 5.899% 3.956%, 5.789% 3.935%, 5.674% 3.913%, 5.674% 3.913%, 5.674% 3.913%, 5.561% 3.891%, 5.447% 3.869%, 5.334% 3.848%, 5.224% 3.828%, 5.117% 3.81%, 5.016% 3.794%, 4.922% 3.78%, 4.837% 3.77%, 4.762% 3.763%, 4.699% 3.761%, 1.583% 3.761%, 1.583% 3.761%, 1.366% 3.785%, 1.147% 3.851%, 0.932% 3.95%, 0.727% 4.073%, 0.537% 4.212%, 0.367% 4.357%, 0.223% 4.499%, 0.11% 4.629%, 0.035% 4.74%, 0.001% 4.821%, 0% 4.821%);
}

@media (max-width: 767px) {
    .ed-prg6-wrap {
        clip-path: none;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ed-prg6-top-content {
    gap: 20px 0px;
}

    .ed-prg6-top-content .ed-sec-title-6 {
        max-width: 510px;
    }

.ed-prg-filter-btn button {
    padding: 0;
    border: none;
    font-size: 26px;
    margin-left: 20px;
    color: rgba(5, 5, 5, 0.32);
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

@media (max-width: 767px) {
    .ed-prg-filter-btn button {
        font-size: 20px;
    }
}

.ed-prg-filter-btn button:is(.is-checked) {
    color: var(--ed-prime-c9);
}

.ed-prg6-item {
    padding: 16px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-prg6-item .item-text-img {
        overflow: hidden;
        border-radius: 8px;
        background-color: #F5EFE7;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .ed-prg6-item .item-img {
        overflow: hidden;
        border-radius: 8px;
    }

        .ed-prg6-item .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .ed-prg6-item .item-text {
        padding: 30px 32px 24px;
    }

        .ed-prg6-item .item-text .course_title {
            font-size: 24px;
            font-weight: 500;
            line-height: 1.25;
            padding-bottom: 14px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-prg6-item .item-text .course_title {
        font-size: 22px;
    }
}

.ed-prg6-item .item-text p {
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-prg6-item .item-text p {
        font-size: 16px;
    }
}

.ed-prg6-item .item-text .crs-meta a {
    font-size: 16px;
    padding: 8px 20px;
    margin-right: 12px;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: var(--ed-black-color);
}

    .ed-prg6-item .item-text .crs-meta a:last-child {
        margin-right: 0;
    }

.ed-prg6-item .item-arrow a {
    margin-top: 14px;
    position: relative;
}

    .ed-prg6-item .item-arrow a span {
        top: 0;
        left: 0;
        opacity: 0;
        color: #fff;
        font-weight: 500;
        position: absolute;
        white-space: nowrap;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .ed-prg6-item .item-arrow a svg path {
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

.ed-prg6-item:hover {
    background-color: var(--ed-prime-c9);
    -webkit-box-shadow: 16px 16px 28px 0px rgba(0, 0, 0, 0.3215686275);
    box-shadow: 16px 16px 28px 0px rgba(0, 0, 0, 0.3215686275);
}

    .ed-prg6-item:hover .item-text-img {
        background-color: #fff;
    }

    .ed-prg6-item:hover .item-text .crs-meta a {
        background-color: #F5EFE7;
    }

    .ed-prg6-item:hover .item-arrow a {
        padding-left: 105px;
    }

    .ed-prg6-item:hover .item-arrow span {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .ed-prg6-item:hover .item-arrow svg path {
        fill: #fff;
    }

.ed-filter6-area {
    margin: 0px -20px;
}

    .ed-filter6-area .grid-sizer {
        width: 33.33%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-filter6-area .grid-sizer {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-filter6-area .grid-sizer {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-filter6-area .grid-sizer {
        width: 100%;
    }
}

.ed-filter6-area .grid-item {
    float: left;
    padding: 16px;
    display: inline-block;
}

.ed-filter6-area .grid-size-25 {
    width: 33.33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-filter6-area .grid-size-25 {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-filter6-area .grid-size-25 {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-filter6-area .grid-size-25 {
        width: 100%;
    }
}

/*---------------------------------------------------- */
/*Process  area*/
/*----------------------------------------------------*/
.ed-process6-sec {
    overflow: hidden;
    padding-top: 160px;
    border-bottom: 1px solid #D9D9D9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-sec {
        padding-top: 80px;
    }
}

.ed-process6-sec .ed-sec-title-6 {
    max-width: 510px;
}

.ed-process6-content {
    gap: 32px;
    padding-top: 235px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-content {
        padding-top: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-process6-item {
    z-index: 1;
    position: relative;
}

    .ed-process6-item:before {
        top: -35px;
        left: -76px;
        width: 223px;
        content: "";
        z-index: -1;
        height: 178px;
        position: absolute;
        border: 1px solid rgba(22, 73, 82, 0.4);
        border-bottom: none;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-item:before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-process6-item {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .ed-process6-item {
        width: 100%;
    }
}

.ed-process6-item span {
    color: #fff;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #F8941F;
}

.ed-process6-item .inner-item {
    padding: 50px 30px 45px;
    border: 1px solid #F8941F;
    background-color: #fff;
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-item .inner-item {
        padding: 40px 15px 35px;
    }
}

.ed-process6-item .inner-item h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-item .inner-item h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

.ed-process6-item .inner-item p {
    font-size: 16px;
}

.ed-process6-item:nth-child(1) {
    -webkit-transform: translateY(-335px);
    transform: translateY(-335px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-item:nth-child(1) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-process6-item:nth-child(2) {
    -webkit-transform: translateY(-225px);
    transform: translateY(-225px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-item:nth-child(2) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-process6-item:nth-child(2) span {
    background-color: #8E56FF;
}

.ed-process6-item:nth-child(2) .inner-item {
    border: 1px solid #8E56FF;
}

.ed-process6-item:nth-child(3) {
    -webkit-transform: translateY(-112px);
    transform: translateY(-112px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-item:nth-child(3) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ed-process6-item:nth-child(3) span {
    background-color: #1AB69D;
}

.ed-process6-item:nth-child(3) .inner-item {
    border: 1px solid #1AB69D;
}

.ed-process6-item:nth-child(4):before {
    display: none;
}

.ed-process6-item:nth-child(4) span {
    background-color: var(--ed-prime-c9);
}

.ed-process6-item:nth-child(4) .inner-item {
    border: 1px solid var(--ed-prime-c9);
}

.ed-process6-item:hover .inner-item {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ed-process6-bottom {
    right: 0;
    bottom: 0;
    max-width: 495px;
    text-align: right;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-bottom {
        margin: 0 auto;
        position: static;
        margin-top: 40px;
        text-align: center;
    }
}

.ed-process6-bottom .shape-img2 {
    top: 0;
    right: -160px;
    position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-process6-bottom .shape-img2 {
        display: none;
    }
}

/*---------------------------------------------------- */
/*Testimonial  area*/
/*----------------------------------------------------*/
.ed-tst6-sec {
    overflow: hidden;
}

    .ed-tst6-sec .ed-tst6-shape {
        left: 0;
        bottom: 120px;
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-tst6-sec .ed-tst6-shape {
        left: -80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-sec .ed-tst6-shape {
        display: none;
    }
}

.ed-tst6-content {
    gap: 30px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-tst6-text-wrap {
    max-width: 432px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-text-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px 30px;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-text-wrap .ed-sec-title-6 {
        max-width: 432px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-text-wrap .ed-ab5-client {
        margin-top: 0;
    }
}

.ed-tst6-text-wrap .ed-ab5-client li {
    width: 56px;
    height: 56px;
}

    .ed-tst6-text-wrap .ed-ab5-client li span {
        color: #fff;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 24px;
        line-height: 0.75;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: var(--ed-prime-c9);
    }

.ed-tst6-text-wrap .ed-ab5-cl-text {
    margin-top: 15px;
}

    .ed-tst6-text-wrap .ed-ab5-cl-text h3 {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 10px;
        color: var(--ed-tt-color-2);
    }

    .ed-tst6-text-wrap .ed-ab5-cl-text p {
        max-width: 165px;
    }

.ed-tst6-slider-wrap {
    max-width: 870px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-tst6-slider-wrap {
        max-width: 700px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-slider-wrap {
        max-width: 100%;
    }
}

.ed-tst6-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ed-tst6-item .inner-item-wrap {
    gap: 30px 40px;
}

@media (max-width: 767px) {
    .ed-tst6-item .inner-item-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-tst6-item .item-img-degi {
    width: 100%;
    max-width: 408px;
}

    .ed-tst6-item .item-img-degi .item-img {
        width: 364px;
        height: 364px;
        overflow: hidden;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 1000ms cubic-bezier(0.5, -0.1, 0.3, 1.1);
        transition: 1000ms cubic-bezier(0.5, -0.1, 0.3, 1.1);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-item .item-img-degi .item-img {
        width: 300px;
        height: 300px;
    }
}

.ed-tst6-item .item-img-degi .item-degi {
    left: 0;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    width: 164px;
    height: 164px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

    .ed-tst6-item .item-img-degi .item-degi:before, .ed-tst6-item .item-img-degi .item-degi:after {
        top: 0;
        width: 100%;
        content: "";
        z-index: -1;
        height: 100%;
        border-radius: 100%;
        position: absolute;
        background-color: #fff;
        -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
        transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    }

    .ed-tst6-item .item-img-degi .item-degi:before {
        right: 30px;
    }

    .ed-tst6-item .item-img-degi .item-degi:after {
        background-color: #F4BF00;
    }

    .ed-tst6-item .item-img-degi .item-degi h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 3px;
    }

    .ed-tst6-item .item-img-degi .item-degi span {
        font-size: 14px;
    }

.ed-tst6-item .item-text {
    max-width: 420px;
    padding-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-item .item-text {
        padding-top: 0;
        max-width: 100%;
    }
}

.ed-tst6-item .item-text ul {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ed-tst6-item .item-text li {
    color: #FFAE00;
    font-size: 18px;
}

.ed-tst6-item .item-text p {
    opacity: 0;
    font-size: 22px;
    line-height: 1.64;
    padding-top: 15px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
    transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ed-tst6-nav {
    right: 25%;
    z-index: 2;
    width: 100%;
    bottom: 55px;
    max-width: 215px;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-tst6-nav {
        margin: 0 auto;
        position: static;
        margin-top: 40px;
    }
}

.ed-tst6-nav .ed-tst6-next,
.ed-tst6-nav .ed-tst6-prev {
    width: 56px;
    height: 56px;
    color: #050505;
    cursor: pointer;
    border-radius: 100%;
    background-color: #F5EFE7;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-tst6-nav .ed-tst6-next:hover,
    .ed-tst6-nav .ed-tst6-prev:hover {
        color: #fff;
        background-color: var(--ed-prime-c9);
    }

.ed-tst6-pagi {
    max-width: 70px;
    text-align: center;
}

    .ed-tst6-pagi .swiper-pagination-bullet {
        width: 6px;
        opacity: 1;
        height: 6px;
        border-radius: 100%;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        background-color: rgba(5, 5, 5, 0.24);
    }

        .ed-tst6-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--ed-prime-c9);
        }

.swiper-slide-active .ed-tst6-item .item-img-degi .item-degi {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

    .swiper-slide-active .ed-tst6-item .item-img-degi .item-degi:before {
        right: -8px;
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

.swiper-slide-active .ed-tst6-item .item-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.swiper-slide-active .ed-tst6-item .item-text ul {
    opacity: 1;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.swiper-slide-active .ed-tst6-item .item-text p {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

/*---------------------------------------------------- */
/*Contact  area*/
/*----------------------------------------------------*/
.ed-cont6-sec {
    overflow: hidden;
    background-color: #900824;
}

    .ed-cont6-sec:before {
        top: 0;
        right: 0;
        content: "";
        width: 46%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        clip-path: polygon(3.099% 99.67%, 3.099% 100%, 100% 100%, 100% 0%, 1.69% 0%, 1.69% 2.967%, 0.141% 4.066%, 0.986% 4.396%, 0.986% 5.275%, 0% 5.824%, 0.563% 5.934%, 0.563% 7.253%, 0% 7.473%, 2.817% 9.011%, 2.817% 10.769%, 2.394% 10.879%, 2.394% 12.198%, 3.099% 12.527%, 3.099% 12.747%, 2.254% 12.747%, 2.394% 13.736%, 5.07% 15.275%, 5.211% 15.934%, 5.352% 16.703%, 5.07% 16.923%, 5.07% 18.022%, 5.352% 18.022%, 5.352% 19.89%, 5.07% 20.33%, 4.789% 20.33%, 4.789% 22.198%, 5.07% 22.198%, 5.07% 24.725%, 2.958% 25.714%, 2.817% 26.923%, 1.972% 27.582%, 1.69% 28.681%, 1.127% 29.89%, 1.127% 30.989%, 0.845% 31.099%, 0.845% 31.648%, 1.127% 31.978%, 1.127% 33.187%, 2.254% 33.626%, 2.254% 34.725%, 1.972% 35.385%, 2.535% 36.154%, 2.535% 37.143%, 2.817% 37.802%, 3.38% 38.132%, 3.38% 38.791%, 2.535% 39.56%, 2.535% 40.879%, 3.099% 41.099%, 3.099% 41.758%, 2.254% 41.978%, 2.254% 43.516%, 3.662% 45.275%, 3.662% 46.374%, 3.099% 46.703%, 3.944% 47.033%, 3.944% 47.473%, 3.38% 47.912%, 3.38% 49.121%, 3.521% 50.549%, 2.958% 50.549%, 2.958% 51.978%, 3.38% 52.198%, 3.38% 53.956%, 2.535% 54.176%, 2.817% 54.505%, 2.817% 55.165%, 1.972% 55.165%, 1.831% 56.044%, 2.676% 56.923%, 2.535% 57.363%, 2.254% 57.473%, 2.254% 59.231%, 2.676% 59.56%, 2.254% 59.56%, 2.254% 60%, 2.535% 60%, 2.676% 60.659%, 3.662% 60.879%, 3.944% 61.868%, 3.38% 61.868%, 3.239% 62.418%, 3.944% 62.967%, 3.944% 63.297%, 3.38% 63.516%, 3.38% 63.956%, 4.225% 64.615%, 4.225% 65.714%, 3.662% 65.934%, 4.789% 66.374%, 5.07% 67.253%, 4.225% 67.912%, 4.225% 68.352%, 4.789% 68.352%, 4.789% 69.011%, 3.944% 70.33%, 3.944% 71.648%, 5.07% 72.088%, 5.07% 72.747%, 5.352% 72.747%, 5.352% 73.407%, 4.366% 73.736%, 4.507% 74.945%, 4.225% 74.945%, 2.817% 77.473%, 3.944% 78.681%, 3.944% 79.121%, 2.817% 80.33%, 2.817% 80.879%, 0.282% 83.187%, 1.408% 84.286%, 1.408% 84.725%, 0.845% 85.385%, 1.549% 85.934%, 1.549% 86.703%, 0.845% 86.703%, 0.845% 89.121%, 1.972% 89.89%, 1.972% 91.978%, 1.972% 93.187%, 2.535% 93.297%, 2.535% 93.627%, 1.972% 93.846%, 3.38% 94.505%, 3.38% 95.495%, 2.535% 96.154%, 2.676% 98.022%, 3.38% 98.572%, 3.38% 99.67%, 3.099% 99.67%);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cont6-sec:before {
        display: none;
    }
}

.ed-cont6-sec .ed-cont6-side {
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    clip-path: polygon(3.099% 99.67%, 3.099% 100%, 100% 100%, 100% 0%, 1.69% 0%, 1.69% 2.967%, 0.141% 4.066%, 0.986% 4.396%, 0.986% 5.275%, 0% 5.824%, 0.563% 5.934%, 0.563% 7.253%, 0% 7.473%, 2.817% 9.011%, 2.817% 10.769%, 2.394% 10.879%, 2.394% 12.198%, 3.099% 12.527%, 3.099% 12.747%, 2.254% 12.747%, 2.394% 13.736%, 5.07% 15.275%, 5.211% 15.934%, 5.352% 16.703%, 5.07% 16.923%, 5.07% 18.022%, 5.352% 18.022%, 5.352% 19.89%, 5.07% 20.33%, 4.789% 20.33%, 4.789% 22.198%, 5.07% 22.198%, 5.07% 24.725%, 2.958% 25.714%, 2.817% 26.923%, 1.972% 27.582%, 1.69% 28.681%, 1.127% 29.89%, 1.127% 30.989%, 0.845% 31.099%, 0.845% 31.648%, 1.127% 31.978%, 1.127% 33.187%, 2.254% 33.626%, 2.254% 34.725%, 1.972% 35.385%, 2.535% 36.154%, 2.535% 37.143%, 2.817% 37.802%, 3.38% 38.132%, 3.38% 38.791%, 2.535% 39.56%, 2.535% 40.879%, 3.099% 41.099%, 3.099% 41.758%, 2.254% 41.978%, 2.254% 43.516%, 3.662% 45.275%, 3.662% 46.374%, 3.099% 46.703%, 3.944% 47.033%, 3.944% 47.473%, 3.38% 47.912%, 3.38% 49.121%, 3.521% 50.549%, 2.958% 50.549%, 2.958% 51.978%, 3.38% 52.198%, 3.38% 53.956%, 2.535% 54.176%, 2.817% 54.505%, 2.817% 55.165%, 1.972% 55.165%, 1.831% 56.044%, 2.676% 56.923%, 2.535% 57.363%, 2.254% 57.473%, 2.254% 59.231%, 2.676% 59.56%, 2.254% 59.56%, 2.254% 60%, 2.535% 60%, 2.676% 60.659%, 3.662% 60.879%, 3.944% 61.868%, 3.38% 61.868%, 3.239% 62.418%, 3.944% 62.967%, 3.944% 63.297%, 3.38% 63.516%, 3.38% 63.956%, 4.225% 64.615%, 4.225% 65.714%, 3.662% 65.934%, 4.789% 66.374%, 5.07% 67.253%, 4.225% 67.912%, 4.225% 68.352%, 4.789% 68.352%, 4.789% 69.011%, 3.944% 70.33%, 3.944% 71.648%, 5.07% 72.088%, 5.07% 72.747%, 5.352% 72.747%, 5.352% 73.407%, 4.366% 73.736%, 4.507% 74.945%, 4.225% 74.945%, 2.817% 77.473%, 3.944% 78.681%, 3.944% 79.121%, 2.817% 80.33%, 2.817% 80.879%, 0.282% 83.187%, 1.408% 84.286%, 1.408% 84.725%, 0.845% 85.385%, 1.549% 85.934%, 1.549% 86.703%, 0.845% 86.703%, 0.845% 89.121%, 1.972% 89.89%, 1.972% 91.978%, 1.972% 93.187%, 2.535% 93.297%, 2.535% 93.627%, 1.972% 93.846%, 3.38% 94.505%, 3.38% 95.495%, 2.535% 96.154%, 2.676% 98.022%, 3.38% 98.572%, 3.38% 99.67%, 3.099% 99.67%);
}

    .ed-cont6-sec .ed-cont6-side:before {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.84);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cont6-sec .ed-cont6-side {
        width: 100%;
        margin: 0 auto;
        max-width: 720px;
        margin-bottom: 40px;
        position: relative !important;
    }
}

.ed-cont6-sec .ed-cont6-side img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ed-cont6-form-area {
    max-width: 635px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cont6-form-area {
        margin: 0 auto;
        max-width: 720px;
    }
}

.ed-cont6-form-area .ed-sec-title-6 .sec_title {
    color: #fff;
}

.ed-cont6-form-area .ed-sec-title-6 p {
    color: #fff;
}

.ed-cont6-form {
    margin-top: 50px;
}

    .ed-cont6-form .info-input {
        position: relative;
        margin-bottom: 35px;
    }

        .ed-cont6-form .info-input label {
            top: -9px;
            left: 16px;
            color: #fff;
            line-height: 1;
            font-size: 14px;
            font-weight: 500;
            padding: 2px 8px;
            position: absolute;
            background-color: #900824;
            text-transform: uppercase;
        }

        .ed-cont6-form .info-input input, .ed-cont6-form .info-input textarea {
            width: 100%;
            height: 60px;
            border-radius: 4px;
            padding-left: 25px;
            border: 1px solid #FFFFFF;
            background-color: transparent;
            color: rgba(255, 255, 255, 0.48);
        }

            .ed-cont6-form .info-input input::-webkit-input-placeholder, .ed-cont6-form .info-input textarea::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.48);
            }

            .ed-cont6-form .info-input input::-moz-placeholder, .ed-cont6-form .info-input textarea::-moz-placeholder {
                color: rgba(255, 255, 255, 0.48);
            }

            .ed-cont6-form .info-input input:-ms-input-placeholder, .ed-cont6-form .info-input textarea:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.48);
            }

            .ed-cont6-form .info-input input::-ms-input-placeholder, .ed-cont6-form .info-input textarea::-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.48);
            }

            .ed-cont6-form .info-input input::placeholder, .ed-cont6-form .info-input textarea::placeholder {
                color: rgba(255, 255, 255, 0.48);
            }

        .ed-cont6-form .info-input textarea {
            height: 156px;
            padding-top: 20px;
        }

    .ed-cont6-form button {
        border: none;
        font-weight: 600;
        padding: 14px 24px;
        border-radius: 6px;
        background-color: #fff;
        color: var(--ed-prime-c9);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .ed-cont6-form button span {
            font-size: 16px;
            margin-right: 5px;
        }

        .ed-cont6-form button:hover {
            color: var(--ed-tt-color-2);
            background-color: #F4BF00;
        }

.ed-cont6-img-wrap {
    top: 100px;
    right: 260px;
    position: absolute;
    padding-bottom: 290px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-cont6-img-wrap {
        right: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-cont6-img-wrap {
        right: 0px;
    }
}

@media (max-width: 767px) {
    .ed-cont6-img-wrap {
        display: none;
    }
}

.ed-cont6-img-wrap .item-img-wrap .item-img1:before {
    top: 8px;
    left: 1px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #fff;
    clip-path: polygon(16.865% 98.042%, 14.335% 99.987%, 0% 12.061%, 87.274% 0%, 99.922% 78.394%, 97.814% 78.394%, 94.441% 75.671%, 91.49% 75.865%, 91.279% 74.893%, 90.436% 74.893%, 89.382% 75.865%, 86.642% 75.476%, 82.215% 71.586%, 79.474% 71.78%, 79.263% 71.391%, 76.944% 71.78%, 74.626% 70.224%, 71.464% 71.391%, 67.036% 69.446%, 65.35% 70.613%, 60.712% 67.695%, 58.604% 67.501%, 56.707% 68.473%, 54.388% 67.306%, 52.702% 67.501%, 52.702% 71.78%, 50.172% 73.726%, 50.172% 77.033%, 47.221% 80.923%, 47.221% 85.203%, 45.956% 85.592%, 43.848% 88.51%, 43.426% 89.482%, 44.691% 89.871%, 44.902% 90.455%, 42.372% 95.124%, 41.318% 94.734%, 39.421% 94.734%, 39.21% 95.513%, 37.945% 95.124%, 36.048% 95.124%, 35.837% 95.902%, 31.621% 96.096%, 31.41% 97.458%, 26.562% 97.458%, 25.508% 99.014%, 22.978% 99.014%, 20.027% 97.458%, 17.497% 97.458%, 16.865% 98.042%);
}

.ed-cont6-img-wrap .item-img-wrap .item-img1 .inner-img {
    clip-path: polygon(16.865% 98.042%, 14.335% 99.987%, 0% 12.061%, 87.274% 0%, 99.922% 78.394%, 97.814% 78.394%, 94.441% 75.671%, 91.49% 75.865%, 91.279% 74.893%, 90.436% 74.893%, 89.382% 75.865%, 86.642% 75.476%, 82.215% 71.586%, 79.474% 71.78%, 79.263% 71.391%, 76.944% 71.78%, 74.626% 70.224%, 71.464% 71.391%, 67.036% 69.446%, 65.35% 70.613%, 60.712% 67.695%, 58.604% 67.501%, 56.707% 68.473%, 54.388% 67.306%, 52.702% 67.501%, 52.702% 71.78%, 50.172% 73.726%, 50.172% 77.033%, 47.221% 80.923%, 47.221% 85.203%, 45.956% 85.592%, 43.848% 88.51%, 43.426% 89.482%, 44.691% 89.871%, 44.902% 90.455%, 42.372% 95.124%, 41.318% 94.734%, 39.421% 94.734%, 39.21% 95.513%, 37.945% 95.124%, 36.048% 95.124%, 35.837% 95.902%, 31.621% 96.096%, 31.41% 97.458%, 26.562% 97.458%, 25.508% 99.014%, 22.978% 99.014%, 20.027% 97.458%, 17.497% 97.458%, 16.865% 98.042%);
}

.ed-cont6-img-wrap .item-img-wrap .item-img2 {
    bottom: 0;
    width: 395px;
    height: 406px;
    right: -105px;
    position: absolute;
}

    .ed-cont6-img-wrap .item-img-wrap .item-img2:before {
        top: -5px;
        left: -5px;
        width: 100%;
        content: "";
        height: 103%;
        position: absolute;
        background-color: #fff;
        clip-path: polygon(4.999% 71.686%, 0% 77.479%, 0% 78.685%, 73.239% 99.926%, 99.986% 16.413%, 87.737% 13.034%, 83.738% 12.551%, 83.738% 13.758%, 79.989% 13.758%, 78.239% 11.586%, 78.239% 11.586%, 77.934% 11.533%, 77.58% 11.474%, 77.192% 11.41%, 76.784% 11.346%, 76.37% 11.284%, 75.966% 11.226%, 75.586% 11.177%, 75.246% 11.138%, 74.958% 11.112%, 74.739% 11.103%, 74.739% 11.103%, 74.587% 11.13%, 74.485% 11.207%, 74.427% 11.324%, 74.408% 11.474%, 74.421% 11.646%, 74.459% 11.833%, 74.516% 12.025%, 74.586% 12.215%, 74.662% 12.393%, 74.739% 12.551%, 72.99% 12.551%, 67.49% 9.172%, 65.74% 8.206%, 64.491% 9.172%, 63.241% 9.172%, 58.242% 3.862%, 56.492% 4.586%, 55.742% 4.586%, 52.992% 3.862%, 51.993% 3.138%, 48.243% 2.655%, 48.243% 3.862%, 46.743% 3.862%, 43.494% 2.655%, 40.744% 2.655%, 40.244% 3.862%, 39.244% 3.862%, 37.245% 2.172%, 34.245% 2.655%, 32.745% 2.655%, 29.496% 0.965%, 26.746% 0.965%, 26.746% 0%, 24.996% 0%, 24.996% 0.965%, 23.247% 0.965%, 17.497% 8.689%, 17.497% 11.586%, 18.747% 12.551%, 18.747% 13.758%, 17.497% 14.965%, 17.497% 20.275%, 16.248% 21.723%, 16.248% 24.619%, 14.498% 26.792%, 15.248% 29.447%, 14.748% 33.55%, 13.498% 34.033%, 12.998% 37.17%, 11.748% 38.136%, 12.248% 41.756%, 9.999% 42.722%, 9.999% 44.17%, 8.499% 44.653%, 8.499% 47.066%, 7.999% 48.273%, 6.999% 52.618%, 8.499% 52.618%, 8.499% 54.066%, 6.999% 56.48%, 6.999% 58.169%, 6.249% 59.859%, 6.999% 61.066%, 6.999% 62.997%, 3.749% 67.341%, 3.749% 69.514%, 4.999% 71.686%);
    }

    .ed-cont6-img-wrap .item-img-wrap .item-img2 .inner-img {
        clip-path: polygon(4.999% 71.686%, 0% 77.479%, 0% 78.685%, 73.239% 99.926%, 99.986% 16.413%, 87.737% 13.034%, 83.738% 12.551%, 83.738% 13.758%, 79.989% 13.758%, 78.239% 11.586%, 78.239% 11.586%, 77.934% 11.533%, 77.58% 11.474%, 77.192% 11.41%, 76.784% 11.346%, 76.37% 11.284%, 75.966% 11.226%, 75.586% 11.177%, 75.246% 11.138%, 74.958% 11.112%, 74.739% 11.103%, 74.739% 11.103%, 74.587% 11.13%, 74.485% 11.207%, 74.427% 11.324%, 74.408% 11.474%, 74.421% 11.646%, 74.459% 11.833%, 74.516% 12.025%, 74.586% 12.215%, 74.662% 12.393%, 74.739% 12.551%, 72.99% 12.551%, 67.49% 9.172%, 65.74% 8.206%, 64.491% 9.172%, 63.241% 9.172%, 58.242% 3.862%, 56.492% 4.586%, 55.742% 4.586%, 52.992% 3.862%, 51.993% 3.138%, 48.243% 2.655%, 48.243% 3.862%, 46.743% 3.862%, 43.494% 2.655%, 40.744% 2.655%, 40.244% 3.862%, 39.244% 3.862%, 37.245% 2.172%, 34.245% 2.655%, 32.745% 2.655%, 29.496% 0.965%, 26.746% 0.965%, 26.746% 0%, 24.996% 0%, 24.996% 0.965%, 23.247% 0.965%, 17.497% 8.689%, 17.497% 11.586%, 18.747% 12.551%, 18.747% 13.758%, 17.497% 14.965%, 17.497% 20.275%, 16.248% 21.723%, 16.248% 24.619%, 14.498% 26.792%, 15.248% 29.447%, 14.748% 33.55%, 13.498% 34.033%, 12.998% 37.17%, 11.748% 38.136%, 12.248% 41.756%, 9.999% 42.722%, 9.999% 44.17%, 8.499% 44.653%, 8.499% 47.066%, 7.999% 48.273%, 6.999% 52.618%, 8.499% 52.618%, 8.499% 54.066%, 6.999% 56.48%, 6.999% 58.169%, 6.249% 59.859%, 6.999% 61.066%, 6.999% 62.997%, 3.749% 67.341%, 3.749% 69.514%, 4.999% 71.686%);
    }

/*---------------------------------------------------- */
/*Sponsor  area*/
/*----------------------------------------------------*/
.ed-spn6-top-content {
    gap: 20px 30px;
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

    .ed-spn6-top-content .ed-sec-title-6 {
        max-width: 520px;
    }

.ed-spn6-content {
    overflow: hidden;
}

    .ed-spn6-content .ed-spn6-item .item-img {
        width: 220px;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid rgba(5, 5, 5, 0.2);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-spn6-content .ed-spn6-item .item-img {
        width: 180px;
        height: 100px;
    }
}

.ed-spn6-content .ed-spn6-item .item-img:hover img {
    -webkit-animation: swing 2s ease infinite;
    animation: swing 2s ease infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-spn6-top-item {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.ed-spn6-bottom-item {
    margin-top: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-spn6-bottom-item {
        gap: 15px;
        margin-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

/*---------------------------------------------------- */
/*Blog  area*/
/*----------------------------------------------------*/
.ed-blg6-sec {
    overflow: hidden;
}

    .ed-blg6-sec .ed-sec-title-6 {
        margin: 0 auto;
        max-width: 640px;
    }

.ed-blog6-item {
    margin-bottom: 30px;
}

    .ed-blog6-item .item-img {
        margin-bottom: 22px;
    }

        .ed-blog6-item .item-img .inner-img {
            overflow: hidden;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            border-bottom: 4px solid #CECECE;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

@media (max-width: 767px) {
    .ed-blog6-item .item-img .inner-img {
        max-height: 320px;
    }
}

.ed-blog6-item .item-img .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1000ms cubic-bezier(0.73, 1.29, 0.5, -0.33);
    transition: 1000ms cubic-bezier(0.73, 1.29, 0.5, -0.33);
}

.ed-blog6-item .item-img .item-meta {
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    position: absolute;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(255, 255, 255, 0.72);
}

    .ed-blog6-item .item-img .item-meta .ed-date {
        width: 100%;
        color: #fff;
        height: 51px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        font-size: 32px;
        font-weight: 700;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color: var(--ed-prime-c9);
    }

    .ed-blog6-item .item-img .item-meta .ed-month {
        color: #050505;
        font-size: 14px;
        padding: 4px 8px;
        white-space: nowrap;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom: 2px solid #FFFFFF;
    }

.ed-blog6-item .item-cate {
    margin-bottom: 15px;
}

    .ed-blog6-item .item-cate a {
        margin-right: 48px;
        position: relative;
    }

        .ed-blog6-item .item-cate a:before {
            top: 7px;
            right: -35px;
            width: 16px;
            content: "";
            height: 16px;
            position: absolute;
            background-image: url(../img/icon/star.svg);
        }

        .ed-blog6-item .item-cate a:nth-child(1) {
            color: #8E56FF;
            font-weight: 500;
        }

        .ed-blog6-item .item-cate a:last-child {
            margin-right: 0;
        }

            .ed-blog6-item .item-cate a:last-child:before {
                display: none;
            }

.ed-blog6-item .blog_title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -1px;
}

.ed-blog6-item:hover .item-img .inner-img {
    border-bottom: 4px solid var(--ed-prime-c9);
}

    .ed-blog6-item:hover .item-img .inner-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/*---------------------------------------------------- */
/*Newsletter  area*/
/*----------------------------------------------------*/
.ed-newsletter6-sec {
    z-index: 1;
    overflow: hidden;
    padding: 75px 0px;
    background-color: #C11336;
}

    .ed-newsletter6-sec .ed-news-bg {
        top: 0;
        left: 0;
        z-index: -1;
        width: 42%;
        height: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-newsletter6-sec .ed-news-bg {
        display: none;
    }
}

.ed-newsletter6-sec .ed-news-bg:before {
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.8;
    height: 100%;
    position: absolute;
    background-color: #C11336;
}

.ed-newsletter6-sec .ed-news-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.ed-newsletter6-sec .ed-shape-img1 {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ed-newsletter6-sec .ed-shape-img1 {
        right: -50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-newsletter6-sec .ed-shape-img1 {
        right: -120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-newsletter6-sec .ed-shape-img1 {
        display: none;
    }
}

.ed-newsletter6-text {
    width: 100%;
    max-width: 980px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-newsletter6-text {
        gap: 15px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-newsletter6-text h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    max-width: 502px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-newsletter6-text h3 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ed-newsletter6-text h3 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .ed-newsletter6-text h3 {
        font-size: 30px;
    }
}

.ed-newsletter6-text form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 415px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-newsletter6-text form {
        max-width: 100%;
    }
}

.ed-newsletter6-text form input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 16px;
    max-width: 280px;
    padding-bottom: 12px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: rgba(255, 255, 255, 0.72);
}

    .ed-newsletter6-text form input::-webkit-input-placeholder {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.72);
    }

    .ed-newsletter6-text form input::-moz-placeholder {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.72);
    }

    .ed-newsletter6-text form input:-ms-input-placeholder {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.72);
    }

    .ed-newsletter6-text form input::-ms-input-placeholder {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.72);
    }

    .ed-newsletter6-text form input::placeholder {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.72);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-newsletter6-text form input {
        max-width: 100%;
    }
}

.ed-newsletter6-text form button {
    padding: 0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 30px;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .ed-newsletter6-text form button i {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .ed-newsletter6-text form button:hover {
        color: #F4BF00;
    }

/*---------------------------------------------------- */
/******* Inner Pages *******/
/*Breadcrumb  area*/
/*----------------------------------------------------*/
.ed-breadcrumb-content {
    padding-top: 248px;
    padding-bottom: 205px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-breadcrumb-content {
        padding-top: 180px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-breadcrumb-content {
        padding-top: 160px;
        padding-bottom: 80px;
    }
}

@media (max-width: 480px) {
    .ed-breadcrumb-content {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

.ed-breadcrumb-content .bread_title {
    color: #171616;
    line-height: 1;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-breadcrumb-content .bread_title {
        font-size: 60px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .ed-breadcrumb-content .bread_title {
        font-size: 45px;
    }
}

.ed-breadcrumb-content ul {
    padding: 13px 25px;
    border-radius: 40px;
    display: inline-block;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(rgba(1, 240, 233, 0.6)), to(rgba(0, 255, 180, 0.6))) border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(-90deg, rgba(1, 240, 233, 0.6) 0%, rgba(0, 255, 180, 0.6) 100%) border-box;
}

@media (max-width: 480px) {
    .ed-breadcrumb-content ul {
        padding: 10px 18px;
    }
}

.ed-breadcrumb-content ul li {
    color: rgba(23, 22, 22, 0.4784313725);
    font-weight: 700;
    margin-right: 35px;
    position: relative;
}

@media (max-width: 480px) {
    .ed-breadcrumb-content ul li {
        font-size: 16px;
    }
}

.ed-breadcrumb-content ul li:before {
    top: 7px;
    right: -30px;
    width: 20px;
    content: "";
    height: 20px;
    position: absolute;
    background-image: url(../img/icon/arrow-7.svg);
}

@media (max-width: 480px) {
    .ed-breadcrumb-content ul li:before {
        top: 3px;
    }
}

.ed-breadcrumb-content ul li:last-child {
    margin-right: 0;
}

    .ed-breadcrumb-content ul li:last-child:before {
        display: none;
    }

.ed-breadcrumb-content ul li a {
    color: #1D1D1D;
}

.ed-breadcrumb2-sec {
    padding-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-breadcrumb2-sec {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .ed-breadcrumb2-sec {
        padding-top: 90px;
    }
}

@media (max-width: 480px) {
    .ed-breadcrumb2-sec {
        padding-top: 80px;
    }
}

.ed-breadcrumb-content2 {
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 120px;
}

@media (max-width: 480px) {
    .ed-breadcrumb-content2 {
        padding-bottom: 60px;
    }
}

.ed-breadcrumb-content2:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.ed-breadcrumb-text2 {
    max-width: 925px;
}

    .ed-breadcrumb-text2 .ed-back-btn a {
        color: #fff;
    }

        .ed-breadcrumb-text2 .ed-back-btn a i {
            font-size: 16px;
            margin-right: 5px;
        }

    .ed-breadcrumb-text2 .bread_title {
        color: #FFFFFF;
        font-size: 60px;
        font-weight: 800;
        padding-top: 155px;
        padding-bottom: 45px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-breadcrumb-text2 .bread_title {
        font-size: 50px;
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .ed-breadcrumb-text2 .bread_title {
        font-size: 40px;
    }
}

.ed-breadcrumb-text2 ul {
    gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-breadcrumb-text2 ul {
        gap: 15px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-breadcrumb-text2 li {
    gap: 20px;
    color: #FFFFFF;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .ed-breadcrumb-text2 li i {
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #00FFB4;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #565656;
    }

@media (max-width: 480px) {
    .ed-breadcrumb-text2 li i {
        width: 50px;
        height: 50px;
    }
}

.ed-breadcrumb-text2:is(.ver_2) {
    max-width: 100%;
}

    .ed-breadcrumb-text2:is(.ver_2) .ed-back-btn {
        text-align: left;
    }

    .ed-breadcrumb-text2:is(.ver_2) .blog-item-meta {
        margin-top: 135px;
        text-align: center;
        padding: 13px 12px;
        margin-bottom: 30px;
        border-radius: 100px;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.12);
    }

@media (max-width: 767px) {
    .ed-breadcrumb-text2:is(.ver_2) .blog-item-meta {
        margin-top: 50px;
    }
}

.ed-breadcrumb-text2:is(.ver_2) .blog-item-meta a {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0px 20px;
}

    .ed-breadcrumb-text2:is(.ver_2) .blog-item-meta a i {
        margin-right: 8px;
    }

.ed-breadcrumb-text2:is(.ver_2) .bread_title {
    padding-top: 0;
    margin: 0 auto;
    max-width: 1100px;
}

/*---------------------------------------------------- */
/*Course Category  area*/
/*----------------------------------------------------*/
.ed-cc-cate-feed-sec {
    background-color: rgba(23, 22, 22, 0.06);
}

.ed-cc-cate-feed-top {
    gap: 15px;
}

    .ed-cc-cate-feed-top .ed-prg-filter-btn button:is(.is-checked) {
        color: #3361FF;
    }

.ed-view-btn-wrap {
    gap: 12px 32px;
}

    .ed-view-btn-wrap .ed-view-btn {
        border-radius: 100px;
        padding: 8px 14px 12px;
        background-color: #FFFFFF;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-view-btn-wrap .ed-view-btn {
        display: none !important;
    }
}

.ed-view-btn-wrap .ed-view-btn button {
    color: #171616;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 100px;
    border: 2px solid transparent;
    background-color: transparent;
}

    .ed-view-btn-wrap .ed-view-btn button i {
        margin-right: 6px;
    }

    .ed-view-btn-wrap .ed-view-btn button:is(.active) {
        -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
        box-shadow: 0 4px 0 0 var(--ed-tt-color);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(rgba(1, 240, 233, 0.6)), to(rgba(0, 255, 180, 0.6))) border-box;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(-90deg, rgba(1, 240, 233, 0.6) 0%, rgba(0, 255, 180, 0.6) 100%) border-box;
    }

.ed-view-btn-wrap span {
    color: var(--ed-black-color);
}

    .ed-view-btn-wrap span b {
        font-weight: 600;
    }

.ed-cc-search {
    width: 100%;
    max-width: 480px;
}

    .ed-cc-search form {
        width: 100%;
        position: relative;
    }

        .ed-cc-search form input {
            width: 100%;
            height: 62px;
            padding-left: 20px;
            border-radius: 100px;
            border: 2px solid #565656;
            -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
            box-shadow: 0 4px 0 0 var(--ed-tt-color);
        }

        .ed-cc-search form button {
            top: 9px;
            color: #fff;
            right: 11px;
            width: 44px;
            height: 44px;
            border: none;
            position: absolute;
            border-radius: 100%;
            background-color: #3361FF;
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

            .ed-cc-search form button:hover {
                color: var(--ed-tt-color-2);
                background-color: #00f8cb;
            }

.ed-cc-filter {
    position: relative;
}

    .ed-cc-filter:before {
        top: 18px;
        right: 25px;
        z-index: 2;
        content: "\f078";
        font-weight: 900;
        position: absolute;
        font-family: "Font Awesome 5 Free";
    }

    .ed-cc-filter select {
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 100px;
        color: var(--ed-tt-color);
        padding: 15px 55px 15px 28px;
        border: 3px solid var(--ed-tt-color);
        -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
        box-shadow: 0 4px 0 0 var(--ed-tt-color);
    }

.ed-cc1-feed-area .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .ed-cc1-feed-area .products > li {
        width: calc(33.33% - 30px);
        float: left;
        margin: 15px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-cc1-feed-area .products > li {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .ed-cc1-feed-area .products > li {
        width: calc(100% - 30px);
    }
}

.ed-cc1-feed-area .products > li .ed-ft-class-item .item-text p {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-cc1-feed-area .products > li .ed-ft-class-item .item-text {
        padding: 30px 25px;
    }
}

.ed-cc1-feed-area .products > li .ed-course5-item {
    margin-bottom: 0;
}

    .ed-cc1-feed-area .products > li .ed-course5-item .item-text p {
        display: none;
        padding-top: 22px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(5, 5, 5, 0.2);
    }

    .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom {
        padding-top: 32px;
        display: none !important;
    }

        .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-meta-2 {
            gap: 10px 40px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-meta-2 {
        gap: 10px 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-meta-2 a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ed-heading-2);
}

    .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-meta-2 a i {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(47, 88, 79, 0.08);
    }

    .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-meta-2 a b {
        color: #515151;
        font-weight: 500;
    }

.ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-bottom-2 {
    gap: 10px 40px;
}

    .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-bottom-2 .item-price {
        font-weight: 800;
    }

        .ed-cc1-feed-area .products > li .ed-course5-item .item-meta-bottom .item-bottom-2 .item-price span {
            color: #51EB9A;
        }

.ed-cc1-feed-area .products:is(.list-view) li {
    margin: 0;
    margin-bottom: 30px;
    width: calc(100% - 0px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cc1-feed-area .products:is(.list-view) li {
        display: none;
    }
}

.ed-cc1-feed-area .products:is(.list-view) li .ed-ft-class-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .ed-cc1-feed-area .products:is(.list-view) li .ed-ft-class-item .item-img {
        height: auto;
    }

        .ed-cc1-feed-area .products:is(.list-view) li .ed-ft-class-item .item-img .inner-img {
            width: 100%;
            height: 100%;
        }

            .ed-cc1-feed-area .products:is(.list-view) li .ed-ft-class-item .item-img .inner-img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-ft-class-item .item-text {
        max-width: 900px;
    }

        .ed-cc1-feed-area .products:is(.list-view) li .ed-ft-class-item .item-text p {
            padding-top: 10px;
            display: block;
        }

.ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 20px;
    overflow: hidden;
}

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-text {
        max-width: 750px;
        padding: 60px 40px;
    }

        .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-text p {
            display: block;
        }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-img-cate {
        width: 100%;
        overflow: hidden;
        max-width: 600px;
        max-height: 445px;
    }

        .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-img-cate .inner-img {
            height: 100%;
        }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-text .item-rate li {
        width: auto;
        margin-bottom: 0;
    }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .crs-btn {
        width: 89%;
        display: none !important;
    }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-meta-bottom {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-text .item-meta {
        display: none !important;
    }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-text .item-meta,
    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item .item-text .item-bottom {
        display: none !important;
    }

    .ed-cc1-feed-area .products:is(.list-view) li .ed-course5-item:hover {
        -webkit-box-shadow: 16px 16px 28px 0px rgba(47, 88, 79, 0.2784313725);
        box-shadow: 16px 16px 28px 0px rgba(47, 88, 79, 0.2784313725);
    }

.ed-prg6-content:is(.ver_2) .ed-prg6-item {
    background-color: #EFEBFC;
}

    .ed-prg6-content:is(.ver_2) .ed-prg6-item:hover {
        background-color: #3361FF;
    }

.ed-cc2-feed-area .ed-program-item .item-inner {
    max-width: 100%;
}

.ed-cc2-feed-area .ed-program-item .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*---------------------------------------------------- */
/*Sidebar  area*/
/*----------------------------------------------------*/
.ed-sidebar-1 {
    padding: 24px;
    border-radius: 16px;
    background-color: #F1F1F1;
}

@media (max-width: 480px) {
    .ed-sidebar-1 {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-sidebar-1 {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-sidebar-1:is(.ed_right_side) {
        margin-top: 40px;
        margin-bottom: 0;
    }
}

.ed-sidebar-widget {
    padding: 35px;
    margin-bottom: 32px;
    border-radius: 12px;
    background-color: #fff;
}

@media (max-width: 480px) {
    .ed-sidebar-widget {
        padding: 20px 15px;
    }
}

.ed-sidebar-widget .widget-title {
    color: #171616;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
}

    .ed-sidebar-widget .widget-title:before {
        top: 1px;
        right: 0;
        margin-top: 0;
        border: none;
        font-size: 16px;
        font-weight: 900;
        content: "\f078";
        position: absolute;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        font-family: "Font Awesome 5 Free";
    }

.ed-sidebar-widget:is(.ver_2) .widget-title:before {
    display: none;
}

.ed-sidebar-widget:is(.ver_2) .gt-check-list li {
    padding-bottom: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

    .ed-sidebar-widget:is(.ver_2) .gt-check-list li.active, .ed-sidebar-widget:is(.ver_2) .gt-check-list li:hover {
        color: #4400E7;
    }

        .ed-sidebar-widget:is(.ver_2) .gt-check-list li.active:before, .ed-sidebar-widget:is(.ver_2) .gt-check-list li:hover:before {
            background-color: var(--ed-prime-c);
            border: 1px solid var(--ed-prime-c);
        }

.ed-sidebar-widget:last-child {
    margin-bottom: 0;
}

.ed-sidebar-widget .search-widget form {
    border-radius: 10px;
    position: relative;
}

.ed-sidebar-widget .search-widget input {
    width: 100%;
    height: 62px;
    padding-left: 20px;
    border-radius: 100px;
    border: 2px solid #565656;
    color: rgba(23, 22, 22, 0.52);
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
}

    .ed-sidebar-widget .search-widget input::-webkit-input-placeholder {
        font-size: 16px;
        color: rgba(23, 22, 22, 0.52);
    }

    .ed-sidebar-widget .search-widget input::-moz-placeholder {
        font-size: 16px;
        color: rgba(23, 22, 22, 0.52);
    }

    .ed-sidebar-widget .search-widget input:-ms-input-placeholder {
        font-size: 16px;
        color: rgba(23, 22, 22, 0.52);
    }

    .ed-sidebar-widget .search-widget input::-ms-input-placeholder {
        font-size: 16px;
        color: rgba(23, 22, 22, 0.52);
    }

    .ed-sidebar-widget .search-widget input::placeholder {
        font-size: 16px;
        color: rgba(23, 22, 22, 0.52);
    }

.ed-sidebar-widget .search-widget button {
    top: 9px;
    right: 10px;
    color: #fff;
    width: 44px;
    height: 44px;
    border: none;
    font-size: 16px;
    position: absolute;
    border-radius: 100%;
    background: var(--ed-prime-c);
}

.ed-sidebar-widget .gt-check-list li,
.ed-sidebar-widget .gt-check-list_2 li,
.ed-sidebar-widget .gt-check-wrap li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4F4E54;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 15px;
}

    .ed-sidebar-widget .gt-check-list li:last-child,
    .ed-sidebar-widget .gt-check-list_2 li:last-child,
    .ed-sidebar-widget .gt-check-wrap li:last-child {
        margin-bottom: 0;
    }

    .ed-sidebar-widget .gt-check-list li:before,
    .ed-sidebar-widget .gt-check-list_2 li:before,
    .ed-sidebar-widget .gt-check-wrap li:before {
        left: 0;
        top: 7px;
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        border-radius: 4px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border: 1px solid rgb(170, 170, 172);
    }

    .ed-sidebar-widget .gt-check-list li.active,
    .ed-sidebar-widget .gt-check-list_2 li.active,
    .ed-sidebar-widget .gt-check-wrap li.active {
        color: #4400E7;
    }

        .ed-sidebar-widget .gt-check-list li.active span,
        .ed-sidebar-widget .gt-check-list_2 li.active span,
        .ed-sidebar-widget .gt-check-wrap li.active span {
            color: #fff;
            background-color: #4400E7;
        }

        .ed-sidebar-widget .gt-check-list li.active:before,
        .ed-sidebar-widget .gt-check-list_2 li.active:before,
        .ed-sidebar-widget .gt-check-wrap li.active:before {
            background-color: var(--ed-prime-c);
            border: 1px solid var(--ed-prime-c);
        }

.ed-sidebar-widget .gt-check-list .show-more,
.ed-sidebar-widget .gt-check-list_2 .show-more,
.ed-sidebar-widget .gt-check-wrap .show-more {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    color: var(--ed-prime-c);
}

.ed-sidebar-widget .ratting-widget li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .ed-sidebar-widget .ratting-widget li:last-child {
        margin-bottom: 0;
    }

    .ed-sidebar-widget .ratting-widget li span {
        color: #171616;
        font-size: 18px;
    }

    .ed-sidebar-widget .ratting-widget li ul {
        gap: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .ed-sidebar-widget .ratting-widget li ul li {
            color: #FF9960;
            font-size: 14px;
            padding-left: 0;
            margin-bottom: 0;
        }

            .ed-sidebar-widget .ratting-widget li ul li:before {
                display: none;
            }

    .ed-sidebar-widget .ratting-widget li:nth-child(2) ul li:last-child {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(2) ul li:nth-child(5) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(3) ul li:nth-child(4) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(3) ul li:nth-child(5) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(4) ul li:nth-child(3) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(4) ul li:nth-child(4) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(4) ul li:nth-child(5) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(5) ul li:nth-child(2) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(5) ul li:nth-child(3) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(5) ul li:nth-child(4) {
        color: #C5C5C5;
    }

    .ed-sidebar-widget .ratting-widget li:nth-child(5) ul li:nth-child(5) {
        color: #C5C5C5;
    }

.ed-sidebar-widget .recent-widget .bi-recent-blog-item {
    gap: 16px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-sidebar-widget .recent-widget .bi-recent-blog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-sidebar-widget .recent-widget .bi-recent-blog-item:last-child {
    margin-bottom: 0;
}

.ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-img {
    width: 114px;
    height: 124px;
    overflow: hidden;
    border-radius: 5px;
}

    .ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-text {
    max-width: 215px;
}

@media (max-width: 480px) {
    .ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-text {
        max-width: 100%;
    }
}

.ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-text span {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    position: relative;
    background-color: #E6EBEA;
}

    .ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-text span:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--agn-clr-pr-9);
        position: absolute;
        left: 0;
        top: 11px;
    }

.ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-text h3 {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 700;
    padding-top: 12px;
    line-height: 1.333;
    font-family: var(--playfair);
}

    .ed-sidebar-widget .recent-widget .bi-recent-blog-item .bi-recent-blog-text h3:hover {
        color: var(--base-color);
    }

.ed-sidebar-widget .tags-widget a {
    color: #505050;
    font-size: 16px;
    padding: 5px 18px;
    border-radius: 5px;
    margin-right: 5px;
    border-radius: 30px;
    background: #F3F4F4;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #F1F1F1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

    .ed-sidebar-widget .tags-widget a:hover {
        color: #fff;
        background-color: var(--ed-prime-c);
    }

.ed-reset-btn a {
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    padding: 18px 15px;
    border-radius: 12px;
    color: var(--ed-black-color);
    background: var(--ed-gradient);
}

.ed-crd-sidebar {
    z-index: 2;
    padding: 32px;
    margin-top: -350px;
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-crd-sidebar {
        margin-top: 30px;
    }
}

.ed-crd-sidebar .item-img {
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 25px;
}

.ed-crd-sidebar .item-text .crs-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #171616;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23, 22, 22, 0.16);
}

    .ed-crd-sidebar .item-text .crs-info li i {
        margin-right: 5px;
    }

.ed-crd-sidebar .item-text h4 {
    color: #171616;
    font-size: 24px;
    font-weight: 600;
    padding-top: 22px;
    padding-bottom: 10px;
}

.ed-crd-sidebar .item-text .crs-info-2 li {
    color: #171616;
    margin-bottom: 12px;
}

    .ed-crd-sidebar .item-text .crs-info-2 li i {
        margin-right: 5px;
    }

.ed-crd-sidebar .ed-btn-1 a {
    width: 100%;
}

.ed-crd-sidebar .bottom-text {
    width: 100%;
    margin-top: 18px;
}

.ed-evt-sidebar {
    padding: 40px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
    .ed-evt-sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 767px), (max-width: 480px) {
    .ed-evt-sidebar {
        padding: 30px 15px;
    }
}

.ed-evt-sidebar h3 {
    color: #171616;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 8px;
}

.ed-evt-sidebar li {
    gap: 15px;
    color: #171616;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23, 22, 22, 0.16);
}

    .ed-evt-sidebar li i {
        color: #3361FF;
        margin-right: 10px;
    }

.ed-evt-sidebar .ed-evt-btn a {
    padding: 18px;
    display: block;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
    -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
    box-shadow: 0 4px 0 0 var(--ed-tt-color);
}

    .ed-evt-sidebar .ed-evt-btn a:nth-child(1) {
        color: #1D1D1D;
        font-weight: 800;
        margin-bottom: 20px;
        background: var(--ed-gradient);
    }

    .ed-evt-sidebar .ed-evt-btn a:nth-child(2) {
        font-weight: 600;
        border: 2px solid #00FFB4;
    }

        .ed-evt-sidebar .ed-evt-btn a:nth-child(2) span {
            font-weight: 700;
        }

.ed-zm-sidebar {
    padding: 35px 32px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1019607843);
}

    .ed-zm-sidebar .item-img {
        overflow: hidden;
        margin-bottom: 20px;
        display: inline-block;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .ed-zm-sidebar .item-text .ed-btn-1 a {
        width: 100%;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
    .ed-zm-sidebar .item-text .ed-btn-1 a {
        font-size: 16px;
    }
}

.ed-zm-sidebar .item-text .crs-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #171616;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23, 22, 22, 0.16);
}

    .ed-zm-sidebar .item-text .crs-info li span:nth-child(2) {
        color: #565656;
    }

.ed-zm-sidebar .item-text .ed-zm-share {
    margin-top: 25px;
}

    .ed-zm-sidebar .item-text .ed-zm-share span {
        color: #171616;
        font-size: 18px;
        font-weight: 700;
    }

    .ed-zm-sidebar .item-text .ed-zm-share .social-share {
        gap: 14px;
    }

        .ed-zm-sidebar .item-text .ed-zm-share .social-share a {
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #565656;
            font-size: 14px;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 1px solid #565656;
        }

            .ed-zm-sidebar .item-text .ed-zm-share .social-share a:hover {
                color: #171616;
                background-color: #00f8cb;
                border: 1px solid #00f8cb;
            }

.ed-blog-sidebar {
    padding: 24px;
    border-radius: 16px;
    background-color: #F1F1F1;
}

/*---------------------------------------------------- */
/*Course Details  area*/
/*----------------------------------------------------*/
.ed-cr-de-btn {
    padding: 20px;
    border-radius: 10px;
    background-color: #F1F1F1;
}

    .ed-cr-de-btn .nav {
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    .ed-cr-de-btn .nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-cr-de-btn .nav li {
    width: 25%;
}

@media (max-width: 767px) {
    .ed-cr-de-btn .nav li {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .ed-cr-de-btn .nav li {
        width: 100%;
    }
}

.ed-cr-de-btn .nav-tabs .nav-link {
    z-index: 1;
    color: #171616;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 14px 10px !important;
}

    .ed-cr-de-btn .nav-tabs .nav-link:before {
        top: 0;
        right: 0;
        width: 0%;
        left: auto;
        height: 100%;
        content: "";
        z-index: -1;
        border-radius: 8px;
        position: absolute;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        background: var(--ed-gradient);
    }

    .ed-cr-de-btn .nav-tabs .nav-link:is(.active):before {
        left: 0;
        right: auto;
        width: 100%;
    }

.ed-crd-text-wrap {
    color: #171616;
}

    .ed-crd-text-wrap h3 {
        font-size: 32px;
        font-weight: 800;
        padding-bottom: 14px;
    }

    .ed-crd-text-wrap p {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .ed-crd-text-wrap ul {
        margin-bottom: 20px;
    }

    .ed-crd-text-wrap li {
        padding-left: 30px;
        margin-bottom: 10px;
        position: relative;
    }

        .ed-crd-text-wrap li:before {
            top: 0;
            left: 0;
            content: "\f058";
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 6 Free";
        }

    .ed-crd-text-wrap .accordion-item {
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 20px;
        background-color: #F1F1F1;
        border: 1px solid #D4E0DE;
    }

        .ed-crd-text-wrap .accordion-item .crs-d-head {
            width: 100%;
            gap: 10px 20px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 15px 30px;
            background: transparent;
        }

            .ed-crd-text-wrap .accordion-item .crs-d-head h3 {
                color: #171616;
                font-size: 24px;
                font-weight: 700;
                padding-bottom: 0;
            }

            .ed-crd-text-wrap .accordion-item .crs-d-head .time-lesson {
                color: #171616;
                font-size: 24px;
                font-weight: 600;
            }

        .ed-crd-text-wrap .accordion-item li {
            padding-left: 0;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #D4E0DE;
        }

            .ed-crd-text-wrap .accordion-item li:last-child {
                border: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .ed-crd-text-wrap .accordion-item li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

@media (max-width: 767px) {
    .ed-crd-text-wrap .accordion-item li a {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-crd-text-wrap .accordion-item li:before {
    display: none;
}

.ed-crd-text-wrap .accordion-item li .crs-itx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .ed-crd-text-wrap .accordion-item li .crs-itx {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-crd-text-wrap .accordion-item li .crs-itx i {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ed-crd-text-wrap .accordion-item li .crs-lck {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ed-crd-text-wrap .accordion-item li .crs-lck .acc-time {
        color: #171616;
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        padding: 5px 15px 4px;
        background-color: #FFFFFF;
    }

    .ed-crd-text-wrap .accordion-item li .crs-lck .acc-title {
        color: #3361FF;
    }

.ed-crd-text-wrap .accordion-button::after {
    display: none;
}

.ed-crd-text-wrap .accordion-button:not(.collapsed) {
    padding: 0;
}

    .ed-crd-text-wrap .accordion-button:not(.collapsed) .crs-d-head {
        background: var(--ed-gradient);
    }

.ed-crd-text-wrap .accordion-button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ed-crd-text-wrap .accordion-button {
    padding: 0;
}

.ed-crd-inst-wrap {
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-crd-inst-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-crd-inst-wrap .item-img .inner-img {
    max-width: 330px;
    overflow: hidden;
    border-radius: 13px;
    border: 2px solid #01F0E9;
}

.ed-crd-inst-wrap .item-text {
    max-width: 536px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-crd-inst-wrap .item-text {
        max-width: 100%;
    }
}

.ed-crd-inst-wrap .item-text .item-name-degi {
    margin-bottom: 25px;
}

    .ed-crd-inst-wrap .item-text .item-name-degi h3 {
        padding-bottom: 5px;
    }

    .ed-crd-inst-wrap .item-text .item-name-degi span {
        color: #3361FF;
        font-weight: 600;
    }

.ed-crd-inst-wrap .item-text .item-desc p {
    padding-bottom: 20px;
}

.ed-crd-inst-wrap .item-text .item-desc li {
    padding-left: 0;
}

    .ed-crd-inst-wrap .item-text .item-desc li span {
        color: #171616;
        font-weight: 500;
        margin-right: 15px;
    }

    .ed-crd-inst-wrap .item-text .item-desc li:before {
        display: none;
    }

.ed-crd-inst-wrap .item-text .item-desc h4 {
    color: #171616;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 18px;
}

.ed-crd-inst-wrap .item-text .item-desc .social-icon {
    display: inline-block;
}

    .ed-crd-inst-wrap .item-text .item-desc .social-icon .item-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: -12px 12px 36px 0px rgba(0, 0, 0, 0.1215686275);
        box-shadow: -12px 12px 36px 0px rgba(0, 0, 0, 0.1215686275);
    }

        .ed-crd-inst-wrap .item-text .item-desc .social-icon .item-icon a {
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 16px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-right: 1px solid #EEEEEE;
        }

            .ed-crd-inst-wrap .item-text .item-desc .social-icon .item-icon a:hover {
                color: var(--ed-prime-c);
            }

            .ed-crd-inst-wrap .item-text .item-desc .social-icon .item-icon a:last-child {
                border-right: none;
            }

.ed-crd-reviews ul {
    margin-bottom: 0;
}

.ed-crd-reviews li {
    padding-left: 0;
    margin-bottom: 0;
}

    .ed-crd-reviews li:before {
        display: none;
    }

.gt-review-guest-ratting {
    gap: 30px;
    position: relative;
    border-radius: 10px;
    padding: 30px 40px 20px;
    background-color: #F1F1F1;
}

    .gt-review-guest-ratting:before {
        top: 50%;
        left: 40%;
        width: 2px;
        content: "";
        height: 70%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(121, 122, 132, 0.1);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
    .gt-review-guest-ratting:before {
        display: none;
    }
}

.gt-review-guest-ratting .gt-review-number {
    max-width: 245px;
}

    .gt-review-guest-ratting .gt-review-number span {
        color: #363539;
        line-height: 1;
        font-size: 90px;
        font-weight: 800;
        padding-bottom: 20px;
    }

    .gt-review-guest-ratting .gt-review-number ul {
        margin-bottom: 6px;
    }

    .gt-review-guest-ratting .gt-review-number li {
        color: #EF9920;
        font-size: 30px;
        display: inline-block;
    }

@media (max-width: 767px), (max-width: 480px) {
    .gt-review-guest-ratting .gt-review-number li {
        font-size: 24px;
    }
}

.gt-review-guest-ratting .gt-review-number p {
    line-height: 1;
    font-size: 24px;
    padding-bottom: 0;
}

@media (max-width: 767px), (max-width: 480px) {
    .gt-review-guest-ratting .gt-review-number p {
        font-size: 18px;
    }
}

.gt-review-guest-ratting .gt-review-number p span {
    font-size: 24px;
    font-weight: 500;
}

.gt-review-guest-ratting .gt-review-progress {
    width: 100%;
    max-width: 415px;
}

.gt-review-guest-ratting .review-progress-wrap {
    margin-bottom: 10px;
}

    .gt-review-guest-ratting .review-progress-wrap i {
        color: #EF9920;
        font-size: 14px;
    }

    .gt-review-guest-ratting .review-progress-wrap span {
        color: #363539;
        font-weight: 600;
    }

    .gt-review-guest-ratting .review-progress-wrap .review-bar-text b {
        line-height: 1.1;
    }

.gt-review-guest-ratting .review-bar-progrss .progress-bar {
    height: 12px;
    background-color: #fff;
}

    .gt-review-guest-ratting .review-bar-progrss .progress-bar .progress {
        background-color: #EF9920;
    }

.gt-client-review-item {
    gap: 25px;
    padding: 30px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid rgba(89, 89, 89, 0.3);
}

    .gt-client-review-item .item-img {
        width: 78px;
        height: 78px;
        overflow: hidden;
        border-radius: 100%;
    }

        .gt-client-review-item .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .gt-client-review-item .item-text {
        max-width: 630px;
    }

        .gt-client-review-item .item-text li {
            color: #EF9920;
            font-size: 16px;
            display: inline-block;
        }

        .gt-client-review-item .item-text .item-dec {
            margin-top: 5px;
        }

            .gt-client-review-item .item-text .item-dec .name-meta {
                gap: 15px;
                padding-bottom: 5px;
            }

                .gt-client-review-item .item-text .item-dec .name-meta h3 {
                    color: #1E1C1C;
                    font-size: 20px;
                    font-weight: 700;
                    padding-bottom: 0;
                }

                .gt-client-review-item .item-text .item-dec .name-meta span {
                    font-size: 16px;
                    color: #595959;
                    font-weight: 500;
                }

            .gt-client-review-item .item-text .item-dec p {
                padding-top: 10px;
                padding-bottom: 0;
            }

.gt-client-review-form {
    padding: 35px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
}

    .gt-client-review-form:is(.cp_ver) {
        max-width: 685px;
        background-color: #fff;
    }

        .gt-client-review-form:is(.cp_ver) h3 {
            font-size: 44px;
            font-weight: 700;
            color: var(--ed-black-color);
        }

    .gt-client-review-form h3 {
        padding-bottom: 10px;
    }

    .gt-client-review-form input, .gt-client-review-form textarea, .gt-client-review-form select {
        width: 100%;
        height: 62px;
        border: none;
        padding-left: 25px;
        margin-bottom: 20px;
        border-radius: 200px;
        background-color: #F7F7F7;
    }

        .gt-client-review-form input::-webkit-input-placeholder, .gt-client-review-form textarea::-webkit-input-placeholder, .gt-client-review-form select::-webkit-input-placeholder {
            color: #595959;
        }

        .gt-client-review-form input::-moz-placeholder, .gt-client-review-form textarea::-moz-placeholder, .gt-client-review-form select::-moz-placeholder {
            color: #595959;
        }

        .gt-client-review-form input:-ms-input-placeholder, .gt-client-review-form textarea:-ms-input-placeholder, .gt-client-review-form select:-ms-input-placeholder {
            color: #595959;
        }

        .gt-client-review-form input::-ms-input-placeholder, .gt-client-review-form textarea::-ms-input-placeholder, .gt-client-review-form select::-ms-input-placeholder {
            color: #595959;
        }

        .gt-client-review-form input::placeholder, .gt-client-review-form textarea::placeholder, .gt-client-review-form select::placeholder {
            color: #595959;
        }

    .gt-client-review-form textarea {
        height: 210px;
        padding-top: 16px;
        border-radius: 20px;
    }

    .gt-client-review-form button {
        width: 100%;
        height: 62px;
        border: none;
        color: #1D1D1D;
        font-weight: 800;
        border-radius: 200px;
        background: var(--ed-gradient);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-box-shadow: 0 4px 0 0 var(--ed-tt-color);
        box-shadow: 0 4px 0 0 var(--ed-tt-color);
    }

        .gt-client-review-form button:hover {
            -webkit-box-shadow: 0 -4px 0 0 var(--ed-tt-color);
            box-shadow: 0 -4px 0 0 var(--ed-tt-color);
        }

.ed-recent-post-feed h3 {
    color: #171616;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
}

.ed-recent-post-feed .ed-course5-item {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}

/*---------------------------------------------------- */
/*Event Details  area*/
/*----------------------------------------------------*/
.ed-evt-text-wrap .item-thumb {
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
}

.ed-evt-text h3 {
    color: #171616;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 22px;
}

.ed-evt-text p {
    font-size: 18px;
    padding-bottom: 50px;
}

.ed-evt-text li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px;
}

    .ed-evt-text li:before {
        left: 0;
        top: 13px;
        width: 6px;
        content: "";
        height: 6px;
        position: absolute;
        border-radius: 100%;
        background-color: #3361FF;
    }

    .ed-evt-text li span {
        font-weight: 600;
    }

.ed-evt-text .evt-speaker-item .item-img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #51ECBE;
    -webkit-box-shadow: 0px 4px 0px 0px #000000;
    box-shadow: 0px 4px 0px 0px #000000;
}

@media (max-width: 767px), (max-width: 480px) {
    .ed-evt-text .evt-speaker-item .item-img {
        max-height: 350px;
    }
}

.ed-evt-text .evt-speaker-item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ed-evt-text .evt-speaker-item .item-text h4 {
    color: #171616;
    font-size: 24px;
    font-weight: 700;
}

.ed-evt-text .ed-faq-accordion .accordion-button span {
    font-size: 20px;
    font-weight: 600;
}

    .ed-evt-text .ed-faq-accordion .accordion-button span img {
        width: 27px;
        height: 32px;
        margin-right: 20px;
    }

.ed-evt-text .ed-faq-accordion .accordion-body {
    padding-left: 55px;
}

@media (max-width: 767px), (max-width: 480px) {
    .ed-evt-text .ed-faq-accordion .accordion-body {
        padding-left: 0;
    }
}

.ed-evt-text .ed-faq-accordion .accordion-item {
    padding: 20px 0px;
}

.ed-evt-text .ed-faq-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 5px;
}

.ed-evt-text .ed-faq-accordion .accordion-button::after {
    top: 5px;
    font-size: 20px;
    content: "\f078";
    font-weight: 900;
    background-image: none;
    font-family: "Font Awesome 5 Free";
}

/*---------------------------------------------------- */
/*Event Details  area*/
/*----------------------------------------------------*/
.ed-instr-d {
    padding-top: 195px;
}

.ed-instr-content .ed-back-btn {
    font-size: 18px;
    font-weight: 500;
}

.ed-instr-content .ed-crd-inst-wrap .item-img .inner-img {
    max-width: 565px;
    -webkit-box-shadow: 0px 8px 0px 0px #171616;
    box-shadow: 0px 8px 0px 0px #171616;
}

.ed-instr-content .ed-crd-inst-wrap .item-text {
    max-width: 758px;
}

    .ed-instr-content .ed-crd-inst-wrap .item-text .item-name-degi h3 {
        color: #171616;
        font-size: 48px;
        font-weight: 700;
    }

    .ed-instr-content .ed-crd-inst-wrap .item-text .item-desc ul {
        margin-bottom: 25px;
    }

    .ed-instr-content .ed-crd-inst-wrap .item-text .item-desc li {
        margin-bottom: 10px;
    }

/*---------------------------------------------------- */
/*Zoom Meeting  area*/
/*----------------------------------------------------*/
.ed-zm-text .item-img {
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
}

.ed-zm-text .item-text h3 {
    color: #171616;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 20px;
}

.ed-zm-text .item-text p {
    font-size: 18px;
    max-width: 903px;
    padding-bottom: 20px;
}

/*---------------------------------------------------- */
/*Blog List Page  area*/
/*----------------------------------------------------*/
.blog-item-img-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ag-blog-list-feed {
    margin: 0 auto;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 767px) {
    .ag-blog-list-feed {
        padding: 15px;
    }
}

.ag-blog-list-feed .item-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .ag-blog-list-feed .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (max-width: 767px) {
    .ag-blog-list-feed .item-img {
        height: 280px;
    }
}

.ag-blog-list-feed .item-img .ed-vd5-play {
    width: auto;
    height: auto;
}

.ag-blog-list-feed .item-img .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .ag-blog-list-feed .item-img .inner-img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .ag-blog-list-feed .item-img .blog-item-img-slide {
        height: 280px;
    }
}

.ag-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
    width: 100%;
    height: 100%;
}

    .ag-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.ag-blog-list-feed .item-text .blog_title {
    color: #261723;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    padding-bottom: 15px;
    font-family: var(--ag-body-font);
}

@media (max-width: 480px) {
    .ag-blog-list-feed .item-text .blog_title {
        font-size: 26px;
    }
}

.ag-blog-list-feed .item-text p {
    padding-bottom: 20px;
}

.ag-blog-list-feed .item-text .read_more {
    color: #171616;
    font-size: 16px;
    font-weight: 700;
}

    .ag-blog-list-feed .item-text .read_more span {
        gap: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .ag-blog-list-feed .item-text .read_more span:hover {
            letter-spacing: 1px;
        }

            .ag-blog-list-feed .item-text .read_more span:hover i {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .ag-blog-list-feed .item-text .read_more i {
        width: 32px;
        color: #fff;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        margin-left: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: var(--ed-prime-c);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

.ag-blog-list-feed .blog-item-meta {
    margin-bottom: 5px;
    padding-bottom: 12px;
}

    .ag-blog-list-feed .blog-item-meta a {
        color: #504E4E;
        font-size: 18px;
        font-weight: 500;
        margin-right: 50px;
    }

@media (max-width: 767px), (max-width: 480px) {
    .ag-blog-list-feed .blog-item-meta a {
        margin-right: 15px;
    }
}

.ag-blog-list-feed .blog-item-meta a i {
    margin-right: 5px;
    color: var(--ag-color-1);
}

.ag-blog-list-feed .blog-item-meta a:last-child {
    margin-right: 0;
}

.blog-item-arrow .nav-arrow {
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    color: #fff;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

    .blog-item-arrow .nav-arrow:hover {
        color: #fff;
        border: 2px solid var(--ed-prime-c);
        background: var(--ed-prime-c);
    }

.blog-item-arrow .log-blog-button-prev {
    left: 30px;
}

.blog-item-arrow .log-blog-button-next {
    right: 30px;
}

/*---------------------------------------------------- */
/*Blog Details Page  area*/
/*----------------------------------------------------*/
.ed-blog-details-text {
    margin: 0 auto;
    max-width: 730px;
}

    .ed-blog-details-text p {
        font-size: 18px;
        padding-bottom: 40px;
    }

        .ed-blog-details-text p span {
            font-size: 30px;
            font-weight: 600;
        }

    .ed-blog-details-text h3 {
        color: #171616;
        font-size: 28px;
        font-weight: 800;
        padding-bottom: 25px;
    }

    .ed-blog-details-text ul {
        margin-bottom: 50px;
    }

    .ed-blog-details-text li {
        font-size: 18px;
        position: relative;
        padding-left: 15px;
        margin-bottom: 12px;
    }

        .ed-blog-details-text li span {
            font-weight: 600;
        }

        .ed-blog-details-text li:before {
            left: 0;
            top: 10px;
            width: 4px;
            height: 6px;
            content: "";
            position: absolute;
            border-radius: 100%;
            background-color: var(--ed-prime-c);
        }

    .ed-blog-details-text blockquote {
        z-index: 1;
        color: #22282F;
        font-size: 20px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 60px;
        position: relative;
        border-radius: 8px;
        padding: 40px 40px 35px;
        background-color: #F7F7F8;
        border-left: 4px solid #00FFB4;
    }

        .ed-blog-details-text blockquote:before {
            top: 15px;
            left: 40px;
            z-index: -1;
            opacity: 0.3;
            line-height: 1;
            color: #00FFB4;
            font-size: 80px;
            font-weight: 900;
            content: "\f10d";
            position: absolute;
            font-family: "Font Awesome 5 Free";
        }

        .ed-blog-details-text blockquote span {
            color: #171616;
            display: block;
            font-size: 18px;
            margin-top: 15px;
            font-weight: 700;
            padding-left: 110px;
            position: relative;
            text-transform: uppercase;
        }

            .ed-blog-details-text blockquote span:before {
                left: 0;
                top: 13px;
                width: 90px;
                height: 2px;
                content: "";
                position: absolute;
                background-color: #00FFB4;
            }

.ed-blog-details-img {
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
}

.art-blog-share-tag {
    gap: 15px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

    .art-blog-share-tag span {
        color: #010101;
        font-size: 20px;
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .art-blog-share-tag .art-blog-tag a {
        margin: 5px;
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 30px;
        display: inline-block;
        background-color: #F1F1F1;
    }

        .art-blog-share-tag .art-blog-tag a:hover {
            color: #fff;
            background-color: var(--ed-prime-c);
        }

    .art-blog-share-tag .art-blog-share a {
        width: 36px;
        margin: 5px;
        height: 36px;
        border-radius: 100%;
        display: inline-block;
    }

.art-blog-details-author {
    padding: 30px;
    gap: 30px 25px;
    margin-top: 40px;
    border-radius: 8px;
    margin-bottom: 60px;
    background: #EFEBFC;
}

    .art-blog-details-author .admin-title-social {
        margin-bottom: 10px;
    }

    .art-blog-details-author .inner-img {
        width: 140px;
        height: 140px;
        overflow: hidden;
        border-radius: 100%;
        border: 4px solid #fff;
    }

    .art-blog-details-author .inner-text {
        max-width: 500px;
    }

        .art-blog-details-author .inner-text h4 {
            color: #010101;
            line-height: 1;
            color: #171616;
            font-size: 22px;
            font-weight: 700;
        }

        .art-blog-details-author .inner-text p {
            color: #171616;
            font-size: 18px;
            padding-bottom: 0;
        }

    .art-blog-details-author .inner-social {
        margin-top: 15px;
    }

        .art-blog-details-author .inner-social a {
            color: #010101;
            margin-right: 15px;
        }

            .art-blog-details-author .inner-social a:hover {
                color: var(--art-base-color-1);
            }

/*---------------------------------------------------- */
/*Contact Page  area*/
/*----------------------------------------------------*/
.ed-cp-cta-item {
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 0px 40px 40px;
    border: 1px solid #00FFB4;
    background-color: #F4F4F4;
    -webkit-box-shadow: 0px 4px 0px 0px #000000;
    box-shadow: 0px 4px 0px 0px #000000;
}

    .ed-cp-cta-item .item-icon {
        width: 92px;
        height: 113px;
        background-color: #fff;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        -webkit-box-shadow: 0px 4px 0px 0px #51ECBE;
        box-shadow: 0px 4px 0px 0px #51ECBE;
    }

    .ed-cp-cta-item .item-text {
        width: 100%;
        max-width: 245px;
        padding-top: 40px;
    }

        .ed-cp-cta-item .item-text h3 {
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 18px;
            color: var(--ed-black-color);
        }

        .ed-cp-cta-item .item-text p {
            font-size: 18px;
            line-height: 1.55;
        }

.ed-cp-form-sec {
    overflow: hidden;
}

    .ed-cp-form-sec .ed-cp-bg {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 634px;
    }

        .ed-cp-form-sec .ed-cp-bg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.ed-cp-form-content .cp-img-2 {
    left: 0;
    bottom: 0;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-cp-form-content .cp-img-2 {
        display: none;
    }
}

.ed-cp-form {
    z-index: 1;
}

    .ed-cp-form .cp-img-1 {
        top: 0;
        z-index: -1;
        left: -155px;
        position: absolute;
    }

.ed-error-content .ed-back-btn a {
    color: #171616;
    font-size: 18px;
    font-weight: 500;
}

    .ed-error-content .ed-back-btn a i {
        color: #00FFB4;
    }

/*---------------------------------------------------- */
/*Team Page  area*/
/*----------------------------------------------------*/
.ed-tm1-feed-sec .ed-sec-title {
    margin: 0 auto;
    max-width: 875px;
}

.ed-tm1-feed-content .ed-team-item-1 {
    margin-bottom: 40px;
}

.ed-tm1-feed-content .ed-team-item-2 {
    margin-bottom: 40px;
}

.ed-tm1-feed-content .col-lg-3:nth-child(even) .ed-team-item-1 .item-img {
    border-radius: 100%;
}

/*---------------------------------------------------- */
/*Gallery Page  area*/
/*----------------------------------------------------*/
.ed-gallery-feed .grid-sizer {
    width: 25%;
}

.ed-gallery-feed .grid-sizer,
.ed-gallery-feed .grid-item {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.ed-gallery-feed .grid-item {
    padding: 10px;
}

.ed-gallery-feed .item-img-icon {
    overflow: hidden;
    border-radius: 10px;
}

.ed-gallery-feed .grid-sizer img,
.ed-gallery-feed .grid-item img {
    width: 100%;
}

.ed-gallery-feed .grid-size-25 {
    width: 25%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-gallery-feed .grid-size-25 {
        width: 100%;
    }
}

.ed-gallery-feed .grid-size-50 {
    width: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-gallery-feed .grid-size-50 {
        width: 100%;
    }
}

.ed-gallery-feed .grid-size-75 {
    width: 75%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-gallery-feed .grid-size-75 {
        width: 100%;
    }
}

/*---------------------------------------------------- */
/*Footer  area*/
/*----------------------------------------------------*/
.ed-footer-section-1 {
    overflow: hidden;
    padding-top: 85px;
}

.ed-footer-widget-area {
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .ed-footer-widget-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .ed-ftr-widget {
        width: 100%;
    }
}

.ed-ftr-widget .logo-widget {
    max-width: 405px;
}

    .ed-ftr-widget .logo-widget .brand-logo {
        margin-bottom: 10px;
    }

    .ed-ftr-widget .logo-widget p {
        color: #7f7f7f;
        font-size: 17px;
        padding-bottom: 25px;
    }

    .ed-ftr-widget .logo-widget .logo-cta-info .info-item {
        margin-bottom: 10px;
    }

        .ed-ftr-widget .logo-widget .logo-cta-info .info-item .item-icon {
            width: 30px;
            height: 30px;
            font-size: 14px;
            margin-right: 10px;
            border-radius: 100%;
            color: var(--ed-tt-color);
            background: var(--ed-gradient);
        }

        .ed-ftr-widget .logo-widget .logo-cta-info .info-item .item-text {
            color: #fff;
            font-size: 18px;
            font-weight: 800;
        }

.ed-ftr-widget .menu-widget {
    width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 820px;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .ed-ftr-widget .menu-widget {
        gap: 25px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ftr-widget .menu-widget ul {
    width: 100%;
}

.ed-ftr-widget .menu-widget li {
    margin-bottom: 18px;
}

    .ed-ftr-widget .menu-widget li a {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        padding-left: 22px;
        position: relative;
    }

        .ed-ftr-widget .menu-widget li a:before {
            left: 0;
            top: 1px;
            font-size: 20px;
            content: "\f061";
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 6 Free";
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

        .ed-ftr-widget .menu-widget li a:hover {
            color: #00f8cb;
            margin-left: 10px;
        }

            .ed-ftr-widget .menu-widget li a:hover:before {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

.ed-ftr-widget .newsletter-widget {
    width: 420px;
    max-width: 420px;
}

.item-img img {
    width: 90%;
}

.recent-post img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-classic-section {
    padding: 30px 0
}

.blog-two .ht-btn {
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #141645;
    padding: 11px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}


.contact-section .title-one .title {
    font-size: 32px;
    line-height: 45px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 16px;
    /* letter-spacing: -1.44px; */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000;
    letter-spacing: 2.5px;
}










.input-wrapper {
    position: relative;
}
