/*----------------------------------------------------

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");

:root {
    --ed-body-color: #565656;
    --ed-body-color-2: #4b4b4b;
    --ed-tt-color: #141515;
    --ed-tt-color-2: #050505;
    --ed-black-color: #000000;
    --ed-red-color: #dd3924;
    --ed-yellow-color: #fccc42;
    --ed-purple-color: #be94f5;
    --ed-heading: "Urbanist", sans-serif;
    --ed-body-font: "Urbanist", sans-serif;
    --ed-heading-2: "Inter", sans-serif;
    --ed-heading-3: "Fredoka", sans-serif;
    --ed-heading-4: "Epilogue", sans-serif;
    --ed-heading-5: "Figtree", sans-serif;
    --ed-body-font-2: "Inter", sans-serif;
    --ed-body-font-3: "Fredoka", sans-serif;
    --ed-body-font-4: "Epilogue", sans-serif;
    --ed-body-font-5: "Figtree", sans-serif;
    --ed-cursive-font: "Inter", sans-serif;
    --ed-cursive-font-2: "Amatic SC";
    --ed-color-1: rgb(0, 255, 180);
    --ed-color-2: rgb(1, 234, 255);
    --ed-prime-c: #3361ff;
    --ed-prime-c2: #005b56;
    --ed-prime-c3: #81dfff;
    --ed-prime-c4: #ffae00;
    --ed-prime-c5: #f15f25;
    --ed-prime-c6: #00ff84;
    --ed-prime-c7: #ff9960;
    --ed-prime-c8: #c3f498;
    --ed-prime-c9: #c11336;
    --ed-gradient: linear-gradient(
        90deg,
        var(--ed-color-1) 0%,
        var(--ed-color-2) 100%
    );
    --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
    --cube-2: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ed-footer-copyright span a,
.ed-ftr-widget .menu-widget li a:before,
.ed-instr-content .ed-back-btn i,
.ed-breadcrumb-text2 .ed-back-btn a i,
.top-rate-ft-item .item-text span {
    background: var(--ed-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%, 1px;
}

.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 2px solid var(--ed-black-color);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger
    button {
    padding: 0;
    width: 18px;
    border: none;
    height: 18px;
    background-color: transparent;
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger
    span {
    width: 4px;
    height: 4px;
    float: left;
    margin: 1px;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #1c255c;
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span {
    background: #1c255c;
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(1) {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(2) {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(3) {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(6) {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(9) {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(8) {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(7) {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .offcanvas-trigger:hover
    span:nth-child(4) {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.mobile_menu_button {
    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) {
    .mobile_menu_button {
        display: block;
    }
}

.ed-header-section {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}
.ed-header-section .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ed-header-section .dropdown {
    position: relative;
    padding-right: 16px;
}
.ed-header-section .dropdown:after {
    top: 3px;
    right: 0px;
    content: "\f0d7";
    font-size: 16px;
    font-weight: 700;
    font-weight: 900;
    position: absolute;
    color: var(--ed-tt-color);
    font-family: "Font Awesome 5 free";
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.ed-header-section .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    transform: scaleY(1);
}
.ed-header-section .dropdown-menu {
    left: 0;
    top: 55px;
    z-index: 100;
    margin: 0px;
    height: auto;
    padding: 10px 0px;
    min-width: 270px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border-radius: 20px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.ed-header-section .dropdown-menu .dropdown {
    padding-right: 0;
}
.ed-header-section .dropdown-menu .dropdown:after {
    display: none;
}
.ed-header-section .dropdown-menu .dropdown-menu {
    top: 0px !important;
    left: 100%;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
}
.ed-header-section .dropdown-menu .dropdown-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.ed-header-section .dropdown-menu li {
    display: block;
    margin: 0 !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #e2d3d3;
}
.ed-header-section .dropdown-menu li:last-child {
    border-bottom: none;
}
.ed-header-section .dropdown-menu li:before {
    display: none;
}
.ed-header-section .dropdown-menu li:after {
    color: #fff;
    right: 15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.ed-header-section .dropdown-menu li.dropdown:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.ed-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
    top: 0;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}
.ed-header-section .dropdown-menu li.dropdown:before {
    color: #fff;
    top: 10px;
    right: 15px;
}
.ed-header-section .dropdown-menu li:hover:before {
    color: #fff !important;
}
.ed-header-section .dropdown-menu a {
    width: 100%;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 15px 0px 15px 22px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
.ed-header-section .dropdown-menu a:before {
    top: 14px;
    opacity: 0;
    left: 0px;
    font-size: 18px;
    content: "\f0da";
    position: absolute;
    visibility: hidden;
    font-weight: 900;
    color: var(--ag-color-1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 free";
}
.ed-header-section .dropdown-menu a:hover,
.ed-header-section .dropdown-menu a.active {
    color: var(--ag-color-1) !important;
    padding-left: 35px !important;
}
.ed-header-section .dropdown-menu a:hover:after,
.ed-header-section .dropdown-menu a.active:after {
    width: 100%;
}
.ed-header-section .dropdown-menu a:hover:before,
.ed-header-section .dropdown-menu a.active:before {
    opacity: 1;
    left: 20px;
    visibility: visible;
}
.ed-header-section.header_style_one {
    padding-top: 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-header-section.header_style_one {
        padding-top: 20px;
    }
}
.ed-header-section.header_style_one:is(.txa_sticky):is(.txa_sticky_show) {
    padding-top: 0px;
    background-color: #f7f7ff;
}
.ed-header-section.header_style_one:is(.txa_sticky):is(.txa_sticky_show)
    .ed-header-content {
    padding: 15px 60px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
    only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_one:is(.txa_sticky):is(.txa_sticky_show)
        .ed-header-content {
        padding: 15px 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-header-section.header_style_one:is(.txa_sticky):is(.txa_sticky_show)
        .ed-header-content {
        padding: 15px 15px;
    }
}
@media (max-width: 480px) {
    .ed-header-section.header_style_one:is(.txa_sticky):is(.txa_sticky_show)
        .ed-header-content {
        padding: 10px 15px;
    }
}
.ed-header-section.header_style_one .ed-header-content {
    padding: 0px 60px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px),
    only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_one .ed-header-content {
        padding: 0px 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-header-section.header_style_one .ed-header-content {
        padding: 0px 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-header-section.header_style_one .ed-header-content .brand-logo {
        max-width: 150px;
    }
}
.ed-header-section.header_style_one .ed-header-content .logo-action {
    gap: 0px 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_one .ed-header-content .logo-action {
        gap: 0px 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-header-section.header_style_one .ed-header-content .logo-action {
        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-header-section.header_style_one .ed-header-content .logo-action {
        gap: 0px 15px;
    }
}
.ed-header-section.header_style_one .ed-header-content .action-select {
    position: relative;
}
@media (max-width: 480px) {
    .ed-header-section.header_style_one .ed-header-content .action-select {
        display: none;
    }
}
.ed-header-section.header_style_one .ed-header-content .action-select:before {
    top: 6px;
    left: 24px;
    z-index: 2;
    content: "\f06b";
    font-weight: 900;
    position: absolute;
    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) {
    .ed-header-section.header_style_one
        .ed-header-content
        .action-select:before {
        display: none;
    }
}
.ed-header-section.header_style_one
    .ed-header-content
    .action-select
    .nice-select {
    height: 48px;
    font-size: 17px;
    font-weight: 900;
    padding-left: 48px;
    padding-right: 50px;
    border-radius: 100px;
    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-header-section.header_style_one
    .ed-header-content
    .action-select
    .nice-select
    .list {
    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-header-section.header_style_one
        .ed-header-content
        .action-select
        .nice-select {
        padding-left: 15px;
        padding-right: 30px;
    }
}
.ed-header-section.header_style_one
    .ed-header-content
    .action-select
    .nice-select:after {
    top: 1px;
    right: 30px;
    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) {
    .ed-header-section.header_style_one
        .ed-header-content
        .action-select
        .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) {
    .ed-header-section.header_style_one
        .ed-header-content
        .action-select
        .nice-select:after {
        font-size: 14px;
    }
}
.ed-header-section.header_style_one .header-navigation-cta {
    gap: 15px 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_one .header-navigation-cta {
        gap: 15px 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-header-section.header_style_one .header-navigation-cta {
        gap: 10px 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-header-section.header_style_one .header-navigation-cta {
        gap: 10px 15px;
    }
}
@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-header-section.header_style_one
        .header-navigation-cta
        .main-navigation {
        display: none;
    }
}
.ed-header-section.header_style_one .header-navigation-cta .main-navigation li {
    margin-left: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_one
        .header-navigation-cta
        .main-navigation
        li {
        margin-left: 35px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-header-section.header_style_one
        .header-navigation-cta
        .main-navigation
        li {
        margin-left: 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-header-section.header_style_one
        .header-navigation-cta
        .main-navigation
        li {
        margin-left: 15px;
    }
}
.ed-header-section.header_style_one
    .header-navigation-cta
    .main-navigation
    li
    .dropdown-menu
    a {
    display: inline-block;
}
.ed-header-section.header_style_one
    .header-navigation-cta
    .main-navigation
    li
    a {
    display: inline;
    font-weight: 700;
    padding-bottom: 30px;
    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),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_one
        .header-navigation-cta
        .main-navigation
        li
        a {
        font-size: 16px;
    }
}
.ed-header-section.header_style_one .header-navigation-cta .cart-btn {
    gap: 15px;
}
@media (max-width: 767px) {
    .ed-header-section.header_style_one .header-navigation-cta .cart-btn {
        display: none !important;
    }
}
.ed-header-section.header_style_one .header-navigation-cta .hd-cart {
    width: 52px;
    height: 44px;
    font-size: 16px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    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-header-section.header_style_one .header-navigation-cta .hd-cart:hover {
    color: var(--ed-prime-c);
    -webkit-box-shadow: 0 -4px 0 0 var(--ed-tt-color);
    box-shadow: 0 -4px 0 0 var(--ed-tt-color);
}
.ed-header-section.header_style_one .header-navigation-cta .header-cta-btn a {
    color: #fff;
    font-weight: 800;
    padding: 15px 34px;
    border-radius: 100px;
    white-space: nowrap;
    background-color: var(--ed-prime-c);
    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 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-header-section.header_style_one
        .header-navigation-cta
        .header-cta-btn
        a {
        font-size: 15px;
        font-weight: 500;
        padding: 15px 25px;
    }
}
.ed-header-section.header_style_one
    .header-navigation-cta
    .header-cta-btn
    a
    span {
    display: inline-block;
    pointer-events: none;
}
.ed-header-section.header_style_one
    .header-navigation-cta
    .header-cta-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-header-section.header_style_one
    .header-navigation-cta
    .header-cta-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-header-section.header_style_two .ed-header-top {
    background-color: var(--ed-yellow-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_two .ed-header-top {
        display: none !important;
    }
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-cta
    a {
    font-size: 15px;
    position: relative;
    margin-right: 85px;
    padding: 12px 0px 10px;
    color: var(--ed-black-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-header-section.header_style_two
        .ed-header-top
        .header-top-content
        .top-cta
        a {
        margin-right: 20px;
    }
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-cta
    a:before {
    top: 0;
    width: 1px;
    content: "";
    right: -45px;
    height: 100%;
    position: absolute;
    background-color: #e9b51e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-header-section.header_style_two
        .ed-header-top
        .header-top-content
        .top-cta
        a:before {
        display: none;
    }
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-cta
    a
    i {
    font-size: 18px;
    margin-right: 5px;
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-cta
    a:last-child {
    margin-right: 0;
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-cta
    a:last-child:before {
    display: none;
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-social
    a {
    font-size: 16px;
    margin-left: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-header-section.header_style_two
        .ed-header-top
        .header-top-content
        .top-social
        a {
        margin-left: 10px;
    }
}
.ed-header-section.header_style_two
    .ed-header-top
    .header-top-content
    .top-social
    a:hover {
    color: var(--ed-red-color);
}
.ed-header-section.header_style_two .ed-header-navigation {
    padding: 5px 0px;
    background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_two .ed-header-navigation .brand-logo {
        max-width: 180px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_two .ed-header-navigation {
        padding: 20px 0px;
    }
}
@media (max-width: 480px) {
    .ed-header-section.header_style_two .ed-header-navigation {
        padding: 15px 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-header-section.header_style_two .ed-header-navigation .main-navigation {
        display: none;
    }
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .main-navigation
    .dropdown:after {
    top: 0;
}
.ed-header-section.header_style_two .ed-header-navigation .main-navigation li {
    margin: 0px 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_two
        .ed-header-navigation
        .main-navigation
        li {
        margin-left: 35px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-header-section.header_style_two
        .ed-header-navigation
        .main-navigation
        li {
        margin-left: 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-header-section.header_style_two
        .ed-header-navigation
        .main-navigation
        li {
        margin-left: 15px;
    }
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .main-navigation
    li
    .dropdown-menu
    a {
    display: inline-block;
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .main-navigation
    li
    a {
    display: inline;
    font-weight: 700;
    padding-bottom: 30px;
    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),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_two
        .ed-header-navigation
        .main-navigation
        li
        a {
        font-size: 16px;
    }
}
.ed-header-section.header_style_two .ed-header-navigation .header-action {
    gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_two .ed-header-navigation .header-action {
        gap: 10px;
    }
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    button:hover {
    color: var(--ed-yellow-color);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .ed-cart-trigger {
    position: relative;
}
@media (max-width: 480px) {
    .ed-header-section.header_style_two
        .ed-header-navigation
        .header-action
        .ed-cart-trigger {
        display: none !important;
    }
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .ed-cart-trigger
    span {
    top: -12px;
    left: 12px;
    color: #fff;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 560;
    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-red-color);
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .ed-login-trigger {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 22px;
    margin-left: 15px;
    border-radius: 100px;
    background-color: var(--ed-red-color);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_two
        .ed-header-navigation
        .header-action
        .ed-login-trigger {
        margin-left: 8px;
    }
}
@media (max-width: 480px) {
    .ed-header-section.header_style_two
        .ed-header-navigation
        .header-action
        .ed-login-trigger {
        display: none !important;
    }
}
.ed-header-section.header_style_two
    .ed-header-navigation
    .header-action
    .ed-login-trigger:hover {
    color: var(--ed-black-color);
    background-color: var(--ed-yellow-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-header-section.header_style_two
        .ed-header-navigation
        .header-action
        .offcanvas-trigger {
        display: none !important;
    }
}
.ed-header-section.header_style_three .ed-header-content {
    padding: 30px 85px 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) {
    .ed-header-section.header_style_three .ed-header-content {
        padding: 25px 20px 0px;
    }
}
@media (max-width: 767px) {
    .ed-header-section.header_style_three .ed-header-content {
        padding: 15px 20px 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-header-section.header_style_three .ed-header-content .brand-logo {
        max-width: 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-header-section.header_style_three .ed-header-content .main-navigation {
        display: none;
    }
}
.ed-header-section.header_style_three
    .ed-header-content
    .main-navigation
    .dropdown:after {
    top: 0;
}
.ed-header-section.header_style_three .ed-header-content .main-navigation li {
    margin: 0px 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ed-header-section.header_style_three
        .ed-header-content
        .main-navigation
        li {
        margin: 0px 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-header-section.header_style_three
        .ed-header-content
        .main-navigation
        li {
        margin: 0px 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .ed-header-section.header_style_three
        .ed-header-content
        .main-navigation
        li {
        margin: 0px 10px;
    }
}
.ed-header-section.header_style_three
    .ed-header-content
    .main-navigation
    li
    .dropdown-menu
    a {
    display: inline-block;
}
.ed-header-section.header_style_three .ed-header-content .main-navigation li a {
    display: inline;
    font-weight: 600;
    padding-bottom: 30px;
    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),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 767px) {
    .ed-header-section.header_style_three
        .ed-header-content
        .main-navigation
        li
        a {
        font-size: 16px;
    }
}
.ed-header-section.header_style_three
    .ed-header-content
    .main-navigation
    .dropdown-menu
    a:before {
    top: 16px;
}
.ed-header-section.header_style_three .ed-header-content .header-action {
    gap: 20px;
}
@media (max-width: 767px) {
    .ed-header-section.header_style_three .ed-header-content .header-action {
        gap: 15px;
    }
}
.ed-header-section.header_style_three .ed-header-content .header-action button {
    padding: 0;
    border: none;
    font-size: 20px;
    background-color: transparent;
}
.ed-header-section.header_style_three
    .ed-header-content
    .header-action
    .ed-search-trigger {
    line-height: 1;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.ed-header-section.header_style_three
    .ed-header-content
    .header-action
    .ed-search-trigger:hover {
    color: var(--ed-prime-c4);
}
@media (max-width: 480px) {
    .ed-header-section.header_style_three
        .ed-header-content
        .header-action
        .ed-search-trigger {
        display: none;
    }
}
.ed-header-section.header_style_three .ed-header-content .header-social {
    gap: 10px;
}
@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-header-section.header_style_three .ed-header-content .header-social {
        display: none !important;
    }
}
.ed-header-section.header_style_three .ed-header-content .header-social a {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -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;
    color: var(--ed-black-color);
    background-color: var(--ed-prime-c3);
}
.ed-header-section.header_style_three
    .ed-header-content
    .header-social
    a:hover {
    color: #fff;
    background-color: var(--ed-prime-c4);
}
.ed-header-section.header_style_three .ed-header-content .ed-head-btn {
    z-index: 1;
    position: relative;
    padding-bottom: 6px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
    .ed-header-section.header_style_three .ed-header-content .ed-head-btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .ed-header-section.header_style_three .ed-header-content .ed-head-btn {
        padding-bottom: 3px;
    }
}
.ed-header-section.header_style_three .ed-header-content .ed-head-btn: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-header-section.header_style_three .ed-header-content .ed-head-btn a {
    padding: 14px 35px;
    border-radius: 100px;
    background-color: var(--ed-prime-c4);
    border: 3px solid var(--ed-black-color);
}
.ed-header-section.header_style_three .ed-header-content .ed-head-btn a span {
    z-index: 1;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    color: var(--ed-black-color);
}
.ed-header-section.header_style_three
    .ed-header-content
    .ed-head-btn
    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-header-section.header_style_three
    .ed-header-content
    .ed-head-btn
    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);
}
@media (max-width: 767px) {
    .ed-header-section.header_style_three .ed-header-content .ed-head-btn a {
        padding: 10px 25px;
    }
}
.ed-header-section.header_style_three .ed-header-content .ed-head-btn a img {
    margin-left: 6px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.ed-header-section.header_style_three .ed-header-content .ed-head-btn a:hover {
    background-color: var(--ed-prime-c5);
}
.ed-header-section.header_style_three
    .ed-header-content
    .ed-head-btn
    a:hover
    span:before {
    opacity: 0;
    background-color: var(--ed-prime-c5);
    -webkit-transform: translateY(50%) rotateX(90deg);
    transform: translateY(50%) rotateX(90deg);
}
.ed-header-section.header_style_three
    .ed-header-content
    .ed-head-btn
    a:hover
    span:after {
    opacity: 1;
    color: #fff;
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
}
.ed-header-section.header_style_three
    .ed-header-content
    .ed-head-btn
    a:hover
    img {
    -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
    animation: rightarrow 0.6s infinite alternate ease-in-out;
}
.ed-header-section.header_style_three:is(.txa_sticky_header):is(.txa_sticky):is(
        .txa_sticky_show
    )
    .ed-header-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.ed-header-section.header_style_four {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 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-header-section.header_style_four {
        padding: 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-header-section.header_style_four .ed-header-content .brand-logo {
        max-width: 130px;
    }
}
.ed-header-section.header_style_four .ed-header-content .header-action {
    gap: 12px;
}
@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-header-section.header_style_four
        .ed-header-content
        .header-action
        .shop-btn {
        display: none !important;
    }
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .shop-btn
    button {
    border: none;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    background-color: transparent;
}
@media (max-width: 480px) {
    .ed-header-section.header_style_four
        .ed-header-content
        .header-action
        .shop-btn
        button {
        display: none !important;
    }
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .shop-btn
    button
    i {
    font-size: 18px;
    margin-right: 5px;
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .shop-btn
    button
    span {
    top: -15px;
    left: 12px;
    color: #fff;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    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-red-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-header-section.header_style_four
        .ed-header-content
        .header-action
        .sign-up-in {
        display: none !important;
    }
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .sign-up-in
    button {
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--ed-black-color);
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .sign-up-in
    button:hover {
    color: var(--ed-prime-c6);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .sign-up-in
    button:nth-child(2) {
    margin-left: 12px;
    border-radius: 40px;
    padding: 20px 30px 17px;
    background-color: var(--ed-prime-c6);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .sign-up-in
    button:nth-child(2):hover {
    color: #fff;
    background-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),
    (max-width: 767px) {
    .ed-header-section.header_style_four
        .ed-header-content
        .header-action
        .action-btn {
        display: none !important;
    }
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .action-btn
    a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    padding: 20px 30px 17px;
    color: var(--ed-black-color);
    background-color: var(--ed-prime-c6);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .action-btn
    a:hover {
    color: #fff;
    background-color: var(--ed-black-color);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .offcanvas-trigger
    button {
    gap: 5px;
    width: 50px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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-header-section.header_style_four
    .ed-header-content
    .header-action
    .offcanvas-trigger
    button
    span {
    width: 7px;
    height: 7px;
    line-height: 1;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--ed-black-color);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .offcanvas-trigger
    button:hover
    span:nth-child(1) {
    -webkit-transform: translateY(12px) translateX(12px);
    transform: translateY(12px) translateX(12px);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .offcanvas-trigger
    button:hover
    span:nth-child(2) {
    -webkit-transform: translateY(12px) translateX(-12px);
    transform: translateY(12px) translateX(-12px);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .offcanvas-trigger
    button:hover
    span:nth-child(3) {
    -webkit-transform: translateY(-12px) translateX(12px);
    transform: translateY(-12px) translateX(12px);
}
.ed-header-section.header_style_four
    .ed-header-content
    .header-action
    .offcanvas-trigger
    button:hover
    span:nth-child(4) {
    -webkit-transform: translateY(-12px) translateX(-12px);
    transform: translateY(-12px) translateX(-12px);
}
.ed-header-section.header_style_four:is(.txa_sticky_header):is(.txa_sticky):is(
        .txa_sticky_show
    ) {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.ed-header-section.header_style_five .ed-header-top {
    padding: 6px 0px;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 98.594% 100%, 0% 100%, 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-header-section.header_style_five .ed-header-top {
        display: none;
    }
}
.ed-header-section.header_style_five .ed-header-top .top-info-social li {
    margin-right: 55px;
    position: relative;
}
.ed-header-section.header_style_five .ed-header-top .top-info-social li:before {
    top: 3px;
    right: -27px;
    width: 1px;
    content: "";
    height: 20px;
    position: absolute;
    background-color: rgba(5, 5, 5, 0.2392156863);
}
.ed-header-section.header_style_five
    .ed-header-top
    .top-info-social
    li:last-child {
    margin-right: 0;
}
.ed-header-section.header_style_five
    .ed-header-top
    .top-info-social
    li:last-child:before {
    display: none;
}
.ed-header-section.header_style_five .ed-header-top .top-info-social li a {
    font-size: 16px;
    color: var(--ed-tt-color-2);
    font-family: var(--ed-heading-2);
}
.ed-header-section.header_style_five .ed-header-top .top-social a {
    color: #515151;
    font-size: 16px;
    padding: 0px 15px;
    position: relative;
}
.ed-header-section.header_style_five .ed-header-top .top-social a:hover {
    color: var(--ed-prime-c7);
}
.ed-header-section.header_style_five .ed-header-top .top-social a:before,
.ed-header-section.header_style_five .ed-header-top .top-social a:after {
    top: 0px;
    width: 1px;
    content: "";
    height: 20px;
    position: absolute;
    background-color: rgba(5, 5, 5, 0.2392156863);
}
.ed-header-section.header_style_five .ed-header-top .top-social a:before {
    display: none;
}
.ed-header-section.header_style_five .ed-header-top .top-social a:after {
    right: 0;
}
.ed-header-section.header_style_five
    .ed-header-top
    .top-social
    a:nth-child(1):before {
    left: 0;
    display: block;
}
.ed-header-section.header_style_five .ed-header-navigation-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media (max-width: 480px) {
    .ed-header-section.header_style_five
        .ed-header-navigation-wrap
        .brand-logo {
        max-width: 150px;
    }
}
.ed-header-section.header_style_five .ed-header-navigation {
    padding: 12px 0px;
}
.ed-header-section.header_style_five .ed-header-navigation .main-navigation {
    font-family: var(--ed-heading-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-header-section.header_style_five
        .ed-header-navigation
        .main-navigation {
        display: none;
    }
}
.ed-header-section.header_style_five .ed-header-navigation .main-navigation li {
    margin: 0px 22px;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline;
    padding-bottom: 30px;
    position: relative;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    a:before {
    left: 0;
    right: 0;
    top: 47px;
    width: 0%;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
    background: var(--ed-prime-c7);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    a:after {
    top: 40px;
    left: 50%;
    width: 15px;
    content: "";
    height: 15px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: var(--ed-prime-c7);
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li:is(.dropdown):after {
    top: 2px;
    content: "\f107";
    color: var(--ed-prime-c8);
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    .dropdown-menu {
    top: 55px;
    border-radius: 10px;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    .dropdown-menu
    a {
    font-size: 16px !important;
    color: var(--ed-tt-color-2);
    display: inline-block;
    font-weight: 500 !important;
    padding: 13px 0px 13px 22px !important;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    .dropdown-menu
    a:before,
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    .dropdown-menu
    a:after {
    display: none;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li
    .dropdown-menu
    a:hover {
    padding-left: 35px !important;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li:hover
    a:before {
    width: 100%;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .main-navigation
    li:hover
    a:after {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.ed-header-section.header_style_five .ed-header-navigation .hd-cta-btn-wrap {
    gap: 10px;
}
.ed-header-section.header_style_five
    .ed-header-navigation
    .hd-cta-btn-wrap
    .mobile_menu_button {
    color: #fff;
}
@media (max-width: 767px) {
    .ed-header-section.header_style_five .ed-header-navigation .hd-cta-btn {
        display: none;
    }
}
.ed-header-section.header_style_five .ed-header-navigation .hd-cta-btn a {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 100px;
    white-space: nowrap;
    background-color: #fff;
}
.ed-header-section.header_style_five .ed-header-navigation .hd-cta-btn a:hover {
    color: #fff;
    background-color: var(--ed-prime-c7);
}
.ed-header-section.header_style_five:is(.txa_sticky_header):is(.txa_sticky):is(
        .txa_sticky_show
    ) {
    background-color: var(--ed-black-color);
}
.ed-header-section.header_style_six .ed-top-header-wrap {
    background-color: #fff;
}
@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-header-section.header_style_six .ed-top-header-wrap .brand-logo {
        max-width: 130px;
    }
}
.ed-header-section.header_style_six .ed-top-header-content {
    gap: 0px 20px;
    padding: 20px 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-header-section.header_style_six .ed-top-header-content {
        padding: 10px 0px;
    }
}
.ed-header-section.header_style_six .ed-top-search-bar {
    width: 100%;
    gap: 15px 50px;
    max-width: 840px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-header-section.header_style_six .ed-top-search-bar {
        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-header-section.header_style_six .ed-top-search-bar {
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.ed-header-section.header_style_six .ed-hd-search-bar {
    width: 100%;
    max-width: 605px;
    position: relative;
    border: 1px solid rgba(5, 5, 5, 0.1215686275);
}
@media (max-width: 767px) {
    .ed-header-section.header_style_six .ed-hd-search-bar {
        display: none;
    }
}
.ed-header-section.header_style_six .ed-hd-search-bar form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ed-header-section.header_style_six .ed-hd-search-bar .nice-select {
    border: none;
    font-size: 16px;
    padding-left: 20px;
    margin-right: 22px;
    padding-right: 50px;
    color: var(--ed-black-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-header-section.header_style_six .ed-hd-search-bar .nice-select {
        font-size: 14px;
        padding-right: 30px;
    }
}
.ed-header-section.header_style_six .ed-hd-search-bar .nice-select:after {
    border: none;
    top: 1px;
    right: 35px;
    margin-top: 0;
    border: none;
    font-size: 14px;
    font-weight: 900;
    content: "\f078";
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: "Font Awesome 5 Free";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-header-section.header_style_six .ed-hd-search-bar .nice-select:after {
        right: 15px;
        font-size: 12px;
    }
}
.ed-header-section.header_style_six .ed-hd-search-bar .nice-select:before {
    right: 0;
    top: 10px;
    width: 1px;
    content: "";
    height: 24px;
    position: absolute;
    background-color: #d9d9d9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-header-section.header_style_six .ed-hd-search-bar .nice-select:before {
        display: none;
    }
}
.ed-header-section.header_style_six .ed-hd-search-bar .search_icon {
    font-size: 14px;
    margin-top: 11px;
}
.ed-header-section.header_style_six .ed-hd-search-bar input {
    border: none;
    font-size: 14px;
    padding-left: 10px;
    color: rgba(5, 5, 5, 0.52);
}
.ed-header-section.header_style_six
    .ed-hd-search-bar
    input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(5, 5, 5, 0.52);
}
.ed-header-section.header_style_six .ed-hd-search-bar input::-moz-placeholder {
    font-size: 14px;
    color: rgba(5, 5, 5, 0.52);
}
.ed-header-section.header_style_six
    .ed-hd-search-bar
    input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(5, 5, 5, 0.52);
}
.ed-header-section.header_style_six
    .ed-hd-search-bar
    input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(5, 5, 5, 0.52);
}
.ed-header-section.header_style_six .ed-hd-search-bar input::placeholder {
    font-size: 14px;
    color: rgba(5, 5, 5, 0.52);
}
.ed-header-section.header_style_six .ed-hd-search-bar button {
    top: 8px;
    right: 8px;
    color: #fff;
    border: none;
    height: 28px;
    font-size: 14px;
    padding: 0px 16px;
    position: absolute;
    background-color: var(--ed-prime-c9);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.ed-header-section.header_style_six .ed-hd-search-bar button:hover {
    background-color: #f4bf00;
    color: var(--ed-tt-color-2);
}
.ed-header-section.header_style_six .ed-top-action {
    gap: 55px;
    width: 100%;
    max-width: 375px;
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-header-section.header_style_six .ed-top-action {
        gap: 15px;
        max-width: 340px;
    }
}
@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-header-section.header_style_six .ed-top-action {
        display: none !important;
    }
}
.ed-header-section.header_style_six .ed-top-action:before {
    top: 5px;
    left: 59%;
    width: 1px;
    content: "";
    height: 36px;
    position: absolute;
    background-color: rgba(5, 5, 5, 0.12);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-header-section.header_style_six .ed-top-action:before {
        display: none;
    }
}
.ed-header-section.header_style_six .ed-top-action .top-act-item {
    gap: 12px;
}
.ed-header-section.header_style_six .ed-top-action .top-act-item:nth-child(1) {
    width: 200px;
}
.ed-header-section.header_style_six
    .ed-top-action
    .top-act-item:nth-child(1)
    .item-text {
    text-align: right;
}
.ed-header-section.header_style_six
    .ed-top-action
    .top-act-item:nth-child(1)
    .item-icon
    svg {
    -webkit-animation: hithere 2s ease infinite;
    animation: hithere 2s ease infinite;
}
.ed-header-section.header_style_six .ed-top-action .top-act-item:nth-child(2) {
    width: 120px;
}
.ed-header-section.header_style_six
    .ed-top-action
    .top-act-item:nth-child(2)
    .item-icon
    svg {
    -webkit-animation: swing 2s ease infinite;
    animation: swing 2s ease infinite;
}
.ed-header-section.header_style_six .ed-top-action .top-act-item .item-text a,
.ed-header-section.header_style_six
    .ed-top-action
    .top-act-item
    .item-text
    span {
    display: block;
}
.ed-header-section.header_style_six
    .ed-top-action
    .top-act-item
    .item-text
    span {
    font-size: 14px;
}
.ed-header-section.header_style_six .ed-top-action .top-act-item .item-text a {
    color: #050505;
    font-size: 15px;
    font-weight: 600;
}
.ed-header-section.header_style_six .ed-top-action .top-act-item .item-icon {
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 100%;
    background-color: rgba(5, 5, 5, 0.05);
}
.ed-header-section.header_style_six
    .ed-top-action
    .top-act-item
    .item-icon
    span {
    top: -2px;
    right: -2px;
    color: #fff;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    -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-c9);
}
.ed-header-section.header_style_six .header-navigation-wrap {
    background-color: #050505;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
@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-header-section.header_style_six .header-navigation-wrap {
        display: none !important;
    }
}
.ed-header-section.header_style_six .main-navigation li {
    margin: 0px 28px;
}
.ed-header-section.header_style_six .main-navigation li a {
    color: #ffffff;
    font-size: 16px;
    display: inline;
    font-weight: 500;
    padding-bottom: 20px;
}
.ed-header-section.header_style_six .main-navigation .dropdown:after {
    right: -3px;
    color: #f4bf00;
    font-size: 13px;
    content: "\f078";
}
.ed-header-section.header_style_six .main-navigation .dropdown-menu {
    top: 40px;
    border-radius: 10px;
}
.ed-header-section.header_style_six .main-navigation .dropdown-menu a {
    display: inline-block;
    font-size: 14px !important;
    color: var(--ed-tt-color-2);
}
.ed-header-section.header_style_six .header-navigation-wrap .hd-login-btn {
    gap: 15px 40px;
}
.ed-header-section.header_style_six .header-navigation-wrap .login-signup {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ed-header-section.header_style_six
    .header-navigation-wrap
    .login-signup
    button {
    padding: 0;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ed-header-section.header_style_six
    .header-navigation-wrap
    .login-signup
    button:before {
    top: 0px;
    color: #fff;
    right: -10px;
    content: "/";
    position: absolute;
}
.ed-header-section.header_style_six
    .header-navigation-wrap
    .login-signup
    button:last-child:before {
    display: none;
}
.ed-header-section.header_style_six
    .header-navigation-wrap
    .login-signup
    button:hover {
    color: #f4bf00;
}
.ed-header-section.header_style_six .header-navigation-wrap .cta-btn a {
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 35px;
    border-bottom-right-radius: 4px;
    background-color: var(--ed-prime-c9);
}
.ed-header-section.header_style_six .header-navigation-wrap .cta-btn a:hover {
    color: var(--ed-tt-color-2);
    background-color: #f4bf00;
}
.ed-header-section.header_style_six:is(.txa_sticky_header):is(.txa_sticky)
    .ed-top-header-wrap {
    display: none !important;
}
@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-header-section.header_style_six:is(.txa_sticky_header):is(.txa_sticky)
        .ed-top-header-wrap {
        display: block !important;
    }
}
.ed-header-section.header_style_six:is(.txa_sticky_header):is(.txa_sticky):is(
        .txa_sticky_show
    ) {
    background-color: #050505;
}
.ed-header-section.txa_sticky_header:is(.txa_sticky) .ed-header-top {
    display: none;
}

.txa_sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    z-index: 8;
}
.txa_sticky_header:is(.txa_sticky) {
    -webkit-transform: translateY(-180%);
    transform: translateY(-180%);
}
.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
    background-color: #fff;
    -webkit-transform: translateY(0%);
    transform: translateY(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) {
    .txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
        top: 0;
    }
}

.cart_sidebar {
    padding: 30px;
    padding-bottom: 50px;
}

.cart_sidebar_top {
    background-color: #0e0f11;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 30px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_sidebar .heading_title {
    line-height: 1;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
}

.cart_item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0e0f11;
}

.cart_item .item_image {
    display: block;
    min-width: 70px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    width: 60px;
    padding: 5px;
}

.cart_item .item_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.cart_item .item_price {
    line-height: 1;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 1;
}

.cart_item .remove_btn {
    top: 5px;
    right: 0px;
    padding: 0;
    border: none;
    color: var(--ed-prime-c);
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background: transparent;
}

.cart_sidebar {
    top: 0;
    width: 300px;
    right: -320px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    overflow-y: scroll;
    scrollbar-width: none;
    background-color: #000;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.cart_sidebar.active {
    right: 0px;
}

.cart_items_list {
    padding-bottom: 45px;
    border-bottom: 1px solid #434343;
}

.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: 16px;
    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: 50px;
    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;
    font-size: 14px;
}
@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: #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;
    }
}
.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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ftr-widget .newsletter-widget {
        width: 350px;
    }
}
@media (max-width: 767px) {
    .ed-ftr-widget .newsletter-widget {
        width: 100%;
        max-width: 100%;
    }
}
.ed-ftr-widget .newsletter-widget form {
    position: relative;
}
.ed-ftr-widget .newsletter-widget input {
    width: 100%;
    height: 55px;
    border: none;
    font-size: 18px;
    padding-left: 30px;
    border-radius: 4px;
    background-color: #fff;
}
.ed-ftr-widget .newsletter-widget input::-webkit-input-placeholder {
    font-size: 18px;
}
.ed-ftr-widget .newsletter-widget input::-moz-placeholder {
    font-size: 18px;
}
.ed-ftr-widget .newsletter-widget input:-ms-input-placeholder {
    font-size: 18px;
}
.ed-ftr-widget .newsletter-widget input::-ms-input-placeholder {
    font-size: 18px;
}
.ed-ftr-widget .newsletter-widget input::placeholder {
    font-size: 18px;
}
.ed-ftr-widget .newsletter-widget button {
    top: 0;
    right: 0;
    border: none;
    height: 55px;
    line-height: 1;
    font-size: 16px;
    font-weight: 800;
    padding: 20px 30px;
    border-radius: 4px;
    position: absolute;
    color: var(--ed-tt-color);
    background: var(--ed-gradient);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
    .ed-ftr-widget .newsletter-widget button {
        padding: 20px;
    }
}
.ed-ftr-widget .newsletter-widget button:hover {
    letter-spacing: 1px;
}
.ed-ftr-widget .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 10px;
}

.ed-footer-bottom {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #444548;
}
@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-bottom {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ft-gallery-social {
    width: 100%;
    max-width: 810px;
}
.ed-ft-gallery-social .ed-ft-gallery li {
    width: 112px;
    height: 87px;
    margin: 0px 3px;
    overflow: hidden;
    border-radius: 10px;
}
.ed-ft-gallery-social .ed-ft-gallery li 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;
}
@media (max-width: 480px) {
    .ed-ft-gallery-social .ed-ft-gallery li {
        width: 90px;
    }
}
.ed-ft-gallery-social .ed-ft-gallery li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ed-ft-gallery-social {
    gap: 15px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ft-gallery-social {
        gap: 15px 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-ft-gallery-social {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ed-ft-gallery-social .ed-ft-social li {
    margin: 7px 0px;
}
.ed-ft-gallery-social .ed-ft-social li a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
.ed-ft-gallery-social .ed-ft-social li a i {
    margin-right: 5px;
}
.ed-ft-gallery-social .ed-ft-social li a:hover {
    color: #00f8cb;
}

.ed-footer-copyright {
    padding: 40px 0px 30px;
}
.ed-footer-copyright span {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
.ed-bottom-area {
    z-index: 1;
}
.ed-bottom-area .ed-sec-ft-bg {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    max-height: 850px;
}
.ed-bottom-area .ed-sec-ft-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ed-footer-sec-2 {
    overflow: hidden;
}

.ed-footer-widget-area-2 {
    padding: 80px 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-footer-widget-area-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ft-widget-2 {
    width: 33.33%;
    padding-right: 15px;
    border-right: 1px solid #232d31;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .ed-ft-widget-2 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .ed-ft-widget-2 {
        width: 100%;
        border: none;
    }
}
.ed-ft-widget-2:last-child {
    border-right: none;
}
.ed-ft-widget-2 .widget-title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 35px;
}
@media (max-width: 767px) {
    .ed-ft-widget-2 .widget-title {
        padding-bottom: 20px;
    }
}
.ed-ft-widget-2 .logo-widget {
    max-width: 380px;
}
.ed-ft-widget-2 .logo-widget p {
    color: #fff;
    padding-top: 20px;
    line-height: 1.778;
    padding-bottom: 30px;
}
.ed-ft-widget-2 .logo-widget p a {
    text-decoration: underline;
}
.ed-ft-widget-2 .logo-widget .social-icon {
    gap: 10px;
}
.ed-ft-widget-2 .logo-widget .social-icon a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    color: var(--ed-black-color);
}
.ed-ft-widget-2 .logo-widget .social-icon a:hover {
    color: #fff;
    background-color: var(--ed-red-color);
}
.ed-ft-widget-2 .cta-widget {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .ed-ft-widget-2 .cta-widget {
        padding-left: 0;
        margin-top: 30px;
    }
}
.ed-ft-widget-2 .menu-widget {
    padding-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-ft-widget-2 .menu-widget {
        padding-left: 0;
    }
}
.ed-ft-widget-2 .menu-widget ul li {
    width: 48%;
    font-size: 16px;
    margin-bottom: 12px;
}
@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-ft-widget-2 .menu-widget ul li {
        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-ft-widget-2 .menu-widget ul li {
        width: auto;
        margin-right: 20px;
    }
}
.ed-ft-widget-2 .menu-widget ul li a {
    color: #fff;
    padding-left: 28px;
    position: relative;
}
.ed-ft-widget-2 .menu-widget ul li a:before {
    top: 0;
    left: 0;
    color: #fff;
    content: "\f058";
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-family: "Font Awesome 6 Free";
}
.ed-ft-widget-2 .menu-widget ul li a:hover {
    margin-left: 5px;
    color: var(--ed-yellow-color);
}
.ed-ft-widget-2 .menu-widget ul li a:hover:before {
    color: var(--ed-yellow-color);
}
.ed-ft-widget-2 .cta-info-item {
    gap: 15px;
    margin-bottom: 20px;
}
.ed-ft-widget-2 .cta-info-item .item-icon {
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 15px;
    border-radius: 100%;
    border: 1px dashed #3c5d40;
}
.ed-ft-widget-2 .cta-info-item .item-text {
    color: #fff;
    font-size: 16px;
    max-width: 275px;
}
@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-ft-widget-2 .cta-info-item .item-text {
        max-width: 200px;
    }
}

.ed-copyright-text {
    padding: 25px 0px;
    background-color: #0e1416;
}
.ed-copyright-text span {
    color: #fff;
}

.ed-footer-sec-3 {
    background-color: #003936;
    border-left: 2px solid var(--ed-black-color);
    border-right: 2px solid var(--ed-black-color);
}

.ed-ft-newsletter {
    gap: 20px 30px;
    border-bottom: 1px solid #01322f;
}
@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-newsletter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ed-ft-newsletter .ed-sec-title-3 {
    max-width: 665px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-ft-newsletter .ed-sec-title-3 {
        max-width: 550px;
    }
}
@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-newsletter .ed-sec-title-3 {
        max-width: 100%;
    }
}
.ed-ft-newsletter .ed-sec-title-3 .sec_title {
    color: #fff;
    font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-ft-newsletter .ed-sec-title-3 .sec_title {
        font-size: 34px;
    }
}

.ed-ft-newsletter-form {
    width: 100%;
    max-width: 410px;
}
@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-newsletter-form {
        max-width: 100%;
    }
}
.ed-ft-newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    padding-left: 30px;
    border-radius: 70px;
    background-color: #fff;
}
.ed-ft-newsletter-form input::-webkit-input-placeholder {
    color: #024743;
}
.ed-ft-newsletter-form input::-moz-placeholder {
    color: #024743;
}
.ed-ft-newsletter-form input:-ms-input-placeholder {
    color: #024743;
}
.ed-ft-newsletter-form input::-ms-input-placeholder {
    color: #024743;
}
.ed-ft-newsletter-form input::placeholder {
    color: #024743;
}
.ed-ft-newsletter-form button {
    width: 100%;
    height: 75px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 18px;
    border-radius: 70px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: var(--ed-prime-c4);
    border: 3px solid var(--ed-black-color);
}
.ed-ft-newsletter-form button img {
    margin-left: 5px;
}
.ed-ft-newsletter-form button:hover {
    color: #fff;
    background-color: var(--ed-prime-c5);
}
.ed-ft-newsletter-form p {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.ed-ft-widget-3 {
    position: relative;
}
@media (max-width: 480px) {
    .ed-ft-widget-3 {
        margin-bottom: 30px;
    }
}
.ed-ft-widget-3 .widget-title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 25px;
}
@media (max-width: 480px) {
    .ed-ft-widget-3 .widget-title {
        padding-bottom: 15px;
    }
}
.ed-ft-widget-3 .cta-info .item-info {
    gap: 10px;
    margin-bottom: 15px;
}
.ed-ft-widget-3 .cta-info .item-info .cta-icon {
    z-index: 1;
    color: #fff;
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 100%;
    background-color: #456c48;
    border: 3px solid var(--ed-black-color);
}
.ed-ft-widget-3 .cta-info .item-info .cta-icon:before,
.ed-ft-widget-3 .cta-info .item-info .cta-icon:after {
    left: 0;
    z-index: -2;
    width: 100%;
    content: "";
    height: 100%;
    bottom: -7px;
    position: absolute;
    border-radius: 100px;
    background-image: url(../img/bg/btn-bg.png);
}
.ed-ft-widget-3 .cta-info .item-info .cta-icon:after {
    bottom: 0;
    z-index: -1;
    background-image: none;
    background-color: #456c48;
}
.ed-ft-widget-3 .cta-info .item-info .cta-text {
    color: #fff;
    font-size: 17px;
    max-width: 275px;
    font-weight: 600;
    line-height: 1.471;
}
.ed-ft-widget-3 .menu-widget {
    padding-left: 20px;
}
@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-widget-3 .menu-widget {
        padding-left: 0;
    }
}
.ed-ft-widget-3 .menu-widget li {
    width: 48%;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .ed-ft-widget-3 .menu-widget li {
        width: 100%;
    }
}
.ed-ft-widget-3 .menu-widget li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 28px;
}
.ed-ft-widget-3 .menu-widget li a:before {
    top: 0;
    left: 0;
    font-weight: 700;
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 6 Free";
}
.ed-ft-widget-3 .menu-widget li a:hover {
    color: var(--ed-yellow-color);
}
.ed-ft-widget-3 .title-info {
    max-width: 400px;
    padding-left: 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-ft-widget-3 .title-info {
        padding-left: 0;
        max-width: 100%;
        margin-top: 30px;
    }
}
.ed-ft-widget-3 .title-info .sec_title {
    color: #fff;
    font-size: 35px;
}

.ed-copyright-text-3 {
    color: #fff;
    font-weight: 500;
    padding: 25px 0px;
    background-color: #01322f;
}

.ed-footer-gallery {
    bottom: 0;
    right: 0;
    max-width: 690px;
    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-footer-gallery {
        display: none;
    }
}
.ed-footer-gallery .top_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.ed-footer-gallery .bottom_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ed-footer-gallery .bottom_item li {
    width: 33.33%;
}

.ed-footer-sec-4 {
    overflow: hidden;
}

.ed-footer4-cta {
    gap: 30px;
    overflow: hidden;
    border-bottom: 1px solid #1a2127;
}
@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-footer4-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.ed-ft4-cta-text {
    margin: 0 auto;
    max-width: 470px;
}
@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-ft4-cta-text {
        max-width: 100%;
        width: 100%;
    }
}
.ed-ft4-cta-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-ft4-cta-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .ed-ft4-cta-text h2 {
        font-size: 30px;
    }
}
.ed-ft4-cta-text .cta_info {
    color: #fff;
    font-weight: 700;
}
.ed-ft4-cta-text .cta_btn {
    margin-top: 25px;
}
.ed-ft4-cta-text .cta_btn a {
    font-size: 18px;
    font-weight: 800;
    padding: 17px 30px;
    border-radius: 40px;
    color: var(--ed-black-color);
    background-color: var(--ed-prime-c6);
}
@media (max-width: 767px) {
    .ed-ft4-cta-text .cta_btn a {
        font-size: 16px;
        font-weight: 600;
        padding: 14px 25px;
    }
}
.ed-ft4-cta-text .cta_btn a:hover {
    background-color: #fff;
}

.ed-ft4-cta-img .item-img-1,
.ed-ft4-cta-img .item-img-4 {
    overflow: hidden;
    border-radius: 200px;
}
.ed-ft4-cta-img .cta-img-wrapper {
    gap: 15px;
}
.ed-ft4-cta-img .item-img-2 {
    overflow: hidden;
    border-radius: 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-footer4-widget-area {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-ft4-widget .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 28px;
}
.ed-ft4-widget .menu-widget li {
    margin-bottom: 15px;
}
.ed-ft4-widget .menu-widget li a {
    color: #a3a7ac;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    padding-left: 25px;
}
.ed-ft4-widget .menu-widget li a:before {
    left: 0;
    top: 5px;
    width: 24px;
    content: "";
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/icon/arrow-6.png);
}
.ed-ft4-widget .menu-widget li a:hover {
    color: var(--ed-prime-c6);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.ed-ft4-widget .newsletter-widget {
    max-width: 430px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ft4-widget .newsletter-widget {
        max-width: 350px;
    }
}
.ed-ft4-widget .newsletter-widget p {
    color: #a3a7ac;
    padding-bottom: 35px;
}
.ed-ft4-widget .newsletter-widget form {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.ed-ft4-widget .newsletter-widget form input {
    width: 100%;
    height: 63px;
    border: none;
    padding-left: 20px;
    border-radius: 30px;
    background-color: #373a41;
}
.ed-ft4-widget .newsletter-widget form button {
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    padding: 10px 25px;
    color: var(--ed-black-color);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: var(--ed-prime-c6);
}
.ed-ft4-widget .newsletter-widget form button:hover {
    background-color: #fff;
}

.ed--ft4-about .ed_ab_title {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ed--ft4-about .ed_ab_title span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.ed--ft4-about .ed_ab_title i {
    width: 100%;
    border-top: 1px solid #1a2127;
}

@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-ft4-counter {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ed-ft4-counter .brand-logo-text {
    gap: 50px;
    max-width: 790px;
}
@media (max-width: 767px) {
    .ed-ft4-counter .brand-logo-text {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-ft4-counter .brand-logo-text {
        gap: 20px 30px;
        max-width: 590px;
    }
}
.ed-ft4-counter .brand-logo-text p {
    color: #a3a7ac;
    font-size: 16px;
}

.ft4-counter-wrap {
    gap: 20px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ft4-counter-wrap {
        gap: 20px 25px;
    }
}
@media (max-width: 767px) {
    .ft4-counter-wrap {
        gap: 15px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ft4-count-item h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}
.ft4-count-item p {
    color: #9b9fa4;
    font-weight: 800;
}

.ed-ft-copyright4 {
    padding: 20px 0px;
    border-top: 1px solid #1a2127;
}
@media (max-width: 767px) {
    .ed-ft-copyright4 {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ed-ft-copyright4 p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.ed-ft-copyright4 .ed-payment span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.ed-footer5-sec {
    overflow: hidden;
    background-color: #050505;
}

.ed-footer5-newsletter {
    gap: 20px 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-footer5-newsletter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-footer5-newsletter-form {
    width: 100%;
    gap: 20px 60px;
    max-width: 870px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-footer5-newsletter-form {
        max-width: 800px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ed-footer5-newsletter-form {
        max-width: 800px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@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-footer5-newsletter-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
}
.ed-footer5-newsletter-form h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    max-width: 305px;
}
.ed-footer5-newsletter-form form {
    width: 100%;
    max-width: 505px;
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-footer5-newsletter-form form {
        max-width: 450px;
    }
}
.ed-footer5-newsletter-form form input {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding-left: 28px;
    border: 1px solid #ffffff;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ed-footer5-newsletter-form form input:placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.ed-footer5-newsletter-form form input:focus {
    border: 1px solid var(--ed-prime-c7);
}
.ed-footer5-newsletter-form form button {
    top: 6px;
    right: 6px;
    border: none;
    color: #050505;
    padding: 10px 20px;
    position: absolute;
    border-radius: 4px;
    background-color: #ff9960;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
    .ed-footer5-newsletter-form form button {
        position: static;
        margin-top: 20px;
    }
}
.ed-footer5-newsletter-form form button:hover {
    background-color: #fff;
}

.ed-footer5-widget-wrap {
    gap: 20px 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-footer5-widget-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 30px;
    }
}

.ed-footer5-widget-area {
    width: 100%;
    gap: 15px 30px;
    max-width: 870px;
    padding-top: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-footer5-widget-area {
        max-width: 800px;
    }
}
@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-footer5-widget-area {
        max-width: 750px;
    }
}
@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-footer5-widget-area {
        max-width: 100%;
        gap: 15px 45px;
    }
}
@media (max-width: 767px) {
    .ed-footer5-widget-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-footer-1-menu li .has-dropdown {
    padding-top: 14px;
    padding-left: 20px;
    display: none;
}

@media (max-width: 480px) {
    .ed-footer5-widget {
        width: 100%;
    }
}
.ed-footer5-widget .widget-title {
    color: #ffda8a;
    font-size: 16px;
    font-weight: 500;
    padding-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-footer5-widget .ed-ft-img {
        display: none;
    }
}
.ed-footer5-widget .menu-widget li {
    font-weight: 500;
    margin-bottom: 12px;
    font-family: var(--ed-heading-2);
}
.ed-footer5-widget .menu-widget li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}
.ed-footer5-widget .menu-widget li a:hover {
    color: #ffda8a;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.ed-footer5-widget .menu-widget li:is(.dropdown) a:before {
    top: 2px;
    color: rgba(255, 255, 255, 0.8);
    right: -20px;
    font-size: 14px;
    content: "\f078";
    font-weight: 700;
    position: absolute;
    font-family: "Font Awesome 6 Free";
}
.ed-footer5-widget .menu-widget li .has-dropdown {
    padding-left: 0;
}
.ed-footer5-widget .menu-widget li .has-dropdown a {
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.ed-footer5-widget .menu-widget li .has-dropdown a:before {
    display: none;
}
.ed-footer5-widget .menu-widget-2 li {
    margin-bottom: 12px;
}
.ed-footer5-widget .menu-widget-2 li a {
    padding-left: 14px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}
.ed-footer5-widget .menu-widget-2 li a:before {
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
}
.ed-footer5-widget .menu-widget-2 li a:hover {
    color: #ffda8a;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.ed-footer5-widget .cta-widget {
    max-width: 260px;
}
.ed-footer5-widget .cta-widget .cta-info-item {
    gap: 15px;
    margin-bottom: 12px;
    font-family: var(--ed-heading-2);
}
.ed-footer5-widget .cta-widget .cta-info-item .item-icon {
    width: 20px;
    color: #4ad2cc;
    font-size: 16px;
    margin-top: 3px;
}
.ed-footer5-widget .cta-widget .cta-info-item .item-text {
    max-width: 224px;
    color: rgba(255, 255, 255, 0.8);
}

.ed-copyright5 {
    padding: 25px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.ed-copyright5 .ed-copyright5-content {
    gap: 15px 30px;
    font-size: 16px;
}
@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-copyright5 .ed-copyright5-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ed-copyright5 .ed-copyright5-content p {
    color: rgba(255, 255, 255, 0.64);
}
.ed-copyright5 .ed-copyright5-content p a {
    color: #fff;
}
.ed-copyright5 .ed-copyright5-content .copyright5-social a {
    margin-left: 48px;
    color: rgba(255, 255, 255, 0.76);
}
@media (max-width: 767px) {
    .ed-copyright5 .ed-copyright5-content .copyright5-social a {
        margin-left: 0;
        margin-right: 15px;
    }
}
.ed-copyright5 .ed-copyright5-content .copyright5-social a i {
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.ed-copyright5 .ed-copyright5-content .copyright5-social a:first-child {
    margin-left: 0;
}
.ed-copyright5 .ed-copyright5-content .copyright5-social a:hover {
    color: var(--ed-prime-c7);
}
.ed-copyright5 .ed-copyright5-content .copyright5-social a:hover i {
    color: var(--ed-prime-c8);
}

.ed-footer6-sec {
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}
.ed-footer6-sec:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    background-color: rgba(5, 5, 5, 0.84);
}

.ed-footer6-widget-wrap {
    gap: 30px 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-footer6-widget-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-footer6-widget-area {
    width: 100%;
    max-width: 812px;
}
.ed-footer6-widget-area .ed-footer6-widget-cont {
    overflow: hidden;
    border-radius: 8px;
    border-radius: 8px;
    padding: 50px 50px 32px;
    background-color: #212227;
    border: 1px solid transparent;
    background: linear-gradient(#212227, #212227) padding-box,
        linear-gradient(
                98.4deg,
                #ff8025 0%,
                rgba(195, 153, 0, 0) 30.57%,
                rgba(195, 108, 18, 0) 66.14%,
                #c11336 100%
            )
            border-box;
}
@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-footer6-widget-area .ed-footer6-widget-cont {
        padding: 30px 30px;
    }
}
@media (max-width: 767px) {
    .ed-footer6-widget-area .ed-footer6-widget-cont {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ed-footer6-widget .logo-widget {
    max-width: 420px;
}
.ed-footer6-widget .logo-widget p {
    color: #fff;
    padding-bottom: 42px;
}
.ed-footer6-widget .logo-widget .brand-logo {
    margin-bottom: 20px;
}
.ed-footer6-widget .logo-widget .logo-social {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ed-footer6-widget .logo-widget .logo-social a {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    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: #212227;
}
.ed-footer6-widget .logo-widget .logo-social a:hover {
    background-color: var(--ed-prime-c9);
}

.ed-footer6-widget-area .ed-footer5-widget .widget-title {
    color: #f4bf00;
}
.ed-footer6-widget-area
    .ed-footer5-widget
    .cta-widget
    .cta-info-item
    .item-icon {
    color: var(--ed-prime-c9);
}

.ed-footer6-gallery h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.ed-footer6-gallery li {
    width: 122px;
    height: 133px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 8px;
    position: relative;
}
@media (max-width: 480px) {
    .ed-footer6-gallery li {
        width: 80px;
        height: 80px;
    }
}
.ed-footer6-gallery li a {
    width: 100%;
    height: 100%;
}
.ed-footer6-gallery li a:before {
    top: 0;
    left: 0;
    width: 0%;
    opacity: 0.7;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: var(--ed-prime-c9);
}
.ed-footer6-gallery 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";
}
.ed-footer6-gallery li a:hover:before {
    width: 100%;
}
.ed-footer6-gallery li a:hover:after {
    top: 50%;
    opacity: 1;
}
.ed-footer6-gallery li:last-child {
    margin-right: 0;
}
.ed-footer6-gallery li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ed-footer6-copyright {
    margin-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-footer6-copyright {
        margin-top: 0;
        padding-top: 20px;
        text-align: center;
    }
}
.ed-footer6-copyright p {
    color: rgba(255, 255, 255, 0.7);
}

/*---------------------------------------------------- */
