/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
    font-family: "Armata";
    src: url("/fonts/Armata-Regular.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Medium.ttf");
}

.required-fields {
    color: red;
}

.error {
    font-size: 14px;
    color: red;
    margin-top: 5px;
    margin-left: 5px;
    display: none;
}

* {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    --animate-duration: 1s;
}

*::selection {
    background: #305299; /* WebKit/Blink Browsers */
}
*::-moz-selection {
    background: #305299; /* Gecko Browsers */
}

body {
    font-size: 15px;
    color: #000000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

svg {
    fill: #305299;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Armata',sans-serif;
    margin-bottom: 0 !important;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}

p {
    color: #353535;
    font-weight: 500;
    margin: 1em;
    -webkit-font-smoothing: antialiased;
    font-size: 100%;
    text-align: left;
}

.gradient-grey{
    background: rgb(197,202,206);
    background: linear-gradient(0deg, rgba(197,202,206,1) 35%, rgba(255,255,255,1) 100%);
}

.heading-white-lg {
    font-weight: 500;
    color: #FFFFFF !important;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
}

.heading-white-sm {
    font-weight: 500;
    color: #FFFFFF !important;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-grey {
    padding-left: 15px;
    font-weight: 500;
    color: #848484 !important;
    font-size: 16px;
    line-height: 1.2em;
    -webkit-text-size-adjust: 100%;
}

.heading-block h1 {
    font-weight: 500;
}

.heading-block::after {
    width: 150px;
    border-top: 5px solid #f3db2d;
}

.heading-white-xsm {
    font-weight: 300;
    color: #FFFFFF !important;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.2em;
    -webkit-text-size-adjust: 100%;
}

.heading-white {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3em;
}

.heading-blue-lg {
    font-weight: 500;
    color: #305299 !important;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-bold-blue-lg {
    color: #305299 !important;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-bold-blue {
    color: #305299 !important;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-blue {
    margin: 0 !important;
    font-size: 25px;
    font-weight: 300;
    color: #305299 !important;
    letter-spacing: 2px;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-blue-sm {
    font-size: 25px;
    font-weight: 300;
    color: #305299 !important;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-blue-xsm {
    font-size: 15px;
    font-weight: 500;
    color: #305299 !important;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
}

.heading-black-sm {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #353535 !important;
    line-height: 1em;
    -webkit-text-size-adjust: 100%;
}

.logo-nav-img{
    height: 60px !important;
}

.brd-clear{
    border: 0 solid #FFF !important;
}

.text-blau {
    color: #305299 !important;
}

.sub-menu-container, .mega-menu-content {
    position: absolute;
    visibility: hidden;
    width: 220px;
    background-color: #EEE;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    border: 0px solid #EEE;
    border-top: 0 solid #EEE;
    z-index: 399;
    top: 100%;
    left: 0;
    padding: 0;
}

.mega-menu-content {
    margin: 0;
    width: 100%;
    max-width: none;
    left: 50%;
    transform: translateX(0%);
}

.footer-img {
    filter: brightness(0.8);
    -webkit-transition: -webkit-filter 0.5s;
    -moz-transition: -webkit-filter 0.5s;
    -ms-transition: -webkit-filter 0.5s;
    -o-transition: -webkit-filter 0.5s;
    transition: 0.5s;
}

.footer-img:hover {
    filter: brightness(1);
    -webkit-transition: -webkit-filter 0.5s;
    -moz-transition: -webkit-filter 0.5s;
    -ms-transition: -webkit-filter 0.5s;
    -o-transition: -webkit-filter 0.5s;
    transition: 0.5s;
}

.footer-link {
    font-size: 100%;
    font-weight: 300;
    color: white;
    filter: brightness(0.85);
    -webkit-transition: -webkit-filter 0.5s;
    -moz-transition: -webkit-filter 0.5s;
    -ms-transition: -webkit-filter 0.5s;
    -o-transition: -webkit-filter 0.5s;
    transition: 0.5s;
}

.rounded-corners {
    border-radius: 10px;
}

.footer-textbox {
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 5px 0px 0px 5px;
    margin-right: 0px !important;
}

.footer-button {
    background-color: #cccccc;
    color: #305299;
    padding: 10px 30px;
}

.footer-button:hover {
    background-color: #1F1F1F;
    color: #FFFFFF;
}

.footer-link:hover {
    font-size: 100%;
    font-weight: 300;
    color: white;
    filter: brightness(1);
    -webkit-transition: -webkit-filter 0.5s;
    -moz-transition: -webkit-filter 0.5s;
    -ms-transition: -webkit-filter 0.5s;
    -o-transition: -webkit-filter 0.5s;
    transition: 0.5s;
}

.footer-heading {
    font-family: 'Armata',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.icon-line-check-square {
    margin-left: 30px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
    background: #305299;
    color: white;
    margin-right: 10px;
}

.icon-line-flag {
    color: #305299 !important;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.icon-location {
    margin-left: 30px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
    background: #305299;
    color: white;
    margin-right: 10px;
    -webkit-transition: background, color 0.4s;
}

.icon-location:hover {
    background: #f3db2d;
    justify-content: center;
    color: #305299;
    -webkit-transition: background, color 0.4s;
}

.token-field {
    width: 50%;
}

.icon-phone3 {
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
    background: #305299;
    color: white;
    margin-right: 10px;
    -webkit-transition: background, color 0.4s;
}

.icon-phone3:hover {
    background: #f3db2d;
    color: #305299;
    -webkit-transition: background, color 0.4s;
}

.email-text-white-space {
    white-space: nowrap;
}

.icon-email3 {
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    min-width: 25px;
    height: 25px;
    background: #305299;
    color: white;
    margin-right: 10px;
    -webkit-transition: background, color 0.4s;
}

.icon-email3:hover {
    background: #f3db2d;
    color: #305299;
    -webkit-transition: background, color 0.4s;
}

.resize-on-hover {
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.5s ;
}

.resize-on-hover:hover {
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.5s ;
}

.product-menu-mage  {
    background-position: center right;
    background-image: url('/public/images/original/products/credit-card-payment-buy-sell-products-service2.jpg');
    background-size: cover;
    padding: 0;
}

.btn-color-left-grey{
    color: #d1d1d1;
    background-color: #d1d1d1;
}

.btn-color-right-blue{
    color: #8397c2;
    background-color: #8397c2;
}

.btn-color-left-grey:hover {
    background-color:#f3db2d !important;
}

.btn-color-right-blue:hover {
    background-color:#f3db2d !important;
}

.btn-footer-animated {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.7em;
    color: #305299;
    background-color: #FFFFFF;
}

.btn-footer-animated:hover {
    transform:scale(1.2,1.0);
    -webkit-transform:scale(1.2,1.0);
    -moz-transform:scale(1.2,1.0);
}

.btn-animated {
    padding: 14px 40px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 1.7em !important;
    color: #305299;
    box-shadow: 0px 22px 40px -16px rgba(48,82,153,0.68);
    background-color: #FFFFFF;
    -webkit-transition: transform 0.5s;
}

.btn-animated:hover {
    padding: 14px 40px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 1.7em !important;
    color: #FFFFFF;
    background-color: #305299;
    box-shadow: 0px 22px 40px -16px rgba(48,82,153,0.68);
    transform:scale(1.2,1.0);
    -webkit-transform:scale(1.2,1.0);
    -moz-transform:scale(1.2,1.0);
    -webkit-transition: transform 0.5s;
}

.rounded-background-section{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    margin-right: 3%;
    background-color: #e8e8e8!important;
}

.rounded-background {
    border-radius: 0 1vw 1vw 0;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0px 2px 18px 0px #8397c2;
}

.rounded-background-grey{
    background-color: #e8e8e8!important;
}

.pre-footer {
    background-image: linear-gradient(90deg,rgba(48,82,153,0.19) 23%,rgba(48,82,153,0.89) 100%), url('/public/images/original/GNC-TCS-BG-Image-104.jpg');
    padding: 1vw 10vw 1vw 0px;
    margin-top: 20px;
    margin-left: 3%;
}

.pre-footer-background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.pre-footer-background-section {
    border-radius: 1vw 0 0 0;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0px 2px 20px 3px #8397c2;
}

.triangle{
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6Ii8+PC9nPjwvc3ZnPg==);*/
    background-image: url('/public/images/original/triangle.svg');
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    /*transform: rotateY(180deg);*/
}

.triangle-grey {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    background-color: #7a7a7a!important;
}

.gutter-gradient-top {
    background-image: linear-gradient(180deg,rgba(178,178,178,0.61) 32%,#f4f4f4 70%);
}

.gutter-gradient-bottom {
    background-image: linear-gradient(180deg,#f4f4f4 32%,rgba(178,178,178,0.61) 70%);
}

.img-20 {
    width: 20% !important;
}

.img-30 {
    transform: scale(1.0);
    -webkit-transition: -webkit-transform 0.5s ;
    width: 30% !important;
}

.img-35 {
    transform: scale(1.0);
    -webkit-transition: -webkit-transform 0.5s ;
    width: 35% !important;
}

.img-40 {
    transform: scale(1.0);
    -webkit-transition: -webkit-transform 0.5s ;
    width: 40% !important;
}

.img-60 {
    width: 60% !important;
}


.transform-on-hover {
    transform: scale(1.0);
    -webkit-transition: -webkit-transform 0.5s ;
}

.transform-on-hover:hover {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s ;
    cursor: pointer;
}

a {
    text-decoration: none !important;
    color: #305299;
}

.small-text {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.contact-button {
    background-color: #305299;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding-left: 13px;
    padding-right: 13px;
    border-color: #305299;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: fixed;
    top: 43%;
    height: 40px;
    right: -33px;
    float: right;
    z-index: 9999999;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}

.contact-button:hover {
    background-color: #1F1F1F;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding-left: 13px;
    padding-right: 13px;
    border-color: #1F1F1F;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: fixed;
    top: 43%;
    height: 40px;
    right: -33px;
    float: right;
    z-index: 9999999;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}

.menu-link {
    font-weight: 500 !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-image: linear-gradient(180deg,#e8e8e8 32%,rgba(183,183,183,0.76) 70%);
    margin: 3% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #305299;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgba(48,82,153,0.89);
    text-decoration: none;
    cursor: pointer;
}

.modal li {
    list-style-type: none;
}

.modal button {
    background-color: #305299;
    color: #FFFFFF;
    padding: 10px 30px;
}

.subscribe-button {
    border-radius: 0px 5px 5px 0px;
}

.modal button:hover {
    background-color: #1F1F1F;
    color: #FFFFFF;
}

.modal label {
    margin-top: 20px;
    padding-left: 2px;
}

.modal .right {
    width: 49%; float: right;
}

.modal .left {
    width: 49%; float: left;
}

li {
    color: #000000;
}

.modal label {
    /*margin-top: -10px !important;*/
    margin-bottom: 5px !important;
}

.blue-border {
    border: 1px solid #243d73 !important;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pr-0 {
    padding-right: 0;
}

.mr-0 {
    margin-right: 0;
}

.ml-15 {
    margin-left: 15px;
}

.application-button {
    background-color: #305299;
    color: #FFFFFF;
    padding: 10px 30px;
}

.application-button:hover {
    background-color: #1F1F1F;
    color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
    .img-fluid {
        display: none;
    }
}

@media (max-width: 1200px) {
    .footer-textbox {
        min-width: 200px;
    }
}

@media (max-width: 991px) {
    .footer-textbox {
        max-width: 200px;
    }
}

@media (min-width: 1200.1px) {
    .footer-textbox {
        min-width: 370px;
    }
}

@media only screen and (max-width: 768px) {
    .about-us-video {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .products-video {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .it-services-video {
        width: 95%;
    }
}

.ptb-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.plr-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.cookie-mt-0 {
    margin-top: 0px !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.h4-white-space {
    white-space: normal;
}


.products-pb-0 {
    padding-bottom: 0px !important;
}

@media (max-width: 768px) {
    .h1-products {
        font-size: 4vw !important;
    }
}

@media (max-width: 767.98px) {
    .heading-block h1 {
        font-size: 25px;
    }

    h1 {
        font-size: 25px;
    }
}

li {
    margin-top: 10px;
}

.blue-text {
    color: #305299;
}

ul {
    margin: 0;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "- ";
    text-indent: -5px;
}

.job-details {
    font-size: 0.85em;
    color: #666;
}

.job-description-section ul {
    margin-left: 2rem;
}