body{
    margin: 0;
    padding: 0;
    -webkit-touch-callout: n_1;
    -webkit-user-select: n_1;
    -khtml-user-select: n_1;
    -moz-user-select: n_1;
    -ms-user-select: n_1;
    user-select: n_1;
    background-color: rgba(234,234,234, .5);
}

a, a:visited{
    text-decoration-color: #56668d; 
    color: #56668d;
}

#loadingWrapper{
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}

#loaderSymbol{
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-size:  contain;
    background-repeat: no-repeat;
    background-image: url("images/loader.png");
}

#headerWrapper{
    position: fixed;
    z-index: 9000;
    top: -125px;
    left: 0;
    width: 100%;
    height: 80px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    background-color:  rgba(255,255,255, .95);
}

#coverSlider{
    position: fixed;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:  cover;
    background-position:  center center;
    z-index:  2;
    opacity:  0;
    display: none;
}

#menuWrapper{
    position: fixed;
    top: 28px;
    width: 278px;
    height: 34px;
    left: 3%;
    z-index: 10;
}

#menuAbout{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 34px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}

#menuAboutMobile{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 87px;
    height: 34px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}


#menuWork{
    position: absolute;
    top: 0px;
    left: 107px;
    width: 60px;
    height: 34px;
    z-index: 11;
    opacity: 1;
    background-size:  contain;
    cursor:  pointer;
}

#menuWorkMobile{
    position: absolute;
    top: 0px;
    left: 107px;
    width: 78px;
    height: 34px;
    z-index: 11;
    opacity: 1;
    background-size:  contain;
    cursor:  pointer;
}


#menuContact{
    position: absolute;
    top: 0px;
    left: 200px;
    width: 90px;
    height: 34px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}

#menuContactMobile{
    position: absolute;
    top: 0px;
    left: 200px;
    width: 113px;
    height: 34px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}


#logo{
    position: relative;
    margin-left:  auto;
    margin-right:  auto;
    z-index: 9002;
    top: 10px;
    width: 227px;
    height: 62px;
    opacity: 1;
    cursor:pointer;
    background-size: contain;
}

.headerFont{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.menuFont{
    color: #888888;
    font-size:  18px;
}

#workPageWrapper{
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  10;
    width:  100%;
    height:  100%;
    display:  none;
    background-color:  rgba(234,234,234, .5);
}

#workPageInnerWrapper{
    position:  relative;
    display: flex;
    flex-flow:  row wrap;
    justify-content:  center;
    top:  112px;
    width:  100%;
    padding-bottom: 33px;
}

.workItem{
    cursor: pointer;
    overflow: hidden;
    text-align:  center;
    user-select:  none;
    width:  19.2%;
    background-color: rgba(234,234,234, .8);
    height:  auto;
}

.workImage{
    display:  block;
    background-color: rgba(234,234,234, .8);
    width:  100%;
    height:  auto;
    overflow:  hidden;
    transform:  scale(1);
    transition:  1s ease;
}

.workImage:hover{
    transform:  scale(1.1);
}


#mobileIconWrapper{
    display:  none;
    position:  absolute;
    top:  33px;
    left:  18px;
    cursor:  pointer;
    width: 30px;
    height:  16px;
}

#mobileIconWrapper:hover{
    opacity:  .75;
}

.hamMenuBar{
    width:  30px;
    height:  4px;
    background-color:  #7882b1;
}

#mobileIconTop{
    position: absolute;
    top:  0px;
}

#mobileIconMiddle{
    position: absolute;
    top:  6px;
}

#mobileIconBottom{
    position: absolute;
    top:  12px;
}

#mobileMenuWrapper{
    position: fixed;
    top: 80px;
    left:  0;
    width:  100%;
    height:  0px;
    background-color:  #354179;
    overflow:  hidden;
    z-index: 8000;
    display:  none;
}

#mobileMenuInnerWrapper{
    position:  relative;
    margin-left:  auto;
    margin-right: auto;
    width:  300px;
    top:  15px;
}

.mobileMenuFont{
    color:  #ffffff;
    font-size: 20px;
}


#contactPageWrapper{
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  10;
    width:  100%;
    height:  100%;
    display:  none;
    background-color:  rgba(234,234,234, .5);
}

#contactPageInnerWrapper{
    position:  relative;
    top:  82px;
    width:  100%;
    padding-bottom: 33px;
}

#contactImage{
    position:  relative;
    background-position:  top center;
    background-size: cover;
    height:  300px;
    width:  100%;
}

#contactHeading{
    position: relative;
    overflow: visible;
}

.headingFont{
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-top:  20px;
    padding-left: 33px;
    color:  #56668d;
}

#contactSubHeading{
    position: relative;
    overflow: visible;
}

.subHeadingFont{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 33px;
    color:  #56668d;
}

#contactPhoneNumber{
    position: relative;
    overflow: visible;
}

.contactBodyFont{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 33px;
    padding-top:  5px;
    color:  #56668d;
}

#emailTextWrapper{
    position: relative;
    overflow: visible;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color:  #56668d;
    margin-top:  -23px;
}


#aboutPageWrapper{
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  10;
    width:  100%;
    height:  100%;
    display:  none;
}

#aboutPageInnerWrapper{
    position:  relative;
    top:  82px;
    width:  100%;
}

#aboutHeading{
    position: relative;
    overflow: visible;
}

#aboutBodyText{
    position: relative;
    overflow: visible;
    padding-left:  33px;
    width:  360px;

}

.aboutBodyFont{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color:  #56668d;
}

#clientsWrapper{
    position:  relative;
    top:  0;
    left:  0;
    z-index:  10;
    width:  370px;
    height:  100%;
}

#clientsInnerWrapper{
    position:  relative;
    display: flex;
    flex-flow:  row wrap;
    justify-content:  center;
    top:  0;
    width:  100%;
    padding-bottom: 33px;
}

.clientItem{
    cursor: pointer;
    overflow: hidden;
    text-align:  center;
    user-select:  none;
    width:  160px;
    height:  100px;
    background-size:  contain;
}

.clientImage{
    display:  block;
    width:  100%;
    height:  auto;
    overflow:  hidden;
}


#lightbox{
    position: fixed;
    top:  0;
    left:  0;
    width:  100%;
    height:  100%;
    background-color:  rgba(255,255,255,.85);
    display:  none;
    z-index:  7000;
}

#videoWrapper{
    position: relative;
    margin-left:  auto;
    margin-right: auto;
    top: 80px;
    width:  1000px;
    height:  600px;
    z-index:  7001;
    border:  2px solid #000000;
}

#videoPlayer{
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height:  100%;
}

#closeButton{
    width:  60px;
    height:  60px;
    position:  relative;
    margin-left:  auto;
    margin-right: auto;
    top:  80px;
    right: 0px;
    background-color:  #ffffff;
    z-index:  7010;
    cursor: pointer;
}

#closeButton:hover{
    opacity:  .75;
}

#closeButtonX{
    position:  absolute;
    top:  1px;
    left:  15px;
    font-size: 43px;
    color: #354179;
}

@media only screen and ( max-width: 1000px), only screen and (max-device-width: 1000px){
    .workItem{
        width: 46%;
    }

    #menuWrapper{
        display:  none;
    }

    #mobileIconWrapper{
        display:  block;
    }

    #mobileMenuWrapper{
        display:  block;
    }

    #videoWrapper{
        width:  768px;
        height:  460.8px;
    }
}


@media only screen and ( max-width: 768px), only screen and (max-device-width: 768px){
    #videoWrapper{
        width:  390px;
        height:  234px;
        border:  none;
    }

    .headingFont{
        font-size:  26px;
        padding-left:  23px;
    }

    #aboutBodyText{
        padding-left:  23px;
    }

    .subHeadingFont{
        font-size:  17px;
        padding-left:  23px;
    }

    .contactBodyFont{
        font-size: 17px;
        padding-left:  23px;
    }

    #emailTextWrapper{
        font-size: 17px;
    }
}






