@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/*==============================================================
Chrome Hack
==============================================================*/
* {
    font-family: 'Rubik', sans-serif;
}
textarea,
input[type='text'] {
    -webkit-appearance: none;
}
textarea,
input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='file'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1142px;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
ol {
    margin: 0;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
h1,
.h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: #171717;
    margin: 0;
}
h2,
.h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #111;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
h2 svg,
.h2 svg {
    position: absolute;
    left: 0;
    top: 69%;
    z-index: -1;
}
h2 svg.center,
.h2 svg.center {
    right: 0;
    margin: 0 auto;
}
h3,
.h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #1d1d1f;
    margin: 0;
}
h4,
.h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    color: #171717;
    margin: 0;
}
h5,
.h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #111111;
    margin: 0;
}
h6,
.h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #171717;
    margin: 0;
}
p,
.p {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #464646;
    margin: 0;
}
.centered-text {
    width: 100%;
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.container {
    max-width: 1432px;
    margin: 0 auto;
    padding: 0 16px;
}
.bg-grey {
    background-color: #eff5ff;
}
.section-padding {
    padding: 80px 0px;
}
.btn {
    padding: 15px 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.556;
    border-radius: 50px;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    transition: all 0.4s ease-in-out;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn.btn-primary {
    background-color: #035b82 !important;
    color: #fff;
    border: 1px solid #035b82 !important;
}
.btn.btn-primary:hover {
    color: #035b82 !important;
    background-color: #fff !important;
}
.btn.btn-secondary {
    color: #035b82;
    background-color: #fff !important;
    border: 1px solid #035b82 !important;
}
.btn.btn-secondary:hover {
    background-color: #035b82 !important;
    color: #fff !important;
}
.common-p-padding {
    padding-top: 16px;
    padding-bottom: 48px;
}
/*discover atom*/
.discover-atom {
    background: linear-gradient(180deg, #f2f3fe 0%, #f2f3fe 100%);
}
.discover-atom .content-wrapper {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
}
.discover-atom .content-wrapper .content {
    width: 44.428%;
}
.discover-atom .content .badge {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.625;
    color: #035b82;
    font-weight: 400;
    gap: 7px;
    padding: 9.5px 14px;
    display: inline-flex;
    align-items: center;
    background: #eff5ff;
    box-shadow: 0px 2px 8px 0px #035b8214;
    border-radius: 50px;
}
.discover-atom .image {
    width: calc(100% - 44.428% - 36px);
}
.discover-atom .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discover-atom .content-wrapper .content p {
    padding-top: 16px;
    padding-bottom: 48px;
}
.discover-atom .content .links {
    display: flex;
    gap: 32px;
}
/*about-khoj*/
.about-khoj .content .link {
    padding: 46px 0px;
}
.about-khoj-content-wrapper {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}
.about-khoj-content-wrapper .content p {
    padding-bottom: 20px;
}
.about-khoj-content-wrapper .content p:last-of-type {
    padding-bottom: 0;
}
.about-khoj-content-wrapper .content {
    width: 67.785%;
}
.about-khoj-content-wrapper .image {
    width: calc(100% - 67.785% - 32px);
}
.about-khoj-content-wrapper .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.about-khoj-content-wrapper .content .stats {
    display: flex;
    margin: 0px -16px;
}
.about-khoj-content-wrapper .content .stats-card {
    width: 15.4%;
    padding: 14px 16px;
    border-right: 1px solid #dcdcdc;
    padding: 10px;
}
.about-khoj-content-wrapper .content .stats-card:last-child {
    border-right: unset;
}
.about-khoj-content-wrapper .content .stats-card .count {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #035b82;
}
.about-khoj-content-wrapper .content .stats-card .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 8px;
    color: #656565;
}
/*why-choose-us*/
.why-choose-us .companies-images {
    display: flex;
    row-gap: 30px;
    padding-bottom: 48px;
}
.why-choose-us .company-image {
    width: 20%;
    padding: 16px;
    height: 100%;
}
.company-image .image {
    position: relative;
    padding-bottom: 81px;
}
.company-image .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.testimonial-card {
    padding: 32px 48px;
    box-shadow: 0px 2px 8px 0px #0000000a;
    border-radius: 16px;
    background-color: #fff;
    height: 100%;
}
.testimonial-card .person-information {
    display: flex;
    padding-bottom: 34px;
    justify-content: space-between;
}
.testimonial-card .info-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-card .info-wrapper .image {
    width: 64px;
    height: 64px;
    position: relative;
}
.testimonial-card .info-wrapper .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-card .info-wrapper .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #171717;
}
.testimonial-card .info-wrapper .role {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #525252;
}
.testimonial-card .review p {
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    line-height: 1.6;
    color: #1d1d1f;
}
.mySwiper .swiper-slide {
    width: 684px;
    display: flex;
    justify-content: center;
    height: 100% !important;
}
.mySwiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
}
.testimonial-slider-controls {
    padding-top: 40px;
    display: flex;
    gap: 10px;
}
.testimonial-slider-controls .swiper-pagination {
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
}
.testimonial-slider-controls .swiper-pagination-progressbar {
    background-color: #bdbdbd;
}
.testimonial-slider-controls
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background-color: #035b82;
}
.testimonial-slider-controls button,
.meetForIntSlider .controls-and-link button {
    width: 48px;
    height: 48px;
    border: 1px solid #1d1d1f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0px;
}
.testimonial-slider-controls button.swiper-button-prev svg,
.meetForIntSlider .controls-and-link button.swiper-button-prev svg {
    transform: rotate(180deg);
}
.testimonial-slider-controls button svg,
.meetForIntSlider .controls-and-link button svg {
    width: unset;
    height: unset;
}
.testimonial-slider-controls button:after,
.meetForIntSlider .controls-and-link button:after {
    display: none;
}
.testimonial-slider-controls .swiper-button-next,
.testimonial-slider-controls .swiper-button-prev,
.meetForIntSlider .controls-and-link .swiper-button-next,
.meetForIntSlider .controls-and-link .swiper-button-prev {
    background-image: unset;
}
.testimonial-slider-controls .swiper-button-next,
.testimonial-slider-controls .swiper-button-prev,
.testimonial-slider-controls .swiper-pagination,
.meetForIntSlider .controls-and-link .swiper-button-next,
.meetForIntSlider .controls-and-link .swiper-button-prev {
    position: static;
}
.why-choose-us p.centered-text {
    max-width: 800px;
    text-align: left;
}
/*resources-and-insights*/
.resources-and-insights .row {
    --bs-gutter-x: 32px;
    row-gap: 30px;
}
.resources-and-insights-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.resources-and-insights-card .resource-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.resources-and-insights-card .content h5 {
    transition: all 0.4s ease-in-out;
}
.resources-and-insights-card:hover .content h5 {
    color: #035b82;
}
.resources-and-insights .content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.resources-and-insights-card .content {
    padding-top: 20px;
}
.resources-and-insights-card .image {
    padding-bottom: 53.933%;
    position: relative;
}
.resources-and-insights-card .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
/*lets-connect*/
.lets-connect {
    background-color: #fafafa;
}
.lets-connect h3 {
    width: 100%;
    max-width: 490px;
}
.lets-connect p {
    padding-top: 16px;
    padding-bottom: 48px;
    width: 100%;
    max-width: 603px;
}
.lets-connect .row {
    --bs-gutter-x: 72px;
    row-gap: 30px;
}
.lets-connect .contact-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 0px;
    padding-bottom: 48px;
    padding-top: 24px;
}
.lets-connect .contact-links li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: underline;
    color: #464646;
    display: inline-flex;
    gap: 24px;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.lets-connect .contact-links li a:hover svg path {
    stroke: #035b82;
}
.lets-connect .contact-links li a:hover {
    color: #035b82;
}
.lets-connect .links {
    display: flex;
    gap: 32px;
}
.lets-connect .links .btn svg path {
    transition: all 0.4s ease-in-out;
}
.lets-connect .links .btn-primary:hover svg path {
    fill: #035b82;
}
.lets-connect .links .btn-secondary:hover svg path {
    fill: #fff;
}
.lets-connect .form {
    padding: 48px;
    background-color: #fff;
    border-radius: 12px;
}
.lets-connect .form h4 {
    padding-bottom: 32px;
    font-size: 30px;
}
.lets-connect .form .row {
    --bs-gutter-x: 24px;
    row-gap: 32px;
}
.lets-connect .input-wrapper label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #1a1a1a;
    padding-bottom: 8px;
}
.lets-connect .input-wrapper .form-control,
.lets-connect .input-wrapper .form-select {
    padding: 16px 17px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #c4cada;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #656565;
    box-shadow: unset;
}
.lets-connect form .input-wrapper .form-select {
    background-color: unset;
}
.lets-connect .input-wrapper .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #656565;
}
.lets-connect button[type='submit'].btn.btn-primary {
    border: 1px solid #035b82;
}

/*services*/
.services .row {
    --bs-gutter-x: 32px;
    row-gap: 30px;
}
.service-card {
    background-color: #fff;
    padding: 32px;
    height: 100%;
    border-radius: 16px;
}
.service-card .image {
    width: 96px;
    height: 110px;
    position: relative;
    margin-bottom: 24px;
}
.service-card .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-card .content ul {
    padding: 10px 0px 24px 0px;
}
.service-card .content ul li {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    color: #525252;
    position: relative;
    padding-left: 16px;
}
.service-card .content ul li:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-right: 50%;
    background-color: #525252;
}
.service-card .content .link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
    transition: all 0.4s ease-in-out;
}
.service-card .content .link a:hover {
    color: #035b82;
}
.services-tab-wrapper {
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    background-color: #fff;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
    min-height: 510px;
}
.services-tab-wrapper .links-wrapper {
    width: 40%;
}
.services-tab-content {
    width: 60%;
}
.services-tab-wrapper .nav {
    flex-direction: column;
    border: 0px;
}
.services-tab-wrapper .nav-item button {
    width: 100%;
    border: 0;
    padding: 30px;
    border: 0px;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    color: #111111;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    border-radius: 0px;
    height: unset;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.services-tab-wrapper .nav-item button.active {
    background-color: #035b82;
    color: #fff;
}
.services-tab-wrapper .nav-item:last-child button {
    border-bottom: 0px;
}
.services-tab-wrapper .nav-item button:after {
    content: '';
    background: url('../img/active-tab.svg') no-repeat center left;
    width: 31px;
    position: absolute;
    right: -23px;
    height: 100%;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.services-tab-wrapper .nav-item button.active:after {
    opacity: 1;
}
.services-tab-wrapper .nav-item button:hover {
    background-color: #035b82;
    color: #fff;
}
.services-tab-wrapper .nav-item button:hover::after {
    opacity: 1;
}
.services-tab-content .service-card {
    padding: 0px 64px;
}
.services-tab-content .service-card h6 {
    font-size: 30px;
}
.services-tab-content .service-card ul {
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.services-tab-content .service-card ul li {
    font-weight: 600;
    width: 48%;
    background-color: #fff;
    border: 1px solid #035b82;
    padding: 20px;
    position: static;
    color: #035b82;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-tab-content .service-card .btn {
    padding: 10px 20px;
    font-size: 15px;
}
.services-tab-content .service-card .image {
    position: static;
    width: unset;
    height: unset;
    margin-bottom: 0px;
}
.services-tab-content .service-card .image img {
    position: static;
    object-fit: cover;
    width: 30%;
    height: 100%;
}
/*meet-for-int*/
.meet-for-int-wrapper {
    transform: scale(0.5);
    transition: all 0.4s ease-in-out;
}
.meet-for-int-wrapper .description {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.meet-for-int-card.swiper-slide-active .meet-for-int-wrapper {
    transform: scale(1);
    margin-top: -250px;
}
.meet-for-int-card.swiper-slide-active .meet-for-int-wrapper .description {
    opacity: 1;
    visibility: visible;
}
.meet-for-int-card .image {
    background-color: #f5f5f5;
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
}
.meet-for-int-card .image img {
    width: 117px;
    height: 117px;
    object-fit: contain;
}
.meet-for-int-card .content .heading {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    color: #1a1a1a;
    padding-top: 24px;
    padding-bottom: 12px;
    text-align: center;
}
.meet-for-int-card .content .description {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #656565;
    text-align: center;
}
.meetForIntSlider.swiper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 250px;
}
.meetForIntSlider .slider-circle {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
}
.meetForIntSlider .slider-circle:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 730px;
    height: 50%;
    margin: 0 auto;
    border: 2px solid #e2e2e2;
    border-bottom: 0;
    left: 0;
    border-radius: 2000px 2000px 0 0;
    right: 0;
}
.meetForIntSlider .controls-and-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
}
.meetForIntSlider .controls {
    display: flex;
    gap: 24px;
}
/*media*/
@media (max-width: 1200px) {
    .discover-atom .content-wrapper,
    .about-khoj-content-wrapper {
        flex-wrap: wrap;
    }
    .discover-atom .content-wrapper .content,
    .discover-atom .image,
    .about-khoj-content-wrapper .content,
    .about-khoj-content-wrapper .image {
        width: 100%;
    }
    .discover-atom,
    .section-padding {
        padding: 40px 0px;
    }
    .common-p-padding {
        padding: 10px 0px 30px 0px;
    }
    .why-choose-us .companies-images {
        justify-content: center;
        flex-wrap: wrap;
    }
    .why-choose-us .company-image {
        width: 25%;
        padding: 0px;
    }
    .lets-connect .form,
    .service-card {
        padding: 24px;
    }
    .lets-connect .form h4 {
        padding-bottom: 20px;
        font-size: 32px;
    }
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 34px;
    }
    h2 svg,
    .h2 svg {
        display: none;
    }
    h3,
    .h3 {
        font-size: 30px;
    }
    h4,
    .h4 {
        font-size: 26px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
    p,
    .p {
        font-size: 16px;
    }
    .lets-connect .links,
    .discover-atom .content .links {
        gap: 10px;
    }
    .discover-atom .content-wrapper .content p,
    .lets-connect p {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .btn {
        font-size: 15px !important;
        line-height: 1.5;
        padding: 10px 20px !important;
    }
    .lets-connect .contact-links {
        padding-top: 12px;
        padding-bottom: 24px;
    }
    .lets-connect .contact-links li a {
        font-size: 16px;
    }
    .service-card .content ul li {
        font-size: 14px;
    }
    .about-khoj-content-wrapper .content .stats-card {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .about-khoj-content-wrapper .content .stats {
        flex-wrap: wrap;
    }
    .about-khoj-content-wrapper .content .stats-card .count {
        font-size: 24px;
    }
    .about-khoj-content-wrapper .content .stats-card .title {
        font-size: 14px;
    }
    .about-khoj .content .link {
        padding: 20px 0px;
    }
    .discover-atom .content .badge {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .service-card .content .link a {
        font-size: 14px;
    }
    .why-choose-us .companies-images {
        padding-bottom: 30px;
    }
    .mySwiper .swiper-slide {
        width: 100%;
    }
    .testimonial-card .info-wrapper {
        flex-direction: column-reverse;
        align-items: unset;
    }
    .testimonial-card {
        padding: 20px;
    }
    .testimonial-card .person-information {
        padding-bottom: 20px;
    }
    .testimonial-card .info-wrapper .name {
        font-size: 20px;
    }
    .testimonial-card .info-wrapper .role {
        font-size: 18px;
    }
    .testimonial-card .review p {
        font-size: 16px;
    }
    .mySwiper .swiper-slide,
    .testimonial-card {
        height: auto !important;
    }
    .meetForIntSlider .slider-circle {
        display: none;
    }
    .meet-for-int-wrapper {
        transform: scale(0.7);
    }
    .services-tab-wrapper {
        padding: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .services-tab-wrapper .links-wrapper,
    .services-tab-content {
        width: 100%;
    }
    .services-tab-wrapper .nav-item button:after {
        display: none;
    }
    .services-tab-content .service-card {
        padding: 0px;
    }
}
@media (max-width: 1024px) {
    .why-choose-us .company-image {
        width: 50%;
    }
    .services-tab-content .service-card ul li {
        width: 100%;
    }
    .services-tab-wrapper .nav-item button {
        padding: 20px;
        font-size: 16px;
        text-align: center;
    }
    .services-tab-content .service-card h6 {
        font-size: 25px;
        text-align: center;
    }
    .services-tab-content .service-card .pt-3 {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .why-choose-us .company-image {
        width: 100%;
    }
    .meetForIntSlider .controls-and-link {
        bottom: 40px;
    }
}
@media (max-width: 390px) {
    .meetForIntSlider .controls-and-link {
        bottom: 60px;
    }
}

.site-content .content-header.content-header-center,
.content-bottom-widgets {
    display: none;
}

.meet-atomint h2 {
        text-decoration: underline;
        text-decoration-color: rgb(251, 171, 34);
    }