* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #149FF0;
    --primary-color-light: #55AEE2;
    --primary-color-dark: #096295;
    --teko-font: 'Teko';
    --montserrat-font: 'Montserrat';
    --white: #ffffff;
    --black: #000000;
    --light-grey: #F1F1F1;
}

body.custom-background {
    background-color: var(--white) !important;
}

.entry-header {
    padding: 0 !important;
}

.entry-header-inner {
    max-width: 100% !important;
    position: relative;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: none !important;
    width: max-content;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 0;
}

.entry-content hr {
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.entry-content hr::before, .entry-content hr::after {
    background: transparent !important;
}

.entry-content hr {
    margin: 1rem 0 1rem 0;
}

.entry-content > * {
    padding-bottom: 1.25em;
    margin-bottom: 0;
}

section {
    width: 100% !important;
    padding: 0rem 0;
}

.footer-nav-widgets-wrapper {
    margin-top: 0 !important;
}

.post-meta-wrapper {
    margin-top: 0 !important;
    height: 0 !important;
}

.post-inner {
    padding-top: 0 !important;
}

/* HEADER START */

header {
    background-color: var(--light-grey);
}

hr {
    background-color: var(--primary-color) !important;
    height: 2px !important;
    width: 90%;
    opacity: 1 !important;
    overflow: hidden !important;
    position: unset !important;
}

.title {
    text-align: center;
}

.header-description {
    display: flex;
    align-items: center;
    position: relative;
    text-align: initial;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.header-description .row {
    align-items: center;
}

.header-description h3 {
    font-family: var(--montserrat-font);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: start;
    color: var(--white);
    letter-spacing: 2.5px;
}

.header-underline {
    width: 41% !important;
    background-color: var(--primary-color-dark) !important;
}

.header-description h1 {
    font-family: var(--teko-font);
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: initial;
    color: var(--white);
    letter-spacing: 1px;
    line-height: 1;
}

.header-description h1 span {
    color: var(--primary-color-light);
}

.header-description p {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 22px;
    text-align: start;
    color: var(--white);
    padding-top: 3rem;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

.header-bg {
    position: relative;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

.header-description .link {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 24px;
    width: 240px;
    background-color: var(--white);
    color: var(--primary-color-dark) !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
    transition: 0.4s all ease-in-out;
}

.header-description .link:hover {
    color: var(--white) !important;
    background-color: var(--primary-color-dark);
}

header .header-description .link {
    font-family: var(--montserrat-font);
    padding: 13px 48px 13px 48px !important;
    font-size: 18px !important;
    color: var(--white) !important;
    width: 474px !important;
    margin-right: 20px;
    background-color: transparent !important;
    border-radius: 60px;
    border: 1px solid var(--white) !important;
}

header .header-description .link:nth-child(1) {
    background-color: var(--primary-color-dark) !important;
    border: 0 !important;
}

header .header-description .link:nth-child(1):hover {
    color: var(--white) !important;
    background-color: transparent !important;
    box-shadow: 0 0 10px 1px var(--white), inset 1px 1px 10px 0px var(--white);
}

header .header-description .link:nth-child(2):hover {
    color: var(--primary-color-dark) !important;
    background-color: var(--white) !important;
}

.header-description .container-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-cards {
    padding-top: 44px;
}

.cards-of-header {
    background-color: var(--light-grey) !important;
    padding-bottom: 2rem !important;
}

.header-card {
    margin: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.header-card:nth-child(1) {
    background: linear-gradient(270.14deg, rgba(0, 0, 0, 0) 31.04%, rgba(0, 0, 0, 0.8) 66.34%), url("/wp-content/uploads/2022/05/home-about-card.jpg");
    background-size: cover;
}

.header-card:nth-child(2) {
    background: linear-gradient(270.14deg, rgba(0, 0, 0, 0) 31.04%, rgba(0, 0, 0, 0.8) 66.34%), url("/wp-content/uploads/2023/01/fabrication-home-page.jpg");
    background-size: cover;
}

.header-card:nth-child(3) {
    background: linear-gradient(270.14deg, rgba(0, 0, 0, 0) 31.04%, rgba(0, 0, 0, 0.8) 66.34%), url("/wp-content/uploads/2022/04/domains-header-card.jpg");
    background-size: cover;
}

.header-card .description {
    padding: 15px;
    padding-top: 27px;
    width: 60%;
}

.header-card:nth-child(2) .description {
    width: 100%;
}

.header-card .description h4 {
    font-family: var(--teko-font);
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
}

.header-card p {
    font-family: var(--montserrat-font);
    font-weight: 400;
    font-size: 13px;
    color: var(--white);
    margin-bottom: 2.3rem;
}

.header-card .link {
    background: var(--primary-color-dark);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
    font-family: var(--montserrat-font);
    font-weight: bold;
    font-size: 13px;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
}

.header-card .link:hover {
    color: var(--primary-color-dark) !important;
    background-color: var(--white);
}

.header-card .image-1 {
    background: url("/wp-content/uploads/2022/02/header-card-image-1.jpg");
}

.header-card .image-2 {
    background: url("/wp-content/uploads/2022/02/header-card-image-2.jpg");
}

.header-card .image-3 {
    background: url("/wp-content/uploads/2022/02/header-card-image-3.jpg");
}

.header-card .image {
    height: 100%;
    width: 40%;
    background-size: cover;
    border-radius: 4px 0 0 4px;
}

/* HEADER END */

/* BRAND HEADER START */

.header-description h1 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 144px;
    line-height: 186px;
    color: #FFFFFF;
    text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.75);
}

.header-description h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 76px;
    color: #FFFFFF;
    text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.25);
}

header .header-description .link {
    border-radius: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #FFFFFF ;
    background-color: var(--primary-color-dark) !important;
    border: 5px solid var(--primary-color-dark) !important;
}

header .header-description .second-link {
    background-color: transparent !important;
}

header .header-description .second-link:hover {
    background-color: var(--white) !important;
    color: var(--primary-color-dark) !important;
}

.entry-header video, .entry-header, .header-description {
    height: 100vh !important;
}

.header-description p, header .header-description .link:nth-child(1), .entry-header picture {
    display: none;
}

.header-description .row {
    padding-top: 10rem;
}

.header-description .description {
    width: 100% !important;
}

.header-description .header-underline {
    height: 5px !important;
    background-color: var(--primary-color) !important;
}

/* BRAND HEADER END */

/* PRODUCT-SECTION START */

.product-section {
    background-color: var(--light-grey);
}

.products {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.products-underline {
    width: 28.7%;
    margin-left: 36% !important;
}

.products h4, .engineering-services h4, .process h4, .solutions h4, .testimonials-section-top h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--black);
    letter-spacing: 2.5px;
}

.products h2, .engineering-services h2, .process h2, .solutions h2, .testimonials-section-top h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
}

.product-card .description h4, .product-card .description p {
    color: var(--white);
}

.product-card hr {
    background-color: var(--primary-color-dark) !important;
}

.product-cards {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
}

.product-cards .row {
    justify-content: space-between;
}

.product-cards .row:nth-child(1) .product-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/04/product-card-1.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(1) .product-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/04/product-card-2.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(2) .product-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/04/product-card-3.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(2) .product-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/04/product-card-5.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(3) .product-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/04/product-card-4.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(3) .product-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/04/product-card-6.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(4) .product-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/10/header-v3-category-industrial.jpg");
    background-size: cover !important;
}

.product-cards .row:nth-child(4) .product-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/10/header-v3-category-compare.jpg");
    background-size: cover !important;
}


.product-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.product-card .product-card-image-1 {
    background: url('/wp-content/uploads/2022/03/rugged-servers-thumb-gray.jpg');
}

.product-card .product-card-image-2 {
    background: url('/wp-content/uploads/2022/03/display-card.jpg');
}

.product-card .product-card-image-3 {
    background: url('/wp-content/uploads/2022/03/mission-thumb-big.jpg');
}

.product-card .product-card-image-4 {
    background: url('/wp-content/uploads/2022/03/rugged-hpe-thumb-gray.jpg');
}

.product-card .product-card-image-5 {
    background: url('/wp-content/uploads/2022/02/product-card-image-5.jpg');
}

.product-card .product-card-image-6 {
    background: url('/wp-content/uploads/2022/03/rugged-cisco-thumb-gray.jpg');
}

.product-card .image {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position-x: center;
}

.product-card .description {
    padding: 25px;
    text-align: start;
    width: 70%;
    height: 100%;
    position: relative;
}

.product-card .description h4 {
    font-family: var(--montserrat-font);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-card .description p {
    font-family: var(--montserrat-font);
    font-size: 16px;
}

.product-card .description .link {
    position: absolute;
    bottom: 20px;
    font-family: var(--teko-font);
    font-size: 24px;
    font-weight: 600;
    background: var(--primary-color-dark);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-decoration: none;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 50px 5px 50px;
    transition: 0.4s all ease-in-out;
}

.product-card .description .link:hover {
    color: var(--primary-color-dark);
    background-color: var(--white);
}

/* PRODUCT-SECTION END */

/* BANNER-SECTION START */

.banner-built {
    background: url('/wp-content/uploads/2022/04/hero-ad-small-right-2.jpg');
    background-size: cover;
    background-position-x: 85%;
}

.banner-mission {
    background: url('/wp-content/uploads/2022/04/mission-banner-background.jpg');
    background-size: cover;
    background-position-x: 30%;
}

.banner-domain {
    background: url('/wp-content/uploads/2022/04/hero-ad-small-left-1.jpg');
    background-size: cover;
    background-position-x: 50%;
}

.banner-about {
    background-color: #222222;
    padding-bottom: 0 !important;
}

.banner-domain .row {
    display: flex;
    justify-content: end;
    text-align: end;
}

.banner-underline {
    width: 17% !important;
    margin-left: 0.8rem !important;
}

.banner-built h4, .banner-mission h4, .banner-domain h4, .banner-about h4 {
    font-family: var(--montserrat-font);
    font-family: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
}

.banner-built h2, .banner-mission h2, .banner-domain h2, .banner-about h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 72px;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 1px;
}

.banner-domain h2, .banner-domain h4 {
    padding: 0;
}

.banner-domain a {
    width: 25% !important;
    letter-spacing: 1px;
}

.banner-domain .banner-underline {
    width: 17% !important;
}

.banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-link {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 30px;
    padding: 10px 30px 10px 30px;
    width: 40% !important;
    margin-left: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    border: 4px solid var(--primary-color);
    transition: 0.4s all ease-in-out;
}

.banner-link:hover {
    color: var(--primary-color);
    background-color: var(--white);
    border-color: var(--white);
}

.banner-about .banner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.banner-about .banner .description {
    padding: 60px 0 60px 0;
}

/* BANNER-SECTION END */

/* ENGINEERING SERVICES START */

.engineering-services {
    padding-top: 6rem;
}

.engineering-services-underline {
    width: 32%;
    margin-left: 34% !important;
}

.engineering-cards {
    padding-top: 3rem;
}

.engineering-cards .row {
    justify-content: space-between;
}

.engineering-card {
    position: relative;
    margin-bottom: 3rem;
    padding: 40px 300px 65px 20px;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.engineering-card hr {
    background-color: var(--primary-color-dark) !important;
}
 
.engineering-cards .row:nth-child(1)  .engineering-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/10/custom-design-service-background.jpg");
    background-size: cover !important;
    background-position: center;
}

.engineering-cards .row:nth-child(1) .engineering-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/10/fabrication-service-background.jpg");
    background-size: cover !important;
    background-position: center;
}

.engineering-cards .row:nth-child(2) .engineering-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/10/product-testing-background.jpg");
    background-size: cover !important;
    background-position: center;
}

.engineering-cards .row:nth-child(2) .engineering-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/10/integration-service-background.jpg");
    background-size: cover !important;
    background-position: center;
}

.engineering-card h3 {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.engineering-card p {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #333333CC;
    margin-bottom: 5rem;
}

.engineering-card .link {
    position: absolute;
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 30px;
    bottom: 16px;
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--primary-color-dark);
    transition: 0.4s all ease-in-out;
}

.engineering-card .link:hover {
    color: var(--primary-color-dark);
    background-color: var(--white);
}

.engineering-card img {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ENGINEERING SERVICES END */

/* PROCESS START */

.process {
    padding-top: 10rem;
    padding-bottom: 6rem;
}

.process-underline {
    width: 32%;
    margin-left: 34% !important;
}

.process .link-container {
    text-align: center;
    padding-top: 4rem;
}

.process .link-container .link {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    background-color: var(--primary-color-dark);
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
}

.process .link-container .link:hover {
    color: var(--primary-color-dark);
    background-color: var(--white);
}

.process-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2rem;
}

.process-cards .col-lg-2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-cards h5 {
    font-family: var(--montserrat-font);
    font-weight: 400;
    font-size: 24px;
}

.process-cards .line-and-icon hr {
    opacity: 0.4;
    border-top: 2px dotted var(--primary-color);
}

.process-cards p {
    font-family: var(--montserrat-font);
    font-weight: 400;
    font-size: 16px;
    color: #282938;
    padding: 0 20px 0 20px;
    text-align: center;
}

.line-and-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.line-and-icon .circle {
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 27px;
    margin-left: 0.2rem;
}

.line-and-icon hr {
    width: 46.5% !important;
    opacity: 0.25 !important;
    border-top: 2px dashed var(--primary-color) !important;
    background: transparent !important;
}

.process-cards .flex-start {
    justify-content: flex-start;
}

/* PROCESS END */

/* BANNER MISSION START */

.banner-mission .banner-underline {
    width: 31%;
}

.banner ul {
    list-style: none;
    padding-bottom: 3rem;
    margin: 0;
}

.banner li {
    padding-bottom: 0.7rem;
    display: flex;
    margin: 0;
}

.banner .mission-point {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    margin-left: 10px;
}

/* BANNER MISSION END */

/* SOLUTIONS START */

.solutions {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: url('/wp-content/uploads/2022/02/bg.jpg');
    background-size: cover;
}

.solutions .container-fluid {
    width: 95%;
}

.solutions .title .solutions-underline {
    width: 33%;
    margin-left: 34%;
}

.solution-card-1, .solution-card-2, .solution-card-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 15rem !important;
}

.solution-card-1 .solutions-underline {
    width: 28%;
    background-color: var(--primary-color-dark) !important;
}

.solution-card-2 {
    text-align: end;
}

.solution-card-2 .solutions-underline {
    width: 28%;
    margin-left: auto;
    background-color: var(--primary-color-dark) !important;
}

.solutions .description h4 {
    padding: 0;
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.solutions .description h3 {
    padding: 0;
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.solutions .description p {
    padding: 0;
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 36px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.solutions .description a {
    width: 60%;
    padding: 10px 0 10px 0;
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    color: var(--white);
    border: 2px solid;
    background-color: var(--primary-color-dark);
    transition: 0.4s all ease-in-out;
}

.solutions .description a:hover {
    color: var(--primary-color-dark);
    background-color: var(--white);
}

.solution-card-2 a {
    margin-left: auto;
}


.process .container {
    max-width: 100% !important;
}

.process .process-cards {
    max-width: 100% !important;
}

.process-underline {
    width: 18%;
    margin-left: 41% !important;
}

.process-cards {
    padding-top: 8rem;
}

.link-container {
    display: none;
}

.solutions {
    background: #ffffff !important;
}

.solutions .container-fluid {
    width: 100%;
    padding: 0;
}

.solutions .row {
    align-items: center;
}

.solutions hr {
    background: var(--primary-color-dark) !important;
}

.solutions .description h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #222222;
}

.solutions .description p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 44px;
    margin-top: 25px;
    color: #2B2C34;
    text-shadow: 0 0 transparent;
}

.solutions .description a:hover {
    border: 2px solid;
}

.solutions .solution-card-1, .solutions .solution-card-3 {
    padding-left: 8%;
}

.solutions .solution-card-3 img {
    padding-top: 4rem;
}

.solutions .solution-card-2 {
    padding-right: 8%;
    text-align: start;
}

.solution-card-2 a {
    margin-left: 0;
}

.solutions .description a {
    padding: 20px 0;
}

.solutions .description ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solutions .description li {
    display: flex;
    align-items: center;
    margin-left: 0;
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #2B2C34;
}

.solutions .solution-points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.solutions .solution-points svg {
    margin-right: 15px;
}

.banner-built {
    background: url("/wp-content/uploads/2022/09/banner.jpg");
}

.banner-domain {
    background: url("/wp-content/uploads/2022/09/banner-action.jpg");
    background-color: black;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.title hr {
    background: var(--primary-color-dark) !important;
}

.line-and-icon .circle {
    background: var(--primary-color-dark) !important;
}

.process-cards .line-and-icon hr {
    border-top: 2px dashed var(--primary-color-dark) !important;
}

.testimonials-section .container .slide, .testimonial .image {
    border: 3px solid var(--primary-color-dark) !important;
}

#testimonials .slider-testimonials-section button.active {
    border: 4px solid var(--primary-color-dark) !important;
}

.arrow-container:hover {
    background-color: var(--primary-color-dark) !important;
}

/* SOLUTIONS END */

/* TESTIMONAILS START */

.testimonials-section-top {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.testimonials-section {
    width: 100%;
    padding-top: 2rem;
  }

.testimonials-underline {
    width: 33%;
    margin-left: 43rem !important;
}

.testimonials-section p {
    font-family: var(--montserrat-font);
    font-size: 19px;
}

.testimonials-section .testimonials-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-section .testimonials-title h2 {
    color: #ffffff;
    background: #000000;
    padding: 8px 20px 0px 20px;
    font-size: 60px;
    width: 416px;
    border: 2px solid var(--primary-color);
    font-weight: bold;
    position: absolute;
    text-align: center;
    letter-spacing: 3px;
    top: 440vh;
    text-transform: uppercase;
}

.testimonials-section .testimonials-title span {
    color: #100fb2;
    font-weight: bold;
}

.testimonials-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 35px;
}

.testimonials-section .container .slide {
    padding: 70px;
    color: #000000;
    border: 3px solid var(--primary-color);
    background-color: #ffffff;
}

.testimonials-section .container .slide-1 {
    display: none;
}

.testimonials-section .container .slide-1.active {
    display: block;
}

.testimonials-section .container .slide-2 {
    display: none;
}

.testimonials-section .container .slide-2.active {
    display: block;
}

.testimonials-section .container .slide-3 {
    display: none;
}

.testimonials-section .container .slide-3.active {
    display: block;
}

.testimonials-section .container .slide-4 {
    display: none;
}

.testimonials-section .container .slide-4.active {
    display: block;
}

.slider-testimonials-section button.active {
    border: 4px solid var(--primary-color) !important;
}

.arrow {
    border: solid var(--black);
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
}

.arrow-container {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0px 4px 4px 7px;
    border: solid 3px #ffffff;
    border-radius: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgb(0 0 0 / 4%) 0px 0px 4px 1px;
}

.arrow-container:hover {
    background-color: var(--primary-color);
}

.arrow-container:hover .arrow {
    border-color: rgb(255, 255, 255);
}
  
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 0;
    margin-right: 500px;
}
  
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 0;
    margin-left: 500px;
}
  

.testimonial {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    width: 14%; 
}

.testimonial span {
    font-size: 18px;
    color: #19545c;
    font-weight: bold;
}

.testimonial .image {
    box-shadow: 0px 6px 19px 2px rgb(0 0 0 / 12%);
    border: 3px solid var(--primary-color);
}

.testimonials-section .slider-testimonials-container {
    margin-top: 150px;
}

.testimonials-section .slider-testimonials-container .slider-testimonials-section {
    display: flex;
    justify-content: space-between;
}

.testimonials-section .slider-testimonials-container .slider-testimonials-section button {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    height: 100px;
}

.testimonials-section .testimonial-btn-1 {
    background-image: url("/wp-content/uploads/2021/12/SPAWAR_logo.png");
    background-position-y: 50%;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.testimonials-section .testimonial-btn-2 {
    background-image: url("/wp-content/uploads/2021/12/Raytheon.png");
    background-position-y: 50%;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.testimonials-section .testimonial-btn-3 {
    background-image: url("/wp-content/uploads/2021/12/Avaya_Logo.png");
    background-position-y: 60%;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.testimonials-section .testimonial-btn-4 {
    background-image: url("/wp-content/uploads/2021/12/argon-st-logo.png");
    background-position-y: 60%;
    background-position-x: 50%;
    background-repeat: no-repeat;
}

.testimonials-section .slide-2 .testimonial {
    width: 14%;
}
/* TESTIMONAILS END */

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.product-cards-mobile .row {
    justify-content: center;
}

.product-cards-mobile .product-mobile-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/12/rugged-servers-background.jpg");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/04/product-mobile-card-2.jpg");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(3) {
    background: url("/wp-content/uploads/2022/04/product-mobile-card-3.jpg");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(4) {
    background: url("/wp-content/uploads/2022/04/product-mobile-card-4.jpg");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(5) {
    background: url("/wp-content/uploads/2022/12/rugged-hpe-background.jpg");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(6) {
    background: url("/wp-content/uploads/2022/12/rugged-cisco-background.jpg");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(7) {
    background: url("/wp-content/uploads/2023/01/industrial-mobile-thumb.jpg");
    background-size: cover;
    background-position: center;
}

.product-mobile-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid rgb(217 217 217);
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height: 174px;
}

.product-mobile-card h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
}

.product-mobile-card a {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    padding: 5px 50px 5px 50px;
    margin-top: 34px;
    background-color: var(--primary-color-dark);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.product-mobile-card a:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.mobile-slider-explore {
    padding-top: 4rem;
}

.mobile-slider-explore h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    margin-left: 4%;
}

.mobile-slider-explore .mobile-slider-underline {
    width: 20%;
    margin-left: 4%;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.mobileExploreSwiper .swiper {
    width: 100%;
    height: 100%;
}

.mobileExploreSwiper .swiper-slide {
    display: flex;
    align-items: end;
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    height: 136px;
    width: 70% !important;
    margin-left: 4%;
    border-radius: 5px;
    border: 2px solid rgb(217 217 217);
}

.mobileExploreSwiper .swiper-slide a { 
    width: 100%;
    height: 100%;
    padding-left: 10px;
    display: flex;
    align-items: end;
    text-decoration: none;
    color: var(--white);
}

.main-cards-mobile .mobileExploreSwiper .swiper-slide:nth-child(1) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2022/04/rugged-card-mobile.jpg");
    background-size: cover;
}

.main-cards-mobile .mobileExploreSwiper .swiper-slide:nth-child(2) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2022/04/about-mobile-card.jpg");
    background-size: cover;
}

.main-cards-mobile .mobileExploreSwiper .swiper-slide:nth-child(3) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2022/04/domains-mobile-card.jpg");
    background-size: cover;
}

.services-mobile .mobileExploreSwiper .swiper-slide:nth-child(1) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2022/03/design-fabrication.jpg");
    background-size: cover;
}

.services-mobile .mobileExploreSwiper .swiper-slide:nth-child(2) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2022/03/testing-salt-fog.jpg");
    background-size: cover;
}

.services-mobile .mobileExploreSwiper .swiper-slide:nth-child(3) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/01/custom-design-mobile-thumb.jpg");
    background-size: cover;
}

.services-mobile .mobileExploreSwiper .swiper-slide:nth-child(4) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2022/04/integration-mobile-card.jpg");
    background-size: cover;
}

.core-slider {
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.core-slider .swiper {
    height: 454px;
    border-radius: 5px;
}

.core-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}

.core-slider h4 {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.core-slider hr {
    width: 25%;
    margin-top: 0;
}

.core-slider .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.core-slider ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
}

.core-slider li {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-left: 0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.core-slider li svg {
    margin-right: 10px;
}

.core-slider li:nth-child(3) {
    margin-bottom: 34px;
}

.core-slider li:nth-child(4) a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    color: var(--white);
}

.core-slider li:nth-child(4) svg {
    margin-left: 10px;
    padding-bottom: 2px;
}

.core-slider .banner-link {
    margin-top: 21px;
    width: 54% !important;
    font-size: 27px;
}

.core-slider .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
}

.core-slider .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.core-slider .swiper-slide:nth-child(1n) {
    background: url("/wp-content/uploads/2022/04/core-mobile-slide-1.jpg");
    background-size: cover;
}

.core-slider  .swiper-slide:nth-child(2n) {
    background: url("/wp-content/uploads/2022/04/core-mobile-slide-2.jpg");
    background-size: cover;
}

.core-slider .swiper-slide:nth-child(3n) {
    background: url("/wp-content/uploads/2022/04/core-mobile-slide-3.jpg");
    background-size: cover;
}

.core-slider  .swiper-slide:nth-child(4n) {
    background: url("/wp-content/uploads/2022/04/core-mobile-slide-4.jpg");
    background-size: cover;
}

.banner .request-quote-btn, .core-slider .request-quote-btn {
    font-weight: 600;
    font-size: 30px !important;
    padding: 10px 10px 10px 10px !important;
    width: 22% !important;
    margin-left: 0.8rem !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    color: var(--white) !important;
    background-color: transparent;
    border: 4px solid var(--primary-color) !important;
    transition: 0.4s all ease-in-out !important;
}

.core-slider .request-quote-btn {
    width: 60% !important;
    font-size: 25px !important;
}

.modal-form {
    padding: 0 !important;
}

@media (max-width: 1600px) {
    .banner-built {
        background-position-x: 50%;
    }
    .banner-domain {
        background-position-x: 55%;
    }
    .capabilities-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .header-description h1 {
        font-size: 110px;
    }
    .header-description h3 {
        font-size: 28px;
    }
    .header-description {
        padding-bottom: 3rem;
    }
    header .header-description .link {
        font-size: 16px !important;
    }
    .capabilities-points ul {
        padding-left: 0;
        padding-right: 0;
    }
    .banner-link {
        width: 45% !important;
    }
    .banner-built {
        background-position-x: 50% !important;
    }
    .product-cards .product-card {
        background-position-x: -80px !important;
    }
    .product-card .description h4 {
        font-size: 26px;
    }
    .solutions .row .description h3 {
        font-size: 34px;
    }
    .solutions .row .description p {
        font-size: 20px;
    }
    .solutions .row .description li {
        font-size: 20px;
    }
    .solutions .description a {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .header-description .container-flex {
        flex-wrap: wrap;
    }
    .header-card .description {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-cards .col-lg-4 {
        display: flex;
        justify-content: center;
    }
    .header-card .description h4 {
        font-size: 32px;
    }
    .header-card p {
        font-size: 16px;
        margin-bottom: 2rem;
        margin-top: 2rem;
        text-align: center;
    }
    .header-card:nth-child(1) {
        background: url("/wp-content/uploads/2022/10/home-cards-about-us-background-mobile.jpg");
        background-size: cover;
    }
    .header-card:nth-child(2) {
        background: url("/wp-content/uploads/2022/10/home-cards-fabrication-background-mobile.jpg");
        background-size: cover;
    }
    .header-card:nth-child(3) {
        background: url("/wp-content/uploads/2022/10/home-cards-domains-background-mobile.jpg");
        background-size: cover;
    }
    .header-cards .col-lg-4 {
        width: 100% !important;
    }
    .engineering-card h3 {
        font-size: 26px;
    }
    .banner-link {
        padding: 10px 10px 10px 10px;
    }
    .banner .request-quote-btn {
        font-size: 26px !important;
    }
    .banner-underline {
        width: 25% !important;
    }
    .banner .request-quote-btn {
        width: 26% !important;
    }
    .capabilities-card h3 {
        font-size: 18px;
    }
    .capabilities-card .link {
        padding: 10px 15px 10px 15px;
    }
    .capabilities .column-title {
        font-size: 28px;
    }
    .capabilities-points li {
        font-size: 20px;
    }
    .product-cards .product-card {
        background-position-x: -170px !important;
    }
    .product-cards .product-card {
        width: 100% !important;
        background-position-x: 0 !important;
        background-position-y: 65% !important;
    }
    .product-card hr {
        width: 54% !important;
    }
    .engineering-cards .col-lg-6 {
        width: 100% !important;
    }
    .engineering-cards .engineering-card hr {
        width: 45%;
    }
    .product-card ul, .engineering-card ul {
        padding-bottom: 2rem;
        padding-top: 1rem;
    }
    .product-card li, .engineering-card li {
        font-size: 22px !important;
    }
    .banner-domain {
        background: var(--black) !important;
    }
}

@media (min-width: 992px) {
    .engineering-cards .col-lg-6 {
        width: 49%;
    }
    .banner-about p {
        width: 80%;
    }
    .product-cards .col-lg-3, .capabilities-cards .col-lg-3 {
        width: 32%;
    }
    .header-cards .col-lg-4 {
        width: 32.3%;
    }
    .product-card {
        width: 49%;
        height: 300px;
    }
}


@media (max-width: 992px) {
    .header-description h1 {
        font-size: 70px;
    }
    .header-description {
        align-items: center;
        justify-content: center;
    }
    .header-underline {
        width: 49% !important;
        margin-left: 25%;
    }
    .header-description h3, .header-description h1, .header-description p {
        text-align: center;
    }
    .header-description .container-flex {
        justify-content: center !important;
    }
    .dropdown-menu {
        border: none !important;
    }
    .product-card .image {
        height: 350px;
    }
    .product-card .description .link {
        position: initial;
    }
    .banner-about .col-lg-6:nth-child(2) {
        height: 350px;
    }
    .banner-about p {
        font-size: 1.5rem;
    }
    .banner-built {
        background-position-x: 35%;
    }
    .banner-domain {
        background-position-x: 70%;
    }
    .banner-domain a {
        width: 37% !important;
    }
    .banner-domain .banner-underline {
        width: 60% !important;
    }
    .product-card-1 .description {
        border-right: 0;
    }
    .product-card-2 .description {
        border-left: 0;
    }
    .product-card-1 img {
        margin-top: 4rem;
    }
    .product-cards .product-card {
        background-position-x: 0 !important;
        background-position-y: 100% !important;
    }
    .solutions .solution-card-2 .row .description {
        padding-left: 8%;
    }
    .solutions .solution-card-2 .col-lg-7 {
        order: 1;
    }
    .solutions .solution-card-3 .solution-points {
        padding-bottom: 7rem !important;
    }
    .solutions .description ul {
        width: 55% !important;
    }
    .process-cards .col-lg-2 {
        padding-bottom: 30px;
    }
    .process-cards svg {
        padding-bottom: 10px;
    }
    .process-cards p {
        font-size: 18px;
    }
    .process-cards h5 {
        font-size: 30px;
    }
    .line-and-icon {
        display: none;
    }
}

@media (max-width: 1220px) {
    .footer-inner {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .product-card .description h2 {
        font-size: 35px;
    }
    .product-card {
        overflow: hidden;
    }
    .product-card img {
        right: -60px !important;
        transform: scale(0.8);
    }
    .product-card li, .engineering-card li {
        font-size: 18px !important;
    }
    .engineering-card h3 {
        font-size: 22px !important;
    }
    .banner-domain a {
        width: 50% !important;
    }
    .banner-underline {
        width: 40% !important;
    }
    .banner .request-quote-btn {
        width: 40% !important;
    }
}

@media (max-width: 576px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    h1 {
        font-size: 35px !important;
    }
    .full-height {
        display: none;
    }
    .header-description .row {
        padding-top: 0;
    }
    .entry-header picture {
        display: block;
    }
    .header-underline {
        margin-left: 0;
    } 
    .header-description h1 {
        text-align: center;
        line-height: 41px;
    }
    .header-description h3 {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        line-height: 37px;
        margin-bottom: 0;
    }
    .header-description {
        padding: 3rem;
        padding-top: 10rem;
        padding-bottom: 10rem;
        justify-content: unset;
        align-items: unset;
        background: url("/wp-content/uploads/2022/04/home-mobile-hero-bg.jpg");
        background-size: cover;
        background-position: center;
    }
    header .header-description .link {
        width: 274px !important;
        margin-right: 0;
    }
    .banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-about .banner .description, .banner-domain .banner {
        padding: 60px 30px 60px 30px;
    }
    .footer-widgets-wrapper .column-one {
        padding: 20px;
    }
    .banner-about h4, .banner-built h4, .banner-domain h4 {
        font-size: 14px;
    }
    .banner-about h2, .banner-built h2, .banner-domain h2 {
        font-size: 36px;
    }
    .banner-link {
        font-size: 21px;
        width: 40% !important;
    }
    .banner .request-quote-btn {
        font-size: 21px !important;
    }
    .banner-built {
        display: none;
        background: url("/wp-content/uploads/2022/04/FLAG-MOBILE.jpg");
        background-size: cover;
    }
    .banner-built .row {
        justify-content: center;
        text-align: center;
    }
    .banner-underline {
        width: 20% !important;
        margin-left: 0 !important;
    }    
    .banner-built h2 {
        margin-bottom: 2rem;
        letter-spacing: 0.5px;
    }
    .banner-domain a {
        width: 43% !important;
    }
    .header-description .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-description .row .col-lg-6:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-description .description p {
        display: none;
    }
    .header-description .link {
        font-size: 20px;
        width: 133px;
        padding: 10px 10px 10px 18px;
    }
    .products {
        padding-bottom: 3rem;
    }
    .products h4 {
        font-size: 14px;
    }
    .products h2 {
        font-size: 36px;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 30px !important;
    }
    .header-description h3 {
        font-size: 24px;
    }
    .core-slider h4 {
        font-size: 32px;
    }
    .core-slider li {
        font-size: 16px;
    }
}

@media (min-width: 2500px) {
    .entry-header video, .entry-header, .header-description {
        height: 70vh !important;
    }
}

@media (min-width: 2100px) {
    .process-cards h5 {
        font-size: 30px;
    }
    .process-cards p {
        font-size: 20px;
    }
}