/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url(/fonts/roboto-v20-latin-regular.woff2) format('woff2'),
    url(/fonts/roboto-v20-latin-regular.woff) format('woff'),
    url(/fonts/roboto-v20-latin-regular.ttf) format('truetype'),
    url(/fonts/roboto-v20-latin-regular.eot) format('embedded-opentype'),
    url(/fonts/roboto-v20-latin-regular.svg) format('svg');

}

/* latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url(/fonts/roboto-condensed-v18-latin-regular.woff2) format('woff2'),
    url(/fonts/roboto-condensed-v18-latin-regular.woff) format('woff'),
    url(/fonts/roboto-condensed-v18-latin-regular.ttf) format('truetype'),
    url(/fonts/roboto-condensed-v18-latin-regular.eot) format('embedded-opentype'),
    url(/fonts/roboto-condensed-v18-latin-regular.svg) format('svg');
}

html {
    font-size: 1rem;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #282828;
    text-align: left;
    background-color: #fff;
}

a {
    -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
    transition: color .3s ease 0s, background-color .3s ease 0s;
    pointer-events: all;
    color: #282828;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #282828;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 1.6rem;
}

b, strong {
    font-weight: 700;
}

section {
    clear: both;
}

article {
    clear: both;
    padding: 6rem 0;
}

article .elipse {
    width: 10%;
    float: left;
}

article .text {
    width: 85%;
    float: right;
    margin-top: 0;
    font-size: 1.3rem;
}

.layer8-red-color {
    color: #dc3545;
}
label.layer8-red-color {
    margin: 0!important;
}

.bg-layer8-red {
    background: #ed1c24;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}


a.rounded-circle {
    display: inline-block;
    padding: 2rem;
    border-radius: 50%;
}

.bg-grey {
    background-color: #f3f3f3 !important;
}

h4.subtitle {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    color: #475059;
}


#navBar {
    padding-bottom: 0;
    transition: all 0.5s linear;
    font-size: 1.1rem;
    z-index: 999;
    background: none!important;
    position: fixed;
    width: 100%;
    top: 0;
    background: #FFFFFF!important;
    position: fixed!important;
    width: 100%;
    top: 0;
}

body #navBar.open  {
    min-height: 100vh;
    background: linear-gradient(-45deg, #000000, #df2424) !important;
}


#navBar.open > .container {
    position: absolute!important;
    top:0;
    left: 0;
    right: 0;
    padding: 15px;
}

#navBar.open a   {
    color:#FFFFFF!important;
}

#navBar.open #mainMenu.collapse.show li {
    display: block;
    clear: both;
}

#navBar.open #mainMenu ul.dropdown-menu.show {
    display: block;
    position: relative;
    background: no-repeat;
    border: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1rem;
}

#navBar.open .navbar-brand {
    background-image: url("/images/layer8_logo_white.svg") !important;
}

#navBar.open .menu-toggler span {
    background: #FFFFFF!important;
}

#navBar.sticky-top {
    background: #FFFFFF !important;
    box-shadow: 2px 3px 5px #5453531a !important;
    position: fixed!important;
    top: 0;
    width: 100%;
}


#navBar .navbar-brand, footer .navbar-brand {
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0.95rem;
    padding: 2.5em 0;
    display: inline-block;
    margin-top: 1rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
}


#navBar.navbar-light .navbar-brand, footer .navbar-brand {
    background-image: url("/images/layer8_logo.svg");
}

#navBar.navbar-light a:hover, #navBar.navbar-light a:focus {
    color: #282828;
    text-decoration: none;
}

#navBar.navbar-light a {
    color: #282828;
    text-decoration: none;
}


#mainMenu > ul {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

#mainMenu > ul li {
    margin: 0;
    padding: 0;
}

#mainMenu > ul > li > a {
    padding: .4rem 1rem;
    display: block;
    position: relative;
    text-transform: uppercase;
}

#mainMenu > ul .dropdown-menu {
    list-style: none;
    padding-left: 1.5rem;
    display: none;
}

#mainMenu > ul .dropdown-menu > li > a {
    padding: .5rem;
    display: block;
}


#navBar .navbar-toggler {
    color: #282828;
    border-color: transparent;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
}

#navBar .menu-toggler {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#navBar .menu-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
}

#navBar .menu-toggler span:nth-child(1) {
    top: 0;
    background: #ed1c24;
}

#navBar .menu-toggler span:nth-child(2) {
    top: 9px;
}

#navBar .menu-toggler span:nth-child(3) {
    top: 18px;
}

#navBar .menu-toggler span:nth-child(4) {
    top: 27px;
}

body header {
    margin: 110px 0 0 0;
}

body.home header {
    color: #ed1c24;
    height: 100vh;
    min-height: 375px;

}

body.home header > .container-fluid {
    background-image: url("/images/headers/homepage.jpg");
    background-color: #f1f5f7;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

body.home header > .container-fluid h1::before {
    background-image: url('/images/elipse.svg');
    content: " ";
    width: 2rem;
    height: 6rem;
    margin-top: 3.3rem;
    display: block;
    float: left;
    vertical-align: middle;
    background-repeat: no-repeat;
}

body.home header > .container-fluid h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    margin-top: 20%;
    text-align: left;
}


body header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    padding: 0;
}

body header > .container-fluid {
    background-color: #f1f5f7;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 10rem 0 6rem 0;
    border-bottom: 1px solid #ed1c24;
}

body.home header > .container-fluid {
    margin-top: 100px;
    height: calc(100vh - 100px);
}


body.products header > .container-fluid {
    margin-top: 100px;
}


body header h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
}

body.home header h1 {
    color: #ed1c24;
}

body.products header h1 {
    color: #FFFFFF;
    min-height: 152px;
}

body.products header h4 {
    color: #ed1c24;
}

body header h1 {
    color: #282828;
}

body header h4 {
    text-transform: uppercase;
    color: #ed1c24;
}



body.products.dns8 header > .container-fluid {
    background-image: url("/images/headers/dns8.jpg");
}

body.products.learning8 header > .container-fluid {
    background-image: url("/images/headers/learning8.jpg");
}

body.products.vuln8 header > .container-fluid {
    background-image: url("/images/headers/vuln8.jpg");
}

body.products.fish8 header > .container-fluid {
    background-image: url("/images/headers/fish8.jpg");
}

body.services.consulting header > .container-fluid {
    background-image: url("/images/headers/consulting.jpg");
}

body.services.managed header > .container-fluid {
    background-image: url("/images/headers/managed-services.jpg");
}

body.services.technology header > .container-fluid {
    background-image: url("/images/headers/tech-serv.jpg");
}

body.partnerships.academic header > .container-fluid {
    background-image: url("/images/headers/academic.jpg");
}

body.partnerships.institutional header > .container-fluid {
    background-image: url("/images/headers/institutional.jpg");
}

body.partnerships.technology header > .container-fluid {
    background-image: url("/images/headers/tecn.jpg");
}

body.careers header > .container-fluid {
    background-image: url("/images/headers/careers.jpg");
}

body.about header > .container-fluid {
    background-image: url("/images/headers/about-us.jpg");
}

body.team header > .container-fluid {
    background-image: url("/images/headers/the-team.jpg");
}

body.why header > .container-fluid {
    background-image: url("/images/headers/whyus.jpg");
}

body.rd header > .container-fluid {
    background-image: url("/images/headers/researchanddev.jpg");
}

body.contact header > .container-fluid {
    background-image: url("/images/headers/contacts.jpg");
}


.layer8-product-logo.title {
    height: 1.5rem !important;
    width: auto !important;
    max-width: 100%;
    margin-bottom: 1rem;
}


button.scroll-down {
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: url("/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    z-index: 1;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-animation: arrowBounce 2s infinite;
    animation: arrowBounce 2s infinite;
}

a.btn-fullred {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 2rem;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: 3px solid #ed1c24;
    border-radius: 1px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    color: #ffffff;
    background-color: #ed1c24;
}

a.btn-fullred:hover {
    text-decoration: none;
    color: #ed1c24;
    background-color: #FFFFFF;
}


a.btn-fullwhite {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 2rem;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: 3px solid #ed1c24;
    border-radius: 1px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    color: #ed1c24;
    background-color: transparent;
}

a.btn-fullwhite:hover {
    text-decoration: none;
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #ed1c24;
}

body.home section .titlearea h3 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

body.home section .titlearea p {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
}

#capabilities {
    padding-top: 1rem;
    padding-bottom: 3rem;
}



#partners {
    padding: 3rem 0;
    background-color: #f3f3f3;
    background-position: center center;
    background-size: cover;
}


#partnersCarousel img {
    display: block;
    max-height: 100px;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

#partnersCarousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 2rem;
}

#partnersCarousel .owl-next, #partnersCarousel .owl-prev {
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;

}

#partnersCarousel .owl-prev {
    background-image: url("/images/icons/left-arrow.svg");
}

#partnersCarousel .owl-next {
    background-image: url("/images/icons/right-arrow.svg");
}

#ourSolutions {
    padding-top: 3rem;
    padding-bottom: 3rem;
}



#ourSolutionsCarousel a.project {
    width: 320px;
    display: inline-block;
}

#ourSolutionsCarousel .project-title {
    padding: .5rem;
    background: #f3f3f3;
}

#ourSolutionsCarousel .project-title img {
    max-height: 2rem;
}

#ourSolutionsCarousel .layer8-product-logo {
    height: 2.25rem !important;
    width: auto !important;
    max-width: 100%;
    margin-bottom: 1rem;
}

#ourSolutionsCarousel .project-title h3 {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1;
    height: 3rem;
    font-weight: normal;
    text-transform: uppercase;
}

#ourSolutionsCarousel .project-body {
    height: 300px;
    width: 100%;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}


#ourSolutionsCarousel .owl-nav {
    margin-top: 1rem;
}

#ourSolutionsCarousel .owl-next, #ourSolutionsCarousel .owl-prev {
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
}

#ourSolutionsCarousel .owl-prev {
    background-image: url("/images/icons/left-arrow.svg");
}

#ourSolutionsCarousel .owl-next {
    background-image: url("/images/icons/right-arrow.svg");
}

#bottom {
    background-image: url('/images/footer_background.svg');
    width: 100%;
    height: 704px;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #221f1f;
}

#bottom > div {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in 0s;
    transition: opacity 1s ease-in 0s;
}

#bottom {
    padding: 4rem 0;
}

.btn-svg {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    font-size: .8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 270px;
    height: 54px;
    line-height: 54px;
}

.btn-svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-svg svg rect {
    stroke: #ed1c24;
    stroke-width: 2;
    stroke-dasharray: 300px, 16px;
    stroke-dashoffset: 70px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.btn-svg:hover svg rect {
    stroke-dashoffset: 284px;
}

.btn-svg span {
    color: #ed1c24;
}

footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: .8125em;
    background-color: #f0f0f0;
}

footer p {
    margin-bottom: 0;
}

footer .tag-footer {
    color: #dc3545;
    width: 4rem;
}

footer .logos img {
    max-height: 50px;
}

.arrow-bullet {
    background-image: url("/images/arrow-bullet.svg");
    background-repeat: no-repeat;
    background-size: 0.9em;
    background-position: 0.2em 0.25em;
    padding-left: 1.5rem;
    font-size: 1em;
}


li.arrow-bullet {
    margin-bottom: .5rem;
}

.whyus-logo {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}



@-webkit-keyframes arrowBounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px)
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes arrowBounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px)
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

body.team .team-member {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body.team .team-member figure {
    display: table;
    width: calc(100% + 1px);
    height: 100%;
}

body.team .team-member .overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    background-color: rgba(220, 53, 69, 0.8);
}

body.team .team-member figure:hover .overlay {
    opacity: 1;
}


body.team .team-member figure figcaption {

    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    padding: 2rem 1rem 1rem 1rem;
    font-size: 0.9rem;
}

body.team .team-member h2 {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

body.team .team-member figure figcaption a {
    color: rgba(255, 255, 255, 0.7);
}

body.team .team-member a:hover {
    color: #FFFFFF;
}

