@font-face {
    font-family: 'AvertaLight';
    src: url('../fonts/AvertaLight.otf');
}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta.otf');
}

@font-face {
    font-family: 'AvertaBold';
    src: url('../fonts/AvertaBold.otf');
}

@font-face {
    font-family: 'PrometoBold';
    src: url('../fonts/PrometoBold.ttf');
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'AvertaLight', sans-serif !important;
}

* {
    box-sizing: border-box;
}

.d-text {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.smalltitle {
    font-family: 'AvertaBold', sans-serif;
    font-size: 18px;
}

.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.typer {
    color: #FFFFFF;
    font-family: 'AvertaBold', sans-serif !important;
    font-size: 60px;
}

.clearfix {
    clear: both;
}

.fixed-nav {
    width: 100%;
    height: 69px;
    /*background-color: #F2333A;*/
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

}

@media screen and (max-width: 768px) {
    .fixed-nav {
        background-color: #ffffff;
    }

}

.tp-menu {
    /*display: none;*/
}

@media screen and (max-width: 768px) {
    .tp-menu {
        display: none;
    }
}

.colorize-nav {
    background-color: #ffffff;
}

.colorize-nav .subnav span {
    color: #000 !important;
}

.colorize-nav .subnav .subnav-content {
    background: #fff;
}

.colorize-menu {
    color: #000000 !important;
}

.colorize-box {
    background-color: #000000 !important;
}

.drawing-board {
    width: 100%;
    height: 100%;
    /*calc(100vh - 69px);*/
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000a1;
    z-index: 1;
    margin: 0;
}

.carousel-caption {
    top: 43% !important;
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        top: 22% !important;
    }
}


/*
#myCarousel {
    position: absolute;
    left: 50%;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    padding: 0px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/

#myCarousel {
    padding: 0px;
    margin: 0px;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 768px) {
    #myCarousel .carousel-caption h2 {
        font-size: 25px !important;
        text-align: center;

    }

    #myCarousel .carousel-caption h4 {
        font-size: 20px !important;
    }

    #myCarousel .carousel-caption p {
        font-size: 14px !important;
    }
}

#myCarousel .slide1 {
    background-image: url(../media/slide1.jpg);
    background-position: top bottom;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;


}

@media screen and (max-width: 768px) {
    #myCarousel .slide1 {

        height: 500px;


    }
}

#myCarousel .slide2 {
    background-image: url(../media/elephant.jpg);
    background-position: center center;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;

}

@media screen and (max-width: 768px) {
    #myCarousel .slide2 {

        height: 500px;


    }
}

#myCarousel .slide3 {
    background-image: url(../media/slide3.jpg);
    background-position: center center;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;

}

@media screen and (max-width: 768px) {
    #myCarousel .slide3 {

        height: 500px;


    }
}

#myCarousel .slide4 {
    background-image: url(../media/workload.jpg);
    background-position: top center;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;

}

@media screen and (max-width: 768px) {
    #myCarousel .slide4 {

        height: 500px;


    }
}

#myCarousel .slide5 {
    background-image: url(../media/slide4.jpg);
    background-position: center bottom;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;

}

@media screen and (max-width: 768px) {
    #myCarousel .slide5 {

        height: 500px;


    }
}

#myCarousel .slide6 {
    background-image: url(../media/slide6.jpg);
    background-position: center bottom;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;

}

@media screen and (max-width: 768px) {
    #myCarousel .slide6 {

        height: 500px;


    }
}

#myCarousel .slide7 {
    background-image: url(../media/slide7.jpg);
    background-position: center bottom;
    background-size: cover;
    /* padding: 13em 0 13em 0;*/
    height: 100vh;

}

@media screen and (max-width: 768px) {
    #myCarousel .slide7 {

        height: 500px;


    }
}

@media screen and (max-width: 768px) {
    #myCarousel {
        margin-top: 69px;
    }
}

h2 {
    font-family: 'AvertaBold', sans-serif !important;
    font-size: 40px !important;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('../media/anim.jpeg') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}

.more-content {
    /*height: 100vh;*/
    width: 100%;
    position: absolute;
}

.header-logo {
    width: 115px;
    padding: 0px;
    display: flex;
    margin-top: -10px;
}

.nav-padding {
    padding: 15px 15px 0;
}

.sm-font {
    font-size: 12px;
}

.show-header {
    opacity: 1 !important;
}

#scroll_icon {
    position: absolute;
    width: 180px;
    bottom: 20px;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    -webkit-transition: opacity 1.6s 4s;
    transition: opacity 1.6s 4s;
    z-index: 1;
}

@media screen and (min-width: 768px) {}

.front-header {
    position: relative;
    height: 100%;
    background-color: #F2333A;
    z-index: 10;
}

.header__logo {
    text-align: center;
    position: absolute;
    height: auto;
    width: 100%;
    transition: opacity .75s;
    opacity: 1;
    transform: scale(0.65) translateY(-85%);
    top: 50%;
    left: 0%;
}

.header__logoMain {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 20px 0;
    opacity: 1;
    transform: scale(0.5);
}

.square-burger--rotate {
    transform: rotate(45deg);
}

.square-mdpx--hide {
    opacity: 0;
}

.square-lpx--move {
    transform: translate(12px, -12px);
}

.square-rpx--move {
    transform: translate(-12px, 12px);
}

.menu-label {
    font-size: 8px;
    color: #FFFFFF;
    position: fixed;
    right: 30.5px;
    top: 66px;
    opacity: 0;
    transition: margin 0.6s, transform 1.2s, opacity 1.6s 4s, top 0.6s;
    pointer-events: none;
    letter-spacing: 2px;
    font-weight: 200;
    z-index: 10;
}

.smaller-header .menu-label {
    top: 47px;
    display: none;
}

@media screen and (min-width: 1366px) {
    .menu-label {
        top: 66px;
    }

    .smaller-header .menu-label {
        top: 50px;
    }
}

nav ul {
    position: fixed;
    list-style: none;
    color: #fff;
    margin-left: 0;
    margin-top: 100px;
    margin-right: 50px;
    padding-left: 0;
    font-size: 22px;
    letter-spacing: 2px;
    transition: padding 0.6s, margin 1s;
    /*pointer-events: none;*/
    display: block;
    text-align: right;
    right: 40px;
    top: 0;
    width: 100%;
    left: 0;
}

nav ul li {
    margin-bottom: -1px;
    padding: 6px 20px 6px 36px;
    background-color: #ffffff;
    text-align: center;
    transform: translate(0, -40px);
    opacity: 0;
    transition: transform 0.8s, opacity 0.8s;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    nav ul li {
        opacity: 1;
    }
}

nav.smaller-header ul {
    margin-top: 11px;
    margin-left: 0;
}

nav ul li:hover {
    cursor: pointer;
}

nav ul li .subnav span {
    padding: 6px 20px 6px 36px;
    display: inline-block;
    border-right: none;
    animation: none;
}

@media screen and (max-width: 768px) {
    nav ul li .subnav span {
       padding: 0;
       color: #000;
    }
}


nav ul li .subnav {
    float: left;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    nav ul li .subnav {
        float: none;
        overflow: hidden;
    }
}

nav ul li .subnav .subnav-content {
    /*//display: none;*/
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    nav ul li .subnav .subnav-content{

     position: relative;
    }
}

nav ul li .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}

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

    nav ul li .subnav-content a {
    float: none;
    color: black;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

}

@media screen and (min-width: 769px) {
nav ul li .subnav:hover .subnav-content {
    display: block!important;
}
}

/*nav ul li .subnav .subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}*/

.downloadbtn {
        background: #000;
    color: #FFF !important;
    border-radius: 5px;
    padding: 6px 20px !important;
        text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-bottom: 20px;

}

.formtitle {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.padded {
    padding: 3.5em 0 2.5em 0;
}

/*nav ul li .subnav .subnav-content a:hover {
  background-color: #eee;
  color: black;
}*/

/*nav ul li .subnav .subnav:hover .subnav-content {
  display: block;
}
*/

.page_title {
    margin-top: 0px;
    color: #FFFFFF;
    letter-spacing: 2px;
    width: 100%;
}

.page_title h1 {
    font-size: 32px;
    margin: 118px 0 104px 0;
    font-weight: 300;
}

.nav-padding {
    padding: 15px 15px 0 15px;
    /*background: rgba(255, 255, 255, 0.3);*/
}

nav.fixed.smaller-header {
    height: 69px;
}

@media screen and (min-width: 1366px) {
    nav.smaller-header ul {
        margin-top: 14px;
    }

    .nav-padding {
        padding: 15px 30px 0 30px;
    }

    nav.fixed.smaller-header {
        height: 99px;
    }
}

.inner-nav ul a {
    display: inline-block;
    color: #000;
}

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

    .inner-nav ul a {
        padding: 0;
    }
}

.inner-square {
    background-color: #000 !important;
}

.mlabel {
    color: #000 !important;
}

/* this fixes anchor targets not being visible behind the header */

:target::before {
    content: "";
    display: block;
    height: 99px;
    margin-top: -99px;
}

nav ul a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
}

nav ul li {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}



/*nav ul li #about:hover {
    background-color: red;
}*/


@media screen and (max-width: 768px) {
    nav ul a {
        color: #000000;
    }
}

.solutions nav ul a {
    display: inline-block;
    color: black;
    text-transform: uppercase;
}

.solutions nav ul a:hover {
    color: #676767;
    text-decoration: none;
}

.products nav ul a {
    display: inline-block;
    color: black;
    text-transform: uppercase;
}

.products nav ul a:hover {
    color: #676767;
    text-decoration: none;
}

nav ul a:hover {
    color: white;
    text-decoration: none;
}

.aboutus nav ul a:hover {
    color: #676767;
    text-decoration: none;
}

.contactpage nav ul a:hover {
    color: #676767;
    text-decoration: none;
}

.getquote nav ul a:hover {
    color: #676767;
    text-decoration: none;
}

@media screen and (min-width: 1088px) {}

nav ul a:hover .floating-line {
    transition: 200ms cubic-bezier(.17, .84, .44, 1);
    width: 100%;
}

.aboutus nav ul a .floating-linex {
    border-bottom: 3px solid #676767;
}

.aboutus nav ul a:hover .floating-linex {
    transition: 200ms cubic-bezier(.17, .84, .44, 1);
    width: 100%;
}

.contactpage nav ul a .floating-line {
    border-bottom: 3px solid #676767;
}

.contactpage nav ul a:hover .floating-line {
    transition: 200ms cubic-bezier(.17, .84, .44, 1);
    width: 100%;
}

.solutions nav ul a .floating-line {
    border-bottom: 3px solid #676767;
}

.solutions nav ul a:hover .floating-line {
    transition: 200ms cubic-bezier(.17, .84, .44, 1);
    width: 100%;
}

.products nav ul a .floating-line {
    border-bottom: 3px solid #676767;
}

.products nav ul a:hover .floating-line {
    transition: 200ms cubic-bezier(.17, .84, .44, 1);
    width: 100%;
}

.getquote nav ul a .floating-line {
    border-bottom: 3px solid #676767;
}

.getquote nav ul a:hover .floating-line {
    transition: 200ms cubic-bezier(.17, .84, .44, 1);
}

[type=submit] {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    [type=submit] {
        margin-bottom: 30px;
    }
}

nav {
    position: relative;
    height: 100%;
    /*background-color: #F2333A;*/
    z-index: 2;
}

.fadeout {
    opacity: 0;
}

.transform-tiny {
    transform: scale(0.2) translateY(-400%);
}

.fadein {
    opacity: 1;
}

.logo-img-container {
    position: relative;
    display: inline-block;
    width: 50%;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1.02);
    }

    45% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.header__logo.moveup {
    transform: translateY(-42%) translateX(-44.8%) scale(0.4);
}

nav .header__logo.moveup img {
    max-height: 60px;
}

.header__logo_fixed_size {
    width: 143px;
    left: 9px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .main-header {
        height: 300px;
    }

    .page_title h1 {
        font-size: 65px;
    }

    .header__logo_fixed_size {
        width: 180px;
        transform: scale(1);
        top: initial;
        left: 32px;
    }
}


@media screen and (min-width: 769px) {
    .square-burger {
        display: none;
    }
}

.square-burger {
    padding: 30px 30px;
    position: absolute;
    right: 0;
    font-size: 0;
    transition: margin 0.6s, transform 0.2s, opacity 1.6s 4s, padding 0.6s;
    opacity: 1;
    top: -3px;
    z-index: 10;
    margin: 2px 0px 0px 0;
}

.smaller-header .square-burger {
    padding: 13px 30px;
}

@media screen and (min-width: 1366px) {
    .smaller-header .square-burger {
        padding: 15px 30px 30px 30px;
    }

    .square-burger {
        padding: 30px;
    }
}

.rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.square-burger:hover {
    cursor: pointer;
    /*transform: rotate(135deg);*/
}

.square-px {
    display: inline-block;
    background-color: #000000;
    width: 4px;
    height: 4px;
    margin: 2px;
    transition: margin 0.6s, opacity 0.6s, transform 0.6s;
}

svg .st1 {
    stroke: #F2333A;
    fill: white;
    display: block;
    stroke-dasharray: none;
}

.message {
    position: absolute;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1px;
    opacity: 0;
    -webkit-transition: opacity 0ms 1000ms;
    transition: opacity 0ms 1000ms;
    bottom: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: left;
    padding-left: 8vw;
}

.message-inner {
    margin-top: 150px;
    display: inline-block;
    text-align: left;
    line-height: 1.1;
    width: 100%;
    height: 50px;
    pointer-events: none;
}

.nav-ul--show {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: all;
}

@media screen and (min-width: 768px) {
    nav ul {
        text-align: right;
        width: 100%;
        left: 0;
    }

    nav ul li {
        margin-top: 0px;
    }
}

@media screen and (min-width: 930px) {
    nav ul {
        margin-top: 26px;
        text-align: right;
        width: 100%;
        left: 0;
    }

    nav ul li {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    nav ul {
        display: inline-flex;
        text-align: initial;
        width: auto;
        left: auto;
    }

    nav ul li {
        margin-bottom: -1px;
        padding: 6px 20px 6px 36px;
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
    }
}

@media screen and (max-width: 930px) {
    nav ul {
        text-align: right;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    nav ul {
        text-align: right;
        width: 100%;
        left: 0;
        top: 97px;
    }

    .auto-h {
        height: auto !important;
    }

    .wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
}

.anim-text {
    text-align: center;
    color: white;
    font-family: 'PrometoBold', sans-serif;
    /*font-size: 6vw;*/
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
}

span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

.floating-line {
    border-bottom: 3px solid #fff;
    position: relative;
    top: 0;
    -webkit-transition: .2s cubic-bezier(.17, .84, .44, 1);
    transition: .2s cubic-bezier(.17, .84, .44, 1);
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.floating-linex {
    border-bottom: 3px solid #000000;
    position: relative;
    top: 0;
    -webkit-transition: .2s cubic-bezier(.17, .84, .44, 1);
    transition: .2s cubic-bezier(.17, .84, .44, 1);
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.linear-menu {
    font-family: 'AvertaBold', sans-serif;
    font-size: 18px;
    display: contents;
}

@media screen and (max-width: 768px) {
    .linear-menu {
        display: block;
        padding: 10px 0 10px 0;
    }
}

.linear-menu a {
    padding: 6px 20px 6px 36px;
}

@media screen and (max-width: 1140px) and (min-width: 1024px) {
    .linear-menu a {
        padding: 6px 7px 6px 17px;
    }


}

@media screen and (max-width: 768px) {
    .linear-menu a {
        padding: 0;
    }

}

.word-line-5 {
    display: -webkit-box;
    /*-webkit-line-clamp: 5;
    text-overflow: ellipsis;*/
    line-height: 17px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}

.word-line-2 {
    overflow: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.title {
    height: 60px;
}

.xx2 {
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
    .xx2 {
        padding-top: 20px;
    }
}

.column-1 {
    height: 300px;
    padding: 3%;
    color: #FFFFFF;
    background: #929292;
    letter-spacing: 1px;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .column-1 {
        padding: 30px 10px;
    }
}

.column-1:hover {
    background: #7d1203;
}

.column-1 p {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .column-1 p {
        font-size: 16px;
    }
}


.column-2 {
    height: 300px;
    padding: 3%;
    color: #FFFFFF;
    background: #8a8a8a;
    letter-spacing: 1px;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .column-2 {
        padding: 30px 10px;
    }
}

.column-2:hover {
    background: #7d1203;
}

.column-2 p {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .column-2 p {
        font-size: 16px;
    }
}


.column-3 {
    height: 300px;
    padding: 3%;
    color: #FFFFFF;
    background: #696969;
    letter-spacing: 1px;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .column-3 {
        padding: 30px 10px;
    }
}

.column-3:hover {
    background: #7d1203;

}

.column-3 p {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .column-3 p {
        font-size: 16px;
    }
}


.column-4 {
    height: 300px;
    padding: 3%;
    color: #FFFFFF;
    background: #525252;
    letter-spacing: 1px;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .column-4 {
        padding: 30px 10px;
    }
}

.column-4:hover {
    background: #7d1203;
    transition: 0.5;
}

.column-4 p {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .column-4 p {
        font-size: 16px;
    }
}

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

.no-marg-left a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.no-marg-left a:hover {
    text-decoration: underline;
}

.mt-xlg {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .mt-xlg {
        margin-top: 20px;
    }
}


.no-border {
    border: none;
}

strong {
    font-family: 'AvertaBold', sans-serif;
}

.contactpage h2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .contactpage h2 {
        margin-bottom: 20px;
    }
}

h4 {
    font-family: 'AvertaBold', sans-serif;
}

.contactpage h4 {
    margin-bottom: 20px;
}

.contactpage .location {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sub-title {
    color: #FFFFFF;
    font-size: larger;
    font-family: 'AvertaLight', sans-serif;
}

small {
    color: #CC0000;
    font-weight: 500;
}

footer {
    background: #353839;
    margin-top: 30px;
    color: #FFF;
    float: left;
    width: 100%;
}


.footer-pad h4:first-of-type {
    margin-top: 0;
}

.footer-pad h4 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.footer-copyright {
    background: #060606;
    border-top: 1px solid #060606;
    margin-top: 0px;
    padding: 30px 0 10px;
}

.footer-copyright a {
    color: #ccc;
}

.fsocial {
    list-style: none;
    padding-left: 0px;
}

.fsocial li {
    padding-bottom: 10px;
}

.fsocial li>a {
    color: #FFF;
    font-size: 15px;
}

.full-row {
    width: 100%;
    float: left;
}

.feature-box .feature-box-icon {
    /*padding: 10px;*/
    background: #F2333A;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    /*top: 5px;*/
    width: 35px;
    float: left;
}

.feature-box .feature-box-info {
    padding-left: 50px;
}

.industry {
    width: 100%;
    padding: 30px;
}

.industry-plane {
    padding: 30px;
    background: #000000;
}

.testimonial-plane {
    background: #000000;
    background-image: url('../media/blur-background.jpeg');
    padding: 30px;
}

.mt-sm {
    margin-top: 20px;
}

.semi-bold {
    color: #FFFFFF;
}

/************************************
        Slider carosol
***************************************/

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.carousel .item {
    color: #FFFFFF;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

.carousel .testimonial::before {
    content: '\93';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: #1c47e3;
    border: 5px double;
}

.partners {
    width: 100%;
    background: #FFF;
    margin: 50px 0;
}

.active-menu {
    top: 0px;
    opacity: 1;
    transition: 150ms cubic-bezier(.79, .14, .15, .86);
    width: 100%;
}


.center-fixed-div {
    width: 400px;
    margin: 0 auto;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(23, 23, 23, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #FFF;
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.thumb-info .thumb-info-inner em {
    display: block;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}

.thumb-info .thumb-info-type {
    background-color: #F2333A;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}

.thumb-info .owl-carousel {
    z-index: auto;
}

.thumb-info .owl-carousel .owl-dots {
    z-index: 2;
}

.thumb-info img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-title {
    background: #000;
}

.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom:hover img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, 0.25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    top: 50%;
    left: 3px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 3px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    position: static;
    font-size: 18px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
    position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: transparent;
    left: 5%;
    width: 90%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate(0%, -30%);
    top: 50%;
    bottom: auto;
    opacity: 0;
    text-align: center;
    padding: 0;
    position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    opacity: 1;
    transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #FFF;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, 100px, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: none;
    padding: 0;
    margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
    color: #FFF;
}

.thumb-info.thumb-info-push-hor img {
    -webkit-transform: translatex(-18px);
    -moz-transform: translatex(-18px);
    -ms-transform: translatex(-18px);
    -o-transform: translatex(-18px);
    transform: translatex(-18px);
    width: calc(100% + 19px);
    max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
    opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    opacity: 0;
}

.thumb-info.thumb-info-no-borders,
.thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
    min-height: 232px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    transition: background-position 0.8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
    transition: background-position 2.5s linear 0s;
    background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
    transition: background-position 5s linear 0s;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px 4px;
}

html.webkit .full-width .thumb-info .thumb-info-wrapper,
html.webkit .masonry-item .thumb-info .thumb-info-wrapper,
html.webkit .thumb-info-no-borders .thumb-info-wrapper {
    margin: 0;
}

.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
    display: block;
}

.quado {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 250px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1e2021de;
}

.quado:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

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

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    /*border: 1px solid #eaeaea;*/
    padding: 10px;
    height: 120px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-initialized .slick-slide img {
    width: 200px;
    margin: auto;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.carousel-caption {
    top: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.w-100 {
    width: 100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner-wrapper {
    height: 50vh;
    overflow: hidden;
    position: relative;
}

.solutions .inner-wrapper {
    height: 0;
}

.solutions .wrapper {
    height: 100%;
}

.products .inner-wrapper {
    height: 0;
}

.products .wrapper {
    height: 100%;
}

.ethics .inner-wrapper {
    height: 0;
}

.ethics .wrapper {
    height: 100%;
}
.contactpage .inner-wrapper {
    height: 100%;
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    padding: 15px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    color: #EB6841;
    cursor: pointer;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #EB6841;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways.tabs-left {
    left: -50px;
}

.sideways.tabs-right {
    right: -50px;
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.paddALL {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: -1px 0px 14px 0px rgba(230, 230, 230, 1);
    box-shadow: -1px 0px 14px 0px rgba(230, 230, 230, 1);
    margin-top: 50px;
    margin-bottom: 50px;
}

.bannercontainer {
    margin-top: 70px;
    position: relative;

}

.bg-img {
    display: flex;
    align-items: center;
    margin-top: 70px;
    background: url('../../assets/media/bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.mapcontain {
    margin-top: 70px;
}

.mapcontain iframe {
    width: 100%;
    height: 400px;
}

.contact-img {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-banner {
    margin-top: 70px;
    height: 400px;
    background-image: url(../../assets/media/contact-us.jpg);
    background-position: center center;
    background-size: 100% 100%;

    text-align: center;

    /*width: 100%;*/
}

.xxwrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.quote-img {
    background: url('../../assets/media/quote.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.padtp {
    padding-top: 9%;
}

.carousel-testimonial-img {
    width: 200px !important;
    height: 200px;
}

.carousel-testimonial-img img {
    width: 100% !important;
}

.mb-20 {
    max-width: 600px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.tab-content {
    padding: 20px;
}

.qbtn {
    background: #000;
    color: #FFF !important;
    border-radius: 5px;
    padding: 6px 20px !important;
}

.glow {
    /*font-size: 70px;*/
    color: #ffffff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

.glow h2 {
    font-size: 50px;
}

.glow h3 {
    font-size: 35px;
}

.glow h4 {
    font-size: 25px;
}

.glow p {
    font-size: 20px;
}

/*
@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #eeeeee, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #9554b3, 0 0 60px #9554b3, 0 0 70px #9554b3;
    }
    to {
        text-shadow: 0 0 5px #eeeeee, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
    }
}
*/
/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    float: right;
}

@media screen and (max-width: 768px) {
    ul.social-network {
        float: left;
        margin-bottom: 20px;
    }

}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.fltxt {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .fltxt {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;

    }
}

/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoTwitter:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

.custBtn {
    background: #CC0000;
    color: #FFF;
}

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #3a3a3a;
}

.cPad {
    margin-top: 50px !important;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8fafd;
}

.nomm {
    margin-bottom: 0px;
}

.qbtns {
    background: #000;
    color: #FFF;
    width: 200px;
    padding: 10px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 5px;

}

.qbtns:hover {
    color: #FFF;
    font-weight: bold;
}

.custlink {
    text-decoration: none;
    color: #000;
}

.custlink:hover {
    color: #CC0000;
}

.custlink h5 {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .slick-initialized .slick-slide {
        display: block;
        border: 1px solid #eaeaea;
        padding: 10px;
        height: auto;
    }

    .slick-initialized .slick-slide img {
        width: 100%;
        margin: auto;
    }
}

#cookie-bar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 17px 10px;
    padding: 10px 0 9px;
    font-size: 14px;
    /*display: none;*/
}

@media screen and (max-width: 768px) {
    #cookie-bar p {
        padding: 0 10px;
    }
}

#cookie-bar a {
    color: #ffffff;
}

#cookie-bar a:hover {
    color: #ffffff;
}

#cookie-bar .cb-enable {
    padding: 5px 10px;
    margin-left: 50px;
    background: #7d1203;
    color: #fff;
    text-transform: none;
    min-width: 115px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #7d1203;
}

@media screen and (max-width: 768px) {
    #cookie-bar .cb-enable {
        margin-left: 0;
        margin-top: 20px;
    }
}

.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    top: auto;
}

.privacy-banner {
    margin-top: 70px;
    background-image: url(../media/privacybanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 13em 0em 15em 0em;
    background-position: top center;
}

.cb-enable {
    padding-top: 20px;
}

.videopage .container .paddALL .pagetitle {
    font-size: 20px;
    text-align: center;

}

.videopage .videoWrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videopage .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

.productlogo h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.productlogo .fittop {
    align-items: start;
}

.productlogo .logo img {
    max-width: 300px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    object-position: top;
}

.productlogo .divider {
    border: 2px solid #838183;

}

.productlogo .logo {
    height: 200px;
}

.productlogo .copytext .industrytitle {
    font-weight: bold;
    font-family: 'AvertaBold', sans-serif !important;
}


#newyears h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

#newyears .newyearbtn {
    text-align: center;
}

#newyears .newyearbtn a {
    padding: 10px 15px;
    background: #7d1203;
    color: #fff;
    text-transform: none;
    max-width: 300px;
    font-size: 22px;
    border-radius: 5px;
    border: 2px solid #7d1203;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.productlogo {
    box-shadow: none;
}

.solutions .bg-img {
    height: 250px;
}

.products .bg-img {
    height: 250px;
}
.ethics .bg-img {
    height: 250px;
}


.video-container-main {

    width: 100vw;
    height: 100vh;

}

.video-container-main iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video-container-main iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container-main iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

.intro #text a {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    text-transform: none;
    max-width: 300px;
    font-size: 22px;
    border-radius: 5px;
    border: 2px solid #7d1203;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    font-size: 18px;
    text-decoration: none;

}

.intro #text a:hover {
    opacity: 1;
}

.intro #text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;

    margin: auto;
    line-height: 37px;

}

.productlogo .elock {
    height: 160px;
}

.productlogo .systems {
    height: 100px;
}

.productlogo .row {
    padding-bottom: 30px;
}

.formsuccess {
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
}

.formtext {
    color: $white;
    font-size: 16px;
}

.ethics nav ul li .subnav span {
    color: #000;
}

.ethics nav ul a {
    color:  #000;
}

.aboutus nav ul li .subnav span {
    color: #000;
}

.aboutus nav ul a {
    color:  #000;
}
.contactpage nav ul a {
    color:  #000;
}


.products  nav ul li .subnav span {
    color: #000;
}

.contactpage  nav ul li .subnav span {
    color: #000;
}

.ethics nav ul li .subnav .subnav-content {
        background-color: rgba(255, 255, 255, 1);
}
.aboutus nav ul li .subnav .subnav-content {
        background-color: rgba(255, 255, 255, 1);
        
}

.products nav ul li .subnav .subnav-content {
        background-color: rgba(255, 255, 255, 1);
        
}

.contactpage nav ul li .subnav .subnav-content {
        background-color: rgba(255, 255, 255, 1);
        
}

.aboutus nav ul li .subnav-content a{
    color:#000;
}
.ethics nav ul li .subnav-content a{
    color:#000;
}

.products nav ul li .subnav-content a{
    color:#000;
}

.contactpage nav ul li .subnav-content a{
    color:#000;
}


.ethics .bg-img {
    height: 250px;
}