/* **** FONT OPTIONS **** */

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
}

h4,
h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
h2 {
    margin-top: 0;
}
p,
ul,
ol {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #555;
}
p.lead {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #c82027;
    font-style: italic;
}

h1 a {
    font-family: "Lexend", sans-serif;
}
h2 a {
    font-family: "Lexend", sans-serif;
}
h3 a {
    font-family: "Lexend", sans-serif;
}
h4 a {
    font-family: "Lexend", sans-serif;
}
h5 a {
    font-family: "Lexend", sans-serif;
}
h6 a {
    font-family: "Lexend", sans-serif;
}
p.lead a {
    font-family: "Lexend", sans-serif;
}
p a {
    font-family: "Lexend", sans-serif;
}

.h2-title {
    font-size: 55px;
    color: #212121;
    text-transform: uppercase;
}
.h2-title span.over {
    font-size: 35px;
    color: #212121;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}


/*
h1 {font-size: 64px;}
  @media (max-width: 1199px) {h1 {font-size: 28px;}}
h2 {font-size: 48px;}
  @media (max-width: 1199px) {h2 {font-size: 24px;}}
h3 {font-size: 36px;}
  @media (max-width: 1199px) {h3 {font-size: 20px;}}
h4 {font-size: 24px;}
  @media (max-width: 1199px) {h4 {font-size: 18px;}}
h5 {font-size: 20px;}
  @media (max-width: 1199px) {h5 {font-size: 16px;}}
h6 {font-size: 20px;}
  @media (max-width: 1199px) {h6 {font-size: 16px;}}
*/

/*
    PRIMARY / red:         #c82027
    SECONDARY / blue #0f407e
    ACCENT / Light Blue #2f83c5
    DARK GRAY:      #353739
    MEDIUM GRAY:    #666666     (TEXT)
    font-family: "Lexend", sans-serif;

*/

.h1 {
    font-size: 62px !important;
    font-weight: 400;
    line-height: 68.2px;
    margin-block: 0px 25px;
    text-transform: none !important;
}

h1,
.h1 {
    font-size: 65px;
    color: #ffffff;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    /* Adjust the breakpoint as needed for your mobile devices */
    h1,
    .h1 {
        font-size: 40px;
    }
}

.h1 span.over {
    height: 33px;
}

h1 span.over,
.h1 span.over {
    font-size: 30px;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
}

h2,
h1.h2 {
    font-size: 55px;
    color: #212121;
    text-transform: uppercase;
}

h2 span.over,
h1.h2 span.over {
    font-size: 28px;
    color: #212121;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}
h2 span.under {
    padding-top: 5px;
    font-size: 28px;
    color: #212121;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    h2,
    h1.h2 {
        font-size: 28px; /* Smaller font size for mobile */
    }
    h2 span.under,
    h2 span.over {
        font-size: 20px;
    }
}
h3, .h3 {
    font-size: 35px;
    font-weight: 900;
}
h3 span.over, .h3 span.over {
    font-size: 20px;
    color: #212121;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}
h3 span.under, .h3 span.under {
    padding-top: 5px;
    font-size: 20px;
    color: #212121;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}
h4, .h4 {
    font-size: 35px;
}
h5 {
    font-size: 25px;
}
h4 span.over,
.h4 span.over,
h5 span.over {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    color: #212121;
}
h4 span.under,
.h4 span.under,
h5 span.under {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
    color: #212121;
}

.trust .h4 {
    font-size: 34px;
    font-weight: 700;
}

.well {
    border-radius: 40px;
}

/* LOCATION PAGES DO NOT DELETE */
.AWS-links h4 {
    font-size: 1.2em;
}
.locationAWS .AWS-links h4 a:hover {
    color: #fff;
}
/* LOCATION PAGES DO NOT DELETE */

/* Location, Email, Phone - Header contacts */
.contactholder p:not(.h-over) {
    font-weight: 700;
    font-size: 18px;
}

p.pullout {
    font-size: 1.5em;
    font-style: italic;
    padding: 8px 0;
    margin: 20px 0;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}
p.small,
p.sm,
.text-small {
    font-size: 0.875em;
}
p.xs {
    font-size: 0.75em;
}

a {
    font-family: "Lexend", sans-serif;
    color: #c82027;
}
a:hover {
    color: #000;
}
.over {
    font-family: "Lexend", sans-serif;
    color: #cccccc;
    text-transform: uppercase;
    display: block;
}

.decoration-primary,
.decoration-primary-h2 {
    display: block;
    width: 32px;
    height: 5px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #cccccc;
}
.decoration-primary-h3,
.decoration-purple-h3 {
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #cccccc;
}

.bg-primary {
    background: #c82027;
}
.bg-secondary {
    background: #0f407e;
}
.bg-accent {
    background: #2f83c5;
}
.bg-dark {
    background: #222;
}
.bg-gray {
    background: #222;
}
.bg-black {
    background: #000000;
}
.bg-alt,
.section-light-border {
    background: #f3f3f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.bg-light-grey,
.bg-light-gray {
    background: #ccc;
}
.bg-alt-light {
    background: #ecedf2;
}

.text-primary,
.text-red {
    color: #c82027;
}
.text-secondary,
.text-bright-purple {
    color: #0f407e;
}
.text-default,
.text-gray {
    color: #353739;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-accent {
    color: #2f83c5;
}

/*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/ /*BUTTON*/

.btn-primary {
    background: #c82027;
    border: 1px solid #c82027;
    color: #fff;
}
.btn-primary:hover {
    background: #0f407e;
    border-color: #0f407e;
    color: #fff;
}
.btn-primary-cta {
    background: #c82027;
    border: 1px solid #c82027;
    color: #fff;
}
.btn-primary-cta:hover {
    background: #0f407e;
    border-color: #ffffff;
    color: #fff;
}
.btn-explore {
    background: #ffffff;
    border: 2px solid #c82027;
    color: #c82027;
}
.btn-explore:hover {
    background: #c82027;
    color: #fff;
}
.btn-secondary {
    background: #0f407e;
    border: 1px solid #0f407e;
    color: #fff;
}
.btn-secondary:hover {
    background: #c82027;
    border-color: #c82027;
    color: #fff;
}
.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #0f407e;
}
.btn-white:hover {
    background: #c82027;
    border-color: #c82027;
    color: #fff;
}
.btn-dark {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}
.btn-dark:hover {
    background: #c82027;
    border-color: #c82027;
    color: #222;
}
.btn-primary-open {
    border: 2px solid #c82027;
    color: #c82027;
}
.btn-primary-open:hover {
    background: #c82027;
    color: #fff;
}
.btn-white-open {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-white-open:hover {
    border: 2px solid #c82027;
    background: #c82027;
    color: #fff;
}
.btn-dark-open {
    border: 2px solid #222;
    color: #222;
}
.btn-dark-open:hover {
    background: #222;
    color: #fff;
}
.btn-accent {
    background: #2f83c5;
    border: 1px solid #2f83c5;
    color: #fff;
}
.btn-accent:hover {
    background: #c82027;
    border-color: #c82027;
    color: #fff;
}

.btn,
.btn-lg {
    display: inline-block;
    border-radius: 0;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 21px;
    padding-bottom: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2.5em 0;
    border-radius: 50px;
    line-height: normal; /* Adjust line height as necessary */
    text-align: center; /* Ensure the text is aligned to the center */
}

.btn {
    font-size: 20px;
}
.btn-lg {
    font-size: 1.125em;
}
.btn-sm {
    font-size: 0.85em;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px 8px;
}

/* Media query for screens up to 768px width (typical mobile screens) */
@media (max-width: 768px) {
    .btn-primary,
    .btn-white,
    .btn-secondary,
    .btn-dark,
    .btn-dark-open,
    .btn-primary-open,
    .btn-explore {
        font-size: 16px; /* Smaller font size on mobile */
        width: 100%; /* Button takes the full width of its container */
        box-sizing: border-box; /* Ensures padding and border are included in the width */
        padding: 8px 8px; /* Adjusted padding on mobile */
        margin: 1.5em 0; /* Adjusted margin on mobile */
    }
}

/* By default, hide mobile text and show desktop text */
.btn .mobile-text {
    display: none;
}
.btn .desktop-text {
    display: inline;
}

/* Media query for screens up to 768px width (typical mobile screens) */
@media (max-width: 768px) {
    .btn .mobile-text {
        display: inline; /* Show mobile text */
    }
    .btn .desktop-text {
        display: none; /* Hide desktop text */
    }
}

/*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/ /*BUTTON END*/

.inner {
    padding: 0 5%;
}

.text-block-white {
    background: #fff;
    padding: 15px 20px;
}
.text-block-white-90 {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 20px;
}
.text-block-white-70 {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
}
.text-block-white-50 {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 20px;
}

.text-block-lightgray {
    background: rgba(243, 243, 243, 1);
    padding: 15px 20px;
}
.text-block-lightgray-90 {
    background: rgba(243, 243, 243, 0.9);
    padding: 15px 20px;
}
.text-block-lightgray-70 {
    background: rgba(243, 243, 243, 0.7);
    padding: 15px 20px;
}
.text-block-lightgray-50 {
    background: rgba(243, 243, 243, 0.5);
    padding: 15px 20px;
}

.item-divider-md,
.item-divider {
    border-bottom: 1px dotted #ccc;
    margin: 20px 0;
}

.subpage-lead {
    width: 70%;
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}
@media (max-width: 767px) {
    .subpage-lead {
        width: 90%;
    }
}

.col-left-md {
    border-right: 1px solid #ccc;
    padding-right: 40px;
}
@media (max-width: 992px) {
    .col-left-md {
        border-right: none;
        padding-right: 0;
    }
}
.col-right-md {
    padding-left: 40px;
}
@media (max-width: 992px) {
    .col-right-md {
        padding-left: 0;
    }
}

/* Common Styling */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.mytable {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell,
.table-cell-xs,
.table-cell-sm,
.table-cell-md,
.table-cell-lg,
.table-cell-xl {
    display: table-cell;
}
@media (max-width: 767px) {
    .table-cell-md,
    .table-cell-lg,
    .table-cell-xl {
        display: block;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .table-cell-lg,
    .table-cell-xl {
        display: block;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .table-cell-xl {
        display: block;
        width: 100%;
    }
}

.va-top {
    vertical-align: top;
}
.va-middle {
    vertical-align: middle;
}
.va-bottom {
    vertical-align: bottom;
}

a {
    outline: none !important;
    transition: all 0.7s ease-out;
    font-weight: bold;
}
a,
a:hover,
a:link,
a:visited,
a:focus {
    text-decoration: none;
}

a:focus {
    color: #c82027;
}

.fill {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* UTILITIES */
.overflow-hidden {
    overflow: hidden;
}
.float-left {
    float: left;
}

/* Specific Styling */

/* ### Topbar Section ### */
.topbar {
    background: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topbar p {
    color: #fff;
    font-size: 1em;
    margin: 4px 0 0 0;
    padding: 0;
}
.topbar a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

/* ### HERO ### */
.hero-spacer {
    height: 1px;
    margin-top: 200px;
}
.hero-filter {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 280px;
}
/* Media query for mobile devices */
@media (max-width: 768px) {
    .hero-filter {
        padding: 0px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-spacer {
        height: 1px;
        margin-top: 40px;
    }
}

.hero {
    background: url("../images/sarasota-florida-fence-company-hero.jpg")
        no-repeat left center;
    background-size: cover;
    background-position: bottom left;
    position: relative;
    z-index: 1;
}

.hero h1 {
    color: #c82027;
    /*text-shadow: #000 1px 1px 5px;*/
    font-size: 180px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.hero h2 {
    /*text-shadow: #000 1px 1px 5px;*/
    color: #c82027;
    font-family: "Lexend", sans-serif;
    font-size: 40px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: #000 1px 1px 5px;
}
.hero h1 {
    display: block;
    color: #fff;
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-align: center;
    text-shadow: #000 1px 1px 5px;
    margin-bottom: 20px;
}
.hero p.lead {
    font-family: "Lexend", sans-serif;
    text-shadow: #000 1px 1px 5px;
    font-size: 32px;
    color: #fff;
    font-style: italic;
}

@media only screen and (max-width: 480px) {
    .hero h1 {
        font-size: 42px;
        font-weight: 800;
        padding: 0;
    }
    .hero h2 {
        font-size: 20px !important;
        font-weight: 800;
        padding: 0;
        margin-top: 40px;
    }
    .hero p {
        font-size: 24px;
    }
}

/* Testimonials */
.testimonial-wrapper {
    margin: 10px 0 60px 0;
    padding: 32px 20px 16px;
    background-color: #fff;
    border-radius: 40px;
    border: 3px solid #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.testimonials-titlebox {
    margin: 10px 0 60px 0;
    padding: 32px 20px 16px;
    background-color: #c82027;
    border-radius: 40px;
    border: 3px solid #c82027;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.testimonial-photo {
    margin-right: 12px;
}
.testimonial-wrapper h4 {
    margin-bottom: 20px;
}
.testimonial-stars {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 100px;
}
.testimonial-disclaimer {
    margin-top: 40px;
    font-size: 0.85em;
    color: #aaa;
    text-align: center;
}

/* ### BENEFIT LIST ### */
.benefit-list img {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
.benefit-list h3 {
    font-size: 2em;
    margin: 0 0 5px 0;
}
.benefit-list p {
    font-size: 1em;
    margin-right: 20px;
}
.benefit-list p.last {
    margin-right: 0;
}

/* ### Logo Navigation Section ### */
.logo-navigation .navigation {
    text-align: right;
    margin-left: -15px;
    margin-right: -15px;
}
.logo-navigation .navigation ul {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.logo-navigation .navigation ul li {
    display: block;
    float: left;
    padding: 15px;
    position: relative;
}
.logo-navigation .navigation ul li a {
    display: block;
    transition: all 0.7s ease-out;
}
.navigation ul.cta li {
    text-align: center;
}
.navigation ul.cta li a {
    padding: 5px 7px;
}

.logo-navigation .navigation ul li ul {
    position: absolute;
    z-index: 2;
    top: calc(100% + 5px);
    left: 0;
    min-width: 220px;
    white-space: nowrap;
    text-align: left;
    opacity: 0;
    visibility: hidden;

    transition: all 0.7s ease-out;
}
.logo-navigation .navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.logo-navigation .navigation ul li ul li {
    display: block;
    float: none;
    padding: 0;
}
.logo-navigation .navigation ul li ul li a {
    padding: 10px 15px;
    display: block;
}
.logo-navigation .navigation ul li ul li:last-child a {
    border-bottom: 0;
}

/* ### Banner Section ### */
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1200px) {
    .banner .banner-filter {
        padding: 290px 70px 70px 70px;
    }
}

.banner-filter {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 70px 70px 70px;
}
/* Media query for mobile devices */
@media (max-width: 768px) {
    .banner-filter {
        padding: 0px;
    }
    .banner .banner-filter {
        padding: 60px 0 0 0;
    }
}

.banner h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    padding: 0;
    margin: 60px 0 10px 0;
}
@media (max-width: 768px) {
    /* Adjust the breakpoint as needed for your mobile devices */
    .banner h1 {
        font-size: 40px;
    }
}

.banner p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-style: italic;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adding text shadow */
}
/* By default, hide mobile text and show desktop text */
.banner p .mobile-text {
    display: none;
}
.banner p .desktop-text {
    display: inline;
}

/* Media query for screens up to 768px width (typical mobile screens) */
@media (max-width: 768px) {
    .banner p .mobile-text {
        display: inline; /* Show mobile text */
    }
    .banner p .desktop-text {
        display: none; /* Hide desktop text */
    }
}

/* Default styles for .banner h1 and .banner p */
.banner h1,
.banner p {
    max-width: 60%;
}

/* Media query with a unique class selector */
@media (max-width: 767px) {
    .banner h1,
    .banner p {
        max-width: 100%;
        padding: 20px;
    }
}

div.icon-list {
    margin-top: 15px;
}
.icon-list img {
    width: 35px;
    float: left;
    margin-top: 15px;
    padding-right: 5px;
}
.icon-list h3 {
    margin-left: 42px;
    margin-bottom: 5px;
    margin-top: 0;
}
.icon-list p {
    margin-left: 42px;
    margin-top: 0;
}

h3 span {
    font-size: 0.7em;
    color: #ccc;
}
h4 span {
    font-family: "Lexend", sans-serif;
    font-size: 0.5em;
    color: #ccc;
}

.featupurple-list-1 {
    list-style-type: none;
}
.featupurple-list-1 li {
    background-image: URL(../images/bullet-01.png);
    background-repeat: no-repeat;
    background-position: 0 16px;
    padding-left: 50px;
}
.featupurple-list-1 h4 {
    margin: 0;
    padding-top: 12px;
}
.featupurple-list-1 li {
    border-top: 1px dotted #ccc;
}
.featupurple-list-1 li:first-of-type {
    border-top: none;
}

.cta-primary {
    background: #c82027;
    color: #fff !important;
    padding: 12px 0;
}
.cta-primary a {
    display: block;
}

.cta-primary h3,
.cta-primary h4,
.cta-primary h5,
.cta-primary a {
    color: #fff !important;
}
.cta-primary a:hover div {
    background: #333;
}

.subnav {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .subnav {
        margin-bottom: 40px;
        width: 100%;
    }
}

.subnav-header {
    display: block;
    width: 100%;
    padding: 4px 12px;
    margin-bottom: 6px;
    background: #cccccc;
    color: #464646;
    font-weight: 600;
    font-size: 1em;
}
.subnav a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 2px;
    background: #cccccc;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}
.subnav a:hover {
    background: #464646;
    color: #fff;
}
.subnav a.active {
    background: #63a33c;
    color: #fff;
}

.funfact {
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 10%;
    background: #f3f3f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.fftitle {
    display: inline-block;
    font-style: italic;
    font-size: 0.85em;
    color: #fff;
    background: #cccccc;
    padding: 2px 6px;
}
.funfact p {
    font-style: italic;
    font-size: 1.5em;
}
.ffcitation {
    color: #666666;
}
.tbl-finance {
    width: 100%;
    margin: 40px 0;
    text-align: center;
    font-size: 1.2em;
    font-family: "Lexend", sans-serif;
    color: #666666;
}
.tbl-finance th {
    vertical-align: bottom;
    text-align: center;
    border: 3px solid #f3f3f3;
    background: #fff;
    padding-top: 15px;
}
.tbl-finance td {
    padding: 12px 0;
    border: 3px solid #f3f3f3;
    background: #fff;
}
.tag {
    background: #353739;
    padding: 3px 6px;
    font-size: 0.6em;
    color: #fff;
    display: inline-block;
}
.title-tag {
    background: #434343;
    padding: 3px 10px;
    font-size: 0.7em;
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    margin-top: 20px;
}
.testimonial-box {
    margin: 20px 10px;
    padding: 20px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 40px 0;
    background: #fff;
}
.testimonial-box h4 {
    margin-left: 60px;
    margin-right: 10px;
}
.testimonial-box p {
    margin-left: 60px;
    margin-right: 10px;
    margin-top: 8px;
    font-size: 1em;
    font-style: italic;
    line-height: 1em;
}
.testimonial-icon {
    float: left;
}
.testimonials-stars {
    margin-left: 14px;
}
.byline {
    font-weight: bold;
    color: #333;
    font-style: normal;
}
.benefit-grid {
    border: 1px solid #ccc;
    padding: 10px 10px;
    width: 50%;
    float: left;
    height: 180px;
}
.breakout {
    padding: 20px 20px;
}
.breakout h4 {
    height: 2em;
}
.breakout p {
    font-size: 0.9em;
    height: 3em;
}
.headline {
    font-size: 50px;
    color: #212121;
    text-transform: uppercase;
    font-family: "Lexend", cursive;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.headline span.over {
    font-size: 25px;
    color: #212121;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
}

/* ### Breakouts Section ### */

.breakouts .each-bo {
    position: relative;
}
.breakouts .each-bo:after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
}
.breakouts .each-bo .eb-image {
    overflow: hidden;
}
.breakouts .each-bo .eb-image img,
.breakouts .each-bo .eb-content,
.breakouts .each-bo .eb-content > div {
    transition: all 0.5s ease-out;
}
.breakouts .each-bo:hover .eb-image img {
    transform: scale(1.1);
}
.breakouts.breakouts-version-one .each-bo:hover .eb-content {
    padding-top: 35px;
}
.breakouts.breakouts-version-one .each-bo:hover .eb-content > div {
    transform: translateY(-20px);
}
.breakouts .each-bo .eb-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.breakouts .each-bo .eb-content > div {
    padding: 15px;
}
.breakouts.breakouts-version-one .each-bo .eb-content {
    background-color: rgba(0, 0, 0, 0.5);
}
.breakouts.breakouts-version-two .each-bo .eb-content {
    top: 0;
}
.breakouts.breakouts-version-two .each-bo .eb-content > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.breakouts .each-bo .eb-content h3 {
    margin: 0;
}
.breakouts .each-bo .eb-content p {
    margin-bottom: 0;
    margin-top: 10px;
}
.topbar-link {
    font-size: 1.3em;
}
.footer-links {
    display: block;
    font-size: 1.2em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding: 5px 0;
}
.footer-links i {
    margin-right: 8px;
}
.footer-links a {
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
}
.footer-links a:hover {
    color: #c82027;
}

.footer-links-2.home-hover,
.footer-links-2.home-hover svg,
.footer-links-2.home-hover .text-white {
    transition: all 0.7s ease;
}

.footer-links-2.home-hover:hover {
    color: #c82027 !important;
}

.footer-links-2.home-hover:hover svg {
    fill: #c82027 !important;
    stroke: #c82027 !important;
}

.footer-links-2.home-hover:hover .text-white {
    color: #c82027 !important;
}

/*footer HOME FA ICON HOVER */
.footer-links-2.home-hover a,
.footer-links-2.home-hover a i,
.footer-links-2.home-hover a .text-white {
    transition: color 0.7s ease;
}

.footer-links-2.home-hover a:hover,
.footer-links-2.home-hover a:hover i,
.footer-links-2.home-hover a:hover .text-white {
    color: #c82027 !important;
}

.svg-styles {
    fill: transparent;
    stroke: white;
    stroke-width: 50;
}

.social-link {
    font-size: 22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50%;
    background: #c82027;
    color: #222;
    margin-right: 12px;
    transition: all 0.7s ease-out;
    box-sizing: border-box;
}

.social-link:hover {
    background: #fff;
    transition: all 0.7s ease-out;
}

@media (max-width: 768px) {
    .social-link {
        font-size: 14px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin-right: 9px;
        margin-bottom: 6px;
    }
}

/* ***************************** */
/* FORMS */
.form-fields {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-form {
    width: 100%;
    text-align: center;
}
.form-fields:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.form-fields::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-fields:-ms-input-placeholder {
    color: #999;
}
.form-fields::-webkit-input-placeholder {
    color: #999;
}
.form-fields[disabled],
.form-fields[readonly],
fieldset[disabled] .form-fields {
    background-color: #eee;
    opacity: 1;
}
.form-fields[disabled],
fieldset[disabled] .form-fields {
    cursor: not-allowed;
}
textarea.form-fields {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none; /* For older versions of Chrome, Safari, etc. */
    appearance: none; /* Standard syntax */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-fields {
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.055);
}

.form-fields[type="button"],
.form-fields[type="submit"],
.form-fields[type="reset"] {
    -webkit-appearance: none; /* For older versions of Chrome, Safari, etc. */
    appearance: none; /* Standard syntax */
    cursor: pointer;
}

.form-fields::-moz-placeholder {
    color: #838383;
    opacity: 1;
}

.form-fields:-ms-input-placeholder {
    color: #838383;
}

.form-fields::-webkit-input-placeholder {
    color: #838383;
}

.form-fields:focus {
    box-shadow: none;
    border: 1px solid #007a92 !important;
}

.form-content {
    height: 50px;
    border: 1px #acacac solid;
    width: 100%;
    color: #acacac;
    padding-left: 10px;
    margin-bottom: 10px;
}

textarea.form-content {
    border: 1px #acacac solid;
    width: 100%;
    color: #acacac;
    padding-left: 10px;
    height: 100px;
}

select.form-content {
    width: 100%;
    border: 1px #acacac solid;
    height: 50px;
}

/*
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* Responsive Css */
@media all and (min-width: 1024px) {
    .navigation {
        /* display:inline-block;  REDUNDANT CHRIS KEEPING JUST INCASE LOL */
        float: right;
    }
}
@media (max-width: 1023px) {
    .item-video .banner-caption {
        display: none;
    }
    .breakouts.breakouts-version-one .each-bo:hover .eb-content {
        padding-top: 0;
    }
    .breakouts.breakouts-version-one .each-bo:hover .eb-content > div,
    .audience .each-aud:hover .ea-content > div {
        transform: translateY(0);
    }
    .breakouts .each-bo .eb-content h3 {
        font-size: 18px;
    }
    .breakouts .each-bo .eb-content p {
        font-size: 14px;
    }

    .logo-navigation {
        padding: 10px 0;
    }
    .logo-navigation .navigation {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner.banner-version-one .item {
        height: 100vh;
    }
    .banner .banner-caption h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .banner .action-buttons li {
        display: block;
        padding: 5px 0;
    }

    .offcanvas {
        width: 100%;
    }
}
.parallax {
    background-color: #333;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-white {
    color: #fff;
}
.text-white-30 {
    color: rgba(255, 255, 255, 0.3);
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}
.text-white-70 {
    color: rgba(255, 255, 255, 0.7);
}
.text-black {
    color: #000;
}
.text-black-30 {
    color: rgba(0, 0, 0, 0.3);
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5);
}
.text-black-70 {
    color: rgba(0, 0, 0, 0.7);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-field-subtle {
    background: RGBA(255, 255, 255, 0.1);
    border: 1px solid RGBA(255, 255, 255, 0.2);
    height: 40px;
}
.btn-special-1 {
    border: 1px solid #c82027;
    color: #c82027;
    padding: 4px 6px;
    font-size: 12px;
    margin-left: 70px;
}
.btn-special-1:hover {
    background: #c82027;
    color: #fff;
}
.icon-blocks img {
    float: left;
}
.icon-blocks h3 {
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 0;
}
.icon-blocks p {
    margin-left: 70px;
    margin-right: 20px;
}

.relative {
    position: relative;
}
.image-left-50 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 120px;
    height: 75%;
    left: 6%;
    max-height: 670px;
    width: 37%;
    position: absolute;
}
.w50-text-right {
    width: 50%;
    min-width: 320px;
    text-align: right;
    margin-right: 30px;
}

.bo-1,
.bo-2,
.bo-3,
.bo-4 {
    background-size: cover;
    background-position: bottom left;
    position: relative;
    float: left;
    text-align: center;
    color: white !important;
}

.bo-1 {
    background: url("../images/springfield-missouri-fence-company-hero.jpg")
        no-repeat center center;
    height: 735px;
    width: 60%;
}

.bo-2 {
    background: url("../images/springfield-missouri-fence-company-hero.jpg")
        no-repeat center center;
    height: 245px;
    width: 40%;
}
.bo-3 {
    background: url("../images/springfield-missouri-fence-company-hero.jpg")
        no-repeat center center;
    height: 245px;
    width: 40%;
}
.bo-4 {
    background: url("../images/springfield-missouri-fence-company-hero.jpg")
        no-repeat center center;
    height: 245px;
    width: 40%;
}
p.text-normal {
    color: #353739;
    font-weight: normal;
}
.features-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #cccccc;
}
.features-list li:last-of-type {
    border-bottom: none;
}
.hr1 {
    margin: 30px 0;
    padding: 10px 10px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    background: rgba(255, 255, 255, 0.95);
}

.col-md-fifth {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .col-md-fifth {
        float: left;
        width: 20%;
    }
}

/* Changes Edits 30th September 2021 */
@media (max-width: 992px) {
    .template-nav-v1 .header {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.template-nav-v1 .header .my-menu ul {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.template-nav-v1 .header .my-menu ul li:first-child {
    margin-left: 0;
}

.topbar .icon-contact-table {
    width: auto;
    float: right;
    text-align: left;
    position: relative;
}
.topbar .icon-contact-table .table-cell:first-child {
    padding-right: 15px;
}
.topbar .icon-contact-table h6,
.topbar .icon-contact-table h4 {
    margin: 0;
}
.topbar .icon-contact-table h4 {
    margin-top: 4px;
}

.topbar .icon-contact-table.ict-location {
    margin-right: 30px;
    padding-right: 30px;
}
.topbar .icon-contact-table.ict-location::after {
    right: 0;
    position: absolute;
    top: 50%;
    height: 20px;
    background-color: #fff;
    width: 2px;
    content: "";
    transform: translateY(-50%);
}
@media (max-width: 992px) {
    .topbar .icon-contact-table.ict-location::after {
        display: none;
    }
}

.img-icon-hover {
    overflow: hidden;
    position: relative;
}
.img-icon-hover img:first-child,
.img-icon-hover img:last-child {
    transition: 0.25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
}
.img-icon-hover > img {
    max-width: 100%;
}
.img-icon-hover img:last-child {
    opacity: 0;
    visibility: hidden;
}
.img-icon-hover:hover > img:first-child {
    opacity: 0;
    visibility: hidden;
}
.img-icon-hover:hover > img:last-child {
    opacity: 1;
    visibility: visible;
}

.title1 {
    line-height: 1em;
    height: 3.1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
}

.title2 {
    line-height: 1em;
    height: 3.1em;
    margin-bottom: 1em;
}

/* Wood Stain and Seal Color CSS */

.stain-colors-collection .panel {
    background-color: transparent;
}
.stain-colors-collection .panel .panel-heading {
    padding: 0;
    border-radius: 0;
}
.stain-colors-collection .panel .panel-heading .panel-title a {
    display: block;
    padding: 20px 40px 20px 20px;
    background-color: #c82027;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.stain-colors-collection .panel .panel-heading .panel-title a:after {
    position: absolute;
    right: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    z-index: 1;
    font-size: 24px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}
@media (max-width: 600px) {
    .stain-colors-collection .panel .panel-heading .panel-title a {
        font-size: 18px;
    }
    .stain-colors-collection .panel .panel-heading .panel-title a:after {
        font-size: 20px;
    }
}
.stain-colors-collection
    .panel
    .panel-heading
    .panel-title
    a[aria-expanded="true"]:after {
    content: "\f077";
}
.stain-colors-collection
    .panel
    .panel-heading
    .panel-title
    a[aria-expanded="false"]:after {
    content: "\f078";
}
.stain-colors-collection .panel .panel-body {
    padding: 0 0 30px;
}
.stain-colors-collection .panel .row:not(.pre-stain) [class*="col-"] {
    margin-top: 30px;
}
.row.pre-stain img.img-responsive,
.stain-colors-collection
    .panel
    .row:not(.pre-stain)
    [class*="col-"]
    img.img-responsive {
    width: 100%;
}
.stain-colors-collection
    .panel
    .row:not(.pre-stain)
    [class*="col-"]
    .color-name {
    font-weight: bold;
    margin-top: 7px;
}
.stain-colors-collection
    .panel
    .row:not(.pre-stain)
    [class*="col-"]
    .color-name
    p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .row.pre-stain {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .hide-on-small-screen {
        display: none;
    }
}

/* center-image moved to DC-utilities */

.responsive-button {
    max-width: 100%;
    height: auto;
}

/* BACK TO TOP BTN */
/* #backTop {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius:50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
 -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);

  } */
/* #backTop::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  }
  @media (max-width: 768px) {
    #backTop {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }

    #backTop::after {
        position: relative;
        top: -3px;
        left: 0px;
    }
}
  #backTop:hover {
  cursor: pointer;
  background-color: #1b1b1b;
  }
  #backTop:active {
  background-color: #555;
  }
  #backTop.show {
  opacity: 1;
  visibility: visible;
  }
  .circle {
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #fafafa;
  }
  .pulse {
  animation: pulse-animation 1s infinite;
  }

  @keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  }
  }

  @media (max-width: 768px) {
  @keyframes pulse-animation-mobile {
    0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0); 
    }
  }

  .pulse {
    animation-name: pulse-animation-mobile; 
  }
  } */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    transition: all 200ms linear;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 50%;
    background-color: #fff;
}
.progress-wrap::after {
    position: absolute;
    content: "\f062";
    font-family: "Font Awesome 6 Pro";
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #c82027;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
}

.progress-circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); /* Start at top */
}

.progress-circle circle {
    fill: #fff;
    stroke-width: 4;
    stroke-linecap: round; /* Makes the stroke SMOOTH */
    shape-rendering: geometricPrecision; /* <-- VERY IMPORTANT */
}

.progress-bg {
    stroke: #fff;
}

.progress-bar {
    stroke: #c82027;
    stroke-dasharray: 283; /* 2πr = 2 * 3.14 * 45 */
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 10ms linear;
}

/* Media query for smaller screens, e.g., mobile devices */
@media (max-width: 768px) {
    #backTop {
        width: 40px;
        height: 40px;
        font-size: 12px; /* Adjust the text size if necessary, affects padding/margins */
    }
}
/* BACK TO TOP BTN */

/* Default styles for the iframe container */
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive height */
    max-width: 100%; /* Ensures the iframe doesn't overflow its container */
    margin: 0 auto; /* Centers the container */
    height: 400px;
}

/* Styles for the iframe */
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

/* Media query for smaller screens (adjust the breakpoint as needed) */
@media (max-width: 768px) {
    .iframe-container {
        padding-bottom: 75%; /* Adjust the aspect ratio for smaller screens */
    }
}

.footer-link-2:hover {
    color: #c82027 !important;
}

/* Font Awesome Icon that is Dynamically made when target="_blank" is found*/
.fa-hover {
    transition: color 0.3s ease;
}

a:hover .fa-hover {
    color: rgb(107, 107, 107) !important;
}
/* END Font Awesome Icon that is Dynamically made when target="_blank" is found*/

.well-up {
    /* Define the initial state and transition properties here */
    transition: transform 0.3s ease; /* Adjust the duration (0.3s) and timing function (ease) as needed */
}

.well-up:hover {
    /* Moves the element up 10px on hover */
    transform: translateY(-10px);
}

/* This changes the hover color of the links in the Header Contact */
.headercontact .contactholder a:hover {
    background-color: transparent !important;
    color: #999999 !important;
}
/* END OF This changes the hover color of the links in the Header Contact */

/* FONT AWESOME */

.ifa-lg {
    font-size: 85px !important;
}

.ifa-md {
    font-size: 50px !important;
}

.ifa-sm {
    font-size: 20px !important;
}

.ifa-primary-bg {
    color: #c82027 !important;
}

.ifa-secondary-bg {
    color: #000000 !important;
}

.ifa-rounded-corner {
    border-radius: 10px !important;
    padding: 1rem 2rem !important;
    text-align: center !important;
    border: 1px solid !important;
}

.icon-container {
    display: flex;
    gap: 1rem; /* Optional: Adjust the gap between icons */
}

.icon-container {
    display: flex;
    justify-content: center;
    gap: 1rem; /* Adjust the gap between icons */
}

.ifa-circle {
    border-radius: 50% !important;
    padding: 1rem 2rem !important;
    text-align: center !important;
    border: 1px solid !important;
}

.ifa-primary-bg-fill {
    color: #fff;
    background-color: #c82027 !important;
}

.ifa-green-bg-fill {
    color: #a2a2a2;
    background-color: #515151 !important;
}

.ifa-secondary-bg-fill {
    color: #fff;
    background-color: #000000 !important;
    transition: 0.7s;
}

.ifa-secondary-bg-fill:hover {
    color: #000000;
    background-color: #fff !important;
}

.ifa-test {
    font-size: 40px;
}

.ifa-test:before {
    content: "\f6f0";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 5px;
}

/* FONT AWESOME */

.no-style ul {
    list-style-type: none;
}

/*FOOTER 1*/ /*FOOTER 1*/ /*FOOTER 1*/ /*FOOTER 1*/ /*FOOTER 1*/ /*FOOTER 1*/

.ifa-square {
    padding: 1rem !important;
    text-align: center !important;
    width: 5rem;
    height: 5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1;
}

.ifa-square.youtube {
    font-size: 2.6rem !important;
}

.ifa-green-bg-fill {
    color: #a2a2a2;
    background-color: #515151 !important;
}
.ifa-green-bg-fill:hover {
    color: #fff;
}

.footer-1-text {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.fa-icon {
    margin-right: 1.2rem;
    font-size: 26px;
}

.footer-1-link {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    text-decoration: none;
}

.footer-1-link:hover {
    color: #fff;
}

.footer-1-company {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 3rem;
}

.map-iframe {
    width: 97%;
    height: auto;
    max-width: 100%;
    border: 0;
}

@media (min-width: 768px) {
    .map-iframe {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .map-iframe {
        height: 200px;
    }
}

.footer-1-text-link {
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-1-text-link a {
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
}

.footer-1-text-link a:hover {
    color: #515151;
}

.bg-green {
    background-color: #515151 !important;
}

@media (max-width: 767.98px) {
    .footer-1-mobile {
        padding-left: 10%;
    }
}

/*END FOOTER 1*/ /*END FOOTER 1*/ /*END FOOTER 1*/ /*END FOOTER 1*/ /* ENDFOOTER 1*/ /*END FOOTER 1*/ /*END FOOTER 1*/

/*FOOTER 2*/ /*FOOTER 2*/ /*FOOTER 2*/ /*FOOTER 2*/ /*FOOTER 2*/ /*FOOTER 2*/

.bg-footer {
    background-color: #547cb5;
}

.ifa-square {
    padding: 1rem !important;
    text-align: center !important;
    width: 5rem;
    height: 5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1;
}

.ifa-square.youtube {
    font-size: 2.6rem !important;
}

.ifa-blue-bg-fill {
    color: #fff;
    background-color: #7cc6f2;
}
.ifa-blue-bg-fill:hover {
    color: #547cb5;
}

.footer-2-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-2-icon i {
    font-size: 35px;
    padding-bottom: 2%;
}

.footer-2-link {
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}

.footer-2-link:hover {
    color: #90c4ee;
}

.footer-2-text {
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.footer-2-logo {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-2-divider {
    position: relative;
    padding-left: 55px;
}

.footer-2-divider::before {
    content: "";
    position: absolute;
    left: 0;
    height: 88%;
    border-left: 1px solid #fff;
}

@media (max-width: 767px) {
    .footer-2-divider::before {
        border-left: none;
    }

    .footer-2-divider {
        padding-left: 5%;
    }
}

.footer-2-blurb {
    font-size: 20px;
}

.bg-dark-gray {
    background-color: #414141 !important;
}

.footer-2-text-link {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 22px;
}

.footer-2-text-link:hover {
    color: #90c4ee;
}

.footer-2-font {
    font-size: 22px;
}

/*END FOOTER 2*/ /*END FOOTER 2*/ /*END FOOTER 2*/ /*END FOOTER 2*/ /* ENDFOOTER 2*/ /*END FOOTER 2*/ /*END FOOTER 2*/

/*FOOTER 3*/ /*FOOTER 3*/ /*FOOTER 3*/ /*FOOTER 3*/ /*FOOTER 3*/ /*FOOTER 3*/

.footer-3-text {
    font-size: 20px;
    line-height: 1.5;
}

.footer-3-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .footer-3-contact {
        margin-right: 10%;
    }
}

.fa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-3-company {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 4rem;
    color: #fff;
}

.footer-3-link {
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}

.footer-3-link:hover {
    color: #90c4ee;
}

.map-iframe-3 {
    width: 97%;
    height: 290px;
    max-width: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .map-iframe-3 {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .map-iframe-3 {
        height: 200px;
        margin: 0 auto;
        display: block;
    }
}

.footer-3-text-link {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 22px;
}

.footer-3-text-link:hover {
    color: #90c4ee;
}

.footer-3-font {
    font-size: 22px;
}

/*END FOOTER 3*/ /*END FOOTER 3*/ /*END FOOTER 3*/ /*END FOOTER 3*/ /* ENDFOOTER 3*/ /*END FOOTER 3*/ /*END FOOTER 3*/
/*FOOTER 4*/ /*FOOTER 4*/ /*FOOTER 4*/ /*FOOTER 4*/ /*FOOTER 4*/ /*FOOTER 4*/

.bg-dark-blue {
    background-color: #547cb5;
}
.bg-light-blue {
    background-color: #7cc6f2;
}

.footer-4-logo {
    margin-top: -4%;
    margin-bottom: -120px;
    padding-bottom: 20px;
    background-color: #547cb5;
}

.custom-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.custom-container .col-md-4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .custom-container {
        display: none;
    }

    .custom-container .col-md-4 {
        display: none;
    }
}

.map-iframe-4 {
    width: 90%;
    height: 520px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    display: block;
    border: 0;
}

@media (max-width: 767px) {
    .map-iframe-4 {
        height: 100%;
        padding: 25px 5px 15px 5px;
        width: 100%;
        margin: 0 auto;
    }
}

.footer-4-text {
    font-size: 30px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .footer-4-text {
        font-size: 5vw;
    }
}

.footer-4-padding {
    padding-top: 6%;
}

.footer-4-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-4-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

/* Styles for small screens */
@media (max-width: 767px) {
    .footer-4-title {
        font-size: 30px;
        line-height: 1.3;
        text-align: left;
        padding: 0 10px;
    }

    .footer-4-title span {
        display: block;
        margin: 0;
    }
}

.footer-4-company {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 4rem;
    color: #fff;
}

.footer-4-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .footer-4-contact {
        margin-right: 10%;
    }
}

.footer-4-text-contact {
    font-size: 20px;
    line-height: 1.5;
}

.footer-4-link {
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}

.footer-4-link:hover {
    color: #547cb5;
}

.footer-4-social {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.ifa-circle {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #547cb5;
    color: #fff;
}

.footer-4-icon {
    font-size: 3rem; /* Adjust icon size */
}

.ifa-circle:hover {
    color: #547cb5;
    background-color: #fff;
}

.ifa-circle.youtube {
    font-size: 2.8rem !important;
}

@media (max-width: 767px) {
    .footer-4-social {
        padding-left: 50px;
    }
}

.footer-4-text-link-home {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 25px;
}

.footer-4-text-link-home:hover {
    color: #547cb5;
}

.footer-4-text-link {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 25px;
    padding-right: 25px;
}

.footer-4-text-link:hover {
    color: #547cb5;
}

@media (max-width: 767px) {
    .footer-4-link-2 {
        text-align: center;
    }

    .footer-4-link-2 a {
        display: block;
        margin: 5px 0;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }

    .footer-4-link-2 a:hover {
        color: #547cb5;
    }
}

@media (max-width: 767px) {
    .footer-4-logo img {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer-4-hidden {
        display: none;
    }
}

/* FOOTER 5*/

@media (max-width: 767px) {
    .footer-5-contact {
        margin-left: 3%;
    }
}

.footer-5-contact {
    display: flex;
    flex-direction: column; /* Stack icon on top of text */
    align-items: center; /* Center the content */
    gap: 8px;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 10px;
}

.footer-5-text {
    font-size: 20px;
    line-height: 1.5;
    text-align: center; /* Center the text */
}

.footer-5-link {
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    text-align: center; /* Center the link text */
}

.footer-5-link:hover {
    color: #90c4ee;
}

.fa-icon {
    font-size: 3rem; /* Adjust the size of the icon */
}

.icon-hover {
    transition: color 0.3s ease; /* Smooth transition for text and icon color change */
}

.icon-hover i {
    transition: color 0.3s ease; /* Smooth transition for icon color */
}

.icon-hover:hover,
.icon-hover:hover i {
    color: #555555; /* Darker gray color on hover */
}

.map-container {
    text-align: center; /* Centers the iframe inside the container */
    margin: 0 auto; /* Centers the container itself */
}

.map-iframe {
    width: 100%; /* Makes sure the iframe fills the width of the container */
    max-width: 1200px; /* Sets a max width for the iframe */
    height: 400px; /* Adjusts the height of the map */
    display: inline-block; /* Centers the iframe inside the map-container */
}

.footer-5-text-link {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
}

.footer-5-text-link:hover {
    color: #90c4ee;
}

.footer-5-font {
    font-size: 22px;
}

/* Media Query for Mobile Devices footer 5*/
@media (max-width: 767px) {
    .footer-5-text-link {
        font-size: 14px; /* Reduce font size on mobile */
    }

    .footer-5-font {
        font-size: 14px; /* Reduce font size on mobile */
    }

    /* Additional adjustments if needed */
    .footer-5-text-link:hover {
        font-size: 14px; /* Ensure hover state matches */
    }

    .footer-5-text {
        font-size: 14px;
        line-height: 1.3;
    }
}

/*END OF FOOTER 5*/

/*SEARCH BAR ZUY
.search-container {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.search-icon {
  font-size: 40px;
  cursor: pointer;
}

.search-bar {
  display: none;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 950px;
  z-index: 1001;
}

.show-search-bar {
  display: block;
}

.gcse-search {
  width: 100%;
}

.gsc-search-button {
  border-radius: 20px;
  position: relative;
  left: -5px;
  top: 0px;
}

.gsc-input {
  border-radius: 0px;
}
*/

/* Ensuring the search results section takes up more space
.gcse-searchresults {
  width: 80%;
  height: 80vh;
  margin: auto;
  padding: 20px;
  overflow: auto;
  box-sizing: border-box;
}
.gsc-control-cse {
   padding: 0 !important ;
   border-radius: 5px;
}
.gcse-searchresults-container {
  max-width: 100%;
  height: 100%;
}
*/
/* Adjusting the container that holds the search results
.search-bar .gsc-results-wrapper-overlay {
  max-width: 80%;
  height: 80vh;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

.search-bar .gsc-resultsbox-visible {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
}

*/

/* Fixed position when scrolling reaches the top
.search-container.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: none;
}

.gcse-searchresults-only {
  width: 100%;
  max-width: 950px;
  max-height: 500px;
  margin-top: 20px auto;
  padding: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
}


.gsc-control-wrapper-cse{
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

*/

/*END OF SEARCH BAR*/

/* SEARCH BAR */

.nav-holder {
    position: relative;
}

.search-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
}

.search-wrapper {
    position: relative;
}

.search-button {
    background: #f8f8f8;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.search-button i {
    font-size: 20px;
}

.search-button:hover {
    background-color: #c82027;
}

#search-bar {
    position: absolute;
    top: -12px;
    left: calc(100% + 10px);
    opacity: 0;
    width: 0;
    max-width: 500px;
    overflow: hidden;
    transition: opacity 0.5s ease, width 0.5s ease;
}

.search-wrapper:hover #search-bar {
    opacity: 1;
    width: 500px;
}

@media screen and (max-width: 1920px) and (min-width: 1080px) {
    .search-wrapper:hover #search-bar {
        width: 320px;
    }
}
/*END OF SEARCH BAR*/

/* Photo Gallery makes all the images the same size */
.img-responsive-pg {
    width: 100%; /* Image scales within its container */
    max-width: 600px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 15px;
}

/* GATE ANIMATIONS */
.gates-item {
    position: relative;
}

.gates-item img {
    transition: all 0.7s ease-in-out;
}

.gates-item .on-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out;
}

.gates-item:hover .on-hover {
    opacity: 1;
    visibility: visible;
}

.gates-item:hover > img {
    opacity: 0;
    visibility: hidden;
}

.pointer-anchor {
    position: relative;
}

.scroll-pointer {
    position: absolute;
    bottom: -28rem; /* adjust until it lines up */
    left: 0;
    font-size: 4rem;
    opacity: 0;
    transform: translateX(-40vw); /* always hidden to the left */
    transition: opacity 0.3s ease;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .scroll-pointer {
        bottom: -23rem;
    } /* lift it on smaller screens */
}
@media (max-width: 991px) {
    .scroll-pointer {
        bottom: -18.5rem;
    } /* lift it on smaller screens */
}

@media (max-width: 767px) {
    .scroll-pointer {
        display: none;
    } /* lift it on smaller screens */
}

.scroll-pointer.move {
    opacity: 1;
    animation: pointerSlide 1.2s forwards ease-out;
}

@keyframes pointerSlide {
    from {
        transform: translateX(-40vw);
    }
    to {
        transform: translateX(6rem);
    } /* stop 60 px inside the row */
}

.scroll-pointer i {
    position: relative;
}

.scroll-pointer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 70%;
    border-radius: 10%;
    background: currentColor;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.4;
    animation: pointerPulse 1s infinite;
}

@keyframes pointerPulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .scroll-pointer::before {
        animation: pointerPulseMobile 1s infinite;
    }
    @keyframes pointerPulseMobile {
        0% {
            transform: translate(-50%, -50%) scale(0);
            opacity: 0.4;
        }
        100% {
            transform: translate(-50%, -50%) scale(1.4);
            opacity: 0;
        }
    }
}
/* GATE ANIMATIONS END*/

/* Video Responsive Layout */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Video Responsive Layout END */




/* About Page => Team Headshots */
    .team-modal .team-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .team-modal .team-card {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .team-modal .team-break {
        display: none;
        flex-basis: 100%;
        width: 100%;
        height: 0;
    }

    @media (min-width: 381px) {
        .team-modal .team-card {
            flex: 0 0 50%;
            max-width: 45%;
            gap: 1rem;
            display: flex;
        }
    }

    @media (max-width: 992px) { .team-modal .team-grid { gap: 2rem; } }

    @media (min-width: 992px) {
        .team-modal .team-card {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    @media (min-width: 1200px) {
        .team-modal .team-card {
            flex: 0 0 20%;
            max-width: 16.5%;
        }

        /* Force 5 / 4 / 5 rows at >= 1200px */
        .team-modal .team-break {
            display: block;
        }
    }

    .team-modal .team-card a {
        margin-block-end: 0;
        --team-photo-max: 300px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        width: 100%;
    }
    
    /* 2-up range */
    @media (min-width: 381px) {
        .team-modal .team-card a {
            --team-photo-max: 290px;
            margin-block-end: 3rem;
        }
    }
    
    /* 4-up and 5-up ranges */
    @media (min-width: 992px) {
        .team-modal .team-card a {
            --team-photo-max: 200px;
            margin-block-end: 1rem;
        }
    }

    /* 4-up and 5-up ranges */
    @media (min-width: 1200px) {
        .team-modal .team-card a {
            --team-photo-max: 170px;
            margin-block-end: -6rem;
        }

        .team-modal .team-grid {
            gap: 2.5rem 0.5rem;
        }
    }

    .team-modal .team-card a::before {
        content: "";
        width: min(100%, var(--team-photo-max));
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #ffffff, 0 0 0 4.5px #0f407e;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .team-modal .team-card img {
        padding: 2px;
        width: min(100%, var(--team-photo-max));
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        box-sizing: border-box;
        background: #ffffff;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        transition: filter 250ms ease;
        display: block;
        margin: 0 auto;
    }

    .team-modal .team-card a:hover img,
    .team-modal .team-card a:focus img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }

    .team-modal .team-name {
        font-size: 18px;
        color: #0f407e;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin-top: 9px;
        margin-bottom: 0;
    }

    .two-line {
        line-height: 1;
        padding-block-start: 0.6rem;
    }

    @media (min-width: 1200px) {
        .two-line {
            padding-block-end: 1.4rem;
        }
    }

    .team-modal .team-title {
        font-weight: 600;
        letter-spacing: 0.04em;
        margin-top: -10px;
    }

    /* Responsive 3-photo grid (Christmas party photos) */
    .company-photo {
        --company-photo-height: clamp(200px, 18vw, 500px);

        margin-block-start: 15rem;
        padding-inline: 1rem;
        display: grid;
        grid-template-columns: minmax(350px, 2fr) minmax(250px, 1fr) minmax(250px, 1fr);
        gap: 10px;
        align-items: stretch;
    }

    .company-photo > img,
    .company-photo > a > img {
        width: 100%;
        height: var(--company-photo-height);
        object-fit: cover;
        display: block;
        object-position: center 20%;
        object-position: center 38%
    }
    
    .company-photo > a > img:first-child {
        object-position: center 20%;
    }
    
    .company-photo img {
        border-radius: 8px;
    }

    @media (max-width: 991px) {
        .company-photo {
            grid-template-columns: 1fr 1fr;
            margin-block-start: 2rem;
        }

        /* First image full row; remaining two share next row */
        .company-photo > :first-child {
            grid-column: 1 / -1;
        }

        .company-photo > a > img:first-child {
        object-position: center 15%;
        }
    }

    @media (max-width: 550px) {
        .company-photo {
            grid-template-columns: 1fr;
        }

        .company-photo > img,
        .company-photo > a > img {
            height: auto;
        }
    }

/* About Page => Team Headshots END */



/* ============ Trustbar ============ */
.trust-row {
    max-width: 95%;
    margin: auto;
}

.trust-img {
    width: fit-content;

    & img {
        background-color:#FFF;
        border-radius: 50%;
        aspect-ratio: 1/1;
        border: 4px solid #FFF;
        max-width: 165px;
        width: 100%;
        height: auto;
    }
}

.trust-statement {
    width: fit-content;
    
    & p {
        color: #FFF;
        font-size: 26px;
        margin: 0 auto;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    
    & p > span {
        color: #FFF;
        font-size: 32px;
        font-weight: 700;
    }
    
}

.trust-action {

    & a.btn-secondary {
        background-color: #2f83c5;
        border: 2px solid #2f83c5;
        
        &:hover {
            background: #c82027;
            border-color: #c82027;
            color: #fff;
        }
    }
}

@media (max-width: 991px) {
    .trust-row {flex-wrap: wrap; width: 100%; padding-block: 10px;}
    /* .trust-statement p {text-align: left;} */
    .trust-action a { margin-block: 3rem 1rem; padding: 1rem 2rem;}
}

/* ============ Trustbar V2 ============ */

#trustCarousel .carousel-indicators {bottom: -30px;}

.tooltip-variation-v1 .mytooltip {
  display: inline;
  position: relative;
  z-index: 999;
}

/* Trigger text */

.tooltip-variation-v1.mytooltip .tooltip-item {
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 1px dotted #777;
  display: inline-block;
  margin-block-start: 0;
}

/* Gap filler */

.tooltip-variation-v1.mytooltip .tooltip-item::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip-variation-v1.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

/* Tooltip */

.tooltip-variation-v1.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #818285;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  border-radius: 20px;
}

.tooltip-variation-v1.mytooltip .tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* .tooltip-variation-v1.mytooltip:hover .tooltip-content */
.om-single:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

/* .mytooltip.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
} */

/* Arrow */

.tooltip-variation-v1.mytooltip .tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #818285;
  border-width: 10px;
  margin-left: -10px;  
}



/* Tooltip content*/

.tooltip-variation-v1.mytooltip .tooltip-content {
    display: flex; 
    justify-content: center;
    flex-wrap: wrap;
}

.tooltip-variation-v1.mytooltip .tooltip-content i {  
  font-size: 30px; 
  color: #fff;
  padding-top: 10px;
}

.tooltip-variation-v1.mytooltip .tooltip-text {
  font-size: 0.68em;
  line-height: 1.35;
  display: block;
  padding: 5px 15px 25px 15px;
  color: #fff;  
}

.oms-img div { width: 80px; margin: 0 auto 1rem; }
/* .tooltip-content.clearfix div { width: 40px; margin: 1rem auto; } */

.tooltip-variation-v1.mytooltip .tooltip-text a {
    font-weight: bold;
}

.h4.tooltip-item.over { font-size: 26px; }
.h4.tooltip-item.over br { display: none; }

@media (max-width: 991px) {
    .our-mission .container { width: 100%; } 
    .h4.tooltip-item.over { font-size: 28px; }
}

@media (max-width: 800px) { 
    .our-mission .row:first-child { flex-wrap: wrap; } 
    .oms-img div { width: 80px; margin: 1.5rem auto 1rem; }
}

@media (max-width: 500px) {.h4.tooltip-item.over br { display: inline; }}

/* Trust Bar Tooltip Styles */
.om-single .tooltip-content {
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.3s, transform 0.3s;
}

.om-single.tooltip-active .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (hover: hover) {
    .om-single:hover .tooltip-content {
        pointer-events: auto;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Fix carousel clipping the tooltip */
#trustCarousel,
#trustCarousel .carousel-inner,
#trustCarousel .item {
    overflow: visible;
}

/* Trustbar END */