/*Fonts*/
@font-face {
    font-family: fontawesome;
    src: url('../fonts/font-awesome/fontawesome-webfont.ttf');
}
@font-face {
    font-family: arial;
    src: url('../fonts/arial/arial.ttf');
}
@font-face {
    font-family: raleway;
    src: url('../fonts/Raleway/Raleway-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: raleway;
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: raleway;
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: raleway;
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: raleway;
    src: url('../fonts/Raleway/Raleway-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: raleway-Ebold;
    src: url('../fonts/Raleway/Raleway-ExtraBold.ttf');
}


/*Common Styles*/

body {
    line-height: 1.5;
    color: #818181;
    font-family: Roboto;
}

/*Header Styles*/

#header-wrap .navbar-brand img{
    height: 55px;
}
#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

#header .container { position: relative; }

#header.transparent-header {
    background: transparent;
    border-bottom: none;
    z-index: 199;
}
#header,
#header-wrap,
#logo img {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}
#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
}
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
    top: -100px;
    margin-bottom: -100px;
}
/* ----------------------------------------------------------------
        Slider
-----------------------------------------------------------------*/


.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-parallax { position: relative; }

.slider-parallax,
.slider-parallax .swiper-container {
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
    position: fixed;
    width: 100%;
    height: 100%;
}

.device-touch .slider-parallax .slider-parallax-inner { position: relative; }

body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }

body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }

#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption {
    will-change: transform;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: transform 0s linear;
    -webkit-backface-visibility: hidden;
}
.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
    padding-top: 150px;
    font-size: 45px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
}
.center {
    text-align: center !important;
}


#header li .nav-link{
    padding: 0 17px !important;
    color: #fff;
    color: #f4f4f4;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#header li .nav-link:hover, #header li.active .nav-link{
    color: #980d1a;
    opacity: 0.8;
}
#header .navbar{
    padding: 0 2rem;
}
#header .dropdown-toggle::after{
    display: none;
}
.navbar-toggler-icon{
    width: 12px;
    height: 2px;
    margin: 2px 0;
    background-color: #fff;
    display: block;
}
.navbar-nav .dropdown-menu{
    background-color: rgba(15,18,24,1);
    border-radius: 0;
    padding: 10px 20px;
}
.navbar-nav .dropdown-menu a{
    border-bottom-color: #3d3d3d;
    color: #e5e5e5;
    padding: 10px 0;
    font-family: montserrat;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.navbar-nav .dropdown-menu a:hover{
    background-color: transparent;
    color: #0056b3;
}

/*Black menu styles*/
body, html{
    /*height: 100%;*/
    /*overflow: hidden;*/
}
.black-menu-wrap{
    background-color: #EBEAE6;
    padding: 60px 0 30px;
    position: relative;
    display: block;
    z-index: 1;
}
@keyframes topFadeOut {
    0% {
        position: absolute;
        top: 45%;
        opacity: 0;
    }

    75% {
        position: absolute;
        top: 57.5%;
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.ParallaxContainer h1 {
    font-size: 45px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    margin: -110px 0 0;
    position: absolute;
    top: 57.5%;
    text-align: center;
    /*opacity: 0;*/
    animation-name: topFadeOut;
    animation-duration: 3s;
}
.MainContainer {
    perspective: 1.1px;
    transform-style: preserve-3d;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
}
.ParallaxContainer {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: -1;
    height: 100vh;
    justify-content: center;
    align-items: center;
    transform: translateZ(-1px) scale(2);
    background: url(../images/black-menu/1.jpg);
    background-size: cover;
    margin-top: -80px;
}
.black-menu-container{
    margin-bottom: 30px;
}
.black-menu-container p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
    font-family: Roboto;
    color: #818181;
}
.black-menu-container p a{
    color: #303030;
    transition: all 0.3s ease;
    text-decoration: none;
}
.black-menu-container p a:hover{
    color: #1e73be;
}
.black-menu-container blockquote{
    margin-bottom: 20px;
}
.black-menu-container blockquote h5{
    display: inline-block;
    margin: 0;
    font-size: 21px;
    color: #121212;
    font-weight: 400;
}
.black-menu-container blockquote i{
    font-size: 22px;
    color: #c1c0c0;
    padding: 0 15px;
}
.black-menu-container ul{
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
    font-family: Roboto;
    color: #818181;
    padding: 0;
    list-style: inside;
}

/*Footer Styles*/
footer{
    background-color: #121212;
    height: 84px;
    position: relative;
}
.footer-container ul{
    margin: 0;
    padding: 0;
}
.footer-container ul li{
    color: #fff;
    font-size: 9px;
    letter-spacing: 4px;
    font-weight: 500;
    padding: 0;
    line-height: 84px;
}
.footer-container ul li a{
    color: #fff;
    text-decoration: none;
}
#toTop{
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 56px;
    right: 5px;
    z-index: 1030;
    text-align: center;
    color: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    font-size: 20px;
    display: none;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#toTop:hover{
    background-color: #EBEAE6;
    border: 2px solid transparent;
}
#toTop i{
    line-height: 56px;
    color: #b0b0b0;
    position: relative;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
.VideoContainer {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: -1;
    height: 100vh;
    justify-content: center;
    align-items: center;
    transform: translateZ(-1px) scale(2);
    margin-top: -80px;
}
.home-content{
    background-color: #EBEAE6;
    padding: 80px 0;
}
.home-content-container h3{
    font-size: 30px;
    line-height: 1.25em;
    color: #585858;
    font-weight: 700;
    margin: 0 0 60px;
}
.home-content-container h5{
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 50px;
}
.home-img-container{
    overflow: hidden;
    display: table;
    width: 100%;
    height: 225px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.home-img-container:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.home-img-container:hover:before{
    opacity: 1;
}
.home-img-container img {
    width: 100%; 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 225px;
}
.home-img-container:hover img{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}
.home-container h3{
    font-size: 30px;
    line-height: 1.25em;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}
.home-img-container .img-content{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    padding: 50px 30px;
    transition: all 0.3s ease-in-out;
}
.home-img-container:hover .img-content{
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s;
}
.home-img-container .img-content a{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.home-img-container .project_category{
    text-align: center;
    color: #fff;
    margin: 20px 0;
    transition: all 0.3s;
}
.home-img-container .img-content a.brand-link{
    border-color: #121212;
    color: #ffffff;
    background-color: #121212;
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
    border-radius: 3px;
    display: block;
    width: 60px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.home-img-container .img-content a.brand-link:hover{
    background-color: #fff;
    border-color: transparent;
    color: #000;
}
.client-container{
    margin: 120px 0 0;
}
.client-container ul{
    margin: 0;
}
.brandscape-btm-section{
    background-color: #ebeae6;
    padding: 100px 0;
}
.brandscape-btm-section p{
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 8px;
    margin: 0;
}


/*Project Styles*/
.project-bg{
    background-color: #000 !important;
}
.project-container img{
   
}
.project-container .home-img-container{
    
}
.project-container .home-img-container:before{
  
    transition: all 0.3s ease-in-out;
}
.project-container .home-img-container .img-content{
    position: absolute;
    display: none;
    top: calc(50% - 30px);
    left: auto;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    padding: 0 30px;
    transition: all 0.3s ease-in-out;
}
.project-container .home-img-container:hover .img-content
{
    display: block;
}
.project-container .home-img-container .img-content a{
    margin-bottom: 15px !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    line-height: 33px;
    font-weight: 700;
}
.project-container .home-img-container .img-content .project_category{
    line-height: 1;
    font-size: 12px;
    margin: 15px 0 0 !important;
}
.product-content{
    padding: 115px 40px 0!important;
    margin-top: -100px !important;
}
.product-content .col-md-4{
    padding: 0 7.5px !important;
}
.product-content .project-container{
    margin: 0 0 15px;
}

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


.text_description {
	z-index: 999;
    color: #fff;
        width: 90%;
	text-align: right;
	 position: relative;
      -webkit-animation: mymove 7s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation: mymove 7s;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {right: 0%;}
    to {right: 55%;}
}

@keyframes mymove {
    from {right: 0%;}
    to {right: 55%;}
}

.text_description h4 span{
    display: inline-block;
    background-color:#949191;
    border-radius:10px;
    margin: 6px 0;
    padding: 0px 12px;
}
.text_description h4{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
    margin: 0;
	
}