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

Template Name: Synck - Landing Page Template
Author: WordPress River
Description:
Version: 1.0

Main Font    : DM Sans
Main Color   : #F3F6FD;

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

[Typography]

Body copy:    18px 'DM Sans', sans-serif
Header:     36px 'Yantramanav', sans-serif
Input, textarea:  10px 'Syne', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Buttons
        - Section Title
        - Animations

    02. Header Bar
    03. Header
    04. Hero Sections
        - Hero 2
        - Hero 3
    05. About hero
    06. Blog Hero
    07. Partner Hero
    08. Career Hero
    09. Hero Overview
    10. Hero Our Field
    11. How We Do Hero
    12. Event Details Hero
    13. Career
    14. Event Hero
    15. Client Section
    16. How We Do
    17. Services
        - Service 4
    18. Service Black
    19. Case Studio
    20. Case Studies Details
    21. New Release
    22. Pricing Table
    23. About
        - About2
        - About 3
    24. About Services
        - About Service 4
        - About Service 5
        - About Service 6
        - About Service7
    25. Partner
    26. Testimonial
        - Testimonial 2
    27. Our Team
        - Our Team 2
        - Our Team 3
        - Our Team 4
    28. Project
    29. Portfolio
    30. CTA
        - cta 2
        - CTA 3
    31. News Section
        - News 2
        - New2
    32. Blogs
        - Blog Breadcrumb
        - Blog 2 Details
        - Blog Details
        - Blog Sidebar
    33. Event
        - Event Details
    34. Features
        - Feature2
        - Feature 3
        - Feature 3 Style 2
    35. FAQ
        - Faq style 2
    36. Map
    37. Contact
        - Contact 2
        - Contact 3
        - Contact Location
    38. Footer
*/

/* Varialbes */
:root {
    --dark1: #1C1C1C;
    --dark2: #454545;
    --light_white: #F9F9F9;
    --primary_color: #1351D8;
    --primary_color2: #4F8DFF;
    --primary_light: #F3F6FD;
    --primary_light2: rgb(19 81 216 / 10%);
    --gray: #D9D9D9;
    --font_syne: 'Syne', sans-serif;
    --font_yantramanv: 'Yantramanav', sans-serif;
    --font_dm: 'DM Sans', sans-serif;
    --yellow_color: #FFD600;
}

/* ============================================================== 
     # Reset Browsers
=================================================================== */

*,*:before,*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
input:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}

.custom-container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}
.custom-row {
    display: flex;
    width: 100%;
}
.flex-1 {
    flex: 1;
}
.w-full {
    width: 100%;
}
.gap-24 {
    gap: 24px;
}

.card-h:hover .theme-btn i{
    transition: transform .5s;
    transform: rotate(45deg);
}
.card-h2:hover .theme-btn i{
    transition: transform .5s;
    transform: rotate(45deg);
}

/* ============================================================== 
    # Button Styles
=================================================================== */

.theme-btn2,
.theme-btn {
    font-size: 18px;
    font-weight: 400;
    color: var(--light_white);
    background: var(--primary_color);
    display: inline-flex;
    align-items: center;
    padding: 13px 26px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    gap: 10px;
}
.theme-btn2::after,
.theme-btn2::before,
.theme-btn::after,
.theme-btn::before {
    content: '';
    width: 50%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.theme-btn2::after,
.theme-btn::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
}
.theme-btn2:hover,
.theme-btn:hover {
    color: var(--light_white);
}
.theme-btn2:hover::after,
.theme-btn2:hover::before,
.theme-btn:hover::after,
.theme-btn:hover::before {
    height: 100%;
}
.theme-btn2 {
    background: #1351D81A;
    color: var(--primary_color);
}
.theme-btn2::after,
.theme-btn2::before {
    background: var(--primary_color);
}
.theme-btn2 i {
    transition: .3s;
}
.theme-btn:hover i,
.theme-btn2:hover i {
    transition: transform .5s;
    transform: rotate(45deg);
}
.theme-btn:hover i,
.theme-btn2:hover i {
    fill: #ffffff;
}

.simple-shadow {
    box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.03);
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
}

/* ============================================================== 
    # Section-subtitle Styles
=================================================================== */


.section-subtitle {
    font-family: var(--font_syne);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--primary_color);
    margin: 0;
    text-transform: uppercase;
}
.section-subtitle1{
    font-size: 12px;
}
.section-title {
    font-family: var(--font_yantramanv);
    font-size: 60px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
}

/* ============================================================== 
    # Template Animation
=================================================================== */

/*slide-left Animation */
.slide-left {
    animation: slideLeft 1s;
}

/*slide-right Animation */
.slide-right {
    animation: slideRight 1s;
}

/*fade-in Animation */
.fade-in {
    animation: fadeIn 1s cubic-bezier(.97,.01,.92,1);
}

/*bounce-in Animation */
.bounce-in {
    animation: bounceIn 0.5s ease;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

/*pop-in Animation */
.pop-in {
    animation: popIn 1.5s ease;
}

/*delay-2 Animation */
.delay-2 {
    animation-delay: 1.5s;
}

/*delay-3 Animation */
.delay-3 {
    animation-delay: 2s;
}

/*fadeIn Effects */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*bounceIn Effects */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); visibility: visible; }
}

/*popIn Effects */
@keyframes popIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

/*slideLeft Effects */
@keyframes slideLeft {
    0%{
        transform: translateX(-900px) rotate(-90deg);
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}

/*slideRight Effects */
@keyframes slideRight {
    0%{
        transform: translateX(900px) rotate(90deg);
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}
/*Animations End*/

/* Header Bar */
.header-bar {
    background: var(--dark1);
    color: var(--light_white);
    padding: 14px 0;
}
.country-select {
    background: none;
    border: none;
    margin: 0;
    display: block;
    color: var(--light_white);
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-right: 10px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../imgs/caret.svg');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    cursor: pointer;
}
.country-select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.header-bar .header-bar-body p {
    margin: 0;
}
.header-bar .header-bar-body p a {
    color: var(--light_white);
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.1;
}
.header-bar-white {
    background: #ffffff;
    border-bottom: 1px solid #D9D9D9;
}
.header-bar-white .header-bar-body p a,
.header-bar-white .header-bar-body p,
.header-bar-white .country-select {
    color: var(--dark1);
}
.header-bar-white .country-select {
    background-image: url(../imgs/caret-black.svg);
}


/* Header */
.header-area {
    border-bottom: 1px solid #09153D;
    /* padding: 26px 0; */
    position: sticky;
    top: 0;
    z-index: 1024;
    background: #ffffff;
}
.header-area.header-2 {
    background: none;
}
.header-area .header-left {
    gap: 68px;
}
.header-area .header-left .header-left-right {
    display: none;
    align-items: center;
    gap: 8px;
}
.header-area .header-left .menu-bar {
    display: none;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 26px;
    border-radius: 10px;
    transition: .3s;
    color: var(--dark1);
    background: rgb(19 81 216 / 10%);
    color: var(--primary_color);
}
.header-area .logo {
    display: block;
}
.header-area .logo img {
    display: block;
    max-width: 166px;
}
.header-area .navbar-wrapper .close-menu-bar {
    display: none;
    position: absolute;
    right: 80px;
    top: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgb(28 28 28 / 10%);
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}
.header-area .navbar-wrapper .close-menu-bar:hover {
    color: red;
    border-color: red;
}
.header-area .navbar-wrapper > ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-area .navbar-wrapper > ul > li > ul {
    display: none;
}
.header-area .navbar-wrapper ul li.dropdown-menu-item {
    position: relative;
}
.header-area .navbar-wrapper ul li .dropdown-menu-item-icon {
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    background: rgb(19 81 216 / 10%);
    color: var(--primary_color);
}
.header-area .navbar-wrapper ul li a {
    color: #FFF;
    font-size: 14pt!important;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: .3s;
}
.header-area .navbar-wrapper ul li a:hover {
    color: #1351D8;
}
.header-area .navbar-wrapper > ul > li {
    line-height: 106px;
}
.header-area .navbar-wrapper ul li > .dropdown-menu {
    display: block;
    width: 242px;
    border: 1px solid var(--gray);
    padding: 10px 40px;
    box-shadow: 0px 4px 30px 5px rgba(0,0,0,0.05);
    margin: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.header-area .navbar-wrapper ul li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-area .navbar-wrapper ul li > .dropdown-menu li {
    border-bottom: 1px solid var(--gray);
    line-height: 1.5;
}
.header-area .navbar-wrapper ul li > .dropdown-menu li a {
    font-size: 16px;
    display: block;
    padding: 8px 0 8px 0;
    margin: 7px 0;
}
.header-area .navbar-wrapper ul li > .dropdown-menu li:last-child {
    border: none;
}
.header-area .navbar-wrapper ul li > .dropdown-menu li:first-child a {
    margin-top: 0;
}
.header-area .navbar-wrapper ul li > .dropdown-menu li:last-child a {
    margin-bottom: 0;
}
.header-area .navbar-wrapper ul li.dropdown-menu-item a,
.header-area .navbar-wrapper ul li.mega-menu-item a {
    padding-right: 16px;
}
.header-area .navbar-wrapper ul li.mega-menu-item > a:after,
.header-area .navbar-wrapper ul li.dropdown-menu-item > a:after {
    border-left: 5px solid transparent;
    border-top: 5px solid var(--dark1);
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 10px;
}
.header-area .navbar-wrapper ul li .mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1024;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    overflow-x: hidden;
    transition: .1s;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid var(--gray);
}
.header-area.header-2 .navbar-wrapper ul li .mega-menu {
    width: calc(100% - 240px);
    background: none;
    border-radius: 10px;
    left: 120px;
    box-shadow: 0px 4px 30px 5px rgba(0,0,0,0.03);
    height: auto;
}
.header-area .navbar-wrapper ul > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner {
    background: #ffffff;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .left {
    flex: 1;
    padding: 66px 105px 0 0;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-link-wrap {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 66px 0;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-link-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 24px;
    flex-wrap: wrap;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-link-wrap {
    width: 100%;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card {
    display: flex;
    gap: 24px;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card .img-box {
    border-radius: 10px;
    max-width: 233px;
    width: 100%;
    flex: none;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    border-radius: 10px;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card h4 {
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card h4 a {
    line-height: 1;
    color: var(--dark1);
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-menu-portfolio-card p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 10px;
    line-height: 1;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card {
    border-radius: 10px;
    background: rgba(19, 81, 216, 0.03);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 26px;
    line-height: 1;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon {
    width: 70px;
    height: 70px;
    flex: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 81, 216, 0.1);
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .icon img {
    display: block;
    margin: 0;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .content h3,
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .content h3 a{
    font-size: 17px;
    line-height: 1;
    color: var(--primary_color);
    margin-bottom: 5px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-service-cards .mega-menu-service-card .content p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 17px;
    color: rgb(28 28 28 / 85%);
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-menu-links {
    gap: 130px;
    padding-right: 25px;
}
.header-area .navbar-wrapper .mega-menu-link h4 {
    font-size: 16px;
    color: rgb(28 28 28 / 90%);
    margin-bottom: 32px;
    line-height: 1;
    font-weight: 600;
}
.header-area .navbar-wrapper .mega-menu-link ul li {
    line-height: 1;
}
.header-area .navbar-wrapper .mega-menu-link ul li + li {
    margin-top: 25px;
}
.header-area .navbar-wrapper .mega-menu-link ul li a {
    color: rgb(28 28 28 / 75%);
    padding: 0;
    font-weight: 400;
    display: block;
}
.header-area .navbar-wrapper .mega-menu-link ul li a:hover {
    color: var(--primary_color);
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer {
    padding: 30px 0 30px 0;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(28 28 28 / 75%);
    line-height: 1;
    font-weight: 400;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer p a {
    color: var(--primary_color);
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-meu-footer p a i {
    height: 16px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer .mega-menu-social {
    gap: 22px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer .mega-menu-social li {
    line-height: 1;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .mega-meu-footer .mega-menu-social li a {
    display: block;
    font-size: 22px;
    color: var(--primary_color);
    padding-right: 0;
}
.header-bar .header-bar-body .right p{
    overflow: hidden;
}
#dataWord{
    display: inline-block;
    position: relative;
    transition: 0.3s ease;
}
#dataWord:hover{
    transform: translateY(-106%);
    transform-origin: 0% 0%;
    border-bottom: none;
}
#dataWord::before{
    content: attr(data-word);
    position: absolute;
    top: 108%;
    left: 0;
    border-bottom: 1px solid;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right {
    position: relative;
    z-index: 1;
    padding: 50px 0 50px 50px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right .mega-menu-ads {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1500px;
    z-index: -1;
    background: #F6F6F6;
    left: 0;
    top: 0;
}
.header-area.header-2 .navbar-wrapper ul li .mega-menu .mega-menu-inner .right::before {
    background: #ECF1FC;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right img {
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right h3 {
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 15px;
}
.header-area .navbar-wrapper ul li .mega-menu .mega-menu-inner .right a {
    display: inline-block;
    color: var(--primary_color);
    border-bottom: 1px solid var(--primary_color);
    line-height: 1;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
}


.header-area .header-contact-info {
    gap: 40px;
}
.header-area .header-contact-info .phone-number {
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 0 40px;
    font-weight: 500;
}
.header-area .header-contact-info .phone-number:before,
.header-area .header-contact-info .phone-number:after {
    content: '';
    width: 2px;
    height: 34px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    background: var(--gray);
    top: 50%;
    margin-top: -17px;
}
.header-area .header-contact-info .phone-number:after {
    left: auto;
    right: 0;
}
.header-area .header-contact-info .phone-number a {
    display: block;
    color: var(--primary_color);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 10px;
}
.header-area .header-contact-info .phone-number a i {
    height: 14px;
}
.header-area .navbar-wrapper ul li .mega-menu.mega-menu-portfolio .mega-menu-inner .mega-meu-footer p a:hover i{
    transition: transform .5s;
    transform: rotate(45deg);
}
.header-area .header-contact-info .phone-number a:hover i{
    transition: transform .5s;
    transform: rotate(45deg);
}

.header-2 {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border: none;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1024;
    transition: .3s;
}
.header-2.is-fixed {
    background: #ffffff;
    box-shadow: 0px 4px 30px 5px rgba(0,0,0,0.03);
}
.header-2 .navbar-wrapper {
    border-radius: 30px;
    background: #1351D80D;
    gap: 40px;
    padding: 0 40px;
}
.header-2 .navbar-wrapper > ul > li {
    line-height: 50px;
}
.header-2 .navbar-wrapper .country-select {
    color: var(--dark1);
    background-image: url(../imgs/caret-black.svg);
}
.header-2 .navbar-wrapper ul li .dropdown-menu {
    border: none;
    box-shadow: 0px 4px 30px 5px rgba(0,0,0,0.05);
    border-radius: 10px;
}



/* Hero Section */
.hero-empowerment-area {
    background: linear-gradient(180deg, rgba(243, 246, 253, 0.7) 0%, rgba(243, 246, 253, 0) 86.26%);
    padding-top: 124px;
}
.hero-empowerment-area .custom-row {
    gap: 75px;
    padding-bottom: 124px;
    border-bottom: 1px solid var(--gray);
}
.hero-empowerment-area .custom-row * {
    margin: 0;
}
.hero-empowerment-area .custom-row > * {
    flex: 1;
}
.hero-empowerment-area .hero-empowerment-right-content {
    max-width: 716px;
    width: 100%;
    flex: none;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .mobile {
    display: none;
}
.hero-empowerment-area .hero-empowerment-left-content h6 {
    margin-bottom: 16px;
}
.hero-empowerment-area .hero-empowerment-left-content h1 {
    font-size: 88px;
    font-weight: 500;
    line-height: 82px;
    letter-spacing: -2px;
    margin-bottom: 40px;
    font-family: var(--font_yantramanv);
}
.hero-empowerment-area .hero-empowerment-left-content p {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
}
.hero-empowerment-area .hero-empowerment-left-content .btns-group {
    gap: 16px;
}
.hero-empowerment-area .hero-empowerment-left-content .btns-group > * {
    font-weight: 500;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content {
    position: relative;
    margin-bottom: 24px;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content img {
    display: block;
    border-radius: 10px;
    width: 100%;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 41px 71px;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-body {
    gap: 30px;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content {
    gap: 10px;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content h2 {
    font-family: var(--font_syne);
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary_color);
    line-height: 1.3;
}
.hero-empowerment-area .hero-empowerment-right-content .top-content .experience-box .experience-content p span{
    color: var(--dark1);
    opacity: .85;
    display: block;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content {
    gap: 24px;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content > * {
    flex: 1;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .our-expert-team-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 40px 30px 40px 37px;
    max-width: 360px;
    width: 100%;
    flex: none;
}
.our-expert-team-box .our-expert-team-box-inner {
    gap: 10px;
}
.our-expert-team-box .imgs img {
    display: block;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.our-expert-team-box .imgs1 img {
    width: 40px;
}
.our-expert-team-box .imgs img + img {
    margin-left: -12px;
}
.our-expert-team-box .our-expert-team-box-inner p {
    line-height: 1;
    font-weight: 500;
    color: var(--primary_color);
    margin-bottom: 0;
}
.our-expert-team-box .our-expert-team-box-inner p span {
    opacity: 0.85;
    color: var(--dark1);
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box {
    display: flex;
    align-items: flex-start;
    padding: 40px 52px;
    gap: 20px;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .left img {
    display: block;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .left span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--dark2);
    margin-bottom: 12px;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .stars {
    gap: 3px;
    margin-bottom: 14px;
    margin-top: -5px;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .stars i {
    color: var(--yellow_color);
    font-size: 21px;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .right p {
    color: var(--primary_color);
    font-weight: 400;
    line-height: 1;
}
.hero-empowerment-area .hero-empowerment-right-content .bottom-content .google-reviews-box .right p span {
    color: var(--dark1);
    opacity: 0.82;
}

/* Hero 2 */
.hero-section-wrap {
    padding-bottom: 110px;
    overflow: hidden;
}
.hero-home2.hero-section-wrap .hero-section-content-wrap {
    padding-top: 310px;
}
.hero-section-wrap .hero-section-content-wrap {
    background: linear-gradient(180deg, rgba(243, 246, 253, 0.7) 0%, rgba(243, 246, 253, 0) 86.26%);
    padding-top: 310px;
    padding-bottom: 110px;
}
.hero-section-wrap .hero-section-content-wrap .bg-shape {
    position: absolute;
    left: 0;
    top: 90px;
    pointer-events: none;
}
.hero-section-wrap .hero-section-content-wrap .bg-shape2 {
    position: absolute;
    right: 0;
    top: 110px;
    pointer-events: none;
    z-index: -1;
}
.hero-section-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 981px;
    width: 100%;
    margin: auto;
}
.hero-section-wrap .hero-section-content-wrap .hero-section-content h6 {
    margin-bottom: 30px;
}
.hero-section-wrap .hero-section-content-wrap .hero-section-content h2 {
    font-size: 94px;
    line-height: 88px;
    letter-spacing: -2px;
    font-weight: 500;
    margin-bottom: 30px;
}
.hero-section-wrap .hero-section-content-wrap .hero-section-content p {
    font-size: 25px;
    line-height: 38px;
    color: rgb(28 28 28 / 80%);
    max-width: 612px;
    margin: 0 auto 45px auto;
}
.hero-section-wrap .hero-contact-form-wrap {
    /* background: linear-gradient(0deg, rgba(19, 81, 216, 0.1), rgba(19, 81, 216, 0.1)),
    linear-gradient(0deg, rgba(19, 81, 216, 0.05), rgba(19, 81, 216, 0.05)); */
    background: linear-gradient(0deg, rgba(19, 81, 216, 0.01), rgba(19, 81, 216, 0.01)),
    linear-gradient(0deg, rgba(19, 81, 216, 0.05), rgba(19, 81, 216, 0.05));
    border: 1px solid rgb(19 81 216 / 10%);
    position: relative;
    border-radius: 10px;
    padding: 95px;
}
.hero-section-wrap .hero-contact-form-wrap:before {
    content: '';
    background: var(--primary_light);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.03);
    z-index: -1;
}
.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap {
    background: #ffffff;
    border-radius: 10px;
    padding: 46px 70px;
}
.mac-btns-wrap {
    margin-bottom: 35px;
}
.mac-btns-wrap .mac-buttons {
    gap: 16px;
}
.mac-btns-wrap .mac-buttons  span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EC6B5E;
}
.mac-btns-wrap .mac-buttons  span:nth-child(2) {
    background: #F4BE4F;
}
.mac-btns-wrap .mac-buttons  span:nth-child(3) {
    background: #61C554;
}
.mac-btns-wrap .action-btn {
    gap: 5px;
}
.mac-btns-wrap .action-btn span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gray);
}
.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header {
    border-bottom: 1px solid rgb(28 28 28 / 20%);
    padding-bottom: 35px;
    margin-bottom: 45px;
}
.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header p {
    margin: 0;
    font-size: 20px;
    color: rgb(28 28 28 / 80%);
    font-weight: 400;
}
.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header p a {
    font-weight: 500;
    color: var(--primary_color);
}
.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header .our-expert-team-box p {
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 400;
}
.hero-section-wrap .hero-contact-form-wrap .hero-contact-form-inner-wrap .hero-contact-form-header .our-expert-team-box p span {
    color: rgb(28 28 28 / 85%);
}
.hero-contact-form .contact-form {
    gap: 84px;
    width: 100%;
}
.hero-contact-form .contact-form .input-main-row {
    flex: 1;
}
.hero-contact-form .contact-form .input-row .input-group.input-checkbox,
.hero-contact-form .contact-form .input-row .input-group {
    margin-bottom: 35px;
}
.hero-contact-form .contact-form .input-row .input-group p{
    margin-bottom: 0px;
    width: 100%;
}
.hero-contact-form .contact-form .input-row .input-checkbox p label{
    display:flex;
    align-items: center;
    gap: 12px;
}
.hero-contact-form .contact-form .input-row .input-group textarea {
    height: 213px;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company {
    gap: 10px;
    width: 100%;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box {
    position: relative;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label {
    position: relative;
    margin: 0;
    cursor: pointer;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box .wpcf7-not-valid-tip {
    display:none;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label  input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box label {
    font-size: 12px;
    color: rgb(28 28 28 / 55%);
    margin: 0;
    border: 1px solid rgb(28 28 28 / 20%);
    border-radius: 5px;
    padding: 8px 15px;
    transition: .3s;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.hero-contact-form .contact-form .input-row .input-group .choice-a-company .wpcf7-radio .wpcf7-list-item label  input[type="radio"]:checked~.wpcf7-list-item-label,
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box input:checked~label {
    background: var(--primary_color);
    color: #ffffff;
    border-color: var(--primary_color);
}
.hero-contact-form .contact-form .input-row .input-group .choice-a-company .radio-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes {
    column-gap: 30px;
    row-gap: 16px;
}
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 133px;
}
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item > p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item,
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item > p .wpcf7-form-control-wrap .wpcf7-form-control,
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item > p .wpcf7-form-control-wrap {
    display: block;
}
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item > p {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item label {
    color: rgb(28 28 28 / 80%);
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 300;
}
.hero-contact-form .contact-form .input-row .input-group .feedback-checkboxes .feedback-item input {
    width: 22px;
    height: 22px;
    border: 1px solid rgb(28 28 28 / 20%);
    border-radius: 4px;
}

/* Hero 3 */
.hero-service-wrap.hero-section-wrap {
    padding-bottom: 0;
}
.hero-service-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 1014px;
    margin-bottom: 135px;
}
.hero-service-wrap .hero-section-content-wrap .hero-section-content h6 {
    font-size: 16px;
    display: inline-block;
    border-radius: 30px;
    background: rgb(19 81 216 / 10%);
    padding: 11px 31px;
    text-transform: capitalize;
    font-family: var(--font_dm);
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 30px;
}
.hero-service-wrap .hero-section-content-wrap .hero-section-content h2 {
    font-size: 88px;
    line-height: 82px;
    margin-bottom: 35px;
}
.hero-service-wrap .hero-section-content-wrap .hero-section-content p {
    max-width: 100%;
    font-size: 25px;
    margin-bottom: 0;
}
.hero-service-about {
    background: #F3F6FD;
    border-radius: 10px;
    padding: 80px 80px 120px 80px;
}
.hero-service-about .section-header {
    margin-bottom: 55px;
}
.hero-service-about .section-header .section-title {
    margin-bottom: 20px;
}
.hero-service-about .section-header p {
    max-width: 100%;
    margin-bottom: 0;
}
.hero-service-about img {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 55px;
}
.hero-service-about .hero-service-about-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: rgb(28 28 28 / 90%);
    margin-bottom: 0;
    border-bottom: 1px solid rgb(28 28 28 / 20%);
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.hero-service-about .hero-service-about-body {
    padding: 0 69px;
}
.hero-service-about .hero-service-about-body ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.hero-service-about .hero-service-about-body ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: rgb(28 28 28 / 90%);
}
.hero-service-about .hero-service-about-body ul li i {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: var(--primary_color);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
}
.company-service-area {
    padding: 100px 0 180px 0;
}
.feature-page .company-service-area{
    padding-top: 0px;
}
.hero-company-wrap .hero-section-content-wrap {
    padding-bottom: 40px;
}
.hero-company-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 95px;
}
.hero-company-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}
.hero-company-box {
    padding: 70px 88px 70px 88px;
}
.hero-company-box h2 {
    font-size: 56px;
    margin-bottom: 24px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary_color);
}
.hero-company-box h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: var(--dark1);
    margin-bottom: 15px;
    font-family: var(--font_yantramanv);
}
.hero-company-box p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 0;
}

/* About hero */
.hero-about-wrap .hero-section-content-wrap {
    padding-bottom: 40px;
}

/* Blog Hero */
.hero-blog-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
}
.hero-blog-wrap .hero-section-content-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}

/* Partner Hero */
.hero-partner-wrap .hero-section-content-wrap {
    padding-bottom: 0;
}
.hero-partner-wrap .hero-section-content-wrap .hero-portfolio-body {
    padding-bottom: 35px;
}
.hero-partner-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
}
.partner-service-area {
    padding-top: 80px;
}
.partner-service-area .partner-service-inner {
    padding-top: 180px;
    border-top: 1px solid #D9D9D9;
}

/* Career Hero */
.hero-career-wrap .hero-section-content-wrap {
    background: var(--dark1);
    padding: 118px 0;
    position: relative;
}
.hero-career-wrap .hero-section-content-wrap .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .section-subtitle {
    background: #ffffff;
    color: var(--primary_color);
    padding: 12px 30px;
    border-radius: 30px;
    line-height: 1;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .section-title {
    color: #ffffff;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content p {
    color: rgb(255 255 255 / 90%);
    margin-bottom: 50px;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn {
    border-radius: 10px;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn:hover {
    color: var(--dark1);
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::before,
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::after {
    background: #ffffff;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::before {
    border-radius: 10px 0 0 10px;
}
.hero-career-wrap .hero-section-content-wrap .hero-section-content .theme-btn::after {
    border-radius: 0 10px 10px 0;
}
.career-service-area {
    padding-top: 120px;
}

/* Hero Overview */
.hero-overview-wrap .hero-section-content-wrap .hero-section-content {
    margin-bottom: 0;
    max-width: 1200px;
/*    max-width: 893px;*/
}
.overview-page .company-service-area {
    padding-top: 30px;
    padding-bottom: 220px;
}
.solution-page .company-service-area {
    padding-top: 0px;
    padding-bottom: 220px;
}

/* Hero Our Field */
.hero-our-field-wrap .hero-portfolio-body .hero-section-content {
    max-width: 1074px;
}

/* How We Do Hero */
.hero-how-we-do-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}
.hero-how-we-do-single-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 863px;
}

/* Event Details Hero */
.hero-event-details-wrap .hero-section-content-wrap .hero-portfolio-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 135px;
}
.hero-event-details-wrap .hero-section-content-wrap .hero-section-content {
    max-width: 949px;
}
.hero-event-details-wrap .hero-section-content-wrap .hero-section-content p {
    max-width: 781px;
}





/* Career */
.career-area {
    padding: 220px 0 180px 0;
}
.career-body {
    background: #F3F6FD;
    padding: 140px 80px 180px 80px;
    border-radius: 10px;
    align-items: flex-start;
    position: relative;
}
.career-body .career-left {
    max-width: 472px;
    width: 100%;
    padding-right: 150px;
    border-right: 1px solid rgb(16 24 40 / 20%);
    padding-bottom: 200px;
    position: sticky;
    top: 140px;
}
.career-body .career-left .section-subtitle {
    margin-bottom: 25px;
}
.career-body .career-left .section-title {
    margin-bottom: 0;
}
.career-body .career-lists {
    flex: 1;
    padding-left: 150px;
}
.career-body .career-lists .career-box {
    margin-bottom: 50px;
}
.career-body .career-lists .career-box:last-child {
    margin-bottom: 0;
}
.career-box {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    padding: 30px;
}
.career-box .location {
    position: absolute;
    top: 34px;
    right: 30px;
    border-radius: 10px;
    color: var(--primary_color);
    background: rgb(19 81 216 / 10%);
    padding: 9px 20px;
    line-height: 1;
}
.career-box h3 {
    color: var(--dark1);
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 11px;
}
.career-box h3 span {
    color: var(--primary_color);
}
.career-box p {
    color: rgb(28 28 28 / 70%);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 55px;
}
.career-box .career-time {
    display: flex;
    align-items: center;
    gap: 30px;
}
.career-box .career-time span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(28 28 28 / 80%);
    display: flex;
    align-items: center;
    gap: 8px;
}
.career-box .career-time span i {
    color: var(--primary_color);
    font-size: 24px;
}




/* Event Hero */
.hero-event-wrap .hero-section-content-wrap .hero-section-content{
    max-width: 1107px;
}




/* Client Section */
.client-area {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.client-area .clients {
    gap: 30px;
    padding-right: 20px;
    margin-right: 20px;
}
.client-area .clients .client-logo {
    min-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.client-area .clients .client-logo img {
    display: block;
}
.client-area-2 {
    padding-top: 0;
    padding-bottom: 220px;
}
.client-area-2 .clients {
    overflow: hidden;
    gap: 0;
    box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.03);
    padding: 54px 0;
    border-radius: 10px;
}
.client-area-2 .clients .client-logo {
    height: auto;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    min-width: 210px;
    padding: 0;
}
.client-area-2 .clients .client-logo::before {
    content: '';
    width: 2px;
    height: 34px;
    background: var(--gray);
    border-radius: 10px;
    position: absolute;
    right: 0;
}
.client-area-2 p {
    text-align: center;
    font-size: 25px;
    color: rgb(28 28 28 / 80%);
    border-top: 1px solid var(--gray);
    padding-top: 115px;
    margin-bottom: 60px;
}


/* How We Do */
.how-we-do-area {
    padding-top: 95px;
}
.how-we-do-area .custom-row .how-we-do-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.how-we-do-area .custom-container > .custom-row {
    background: var(--dark1);
    border-radius: 10px;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.how-we-do-area .how-we-do-left-content {
    flex: none;
    width: 255px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.how-we-do-area .how-we-do-left-content .top .section-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 13px;
}
.how-we-do-area .how-we-do-left-content .top .section-subtitle {
    margin-bottom: 20px;
    color: var(--primary_color2);
}
.how-we-do-area .how-we-do-left-content .top p {
    color: #ffffff;
    opacity: 0.8;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
.how-we-do-area .how-we-do-right-content {
    flex: 1;
    padding: 20px 0;
}
.how-we-do-area .how-we-do-left-content .theme-btn::before,
.how-we-do-area .how-we-do-left-content .theme-btn::after {
    background: #ffffff;
}
.how-we-do-area .how-we-do-left-content .theme-btn:hover {
    color: var(--dark1);
}
.how-we-do-area .how-we-do-left-content .theme-btn:hover svg path {
    fill: var(--dark1);
}
.how-we-do-area .how-we-do-right-content .how-we-do-items {
    gap: 100px;
}
.how-we-do-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 32px 15px 15px;
    gap: 26px;
    position: relative;
    min-width: 255px;
}
.how-we-do-card .how-we-do-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: var(--primary_light2);
}
.how-we-do-card .how-we-do-content {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}
.how-we-do-card .how-we-do-content h5 {
    color: var(--primary_color);
    font-size: 17px;
    margin-bottom: 5px;
}
.how-we-do-card .how-we-do-content h5 a{
    color: var(--primary_color);
}
.how-we-do-card .how-we-do-content p {
    margin: 0;
    color: rgb(28 28 28 / 85%);
}


.how-we-do-area .how-we-do-right-content .how-we-do-items + .how-we-do-items {
    margin-top: 80px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape {
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    margin-top: -10px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape:before {
    content: '';
    border-radius: 50%;
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:first-child .circle-shape {
    display: none;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .line-shape {
    position: absolute;
    background-image: url(../imgs/linenew.png);
    background-repeat: no-repeat;
    height: 1px;
    width: 268px;
    background-size: cover;
    z-index: -1;
    right: -100px;
    top: 50%;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card + .how-we-do-card .line-shape {
    right: auto;
    left: -100px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:last-child .line-shape {
    height: 181px;
    /* border-right: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    border-radius: 0 30px 30px 0; */
    background-image: url(../imgs/linenew2.png);
    background-repeat: round;
    
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
    background-image: url(../imgs/dashed-line.svg);
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
    right: auto;
    left: -84px;
    background-image: url(../imgs/linenew3.png);
    background-repeat: round;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
    height: 181px;
    /* border-bottom: 1px dashed #ffffff;
    border-left: 1px dashed #ffffff;
    border-radius: 30px 0 0 30px; */
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card .circle-shape {
    left: auto;
    right: -10px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:last-child .how-we-do-card .line-shape {
    display: none;
}



/* Services */
.service-area {
    padding-top: 185px;
    padding-bottom: 180px;
}
.overview-page .service-area {
    padding-top: 0;
}
.service-area .service-section-header {
    margin-bottom: 95px;
}
.section-header .section-subtitle {
    margin-bottom: 22px;
}
.section-header .section-title {
    letter-spacing: -1px;
    margin: 0;
}
.section-header p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 655px;
    color: rgb(28 28 28 / 80%);
}

.services-list {
    gap: 30px;
}
.services-list .service-card {
    flex: 1;
}
.service-card {
    padding: 77px 34px 56px 34px;
    position: relative;
}
.service-card img {
    display: block;
    height: 45px;
    margin-bottom: 30px;
}
.service-card h4 {
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0; 
    line-height: 1;
    margin-bottom: 18px;
}
.service-card h4 a {
    color: var(--dark1);
}
.service-card p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
    color: rgb(28 28 28 / 70%);
}
.service-card .service-badge {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    background: var(--primary_color);
    color: #ffffff;
    padding: 10px 19px;
}

.service2-area {
    background: var(--dark1);
    padding: 138px 0 140px 0;
    position: relative;
}
.service2-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.service2-area .service2-header {
    margin-bottom: 70px;
}
.service2-area .service2-header .left {
    max-width: 619px;
}
.service2-area .service2-header .theme-btn:hover {
    color: var(--dark1);
}
.service2-area .service2-header .theme-btn:hover svg path {
    fill: var(--dark1);
}
.service2-area .service2-header .theme-btn::before,
.service2-area .service2-header .theme-btn::after {
    background: #ffffff;
}
.service2-area .service2-header .section-subtitle {
    color: var(--primary_color2);
    margin-bottom: 18px;
}
.service2-area .service2-header p {
    font-size: 20px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    margin-bottom: 0;
}
.service2-area .service2-header .section-title {
    color: #ffffff;
    margin-bottom: 20px;
}
.service2-items {
    gap: 24px;
    margin-bottom: 24px;
}
.service2-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 30px 40px 30px;
    position: relative;
}
.service2-card img {
    display: block;
    width: 100%;
    margin-bottom: 28px;
}
.service3-card h3,
.service2-card h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--font_yantramanv);
}
.service3-card p,
.service2-card p {
    line-height: 24px;
    font-size: 16px;
    color: rgb(28 28 28 / 70%);
    font-weight: 400;
    margin-bottom: 0;
}
.service3-card .theme-btn,
.service2-card .theme-btn {
    width: 53px;
    height: 53px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    justify-content: center;
    align-items: center;
}

.service3-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    gap: 30px;
    position: relative;
}
.service3-card img {
    max-width: 302px;
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 100%;
    object-fit: cover;
}
.service3-card .service3-body .service3-content h4 {
    margin-top: 5px;
    font-family: var(--font_yantramanv);
    font-size: 24px;
}
.service3-card .service3-body .service3-content p {
    margin-bottom: 30px;
}
.service3-card .service3-body .service3-content ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    gap: 18px;
    color: rgb(28 28 28 / 80%);
}
.service3-card .service3-body .service3-content ul li + li {
    margin-top: 25px;
}
.service3-card .service3-body .service3-content ul li i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background: var(--primary_color);
    color: #ffffff;
    font-size: 12px;
}

.service-page .service-area {
    padding-top: 110px;
}
.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
/* Service 4 */
.service4-area {
    background: var(--dark1);
}
.service4-area .section-header h6 {
    color: #558BFF;
}
.service4-area .section-header h2 {
    color: #ffffff;
}
.service4-area .section-header p {
    color: rgb(255 255 255 / 80%);
}

/* Service Black */
.service-black-area {
    background: var(--dark1);
}
.service-black-area .service-section-header .section-subtitle {
    color: #558BFF;
}
.service-black-area .service-section-header .section-title {
    color: #ffffff;
}
.service-black-area .service-section-header p {
    color: rgb(255 255 255 / 80%);
}
.solution-page .service-area {
    padding-top: 0;
}



/* Case Studio */
.case-studio-area {
    background: var(--primary_light);
    padding-top: 140px;
    padding-bottom: 140px;
}
.case-studio-area .custom-container {
    max-width: 1340px;
}
.case-studio-area .case-studio-header {
    margin-bottom: 60px;
}
.case-studio-area .case-studio-header .section-subtitle {
    margin-bottom: 22px;
}
.case-studio-area .case-studio .case-studio-tabs {
    background: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 40px;
    justify-content: space-between;
}
.case-studio-area .case-studio .case-studio-tabs .nav-item {
    margin: 0;
}
.case-studio-area .case-studio .case-studio-tabs .nav-item button {
    border: none;
    font-family: var(--font_yantramanv);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    border-radius: 10px;
    transition: .5s;
    padding: 15px 40px;
    display: block;
}
.case-studio-area .case-studio .case-studio-tabs .nav-item button.active {
    background: var(--dark1);
    color: #ffffff;
    transition: .0s;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body {
    gap: 24px;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .left {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    gap: 24px;
    width: 748px;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card .case-studio-cat {
    display: inline-block;
    border-radius: 10px;
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    background: var(--primary_light2);
    padding: 8px 21px;
    position: absolute;
    left: 24px;
    top: 24px;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .case-studio-img-card img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right {
    width: 518px;
    flex: none;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents {
    background: #ffffff;
    border-radius: 10px;
    padding: 67px 50px 50px 53px;
    height: 100%;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents .theme-btn {
    width: 53px;
    height: 53px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    display: block;
    margin-left: auto;
}
.case-studio-area .case-studio .case-studio-tab-content #woo_commerce .case-studio-body .left > * {
    flex: 1;
}
.case-studio-area .case-studio .case-studio-tab-content #woo_commerce .case-studio-body .left .case-studio-img-card:first-child .case-studio-cat {
    background: #ffffff;
}
.case-studio-area .case-studio .case-studio-tab-content #woo_commerce .case-studio-body .left .case-studio-img-card:last-child {
    width: 322px;
    flex: none;
}
.black-case-studio-area,
.overview-page .case-studio-area {
    background: var(--dark1);
    position: relative;
}
.black-case-studio-area .bg-shape,
.overview-page .case-studio-area .bg-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.black-case-studio-area .section-subtitle {
    color: #558BFF;
}
.black-case-studio-area .section-title,
.overview-page .case-studio-area .section-title {
    color: #ffffff;
}
.black-case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right,
.overview-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right {
    max-width: 538px;
    width: 100%;
}
.overview-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.black-case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p,
.overview-page .case-studio-area .case-studio .case-studio-tab-content .case-studio-body .right .case-studio-contents p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.black-case-studio-area .case-studio .case-studio-tabs .nav-item button.active,
.overview-page .case-studio-area .case-studio .case-studio-tabs .nav-item button.active {
    background: var(--primary_color);
}

.feature-page .service-area {
    padding: 60px 0 220px 0;
}

/* Case Studies Details */
.case-studie-details-page .hero-section-wrap .hero-section-content-wrap {
    padding-bottom: 135px;
}
.case-studie-details-page .new-release-hero-img-area {
    padding-top: 0;
}


/* New Release */
.new-release-hero-img-area {
    padding: 120px 0 0 0;
}
.service-details-page .new-release-hero-img-area{
    padding-top: 0;
}
.new-release-img-box img {
    border-radius: 10px;
    display: block;
    width: 100%;
}
.new-release-area {
    padding: 180px 0 0 0;
}
.new-release-area .section-header {
    margin-bottom: 95px;
}
.new-release-area .section-header p {
    margin-bottom: 0;
}
.new-release-items {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}
.new-release-items .sticky-news + .sticky-news {
    background: linear-gradient(180deg, #E7EEFF 0%, #F3F6FD 100%);
    margin-top: 24px;
}
.new-release-items .sticky-news + .sticky-news h2 a,
.new-release-items .sticky-news + .sticky-news h2 {
    color: var(--dark1);
}
.new-release-items .sticky-news + .sticky-news h2 a:hover {
    color: var(--primary_color);
}
.new-release-items .sticky-news + .sticky-news ul li,
.new-release-items .sticky-news + .sticky-news p {
    color: rgb(28 28 28 / 80%);
}
.new-release-items .sticky-news + .sticky-news p {
    border-bottom-color: rgb(28 28 28 / 10%);
}
.new-release-items .sticky-news + .sticky-news ul li i {
    background: var(--primary_color);
    color: #ffffff;
}



/* Pricing Table */
.pricing-table-area {
    padding: 220px 0;
}
.pricing-table-area .section-header p {
    margin-bottom: 0;
    max-width: 487px;
}
.pricing-table-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.pricing-table-box {
    border-radius: 10px;
    background: #F3F6FD;
    padding: 75px 46px 80px 46px;
}
.pricing-table-box h2 {
    text-align: center;
    color: var(--dark1);
    line-height: 1;
    font-size: 60px;
    margin-bottom: 35px;
    font-weight: 600;
}
.pricing-table-box h2 sup {
    color: var(--primary_color);
    font-size: 90%;
    top: -5px;
}
.pricing-table-box h6 {
    color: var(--dark1);
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.pricing-table-box p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 70%);
}
.pricing-table-box ul {
    max-width: 220px;
    width: 100%;
    margin: auto auto 80px auto;
}
.pricing-table-box ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: rgb(28 28 28 / 80%);
    position: relative;
    padding-left: 41px;
}
.pricing-table-box ul li + li {
    margin-top: 24px;
}
.pricing-table-box ul li i {
    background: var(--primary_color);
    border-radius: 50%;
    font-size: 14px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}
.pricing-table-box .theme-btn {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
}
.pricing-table-box .theme-btn::before {
    border-radius: 5px 0 0 5px;
}
.pricing-table-box .theme-btn::after {
    border-radius: 0 5px 5px 0;
}



/* About */
.about-area {
    padding-top: 220px;
    padding-bottom: 110px;
}
.about-area .custom-row {
    width: 100%;
}
.about-area .left-content {
    max-width: 385px;
    width: 100%;
    flex: none;
}
.about-area .left-content .section-subtitle {
    margin-bottom: 22px;
}
.about-area .left-content .section-title {
    margin-bottom: 25px;
}
.about-area .left-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: rgb(28 28 28 / 80%);
    margin-bottom: 60px;
}
.about-area .left-content ul li {
    color: rgb(28 28 28 / 80%);
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    gap: 18px;
}
.about-area .left-content ul li + li {
    margin-top: 30px;
}
.about-area .left-content ul li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: var(--primary_color);
    color: #ffffff;
    font-size: 14px;
}
.about-area .right-content {
    max-width: 897px;
    width: 100%;
}
.about-timeline .about-timeline-item {
    width: 362px;
    background: var(--primary_light);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    transition: .3s;
}
.about-timeline .about-timeline-item:before {
    content: '';
    height: calc(100% + 68px);
    /* border-left: 1px dashed var(--primary_color); */
    background: url(../imgs/line-shape-4.png) no-repeat;
    background-size: cover;
    width: 1px;
    position: absolute;
    left: -87px;
    top: 70px;
}
.about-timeline .about-timeline-item:last-child::before {
    display: none;
}
.about-timeline .about-timeline-item .line-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}
.about-timeline .about-timeline-item + .about-timeline-item {
    margin-top: 68px;
}
.about-timeline .about-timeline-item:nth-child(odd) {
    margin-left: auto;
}
.about-timeline .about-timeline-item:nth-child(even)::before {
    left: auto;
    right: -87px;
}
.about-timeline .about-timeline-item h4 {
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.about-timeline .about-timeline-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(28 28 28 / 70%);
    margin-bottom: 0;
}
.about-timeline .about-timeline-item:hover {
    background: var(--dark1);
    transition: all 1.3s;
}
.about-timeline .about-timeline-item:hover h4 {
    color: #ffffff;
}
.about-timeline .about-timeline-item:hover p {
    color: rgb(255 255 255 / 70%);
}
.about-timeline .about-timeline-item:hover .line-shape {
    opacity: 1;
}
.about-timeline .about-timeline-item .number {
    position: absolute;
    background: var(--primary_light);
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary_color);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    left: -113px;
    top: 60px;
}
.about-timeline .about-timeline-item:nth-child(even) .number {
    left: auto;
    right: -113px;
}
.how-we-do-style-2 {
    padding-top: 10px;
    padding-bottom: 120px;
}
.how-we-do-style-2 .about-timeline-body {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 120px;
}
.how-we-do-style-2 .about-timeline {
    max-width: 1261px;
    margin: auto;
    position: relative;
}
.how-we-do-style-2 .about-timeline .about-timeline-item {
    max-width: 544px;
    width: 100%;
}
.how-we-do-style-2 .about-timeline
