@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    background: #fffdfa;
}

body,
button,
input,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    color: #af8c55;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #af8c55;
    text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover,
a:active {
    outline: 0;
}

/* 
=============================================================================
   Typography
========================================================================== 
*/

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

.logo a {
    background: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */

label {
    cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal;
    overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button,
table input {
    overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: 100;
}

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.OBT_shares a,
.socialHeader a,
.socialFooter a,
.ASM_tabs a,
.ASM_sliderContentTopShare a,
.SB_aboutContentTopShare a,
.HMS_onePost *,
.oneBiography,
.oneBiography *,
.ASM_onePostImg img,
.MMT_oneSocial a,
.NEO_shares a,
.SMO_contentTopShare a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*********************** font ***********************/

@font-face {
    font-family: 'openSans';
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype'), url() format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************************/

body {
    margin: 0;
    background: url(../images/bg.jpg);
    font-family: 'openSans';
}

a:focus,
a:active {
    outline: none;
    border: none;
}

:-moz-any-link:focus,
object:focus,
a:focus {
    outline: medium none;
}

a,
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

p,
h1,
h3,
ul {
    color: #444444;
    line-height: 20pt;
}

img {}

.clear {
    clear: both;
}

.blurIt {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.header {
    float: left;
    position: fixed;
    width: 100%;
    height: 800px;
    background-color: #000000;
}

.video {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background:url(../images/video.jpg) no-repeat;*/
    background-size: cover;

    position: absolute;
    z-index: 999;
}

.homeVideo video,
.video video {
    object-fit: cover;
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}

.homeVideo {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    filter: brightness(0.5);

    position: absolute;
    z-index: 999;
    background-color: #1b1b1b;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/videoOverlay.png);
}

.bannerContents {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: block;
}

.bannerUnit {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* img[proj-head] {
    opacity: 0.5;
    filter: brightness(0.5);
} */

.careersUnitCore {
    overflow: hidden;
}

.bannerUnit img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.centerDiv {
    float: none;
    margin: 0 auto;
}

.centerDivWork,
.centerDivPortfolio {
    float: none;
    margin: 0 auto;
    width: 90%;
}

.top {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.topCore {
    padding-bottom: 6px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #242323;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.top.full .topCore {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.topCore a {}

.topCore>a {
    margin: 14px 30px;
}

.mainMenu {
    float: right;
    height: 100%;
}

.mainMenu a {
    color: #bebebe;
    text-decoration: none;
    font-size: 18px;
}

.mainMenu a:visited,
a:active {
    background-color: #323131;
    border-top: solid 4px #e8bd46;
}

.mainMenu a span {
    display: block;
    height: 20px;
    padding: 27px 15px 28px 15px;
    background-color: #242323;
    -webkit-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

.mainMenu a.selected span:first-child {
    border-top: solid 4px #e8bd46;
}

.mainMenu a span:last-child {
    color: #1d1d1d;
    box-shadow: inset 0 0 15px rgba(99, 80, 29, 0.2);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.mainMenu a.selected span,
.mainMenu a.selected:hover span {
    padding-top: 23px;
    background-color: #323131;
    margin: 0;
    text-align: center;
    cursor: default;
    -webkit-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

.laptop {
    position: absolute;
    background-image: url(../images/laptop.png);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    right: 0;
    bottom: 0;
}

.laptopScreen {
    width: 385px;
    height: 240px;
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 1, 0, -36.5deg) skew(0deg, -2.8deg);
    transform: rotate3d(0, 1, 0, -36.5deg) skew(0deg, -2.8deg);
    position: absolute;
    top: 55px;
    right: 60px;
    overflow: hidden;
}

.laptopScreen img {
    /*-webkit-transform: rotate3d(0,1,0,2.5deg) skew(0deg,-0.8deg);*/
}

/*@-webkit-keyframes screenScroll
{
    0%   {margin-top:0}
    50%  {margin-top:-260px;}
    100%   {margin-top:0}
}
@keyframes screenScroll
{
    0%   {margin-top:0}
    50%  {margin-top:-260px;}
    100%   {margin-top:0}
}*/

.laptop>img {
    position: absolute;
    top: 4px;
    right: 49px;
}

.content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    background: url(../images/bg.jpg);
    border-top: solid 6px #2e2e2e;
}

.content h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 50px 0;
}

.content h1.slogan {
    text-align: center;
}

.services h1,
.clients h1 {
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}

.clients h1 {
    border-color: #d2d2d2;
}

.homeThumbs {
    /* float:left;*/
    padding-bottom: 40px;
    text-align: center;
    /*	width:95%% !important;*/
    padding: 0;
}

.workThumbs {
    margin: 15px 0 30px;
}

.homeThumb {
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    color: #6f6f6f;
    max-width: 300px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px 1%;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.homeThumb span,
.homeThumb img {
    float: left;
    color: #6f6f6f;
}

.homeThumb span {
    width: 100%;
    margin: 5px 0;
    font-size: 16px;
}

.ng-binding {
    font-size: 14px;
}

.homeThumbImage {
    display: block;
    width: 299px;
    margin: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: #000000;
}

.homeThumb:hover {
    border-bottom: solid 2px #e8bd46;
    padding-bottom: 3px;
}

.homeThumb:hover img {
    -webkit-transform: rotate3d(1, 0, 0, -20deg);
    transform: rotate3d(1, 0, 0, -20deg);
}

.services {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 50px;
    border-top: solid 1px #dddfe0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.services:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 10px 0px 10px;
}

.servicesCore {
    padding: 0 10px
}

.clients {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.clientsSlider {
    float: left;
}

.clientsSlider a {
    float: left;
    margin-right: 63px;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.clientsSlider a:hover {
    margin: -5px 63px 5px 0;
}

.clientsSlider a:last-child {
    margin-right: 0;
}

a.sliderPrevious,
a.sliderNext {
    float: left;
    padding: 20px 30px;
}

a.sliderPrevious {
    padding-left: 0;
}

a.sliderNext {
    padding-right: 0;
}

.serviceUnit:last-child {
    margin-right: 0;
}

.serviceUnit span,
.serviceUnit img {
    margin: 0 0 20px
}

.serviceUnit span {
    margin-top: 40px;
    width: 100%;
}

.serviceUnit.web .gears {
    position: absolute;
    width: 52px;
    height: 28px;
    overflow: hidden;
    top: 6px;
    left: 29px;
}

.serviceUnit.web .gears img.gear {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
}

.serviceUnit.web .gears img.gearSmall {
    position: absolute;
    right: 2px;
    top: 1px;
    z-index: 2;
}

.serviceUnit .yellow {
    background-color: #e8bd46;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.serviceUnit.web .yellow.smallGearColor {
    left: 40px;
    top: 5px;
    width: 5px;
    height: 7px;
}

.serviceUnit:hover {
    color: #e8bd46;
}

.serviceUnit.web:hover .gears img.gear {
    -webkit-animation: gear 3s linear infinite;
    animation: gear 3s linear infinite;
}

.serviceUnit.web:hover .gears img.gearSmall {
    -webkit-animation: gearSmall 0.8s linear infinite;
    animation: gearSmall 0.8s linear infinite;
}

.serviceUnit.web:hover .yellow {
    opacity: 1;
}

@-webkit-keyframes gear {
    0% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes gearSmall {
    0% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes gear {
    0% {
        transform: rotate(360deg)
    }
}

@keyframes gearSmall {
    0% {
        transform: rotate(-360deg)
    }
}

.serviceUnit.digital .details {
    position: absolute;
    width: 42px;
    height: 34px;
    left: 33px;
    top: 4px;
}

.serviceUnit.digital .details img {
    position: absolute;
}

.serviceUnit.digital .details img.digitalHead {
    top: 0;
    left: 0;
}

.serviceUnit.digital .details img.digitalLines {
    top: 7px;
    right: 0;
}

.serviceUnit.digital .details .digitalPic {
    position: absolute;
    top: 7px;
    left: 0;
    width: 17px;
    height: 21px;
    background-color: #4d4d4d;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.serviceUnit.digital:hover .details .digitalPic {
    background-color: #e8bd46;
    width: 42px;
}

.serviceUnit.ecommerce .eGears {
    position: absolute;
    width: 52px;
    height: 28px;
    top: -2px;
}

.serviceUnit.ecommerce .eGears img {
    position: absolute;
    z-index: 2;
}

.serviceUnit.ecommerce .eGears img.ecommerceGear {
    left: 41px;
    top: -2px;
}

.serviceUnit.ecommerce .eGears img.ecommerceGearSmall {
    left: 63px;
    top: 16px;
}

.serviceUnit.ecommerce:hover .eGears img.ecommerceGear {
    -webkit-animation: gear 3s linear infinite;
    animation: gear 3s linear infinite;
}

.serviceUnit.ecommerce:hover .eGears img.ecommerceGearSmall {
    -webkit-animation: gearSmall 0.8s linear infinite;
    animation: gearSmall 0.8s linear infinite;
}

.serviceUnit.ecommerce:hover .yellow {
    opacity: 1;
}

.serviceUnit.ecommerce .yellow {
    left: 44px;
    top: 2px;
}

.serviceUnit.ecommerce .yellow.smallGearColor {
    left: 65px;
    top: 20px;
    width: 6px;
    height: 6px;
}

.serviceUnit.marketing .marketingChart {
    position: absolute;
    left: 32px;
    top: 5px;
}

.serviceUnit.marketing .yellowDot {
    position: absolute;
    background-color: #e8bd46;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 17px;
}

.serviceUnit.marketing .yellowDot {
    left: 8px;
    top: 12px;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.serviceUnit.marketing .yellowDot.second {
    left: 25px;
    top: 6px;
}

.serviceUnit.marketing:hover .yellowDot {
    opacity: 1;
}

.serviceUnit.mobile .handAndDots {
    position: absolute;
    left: 53px;
    top: 10px;
}

.serviceUnit.mobile .handAndDots .hand {
    position: absolute;
    left: 0;
}

.serviceUnit.mobile:hover .handAndDots .hand {
    -webkit-animation: hand 1s linear;
    animation: hand 1s linear;
}

.serviceUnit.mobile .handAndDots .app {
    position: absolute;
    left: -8px;
    top: 0px;
    width: 8px;
    height: 8px;
    background-color: #e8bd46;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.serviceUnit.mobile:hover .handAndDots .app {
    opacity: 1;
}

@-webkit-keyframes hand {
    0% {
        left: 0;
    }

    50% {
        left: -13px
    }
}

@keyframes hand {
    0% {
        left: 0;
    }

    50% {
        left: -13px
    }
}

.serviceUnit.social img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.serviceUnit.social:hover img:nth-child(2) {
    opacity: 1;
}

.serviceUnit.design img.designPen {
    position: absolute;
    left: 37px;
    top: -5px;
    z-index: 1;
}

.serviceUnit.design:hover img.designPen {
    -webkit-animation: designPen 2s linear infinite;
    animation: designPen 2s linear infinite;
}

@-webkit-keyframes designPen {
    0% {
        left: 37px;
    }

    50% {
        left: 50px;
    }
}

@keyframes designPen {
    0% {
        left: 37px;
    }

    50% {
        left: 50px;
    }
}

.yellowBox {
    background-color: #e8bd46;
    width: 48px;
    height: 28px;
    z-index: 0;
    top: 4px;
    left: 31px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.serviceUnit.design:hover .yellowBox {
    opacity: 1;
}

.serviceUnit.design .yellowBox img {
    position: absolute;
    left: 2px;
    top: 10px;
}

.homeFooter {
    float: left;
    position: relative;
    width: 100%;
    padding: 30px 10px 0;
    background-color: #1d1d1d;
    border-top: solid 5px #e8bd46;
    z-index: 999999;
}

.footerAddress {
    float: left;
    width: 340px;
}

.footerAddress p {
    color: #cccccc;
    float: left;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.footerAddress p span {
    color: #e8bd46;
}

.footerAddress img {
    float: left;
    margin-bottom: 30px;
}

.footerMap {
    display: none !important;
    position: relative;
    width: 430px;
    margin: 60px auto 0;
    padding-bottom: 190px
}

.footerMap img.map {
    position: absolute;
}

.footerMap span.pin {
    position: absolute;
}

.footerMap span.pin.egypt {
    left: 50%;
    top: 28%;
}

.footerMap span.pin.uk {
    left: 42%;
    top: 8%;
}

.footerMap span.pin.dubai {
    left: 57%;
    top: 28%;
    ;
}

.footerMap span.pin:hover:before {
    content: attr(data-tip);
    position: absolute;
    background-color: #e4bc4c;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    top: -6px;
    left: -5px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px -2px 2px;
}

.footerSocial {
    text-align: center;
    margin-bottom: 20px;
}

.footerSocial h1 {
    color: #e8bd46;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

.footerSocialLinks {
    float: right;
}

.footerSocialLinks a,
.footerSocialLinks>span {
    float: left;
    background-color: #404040;
    border-radius: 3px;
    padding: 5px;
    margin: 0 10px 10px 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    cursor: pointer;
    position: relative;
}

.footerSocialLinks a:nth-child(3),
.footerSocialLinks a:nth-child(6) {
    margin-right: 0;
}

.footerSocialLinks a:hover,
.footerSocialLinks>span:hover {
    background-color: #e6bb44;
}

.footerSocialLinks.portfolioShare a:nth-child(3),
.footerSocialLinks.portfolioShare>span:nth-child(3) {
    margin-right: 10px;
}

.footerSocialLinks.portfolioShare {
    float: left;
}

.footerSocialLinks.portfolioShare>span>span {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: none;
}

.portfolioShare {
    margin-top: 15px;
    margin-bottom: 40px
}

.footerSocialLinks.portfolioShare>span>span>span {
    background: none !important;
}

/*
footer {
    position:absolute;
    bottom:0;
    
    background-color:#0f0f0f;  
    border-top:solid 1px #3a3a3a;  
}*/

footer p {
    color: #cccccc;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.content h1.pageTitle {
    text-transform: uppercase;
    font-size: 38px;
    border-bottom: solid 1px #cacaca;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 50px;
}

.content h2 {
    color: #222222;
    font-weight: normal;
    font-size: 30px;
}

.tech {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 15px
}

.portfolioSide h2 {
    border-bottom: solid 1px #cacaca;
    padding-bottom: 20px;
    font-size: 22px;
}

.tech span {
    float: left;
    margin-right: 10px;
}

.tech img:last-child {
    margin-right: 0;
}

table.clientsTable {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

table.clientsTable td {
    padding: 35px;
}

table.clientsTable img {
    float: none;
}

.serviceDescUnit {
    margin-bottom: 45px;
    font-size: 15px;
    margin-top: 35px;
}

.serviceDescUnit .serviceUnit {}

.serviceDescUnit h1 {
    color: #222222;
    font-size: 22px;
    margin: 0;
}

.serviceDescUnit ul {
    margin-left: 0;
}

.serviceDescUnit .serviceUnit {
    display: block;
}

.serviceDescUnit .serviceUnit.mobile {}

.serviceDescUnit .serviceUnit.social {}

.serviceDescUnit .serviceUnit.digital {}

.serviceDescUnit .serviceUnit.marketing {}

.serviceDescUnit .serviceUnit.design {}

.serviceDescUnit .serviceUnit.ecommerce {}

.servicesTower {
    float: left;
    width: 280px;
    margin-right: 70px;
}

.servicesTower:last-child {
    margin-right: 0;
}

.proofOne {}

.proofTwo {}

.lastService {
    padding-bottom: 220px;
    /* background:url(../images/active.png) no-repeat bottom center;*/
}

ul.servicess li a:focus {
    border: none;
    background-color: none
}

.socParent:hover a.social {
    background-position: -560px -162px;
}

.creatParent:hover a.creative {
    background-position: 0 -162px;
}

.deParent:hover a.design {
    background-position: -160px -162px;
}

.mobParent:hover a.mobile {
    background-position: -480px -162px;
}

.markParent:hover a.marketing {
    background-position: -320px -162px;
}

.commParent:hover a.ecommerce {
    background-position: -400px -162px;
}

.digiParent:hover a.digital {
    background-position: -80px -162px;
}

.webParent:hover a.web {
    background-position: -240px -162px;
}

ul.servicess li a {
    background-image: url(../images/services/servicesIcons.png);
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

ul.servicess li a.creative {
    background-position: 0 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.digital {
    background-position: -80px 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.design {
    background-position: -160px 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.web {
    background-position: -240px 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.marketing {
    background-position: -320px 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.ecommerce {
    background-position: -400px 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.mobile {
    background-position: -480px 0;
    width: 80px;
    height: 80px;
}

ul.servicess li a.social {
    background-position: -560px 0;
    width: 80px;
    height: 80px;
}

/*ul.servicess li a.social:hover{background-position:-560px -162px ;}*/

/*ul.servicess li a.mobile:hover{background-position:-480px -162px ;}
*/

/*ul.servicess li a.ecommerce:hover{background-position:-400px -162px ;}
*/

/*ul.servicess li a.marketing:hover{background-position:-320px -162px ;}
*/

/*ul.servicess li a.web:hover{background-position:-240px -162px ;}
*/

/*ul.servicess li a.design:hover{background-position:-160px -162px ;}
*/

/*ul.servicess li a.digital:hover{background-position:-80px -162px ;}
*/

/*ul.servicess li a.creative:hover{background-position:0 -162px ;}
*/

.servicesPage {
    float: left;
    /*margin-top:30px;*/
    width: 100%;
}

.servicesPage p {
    line-height: 1.7;
}

.formContainer {
    margin: 0 0 60px;
    padding: 20px;
    background-color: #FBFBFB;
}

.homeThumbs h1 {
    color: #616262;
    font-weight: normal;
    font-size: 18px;
    border-bottom: dotted 1px #a9a9a9;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.textfields {
    float: left;
}

.textfields input,
.textarea textarea {
    float: left;
    padding: 10px 5px;
    width: 100%;
    border: solid 1px #e9e9e9;
    background-color: #f0f0f0;
    font-size: 13px;
    color: #555252;
    margin-bottom: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.textfields input {}

.formContainer input[type="text"] {
    background-image: url(../images/icons/name.png);
}

.formContainer input[type="email"] {
    background-image: url(../images/icons/mail.png);
}

.formContainer input[type="number"] {
    background-image: url(../images/icons/phone.png);
}

.textfields input:focus,
.textarea textarea:focus {
    background-color: #f8f8f8;
    color: #686868;
}

.formContainer textarea {
    padding: 10px 5px;
    width: 96%;
    border: solid 1px #e9e9e9;
    background-color: #f0f0f0;
    font-size: 13px;
    color: #555252;
    height: 160px;
    margin-bottom: 20px;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.textarea textarea {
    height: 138px;
}

.formContainer button {
    background-color: #797979;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding: 7px 25px;
    border: none;
    display: block;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    cursor: pointer;
    margin: 20px auto 76px;
}

.formContainer button:hover {
    background-color: #e8bd46;
}

/* .contactInfo {} */

.f-r {
    float: right
}

.f-l {
    float: left
}

.contactInfoUnit {
    width: 50%;
    padding: 20px 5%;
    background-color: #FBFBFB;
    margin-bottom: 25px;
    border-bottom: 1px solid #ffff00;
}

@media (max-width: 480px) {
    .contactInfoUnit {
        width: 92%;
        float: none;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .contactUser p {
        font-size: 12px;
    }

    .contactUser p img {
        margin-right: 4px !important;
    }
}

@media ((min-width: 481px) and (max-width: 768px)) {
    .contactInfoUnit {
        width: 72%;
        float: none;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .contactUser p img {
        margin-right: 4px !important;
    }
}

@media ((min-width: 769px) and (max-width: 1024px)) {
    .contactInfoUnit {
        width: 62%;
        float: none;
        margin: 0 auto;
    }
}

.contactInfoUnit h1 {
    font-size: 18px;
    color: #616262;
    font-weight: normal;
    /* border-bottom: solid 1px #dfdfdf; */
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 12px;
    margin-top: 10px;
    padding-left: 30px;
    margin-bottom: 0px;
    position: relative;
}

.contactHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #dfdfdf;
}

.contactLogo {
    margin-right: -10px;
    margin-bottom: -10px;
}

.contactInfoUnit p img {
    margin-right: 10px;
    margin-top: 2px;
}

.contactInfoUnit p a {
    color: #444444;
    text-decoration: none;
}

.contactInfoUnit p a:hover {
    text-decoration: underline;
}

.contactInfoUnit p {
    margin-bottom: 0;
    margin-top: 10px;
}

.contactSpe {
    float: left;
    width: 100%;
    border-bottom: solid 1px #cacaca;
    margin: 30px 0;
}

.sliderArrow {
    float: left;
    width: 100%;
    height: 40px;
    background: url(../images/arrow.png) center top no-repeat #ffffff;
}

.projectSliderContainer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 30px 0;
}

.projectSlider {
    float: left;
    width: 100%;
}

.projectSlider img {
    float: none;
}

.projectSlide {
    width: 100%;
    text-align: center;
}

.sliderPager {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.sliderPager span {
    background-color: #f2dea1;
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 0;
    border-radius: 100%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.sliderPager span:hover {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
}

.sliderPager span.cycle-pager-active {
    background-color: #f2d285;
    cursor: default;
}

.sliderPager span.cycle-pager-active:hover {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sliderFlashContent {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
}

.projectSliderNav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.projectSliderNav div {
    position: absolute;
    padding: 20px 30px;
    background-color: #f0d487;
    cursor: pointer;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.projectSliderNav div.projectSliderNavNext {
    right: 0;
}

.projectSliderNav div:hover {
    padding: 20px 25px;
}

.projectSliderContainer:hover .projectSliderNav {
    opacity: 1;
}

.projName {
    margin-top: 126px;
}

.careersDiv {
    width: 85%;
    margin: 0 auto;
}

.careers {
    text-align: center;
}

.careersUnit:last-of-type {
    margin-bottom: 46px;
}

.careersUnit,
.serviceUnits {
    text-align: left;
    display: inline-block;
    display: block;
    padding: 25px;
    border-bottom: solid 25px #ffffff;
    margin: 10px 10px 30px;
    background-color: #FDFCFC;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    position: relative;
}

.careersUnit h1,
.serviceUnits h1 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: solid #eeeeee 1px;
    font-size: 24px;
    color: #6f6f6f;
    text-align: center;
}

.careersUnit p,
.serviceUnits p {
    color: #444444;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
}

.careersUnit.activate {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    padding: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.careersUnit.activate .careersUnitCore {
    position: absolute;
    padding: 30px;
    left: 100px;
    right: 100px;
    top: 100px;
    bottom: 175px;
    overflow: auto;
    background-color: #ffffff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}

.clickToSee {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: -13px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.clickToSee p {
    color: #ffffff;
    text-align: center;
    margin-top: 200px;
    float: left;
    width: 100%;
    font-size: 22px;
}

.careersUnit:hover .clickToSee {
    opacity: 1;
}

.careersUnit.activate .clickToSee {
    display: none;
}

a.careersApply {
    position: fixed;
    left: 50%;
    color: #ffffff;
    background-color: #e8bd46;
    padding: 10px 30px;
    bottom: 60px;
    z-index: 999999999;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    display: none;
    margin-left: -65px;
}

a.careersApply:hover {
    color: #e8bd46;
    background-color: #ffffff;
    -webkit-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

p.address img {
    margin-bottom: 10px;
}

#stwrapper {
    display: none;
}

.topCore a img,
.topCore a,
.topCore {
    border-top: none !important;
}

ul li {
    text-decoration: none
}

body {
    overflow: hidden
}

#vid {
    margin-top: 70px
}

/***************************************************** for Responsive *****************************************/

.workSlider {
    margin: 10px 0
}

ul.flex-direction-nav li a.flex-prev {
    position: absolute;
    left: -70px;
    top: 40%;
    background-image: url(../images/icons/leftArrow.png);
    background-repeat: no-repeat;
    background-color: #f0d487;
    background-position: center center;
    padding: 20px 30px;
    text-indent: -999px;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

ul.flex-direction-nav li a.flex-next {
    position: absolute;
    right: -70px;
    top: 40%;
    background-image: url(../images/icons/rightArrow.png);
    background-repeat: no-repeat;
    background-color: #f0d487;
    background-position: center center;
    padding: 20px 30px;
    text-indent: -99999px;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

ul.flex-direction-nav li a:hover {
    padding: 20px 25px
}

.workSlider:hover ul.flex-direction-nav li a.flex-next {
    right: 0
}

.workSlider:hover ul.flex-direction-nav li a.flex-prev {
    left: 0
}

.projectSlideContainer img {
    max-width: 100%;
}

.homeThumb {
    margin: 24px 1%
}

.copyWrite {
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    text-align: center;
}

ul.on li a span {
    padding: 10px 15px 15px !important
}

.copyWrite span {
    color: #cccccc;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

ul.social {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

ul.social li:hover {
    background-color: #e6bb44
}

ul.social li {
    display: inline-block;
    background-color: #404040;
    border-radius: 3px;
    padding: 5px;
    margin: 0 5px 10px;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    cursor: pointer;
    position: relative;
}

ul.clientss {
    text-align: center
}

ul.clientss li {
    display: inline-block;
    margin: 0 20px 15px
}

.navIcon {
    background-image: url(../images/icons/navIcon.png);
    width: 38px;
    height: 28px;
    display: block;
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 9999;
}

.on {
    right: 0 !important;
    position: absolute;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.nav {
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

/* Tablet Layout : 481px to 768px . Inherit styles from : mobile layout. */

.mainSlider {
    width: 100%
}

ul.servicess {
    text-align: center
}

ul.servicess li {
    margin: 20px 26px;
    width: 100px;
    vertical-align: top;
}

ul.servicess li img {
    width: 100%
}

.serviceUnit {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    position: relative;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 15px;
    margin: 60px auto 10px;
    text-align: center;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    cursor: pointer;
}

.footerSection {
    width: 100%;
    float: none
}

footer {
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 0 50px 0;
    background-color: #1d1d1d;
    border-top: solid 5px #e8bd46;
}

.footerParagraph {
    margin: 0 0 20px;
    width: 46%;
    float: left;
    text-align: left;
    padding: 0 2%
}

.footerParagraph p span {
    color: #e8bd46;
}

ul.mobileLocation {
    text-align: center;
    margin: 30px 0 0
}

ul.mobileLocation li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    cursor: pointer
}

ul.mobileLocation li img {
    width: 16px;
    height: 24px;
    margin: 0 auto 8px
}

ul.mobileLocation li span {
    color: #bebebe;
    background-color: #242323;
    padding: 5px;
    border-radius: 3px;
    -webkit-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
    display: block
}

ul.mobileLocation li span:hover {
    background-color: #e7bb43;
    color: #FFF;
}

.formContainer input {
    padding: 10px 1%;
    width: 96%;
    border: solid 1px #e9e9e9;
    background-color: #f0f0f0;
    font-size: 13px;
    color: #555252;
    margin-bottom: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.careerDetails {
    color: #444444;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}

.lastCareer {
    height: auto
}

.homeThumb img {
    width: 100%
}

.footerMap img {
    width: 100%
}

ul.clients {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    float: none;
}


ul.clients li {
    display: inline-block;
    margin: 11px 20px 30px;
    width: 130px
}


ul.clients li img {
    max-width: 100%
}

.workImage {}

.mainBg {
    background-image: url(../images/homeThumbs/ALFA2.png);
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: none;
    background-repeat: no-repeat;
    height: 611px;
    background-position: top center;
    background-size: cover;
    margin-top: 80px;
    margin: auto;
}

.slogan {
    margin-bottom: 35px !important
}

.remove {
    display: none
}

.logo {
    height: auto;
    margin: 6px 0 10px 0;
    float: left;
    width: 45%;
    max-width: 155px;
    padding-top: 15px
}

.logo img {
    width: 100%
}

.navResponsive {
    padding: 10px 16px;
    background-color: #242323;
    position: absolute;
    top: 69px;
    right: -283px;
    width: 177px;
    z-index: 9999;
    -webkit-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

.navResponsive ul.responsiveNav li a {
    color: #bebebe;
    font-size: 18px;
    padding: 10px;
    -webkit-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

.navResponsive ul.responsiveNav li a:hover {
    color: #e8bd46
}

.navResponsive ul.responsiveNav li {
    margin: 0 0 10px
}

ul.socialHead li {
    display: inline-block;
    margin: 5px 4px
}

ul.socialHead {
    text-align: center;
    margin: 15px 0 0
}

figure.homeThumb {
    margin-bottom: 30px
}

.portfolioData h2 {
    margin-bottom: 20px;
}

.portfolioData p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 40px;
}

.serviceApplied {
    margin-top: 30px
}

.portfolioData {
    margin-bottom: 30px
}

.workBg.ng-scope {
    display: none
}

.workImage {
    margin: 20px;
    text-align: center
}

ul.mainThumbs li.homeThumb {
    width: 29%
}

h1.slogan.pageTitle.ng-binding {
    margin-top: 126px !important;
    line-height: 1.3
}

ul.qualific li {
    font-size: 16px !important;
}

.goDown {
    background-image: url(../images/icons/goDown.png);
    width: 65px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -32px;
}

.go-Down {
    background-image: url(../images/icons/goDown.png);
    width: 65px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -32px;
}

.contactInfo {
    text-align: left
}

.contactInfoUnit.f-r h1,
.contactInfoUnit.f-l h1 {
    font-size: 18px
}

.serviceIcon {
    width: 50%;
    margin: 0 auto
}

.serviceIcon img {
    width: 100%;
    height: 100%
}

.careersUnit {
    cursor: pointer
}

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 90.675%;
        margin: 0 auto
    }

    .workImage {
        margin: 1%
    }
}



/* Desctop Layout: 769px to maximum of 1232px inherit styles from mobile layout and tablet layout */

@media only screen and (min-width: 769px) {
    .serviceIcon {
        width: 320px;
        margin: 0 auto
    }

    .serviceIcon img {
        width: 100%;
        height: 100%
    }

    .careersUnit:hover {
        border-bottom: solid 25px rgba(0, 0, 0, 0.8);
    }

    .goDown,
    .go-Down {
        display: none !important
    }

    .workImage {
        width: 44%;
    }

    .topMargin {
        margin-top: 539px;
    }

    ul.clients li {
        display: inline-block;
        margin: 48px 60px 15px;
    }

    ul.paragraphTitle {
        text-align: left !important;
        border: none
    }

    .portfolioData {
        float: left;
        padding-bottom: 30px;
        width: 60%;
    }

    .portfolioSide {
        float: right;
        width: 32%;
    }

    .portfolioContainer {
        padding: 0 10%;
        width: 80%
    }

    .portfolioSlideContainer {
        position: relative;
        float: left;
        width: 100%;
        background-color: #ffffff;
        padding: 0 0 30px 0;
    }

    .careersUnit,
    .serviceUnits {
        height: 450px;
        overflow: hidden
    }

    .contentTop {
        margin-top: 68px;
    }

    .careersM {
        margin-bottom: 50px
    }

    .bottomM {
        padding-bottom: 50px;
        padding-top: 20px
    }

    .workThumbs {
        padding-left: 8%;
        padding-right: 8%
    }

    .getDetails {
        display: block !important
    }

    .FirstContent {
        margin-top: 611px;
    }

    ul.nav li:last-child {
        display: none !important
    }

    .workImage {
        margin: 20px 1.5%
    }

    .mainThumbs {
        display: block
    }

    p {
        font-size: 14px
    }

    .careersUnit,
    .serviceUnits {
        width: 37%;
        margin: 10px 1%;
        padding: 25px 5%;
        float: left;
    }

    .formContainer {
        float: left;
        width: 60%
    }

    .contactInfo {
        /* float: right; */
        /* width: 32% */
        display: flex;
        justify-content: center;
        gap: 46px;
    }

    .formContainer button {
        margin: 0;
        float: left
    }

    .formContainer textContainer textarea {
        width: 35%;
        float: right
    }

    .formContainer inputContainer {
        float: left;
        width: 35%
    }

    ul.mobileLocation {
        display: none
    }

    .footerSocial {
        display: block
    }

    ul.social {
        width: 50%;
        display: block
    }

    .footerParagraph {
        margin: 0 0 20px;
        float: none;
        width: 100%
    }

    .footerSection {
        width: 31%;
        margin: 0 1%;
        float: left
    }

    .footerParagraph p {
        color: #cccccc;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        margin-left: 5px
    }

    .topCore {
        width: 90%;
        height: 75px;
    }

    ul.nav {
        display: block !important
    }

    .navIcon {
        display: none
    }

    .gridContainer {
        width: 88.2%;
        margin: 0 auto
    }

    .space {
        padding-top: 50px;
    }

    .last {
        padding-bottom: 50px;
    }

    ul.nav li {
        display: inline-block;
        vertical-align: text-top;
        padding-left: 10px
    }

    ul.nav {
        position: relative
    }

    .mainMenu {
        float: right;
        height: 100%;
    }

    .mainMenu a {
        height: 100%;
        color: #bebebe;
        text-decoration: none;
        font-size: 18px;
    }

    .mainMenu a:last-child {}

    /*   .mainMenu a:visited, a:active, a:focus{
            background-color:#323131;
            border-top:solid 4px #e8bd46; 
        }*/
    .mainMenu a span {
        display: block;
        height: 20px;
        padding: 29px 10px 28px;
        background-color: #242323;
        -webkit-transition: all ease-out 400ms;
        transition: all ease-out 400ms;
    }

    .mainMenu a span:last-child {
        color: #1d1d1d;
        box-shadow: inset 0 0 15px rgba(99, 80, 29, 0.2);
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    }

    .mainMenu a:hover span:first-child {
        background-color: #181717;
        margin-top: -75px;
    }

    .mainMenu a:hover span:last-child {
        background-color: #e6bb44;
    }

    .mainMenu a.selected span,
    .mainMenu a.selected:hover span {
        padding-top: 23px;
        background-color: #323131;
        margin: 0;
        cursor: default;
    }

    .content h1 {
        font-size: 30px;
        font-weight: normal;
        line-height: 1.3
    }
}

.upper {
    text-transform: uppercase
}

.workImage:nth-last-child(2) {
    display: none !important;
}

@media only screen and (max-width: 768px) {

    a.flex-prev:focus,
    a.flex-next:focus {
        border: none
    }

    ul.flex-direction-nav li a.flex-prev {
        left: 0;
        padding-right: 11px
    }

    ul.flex-direction-nav li a.flex-next {
        right: 0;
        padding-left: 11px
    }

    ul.flex-direction-nav li a.flex-next,
    ul.flex-direction-nav li a.flex-prev {
        background-color: transparent
    }

    .content h1.pageTitle {
        margin-top: 106px
    }

    .projectSliderNav div {
        background: none;
    }

    .projectSliderNav {
        opacity: 1
    }

    .workBg.ng-scope img {
        width: 100%;
        height: 100%
    }

    .workBg.ng-scope {
        display: block;
        margin-top: 73px
    }

    .clickToSee {
        display: none
    }

    /* Remove Display None from Header */
    /* .header {
        display: none
    } */

    .projectSlideContainer img {
        width: 100%
    }

    .mainThumbs .homeThumb {
        width: 70% !important;
        padding-right: 7px;
        padding-left: 7px;
        margin-left: 13%;
        margin-right: 15%
    }

    .careersUnit {
        display: block !important
    }

    .mainMenu a span:last-child {
        display: none
    }

    ul.nav {
        position: absolute;
        top: 75px;
        right: -205pX;
        background-color: #242323;
        z-index: 999
    }

    .mainBg {
        display: block !important
    }
}

@media only screen and (max-width: 640px) {
    p {
        font-size: 14px;
        font-weight: bold
    }

    figure span {
        font-size: 14px !important
    }

    ul.paragraphTitle li {
        display: block;
    }

    /*.homeThumb {
    width:46%; float:left; margin-bottom: 10px}
	
	*/
}

ul.on {
    width: 240px;
    padding: 0 20px;
    text-align: left
}

ul.on li {
    display: inline-block;
    font-size: 26px;
    padding: 0 30px 0 0
}

ul.on li a {
    margin: 0 5px 0 0
}

ul.on li:last-child {
    padding: 0 10px 0 0
}

@media only screen and (max-width: 480px) {
    ul.flex-direction-nav li a.flex-prev {
        top: 32%
    }

    ul.flex-direction-nav li a.flex-next {
        top: 32%
    }

    .footerParagraph {
        width: 96%
    }

    .footerParagraph ul.paragraphTitle li span .gridContainer {
        width: 96%;
        margin: 0 auto
    }

    .projectSliderNav div.projectSliderNavNext {
        right: -25px;
        display: block
    }

    .projectSliderNav div.projectSliderNavPrev {
        left: -25px;
        display: block
    }

    /* Update Nav and Slider on mobile screens */
    .gridContainer {
        width: 88.56%;
        margin: 0 auto;
    }

    .projectSlideContainer {
        width: 80%;
        margin: 0 auto;
    }

    .projectSlider img {
        float: none;
        width: 70%;
        object-fit: contain;
    }
}

.paragraphTitle {
    padding: 5px;
}

.pinIcon {
    float: left;
    width: 20%;
    height: 73px;
    text-align: center;
    background-image: url(../images/icons/footerPin.png);
    background-repeat: no-repeat;
    background-position: center center
}

.locationDetails {
    float: right;
    margin: 0 0 0 1%;
}

ul.paragraphTitle {
    text-align: center;
}

ul.paragraphTitle li {
    display: block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

ul.paragraphTitle li span {
    color: #e8bd46;
    font-size: 12px
}

.footerSection:last-child {
    float: right
}

@media only screen and (min-width: 1050px) {
    .workImage {
        width: 28%
    }

    .footerMap {
        display: block !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .workImage {
        width: 44%
    }
}

@media only screen and (max-width: 1050px) {
    .homeThumb span {
        font-size: 20px
    }
}

@media only screen and (min-width: 1238px) {
    .homeThumb span {
        font-size: 20px
    }
}

/* .projectSliderNav {
    display: none
} */

/***************************************************** servicess ***********************************************/

.serviceGridContainer {
    padding: 20px 0
}

.serviceDetails h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
    border: none;
}

.serviceDeclare,
.serviceDetails {
    width: 98% !important;
    margin: 20px 1% 0;
}

.bgColor {
    background-color: #E0E0E0
}

.last {
    padding-bottom: 50px;
}

.rightContent {
    float: right
}

.leftContent {
    float: left
}

.serviceDetails p {
    color: #444444;
    font-size: 18px;
    padding: 10px 0;
}

.serviceDetails ul {
    list-style: inherit;
    display: inline-block;
    padding: 23px
}

.serviceDetails ul li {
    font-size: 18px;
    line-height: 1.7;
    text-align: left
}

@media only screen and (min-width: 1000px) {

    .serviceDeclare,
    .serviceDetails {
        width: 48% !important;
        margin: 0 1%
    }

    .serviceDetails {
        text-align: left
    }

    .serviceDeclare h1 {
        border: none;
        margin-top: 0;
        margin-bottom: 0
    }

    .serviceDeclare .serviceUnit.social {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

#project-header {
    height: 500px;
}

.footerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUsers {
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
}

.contactInfoUnit .address {
    text-align: center;
}