/*
************
*************************

   Template Name: Business Consulting and Services HTML Template
   Description: A modern, professional HTML template designed specifically for business consulting firms, corporate services, and professional advisory companies. This comprehensive template features multiple homepage variations, extensive service showcases, team member profiles, project portfolios, client testimonials, and interactive elements. Built with Bootstrap, SCSS, and modern JavaScript libraries including GSAP animations, Swiper sliders, and WOW.js effects. Includes responsive design, SEO optimization, contact forms, blog/news sections, pricing tables, FAQ pages, and a complete admin dashboard. Perfect for consulting agencies, business advisors, corporate services, and professional service providers looking to establish a strong online presence with a sophisticated, trustworthy design that builds client confidence and drives business growth.
   Author: https://themexriver.com/
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
    01. common
    02. utility
    03. typography
    04. mouse-cursor
    05. button
    06. offcanvas
    07. form
    08. search
    09. preloader
    10. animation
    11. wow-plus
    12. element
    13. back-to-top
    14. typing-text
    15. header
    16. hero
    17. core-features
    18. about
    19. projects
    20. work
    21. property
    22. showcase
    23. award
    24. brand
    25. marquee-text
    26. video
    27. experience
    28. choose
    29. services
    30. core-services
    31. testimonial
    32. contact
    33. team
    34. price
    35. gallery
    36. counter
    37. sponsor
    38. faqs
    39. blog
    40. office
    41. breadcrumb
    42. service-details
    43. team-details
    44. project-details
    45. career
    46. career-single
    47. blog-details
    48. contact-page
    49. error-page
    50. footer
******************************************************* 
*************************************************************** */
/*
    01. common
*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
    scroll-behavior: inherit;
    --ag-font-1: "Sora", sans-serif;
    --ag-font-2: "Tomorrow", sans-serif;
    --ag-clr-pr-1: #0D6DFF;
    --ag-clr-h-1: #242426;
    --ag-clr-p-1: #676767;
    --ag-clr-gd-3: linear-gradient(90deg, #2CBDD2 0%, #6D6BDF 100%), #FFFFFF;
    --ag-cube-1: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
    font-family: var(--ag-font-1);
    font-size: 18px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
    color: #000;
    overflow-x: hidden;
    font-optical-sizing: auto;
    font-feature-settings: "liga" off, "clig" off;
}

.img, img {
    max-width: 100%;
}

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

a, span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: none;
    line-height: inherit;
    transition: inherit;
}

button {
    border: none;
    outline: none;
}

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

h1 {
    font-size: 55px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

::-moz-selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

::selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

input, textarea {
    outline: none;
}

    input::placeholder, textarea::placeholder {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        font-family: inherit;
    }

    input:focus::placeholder, textarea:focus::placeholder {
        opacity: 0;
    }

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    ::-webkit-scrollbar {
        width: 7px;
        background: #fff;
        box-shadow: none;
        border: none;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
        box-shadow: none;
        border: none;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--ag-clr-pr-1);
        border-radius: 6px;
    }
}

.swiper-notification {
    display: none;
}

/* 
    global-css-end
*/
/*
    02. utility
*/
/* 
    margin-&-padding_variable-start
*/
.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;
}

.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;
}

/* 
    margin-&-padding_variable-end
*/
.mb-24 {
    margin-bottom: 24px;
}

.wa-fix {
    overflow: hidden;
}

.ag-marquee-line-1 {
    margin-top: 40px;
}

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

.wa-img-cover img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.wa-video-cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-bg-default {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.flaticon {
    display: inline-block;
    line-height: 0.65;
}

.wa-z-index-3 {
    position: relative;
    z-index: 3;
}

.wa-p-absolute {
    position: absolute;
}

.wa-p-relative {
    position: relative;
    z-index: 1;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.wa-origin-left {
    transform-origin: left;
}

.wa-origin-right {
    transform-origin: right;
}

.wa-fw-400 {
    font-weight: 400;
}

.wa-fw-500 {
    font-weight: 500;
}

.wa-fw-600 {
    font-weight: 600;
}

.wa-fw-700 {
    font-weight: 700;
}

.wa-fw-800 {
    font-weight: 800;
}

.wa-fw-900 {
    font-weight: 900;
}

.wa-ml-auto {
    margin-left: auto;
}

.wa-mr-auto {
    margin-right: auto;
}

.mr-0 {
    margin-right: 0 !important;
}

.wa-line-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .wa-line-limit:is(.has-line-1) {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .wa-line-limit:is(.has-line-2) {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .wa-line-limit:is(.has-line-3) {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .wa-line-limit:is(.has-line-4) {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .wa-line-limit:is(.has-line-5) {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }

    .wa-line-limit:is(.has-line-6) {
        -webkit-line-clamp: 6;
        line-clamp: 6;
    }

    .wa-line-limit:is(.has-line-7) {
        -webkit-line-clamp: 7;
        line-clamp: 7;
    }

    .wa-line-limit:is(.has-line-8) {
        -webkit-line-clamp: 8;
        line-clamp: 8;
    }

    .wa-line-limit:is(.has-line-9) {
        -webkit-line-clamp: 9;
        line-clamp: 9;
    }

    .wa-line-limit:is(.has-line-10) {
        -webkit-line-clamp: 10;
        line-clamp: 10;
    }

.wa-will-change {
    will-change: transform, opacity;
}

.wa-no-ani-tf {
    transform: none !important;
}

.text-right {
    text-align: right;
}

.wa-parallax-img {
    will-change: object-position;
}

.wa-parallax-bg {
    will-change: background-position;
}

.wa-origin-center {
    transform-origin: center;
}

/* 
    components
*/
/* 
    custom-container-start
*/
@media (min-width: 1400px) {
    .container.ag-container-1 {
        max-width: 1320px;
    }

    .container.ag-container-2 {
        max-width: 1384px;
    }
}
/* 
    custom-container-end
*/
/* 
    typography-start
*/
.ag-p-1 {
    font-family: var(--ag-font-1);
    font-weight: 400;
    font-size: 14px;
    /* color: var(--ag-clr-p-1);*/
    line-height: 175%;
    margin-bottom: 0;
}

.ag-h-1 {
    font-family: var(--ag-font-1);
    font-weight: 600;
    /*  color: var(--ag-clr-h-1);*/
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

    .ag-h-1 i {
        color: var(--ag-clr-pr-1);
    }

.ag-subtitle-1 {
    font-family: var(--ag-font-1);
    background-color: #0D6DFF;
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 11px 12px;
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

    .ag-subtitle-1::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #fff;
        top: 18px;
        left: 12px;
    }

    .ag-subtitle-1:is(.has-v3) {
        background-color: rgba(36, 36, 38, 0.1);
        color: var(--ag-clr-h-1);
    }

        .ag-subtitle-1:is(.has-v3)::after {
            background-color: var(--ag-clr-h-1);
        }

.ag-sec-title-1 {
    font-family: var(--ag-font-1);
    font-weight: 600;
    line-height: 120%;
    font-size: 48px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

    .ag-sec-title-1 span {
        opacity: 60%;
        display: inline;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-sec-title-1 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-sec-title-1 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-sec-title-1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ag-sec-title-1 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-sec-title-1 {
        font-size: 32px;
    }
}

/* 
    typography-end
*/
/* 
    button-start
*/
.ag-offcanvas-btn-1 {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 28px;
    background-color: var(--ag-clr-h-1);
    transition: 0.4s var(--ag-cube-1);
}

    .ag-offcanvas-btn-1 i {
        transition: 0.4s var(--ag-cube-1);
    }

        .ag-offcanvas-btn-1 i:nth-child(2) {
            position: absolute;
            opacity: 0;
        }

    .ag-offcanvas-btn-1:hover {
        background-color: var(--ag-clr-pr-1);
    }

@media (min-width: 1800px), 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) {
    .ag-offcanvas-btn-1:is(.active) {
        background-color: var(--ag-clr-pr-1);
    }

        .ag-offcanvas-btn-1:is(.active) i:nth-child(1) {
            opacity: 0;
        }

        .ag-offcanvas-btn-1:is(.active) i:nth-child(2) {
            opacity: 1;
        }
}

.ag-offcanvas-btn-2 {
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #fff;
    border-radius: 10px;
}

.ag-pr-btn-1 {
    font-family: var(--ag-font-1);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    padding-right: 12px;
    background-color: var(--ag-clr-pr-1);
    color: #fff;
    border-radius: 8px;
    gap: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.45s var(--ag-cube-1), box-shadow 0.45s var(--ag-cube-1), color 0.45s var(--ag-cube-1);
}

    .ag-pr-btn-1::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-color: var(--ag-clr-h-1);
        border-radius: inherit;
        transform: translateX(-101%);
        transition: transform 0.5s var(--ag-cube-1);
    }

    .ag-pr-btn-1 .icon {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 6px;
        font-size: 22px;
        color: #000;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        transition: background-color 0.45s var(--ag-cube-1), color 0.45s var(--ag-cube-1);
    }

        .ag-pr-btn-1 .icon i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            line-height: 1;
            transition: transform 0.42s var(--ag-cube-1);
        }

            .ag-pr-btn-1 .icon i:nth-child(2) {
                position: absolute;
                inset: 0;
                transform: translateX(-120%);
            }

    .ag-pr-btn-1 .text {
        position: relative;
        z-index: 1;
    }

    .ag-pr-btn-1:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(233, 70, 37, 0.28);
        color: #fff;
        background: transparent;
    }

        .ag-pr-btn-1:hover::before {
            transform: translateX(0);
        }

        .ag-pr-btn-1:hover .icon {
            background-color: var(--ag-clr-pr-1);
            color: #fff;
        }

            .ag-pr-btn-1:hover .icon i:nth-child(1) {
                transform: translateX(120%);
            }

            .ag-pr-btn-1:hover .icon i:nth-child(2) {
                transform: translateX(0);
            }

    .ag-pr-btn-1:is(.has-v3) {
        border-radius: 12px;
        background: var(--ag-clr-gd-3);
        color: #fff;
        padding: 6px;
        padding-right: 18px;
        box-shadow: none;
    }

        .ag-pr-btn-1:is(.has-v3) .icon {
            background-color: #fff;
        }

        .ag-pr-btn-1:is(.has-v3):hover .icon {
            color: #000;
        }

.ag-sd-btn-1 {
    font-size: 17px;
    display: inline-flex;
    gap: 8px;
    transition: 0.4s var(--ag-cube-1);
}

    .ag-sd-btn-1 span {
        position: relative;
        z-index: 1;
        transition: 0.4s var(--ag-cube-1);
    }

        .ag-sd-btn-1 span::after {
            content: "";
            position: absolute;
            bottom: 2px;
            left: 0;
            width: 100%;
            background-color: var(--ag-clr-h-1);
            height: 1px;
            transition: 0.4s var(--ag-cube-1);
        }

    .ag-sd-btn-1 i {
        font-size: 20px;
        transition: 0.4s var(--ag-cube-1);
    }

    .ag-sd-btn-1:hover {
        color: var(--ag-clr-pr-1);
    }

        .ag-sd-btn-1:hover span::after {
            width: 0%;
        }

        .ag-sd-btn-1:hover i {
            transform: rotate(45deg);
        }

.ag-pr-btn-2 {
    font-family: var(--ag-font-1);
    font-size: 14px;
    display: inline-flex;
    gap: 12px;
    padding: 15px;
    padding-right: 20px;
    background-color: #fff;
    align-items: center;
    text-transform: uppercase;
    border-radius: 100px;
    transition: 1s var(--ag-cube-1);
    background: linear-gradient(90deg, #2CBDD2 0%, #6D6BDF 100%), #FFFFFF;
    /* linear-gradient(92deg, rgb(141, 26, 180) 2.46%, rgb(155, 0, 109) 94.72%);*/
}

    .ag-pr-btn-2 .icon {
        width: 44px;
        height: 44px;
        background-color: var(--ag-clr-h-1);
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 22px;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-pr-btn-2 .icon i {
            transition: 0.5s var(--ag-cube-1);
        }

    .ag-pr-btn-2 .text {
        position: relative;
        z-index: 1;
        overflow: hidden;
        line-height: 1;
    }

        .ag-pr-btn-2 .text::after {
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            display: block;
            transition: 1s var(--ag-cube-1);
            position: absolute;
            content: attr(data-back);
            transform: translateY(100%);
        }

        .ag-pr-btn-2 .text::before {
            top: 0;
            left: 0;
            opacity: 1;
            display: block;
            transition: 1s var(--ag-cube-1);
            position: relative;
            content: attr(data-front);
            transform: translateY(0);
        }

    .ag-pr-btn-2:hover {
        background: #000;
        color: #fff;
    }

        .ag-pr-btn-2:hover .icon i {
            transform: rotate(-90deg);
        }

        .ag-pr-btn-2:hover .text::after {
            opacity: 1;
            transform: translateY(0%);
        }

        .ag-pr-btn-2:hover .text::before {
            opacity: 0;
            transform: translateY(-100%);
        }

/* 
    button-end
*/
/* 
    offcanvas-start
*/
.wa-offcanvas-area {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9;
    max-width: 450px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 1;
    padding: 50px 50px;
    transition: 0.5s ease-in-out;
    transform: translateX(105%);
    visibility: hidden;
    opacity: 0;
}

    .wa-offcanvas-area:is(.active) {
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
        transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    }

    .wa-offcanvas-area::-webkit-scrollbar {
        display: none;
    }

.wa-offcanvas-close {
    display: flex;
    flex: 0 0 auto;
    width: 25px;
    background: transparent;
    height: 25px;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    gap: 10px;
    flex-direction: column;
    position: relative;
}

    .wa-offcanvas-close span {
        transition: 300ms;
        width: 100%;
        height: 3px;
        background: #000;
        position: absolute;
    }

        .wa-offcanvas-close span:nth-child(1) {
            transform: rotate(45deg);
        }

        .wa-offcanvas-close span:nth-child(2) {
            transform: rotate(-45deg);
        }

    .wa-offcanvas-close:hover span {
        transform: rotate(0);
    }

.wa-offcanvas-top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wa-offcanvas-top-logo {
    flex: 0 0 auto;
    max-width: 150px;
    width: 100%;
}

.wa-offcanvas-social-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wa-offcanvas-social-flex {
    gap: 10px;
}

.wa-offcanvas-social-link {
    display: flex;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 40px;
    color: #000;
    font-size: 18px;
    transition: 400ms;
    justify-content: center;
    align-items: center;
}

    .wa-offcanvas-social-link:hover {
        background: #000;
        color: #fff;
        opacity: 1;
    }

.wa-offcanvas-gallery {
    margin-bottom: 50px;
}

.wa-offcanvas-gallery-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wa-offcanvas-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .wa-offcanvas-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wa-offcanvas-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.wa-offcanvas-gallery-item {
    height: 200px;
}

    .wa-offcanvas-gallery-item img {
        transition: 0.3s;
    }

    .wa-offcanvas-gallery-item:hover img {
        transform: scale(102%);
    }

.wa-overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4;
    transform: scaleX(0);
    transform-origin: right;
    transition: opacity 0.5s;
    opacity: 0;
}

    .wa-overly:is(.active) {
        transform: scaleX(1);
        transition: opacity 0.5s;
        opacity: 1;
    }

/* 
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
    position: relative;
    padding: 0px 0;
}

    .mobile-main-navigation ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .mobile-main-navigation ul li a {
        font-family: var(--cx-font-1);
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        line-height: 1;
        transition: 300ms;
        padding: 20px 0;
    }

    .mobile-main-navigation ul li .dropdown-btn {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 100%;
        height: 69px;
        display: flex;
        align-items: center;
        justify-content: end;
        background: transparent;
        font-size: 18px;
        color: #000;
        transition: 300ms;
    }

        .mobile-main-navigation ul li .dropdown-btn i {
            transition: 300ms;
        }

        .mobile-main-navigation ul li .dropdown-btn:is(.active) i {
            transform: rotate(90deg);
        }

    .mobile-main-navigation ul li:hover > a {
        color: var(--sk-clr-sd-1);
    }

    .mobile-main-navigation ul li:hover > .dropdown-btn {
        color: var(--sk-clr-sd-1);
    }

    .mobile-main-navigation ul li .dropdown-menu {
        border-radius: 0;
        background-color: transparent;
        border: none;
        margin-left: 30px;
        padding: 0;
    }

        .mobile-main-navigation ul li .dropdown-menu li {
            padding: 0px 0;
        }

            .mobile-main-navigation ul li .dropdown-menu li a {
                font-size: 18px;
            }

            .mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
                height: 55px;
                font-size: 16px;
            }

/* 
    header-menu-customization-start
*/
/* 
    offcanvas-end
*/
/* 
    search-box-css-start
*/
.wa-search-box {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    align-items: center;
    transition: 500ms;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}

.wa-search-box-close {
    height: 40px;
    width: 40px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    flex: 0 0 auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 40px;
    top: 35px;
    line-height: 1;
}

@media (max-width: 767px) {
    .wa-search-box-close {
        right: 20px;
        top: 15px;
    }
}

.wa-search-box-close i {
    font-weight: 400;
    line-height: 1;
}

.wa-search-box-close:hover {
    background: #000;
    color: #fff;
}

.wa-search-box.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

    .wa-search-box.active .wa-search-form::after {
        transform: scaleX(1);
        transition-delay: 0.3s;
    }

.wa-search-container {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wa-search-title {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 18px;
}

.wa-search-form {
    position: relative;
    z-index: 1;
}

.wa-search-form-input {
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    padding: 3px 10px;
    background: transparent;
}

.wa-search-form::after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background-color: #6D6D6D;
    transition: all 0.5s ease-in-out;
    transform: scaleX(0);
    transition-delay: 0s;
}

.wa-search-tag {
    gap: 8px;
    justify-content: center;
}

.wa-search-tag-title {
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 12px;
}

.wa-search-tag-item {
    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;
    transition: all 0.2s ease-in-out;
}

    .wa-search-tag-item:hover {
        background: #000;
        color: #fff;
    }

/* 
    search-box-css-end
*/
/* 
    preloader-1-start
*/
@keyframes ag-preloader-1-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ag-preloader-1-dash {
    0% {
        stroke-dashoffset: 290;
    }

    50% {
        stroke-dashoffset: 70;
    }

    100% {
        stroke-dashoffset: 290;
    }
}

@keyframes ag-preloader-1-progress {
    0% {
        transform: translateX(-100%);
    }

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

@keyframes ag-preloader-1-fade {
    0%, 100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }
}

.ag-preloader-1 {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: opacity 0.55s var(--ag-cube-1), visibility 0.55s var(--ag-cube-1);
    opacity: 1;
    visibility: visible;
}

    .ag-preloader-1.loaded {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

.ag-preloader-1-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: min(100%, 220px);
    padding: 0 24px;
}

.ag-preloader-1-core {
    position: relative;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ag-preloader-1-core::after {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: scale(0.95);
        border: 1px solid #ddd;
        border-radius: 50%;
        position: absolute;
    }

.ag-preloader-1-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: ag-preloader-1-spin 2.4s linear infinite;
}

    .ag-preloader-1-ring circle {
        fill: none;
        stroke: var(--ag-clr-pr-1);
        stroke-width: 2;
        stroke-linecap: round;
        stroke-dasharray: 290;
        stroke-dashoffset: 290;
        animation: ag-preloader-1-dash 2s var(--ag-cube-1) infinite;
        transform-origin: center;
    }

.ag-preloader-1-logo {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ag-preloader-1-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.ag-preloader-1-track {
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background: #F0F2F4;
    overflow: hidden;
    position: relative;
}

.ag-preloader-1-track-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, var(--ag-clr-pr-1), transparent);
    animation: ag-preloader-1-progress 1.4s var(--ag-cube-1) infinite;
}

.ag-preloader-1-label {
    font-family: var(--ag-font-1);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ag-clr-h-1);
    margin: -8px 0 0;
    animation: ag-preloader-1-fade 1.6s ease-in-out infinite;
}

/* 
    preloader-1-end
*/
/* 
    wow-plus-start
*/
@keyframes wa-rotated {
    to {
        transform: rotate(360deg);
    }
}

@keyframes wa-rotated-minus {
    to {
        transform: rotate(-360deg);
    }
}

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

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        perspective: 2000px;
        transform: rotateX(20deg) translateY(20px);
        filter: blur(5px);
    }

    100% {
        perspective: 2000px;
        transform: rotateX(0deg) translateY(0px);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    animation-duration: 1000ms;
    animation-timing-function: var(--ag-cube-1);
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        perspective: 2000px;
        transform: translateX(-40px);
        filter: blur(5px);
    }

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

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    animation-duration: 1000ms;
    animation-timing-function: var(--ag-cube-1);
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        perspective: 2000px;
        transform: translateX(40px);
        filter: blur(5px);
    }

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

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
    animation-duration: 1000ms;
    animation-timing-function: var(--ag-cube-1);
}

@keyframes slideInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

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

.slideInUp2 {
    -webkit-animation-name: slideInUp2;
    animation-name: slideInUp2;
    animation-duration: 1000ms;
    animation-timing-function: var(--ag-cube-1);
}

@keyframes slideInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

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

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2;
    animation-duration: 1000ms;
    animation-timing-function: var(--ag-cube-1);
}

@keyframes slideInUp3 {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__slideInUp3 {
    -webkit-animation-name: slideInUp3;
    animation-name: slideInUp3;
    animation-duration: 1000ms;
    animation-timing-function: var(--ag-cube-1);
}

/* 
    wow-plus-end
*/
/* 
    elements-start
*/
.hover-border a {
    width: 100%;
    display: inline !important;
    background-position-y: -2px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    padding-bottom: 1px;
    -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);
}

    .hover-border a:hover {
        color: inherit;
        background-size: 100% 100%;
    }

.wa_title_ani_1 {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.vy-cover-trigger {
    position: relative;
}

.vy-cover-ani {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: end;
}

.vy-cover-slice {
    height: 100%;
    flex-grow: 1;
    background: rgba(0, 166, 80, 0.5);
    mix-blend-mode: luminosity;
}

/* 
    elements-end
*/
/* 
    start-back-to-top
*/
.wa-back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -12.5%;
    z-index: 4;
    width: 40px;
    height: 50px;
    background-color: var(--ag-clr-pr-1);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .wa-back-to-top {
        right: 3%;
    }
}

.wa-back-to-top svg {
    transition: 0.3s;
}

    .wa-back-to-top svg * {
        fill: #fff;
        transition: 0.3s;
    }

.wa-back-to-top:hover {
    height: 35px;
}

    .wa-back-to-top:hover svg {
        transform: translateY(-20px);
        mix-blend-mode: difference;
    }

        .wa-back-to-top:hover svg * {
            fill: var(--ag-clr-pr-1);
        }

.wa-back-to-top:is(.active) {
    bottom: 2.5%;
}

/* 
    start-back-to-end
*/
/* wa-hover-wave-start */
.wa-hover-wave {
    position: relative;
    overflow: hidden;
}

    .wa-hover-wave > img {
        display: block;
        transition: opacity 0.25s ease;
    }

    .wa-hover-wave.is-wave-active > img {
        opacity: 0 !important;
    }

    .wa-hover-wave .wa-hover-wave-canvas {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        will-change: opacity;
        transition: opacity 0.25s ease;
    }

        .wa-hover-wave .wa-hover-wave-canvas canvas {
            display: block;
            width: 100% !important;
            height: 100% !important;
            pointer-events: none;
        }

    .wa-hover-wave.is-wave-active .wa-hover-wave-canvas {
        opacity: 1;
    }

/* wa-hover-wave-end */
/* 
    layout
*/
/* 
    header-1-start
*/
.ag-header-1-area {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.ag-header-1-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ag-header-1-main {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    padding-left: 20px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.03);
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .ag-header-1-main .ag-pr-btn-1 {
        background-color: var(--ag-clr-h-1);
        color: #fff;
    }

        .ag-header-1-main .ag-pr-btn-1::before {
            background-color: var(--ag-clr-pr-1);
        }

        .ag-header-1-main .ag-pr-btn-1 .icon {
            background-color: var(--ag-clr-pr-1);
            color: #fff;
        }

        .ag-header-1-main .ag-pr-btn-1:hover {
            box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
        }

            .ag-header-1-main .ag-pr-btn-1:hover .icon {
                background-color: #fff;
                color: var(--ag-clr-h-1);
            }

@media (max-width: 767px) {
    .ag-header-1-main .ag-pr-btn-1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-header-1-main .ag-pr-btn-1 {
        display: inline-flex;
    }
}

.ag-header-1-menu {
    background-color: #fff;
    border-radius: 12px;
    transform: translateY(-61px);
    transition: 0.5s;
    padding: 0 33px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1199px), (max-width: 767px) {
    .ag-header-1-menu {
        display: none;
    }
}

.ag-header-1-menu:is(.active) {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.ag-main-navigation .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

    .ag-main-navigation .navbar-nav li a {
        position: relative;
        z-index: 1;
        font-family: var(--ag-font-1);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-decoration: none;
        color: #000;
        padding: 18px 0;
        display: inline-flex;
        align-items: center;
        transition: 0.4s var(--ag-cube-1);
    }

    .ag-main-navigation .navbar-nav li:is(.dropdown) > a {
        padding-right: 16px;
    }

        .ag-main-navigation .navbar-nav li:is(.dropdown) > a::before {
            display: block;
            content: "\f107";
            font-family: "Font Awesome 6 free";
            font-weight: 700;
            position: absolute;
            font-size: 13px;
            right: 0;
            top: 49%;
            transform: translateY(-50%);
            color: var(--ag-clr-pr-1);
        }

    .ag-main-navigation .navbar-nav li:hover > a {
        color: var(--ag-clr-pr-1);
        opacity: 1;
    }

    .ag-main-navigation .navbar-nav li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .ag-main-navigation .navbar-nav li .dropdown-menu {
        left: 0;
        top: 100%;
        z-index: 100;
        margin: 0px;
        padding: 0px 0px;
        height: auto;
        min-width: 200px;
        display: block;
        position: absolute;
        background: #fff;
        border: none;
        border-radius: 12px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0);
        transform-origin: top;
        transition: 0.4s var(--ag-cube-1);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    }

        .ag-main-navigation .navbar-nav li .dropdown-menu li {
            display: block;
            margin: 0;
            transition: 0.4s var(--ag-cube-1);
            border-radius: 10px;
        }

            .ag-main-navigation .navbar-nav li .dropdown-menu li a {
                width: 100%;
                display: block;
                padding: 9px 20px;
                padding-left: 30px;
                font-size: 16px;
                opacity: 1;
            }

            .ag-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
                padding-right: 13px;
            }

                .ag-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
                    right: 20px;
                }

            .ag-main-navigation .navbar-nav li .dropdown-menu li:hover {
                background: var(--ag-clr-pr-1);
            }

                .ag-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
                    color: #fff;
                }

            .ag-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
                top: 0;
                left: 100%;
            }

/* 
    header-1-end
*/
/* 
    header-2-start
*/
.ag-header-2-area {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.ag-header-2-container {
    max-width: 1826px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.ag-header-2-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.ag-header-2-logo {
    margin-top: 16px;
}

.ag-header-2-action-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .ag-header-2-action-btn .ag-pr-btn-2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-header-2-action-btn .ag-pr-btn-2 {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .ag-header-2-action-btn .ag-pr-btn-1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-header-2-action-btn .ag-pr-btn-1 {
        display: inline-flex;
    }
}

.ag-header-2-menu {
    position: relative;
    z-index: 1;
    padding: 0 60px;
}

@media (min-width: 1800px) {
    .ag-header-2-menu {
        padding: 0 70px;
        margin-right: -40px;
    }
}

.ag-header-2-menu .bg-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ag-main-navigation:is(.has-header-2) .navbar-nav li:is(.dropdown) > a::before {
    content: "\f13a";
    color: var(--ag-clr-h-1);
}

.ag-main-navigation:is(.has-header-2) .navbar-nav li:hover > a {
    color: var(--ag-clr-h-1);
}

.ag-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li:hover {
    background-color: var(--ag-clr-h-1);
}

/* 
    header-2-end
*/
/* 
    header-3-start
*/
.ag-header-3-area {
    padding: 8px 0;
}

.ag-header-3-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ag-header-3-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s var(--ag-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-header-3-menu {
        display: none;
    }
}

.ag-header-3-action-link {
    display: flex;
    align-items: center;
}

    .ag-header-3-action-link .ag-pr-btn-1.has-v3 {
        padding: 10px 20px;
    }

@media (max-width: 767px) {
    .ag-header-3-action-link .ag-pr-btn-1.has-v3 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-header-3-action-link .ag-pr-btn-1.has-v3 {
        display: inline-flex;
    }
}

.ag-header-3-action-link .ag-offcanvas-btn-1 {
    border-radius: 12px;
    font-size: 24px;
}

    .ag-header-3-action-link .ag-offcanvas-btn-1:hover {
        background: var(--ag-clr-gd-3);
    }

.ag-main-navigation:is(.has-header-3) ul li:is(.dropdown) a::before {
    color: #000;
}

.ag-main-navigation:is(.has-header-3) ul li:hover > a {
    color: #6D6BDF;
}

.ag-main-navigation:is(.has-header-3) ul li .dropdown-menu li {
    position: relative;
    z-index: 1;
}

    .ag-main-navigation:is(.has-header-3) ul li .dropdown-menu li::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        background: var(--ag-clr-gd-3);
        inset: 0;
        border-radius: 10px;
        opacity: 0;
        transition: 0.5s var(--ag-cube-1);
    }

    .ag-main-navigation:is(.has-header-3) ul li .dropdown-menu li:hover {
        background: transparent;
    }

        .ag-main-navigation:is(.has-header-3) ul li .dropdown-menu li:hover::after {
            opacity: 1;
        }

        .ag-main-navigation:is(.has-header-3) ul li .dropdown-menu li:hover > a {
            color: #fff;
            background: transparent;
        }

.ag-header-3-area {
    position: sticky !important;
    top: 0;
    z-index: 3 !important;
}

    .ag-header-3-area.has-sticky {
        background-color: #fff;
    }

        .ag-header-3-area.has-sticky .ag-header-3-menu {
            opacity: 1;
            visibility: visible;
        }

/* 
    header-3-end
*/
/* 
    sticky-header-css-start
*/
.wa_sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: 400ms ease-in-out;
    z-index: 8;
}

    .wa_sticky_header:is(.wa_sticky) {
        transform: translateY(-190%);
    }

        .wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
            transform: translateY(0%);
        }

    .wa_sticky_header:is(.ag-header-1-area) {
        top: 12px;
    }
/* 
    sticky-header-css-end
*/
/* 
    hero-1-start
*/
.ag-hero-1-area {
    padding-top: 150px;
}

.ag-hero-1-title-elm {
    font-family: var(--ag-font-2);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    font-size: 100px;
    text-transform: uppercase;
    margin-bottom: 0;
}

    .ag-hero-1-title-elm span {
        color: var(--ag-clr-pr-1);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-hero-1-title-elm {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-hero-1-title-elm {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-hero-1-title-elm {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .ag-hero-1-title-elm {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-hero-1-title-elm {
        font-size: 50px;
    }
}

@media (min-width: 1800px) {
    .ag-hero-1-title-elm:nth-child(1) {
        margin-left: -195px;
    }
}

.ag-hero-1-title-elm:nth-child(2) {
    font-size: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-hero-1-title-elm:nth-child(2) {
        font-size: 70px;
    }
}

.ag-hero-1-customers {
    max-width: 328px;
    width: 100%;
    position: absolute;
    right: 60px;
    top: 60px;
    padding: 10px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-hero-1-customers {
        position: relative;
        margin-left: 40px;
    }
}

.ag-hero-1-customers .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ag-hero-1-customers .client-wrap {
    display: flex;
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

    .ag-hero-1-customers .client-wrap .vector-elm img {
        animation: h1Leaf 3s linear infinite;
    }

    .ag-hero-1-customers .client-wrap .vector-elm:nth-child(3) img {
        animation-delay: 0.6s;
    }

.ag-hero-1-customers .client-content {
    text-align: center;
}

.ag-hero-1-customers .client-content-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
}

.ag-hero-1-customers .client-content-logo {
    display: flex;
    gap: 14px;
}

.ag-hero-1-customers .number-x-author {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.ag-hero-1-customers .number-elm {
    font-family: var(--ag-font-2);
    font-weight: 700;
    margin-bottom: 0;
    font-size: 40px;
}

.ag-hero-1-customers .author {
    display: inline-flex;
}

.ag-hero-1-customers .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: h1authorKf 4s linear infinite;
}

    .ag-hero-1-customers .author-img:not(:first-child) {
        margin-left: -20px;
    }

.ag-hero-1-customers .disc {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}

.ag-hero-1-customers .btn-elm {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--ag-clr-pr-1);
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s var(--ag-cube-1);
}

    .ag-hero-1-customers .btn-elm i {
        transition: 0.4s var(--ag-cube-1);
    }

    .ag-hero-1-customers .btn-elm:hover {
        background-color: var(--ag-clr-h-1);
    }

        .ag-hero-1-customers .btn-elm:hover i {
            transform: rotate(45deg);
        }

.ag-hero-1-customers .content-wrap {
    padding: 14px;
    padding-top: 0;
}

.ag-hero-1-bottom {
    background-color: #000;
    mask-size: 100% 100%;
    padding-top: 225px;
    padding-bottom: 150px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 57px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-hero-1-bottom {
        padding-top: 65px;
        padding-bottom: 390px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 87px;
        mask-image: none !important;
    }
}

.ag-hero-1-bottom-social {
    max-width: 320px;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 90px;
    left: -172px;
    text-align: right;
    z-index: -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), (max-width: 767px) {
    .ag-hero-1-bottom-social {
        display: none;
    }
}

.ag-hero-1-bottom-social .bg-shape {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

    .ag-hero-1-bottom-social .bg-shape g {
        transform-origin: center;
        animation: wa-rotated 15s linear infinite;
    }

.ag-hero-1-bottom-social .link-elm {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 33px;
}

.ag-hero-1-bottom-social .link-elm-single {
    color: #fff;
    font-size: 25px;
    transition: 0.4s var(--ag-cube-1);
}

    .ag-hero-1-bottom-social .link-elm-single:hover {
        color: #000;
    }

    .ag-hero-1-bottom-social .link-elm-single:nth-child(1) {
        transform: translateX(-74px);
    }

    .ag-hero-1-bottom-social .link-elm-single:nth-child(2) {
        margin-top: 8px;
        transform: translateX(-24px);
    }

    .ag-hero-1-bottom-social .link-elm-single:nth-child(3) {
        margin: 40px 0;
    }

    .ag-hero-1-bottom-social .link-elm-single:nth-child(4) {
        margin-bottom: 8px;
        transform: translateX(-24px);
    }

    .ag-hero-1-bottom-social .link-elm-single:nth-child(5) {
        transform: translateX(-64px);
    }

.ag-hero-1-bottom-content {
    max-width: 488px;
}

    .ag-hero-1-bottom-content .disc {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 40px;
    }

    .ag-hero-1-bottom-content .btn-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

        .ag-hero-1-bottom-content .btn-wrap .ag-pr-btn-1:nth-child(2) {
            background-color: #fff;
            color: #000;
        }

            .ag-hero-1-bottom-content .btn-wrap .ag-pr-btn-1:nth-child(2)::before {
                background-color: var(--ag-clr-pr-1);
            }

            .ag-hero-1-bottom-content .btn-wrap .ag-pr-btn-1:nth-child(2) .icon {
                background-color: #000;
                color: #fff;
            }

            .ag-hero-1-bottom-content .btn-wrap .ag-pr-btn-1:nth-child(2):hover {
                color: #fff;
                box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
            }

                .ag-hero-1-bottom-content .btn-wrap .ag-pr-btn-1:nth-child(2):hover .icon {
                    background-color: #fff;
                    color: var(--ag-clr-pr-1);
                }

.ag-hero-1-bottom-marquee-wrap {
    display: flex;
    gap: 16px;
    margin-right: 16px;
}

    .ag-hero-1-bottom-marquee-wrap .single-text {
        font-family: var(--ag-font-2);
        display: flex;
        align-items: center;
        gap: 16px;
        color: #fff;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 22px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        flex: 0 0 auto;
    }

.ag-hero-1-bottom-marquee-1 {
    background-color: var(--ag-clr-pr-1);
    max-width: 600px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg) translate(200px, 30px);
    padding: 14px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-hero-1-bottom-marquee-1 {
        display: none;
    }
}

.ag-hero-1-bottom-marquee-2 {
    max-width: 750px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    transform: rotate(-60deg) translate(-167px, 250px);
    z-index: -2;
    padding: 14px 0;
}

    .ag-hero-1-bottom-marquee-2 .single-text {
        color: #000;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-hero-1-bottom-marquee-2 {
        display: none;
    }
}

.ag-hero-1-bottom-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    mix-blend-mode: luminosity;
}

    .ag-hero-1-bottom-bg-video video {
        object-position: 15% 69%;
    }

.ag-hero-1-img {
    width: 39%;
    position: absolute;
    right: 14%;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.ag-hero-1-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    overflow: hidden;
}

@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), (max-width: 767px) {
    .ag-hero-1-bg-shape {
        height: 58%;
    }
}

@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), (max-width: 767px) {
    .ag-hero-1-bg-shape img {
        height: 100% !important;
        object-fit: cover;
    }
}

.ag-hero-1-bg-shape::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #E94625;
    filter: blur(210px);
    top: -40%;
    left: -8%;
    pointer-events: none;
    will-change: transform, opacity, filter;
    animation: ag-hero-1-glow 8.5s ease-in-out infinite;
}

@keyframes ag-hero-1-glow {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1) translate(0, 0);
        filter: blur(210px);
    }

    50% {
        opacity: 0.95;
        transform: scale(1.2) translate(3%, 2%);
        filter: blur(250px);
    }
}

@keyframes h1Leaf {
    0% {
        transform-origin: 50% 100%;
        transform: skewX(-5deg);
    }

    50% {
        transform-origin: 50% 100%;
        transform: skewX(5deg);
    }

    100% {
        transform-origin: 50% 100%;
        transform: skewX(-5deg);
    }
}

@keyframes h1authorKf {
    0% {
        transform: rotateY(0deg);
    }

    12.5% {
        transform: rotateY(89deg);
    }

    25% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}
/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.ag-hero-2-area {
    margin: 12px;
    padding-top: 240px;
    padding-bottom: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-hero-2-area {
        padding-bottom: 30px;
        padding-top: 180px;
    }
}

.ag-hero-2-bg-img {
    mask-size: 100% 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    will-change: transform, opacity;
}

    .ag-hero-2-bg-img img {
        will-change: transform, filter, opacity;
    }

    .ag-hero-2-bg-img.active img {
        animation: ag-hero-2-ken-burns 10s ease-in-out infinite alternate;
    }

@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), (max-width: 767px) {
    .ag-hero-2-bg-img {
        mask-image: unset !important;
        border-radius: 30px;
        overflow: hidden;
    }
}

.ag-hero-2-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

@media (min-width: 1800px) {
    .ag-hero-2-wrap {
        margin-left: -148px;
    }
}

.ag-hero-2-content {
    max-width: 766px;
    width: 100%;
}

    .ag-hero-2-content .hero-subtitle {
        font-family: var(--ag-font-1);
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        border: 1px solid #fff;
        display: inline-flex;
        border-radius: 100px;
        gap: 12px;
        padding-right: 12px;
        color: #fff;
        align-items: center;
        margin-bottom: 16px;
    }

        .ag-hero-2-content .hero-subtitle .icon {
            background-color: #fff;
            border-radius: 100px;
            color: #000;
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 9px 12px;
        }

    .ag-hero-2-content .hero-title {
        font-size: 66px;
        color: #fff;
        margin-bottom: 12px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-hero-2-content .hero-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-hero-2-content .hero-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-hero-2-content .hero-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .ag-hero-2-content .hero-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-hero-2-content .hero-title {
        font-size: 45px;
    }
}

.ag-hero-2-content .hero-disc {
    margin-bottom: 32px;
    color: #fff;
}

.ag-hero-2-content .btn-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .ag-hero-2-content .btn-wrap .ag-pr-btn-2:nth-child(2) {
        background: transparent;
        border: 1px solid #fff;
        padding: 17px 22px;
        color: #fff;
        opacity: 80%;
    }

        .ag-hero-2-content .btn-wrap .ag-pr-btn-2:nth-child(2):hover {
            background-color: #000;
            opacity: 1;
            border-color: transparent;
        }

.ag-hero-2-author {
    max-width: 400px;
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    padding: 12px;
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-hero-2-author {
        position: relative;
    }
}

.ag-hero-2-author .bg-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ag-hero-2-author .video-elm {
    height: 245px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.ag-hero-2-author .number-x-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ag-hero-2-author .number {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--ag-font-2);
    color: #fff;
    margin-bottom: 0;
}

.ag-hero-2-author .author {
    display: flex;
}

.ag-hero-2-author .author-img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #fff;
    flex: 0 0 auto;
    animation: h1authorKf 4s linear infinite;
}

    .ag-hero-2-author .author-img:not(:first-child) {
        margin-left: -15px;
    }

.ag-hero-2-author .disc {
    margin-left: auto;
    text-transform: uppercase;
    color: #fff;
    max-width: 284px;
    max-width: 240px;
}

.ag-hero-2-author .favicon-elm {
    width: 100px;
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .ag-hero-2-author .favicon-elm {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-hero-2-author .favicon-elm {
        display: flex;
    }
}

@keyframes ag-hero-2-ken-burns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.06);
    }
}
/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
.ag-hero-3-area {
    padding-top: 20px;
    padding-bottom: 60px;
    height: 100vh;
    border-radius: 0 0 60px 60px;
}

.ag-hero-3-bg-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ag-hero-3-top {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    padding-left: 28px;
    align-items: center;
    margin-bottom: 140px;
}

    .ag-hero-3-top p {
        margin: 0;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-hero-3-top {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-hero-3-top {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-hero-3-top {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ag-hero-3-top {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-hero-3-top {
        margin-bottom: 70px;
    }
}

.ag-hero-3-top .btn-elm {
    font-size: 18px;
}

@media (max-width: 767px) {
    .ag-hero-3-top .btn-elm {
        display: none;
    }
}

.ag-hero-3-top .available-elm {
    position: relative;
    z-index: 1;
    margin-top: -17px;
    padding: 10px 50px;
}

    .ag-hero-3-top .available-elm .bg-clr {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.ag-hero-3-top .available-elm-text {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .ag-hero-3-top .available-elm-text .dot-elm {
        background: var(--ag-clr-gd-3);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        animation: flash 3s linear infinite;
    }

.ag-hero-3-top .ag-pr-btn-1 {
    border-radius: 12px;
    background-color: var(--ag-clr-h-1);
}

    .ag-hero-3-top .ag-pr-btn-1::before {
        background: var(--ag-clr-gd-3);
    }

    .ag-hero-3-top .ag-pr-btn-1:hover {
        box-shadow: none;
    }

        .ag-hero-3-top .ag-pr-btn-1:hover .icon {
            background-color: #000;
        }

@media (max-width: 767px) {
    .ag-hero-3-top .ag-pr-btn-1 {
        display: none;
    }
}

.ag-hero-3-partner {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 32px;
    align-items: center;
    padding: 6px;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

    .ag-hero-3-partner .author {
        display: inline-flex;
    }

    .ag-hero-3-partner .author-img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

        .ag-hero-3-partner .author-img:not(:first-child) {
            margin-left: -15px;
        }

    .ag-hero-3-partner .disc {
        color: #fff;
        font-size: 16px;
    }

    .ag-hero-3-partner .btn-elm {
        background: var(--ag-clr-gd-3);
        color: #fff;
        font-size: 14px;
        border-radius: 100px;
        padding: 5px 16px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

.ag-hero-3-title {
    font-weight: 700;
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-hero-3-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-hero-3-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-hero-3-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .ag-hero-3-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-hero-3-title {
        font-size: 40px;
    }
}

.ag-hero-3-disc {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}

.ag-hero-3-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .ag-hero-3-btn .ag-pr-btn-1:nth-child(2) {
        background-color: #fff;
        color: #000;
        padding: 10px 17px;
        border-radius: 12px;
    }

        .ag-hero-3-btn .ag-pr-btn-1:nth-child(2):hover {
            color: #fff;
        }

.ag-hero-3-wrap {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* 
    hero-3-end
*/
/* 
    about-1-start
*/
.ag-about-1-sec-title {
    display: flex;
    align-items: start;
    gap: 0 30px;
    flex-wrap: wrap;
}

    .ag-about-1-sec-title .right-content {
        max-width: 856px;
        width: 100%;
        margin-left: auto;
    }

    .ag-about-1-sec-title .right-content-inner {
        max-width: 636px;
        margin-left: auto;
        margin-top: 32px;
    }

    .ag-about-1-sec-title .sec-disc {
        margin-bottom: 32px;
    }

.ag-about-1-wrap {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1.13fr;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-about-1-wrap {
        gap: 50px;
        grid-template-columns: 1fr 1.5fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-about-1-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.ag-about-1-wrap-right {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-about-1-wrap-right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ag-about-1-wrap-right {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-about-1-wrap-right {
        grid-template-columns: 1fr 1fr;
    }
}

.ag-about-1-img {
    height: 470px;
    border-radius: 32px;
}

.ag-about-1-card {
    display: flex;
    flex-direction: column;
}

    .ag-about-1-card .card-top {
        background-color: var(--ag-clr-pr-1);
        border-radius: 24px;
        padding: 15px 32px;
    }

    .ag-about-1-card h6 {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
        text-align: justify;
    }

@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), (max-width: 767px) {
    .ag-about-1-card .card-top {
        padding: 32px 20px;
    }
}

.ag-about-1-card .number {
    font-size: 48px;
    color: #fff;
}

.ag-about-1-card .count {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.ag-about-1-card .card-bottom {
    background-color: #fff;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 32px;
    position: relative;
    z-index: 1;
    margin-top: 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), (max-width: 767px) {
    .ag-about-1-card .card-bottom {
        padding: 32px 20px;
    }
}

.ag-about-1-card .title {
    font-size: 18px;
    line-height: 140%;
}

.ag-about-1-card:nth-child(2) .card-top {
    background: linear-gradient(0deg, #323232 0%, #010101 100%);
}

/* 
    about-1-end
*/
/* 
    about-2-start
*/
.ag-about-2-sec-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ag-about-2-sec-title .ag-sec-title-1 {
        max-width: 860px;
        width: 100%;
    }

.ag-about-2-wrap {
    gap: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-about-2-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-about-2-img {
    height: 480px;
    border-radius: 32px;
}

.ag-about-2-img-2 {
    height: 192px;
    border-radius: 24px;
    border: 4px solid white;
}

.ag-about-2-right .inner-div {
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
    .ag-about-2-right .inner-div {
        grid-template-columns: 1fr;
    }
}

.ag-about-2-content .disc {
    margin-bottom: 34px;
}

.ag-about-2-content .ag-pr-btn-2 {
    background: transparent;
}

    .ag-about-2-content .ag-pr-btn-2:hover {
        background-color: #000;
    }

.ag-about-2-card {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
    .ag-about-2-card {
        grid-template-columns: 1fr;
    }
}

.ag-about-2-card-single {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 32px;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-about-2-card-single {
        padding: 32px 22px;
    }
}

.ag-about-2-card-single .icon-elm {
    margin-bottom: 32px;
}

.ag-about-2-card-single .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.ag-about-2-card-single .disc {
    font-size: 16px;
}

.ag-about-2-card-single:hover .icon-elm img {
    animation: swing 1s;
}

.ag-about-2-card-single:nth-child(2) {
    background-color: var(--ag-clr-h-1);
}

    .ag-about-2-card-single:nth-child(2) .title {
        color: #fff;
    }

    .ag-about-2-card-single:nth-child(2) .disc {
        color: #fff;
        opacity: 80%;
    }

/* 
    about-2-end
*/
/* 
    about-3-start
*/
.ag-about-3-sec-title {
    display: flex;
    align-items: start;
    gap: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ag-about-3-sec-title .ag-sec-title-1 {
        max-width: 900px;
    }

.ag-about-3-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    align-items: start;
}

.ag-about-3-growth {
    max-width: 344px;
    width: 100%;
}

    .ag-about-3-growth .author {
        display: inline-flex;
    }

    .ag-about-3-growth .author-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
        animation: h1authorKf 4s linear infinite;
    }

        .ag-about-3-growth .author-img:not(:first-child) {
            margin-left: -20px;
        }

        .ag-about-3-growth .author-img:is(.has-text) {
            background-color: var(--ag-clr-h-1);
            display: flex;
            align-items: center;
            justify-content: center;
            border-color: transparent;
        }

            .ag-about-3-growth .author-img:is(.has-text) .text {
                color: #fff;
            }

.ag-about-3-img {
    max-width: 438px;
    width: 100%;
    height: 340px;
    border-radius: 24px;
    margin-left: auto;
}

.ag-about-3-content {
    max-width: 410px;
}

    .ag-about-3-content .disc {
        margin-bottom: 40px;
    }

.ag-about-3-growth .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.ag-about-3-growth .disc {
    margin-bottom: 24px;
}

/* 
    about-3-end
*/
/* 
    services-1-start
*/
.ag-services-1-sec-title {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .ag-services-1-sec-title .left {
        max-width: 650px;
    }

    .ag-services-1-sec-title .right {
        max-width: 410px;
    }

    .ag-services-1-sec-title .sec-disc {
        margin-bottom: 32px;
    }

.ag-services-1-wrap {
    display: grid;
    grid-template-columns: 1.46fr 1fr;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-services-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-services-1-tabs-btn {
    border-left: 2px solid #DFDFDF;
}

    .ag-services-1-tabs-btn .nav-item {
        border-bottom: 1px solid #DFDFDF;
    }

        .ag-services-1-tabs-btn .nav-item:nth-child(1) {
            border-top: 1px solid #DFDFDF;
        }

    .ag-services-1-tabs-btn .nav-link {
        width: 100%;
        text-align: left;
        font-size: 32px;
        display: flex;
        align-items: center;
        gap: 16px;
        color: rgba(75, 75, 75, 0.7);
        padding: 30px 30px;
        background-color: transparent;
        transition: 0.4s var(--ag-cube-1);
        position: relative;
        z-index: 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) {
    .ag-services-1-tabs-btn .nav-link {
        font-size: 22px;
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .ag-services-1-tabs-btn .nav-link {
        font-size: 22px;
        padding: 24px 20px;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-services-1-tabs-btn .nav-link {
        font-size: 22px;
        padding: 24px 20px;
        flex-wrap: nowrap;
    }
}

.ag-services-1-tabs-btn .nav-link::after {
    content: "";
    width: 8px;
    height: 0%;
    position: absolute;
    top: 0;
    left: -2px;
    background-color: var(--ag-clr-pr-1);
    transition: 0.4s var(--ag-cube-1);
}

.ag-services-1-tabs-btn .nav-link .icon {
    background: #EAEAEA;
    border-bottom: 3px solid rgba(75, 75, 75, 0.1);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .ag-services-1-tabs-btn .nav-link .icon img {
        transition: 0.4s var(--ag-cube-1);
    }

.ag-services-1-tabs-btn .nav-link .number {
    font-size: 16px;
    margin-top: -10px;
    font-weight: 400;
}

.ag-services-1-tabs-btn .nav-link:is(.active) {
    color: var(--ag-clr-h-1);
}

    .ag-services-1-tabs-btn .nav-link:is(.active)::after {
        height: 100%;
    }

    .ag-services-1-tabs-btn .nav-link:is(.active) .icon {
        background-color: var(--ag-clr-h-1);
    }

        .ag-services-1-tabs-btn .nav-link:is(.active) .icon img {
            filter: brightness(0) invert(1);
        }

.ag-services-1-tabs-item {
    height: 540px;
    overflow: hidden;
    border-radius: 32px;
    position: relative;
    z-index: 1;
}

    .ag-services-1-tabs-item .content-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(78, 78, 78, 0.85);
        box-shadow: 0px 4px 200px rgba(0, 0, 0, 0.25);
        border-radius: 32px 32px 0px 0px;
        padding: 36px 36px;
        z-index: 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), (max-width: 767px) {
    .ag-services-1-tabs-item .content-wrap {
        padding: 36px 22px;
    }
}

.ag-services-1-tabs-item .img-elm {
    width: 100%;
    height: 100%;
}

    .ag-services-1-tabs-item .img-elm img {
        transition: 0.5s var(--ag-cube-1);
    }

.ag-services-1-tabs-item .title {
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
    margin-bottom: 16px;
    transition: 0.5s var(--ag-cube-1);
}

    .ag-services-1-tabs-item .title:hover {
        color: var(--ag-clr-pr-1);
    }

.ag-services-1-tabs-item .disc {
    color: #fff;
    margin-bottom: 32px;
}

.ag-services-1-tabs-item .list-elm {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .ag-services-1-tabs-item .list-elm li {
        color: #fff;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 32px;
        padding: 7px 12px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-color: transparent;
        transition: 0.4s var(--ag-cube-1);
    }

        .ag-services-1-tabs-item .list-elm li:hover {
            background-color: var(--ag-clr-pr-1);
        }

.ag-services-1-tabs-item:hover .img-elm img {
    transform: scale(1.1);
}

/* 
    services-1-end
*/
/* 
    services-2-start
*/
.ag-services-2-sec-title .subtitle-x-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(203, 203, 203, 0.5);
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.ag-services-2-sec-title .ag-subtitle-1 {
    margin-bottom: 0;
}

.ag-services-2-sec-title .ag-sec-title-1 {
    max-width: 900px;
    margin-left: auto;
}

.ag-services-2-acd-item {
    border-radius: 40px;
    transition: 0.5s var(--ag-cube-1);
}

    .ag-services-2-acd-item .item-title {
        padding: 34px 40px;
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        background-color: transparent;
        text-align: left;
        flex-wrap: wrap;
        gap: 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), (max-width: 767px) {
    .ag-services-2-acd-item .item-title {
        padding: 34px 20px;
    }
}

.ag-services-2-acd-item .item-title .title {
    font-size: 32px;
    font-weight: 400;
}

@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), (max-width: 767px) {
    .ag-services-2-acd-item .item-title .title {
        font-size: 22px;
    }
}

.ag-services-2-acd-item .item-title .tags-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 306px;
    width: 100%;
}

    .ag-services-2-acd-item .item-title .tags-list span {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        opacity: 80%;
        border: 1px solid #EAEAEA;
        border-radius: 100px;
        padding: 3px 12px;
    }

.ag-services-2-acd-item .item-title .ag-pr-btn-2 {
    background-color: transparent;
    font-weight: 400;
}

    .ag-services-2-acd-item .item-title .ag-pr-btn-2 .icon {
        background-color: #fff;
        color: #000;
    }

    .ag-services-2-acd-item .item-title .ag-pr-btn-2:hover {
        color: #000;
    }

.ag-services-2-acd-item .item-title:is(:not(.collapsed)) .ag-pr-btn-2 .icon {
    background-color: var(--ag-clr-h-1);
    color: #fff;
}

.ag-services-2-acd-item .inner-content {
    max-width: 719px;
    margin-left: auto;
    padding-bottom: 30px;
}

    .ag-services-2-acd-item .inner-content .img-elm {
        max-width: 414px;
        height: 248px;
        border-radius: 24px;
        margin-top: 25px;
    }

        .ag-services-2-acd-item .inner-content .img-elm img {
            transform: scale(1.2);
        }

    .ag-services-2-acd-item .inner-content .disc {
        max-width: 414px;
        margin-bottom: 22px;
    }

    .ag-services-2-acd-item .inner-content .ag-pr-btn-2 {
        padding: 14px 20px;
        background-color: #F5F5F5;
    }

        .ag-services-2-acd-item .inner-content .ag-pr-btn-2:hover {
            background-color: var(--ag-clr-h-1);
        }

.ag-services-2-acd-item:is(.active) {
    background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-services-2-acd-item .inner-content {
        padding: 30px 20px;
        padding-top: 0;
    }
}
/* 
    services-2-end
*/
/* 
    services-3-start
*/
.ag-services-3-area {
    background-color: #000207;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 60px;
}

@media (min-width: 1800px) {
    .ag-services-3-container {
        margin-left: -180px;
        margin-right: -180px;
    }
}

.ag-services-3-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

    .ag-services-3-sec-title .ag-sec-title-1 {
        color: #fff;
        max-width: 660px;
    }

    .ag-services-3-sec-title .ag-sd-btn-1 {
        color: #fff;
    }

        .ag-services-3-sec-title .ag-sd-btn-1 span::after {
            background-color: #fff;
        }

.ag-services-3-acd-item {
    border-bottom: 1px solid #333333;
}

    .ag-services-3-acd-item .item-title {
        padding: 24px 0px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 4fr auto;
        align-items: center;
        background-color: transparent;
        text-align: left;
        gap: 15px;
        color: #fff;
    }

        .ag-services-3-acd-item .item-title .number {
            color: #808080;
            font-size: 16px;
            font-weight: 400;
        }

        .ag-services-3-acd-item .item-title .title {
            font-size: 28px;
            color: #808080;
        }

@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), (max-width: 767px) {
    .ag-services-3-acd-item .item-title .title {
        font-size: 22px;
    }
}

.ag-services-3-acd-item .item-title .ag-pr-btn-2 {
    background-color: transparent;
    font-weight: 400;
    opacity: 80%;
}

    .ag-services-3-acd-item .item-title .ag-pr-btn-2 .icon {
        background-color: #242426;
        color: #fff;
    }

    .ag-services-3-acd-item .item-title .ag-pr-btn-2:hover {
        color: #fff;
    }

@media (max-width: 767px) {
    .ag-services-3-acd-item .item-title .ag-pr-btn-2 {
        display: none;
    }
}

.ag-services-3-acd-item .item-title:is(:not(.collapsed)) .title {
    color: #fff;
}

.ag-services-3-acd-item .item-title:is(:not(.collapsed)) .ag-pr-btn-2 {
    opacity: 1;
}

    .ag-services-3-acd-item .item-title:is(:not(.collapsed)) .ag-pr-btn-2 .icon {
        background: var(--ag-clr-gd-3);
        color: #fff;
    }

.ag-services-3-acd-item .inner-content {
    max-width: 1400px;
    margin-left: auto;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

    .ag-services-3-acd-item .inner-content .img-elm {
        max-width: 220px;
        height: 140px;
        border-radius: 20px;
    }

    .ag-services-3-acd-item .inner-content .disc-x-btn {
        max-width: 582px;
        width: 100%;
    }

        .ag-services-3-acd-item .inner-content .disc-x-btn .disc {
            color: #BABABA;
            margin-bottom: 16px;
        }

        .ag-services-3-acd-item .inner-content .disc-x-btn .ag-sd-btn-1 {
            color: #fff;
            font-weight: 500;
        }

            .ag-services-3-acd-item .inner-content .disc-x-btn .ag-sd-btn-1 span::after {
                background-color: #fff;
            }

    .ag-services-3-acd-item .inner-content .categories-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 22px;
    }

    .ag-services-3-acd-item .inner-content .categories-list {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 8px;
        max-width: 306px;
        width: 100%;
    }

        .ag-services-3-acd-item .inner-content .categories-list .single-item {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 14px;
            opacity: 1;
            border: 1px solid #4C4C4C;
            border-radius: 100px;
            padding: 3px 12px;
        }

/* 
    services-3-end
*/
/* 
    services-4-start
*/
.ag-services-4-sec-title {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .ag-services-4-sec-title .left {
        max-width: 564px;
    }

    .ag-services-4-sec-title .right {
        max-width: 416px;
    }

    .ag-services-4-sec-title .sec-disc {
        margin-bottom: 32px;
    }

@media (min-width: 1800px) {
    .ag-services-4-container {
        margin-left: -160px;
        margin-right: -160px;
    }
}

.ag-services-4-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-services-4-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-services-4-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ag-services-4-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-services-4-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px;
}

    .ag-services-4-card .disc {
        background-color: #F5F5F5;
        border-radius: 20px;
        padding: 30px 32px;
        font-size: 16px;
    }

@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), (max-width: 767px) {
    .ag-services-4-card .disc {
        padding: 30px 12px;
    }
}

.ag-services-4-card .title {
    font-size: 22px;
    margin-bottom: 40px;
}

.ag-services-4-card .icon {
    width: 80px;
    height: 80px;
    background-color: var(--ag-clr-pr-1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 40px rgba(255, 25, 0, 0.2);
}

.ag-services-4-card .content-wrap {
    padding: 28px 28px;
    padding-bottom: 40px;
}

@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), (max-width: 767px) {
    .ag-services-4-card .content-wrap {
        padding: 28px 8px;
        padding-bottom: 40px;
    }
}

.ag-services-4-card:hover .icon img, .ag-services-4-card:hover .icon i {
    animation: swing 1s;
}

/* 
    services-4-end
*/
/* 
    choose-1-start
*/
.ag-choose-1-area {
    background-color: #09090B;
    border-radius: 48px;
    max-width: 1856px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

.ag-choose-1-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-choose-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-choose-1-wrap .col-elm:nth-child(1) {
    border-radius: 40px;
    background-color: #18181B;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ag-choose-1-advance {
    min-height: 400px;
    border-radius: 32px;
    padding: 32px 32px;
}

@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), (max-width: 767px) {
    .ag-choose-1-advance {
        padding: 32px 22px;
    }
}

.ag-choose-1-advance .title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 24px;
}

@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), (max-width: 767px) {
    .ag-choose-1-advance .title {
        font-size: 22px;
    }
}

.ag-choose-1-features {
    background-color: #1D1D1D;
    border-radius: 40px;
    padding: 30px;
}

@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), (max-width: 767px) {
    .ag-choose-1-features {
        padding: 30px 22px;
    }
}

.ag-choose-1-features .icon-elm {
    width: 24%;
    position: absolute;
    right: 1%;
    bottom: 7%;
    opacity: 25%;
}

.ag-choose-1-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .ag-choose-1-features-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #fff;
        font-size: 14px;
    }

        .ag-choose-1-features-list li i {
            color: var(--ag-clr-pr-1);
            font-size: 20px;
        }

.ag-choose-1-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ag-choose-1-card-single {
    position: relative;
    z-index: 1;
    background-color: #18181B;
    border-radius: 40px;
    padding: 31px 32px;
    position: relative;
    z-index: 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), (max-width: 767px) {
    .ag-choose-1-card-single {
        padding: 32px 22px;
    }
}

.ag-choose-1-card-single::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(111.11deg, #E94625 0%, rgba(233, 70, 37, 0) 10.21%, rgba(233, 70, 37, 0) 50.13%, rgba(233, 70, 37, 0) 89.61%, #E94625 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: 0.4s var(--ag-cube-1);
    opacity: 0;
}

.ag-choose-1-card-single .icon-elm {
    margin-bottom: 27px;
}

.ag-choose-1-card-single .title {
    font-size: 17px;
    color: #fff;
    margin-bottom: 22px;
}

.ag-choose-1-card-single .disc {
    color: #fff;
    opacity: 80%;
}

.ag-choose-1-card-single:hover::before {
    opacity: 1;
}

.ag-choose-1-card-single:hover .icon-elm img {
    animation: jello 1s;
}

.ag-choose-1-client {
    text-align: center;
    min-height: 335px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 16px;
    margin-top: 15px;
}

    .ag-choose-1-client .author {
        display: inline-flex;
    }

    .ag-choose-1-client .author-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
        animation: h1authorKf 4s linear infinite;
    }

        .ag-choose-1-client .author-img:not(:first-child) {
            margin-left: -20px;
        }

        .ag-choose-1-client .author-img:is(.has-text) {
            background-color: var(--ag-clr-pr-1);
            display: flex;
            align-items: center;
            justify-content: center;
            border-color: transparent;
        }

            .ag-choose-1-client .author-img:is(.has-text) .text {
                color: #fff;
            }

    .ag-choose-1-client .title {
        color: #fff;
        margin-top: auto;
        font-size: 30px;
    }

@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), (max-width: 767px) {
    .ag-choose-1-client .title {
        font-size: 22px;
    }
}

.ag-choose-1-client .disc {
    color: #fff;
    opacity: 80%;
    font-weight: 600;
}

.ag-choose-1-marquee {
    background-color: #18181B;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    padding: 32px 0;
    margin-top: 12px;
    overflow: hidden;
}

    .ag-choose-1-marquee::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 400px;
        height: 100%;
        background: linear-gradient(90deg, #18181B 0%, #18181B 25.38%, rgba(24, 24, 27, 0.9) 50.08%, rgba(24, 24, 27, 0.7) 75.5%, rgba(24, 24, 27, 0) 100%);
        z-index: 1;
    }

@media (max-width: 767px) {
    .ag-choose-1-marquee::after {
        width: 50px;
    }
}

.ag-choose-1-marquee::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: linear-gradient(-90deg, #18181B 0%, #18181B 25.38%, rgba(24, 24, 27, 0.9) 50.08%, rgba(24, 24, 27, 0.7) 75.5%, rgba(24, 24, 27, 0) 100%);
    z-index: 1;
}

@media (max-width: 767px) {
    .ag-choose-1-marquee::before {
        width: 50px;
    }
}

.ag-choose-1-marquee-wrap {
    display: flex;
    align-items: center;
    gap: 80px;
}

    .ag-choose-1-marquee-wrap .single-logo {
        flex: 0 0 auto;
    }

/* 
    choose-1-end
*/
/* 
    choose-2-start
*/
.ag-choose-2-sec-title {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .ag-choose-2-sec-title .ag-sec-title-1 {
        max-width: 906px;
    }

.ag-choose-2-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ag-choose-2-item {
    width: 100%;
    max-width: 314px;
    background-color: #fff;
    border-radius: 20px;
    padding: 28px 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-choose-2-item {
        padding: 28px 20px;
    }
}

.ag-choose-2-item .subtitle {
    margin-bottom: 110px;
}

.ag-choose-2-item .number {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-choose-2-item .number {
        font-size: 30px;
    }
}

.ag-choose-2-item .disc {
    font-size: 16px;
}

.ag-choose-2-item:nth-child(1) {
    background: linear-gradient(180deg, #323232 0%, #010101 100%);
}

    .ag-choose-2-item:nth-child(1) .subtitle, .ag-choose-2-item:nth-child(1) .number, .ag-choose-2-item:nth-child(1) .disc {
        color: #fff;
    }

.ag-choose-2-item:nth-child(3) {
    background: linear-gradient(180deg, #323232 0%, #010101 100%);
}

    .ag-choose-2-item:nth-child(3) .subtitle, .ag-choose-2-item:nth-child(3) .number, .ag-choose-2-item:nth-child(3) .disc {
        color: #fff;
    }

@media (min-width: 1800px), 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) {
    .ag-choose-2-height {
        height: 100vh;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1800px), 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) {
    .ag-choose-2-pin {
        position: sticky;
        top: 100px;
    }
}

/* 
    choose-2-end
*/
/* 
    projects-1-start
*/
@media (min-width: 1800px) {
    .ag-projects-1-container {
        margin: 0 -180px;
    }
}

.ag-projects-1-sec-title {
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ag-projects-1-sec-title-text {
    font-family: var(--ag-font-2);
    font-weight: 600;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    font-size: 140px;
    line-height: 1;
    margin-bottom: 0;
}

    .ag-projects-1-sec-title-text span {
        opacity: 60%;
        display: block;
    }

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ag-projects-1-sec-title-text {
        font-size: 120px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-projects-1-sec-title-text {
        font-size: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-projects-1-sec-title-text {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-projects-1-sec-title-text {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-projects-1-sec-title-text {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .ag-projects-1-sec-title-text {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-projects-1-sec-title-text {
        font-size: 60px;
    }
}

.ag-projects-1-sec-title-link {
    font-family: var(--ag-font-2);
    font-size: 100px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ag-projects-1-sec-title-link {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-projects-1-sec-title-link {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-projects-1-sec-title-link {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-projects-1-sec-title-link {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-projects-1-sec-title-link {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .ag-projects-1-sec-title-link {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-projects-1-sec-title-link {
        font-size: 40px;
    }
}

.ag-projects-1-sec-title-link .text-elm:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--ag-clr-pr-1);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
    transition: 0.5s var(--ag-cube-1);
}

.ag-projects-1-sec-title-link:hover .text-elm:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.ag-projects-1-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-projects-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-projects-1-card {
    background-color: #fff;
    border-radius: 32px;
    padding: 6px;
}

    .ag-projects-1-card .link-elm {
        display: flex;
        align-items: center;
        background-color: #F5F5F5;
        border-radius: 24px;
        justify-content: space-between;
        padding: 12px 12px;
        padding-left: 24px;
        color: #000;
        font-size: 24px;
        letter-spacing: -0.01em;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-projects-1-card .link-elm .icon {
            width: 48px;
            height: 48px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            transition: 0.5s var(--ag-cube-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), (max-width: 767px) {
    .ag-projects-1-card .link-elm {
        font-size: 20px;
    }
}

.ag-projects-1-card .link-elm:hover {
    color: var(--ag-clr-pr-1);
}

    .ag-projects-1-card .link-elm:hover .icon {
        background-color: var(--ag-clr-pr-1);
        color: #fff;
    }

.ag-projects-1-card .img-elm {
    height: 584px;
    border-radius: 28px;
    position: relative;
    z-index: 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), (max-width: 767px) {
    .ag-projects-1-card .img-elm {
        height: auto;
    }
}

.ag-projects-1-card .img-elm .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.ag-projects-1-card .img-elm .logo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    transition: 0.5s var(--ag-cube-1);
    opacity: 0;
}

.ag-projects-1-card:hover .img-elm .logo-img {
    opacity: 1;
}

/* 
    projects-1-end
*/
/* 
    projects-2-start
*/
.ag-projects-2-area {
    background-color: #1E1E1F;
    margin-left: 32px;
    margin-right: 32px;
    border-radius: 60px;
}

@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), (max-width: 767px) {
    .ag-projects-2-area {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1800px) {
    .ag-projects-2-sec-title {
        margin-left: -180px;
        margin-right: -180px;
    }
}

.ag-projects-2-sec-title .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .ag-projects-2-sec-title .top .year {
        color: #fff;
        font-size: 32px;
    }

@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), (max-width: 767px) {
    .ag-projects-2-sec-title .top .year {
        font-size: 22px;
    }
}

.ag-projects-2-sec-title .top .total-count {
    font-size: 32px;
    color: #fff;
    opacity: 60%;
    font-weight: 500;
}

@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), (max-width: 767px) {
    .ag-projects-2-sec-title .top .total-count {
        font-size: 22px;
    }
}

.ag-projects-2-sec-title .ag-subtitle-1 {
    margin-bottom: 0;
    background-color: #343436;
}

.ag-projects-2-sec-title .title-x-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.ag-projects-2-sec-title .ag-sec-title-1 {
    font-size: 100px;
    color: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-projects-2-sec-title .ag-sec-title-1 {
        font-size: 32px;
    }
}

.ag-projects-2-sec-title .ag-pr-btn-2 {
    background-color: transparent;
    color: #fff;
}

    .ag-projects-2-sec-title .ag-pr-btn-2 .icon {
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #000;
    }

    .ag-projects-2-sec-title .ag-pr-btn-2:hover {
        background-color: #fff;
        color: #000;
    }

        .ag-projects-2-sec-title .ag-pr-btn-2:hover .icon {
            background-color: #000;
            color: #fff;
        }

.ag-projects-2-wrap {
    margin-top: 100px;
    position: relative;
    z-index: 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), (max-width: 767px) {
    .ag-projects-2-wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

.ag-projects-2-wrap .item-row {
    display: flex;
}

    .ag-projects-2-wrap .item-row:nth-child(1) {
        justify-content: end;
        max-width: 900px;
    }

    .ag-projects-2-wrap .item-row:nth-child(2) {
        justify-content: end;
        margin-top: -140px;
    }

@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), (max-width: 767px) {
    .ag-projects-2-wrap .item-row:nth-child(2) {
        margin-top: 0;
    }
}

.ag-projects-2-wrap .item-row:nth-child(3) {
    margin-top: -140px;
}

@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), (max-width: 767px) {
    .ag-projects-2-wrap .item-row:nth-child(3) {
        margin-top: 0;
    }
}

.ag-projects-2-wrap .item-row:nth-child(4) {
    justify-content: center;
    margin-top: -370px;
}

@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), (max-width: 767px) {
    .ag-projects-2-wrap .item-row:nth-child(4) {
        margin-top: 0;
    }
}

.ag-projects-2-wrap .item-row:nth-child(5) {
    justify-content: end;
    margin-top: 160px;
}

@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), (max-width: 767px) {
    .ag-projects-2-wrap .item-row:nth-child(5) {
        margin-top: 0;
    }
}

.ag-projects-2-wrap .item-row:nth-child(6) {
    margin-top: -260px;
}

@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), (max-width: 767px) {
    .ag-projects-2-wrap .item-row:nth-child(6) {
        margin-top: 0;
    }
}

.ag-projects-2-item {
    max-width: 438px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

    .ag-projects-2-item .title {
        background-color: #242426;
        padding: 14px;
        padding-left: 20px;
        color: #fff;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        font-size: 24px;
        border-radius: 24px;
        align-items: center;
        transition: 0.5s var(--ag-cube-1);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-projects-2-item .title {
        font-size: 18px;
    }
}

.ag-projects-2-item .title .icon-elm {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #343436;
    border-radius: 12px;
    transition: 0.5s var(--ag-cube-1);
}

.ag-projects-2-item .title:hover {
    background-color: #fff;
    color: #000;
}

    .ag-projects-2-item .title:hover .icon-elm {
        background-color: #000;
        color: #fff;
    }

.ag-projects-2-item .img-elm {
    border-radius: 24px;
    height: 520px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .ag-projects-2-item .img-elm {
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-projects-2-item .img-elm {
        height: 520px;
    }
}

.ag-projects-2-item .img-elm .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.ag-projects-2-item .img-elm .logo-elm {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: 0.5s var(--ag-cube-1);
}

.ag-projects-2-item:hover .img-elm .logo-elm {
    opacity: 1;
}

.ag-projects-2-item:is(.has-big) {
    max-width: 550px;
}

.ag-projects-2-container {
    padding: 0 32px;
}

.ag-projects-2-content {
    max-width: 650px;
    margin-left: auto;
    margin-top: -164px;
    position: relative;
    z-index: 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), (max-width: 767px) {
    .ag-projects-2-content {
        margin-top: 50px;
    }
}

.ag-projects-2-content .disc {
    color: #fff;
    opacity: 80%;
    margin-bottom: 34px;
    max-width: 450px;
}

.ag-projects-2-content .ag-pr-btn-2 {
    background: transparent;
    color: #fff;
}

    .ag-projects-2-content .ag-pr-btn-2 .icon {
        background-color: #fff;
        color: #000;
    }

    .ag-projects-2-content .ag-pr-btn-2:hover {
        background-color: #fff;
        color: #000;
    }

        .ag-projects-2-content .ag-pr-btn-2:hover .icon {
            background-color: #000;
            color: #fff;
        }

@media (min-width: 1800px), 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) {
    .ag-projects-2-pin {
        position: sticky;
        top: 100px;
    }
}

/* 
    projects-2-end
*/
/* 
    projects-3-start
*/
.ag-projects-3-sec-title .ag-sec-title-1 {
    font-size: 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-projects-3-sec-title .ag-sec-title-1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-projects-3-sec-title .ag-sec-title-1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-projects-3-sec-title .ag-sec-title-1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-projects-3-sec-title .ag-sec-title-1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .ag-projects-3-sec-title .ag-sec-title-1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-projects-3-sec-title .ag-sec-title-1 {
        font-size: 45px;
    }
}

.ag-projects-3-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .ag-projects-3-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-projects-3-item .img-elm {
    height: 436px;
    border-radius: 32px;
    padding: 4px;
    background-color: #fff;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

    .ag-projects-3-item .img-elm img {
        border-radius: 26px;
    }

    .ag-projects-3-item .img-elm .btn-wrap {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.5s var(--ag-cube-1);
        visibility: hidden;
    }

    .ag-projects-3-item .img-elm .btn-elm {
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--ag-clr-gd-3);
        color: #fff;
        font-size: 30px;
    }

.ag-projects-3-item .content-wrap {
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 20px;
    flex-wrap: wrap;
}

.ag-projects-3-item .title {
    font-size: 24px;
    margin-bottom: 6px;
    transition: 0.3s var(--ag-cube-1);
}

@media (max-width: 767px) {
    .ag-projects-3-item .title {
        font-size: 20px;
    }
}

.ag-projects-3-item .title:hover {
    color: #6D6BDF;
}

.ag-projects-3-item .subtitle {
    font-size: 16px;
    opacity: 70%;
}

.ag-projects-3-item:hover .btn-wrap {
    opacity: 1;
    visibility: visible;
}

.ag-projects-3-all-btn {
    display: flex;
    justify-content: center;
}

    .ag-projects-3-all-btn .ag-pr-btn-2 {
        background: transparent;
    }

        .ag-projects-3-all-btn .ag-pr-btn-2:hover {
            color: #000;
        }

/* 
    projects-3-end
*/
.ag-step-1-wrap {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-step-1-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-step-1-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ag-step-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-step-1-card .icon-x-title {
    background-color: var(--ag-clr-pr-1);
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 20px;
}

    .ag-step-1-card .icon-x-title .icon {
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        background-color: #F96E53;
        border-radius: 20px;
        border: 2px solid #fff;
    }

    .ag-step-1-card .icon-x-title .title {
        font-size: 20px;
        color: #fff;
    }

@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), (max-width: 767px) {
    .ag-step-1-card .icon-x-title .title {
        font-size: 18px;
    }
}

.ag-step-1-card .content-wrap {
    background-color: #fff;
    border-radius: 24px;
    padding: 32px 32px;
    display: flex;
    flex-direction: column;
    min-height: 338px;
    border: 1px solid #EBEBEB;
    position: relative;
    z-index: 2;
}

@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), (max-width: 767px) {
    .ag-step-1-card .content-wrap {
        padding: 32px 22px;
    }
}

.ag-step-1-card .disc {
    font-size: 16px;
    margin-bottom: auto;
}

.ag-step-1-card .time {
    opacity: 80%;
}

.ag-step-1-card .subtitle {
    font-size: 18px;
    margin-bottom: 6px;
}

.ag-step-1-card:nth-child(even) .content-wrap {
    background: linear-gradient(180deg, #323232 0%, #010101 100%);
    border-color: transparent;
}

.ag-step-1-card:nth-child(even) .disc, .ag-step-1-card:nth-child(even) .time, .ag-step-1-card:nth-child(even) .title, .ag-step-1-card:nth-child(even) .subtitle {
    color: #fff;
}

.ag-step-1-card:nth-child(even) .icon-x-title {
    background: linear-gradient(0deg, #323232 0%, #010101 100%);
}

    .ag-step-1-card:nth-child(even) .icon-x-title .icon {
        background-color: #313131;
    }

/* 
    step-2-start
*/
.ag-step-3-sec-title {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .ag-step-3-sec-title .left {
        max-width: 600px;
    }

    .ag-step-3-sec-title .right {
        max-width: 550px;
    }

    .ag-step-3-sec-title .sec-disc {
        margin-bottom: 32px;
    }

.ag-step-3-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-step-3-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-step-3-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ag-step-3-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-step-3-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.ag-step-3-card {
    border-radius: 24px;
    background-color: #FFFFFF;
    padding: 32px 32px;
    transition: 0.5s var(--ag-cube-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), (max-width: 767px) {
    .ag-step-3-card {
        padding: 32px 20px;
    }
}

.ag-step-3-card .icon-elm {
    margin-bottom: 20px;
}

    .ag-step-3-card .icon-elm img {
        transition: 0.5s var(--ag-cube-1);
    }

.ag-step-3-card .title {
    font-size: 27px;
    margin-bottom: 50px;
    transition: 0.5s var(--ag-cube-1);
}

    .ag-step-3-card .title span {
        display: block;
        text-align: center;
    }

@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), (max-width: 767px) {
    .ag-step-3-card .title {
        font-size: 20px;
    }
}

.ag-step-3-card .disc {
    transition: 0.5s var(--ag-cube-1);
}

.ag-step-3-card:hover {
    transform: rotate(10deg);
    background-color: #010101;
    box-shadow: 0px 6px 68.8px rgba(0, 0, 0, 0.4);
}

    .ag-step-3-card:hover .icon-elm img {
        filter: brightness(0) invert(1);
    }

    .ag-step-3-card:hover .title {
        color: #fff;
    }

    .ag-step-3-card:hover .disc {
        color: #fff;
    }

/* 
    step-2-end
*/
/* 
    team-1-start
*/
.ag-team-1-area {
    background-color: #1D1D1D;
    margin-left: 32px;
    margin-right: 32px;
    border-radius: 48px;
}

@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), (max-width: 767px) {
    .ag-team-1-area {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ag-team-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1.03fr;
    gap: 12px;
}

@media (min-width: 1800px) {
    .ag-team-1-wrap {
        margin-left: -180px;
        margin-right: -180px;
    }
}

@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), (max-width: 767px) {
    .ag-team-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-team-1-wrap-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 767px) {
    .ag-team-1-wrap-left {
        grid-template-columns: 1fr;
    }
}

.ag-team-1-member {
    background-color: #18181B;
    border-radius: 32px;
    padding: 8px;
}

    .ag-team-1-member .img-elm {
        height: 416px;
        border-radius: 24px;
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
    }

    .ag-team-1-member .social-link {
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.004);
        border-radius: 100px;
        display: flex;
        padding: 8px;
        backdrop-filter: blur(3px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        gap: 2px;
        transition: 0.4s var(--ag-cube-1);
    }

    .ag-team-1-member .social-link-single {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        color: #fff;
        transition: 0.4s var(--ag-cube-1);
    }

        .ag-team-1-member .social-link-single:hover {
            background-color: var(--ag-clr-pr-1);
        }

    .ag-team-1-member .content-wrap {
        background-color: #1D1D1D;
        border-radius: 24px;
        padding: 16px 20px;
    }

    .ag-team-1-member .name {
        color: #fff;
        font-size: 20px;
        margin-bottom: 6px;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-team-1-member .name:hover {
            color: var(--ag-clr-pr-1);
        }

    .ag-team-1-member .bio {
        opacity: 80%;
        color: #fff;
    }

    .ag-team-1-member:hover .social-link {
        bottom: 10px;
    }

.ag-team-1-sec-title {
    text-align: right;
}

    .ag-team-1-sec-title .ag-subtitle-1 {
        background: #363637;
    }

.ag-team-1-sec-title-text {
    font-family: var(--ag-font-2);
    color: #fff;
    font-weight: 600;
    font-size: 90px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ag-team-1-sec-title-text {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-team-1-sec-title-text {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-team-1-sec-title-text {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-team-1-sec-title-text {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-team-1-sec-title-text {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ag-team-1-sec-title-text {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-team-1-sec-title-text {
        font-size: 32px;
    }
}

.ag-team-1-sec-title .sec-disc {
    color: #fff;
    opacity: 80%;
}

.ag-team-1-gallery {
    position: relative;
    z-index: 1;
}

.ag-team-1-gallery-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

    .ag-team-1-gallery-img .single-img {
        border-radius: 20px;
        background-color: #18181B;
        padding: 8px;
        height: 200px;
    }

        .ag-team-1-gallery-img .single-img img {
            border-radius: 16px;
        }

.ag-team-1-gallery-btn {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0;
    transition: 0.6s var(--ag-cube-1);
}

    .ag-team-1-gallery-btn .ag-sd-btn-1 {
        color: #fff;
    }

        .ag-team-1-gallery-btn .ag-sd-btn-1 span::after {
            background-color: #fff;
        }

.ag-team-1-gallery:hover .ag-team-1-gallery-btn {
    opacity: 1;
}

/* 
    team-1-end
*/
/* 
    team-3-start
*/
.ag-team-3-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-team-3-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.ag-team-3-right {
    display: flex;
    flex-direction: column;
    gap: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-team-3-right {
        gap: 50px;
    }
}

.ag-team-3-left {
    display: flex;
    flex-direction: column;
    gap: 430px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-team-3-left {
        gap: 50px;
    }
}

.ag-team-3-sec-title {
    max-width: 530px;
}

.ag-team-3-member {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .ag-team-3-member {
        grid-template-columns: 1fr;
    }
}

.ag-team-3-member-single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

    .ag-team-3-member-single .img-x-content {
        position: relative;
        z-index: 1;
        height: 400px;
        border-radius: 20px;
        background: #efefef;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 60px;
        margin-bottom: 16px;
    }

        .ag-team-3-member-single .img-x-content .img-elm {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 20px;
            z-index: -1;
            transition: 0.7s var(--ag-cube-1);
        }

        .ag-team-3-member-single .img-x-content .disc {
            font-size: 16px;
            transform: translateY(50px);
            opacity: 0;
            transition: 0.5s var(--ag-cube-1);
        }

    .ag-team-3-member-single .view-btn {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 12px;
        margin-left: auto;
        font-size: 24px;
        transition: 0.5s var(--ag-cube-1);
        cursor: pointer;
    }

        .ag-team-3-member-single .view-btn i {
            transition: 0.5s var(--ag-cube-1);
        }

            .ag-team-3-member-single .view-btn i:nth-child(2) {
                position: absolute;
                opacity: 0;
            }

        .ag-team-3-member-single .view-btn:hover {
            background-color: var(--ag-clr-h-1);
            color: #fff;
        }

    .ag-team-3-member-single .name {
        font-size: 20px;
        margin-bottom: 6px;
        transition: 0.3s var(--ag-cube-1);
    }

        .ag-team-3-member-single .name:hover {
            color: #6D6BDF;
        }

    .ag-team-3-member-single .bio {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .ag-team-3-member-single .member-social {
        display: flex;
        justify-content: end;
    }

    .ag-team-3-member-single .member-social-single {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 14px;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-team-3-member-single .member-social-single:hover {
            background-color: #000;
            color: #fff;
        }

    .ag-team-3-member-single:is(.active) .img-elm {
        width: 100px;
        height: 100px;
        top: 20px;
        left: 20px;
    }

    .ag-team-3-member-single:is(.active) .disc {
        transform: translateY(0);
        opacity: 1;
    }

    .ag-team-3-member-single:is(.active) .view-btn {
        background-color: var(--ag-clr-h-1);
        color: #fff;
    }

        .ag-team-3-member-single:is(.active) .view-btn i:nth-child(1) {
            opacity: 0;
        }

        .ag-team-3-member-single:is(.active) .view-btn i:nth-child(2) {
            opacity: 1;
        }

.ag-team-3-content {
    display: flex;
    flex-direction: column;
    align-items: end;
}

    .ag-team-3-content .title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ag-team-3-content .disc {
        text-align: right;
        max-width: 490px;
        margin-bottom: 30px;
    }

    .ag-team-3-content .ag-pr-btn-2 {
        background-color: transparent;
    }

        .ag-team-3-content .ag-pr-btn-2:hover {
            color: #000;
        }

/* 
    team-3-end
*/
/* 
    features-1-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-features-1-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.ag-features-1-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    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) {
    .ag-features-1-wrap {
        height: auto;
    }
}

@media (max-width: 767px) {
    .ag-features-1-wrap {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
}

.ag-features-1-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-features-1-content-wrap {
        position: unset;
    }
}

.ag-features-1-content-wrap .circle-1 {
    position: absolute;
    width: 100%;
    max-width: 600px;
    border: 2px dashed #c8c8c8;
    height: 600px;
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-features-1-content-wrap .circle-1 {
        display: none;
    }
}

.ag-features-1-content-wrap .circle-2 {
    position: absolute;
    width: 100%;
    max-width: 840px;
    border: 2px dashed #c8c8c8;
    height: 840px;
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-features-1-content-wrap .circle-2 {
        display: none;
    }
}

.ag-features-1-card {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .ag-features-1-card {
        justify-content: center;
    }
}

.ag-features-1-card .left, .ag-features-1-card .right {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.ag-features-1-card-single {
    max-width: 416px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 8px;
    padding-top: 0;
}

    .ag-features-1-card-single .bg-color {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .ag-features-1-card-single .icon-elm {
        width: 80px;
        height: 80px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        outline: 5px solid #f5f5f5;
        margin-bottom: 40px;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-features-1-card-single .icon-elm img {
            transition: 0.5s var(--ag-cube-1);
        }

    .ag-features-1-card-single .content-wrap {
        background-color: #F5F5F5;
        border-radius: 24px;
        padding: 24px 20px;
    }

    .ag-features-1-card-single .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ag-features-1-card-single .disc {
        font-size: 16px;
    }

    .ag-features-1-card-single:hover .icon-elm {
        background-color: var(--ag-clr-pr-1);
    }

        .ag-features-1-card-single:hover .icon-elm img {
            filter: brightness(0) invert(1);
        }

.ag-features-1-content {
    max-width: 440px;
    width: 100%;
    height: 440px;
    border-radius: 50%;
    border: 2px dashed #c8c8c8;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 35px;
    background-color: #fff;
}

    .ag-features-1-content .bg-clr {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .ag-features-1-content .ag-sec-title-1 {
        font-size: 40px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-features-1-content .ag-sec-title-1 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-features-1-content .ag-sec-title-1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ag-features-1-content .ag-sec-title-1 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-features-1-content .ag-sec-title-1 {
        font-size: 32px;
    }
}

.ag-features-1-content .logo-favicon {
    margin-top: 83px;
}

.ag-features-1-content .logo-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: auto;
}

@media (min-width: 1800px), 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) {
    .ag-features-1-height {
        height: 300vh;
        position: relative;
    }
}

@media (min-width: 1800px), 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) {
    .ag-features-1-pin {
        position: sticky;
        top: 0;
    }
}

/* 
    features-1-end
*/
/* 
    price-start
*/
.ag-price-1-sec-title-text {
    font-family: var(--ag-font-2);
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.08em;
    line-height: 1;
    margin-bottom: 24px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .ag-price-1-sec-title-text {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-price-1-sec-title-text {
        font-size: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-price-1-sec-title-text {
        font-size: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-price-1-sec-title-text {
        font-size: 68px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-price-1-sec-title-text {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .ag-price-1-sec-title-text {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-price-1-sec-title-text {
        font-size: 42px;
    }
}

.ag-price-1-wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 2.07fr;
    align-items: start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-price-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-price-1-tabs-btn {
    background-color: #fff;
    display: flex;
    padding: 4px;
    border-radius: 32px;
    gap: 12px;
}

    .ag-price-1-tabs-btn .nav-link {
        flex: 1;
        background-color: transparent;
        border-radius: 32px;
        color: #000;
        padding: 8px 5px;
        opacity: 70%;
    }

        .ag-price-1-tabs-btn .nav-link:is(.active) {
            background-color: #F5F5F5;
            opacity: 1;
        }

.ag-price-1-card {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .ag-price-1-card {
        grid-template-columns: 1fr;
    }
}

.ag-price-1-card-single {
    background-color: #E5E5E5;
    border-radius: 24px;
    padding: 6px;
}

    .ag-price-1-card-single .card-top {
        background-color: #fff;
        border-radius: 20px;
        padding: 12px;
    }

    .ag-price-1-card-single .card-top-inner {
        background: linear-gradient(180deg, #323232 0%, #010101 100%);
        border-radius: 16px;
        padding: 20px 24px;
        margin-bottom: 20px;
    }

    .ag-price-1-card-single .title-x-tags {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 59px;
    }

    .ag-price-1-card-single .tags {
        background-color: #fff;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        border-radius: 100px;
        padding: 4px 11px;
    }

    .ag-price-1-card-single .title {
        color: #fff;
        font-size: 20px;
    }

    .ag-price-1-card-single .price {
        color: #fff;
        font-size: 32px;
        line-height: 1;
    }

        .ag-price-1-card-single .price span {
            font-size: 17px;
            font-weight: 400;
            opacity: 80%;
        }

    .ag-price-1-card-single .disc {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .ag-price-1-card-single .price-btn {
        background-color: var(--ag-clr-h-1);
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 16px;
        padding: 13px 10px;
        position: relative;
        z-index: 1;
        transition: 0.4s var(--ag-cube-1);
    }

        .ag-price-1-card-single .price-btn::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 16px;
            padding: 1px;
            background: linear-gradient(90deg, rgba(239, 47, 26, 0) 0%, #EF2F1A 50.26%, rgba(239, 47, 26, 0) 100%);
            pointer-events: none;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            transition: 0.4s var(--ag-cube-1);
            opacity: 1;
        }

        .ag-price-1-card-single .price-btn:hover {
            background-color: var(--ag-clr-pr-1);
        }

    .ag-price-1-card-single .inc {
        color: #000;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .ag-price-1-card-single .plan {
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 24px;
    }

        .ag-price-1-card-single .plan span {
            font-weight: 600;
            color: #000;
        }

    .ag-price-1-card-single .price-features {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

        .ag-price-1-card-single .price-features li {
            color: var(--ag-clr-h-1);
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
        }

            .ag-price-1-card-single .price-features li i {
                font-size: 20px;
                color: var(--ag-clr-pr-1);
            }

    .ag-price-1-card-single .content-wrap {
        padding: 24px 22px;
    }

/* 
    price-end
*/
/* 
    price-3-start
*/
.ag-price-3-area {
    background-color: #6D6BDF;
    border-radius: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

.ag-price-3-sec-title .ag-subtitle-1 {
    background-color: rgba(255, 255, 255, 0.2);
}

.ag-price-3-sec-title .ag-sec-title-1 {
    color: #fff;
}

.ag-price-3-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1.4fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-price-3-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-price-3-wrap .ag-price-1-card-single {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    padding-bottom: 28px;
}

    .ag-price-3-wrap .ag-price-1-card-single .card-top {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 24px;
        margin-bottom: 22px;
    }

    .ag-price-3-wrap .ag-price-1-card-single .card-top-inner {
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .ag-price-3-wrap .ag-price-1-card-single .title-x-tags {
        margin-bottom: 9px;
    }

    .ag-price-3-wrap .ag-price-1-card-single .disc {
        margin-bottom: 22px;
        color: #fff;
        opacity: 80%;
    }

    .ag-price-3-wrap .ag-price-1-card-single .price-btn {
        background-color: #fff;
        color: var(--ag-clr-h-1);
    }

        .ag-price-3-wrap .ag-price-1-card-single .price-btn::before {
            display: none;
        }

        .ag-price-3-wrap .ag-price-1-card-single .price-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            background: var(--ag-clr-gd-3);
            border-radius: 12px;
            z-index: -1;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: 0.5s var(--ag-cube-1);
        }

        .ag-price-3-wrap .ag-price-1-card-single .price-btn:hover {
            color: #fff;
        }

            .ag-price-3-wrap .ag-price-1-card-single .price-btn:hover::after {
                opacity: 1;
            }

    .ag-price-3-wrap .ag-price-1-card-single .content-wrap {
        padding: 0;
    }

    .ag-price-3-wrap .ag-price-1-card-single .inc {
        color: #fff;
    }

    .ag-price-3-wrap .ag-price-1-card-single .plan {
        color: #fff;
    }

        .ag-price-3-wrap .ag-price-1-card-single .plan span {
            color: #fff;
        }

    .ag-price-3-wrap .ag-price-1-card-single .price-features li {
        color: #fff;
    }

        .ag-price-3-wrap .ag-price-1-card-single .price-features li i {
            color: #fff;
        }

    .ag-price-3-wrap .ag-price-1-card-single:is(.has-v2) .card-top {
        background-color: #fff;
    }

        .ag-price-3-wrap .ag-price-1-card-single:is(.has-v2) .card-top .title {
            color: #000;
        }

        .ag-price-3-wrap .ag-price-1-card-single:is(.has-v2) .card-top .disc {
            color: #1F1F1F;
            opacity: 80%;
        }

        .ag-price-3-wrap .ag-price-1-card-single:is(.has-v2) .card-top .price {
            color: #000;
        }

        .ag-price-3-wrap .ag-price-1-card-single:is(.has-v2) .card-top .price-btn {
            background: var(--ag-clr-h-1);
            color: #fff;
        }

    .ag-price-3-wrap .ag-price-1-card-single:is(.has-v3) .card-top {
        background-color: var(--ag-clr-h-1);
    }

.ag-price-3-wrap-inner {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    padding-bottom: 28px;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .ag-price-3-wrap-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

.ag-price-3-wrap-inner .ag-price-1-card-single {
    background: transparent;
    padding: 0;
}

/* 
    price-3-end
*/
/* 
    contact-1-start
*/
.ag-contact-1-area {
    margin-left: 32px;
    margin-right: 32px;
    border-radius: 32px;
}

@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), (max-width: 767px) {
    .ag-contact-1-area {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ag-contact-1-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}

    .ag-contact-1-bg-video::after {
        content: "";
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        opacity: 0.7;
    }

.ag-contact-1-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1800px) {
    .ag-contact-1-wrap {
        margin-left: -175px;
        margin-right: -175px;
    }
}

.ag-contact-1-left {
    max-width: 550px;
    width: 100%;
}

.ag-contact-1-sec-title .ag-subtitle-1 {
    background-color: #fff;
    color: #000;
}

.ag-contact-1-sec-title .ag-sec-title-1 {
    font-size: 90px;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-contact-1-sec-title .ag-sec-title-1 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .ag-contact-1-sec-title .ag-sec-title-1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-contact-1-sec-title .ag-sec-title-1 {
        font-size: 70px;
    }
}

.ag-contact-1-sec-title .ag-sec-title-1::after {
    background-color: #000;
}

.ag-contact-1-sec-title .ag-sec-title-1 span {
    font-size: 48px;
    opacity: 1;
    display: block;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-contact-1-sec-title .ag-sec-title-1 span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ag-contact-1-sec-title .ag-sec-title-1 span {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-contact-1-sec-title .ag-sec-title-1 span {
        font-size: 36px;
    }
}

.ag-contact-1-sec-title .sec-disc {
    color: #fff;
}

.ag-contact-1-right {
    max-width: 678px;
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    padding: 48px 48px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ag-contact-1-right {
        padding: 48px 20px;
    }
}

.ag-contact-1-right::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EF2F1A 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: 0.4s var(--ag-cube-1);
    opacity: 1;
}

.ag-contact-1-right .glow-1 {
    position: absolute;
    width: 234px;
    height: 234px;
    background: #E94625;
    filter: blur(52px);
    top: -150px;
    left: -130px;
    z-index: -1;
}

.ag-contact-1-right .glow-2 {
    position: absolute;
    width: 234px;
    height: 234px;
    background: #E94625;
    filter: blur(52px);
    top: -150px;
    right: -130px;
    z-index: -1;
}

.ag-contact-1-right-content .ag-sec-title-1 {
    font-size: 36px;
    margin-bottom: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-contact-1-right-content .ag-sec-title-1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ag-contact-1-right-content .ag-sec-title-1 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-contact-1-right-content .ag-sec-title-1 {
        font-size: 32px;
    }
}

.ag-contact-1-book {
    max-width: 460px;
    width: 100%;
}

.ag-contact-1-book-card {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px;
    gap: 4px;
}

    .ag-contact-1-book-card .content-wrap {
        background-color: var(--ag-clr-pr-1);
        border-radius: 16px;
        padding: 24px 24px;
    }

    .ag-contact-1-book-card .title {
        color: #fff;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .ag-contact-1-book-card .disc {
        font-size: 16px;
        color: #fff;
        margin-bottom: 36px;
    }

    .ag-contact-1-book-card .ag-pr-btn-1 {
        background-color: #fff;
        color: #000;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

        .ag-contact-1-book-card .ag-pr-btn-1::before {
            transform: translateY(101%);
        }

        .ag-contact-1-book-card .ag-pr-btn-1:hover {
            color: #fff;
        }

            .ag-contact-1-book-card .ag-pr-btn-1:hover::before {
                transform: translateY(0%);
            }

    .ag-contact-1-book-card .img-elm {
        border-radius: 16px;
    }

        .ag-contact-1-book-card .img-elm img {
            transform: scale(1.2);
        }

.ag-contact-1-book-author {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 16px 16px;
    margin-top: 4px;
}

    .ag-contact-1-book-author .title {
        font-size: 16px;
    }

    .ag-contact-1-book-author .author {
        display: flex;
    }

    .ag-contact-1-book-author .author-img {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        border: 2px solid #fff;
        animation: h1authorKf 4s linear infinite;
    }

        .ag-contact-1-book-author .author-img:not(:first-child) {
            margin-left: -15px;
        }

.ag-contact-1-form {
    display: grid;
    gap: 18px 12px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .ag-contact-1-form {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-contact-1-form {
        grid-template-columns: 1fr 1fr;
    }
}

.ag-contact-1-form .input-box:is(.has-full-width) {
    grid-column-start: 1;
    grid-column-end: -1;
}

.ag-contact-1-form-label {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
}

    .ag-contact-1-form-label span {
        color: var(--ag-clr-pr-1);
    }

.ag-contact-1-form-input {
    height: 45px;
    background: transparent;
    border: 1px solid #F0F2F4;
    width: 100%;
    padding: 0 15px;
    font-size: 15px;
    color: rgba(71, 71, 71, 0.6);
    border-radius: 12px;
}

    .ag-contact-1-form-input:is(textarea) {
        height: 120px;
        padding-top: 11px;
    }

    .ag-contact-1-form-input:focus-within {
        border-color: var(--as-clr-pr-1);
    }

.ag-contact-1-form .ag-pr-btn-1 {
    justify-content: center;
    width: 100%;
    padding: 10px 10px;
}

    .ag-contact-1-form .ag-pr-btn-1::before {
        transform: translateY(101%);
    }

    .ag-contact-1-form .ag-pr-btn-1:hover {
        color: #fff;
    }

        .ag-contact-1-form .ag-pr-btn-1:hover::before {
            transform: translateY(0%);
        }

.ag-contact-1-form .form-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .ag-contact-1-form .form-checkbox input[type=checkbox] {
        position: relative;
        border: 1.5px solid var(--ag-clr-pr-1);
        border-radius: 4px;
        background-color: transparent;
        cursor: pointer;
        margin: 0;
        height: 22px;
        width: 22px;
        -webkit-appearance: none;
        isolation: isolate;
    }

        .ag-contact-1-form .form-checkbox input[type=checkbox]::before {
            content: "";
            position: absolute;
            right: 50%;
            top: 50%;
            width: 5px;
            height: 10px;
            border: solid var(--ag-clr-pr-1);
            border-width: 0 2px 2px 0;
            margin: -1px -1px 0 -1px;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
            opacity: 0;
        }

        .ag-contact-1-form .form-checkbox input[type=checkbox]:checked {
            background-color: var(--as-clr-pr-1);
            opacity: 1;
        }

            .ag-contact-1-form .form-checkbox input[type=checkbox]:checked::before {
                opacity: 1;
            }

    .ag-contact-1-form .form-checkbox .checkbox-label {
        color: #919191;
    }

.ag-contact-1-form .button-x-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.ag-contact-1-form .author {
    display: inline-flex;
    gap: 18px;
    align-items: center;
}

.ag-contact-1-form .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.ag-contact-1-form .author-name {
    font-size: 20px;
    color: #fff;
}

.ag-contact-1-form .author-dg {
    font-size: 15px;
    color: #6a6a6a;
}

.ag-contact-1-form .as-pr-btn-1 {
    background: #fff;
    color: #000;
}

    .ag-contact-1-form .as-pr-btn-1:hover {
        background: var(--as-clr-pr-1);
        color: #fff;
    }

/* 
    contact-1-end
*/
/* 
    contact-2-start
*/
.ag-contact-2-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.ag-contact-2-left {
    max-width: 575px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 160px;
}

@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) {
    .ag-contact-2-left {
        max-width: 415px;
    }
}

.ag-contact-2-sec-title .sec-disc {
    margin-top: 13px;
}

.ag-contact-2-info {
    background-color: var(--ag-clr-h-1);
    border-radius: 24px;
    padding: 24px 24px;
    max-width: 540px;
}

    .ag-contact-2-info .subtitle {
        font-size: 16px;
        color: #DFDFDF;
        opacity: 80%;
        margin-bottom: 2px;
    }

    .ag-contact-2-info .link-elm {
        font-size: 20px;
        color: #fff;
        word-break: break-word;
    }

        .ag-contact-2-info .link-elm a {
            transition: 0.5s var(--ag-cube-1);
        }

            .ag-contact-2-info .link-elm a:hover {
                transform: translateY(-3px);
            }

    .ag-contact-2-info .content-box:not(:last-child) {
        border-bottom: 1px dashed rgba(201, 201, 201, 0.5);
        padding-bottom: 11px;
        margin-bottom: 11px;
    }

.ag-contact-2-form {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px 40px;
    max-width: 575px;
    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) {
    .ag-contact-2-form {
        max-width: 415px;
    }
}

@media (max-width: 767px) {
    .ag-contact-2-form {
        padding: 40px 20px;
    }
}

.ag-contact-2-form .ag-contact-1-form-input {
    background: #F5F5F5;
    border: none;
}

.ag-contact-2-form .ag-contact-1-form .ag-pr-btn-2 {
    background-color: var(--ag-clr-h-1);
    border-radius: 12px;
    padding: 15px 10px;
    width: 100%;
    justify-content: center;
    color: #fff;
}

/* 
    contact-2-end
*/
/* 
    contact-3-start
*/
.ag-contact-1-area:is(.has-v3) .ag-contact-1-bg-video::after {
    opacity: 0.2;
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-book-card .content-wrap {
    background: var(--ag-clr-gd-3);
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-right::before {
    background: var(--ag-clr-gd-3);
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-right .glow-1 {
    background: var(--ag-clr-gd-3);
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-right .glow-2 {
    background: var(--ag-clr-gd-3);
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-right-content .ag-subtitle-1 {
    background-color: rgba(36, 36, 38, 0.2);
    color: #000;
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-form .ag-pr-btn-1 {
    background: var(--ag-clr-gd-3);
    box-shadow: none;
}

.ag-contact-1-area:is(.has-v3) .ag-contact-1-form .form-checkbox input[type=checkbox] {
    border: 1.5px solid #459ED7;
}

/* 
    contact-3-end
*/
/* 
    partner-2-start
*/
.ag-partner-2-sec-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
}

    .ag-partner-2-sec-title .ag-sec-title-1 {
        max-width: 834px;
        width: 100%;
    }

        .ag-partner-2-sec-title .ag-sec-title-1 span {
            display: inline-block;
        }

.ag-partner-2-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

    .ag-partner-2-wrap .single-logo {
        background-color: #fff;
        border-radius: 20px;
        max-width: 215px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        padding: 20px;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-partner-2-wrap .single-logo:hover {
            background-color: var(--ag-clr-h-1);
        }

            .ag-partner-2-wrap .single-logo:hover img {
                animation: pulse 1s;
                filter: brightness(0) invert(1);
            }

        .ag-partner-2-wrap .single-logo:is(.has-btn) {
            background-color: transparent;
        }

            .ag-partner-2-wrap .single-logo:is(.has-btn) .ag-pr-btn-2 {
                border-radius: 12px;
                background-color: var(--ag-clr-h-1);
                text-transform: capitalize;
                color: #fff;
            }

                .ag-partner-2-wrap .single-logo:is(.has-btn) .ag-pr-btn-2 .icon {
                    background-color: #fff;
                    border-radius: 10px;
                    color: #000;
                }

/* 
    partner-2-end
*/
/* 
    partner-3-start
*/
.ag-partner-3-area {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0;
}

.ag-partner-3-logo {
    display: flex;
}

    .ag-partner-3-logo .single-logo {
        flex: 0 0 auto;
        width: 220px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background-color: #fff;
        border-right: 1px solid #F2F2F2;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-partner-3-logo .single-logo img {
            transition: 0.5s var(--ag-cube-1);
        }

        .ag-partner-3-logo .single-logo:hover {
            background-color: var(--ag-clr-h-1);
        }

            .ag-partner-3-logo .single-logo:hover img {
                filter: brightness(0) invert(1);
            }

/* 
    partner-3-end
*/
/* 
    testimonial-2-start
*/
.ag-testimonial-2-area {
    background-color: #1E1E1F;
    border-radius: 60px;
    margin-left: 32px;
    margin-right: 32px;
}

@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), (max-width: 767px) {
    .ag-testimonial-2-area {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ag-testimonial-2-sec-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

    .ag-testimonial-2-sec-title .ag-sec-title-1 {
        color: #fff;
    }

    .ag-testimonial-2-sec-title .sec-disc {
        color: #fff;
        opacity: 80%;
        max-width: 410px;
    }

.ag-testimonial-2-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}

.ag-testimonial-2-card {
    max-width: 480px;
    width: 100%;
    padding: 8px;
    background-color: #242426;
    border-radius: 32px;
    transition: 0.5s var(--ag-cube-1);
    flex: 0 0 auto;
}

    .ag-testimonial-2-card .card-top {
        background: #343436;
        border-radius: 28px;
        padding: 32px 32px;
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
        transition: 0.5s var(--ag-cube-1);
    }

    .ag-testimonial-2-card .rating-elm {
        font-size: 16px;
        color: #fff;
        display: flex;
        gap: 6px;
        margin-bottom: 20px;
    }

    .ag-testimonial-2-card .author-x-quote {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 32px 32px;
    }

    .ag-testimonial-2-card .author {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .ag-testimonial-2-card .author-img {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        border: 2px solid #fff;
    }

    .ag-testimonial-2-card .author-name {
        font-size: 18px;
        margin-bottom: 4px;
        color: #fff;
        transition: 0.5s var(--ag-cube-1);
    }

    .ag-testimonial-2-card .author-bio {
        font-size: 16px;
        color: #fff;
        opacity: 50%;
        transition: 0.5s var(--ag-cube-1);
    }

    .ag-testimonial-2-card .quote-icon {
        color: #DFDFDF;
        font-size: 40px;
    }

        .ag-testimonial-2-card .quote-icon img {
            height: 50px;
        }

    .ag-testimonial-2-card .comment {
        color: #fff;
    }

    .ag-testimonial-2-card:hover {
        background-color: #FFF;
    }

        .ag-testimonial-2-card:hover .ag-p-1 {
            color: #000;
        }

        .ag-testimonial-2-card:hover .author-name {
            color: #fff;
        }

        .ag-testimonial-2-card:hover .author-bio {
            color: #fff;
        }

.ag-testimonial-2-marquee::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, #1e1e1f 20%, transparent);
    z-index: 1;
    width: 30%;
    height: 100%;
}

.ag-testimonial-2-marquee::before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(-90deg, #1e1e1f 20%, transparent);
    z-index: 1;
    width: 30%;
    height: 100%;
}

/* 
    testimonial-2-end
*/
/* 
    testimonial-3-start
*/
.ag-testimonial-3-sec-title {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .ag-testimonial-3-sec-title .left {
        max-width: 500px;
    }

    .ag-testimonial-3-sec-title .right {
        max-width: 416px;
    }

    .ag-testimonial-3-sec-title .sec-disc {
        margin-bottom: 32px;
    }

    .ag-testimonial-3-sec-title .ag-sd-btn-1 {
        color: var(--ag-clr-h-1);
    }

.ag-testimonial-3-wrap {
    display: flex;
    gap: 12px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-testimonial-3-wrap {
        flex-wrap: wrap;
    }
}

.ag-testimonial-3-reviews {
    max-width: 366px;
    width: 100%;
    background-color: var(--ag-clr-h-1);
    border-radius: 32px;
    padding: 40px 20px;
    text-align: center;
}

    .ag-testimonial-3-reviews .rating-number {
        color: #fff;
        font-size: 100px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .ag-testimonial-3-reviews .rating-icon {
        font-size: 22px;
        color: #FFBB00;
        margin-bottom: 30px;
    }

    .ag-testimonial-3-reviews .reviews-text {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ag-testimonial-3-reviews .disc {
        color: #fff;
        font-size: 16px;
    }

    .ag-testimonial-3-reviews .logo-elm {
        margin-bottom: 80px;
    }

    .ag-testimonial-3-reviews .author {
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .ag-testimonial-3-reviews .author-img {
        width: 42px;
        height: 42px;
        border: 2px solid var(--ag-clr-h-1);
        border-radius: 12px;
        animation: h1authorKf 4s linear infinite;
    }

        .ag-testimonial-3-reviews .author-img:not(:first-child) {
            margin-left: -15px;
        }

        .ag-testimonial-3-reviews .author-img:is(.has-text) {
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .ag-testimonial-3-reviews .author-img:is(.has-text) .text {
                color: var(--ag-clr-h-1);
                font-weight: 600;
                font-size: 15px;
            }

.ag-testimonial-3-card {
    background-color: #fff;
    border-radius: 32px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .ag-testimonial-3-card .author {
        display: flex;
        align-items: center;
        background-color: #F5F5F5;
        border-radius: 24px;
        padding: 24px;
        gap: 12px;
    }

    .ag-testimonial-3-card .author-img {
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }

    .ag-testimonial-3-card .author-name {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .ag-testimonial-3-card .author-bio {
        font-size: 16px;
        opacity: 80%;
    }

    .ag-testimonial-3-card .bottom {
        background-color: #F5F5F5;
        border-radius: 24px;
        padding: 24px;
        min-height: 348px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }

    .ag-testimonial-3-card .comment {
        font-size: 20px;
        color: var(--ag-clr-h-1);
    }

    .ag-testimonial-3-card .rating-x-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .ag-testimonial-3-card .rating-elm {
        font-size: 16px;
        color: var(--ag-clr-h-1);
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .ag-testimonial-3-card .rating-elm span {
            font-size: 22px;
            font-weight: 600;
        }

        .ag-testimonial-3-card .rating-elm i {
            color: #FFBB00;
            margin-top: -2px;
        }

@media (min-width: 1800px) {
    .ag-testimonial-3-slider {
        margin-right: -515px;
    }
}

.ag-testimonial-3-slider .swiper-wrapper .swiper-slide {
    max-width: 365px;
}

.ag-testimonial-3-bottom {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

    .ag-testimonial-3-bottom .disc {
        color: var(--ag-clr-h-1);
        font-size: 18px;
    }

.ag-testimonial-3-bottom-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

    .ag-testimonial-3-bottom-rating .icon-elm {
        width: 48px;
        height: 48px;
        background-color: var(--ag-clr-h-1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ag-testimonial-3-bottom-rating .rating {
        font-size: 18px;
        margin-bottom: 4px;
    }

        .ag-testimonial-3-bottom-rating .rating span {
            color: #FFBB00;
            margin-right: 10px;
            font-size: 16px;
        }

    .ag-testimonial-3-bottom-rating .rating-text {
        font-size: 16px;
        font-weight: 400;
    }

.ag-testimonial-3-slider-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 40px;
}

    .ag-testimonial-3-slider-btn .single-btn {
        width: 48px;
        height: 48px;
        border: 1px solid #2CBDD2;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: 0.5s var(--ag-cube-1);
        flex: 0 0 auto;
    }

        .ag-testimonial-3-slider-btn .single-btn:hover {
            background: var(--ag-clr-gd-3);
            color: #fff;
        }

    .ag-testimonial-3-slider-btn .ag_t3_slider_pagination {
        width: auto;
        display: flex;
        gap: 22px;
    }

        .ag-testimonial-3-slider-btn .ag_t3_slider_pagination span {
            width: 8px;
            height: 8px;
            opacity: 1;
            background-color: #8B8B8B;
            margin: 0 !important;
            transition: 0.5s var(--ag-cube-1);
            position: relative;
            z-index: 1;
        }

            .ag-testimonial-3-slider-btn .ag_t3_slider_pagination span::after {
                content: "";
                width: 30px;
                height: 30px;
                position: absolute;
                top: -11px;
                left: -11px;
                border-radius: 50%;
                border: 1px solid var(--ag-clr-h-1);
                opacity: 0;
                transition: 0.5s var(--ag-cube-1);
            }

            .ag-testimonial-3-slider-btn .ag_t3_slider_pagination span:is(.swiper-pagination-bullet-active) {
                background-color: #000;
            }

                .ag-testimonial-3-slider-btn .ag_t3_slider_pagination span:is(.swiper-pagination-bullet-active)::after {
                    opacity: 1;
                }

/* 
    testimonial-3-end
*/
/* 
    tools-3-start
*/
.ag-tools-3-area {
    background-color: #fff;
    border-radius: 48px;
    margin-left: 10px;
    margin-right: 10px;
}

.ag-tools-3-sec-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

    .ag-tools-3-sec-title .sec-disc {
        margin-top: 13px;
    }

.ag-tools-3-wrap {
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .ag-tools-3-wrap .logo-elm {
        position: absolute;
        z-index: -1;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

@media (max-width: 767px) {
    .ag-tools-3-wrap .logo-elm {
        display: none;
    }
}

.ag-tools-3-wrap .logo-elm svg {
    margin-bottom: -19px;
    margin-right: -47px;
}

.ag-tools-3-wrap .logo-elm-icon {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f2f2f2;
}

.ag-tools-3-wrap .logo-elm:nth-child(1) {
    top: 130px;
    left: 0;
}

.ag-tools-3-wrap .logo-elm:nth-child(2) {
    top: 0px;
    left: 18%;
}

    .ag-tools-3-wrap .logo-elm:nth-child(2) svg {
        margin-bottom: 15px;
    }

.ag-tools-3-wrap .logo-elm:nth-child(3) {
    bottom: 0px;
    left: 21%;
}

.ag-tools-3-wrap .logo-elm:nth-child(4) {
    top: 130px;
    right: 0;
    flex-direction: row;
}

    .ag-tools-3-wrap .logo-elm:nth-child(4) svg {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .ag-tools-3-wrap .logo-elm:nth-child(4) .logo-elm-icon {
        margin-top: 25px;
        margin-right: -40px;
        position: relative;
    }

.ag-tools-3-wrap .logo-elm:nth-child(5) {
    bottom: 0px;
    right: 18%;
    flex-direction: row;
}

    .ag-tools-3-wrap .logo-elm:nth-child(5) svg {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .ag-tools-3-wrap .logo-elm:nth-child(5) .logo-elm-icon {
        margin-top: -29px;
        margin-right: -40px;
        position: relative;
    }

.ag-tools-3-wrap .logo-elm:nth-child(6) {
    top: 0px;
    right: 21%;
    flex-direction: row;
}

    .ag-tools-3-wrap .logo-elm:nth-child(6) svg {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .ag-tools-3-wrap .logo-elm:nth-child(6) .logo-elm-icon {
        margin-top: 25px;
        margin-right: -40px;
        position: relative;
    }

.ag-tools-3-favicon {
    width: 180px;
    height: 180px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .ag-tools-3-favicon::after {
        content: "";
        inset: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        background: linear-gradient(180deg, #70D2E0 0%, rgba(113, 210, 225, 0.4) 5.72%, rgba(255, 255, 255, 0.1) 16.33%, rgba(255, 255, 255, 0) 50.38%, rgba(255, 255, 255, 0.1) 84.14%, rgba(84, 139, 218, 0.4) 94.54%, #5B83DC 99.46%);
        border-radius: 50%;
        z-index: -1;
        animation: wa-rotated 10s linear infinite;
    }

.ag-tools-3-favicon-elm {
    background: linear-gradient(90deg, #2CBDD2 0%, #6D6BDF 100%);
    box-shadow: inset 0 0 31.579px rgba(255, 255, 255, 0.64), 0 0 61px #64C8DE;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* 
    tools-3-end
*/
/* 
    award-2-start
*/
.ag-award-2-sec-title {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.ag-award-2-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 20px;
    padding: 32px 32px;
    border: 1px solid #E1E1E1;
    margin-top: -1px;
    transition: 0.5s var(--ag-cube-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-award-2-item {
        flex-wrap: wrap;
    }
}

.ag-award-2-item .subtitle {
    opacity: 80%;
}

.ag-award-2-item .title {
    font-weight: 400;
    font-size: 20px;
}

.ag-award-2-item .img-elm {
    position: absolute;
    opacity: 0;
    width: 90px;
    height: 90px;
    pointer-events: none;
    background: #FFFFFF;
    box-shadow: -3px -2px 6px #FFFFFF, 3px 6px 12px rgba(0, 0, 0, 0.16), inset 0px 0px 10px rgba(0, 0, 0, 0.32);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.ag-award-2-item .dot-shape {
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: -1;
    background-color: #000;
    transition: 0.5s var(--ag-cube-1);
    opacity: 0;
}

    .ag-award-2-item .dot-shape:is(.has-1) {
        top: 0;
        left: 0;
    }

    .ag-award-2-item .dot-shape:is(.has-2) {
        top: 0;
        right: 0;
    }

    .ag-award-2-item .dot-shape:is(.has-3) {
        bottom: 0;
        left: 0;
    }

    .ag-award-2-item .dot-shape:is(.has-4) {
        bottom: 0;
        right: 0;
    }

.ag-award-2-item:hover {
    background-color: #fff;
}

    .ag-award-2-item:hover .dot-shape {
        opacity: 1;
    }

.ag-award-2-item:hover {
    opacity: 1;
}

/* 
    award-2-end
*/
/* 
    faqs-2-start
*/
.ag-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ag-accordion-item {
    background: #fff;
    border-radius: 20px;
}

    .ag-accordion-item .item-title {
        background: transparent;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 22px 24px;
        text-align: left;
        transition: 0.2s;
    }

        .ag-accordion-item .item-title .icon {
            margin-left: auto;
            transition: 0.2s;
            font-size: 18px;
        }

            .ag-accordion-item .item-title .icon i {
                transition: 0.2s;
            }

        .ag-accordion-item .item-title:is(:not(.collapsed)) .icon i::before {
            content: "\f068";
        }

    .ag-accordion-item .item-disc {
        border-top: 1px solid #EAEAEA;
        padding: 25px 24px;
    }

.ag-faqs-2-wrap {
    display: grid;
    gap: 72px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-faqs-2-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-faqs-2-sec-title .ag-sec-title-1 {
    max-width: 500px;
}

.ag-faqs-2-booking {
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 40px;
}

    .ag-faqs-2-booking:hover {
        background-color: #000;
        color: #fff;
    }

@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), (max-width: 767px) {
    .ag-faqs-2-booking {
        padding: 40px 20px;
    }
}

.ag-faqs-2-booking .favicon-elm {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: -1;
}

.ag-faqs-2-booking .img-elm {
    /*  width: 72px;
    height: 72px;
    border-radius: 16px;*/
    margin-bottom: 31px;
}

.ag-faqs-2-booking .title {
    font-size: 30px;
    margin-bottom: 12px;
}

@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), (max-width: 767px) {
    .ag-faqs-2-booking .title {
        font-size: 22px;
    }
}

.ag-faqs-2-booking .title span {
    opacity: 70%;
}

.ag-faqs-2-booking .disc {
    margin-bottom: 32px;
}

.ag-faqs-2-booking .btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ag-faqs-2-booking .ag-pr-btn-2 {
    background-color: var(--ag-clr-h-1);
    border-radius: 12px;
    color: #fff;
    text-transform: capitalize;
}

    .ag-faqs-2-booking .ag-pr-btn-2 .icon {
        background-color: #fff;
        border-radius: 12px;
        color: #000;
    }

.ag-faqs-2-booking .phone-btn {
    font-weight: 500;
}

/* 
    faqs-2-end
*/
/* 
    blog-1-start
*/
.ag-blog-1-sec-title {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .ag-blog-1-sec-title .left {
        max-width: 744px;
    }

    .ag-blog-1-sec-title .right {
        max-width: 416px;
    }

    .ag-blog-1-sec-title .sec-disc {
        margin-bottom: 32px;
    }

.ag-blog-1-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-blog-1-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ag-blog-1-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-blog-1-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    transition: 0.4s var(--ag-cube-1);
    gap: 20px;
}

.ag-blog-1-card-head {
    height: 262px;
}

.ag-blog-1-card-category {
    display: inline-flex;
    background-color: #EFEFEF;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    color: var(--ag-clr-h-1);
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ag-blog-1-card-img {
    width: 180px;
    height: 110px;
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s var(--ag-cube-1);
}

.ag-blog-1-card-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ag-blog-1-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ag-blog-1-card-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--ag-font-1);
    font-size: 15px;
    font-weight: 400;
    color: var(--ag-clr-h-1);
    text-transform: capitalize;
    line-height: 1.13;
}

    .ag-blog-1-card-date i {
        font-size: 20px;
        line-height: 1;
    }

.ag-blog-1-card-read {
    font-family: var(--ag-font-1);
    font-size: 15px;
    font-weight: 400;
    color: var(--ag-clr-pr-1);
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    padding-left: 12px;
}

    .ag-blog-1-card-read::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: var(--ag-clr-pr-1);
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.ag-blog-1-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .ag-blog-1-card-content .title {
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 150%;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-blog-1-card-content .title:hover {
            color: var(--ag-clr-pr-1);
        }

    .ag-blog-1-card-content .disc {
        font-size: 15px;
        line-height: 166.67%;
        text-transform: capitalize;
        color: #1F1F1F;
        opacity: 70%;
    }

.ag-blog-1-card .ag-sd-btn-1 {
    font-weight: 400;
}

.ag-blog-1-card:is(.active) .ag-blog-1-card-img {
    width: 100%;
    height: 100%;
}

/* 
    blog-1-end
*/
/* 
    blog-2-start
*/
.ag-blog-2-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-blog-2-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .ag-blog-2-wrap {
        grid-template-columns: 1fr;
    }
}

.ag-blog-2-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .ag-blog-2-item .content-wrap {
        background-color: #fff;
        border-radius: 16px;
        padding: 20px 20px;
        transition: 0.5s var(--ag-cube-1);
    }

    .ag-blog-2-item .date-x-read-time {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .ag-blog-2-item .date {
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: 0.5s var(--ag-cube-1);
    }

    .ag-blog-2-item .title {
        font-size: 20px;
        line-height: 140%;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-blog-2-item .title:hover {
            transform: translateY(-3px);
        }

    .ag-blog-2-item .img-elm {
        border-radius: 24px;
        height: 515px;
        transition: 0.5s var(--ag-cube-1);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-blog-2-item .img-elm {
        height: 415px;
    }
}

@media (max-width: 767px) {
    .ag-blog-2-item .img-elm {
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-blog-2-item .img-elm {
        height: 415px;
    }
}

.ag-blog-2-item .img-elm img {
    transform: scale(1.1);
}

.ag-blog-2-item:hover .content-wrap {
    background-color: var(--ag-clr-h-1);
}

.ag-blog-2-item:hover .date {
    color: #fff;
    opacity: 80%;
}

.ag-blog-2-item:hover .title {
    color: #fff;
}

/* 
    blog-2-end
*/
/* 
    blog-3-start
*/
.ag-blog-3-sec-title .ag-sec-title-1 {
    font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-blog-3-sec-title .ag-sec-title-1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-blog-3-sec-title .ag-sec-title-1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .ag-blog-3-sec-title .ag-sec-title-1 {
        font-size: 50px;
    }
}

.ag-blog-3-cover {
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 30px;
}

    .ag-blog-3-cover:hover {
        background-color: #000;
        color: #fff;
    }
    .ag-blog-3-cover:hover {
        background-color: #000;
        color: #fff;
    }
        .ag-blog-3-cover:hover .ag-blog-3-wrap .center-img {
            filter: contrast(30%);
        }

        .ag-blog-3-cover:hover .ag-blog-3-card-2 img {
            filter: contrast(30%);
        }

.ag-blog-3-wrap {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr .8fr 1fr;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-blog-3-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.ag-blog-3-wrap .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: right;
}

.ag-blog-3-wrap .center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .ag-blog-3-wrap .center-img img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 20px;
    }

.ag-blog-3-wrap .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

.ag-blog-3-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 12px;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: center;
}

@media (max-width: 767px) {
    .ag-blog-3-card {
        grid-template-columns: 1fr;
    }
}

.ag-blog-3-card .blog-img {
    height: 590px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .ag-blog-3-card .blog-img {
        height: 350px;
    }
}

.ag-blog-3-card .content-wrap {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ag-blog-3-card .category {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

    .ag-blog-3-card .category span {
        width: 6px;
        height: 6px;
        background: var(--ag-clr-h-1);
    }

.ag-blog-3-card .title {
    font-size: 28px;
    margin-bottom: 35px;
    transition: 0.3s var(--ag-cube-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), (max-width: 767px) {
    .ag-blog-3-card .title {
        font-size: 20px;
    }
}

.ag-blog-3-card .title:hover {
    color: #6D6BDF;
}

.ag-blog-3-card .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ag-blog-3-card .blog-meta-elm {
    font-size: 16px;
}

    .ag-blog-3-card .blog-meta-elm:nth-child(2) {
        color: var(--ag-clr-h-1);
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .ag-blog-3-card .blog-meta-elm:nth-child(2) span {
            width: 4px;
            height: 4px;
            background-color: var(--ag-clr-h-1);
        }

.ag-blog-3-card .author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 32px;
    margin-bottom: 40px;
    margin-top: auto;
}

.ag-blog-3-card .author-img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.ag-blog-3-card .author-name {
    font-size: 20px;
    margin-bottom: 4px;
}

.ag-blog-3-card .author-bio {
    font-size: 16px;
}

.ag-blog-3-card .ag-sd-btn-1 {
    color: var(--ag-clr-h-1);
}

.ag-blog-3-card-2 {
    border-radius: 16px;
    padding: 8px 4px;
    transition: 0.3s ease;
}

.ag-blog-3-wrap .left .ag-blog-3-card-2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    text-align: right;
}

    .ag-blog-3-wrap .left .ag-blog-3-card-2 .content-wrap {
        flex: 1;
        text-align: right;
    }

.ag-blog-3-wrap .right .ag-blog-3-card-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
}

    .ag-blog-3-wrap .right .ag-blog-3-card-2 .content-wrap {
        flex: 1;
        text-align: left;
    }

.ag-blog-3-card-2 .category {
    font-size: 14px;
    line-height: 2;
    margin: 0;
    display: block;
}

    .ag-blog-3-card-2 .category span {
        width: 6px;
        height: 6px;
        background: var(--ag-clr-h-1);
    }

.ag-blog-3-card-2 .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px 0;
    padding: 0;
    transition: 0.3s var(--ag-cube-1);
}

.ag-blog-3-card-2 img {
    margin: 0px 0px;
}

.ag-blog-3-card-2 > img[src*="check.svg"] {
    width: 28px;
    min-width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 30px;
    object-fit: contain;
}

@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), (max-width: 767px) {
    .ag-blog-3-card-2 .title {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .ag-blog-3-cover {
        padding: 24px 16px;
        border-radius: 20px;
    }

    .ag-blog-3-wrap .left,
    .ag-blog-3-wrap .right {
        gap: 20px;
    }

        .ag-blog-3-wrap .left .ag-blog-3-card-2,
        .ag-blog-3-wrap .right .ag-blog-3-card-2 {
            gap: 12px;
        }

    .ag-blog-3-card-2 .title {
        font-size: 17px;
    }

    .ag-blog-3-card-2 .category {
        font-size: 13.5px;
    }

    .ag-blog-3-card-2 > img[src*="check.svg"] {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
}

.ag-blog-3-card-2 .meta-x-img {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.ag-blog-3-card-2 .blog-img {
    border-radius: 12px;
}

.ag-blog-3-card-2 .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ag-blog-3-card-2 .blog-meta-elm {
    font-size: 16px;
}

    .ag-blog-3-card-2 .blog-meta-elm:nth-child(2) {
        color: var(--ag-clr-h-1);
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .ag-blog-3-card-2 .blog-meta-elm:nth-child(2) span {
            width: 4px;
            height: 4px;
            background-color: var(--ag-clr-h-1);
        }

.ag-blog-3-card-2:hover .blog-img {
    transform: scale(1.2);
}

/* 
    blog-3-end
*/
/* 
    footer-1-start
*/
.ag-footer-1-area {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 60px 60px 0 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-footer-1-area {
        border-radius: 32px 32px 0 0;
    }
}

.ag-footer-1-watermark {
    text-align: center;
    font-family: var(--ag-font-2);
    font-size: 250px;
    font-weight: 700;
    line-height: 0.8;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    background: linear-gradient(180deg, #E5E7E6 13.35%, rgba(229, 231, 230, 0.3) 72.64%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-footer-1-watermark {
        font-size: 250px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-footer-1-watermark {
        font-size: 200px;
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-footer-1-watermark {
        font-size: 150px;
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-footer-1-watermark {
        font-size: 100px;
        margin-bottom: -20px;
    }
}

@media (max-width: 767px) {
    .ag-footer-1-watermark {
        font-size: 40px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-footer-1-watermark {
        font-size: 60px;
        margin-bottom: 0px;
    }
}

.ag-footer-1-wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #F0F2F4;
    border-radius: 48px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
    padding: 99px 100px;
    padding-bottom: 45px;
}

@media (min-width: 1800px) {
    .ag-footer-1-wrap {
        margin-left: -212px;
        margin-right: -212px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-footer-1-wrap {
        padding: 70px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-footer-1-wrap {
        padding: 48px 24px;
        border-radius: 32px;
    }
}

.ag-footer-1-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px 100px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

@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), (max-width: 767px) {
    .ag-footer-1-top {
        gap: 50px 50px;
    }
}

.ag-footer-1-brand {
    max-width: 351px;
    width: 100%;
}

@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), (max-width: 767px) {
    .ag-footer-1-brand {
        max-width: 400px;
    }
}

.ag-footer-1-brand .logo {
    margin-bottom: 16px;
}

.ag-footer-1-brand .disc {
    font-size: 15px;
    line-height: 150%;
    color: #1F1F1F;
    opacity: 80%;
    margin-bottom: 20px;
}

.ag-footer-1-brand .disc2 {
    font-size: 13px;
    line-height: 150%;
    color: #1F1F1F;
    opacity: 80%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-footer-1-brand .disc {
        margin-bottom: 32px;
    }
}

.ag-footer-1-social {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.ag-footer-1-social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    color: var(--ag-clr-h-1);
    font-size: 16px;
    transition: 0.4s var(--ag-cube-1);
}

    .ag-footer-1-social-link:hover {
        background-color: var(--ag-clr-pr-1);
        border-color: var(--ag-clr-pr-1);
        color: #fff;
    }

.ag-footer-1-widget-title {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

    .ag-footer-1-widget-title span {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 2px;
        border-radius: 3px;
        background-color: var(--ag-clr-pr-1);
        width: 25px;
        animation: ag-footer-1-widget-line-1 4.4s ease-in-out infinite;
    }

        .ag-footer-1-widget-title span:nth-child(2) {
            width: 63px;
            bottom: 5px;
            animation-name: ag-footer-1-widget-line-2;
        }

.ag-footer-1-widget ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ag-footer-1-widget ul li, .ag-footer-1-widget ul a {
        font-family: var(--ag-font-1);
        font-size: 14px;
        font-weight: 400;
        line-height: 180%;
        color: #1F1F1F;
        opacity: 80%;
        transition: 0.4s var(--ag-cube-1);
        padding-left: 12px;
        position: relative;
        transform: translateX(-12px);
    }

        .ag-footer-1-widget ul a::after {
            content: "";
            width: 4px;
            height: 4px;
            position: absolute;
            top: 8px;
            left: 0;
            background-color: var(--ag-clr-pr-1);
            z-index: -1;
            transform: scale(0);
            transition: 0.5s var(--ag-cube-1);
        }

        .ag-footer-1-widget ul a:hover, .ag-footer-1-widget ul a:is(.is-active) {
            color: var(--ag-clr-pr-1);
            opacity: 1;
            transform: translateX(0);
        }

            .ag-footer-1-widget ul a:hover::after, .ag-footer-1-widget ul a:is(.is-active)::after {
                transform: scale(1);
            }

.ag-footer-1-newsletter {
    max-width: 356px;
    width: 100%;
}

@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), (max-width: 767px) {
    .ag-footer-1-newsletter {
        max-width: 251px;
    }
}

.ag-footer-1-newsletter .widget-disc {
    margin-bottom: 36px;
}

.ag-footer-1-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ag-footer-1-newsletter-input {
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 16px;
    font-family: var(--ag-font-1);
    font-size: 16px;
    color: var(--ag-clr-h-1);
    background-color: transparent;
    line-height: 1;
}

    .ag-footer-1-newsletter-input::placeholder {
        color: var(--ag-clr-h-1);
        opacity: 60%;
    }

    .ag-footer-1-newsletter-input:focus {
        outline: none;
        border-color: var(--ag-clr-pr-1);
    }

.ag-footer-1-newsletter-btn {
    display: inline-flex;
    align-items: center;
    font-family: var(--ag-font-1);
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    line-height: 1;
}

    .ag-footer-1-newsletter-btn .text {
        color: #fff;
        background-color: var(--ag-clr-h-1);
        border-radius: 16px;
        padding: 16px 20px;
        margin-right: -1px;
        transition: 0.4s var(--ag-cube-1);
    }

    .ag-footer-1-newsletter-btn .icon {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--ag-clr-pr-1);
        border-radius: 16px;
        color: #fff;
        font-size: 24px;
        flex-shrink: 0;
        transition: 0.4s var(--ag-cube-1);
    }

        .ag-footer-1-newsletter-btn .icon i {
            transition: 0.4s var(--ag-cube-1);
        }

    .ag-footer-1-newsletter-btn:hover .text {
        background-color: var(--ag-clr-pr-1);
    }

    .ag-footer-1-newsletter-btn:hover .icon {
        background-color: var(--ag-clr-h-1);
    }

        .ag-footer-1-newsletter-btn:hover .icon i {
            transform: rotate(45deg);
        }

.ag-footer-1-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid #EAEAEA;
    padding-top: 24px;
}

    .ag-footer-1-bottom .copyright {
        font-size: 14px;
        line-height: 120%;
        color: var(--ag-clr-h-1);
    }

        .ag-footer-1-bottom .copyright a {
            color: var(--ag-clr-pr-1);
            transition: 0.4s var(--ag-cube-1);
        }

            .ag-footer-1-bottom .copyright a:is(.has-underline) {
                text-decoration: underline;
            }

            .ag-footer-1-bottom .copyright a:hover {
                opacity: 80%;
            }

    .ag-footer-1-bottom .rights {
        font-size: 14px;
        line-height: 120%;
        color: var(--ag-clr-h-1);
    }

@keyframes ag-footer-1-widget-line-1 {
    0%, 100% {
        width: 25px;
    }

    50% {
        width: 63px;
    }
}

@keyframes ag-footer-1-widget-line-2 {
    0%, 100% {
        width: 63px;
    }

    50% {
        width: 25px;
    }
}
/* 
    footer-1-end
*/
/* 
    footer-2-start
*/
.ag-footer-2-area {
    margin: 32px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 60px;
}

@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), (max-width: 767px) {
    .ag-footer-2-area {
        margin: 10px;
        border-radius: 30px;
    }
}

.ag-footer-2-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 21px;
    margin-bottom: 60px;
}

    .ag-footer-2-top .title {
        font-size: 28px;
    }

@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), (max-width: 767px) {
    .ag-footer-2-top .title {
        font-size: 42px;
    }

    .ag-footer-2-top h3 {
        font-size: 18px;
        line-height: 30px;
    }
}

.ag-footer-2-top .link-elm {
    font-size: 28px;
    position: relative;
    z-index: 1;
    word-break: break-word;
}

@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), (max-width: 767px) {
    .ag-footer-2-top .link-elm {
        font-size: 22px;
    }
}

.ag-footer-2-top .link-elm::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--ag-clr-h-1);
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: 0.5s var(--ag-cube-1);
}

@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), (max-width: 767px) {
    .ag-footer-2-top .link-elm::after {
        bottom: 0px;
    }
}

.ag-footer-2-top .link-elm:hover::after {
    width: 0%;
}

.ag-footer-2-middle {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .ag-footer-2-middle .right-side {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
    }

    .ag-footer-2-middle .left-side {
        max-width: 668px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-footer-2-middle .left-side {
        max-width: 468px;
    }
}

.ag-footer-2-disc {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ag-footer-2-disc {
        font-size: 20px;
    }
}

.ag-footer-2-disc span {
    display: inline;
    opacity: 60%;
}

.ag-footer-2-widget-title {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

    .ag-footer-2-widget-title span {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 2px;
        border-radius: 3px;
        background-color: #0D6EFF;
        width: 25px;
        animation: ag-footer-1-widget-line-1 4.4s ease-in-out infinite;
    }

        .ag-footer-2-widget-title span:nth-child(2) {
            width: 63px;
            bottom: 5px;
            animation-name: ag-footer-1-widget-line-2;
        }

.ag-footer-2-widget ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ag-footer-2-widget ul a {
        font-family: var(--ag-font-1);
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        color: #1F1F1F;
        opacity: 80%;
        transition: 0.4s var(--ag-cube-1);
        padding-left: 12px;
        position: relative;
        transform: translateX(-12px);
    }

        .ag-footer-2-widget ul a::after {
            content: "";
            width: 4px;
            height: 4px;
            position: absolute;
            top: 8px;
            left: 0;
            background-color: var(--ag-clr-h-1);
            z-index: -1;
            transform: scale(0);
            transition: 0.5s var(--ag-cube-1);
        }

        .ag-footer-2-widget ul a:hover, .ag-footer-2-widget ul a:is(.is-active) {
            color: #000;
            opacity: 1;
            transform: translateX(0);
        }

            .ag-footer-2-widget ul a:hover::after, .ag-footer-2-widget ul a:is(.is-active)::after {
                transform: scale(1);
            }

.ag-footer-2-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 767px) {
    .ag-footer-2-bottom {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-footer-2-bottom {
        flex-wrap: nowrap;
    }
}

.ag-footer-2-social {
    max-width: 346px;
    width: 100%;
    height: 346px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.ag-footer-2-social-link {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 1;
}

    .ag-footer-2-social-link .single-link {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 12px;
        transition: 0.5s var(--ag-cube-1);
    }

        .ag-footer-2-social-link .single-link:hover {
            background-color: var(--ag-clr-h-1);
            color: #fff;
        }

.ag-footer-2-copyright {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #EAEAEA;
    padding: 25px 0;
}

    .ag-footer-2-copyright .copyright-text {
        color: var(--ag-clr-h-1);
        opacity: 1;
        font-size: 16px;
    }

        .ag-footer-2-copyright .copyright-text a {
            color: #000;
            text-decoration: underline;
            transition: 0.5s var(--ag-cube-1);
        }

            .ag-footer-2-copyright .copyright-text a:hover {
                text-decoration: none;
            }

/* 
    footer-2-end
*/
/* 
    footer-3-start
*/
.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-social-link:hover {
    background: var(--ag-clr-gd-3);
    border-color: transparent;
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-widget-title span {
    background: var(--ag-clr-gd-3);
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-widget ul a::after {
    background: var(--ag-clr-gd-3);
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-widget ul a:hover {
    color: #2CBDD2;
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-newsletter-input:focus {
    border-color: #2CBDD2;
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-newsletter-btn .text {
    background: var(--ag-clr-gd-3);
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-newsletter-btn .icon {
    background-color: var(--ag-clr-h-1);
}

.ag-footer-1-area:is(.has-footer-3) .ag-footer-1-bottom .copyright a {
    color: #2CBDD2;
}

    .ag-footer-1-area:is(.has-footer-3) .ag-footer-1-bottom .copyright a:hover {
        color: var(--ag-clr-h-1);
    }

/* 
    footer-3-end
*/
/* 
    breadcrumb-start
*/
.ag-breadcrumb-area {
    background-color: #010101;
    margin: 12px;
    mask-size: 100% 100%;
    padding-top: 210px;
    padding-bottom: 170px;
}

@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), (max-width: 767px) {
    .ag-breadcrumb-area {
        mask-image: unset !important;
        border-radius: 20px;
    }
}

.ag-breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #E94625;
    filter: blur(200px);
    z-index: -1;
    left: -200px;
    bottom: -200px;
}

.ag-breadcrumb-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.ag-breadcrumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ag-breadcrumb-title {
    font-family: var(--ag-font-1);
    font-size: 64px;
    line-height: 1.058;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-breadcrumb-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ag-breadcrumb-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ag-breadcrumb-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ag-breadcrumb-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ag-breadcrumb-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ag-breadcrumb-title {
        font-size: 40px;
    }
}

.ag-breadcrumb-list {
    display: flex;
    align-items: center;
    align-self: start;
}

    .ag-breadcrumb-list a, .ag-breadcrumb-list span {
        font-size: 18px;
        font-family: var(--ag-font-1);
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }

    .ag-breadcrumb-list a {
        padding-right: 26px;
        position: relative;
        transition: 300ms;
        margin-right: 9px;
    }

        .ag-breadcrumb-list a:hover {
            color: var(--ag-clr-pr-1);
        }

        .ag-breadcrumb-list a::after {
            content: "";
            position: absolute;
            background-image: url(../img/right-arrow.svg);
            width: 14px;
            height: 14px;
            right: 0px;
            top: 8px;
            transform: translateY(-50%);
            font-size: 20px;
        }

    .ag-breadcrumb-list span {
        opacity: 80%;
    }

/* 
    breadcrumb-end
*/
/* 
    error-start
*/
/* ============================
   404 SECTION
   ============================ */
.ag-404 {
    position: relative;
    overflow: hidden;
    padding: 140px 24px 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ag-404__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(36, 36, 38, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 36, 38, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(circle at 50% 40%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 85%);
    mask-image: radial-gradient(circle at 50% 40%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 85%);
    pointer-events: none;
}

.ag-404__glow {
    position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    height: 520px;
    background: var(--ag-clr-gd-3);
    opacity: 0.16;
    filter: blur(90px);
    border-radius: 50%;
    pointer-events: none;
}

.ag-404__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .ag-404__inner .ag-subtitle-1 {
        margin-bottom: 38px;
    }

        .ag-404__inner .ag-subtitle-1::after {
            top: 23px;
        }

.ag-404__code-wrap {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 28px;
}

.ag-404__code {
    font-family: var(--ag-font-2);
    font-weight: 600;
    font-size: 168px;
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: var(--ag-clr-h-1);
    position: relative;
}

    .ag-404__code .ag-404__digit--mid {
        position: relative;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: var(--ag-clr-gd-3);
    }

.ag-404__tag {
    font-family: var(--ag-font-2);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--ag-clr-pr-1);
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    top: 18px;
    right: -18px;
    transform: rotate(6deg);
    white-space: nowrap;
}

@media (max-width: 575px) {
    .ag-404__code {
        font-size: 96px;
    }

    .ag-404__tag {
        top: 6px;
        right: -4px;
        font-size: 11px;
        padding: 4px 8px;
    }
}

.ag-404__title {
    margin-bottom: 16px;
}

.ag-404__text {
    max-width: 460px;
    margin: 0 auto 36px;
}

.ag-404__route {
    font-family: var(--ag-font-2);
    font-size: 14px;
    color: var(--ag-clr-p-1);
    background-color: rgba(36, 36, 38, 0.04);
    border: 1px solid rgba(36, 36, 38, 0.08);
    border-radius: 8px;
    padding: 10px 16px;
    margin: 0 auto 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .ag-404__route strong {
        color: var(--ag-clr-h-1);
        font-weight: 600;
    }

    .ag-404__route .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--ag-clr-pr-1);
        flex: none;
    }

.ag-404__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.ag-btn {
    font-family: var(--ag-font-1);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    padding: 15px 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.5s var(--ag-cube-1), box-shadow 0.5s var(--ag-cube-1), background-color 0.4s var(--ag-cube-1);
}

    .ag-btn:hover {
        background: var(--ag-clr-pr-1);
        color: #fff;
    }

.ag-btn--primary {
    background-color: var(--ag-clr-h-1);
    color: #fff;
}

    .ag-btn--primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(36, 36, 38, 0.25);
    }

.ag-btn--ghost {
    background-color: transparent;
    color: var(--ag-clr-h-1);
    border: 1px solid rgba(36, 36, 38, 0.16);
}

    .ag-btn--ghost:hover {
        transform: translateY(-3px);
        border-color: rgba(36, 36, 38, 0.32);
    }

.ag-btn svg {
    width: 16px;
    height: 16px;
    flex: none;
}

@media (max-width: 575px) {
    .ag-404__corner {
        display: none;
    }
}
/* 
    error-end
*/
/* 
    pages
*/
/* 
    home-page-css-start
*/
.ag-home-1 {
    background-color: #F5F5F5;
}

.ag-home-2 {
    background-color: #F5F5F5;
}

    .ag-home-2 .wa-back-to-top {
        background-color: var(--ag-clr-h-1);
    }

        .ag-home-2 .wa-back-to-top:hover svg * {
            fill: var(--ag-clr-h-1);
        }

.ag-home-3 {
    background-color: #F5F5F5;
}

    .ag-home-3 .wa-back-to-top {
        background-color: var(--ag-clr-h-1);
    }

        .ag-home-3 .wa-back-to-top:hover svg * {
            fill: var(--ag-clr-h-1);
        }

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ag-home-3::-webkit-scrollbar-thumb {
        background: var(--ag-clr-gd-3);
    }
}

/* 
    home-page-css-end
*/
/* 
    home-1-dark-css-start
*/
.ag-home-1.has-dark {
    background-color: #18181B;
}

    .ag-home-1.has-dark .ag-h-1,
    .ag-home-1.has-dark .ag-sec-title-1,
    .ag-home-1.has-dark .ag-projects-1-sec-title-text,
    .ag-home-1.has-dark .ag-projects-1-sec-title-link,
    .ag-home-1.has-dark .ag-price-1-sec-title-text {
        color: #fff;
    }

    .ag-home-1.has-dark .ag-p-1 {
        color: #fff;
        opacity: 80%;
    }

    .ag-home-1.has-dark .ag-sd-btn-1 span::after {
        background-color: #fff;
    }

    .ag-home-1.has-dark .ag-sd-btn-1:hover {
        color: var(--ag-clr-pr-1);
    }

    .ag-home-1.has-dark .ag-preloader-1 {
        background-color: #18181B;
    }

    .ag-home-1.has-dark .ag-preloader-1-core::after {
        border-color: #424242;
    }

    .ag-home-1.has-dark .ag-preloader-1-label {
        color: #bdbdbd;
    }

    .ag-home-1.has-dark .ag-hero-1-area {
        background-color: #000;
    }

    .ag-home-1.has-dark .ag-hero-1-title-elm {
        color: #fff;
    }

    .ag-home-1.has-dark .ag-hero-1-customers .client-wrap {
        background: #3C3C3C;
    }

    .ag-home-1.has-dark .ag-hero-1-customers .number-elm {
        color: #fff;
    }

    .ag-home-1.has-dark .ag-hero-1-customers .bg-shape path:nth-child(2) {
        fill: #272727;
    }

    .ag-home-1.has-dark .ag-hero-1-customers .bg-shape path:nth-child(3) {
        fill: rgba(255, 255, 255, 0.4);
    }

    .ag-home-1.has-dark .ag-hero-1-bottom-content .disc {
        opacity: 1;
    }

    .ag-home-1.has-dark .ag-about-1-card .card-bottom {
        background: linear-gradient(180deg, #323232 0%, #010101 100%);
    }

    .ag-home-1.has-dark .ag-about-1-card:nth-child(2) .card-top {
        background: linear-gradient(0deg, #323232 0%, #010101 100%);
    }

    .ag-home-1.has-dark .ag-services-1-tabs-btn {
        border-left-color: #333333;
    }

        .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-item {
            border-bottom-color: #333333;
        }

            .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-item:nth-child(1) {
                border-top-color: #333333;
            }

        .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-link {
            color: rgba(255, 255, 255, 0.56);
        }

            .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-link .icon {
                background: #2C2C2C;
            }

                .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-link .icon img {
                    filter: brightness(0) invert(1);
                }

            .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-link:is(.active) {
                color: #fff;
            }

                .ag-home-1.has-dark .ag-services-1-tabs-btn .nav-link:is(.active) .icon {
                    background-color: var(--ag-clr-pr-1);
                }

    .ag-home-1.has-dark .ag-services-1-tabs-item {
        border-radius: 28px;
        border: 1px solid var(--ag-dark-border);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    }

        .ag-home-1.has-dark .ag-services-1-tabs-item .content-wrap {
            background: rgba(78, 78, 78, 0.85);
            backdrop-filter: blur(3px);
        }

            .ag-home-1.has-dark .ag-services-1-tabs-item .content-wrap .title:hover {
                color: var(--ag-clr-pr-1);
            }

    .ag-home-1.has-dark .ag-projects-1-card {
        background-color: #121214;
        border: 1px solid var(--ag-dark-border);
    }

        .ag-home-1.has-dark .ag-projects-1-card .link-elm {
            background-color: #272727;
            opacity: 1;
        }

            .ag-home-1.has-dark .ag-projects-1-card .link-elm .icon {
                background-color: #1D1D1D;
                color: #fff;
            }

            .ag-home-1.has-dark .ag-projects-1-card .link-elm:hover {
                color: var(--ag-clr-pr-1);
            }

                .ag-home-1.has-dark .ag-projects-1-card .link-elm:hover .icon {
                    background-color: var(--ag-clr-pr-1);
                }

    .ag-home-1.has-dark .ag-step-1-card .content-wrap {
        background-color: #1F1F1F;
        border-color: transparent;
    }

    .ag-home-1.has-dark .ag-team-1-member .name:hover {
        color: var(--ag-clr-pr-1);
    }

    .ag-home-1.has-dark .ag-features-1-content {
        background-color: #1D1D1D;
        border: 2px dashed rgba(161, 161, 161, 0.6);
    }

    .ag-home-1.has-dark .ag-features-1-content-wrap .circle-1, .ag-home-1.has-dark .ag-features-1-content-wrap .circle-2 {
        border: 2px dashed rgba(161, 161, 161, 0.6);
    }

    .ag-home-1.has-dark .ag-features-1-card-single .icon-elm {
        background: linear-gradient(180deg, #323232 0%, #010101 100%);
        outline-color: #18181B;
    }

        .ag-home-1.has-dark .ag-features-1-card-single .icon-elm img {
            filter: brightness(0) invert(1);
        }

    .ag-home-1.has-dark .ag-features-1-card-single .bg-color path {
        fill: #1D1D1D;
    }

    .ag-home-1.has-dark .ag-features-1-card-single .content-wrap {
        background-color: #222222;
    }

    .ag-home-1.has-dark .ag-features-1-card-single:hover .icon-elm {
        background: var(--ag-clr-pr-1);
    }

    .ag-home-1.has-dark .ag-price-1-tabs-btn {
        background-color: #121214;
        border: 1px solid var(--ag-dark-border);
    }

        .ag-home-1.has-dark .ag-price-1-tabs-btn .nav-link {
            opacity: 1;
        }

            .ag-home-1.has-dark .ag-price-1-tabs-btn .nav-link:is(.active) {
                background-color: var(--ag-clr-pr-1);
                color: #fff;
            }

    .ag-home-1.has-dark .ag-price-1-card-single {
        background-color: #111113;
        border: 1px solid var(--ag-dark-border);
    }

        .ag-home-1.has-dark .ag-price-1-card-single .card-top {
            background-color: #18181A;
        }

        .ag-home-1.has-dark .ag-price-1-card-single .tags {
            background-color: #000;
        }

        .ag-home-1.has-dark .ag-price-1-card-single .disc,
        .ag-home-1.has-dark .ag-price-1-card-single .plan {
            color: rgba(255, 255, 255, 0.68);
        }

            .ag-home-1.has-dark .ag-price-1-card-single .disc span,
            .ag-home-1.has-dark .ag-price-1-card-single .plan span {
                color: #fff;
            }

        .ag-home-1.has-dark .ag-price-1-card-single .inc,
        .ag-home-1.has-dark .ag-price-1-card-single .price-features li {
            color: #fff;
            opacity: 1;
        }

        .ag-home-1.has-dark .ag-price-1-card-single .price-btn {
            opacity: 1;
        }

    .ag-home-1.has-dark .ag-contact-1-area .ag-subtitle-1::after {
        background-color: #000;
    }

    .ag-home-1.has-dark .ag-contact-1-right {
        background-color: #18181B;
    }

        .ag-home-1.has-dark .ag-contact-1-right::before {
            background: var(--ag-clr-pr-1);
            opacity: 50%;
        }

        .ag-home-1.has-dark .ag-contact-1-right .ag-contact-1-form-label {
            opacity: 1;
        }

        .ag-home-1.has-dark .ag-contact-1-right .ag-contact-1-form input,
        .ag-home-1.has-dark .ag-contact-1-right .ag-contact-1-form textarea {
            border-color: rgba(240, 242, 244, 0.12);
            color: #fff;
        }

    .ag-home-1.has-dark .ag-contact-1-book-author .title {
        color: #000;
    }

    .ag-home-1.has-dark .ag-blog-1-card {
        background-color: #1F1F1F;
    }

    .ag-home-1.has-dark .ag-blog-1-card-category {
        background-color: #282828;
    }

    .ag-home-1.has-dark .ag-blog-1-card .content-wrap {
        background-color: #111113;
    }

    .ag-home-1.has-dark .ag-blog-1-card .title {
        color: #fff;
    }

        .ag-home-1.has-dark .ag-blog-1-card .title:hover {
            color: var(--ag-clr-pr-1);
        }

    .ag-home-1.has-dark .ag-blog-1-card-date {
        color: #fff;
    }

    .ag-home-1.has-dark .ag-footer-1-area {
        background-color: #050505;
    }

    .ag-home-1.has-dark .ag-footer-1-wrap {
        background-color: transparent;
        border: 1px solid rgba(240, 242, 244, 0.1);
    }

    .ag-home-1.has-dark .ag-footer-1-watermark {
        opacity: 0.1;
    }

    .ag-home-1.has-dark .ag-footer-1-social-link {
        border: 1px solid rgba(234, 234, 234, 0.2);
        color: #fff;
    }

    .ag-home-1.has-dark .ag-footer-1-widget ul a {
        color: #fff;
    }

    .ag-home-1.has-dark .ag-footer-1-newsletter-input {
        border: 1px solid rgba(234, 234, 234, 0.2);
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
    }

        .ag-home-1.has-dark .ag-footer-1-newsletter-input::placeholder {
            color: #fff;
        }

    .ag-home-1.has-dark .ag-footer-1-bottom {
        border-top: 1px solid rgba(234, 234, 234, 0.3);
    }

        .ag-home-1.has-dark .ag-footer-1-bottom .copyright {
            opacity: 1;
        }

            .ag-home-1.has-dark .ag-footer-1-bottom .copyright a {
                color: #fff;
                text-decoration: underline;
            }

                .ag-home-1.has-dark .ag-footer-1-bottom .copyright a:hover {
                    color: var(--ag-clr-pr-1);
                    text-decoration: none;
                }

/* 
    home-1-dark-css-end
*/
/* 
    home-2-start
*/
.ag-home-2:is(.has-dark) {
    background-color: #0A0A0A;
}

    .ag-home-2:is(.has-dark) .ag-preloader-1 {
        background-color: #18181B;
    }

    .ag-home-2:is(.has-dark) .ag-preloader-1-core::after {
        border-color: #424242;
    }

    .ag-home-2:is(.has-dark) .ag-preloader-1-label {
        color: #bdbdbd;
    }

    .ag-home-2:is(.has-dark) .ag-sec-title-1 {
        color: #fff;
    }

    .ag-home-2:is(.has-dark) .ag-p-1 {
        color: #DFDFDF;
    }

    .ag-home-2:is(.has-dark) .ag-about-2-img-2 {
        border-color: #212121;
    }

    .ag-home-2:is(.has-dark) .ag-about-2-content .ag-pr-btn-2 {
        color: #fff;
    }

    .ag-home-2:is(.has-dark) .ag-about-2-card-single {
        background: linear-gradient(180deg, #323232 0%, #010101 100%);
    }

        .ag-home-2:is(.has-dark) .ag-about-2-card-single .icon-elm img {
            filter: brightness(0) invert(1);
        }

        .ag-home-2:is(.has-dark) .ag-about-2-card-single .title {
            color: #fff;
        }

    .ag-home-2:is(.has-dark) .ag-services-2-sec-title .subtitle-x-btn {
        border-bottom: 1px solid rgba(203, 203, 203, 0.2);
    }

    .ag-home-2:is(.has-dark) .ag-services-2-acd-item .item-title {
        color: #fff;
    }

        .ag-home-2:is(.has-dark) .ag-services-2-acd-item .item-title .tags-list span {
            border: 1px solid rgba(234, 234, 234, 0.3);
        }

        .ag-home-2:is(.has-dark) .ag-services-2-acd-item .item-title .ag-pr-btn-2 .icon {
            background-color: #242426;
            color: #fff;
        }

    .ag-home-2:is(.has-dark) .ag-services-2-acd-item:is(.active) {
        background-color: #1E1E1F;
    }

    .ag-home-2:is(.has-dark) .ag-partner-2-wrap .single-logo {
        background-color: #1E1E1F;
    }

        .ag-home-2:is(.has-dark) .ag-partner-2-wrap .single-logo:is(.has-btn) {
            background-color: transparent;
        }

    .ag-home-2:is(.has-dark) .ag-choose-2-item {
        background: linear-gradient(180deg, #323232 0%, #010101 100%);
    }

        .ag-home-2:is(.has-dark) .ag-choose-2-item .number {
            color: #fff;
        }

    .ag-home-2:is(.has-dark) .ag-award-2-item {
        border: 1px solid #313131;
    }

        .ag-home-2:is(.has-dark) .ag-award-2-item .title {
            color: #fff;
        }

        .ag-home-2:is(.has-dark) .ag-award-2-item .dot-shape {
            background-color: #585859;
        }

        .ag-home-2:is(.has-dark) .ag-award-2-item .img-elm {
            background-color: #343436;
            box-shadow: -3px -2px 6px #000000, 3px 6px 12px rgba(0, 0, 0, 0.16), inset 0px 0px 10px rgba(0, 0, 0, 0.32);
        }

        .ag-home-2:is(.has-dark) .ag-award-2-item:hover {
            background-color: #1E1E1F;
        }

    .ag-home-2:is(.has-dark) .ag-testimonial-2-card:hover .author-bio {
        color: #1F1F1F;
    }

    .ag-home-2:is(.has-dark) .ag-accordion-item {
        background: #1E1E1F;
    }

        .ag-home-2:is(.has-dark) .ag-accordion-item .item-title {
            color: #fff;
        }

        .ag-home-2:is(.has-dark) .ag-accordion-item .item-disc {
            border-top: 1px solid #323233;
        }

    .ag-home-2:is(.has-dark) .ag-faqs-2-booking {
        background-color: #1E1E1F;
    }

        .ag-home-2:is(.has-dark) .ag-faqs-2-booking .title {
            color: #fff;
        }

    .ag-home-2:is(.has-dark) .ag-blog-2-item .content-wrap {
        background-color: #242426;
    }

        .ag-home-2:is(.has-dark) .ag-blog-2-item .content-wrap .title {
            color: #fff;
        }

    .ag-home-2:is(.has-dark) .ag-blog-2-item:hover .content-wrap {
        background-color: #fff;
    }

        .ag-home-2:is(.has-dark) .ag-blog-2-item:hover .content-wrap .date {
            color: var(--ag-clr-p-1);
        }

        .ag-home-2:is(.has-dark) .ag-blog-2-item:hover .content-wrap .title {
            color: var(--ag-clr-h-1);
        }

    .ag-home-2:is(.has-dark) .ag-contact-2-form {
        background-color: #1E1E1F;
    }

        .ag-home-2:is(.has-dark) .ag-contact-2-form .ag-contact-1-form-input {
            background: #000;
            color: rgba(223, 223, 223, 0.4);
        }

        .ag-home-2:is(.has-dark) .ag-contact-2-form .ag-contact-1-form .ag-pr-btn-2 {
            background: #000;
        }

    .ag-home-2:is(.has-dark) .ag-footer-2-area {
        background-color: #1E1E1F;
    }

    .ag-home-2:is(.has-dark) .ag-footer-2-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .ag-home-2:is(.has-dark) .ag-footer-2-top .title {
            color: #fff;
        }

        .ag-home-2:is(.has-dark) .ag-footer-2-top .link-elm {
            color: #fff;
        }

            .ag-home-2:is(.has-dark) .ag-footer-2-top .link-elm::after {
                background-color: #ddd;
            }

    .ag-home-2:is(.has-dark) .ag-footer-2-disc {
        color: #fff;
    }

    .ag-home-2:is(.has-dark) .ag-footer-2-widget-title {
        color: #fff;
    }

        .ag-home-2:is(.has-dark) .ag-footer-2-widget-title span {
            background-color: #DFDFDF;
        }

    .ag-home-2:is(.has-dark) .ag-footer-2-widget ul a {
        color: #FFFFFF;
    }

        .ag-home-2:is(.has-dark) .ag-footer-2-widget ul a::after {
            background-color: #fff;
        }

    .ag-home-2:is(.has-dark) .ag-footer-2-copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

        .ag-home-2:is(.has-dark) .ag-footer-2-copyright .copyright-text a {
            color: #fff;
        }

/* 
    home-2-end
*/
/* 
    home-2-start
*/
.ag-home-3:is(.has-dark) {
    background-color: #18181B;
}

    .ag-home-3:is(.has-dark) .ag-preloader-1 {
        background-color: #18181B;
    }

    .ag-home-3:is(.has-dark) .ag-preloader-1-core::after {
        border-color: #424242;
    }

    .ag-home-3:is(.has-dark) .ag-preloader-1-label {
        color: #bdbdbd;
    }

    .ag-home-3:is(.has-dark) .ag-sec-title-1 {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-p-1 {
        color: #DFDFDF;
    }

    .ag-home-3:is(.has-dark) .ag-offcanvas-btn-1 {
        background-color: #fff;
        color: #000;
    }

        .ag-home-3:is(.has-dark) .ag-offcanvas-btn-1:hover {
            background: var(--ag-clr-gd-3);
            color: #fff;
        }

    .ag-home-3:is(.has-dark) .ag-subtitle-1.has-v3 {
        color: #fff;
        background-color: #2A2A2A;
    }

        .ag-home-3:is(.has-dark) .ag-subtitle-1.has-v3::after {
            background-color: #fff;
        }

    .ag-home-3:is(.has-dark) .ag-pr-btn-2 {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-sd-btn-1 {
        color: #fff;
    }

        .ag-home-3:is(.has-dark) .ag-sd-btn-1 span::after {
            background-color: #fff;
        }

    .ag-home-3:is(.has-dark) .ag-hero-3-partner .ag-p-1 {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-hero-3-disc {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-partner-3-area {
        border-top: 1px solid #363639;
        border-bottom: 1px solid #363639;
    }

    .ag-home-3:is(.has-dark) .ag-partner-3-logo .single-logo {
        background-color: #1D1D1D;
        border-right: 1px solid #262626;
    }

        .ag-home-3:is(.has-dark) .ag-partner-3-logo .single-logo:hover {
            background-color: #000;
        }

    .ag-home-3:is(.has-dark) .ag-projects-3-item .title {
        color: #fff;
    }

        .ag-home-3:is(.has-dark) .ag-projects-3-item .title:hover {
            color: #6D6BDF;
        }

    .ag-home-3:is(.has-dark) .ag-projects-3-item .img-elm {
        background-color: #272727;
    }

    .ag-home-3:is(.has-dark) .ag-projects-3-item .content-wrap {
        background-color: #272727;
    }

    .ag-home-3:is(.has-dark) .ag-step-3-card {
        background: linear-gradient(180deg, #323232 0%, #010101 100%);
        border: 1px solid #313131;
    }

        .ag-home-3:is(.has-dark) .ag-step-3-card .icon-elm img {
            filter: brightness(0) invert(1);
        }

        .ag-home-3:is(.has-dark) .ag-step-3-card .title {
            color: #fff;
        }

    .ag-home-3:is(.has-dark) .ag-price-3-area {
        background-color: #202020;
    }

        .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single .price-btn {
            color: #000;
        }

        .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single:is(.has-v2) .card-top {
            background: var(--ag-clr-gd-3);
        }

            .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single:is(.has-v2) .card-top .title {
                color: #fff;
            }

            .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single:is(.has-v2) .card-top .disc {
                color: #fff;
            }

            .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single:is(.has-v2) .card-top .price {
                color: #fff;
            }

            .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single:is(.has-v2) .card-top .price-btn {
                background-color: #fff;
                color: #000;
            }

                .ag-home-3:is(.has-dark) .ag-price-3-area .ag-price-1-card-single:is(.has-v2) .card-top .price-btn:hover {
                    background: #000;
                    color: #fff;
                }

    .ag-home-3:is(.has-dark) .ag-team-3-member-single {
        border-bottom: 1px solid #424243;
    }

        .ag-home-3:is(.has-dark) .ag-team-3-member-single .name {
            color: #fff;
        }

            .ag-home-3:is(.has-dark) .ag-team-3-member-single .name:hover {
                color: #6D6BDF;
            }

        .ag-home-3:is(.has-dark) .ag-team-3-member-single .member-social-single:hover {
            background-color: #fff;
            color: #000;
        }

        .ag-home-3:is(.has-dark) .ag-team-3-member-single .img-x-content {
            background: #0e0e0e;
        }

    .ag-home-3:is(.has-dark) .ag-tools-3-area {
        background-color: #202020;
    }

    .ag-home-3:is(.has-dark) .ag-tools-3-wrap .logo-elm stop:nth-child(3) {
        stop-opacity: 0;
    }

    .ag-home-3:is(.has-dark) .ag-tools-3-wrap .logo-elm stop:nth-child(4) {
        stop-opacity: 0;
    }

    .ag-home-3:is(.has-dark) .ag-testimonial-3-card {
        background-color: #202020;
    }

        .ag-home-3:is(.has-dark) .ag-testimonial-3-card .bottom, .ag-home-3:is(.has-dark) .ag-testimonial-3-card .author {
            background-color: #18181B;
        }

        .ag-home-3:is(.has-dark) .ag-testimonial-3-card .author-name {
            color: #fff;
        }

    .ag-home-3:is(.has-dark) .ag-testimonial-3-bottom-rating .icon-elm {
        background: var(--ag-clr-gd-3);
    }

    .ag-home-3:is(.has-dark) .ag-testimonial-3-bottom-rating .rating-text {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-testimonial-3-slider-btn .single-btn {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-testimonial-3-slider-btn .ag_t3_slider_pagination span::after {
        border-color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-testimonial-3-slider-btn .ag_t3_slider_pagination span:is(.swiper-pagination-bullet-active) {
        background-color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-contact-1-right {
        background-color: #18181B;
    }

    .ag-home-3:is(.has-dark) .ag-contact-1-right-content .ag-subtitle-1 {
        background-color: #323232;
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-contact-1-form-input {
        border: 1px solid #323235;
    }

    .ag-home-3:is(.has-dark) .ag-award-2-item {
        border: 1px solid #3C3C3F;
    }

        .ag-home-3:is(.has-dark) .ag-award-2-item .title {
            color: #fff;
        }

        .ag-home-3:is(.has-dark) .ag-award-2-item .img-elm {
            background-color: #343436;
            box-shadow: -3px -2px 6px #000000, 3px 6px 12px rgba(0, 0, 0, 0.16), inset 0px 0px 10px rgba(0, 0, 0, 0.32);
        }

            .ag-home-3:is(.has-dark) .ag-award-2-item .img-elm img {
                filter: brightness(0) invert(1);
            }

        .ag-home-3:is(.has-dark) .ag-award-2-item:hover {
            background-color: #272727;
        }

    .ag-home-3:is(.has-dark) .ag-blog-3-card {
        background-color: #202020;
    }

        .ag-home-3:is(.has-dark) .ag-blog-3-card .category span {
            background: #fff;
        }

        .ag-home-3:is(.has-dark) .ag-blog-3-card .title {
            color: #fff;
        }

            .ag-home-3:is(.has-dark) .ag-blog-3-card .title:hover {
                color: #6D6BDF;
            }

        .ag-home-3:is(.has-dark) .ag-blog-3-card .author-name {
            color: #fff;
        }

        .ag-home-3:is(.has-dark) .ag-blog-3-card .blog-meta-elm:nth-child(1) {
            opacity: 70%;
        }

    .ag-home-3:is(.has-dark) .ag-blog-3-card-2 {
        background-color: #202020;
    }

        .ag-home-3:is(.has-dark) .ag-blog-3-card-2 .category span {
            background: #fff;
        }

        .ag-home-3:is(.has-dark) .ag-blog-3-card-2 .title {
            color: #fff;
        }

            .ag-home-3:is(.has-dark) .ag-blog-3-card-2 .title:hover {
                color: #6D6BDF;
            }

        .ag-home-3:is(.has-dark) .ag-blog-3-card-2 .blog-meta-elm:nth-child(1) {
            opacity: 70%;
        }

    .ag-home-3:is(.has-dark) .ag-footer-1-area {
        background: linear-gradient(360deg, rgba(32, 32, 32, 0.1) 0%, #202020 100%);
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-wrap {
        background: #18181B;
        border: 1px solid #2C2C2C;
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-widget-title {
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-widget ul a {
        color: #DFDFDF;
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-social-link {
        border: 1px solid #EAEAEA;
        color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-newsletter-input {
        border-color: #424245;
    }

        .ag-home-3:is(.has-dark) .ag-footer-1-newsletter-input::placeholder {
            color: #fff;
        }

    .ag-home-3:is(.has-dark) .ag-footer-1-newsletter-btn .icon {
        color: #000;
        background-color: #fff;
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-bottom {
        border-top: 1px solid #424245;
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-watermark {
        opacity: 0.1;
    }

    .ag-home-3:is(.has-dark) .ag-footer-1-bottom .copyright a {
        color: #2CBDD2;
    }

        .ag-home-3:is(.has-dark) .ag-footer-1-bottom .copyright a:hover {
            color: #fff;
        }

/* 
    home-2-end
*/



/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-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;
    }
}

.sn-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 only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .sn-blog-list-feed {
        padding: 15px;
    }
}

.sn-blog-list-feed .item-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .sn-blog-list-feed .item-img img {
        width: 100%;
        height: 345px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
    }

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .sn-blog-list-feed .item-img {
        height: 280px;
    }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
    width: auto;
    height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .sn-blog-list-feed .item-img .inner-img {
        height: 280px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .sn-blog-list-feed .item-img .blog-item-img-slide {
        height: 280px;
    }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
    width: 100%;
    height: 100%;
}

    .sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.sn-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-font-1);
}

@media (max-width: 480px) {
    .sn-blog-list-feed .item-text .blog_title {
        font-size: 26px;
    }
}

.sn-blog-list-feed .item-text p {
    padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

    .sn-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;
    }

        .sn-blog-list-feed .item-text .read_more span:hover {
            letter-spacing: 1px;
        }

            .sn-blog-list-feed .item-text .read_more span:hover i {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sn-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(--ag-clr-pr-1);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

.sn-blog-list-feed .blog-item-meta {
    margin-bottom: 5px;
    padding-bottom: 12px;
}

    .sn-blog-list-feed .blog-item-meta a {
        color: #504E4E;
        font-size: 18px;
        font-weight: 500;
        margin-right: 50px;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .sn-blog-list-feed .blog-item-meta a {
        margin-right: 15px;
    }
}

.sn-blog-list-feed .blog-item-meta a i {
    margin-right: 5px;
}

    .sn-blog-list-feed .blog-item-meta a i img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

.sn-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;
    backdrop-filter: blur(5px);
}

    .blog-item-arrow .nav-arrow:hover {
        color: #fff;
        border: 2px solid var(--ag-clr-pr-1);
        background: var(--ag-clr-pr-1);
    }

.blog-item-arrow .log-blog-button-prev {
    left: 30px;
}

.blog-item-arrow .log-blog-button-next {
    right: 30px;
}

.sn-vd5-play {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 100%;
}

    .sn-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%);
    }

        .sn-vd5-play .video-play-btn .video_btn_border {
            border: 15px solid rgba(255, 255, 255, 0.7);
        }

.sn-b-details-content p {
    font-size: 15px;
}

.sn-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: #000;
}

.sn-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;
}

    .sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }

    .sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s;
    }

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/

section#sn-b-thumbnail {
    background: #000;
}


.b-thumbnail {
    margin: 0 auto;
}

    .b-thumbnail h3 {
        margin: 0 auto;
        font-size: 48px;
        line-height: 1;
        max-width: 765px;
        font-weight: 700;
        text-align: center;
        padding: 255px 15px;
        color: #fff;
    }

@media only screen and (min-width: 481px) and (max-width: 575px) {
    .b-thumbnail h3 {
        font-size: 40px;
        padding: 150px 15px;
    }
}

@media (max-width: 480px) {
    .b-thumbnail h3 {
        font-size: 30px;
    }
}

.b-thumbnail .b-thumb-meta {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 680px;
    background-color: #F5F5F5;
    padding: 25px 15px 23px;
    border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
    .b-thumbnail .b-thumb-meta {
        padding: 15px 15px 13px;
    }
}

.b-thumbnail .b-thumb-meta a {
    color: #535862;
    font-size: 18px;
    margin: 0px 30px;
}

@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .b-thumbnail .b-thumb-meta a {
        margin: 0px 10px;
    }
}

@media (max-width: 480px) {
    .b-thumbnail .b-thumb-meta a {
        margin: 0px 5px;
    }
}

.b-thumbnail .b-thumb-meta a i {
    margin-right: 5px;
    color: var(--ag-clr-pr-1);
}

.sn-b-details-content {
    margin: 0 auto;
    max-width: 730px;
}

    .sn-b-details-content h3 {
        font-size: 26px;
        font-weight: 600;
        padding-bottom: 28px;
    }

    .sn-b-details-content .wp-block-image {
        margin: 30px 0px;
    }

    .sn-b-details-content p {
        margin-bottom: 30px;
        line-height: 28px;
    }

p.form-submit {
    display: none;
}

.sn-b-details-section ul li {
    font-weight: 500;
    line-height: 40px;
}

.sn-b-details-content blockquote {
    margin-top: 30px;
    color: #414141;
    font-size: 20px;
    font-weight: 500;
    padding: 40px 30px;
    font-style: italic;
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-left: 4px solid var(--ag-clr-pr-1);
    border-right: 4px solid var(--ag-clr-pr-1);
}

    .sn-b-details-content blockquote span {
        display: block;
        margin-top: 8px;
        padding-left: 55px;
        position: relative;
        text-transform: uppercase;
    }

        .sn-b-details-content blockquote span:before {
            left: 0;
            top: 12px;
            width: 40px;
            content: "";
            height: 2px;
            border-radius: 4px;
            position: absolute;
            background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
        }

    .sn-b-details-content blockquote:after {
        top: 20px;
        left: 20px;
        width: 57px;
        opacity: 0.1;
        content: "";
        height: 39px;
        position: absolute;
    }

.art-blog-share-tag {
    margin: 0 auto;
    max-width: 730px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.b-thumbnail.position-relative {
    background-size: cover;
    background-repeat: no-repeat;
}

.art-blog-share-tag span {
    color: #261723;
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin-right: 15px;
}

.sn-b-details-content.headline.pera-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 32px;
}

.art-blog-share-tag .art-blog-tag a {
    margin: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #E8EAEC;
    color: #000;
    font-weight: 500;
}

    .art-blog-share-tag .art-blog-tag a:hover {
        color: #fff;
        background-color: var(--ag-clr-pr-1);
    }

.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: 0 auto;
    max-width: 730px;
    margin-top: 40px;
    border-radius: 10px;
    background: #E8EAEC;
}

    .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-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .art-blog-details-author .inner-text {
        max-width: 490px;
    }

        .art-blog-details-author .inner-text h4 {
            color: var(--ag-clr-pr-1);
            line-height: 1;
            font-size: 24px;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 15px;
        }

        .art-blog-details-author .inner-text p {
            color: #261723;
        }

    .art-blog-details-author .inner-social {
        margin-top: 15px;
    }

        .art-blog-details-author .inner-social a {
            color: #261723;
            margin-right: 15px;
        }

            .art-blog-details-author .inner-social a:hover {
                color: var(--ag-clr-pr-1);
            }

.art-b-comment-form {
    padding: 45px;
    margin: 0 auto;
    max-width: 730px;
    border-radius: 12px;
    margin-top: 60px;
    background-color: #F4F4F4;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .art-b-comment-form h3 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 30px;
    }

    .art-b-comment-form input,
    .art-b-comment-form textarea {
        width: 100%;
        width: 100%;
        height: 56px;
        border: none;
        border-radius: 8px;
        padding-left: 24px;
        margin-bottom: 16px;
        background-color: #fff;
    }

    .art-b-comment-form textarea {
        height: 148px;
        padding-top: 20px;
    }


/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
}

.sn-sidebar-widget {
    padding: 30px 28px;
    margin-bottom: 16px;
    border-radius: 12px;
    background-color: #F4F4F4;
}

    .sn-sidebar-widget .widget-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .sn-sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .sn-sidebar-widget .search-widget form {
        position: relative;
    }

    .sn-sidebar-widget .search-widget input {
        width: 100%;
        height: 54px;
        border: none;
        padding-left: 20px;
        border-radius: 5px;
        background-color: #fff;
    }

        .sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
            color: #414141;
        }

        .sn-sidebar-widget .search-widget input::-moz-placeholder {
            color: #414141;
        }

        .sn-sidebar-widget .search-widget input:-ms-input-placeholder {
            color: #414141;
        }

        .sn-sidebar-widget .search-widget input::-ms-input-placeholder {
            color: #414141;
        }

        .sn-sidebar-widget .search-widget input::placeholder {
            color: #414141;
        }

    .sn-sidebar-widget .search-widget button {
        top: 0;
        right: 0;
        width: 54px;
        color: #fff;
        height: 54px;
        border: none;
        border-radius: 5px;
        position: absolute;
        background-color: var(--ag-clr-pr-1);
    }

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sn-sidebar-widget .category-widget li,
.widget_categories li {
    margin-bottom: 8px;
}

    .sn-sidebar-widget .category-widget li:last-child,
    .widget_categories li:last-child {
        margin-bottom: 0;
    }

    .sn-sidebar-widget .category-widget li a,
    .widget_categories li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #414141;
        position: relative;
        border-radius: 6px;
        padding: 16px 20px 12px;
        border: 1px solid rgba(0, 0, 0, 0.1215686275);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .sn-sidebar-widget .category-widget li a:hover,
        .widget_categories li a:hover {
            color: #fff;
            background-color: #000000;
        }

.sn-sidebar-widget .recent-post-item {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
    .sn-sidebar-widget .recent-post-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sn-sidebar-widget .recent-post-item:last-child {
    margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
    width: 112px;
    height: 123px;
    overflow: hidden;
    border-radius: 4px;
}

    .sn-sidebar-widget .recent-post-item .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.sn-sidebar-widget .recent-post-item .item-text {
    max-width: 190px;
}

    .sn-sidebar-widget .recent-post-item .item-text span {
        color: #6B7280;
        margin-bottom: 5px;
    }

        .sn-sidebar-widget .recent-post-item .item-text span i {
            color: var(--ag-clr-pr-1);
            margin-right: 5px;
        }

    .sn-sidebar-widget .recent-post-item .item-text h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
    }

.sn-b-details-content blockquote p:last-child {
    margin-bottom: 0;
}

.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
    margin: 5px 2px;
    font-size: 14px !important;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #fff;
}

    .sn-sidebar-widget .tag-widget li a:hover,
    .tagcloud a:hover {
        color: #fff;
        background-color: var(--ag-clr-pr-1);
    }

.sn-sidebar-widget .follow-widget .follow-icon {
    gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    position: relative;
    -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;
}

    .sn-sidebar-widget .follow-widget a:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 0%;
        content: "";
        border-radius: 8px;
        position: absolute;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
    }

    .sn-sidebar-widget .follow-widget a:hover {
        color: #fff;
    }

        .sn-sidebar-widget .follow-widget a:hover:before {
            height: 100%;
        }

.fx-pagination {
    display: inline-flex;
    gap: 9px;
    flex-wrap: wrap;
    padding-left: 0;
}

.fx-pagination-item,
.fx-pagination-item .current {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #F6F6F6;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s var(cubic-bezier(0.55, 0.085, 0, 0.99));
    line-height: 50px;
}

    .fx-pagination-item:hover,
    .fx-pagination-item .current {
        background: var(--ag-clr-pr-1);
        color: #fff;
        border-color: var(--ag-clr-pr-1);
    }

    .fx-pagination-item:is(.has-btn):hover {
        border-color: var(--ag-clr-pr-1);
        background: transparent;
        color: var(--ag-clr-pr-1);
    }


/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

    .widget select {
        max-width: 100%;
    }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*# sourceMappingURL=main.css.map */
