:root {
    --primary-color: #34A1A2;
    --primary-70-color: #71BEBE;
    --primary-50-color: #99CFD0;
    --primary-20-color: #D6ECEC;
    --light-primary-color: #34a1a20d;
    --secondary-color: #1A639D;
    --light-secondary-color: #1a639d1a;
    --white-color: #ffffff;
    --grey-color: #474747;
    --dark-color: #272727;
}

* {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    overflow-x: hidden;
}

img {
    user-select: none;
    max-width: 100%;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-white {
    color: var(--white-color);
}

.text-para {
    color: var(--grey-color);
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-light-primary {
    background-color: var(--light-primary-color);
}

.bg-primary-70 {
    background-color: var(--primary-70-color);
}

.bg-primary-50 {
    background-color: var(--primary-50-color);
}

.bg-primary-20 {
    background-color: var(--primary-20-color);
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-light-secondary {
    background-color: var(--light-secondary-color);
}

.bg-white {
    background-color: var(--white-color);
}

a {
    text-decoration: none !important;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: normal;
}

/* 
h1,
h1 {
    font-size: 3.5vw;
    line-height: 4vw;
}

h2,
.h2 {
    font-size: 2.6vw;
    line-height: 3.3vw;
}

h3,
.h3 {
    font-size: 2.37vw;
    line-height: 3.12vw;
}

h4,
.h4 {
    font-size: 2vw;
    line-height: 2.5vw;
}

h5,
.h5 {
    font-size: 22px;
    line-height: initial;
}

h6,
.h6 {
    font-size: 20px;
    line-height: initial;
}

p,
.para {
    font-size: 1.375vw;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    line-height: 2.125vw;
} */
.border-bottom-1 {
    border-bottom: 1px solid var(--primary-20-color);
}

.border-top-1 {
    border-top: 1px solid var(--primary-20-color);
}

h1,
h1 {
    font-size: 56px;
    line-height: 64px;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 54px;
}

h3,
.h3 {
    font-size: 38px;
    line-height: 50px;
}

h4,
.h4 {
    font-size: 32px;
    line-height: 44px;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 36px;
}

h6,
.h6 {
    font-size: 20px;
    line-height: initial;
}

p,
.para {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    line-height: 34px;
}

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

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

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

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

.italic {
    font-style: italic;
}

.cursor-pointer {
    cursor: pointer;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 22px;
    border-radius: 0;
    line-height: 28px;
    color: var(--white-color) !important;
    width: fit-content;
}

.btn-primary {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    color: var(--white-color) !important;
    background: var(--primary-color) !important;
}

.btn-secondary {
    background: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color);
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    background: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

.btn-icon img {
    margin-left: 10px;
}

ul {
    list-style: none;
}


/* add new css for pages */
.top-header-wrapper {
    padding: 11px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.top-header-wrapper ul {
    list-style: none;
}

.top-header-wrapper .contact-details li a {
    font-size: 16px;
    line-height: normal;
}

header {
    position: fixed;
    top: 47px;
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-in;
}

header .navbar-brand img {
    height: 50px;
}

header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--white-color);
}

header.header-padding .navbar {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

header .navbar-nav {
    gap: 36px;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 0;
    color: var(--grey-color);
    cursor: pointer;
}

header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link:hover {
    font-weight: bold;
    color: var(--primary-color);
}

header .connect-btn {
    gap: 10px;
    font-size: 24px;
}

.hero-banner-wrapper .hero-overlay-bg {
    background: linear-gradient(270.04deg, rgba(217, 217, 217, 0) 0.04%, rgba(34, 40, 53, 0.9) 61.5%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-banner-wrapper {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-banner-wrapper.home-hero-banner {
    /* background-image: url(../images/hero-banner.png); */
    background-image: url(../images/banner-leadership.jpg);
    background-position: center -34px;
}

.title {
    padding-left: 36px;
    border-left: 10px solid var(--primary-color);
    margin-bottom: 36px;
    gap: 24px;
}

.hero-banner-wrapper {
    margin-top: 47px;
}

.hero-banner-wrapper p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 36px;
}

.hero-btn {
    width: fit-content;
    padding: 16px 24px;
}

.hero-btn span {
    font-size: 16px;
    line-height: 20px;
}

.hero-btn label {
    font-size: 22px;
    line-height: 22px;
}

.hero-banner-wrapper.home-hero-banner .container {
    padding-top: 225px;
    padding-bottom: 225px;
}

.year-wrapper {
    width: fit-content;
    position: absolute;
    top: 80%;
    right: 0;
    transform: translate(0, -50%);
}

.year-wrapper span {
    font-size: 54px;
    line-height: 54px;
}

.year-wrapper label {
    font-size: 30px;
    line-height: 30px;
}

.img-content-wrapper {
    padding-right: 138px;
}

.point-wrapper {
    list-style: none;
    padding-left: 24px;
    margin-bottom: 36px;
    margin-top: 24px;
}

.point-wrapper li {
    padding-left: 12px;
}

.point-wrapper li::before {
    content: '';
    background-image: url(../images/icons/check-circle.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -24px;
    top: 6px;
}

.about-content-space {
    padding-left: 46px;
}

.wrapper-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.on-time-service-wrapper .card-wrapper img {
    margin-bottom: 20px;
}

.v-space {
    --bs-gutter-y: 1.5rem;
}

.service-card {
    padding: 36px;
    height: 100%;
}

.service-card .service-img {
    padding: 24px;
    margin-bottom: 42px;
    width: fit-content;
}

.service-card .service-img img {
    width: 60px;
    height: 60px;
}

.service-card .service-content .btn {
    width: fit-content;
    font-size: 16px;
    margin-top: auto;
}

.testi-card .quote,
.testi-card .testi-content {
    margin-bottom: 36px;
}

.testi-card .author .name {
    font-size: 28px;
    line-height: 28px;
}

.testi-card .author p {
    line-height: 22px;
}

.testi-card .author img {
    width: 60px;
    height: 60px;
}

.testimonial-slider-wrapper {
    margin-top: 70px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.btn-slider {
    width: 50px;
    height: 50px;
    border: 1px solid var(--secondary-color);
    left: unset;
    transform: unset;
    top: unset;
    right: 0;
    bottom: -145px;
}

.slick-prev.btn-slider {
    right: 60px;
}

.btn-slider:hover {
    background-color: var(--secondary-color);
}

.btn-slider:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(287deg) brightness(107%) contrast(101%);
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    background-color: var(--secondary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .9;
}

.counter-wrapper .count {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 16px;
    animation-duration: 1s;
    animation-delay: 0s;
}

.divider-wrapper>div:not(:last-child) .counter-wrapper:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    background-color: var(--primary-50-color);
}

.blog-card {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
}

.blog-card .blog-img img {
    width: 100%;
    height: 319px;
    object-fit: cover;
}

.blog-card .blog-img .date {
    font-size: 30px;
    line-height: 30px;
    width: 78px;
    height: 82px;
    top: 24px;
    right: 24px;
}

.blog-card .blog-img span {
    font-size: 20px;
    line-height: 20px;
}

.blog-card .btn {
    font-size: 16px;
    line-height: 20px;
}

.blog-slider-wrapper .blog-card {
    max-width: 522px;
    width: 100%;
}

.blog-slider-wrapper.slick-slider {
    /* margin:0 -18px; */
    margin-top: 48px;
}

.blog-slider-wrapper .slick-slide {
    margin-right: 18px;
    margin-left: 18px;
}

.blog-slider-wrapper .btn-slider {
    right: 80px;
    top: -96px;
    bottom: unset;
}

.blog-slider-wrapper .slick-prev.btn-slider {
    right: 140px;
}

.slider-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 125px;
}

.blog-slider-wrapper .slick-dots {
    bottom: -45px;
}


footer input {
    /* max-width: 346px; */
    width: 300px;
    border: 1px solid #AEAEAE;
    padding: 12px 16px;
}

::placeholder {
    color: #AEAEAE;
    font-size: 20px;
    line-height: 30px;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #AEAEAE;
    font-size: 20px;
    line-height: 30px;
}

footer .copy-text {
    border-top: 1px solid #525252;
    padding: 24px 0;

}

footer li a.active,
footer li a:hover {
    color: var(--primary-color) !important;
    font-weight: bold;
}

.schedule-content {
    padding: 36px;
}

.gap-0 {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.calendly-schedule-wrapper .calendly-inline-widget {
    height: 780px;
    min-width: 300px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
    border-radius: 0;
    border: 1px solid #C4C4C4;
}

.bottom-top-wrapper {
    position: fixed;
    right: 36px;
    bottom: 60px;
    transition: all 0.3s ease-in;
}

.bottom-top-wrapper .go-top {
    width: 50px;
    height: 50px;
}

.about-us-hero-banner {
    background-image: url('../images/about-us-hero.png');
}

.hero-banner-wrapper.about-us-hero-banner .container {
    padding-top: 220px;
    padding-bottom: 140px;
}

.experienced-advanced {
    -webkit-box-shadow: 0 0 12px 0 rgba(34, 40, 54, 0.25);
    -moz-box-shadow: 0 0 12px 0 rgba(34, 40, 54, 0.25);
    box-shadow: 0 0 12px 0 rgba(34, 40, 54, 0.25);
}

.experienced-advanced .experinced-img {
    padding: 16px 0 16px 16px;
}

.process-card {
    padding: 36px;
    max-width: 628px;
    width: 100%;
}

.work-process-wrapper {
    overflow-x: hidden;
}

.process-wrapper li:nth-child(even) {
    padding-left: 190px;
}

.process-img {
    margin-top: 48px;
    margin-right: -144px;
}

.hero-banner-wrapper.services-hero-banner {
    background-image: url('../images/services-banner.png');
}

.hero-banner-wrapper.services-hero-banner .container {
    padding-top: 220px;
    padding-bottom: 140px;
}

.top-space-service {
    margin-top: 24px;
}

.hero-banner-wrapper.case-studies-hero-banner {
    background-image: url('../images/case-studies-banner.png');
}

.hero-banner-wrapper.case-studies-hero-banner .container {
    padding-top: 220px;
    padding-bottom: 140px;
}

.badge-label {
    padding-left: 70px;
    font-size: 22px;
    line-height: 28px;
}

.badge-label:before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero-banner-wrapper.case-details-hero-banner {
    background-image: url('../images/case-details-banner.png');
}

.hero-banner-wrapper.case-details-hero-banner .container {
    padding-top: 198px;
    padding-bottom: 105px;
}

.hero-banner-wrapper.our-team-hero-banner {
    background-image: url('../images/our-team-banner.png');
}

.hero-banner-wrapper.our-team-hero-banner .container {
    padding-top: 220px;
    padding-bottom: 140px;
}

.our-team {
    --bs-gutter-x: 2.25rem;
    --bs-gutter-y: 2.25rem;
}

.our-team-card .team-profile .profile {
    background-color: var(--secondary-color);
}

.our-team-card .team-profile .profile img {
    height: 352px;
    object-fit: cover;
    width: 100%;
}

.our-team-card .team-profile .team-name {
    color: var(--secondary-color);
}

.our-team-card .team-social-media {
    padding-top: 80px;
}

.our-team-card .team-social-media ul:after {
    content: '';
    width: 2px;
    height: 80px;
    background-color: var(--secondary-color);
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.our-team-card .team-social-media ul li a svg {
    width: 24px;
    height: 24px;
    fill: var(--secondary-color) !important;
}

.our-team-card .team-profile .profile:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 86px solid transparent;
    border-left: 86px solid var(--secondary-color);
    transform: rotate(90deg);
}

.our-team-card .team-profile .profile:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 76px solid transparent;
    border-left: 76px solid var(--white-color);
    transform: rotate(90deg);
}

.our-team>div:nth-child(even)>.our-team-card .team-profile .profile {
    background-color: var(--primary-color);
}

.our-team>div:nth-child(even)>.our-team-card .team-profile .team-name {
    color: var(--primary-color);
}

.our-team>div:nth-child(even)>.our-team-card .team-social-media ul:after {
    background-color: var(--primary-color);
}

.our-team>div:nth-child(even)>.our-team-card .team-social-media ul li a svg {
    fill: var(--primary-color) !important;
}

.our-team>div:nth-child(even)>.our-team-card .team-profile .profile:before {
    border-left: 86px solid var(--primary-color);
}

.hero-banner-wrapper.blog-hero-banner {
    background-image: url('../images/blog-banner.png');
}

.hero-banner-wrapper.blog-hero-banner .container {
    padding-top: 220px;
    padding-bottom: 140px;
}

.hero-banner-wrapper.blog-details-hero-banner {
    background-image: url('../images/blog-banner.png');
}

.hero-banner-wrapper.blog-details-hero-banner .container {
    padding-top: 198px;
    padding-bottom: 105px;
}

.blog-share-wrapper ul li a svg {
    fill: var(--grey-color) !important;
}

.recent-blog-wrapper .recent-blog-card {
    gap: 24px;
}

.recent-blog-wrapper .recent-blog-card .blog-img img {
    min-width: 150px;
    height: 136px;
    border: 1px solid var(--primary-color);
}

.recent-blog-wrapper .recent-blog-card .date {
    width: 52px;
    height: 52px;
    font-size: 16px;
    line-height: 16px;
    top: 8px;
    right: 8px;
}

.recent-blog-wrapper .recent-blog-card span {
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
}

.recent-blog-wrapper .recent-blog-card .blog-content h5 {
    font-size: 20px;
    line-height: 28px;
}

.recent-blog-wrapper .recent-blog-card .blog-content p {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-blog-wrapper .recent-blog-card:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--primary-20-color) !important;
}

.hero-banner-wrapper.connect-with-us-hero-banner {
    background-image: url('../images/connect-with-us-banner.png');
}

.hero-banner-wrapper.connect-with-us-hero-banner .container {
    padding-top: 220px;
    padding-bottom: 140px;
}

.address-card {
    border-radius: 10px;
}

.address-card .building-img {
    width: 200px;
    height: 200px;
}

.address-details img {
    width: 36px;
    height: 36px;
}

.address-details .address-info img {
    margin-top: 4px;
}

.head-office {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
}

.locatoin-map-wrapper .map iframe {
    width: 100%;
    height: 632px;
}

.copy-text {
    font-size: 16px;
}


.cpa__pillars-wrap h3 {
    font-size: 28px;
    line-height: 1.4;
}

.cpa__pillars-wrap {
    background-color: #f5fafa;
    padding: 24px 30px 30px;
    border-radius: 6px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Pillars of our expertise section start */


.cpa__pillars-wrap ul {
    list-style-type: disc;
    padding-left: 16px;
}

.cpa__pillars-details li {
    font-size: 18px;
}

.cpa__pillarsicn-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 55%;
}

.cpa__pillarsicn-wrap {
    width: 108px;
    height: 108px;
    background-color: #b8daf66e;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.cpa__number {
    width: 39px;
    height: 32px;
    background: #1a639d;
    position: absolute;
    top: 60px;
    left: -2px;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
}

.cpa__number:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1a639d;
    position: absolute;
    left: 0px;
    bottom: -8px;
    transform: rotate(-46deg);
}

/* Pillars of our expertise section end */

/* CTA section start */
.cpa__cta-wrap {
    background-color: #f5fafa;
    border-radius: 6px;
    padding: 100px;
}

.cpa__cta-arrow img {
    width: 215px;
}

.cpa__cta-arrow {
    position: absolute;
    left: -50px;
}

.cpa__cta-sec .btn {
    font-size: 16px;
}

/* CTA section end */

/* about section start */
.cpa__mission-desc p {
    font-size: 18px;
    line-height: 34px;
}

/* about section end */

/* responsive css start */
@media (max-width:1440px) {
    .cpa__cta-arrow img {
        width: 175px;
    }

    .cpa__cta-arrow {
        left: -85px;
    }

    .cpa__cta-wrap {
        padding: 100px 40px;
    }

    .cpa__cta-wrap h2 {
        max-width: 80%;
    }
}

@media (max-width: 1199px) {
    .cpa__cta-arrow {
        left: -112px;
    }
}

@media (max-width: 991px) {
    .cpa__cta-arrow {
        display: none;
    }

    .cpa__cta-wrap {
        padding: 50px 30px;
    }

    .cpa__cta-wrap h2 {
        max-width: 100%;
    }
}

/* responsive css end */



.nav.nav-tabs#myTab::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.nav.nav-tabs#myTab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.nav.nav-tabs#myTab:focus-visible {
    box-shadow: none !important;
}