h1,
h2,
h3,
h4,
h5,
h6,
nav ul,
p {
    margin: 0
}

.certification h2,
.contact-btn,
.flowControl .subHeading,
.flowControl h2,
.testiheadingAlign,
.textCenter {
    text-align: center
}

.tab-btn:hover,
.tabButtons .tab-btn1:hover {
    transition: background .4s, color .4s;
    background: #fff;
    color: #1e4683;
}

.footerLinkslist li,
.industriesBtn,
.socialIcons h6,
.viewProduct,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
nav ul li a,
p {
    font-family: Inter, sans-serif
}

body,
html {
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0
}

* {
    box-sizing: border-box
}

.bgblue {
    background: #e3eeff
}

.bgred {
    background: #ffeeef
}

.headingFont {
    font-size: 48px;
    color: #1e4683;
    font-weight: 600;
    line-height: 120%
}

.subHeading {
    font-size: 20px;
    margin-top: 22px;
    font-weight: 300;
    line-height: 120%;
    color: #525252
}

.container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto
}

.block,
.d-desk,
.d-desk1,
.dropdown:hover>.dropdown-menu {
    display: block
}

.bannerContainer .slick-dots li button,
.d-mob,
.d-mob1,
.hamburger .icon-close {
    display: none
}

.headerAlign,
.nav-actions,
nav,
nav ul {
    display: flex;
    align-items: center
}

.fBold {
    font-weight: 600
}

header {
    position: fixed;
    z-index: 11111;
    width: 100%;
    top: 25px
}

.headerAlign {
    background: #fff;
    justify-content: space-between;
    padding: 15px 40px
}

.flowContent,
nav {
    justify-content: space-between
}

nav {
    background: #fff;
    color: #000;
    align-items: center
}

nav .logo img {
    height: 45px
}



nav ul {
    list-style: none;
    gap: 20px
}

nav ul li a {
    text-decoration: none;
    color: #000;
    transition: .3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%
}

nav ul li a:hover {
    color: #243b6b
}

.nav-actions {
    align-items: center;
    gap: 15px
}

.search-icon {
    font-size: 18px;
    cursor: pointer;
    color: #002b5c;
    margin: 0 10px 0 20px;
    border: none;
    background: 0 0
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.search-input {
    width: 0;
    opacity: 0;
    padding: 6px 12px;
    /* margin-left: 10px; */
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 16px;
     display: none;
}

/* When activated */
.search-wrapper.search-active .search-input {
    width: 200px;
    opacity: 1;
}

.search-wrapper.search-active .search-icon {
    display: none;
}


.suggestions {
    position: absolute;
    top: 40px;
    background: aliceblue;
    width: 100%;
    padding: 15px;
    line-height: 150%;
    display: none;
}

.contact-btn,
.dropdown-menu li a {
    font-size: 16px;
    text-decoration: none
}

.contact-btn {
    background: #243b6b;
    color: #fff;
    padding: 20px 38px;
    transition: background .3s;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase
}

.contact-btn:hover,
.socialMediaIcons img:hover {
    background: #e31e24;
    color: #fff;
}

.industriesBtn:hover,
.viewProduct:hover {
    background: #243b6b
}

.hamburger {
    display: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    position: relative
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, .1); */
    min-width: 250px;
    z-index: 10000
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -10px;
}

.dropdown>a::after {
    content: " ▼";
    font-size: 12px;
    margin-left: 5px;
    transition: transform .3s;
    display: inline-block;
}

.dropdown-menu .dropdown>a::after {
    content: " ▶";
    font-size: 10px;
}

.dropdown:hover>a::after {
    transform: rotate(180deg)
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    transition: .3s
}

#menu li.active>a {
    color: #243b6b;
    font-weight: 700
}

.dropdown-menu li a:hover {
    background: linear-gradient(118.04deg, #1e4683 3.55%, #1a2a38 95.74%);
    color: #fff !important
}

.bannerSection,
.dropdown,
.videoPart {
    position: relative
}

.bannerSection .slick-dotted.slick-slider,
.footer .dropdown-menu li {
    margin-bottom: 0
}

.bannerContainer .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 46px;
    list-style: none;
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    left: 0
}

.bannerContent .leadName {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0;
    padding-top: 10px
}

.bannerContainer .slick-dots li {
    width: 60px;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s
}

.bannerContainer .slick-dots li.slick-active {
    background: #000
}

.lab-next,
.lab-prev {
    border: none;
    background: 0 0;
    cursor: pointer
}

.bannerControls .lab-prev:hover img {
    content: url('../images/leftblue.webp')
}

.bannerControls .lab-next:hover img {
    content: url('../images/rightblue.webp')
}

/* .bannerContainer {
    padding: 252px 0 212px 40px
} */

.bannerContainer {
    padding: 252px 0 140px 40px;
    position: relative;
}

.blueBox {
    background: #1E4683;
    width: 470px;
    height: 102px;
    position: absolute;
    bottom: 95px;
    left: -15px;
    z-index: 0;
}

.redBox {
    background: #E1171F;
    width: 470px;
    height: 102px;
    position: absolute;
    bottom: 95px;
    left: -15px;
    z-index: 0;
}


.banner {
    background: url(../images/Swiftest_deliverydesktop.webp) center right/cover no-repeat
}

.banner1 {
    background: url(../images/performance_excellencedesktop.webp) center right/cover no-repeat
}

.banner2 {
    background: url(../images/delval_valvesdesktop.webp) center right/cover no-repeat
}

.banner3 {
    background: url(../images/Performance_cycledesktop.webp) center right/cover no-repeat
}

.bannerContent {
    max-width: 744px;
    width: 100%;
    clip-path: polygon(12% 0%, 100% 0%, 100% 88%, 88% 100%, 0% 100%, 0% 12%);
    padding: 50px 30px 30px 50px;
    z-index: 1;
    position: relative;
}

.offerdetailscontain,
.slick-track {
    display: flex
}

.slick-slide {
    height: auto;
    min-height: 100%
}

.strokeText {
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #002f6c;
    border: 1px solid
}

.bannerContainer h1 {
    color: #1e4683;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 2%
}

.bannerContainer p {
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0;
    padding-top: 20px
}

.label,
.number,
.tabButtons a,
.topClients .displayFlex h2,
.viewProduct {
    font-weight: 600;
    line-height: 120%
}

.tabButtons a,
.viewProduct {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.viewProduct {
    letter-spacing: 0;
    background: #e31e24;
    padding: 16px 65px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-top: 72px;
    transition: background .3s;
    text-decoration: none;
}

.viewProduct:hover img {
    transform: rotate(1deg)
}

.industriesBtn img,
.viewProduct img {
    transform: rotate(-40deg);
    transition: transform .3s
}

.bannerControls {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 76px;
    bottom: 56px
}

.topClients {
    padding: 100px 0;
    background: #f4f8ff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 97% 100%, 0% 100%, 0% 0%)
}

.tabs {
    margin: auto;
    border-radius: 6px
}

.topClients .displayFlex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topClients .displayFlex h2 {
    font-size: 48px;
    text-align: center;
    color: #1e4683
}

.tabButtons {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 20px
}

.tabButtons a {
    flex: 1;
    padding: 21px 0;
    border: none;
    background: #fff;
    width: 100%;
    max-width: 290px;
    text-decoration: none
}

.tabButtons .tab-btn1 {
    background: #1e4683;
    color: #fff;
    transition: background .4s, color .4s;
}

.tabButtons .tab-btn {
    background: #fff;
    color: #1e4683;
    transition: background .4s, color .4s;
    border: 1px solid #1e4683;
}

.offer .headingFont,
.offer .subHeading,
.tab-btn:hover,
.testiheadingAlign .subHeading,
.testiheadingAlign h2 {
    color: #fff
}


.topClients .tab-btn:hover {
    color: #fff;
    background: #1e4683;
}

.certification .tab-btn:hover {
    color: #fff;
    background: #1e4683;
}

.testimonials .tab-btn:hover {
    color: #fff;
    background: #1e4683;
}

.projectCarousel {
    display: none;
    padding: 16px;
    margin-top: 50px
}

.number-section {
    display: flex;
    align-items: flex-start;
    padding: 50px;
    gap: 78px
}

.numberPositionSet {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 490px;
    border-right: 1px solid #999;
    cursor: pointer;
    min-height: 300px
}

.topClients .owl-next.disabled img,
.topClients .owl-prev.disabled img {
    opacity: .4;
    pointer-events: none;
    cursor: default
}

.numberDetails,
.slideDetails {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s ease-in-out
}

.numberDetails {
    opacity: 1;
    transform: translateY(0);
    z-index: 2
}

.slideDetails {
    opacity: 0;
    transform: translateY(100%);
    z-index: 1;
    padding: 0 45px 0 0
}

.numberPositionSet:hover .numberDetails {
    opacity: 0;
    transform: translateY(-100%)
}

.numberPositionSet:hover .slideDetails {
    opacity: 1;
    transform: translateY(0)
}

.logowidthAlign img {
    width: 100%
}

.number {
    color: #d71920;
    font-size: 200px;
    position: relative;
    left: -60px
}

.label {
    color: #1c1c1c;
    margin-top: 25px;
    font-size: 24px
}

.label span {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-top: 17px
}

.industriesSlider.owl-carousel .owl-item img,
.topClients .owl-carousel .owl-item img {
    width: auto !important
}

.industriesSlider .owl-nav,
.topClients .owl-nav {
    float: right;
    margin-top: 40px
}

.owl-prev,
.topClients .owl-next,
.topClients .owl-prev {
    margin: 5px
}

.flowControl {
    padding-top: 78px
}

.flowContent {
    display: flex;
    gap: 46px;
    margin-top: 40px
}

.flowcontentAlign {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #525252;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    padding-top: 60px
}

.highlightFlowcontent {
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
    color: #e1171f;
    position: relative;
    top: 15px
}

.leftflowContent,
.rightflowContent {
    width: 100%;
    max-width: 529px
}

.centerflowContent {
    width: 100%;
    max-width: 550px
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.industries {
    padding-top: 84px;
    padding-bottom: 160px
}

.insustriesHeading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.industriesBtn {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    background: #e31e24;
    padding: 15px 40px 15px 55px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.industriesBtn:hover img {
    transform: rotate(0)
}

.industriesboxContent {
    padding: 30px;
    border: 1px solid #d5d9e5;
    height: 315px
}

.indistriesdetails {
    width: 100%;
    max-width: 350px;
    margin-top: 44px
}

.indistriesdetails h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #e1171f;
    margin-bottom: 15px
}

.indistriesdetails p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #525252
}

.industriesBox {
    display: flex;
    gap: 16px
}

.owl-next {
    margin: 5px 0 5px 5px
}

.industriesSlider {
    margin-top: 43px
}

.videoContent .subHeading {
    color: #1e4683
}

.delvalDifference .widthAlign1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 400px
}

.offer {
    padding: 84px 0;
    background: linear-gradient(118.04deg, #1e4683 3.55%, #1a2a38 95.74%)
}

.offerdetails {
    margin-top: 40px
}

.offercardCotent {
    width: 100%;
    max-width: 506px;
    padding: 24px 20px 29px;
    border: 1px solid #ccc;
    margin: -92px auto auto;
    z-index: 11111;
    position: relative;
    background: #fff
}

.offercardCotent h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #1e4683;
    margin-bottom: 15px
}

.offercardCotent p {
    color: #525252;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%
}

.offerdetails .owl-nav {
    position: absolute;
    top: -8rem;
    right: 0
}

.delvalDifference {
    background: url(../images/delvaldiff.webp) center right/cover no-repeat;
    padding: 90px 0
}

.alignVideodetails {
    display: flex;
    gap: 18px
}

.videoContent {
    position: relative;
    width: 100%;
    max-width: 560px
}

.playIconset {
    position: absolute;
    bottom: 15px;
    left: 10px;
    cursor: pointer
}

.certification {
    background: #f4f8ff;
    padding: 75px 0
}

.certification-slider {
    margin: 40px auto
}

.certification-slider .item {
    text-align: center;
    transition: .4s;
    opacity: .2;
    transform: scale(.85);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 412px;
    padding: 10px;
    background-size: calc(100% - 30px) calc(100% - 30px)
}

.certification-slider .certification1 {
    background: url(../images/certification1.webp) center no-repeat;
    height: 148px;
    width: 150px
}

.certification-slider .certification2 {
    background: url(../images/certification2.webp) center no-repeat;
    height: 148px;
    width: 150px
}

.certification-slider .certification3 {
    background: url(../images/certification3.webp) center no-repeat;
    height: 148px;
    width: 150px
}

.certification-slider .certification4 {
    background: url(../images/certification4.webp) center no-repeat;
    height: 148px;
    width: 150px
}

.certification-slider .owl-item.edge .item {
    opacity: .2 !important
}

.certification-slider .item img {
    max-width: auto;
    border-radius: 12px;
    border: 2px solid #ddd
}

.certification-slider .owl-item.active .item {
    opacity: 1;
    transform: scale(.95);
    background: url(../images/certificationedge.webp) center no-repeat
}

.certification-slider .owl-item.center .item {
    opacity: 1;
    transform: scale(1.1);
    border-radius: 12px;
    background: url(../images/certification.webp) center no-repeat
}

.certification .tabButtons,
.testimonials .tabButtons {
    justify-content: center
}

.testimonials {
    padding: 66px 0;
    background: linear-gradient(118.04deg, #1e4683 3.55%, #1a2a38 95.74%)
}

.testimonialContent {
    margin: 30px auto;
    max-width: 999px;
    width: 100%;
    text-align: center;
    transition: opacity .4s;
    background: #fff;
    padding-top: 62px
}

.testimonialContent p {
    color: #444;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    text-align: center
}

.testimonialAuthor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 56px
}

.authorImg {
    object-fit: cover
}

.testimonialAuthor h4 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #1e4683
}

#testimonialRole {
    text-align: left;
    margin-top: 5px
}

.testimonialAuthor p {
    margin: 0;
    font-size: 16px;
    color: #444;
}

.testimonialIcons {
    display: flex;
    margin-top: 30px;
    background: #f4f8ff
}

.testimonialIcons img {
    cursor: pointer;
    transition: .3s;
    padding: 18px 60px;
    width: 100%;
    height: 80px
}

.testimonialIcons img.active,
.testimonialIcons img:hover {
    opacity: 1;
    transform: scale(1);
    background: #fff
}

.footer {
    padding-top: 80px;
    background: url(../images/footerpattern.webp) top right no-repeat
}

.footerAlign {
    display: flex;
    justify-content: space-between
}

.socialMediaIcons img {
    background: #1e4683;
    padding: 13px
}

.socialMediaIcons h6 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.headingAlign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 86px
}

.subscribe-box {
    display: flex;
    width: 350px;
    margin: 20px auto;
    border: 1px solid #ddd;
    overflow: hidden
}

.subscribe-box input[type=email] {
    flex: 1;
    padding: 12px;
    border: none;
    outline: 0;
    font-size: 14px;
    color: #555;
    background: #eaecf2
}

.subscribe-box button {
    background: #e50914;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s
}

.subscribe-box button:hover {
    background: #c20811
}

.footerLinkslist h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 57px
}

.copyRights,
.footerLinkslist li,
.socialIcons h6 {
    font-size: 16px;
    line-height: 120%
}

.footerLinkslist li {
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    list-style: none
}

.footerLinkslist.subcribe h5,
p.subcribeText,
form.subscribe-box {
    display: none;
}

.copyRights,
.footerLinkslist p {
    color: #525252
}

.footerLinkslist a {
    color: #525252;
    text-decoration: none;
    font-weight: 600;
    /* fixed weight – prevents movement */
    display: inline-block;
    /* keeps width stable */
    transition: color .3s ease;
    /* smooth hover */
}

.footerLinkslist a:hover {
    color: #000;
    /* color change only */
    font-weight: 600;
    /* DO NOT CHANGE WEIGHT */
}

.socialIcons h6 {
    font-weight: 600;
    color: #1a2a38;
    margin-bottom: 10px
}

.copyRightssection {
    border-top: 1px solid #cacaca
}

.copyRights {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    font-weight: 400
}

.policyDetails {
    display: flex;
    gap: 30px;
}

.policyDetails a {
    text-decoration: none;
    color: #525252;
}

.policyDetails a span {
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.policyDetails a:hover span {
    color: #e50914;
    /* red hover color */
    font-weight: 500;
    /* bold on hover */
}

.displayFlex .d-desk1 {
    width: 50%
}