﻿

@import url(Pe-icon-7-stroke.css);

@import url("41c221.css");
  
@font-face {
  font-family: "BRFirma-Bold";
  src: url('../font/BRFirma-Bold.woff2') format('woff2'), url('../font/BRFirma-Bold.woff') format('woff');
}
@font-face {
    font-family: 'BR Firma';
    src: url('../font/BRFirma-SemiBold.woff2') format('woff2'),
        url('../font/BRFirma-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Firma';
    src: url('../font/BRFirma-Medium.woff2') format('woff2'),
        url('../font/BRFirma-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Firma';
    src: url('../font/BRFirma-Regular.woff2') format('woff2'),
        url('../font/BRFirma-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circular Std Black';
    src: url("../font/CircularStd-Black.eot");
    src: url("../font/CircularStd-Black.eot") format("embedded-opentype"), url("../font/CircularStd-Black.woff") format("woff"), url("../font/CircularStd-Black.ttf") format("truetype"), url("../font/CircularStd-Black.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Circular Std Black Italic';
    src: url("../font/CircularStd-BlackItalic.eot");
    src: url("../font/CircularStd-BlackItalic.eot") format("embedded-opentype"), url("../font/CircularStd-BlackItalic.woff") format("woff"), url("../font/CircularStd-BlackItalic.ttf") format("truetype"), url("../font/CircularStd-BlackItalic.svg") format("svg");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Circular Std Bold';
    src: url("../font/CircularStd-Bold.eot");
    src: url("../font/CircularStd-Bold.eot") format("embedded-opentype"), url("../font/CircularStd-Bold.woff") format("woff"), url("../font/CircularStd-Bold.ttf") format("truetype"), url("../font/CircularStd-Bold.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Circular Std Bold Italic';
    src: url("../font/CircularStd-BoldItalic.eot");
    src: url("../font/CircularStd-BoldItalic.eot") format("embedded-opentype"), url("../font/CircularStd-BoldItalic.woff") format("woff"), url("../font/CircularStd-BoldItalic.ttf") format("truetype"), url("../font/CircularStd-BoldItalic.svg") format("svg");
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url("../font/CircularStd-Book.eot");
    src: url("../font/CircularStd-Book.eot") format("embedded-opentype"), url("../font/CircularStd-Book.woff") format("woff"), url("../font/CircularStd-Book.ttf") format("truetype"), url("../font/CircularStd-Book.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Circular Std Book Italic';
    src: url("../font/CircularStd-BookItalic.eot");
    src: url("../font/CircularStd-BookItalic.eot") format("embedded-opentype"), url("../font/CircularStd-BookItalic.woff") format("woff"), url("../font/CircularStd-BookItalic.ttf") format("truetype"), url("../font/CircularStd-BookItalic.svg") format("svg");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Circular Std Medium';
    src: url("../font/CircularStd-Medium.eot");
    src: url("../font/CircularStd-Medium.eot") format("embedded-opentype"), url("../font/CircularStd-Medium.woff") format("woff"), url("../font/CircularStd-Medium.ttf") format("truetype"), url("../font/CircularStd-Medium.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Circular Std Medium Italic';
    src: url("../font/CircularStd-MediumItalic.eot");
    src: url("../font/CircularStd-MediumItalic.eot") format("embedded-opentype"), url("../font/CircularStd-MediumItalic.woff") format("woff"), url("../font/CircularStd-MediumItalic.ttf") format("truetype"), url("../font/CircularStd-MediumItalic.svg") format("svg");
    font-style: italic;
    font-weight: 400;
}

body {
   text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.6;
     color:#1A1A1A;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    transition: opacity 0.4s ease-out, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeIn 0.8s ease-out;
}

img:hover {
    opacity: 0.95;
}
/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

*, * :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

::selection {
    background: #0033A0;
    /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #0033A0;
    /* Firefox */
    color: #fff;
}

strong, b {
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
}

hr {
    border: 0;
    border-bottom: 1px solid #E6E9ED;
    margin: 40px 0;
}

.badge {
    font-weight: normal;
    margin-left: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #0033A0;
    padding: 3px 6px;
}

a {
    color: #0033A0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

a:hover, a:focus {
    color: #004C97;
    text-decoration: none;
}

.colored-text {
    color: #0033A0;
}

.marker {
    background-color: yellow;
    padding: 10px;
}

.text-center {
    text-align: center;
}

/*===================================================================================*/
/*	Typography
/*===================================================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #1A1A1A;
    font-weight: 700;
    margin: 0;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1 {
    font-size: 3.5em;
    line-height: 1.2;
    margin: 10px 0 40px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.3;
    margin: 50px 0 50px 0;
    letter-spacing: -0.3px;
}

h3 {
    font-size: 1.9em;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.4;
    margin: 30px 0 30px 0;
}

/*use in section headings*/
h3.heading {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    font-family: 'Circular Std Bold', Helvetica, Arial, sans-serif;
}

h3.heading:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    vertical-align: middle;
    height: .50em;
    margin: 0 -200% 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

h4 {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 33px;
    margin: 30px 0 30px 0;
    color: #333;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

/*Paragraphs*/
p {
    margin: 0 0 20px;
}

p.sub-text {
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    color: #555;
}
p.sub-text2 {
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    color: #555;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
}

pre:after, pre:before {
    clear: both;
    display: table;
    content: "";
}

.Small {
    font-family: "rooney-web-1", "rooney-web-2";
    font-size: 15px;
    color: #666;
}

.case {
    color: #fff;
    font-size: 22px;
}

th {
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
}

/*Lists*/
ul {
    margin: 20px 0 20px 0;
}

ul li {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.icon_list ul {
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
    
}

.icon_list ul li {
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.icon_list ul li a {
    color: #666;
    font-weight: 400;
    line-height: 19px;
    font-size: 20px;
}

.icon_list ul li a:hover {
    color: #0033A0;
    transition: color 0.3s ease-out;
}

ol li {
    margin-top: 20px;
}

/******************* parallax-bg----***********************/
#archx-parallax {
    background: url("../image/chip-bg.jpg") no-repeat;
    padding: 190px 0;
    opacity: 0.75;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #32c5d2;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.parallax-buttons {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.parallax-buttons a {
    display: inline-block;
    margin: 5px;
}

h1.typed-text {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.typed-text .element {
    color: #32c5d2;
}

#home-parallax p {
    color: #fff;
}

@media (max-width: 568px) {
    h1.typed-text {
        font-size: 25px;
    }
}
/*Section Heading*/

.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

.center-heading h2 {
    margin: 40px 0 70px 0;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    font-size: 100px;
}

.center-heading h2 strong {
    font-weight: 700;
}

.center-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    border-top: 2px solid #0033A0;
    margin: 20px auto;
    opacity: 0.6;
}

.center-heading p {
    margin-top: 10px;
    color: #fff;
}

.center-heading2 {
    text-align: center;
    margin-bottom: 40px;
}

.center-heading2 h2 {
    margin: 40px 0 70px 0;
    font-weight: 400;
    letter-spacing: 0px;
    color: #111;
    font-size: 45px;
}

.center-heading h2 strong {
    font-weight: 700;
}

.center-line2 {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #666;
    /* border-bottom: 1px solid $skincolor; */
    margin: auto;
}

.center-heading2 p {
    margin-top: 10px;
    color: #666;
}

.center-heading3 {
    text-align: center;
    margin-bottom: 40px;
}

.center-heading3 h1 {
    margin: 10px 0 70px 0;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    font-size: 55px;
}

.center-heading3 h2 {
    margin: 10px 0 70px 0;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    font-size: 55px;
}

.center-heading3 h2 strong {
    font-weight: 700;
}

.center-heading3 p {
    margin-top: 10px;
    color: #fff;
}

.center-heading4 {
    text-align: center;
    margin-bottom: 20px;
}

.center-heading4 h2 {
    margin: 10px 0 50px 0;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    font-size: 45px;
}

.center-heading4 h2 strong {
    font-weight: 700;
}

.center-heading4 p {
    margin-top: 10px;
    color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.grey_box {
    margin-bottom: 20px;
    text-align: center;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-family: "rooney-web-1", "rooney-web-2";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
    margin-bottom: 20px;
}
/*	Dividers
/*===================================================================================*/
.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;

    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

.divide150 {
    width: 100%;
    height: 130px;
}

/*margins*/
.margin10 {
    margin-bottom: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin40 {
    margin-bottom: 40px;
}

.margin100 {
    margin-top: 100px
}

.no-padding {
    padding: 0px;
}

.no-padding.gray {
    background-color: #f5f5f5;
}

.no-padding.red {
    background-color: #0033A0;
}

.no-padding-inner h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
}

.no-padding-inner h2, .no-padding-inner p {
    color: #fff
}

.no-padding-inner {
    padding: 40px;
}

.margin-0 {
    margin: 0px !important;
}

.wide-img-showcase-row {
    position: relative;
}

.no-padding.img-services {
    background: url(../image/exida-thanks-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-fs {
    background: url() scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-archx {
    background: url(../image/archx-splash-comp-2022.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-reqx {
    background: url(../image/reqx-splash.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-crd {
    background: url(../image/crd-splash.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-fmedax {
    background: url(../image/fmedax-splash-2022.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-silstat {
    background: url(../image/silstat-splash-2025.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-alarm {
    background: url(../image/alarm-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-cyber {
    background: url(../image/cyber-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-ai {
    background: url(../image/ai-2024.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}
.no-padding.img-robot {
    background: url(../image/robot-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-auto {
    background: url(../image/auto-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-system {
    background: url(../image/system-des-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-oem {
    background: url(../image/oem-tool-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-cert {
    background: url(../image/cert-2018.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.no-padding.img-training {
    background: url(../image/44-1.png) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    background-position: left;
    height: 100%;
}

.lifecycle-img {
    max-width: 600px;
}

@media (max-width: 767px) {
    .no-padding.img {
        position: relative;
        height: 300px;
    }

    .no-padding.img-services, .no-padding.img-fs, .no-padding.img-alarm, .no-padding.img-cyber, .no-padding.img-robot, .no-padding.img-auto, .no-padding.img-system, .no-padding.img-oem, .no-padding.img-cert, .no-padding.img-training, .no-padding.img-archx, .no-padding.img-fmedax, .no-padding.img-crd, .no-padding.img-exsilentia {
        position: relative;
        height: 300px;
    }
}

/*===================================================================================*/
/*	Buttons
/*==================================================================================*/
.btn {
    display: inline-block;
    padding: 12px 28px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    background-image: none;
    border: 4px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover, .btn:focus {
    color: #fff;
    background-color: #0033A0;
    border-color: #0033A0;
    opacity: 1;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 51, 160, 0.2);
}

.btn.btn--primary {
    background: none;
    border: 2px solid #0033A0;
    color: #0033A0;
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn.btn--primary:hover {
    color: #fff;
    background-color: #0033A0;
    border-color: #0033A0;
    opacity: 1;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 51, 160, 0.3);
}

.btn.btn--primary i {
    transition: transform 0.3s ease;
}

.btn.btn--primary:hover i {
    transform: translateX(4px);
}

.btn.btn--secondary {
    background-color: #0033A0;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
    padding: 6px 30px;
}

.btn.btn--secondary:hover {
    background-color: #004C97;
    font-size: 17px;
    border-radius: 4px;
    border: 2px solid #004C97;
    color: #fff;
    padding: 8px 32px;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 51, 160, 0.2);
}

.btn.btn--secondary2 {
    background: none;
    border: 2px solid #0033A0;
    color: #0033A0;
    font-size: 17px;
    border-radius: 4px;
    padding: 6px 10px;
}

.btn.btn--secondary2:hover {
    border-width: 2px;
    padding: 6px 10px;
    border: 2px solid #0033A0;
    color: #fff;
    background-color: #0033A0;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 51, 160, 0.2);
}

.btn.btn--white {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
}

.btn.btn--white:hover {
    color: #fff;
    background-color: #0033A0;
    border-color: #0033A0;
    opacity: 1;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 51, 160, 0.2);
}

.btn_nomarg {
    display: inline-block;
    padding: 6px 21px;
    margin: 0;
    font-size: 18px;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn_nomarg.btn--secondary {
    background-color: #0033A0;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
    padding: 6px 30px;
}

.btn_nomarg.btn--secondary:hover {
    border-width: 2px;
    padding: 5px 29px;
    border: 2px solid #0033A0;
    color: #fff;
    background-color: #004C97;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 51, 160, 0.2);
}
/*********border-buttons**********/

.border-black {
    border: 1px solid #333;
    color: #000;
    background-color: transparent;
}

.border-black:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.border-white {
    border: 1px solid #fff;
    color: #fff;
}

.border-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.border-theme {
    border: 1px solid #0033A0;
    color: #0033A0;
}

.border-theme:hover {
    background-color: #0033A0;
    border-color: #0033A0;
    color: #fff;
}

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-ico i {
    margin-left: 5px;
}

.more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 2px solid #0033A0;
    padding: 0 2px 4px 2px;
    color: #0033A0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 20px;
}

.more-link > i {
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.more-link:hover {
    color: #004C97;
    border-bottom-color: #004C97;
    transform: translateX(2px);
}

.more-link:hover > i {
    transform: translateX(4px);
}

/*===================================================================================*/
/*	Navigation
/*===================================================================================*/

/***********bootstrap navigation default overrides--*/
.navbar ul li {
    margin: 0px;
}

.navbar-toggle {
    border: 0px solid transparent;
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 5px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar-default {
    border-bottom: 1px solid #E6E9ED;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 1);
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0033A0;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0033A0;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #1A1A1A;
    font-weight: 500;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0033A0;
}

.navbar-brand img {
    width: 90px;
    height: auto;
    margin-top: -10px;
}

/** Sub Nav **/
.navbar-sub {
    border: none;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 15px 0;
    opacity: 1;
    background-color: #f5f5f5;
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 4;
}

.navbar-sub .navbar-nav > .active > a, .navbar-sub .navbar-nav > .active > a:hover, .navbar-sub .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0033A0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-sub .navbar-nav > .open > a, .navbar-sub .navbar-nav > .open > a:hover, .navbar-sub t .navbar-nav > .open > a:focus {
    color: #0033A0;
    background-color: transparent;
}

.navbar-sub .navbar-nav > li > a {
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #687074;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 8px;
    margin-right: 16px;
    background: #fff;
}

.navbar-sub .navbar-nav > li > a:focus, .navbar-sub .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #0033A0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

/*dropdown menu*/
.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 250px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.15);
}

.search-dropdown {
    min-width: 244px !important;
}

.navbar .dropdown-menu li a {
    color: #4e4c4c;
    font-size: 15px;
    padding: 6px 16px;
    line-height: 2;
    text-transform: capitalize;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #0033A0;
}

/*Top Bars*/
.top-bar-dark {
    background-color: #333;
}

.top-bar-light {
    background-color: #f3f3f3;
}

.top-bar-light .top-dark-right li {
    border: none;
}

.top-bar-light ul li {
    margin: 0px;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
}

.top-bar-light .top-dark-right li a:hover {
    color: #0033A0;
}

.top-bar-socials {
    line-height: 18px;
    padding-top: 5px;
}

.top-bar-socials:after {
    display: table;
    clear: both;
    content: "";
}

.top-bar-socials a {
    margin: 0px 3px;
}

.top-dark-right {
    margin: 0px;
    padding: 0px;
}

.top-dark-right li {
    line-height: 40px;
    border-left: 1px solid #444;
    padding: 0px 0px 0px 20px;
}

.top-dark-right li, .top-dark-right li a {
    color: #4e4c4c;
    font-size: 14px;
}

.top-dark-right li i {
    margin-right: 5px;
}

.top-dark-right li a:hover {
    color: #fff;
}

/***search top bar**/
.topbar-icons {
    display: block;
}

.topbar-icons i {
    margin: 0px !important;
    display: block;
}

.search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 99999;
}

.search .form-control {
    height: 100%;
    position: absolute;
    top: 0;
    width: 99%;
    right: 0;
    border: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.search-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer;
}

/* Mega MENU */
.yamm-content {
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.dropdown-menu {
    z-index: 10000009;
}

.dropdown-menu .divider {
    background-color: #222;
}

.yamm-content h3.heading {
    border-bottom: none;
    margin: 0 0 5px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.yamm-content h3:before {
    content: "";
    display: none;
}

.yamm-content .mega-vertical-nav {
    margin-bottom: 30px;
}

.yamm-content .mega-vertical-nav li a {
    padding: 8px 0px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #4e4c4c;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    /*    border-bottom: 0px;*/
}

.nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #0033A0;
}

.nav.mega-vertical-nav li a i {
    margin-right: 10px;
}

.mega-contact p {
    margin: 0;
}

.mega-contact i {
    color: #0033A0;
    margin-right: 5px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

/****************header center*****************/
.header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0;
}

.header-center a {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.header-center span {
    display: block;
}

.navbar-default.menu-header-center {
    padding: 0px;
    min-height: 50px;
}

.navbar-default.menu-header-center .navbar-nav > li {
    border-left: 1px solid #ddd;
}

/***home boxed***/
#boxed {
    background-color: #f8f8f8;
}

@media (min-width: 1200px) {
    .boxed-wrapper {
        margin: 0 auto;
        width: 1170px;
        background-color: white;
        -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    }
}

.boxed-wrapper .tp-banner-container {
    margin: 0px auto;
}

.boxed-wrapper .navbar-default {
    left: auto;
    width: auto;
    right: auto;
}

/***side panel*****/
.side-panel-page {
    overflow-x: hidden;
}

.side-panel {
    padding: 15px 0;
    background-color: #fff;
}

.side-panel .offcanvas-toggle-right.navbar-toggle {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.offcanvas-side-content .logo-side-nav {
    padding: 25px 15px;
    text-align: center;
}

.offcanvas-side-content .navmenu {
    width: 220px;
    padding: 0;
}

.offcanvas-side-content li.nav-header {
    padding: 15px;
}

.offcanvas-side-content .profile-element img {
    display: block;
    margin: 0 auto;
}

.offcanvas-side-content .profile-element .dropdown-menu {
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

.offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
    border-bottom: 0px;
}

.offcanvas-side-content .profile-element .dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: 1px solid #f5f5f5;
}

.offcanvas-side-content .profile-element .dropdown-menu > li > a i {
    margin-right: 5px;
}

.metismenu > li > a {
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
}

.metismenu .arrow {
    float: right;
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.metismenu .arrow:before {
    content: "\f196";
}

.metismenu .active > a > .arrow:before {
    content: "\f147";
}

.metismenu .nav-second-level > li a {
    padding: 7px 15px;
    padding-left: 45px;
}

.metismenu .nav-third-level > li a {
    padding: 7px 15px;
    padding-left: 55px;
}

@media (max-width: 991px) {
    .navbar-default .nav > li > a {
        padding: 10px 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 15px;
    }

    .navbar-default .nav > li > a i {
        margin-right: 3px;
    }

    .navbar-inverse .nav > li > a {
        padding: 10px 11px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .navbar-inverse .nav > li > a i {
        margin-right: 3px;
    }

    .yamm-content .mega-vertical-nav li a {
        font-size: 14px;
    }
}
/******************

MULTI LEVEL DROPDOWN CSS

*********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: -2px;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    top: 7px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}
/*** Country Flags ***/

.us
{
    background-image: url(../image/us.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.can
{
    background-image: url(../image/can.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.jp
{
    background-image: url(../image/jp.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.gb
{
    background-image: url(../image/gb.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.za
{
    background-image: url(../image/za.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.au
{
    background-image: url(../image/au.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.nl
{
    background-image: url(../image/nl.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.mx
{
    background-image: url(../image/mx.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.sg
{
    background-image: url(../image/sg.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.de
{
    background-image: url(../image/de.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.cn
{
    background-image: url(../image/cn.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.ind
{
    background-image: url(../image/in.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

.ir
{
    background-image: url(../image/ie.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 5px 3px 20px;
    margin: .4em 0;
}

/*===================================================================================*/
/*	Footer
/*===================================================================================*/
#footer_2021 {
    background: #fff;
    border-top: 1px solid #E6E9ED;
    font-size: 0.9em;
    padding: 60px 0 0;
    position: relative;
    clear: both;
}

#footer_2021 h4 {
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #1A1A1A;
}

#footer_2021 .menu a {
    color: #666;
}

#footer_2021 .menu a:hover {
    text-decoration: underline
}

.dropdown-toggle {
    font-size: 17px;
    border: 1px solid E6E9ED
}

#footer_2021 .btn {
    border-radius: 0px;
}

#footer_2021 img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.btn.btn--drop {
    background: none;
    border: 3px solid #ccc;
    color: #666;
    padding: 7px 15px;
}

.btn.btn--drop:hover {
    color: #fff;
    background-color: #0033A0;
    border-color: #0033A0;
    opacity: 1;
    outline: none;
}

.copyright {
    font-size: 13px;
    color: #666;
}

.icons {
    font-size: 22px;
    color: #666;
    padding-right: 10px;
}

#footer_2021 hr {
    padding: 0px;
}

#social-links {
    margin: 0px;
}

#social-links li {
    display: inline;
    list-style-type: none;
    padding: 0px 10px 0px 0px;
    font-size: 22px;
}

#social-links li a {
    color: #666
}

.contact p {
    margin-bottom: 10px;
}

.contact strong {
    margin-right: 10px;
    font-weight: bold;
}

.contact strong i {
    margin-right: 5px;
}

.contact a {
    color: #fff;
}

.contact a:hover {
    color: #0033A0;
}

.required {
    color: red;
}

.f2-work li {
    margin: 1px;
    padding: 0px;
}

.f2-work li a {
    display: block;
}

.f2-work li a img {
    width: 80px;
    border: 2px solid transparent;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.f2-work li a:hover img {
    border-color: #0033A0;
}

.footer-btm {
    margin-top: 30px;
    padding: 20px;
    background-color: #0c0c0c;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.news-form .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

@media (max-width: 767px) {
    .news-form {
        text-align: center !important;
    }

    .news-form .form-control {
        margin-bottom: 10px;
    }
}

.footer-social li {
    padding: 0px;
}

/*===================================================================================*/
/*	Image Effects
/*===================================================================================*/
.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.item-img-wrap img {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/plus.png) no-repeat center center rgba(192, 192, 192, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-boxed {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    min-height: 420px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    border: 1px solid #E6E9ED;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-boxed:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    box-shadow: 0 16px 32px 0 rgba(0, 51, 160, 0.25);
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 51, 160, 0.25);
    border-color: #0033A0;
}

.service-boxed img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 0px solid;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
}

.service-boxed:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
}

.service-boxed h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #0033A0;
    letter-spacing: -0.3px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.service-boxed p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #4A4A4A;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

/*===================================================================================*/
/*	Home Page
/*===================================================================================*/
#home {
    padding: 100px 0 80px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 100%);
}

#intro {
    padding: 150px 0 150px 0;
    text-align: center;
    color: #FFF;
}

#intro .container {
    overflow: visible;
    position: relative;
}

#hero {
    height: 295px;
    background-color: #726e6e;
    padding-top: 130px;
}

#hero_2 {
    height: 200px;
    background-color: #726e6e;
    padding-top: 60px;
}

#hero_big {
    height: 500px;
    background-color: #726e6e;
    padding-top: 100px;
}

#hero_big h2 {
    line-height: 107px;
}

#hero h1, #hero_2 h1 {
    color: #fff;
}
.tagline-bar {
   max-width:300px;
   opacity: 0;
   animation: fadeIn 1s ease-out 0.6s forwards;
   filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.hero-image {
   transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
   opacity: 0;
   animation: fadeIn 1s ease-out 0.5s forwards;
}

.hero-image:hover {
   transform: scale(1.02);
   opacity: 1;
}

.tagline {
   font-size: 56px;
   margin-top: 100px;
   line-height: 1.2;
   font-weight: 700;
   color: #1A1A1A;
   letter-spacing: -1.5px;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
   margin-bottom: 30px;
}

.splash-text {
   font-size: 20px;
   line-height: 1.8;
   color: #4A4A4A;
   font-weight: 400;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
   margin-bottom: 40px;
}

.splash-text p {
   font-size: 20px;
   line-height: 1.8;
   color: #4A4A4A;
   font-weight: 400;
   margin-bottom: 0;
}
.news-boxed {
    text-align: left;
    background: #fff;
    padding: 20px;
    min-height: 300px;
   -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.08);
}
.news-boxed h2 {font-size:20px;line-height:29px;margin:0;font-weight: 500;}
.news-boxed h4 {text-transform:uppercase; margin:0 0 10px 0;font-weight: 500;}
.newsdate {font-size:15px;font-family: 'BR Firma'; font-weight: 500;}
.news-link {position: absolute; bottom: 30px; left: 30px;font-family: 'BR Firma'; font-weight: 600;}

/*forms*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
    border-color: #bbb;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #333;
}

/*===================================================================================*/
/*	Backgrounds
/*===================================================================================*/
.light {
    background-color: #F8F8F8;
}

@media (max-width: 991px) {
    .light h2 {
        margin-top: -10px;
    }
}

.gold {
    padding-top: 10px;
    background-color: #f39c12;
    padding-bottom: 20px;
}

.red {
    padding-top: 0px;
    background-color: #0033A0;
    padding-bottom: 0px;
}

.img-bg, .img-bg-center {
    background-position: center !important;
    background-size: cover;
}

.img-bg-top {
    background-position: top !important;
    background-size: cover;
}

.img-bg-bottom {
    background-position: bottom !important;
    background-size: cover;
}

.img-bg-soft, .img-bg-softer {
    background-position: center;
    position: relative;
}

.img-bg-soft:before, .img-bg-softer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.light-bg.img-bg-soft:before {
    background-color: #f5f6f7;
    opacity: .66;
}

.dark-bg.img-bg-soft:before {
    background-color: #726e6e;
    opacity: .77;
}

.tint-bg.img-bg-soft:before {
    background-color: #726e6e;
    opacity: .84;
}

.light-bg.img-bg-softer:before {
    background-color: #f5f6f7;
    opacity: .95;
}

.dark-bg.img-bg-softer:before {
    background-color: #726e6e;
    opacity: .97;
}

.tint-bg.img-bg-softer:before {
    background-color: #0033A0;
    opacity: .96;
}

#center_graphic {
    padding-top: 140px;
    height: 350px;
}

#center_graphic p {
    color: #fff;
    font-size: 24px;
}

.cybercase {
    background-image: url(../image/waste-water-facility.jpg);
    background-size: cover;
    padding-top: 20px;
    height: 350px;
}

.cybertest {
    background-image: url(../image/training-splash-2017.jpg);
    background-size: cover;
    padding-top: 90px;
    height: 350px;
}

.cyberblurb {
    background-image: url(../image/cyber-bkg-grey.jpg);
    background-size: cover;
    padding-top: 60px;
    height: 350px;
}
.aiblurb {
    background-image: url(../image/air-bkg-grey.jpg);
    background-size: cover;
    padding-top: 60px;
    height: 350px;
}
.processblurb {
    background-image: url(../image/SIS_bg.jpg);
    background-size: cover;
    padding-top: 100px;
    height: 350px;
}

.processblurb2 {
    background-image: url(../image/process-bkg-grey.jpg);
    background-size: cover;
    padding-top: 100px;
    height: 350px;
}

/*===================================================================================*/
/*	Services
/*===================================================================================*/

/* mouse grab icon */
.grabbing {
    cursor: url(../image/grabbing.png) 8 8, move !important;
}

.portfolio {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.services-desc {
    width: 100%;
    padding: 10px 10px;
    background: #FFF;
    border-top: none;
    position: relative;
    line-height: 18px;
    min-height: 140px;
}

.services-desc:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    margin-left: 20px;
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 100;
}

.services-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.owl-spaced .owl-item > div {
    margin: 10px;
}

.services-desc span {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #4e4c4c;
}
/*services*/

.service-box-4 .service-ico, .service-box-4 .service-ico2 {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    margin-top: 3px;
    float: left;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-ico i {
    color: #dd9b28;
    font-size: 50px;
}

.service-ico2 i {
    color: #f7941e;
    font-size: 50px;
}

.service-box-4 .service-text {
    margin-left: 65px;
}

.service-text a {
    color: #dd9b28;
}

.service-text a i {
    margin-left: 5px;
    vertical-align: middle;
}

.service-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

/*===================================================================================*/
/*	通用文字类页面样式 - 参考 ProcessIndustry.html
/*===================================================================================*/
.text-content-container {
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.text-content-container p {
   font-size: 18px;
   line-height: 1.8;
   color: #4A4A4A;
   font-weight: 400;
   margin-bottom: 24px;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.text-content-container h2 {
   font-size: 32px;
   font-weight: 700;
   color: #0033A0;
   margin: 40px 0 24px 0;
   letter-spacing: -0.4px;
   line-height: 1.3;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
   position: relative;
   padding-bottom: 12px;
   border-bottom: 2px solid #E6E9ED;
}

.text-content-container h2::after {
   content: '';
   position: absolute;
   bottom: -2px;
   left: 0;
   width: 80px;
   height: 2px;
   background: linear-gradient(90deg, #0033A0 0%, rgba(0, 51, 160, 0.3) 100%);
}

.text-content-container h3 {
   font-size: 28px;
   font-weight: 700;
   color: #0033A0;
   margin: 40px 0 24px 0;
   letter-spacing: -0.4px;
   line-height: 1.3;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
   position: relative;
   padding-bottom: 12px;
   border-bottom: 2px solid #E6E9ED;
}

.text-content-container h3::after {
   content: '';
   position: absolute;
   bottom: -2px;
   left: 0;
   width: 80px;
   height: 2px;
   background: linear-gradient(90deg, #0033A0 0%, rgba(0, 51, 160, 0.3) 100%);
}

.text-content-list {
   list-style: none;
   padding-left: 0;
   margin: 30px 0;
}

.text-content-list li {
   position: relative;
   padding-left: 32px;
   margin-bottom: 20px;
   font-size: 17px;
   line-height: 1.8;
   color: #4A4A4A;
   font-weight: 400;
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.text-content-list li::before {
   content: '✓';
   position: absolute;
   left: 0;
   top: 0;
   width: 24px;
   height: 24px;
   background: linear-gradient(135deg, #0033A0 0%, #004C97 100%);
   color: #fff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   font-weight: 700;
   box-shadow: 0 2px 8px rgba(0, 51, 160, 0.25);
}

.text-content-list li p {
   margin: 0;
   font-size: 17px;
   line-height: 1.8;
}

/* 响应式设计 */
@media (max-width: 768px) {
   .text-content-container h2,
   .text-content-container h3 {
      font-size: 24px;
      margin: 30px 0 20px 0;
   }
   
   .text-content-container p,
   .text-content-list li p {
      font-size: 16px;
   }
   
   .text-content-list li {
      font-size: 16px;
      padding-left: 28px;
   }
   
   .text-content-list li::before {
      width: 20px;
      height: 20px;
      font-size: 12px;
   }
}

/*===================================================================================*/
/*	News / Blog
/*===================================================================================*/
#news_blog ul {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#news_blog ul li {
    height: 100px;
    border-bottom: 1px solid #E6E9ED;
    margin-top: 20px;
}

#news_blog ul li a {
    font-size: 15px;
    color: #4e4c4c;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: normal;
    display: block;
}

#news_blog ul li a:hover {
    color: #0033A0
}

#news_blog li img {
    float: left;
    margin: 0 15px 0 0;
    height: 80px;
    width: 80px;
    border-radius: 46px;
}

.date {
    font-size: 16px;
    font-style: normal;
    line-height: 1.8;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: #0033A0;
}

.sidelook {
    padding-top: 10px;
    border-top: 8px solid #000;
    margin-bottom: 10px;
}

.news-list {
    font-size: 17px;
    line-height: 25px;
}

.news-list a {
    color: #333;
    font-size: 17px;
    line-height: 20px;
}

.news-list a:hover {
    color: #0033A0
}

.coming-soon {
    text-align: center;
    padding: 80px 20px;
    font-size: 32px;
    font-weight: 600;
    color: #0033A0;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
}

.coming-soon:hover {
    opacity: 1;
}

/*===================================================================================*/
/*	Social Buttons
/*===================================================================================*/

/**social icons default size**/
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon:hover {
    border-color: transparent;
}

.social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.social-icon:hover i:first-child {
    margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-lg:hover {
    border-color: transparent;
}

.social-icon-lg i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    position: relative;
}

.social-icon-lg i:last-child {
    color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px;
}

/***social icons small***/
.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-sm:hover {
    border-color: transparent;
}

.social-icon-sm i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 30px;
    position: relative;
}

.social-icon-sm i:last-child {
    color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px;
}

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-skype, .si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-rss:hover, .si-colored-rss {
    background-color: #EE802F !important;
}

.si-instagram:hover, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-soundcloud:hover, .si-colored-youtube {
    background-color: #0033A0 !important;
}

.si-phone:hover, .si-colored-phone {
    background-color: #444 !important;
}

.si-email:hover, .si-colored-email {
    background-color: #6567A5 !important;
}

.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase;
}

/*===================================================================================*/
/*	Testimonials
/*===================================================================================*/
.testimonials-v-1 {
    padding: 50px 0;
    overflow: hidden;
    height: 370px;
}

.testimonials-v-1 h2 {
    color: #f2f2f2;
    font-size: 37px;
}

.testi-slide-2 {
    text-align: center;
}

.testi-slide-2 p {
    margin: 20px 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.testi-slide-2 h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 30px 0 30px 0;
}

.testi-slide-2 .flex-control-paging li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    border: 5px solid #fff;
    width: 16px;
    height: 16px;
}

.testi-slide-2 .flex-control-paging li a.flex-active {
    background: transparent !important;
    border: 5px solid #ff5533;
}

.testimonials-v-2 {
    padding: 50px 0;
    overflow: hidden;
}

.testimonials-v-2 h2 {
    color: #f2f2f2;
    font-size: 37px;
    line-height: 14px;
}

.testi-slide {
    text-align: center;
}

.testi-slide img {
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testi-slide p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.testi-slide h4 {
    font-weight: 400;
    font-size: 16px;
    color: #8C5900;
    margin: 30px 0 30px 0;
}

.testi-slide .flex-control-paging li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    border: 5px solid #B37812;
    width: 16px;
    height: 16px;
}

.testi-slide .flex-control-paging li a.flex-active {
    background: transparent !important;
    border: 5px solid #8C5900;
}

/*===================================================================================*/
/*	Pagination
/*===================================================================================*/
.pagination {
    display: block;
    border-radius: 0;
    margin: 0;
}

.pagination > li {
    display: inline-block;
    margin-left: 10px;
}

.pagination > li:first-child {
    margin-left: 0;
}

.pagination > li > a, .pagination > li > span {
    float: none;
    display: inline-block;
    color: #fff;
    font-family: 'Circular Std Book', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-serif';
    background: #726e6e;
    padding: 11px 20px 13px;
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > li > a:hover, .pagination > li > a:focus {
    background: #ff5533;
    color: #FFF;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    border-radius: 3px;
}

/*===================================================================================*/
/*	Forms
/*===================================================================================*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}

.form-container .response {
    display: none;
}

.forms ol {
    margin: 0;
    padding: 0;
}

.forms ol li {
    line-height: auto;
    list-style: none;
}

input, textarea, .uneditable-input, .form-inline .form-control, .navbar-form .form-control {
    width: 100%;
    font-size: 17px;
    color: #333;
}

select, textarea, textarea.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
    color: #726e6e;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #8a94a9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}

textarea:focus, textarea.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #BCC7D1;
    box-shadow: none;
    font-size: 17px;
    color: #333;
}

textarea {
    height: 100%;
    padding: 10px;
    margin-bottom: 17px;
    min-height: 150px;
    resize: vertical;
}

textarea.form-control {
    padding: 10px;
}

.btn-submit {
    width: auto;
}

.forms .btn-submit {
    margin-bottom: 0;
}

.forms .error, .forms .error:focus {
    border: 1px solid #d99898;
}

label {
    display: block;
    width: 395px;
    padding: 10px 0 10px 0;
    font-size: 15px;
    clear: both;
    font-weight: 400;
    font-family: 'Circular Std Bold', Helvetica, Arial, sans-serif;
}

.forms input, .forms textarea {
    background: #F8FAFD;
    border-radius: 3px;
}

.light-bg .forms input, .light-bg .forms textarea {
    background: #FFF;
}

.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.newsletter {
    position: relative;
}

.newsletter input[type="email"] {
    background: rgba(255, 255, 255, 0.15);
    padding-right: 100px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #FFF !important;
}

.newsletter input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.20);
}

.newsletter .btn-submit, .search .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    color: #FFF !important;
    line-height: 1;
}

.navbar-form.search .btn-submit {
    width: 30px;
    height: 30px;
}

footer .newsletter .btn-submit {
    width: 88px;
    height: 30px;
    font-size: 13px;
}

#response ul.errors {
    margin-bottom: 25px;
}

#response .btn i {
    font-size: 12px;
}

.dark-bg input, .dark-bg button, .dark-bg select, .dark-bg textarea {
    color: #A3B1BF;
}

.form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}

.form-control:-moz-placeholder {
    color: #C2C7CC;
}

.form-control::-moz-placeholder {
    color: #C2C7CC;
}

.form-control:-ms-input-placeholder {
    color: #C2C7CC;
}

.dark-bg .form-control::-webkit-input-placeholder {
    color: #828E99;
}

.dark-bg .form-control:-moz-placeholder {
    color: #828E99;
}

.dark-bg .form-control::-moz-placeholder {
    color: #828E99;
}

.dark-bg .form-control:-ms-input-placeholder {
    color: #828E99;
}

.search .form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}

.search .form-control:-moz-placeholder {
    color: #C2C7CC;
}

.search .form-control::-moz-placeholder {
    color: #C2C7CC;
}

.search .form-control:-ms-input-placeholder {
    color: #C2C7CC;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

/* Breadcrumb */
.breadcrumb {
    padding: 22px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: -10px;
    font-size: 16px;
}

.breadcrumb > li {
    display: inline-block;
    color: #14a5eb;
}

.breadcrumb > li a:hover {
    color: #a7b0b4;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 17px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #a7b0b4;
}

.section-border {
    border-bottom: 1px solid #E6E9ED;
}

table tr td {
    font-size: 14px;
    color: #000
}

/*===================================================================================*/
/*	Team Section
/*===================================================================================*/
.team-wrap {
    padding: 3px 3px 20px;
    border: 1px solid #eee;
    text-align: center;
}

.team-wrap li {
    padding: 0px;
}

.team-wrap h4 {
    margin-bottom: 3px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 17px;
}

.team-wrap span {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

/**team-v2**/
.person-v2 {
    margin-bottom: 30px;
}

.our-team-v-2 {
    padding-top: 70px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.person-v2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.person-v2 h3 {
    margin: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.person-desc-v2 em {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

/**Info tables**/
.info-box {
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 570px;
}

.info-box img {
    max-width: 100px;
}

.info-box h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin-top: 25px;
}

.info-box p {
    font-size: 14px;
    margin-bottom: 30px;
}

.info-box-services {
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.info-box-services img {
    max-width: 100px;
}

.info-box-services h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #0033A0;
    font-weight: 600;
    margin-top: 25px;
}

.info-box-services p {
    font-size: 14px;
    margin-bottom: 30px;
}

.info-box-services ul {
    padding: 0;
}

.info-box-services ul li {
    margin-top: 10px;
}

.info-box_6 {
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 470px;
}

.info-box_6 img {
    max-width: 100px;
}

.info-box_6 h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin-top: 25px;
}

.info-box_6 p {
    font-size: 14px;
    margin-bottom: 30px;
}

.info-pic-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    margin-left: 15px;
    margin-right: 15px;
}

.info-pic-box .info-pic-desc {
    padding: 0px 15px 15px 15px;
}

.white_box {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 20px 0 20px 0;
    background: #fff;
}

.white_box h2 {
    line-height: 30px;
}

.white_box h2 a {
    font-size: 25px;
    font-weight: 700;
    color: #666;
}

.image {
    width: 100%;
    height: 100%;
}

.image img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}
/***********bootstrap collapse overrides*/

.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 5px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #f5f5f5 !important;
    padding: 7px 12px;
}

.panel-title {
    font-family: 'Circular Std Book', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.panel-title:hover {
    color: #0033A0;
}

.panel-title i {
    margin-right: 10px;
    color: #32c5d2;
}
/*** Accordion ***/

.panel-group {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin-top: -2px;
}

.panel-group .panel-heading {
    padding: 0;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-body {
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    padding: 10px 0px;
    margin-top: 30px;
}

.panel-group .panel-heading a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 10px;
    font-size: 15px;
    color: #505050;
    line-height: 1.5;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
}

/***acordions icon*****/
.panel-ico {
    position: relative;
}

.panel-ico:after {
    content: '\f067';
    color: #888;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 8px;
}

.panel-ico.active:after {
    content: '\f068';
    color: #32c5d2;
}

.panel-ico.active a {
    color: #32c5d2;
}

/**primary tabs***/
.panel-primary {
    border: 0px;
}

.panel-primary .panel-heading {
    background: #32c5d2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-color: rgba(0, 0, 0, 0.1);
}

.panel-primary .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.panel-primary .panel-ico.active a {
    color: #fff;
}

.panel-primary .panel-ico.active:after {
    color: #fff;
}

.panel-primary .panel-heading a {
    color: #eee;
}

.panel-primary .panel-ico:after {
    color: #eee;
}

.simple-collapse .panel-body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.simple-collapse.panel-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
/***special features***/

.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
    color: #32c5d2;
}

.special-feature h4 {
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    height: 280px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    cursor: pointer;
}

.special-feature .mask-bottom {
    color: #333333;
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
    padding: 0px 5px;
    font-size: 14px;
}

.special-feature .mask-bottom h4 {
    margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}

/* ==================================================
   exSILentia version 3
================================================== */
.Features {
    text-align: center;
    margin-top: 50px;
}

.Features h1 {
    font-weight: 500;
    margin-bottom: 70px;
    color: #999;
}

.Features h4 {
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
    font-size: 15px;
}

.Features i {
    color: #f7941e;
}

.Features .icon-5x {
    font-size: 70px;
}

.Features .icon-3x {
    font-size: 30px;
    padding: 0px;
}

/* ==================================================
   Resources
================================================== */
.glossary_trail {
    padding: 8px 15px;
    margin: 0px 0 10px 0;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.glossary_trail > li {
    display: inline-block;
    /* IE7 inline-block hack - commented out for modern browsers */
    /* * display: inline; */
    /* * zoom: 1; */
    text-shadow: 0 1px 0 #ffffff;
}

.glossary_trail > li > .divider {
    padding: 0 5px;
    color: #ccc;
}

.glossary_trail > .active {
    color: #999999;
}

#authors_posts ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#authors_posts ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

#authors_posts ul li a {
    display: block;
    color: #666666;
    text-decoration: none;
    margin: 0px;
    padding: 20px 0px 20px 0px;
    border-top: 1px #ccc dotted;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

#authors_posts a:hover {
    background: #EFEFEF;
    color: #0033A0;
}
/**blog inner pages**/

.blog-post {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.post-detail {
    margin-top: 25px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ebeaea;
    margin-left: 0px;
    padding-bottom: 20px;
}

.post-detail li img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    float: left;
    margin-right: 10px;
}

.post-detail li + li {
    padding-left: 15px;
}

.post-detail li {
    font-size: 12px;
    vertical-align: middle;
    text-transform: capitalize;
}

.post-detail li i {
    margin-right: 5px;
}

.blog-post h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-left-img .post-detail {
    margin-top: 0px;
}

.about-author {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 50px;
    font-size: 15px;
}

.about-author img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.about-author p {
    overflow: hidden;
}

.comment-list {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment-post h4 img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

.comment-post p {
    overflow: hidden;
}

.comment-form .form-contact .form-control {
    background-color: #f5f5f5;
}

.author-meta.author-meta-centered .avatar, img.avatar {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 20px;
    width: 120px
}

.author-meta.author-meta-centered .sm.avatar, .author-meta .avatar, img.avatar.sm {
    height: 60px;
    margin: 0 20px 0 0;
    width: 60px
}

.author-meta {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    text-align: left
}

.author-meta.author-meta-centered {
    display: block;
    text-align: center
}

.author-meta.author-meta-centered h3, .author-meta.author-meta-centered p {
    font-size: 18px
}

.author-meta.author-meta-no-img {
    position: relative;
    padding-top: 10px;
    margin-top: 10px
}

.heading-6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0
}

.heading-7 {
    margin-bottom: 20px;
}

.post p {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #111;
}

.grey2 {
    font-size: 12px;
}

.safety-text {
    color: white;
    font-size: 22px;
}
/*===================================================================================*/
/*	Side Bar
/*===================================================================================*/

.sidebar-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    text-transform: capitalize;
}

.search-widget {
    position: relative;
}

.search-widget i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #777;
}

.cat-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cat-list li a {
    color: #4e4c4c;
    margin-right: 10px;
}

.cat-list li i {
    color: #888;
    margin-right: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-list li:hover i {
    margin-left: 5px;
}

.cat-list li a:hover {
    color: #0033A0;
}

.popular-post li {
    padding-bottom: 20px;
}

.popular-img {
    float: left;
    margin-right: 10px;
}

.popular-img a img {
    width: 60px;
    height: 60px;
}

.popular-desc {
    display: table;
}

.popular-desc h5 {
    font-size: 17px;
    margin-bottom: 6px;
}

.popular-desc h5 a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.popular-desc h5 a:hover {
    color: #32c5d2;
}

.popular-desc h6 {
    color: #777;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
}

.tag-list a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 14px !important;
    background-color: #e5e5e5;
}

.tag-list a:hover {
    background-color: #0033A0;
    color: #fff;
}

/*===================================================================================*/
/*	Side Bar 2
/*===================================================================================*/
#sidebar ul {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
}

#sidebar ul li {
    border-bottom: 1px solid #E6E9ED;
    padding: 10px 0 10px 0;
}

#sidebar ul li a {
    font-size: 15px;
    color: #4e4c4c;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: normal;
    display: block;
}

#sidebar ul li a:hover {
    color: #0033A0
}

/*===================================================================================*/
/*	Search Results
/*===================================================================================*/
#sidebar ul {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
}

#sidebar ul li {
    border-bottom: 1px solid #E6E9ED;
    padding: 10px 0 10px 0;
}

#sidebar ul li a {
    font-size: 15px;
    color: #4e4c4c;
    font-family: Arial, Helvetica, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#sidebar ul li a:hover {
    color: #0033A0
}

.search-area {
    padding: 20px 0;
    background-color: #f5f5f5;
}

.search-area .form-control {
    height: 38px;
}

.search-area .btn-lg {
    padding: 10px 17px 10px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

span.results-number {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.results-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.results-box h3 a {
    color: #111;
    text-decoration: underline;
}

.results-box h3 a:hover {
    text-decoration: underline;
}

.results-box .btn {
    top: -1px;
    padding: 0;
    position: relative;
    color: #999;
    border: none;
    font-size: 14px;
}

.results-box .btn:hover, .results-box .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.link-ul {
    padding: 0;
    margin-bottom: 0px;
}

.link-ul li a, .link-ul li a.btn-link {
    color: #999;
    font-size: 14px;
    margin-right: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}

.link-ul li {
    font-size: 12px;
}

.link-ul li a:hover {
    color: #32c5d2;
    text-decoration: underline;
}

.results-box p {
    margin: 10px 0;
    color: #666;
    font-weight: 400;
}

.results-sidebar-box ul li a {
    color: #999;
}

.results-sidebar-box ul li a:hover {
    text-decoration: underline;
    color: #32c5d2;
}

.results-sidebar-box h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-all {
    color: #999;
    font-size: 12px;
    display: block;
}
/*****************bootstrap tabs overrides*****************************/
/*tabs*/

.nav-tabs {
    border: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px;
    background-color: #0033A0;
    color: #fff;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #f2f2f2;
    border: 0px;
}

.nav-tabs > li > a:hover {
    border: 0px;
}

.tabs .nav-tabs {
    border-bottom: none;
}

.tabs .nav-tabs li {
    margin-bottom: 0;
}

.tab-content {
    overflow: hidden;
    padding: 15px 0;
}
/* ==================================================
   News / Blog Subsidiaries
================================================== */

#news_blog_sub ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#news_blog_sub ul li {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

#news_blog_sub ul li a {
    color: #666;
    font-weight: 400;
    line-height: 19px;
}

#news_blog_sub ul li a:hover {
    color: #0033A0
}

#news_blog_sub p {
    line-height: 15px;
}

#benefits ul {
    padding-left: 20px;
    list-style-type: none;
}

#benefits li {
    margin-bottom: 10px;
    font-size: 18px;
}

#benefits li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 10px 0 -15px;
    color: #26A65B;
    font-size: 18px;
}
/* ==================================================
  Mobile
================================================== */

@media (max-width: 991px) {
    #intro {
        padding: 20px 0 200px 0;
    }
    .top-bar-light {display:none;}
    .navbar-default {
    border-bottom: 0;
    width: 100%;
    min-height: 55px;
    padding: 0;
}
    .slide-caption h2 {
        font-size: 18px;
    }

    .slide-caption-inner {
        padding: 20px 30px 10px;
        text-align: left;
    }

    #hero_big {
        height: 200px;
        background-color: #726e6e;
        padding-top: 30px;
    }

    #hero_big h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 30px;
    }

    #hero_2 {
        height: 100px;
        padding-top: 25px;
    }

    #hero_2 h1 {
        font-size: 20px;
    }

    #hero {
        padding-top: 15px;
        height: 100px;
    }

    #hero h1 {
        font-size: 24px;
    }
    .tagline {
        font-size: 36px;
        line-height: 1.2;
        margin-top: 30px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }
    .tagline-bar {
        max-width: 200px;
        opacity: 1;
    }
    .splash-text {
        font-size: 17px;
        line-height: 1.7;
    }
    .splash-text p {
        font-size: 17px;
        line-height: 1.7;
    }
    #home {
        padding: 60px 0 50px 0;
    }
    p.sub-text, p.sub-text2 {
        font-size: 12px;
        line-height: 15px;
    }

    .btn.btn--primary {
        padding: 12px 9px;
        font-size: 13px;
    }

    .testi-slide-2 p {
        font-size: 15px;
    }

    .info-box_6 {
        height: 570px;
    }

    .info-box_6 h3 {
        line-height: 16px;
    }

    .icon_list ul li a {
        font-size: 12px;
    }

    .light h2 {
        margin-top: 30px;
    }

    #center_graphic {
        padding-top: 40px;
        height: 270px;
    }

    #center_graphic p {
        color: #fff;
        font-size: 24px;
        line-height: 33px;
    }

    .img-bg-center h2, .img-bg-bottom h2 {
        font-size: 22px;
        margin-top: -10px;
    }

    .case {
        color: #fff;
        font-size: 15px;
    }

    h1 {
        font-size: 25px;
        line-height: 28px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
    }

    h3 {
        font-size: 19px;
        line-height: 22px;
    }

    .divide40, .divide60 {
        height: 10px;
    }

    .testimonials-v-2 {
        padding: 10px 0;
    }

    .testimonials-v-1 {
        padding: 20px 0;
        height: 450px;
    }

    hr {
        margin: 30px 0;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px 9px 7px;
        font-size: 11px;
    }

    .breadcrumb {
        padding: 20px 0;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
    }

    .safety-text {
        font-size: 14px;
    }

    .center-heading3 h1 {
        font-size: 25px;
    }

    .center-heading4 {
        margin-top: 40px;
    }

    .margin100 {
        margin-top: 20px
    }

    #center_graphic p {
        font-size: 19px;
    }

    .cybercase {
        padding-top: 40px;
        height: 290px;
    }

    .cybertest {
        padding-top: 20px;
    }

    .cyberblurb {
        padding-top: 60px;
        height: 300px;
    }

    .processblurb {
        padding-top: 40px;
        height: 200px;
    }

    .processblurb2 {
        padding-top: 40px;
        height: 170px;
    }

    #benefits li {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .divide150 {
        height: 30px;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none;
}
}
