/*
Theme Name: ARG Petro
Description: Custom WordPress theme for Gibson Ads
Version: 1.0
Author: Krish Patel
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import "./assets/fonts/stylesheet.css";

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}

a {
    outline: none;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

iframe {
    max-width: 100%;
    border: 0px;
    width: 100%;
}

.wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0px;
}

@media (min-width: 1800px) {

    header .container,
    .page-template-insight .container {
        max-width: 1664px;
        padding: 0px 30px;
    }

    .container {
        max-width: 1470px;
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

/* ============================================
   SCROLL ANIMATIONS & TEXT EFFECTS
   ============================================ */


/* Base animation classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered children animation */
.stagger-children>* {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stagger-children.animate-in>*:nth-child(1) {
    transition-delay: 0.1s;
}

.stagger-children.animate-in>*:nth-child(2) {
    transition-delay: 0.2s;
}

.stagger-children.animate-in>*:nth-child(3) {
    transition-delay: 0.3s;
}

.stagger-children.animate-in>*:nth-child(4) {
    transition-delay: 0.4s;
}

.stagger-children.animate-in>*:nth-child(5) {
    transition-delay: 0.5s;
}

.stagger-children.animate-in>*:nth-child(6) {
    transition-delay: 0.6s;
}

.stagger-children.animate-in>*:nth-child(7) {
    transition-delay: 0.7s;
}

.stagger-children.animate-in>*:nth-child(8) {
    transition-delay: 0.8s;
}

.stagger-children.animate-in>*:nth-child(9) {
    transition-delay: 0.9s;
}

.stagger-children.animate-in>*:nth-child(10) {
    transition-delay: 1s;
}

.wrp-front-hero img {
    width: 100%;
}

header .blue-bg-btn {
    font-size: 22px;
}

.front-hero h1 {
    color: #fff;
    font-family: "Gotham Ultra", Arial, sans-serif;
    font-size: clamp(78px, 6.7vw, 129px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.09;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home .site-header {
    background: transparent !important;
    height: 120px;
}

.site-header {
    background: #1b333b;
    height: 120px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    padding: 28px 0 0;
}


.front-hero {
    align-items: center;
    background-image: url("images/Layer 82.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 75vh;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}

/* Video background: make iframe cover and stay centered/cropped */
.front-hero .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.front-hero .hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    border: 0;
    pointer-events: none;
}

/* Same cover behavior for native video element */
.front-hero .hero-video video,
.front-hero .hero-video .hero-video__media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    border: 0;
    pointer-events: none;
    object-fit: cover;
}

/* Small screens: allow height to grow and keep full width */
@media (max-width: 768px) {
    .front-hero .hero-video iframe {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: auto;
        min-width: unset;
    }
}

.front-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 40;
}

.front-hero .front-hero__content {
    position: relative;
    z-index: 50;
}

@media (max-width: 768px) {
    .front-hero { min-height: 60vh; min-height: 520px; }
    .front-hero .hero-video iframe { width: 200vw; height: 100vh; }
}

.blue-bg-btn {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 24px;
    background-color: #199399;
    text-transform: uppercase;
    padding: 10px 70px !important;
    line-height: 30px;
    display: inline-block;
}

.mainnav-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-hero__content {
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
}

.hero-btn {
    border: 2px solid #199399;
    padding: 10px 50px;
    display: inline-block;
    margin: 0px 5px;
    min-width: 250px;
    text-align: center;
}

.hero-btn--secondary {
    border: 2px solid #199399;
    background: #fff !important;
    color: #004e57;
}

.front-hero__actions {
    margin-top: 60px;
}

/*
.front-hero-cnt {
    margin: 0 0 43px 94px;
}
*/
.arrow-left-to-right {
    min-height: 60px;
    background-image: url('./images/arrow.png');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 0 center;
    margin: 3px 0;
    animation: moveArrow 30s linear infinite;
}

@keyframes moveArrow {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 200px center;
    }
}

@keyframes moveArrow {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 100%;
    }
}

.arrow-left-to-right {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}

footer .arrow-left-to-right {
    filter: none;
}

.wrp-footer-form {
    background-image: url('./images/form.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.black-title {
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham Ultra";
    text-align: center;
}

.wrp-footer-form {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    padding: 120px 0px 400px;
    font-weight: 500;
}

.wrp-footer-form input[type="text"],
.wrp-footer-form input[type="tel"],
.wrp-footer-form input[type="number"],
.wrp-footer-form input[type="email"],
.wrp-footer-form textarea {
    border-radius: 24px !important;
    background-color: #ffffff !important;
    border: 1px solid #4c4c4c;
    min-height: 50px !important;
    font-size: 20px !important;
    line-height: 36px !important;
    color: #363636 !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.wrp-footer-form input[type="submit"] {
    border-radius: 24px !important;
    background-color: #199399 !important;
    font-size: 22px !important;
    line-height: 29px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    height: 50px !important;
    padding: 10px 80px !important;
    font-weight: 500 !important;
}

.gform_footer {
    display: flex !important;
    justify-content: flex-end !important;
    margin: 0px !important;
}

.gchoice label {
    font-size: 20px !important;
    line-height: 36px !important;
    color: #363636 !important;
    font-weight: 500 !important;
}

.gchoice input[type="radio"] {
    margin-top: 5px !important;
    padding: 12px !important;
    font-weight: 500 !important;
}

.wrp-footer-details {
    padding: 120px 0px 10px 0px;
    background: #1b333b;
}

.footer-one ul {
    margin: 0;
    padding: 0;
}

.footer-one ul li {
    list-style: none;
    margin: 40px 0;
}

.footer-one ul li span {
    min-width: 70px;
    display: inline-block;
    text-align: center;
}

.footer-one ul li a {
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.footer-title {
    font-size: 18px;
    line-height: 80px;
    text-transform: uppercase;
    color: #00f3ff;
    font-family: "Gotham Ultra";
    font-weight: normal;
}

.footer-ul {
    padding: 0px;
    list-style: none;
}

.footer-ul li a {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}

.footer-big-text li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #00f3ff;
    font-family: 'Gotham Ultra';
    font-weight: normal;
    line-height: 36px;
}

footer .arrow-left-to-right {
    min-height: 60px;
    background-image: url('./images/arrow.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: 0 center;
    background-color: #1b333b;
    margin-top: 120px;

    animation: moveArrowFooter 30s linear infinite;
}

@keyframes moveArrowFooter {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 100% center;
    }
}

.footer-bottom-cred {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 14px;
    color: #000000;
    padding: 20px 0px;
    font-weight: 600;
}

.footer-bottom-cred p {
    font-size: 18px;
    line-height: 14px;
    color: #000;
    margin: 0px;
    padding: 5px 0px;
}

.footer-bottom-cred a {
    color: #199399;
}

.home-one-cnt h2 {
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham Ultra";
}

.wrp-home-one {
    background: #e2e2e2;
    padding-top: 160px;
}

.front-hero-cnt p {
    color: #fff;
}

.fuel-solution {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 30px;
}

.fuel-solution h3 {
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 20px 0px;
    padding: 0px;
}

.fuel-solution p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

/* ---- Home Tabs Styles ---- */

.tabs-nav-wrapper {
    margin: 0px 20px;
    padding: 5px;
    display: flex;
}

.tabs-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    background: #000;
    padding: 5px;
    border-radius: 40px;
}

.tab-btn {
    border-radius: 32px;
    padding: 15px 26px;
    border: 4px solid #000000;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
}

.tabs-body {
    border-radius: 25px;
    background-color: #ffffff;
}

.tabs-body {
    padding: 80px 20px 40px;
    margin-top: -40px;
}

.tab-btn.active {
    background: #199399;
    color: #fff;
    border-color: #199399;
}


.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tabs-features {
    margin-top: 30px;
    column-count: 2;
}

.tabs-image img {
    border-radius: 18px;
    width: 100%;
    display: block;
}

.tabs-cta {
    display: inline-block;
    margin-top: 28px;
}

@media (max-width: 991px) {
    .tabs-nav {
        justify-content: center;
    }

    .home-tabs-card {
        padding: 18px;
    }

    .tab-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Small visual tweak to match screenshot rounded container */
.wrp-home-tabs {
    background: #e2e2e2;
    padding-top: 30px;
    padding-bottom: 60px;
}

/* Visual polish to match screenshot */
.home-tabs-card {
    border-radius: 28px;
    padding: 40px 0px;
}

.home-tabs-card .row {
    margin: 0;
}

.home-tabs-card h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham Ultra";
}

.home-tabs-card p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}

.tabs-image {
    text-align: right;
}

.wrp-why-company h2 {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham Ultra";
    margin-bottom: 30px;
}

.company-features p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 800;
    margin: 25px 0px;
}

.company-features p span {
    padding-right: 10px;
}

.company-cta {
    margin-top: 30px;
    display: inline-block;
    padding: 15px 60px;
}

.wrp-why-company img.big-img {
    border-radius: 20px;
}

.wrp-why-company {
    background: #e2e2e2;
    padding-bottom: 120px;
}

.wrp-client-testimonials {
    background: #1b333b;
    padding: 120px 0px;
}

.cls-say p {
    font-size: 22px;
    line-height: 29px;
    color: #79f3ff;
}

.wrp-client-testimonials .item p {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gotham Ultra";
    margin: 40px 0px;
}

.wrp-client-testimonials .item h4 {
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
}

.wrp-client-testimonials {
    position: relative;
}

.wrp-client-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
    width: 80px;
    height: 100%;
    background-image: url('./images/arrow-top.png');
    background-repeat: repeat-y;
    background-position: center 0;
    display: block;

    animation: moveArrowUp 15s linear infinite;
}

@keyframes moveArrowUp {
    from {
        background-position: center 0;
    }

    to {
        background-position: center -200px;
    }
}

.wrp-client-testimonials .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0px;
}


.culture-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    max-width: 100%;
    margin: 52px auto 0;
}

.flip-card {
    grid-column: span 2;
    min-height: 400px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    perspective: 1200px;
    outline: none;
}

.flip-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.flip-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    min-height: inherit;
    transform-style: preserve-3d;
    transition: transform .72s cubic-bezier(.2, .78, .2, 1);
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-visible .flip-card-inner {
    transform: translateY(-6px) rotateX(2deg);
}

.flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card.is-flipped:hover .flip-card-inner,
.flip-card.is-flipped:focus-visible .flip-card-inner {
    transform: translateY(-6px) rotateY(180deg);
}

.flip-card:focus-visible {
    box-shadow: 0 0 0 4px rgba(2, 184, 189, .26);
}

.culture-card {
    min-height: 232px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: var(--soft);
}

.flip-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 18px 36px rgba(10, 18, 22, .1);
}

.flip-front {
    transform: rotateY(0deg);
}


.photo-card .flip-front h3 {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 20px;
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Gotham Ultra";
    text-transform: uppercase;
}

.flip-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    background: #e2e2e2;
    color: #000;
    transform: rotateY(180deg);
}

.flip-back p {
    margin: 20px 0 26px;
    color: rgba(255, 255, 255, .82);
    font-weight: 800;
}

.intro-card .flip-front span,
.flip-back span {
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.flip-back h3 {
    font-size: 36px;
    line-height: 48px;
    color: #199399;
    font-family: "Gotham Ultra";
    text-transform: uppercase;
}

.flip-back p {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}

.culture-card span {
    position: absolute;
    bottom: 24px;
    right: 20px;
    font-family: "Gotham Ultra";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
}

.flip-back span {
    color: #000 !important;
}

.wrp-culture .blue-bg-btn {
    font-weight: 600;
    padding: 15px 40px;
    min-width: 400px;
    display: inline-block;
    margin-top: 40px;
}

.career-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 70px;
    padding: 0 8px;
}

.career-gallery img {
    width: 100%;
    height: clamp(145px, 17vw, 307px);
    object-fit: cover;
    border-radius: 8px;
}

.wrp-culture {
    padding-bottom: 120px;
}

.wrp-industries {
    padding: 120px 0px;
    background: #e2e2e2;
}

.section-title {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham Ultra";
}

.rounded-photo {
    border-radius: 30px;
}

.section-lead {
    margin: 40px 0px;
}

.industry-icons h3 {
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000;
    font-family: "Gotham Ultra";
    margin: 60px 0px;
    display: block;
}

.icon-row span {
    display: grid;
    justify-items: center;
    gap: 12px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.icon-row span:hover {
    transform: scale(1.15) translate(0px, -10px);
}

.icon-row {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
    margin-top: 34px;
}

.icon-row img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: grayscale(1) contrast(1.4);
}

.wrp-trusted {
    padding: 120px 0px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(38px, 2vw, 86px) clamp(44px, 2vw, 120px);
}

.stats-grid div strong {
    display: block;
    font-size: 60px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}

.stats-grid div span {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}

.blue-bg-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.site-header .blue-bg-btn {
    padding: 10px 25px !important;
    line-height: 1.5;
}

.wrp-solution-header h1 {
    font-size: 130px;
    line-height: 1.5;
    color: #000000;
    font-family: "Gotham Ultra";
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-shadow: 4px 4px 5px #fff;
}

.custom-h1 {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.wrp-solution-header .img-fluid {
    width: 100%;
}

.wrp-archive-solutions .home-one-cnt h2 {
    font-size: 68px;
}

.wrp-archive-solutions {
    background: #e2e2e2;
    padding: 120px 0px;
}

.solution-archive-card h3 {
    border-radius: 27px;
    background-color: #161616;
    border: 4px solid #ffffff;
    color: #fff;
    padding: 10px 40px;
    text-align: center;
    display: inline-flex;
    margin-top: -60px !important;
    justify-content: center;
    align-items: center;
}

.solution-archive-card {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 15px;
}

.excerpt {
    padding: 40px 0px;
    min-height: 312px;
}

.single-solutions .site-header {
    position: relative;
}

.wrp-single-header {
    background-color: #161616;
}

.wrp-single-header h1 {
    font-size: 72px;
    line-height: 140px;
    color: #ffffff;
    font-family: "Gotham Ultra";
    text-align: center;
    margin: 0px;
}

.wrp-blue-order {
    background-color: #1b333b;
    padding: 40px 0px;
}

.cls-content-order h2 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gotham Ultra";
}

.cls-content-order {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.cls-content-order .blue-bg-btn {
    margin: 0px !important;
    min-width: 310px;
}

.cls-content-extra h2 {
    font-size: 36px;
    line-height: 78px;
    color: #161616;
    font-family: "Gotham Ultra";
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.wrp-extra-cnt {
    background: #e2e2e2;
}

.sil-sol-img-gal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 70px;
    padding: 0 8px;
}

.page-main-title-wrapper h1 {
    color: #fff !important;
    text-shadow: 4px 5px 5px #000;
}

.page-main-title-wrapper .custom-h1 {
    top: 45% !important;
}

.cnt-on-info span {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 20px 0px;
}

.wrp-contact {
    padding: 120px 0px;
    background: #e2e2e2;
}

.cnt-on-info {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
}

.cnt-on-info a,
.cnt-on-info address {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    display: block;
    margin: 0px;
}

.cnt-on-info img {
    margin-bottom: 10px;
}

.page-template-contact footer .wrp-footer-form {
    display: none;
}

.wrp-cnt-frm {
    background: #e2e2e2;
    padding: 0px;
}

.wrp-our-location {
    background: #e2e2e2;
    padding-top: 100px;
    padding-bottom: 120px;
}

.info-loc-outer {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
    gap: 20px;
}

.info-loc-outer>div {
    width: 50%;
}

.info-loc-outer iframe {
    border-radius: 25px !important;
}

.location-title-cnt {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.info-lock-inner {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.info-lock-inner a {
    display: block;
    color: #000;
}

.click-for-dir {
    color: #199399 !important;
}

.info-lock-inner address {
    margin: 0px;
}

.phn-cnt {
    margin: 20px 0px;
}

.threerow .info-loc-outer {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 25px;
    display: flex;
    justify-content: stretch;
    margin: 15px 0px;
    gap: 0;
}

.info-loc-outer>div {
    width: 100%;
}

.treerow .phn-cnt {
    margin: 0px;
}

.threerow .info-lock-inner address {
    margin: 10px 0px 30px 0px;
    display: block;
    min-height: 72px;
}

.threerow .location-title-cnt {
    font-size: 18px;
}

.threerow .click-for-dir {
    margin-bottom: 30px;
}

.threerow .info-loc-outer iframe {
    max-height: 240px;
}

.wrp-ind-sec {
    background: #e2e2e2;
    padding: 0px 0px 80px;
}

.industry-card {
    border-radius: 25px !important;
    padding: 40px !important;
}

.ind-title {
    font-size: 36px;
    text-transform: uppercase !important;
    color: #199399 !important;
    font-family: "Gotham Ultra";
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.ind-content p {
    display: inline-flex;
}

.ind-content p img {
    min-width: 500px;
    margin-top: -60px;
    border-radius: 25px;
}

.core-value-item {
    border-radius: 25px;
    background-color: #e2e2e2;
    padding: 20px;
}

.core-value-item h3 {
    font-size: 36px;
    line-height: 48px;
    color: #199399;
    font-family: "Gotham Ultra";
    text-align: center;
    min-height: 100px;
}

.r-div>div {
    display: flex;
}

.core-value-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #e2e2e2;
    ;
}

.core-value-item img {
    margin-top: auto;
}

.wrp-winning {
    background: #e1e1e1;
    padding: 120px 0px;
}

.winning-look-item p {
    font-size: 20px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham Ultra";
    margin: 0px;
    padding-left: 20px;
}

.winning-look-item {
    display: inline-flex;
    align-items: center;
    background: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 20px;
}

.wrp-great-benefit {
    background: #1b333b;
    padding: 50px 0px;
}

.wrp-great-benefit h2 {
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gotham Ultra";
    margin: 0px;
}

.wrp-great-benefit a {
    display: inline-block;
    margin: 0px 10px;
}

.btn-benefit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-benifti {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cls-second-btn {
    color: #199399;
}

.wrp-msg-pre {
    padding: 120px 0px 110px;
}

.page-template-careers #main {
    background: #e2e2e2;
}

.benefit-item {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 25px;
}

.ben-header {
    margin-bottom: 30px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.ben-header h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
    padding-left: 20px;
    margin: 0px;
}

.benefit-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-template-careers .wrp-client-testimonials::before {
    background-image: none;
}

.btn-big-blue {
    border-radius: 25px;
    background-color: #199399;
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
    padding: 10px 100px;
    margin-top: 50px;
    font-weight: bold;
}

.btn-driver a {
    display: inline-block;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #199399;
    padding: 25px 30px;
    font-size: 30px;
    line-height: 24px;
    color: #199399;
    font-weight: 600;
    width: 48%;
    margin: 10px;
}

.btn-driver a span {
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.btn-driver a:hover {
    border: 1px solid #000;
}

.wrp-careers-opp {
    padding: 120px 0px 120px;
}

.btn-big-blue:hover {
    color: #199399;
    background: #fff;
}

.wrp-vision-mission {
    background-color: #e2e2e2;
    padding: 120px 0px;
}

.card-vision-mission {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-vision-mission h4 {
    font-size: 30px;
    line-height: 1.5;
    color: #1b333b;
    margin-bottom: 30px;
    font-weight: 500;
}

.card-vision-mission h3 {
    font-size: 48px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #199399;
    font-weight: 600;
    margin-bottom: 20px;
}

.team-title {
    font-size: 18px;
    line-height: 1.5;
    color: #1b333b;
    margin-top: 20px;
    font-weight: 600;
}

.team-des {
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    margin-top: 10px;
    min-height: 40px;
}

.cls-plus-blue {
    position: absolute;
    bottom: 110px;
    z-index: 9;
    right: 10px;
}

.team-outer-main-anchor {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.wrp-leadership {
    padding: 120px 0px;
}

.modal-body {
    padding: 20px 50px;
}

.modal-content {
    border: 1px solid #4b4b4b;
    border-radius: 25px;
}

.modal-header {
    border: none;
}

.leader-contact a {
    display: inline-block;
    padding: 0 10px 0 0;
}

.leader-model-content p {
    font-size: 15px !important;
    line-height: 1.5;
}

.leader-contact a img {
    border-radius: 50%;
}

.wrp-build-family {
    background: #e2e2e2;
    padding: 120px 0px;
}

.build-item {
    border-radius: 25px;
    background-color: #ffffff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.build-item img {
    margin-top: auto;
    max-height: 280px;
    object-fit: cover;
    border-radius: 15px;
}

.build-item h3 {
    font-size: 48px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    font-family: "Gotham Ultra";
}

.build-item p {
    margin: 15px 0px;
}

.page-template-about .wrp-industries {
    background-color: #1b333b;
    padding: 80px 80px;
    color: #fff;
}

.page-template-about .wrp-industries .section-title,
.page-template-about .wrp-industries p {
    color: #fff;
}

.wrp-insight {
    padding: 100px 0px;
    background: #e2e2e2;
}

.wrp-blog-header {
    background: #161616;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-family: "Gotham Ultra";
    margin-top: 0px;
    padding-bottom: 200px;
}

.single-post .site-header {
    position: relative;
}

.wrp-post-box {
    margin-top: -200px;
}

.cls-fet-img img {
    border-radius: 25px;
}

.single-post-content {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}

.single .lightbox-outer img {
    border-radius: 25px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

.single .lightbox-outer {
    margin: 10px 0px;
}

.page-main-title-wrapper {
    background: #000;
    color: #fff;
}

.front-hero {
    position: relative;
    overflow: hidden;
    min-height: 1300px;
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	pointer-events: none;
	right: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    /* optional dark overlay */
    z-index: 1;
}

.front-hero__content {
    position: relative;
    z-index: 2;
}
.home #main {
	margin-top: -220px;
}
.front-hero-cnt {
	margin-top: 120px;
	margin-left: 20px;
}
.wrp-footer-brand .black-title {
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
.wrp-footer-brand a {
	display: inline-block;
	padding: 30px;
}