@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.post,
.page {
    margin: 0;
}

p {
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.text-underline {
    text-decoration: underline;
}

.vertical-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.orange-f {
    color: #FEB72B;
}

.blue-f {
    color: #042891
}

.white-f {
    color: #fff;
}

.text-decoration-underline{
    text-decoration: underline;
}
.container-flexial {
    padding-left: 10%;
    padding-right: 10%;
}

.above-menu {
    background-color: #FEB72B;
    color: #042891;
    font-size: 14px;
    padding: 7px;
}

.above-menu a {
    color: #042891;
}

.above-menu a:hover {
    color: #042891;
    text-decoration: none;
}

.above-menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.fa-envelope {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
    margin-right: 15px;
}

input::placeholder {
    color: #042891;
}

.contact-menu {
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #000;
}

.search-container {
    border: 1px solid;
    border-radius: 20px;
}

.search-submit {
    background: none;
    border: none;
    color: #042891;
    padding: 3px 20px;
}

.search-field {
    background: none;
    border: none !important;
    margin-left: 20px;
}

.search-field:focus-visible {
    border: none !important
}

.menu-main-container {
    background-color: #042891;
    color: #fff;
}

.main-navigation ul {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    margin-top: 15px;
}

.main-navigation li a,
.main-navigation li a:visited {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.main-navigation li a:hover {
    text-decoration: none;
    color: #FEB72B
}

.sub-menu {
    flex-direction: column;
    background-color: #042891;
    margin-top: 0px !important;
    padding: 10px !important;

}

.sub-menu li {
    padding-top: 15px;
}

.custom-logo{
    width: 280px;
    height: 100%;
}
.carousel-inner{
    height: 86VH;
}
.carousel-item{
    height: 86VH;
    background-size: cover;
}
.current_page_item > a:first-child {
    color: #FEB72B !important;
    border-bottom: 2px solid #FEB72B;
}

.current-menu-item > a:first-child {
    color: #FEB72B !important;
    border-bottom: 2px solid #FEB72B;
}

.current_page_item .carousel-item {
    height: 83.5vh;
}

.carousel-caption {
    bottom: 10%;
    right: 0%;
    left: 0%;
    text-align: right;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.caption-orange {
    background-color: #FEB72B;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 36%;
    align-self: flex-end;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.caption-orange h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.caption-blue {
    background-color: #042891;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 33%;
    align-self: flex-end;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.caption-blue p {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

#why {
    padding-top: 8%;
    padding-bottom: 8%;
    color: #fff;
}

.flexial-heading {
    font-weight: bold;
}

.underline {
    height: 4px;
    width: 100%;
    display: block;
    background-color: #FEB72B;
    text-align: center;
    margin-bottom: 20px;
}

.why-content-container ul {
    margin-top: 30px;
    margin-left: 40px;
    padding-left: 0px;
    list-style: none;
}

.why-content-container ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: #FEB72B;
    display: inline-block;
    width: 1em;
    margin-left: -40px;
    position: absolute;
}

.why-content-container ul li {
    margin-bottom: 20px;
}

.why-video {
    padding: 0px 20px;
}

.why-video h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

/* products section */
#products,
#markets {
    padding-top: 5%;
    padding-bottom: 6%;
}

.products-home-div::before {
    position: absolute;
    /* z-index: -1; */
    bottom: 0;
    left: 15px;
    width: 92.5%;
    height: 160px;
    content: "";
    background-color: #FEB72B;
}

.products-home-div {
    background: transparent linear-gradient(180deg, #042891 0%, #0853FA 100%) 0% 0% no-repeat padding-box;
    margin-top: 10%;
    /* background: linear-gradient(-50deg, #FFf 50%, #FEB72B 50%); */
}

.products-home-div:hover {
    background: transparent linear-gradient(180deg, #767676 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box;

}

.products-home-div:hover > .product-home-title h3 {
    color: #fff !important;
}

.products-home-images img {
    height: 200px;
    margin-top: 40px;
    z-index: 100;
    position: relative;
}

.product-home-title {
    position: relative;

}

.product-home-title h3 {
    color: #042891;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* markets section */
#markets {
    background-color: #FEB72B;
}

.market-name {
    height: 350px;
    position: relative;
}

.market-banner-heading {
    background-color: #042891;
    position: absolute;
    bottom: -25px;
    padding: 10px 100px;
    color: #FEB72B;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 10;
}

.market-banner-heading h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
}

.market-main-content,
.company-main-content,
.default-main-content {
    padding-top: 100px;
}

.market-shadowed-div {
    padding: 4%;
    margin-top: 6%;
    box-shadow: -4px 23px 57px #00000033;
}

.market-shadowed-div.orange {
    background: linear-gradient(-50deg, #FFf 75%, #FEB72B 25%);
}

.market-shadowed-div.blue {
    background: linear-gradient(-50deg, #FFf 75%, #042891 25%);
}

.market-archive-image {
    height: 220px;
}

.market-archive-link {
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #FEB72B;
    color: #042891 !important;
    font-weight: bold;
    display: inline-block;
}

.market-archive-content {
    margin-bottom: 30px;
}

.market-archive-link:hover {
    text-decoration: none;
    color: #fff !important;
}

.market-main-content p {
    font-size: 24px;
}

.market-main-content h1 {
    font-weight: bold;
    color: #042891;
}

.underline-market {
    width: 30%;
}

.market-content-text {
    padding-left: 11%;
    padding-right: 11%;
    padding-top: 100px;
    padding-bottom: 100px;

}

.text-scrolable {
    height: 310px;
    overflow-y: scroll;
    padding-right: 40px;
}

.text-scrolable::-webkit-scrollbar {
    width: 4px;
    /* width of the entire scrollbar */
}

.text-scrolable::-webkit-scrollbar-track {
    background: #F7A606;
    /* color of the tracking area */
}

.text-scrolable::-webkit-scrollbar-thumb {
    background-color: #003b4d;
    /* color of the scroll thumb */
    border-radius: 10px;
    /* roundness of the scroll thumb */
    border: 2px solid #003b4d;
    /* creates padding around scroll thumb */
}

.text-scrolable {
    scrollbar-width: thin;
    /* "auto" or "thin"  */
    scrollbar-color: #003b4d #F7A606;
    /* scroll thumb & track */
}

.wp-block-column ul {
    margin-left: 0px;
    padding-left: 20px;
}

.market-content {
    background-color: #FEB72B;
    font-size: 24px;
}

.market-thumbnail-image-container {
    text-align: center;
    padding-right: 11%;
    /* background-color: #FEB72B; */
    background: linear-gradient(50deg, #fff 50%, #F1F1F1 50%);
    height: 100%;
}

.market-thumbnail-image-container img {
    width: 50%;
    margin-top: 50px;
}

.markets-home-div {
    justify-content: space-evenly;
    align-items: center;
}

.markets-home-div a:hover > .round-div img {
    transition: transform .2s;
    transform: scale(1.3);
}

.round-div {
    width: 230px;
    height: 230px;
    background: #042891;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.market-home-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}

.market-home-content a:link {
    display: contents;
}

.market-home-content a:hover > h3 {
    color: #0A46CD;
    text-decoration: none;
}

.market-home-content h3 {
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.markets-div,
.capabilities-div {
    margin-bottom: 5%;
}

/* capabilities page archove  */
.top-minus {
    margin-top: -100px;
}

.no-margin {
    margin-left: 0px;
}

.has-background {
    margin-left: -12.5%;
    margin-right: -12.5%;
    padding: 5% 13% !important;
}

.wp-block-columns {
    margin-bottom: 0px;
}

#top-gray-container:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1070px;
    content: "";
    background-color: #f1f1f1;
}

.capability-content {
    padding-top: 100px;
}

.capability-content-blue {
    background-color: #042891;
    margin-top: 5%;
    padding: 5%;
    height: 490px;
}

.capability-content-blue p {
    height: 140px;
}

.capability-archive-content {
    min-height: 70px;
    font-size: 24px;
}

/* 
products */

.product-archive-features ul {
    height: 155px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-archive-features ul li {
    width: 50%;
}

.product-archive-image {
    width: 90%;
}

.products-ul {
    list-style: none;
    font-weight: bold;
    padding-left: 0px !important;
}

.company-cer-div {
    padding: 3%;
    margin: 5%;
    box-shadow: 2px 4px 29px #00000033;
    border: 3px solid #C4C4C4;
    border-radius: 23px;
    height: 450px;
}

.company-cer-div p {
    min-height: 120px;
}

.apply-box {
    border: 3px solid #042891;
    border-radius: 23px;
    padding: 5%;
    margin-bottom: 20px;
}

.careers-left {
    padding-right: 10%;
}

.job-container {
    box-shadow: 2px 4px 29px #00000033;
    border: 3px solid #C4C4C4;
    border-radius: 23px;
    padding: 2%;
    margin: 4%;
    color: #042891;
    font-weight: bold;
}

.job-container h2 {
    font-weight: bold;
    text-transform: uppercase;
}

/* psots */

.press-content {
    background-color: #042891;
    color: #fff;
    padding: 8% 5%;
    margin: 3%;
    height: 450px;
}

.orange-f {
    color: #FEB72B;
}

.flexial-post-title {
    margin-top: 60px;
    margin-bottom: 30px;
}


#view-all-tradeshows, #view-all-presses{
    color:#FEB72B;
}
#view-all-tradeshows:hover, #view-all-presses:hover{
    cursor: pointer;
}
.hiden-post{
    display: none;
}
/* suppliers */
.documents a:hover > .blue-bakcground img {
    transition: transform .2s;
    transform: scale(1.05);
}

.gform_button {
    margin-top: 20px !important;
    padding: 10px 30px !important;
    border-radius: 20px !important;
    background-color: #FEB72B !important;
    color: #042891 !important;
    font-weight: bold !important;
    display: inline-block !important;
}


/* testimonials */

.testimonail-container {
    background: linear-gradient(to right, #042891 4px, transparent 4px) 0 100%, linear-gradient(to left, #042891 4px, transparent 4px) 100% 0, linear-gradient(to bottom, #042891 4px, transparent 4px) 100% 0, linear-gradient(to top, #042891 4px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 90% 150px;
    padding: 5%;
}

.testimonail-container p {
    color: #042891;
}

.quote-box {
    background-color: rgba(255, 255, 255, 0.8);

}

.quote-box::before {
    left: 2%;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    color: #042891;
    font-weight: 900;
    font-size: 54px;
    position: absolute;
}

.quote-box::after {
    right: 2%;
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    color: #042891;
    font-weight: 900;
    font-size: 54px;
    position: absolute;
    bottom: 33%;
}


.testimonial-indicators {
    bottom: 20%;
}


/* footer */
/* .site-footer{
    padding-top:5%;
} */
#colophon {
    border-top: 2px solid #FEB72B;

}

.blue-footer {
    background-color: #042891;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
}

.gray-footer {
    color: #fff;
    background-color: #333333;
    padding-top: 2%;
    padding-bottom: 2%;
}

.footer-one img {
    margin-bottom: 40px;
}

.footer-two img {
    margin-bottom: 30px;
}

.footer-tree p {
    color: #fff;
}

.footer-tree i {
    color: #FEB72B;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .wp-block-column p,
    .wp-block-column ul li,
    .no-margin li {
        font-size: 18px !important;
    }

    .top-minus {
        margin-top: -100px;
        padding-top: 60px !important;
    }

    .above-menu {
        font-size: 12px;
    }

    .above-menu-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-menu {
        margin-right: 0px;
        ;
    }

    .search-form-div {
        margin-left: 10px;
    }

    .search-container {
        display: flex;
    }

    .fa-envelope {
        margin-right: 5px;
    }


    .custom-logo {
        margin-left: 15%;
        width: 60%;
    }

    #primary-menu {
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-main-container .container-flexial {
        padding: 0px;
    }

    .search-field {
        margin-left: 0px;
    }

    .menu-toggle {
        position: absolute;
        right: 60px;
        z-index: 100;
        top: -35px;
        background: none;
        color: #fff;
    }

    .main-navigation {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 100;
    }

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation ul ul a {
        min-width: 400px;
    }


    .nav-menu li {
        margin-bottom: 10px;

    }

    .main-navigation.toggled ul {
        display: block;
        width: 100%;
    }

    .sub-menu {
        margin-left: -30px !important;
    }

    .sub-menu li {
        padding-top: 5px;
        padding-left: 30px;
    }
    .carousel-inner, .carousel-item {
        height: 260px;
    }

    .testimonial-inner,  .testimonial-item{
        height: 100% !important;
    }
    .carousel-caption {
        bottom: 0%;
    }
    .carousel-indicators {
        bottom: -20px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .caption-orange { 
        padding-top: 10px;
        padding-bottom: 2px;
        width: 86%;
    }
    .caption-blue {
        width: 100%;
        padding: 2px;
        clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .caption-blue p {
        text-transform: uppercase;
        font-size: 16px;
    }

 
    .caption-orange h2 {
        font-size: 18px;
    }

    .quote-box::after {
        bottom: 10%;
    }

    /* market pages */
    .market-content {
        font-size: 18px;
    }

    .market-main-content p {
        font-size: 18px;
    }

    .market-name {
        background-size: cover;
        background-position: center;
        height: 130px;
    }

    .market-banner-heading {
        padding: 10px 30px;
        bottom: -40px;

    }

    .market-banner-heading h1 {
        font-size: 20px;
    }

    .gray-footer {
        padding-top: 10%;
    }

    .product-archive-features ul {
        height: 100%;
    }

    .orange-f-mobile {
        color: #feb72b;
        margin-top: 45px;
    }

    .capability-content-blue {
        height: 530px;
    }

    .capability-content-blue p {
        height: 170px;
    }

    .capability-archive-content p {
        font-size: 20px;
    }

    .company-cer-div {
        height: 565px;
    }

    h3 {
        font-size: 1.65rem;
    }

    #testimonials {
        min-height: 650px;
    }

    .testimonial-indicators {
        bottom: 0%;
    }

    .job-container h2 {

        font-size: 1.2rem;
        padding-top: 10px
    }

    #block-9 p {
        font-size: 16px !important;
    }

}


@media only screen and (min-width: 768px) and (max-width: 992px) {


    .market-name {
        background-size: cover;
        background-position: center;
    }

    .container-flexial {
        padding-left: 5%;
        padding-right: 5%;
    }


    .main-navigation ul {
        font-size: 14px;
        margin-top: 0px;
    }

    .caption-orange {
        width: 56%;
    }

    .caption-orange h2 {
        font-size: 1.45rem;
    }

    .caption-blue {
        width: 78%;
        padding: 20px;
    }

    .caption-blue p {
        text-transform: uppercase;
        font-size: 1.2rem
    }

    .quote-box::after {
        bottom: 10%;
    }

    .testimonial-indicators {
        bottom: 15%;
    }

    .capability-content-blue {
        height: 630px;
    }

    .capability-content-blue p {
        height: 245px;
    }

    .company-cer-div {
        height: 565px;
    }

    .company-cer-div p {
        min-height: 220px;
    }

}
