@font-face {
    font-family: 'Graphik Black';
    src: url('../font/HvDTrial_Graphit-Black-BF649ba95ba77e9.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Bold';
    src: url('../font/HvDTrial_Graphit-Bold-BF649ba95b29d5a.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Medium';
    src: url('../font/HvDTrial_Graphit-Medium-BF649ba95b835b6.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Graphik Regular';
    src: url('../font/HvDTrial_Graphit-Regular-BF649ba95b99054.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Graphik Light';
    src: url('../font/HvDTrial_Graphit-Light-BF649ba95b7de45.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

a {
    text-decoration: none;
}

header {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    background-position: top;
}

.contact-icons {
    display: grid;
    gap: 25px;
}

.contact-icons a svg {
    width: 22px;
    fill: #fff;
}

.contact-icons a {
    display: flex;
    gap: 15px;
    text-decoration: none;
    align-items: center;
}

.contact-icons a h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'Graphik light';
    margin-bottom: 0;
}

header .mobile-block {
    display: none;
}

.expertise-section {
    background-color: #EDEFF0;
    padding: 80px 0px 100px;
}

.expertise-section h1 {
    font-size: 30px;
    color: #716767;
    font-family: 'Graphik Medium';
    padding-bottom: 40px;
    text-transform: capitalize;
}

.expertise-section .expertise-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 33px;
    padding-bottom: 80px;
}

.expertise-section .expertise-items .expertise-item {
    background-color: #fff;
    padding: 31px 10px;
    text-align: center;
    border-radius: 9px;
    border-bottom: 9px solid #DFE0E2;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.expertise-section .expertise-items .expertise-item h4 {
    font-size: 26px;
    margin-bottom: 0;
    color: #716767;
    font-family: 'Graphik Regular';
    margin-top: 14px;
}

.expertise-section .expertise-items .expertise-item:hover h4 {
    color: #000;
}

/* Mobile page CSS */
.hero-section {
    background-image: url(../images/mobile-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 211px 0px 50px;
}

.hero-section .top-logo {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hero-section .contact-icons {
    display: flex;
    justify-content: space-between;
}

.social-media-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 66px;
}

.social-media-icons a {
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px;
}

.hero-section .contact-icons a h5 {
    color: #fff;
    font-size: 25px;
    font-family: 'Graphik Regular';
    margin-bottom: 0;
}

.hero-section .contact-icons a svg {
    width: 22px;
    fill: #fff;
}

/* Quick facts CSS */
.quick-facts {
    display: flex;
    height: 100%;
    align-items: center;
    background: #0946E7;
}

.bg-light-gray {
    background-color: #EDEFF0;
}

.bg-dark-gray {
    background-color: #DFE0E2;
}

.slide1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0946E7;
    color: #fff;
    padding: 42px;
}

.slide1 h1 {
    font-size: 65px;
    font-family: 'Graphik Medium';
    text-transform: uppercase;
    text-align: center;
}

.slide1 p {
    line-height: 38px;
    font-size: 30px;
    font-family: 'Graphik Regular';
    margin-bottom: 0;
    color: #fff;
}

.slide1 hr {
    border: 1.5px solid #fff;
    border-radius: 5px;
    opacity: 1;
}

.top-heading p {
    margin-top: 25px;
}

.bottom-facts .card {
    background-color: #0946E7;
    border: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    color: #fff;
    align-items: end;
    padding-top: 23px;
    justify-content: start;
    padding: 0;
    margin: 0;
    min-height: 0;
    margin-top: 20px;
}

.bottom-facts h2 {
    font-size: 65px;
    line-height: 75px;
    font-family: 'Graphik Medium';
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-facts h2 span {
    font-size: 55px;
    font-family: 'Graphik Regular';
}

.card-text {
    font-size: 1.375rem;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}

.slide2 {
    flex: 4;
}

.slide2 .row {
    margin: 0;
    height: 50%;
}

.cards-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.quick-facts-block {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.quick-facts-block h5 {
    font-size: 34px;
    margin: 100px 0 70px;
    font-family: 'Graphik Medium';
    text-align: center;
}

.margin-right {
    margin-right: 15px !important;
}

.margin-left {
    margin-left: 15px !important;
}

.cards-row .card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 35px 10px;
    margin: 25px 30px;
    min-height: 186px;
    background: #fff;
    width: 100%;
    align-items: center;
    border: 0;
    gap: 28px;
}


.fp-section .card .card img {
    object-fit: contain;
}


.fp-section .card .card-text {
    color: #676767;
}


.fp-section .card .card-text h3 {
    font-size: 34px;
    font-family: 'Graphik Medium';
    margin-bottom: -6px;
}


.fp-section .card .card-text span {
    font-size: 24px;
    font-family: 'Graphik Regular';
    font-weight: 400;
    color: #7B7B7B;
}


.fp-section .card .partners .card img {
    width: 100%;
    height: 42px;
}

/* Happy Clients CSS */

.happy-clients {
    background-color: #fff;
    padding: 78px 80px;
}

.Clientele-heading h1 {
    color: #000;
    font-size: 65px;
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Graphik Medium';
}

.Clientele-heading h1:before {
    position: absolute;
    content: "";
    background: #000;
    width: 265px;
    height: 15px;
    bottom: -30px;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    left: 40%;
    right: 40%;
}

.happy-clients .client-logo {
    border: 1px solid #BCDAFF;
    border-radius: 12px;
    padding: 30px 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    padding-top: 100px;
}


/*Latest-2*/
    {
    display: grid;
    gap: 20px;
}

.color-green {
    color: #7ED957 !important;
}

.color-blue {
    color: #4169E2 !important;
}

.color-green2 {
    color: #54B66D !important;
}

.color-pink {
    color: #D9318B !important;
}

.Project-heading h4 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 60px;
    font-family: 'Graphik Black';
}

.project-main.one {
    padding: 100px 0;
    background-color: #D3BEB7;
    border: 1px solid #FCB9B9;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgb(218 65 8 / 45%) 100%);
}

.project-main.two {
    padding: 100px 0;
    border: 1px solid #7ED957;
    background-image: linear-gradient(to right, #FFF8F4, #E1FDD5);
}

.project-main.three {
    padding: 100px 0;
    border: 1px solid #5A85E9;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.28) 0%, rgba(90, 133, 233, 0.3) 100%);
}

.project-main.four {
    padding: 100px 0;
    border: 1px solid #E7CB57;
    background-image: linear-gradient(to right, #FFF8F4, #CBA33F);
}

.project-main.five {
    padding: 100px 0;
    border: 1px solid #5A85E9;
    background-image: linear-gradient(to right, rgba(202, 255, 231, 0.25) 0%, rgba(65, 105, 226, 0.25) 100%);
}

.project-main.six {
    padding: 100px 0;
    border: 1px solid #58BD71;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.28) 0%, rgba(86, 184, 111, 0.28) 100%);
}

.project-main.seven {
    padding: 100px 0;
    border: 1px solid #E21689;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(226, 22, 137, 0.23) 100%);
}

.project-main.eight {
    padding: 100px 0;
    border: 1px solid #66BA85;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(65, 207, 118, 0.30) 100%);
}

.project-main.nine {
    padding: 100px 0;
    border: 1px solid #E53D00;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(218, 65, 8, 0.5) 100%);
}

.project-main.ten {
    padding: 100px 0;
    border: 1px solid #D32685;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(226, 22, 137, 0.23) 100%);
}

.project-main.eieven {
    padding: 100px 0;
    border: 1px solid #14552B;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(19, 87, 43, 0.5) 100%);
}

.project-main .main-sec {
    padding-right: 50px;
}

.project-main .main-sec .logo h2 {
    font-size: 50px;
    font-family: 'Graphik Black';
    font-weight: bold;
    line-height: 62px;
    padding-top: 25px;
}

.project-main .main-sec .logo h2 span {
    color: #DA4108;
}

.project-main .main-sec .logo p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Graphik Light';
    padding: 10px 0px;
}

.project-main .main-sec .logo p span {
    color: #7ED957;
    font-weight: 600;
}

.project-main .main-sec .Tec-logo h4 {
    font-size: 30px;
    font-family: 'Graphik Medium';
    color: #000;
    padding-top: 9px;
}

.project-main:nth-child(3) .main-sec .Tec-logo .Tec-main-logo {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
}

.project-main .main-sec .Tec-logo .Tec-main-logo {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.Store-logo {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.project-main .main-sec .Tec-logo .Tec-main-logo h6 {
    font-size: 16px;
    font-family: 'Graphik Medium';
}

.project-main .main-sec .logo p a {
    cursor: pointer;
    color: #000;
    text-decoration: underline !important;
    font-family: 'Graphik Medium';
}

.project-main .main-sec .Tec-logo .Tec-main-logo .All-logo {
    text-align: center;
}

.project-main .project-img {
    text-align: end;
}
.Store-logo {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer {
    background-color: #0840E6;
    padding: 100px 100px 87px;
    position: relative;
}

footer::after {
    content: '';
    width: 100%;
    height: 60px;
    bottom: 87px;
    position: absolute;
    left: 0;
    right: 0;
}

footer h6 {
    font-size: 39px;
    color: #fff;
    font-family: 'Graphik Regular';
}

footer h2 {
    font-size: 140px;
    color: #fff;
    font-family: 'Graphik Regular';
}

footer hr {
    color: #fff;
    opacity: 1;
    border-width: 6px;
    border-radius: 8px;
    margin-bottom: 60px;
    margin-top: 20px;
}

footer .contact-icons a h5 {
    color: #fff;
    font-size: 25px;
    font-family: 'Graphik Regular';
    margin-bottom: 0;
}

footer .contact-icons a svg {
    width: 25px;
    fill: #fff;
}

footer .contact-icons a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer img {
    z-index: 9;
    position: relative;
}

.nav-dots {
    position: fixed;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 999;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #52616a;
    border-radius: 50%;
    list-style: none;
    background: #c9d6de;
    transition: all 0.3s;
}

.nav-dot:not(:last-of-type) {
    margin-bottom: 20px;
}

.nav-dot:hover, .nav-dot.is-active {
    transform: scale(1.8);
    background: transparent;
}
#fp-nav ul li .fp-tooltip {
    opacity: 0 !important;
}
/* .section {
    display: grid;
    justify-content: center;
    align-content: center;
    height: 100vh;
    transition: opacity 0.5s ease;
} 

  .section.active {
    opacity: 1;
  } */
  