@charset "utf-8";
:root {
    --primary-font: "Outfit", serif;
    --primary-color: #13b874;
    --secondary-color: #3b306c;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1420px;
}
.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
}
.btn-secondary {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
    box-shadow: none !important;
}
h1,
.h1 {
    font-size: 70px;
    font-weight: 600;
}
h2,
.h2 {
    font-size: 45px;
    font-weight: 500;
}
h3,
.h3 {
    font-size: 35px;
    font-weight: 500;
}
h4,
.h4 {
    font-size: 25px;
    font-weight: 500;
}
h5,
.h5 {
    font-size: 20px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1%;
}
.line-title {
    font-size: 16px;
    letter-spacing: 40%;
    font-weight: 600;
    position: relative;
    color: #000;
    text-transform: uppercase;
    display: table;
}
.line-title::after {
    width: 77px;
    content: "";
    height: 1px;
    background: var(--secondary-color);
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
}
body {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 29px;
    background: #fff;
}
p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1%;
    color: #000;
}
.main-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgb(0 0 0 / 0.09);
}
.main-header ul.navbar-nav li a.nav-link {
    padding: 0;
    font-size: 19px;
    line-height: 1;
    color: #000;
    position: relative;
}
.main-header ul.navbar-nav li a.nav-link:hover,
.main-header ul.navbar-nav li.active a.nav-link,
.main-header ul.navbar-nav li.current-menu-parent a.nav-link {
    color: var(--primary-color);
}
.main-header ul.navbar-nav li {
    position: inherit;
}
.main-header ul.navbar-nav li:not(:last-child) {
    margin-right: 50px;
}
.main-header ul.navbar-nav li a.nav-link::before {
    height: 1.5px;
    width: 0;
    content: "";
    position: absolute;
    background: var(--secondary-color);
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.main-header ul.navbar-nav li a.nav-link:hover::before,
.main-header ul.navbar-nav li.active a.nav-link::before,
.main-header ul.navbar-nav li.current-menu-parent a.nav-link::before {
    width: 100%;
    transition: all 0.5s ease;
}
.main-header .btn.btn-primary,
.get-in-touch .btn.btn-primary {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 15px 30px;
}
.main-header .btn.btn-primary i,
.get-in-touch .btn.btn-primary i {
    margin-right: 10px;
}
.main-header ul.navbar-nav li ul.dropdown-menu {
    display: flex!important;
    max-width: 1420px;
    padding: 40px 0 20px;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: 0;
    border-radius: 0;
    top: 99px;
    z-index: -1;
    pointer-events: none;
}
.main-header ul.navbar-nav li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.5s;
    overflow: visible;
    top: 99px;
    pointer-events: all;
    z-index: 1;
}
.main-header ul.navbar-nav li ul.dropdown-menu::before,
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div::before {
    width: calc(100vw + 7px);
    height: 100%;
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-top: 1px solid #ddd;
    margin-left: -7px;
}
.main-header ul.navbar-nav li ul.dropdown-menu li {
    width: calc(20% - 20px);
    margin: 0 10px;
    background: rgb(19 184 116 / 0.06);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.5s ease;
}
.main-header ul.navbar-nav li ul.dropdown-menu li:hover {
    transition: all 0.5s ease;
    transform: scale(1.05);
}
.main-header ul.navbar-nav li ul.dropdown-menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 27px;
    cursor: pointer;
}
.main-header ul.navbar-nav li.active ul li a.nav-link {
    color: #000;
}
.main-header ul.navbar-nav li ul.dropdown-menu li a img {
    height: 75px;
    margin-bottom: 15px;
    object-fit: contain;
}
.main-header ul.navbar-nav li ul.dropdown-menu li a::before {
    display: none;
}
.main-header ul.navbar-nav li ul.dropdown-menu li:nth-child(even) {
    background: rgb(59 48 108 / 0.06);
}
.main-header ul.navbar-nav li ul.dropdown-menu li .menu-image-title-after {
    padding: 0 15px;
}
.main-header ul.navbar-nav li ul.dropdown-menu li:first-child .menu-image-title-after {
    padding: 0 25px;
}
.main-header ul.navbar-nav li ul.dropdown-menu .mainwrap-div ul.dropdown-menu {
    max-width: 400px;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu {
    max-width: 380px;
    margin-right: 70px;
    padding: 0;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li {
    width: 100%;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0;
    transform: scale(1) !important;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li:last-child {
    border: 0;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li a.nav-link {
    width: 100%;
    text-align: left;
    justify-content: flex-start !important;
    flex-direction: row;
    padding: 15px 0 !important;
    display: block;
    height: auto;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li a:after {
    display: none;
}
.main-header ul.navbar-nav li ul.dropdown-menu .mainwrap-div ul.dropdown-menu {
    max-width: 400px;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu {
    max-width: 380px;
    margin-right: 70px;
    padding: 0;
    left: 0;
    transform: translate(0, 0);
    top: auto;
    position: relative;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li {
    width: 100%;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    border-radius: 0;
    transform: scale(1) !important;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li:last-child {
    border: 0;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li a.nav-link {
    width: 100%;
    text-align: left;
    justify-content: flex-start !important;
    flex-direction: row;
    padding: 15px 0 !important;
    display: block;
    height: auto;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu li a:after {
    display: none;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div {
    display: flex !important;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    flex-direction: row;
    width: 100vw;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    position: absolute;
    top: 99px;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s;
    z-index:-1;
pointer-events:none !important;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item:hover .mainwrap-div {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.5s;
    z-index: 1;
    pointer-events: all !important;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le {
    display: block !important;
    max-width: calc(100% - 450px);
    width: 100%;
    position: relative;
    z-index: 2;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul {
    list-style-type: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 1;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div ul.dropdown-menu::before {
    display: none;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li {
    width: calc(100% / 3 - 20px);
    margin: 0;
    background: rgb(19 184 116 / 0.06);
    border-radius: 10px;
    transition: all 0.5s;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li:hover {
    transition: all 0.5s ease;
    transform: scale(1.05);
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li:nth-child(2n) {
    background: rgb(59 48 108 / 0.06);
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li a {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li a img {
    max-height: 75px;
    min-height: 75px;
    margin-bottom: 15px;
    object-fit: contain;
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li:nth-child(2n) {
    background: rgb(59 48 108 / 0.06);
}
.main-header ul.navbar-nav li.tech-mega.custom-mega.nav-item .mainwrap-div .fourth-level-mega-menus-le ul li a:before {
    display: none;
}
.hero-banner,
.portfolioSection,
.tstimonialSection::before,
.inner-partner.partners {
    background: #13b874;
    background: -moz-linear-gradient(203deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    background: -webkit-linear-gradient(203deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    background: linear-gradient(203deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13b874",endColorstr="#3b306c",GradientType=1);
}
.hero-banner::before {
    background: url(../images/arrow-down-bg.svg) center center no-repeat;
    width: 129px;
    height: 57px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.hero-banner .slideDown {
    border: 0;
    background: var(--primary-color);
    width: 37px;
    height: 56px;
    text-align: center;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -18.5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.hero-banner .slideDown:hover {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}
.hero-banner .slideDown:hover img {
    margin-left: -1px;
}
.banner-item span,
.green-text {
    color: var(--primary-color);
}
.hero-banner-slider {
    position: inherit;
}
.hero-banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    border: 0;
    background: url(../images/Arrow-Up.svg) center center no-repeat;
    width: 16px;
    height: 40px;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;
    transition: all 0.5s ease;
    z-index: 1;
}
.hero-banner-slider .slick-arrow.slick-next {
    background: url(../images/Arrow-down.svg) center center no-repeat;
    top: auto;
    bottom: 50%;
    transform: translateY(-50%);
    margin-bottom: -50px;
}
.hero-banner-slider::after {
    width: 3px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    right: 31.5px;
    margin-top: -20px;
    display: none;
}
.hero-banner-slider .slick-arrow.slick-prev:hover {
    transition: all 0.5s ease;
    margin-top: -55px;
}
.hero-banner-slider .slick-arrow.slick-next:hover {
    transition: all 0.5s ease;
    margin-bottom: -55px;
}
.banner-item .btn-secondary,
.top-blog .card-body .btn-secondary,
.hero-banner .btn-secondary {
    padding: 17px 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 6%;
}
.banner-item .btn-secondary i,
.top-blog .card-body .btn-secondary i,
.hero-banner .btn-secondary i {
    margin-left: 15px;
}
.partner img {
    max-width: 100%;
    max-height: 82px;
    transition: all 0.5s ease;
}
.partner:hover img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.partner {
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.partner::after {
    width: 1px;
    height: 82px;
    content: "";
    background: rgb(0 0 0 / 0.1);
    position: absolute;
    top: 8px;
    right: -30px;
}
.col-6:last-child .partner::after {
    display: none;
}
.partner figcaption {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--primary-color);
    margin-top: 30px;
    transition: all 0.5s ease;
    position: relative;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partner:hover figcaption {
    color: #fff;
}
.partner figcaption::after {
    width: 0;
    height: 0;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-bottom: 5px solid var(--primary-color);
    content: "";
    top: -6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.partner figcaption::before {
    content: "";
    background: var(--primary-color);
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
    border-radius: 6px;
}
.partner:hover figcaption::before {
    width: 100%;
    transition: all 0.5s ease;
}
.partner figcaption span {
    position: relative;
    z-index: 1;
}
.our-services,
.our-story,
.portfolioSection,
.location-section {
    padding: 70px 0;
}
.tabingArea-main .nav.nav-tabs {
    border-bottom: 2px solid var(--secondary-color);
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}
.tabingArea-main .nav.nav-tabs .nav-item a {
    border: 2px solid var(--secondary-color);
    margin: 0 5px;
    border-bottom: 0 solid #fff;
    margin-bottom: -2px;
    background: #fff;
    color: var(--secondary-color);
    font-size: 24px;
    padding: 14px 60px;
    border-radius: 12px 12px 0 0;
    background: var(--secondary-color);
    color: #fff;
    position: relative;
}
.tabingArea-main .nav.nav-tabs .nav-item a.active {
    background: var(--secondary-color);
    color: #fff;
    background: #fff;
    color: var(--secondary-color);
}
.tabingArea-main .nav.nav-tabs .nav-item a.active::after {
    content: "";
    background: #fff;
    height: 1px;
    quotes: ;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-area-main {
    border-radius: 15px;
    overflow: hidden;
}
.tabingArea-main .card-box {
    background: rgb(255 237 228 / 0.7);
    max-width: calc(100% / 3 - 2px);
    padding: 45px;
}
.tabingArea-main .card-box .title-top {
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.tabingArea-main .card-box .title-top img {
    max-width: 65px;
    height: 65px;
    object-fit: contain;
}
.tabingArea-main .card-box .title-top h3 {
    max-width: calc(100% - 80px);
    font-size: 28px;
    font-weight: 600;
}
.tabingArea-main .card-box p {
    margin-bottom: 20px;
}
.tabingArea-main .card-box .btn.small-bottom {
    background: #d6927a;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s ease;
}
.tabingArea-main .card-box:last-child {
    background: rgb(227 235 255 / 0.74);
}
.tabingArea-main .card-box:last-child .btn {
    background: var(--secondary-color);
}
.tabingArea-main .card-box:nth-child(2) {
    background: rgb(19 184 116 / 0.14);
}
.tabingArea-main .card-box:nth-child(2) .btn {
    background: #13b874;
}
.tabingArea-main .card-box:hover .btn {
    margin-left: 5px;
    transition: all 0.5s ease;
}
.tabingmilestone .nav-tabs {
    border: 1px solid #13b874;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: 0;
}
.tabingmilestone .nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 10px 12px;
    line-height: 25px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    border: 0;
    position: relative;
    border-radius: 0;
    background: url(../images/right-arrow.svg) right center no-repeat;
    padding-right: 35px;
    width: 100%;
    z-index: 1;
}
.tabingmilestone .nav-tabs li:last-child a {
    background: none;
}
.tabingmilestone .nav-tabs li a.active {
    background: #3b306c;
    background: -moz-linear-gradient(50deg, rgb(59 48 108) 0%, rgb(59 48 108) 34%, rgb(19 184 116) 100%);
    background: -webkit-linear-gradient(50deg, rgb(59 48 108) 0%, rgb(59 48 108) 34%, rgb(19 184 116) 100%);
    background: linear-gradient(50deg, rgb(59 48 108) 0%, rgb(59 48 108) 34%, rgb(19 184 116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b306c",endColorstr="#13b874",GradientType=1);
    color: #fff;
    padding-right: 24px;
}
.tabingmilestone .nav-tabs li:not(:last-child) a.active::after {
    background: #e9f4f1;
    width: 60px;
    position: absolute;
    content: "";
    background-size: contain;
    right: -44px;
    height: 51px;
    transform: skew(34deg);
    top: 0;
}
.tabingmilestone .nav-tabs li:first-child a {
    padding-left: 25px;
}
.tabingmilestone .nav-tabs li:not(:last-child) a.active::before {
    background: #e9f4f1;
    width: 60px;
    position: absolute;
    content: "";
    background-size: contain;
    right: -44px;
    height: 51px;
    transform: skew(-34deg);
    bottom: 0;
}
.tabingmilestone .nav-tabs li:not(:first-child).active::before {
    background: #3b306c;
    width: 30px;
    position: absolute;
    content: "";
    background-size: contain;
    left: -16px;
    height: 35px;
    transform: skew(39deg);
    top: 0;
}
.tabingmilestone .nav-tabs li:not(:first-child).active::after {
    background: #3b306c;
    width: 31px;
    position: absolute;
    content: "";
    background-size: contain;
    left: -16px;
    height: 35px;
    transform: skew(-40deg);
    bottom: 0;
}
.tabingmilestone .nav-tabs li {
    width: 20%;
    position: relative;
    display: inline-flex;
    align-items: stretch;
}
.tabingmilestone .nav-tabs li:first-child {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.tabingmilestone .nav-tabs li:last-child a {
    border-radius: 0 10px 10px 0;
}
.milestone-section p.righttext {
    padding-left: 100px;
}
.our-story .line-title::after {
    left: 160px;
}
.our-story .card.box-data-story {
    padding: 30px;
    background: rgb(71 161 173 / 0.1);
    border-radius: 10px;
    border: 0;
    border-bottom: 3px solid #47a1ad;
    min-height: 539px;
}
.our-story .card.box-data-story p {
    min-height: 210px;
}
.our-story .card.box-data-story > img {
    max-height: 130px;
    width: 135px;
    margin: 0 auto;
    object-fit: contain;
}
.our-story .card.box-data-story .btn.btn-secondary {
    width: auto;
    margin: 0 auto;
    border-radius: 10px;
    padding: 9px 20px;
    font-size: 16px;
    letter-spacing: 16%;
}
.our-story .card.box-data-story .btn.btn-secondary i {
    margin-left: 10px;
}
.our-story .card.box-data-story p {
    margin-bottom: 20px;
}
.our-story .card.box-data-story h4 {
    font-weight: 600;
    margin: 15px 0 0;
}
.our-story .card.box-data-story.scale-up {
    background: rgb(225 106 124 / 0.1);
    border-color: #e16a7c;
}
.our-story .card.box-data-story.enterprises {
    background: rgb(107 158 120 / 0.1);
    border-color: #6b9e78;
}
.clients-slider .slider-image {
    background: #fff;
    min-height: 102px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.clients-slider .slick-list {
    margin: 0 -10px;
}
.clients-slider .slick-arrow,
.inner-partner.partners .slick-arrow {
    background: none;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    font-size: 18px;
    width: 20px;
}
.clients-slider .slick-arrow.slick-next,
.inner-partner.partners .slick-arrow.slick-next {
    left: auto;
    right: -45px;
}
.location-section .maparea {
    max-width: 900px;
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 50px;
    display: flex;
    align-items: center;
}
.location-section .maparea img {
    max-width: 100%;
}
.location-section .map-info {
    max-width: calc(100% - 950px);
}
.location-section .map-info .info-clients {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.location-section .map-info .info-clients .box-client {
    max-width: calc(50% - 15px);
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 25px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.location-section .map-info .info-clients .box-client p {
    font-size: 19px;
    margin: 10px 0 0;
}
.location-section .map-info .info-clients .box-client .top-text img {
    margin-right: 10px;
}
.location-section .map-info .info-clients .box-client .top-text span {
    font-size: 45px;
    font-weight: 700;
}
.location-section .map-info .info-clients .box-client .top-text {
    align-items: center;
    display: flex;
}
.location-section .map-info .info-clients .box-client:hover {
    border-color: #000;
    transform: scale(1.03);
    transition: all 0.5s ease;
}
.tstimonialSection {
    padding: 75px 0 45px;
}
section.tstimonialSection.new-section::before,
.home .tstimonialSection::before {
    content: "";
    height: 435px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.tstimonialSection .center-title {
    margin-bottom: 0;
}
.testimonial-slider {
    z-index: 1;
}
.testimonial-slider .testimonial-item {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.06);
    margin: 30px 15px;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
}
.testimonial-slider .slick-list {
    margin: 0 -15px;
}
.testimonial-slider .testimonial-item p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1%;
    font-weight: 400;
    color: #000;
    min-height: 235px;
    margin: 0;
}
.testimonial-slider .testimonial-item .bottom-client-info {
    margin-top: 30px;
}
.testimonial-slider .testimonial-item .bottom-client-info img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-slider .testimonial-item .bottom-client-info h6 {
    margin-top: 10px;
    font-size: 23px;
    font-weight: 600;
}
.testimonial-slider .testimonial-item .bottom-client-info span {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 5px;
}
.testimonial-slider .testimonial-item .videoArea {
    margin-right: 25px;
    max-width: 300px;
    flex: 0 0 300px;
    position: relative;
    cursor: pointer;
}
.testimonial-slider .testimonial-item .videoArea img {
    max-width: 100%;
    max-height: 220px;
    border-radius: 10px;
}
.testimonial-slider .testimonial-item .click-here-to-play {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.testimonial-slider .testimonial-item>.contentMessage:has(video) span.click-here-to-play {
    display: block !important;
    z-index: 1;
}
.testimonial-slider .testimonial-item .click-here-to-play::after {
    content: "\f04b";
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
}
.testimonial-slider .testimonial-item p a {
    color: var(--primary-color);
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}
.testimonial-slider .testimonial-item p a:hover {
    color: #000;
}
div#mycustommodel .custom-model-content .contentMessage .VideoArea-play {
    flex: 0 0 50%;
}

div#mycustommodel .custom-model-content .contentMessage .VideoArea-play video {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 350px;
}
.testimonial-slider .slick-arrow {
    background: var(--primary-color);
    border: 0;
    color: #fff;
    width: 54px;
    height: 54px;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.testimonial-slider .slick-arrow:hover {
    background: var(--secondary-color);
}
.testimonial-slider .slick-arrow.slick-prev {
    left: -100px;
}
.testimonial-slider .slick-arrow.slick-next {
    right: -100px;
}
.testimonial-slider .testimonial-item {
    height: inherit;
}
.testimonial-slider .slick-track > .testimonial-item > .contentMessage:has(video) .VideoArea-play {
    flex: 0 0 300px;
    position: relative;
    padding-right: 20px;
}
.testimonial-slider .slick-track > .testimonial-item > .contentMessage:has(video) .VideoArea-play video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    line-height: 1;
    display: block;
}
.testimonial-slider .testimonial-item > .contentMessage .review-content {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: left;
    min-height: 255px;
}
.testimonial-slider .testimonial-item > .contentMessage:has(video) {
    grid-template-columns: repeat(2, 1fr);
}
.testimonial-slider .testimonial-item > .contentMessage .review-content > a {
    text-transform: uppercase;
    color: #13b874;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.testimonial-slider .testimonial-item > .contentMessage .review-content {
    text-align: center;
}
.testimonial-slider .testimonial-item > .contentMessage:has(video) .review-content {
    text-align: left;
}
.center-title {
    text-align: center;
    margin-bottom: 35px;
}
.center-title h6.line-title {
    display: table;
    margin: 0 auto 10px;
}
.center-title h6.line-title::after {
    left: calc(100% + 15px);
}
.center-title h6.line-title::before {
    width: 77px;
    content: "";
    height: 1px;
    background: var(--secondary-color);
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}
.top-blog {
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 0.11);
    border-radius: 15px;
    overflow: hidden;
}
.top-blog > img {
    max-width: 335px;
    min-height: 238px;
    object-fit: cover;
}
.top-blog .card-body h6 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}
.top-blog .card-body h5 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1%;
    margin: 0 0 20px;
}
.top-blog .card-body {
    padding: 30px;
}
.top-blog .card-body .btn.btn-secondary {
    padding: 9px 18px;
    font-size: 16px;
}
.get-in-touch,
section.milestone-section,
.our-story.service-complete-sol {
    background: #13b874;
    background: -moz-linear-gradient(50deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    background: -webkit-linear-gradient(50deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    background: linear-gradient(50deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13b874",endColorstr="#3b306c",GradientType=1);
}
.get-in-touch p.large {
    font-size: 23px;
    color: var(--secondary-color);
    font-weight: 500;
}
.mainFooter {
    padding-top: 70px;
}
.mainFooter .footerLinksData {
    padding-bottom: 50px;
}
.mainFooter .footerLinksData ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mainFooter .footerLinksData ul li a {
    font-size: 18px;
    line-height: 29px;
    color: rgb(0 0 0 / 0.74);
    text-decoration: none;
    letter-spacing: 1%;
}
.mainFooter .footerLinksData ul li {
    margin-bottom: 5px;
}
.mainFooter .footerLinksData .col:first-child {
    max-width: 18%;
}
.mainFooter .footerLinksData .col:nth-child(2) {
    max-width: 22%;
}
.mainFooter .footerLinksData .col:nth-child(3) {
    max-width: 30%;
    padding-right: 50px;
}
.mainFooter .footerLinksData .col:last-child {
    max-width: 30%;
    padding-left: 50px;
    border-left: 1px solid rgb(0 0 0 / 0.1);
}
.mainFooter .footerLinksData .footer-address p {
    margin: 0;
    color: rgb(0 0 0 / 0.74);
}
.mainFooter .footerLinksData .footer-address p a {
    color: rgb(0 0 0 / 0.74);
    text-decoration: none;
}
.mainFooter .footerLinksData .footer-address p a:hover {
    color: var(--primary-color);
}
.footer-address .titleMain span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.mainFooter .footerLinksData ul li a:hover {
    color: var(--primary-color);
}
.copyrightBottom {
    background: var(--secondary-color);
}
.copyrightBottom h6 {
    font-weight: 500;
}
.get-in-touch {
    padding: 82px 0 78px !important;
}
.get-in-touch form {
    display: flex;
    margin: 27px 0 0;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 15px;
}
.get-in-touch form > div {
    grid-column: 1/-1;
}
.get-in-touch form > p {
    width: 100%;
    margin: 0;
    max-width: calc(100% / 2 - 7.5px);
}
.get-in-touch form > p > span {
    display: block;
    width: 100%;
}
.get-in-touch form > p > span > input {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}
.intl-tel-input input {
    width: 100%;
}
.get-in-touch form > p:has(textarea) {
    max-width: 100%;
}
.get-in-touch form > p:has(textarea) textarea {
    width: 100%;
    height: 173px;
    border-radius: 10px;
    resize: none;
    overflow: hidden;
    padding: 22px;
}
.get-in-touch form > p input:not(input[type="submit"]),
.get-in-touch form > p textarea {
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    padding: 0 22px;
    outline: none;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 21.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.get-in-touch form > p input:not(input[type="submit"]) {
    height: 60px;
}
.get-in-touch form > p .flag-container .selected-flag {
    background: #f2f2f2;
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border-radius: 5px;
}
.get-in-touch form > p input[type="submit"] {
    background: var(--secondary-color);
    color: #fff;
    border: 0;
    width: auto;
    height: 64px;
    border-radius: 10px;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    letter-spacing: 1.08px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 60px 0 23px;
    background-image: url(../../images/submit-button-arrow.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: calc(100% - 23px);
    transition: all 0.5s;
}
.get-in-touch form > p input[type="submit"]:hover {
    background-color: var(--primary-color);
    background-image: url(../../images/submit-button-arrow.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: calc(100% - 23px);
    transition: all 0.5s;
}
.get-in-touch form > p .intl-tel-input input {
    padding-left: 95px !important;
}
.get-in-touch form > p > span.wpcf7-spinner {
    display: inline-block;
    width: auto;
    min-width: 24px;
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 0;
}
.hero-banner .slideDown {
    z-index: 1;
}
section.partners {
    padding-bottom: 20px !important;
}
section.partners {
    padding-bottom: 20px !important;
}
.tabingArea-main .card-box {
    height: inherit;
}
.box-area-main {
    align-items: unset !important;
}
.tabingmilestone .nav-tabs li.nav-item:not(:last-child) a:not(.active) {
    background-image: url(https://www.cssoftsolutions.com/wp-content/uploads/2025/02/Vector-5.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto;
}
section.milestone-section {
    padding: 75px 0 82px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tabingmilestone .card {
    border: 1px solid rgb(0 0 0 / 0.09);
    border-radius: 10px;
    position: relative;
    height: 100%;
}
section.milestone-section .card > h4 {
    font-family: var(--primary-font);
    font-size: 25px;
    font-weight: 600;
    line-height: 31.5px;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 5px;
}
section.milestone-section .card > p {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0;
}
section.milestone-section .card:after,
section.milestone-section .card:before {
    content: "";
    background-image: url(https://www.cssoftsolutions.com/wp-content/uploads/2025/02/arrow-between.png);
    width: 15px;
    height: 25px;
    position: absolute;
    left: -19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    top: 50%;
    transform: translateY(-50%);
}
.tabingmilestone .row > div:first-child .card::before {
    display: none;
}
.tabingmilestone .row > div:first-child .card::after {
    display: none;
}
section.our-story .col-md-6 > img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
section.our-story .row > div > div:nth-child(2) {
    background: #e16a7c;
}
section.our-story .row > .col-md-4:nth-child(2) > .card.box-data-story {
    background: rgb(225 106 124 / 0.1);
    border-color: #e16a7c;
}
section.our-story .row > .col-md-4:nth-child(2) > .card.box-data-story {
    background: rgb(225 106 124 / 0.1);
    border-color: #e16a7c;
}
section.our-story .row > .col-md-4:nth-child(3) > .card.box-data-story {
    background: rgb(107, 158, 120, 10%);
    border-color: #6b9e78;
}
section.top-picks-blog .row {
    grid-row-gap: 30px;
}
section.top-picks-blog .row > div {
    margin-bottom: 0px !important;
}
section.top-picks-blog {
    padding: 15px 0 90px !important;
}
.line-title {
    letter-spacing: 0.4em;
}
section.hero-banner .-list.draggable {
    overflow: hidden;
}
section.contact-us-below-section .row > .card-box .title-top h3 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 27px;
    line-height: 34.02px;
    text-align: center;
    letter-spacing: 0.27px;
    margin: 0 0 10px;
    color: #000;
}
section.contact-us-below-section .row > .card-box p {
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.23px;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}
section.contact-us-below-section {
    padding: 90px 0 37.5px;
}
section.contact-us-below-section .row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}
section.contact-us-below-section .row .card-box {
    border-radius: 15px;
    padding: 40px 30px 30px;
    position: relative;
}
section.contact-us-below-section .row .card-box .title-top {
    flex-flow: column;
    align-items: center;
    gap: 25px;
}
section.contact-us-below-section .row .card-box .title-top > img {
    width: 104px;
    height: 104px;
    object-fit: contain;
}
section.contact-us-below-section .row .card-box:first-child {
    background: rgb(225, 106, 124, 10%);
}
section.contact-us-below-section .row .card-box:nth-child(2) {
    background: rgb(234 255 245 / 0.7);
}
section.contact-us-below-section .row .card-box:last-child {
    background: rgb(237 242 255 / 0.7);
}
section.map-section-contact-us {
    padding: 37.5px 0 153px;
}
section.map-section-contact-us .row {
    margin: 0;
}
section.map-section-contact-us .row > div {
    padding: 0;
}
section.map-section-contact-us .row {
    margin: 0;
    position: relative;
}
section.map-section-contact-us .row > div {
    padding: 0;
}
section.map-section-contact-us .row > .content-div {
    padding: 35.5px 21px 35.5px 85px;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 97px;
    position: absolute;
    bottom: -54px;
    background: #fff;
    max-width: 1257px;
    left: 50%;
    transform: translateX(-50%);
}
section.map-section-contact-us .row > .content-div > img {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50px;
}
section.map-section-contact-us .row > .content-div > h4 {
    font-family: var(--primary-font);
    letter-spacing: 0.3px;
    margin: 0;
}
section.map-section-contact-us .row > .content-div > p {
    margin: 0;
    letter-spacing: 0.2px;
    margin-left: auto;
}
section.contact-us-below-section .row .card-box:after {
    content: "";
    width: 100%;
}
section.contact-us-below-section .row .card-box.card-box {
    border-bottom: 3px solid;
}
section.contact-us-below-section .row .card-box:first-child {
    border-color: #d8b29f;
}
section.contact-us-below-section .row .card-box:nth-child(2) {
    border-color: #13b8748a;
}
section.contact-us-below-section .row .card-box:last-child {
    border-color: #3b306c75;
}
section.hero-banner {
    padding: 47px 0 !important;
    min-height: 650px;
    max-height: 650px;
}
section.map-section-contact-us .map-div img {
    width: 100%;
    height: 567px;
    object-fit: cover;
    border-radius: 15px;
}
.team-card > img {
    width: 100%;
}
.banner-item img {
    max-height: 600px;
    object-fit: contain;
}
.team-card > img {
    width: 100%;
}
.banner-item img {
    max-height: 600px;
    object-fit: contain;
}
body.page-template.page-template-template_about_us section.hero-banner .banner-item h1 {
    margin: 0 0 21px !important;
    color: #000;
}
body.page-template-template_about_us section.hero-banner .banner-item p {
    margin: 0;
}
section.our-services.more-about-us {
    padding: 108px 0 45px;
}
section.our-services.more-about-us .pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
    align-items: unset !important;
}
section.our-services.more-about-us .pillars > .pillar {
    width: 100%;
    padding: 35px 28px 35px;
    border-radius: 15px;
    border-bottom: 3px solid #fff0;
    text-align: center;
}
section.our-services.more-about-us .pillars > .pillar:first-child {
    background: rgb(71 161 173 / 10%);
    border-color: #47a1ad;
}
section.our-services.more-about-us .pillars > .pillar:last-child {
    background: rgb(225 106 124 / 0.1);
    border-color: #e16a7c;
}
section.our-services.more-about-us .pillars > .pillar .pillar-image {
    display: flex;
    justify-content: center;
    margin: 0 0 22px;
}
section.our-services.more-about-us .pillars > .pillar .pillar-image img {
    width: 134px;
}
section.our-services.more-about-us .pillars > .pillar h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 31.5px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #000;
    margin: 0 0 10px;
}
section.our-services.more-about-us .pillars > .pillar > p {
    margin: 0;
}
.core-values .values-content > p {
    color: #444;
    margin: 0 0 34px;
}
.core-values .values-content > ul.values-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.core-values .values-content h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 31.5px;
    letter-spacing: 0.25px;
    margin: 0 0 10px;
    color: #000;
}
.core-values .values-content > p {
    margin: 0 0 34px;
}
.core-values .values-content > ul.values-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 29px;
}
.core-values .values-content > ul.values-list > li {
    display: flex;
    align-items: center;
    gap: 18px;
}
.core-values .values-content > ul.values-list > li > span.icon {
    border: 1px solid #3b306c2b;
    border-radius: 6px;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}
.core-values .values-content > ul.values-list > li > span.icon > img {
    width: 28px;
}
.core-values .values-content > ul.values-list > li .value-text {
    width: 100%;
    max-width: calc(100% - 63px);
}
.core-values .values-content > ul.values-list > li .value-text h4 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 25.2px;
    letter-spacing: 0.2px;
    color: #000;
    margin: 0 0 1.5px;
}
.core-values .values-content > ul.values-list > li .value-text > p {
    margin: 0;
}
section.our-services.what-we-are {
    padding: 45px 0 77px;
}
section.our-services.what-we-are {
    padding: 45px 0 77px;
}
section.milestone-section.leadership-team {
    padding: 58px 0 80px;
    background: #fff0;
    position: relative;
}
section.milestone-section.leadership-team:after {
    content: "";
    background: linear-gradient(-180deg, rgb(19 184 116 / 0.06) 21%, rgb(59 48 108 / 0.06) 59%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.6;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
section.milestone-section.leadership-team > .container {
    position: relative;
    z-index: 1;
}
section.milestone-section.leadership-team .row .team-members .row {
    margin: 0;
    grid-row-gap: 30px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card {
    padding: 15px;
    background: #fff;
    border-radius: 14px;
    border-bottom: 3px solid #fff0;
    border-color: var(--secondary-color);
}
.box-area-main.inner {
    gap: 5px;
}
.box-area-main.inner .card-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}
.box-area-main.inner .card-box p {
    padding-right: 100px;
    margin: 0;
}
.box-area-main.inner .card-box img {
    width: 85px;
    height: 91px;
    object-fit: contain;
}
.box-area-main.inner .card-box h3 {
    padding-right: 50px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    width: calc(100% - 180px);
    margin: 0;
}
.box-area-main.inner .card-box:first-child {
    background: rgb(255 237 228);
}
.box-area-main.inner .card-box {
    padding: 42px 0 42px 60px;
    max-width: calc(100% / 2 - 2.5px);
}
.box-area-main.inner .card-box:nth-child(2) {
    background: rgb(223 255 240);
}
.box-area-main.inner .card-box:nth-child(3) {
    background: rgb(227 235 255);
}
.box-area-main.inner .card-box:nth-child(4) {
    background: rgb(252 255 223);
}
.box-area-main.inner .card-box:nth-child(5) {
    background: rgb(232 222 255);
}
.box-area-main.inner .card-box:nth-child(6) {
    background: rgb(255 216 216 / 0.48);
}
.box-area-main.inner .card-box:nth-child(7) {
    background: rgb(223 255 240);
}
.box-area-main.inner .card-box:nth-child(8) {
    background: rgb(227 235 255);
}
.box-area-main.inner .card-box:nth-child(9) {
    background: rgb(252 255 223);
}
.box-area-main.inner .card-box:nth-child(10) {
    background: rgb(223 255 240);
}
.box-area-main.inner .card-box:nth-child(11) {
    background: rgb(227 235 255);
}
.box-area-main.inner .card-box:nth-child(12) {
    background: rgb(252 255 223);
}
.box-area-main.inner.d-flex.justify-content-between.align-items-start.features-grid.row {
    margin: 0;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card {
    display: flex;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title {
    max-width: 296px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title > img {
    width: 100%;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card .team-info {
    max-width: calc(100% - 296px);
    padding-left: 26px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title img {
    border-radius: 15px;
    height: 202px;
    object-fit: cover;
    margin: 0 0 9px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title h3 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 25px;
    line-height: 31.5px;
    letter-spacing: 0.25px;
    text-align: center;
    margin: 0;
    color: #000;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title p.position {
    margin: 0;
    color: rgb(68 68 68 / 0.77);
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card .team-info p.description {
    color: #464646;
    letter-spacing: 0;
    margin: 0 0 18px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card .team-info > a > img {
    width: 42px;
    height: 42px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title .team-image-wrap > a {
    display: none;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card p.position {
    text-align: center;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card > .wrap-image-title .team-image-wrap > a {
    display: none;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(-n + 2) > .team-card p.position {
    text-align: center;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card {
    position: relative;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .wrap-image-title > img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 15px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .wrap-image-title > .team-image-wrap {
    position: absolute;
    bottom: 10px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 10px 24px;
    max-width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    padding-right: 62px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .overlay {
    display: none;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .wrap-image-title > .team-image-wrap > a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .wrap-image-title > .team-image-wrap > a > img {
    width: 42px;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .wrap-image-title > .team-image-wrap h3 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 25px;
    line-height: 31.5px;
    color: #000;
    margin: 0;
}
section.milestone-section.leadership-team .row .team-members .row > div:nth-child(n + 3) > .team-card .wrap-image-title > .team-image-wrap p.position {
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    color: rgb(68 68 68 / 0.77);
}
div#mycustommodel .custom-model-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    padding: 18px 19px 29px;
    border: 0;
    border-radius: 15px;
}
div#mycustommodel .custom-model-content span.custom-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -11px;
    top: -10px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 0.06);
}
div#mycustommodel .custom-model-content video {
    width: 100%;
    max-width: 50%;
    border-radius: 10px;
    min-height: 250px;
}
div#mycustommodel .custom-model-content .contentMessage:has(video) .review-content {
    width: 100%;
    max-width: 50%;
    padding-left: 25px;
}
div#mycustommodel .custom-model-content .review-content {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.28px;
    color: rgb(0 0 0);
}
div#mycustommodel .custom-model-content .review-content > a {
    color: #13b874;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
div#mycustommodel .custom-model-content .contentMessage {
    align-items: unset !important;
    margin: 0 0 40px;
}
div#mycustommodel .custom-model-content .bottom-client-info img {
    width: 84px;
    border-radius: 999px;
    margin: 0 0 15px;
    display: block;
}
div#mycustommodel .custom-model-content .bottom-client-info h6 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.23px;
    text-align: center;
    margin: 0;
    color: #000;
}
div#mycustommodel .custom-model-content .bottom-client-info > span {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #000;
}
div#mycustommodel .custom-model-content span.custom-close {
    padding-left: 1px;
    padding-bottom: 2px;
}
section.our-services.gallery-section {
    padding: 59px 0 0 !important;
    position: relative;
}
section.our-services.gallery-section > .container {
    max-width: 100%;
    padding: 0;
}
section.our-services.gallery-section > .container > .row.gallery-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-end;
    gap: 10px;
}
section.our-services.gallery-section > .container > .row.gallery-grid > div {
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
section.our-services.gallery-section > .container > .row.gallery-grid img {
    width: 100%;
}
section.our-services.gallery-section .center-title.full-area.gallery-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 650px;
    margin: 0;
}
section.our-services.gallery-section > .container > .row.gallery-grid .first-item .gallery-item:first-child > img,
section.our-services.gallery-section > .container > .row.gallery-grid > div.fourth-item:last-child img {
    height: 319px;
    object-fit: cover;
    border-radius: 0 15px 0 0;
}
section.our-services.gallery-section > .container > .row.gallery-grid .first-item .gallery-item:last-child img,
section.our-services.gallery-section > .container > .row.gallery-grid > div.fourth-item:last-child .gallery-item:last-child img {
    height: 327px;
    object-fit: cover;
}
section.our-services.gallery-section > .container > .row.gallery-grid > div.fourth-item:last-child img {
    border-radius: 15px 0 0 0;
}
section.our-services.gallery-section > .container > .row.gallery-grid > div:nth-child(2) .gallery-item:first-child img,
section.our-services.gallery-section > .container > .row.gallery-grid > div:nth-child(4) .gallery-item:first-child img {
    height: 278px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
section.our-services.gallery-section > .container > .row.gallery-grid > div:nth-child(2) .gallery-item:last-child img,
section.our-services.gallery-section > .container > .row.gallery-grid > div:nth-child(4) .gallery-item:last-child img {
    height: 239px;
    object-fit: cover;
}
section.our-services.gallery-section > .container > .row.gallery-grid .third-item img {
    height: 370px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.custom-modal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / 0.4);
}
.custom-model-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.custom-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}
.custom-close:hover,
.custom-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
div#mycustommodel .custom-model-content .review-content {
    display: none;
}
div#mycustommodel .custom-model-content .popup-content {
    display: block !important;
}
.testimonial-slider .slick-track > .testimonial-item > .contentMessage:has(video) {
    position: relative;
}
.testimonial-item .iframe-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 177px;
    max-width: 310px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 10px;
}
.testimonial-item video {
    width: 100%;
    height: 100%;
    border: none;
}

span.click-here-to-play {
    position: absolute;
}
section.more-our-service ul.values-list li.active .value-text p {
    display: block;
}
section.more-our-service ul.values-list li.active i::before {
    --fa: "\f068";
}
section.more-our-service ul.values-list li .value-text p {
    display: none;
}
.repeator-searvice {
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 10px;
}
.form-control:focus {
    box-shadow: none;
}
.repeator-searvice .repeator-searvice-inner-section {
    border: 2px solid #ddd;
    text-align: center;
    width: calc(100% / 3 - 10px);
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0;
}
.repeator-searvice .repeator-searvice-inner-section * {
    color: var(--secondary-color);
}
.repeator-searvice .repeator-searvice-inner-section h4 {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 5px;
}
.repeator-searvice .repeator-searvice-inner-section span {
    font-size: 19px;
    line-height: 19px;
    display: block;
    margin-top: 10px;
}
.our-story p.opacity-text {
    margin-bottom: 30px;
}
.our-story .btn.btn-secondary {
    padding: 17px 25px;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 6%;
    text-transform: uppercase;
}
.our-story .btn.btn-secondary i {
    margin-left: 25px;
}
.repeator-searvice .repeator-searvice-inner-section:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.repeator-searvice .repeator-searvice-inner-section:hover * {
    color: #fff;
}
.inner-partner.partners {
    padding: 70px 0 85px !important;
}
.inner-partner.partners .partner img {
    margin: 10px auto;
}
.inner-partner.partners .partner::after {
    left: -16px;
    right: auto;
}
.inner-partner.partners .heading-industries h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 45px;
    font-weight: 500;
}
.inner-partner.partners .heading-industries h3 span {
    color: var(--primary-color);
}
.inner-partner.partners .heading-industries {
    margin-top: -15px;
}
.milestone-section.leadership-team.section_inner {
    padding: 80px 0;
}
.box-area-main.inner .card-box .title-top.feature-content {
    align-items: center;
    margin-bottom: 20px;
    padding-right: 15px;
    width: 100%;
    justify-content: space-between;
}
.box-area-main.inner .card-box .title-top.feature-content img {
    height: 86px;
    object-fit: contain;
    width: 105px;
}
.main-header .navbar-brand img {
    max-width: 300px;
}
body.single-services .core-values .values-content > ul.values-list > li.active {
    align-items: flex-start;
}
body.single-services .core-values .values-content > ul.values-list > li {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}
body.single-services .core-values .values-content > ul.values-list > li:not(:last-child):after {
    height: 1px;
    width: calc(100% - 86px);
    background: rgb(0 0 0 / 0.15);
    position: absolute;
    bottom: -13px;
    right: 0;
    content: "";
}
body.single-services .core-values .values-content > ul.values-list > li.active span.icon {
    margin-top: 3px;
    background: var(--secondary-color);
}
body.single-services .core-values .values-content > ul.values-list > li h4 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 25px;
    margin-bottom: 0;
}
body.single-services .core-values .values-content > ul.values-list > li h4 i {
    width: 22px;
    height: 22px;
    border: 2px solid var(--secondary-color);
    color: var(--primary-color);
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
body.single-services .core-values .values-content > ul.values-list > li p {
    padding-bottom: 25px;
    margin-top: 10px;
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.1s ease-in;
}
body.single-services .core-values .values-content > ul.values-list > li.active p {
    padding-bottom: 25px;
    margin-top: 10px;
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: all 0.5s ease-out;
}
body.single-services .core-values .values-content > ul.values-list > li span.icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
}
body.single-services .core-values .values-content > ul.values-list > li span.icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
body.single-services .core-values .values-content > ul.values-list > li.active span.icon img {
    filter: brightness(0) invert(1);
}
.our-services.inner-service .card {
    border: 0;
}
.our-services.inner-service .card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.our-services.inner-service .card ul li {
    position: relative;
    padding-left: 85px;
}
.our-services.inner-service .card ul li span {
    position: absolute;
    left: 0;
    width: 68px;
    height: 68px;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.our-services.inner-service .card ul li:not(:last-child) p {
    margin-bottom: 35px;
}
.our-services.inner-service .card > h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px;
}
.our-services.inner-service .card *:empty {
    display: none;
}
.our-services.inner-service img {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 15px;
    object-fit: contain;
    padding: 25px;
    max-width: calc(100% - 10px);
}
.our-services.inner-service .tabingArea-main .nav.nav-tabs {
    margin: 0 0 65px;
}
.our-services.inner-service .box-area-main .row {
    align-items: center;
}
.our-story.service-complete-sol h6.line-title::after {
    left: 430px;
}
.our-story.service-complete-sol h2 span {
    color: var(--primary-color);
}
.faq-service-page h6.line-title {
    display: table;
}
.faq-service-page h6.line-title::after {
    left: calc(100% + 15px);
}
.faq-service-page {
    padding: 90px 0;
}
.faq-service-page .faq-heading-div h2 {
    margin: 0 0 45px;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    align-items: flex-start;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item {
    max-width: 100%;
    width: 100%;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item {
    border-radius: 10px;
    box-shadow: 0 0 25px 4px rgb(123 123 123 / 0.25);
    padding: 40px 40px 40px 110px;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item .faq-question {
    background: none;
    border: 0;
    font-size: 21px;
    font-weight: 500;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item .faq-answer p {
    margin: 15px 0 0;
}
#blog-container .category-wrap-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
#blog-container .category-wrap-container h3 {
    margin: 0;
}
.category-filter {
    margin-top: 65px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.category-filter #category-select {
    background: none;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-left: 15px;
    background-image: url(../images/down-arrow-select.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 400px;
}
.category-filter label {
    font-size: 22px;
    font-weight: 500;
}
#blog-container .posts-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#blog-container .posts-grid .post-card {
    border-radius: 10px;
    overflow: hidden;
    max-width: calc(100% / 3 - 20px);
    background: rgb(168 210 159 / 0.14);
    margin-bottom: 60px;
}
#blog-container .posts-grid .post-card:not(:first-child) {
    margin-left: 30px;
}
#blog-container .posts-grid .post-card:nth-child(3n + 1) {
    margin-left: 0;
}
#blog-container .posts-grid .post-card .post-image {
    width: 100%;
    display: block;
}
#blog-container .posts-grid .post-card .post-image img {
    width: 100%;
}
#blog-container .posts-grid .post-card .post-meta {
    display: flex;
    padding: 20px;
}
#blog-container .posts-grid .post-card .post-meta .category-name,
.content-section-blog .post-meta .user-indo-wrap span.category-meta {
    margin-right: 15px;
    background: rgb(19 184 116 / 0.14);
    color: #13b874;
}
.content-section-blog .post-meta .user-indo-wrap span.category-meta a {
    text-decoration: none;
    color: var(--primary-color);
}
#blog-container .posts-grid .post-card .post-meta > span,
.content-section-blog .post-meta .user-indo-wrap span {
    padding: 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    white-space: nowrap;
    font-size: 13px;
}
#blog-container .posts-grid .post-card .post-meta > span > span {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#blog-container .posts-grid .post-card .post-meta span svg,
.content-section-blog .post-meta .user-indo-wrap span svg {
    margin-right: 5px;
}
#blog-container .posts-grid .post-card .post-meta span.post-date,
.content-section-blog .post-meta .user-indo-wrap span.date-meta {
    background: rgb(59 48 108 / 0.1);
    color: var(--secondary-color);
}
.content-section-blog .post-meta .user-indo-wrap span.author-meta {
    background: rgb(255 141 84 / 0.2);
    color: #ff8d54;
}
#blog-container .posts-grid .post-card .details {
    padding: 0 20px 20px;
}
#blog-container .posts-grid .post-card .details h5 {
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 10px;
    min-height: 64px;
}
#blog-container .posts-grid .post-card .details h5 a {
    text-decoration: none;
    color: #000;
}
#blog-container .posts-grid .post-card .details a.read-more {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
#blog-container .posts-grid .post-card .details p {
    min-height: 116px;
}
#blog-container .category-wrap-container .category-url {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
#blog-container .category-wrap-container .category-url:hover {
    color: var(--primary-color);
}
#blog-container .category-wrap-container .category-url i,
#blog-container .posts-grid .post-card .details a.read-more i {
    transform: rotate(-45deg) translateY(2px);
    transition: all 0.5s;
    top: 2px;
}
#blog-container .category-wrap-container .category-url:hover i,
#blog-container .posts-grid .post-card .details a.read-more:hover i {
    transform: rotate(0deg) translateY(2px);
    transition: all 0.5s;
}
#blog-container .posts-grid .post-card .details a.read-more:hover {
    color: var(--primary-color);
}
#blog-container .posts-grid .post-card:nth-child(2) {
    background: rgb(237 245 255 / 0.6);
}
#blog-container .posts-grid .post-card:last-child {
    background: rgb(240 234 255 / 0.6);
}
section.contact-us-below-section a {
    text-decoration: unset;
    color: #000;
}
.hero-banner-slider {
    display: block;
}
.pagiantion-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    width: 100%;
}
.pagiantion-wrap span,
.pagiantion-wrap a {
    border: 1px solid var(--primary-color);
    margin: 0 10px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
}
.pagiantion-wrap span:hover,
.pagiantion-wrap a:hover,
.pagiantion-wrap span.current {
    background: var(--primary-color);
    color: #fff;
}
.blog-section.caetgory-page {
    margin-top: 65px;
}
.singleBlog.tstimonialSection .banner-item img {
    object-fit: cover;
    height: 460px;
    border-radius: 10px;
    object-position: left;
}
.singleBlog.tstimonialSection {
    padding: 65px 0 15px;
}
.content-section-blog .post-meta .user-indo-wrap {
    display: flex;
}
.content-section-blog .post-meta .user-indo-wrap span {
    margin-right: 15px;
}
.content-section-blog .post-meta .user-indo-wrap .post-like button {
    background: none;
    border: 0;
    height: 39px;
}
.content-section-blog .post-meta .user-indo-wrap .post-like button span {
    padding: 0;
    font-size: 17px;
    color: #000;
}
.custom-share-buttons {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
}
.custom-share-buttons .share-btn {
    margin-left: 10px;
    text-decoration: none;
}
.content-section-blog .post-meta {
    margin-bottom: 40px;
}
.content-section-blog a {
    text-decoration: none;
    font-style: normal;
    color: var(--primary-color);
    font-weight: 400;
}
.content-section-blog a:hover {
    color: var(--secondary-color);
}
.content-section-blog p {
    margin-bottom: 25px;
}
.content-section-blog h3 {
    margin-bottom: 15px;
    font-weight: 500;
}
.content-section-blog h3 b {
    font-weight: 500;
}
.contactFormnew {
    background: #eee;
    padding: 35px;
    border-radius: 25px;
    margin-bottom: 25px;
}
.contactFormnew .form-heading p {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.contactFormnew .form-heading + p {
    margin: 0;
    max-width: calc(50% - 52px);
}
.contactFormnew .form-heading + p label,
.contactFormnew p label {
    font-size: 18px;
    color: #000;
    font-family: var(--primary-font);
    margin-bottom: 5px;
}
.contactFormnew .form-heading {
    margin-bottom: 15px;
    flex: 0 0 100%;
}
.contactFormnew form input:not([type="submit"]) {
    border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 10px;
    padding: 0 22px;
    outline: none;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 21.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    height: 50px;
    margin: 0;
    padding-left: 110px;
}
.contactFormnew .wpcf7-form-control-wrap {
    display: block;
}
.contactFormnew .phone-number-contact {
    max-width: calc(50% - 52px);
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
}
.contactFormnew form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contactFormnew .phone-number-contact p {
    margin: 0;
}
.contactFormnew .phone-number-contact .flag-container {
    border-radius: 15px;
    padding: 2px;
}
.contactFormnew .phone-number-contact .intl-tel-input {
    display: flex;
}
.contactFormnew .btn-submit-contact {
    flex: 0 0 10%;
    align-items: flex-end;
    display: inline-flex;
    position: relative;
}
.contactFormnew .btn-submit-contact p {
    margin: 0;
}
.contactFormnew .btn-submit-contact p input[type="submit"] {
    margin: 0;
    background: var(--primary-color);
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: var(--primary-font);
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 10px;
}
.contactFormnew .btn-submit-contact p input[type="submit"]:hover {
    background: var(--secondary-color);
}
.contactFormnew .phone-number-contact .flag-container .selected-flag {
    border-radius: 5px;
    box-shadow: none;
    width: 100px;
}
.contactFormnew .phone-number-contact .country-phone > .phone_number_area {
    display: none;
}
.contactFormnew .btn-submit-contact .wpcf7-spinner {
    position: absolute;
    top: 47px;
    margin: 0;
    right: -50px;
}
.contactFormnew .btn-submit-contact p {
    width: 100%;
    margin: 34px 0 0;
}
.contactFormnew .form-heading + p input {
    padding: 0 15px;
}
.contactFormnew form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    width: 100%;
    text-align: center;
    border: 2px solid #dc3232 !important;
    color: #dc3232;
}
.our-partner-home.slider-industries-data-service.partners.inner-partner {
    background: no-repeat;
    padding: 0 !important;
}
.our-partner-home.slider-industries-data-service.partners.inner-partner .partner img {
    max-height: 75px;
    min-height: 75px;
    object-fit: contain;
}
.our-partner-home.slider-industries-data-service.partners.inner-partner figcaption {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.partners .title img {
    max-width: 80%;
}
.our-story .line-title {
    display: table;
}
.our-story .line-title::after {
    left: calc(100% + 15px);
}
#tech-stack-display {
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 24px rgb(0 0 0 / 0.06);
    margin-top: 35px;
}
#tech-stack-display h2 {
    display: none;
}
#tech-stack-display .tech-category {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    display: flex;
    align-items: center;
    padding: 15px 0;
}
#tech-stack-display .tech-category .tech-stack-list ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}
#tech-stack-display .tech-category .tech-stack-list ul li {
    margin-right: 10px;
}
#tech-stack-display .tech-category .tech-stack-list ul li a {
    background: rgb(19 184 116 / 0.07);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--secondary-color);
    padding: 8px 19px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}
#tech-stack-display .tech-category .tech-stack {
    width: 250px;
}
#tech-stack-display .tech-category .tech-stack h3 {
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
}
#tech-stack-display .tech-category .tech-stack-list {
    max-width: calc(100% - 250px);
    width: 100%;
}
#tech-stack-display .tech-category:last-child {
    border: 0;
}
.job-filter-wrap {
    display: flex;
    align-items: flex-start;
}
.job-filter-wrap .job-filter-tabs {
    flex: 0 0 325px;
    padding-right: 25px;
    position: sticky;
    top: 100px;
}
.job-filter-wrap .job-listings {
    max-width: calc(100% - 325px);
}
.job-filter-wrap .job-filter-tabs ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.job-filter-wrap .job-filter-tabs ul.tabs li {
    padding: 14px 24px;
    border-bottom: 1px solid #efefef;
    color: #000;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.job-filter-wrap .job-filter-tabs ul.tabs li:last-child {
    border: 0;
}
.job-filter-wrap .job-filter-tabs ul.tabs li.tab.active {
    color: var(--secondary-color);
    font-weight: 700;
    background: rgb(59 48 108 / 0.07);
    position: relative;
}
.job-filter-wrap .job-filter-tabs ul.tabs li.tab.active::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.job-filter-wrap .job-filter-tabs ul.tabs li.tab.active::after {
    background: var(--secondary-color);
    width: 5px;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.job-filter-wrap .job-listings .job {
    box-shadow: 0 0 15px rgb(0 0 0 / 0.09);
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 25px;
    position: relative;
}
.job-filter-wrap .job-listings .job .job-details {
    margin: 25px 0;
}
.job-filter-wrap .job-listings .job .job-details ul,
.single-job-full-wrap .job-meta-data .data-additional ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.job-filter-wrap .job-listings .job .job-details ul li,
.single-job-full-wrap .job-meta-data .data-additional ul li {
    margin-right: 20px;
    font-size: 19px;
}
.job-filter-wrap .job-listings .job .job-details ul li i,
.single-job-full-wrap .job-meta-data .data-additional ul li i {
    background: rgb(59 48 108 / 0.07);
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid rgb(59 48 108 / 0.44);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    font-size: 17px;
    margin-right: 5px;
}
.job-filter-wrap .job-listings .job .apply-now {
    position: absolute;
    top: 25px;
    right: 25px;
}
.job-filter-wrap .job-listings .job .apply-now .apply-button {
    background: var(--secondary-color);
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 6%;
    padding: 14px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.job-filter-wrap .job-listings .job .apply-now .apply-button:hover {
    background: var(--primary-color);
}
.job-filter-wrap .job-listings .job p {
    margin: 0;
}
.job-filter-wrap .job-listings .job p:empty {
    display: none;
}
.job-filter-wrap .job-listings .job p a {
    display: none;
}
.recruitment-apply-job {
    padding-bottom: 40px;
}
body.page-template-Careers .our-services.more-about-us.join-us {
    padding-bottom: 0;
}
.job-filter-wrap .job-listings .job h3 {
    font-weight: 600;
    font-size: 30px;
}
body.single-job .our-services.more-about-us.join-us {
    padding-bottom: 0;
}
body.single-job .our-services.more-about-us.join-us {
    padding-bottom: 0;
}
.single-job-full-wrap .job-meta-data {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.09);
    border-radius: 15px;
    padding: 25px;
    align-items: center;
    margin-bottom: 50px;
}
.single-job-full-wrap .job-meta-data .data-additional ul li {
    margin-right: 0;
    margin-left: 25px;
}
.single-job-full-wrap .job-meta-data h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}
.single-job-description .job-data {
    display: flex;
}
.single-job-description .job-data .job-form {
    width: 690px;
    margin-left: 80px;
    background: rgb(71 161 171 / 0.1);
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid #47a1ad;
}
.single-job-description .job-data .full-job-description {
    width: calc(100% - 770px);
}
.single-job-description .job-data .job-form h3.aol-heading {
    margin-bottom: 25px;
}
.single-job-description .job-data .job-form .aol_app_form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.single-job-description .job-data .job-form .aol_app_form .form-group {
    width: 100%;
    max-width: calc(50% - 7.5px);
    margin: 0;
    position: relative;
}
.single-job-description .job-data .job-form .aol_app_form .aol-text_area {
    max-width: 100%;
}
.single-job-description .job-data .job-form .aol_app_form .form-group input:not([type="file"]),
.single-job-description .job-data .job-form .aol_app_form .form-group textarea {
    height: 60px;
    border: 0;
    box-shadow: none;
    background: #fff;
    font-size: 16px;
    padding: 0 15px;
    -webkit-appearance: textfield;
    appearance: textfield;
    margin: 0;
}
.single-job-description .job-data .job-form .aol_app_form .form-group.aol-file input {
    max-width: 100%;
    line-height: 48px;
    border: 0;
}
.single-job-description .job-data .job-form .aol_app_form .form-group textarea {
    resize: none;
    padding: 15px;
    height: 170px;
}
.single-job-description .job-data .job-form .aol_app_form .form-group #helpphone {
    position: absolute;
    margin: 0;
    display: none;
}
.single-job-description .job-data .job-form .aol_app_form .form-group .help-block {
    position: absolute;
}
.single-job-description .job-data .job-form .aol_app_form .form-group .the-count {
    position: absolute;
    display: none;
}
.single-job-description .job-data .job-form .aol_app_form #aol_app_submit_button {
    background: var(--secondary-color);
    padding: 14px 45px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 6%;
    color: #fff;
    font-family: var(--primary-color);
    border-color: var(--secondary-color);
    margin: 0 auto;
}
.single-job-description .job-data .job-form .aol_app_form #aol_app_submit_button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.single-job-description .job-data .job-form .aol_app_form .form-group.aol-text + p {
    width: 100%;
    font-size: 16px;
    margin: 0;
}
.single-job-description {
    margin-bottom: 80px;
}
.single-job-description .full-job-description strong {
    font-size: 25px;
}
.single-job-description .full-job-description ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}
.single-job-description .full-job-description ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}
.single-job-description .full-job-description ul li::before {
    content: "";
    background: url(../images/tick-icon.svg) center center no-repeat;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 0;
    background-size: contain;
}
.default-content .entry-content p,
.default-content .entry-content ul {
    margin: 0 0 25px;
}
.default-content .entry-content p a,
.default-content .entry-content a {
    color: var(--primary-color);
    text-decoration: none;
}
.default-content .entry-content p a:hover,
.default-content .entry-content a:hover {
    color: var(--secondary-color);
}
.default-content .entry-content ul {
    list-style-type: none;
    padding: 0;
}
.default-content .entry-content ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 400;
}
.default-content .entry-content ul li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--primary-color);
}
.default-content .entry-content {
    padding-top: 60px;
}
.default-content .hero-banner {
    min-height: 400px;
    max-height: 400px;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #13b874;
    background: -moz-linear-gradient(203deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    background: -webkit-linear-gradient(203deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    background: linear-gradient(203deg, rgb(19 184 116 / 0.1) 0%, rgb(59 48 108 / 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13b874",endColorstr="#3b306c",GradientType=1);
}
.default-content .hero-banner h1.entry-title {
    text-align: center;
    margin: 0;
    color: #000;
    background: #13b874;
    background: -moz-linear-gradient(50deg, rgb(19 184 116) 0%, rgb(24 236 149) 47%, rgb(19 184 116) 100%);
    background: -webkit-linear-gradient(50deg, rgb(19 184 116) 0%, rgb(24 236 149) 47%, rgb(19 184 116) 100%);
    background: linear-gradient(50deg, rgb(19 184 116) 0%, rgb(24 236 149) 47%, rgb(19 184 116) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13b874",endColorstr="#13b874",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 60px;
    line-height: 75px;
    font-family: var(--primary-font);
}
.default-content .entry-content h2 {
    margin: 0 0 25px;
    font-size: 30px;
    background: rgb(0 0 0 / 0.04);
    border-left: 5px solid var(--primary-color);
    padding: 8px 15px 11px;
}
.slick-slider ul.slick-dots {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin-top: 25px;
    width: calc(100vw - 50px);
    padding: 0;
    margin: 25px 0 0;
}
.slick-slider ul.slick-dots li {
    margin: 0 5px;
}
.slick-slider ul.slick-dots li button {
    background: #ddd;
    border: 0;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: 1px solid var(--primary-color);
    outline-offset: 2px;
}
.slick-slider ul.slick-dots li.slick-active button {
    background: var(--primary-color);
}
.inner-portfolio-card {
    border-radius: 15px;
    overflow: hidden;
    background: rgb(234 255 245);
    border-bottom: 5px solid rgb(19 184 116 / 0.54);
    margin-bottom: 35px;
}
.inner-portfolio-card .get_thubmnail img {
    min-height: 380px;
    max-height: 380px;
    object-fit: cover;
}
.inner-portfolio-card .card-tab h2 {
    font-size: 27px;
    line-height: 35px;
}
.inner-portfolio-card .card-tab {
    padding: 25px 40px;
}
.inner-portfolio-card .card-tab a.btn.text-white.btn-secondary {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6%;
    padding: 17px 20px;
    border-radius: 10px;
    line-height: 1;
    margin-top: 25px;
    text-transform: uppercase;
}
.inner-portfolio-card .card-tab a.btn.text-white.btn-secondary i {
    margin-left: 15px;
}
.inner-portfolio-card .card-tab h2 {
    margin: 0;
}
.our-services.more-about-us.portfolio-s {
    padding-bottom: 0 !important;
    padding-top: 80px;
}
section.portfolios-section {
    padding-bottom: 50px;
}
.portfolio-sections .portfolio-section .content h2 {
    margin-bottom: 20px;
}
.portfolio-sections .portfolio-section .content ul.listing {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.portfolio-sections .portfolio-section .content ul.listing li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.portfolio-sections .portfolio-section .content ul.listing li img {
    width: 85px;
    height: 85px;
    border: 1px solid rgb(59 48 108 / 0.17);
    padding: 18px;
    border-radius: 10px;
    margin-right: 25px;
}
.portfolio-sections .portfolio-section .content ul.listing li .wrap-title p {
    margin: 0;
}
.portfolio-sections .portfolio-section .content ul.listing li h4 {
    margin-bottom: 5px;
}
.portfolio-section {
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
}
section.trusted_partner .trusted-partner-section {
    text-align: center;
    padding: 70px 0;
}
section.trusted_partner .trusted-partner-section h2 {
    margin: 19px 0;
}
html {
    overflow-x: hidden;
}
#tech-stack-display .tech-category .tech-stack-list ul {
    flex-wrap: wrap;
    gap: 15px;
    padding-right: 10px;
}
#tech-stack-display .tech-category .tech-stack-list ul li a {
    cursor: initial;
}
#tech-stack-display .tech-category .tech-stack-list ul li {
    margin-right: 0;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item {
    padding: 44px 30px;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item span.icon-faq {
    margin: 0 25px 0 0;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item span.icon-faq i.fa-solid.fa-plus {
    color: #1b1139;
}
.single-post .singleBlog h1.mb-4 {
    margin: 0 0 24px 0 !important;
    color: #000;
}
.single-post .singleBlog .user-indo-wrap {
    display: flex;
    gap: 11px;
    align-items: center;
}
.single-post .singleBlog .user-indo-wrap span.category-meta {
    background: rgb(19 184 116 / 10%);
    padding: 10px;
    border-radius: 7px;
}
.single-post .singleBlog .user-indo-wrap span.category-meta a {
    text-decoration: none;
    color: #13b874;
}
.single-post .singleBlog .user-indo-wrap span.category-meta svg {
    margin: 0 6px 0 0;
}
.single-post .singleBlog .user-indo-wrap span.meta-item.date-meta {
    background: rgb(59 48 108 / 10%);
    padding: 10px;
    border-radius: 7px;
    color: #3b306c;
}
.single-post .single-post .singleBlog .user-indo-wrap span.meta-item.date-meta svg {
    margin-right: 6px;
}
.single-post .singleBlog .user-indo-wrap .post-like button.like-button {
    background: #fff0;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.single-post .singleBlog .user-indo-wrap .post-like button.like-button.liked svg path {
    fill: #00bb78;
}
.single-post .singleBlog .user-indo-wrap .post-like {
    padding: 0 0 0 15px;
}
.single-post .singleBlog .user-indo-wrap .post-like span.like-count {
    color: #444;
    font-size: 17px;
}
.single-post .singleBlog .custom-share-buttons a img.logo {
    height: auto;
}
.single-post .singleBlog .custom-share-buttons {
    margin: 29px 0 0 0;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item i.fa-solid.fa-minus {
    display: inline-block;
    color: #13b874;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item.active i.fa-solid.fa-plus {
    display: none;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item i.fa-solid.fa-minus {
    display: none;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item.active i.fa-solid.fa-minus {
    display: inline-block;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item.active {
    border-bottom: 4px solid #3b306c;
}
.faq-service-page .mai-div-faq-wrap .faq-accordion .faq-item .faq-question span.faq-title {
    width: 88%;
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.single-post .singleBlog .custom-share-buttons span {
    color: #000;
}
h2,h1 {
    text-transform: capitalize;
}
main#content-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
main#content-wrapper div#table-of-contents {
    width: 20%;
    position: sticky;
    top: 100px;
    margin-top: 12px;
}
main#content-wrapper .entry-content {
    width: 80%;
}
main#content-wrapper div#table-of-contents ul {
    padding: 0 0 0 15px;
    border-left: 2px solid #000;
    margin: 0;
}
main#content-wrapper div#table-of-contents h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
}
main#content-wrapper div#table-of-contents ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
main#content-wrapper div#table-of-contents ul li a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    display: block;
}
main#content-wrapper div#table-of-contents ul li a.active {
    font-weight: 700;
    color: #13b874;
}
.thank-you .content-wrap {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.thank-you .content-wrap h4.opacity-text {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.thank-you .content-wrap p.opacity-text {
    margin: 0;
}
.wrap-title ul li {
    padding: 5px 0 0 0;
    margin-left: -50px;
    margin-bottom: unset !important;
}
.hero-banner.who-we-are .banner-item {
    width: 100% !important;
}
main#content-wrapper .entry-content h2 {
    font-size: 28px;
}
.portfolio-section > div:has(.image) {
    position: sticky;
    top: 100px;
}
.mainFooter ul.footer_social_list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0 0;
}
.mainFooter .footer_social_icons span {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 15px;
    display: block;
}
.mainFooter ul.footer_social_list li a {
    font-size: 14px;
    height: 38px;
    width: 40px;
    background: #3b306c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
    transition: all ease 0.3s;
}
.mainFooter ul.footer_social_list li a:hover {
    background: #13b874;
}
.mainFooter ul.footer_social_list li i {
    color: #fff;
}
.custom-model-content span.click-here-to-play {
    display: none;
}
.posts-grid.filter-blogs {
    flex-wrap: wrap;
}
.join-us .center-title.full-area.gallery-header p {
    padding: 0 200px;
}
.aol-form-group label {
    display: none;
}
li.tech-mega.custom-mega.nav-item.dropdown ul.dropdown-menu {
    display: inline-block !important;
}
li.tech-mega.custom-mega.nav-item.dropdown ul.dropdown-menu li.nav-item.dropdown.dropdown-submenu ul.dropdown-submenu {
    display: none !important;
}
.fourth-level-mega-menus-le.active {
    display: none !important;
}
.alert-danger {
    display: none;
}
.error {
    color: red;
    text-align: left;
    width: 100%;
}
.mobile-accordia-home .accordion__item {
    margin: 5px auto;
}
.mobile-accordia-home .accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 13px 60px 15px 13px;
    margin-bottom: 2px;
    color: #202020;
    font-size: 28px;
    text-decoration: none;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.mobile-accordia-home .accordion__item .accordion__title:hover {
    background-color: #e5e4e4;
    transition: all 0.5s ease-out;
}
.mobile-accordia-home .accordion__item .accordion-active {
    background-color: #e5e4e4;
}
.mobile-accordia-home .accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: #c9c9c9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mobile-accordia-home .accordion__item .accordion__rotate {
    transform: rotate(225deg);
}
.mobile-accordia-home .accordion__item .accordion__content {
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    background-color: #f3f3f3;
}
.mobile-accordia-home .accordion__item .accordion__arrow-item {
    font-weight: 700;
}
li.tech-mega.custom-mega.current-menu-ancestor.nav-item.dropdown a:first-child + ul.dropdown-menu {
    display: none !important;
}
section.hero-banner.singleBlog.tstimonialSection .banner-item {
    width: 100% !important;
}
.mainFooter ul.footer_social_list li a {
    width: 40px;
    height: 40px;
}
img#faq-image-preview,
.stickyArea {
    position: sticky;
    top: 100px;
}
section.hero-banner {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.single.single-job .hero-banner h2.h1 span {
    color: var(--primary-color);
}
section.contact-us-below-section .row > .card-box p a {
    display: block;
}
h1.h1 span {
    color: var(--primary-color);
}
.thank-you .content-wrap {
    margin: 50px auto;
}
.thank-you .content-wrap img {
    max-width: 300px;
    margin-bottom: 30px;
}
.thank-you .content-wrap a.btn.btn-secondary {
    padding: 14px 25px;
    border-radius: 10px;
    font-size: 18px;
}
.thank-you .content-wrap a.btn.btn-secondary i {
    margin-right: 10px;
}
.thank-you .content-wrap a.btn.btn-secondary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.inner-portfolio-card .get_thubmnail img {
    min-height: 600px;
}
.inner-portfolio-card {
    border: 0;
}
.inner-portfolio-card {
    position: relative;
}
.inner-portfolio-card .card-tab {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    background: #fff;
    max-width: calc(100% - 40px);
    left: 20px;
    border-radius: 15px;
    padding: 20px;
}
.get-in-touch form > p .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 23px;
}
section.hero-banner .col-md-6 img {
    padding: 40px 0 !important;
    max-height: 650px;
    object-fit: contain;
}
section.hero-banner button.btn.btn-secondary.scroll-btn {
    color: #fff !important;
}


body.page-template-template_about_us .team-members .row .col-md-6:nth-child(2) a.linkedin-icon {
    opacity: 0;
    cursor: unset;
}