@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/Gotham/GOTHAM-LIGHT.TTF') format('truetype'),
             url('../fonts/Gotham/Gotham-Light.otf') format("opentype");
	font-weight: lighter;
        font-style: normal;
}
@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/Gotham/GOTHAM-MEDIUM.TTF') format('truetype');
	font-weight: normal;
        font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/Gotham/GOTHAM-BOLD.TTF') format('truetype'),
             url('../fonts/Gotham/Gotham-Bold.otf') format("opentype");
	font-weight: bolder;
	font-style: normal;
}

@font-face {
	font-family: 'GothamItalic';
	src: url('../fonts/Gotham/Gotham-LightItalic.otf') format("opentype");
	font-weight: lighter;
	font-style: italic;
}

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham/Gotham Book.ttf') format("truetype"),
             url('../fonts/Gotham/Gotham-Book.otf') format("opentype");
	font-weight: lighter;
	font-style: italic;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.gothamLight {
    font-family: 'GothamLight';
}

.gothamMedium {
    font-family: 'GothamMedium';
}

.gothamBold {
    font-family: 'GothamBold';
}

.gothamItalic {
    font-family: 'GothamItalic';
}

.gothamBook {
    font-family: 'GothamBook';
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "gothamMedium";
}

body {
    font-size: 1vw;    
}

a {
    color: #2E2E2E;
    text-decoration: none;
}

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

button:focus {
    outline:0;
}

.parent {
    display: table;
}

.child {
    display: table-cell;
    vertical-align: middle;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#header {
    width: 100%;
    font-size: 0.8vw;
    position: fixed;
    background-color: #2E2E2E;
    z-index: 99999;
    height: 8%;
    font-family: "Gotham";
    font-weight: lighter;
    padding-left: 16%;
    padding-right: 16%;
    top: 0;
    transition: top 1s ease-in-out;
    background: rgba(0,0,0,.4);
}

.features {
    text-transform: uppercase !important;
    font-size: 0.8vw !important;
    line-height: 3vh !important;
}

.tagline {
    font-size: 2.5vw;
    line-height: 5vh;
    font-family: 'GothamBold' !important;
    text-transform: lowercase !important;
    margin-bottom: 1vh;
}

.tagline_main {
	text-transform: none !important;
}
.sectionHeader {
    font-size: 1vw;
    font-family: 'GothamBold' !important;
}

.tagHeader {
    font-size: 1vw;
    font-family: 'GothamLight' !important;
}


.nav-up {
    opacity: 0;
}

.navbar {
     min-height: 0px; 
     margin-bottom: 0px; 
}

#header img {
    width: 80%;
}

#header li a:hover {
    color: #A8282A;
}

.down {
    padding-top: 1%;
}

.navbar-default {
    background-color: transparent !important;
    border: none;
}

.nav>li>a {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav {
    width: 100%;
}
#header li{
    width: 14.28%;
    text-align: center;
    color: #d6d6d6;
}

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

.navbar-default .navbar-nav>li>a {
    color: #D6D6D6;
}

.inverse .navbar-default .navbar-nav>li>a {
    color: #1A1A1A;
}

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

.sectionTitle {
    color: #A8282A;
    font-size: 1vw !important;
    text-transform: lowercase !important;
}

.sectionTitleUnderline {
    width: 20%;
    border: 1px solid #A8282A;
    margin-top: 9px;
}

.duc_button {
    background-color: transparent;
    border-radius: 8px;
    padding: 10px;
    color: #FFFFFF;
    letter-spacing: 2pt;
    border: 0.5px solid #FFFFFF;
    padding-left: 15px;
    padding-right: 10px;
}

#section1 {    
    background-image: url('../images/home/1.png');
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#section1 .row_1 {
    padding-top: 28vh;
}

#section1 .row_1 .p1{
    color: #FFFFFF;
    font-size: 2.5vw;
    line-height: 5vh;
    padding-bottom: 3%;
}

#section1 .row_1 .p2{
    color: #FFFFFF;
    font-size: 1vw;    
    padding-bottom: 15%;
}

#section2 {
    background-image: url("../images/home/2.png");
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#section2 .row_1, #section3 .row_1, #section4 .row_1, #section5 .row_1, #footer .f_row_1 {
    padding-top: 4vh;
}

#section2 .row_2 {
    height: 100%;
}

#section2 .row_2 .p1 {    
    margin-top: 12vh;
    font-size: 1vw;
    color: #FFFFFF;
}

#section2 .row_2 .p2 {
    margin-top: 1vh;
    font-size: 2.5vw;
    color: #FFFFFF;
    line-height: 5vh;
}

#section2 .row_2 .p3 {
    margin-top: 1.5vh;
    font-size: 1vw;
    color: #FFFFFF;
    line-height: 3vh;
}

#section2 .row_2 .p4 {
    margin-top: 3vh;
}

#section2 .row_2 .p5 {
    margin-top: 10vh;
    color: #A8282A;
    font-size: 1vw;
}
#section2 .row_2 .p6 {
    margin-top: 1vh;
    color: #FFFFFF;
    font-size: 0.8vw;
    line-height: 3vh;
}

#section2 .row_2 .p7 {
    margin-top: 4vh;
    color: #A8282A;
    font-size: 1vw;
}

#section2 .row_2 .p8 {
    margin-top: 1vh;
}

#section2 .row_2 .p8 img{
    margin-right: 50pt;
}

#section2 .slide_1.row_3 {
    height: 100%;
    background-image: url('../images/home/6.png');
    background-repeat:no-repeat;
    background-size: 101% 101%;
    background-position:center;
}

#section2 .slide_2.row_3 {
    height: 100%;
    background-image: url('../images/home/7.png');
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#section2 .slide_3.row_3 {
    height: 100%;
    background-image: url('../images/home/8.png');
    background-position: center right;
    background-size: 101% 101%;
    background-repeat: no-repeat;
}

#section2 .slide_4.row_3 {
    height: 100%;
    background-image: url('../images/home/9.png');
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}
#section2 .slide_5.row_3 {
    height: 100%;
/*    max-width: 400px;*/
    background-image: url('../images/home/carousel-nabd-web.png');
    background-repeat:no-repeat;
    background-size:60% 101%;
    background-position:center;
}


#section2 .slide_1_1.row_3 {
    height: 100%;
    background-image: url(../images/home/carousel_1_web.png);
    background-repeat: no-repeat;
    background-size: 101% 101%;
    background-position: center;
}

#section2 .slide_1_2.row_3 {
    height: 100%;
    background-image: url(../images/home/carousel2-web.png);
    background-repeat: no-repeat;
    background-size: 101% 101%;
    background-position: center;
}

#myCarousel .carousel-inner {
    height: 100%;
}

#myCarousel .carousel-inner .item {
    height: 100%
}

.fp-slide, .fp-slidesContainer {
    height: 98% !important;
}

.carousel-indicators {
    bottom: 0px !important;
}

.fp-slides {
    height: 90%;
}

#section3 {
    height: 80%;
    background-color: #EEEEEE;
}
#section3 .row_2 {
    margin-top: 4vh;
    margin-bottom: 10vh;
}

.exampleSlider .item { 
    width: 20%; 
    float: left;
    text-align: center;
}

#section4 {
    background-color: #EEEEEE;
}

#section4 .row_2 {
    padding-top: 3vh;
    padding-bottom: 5vh;
}

#section5 .row_2 {
    margin-top: 12vh;
    margin-bottom: 10vh;
    min-height: 40vh;
}

#myCarouse2 {
    height: 100% !important;
}

.awardRow {
    margin-bottom: 3vw;
}

.awardpara {
    text-align: justify;
}

.awardRow img {
    vertical-align: text-top;
    padding: 2%;
}

.awardRow img:after{
    content:""; 
    display: inline-block; 
    width: 100%; 
    height: 0;
}

#myCarouse2 .carousel-indicators .active {
    background-color: #000000;
    opacity: 0.5 !important;
}

#myCarouse2 .carousel-indicators li {
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eeeeee;
}


#section5 .row_2 .fp-slides {
    height: 100%;
}

#footer {
    min-height: 10vh;
    background-color: #2E2E2E; 
    width: 100%;
}

#footer .f_row_2 {
    margin-top: 4vh;
}

#footer .f_row_3 {
    margin-top: 5vh;
}

#footer .f_row_4 {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#footer .f_row_4 a{
    color: #9C9B9B;
    font-size: 0.8vw;
    float: right;
    margin-left: 2vw;
}

#footer .f_row_4 .p1 {
    font-size: 0.8vw;
    color: #9C9B9B;
}

.footer_underline {
    width: 40%; 
    border: 1.5px solid #676767;
    margin-top: 2vh;
}

.righty {
    margin-right: 0px;
}

.lefty {
    margin-left: 0px;
}

#footer .p1 {
    font-size: 0.8vw;
    color: #CFCFCF;
}

#footer .p2{
    font-size: 0.8vw;
    color: #CFCFCF;
}

.capAndInd {
    height: 65vh;
}

#section3Carousel .carousel-indicators li {
    background-color: rgba(0,0,0,0);
    border: 1px solid #2e2e23;
    opacity: 1 !important;
}

#section3Carousel .carousel-indicators .active {
    background-color: #000000;
    opacity: 0.5 !important;
}

.eachIndustry {
    height: 30vh;
    width: 99%;
    border: 1px solid #B0AFAF;
    border-radius: 20px;
    margin-top: 5vh;
}

.eachIndustry .p1 {
    margin-top: 2vw;
    font-size: 0.8vw;
}

.eachIndustry img {
    width: 6vw;
}

.eachCapability {
    padding: 1%;
}

.eachCapability div{
    border: 1px solid #B0AFAF;
    border-radius: 20px;
    height: 50vh;
}

.eachCapability .p1 {
    margin-top: 4vh;
}

.eachCapability .p1 img {
    width: 6vw;
}

.eachCapability .p2 {
    font-size: 0.8vw;
    line-height: 18px;
    margin-top: 2vh;
}

.eachCapability hr {
    width: 30%;
    height: 2px;
    background-color: #A8282A;
    margin-top: 3vh;
}

.eachCapability .p3 {
    width: 88%;
    margin-left: 6%;
    margin-top: 3vh;
    margin-bottom: 5vh;
    font-size: 0.8vw;
    font-family: 'GothamBook';
}

.collabImages {
    margin-bottom: 5vh;
}
.collabImages img {
    margin-right: 2%;
    width: 16%;
}

#products .row_1 {
    padding-top: 28vh;
    height: 70vh;
    background-image: url('../images/products/1.png');
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#products .row_1 .p1 {    
    color: #FFFFFF;
    font-size: 2.5vw;
    line-height: 5vh;
}

#products .row_1 .p2 {
    margin-top: 5vh;
    font-size: 1vw;
    color: #FFFFFF;
}

#products .row_2 {
    margin-top : 4vh;
    font-size: 1vw;
}

.topAlign {
    padding-top: 10vh;
}

.shopNow {
    color: #2E2E2E;
    border-color: #2E2E2E;
    font-size: 0.8vw;
}

.toPadding {
    margin-top: -10vh;
}

#contactus .row_1 {
    margin-top: 28vh;
}

#contactus .row_1 .p1 {
    font-size: 2.5vw;
    color: #2E2E2E;
    line-height: 5vh;
    margin-bottom: 5vh;
}

#contactus .row_1 .p2 {
    font-size: 1vw;
    color: #2E2E2E;
    margin-bottom: 5vh;
    width: 50%;
    margin-left: 25%;
}

#contactus .row_2 {
    height: 25vh;
    margin-bottom: 2vh;
}

#map {
    height: 100%;
}

.contactDiv {
    height: 23vh;
    margin-bottom: 4vh;
}

.address {
    border: 1px solid #828282;
    border-radius: 6px;
}

.address .p1 {
    color: #2E2E2E;
    font-size: 1vw;
}
.address .p2 {
    color: #2E2E2E;
    font-size: 0.9vw;
}

.contactDiv input {
    width: 100%;
    border: 1px solid #828282;
    border-radius: 6px;
    padding-left: 1vw;
    color: #2E2E2E;
    height: 7vh;
    font-size: 0.8vw;
    margin-bottom: 1vh;
}

.contactDiv textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #828282;
    border-radius: 6px;
    padding-left: 1vw;
    color: #2E2E2E;
    font-size: 0.9vw;
}

.contactDiv.texBoxes {
    padding-right: 0px;
}

.contactDiv.message {
    padding-right: 0px;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

#contactus .row_3 {
    margin-bottom: 8vh;
}

#contactus .row_3 .duc_button {
    color: #2E2E2E;
    border: 0.5px solid #2E2E2E;
    font-size: 0.8vw !important;    
}

#aboutus .section1 {
    margin-top: 28vh;
    margin-bottom: 7vh;
}

#aboutus .section1 .p1 { 
    font-size: 2.5vw;
    line-height: 5vh;
    color: #2E2E2E;
}

#aboutus .section2 .p1 { 
    font-size: 1vw;
    width: 50%;
    margin-left: 25%;
}

#aboutus .section2 { 
    height: 25vh;
    /* background-image: url('../images/aboutus/1.png');     */   
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#aboutus .section3 { 
    min-height: 50vh;
    background-color: #A8282A;
}

#aboutus .section3 .row_1{ 
    margin-top: 9vh;
    font-size: 1vw;
    color: #FFFFFF;
}

#aboutus .section3 .row_2{ 
    margin-top: 9vh;
    margin-bottom: 8vh;
}

#aboutus .section3 .row_2 .p1{
    font-size: 2.5vw;
    color: #FFFFFF;
}

#aboutus .section3 .row_2 .p2{
    font-size: 1vw;
    color: #CD6267;
}

#aboutus .section4 { 
    min-height: 30vh;
    background-color: #2E2E2E;
}

#aboutus .section4 .row_1 {
    margin-top: 4vh;
    margin-bottom: 9vh;
}

#aboutus .section4 .row_1 .sectionTitle{ 
    color: #FFFFFF;
}

#aboutus .section4 .row_1 .sectionTitleUnderline{ 
    border-color: #FFFFFF;
}

#aboutus .section4 .row_2 { 
    margin-bottom: 8vh;
}

.departmentTag {    
    color: #9F2A2A;
}

.departmentIntro {
    height: 6vh;
    border-left: 0.5px solid #9F2A2A;
    border-right: 0.5px solid #9F2A2A;
    width: fit-content;
    padding-left: 2vw;
    padding-right: 2vw;
    text-align: center;
    margin: auto;
    margin-bottom: 3vh;
}

.departmentDesc {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 5vh;
    font-size: 1vw;
}

#myCarouse_aboutus .carousel-control {
    width: 1% !important;
    background-image: none;
    background-color: transparent;
    top: 6vh;
    bottom: auto;
}

#myCarouse_aboutus {
    color: #FFFFFF;
}

.year {
    font-size: 2.5vw;
    float: left;
    width: 12%;
    margin-top: 3vh;
}

.work{
    float: left;
    margin: 1%;
    height: 30vh;
    border: 1px solid #828282;
    border-radius: 10px;
    overflow: hidden;
    width: 100% !important;
}

.work .p1 {
    color: #64BFB7;
    font-size: 1vw;
    margin-top: 2vh;
    width: 70%;
    margin-left: 15%;
    height: 3vw;
}

.work .p2 {
    color: #FFFFFF;
    font-size: 1vw;
    margin-top: 1vh;
    width: 80%;
    margin-left: 10%;
}

#aboutus .section5 { 
    min-height: 80vh;
    background-image: url('../images/aboutus/2.png');
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

.tinker {
    margin-top: 5vh;
    margin-bottom: 3vh;
    height: 100vh;
    background-image: url('../images/aboutus/3.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.tinker .p1 {
    margin-top: 25vh;
    color: #64BFB7;
    font-size: 1vw;
}

.tinker .p2 {
    margin-top: 3vh;
    color: #2E2E2E;
    font-size: 2.5vw;
    width: 50%;
    margin-left: 25%;
    line-height: 5vh;
}

.tinker .p3 {
    margin-top: 4vh;
    color: #2E2E2E;
    font-size: 1vw;
    width: 50%;
    margin-left: 25%;
}

#aboutus .section6 {
    min-height: 70vh;
    background-color: #2B555F;
}

#aboutus .section6 .row_1  {
    margin-top: 9vh;
}

#aboutus .section6 .row_1 .p1 {
    color: #64BFB7;
    font-size: 1vw;
}

#aboutus .section6 .row_1 .p2 {
    color: #FFFFFF;
    font-size: 2.5vw;
    line-height: 5vh;
}

#aboutus .section6 .row_2 {
    margin-top: 6vh;
    margin-bottom: 7vh;
}

#aboutus .section6 .row_2 img{
    margin-left: 3vw;
    margin-right: 3vw;
}

#aboutus .section6 .row_3 {
    margin-bottom: 6vh;
    color: #FFFFFF;
    font-size: 1vw;
    padding-left: 10%;
    padding-right: 10%;
}

#aboutus .section6 .row_4 button {
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 0.8vw;
    width: 224px;
    height: 50px;
    margin-bottom: 7vh;
}

#aboutus .section7 .row_1{
    margin-top: 5vh;
    margin-bottom: 5vh;
}

#teamDetails {
    width: 100%;
    margin-bottom: 9vh;
}

.teamsHeading {
    margin-bottom: 7vh;
    display: inline-block;
}
.teamsHeading li{
    padding-left: 1vw;
    padding-right: 1vw;
}

.teamsHeading li a{
    font-size: 1vw;
    color: #2E2E2E;
    font-family: 'GothamLight';
}

.teamsHeading li a:hover {
    background-color: transparent;
    color: #A8282A;
    font-family: 'GothamBold';
}

.teamsHeading .nav-pills>li.active>a, .teamsHeading .nav-pills>li.active>a:focus, .teamsHeading .nav-pills>li.active>a:hover {
    font-family: 'GothamBold';
}

.employee {
    height: 20vh;
    position: relative;
    text-align: center;
    margin-bottom: 10vh;
    float: left;
    width: 14%;
    margin-right: 1.3%;
    margin-left: 1.3%;
}

.linkedIn {
    position: absolute;
    top: 108px;
    right: 42px;
}

.ePic {
    margin-bottom: 2.5vh;
}

.eName {
    color: #2E2E2E;
    font-size: 1vw;
    min-height: 1vh;
}

.eDesignation {
    color: #A8282A;
    font-size: 0.8vw;
    height: 3vw
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;
    color: #A8282A;
    font-family: 'GothamBold';
}

#careers .section1 {
    min-height: 70vh;
    padding-bottom: 5vh;
    background-image: url(../images/careers/1.png);    
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#careers .section1 .p1 {
    font-size: 2.5vw;
    line-height: 5vh;
    color: #FFFFFF;
    margin-top: 28vh;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 3vw;
}

#careers .section1 .p2 {
    font-size: 1vw;
    color: #FFFFFF;
    width: 60%;
    margin-left: 20%;
}

#careers .section2 .sectionTitle{ 
    margin-top: 5vh;
    margin-bottom: 9vh;
}

#careers .section1_1 {
    background-color: #681415;
    min-height: 70vh;
}

#careers .section1_1 .row_1{
    margin-bottom: 5vh;
}

#careers .section1_1 .sectionTitle {
    margin-top: 5vh;
    margin-bottom: 8vh;
    color: #FFFFFF;
}

#careers .section1_1 .sectionTitleUnderline {
    border: 1px solid #FFFFFF;
}

#careers .owl-timeline .item {
    height: 25vh;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: 1%;
}

#careers .work .p1 {
    color: #C86267;
    font-size: 1vw;
}

#careers .work .p2 {
    width: 96%;
    margin-left: 2%;
    font-size: 0.9vw;
}

#careers .section1_1 .row_2 .p1{
    color: #C86267;
    font-size: 1vw;
}

#careers .section1_1 .row_2 .p2{
    color: #FFFFFF;
    font-size: 1vw;
}

.openings {
    //height: 50vh;
    width: 99%;
    margin-left: 0.5%;
    border: 0.5px solid #B0AFAF;
    border-radius: 24px;
    margin-bottom: 7vh;
    padding-bottom: 5vh;
}

.departmentIcon {
    margin-top: 3vh;
}

.departmentIcon img{
    width: 25%;
}

.openingsDepartment {
    margin-top: 2vh;
    font-size: 1vw;
    color: #2E2E2E;
    height: 10%;
}

.openingsUndeline {
    border: 1px solid #2E2E2E;
    width: 50%;
    margin-top: 3vh;
}
.openingsSummury {
    margin-top: 3vh;
    color: #2E2E2E;
    font-size: 0.9vw;
    padding-left: 4%;
    padding-right: 4%;
    height: 30%;
    overflow: hidden;
}

.openings .duc_button {
    margin-top: 3vh;
    min-height: 5vh;
    width: 85%;
    color: #2E2E2E;
    border: 1px solid #2E2E2E;
    font-size: 0.7vw;
}

#jobBrief {
    display: none;
    position: fixed;
    width: 60%;
    height: 90vh;
    background-color: #FFFFFF;
    top: 5vh;
    margin-left: 20%;
    border-radius: 25px;
}

.restOfThePage.overlay {
    background-color: #000000;
    opacity: 0.5;
}

.closeJob {
    position: absolute;
    right: -3vh;
    top: -3vh;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}

#jobBrief .row_1 .p1{
    margin-top: 8vh;
    font-size: 0.8vw;
    color: #A8282A;
}

#jobBrief .row_1 .p2{
    margin-top: 1vh;
    font-size: 2vw;
    color: #2E2E2E;
    line-height: 3vh;
}

#jobBrief .row_2 .p1{
    margin-top: 0.8vh;
    font-size: 0.8vw;
    color: #2E2E2E;
}

.heading {
    color: #A8282A;
    font-size: 0.9vw;
}

.underHeading {
    color: #2E2E2E;
    font-size: 0.7vw;
}

#jobBrief .duc_button {
    border-color: #FF665C;
    color: #FF665C;
    width: 100%;
    height: 5vh;
    font-size: 1vw;
}

.jobUploadForm {
    min-height: 5vh;
    margin-bottom: 9vh;
}

.jobUploadForm .fileUpload .duc_button {
    border: 0.5px solid #B0AFAF;
    color: #2E2E2E;
    font-size: 0.7vw;
    width: 90%;
    overflow: hidden;
    //height: 4vh;
    margin-top: 0;
}

.jobUploadForm .duc_button {
    border: 0.5px solid #2E2E2E;
    color: #2E2E2E;
    font-size: 0.7vw;
    //height: 4vh;
    margin-top: 3vh;
}

.jobUploadForm input {
    height: 7vh;
    margin-bottom: 0.8vh;
    border: 0.5px solid #B0AFAF;
    padding-left: 15px;
    font-size: 0.8vw;
}

.jobUploadForm select {
    height: 7vh;
    border: 0.5px solid #B0AFAF;
    padding-right: 16px;
}

.eachPoint  {
    font-size: 0.8vw;
}

.attachments .p1 {
    margin-top: 2vh;
    font-size: 1vw;
    margin-bottom: 3vh;
}

.attachments {
    height: 30vh;
    border: 0.5px solid #B0AFAF;
    border-radius: 6px;
}

.jobMessage textArea{
    height: 30vh;
    border: 0.5px solid #B0AFAF;
    border-radius: 6px;
    width: 100%;
    padding: 1vw;
    font-size: 0.8vw;
}
#solutions .row_1 {
    padding-top: 28vh;
    //background-image: url('../images/solutions/1.png');
    background-repeat:no-repeat;
    background-size:101% 101%;
    background-position:center;
}

#solutions .row_1 .p1 {
    font-size: 2.5vw;
    line-height: 5vh;
    color: #2E2E2E;
    text-align: center;
}

#solutions .row_1 .p2 {
    margin-top : 5vh;
    width: 50%;
    margin-left: 25%;
    font-size: 1vw;
    color: #2E2E2E;
}

#solutions .row_2 {
    margin-top : 4vh;
    font-size: 1vw;
}


.innovationsHeading {
    display: inline-block;
}
.innovationsHeading li{
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 2vh;
}

.innovationsHeading li.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 2vh #FFFFFF;
    border-left: solid 2vh transparent;
    border-right: solid 2vh transparent;
}


.innovationsHeading li a{
    font-size: 0.8vw;
    color: #2E2E2E;
    font-family: 'GothamLight';
}

.innovationsHeading li a:hover {
    background-color: transparent;
    color: #A8282A;
    font-family: 'GothamBold';
}

.innovationContent {
    min-height: 50vh;
    background: radial-gradient(#A82A2A, #A82A2A, #681515); /* Standard syntax (must be last) */
}

.innovationContent .row_11 .p1 {
    font-size: 2.5vw;
    line-height: 5vh;
    color: #FFFFFF;
    margin-top: 10vh;
}

.innovationContent .row_11 .p2 {
    font-size: 1vw;
    color: #FFFFFF;
    margin-top: 5vh;
    width: 50%;
    margin-left: 25%;
}

.innovationContent .row_11 .p3 {
    font-size: 0.7vw;
    color: #FFFFFF;
    margin-top:4vh;
    margin-bottom: 7vh;
}

.eachInnovation {
    width: 88%;
    margin-left: 6% !important;
    min-height: 50vh;
    background-color: #FFFFFF;
    border-radius: 25px;
    padding-bottom: 10vh;
    position: relative;
    margin-bottom: 10vh;
}

.eachInnovation .top {
    position: absolute;
    top: -49px;
    left: 50%;
    cursor: pointer;
	margin-left: -49px;
}

.eachInnovation .bottom {
    position: absolute;
    bottom: -49px;
    left: 50%;
    cursor: pointer;
	margin-left: -49px;
}

.eachInnovation .p11 {
    margin-top: 8vh;
    margin-bottom: 6vh;
    font-size: 0.8vw;
    color: #2E2E2E;
}

.eachInnovation .p12 {
    margin-top: 6vh;
    margin-bottom: 6vh;
    width: 60%;
    margin-left: 20%;
    font-size: 1vw;
}

.eachInnovation .p13 {
    margin-bottom: 7vh;
    width: 50%;
    margin-left: 25%;
    font-size: 0.7vw;
}

.innovationsHr {
    width: 50px;
    border: 1px solid #A8282A;
    margin-bottom: 7vh;
}

.eachInnovation .p14 {
    font-size: 1vw;
    color: #2E2E2E;
}

.row_12 .p15 {
    margin-top: 10vh;
    font-size: 1vw;
    color: #FFFFFF;
    margin-bottom: 6vh;
}

.row_12 .p16 {
    margin-bottom: 10vh;
}

.row_12 .p16 img {
    margin-right: 2vw;
    margin-left: 2vw;
    width: 80px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    height: 25%;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.afterUpload {
    display: none;
    height: 4vh;
    width: 90%;
    margin-left: 5%;
    font-size: 0.7vw;
    color: #2E2E2E;    
    text-align: left;
}

.fileName {
    display: block;
    width: 80%;
    float: left;
}

.clearIt {    
    position: absolute;
    right: 2vw;
    cursor: pointer;
}

.timeLineHeading {
    display: inline-block;
}

.timeLineHeading li {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 1.2vw;
}

.timeLineHeading.nav-pills>li.active>a, .timeLineHeading.nav-pills>li.active>a:focus, .timeLineHeading.nav-pills>li.active>a:hover {
    background-color: transparent;
    color: #FFFFFF;
    font-family: 'GothamBold';
}

.timeLineHeading li a {
    background-color: transparent;
    color: #9FA1A4;
    font-family: 'GothamLight';
}

.timeLineHeading li a:hover {
    background-color: transparent;
    color: #FFFFFF;
    font-family: 'GothamBold';
}

.owl-timeline .item{    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    height: 30vh;
    border: 1px solid #828282;
    border-radius: 10px;
    margin: 1%;
    width: 98% !important;
}
.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    background-color: transparent !important;
    font-size: 2vw !important;
}

.owl-prev {    
    left: -5vh;
}

.owl-next {    
    right: -5vh;
}

.owl-theme .owl-dots {
    display: none;
}

.superHead {
    width: 50%;
    margin-left: 25%;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
}

.innovationParent.sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9999999;
}

.submitAlert {
    position: fixed;
    top: 0;
    font-size: 1vw;
    background-color: #A22A2A;
    color: #FFFFFF;
    border-radius: 13px;
    padding-left: 3vw;
    padding-right: 3vw;
    width: 50%;
    margin-left: 25%;
    top: 94%;
    color: #FFFFFF;
}

.submitAlert .close {
    top: 2px !important;
    right: -21px !important;
    opacity: 0.7 !important;
}

.ourProductsContent {
    min-height: 50vh;
    background-color: lightgray;
}

.ourProductsContent .row_11 .p1 {
    font-size: 2.5vw;
    line-height: 5vh;
    color: #2E2E2E;
    margin-top: 10vh;
}

.ourProductsContent .row_11 .p2 {
    font-size: 1vw;
    color: #2E2E2E;
    margin-top: 5vh;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 7vh;
}

.ourProductsContent .row_11 .p3 {
    font-size: 0.7vw;
    color: #FFFFFF;
    margin-top:4vh;
    margin-bottom: 7vh;
}

.eachProduct {
    width: 88%;
    margin-left: 6% !important;
    min-height: 50vh;
    background-color: #FFFFFF;
    border-radius: 25px;
    padding-bottom: 10vh;
    position: relative;
    margin-bottom: 10vh;
    padding-top: 3vh;
}

.eachProduct .top {
    position: absolute;
    top: -49px;
    left: 50%;
    cursor: pointer;
	margin-left: -49.5px;
}

.eachProduct .bottom {
    position: absolute;
    bottom: -49px;
    left: 50%;
    cursor: pointer;
	margin-left: -49.5px;
}

.eachProduct .p11 {
    margin-top: 8vh;
    margin-bottom: 6vh;
    font-size: 0.8vw;
    color: #2E2E2E;
}

.eachProduct .p12 {
    margin-top: 6vh;
    margin-bottom: 6vh;
    width: 60%;
    margin-left: 20%;
    font-size: 1vw;
}

.eachProduct .p13 {
    margin-bottom: 7vh;
    width: 50%;
    margin-left: 25%;
    font-size: 0.7vw;
}

.eachProduct .specs.withSpecs {
    display: block;
}

.eachProduct .specs.withOutSpecs{
    display: none;
}

.eahcProductFeatures {
    margin-bottom: 6vh;
}

.productsTag1 {
    margin-top: 6vh;
    margin-bottom: 6vh;
    font-size: 0.8vw;
    color: #2E2E2E;
}

.techSpecs {
    width: 100%;
    border: 0.5px solid #2E2E2E;
    min-height: 20vh;
    border-radius: 20px;
    margin-top: 6vh;
}

.techImg {
    margin-top: -58.5px;
}

.techSpecs .p1 {
    font-size: 0.8vw;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-bottom: 5vh;
}

.techSpecs .p2 {
    font-size: 1.3vw;
    color: #2E2E2E;
    margin-bottom: 1vh;
}

.techSpecs .p3 {
    font-size: 1vw;
    color: #2E2E2E;
    line-height: 2vh;
    margin-bottom: 4vh;
}

.techSpecs .specsHr {
    width: 50px;
    border: 1px solid #2E2E2E;
    margin-bottom: 4vh;
}

.ownLechal .p1 {
    margin-top: 10vh;
    margin-bottom: 4vh;
}

.ownLechal .p2 {
    font-size: 1vw;
    margin-bottom: 10vh;
    width: 50%;
    margin-left: 25%;
}

.ownLechal img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 5vh;
}

.shopNowRow {    
    padding-left: 30%;
    padding-right: 30%;
    font-size: 1vw;
    color: #2E2E2E;
    margin-bottom: 9vh;
}

.premAdv {
    width: 30%;
    margin-left: 35%;    
}

.premAdv button {
    float: left;
    margin-right: 6%;
    width: 44%;
    margin-bottom: 4vh;
}

.premAdv .active {
    background-color: #2E2E2E;
    color: lightgray;
}

.woodTypes {
    width: 28%;
    margin-left: 36%;
    margin-bottom: 2.5vh;
} 

.woodTypes img {
    float: left;
    width: 12%;
    margin-right: 8%;
}

.eachCardColor {
    width: 16%;
    float: left;
    text-align: center;
    margin: 2%;
}

.eachCardColor img{
    width: 90%;
    cursor: pointer;
}

.eachCardColor.active {
    opacity: 0.3;
}

.material {
    cursor: pointer;
    transition:transform 0.25s ease;
}

.material.active {
    -webkit-transform:scale(1.2); /* or some other value */
    transform:scale(1.2);
}

.cardSpecs, .bandSpecs, .gatewaySpecs, .trackerSpecs {
    position: absolute;
    top: 0;
    left: 0;
}

.colorText {
    color: #2E2E2E;
    font-size: 0.7vw;
    border-bottom: 1px solid #2E2E2E;
    width: fit-content;
    text-align: center;
    display: inline-block;
    padding-bottom: 5px;
}

.premium {
    display: none;
}

.cardTypes {
    margin-bottom: 5vh;
}

.bandMaterial button{
    width: 7vw;
    margin-right: 1vw;
}

.bandMaterial button.active {
    background-color: #2E2E2E;
    color: lightgray;
}

.bandThumbnails, .trackerThumbnails {
    width: 80%;
    margin-left: 10% !important;
    position: relative;
    text-align:center;
    margin-top: 2vh;
    margin-bottom: 4vh;
}
    
.eachThumbnail {
    width: 200px;
    display:inline-block;
}

.eachThumbnail.active {
    opacity: 0.3;
}

.hideIt {
    height: 0px;
    width: 0px;
    border: none;
}

.toggleRowParent {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.refToSolutions {
    width: 40%;
    margin-left: 30% !important;
}

.refToSolutions p {
    width: 60%;
    margin-left: 20%;
    font-size: 0.8vw;
    line-height: 2.5vh;
    margin-bottom: 3vh;
}

.refToSolutions button {
    margin-bottom: 6vh;
}

.gatewayTypes {
    margin-bottom: 4vh;
}

.gatewayTypes button {
    width: 10vw;
    margin-right: 1vw;
}

.gatewayTypes button.active {
    background-color: #2E2E2E;
    color: lightgray;
}

.beaconsInAction {
    width: 110%;
    margin-left: -5% !important;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.new_row_1 {
    margin-top: 5vh;
    margin-bottom: 10vh;
}

.solutions_carousel_indicators {
    top: 125% !important;
}

.solutions_carousel_indicators li {    
    border: 1px solid #D2D2D1;
}

.solutions_carousel_indicators .active {
    background-color: #D2D2D1;
}

.solutions_node_names {
    text-align: center;
    display: block;
    padding-top: 1vh;
    padding-bottom: 1vh;
    background-color: black;
    width: 60%;
    margin-left: 20%;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 0.8vw;
}

.sol_top, .sol_left, .sol_right, .sol_bottom {
    position: absolute;
    display: block;
}

.sol_top, .sol_bottom {
    width: 100%;
}

.sol_top{
    top: 33vh;
}

.sol_bottom  {
    top: 68vh;
}

.sol_left {
    width: 30%;
    top: 50vh;
}

.sol_right {
    width: 30%;
    margin-left: 70%;
    top: 50vh;
}

.sp1 {
    font-size: 0.8vw;
    color: #C86267;
}

.sp2 {
    font-size: 0.8vw;
    color: #2E2E2E;
}

.toggleRow {
    text-align: center;
    width: 18%;
    margin-left: 41%;
}

.toggleTitle {
    float: left;
    margin-top: 10px;
    margin-left: 5%;
    font-size: 0.8vw;
    color: #2E2E2E;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 10px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #A8282A;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
    height: 25px;
}

.slider.round:before {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

@media (max-width:1366)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
}
@media (min-width:1025px) { 
    /* big landscape tablets, laptops, and desktops */ 
}
@media (min-width:1281px) { 
    /* hi-res laptops and desktops */ 
}


@media (min-width: 640px) { 
    body {
        font-size:1rem;
    }     
} 
@media (min-width:960px) { 
    body {
        font-size:1.2rem;
    } 
} 
@media (max-width:1400px) {
   
    .down {
        padding-top: 0.7%;
    }
    
    #header {
        height: 9%;
    }
    
    .employee {
        height: 30vh;
    }    
    .linkedIn {
        position: absolute;
        top: 15vh;
        right: 0;
    }
}

img { 
    max-width: 100%; 
}

#nav {
    width: 100%;
}

#nav li {
    width: 14%;
    
}


/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    
}
/* Tabled Portrait */
@media screen and (max-width: 768px) {
    
}
.techImgSolutions{
    margin-top: -61.5px;
}
.eachProduct .specsTwo.withOutSpecsTwo{
    display: none;
}

#prodbar {
    padding-top:20px;
    padding-bottom: 20px;
   }

#prodbar p{
 font-size: 12px;
 text-align: center;
 color:#D36267;
}

#prodbar img{
    width:70%;
    margin: 0 auto;
   }

#prodbar .solid{
    border: 0;
    margin-top: 1rem !important;
    margin-bottom: 15px;
    width: 3rem;
    margin-left: auto;
    border-top: 1px solid #ED4042;
  }

  .tooltip-inner {
    font-family: 'Montserrat', sans-serif;  
    background-color: #D36267 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #0B010A;
    font-size: 10px;
    letter-spacing: 0px;
    opacity: 1;
    /* text-align: left; */
  }

a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
  
    /* .tooltip.top .tooltip-arrow {
        border-top-color: #00acd6;
    }
    
    .tooltip.right .tooltip-arrow {
        border-right-color: #00acd6;
    }
    
    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #00acd6;
    }
    
    .tooltip.left .tooltip-arrow {
        border-left-color: #00acd6;
    } */