@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,400,800');
@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

:root {
    --cl-connectfs: #02596a;
    --cl-primary:#008ca8;
    --fnt-primary:"Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #FFF;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
    font-family: var(--fnt-primary);
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body {
    color: #333;
    background-color: #1d1d1d;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

html {
    height: 100%;
}

/* Style for our header texts
* --------------------------------------- */
h1 {
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 70px;
    line-height: 70px;

    font-family: 'Open Sans', sans-serif;

    margin: 0;
    padding: 0;
    color: #ffffff;
}

h2 {
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    font-family: var(--fnt-primary);
    margin: 0;
    padding: 0;
    color: #FFF;
}

/* Common styles
* --------------------------------------- */
.darktext {
    color: #cccccc;
}

.darkgreen {
    color: #fff;
    text-transform: uppercase;
}

.darkred {
    color: #fff;
}

.darkpink {
    color: #fff;
}

.darkblue {
    color: #fff;
}

.darkpurple {
    color: #fff;
}

.darkorange {
    color: #fff;
}

.dividerline {
    border-bottom: 1px solid #fff;
    width: 300px;
}

.dividerline_green {
    border-bottom: 1px solid #fff;
    width: 300px;
}

.dividerline_darkred {
    border-bottom: 1px solid #fff;
    width: 300px;
}

.dividerline_darkpink {
    border-bottom: 1px solid #fff;
    width: 300px;
}

.dividerline_darkblue {
    border-bottom: 1px solid #fff;
    width: 300px;
}

.dividerline_darkpurple {
    border-bottom: 1px solid #fff;
    width: 300px;
}

.dividerline_darkorange {
    border-bottom: 1px solid #fff;


    width: 300px;
}

img {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.section {
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}

.box {
    text-align: left;
    color: #808080;
    font-size: 1.2em;
    line-height: 1.6em;
}

/* Section 0
* --------------------------------------- */
#about {
    padding: 0;
    background-image: url(../images/pepkor/pepkor-bg-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f5f5f5;
    /*max-width:1600px;*/
}

#about img {
    height: 100%;
    margin: 40px 0 0 0;
}

/* SLIDER STYLES */

/* Section 1
* --------------------------------------- */
.slide {
    display: table;
    width: 100%;
}

#companies .box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -192px;
    margin-left: 89px;
    width: 395px;
    z-index: 1;
}

#companies .imagesContainer {
    display: block;
    position: absolute;
    z-index: 1;
}

#companies img {
    width: auto;
}

.brands_colours_red,
.brands_colours_red a {
    color: #242424;
}

.brands_colours_green,
.brands_colours_green a {
    color: #01319e;
}

.brands_colours_red_2,
.brands_colours_red_2 a {
    color: #cc0000;
}

.brands_colours_pink,
.brands_colours_pink a {
/*    color: #ec1846;*/
    color:black;
}

.brands_colours_blue,
.brands_colours_blue a {
    color: #005ea9;
}

.brands_colours_purple,
.brands_colours_purple a {
    color: #c2bfc6;
}

.brands_colours_orange,
.brands_colours_orange a {
    color: #171717;
}

.brands_colours_prpl,
.brands_colours_prpl a {
    color: #482d66;
}

.brands_colours_green,
.brands_colours_green a {
    color: var(--cl-connectfs);
}

.brands_left p {
    max-width: 100%;
    padding: 15px 15px 15px 0px;
}

#menu_brands {
    background-color: #FFF;
}

#menu_brands li {
    padding: 10px 0px 10px 0px;
    display: inline-block;
}

.link_1 {
    width: 80px;

}

.link_2 {
    width: 80px;
}

.link_3 {
    width: 80px;
}

.link_4 {
    width: 80px;
}

.link_5 {
    width: 75px;
}

.link_6 {
    width: 100px;
}

.pipe {
    padding: 10px;
    font-weight: normal !important;
}

.menu_bold {
    font-weight: bold;
}

.link {
    padding: 10px 25px 10px 25px;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    transition: background-color 0.3s;
}

.link.g-icon {
    padding: 10px 9px;
    ;
    margin-left: 9px;
}

.link.g-icon.g-icon-mobile {
    margin-left: 5px;
    cursor: pointer;
}

.link:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.brands_left {
    padding-left: 8%;
    width: 25%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    margin-top: -30px;
}

@keyframes leftRight {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-10px);
    }
}

.brands_right {
    width: 42%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.brands_right img {
    max-width: 100%;
}

.active_1 {
    background-color: #1d1d1d;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_2 {
    background-color: #01319e;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_3 {
    background-color: #cc0000;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_4 {
    background-color: black;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_5 {
    background-color: #005ea9;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_6 {
    background-color: #c2bfc6;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_7 {
    background-color: #171717;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_8 {
    background-color: #482d66;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}

.active_9 {
    background-color: var(--cl-connectfs);
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
}


.skewbg {
    background-image: url(../images/skewmask.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.small_logo {
    width: 100%;
    position: absolute;
}

@keyframes floater {
    from {
        transform: translateY(-5px);
        tran
    }

    to {
        transform: translateY(5px)
    }

}

.downarrow {
    width: 100%;
    position: absolute;
    bottom: calc(30px + 5%);
    pointer-events: none;
    z-index: 1;
}

.arrowAnimate {
    animation: floater 1.4s ease-in-out infinite alternate;
}

.downarrow img:hover {
    transform: scale(0.9);
    transition: all 0.4s;
}


.portal_link {
    position: absolute;
    bottom: 6%;
    right: 7%;
    border: 0px solid black;
}

.contact_link {
    z-index: 999;
    position: absolute;
    bottom: 6%;
    right: 7%;
    border: 0px solid black;
}

.mail_link {
    z-index: 999;
    position: relative;
    border: 0px solid black;
}

.content_center {
    width: 100%;
    display: table;
    height: 100%;

}

.content_center_div {
    margin: 0px auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
}

.content_center_div p {
    padding-top: 20px;
}

.contact {
    text-align: left;

    /*    margin-top: -30px;*/
}

.contact p {
    font-weight: bold;
}

.contact span {
    font-weight: bold;
    color: #000000;
    font-family: var(--fnt-primary);
}

/*screen resolutions between 620px and 800px*/
@media all and (min-width: 620px) and (max-width: 800px) {
    #companies .imagesContainer {
        margin-left: -685px;
        width: 647px;
        height: 563px;
    }
}

/*screen resolutions lower than 620px*/
@media all and (max-width: 620px) {
    #companies .imagesContainer {
        margin-left: -516px;
        width: 534px;
        height: 464px;
    }
}

#iphone2 {
    z-index: 10;
}

.moveimages {
    -webkit-transform: translate3d(1000px, 0px, 0px);
    -moz-transform: translate3d(1000px, 0px, 0px);
    -ms-transform: translate3d(1000px, 0px, 0px);
    transform: translate3d(1000px, 0px, 0px);
}

.moveimages.active {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

#iphone3 {
    z-index: 12;
}

#iphone3.active {
    -webkit-transform: translate3d(213px, 0px, 0px);
    -moz-transform: translate3d(213px, 0px, 0px);
    -ms-transform: translate3d(213px, 0px, 0px);
    transform: translate3d(213px, 0px, 0px);
}

#iphone4 {
    z-index: 11;
    left: 140px;
}

#iphone4.active {
    -webkit-transform: translate3d(548px, 0px, 0px);
    -moz-transform: translate3d(548px, 0px, 0px);
    -ms-transform: translate3d(548px, 0px, 0px);
    transform: translate3d(548px, 0px, 0px);
}

/* Section 2
* --------------------------------------- */
#contact img {
    position: absolute;
}

#contact .imagesContainer,
#staticImg .imagesContainer,
#section3 .imagesContainer {
    position: absolute;
    z-index: 1;
    left: 50%;
    display: block;
    margin-top: -288px;
    margin-left: -636px;
    width: 0;
    height: 0;

    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

#contact.moveUp .imagesContainer {
    top: 50%;
}

#contact.moveDown .imagesContainer,
#staticImg .imagesContainer {
    top: 90%;
}

#contact.active .imagesContainer {
    top: 50%;
}

#contact .box {
    top: 22%;
    left: 42%;
    position: absolute;
    width: 582px;
}

#iphone-yellow {
    top: -35px;
    left: -222px;
}

#iphone-red {
    top: -194px;
    left: 106px;
}

#iphone-blue {
    top: 320px;
    left: 448px;
}

#iphone-green {
    left: 106px;
    position: absolute;
}

#staticImg {
    display: block;
    position: absolute;
    z-index: 1;
    top: 200%;
    left: 0;
    width: 100%;
    min-width: 980px;
    height: 100%;

    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#staticImg.moveDown {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

#staticImg.moveUp {

    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#staticImg.moveDown .imagesContainer {
    top: 50%;
}

#staticImg.moveDown img {
    top: 155px;
}

#staticImg.active .imagesContainer {
    top: 50%;
}


#staticImg.active img {
    top: 487px;
}

/* Section 3
* --------------------------------------- */
#section3 .imagesContainer {
    top: 50%;
}

#section3 img {
    top: 155px;
    left: 455px;
    position: absolute;
}

#section3 .box {
    text-align: center;
    margin: 10% 0 0 0;
}

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
.fp-tooltip {
    color: #AAA;
}

#fp-nav span,
.fp-slidesNav span {
    border-color: #AAA;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #AAA;
}

/* Custom CSS
 * --------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    color: rgba(0, 0, 0, 0.5);
}

.wrap {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.wrapcontact {
    height: 110%;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1200px;*/
    position: relative;
    width: auto;
    /*    padding-left: 10%;*/
    /*    padding-right: 10%;*/
}

p {
    font-size: 16px;
    font-weight: 100;
    color: #FFF;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;

}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download a {
    text-decoration: none;
    color: #fff;
}

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;

}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.googlemap {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.googlemap_overlay {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F00;
    opacity: 0.5;
}

.googlemap_content {
    position: relative;
    z-index: 99999 !important;
    pointer-events: none;
}

.googlemap_content h1 {
    font-family: var(--fnt-primary);
    color: var(--cl-primary);
    font-weight: 900;

}

.googlemap_content p,
a {

    color: black;
    font-family: var(--fnt-primary);
    text-transform: uppercase;
    font-weight: 900;
}


h3.mobile {
    display: none;
}

.desktop {
    display: block;
}

.brands_right_mobile {
    display: none;
}

#anchor {
    display: none;
}

@media all and (min-width: 768px) {
    .mobile {
        display: none;
    }
}


@media all and (max-width: 768px) {
    .about {
        height: 300px;
    }

    .brands_left p {
        max-width: 98%;
        padding: 15px 5px 15px 0px;
    }

    .brands_left {
        padding-left: 7%;
        padding-right: 7%;
    }

    .mobile_jd_logo {
        max-width: 50%;
    }

    .brands_right_mobile {
        display: block;
    }

    .brands_right_mobile img {
        width: 100% !important;
    }

    h3.mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

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

    .content_center_div {
        padding-bottom: 30px;
    }

    .brands_left {
        width: 96%;
    }

    .brands_right {
        display: none;
    }

    #slide_jdg .ui-collapsible-content {
        background-color: #ff2232;
    }

    #slide_ic .ui-collapsible-content {
        background-color: #019e59;
    }

    #slide_hifi .ui-collapsible-content {
        background-color: #cc0000;
    }

    #slide_bradlows .ui-collapsible-content {
/*        background-color: #ec1846;*/
        background-color: #212121;
    }

    #slide_russels .ui-collapsible-content {
        background-color: #0051a0;
    }

    #slide_sleepmaster .ui-collapsible-content {
        background-color: #4d2878;
    }

    #slide_rochester .ui-collapsible-content {
        background-color: #DB6A02;
    }
    
    
    #slide_fs .ui-collapsible-content {
        background-color: #02596a;
    }
    

    .downarrow {}

    .googlemap_overlay {
        z-index: 9999;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #F00;
        opacity: 0.5;
    }

    /*
    .googlemap_content {
        position: relative;
        z-index: 99999 !important;
        display: block;
        height: 500px;
    }
*/

    h1 {
        letter-spacing: 1px;
        margin-top: 30px !important;
        font-weight: 800;
        font-size: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0;
        color: #FFF;
    }

    h2 {
        letter-spacing: 1px;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .dividerline_green {
        margin-left: auto;
        margin-right: auto;
    }

    .dividerline,
    .dividerline_green,
    .dividerline_darkred,
    .dividerline_darkpink,
    .dividerline_darkblue,
    .dividerline_darkpurple {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -7px !important;
    }

    .brands_left p {
        font-size: 15px;
        text-align: center;
    }

    .brands_left div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .fp-controlArrow.fp-prev {
        left: 5px;
        width: 0;
        border-width: 20px 15px 20px 0;
        border-color: transparent rgba(255, 255, 255, 0.78) transparent transparent;
        opacity: 0.5;

    }

    .fp-controlArrow.fp-prev:hover {
        border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
    }

    .fp-controlArrow.fp-next {

        right: 5px;
        border-width: 20px 0 20px 15px;
        border-color: transparent transparent transparent rgba(160, 160, 160, 0.78);


    }

    .fp-controlArrow.fp-next:hover {
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
    }
}



.links-bloc {
    margin-top: 40px;
}

.hover-content-default {}

.hover-content-box {
    display: flex;
    align-content: center;
    justify-content: center;
}



.short-divider {
    width: 20px;
    height: 2px;
    background-color: black;
    margin: 10px 0px;
}

.contact-info-content::before {
    content: '';
    width: 10px;
    height: 90px;
    background-color: black;
    position: absolute;
    margin-left: -50px;
}

.contact-info-content {}

.menuStyleUpdate {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
}

.menuActive {
    text-decoration: underline;
    text-decoration: none;
}


.managment {
    background-color: #fff;
}

.navMenu {
    width: 230px;
    display: block;
    text-align: left;
    margin: 0px 30px;
}

.navLinks {
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.8;
    transition: opacity 0.3s;
    padding-left: 0px;
    transition: padding 0.6s;
}

.navLinks.alt {
    text-transform: none;
    transition: padding 0.6s;
    color:dimgrey;
    font-size: 14px;
}

.navLinks:hover {
    opacity: 1;
    padding-left: 20px;
}

.navLinks::after {
    content: '';
    position: absolute;
    left: 0px;
    margin-top: 10px;
    height: 2px;
    width: 0px;
    background-color: var(--cl-primary);
    transition: all 0.5s;
}

.navLinks:hover::after {
    width: 20px;

}

.pepkorLogo {
    position: absolute;
    top: -10px;
    right: 40px;
}

.headingType h1 {
    color: var(--cl-primary);
    font-weight: 900;
    font-family: var(--fnt-primary);
    font-size: 5.6em;
    text-transform: uppercase;
    line-height: 0.9em;

}

.headingType {}

.subHeadingType p {
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    ;
    font-family: var(--fnt-primary);
    font-size: 1.3em;
}

.centerType {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.subHeadingType {
    max-width: 55%;
    margin: auto;
}

.centerType-wrap {
    max-width: 70%;

}

.brandsBtnContainer {
    position: absolute;
    bottom: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.brandsBtnContainer p {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    ;
    font-family: var(--fnt-primary);
    font-size: 1em;
    padding-left: 20px;


}

@media all and (max-width: 900px) {

    .headingType h1 {

        font-size: 12vw;

    }

    .subHeadingType p {

        font-size: 5vw;
    }

    .subHeadingType {
        max-width: 90%;
    }
}

@media all and (max-width: 900px) and (min-height:640px) {
    .headingType h1 {

        font-size: 15vw;

    }

    .subHeadingType p {

        font-size: 20px;
    }

    .centerType-wrap {
        max-width: 100%;
    }

    .subHeadingType {
        max-width: 90%;
    }
}

.videoThumb {
    transition: all 0.3s ease-in-out;
}

.videoThumb:hover {
    transform: scale(0.9);
    opacity: 0.6;
}

#Managment {
    padding: 0;
    background-color: rgba(248, 248, 248, 0.5) !important;
    background-image: url(../images/new/bg-white.png);
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mangagement-Grid {
    display: grid;
    grid-template-columns: 1fr 2% 1fr 2% 1fr 2% 1fr;
    grid-template-rows: 1fr 1fr 1fr;

    height: 100%;
    padding: 50px 6%;

    box-sizing: inherit;

}

.m-cell {
    padding-top: 60px;
    justify-self: center;
    text-align: left;
    max-width: 400px;

    opacity: 0;
    transform: scale(0.8) translateX(-50px);
    transition: all 0.5s ease-in-out;


    pointer-events: none;

}

.mCell2 {
    transform: scale(0.8) translateX(50px);
}



.m-cell p {
    color: black;
    font-family: "roboto-slab";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.m-cell h2 {
    color: var(--cl-primary);
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 900;
    line-height: 30px;
}

.grid-image {
    width: 100%;

    border-radius: 20px 2px 80px 2px;
    box-shadow: 10px 10px 30px rgba(70, 18, 18, 0.13);
}

.mTextWrap {
    padding-top: 12px;
    margin-left: 17px;
}

.mTextWrap::before {
    content: '';
    width: 7px;
    height: 60px;
    background-color: black;
    position: absolute;
    margin-left: -17px;

}

.mLittleDivLine {
    width: 20px;
    height: 2px;
    background-color: black;
    margin: 5px 0px;
}

.management-title {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 5;

    margin-left: 20px;

}

.management-title::before {
    content: '';
    width: 8px;
    height: 100px;
    background-color: black;
    position: absolute;
    left: 6%;
}

.management-title h2 {
    color: var(--cl-primary);
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    line-height: 37px;
    text-align: left;
}



.mRight-btn {
    height: 100%;
    width: 50px;
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.5s;
}

.mNavArrow {
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10000;
}

.mNavArrow:hover {
    transform: scale(0.85);
    opacity: 0.8;
}

.mleft-btn {
    height: 100%;
    width: 50px;
    position: absolute;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.5s;

}

.m1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m2 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m3 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m4 {
    grid-column-start: 7;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m6 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m7 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
}

.m8 {
    grid-column-start: 7;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
}



.btn-active {
    opacity: 1;
    pointer-events: all;
}

.m-active {
    opacity: 1;
    transform: scale(1) translateX(0px);
}

@media all and (max-width: 1100px) {
    .m-cell h2 {
        font-size: 2.1vw;
        line-height: 1em;
        text-align: left;
    }
}



@media all and (max-width: 900px) {

    .mangagement-Grid {
        grid-template-columns: 1fr 5% 1fr;
        grid-template-rows: 1fr 2fr 2fr 1fr;
        padding: 20px 10%;
        margin-left: -5px;
    }

    .management-title::before {
        left: 10%;
        width: 7px;
        height: 50px;

    }

    .m-cell h2 {
        font-size: 4.1vw;
        line-height: 1.1em;
        text-align: left;
    }

    .m-cell p {
        font-size: 3vw;
        line-height: 1em;
    }


    .m-cell {
        padding-top: 5px;

    }

    .downarrow {
        bottom: 10px;
    }

    .downBtnActual {
        width: 35px;
        height: 35px;
    }

    .dasp {
        bottom: 20px;
    }

    .management-title h2 {

        font-size: 7vw;
        line-height: 7vw;

    }

    .mTextWrap {
        padding-top: 2px;
        margin-left: 10px;
    }


    .mTextWrap::before {
        width: 4px;
        height: 35px;
        margin-left: -10px;

    }

    .mleft-btn {
        left: 3px;
        text-align: left;
        width: 30px;

    }

    .mRight-btn {
        right: 3px;
        text-align: right;
        width: 30px;
    }

    .mNavArrow {
        width: 20px;
    }


    .m1 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;

    }

    .m2 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .m3 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .m4 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .m5 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;

    }

    .m6 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .m7 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .m8 {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .desktopOnly {
        display: none;
    }
}

.contact-icons {
    margin-bottom: -5px;
}

.contactNumber {


    position: relative;

    padding: 10px;
    margin-top: -49px;

    width: 0px;



    height: 26px;
    z-index: 5000;

    margin-bottom: 3px;

    border-radius: 50px;

    background-color: rgb(255, 255, 255);

    color: #606060;


    pointer-events: none;
    opacity: 0;

    transition: all 0.3s ease-in-out;

    overflow: hidden;


}

.contactNumber.active {

    pointer-events: auto;


    opacity: 1;

    width: 240px;

}



.contact-num {
    float: left;
    padding-top: 1px;
    padding-left: 12px;
    min-width: 120px;
}

.contact-close {
    float: right;

    padding: 20px;
    margin-top: -19px;
    margin-right: -8px;
    cursor: pointer;

}

.company-title {
    font-family: var(--fnt-primary);
    /*    color: var(--cl-primary);*/
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 14px;
}

.company-mail {

    color: var(--cl-primary);
    cursor: pointer;
}

.contact-heading {
    font-size: 28px;
    line-height: 1em;
    padding-top: 20px;
}



.contactBackground {
    position: absolute;
    width: 100%;

    background-size: 100%;
    background-position: center;
    opacity: 0.;
}

@media only screen and (max-height:750px) {
    .centerType-wrap {
        padding-top: calc(100vh / 5);

    }
}

.title-contact {

    margin: 15px 0px 15px 17px;
    width: 110%;

    color: var(--cl-primary);

    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1em;

    position: relative;

    font-family: var(--fnt-primary);
    text-transform: uppercase;
}

.title-contact::before {
    content: '';
    width: 7px;
    height: 50px;
    background-color: black;
    position: absolute;
    margin-left: -17px;

}

/*
@media only screen and (max-height:650px) {

    .company-title {

        margin-top: 1.5vh;
        font-size: 2.2vh;
    }

    .company-mail {

        font-size: 2.2vh;
    }

    .contact p {
        font-size: 2.2vh;
    }

    .contact-heading {
        font-size: 4vh;

    }
    .hideHeight{
        display: none;
    }
}
*/




#contactUs {
    position: absolute;
    height: 100vh;
    width: 100%;
    background-image: url(../images/map-light2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1000;
}

.contact-info-wrapper {
    /*    background-color: antiquewhite;*/
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 4vh 3%;
    /*    overflow-y: scroll;*/
}

.contanct-info-grid {
    display: grid;
    max-width: 1000px;

    grid-template-columns: 1fr 1fr;
    margin-top: 40px;

    grid-gap: 20px;
}

.info-contact-bloc {
    font-size: 1.3rem;
    pointer-events: all;
}

.info-contact-bloc p {
    color: black;
    font-family: var(--fnt-primary);
    font-size: 1.3rem;
}

@media all and (max-height: 500px) {
    .contanct-info-grid {}

    .company-title {
        margin-top: 2.5vh;
        font-size: 4vh;
    }

    .company-mail {
        font-size: 4vh;
    }

    .contact p {
        font-size: 4vh;
    }

    .contact-heading {
        font-size: 4vh;
    }
}

@media all and (max-height: 580px) {
    .contanct-info-grid {
        /*            background-color: aqua;*/
        grid-gap: 0.5vh;
        margin-top: 0px;
    }
}


@media all and (max-width: 750px) {

    .contanct-info-grid {
        grid-template-columns: 1fr;
        margin-top: 0px;
        grid-gap: 0px;
/*        height: 0%;*/
    }

    .contact-info-wrapper {
        padding-top: 0;
    }

    .company-title {
        margin-top: 1.5vh;
        font-size: 2vh;

        margin-bottom: 0;
        padding-bottom: 0;
    }

    .company-mail {
        /*        margin-top: 0px;*/
        padding-top: 0;
        margin-top: 0px;
        height: auto;

        font-size: 2vh;
    }

    /*
    .company-mail a{
        margin-top: 0px;
        padding-top: 0px;
    }
*/

    .contact p {
        font-size: 2vh;
    }

    .title-contact {
        font-size: 4vh;
        margin-bottom: 1.3vh;
       margin-top: 2vh;
    }
    
        .title-contact:before {
        height: 5vh;
            width: 0.7vh;
    }
}

@media all and (min-width: 1200px) {
    
    .newICimg {
/*        background-color: red;*/
        min-width: 90%;
    }
}

.down-arrow-svg {
    width: 50px;
    height: 50px;
}
