/* Common Css Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* scrollbar-width: thin;
    scrollbar-color: #FFFFFFAF #231F2066; */
}
/* ScrollBar CSS Start */
::-webkit-scrollbar-track {
    background-color: #231F2066;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #0073E6 !important;
    border-radius: 10px;
}
/* ScrollBar CSS End */
body, html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
    font-family: "Figtree", sans-serif;
    background-color: #F3FBFF;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
html.remove-overflow,
body.remove-overflow {
    overflow: hidden;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-none {
    cursor: auto;
}
.spacer {
    flex: 1 1 auto;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mobile-view {
    display: none;
}
/* Common Button Css Start */
.blue-bg-btn {
    background: #0073E6;
    border: solid 1px #0073E6;
    width: 200px;
    height: 60px;
    border-radius: 48px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-bg-btn p {
    font-size: 18px;
    line-height: 26px;
    color: #E6F7FF;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.blue-bg-btn i {
    font-size: 18px;
    color: #E6F7FF;
    padding-left: 10px;
}
.dark-blue-border-btn {
    background: transparent;
    border: solid 1px #003061;
    width: 200px;
    height: 60px;
    border-radius: 48px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 26px;
    color: #003061;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}
/* Common Button Css End */
/* Header Css Start */
.header-section {
    padding: 25px 0;
    transition: all 0.5s;
    width: 100%;
}
.header-section.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 4px 12px 0px #00000040;
    backdrop-filter: blur(10px);
    background: #FFFFFFBA;
}
.header-section .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-section .header-box .header-logo-box .header-logo-img img {
    width: 200px;
}
.header-section .header-box .header-menu-txt-box .header-menu-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-section .header-box .header-menu-txt-box .header-menu-box .menu-box {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 30px;
}
.header-section .header-box .header-menu-txt-box .header-menu-box .menu-box .menu-item {
    list-style: none;
}
.header-section .header-box .header-menu-txt-box .header-menu-box .menu-box .menu-item .menu-link {
    font-size: 18px;
    line-height: 26px;
    color: #003061;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 1s;
}
.header-section .header-box .header-menu-txt-box .header-menu-box .menu-box .menu-item .menu-link.active,
.header-section .header-box .header-menu-txt-box .header-menu-box .menu-box .menu-item .menu-link:hover {
    color: #0073e6;
}
/* Header Css End */
/* Menu Css Start */
.menu-nav {
    display: none;
}
/* Menu Css End */
/* Footer Css Start */
.footer-section {
    padding: 70px 0;
}
.footer-section .footer-logo-social-icon-box {
    align-items: center;
}
.footer-section .footer-logo-social-icon-box .footer-logo-box img {
    width: 200px;
}
.footer-section .social-icon-box {
    text-align: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-section .social-icon-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 48px;
    width: 48px;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.footer-section .social-icon-box a:not(:last-child) {
    margin-right: 15px;
}
.footer-section .social-icon-box a img {
    width: 24px;
}
.footer-section .footer-copyright-privacy-txt-box {
    align-items: center;
    margin-top: 30px;
}
.footer-section .footer-copyright-privacy-txt-box .copyright-txt-box p,
.footer-section .footer-copyright-privacy-txt-box .copyright-txt-box span {
    font-size: 14px;
    line-height: 21px;
    color: #003061;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-section .footer-copyright-privacy-txt-box .privacy-policy-txt-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-section .footer-copyright-privacy-txt-box .privacy-policy-txt-box a {
    font-size: 14px;
    line-height: 21px;
    color: #003061;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.footer-section .footer-copyright-privacy-txt-box .privacy-policy-txt-box a:hover {
    color: #0073e6;
}
.footer-section .footer-copyright-privacy-txt-box .privacy-policy-txt-box a:not(:last-child) {
    margin-right: 15px;
}
/* Footer Css End */
/* Common Css End */
/* Home Page Css Start */
/* Just a nudge away Css Start */
.just-a-nudge-away-section {
    padding: 20px 0 50px;
}
.just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box {
    background-color: #FFFFFF;
    padding: 80px 100px;
    box-shadow: 0px 4px 4px 0px #0073E633;
    border-radius: 32px;
    width: 100%;
    text-align: center;
}
.just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-title {
    font-size: 64px;
    line-height: 76px;
    color: #003061;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto 40px;
}
.just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-title .highlight-txt {
    color: #0073E6;
}
.just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-txt p {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto 40px;
}
.just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-btn-box {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
/* Just a nudge away Css End */
/* Dark Blue Bg Css Start */
.dark-blue-bg-section {
    background-color: #004891;
}
/* Dark Blue Bg Css End */
/* Unlock Section Css Start */
.unlock-section {
    padding: 80px 0px;
}
.unlock-section .unlock-detail-box {
    align-items: flex-end;
}
.unlock-section .unlock-detail-box .unlock-heading-box {
    margin-bottom: 40px;
}
.unlock-section .unlock-detail-box .unlock-heading-box h6 {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-width: 545px;
}
.unlock-section .unlock-detail-box .unlock-heading-box h2 {
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 545px;
}
.unlock-section .unlock-detail-box .unlock-heading-box h5 {
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 545px;
}
.unlock-section .unlock-detail-box .unlock-heading-box p {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 545px;
}
.unlock-section .unlock-img-detail-box {
    margin: 30px 0 0;
}
.unlock-section .unlock-img-detail-box .unlock-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.unlock-section .unlock-img-detail-box .unlock-img-box img {
    width: 90%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
}
.unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 160px;
    height: 160px;
    padding: 24px;
    border-radius: 24px;
    background-color: #E6F7FF;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box .project-count {
    font-size: 64px;
    line-height: 76px;
    color: #0073E6;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box .project-txt{
    font-size: 28px;
    line-height: 34px;
    color: #121212;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
/* Unlock Section Css End */
/* Why Mid-Size Css Start */
.why-mid-size-section {
    padding: 60px 0;
}
.why-mid-size-section .why-mid-size-heading {
    font-size: 56px;
    line-height: 67px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
.why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box {
    margin-bottom: 25px;
}
.why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card {
    background-color: #FFFFFF;
    border-radius: 32px;
    padding: 24px 32px;
}
.why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 40px;
}
.why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card h5 {
    font-size: 28px;
    line-height: 32px;
    color: #003061;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 300px;
}
.why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card p {
    font-size: 18px;
    line-height: 27px;
    color: #003061;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 300px;
}
/* Why Mid-Size Css End */
/* Tailored Service Section CSS Start */
.tailored-service-section {
    padding: 50px 0;
}
.tailored-service-section .tailored-service-con {
    background-color: #FFFFFF;
    border-radius: 32px;
    padding: 40px;
}
.tailored-service-section .tailored-service-con .tailored-service-detail-box {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}
.tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail {
    width: calc(100% - 200px);
    padding-right: 20px;
}
.tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail h2 {
    font-size: 48px;
    line-height: 57px;
    color: #002A54;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    max-width: 860px;
    margin-bottom: 20px;
}
.tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail p {
    font-size: 24px;
    line-height: 36px;
    color: #002A54;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    max-width: 860px;
    margin-bottom: 0;
}
.tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-btn-box {
    width: 200px;
}
.tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box {
    margin-top: 25px;
}
.tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card {
    border: 1px solid #0030611A;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
}
.tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
}
.tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card h4 {
    font-size: 28px;
    line-height: 32px;
    color: #003061;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 280px;
}
.tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card ul {
    padding-left: 16px;
    margin-bottom: 0;
}
.tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card ul li {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    max-width: 280px;
}
.tailored-service-section .tailored-service-con .mobile-tailored-service-btn-box {
    display: none;
}
/* Tailored Service Section CSS End */
/* Our Work Css Start */
.our-work-section {  
    padding: 50px 0;
}
.our-work-section .our-work-detail-box {
    text-align: center;
}
.our-work-section .our-work-detail-box .our-work-sub-title {
    font-size: 20px;
    line-height: 24px;
    color: #E6F7FF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-work-section .our-work-detail-box .our-work-title {
    font-size: 56px;
    line-height: 67px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-work-section .our-work-detail-box .our-work-txt {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin: 0 auto 30px;
    max-width: 840px;
}
.our-work-section .our-work-card-con .our-work-card-box {
    margin-top: 25px;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card {
    background: #FFFFFF;
    border-radius: 32px;
    height: 100%;
    cursor: pointer;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card .image-box {
    width: 100%;
    height: 280px;
    background: #00000033;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card .card-detail-box {
    padding: 32px;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card .card-detail-box .card-detail-title {
    font-size: 28px;
    line-height: 32px;
    color: #003061;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 315px;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card .card-detail-box .card-detail-txt {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 315px;
}
.our-work-section .our-work-card-con .our-work-card-box.our-work-big-card-box .our-work-card .card-detail-box .card-detail-title,
.our-work-section .our-work-card-con .our-work-card-box.our-work-big-card-box .our-work-card .card-detail-box .card-detail-txt {
    max-width: 670px;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card .card-detail-box .card-detail-category-box {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.our-work-section .our-work-card-con .our-work-card-box .our-work-card .card-detail-box .card-detail-category-box .card-detail-category {
    background-color: #E6F7FF;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
/* Our Work Css End */
/* Slider Css start */
.slider-section {
    padding: 80px 0;
}
.slider-section .slider-detail-box {
    text-align: center;
}
.slider-section .slider-detail-box .slider-detail-sub-title {
    font-size: 20px;
    line-height: 24px;
    color: #E6F7FF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slider-section .slider-detail-box .slider-detail-title {
    font-size: 56px;
    line-height: 67px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
.slider-section .carousel .carousel-inner {
    background: linear-gradient(270.2deg, rgba(0, 0, 0, 0) 0.16%, rgba(0, 0, 0, 0.26812) 68.64%, rgba(0, 0, 0, 0.3) 99.8%);
    padding: 80px;
    border-radius: 32px;
    text-align: left;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-title {
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #FCFCFC;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    margin-bottom: 50px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-txt p {
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-img-box {
    width: 56px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-img-box .carousel-content-post-by-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box {
    width: calc(100% - 56px);
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-post-by-name-position-box {
    padding-right: 15px;
    border-right: 1px solid #FFFFFF;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-post-by-name-position-box .carousel-content-post-by-name {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 0;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-post-by-name-position-box .carousel-content-post-by-position {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-logo-box .carousel-content-logo {
    width: 120px;
    margin-left: 15px;
}
.slider-section .carousel .carousel-indicators [data-bs-target] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 20%;
    border: 0;
}
.slider-section .carousel .carousel-indicators .active {
    opacity: 100%;
}
/* Slider Css End */
/* Need Engineering Css Start */
.need-engineering-section {
    padding: 80px 0px;
}
.need-engineering-section .need-engineering-box {
    background-color: #FFFFFF;
    border-radius: 32px;
    padding: 48px;
    display: flex;
    align-items: flex-end;
    box-shadow: 2px 4px 12px 0px #0000001F;
}
.need-engineering-section .need-engineering-box .need-engineering-content-box {
    width: calc(100% - 200px);
    padding-right: 30px;
}
.need-engineering-section .need-engineering-box .need-engineering-content-box h3 {
    font-size: 48px;
    line-height: 57px;
    color: #003061;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 780px;
}
.need-engineering-section .need-engineering-box .need-engineering-content-box p {
    font-size: 20px;
    line-height: 36px;
    font-family: "Sansation", sans-serif;
    font-weight: 400;
    color: #003061;
    margin-bottom: 0px;
    max-width: 780px;
}
.need-engineering-section .need-engineering-box .need-engineering-btn-box {
    width: 200px;
}
/* Need Engineering Css End */
/* Home Page Css End */
/* Case Study Modal Css Start */
.modal-content {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 24px;
    position: relative;
}
.modal-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
}
.modal-content .close-btn .btn-close {
    outline: 0;
    box-shadow: none !important;
}
.modal-content .modal-body {
    padding: 0;
}
.modal-content .modal-body .modal-detail-title {
    font-size: 48px;
    line-height: 58px;
    color: #002A54;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.modal-content .modal-body .modal-detail-sub-title {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.modal-content .modal-body .bg-img {
    width: 100%;
    height: 480px;
    border-radius: 32px;
    background: #00000033;
    margin: 30px 0;
}
.modal-content .modal-body .heading-txt {
    font-size: 26px;
    line-height: 30px;
    color: #003061;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.modal-content .modal-body .detail-txt p,
.modal-content .modal-body .detail-txt ul li {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.modal-content .modal-body .detail-txt ul {
    margin-bottom: 30px;
}
.modal-content .modal-body .detail-txt ul li {
    margin-bottom: 0;
}
.modal-content .modal-body .highlight-detail-txt-sec {
    margin-top: 40px;
    border-top: solid 1px #CDCDCD;
    padding-top: 40px;
}
.modal-content .modal-body .highlight-detail-txt-sec p {
    font-size: 32px;
    line-height: 38px;
    color: #1C1C1C;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.modal-content .modal-body .modal-img-txt-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.modal-content .modal-body .modal-img-txt-sec .modal-profile-img {
    width: 56px;
    height: 56px;
}
.modal-content .modal-body .modal-img-txt-sec .modal-logo-img {
    width: 120px;
    height: 48px;
}
/* Case Study Modal Css End */
/* Contact Us Modal Css Start */
.contact-modal {
    max-width: 580px;
    height: 100%;
    background-color: #FFFFFF;
    padding: 35px;
    border-radius: 24px;
    position: relative;
}
.contact-modal .modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
}
.contact-modal .modal-close-btn .btn-close {
    outline: 0;
    box-shadow: none !important;
}
.contact-modal .modal-body {
    padding: 0;
}
.contact-modal .modal-body .modal-detail-title {
    font-size: 48px;
    line-height: 52px;
    color: #0073E6;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-modal .modal-body .modal-detail-sub-title {
    font-size: 26px;
    line-height: 32px;
    color: #002A54;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-modal .modal-body .modal-detail-link-txt {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    text-decoration: underline;
    transition: all 1s;
    display: block;
    margin-bottom: 30px;
}
.contact-modal .modal-body .modal-detail-link-txt:hover {
    color: #0073E6;
}
/* Contact Us Modal Css End */

/* Responsive Css Start */
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1600px) {}
@media only screen and (min-width: 1700px) {}
@media only screen and (min-width: 1800px) {
    /* Common Css Start */
    .container {
        max-width: 1700px;
    } 
    /* Common Css End */
    /* Home Page Css Start */
    /* Unlock Section Css Start */
    .unlock-section .unlock-img-detail-box .unlock-img-box img {
        width: 92%;
        height: 680px;
    }
    /* Unlock Section Css End */
    /* Home Page Css End */
}
@media only screen and (min-width: 1900px) {}
@media only screen and (min-width: 2000px) {}
@media only screen and (min-width: 2100px) {}
@media only screen and (min-width: 2200px) {}
@media only screen and (min-width: 2300px) {}
@media only screen and (min-width: 2400px) {}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {}
@media only screen and (max-width: 1199px) {
    /* Common Css Start */
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* Common Css End */
    /* Home Page Css Start */
    /* Just a nudge away Css Start */
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box {
        padding: 40px 35px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-title {
        font-size: 50px;
        line-height: 58px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-txt p {
        font-size: 22px;
        line-height: 30px;
    }
    /* Just a nudge away Css End */
    /* Tailored Service Section CSS Start */
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail p {
        font-size: 22px;
        line-height: 28px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card ul li {
        font-size: 16px;
        line-height: 24px;
    }
    /* Tailored Service Section CSS End */
    /* Our Work Css Start */
    .our-work-section .our-work-detail-box .our-work-sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .our-work-section .our-work-detail-box .our-work-title {
        font-size: 42px;
        line-height: 48px;
    }
    .our-work-section .our-work-detail-box .our-work-txt {
        font-size: 22px;
        line-height: 28px;
    }
    .our-work-section .our-work-card-con .our-work-card-box .our-work-card .image-box {
        height: 240px;
    }
    .our-work-section .our-work-card-con .our-work-card-box .our-work-card .card-detail-box {
        padding: 20px;
    }
    /* Our Work Css End */
    /* Slider Css start */
    .slider-section .slider-detail-box .slider-detail-sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .slider-section .slider-detail-box .slider-detail-title {
        font-size: 42px;
        line-height: 48px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-txt p {
        font-size: 32px;
        line-height: 36px;
    }
    /* Slider Css end */
    /* Need Engineering Css Start */
    .need-engineering-section .need-engineering-box .need-engineering-content-box h3 {
        font-size: 42px;
        line-height: 48px;
    }
    /* Need Engineering Css End */
    /* Home Page Css End */
}
@media only screen and (max-width: 992px) {
    /* Common Css Start */
    /* Header Css Start */
    .header-section .header-box .header-logo-box .header-logo-img img {
        width: 160px;
    }
    .header-section .header-box .header-menu-txt-box .header-menu-box .menu-box .menu-item .menu-link {
        font-size: 16px;
        line-height: 22px;
    }
    /* Header Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Just a nudge away Css Start */
    .just-a-nudge-away-section {
        padding: 20px 0 40px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box {
        padding: 30px 25px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-title {
        font-size: 40px;
        line-height: 48px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-txt p {
        font-size: 20px;
        line-height: 28px;
    }
    /* Just a nudge away Css End */
    /* Unlock Section Css Start */
    .unlock-section .unlock-detail-box .unlock-heading-box h6 {
        font-size: 16px;
        line-height: 18px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box h2 {
        font-size: 50px;
        line-height: 58px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box p {
        font-size: 18px;
        line-height: 26px;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box {
        width: 120px;
        height: 120px;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box .project-count {
        font-size: 40px;
        line-height: 44px;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box .project-txt{
        font-size: 22px;
        line-height: 26px;
    }
    /* Unlock Section Css End */
    /* Tailored Service Section CSS Start */
    .tailored-service-section .tailored-service-con {
        padding: 32px 24px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail p {
        font-size: 20px;
        line-height: 26px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card img {
        width: 32px;
        height: 32px;
        margin-bottom: 20px;
    }
    /* Tailored Service Section CSS End */
    /* Our Work Css Start */
    .our-work-section .our-work-detail-box .our-work-sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .our-work-section .our-work-detail-box .our-work-title {
        font-size: 38px;
        line-height: 44px;
    }
    .our-work-section .our-work-detail-box .our-work-txt {
        font-size: 20px;
        line-height: 26px;
    }
    .our-work-section .our-work-card-con .our-work-card-box .our-work-card .image-box {
        height: 240px;
    }
    /* Our Work Css End */
    /* Slider Css start */
    .slider-section .slider-detail-box .slider-detail-sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .slider-section .slider-detail-box .slider-detail-title {
        font-size: 36px;
        line-height: 42px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-title {
        font-size: 26px;
        line-height: 30px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-sub-title {
        font-size: 16px;
        line-height: 24px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-txt p {
        font-size: 28px;
        line-height: 32px;
    }
    /* Slider Css end */
    /* Need Engineering Css Start */
    .need-engineering-section {
        padding: 60px 0;
    }
    .need-engineering-section .need-engineering-box {
        padding: 32px 20px;
    }
    .need-engineering-section .need-engineering-box .need-engineering-content-box h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .need-engineering-section .need-engineering-box .need-engineering-content-box p {
        font-size: 18px;
        line-height: 30px;
    }
    /* Need Engineering Css End */
    /* Home Page Css End */
    /* Case Study Modal Css Start */
    .modal-content {
        padding: 20px;
    }
    .modal-content .modal-body .modal-detail-title {
        font-size: 32px;
        line-height: 36px;
    }
    .modal-content .modal-body .bg-img {
        height: 240px;
        border-radius: 12px;
    }
    .modal-content .modal-body .heading-txt {
        font-size: 22px;
        line-height: 26px;
    }
    .modal-content .modal-body .detail-txt p,
    .modal-content .modal-body .detail-txt ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .modal-content .modal-body .detail-txt ul {
        margin-bottom: 20px;
    }
    .modal-content .modal-body .detail-txt ul li {
        margin-bottom: 0;
    }
    .modal-content .modal-body .highlight-detail-txt-sec {
        margin-top: 20px;
        padding-top: 20px;
    }
    .modal-content .modal-body .highlight-detail-txt-sec p {
        font-size: 18px;
        line-height: 24px;
    }
    /* Case Study Modal Css End */
    /* Contact Us Modal Css Start */
    .modal-dialog-centered {
        justify-content: center;
    }
    .contact-modal {
        padding: 24px;
        width: 400px;
    }
    .contact-modal .modal-body .modal-detail-title {
        font-size: 32px;
        line-height: 36px;
    }
    .contact-modal .modal-body .modal-detail-sub-title {
        font-size: 24px;
        line-height: 30px;
    }
    .contact-modal .modal-body .modal-detail-link-txt {
        font-size: 18px;
        line-height: 27px;
    }
    /* Contact Us Modal Css End */
}
@media only screen and (max-width: 767px) {
    /* Common Css Start */
    body {
        width: 100%;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: inline-block;
    }
    /* Header Css Start */
    .header-section {
        padding: 20px 20px;
    }
    .header-section .header-box .header-logo-box .header-logo-img img {
        width: 160px;
    }
    .header-section .header-box .header-bar-icon-box .header-bar-icon {
        cursor: pointer;
    }
    .header-section .header-box .header-bar-icon-box .header-bar-icon .menu-bar-icon {
        width: 24px;
    }
    /* Header Css End */
    /* Menu Css Start */
    .menu-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(100%);
        transition: all 1s;
        z-index: 101;
        display: block;
    }
    .menu-nav.active {
        transform: translateX(0);
    }
    .menu-nav .menu-box {
        max-width: 450px;
        height: 100vh;
        background: #FFFFFF;
        margin-left: auto;
        position: relative;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 20px;
        box-shadow: 0 24px 48px #7373734d;
    }
    .menu-nav .menu-box .menu-logo-close-icon-con .menu-logo-close-icon-box .logo-close-icon-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 40px;
    }
    .menu-nav .menu-box .menu-logo-close-icon-con .menu-logo-close-icon-box .logo-close-icon-box .logo-box {
        display: inline-block;
        width: 160px;
    }
    .menu-nav .menu-box .menu-logo-close-icon-con .menu-logo-close-icon-box .logo-close-icon-box .logo-box .logo {
        width: 160px;
    }
    .menu-nav .menu-box .menu-logo-close-icon-con .menu-logo-close-icon-box .logo-close-icon-box .close-icon-box {
        display: inline-block;
        width: 15px;
    }
    .menu-nav .menu-box .menu-logo-close-icon-con .menu-logo-close-icon-box .logo-close-icon-box .close-icon-box .close-icon {
        width: 15px;
    }
    .menu-nav .menu-box .menu-item-con {
        height: calc(100vh - 122px);
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li {
        list-style: none;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        border-radius: 16px;
        font-size: 18px;
        line-height: 18px;
        color: #0F0F0F;
        font-family: "Sansation", sans-serif;
        font-weight: 400;
        text-decoration: none;
        transition: all 1s;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a.active,
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a:hover {
        color: #004891;
        font-weight: 700;
        background: #F3FBFF;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a svg {
        height: 24px;
        width: 24px;
        margin-right: 20px;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a svg path {
        fill: #6C7072;
    }
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a.active svg path,
    .menu-nav .menu-box .menu-item-con .menu-item-box ul li a:hover svg path {
        fill: #004891;
    }
    /* Menu Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 40px 20px;
    }
    .footer-section .footer-logo-social-icon-box {
        align-items: center;
        text-align: center;
    }
    .footer-section .footer-logo-social-icon-box .footer-logo-box img {
        width: 200px;
    }
    .footer-section .social-icon-box {
        margin-top: 30px;
        justify-content: center;
    }
    .footer-section .footer-copyright-privacy-txt-box {
        text-align: center;
    }
    .footer-section .footer-copyright-privacy-txt-box .privacy-policy-txt-box {
        justify-content: center;
        margin-top: 30px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Just a nudge away Css Start */
    .just-a-nudge-away-section {
        padding: 20px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-title {
        font-size: 36px;
        line-height: 43px;
        margin: 0 auto 30px;
    }
    .just-a-nudge-away-section .just-a-nudge-away-con .just-a-nudge-away-box .just-a-nudge-away-txt p {
        font-size: 18px;
        line-height: 25px;
        margin: 0 auto 30px;
    }
    /* Just a nudge away Css End */
    /* Unlock Section Css Start */
    .unlock-section {
        padding: 40px 20px 70px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box {
        margin-bottom: 30px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box h6 {
        font-size: 14px;
        line-height: 16px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .unlock-section .unlock-detail-box .unlock-heading-box p {
        font-size: 18px;
        line-height: 26px;
    }
    .unlock-section .unlock-img-detail-box {
        margin: 30px 0 0;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box img {
        width: 90%;
        height: 300px;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box {
        bottom: -40px;
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box .project-count {
        font-size: 32px;
        line-height: 36px;
    }
    .unlock-section .unlock-img-detail-box .unlock-img-box .project-count-box .project-txt{
        font-size: 18px;
        line-height: 22px;
    }
    /* Unlock Section Css End */
    /* Why Mid-Size Css Start */
    .why-mid-size-section {
        padding: 60px 20px;
    }
    .why-mid-size-section .why-mid-size-heading {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card {
        border-radius: 24px;
        padding: 20px 16px;
    }
    .why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card img {
        width: 30px;
        height: 30px;
        margin-bottom: 30px;
    }
    .why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card h5 {
        font-size: 24px;
        line-height: 28px;
    }
    .why-mid-size-section .why-mid-size-card-con .why-mid-size-card-box .why-mid-size-card p {
        font-size: 16px;
        line-height: 24px;
    }
    /* Why Mid-Size Css End */
    /* Tailored Service Section CSS Start */
    .tailored-service-section {
        padding: 20px;
    }
    .tailored-service-section .tailored-service-con {
        padding: 32px 24px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box {
        flex-direction: column;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail {
        width: 100%;
        padding-right: 0;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-detail p {
        font-size: 18px;
        line-height: 27px;
    }
    .tailored-service-section .tailored-service-con .tailored-service-detail-box .tailored-service-btn-box {
        display: none;
    }
    .tailored-service-section .tailored-service-con .tailored-service-card-con .tailored-service-card-box .tailored-service-card {
        padding: 20px;
    }
    .tailored-service-section .tailored-service-con .mobile-tailored-service-btn-box {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
    /* Tailored Service Section CSS End */
    /* Our Work Css Start */
    .our-work-section {
        padding: 20px;
    }
    .our-work-section .our-work-detail-box .our-work-sub-title {
        font-size: 14px;
        line-height: 18px;
    }
    .our-work-section .our-work-detail-box .our-work-title {
        font-size: 32px;
        line-height: 36px;
    }
    .our-work-section .our-work-detail-box .our-work-txt {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto;
    }
    /* Our Work Css End */
    /* Slider Css start */
    .slider-section {
        padding: 20px;
    }
    .slider-section .slider-detail-box .slider-detail-sub-title {
        font-size: 14px;
        line-height: 18px;
    }
    .slider-section .slider-detail-box .slider-detail-title {
        font-size: 30px;
        line-height: 34px;
    }
    .slider-section .carousel .carousel-inner {
        padding: 20px 16px 60px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-title {
        font-size: 20px;
        line-height: 24px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-sub-title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-txt p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-img-box {
        width: 36px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-img-box .carousel-content-post-by-img {
        width: 36px;
        height: 36px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box {
        width: calc(100% - 36px);
        justify-content: space-between;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-post-by-name-position-box {
        padding-right: 0;
        border-right: 0;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-post-by-name-position-box .carousel-content-post-by-position {
        font-size: 12px;
        line-height: 16px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .carousel-content-post-by-box .carousel-content-post-by-detail-box .carousel-content-logo-box .carousel-content-logo {
        width: 70px;
    }
    /* Slider Css end */
    /* Need Engineering Css Start */
    .need-engineering-section {
        padding: 40px 20px;
    }
    .need-engineering-section .need-engineering-box {
        padding: 32px 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .need-engineering-section .need-engineering-box .need-engineering-content-box {
        width: 100%;
        padding-right: 0;
    }
    .need-engineering-section .need-engineering-box .need-engineering-content-box h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .need-engineering-section .need-engineering-box .need-engineering-content-box p {
        font-size: 16px;
        line-height: 28px;
    }
    .need-engineering-section .need-engineering-box .need-engineering-btn-box {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    /* Need Engineering Css End */
    /* Home Page Css End */
}
@media only screen and (max-width: 575px) {}
@media only screen and (max-width: 525px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 400px) {}
/* For Iphone Common Css Start */
@media only screen and (max-width: 430px) and (-webkit-device-pixel-ratio: 3) {}
/* For Iphone Common Css End */
/* For Iphone Safari Css Start */
/* For Iphone Safari Css End */
/* For Android Css Start */
/* For Android Css End */
/* Responsive Css End */

/* Animation Css Start */
@keyframes splitCenterToLeftTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes splitCenterToRightTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes wipe-in-right {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Animation Css End */