html, body {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.navbar-top .navbar .logo {
    max-width: 220px;
}

.navbar-top .navbar {
    padding: 10px 0;
}

.navbar-top .navbar .navbar-nav .nav-link {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #1F1F1F;
    white-space: nowrap;
    position: relative;
    padding: 8px 32px;
    text-align: center;
}

.navbar-top .navbar .navbar-nav .nav-link.active {
    font-weight: bold;
    color: #000000;
}

.navbar-top .navbar-toggler {
    background: url(../images/menu_icon.svg) center no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px;
}

.navbar-top .navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-top {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
    box-shadow: 0px 2px 13px 2px #00000040;
}

.navbar-top .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: unset;
}

.navbar-top .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 16px;
    color: #1F1F1F;
    transition: all 0.6s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.navbar-top .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-top .navbar-nav .dropdown-menu .dropdown-item.active {
    background: #1B3F8F;
    color: #ffffff;
}

.dropdown-toggle::after {
    border-top: 6px solid #1F1F1F;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    vertical-align: 3px;
    margin-left: 4px;
}

.navbar-top .navbar-nav .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #e8e8e8;
}

.banner-image {
    width: 100%;
    height: calc(100vh - 98px);
}

.banner-section {
    position: relative;
    padding-top: 98px;
}

.banner-section h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 72px;
    line-height: 103px;
    color: #FFFFFF;
    text-shadow: 2px 4px 5px #00000080;
    position: absolute;
    bottom: 120px;
    margin-bottom: 0;
}

.banner-section h2 span {
    display: block;
}

.about-wrapper {
    background: #FFFFFF;
    padding: 120px 0;
}

.content-wrapper h4 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 60px;
    color: #284480;
    margin-bottom: 40px;
}

.content-wrapper h5 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #284480;
    position: relative;
}

.content-wrapper h5::after {
    content: '';
    width: 68px;
    height: 6px;
    background: #F8CD2A;
    border-radius: 0px 25px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.content-wrapper p,
.service-content-wrapper ul li {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #1F1F1F;
}

.red-color-txt {
    color: #ED3237 !important;
}

.about-wrapper h5 {
    margin-bottom: 48px;
}

.about-wrapper p:not(:last-child) {
    margin-bottom: 24px;
}

.services-wrapper,
.contact-wrapper {
    padding: 120px 0;
    background: #F5F5F5;
}

.services-wrapper h5 {
    margin-bottom: 80px;
}

.service-card-list,
.product-card-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    gap: 32px;
}

.service-card,
.product-card {
    width: calc((100% - 128px)/4);
    border-radius: 6px;
    box-shadow: 8px 5px 13px 2px #00000040;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
}

.service-card {
    height: 316px;
}

.product-card {
    height: 290px;
}

.contact-wrapper h5 {
    margin-bottom: 32px;
}

.service-card.card-1 {
    background: url(../images/modification_upgrade_service_img.png) center/cover no-repeat;
}

.service-card.card-2 {
    background: url(../images/procurement_service_img.jpg) center/cover no-repeat;
}

.service-card.card-3 {
    background: url(../images/preservation_img.jpg) center/cover no-repeat;
}

.service-card.card-4 {
    background: url(../images/hydraulics_equipments_img.png) center/cover no-repeat;
}

.service-card.card-5 {
    background: url(../images/motor_rewinding.jpg) center/cover no-repeat;
}

.service-card.card-6 {
    background: url(../images/generator.jpg) center/cover no-repeat;
}

.service-card.card-7 {
    background: url(../images/fire.jpg) center/cover no-repeat;
}

.service-card.card-8 {
    background: url(../images/product_service.jpg) center/cover no-repeat;
}

.service-card.card-9 {
    background: url(../images/team_support.jpg) center/cover no-repeat;
}

.service-card h6,
.product-card h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 0;
    background: #ffffffe6;
    border-radius: 0 0 6px 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: 0.6s ease-in-out;
    letter-spacing: 0.03rem;
}

.product-card h6 {
    height: 80px;
}

.service-card h6 {
    height: 104px;
}

.service-card:hover h6,
.product-card:hover h6 {
    background: #F5F5F5; 
    /* background: #ffffff; */
}

.contact-number-details {
    background: url(../images/contact_bg.jpg) center/cover no-repeat;
    height: 100%;
    padding: 24px;   
}

.content-wrapper .contact-number-details p  {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.content-wrapper .contact-number-details p a {
    color: #ffffff;
}

.content-wrapper .contact-number-details p a:hover {
    text-decoration: none;
}

.input-wrapper {
    position: relative;
    margin-bottom: 36px;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    border: 2px solid #284480;
    border-radius: 5px;
    padding: 16px 24px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F;
    background: #F5F5F5;
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
    color: #888888;
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
    outline: unset;
}

.contact-wrapper button {
    background: #284480;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    border: unset;
    padding: 12px 24px;
    min-width: 140px;
}

.line-h0 {
    line-height: 0 !important;
}

.footer-wrapper {
    background: #1B3F8F;
    padding: 24px 16px;
}

.footer-wrapper p {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    padding-left: 22px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.footer-wrapper p::before {
    content: '';
    background: url(../images/copyright_icon.png) center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    background-size: 18px;
    top: 3px;
}

.services-section {
    margin-top: 98px;
}

.service-content-wrapper {
    padding: 64px 16px;
}

.service-content-wrapper img:not(.gallery-item img):not(.tuffa-onesource-logo img) {
    max-width: 100%;
    height: auto;
    border: 18px solid #F5F5F5;
    box-shadow: 5px 5px 17px -5px #00000040;
}

.service-content-wrapper h6 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #1F1F1F;
}

.modification-service-banner,
.rig-stacking-banner {
    margin-bottom: 40px;
}

.modification-service h6 {
    position: relative;
}

.modification-service h6::before,
.service-content-wrapper ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1F1F1F;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
}

.modification-service h6::before {
    left: -30px;
}

.modification-service {
    padding-left: 32px;
}

.details p:not(:last-child) {
    margin-bottom: 6px;
}

.details p:last-child {
    margin-bottom: 0;
}

.modification-service .details:not(:last-child) {
    margin-bottom: 16px;
}

.service-content-wrapper ul {
    padding-left: 24px;
}

.service-content-wrapper ul li {
    list-style: none;
    position: relative;
}

.service-content-wrapper ul li:not(:last-child) {
    margin-bottom: 6px;
}

.service-content-wrapper ul li::before {
    left: -21px;
}

.hydraulics-equipments-services h6 {
    border-bottom: 2px solid #1f1f1f;
    width: fit-content;
    width: -moz-fit-content;
    padding-bottom: 2px;
}

.product-wrapper {
    padding: 72px 16px;
    background: #ffffff;
}

.product-card.card-1 {
    background: url(../images/oil_field_equipment.jpg) center/cover no-repeat;
}

.product-card.card-2 {
    background: url(../images/oil_field_products.jpg) center/cover no-repeat;
}

.product-card.card-3 {
    background: url(../images/fire_gas.jpg) center/cover no-repeat;
}

.product-card.card-4 {
    background: url(../images/safety_product.jpg) center/cover no-repeat;
}

.product-card.card-5 {
    background: url(../images/power_system.jpg) center/cover no-repeat;
}

.product-card.card-6 {
    background: url(../images/environmental_products.jpg) center/cover no-repeat;
}

.product-card.card-7 {
    background: url(../images/tuffa_bg.png) center/cover no-repeat;
}

.product-card.card-8 {
    background: url(../images/one_source_write_up_1.jpg) center/cover no-repeat;
}

.tuffa-product-list {
    padding: 40px 0;
}

.service-content-wrapper .tuffa-card-wrapper .product-card {
    margin: 0 !important;
    width: calc(20% - 24px);
    height: 230px;
}

.service-content-wrapper .tuffa-card-wrapper .product-card h6 {
    font-size: 16px;
    line-height: 22px;
    height: 72px;
}

.tuffa-card-wrapper {
    gap: 24px;
    width: calc(100% + 24px);
}

.tuffa-card-wrapper .product-card.card-1 {
    background: url(../images/create_custom_tag.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-2 {
    background: url(../images/flange-torque.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-3 {
    background: url(../images/lockout-products.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-4 {
    background: url(../images/custom-stainless.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-5 {
    background: url(../images/valve-tags.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-6 {
    background: url(../images/tag-shop.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-7 {
    background: url(../images/huge-range.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-8 {
    background: url(../images/valve-lockouts.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-9 {
    background: url(../images/asset_plates.jpeg) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-10 {
    background: url(../images/sale-tag.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-11 {
    background: url(../images/Tuffa-Writeup-Pic-1.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-12 {
    background: url(../images/Tuffa-Writeup-Pic-3.png) center/cover no-repeat;
}

.tuffa-card-wrapper .product-card.card-13 {
    background: url(../images/Tuffa-Writeup-Pic-2.jpg) center/cover no-repeat;
}

.client-list-wrapper .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.client-list-wrapper .owl-carousel .owl-item {
    float: unset;
}

.client-list-wrapper {
    padding: 120px 0;
    background: #ffffff;
}

.logo-wrapper {
    margin-top: 24px;
    column-gap: 16px;
}

.logo-wrapper div {
    width: 50%;
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gallery-wrapper .gallery-item {
    width: calc((100%/3) - 8px);
}

.gallery-wrapper .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.header-wrapper,
.tuffa-onesource-logo,
.logo-wrapper {
    display: flex;
    align-items: center;
}

.tuffa-onesource-logo {
    column-gap: 32px;
}

.tuffa-onesource-logo .onesource-logo {
    max-width: 270px;
}

.header-wrapper {
    justify-content: space-between;
    margin-bottom: 28px;
}