body {
    background:#efefef;
    font-family: "OpenSans", Arial, Helvetica, Sans-serif;
    color:#282828;
}

/*generic*/
img { max-width: 100%; }
ul { list-style: none; padding: 0; }
a:hover,
a:focus { text-decoration: none; outline: none; }
.mobileBanner { display: none; }
strong { font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif; }

a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*error*/
.error {
    border-bottom: 1px solid #e44141 !important;
}

.error::-webkit-input-placeholder{
   color: #e44141;
}

.error:-moz-placeholder.error { /* Firefox 18- */
   color: #e44141;  
}

.error::-moz-placeholder.error {  /* Firefox 19+ */
   color: #e44141;  
}

.error:-ms-input-placeholder.error {  
   color: #e44141;  
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*header*/
header {
    width: 100%;
    z-index: 5;
    overflow: hidden;
    position: fixed;
    background: #171717;
}

.homepage header {
    background: url(../img/header-bg.png);
    background-position: repeat-x;
    background-position: repeat-y; 
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.homepage .headerv2 {
    background: #171717 !important;
}

header .top {
    width: 100%;
    height: 25px;
    background: #000;
}

header .top .socialbuttons {
    margin: 0 50px;
    margin-right: -35px;
}

header .top .socialbuttons a { margin: 3px 10px; display: inline-block; }

header .top .socialbuttons img { width: 75%; }

header .top .lang a {
    font-size: 14px; 
    color:#ffffff;
    display: inline-block;
    margin: 2px;
}

header .top .lang a:hover,
header .top .lang a.active {
    border-bottom: 1px solid #ffffff;
}

.navbar {
    margin: 0;
    min-height: auto !important;
    border-radius: 0;
    clear: both;
    padding: 5px 0;
}

.navbar-brand {
    height: auto;
    padding: 10px;
    width: 45%;
}
.navbar-brand img {max-width: 100%;}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-nav {
    padding: 3% 0;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 10px 30px
}

.navbar-nav > li.active:after {
    clear: both;
    display: block;
    content: "";
    height: 20px;
    width: 5px;
    background: #ffffff;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

.navbar-nav > li:last-child:after {
    left: 30px;
}

.navbar-nav > li > a:hover {
    color:#e44141;
}

.navbar-nav > li:last-child > a {
    padding-right: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: transparent;
}



/*** MAIN ***/

/*video area*/
.videoWrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video {
    position: relative;
    width: 100%;
    height: 100vh;
    
}

.videoWrap .bg-overlay {
    width: 100%;
    height: 100%;
    background: url(../img/overlay-video.png) repeat;
    opacity: .4;
    z-index: 1;
    position: absolute;
}

.videoWrap .videoText {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color:#ffffff;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.videoWrap .videoText h1 { font-size: 70px; font-family: "OpenSans-Light", Arial, Helvetica, Sans-serif; }
.videoWrap .videoText h1 strong { 
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif; 
    font-size: 32px;
    display: block;
}

.videoWrap .videoText p {
    font-size: 28px;
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif;
}

.videoWrap .videoText p strong { font-size: 18px; }

.videoWrap .videoText .exploreBtn {
    color:#ffffff;
    font-size: 16px;
    border:1px solid #ffffff;
    border-radius: 5px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 15px;
}

.videoWrap .videoText .exploreBtn:hover {
    background: #ffffff;
    color:#000;
    text-shadow: 0px 0px 0px #000;
}

/*text area*/
#txtWrap {
    padding: 80px 0;
    background: #d4d4d4;
    position: relative;
    text-align:center;
    color:#424242;
}
#txtWrap .textArea {max-width: 800px; margin: 0 auto;}
#txtWrap h3 { font-size: 24px;  }
#txtWrap p { font-size: 22px; line-height: 36px;}
#txtWrap .textArea p strong {color: #e44141;}

section {
    overflow: hidden;
}

section h2,
.content h1 {
    font-size: 28px;
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif;
    text-align: center;
    color: #424242;
    margin-bottom:50px;
}

section h2 span,
.content h1 span {
    color: #e44141;
}

section h2:after,
.content h1:after {
    clear: both;
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #e44141;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}



/*Our Services*/
#ourServices {
    padding: 60px 0;
    font-size: 16px;
    text-align: center;
}

#ourServices .ourServicesTab {
    max-width: 800px;
    margin: 70px auto 0;
}

#ourServices .ourServicesTab ul.tab {
    width: 75%;
    margin: 0 auto;
}

#ourServices .ourServicesTab ul.tab li {
    float: left;
    width: 25%;
    height: 120px;
}

#ourServices .ourServicesTab ul.tab li a {
    display: block;
    color:#e44141;
    padding: 15px 10px;
    height: 100%;
    font-size: 15px;
    margin: 0 7%;
}

#ourServices .ourServicesTab ul.tab li.active a,
#ourServices .ourServicesTab ul.tab li a:hover {
    background: #e44141;
    color:#ffffff;
}

#ourServices .ourServicesTab ul.tab li .icon {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: 30px !important;
    background-position: center center !important;
}

#ourServices .ourServicesTab ul.tab li a .icon.events { background: url(../img/corporate-events.png) no-repeat; }
#ourServices .ourServicesTab ul.tab li a .icon.production { background: url(../img/production.png) no-repeat; }
#ourServices .ourServicesTab ul.tab li a .icon.creative { background: url(../img/creative-stand.png) no-repeat; }
#ourServices .ourServicesTab ul.tab li a .icon.marketing { background: url(../img/direct-marketing.png) no-repeat; }

#ourServices .ourServicesTab ul.tab li a:hover .icon.events,
#ourServices .ourServicesTab ul.tab li.active a .icon.events { background: url(../img/corporate-events-hover.png) no-repeat; }
#ourServices .ourServicesTab ul.tab li a:hover .icon.production,
#ourServices .ourServicesTab ul.tab li.active a .icon.production { background: url(../img/production-hover.png) no-repeat; }
#ourServices .ourServicesTab ul.tab li a:hover .icon.creative,
#ourServices .ourServicesTab ul.tab li.active a .icon.creative { background: url(../img/creative-stand-hover.png) no-repeat; }
#ourServices .ourServicesTab ul.tab li a:hover .icon.marketing,
#ourServices .ourServicesTab ul.tab li.active a .icon.marketing { background: url(../img/direct-marketing-hover.png) no-repeat; }

#ourServices .ourServicesTab .tabContent {
    clear: both;
    border:2px solid #e44141;
}

#ourServices .ourServicesTab .tabContent .inner {
    padding: 5%;
}
#ourServices .ourServicesTab .tabContent .inner h3 {
    color: #E44141;
}
#ourServices .ourServicesTab .tabContent .inner p {
    line-height: 28px;
}

/* featured works */
#featuredWork {
    padding: 60px 0;
    font-size: 16px;
    text-align: center;
}

.works {
    text-align: center;
    font-size: 16px;
}

.works .item  {
    position: relative;
    overflow:hidden;
}

.works .item figure {
    position: relative;
}

.works .item figure img {
    display: block;
}

.works .item figure .bg {
    width: 100%;
    height: 100%;
    background: url(../img/work-bg.png) repeat-x bottom center; 
    position: absolute;
    top: 0;
    left: 0;
}

.works .item figcaption {
    position: absolute;
    bottom: 30px;
    left: 50px;
    color:#ffffff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
    text-align: left;
}

.works .item .hover {
    width: 100%;
    height: 100%;
    background: url(../img/hover-bg.png);
    background-position: repeat-x;
    background-position: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color:#ffffff;
}


.works .item .hover .inner {
    padding: 0 50px;
     display: table;
     height: 100%;
     margin: 0 auto;
}

.works .item .hover .inner .middle {
    display: table-cell;
    vertical-align: middle;
}

.works .item:hover .hover {
    opacity: 1;
}

.works .item:hover figcaption {
    opacity: 0;
}

.works .item .hover strong {
    font-size: 24px;
    display: block;
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}


.works .item .hover span {
    font-size: 16px;
    display: block;
    margin: 30px 0;
}

.works .galleryButtons ul {
    display: inline-block;
    margin: 4%;
}

#featuredWork .viewAll {
    display: inline-block;
    text-align: center;
    margin: 40px 0;
    color:#424242;
    font-size: 20px;
}

#featuredWork .viewAll:hover {
    color:#e44141;
}

#featuredWork .viewAll:after,
#featuredWork .viewAll:before {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background: #e44141;
    content: "";
}

.works .no-gutters > .item .photoGallery li { display: none; }
.works .no-gutters > .item .photoGallery li:last-child { display: block; }

/*clients*/
#clients {
    margin-bottom: 5%;
}

#clients .row > div {
    display: table;
    height: 100px;
}

#clients .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#clients .item img {
    max-width: 50%;
    max-height: 50px;
}

/*culture*/
#culture { 
    width: 100%;
    height: auto;
    padding: 50px 0;
    color:#ffffff;
    font-size: 16px;
    text-align: center;
}

#culture h2 { color: #ffffff; }

#culture .items {
    max-width: 920px;
    text-align: center;
    width: 100%;
    margin: 5% auto;
}

#culture .items .item {
    max-width: 225px;
    width: 220px;
    height: 220px;
    background: #ffffff;
    border-radius: 4px;
    display: inline-block;
    margin: 5px;
    padding: 20px;
    color:#424242;
    font-size: 16px;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    float: left;
}

#culture .items .item p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

#culture .items .item hr {
    border-bottom: 2px solid #e44141;
}

#culture .items .item strong { 
    font-size: 32px; 
    color: #424242; 
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif;
}

/*follow us*/
#followUs {
    padding: 50px 0;
    text-align: center;
}

#followUs ul li {
    display: inline-block;
    margin: 1%;
}

#followUs ul li figure {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
}

#followUs ul li figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}

#followUs ul li figure .shadow {
    background: url(../img/shadow.png) no-repeat;
    width: 100%;
    height: 199px;
    position: absolute;
    bottom: 0;
}

#followUs ul li figure figcaption p { color: #ffffff; float: left; font-size: 16px; margin-left: 10px; margin-bottom: 0; }
#followUs ul li figure figcaption .icon { float: right; margin-right: 10px; }

/*contact*/
#contactWrap {
    background: #e44141;
}

#contactWrap .contactArea .inner {
    max-width: 350px;
    margin: 0 auto;
    padding: 5% 0;
}

#contactWrap .contactArea .inner h2,
#contactWrap .contactArea .inner ul li a {
    color: #fff;
}

#contactWrap .contactArea .inner ul {
    margin-left: -50px;
}

#contactWrap .contactArea .inner h2:after {
    background: #ffffff;
}

#contactWrap .contactArea .inner ul li { 
    color: #fff; 
    padding: 5px 0 5px 70px;
    margin-bottom: 15px;
    text-align: center;
}

#contactWrap .contactArea .inner ul li.address-icon { background: url(../img/address-icon.png) no-repeat left center; background-size: 25px; }
#contactWrap .contactArea .inner ul li.mail-icon { background: url(../img/mail-icon.png) no-repeat left center; background-size: 30px; }
#contactWrap .contactArea .inner ul li.phone-icon { background: url(../img/phone-icon.png) no-repeat left center; background-size: 30px; }
/*** MAIN END ***/

.content {
    padding: 50px 0;
    overflow: hidden;
    padding-top: 140px;
}

/*team*/
.team {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.team .item  {
    position: relative;
    overflow:hidden;
    border-radius: 10px;
    margin: 15px 0;
}

.team .addItem {
    margin: 15px 0;
}

.team .addItem .hover {
    opacity: 1 !important;
    background: #000000 !important;
}

.team .addItem .hover a { color:#ffffff; }
.team .addItem .hover a img { width: 60%; }
.team .addItem .hover p span { font-size: 44px; margin: 0 !important; display: initial; }
.team .addItem .hover p span:after { display: none; }
.team .addItem .hover p { font-size: 34px; }

.team .item .hover {
    width: 100%;
    height: 100%;
    background: url(../img/hover-bg.png);
    background-position: repeat-x;
    background-position: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color:#ffffff;
}

.team .item .hover .inner {
    padding: 0 30px;
     display: table;
     height: 100%;
     margin: 0 auto;
}

.team .item .hover .inner .middle {
    display: table-cell;
    vertical-align: middle;
}

.team .item:hover .hover {
    opacity: 1;
}

.team .item:hover figcaption {
    opacity: 0;
}

.team .item .hover strong {
    font-size: 24px;
    display: block;
    font-family: "OpenSans", Arial, Helvetica, Sans-serif;
}

.team .item .hover span {
    font-size: 16px;
    display: block;
    margin: 30px 0;
    font-family: "OpenSans-Light", Arial, Helvetica, Sans-serif;

}

.team .item .hover span:after {
    width: 30%;
    border-bottom: 2px solid #ffffff;
    clear: both;
    content:"";
    display: block;
    margin: 8% auto;
}

/*blog*/
.lastNew { 
    position: relative;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    background:#ffffff;
}

.lastNew .newDesc:after {
    clear: both;
    content: "";
    display: block;
}

.lastNew figure { position: relative; }

.lastNew .shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}

.lastNew .newDesc {
    position: absolute;
    bottom: 30px;
    left: 60px;
    right: 60px;
    color:#ffffff;
    z-index: 3;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.lastNew .newDesc strong { font-size: 32px; }
.lastNew .newDesc p { 
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.lastNew .newDesc time { float: left; font-size: 14px; }
.lastNew .newDesc .readMore {float: right; padding-right: 30px; font-size: 16px; color: #ffffff; background: url(../img/readmore-arrow.png) right center no-repeat; }

.newsList { margin-top: 50px; }

.newsList .item {
    background: #ffffff;
    margin: 15px 0;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
}

.newsList .item figure {
    position: relative;
}

.newsList .item figure:after {
    background: url(../img/shadow3.png) no-repeat;
    width: 100%;
    height: 189px;
    clear: both;
    display: block;
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.newsList .item figure figcaption {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color:#ffffff;
    z-index: 3;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.newsList .item .newDesc {
    padding: 20px;
    font-size: 14px;
}

.newsList .item .newDesc p {
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.newsList .item .newDesc:after {
    clear: both;
    display: block;
    content: "";
}

.newsList .item .newDesc time { float: left; font-size: 12px; }
.newsList .item .newDesc .readMore { float: right; font-size: 12px; color: #424242; }

/*blog detail*/
.detailWrap {
    background: #fff;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    color: #424242;
}

.detailWrap h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.detailWrap .detailContent {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
}

.detailWrap .detailContent p {
    margin-bottom: 30px;
}

.detailWrap .detailContent:after {
    clear: both;
    content:"";
    display: block;
}

.detailWrap .detailContent .img {
    margin: 1% 0 1% 3%;
}

.detailWrap hr {
    display: block;
    clear: both;
    margin: 30px 0;
    position: relative;
    top: 30px;
}

.shareButtons a,
.shareButtons ul { display: inline-block; margin: 5px; }
.shareButtons ul li { display: inline-block; }
.shareButtons ul li a { margin: 5px; }

.shareButtons {
    margin-top: 60px;
}

.detailContent {
    position: relative;
}

.detailContent time {
    position: absolute;
    right: 0;
    top: 8%;
}

/*contact*/
.contact-map {
    position: relative;
}

.contact-map a {
    display: block;
    z-index: 5;

}

.contact-map a .info,
.contact-map a {
    position: absolute;
    padding: 10px 20px;
    text-align: center;
    color:#ffffff;
}

.contact-map a {
   width: 15%; 
   height: 3em;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.contact-map a#one {
    top: 25%;
    right: 36%; 
}

.contact-map a#two {
    top: 25%;
    right: 19%; 
}

.contact-map a#three {
    bottom: 25%;
    right: 4%;
}

.contact-map a#four {
    top: 12%;
    left: 25%;
}

.contact-map a .info > strong {
    display: block;
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-map a .info p {
    margin-bottom: 30px;
}

.contact-map a .info strong {
    display: block;
}

.contact-map a .info {
    height: auto;
    background: #e44141;
    display: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
    right: 0;
    top:0;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 23px -6px rgba(0,0,0,0.75);
}

.contactWrap  {
    margin-top: 100px;
}

.contactWrap .contactArea .inner {
    margin: 0 auto;
    padding: 5% 0;
}

.contactWrap .contactArea .inner ul li a {
    color: #424242;
}

.contactWrap .contactArea .inner h2:after {
    background: #ffffff;
}

.contactWrap .contactArea .inner ul li { 
    color: #424242; 
    padding: 5px 0 5px 70px;
    margin-bottom: 15px;
    text-align: center;
}

.contactWrap .contactArea .inner ul li.address-icon { background: url(../img/address-iconv2.png) no-repeat left center; background-size: 25px;}
.contactWrap .contactArea .inner ul li.mail-icon { background: url(../img/mail-iconv2.png) no-repeat left center; background-size: 30px;}
.contactWrap .contactArea .inner ul li.phone-icon { background: url(../img/phone-iconv2.png) no-repeat left center; background-size: 30px;}

.contactWrap .contactForm {
    max-width: 560px;
    margin: 4% auto;
}

.contactWrap .contactForm ul li {
    margin-bottom: 50px;
}

.contactWrap .contactForm input[type="text"] {
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #a8a8a8;
  outline: none;
  padding: 10px;
  font-size: 16px;
}

.contactWrap .contactForm #send {
    width: 200px;
    height: 50px;
    color:#ffffff;
    background: #e44141;
    border-radius: 10px;
    border: 0;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

/*pager*/
.pager ul li a {
    background:transparent;
    border: 0;
    color:#424242;
    font-size: 14px;
    font-family: "OpenSans-Bold", Arial, Helvetica, Sans-serif;
}

.pager ul li.active a {
    border: 2px solid #e54b4b;
    border-radius: 50%;
    color:#e54b4b;
}

.pager li > a, .pager li > span {
    padding: 5px 12px;
}


/*footer*/
footer {
    background: #333333;
    padding: 20px 0 0 0;
    text-align: center;
    position: relative;
}

footer ul li {
    display: inline-block;
    margin: 0 30px;
}

footer ul li a {
    color: #ffffff;
    font-size: 12px;
}

footer ul li a:hover {
    color:#e44141;
}

footer .footer-menu {
    margin: 20px 0;
}

footer .social-links {
    margin-bottom: 15px;
}

footer .social-links ul li {
    margin: 0 10px;
    border-radius: 50%;
}

footer .social-links ul li:hover {
    opacity: .7;
}

footer .social-links ul li a {
    width: 30px;
    height: 30px;
    display: block;
    padding: 6px;
}


footer .social-links ul li.facebook { background: #3b5998; }
footer .social-links ul li.twitter { background: #00aced; }
footer .social-links ul li.youtube { background: #bb0000; }

footer .social-links ul li a:hover,
footer .social-links ul li a:focus {
    color: #ffffff;
}

footer .copyrights {
    color: #ffffff;
    opacity: .5;
    font-size: 12px;
    width: 100%;
    background: #232323;
    padding: 5px 0;
}

.footer-logo img {max-width: 140px;}

@media screen and (min-width: 1500px) {
    .works {margin: 0 auto; width: 1170px;}
    .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .works .item .hover {left: 15px;}
}

@media screen and (max-width: 1200px){  
    .works .item .hover strong { font-size: 32px; }
    .works .item .hover .inner { padding: 0 20px; }
    .works .item .hover span { font-size: 16px; }
    .works .item .hover span { margin: 15px 0; }
    .works .galleryButtons ul li img { width: 70%; }

    .works .item figcaption { left: 0; right: 0; padding: 0 10px; font-size: 18px; }

    nav .socialbuttons { right: 0; }
    nav .socialbuttons a {
        width: 25%;
    }

    .team .addItem .hover p span { font-size: 48px; }
    .team .addItem .hover p { font-size: 28px; }

}
@media screen and (min-width: 992px) {
    footer > .container {position: relative;}
    footer .logo1 {position: absolute; left: 15px; top: 20px; text-align: left;}
    footer .logo2 {position: absolute; right: 15px; top: 20px; text-align: right;}
    footer .logo1 img, footer .logo2 img {max-width: 140px; }
}
@media screen and (max-width: 992px){ 
    /*header*/

    .navbar-nav > li > a {
            padding: 10px 20px;
    }

    .navbar-brand img { max-width: 140px; }



    /*video banner*/
    .videoWrap .videoText h1 { font-size: 80px; }
    .videoWrap .videoText h1 strong { font-size: 42px; }
    .videoWrap .videoText p { font-size: 26px; }
    .videoWrap .videoText p strong { font-size: 14px; }
    .videoWrap .videoText .exploreBtn { font-size: 16px; }

     .works .item .hover strong { font-size: 24px; }

     #culture .items .item  {
        width: 30%;
    }

    .contact-map a {
        width: 25%;
    }

    .contact-map a .info strong { font-size: 14px; }
    .contact-map a .info p { font-size: 12px; margin-bottom: 10px; }
    .contact-map a#one { right: 32%; }
    .contact-map a#two { right: 13%; }
    .contact-map a#three { right: 0; }
    .contact-map a#four { left: 21%; }

}

@media screen and (max-width: 767px){
    .navbar-brand {
        width: 50%;
    }  

    header .top .lang a { font-size: 14px; }
    header .top .socialbuttons a img { width: 70%; }
    header .top .lang a { margin: 5px; }
    header .top .socialbuttons { margin: 0 25px; }
    header .top .socialbuttons a { margin: 3px; }

    .navbar-toggle {
        margin: 10px;
    }

    .navbar-nav {
        padding: 0;
    }

    /*featured works*/
    #ourServices .ourServicesTab ul.tab li a { font-size: 16px; }
    .works .item figcaption { left: 0; right: 0; padding: 0 10px; font-size: 16px; }

    nav .socialbuttons { top: 100%; }

    .mobile .video { display: none; }
    .mobile .mobileBanner { display: block; }

    .mobile { height: auto; } 

    .contactWrap .contactForm ul li { margin-bottom: 20px; }
    .contactWrap .contactForm input[type="text"] { font-size: 14px; }
    .contactWrap .contactForm #send { width: 100%; height: auto; padding: 3% 0; font-size: 14px; }

    .navbar-nav > li.active:after {
        display: none;  
    }

    .navbar-nav > li.active a {
        color: #e44141;
    }
}

@media screen and (max-width: 620px){
    p { font-size: 14px; }

    #ourServices .ourServicesTab ul.tab li {
        width: 100%;
        height: 120px;
        margin-bottom: 10px;
    }

    #ourServices .ourServicesTab ul.tab li a {
        margin-right: 0;
    }

    #ourServices .ourServicesTab ul.tab li .icon {
        float: left;
        
    }

    /*video banner*/
    .videoWrap .videoText h1 { font-size: 45px; }
    .videoWrap .videoText h1 strong { font-size: 18px; }
    .videoWrap .videoText p { font-size: 16px; }
    .videoWrap .videoText p strong { font-size: 12px; }
    .videoWrap .videoText .exploreBtn { font-size: 14px; }

    /*text area*/
    #txtWrap h3 { font-size: 24px;  }
    #txtWrap p { font-size: 14px; }

    #contactWrap .contactArea .inner ul { margin-left: -50px; }

    #culture .items .item  {
        width: 45%;
        height: 200px;
    }

    #culture .items .item strong { font-size: 24px; }
    #culture .items .item p {font-size: 12px;}

    .team .item .hover .inner { padding: 0 10px; }

    .team .item .hover strong {
        font-size: 16px;
    }

    .team .item .hover span {
        font-size: 14px;
        display: block;
        margin: 30px 0;
        font-family: "OpenSans-Light", Arial, Helvetica, Sans-serif;
    }

    .lastNew .newDesc { left: 30px; bottom: 20px; right: 30px; }
    .lastNew .newDesc strong { font-size: 24px; }
    .lastNew .newDesc p { font-size: 16px; }

    .detailContent time {
        position: relative;
    }

    .contact-map a .info > strong { margin-bottom: 10px;  }
    .contact-map a .info strong { font-size: 10px; }
    .contact-map a .info p { font-size: 10px; }
}


@media screen and (max-width: 480px){

    .navbar-nav > li > a {font-size: 14px !important; }

    .videoWrap .videoText h1 {font-size: 36px; }

    #contactWrap .contactArea .inner ul li { 
        background-size: 10% !important; 
        background-position: 8% center !important; 
        padding: 0 0 0 20px;
    }

     .contactWrap .contactArea ul li { 
        background-size: 10% !important; 
        background-position: 8% center !important; 
        padding: 0 0 0 20px;
    }

    #contactWrap .contactArea .inner ul li p { font-size: 12px; }

    section h2, .content h1 { font-size: 32px; margin-bottom: 20px; }
    section h2:after, .content h1:after { margin-top: 20px; width: 60px; }
    #ourServices .ourServicesTab ul.tab li a { font-size: 16px; }
    #contactWrap .contactArea .inner ul { margin: 0; }

    #ourServices .ourServicesTab ul.tab li { height: 70px; }
    #ourServices .ourServicesTab ul.tab li a .icon {
        margin: 0;
    }

    .works .item,
    .newsList .row > div { width: 100%; }

    .footer-logo {
        width: 45%;
        margin: 0 auto;
    }


    .team .addItem .hover p span { font-size: 24px; }
    .team .addItem .hover p { font-size: 16px; }

    .newsList .item figure figcaption { font-size: 16px; }

    .lastNew .newDesc {
        position: relative;
        color: #000;
        left: 0;
        right: 0;
        text-shadow:none;
        bottom: 0;
        padding: 20px;
    }

    .lastNew .newDesc .readMore { color: #000; font-size: 14px; padding: 0; background: none; }

    .contact-map a {
        display: none !important;
    }

    .newsList .item figure:after {
        display: none;
    }

    #followUs ul li  { margin-bottom: 10px; }

    .content {
        padding-top: 130px;
    }
    footer ul li {margin: 0 15px;}
    #clients .item img {max-width: 70%;}

    
}