@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   Fonts
   ========================================================================== */

/*@import url(https://fonts.googleapis.com/css?family=Abel);*/

@font-face {
    font-family: 'din';
    src: url('fonts/din-lightalternate-webfont.eot');
    src: url('fonts/din-lightalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-lightalternate-webfont.woff2') format('woff2'),
         url('fonts/din-lightalternate-webfont.woff') format('woff'),
         url('fonts/din-lightalternate-webfont.ttf') format('truetype'),
         url('fonts/din-lightalternate-webfont.svg#dinlightalternate') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url('fonts/dinmediumalternate-webfont.eot');
    src: url('fonts/dinmediumalternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinmediumalternate-webfont.woff2') format('woff2'),
         url('fonts/dinmediumalternate-webfont.woff') format('woff'),
         url('fonts/dinmediumalternate-webfont.ttf') format('truetype'),
         url('fonts/dinmediumalternate-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Reset
   ========================================================================== */
html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ height: 100%;}
body { margin: 0px; padding: 0px; font-family: 'Abel', sans-serif; color: #7f7f7f; height: 100%;}
		
h1,h2,h3,h4,h5,h6,
ul,ol,li,
form,input,textarea,select { margin: 0; padding: 0; }
header, nav, article, footer, address, section { display: block; }
p {	margin: 10px 0; }
img { border: 0; }
a { text-decoration: none; outline: none; color: #09f; }
a:link, a:hover { text-decoration: underline; color: #09f; }



/* ==========================================================================
   General
   ========================================================================== */

.left {	text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }

.nofloat { float: none !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.clear { clear: both; }

.block { display: block !important; }
.inline-block { display: inline-block !important; }
.inline { display: inline !important; }

.absolute { position: absolute !important; }
.relative { position: relative !important; }
.fixed { position: fixed !important; }

.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.pl50 { padding-left: 50px; }
.pr50 { padding-right: 50px; }

/* ==========================================================================
   Layout
   ========================================================================== */

.wrapper { width: 100%; overflow: hidden; }
.content { max-width: 2000px; margin: 0 auto; position: relative; }

/* Banner */
.banner { background: url(../images/banner-header.jpg) no-repeat center top / auto 100%; height: 714px; position: relative; z-index: 0; }
.banner2 { background-image: url(../images/banner-header-02.jpg); background-position: bottom left; }
.banner3 { background-image: url(../images/banner-header-03.jpg); }
.banner-text { background-color: rgba(92,92,94,0.85); min-height: 320px; width: 100%; position: absolute; top: 50%; padding-top: 75px; margin-top: -130px; text-align: center; text-transform: uppercase; }
.banner2 .banner-text { background-color: rgba(255,255,255,0.3); }
.banner-text h4 { font-size: 32px; color: #fff; }
.banner-text p { font-size: 18px; color: #fff; }

/* Navigation */
nav { min-height: 67px; position: relative; z-index: 1; }
nav li a { font-size: 18px; text-transform: uppercase; text-align: center; }
.dropdown-plus { position: absolute; right: 10px; top: 0; bottom: 0; width: 36px; height: 36px; text-align: center; font-size: 24px; font-weight: bold; color: #fff; z-index: 100; }

/* Section Common */
.vline { width: 1px; min-height: 57px; background-color: rgba(255,255,255,0.5); margin: 10px auto; }
.vline.black { background-color: #000; margin-top: 25px; margin-bottom: 25px; }
.section-heading { font-size: 36px; color: #000; text-transform: uppercase; }
.section-intro { text-align: center; }
.section-intro .vline { height: 66px; }
.section-intro .section-heading { margin-top: 6px; margin-bottom: 4px; }
.section-intro .section-heading.spacebottom { margin-bottom: 85px;}
.section-intro p { font-size: 18px; color: rgba(0,0,0,0.5); }

/* Portfolio */
.portfolio { padding-left: 36px; padding-right: 36px; padding-bottom: 80px; }
.gallery ul { list-style-type: none; }
.gallery ul li { width: 100%; position: relative; float: left; }
.gallery ul li a { position: relative; border: 1px solid transparent; display: block; }
.gallery ul li a:hover { }
.gallery ul li a:hover .gallery-rollover { opacity: 1; }
.gallery-info { position: absolute; right: 0; top: 0; width: 66.67%; background-color: rgba(0,0,0,0.5); z-index: 2; padding: 7px; }
.gallery-info img { width: 40px; height: auto; }
.gallery-info h4 { font-size: 14px; color: #fff; margin-left: 5px; }
.gallery-info p { font-size: 10px; color: #fff; margin: 5px 0 5px 5px; }
.gallery-rollover { position: absolute; left: 12px; right: 12px; top: 12px; bottom: 12px; background-color: rgba(255,255,255,0.85); z-index: 1; opacity: 0; transition: opacity 1.0s ease; }
.gallery-desc { text-align: center; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
.gallery-desc h4 { font-size: 30px; font-weight: bold; color: #000; letter-spacing: 10px; }
.gallery-desc p { font-size: 10px; font-weight: bold; color: rgba(0,0,0,0.5); margin-top: 5px; margin-bottom: 5px; text-transform: uppercase; }

/* Design Services */
.dservices { padding-top: 55px; }
.dservices .vline { margin-bottom: 50px; }
.dservices + .services { padding-left: 30px; padding-right: 30px; }
.dservice { list-style-type: none; margin-top: 40px; }
.dservice > li { clear: both; overflow: hidden; margin-bottom: 50px; }
.dservice > li.clearli { clear: both; overflow: hidden; display: none; margin-bottom: 0; }
.dservice li img { margin-bottom: 10px; }
.dservice li h3 { font-size: 20px; font-weight: bold; color: #000; text-transform: uppercase; }
.dservice li p { font-size: 18px; line-height: 1.5; rgba(0,0,0,0.5); }
.ds-links { list-style-type: none; width: 100%; margin-top: 15px; }
.ds-links.w30p { float: left; width: 30%; }
.ds-links.w40p { float: left; width: 40%; }
.ds-links.w50p { float: left; width: 50%; }
.ds-links.w60p { float: left; width: 60%; }
.ds-links.w70p { float: left; width: 70%; }
.ds-links li { font-size: 14px; line-height: 1.5; color: #000; text-transform: uppercase; padding: 2px 0; }

/* How It Works */
.hwwbg{clear: both; overflow: hidden;}
.how .vline { margin-top: 15px; margin-bottom: 35px; }
.hww { margin-top: 40px; }
.hww li { padding: 75px 30px 75px 100px; position: relative; min-height: 480px; }
.hno { font: 400 519px/1 'dinregular'; color: rgba(255,255,255,0.2); position: absolute; top: -25px; left: -80px; }
.hww1 .hno { color: rgba(255,255,255,0.1); }
.hww2 .hno { left: -160px; }
.hww3 .hno { left: -160px; }
.hww h3 { font-size: 28px; color: #fff; text-transform: uppercase; }
.hww p { font-size: 18px; color: #fff; }
.hww1 { background-color:#525254; }
.hww2 { background-color: #979798; }
.hww3 { background-color: #757576; }

/* About */
.about { padding-bottom: 25px; }
.about .vline { margin-top: 45px; margin-bottom: 40px; }
.about .section-heading { margin-bottom: 55px; }
.about-half { text-align: left; padding-left: 30px; padding-right: 30px; margin-bottom: 50px; }
.px-about { padding-bottom: 64.74%; background: url(../images/parallax-about-m.jpg) no-repeat center center / 100% auto; clear: both; overflow: hidden;}

/* Clients */
.clients {  }
.clients .vline { margin-top: 42px; }
.client-logos { list-style-type: none; margin-top: 7px; margin-bottom: 50px; }
.client-logos li { float: left; width: 33.33%; }


/* Testimonials */
.testimonials { background-color: #e3e3e4; padding: 12px; }
.tboxborder { border: 1px solid #fff;  }
.tbox { padding: 0px; padding: 10px; }
.tbox .vline { margin-top: 35px; margin-bottom: 15px; }
.testimony { margin-top: 45px; /* margin-bottom: 150px;*/ text-align: left; list-style-type: none; }
.testimony .tslide { clear: both; overflow: hidden; padding-left: 40px; padding-right: 40px; }
.author { font-size: 20px; color: #000; margin-top: 20px; }

/* OWL Custom */
.tbox .owl-theme .owl-controls { position: absolute; top: 30%; margin-top: 0; width: 100%; }
.tbox .owl-theme .owl-controls .owl-nav [class*="owl-"] { background-color: transparent; text-indent: -9999px; width: 21px; height: 35px; position: absolute; top: -18px; }
.tbox .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover { background-color: none; }
.tbox .owl-theme .owl-controls .owl-nav .owl-prev,
.tbox .owl-theme .owl-controls .owl-nav .owl-prev:hover { background: url(../images/tbox-left.png) no-repeat center center / 21px auto; left: 0; }
.tbox .owl-theme .owl-controls .owl-nav .owl-next,
.tbox .owl-theme .owl-controls .owl-nav .owl-next:hover { background: url(../images/tbox-right.png) no-repeat center center / 21px auto; right: 0; }

/* Quotes */
.quotes { min-height: 692px; background: url(../images/parallax-quotes-t.jpg) no-repeat left center; }
.quote .vline { min-height: 80px; margin-top: 42px; margin-bottom: 20px; }
.quote-bg { background-color: rgba(91,92,94,0.5); text-align: center; padding: 110px 20px 0; min-height: 500px; margin-top: 90px; }
.quote-text { font-size: 28px; line-height: 1.2; color: #fff; text-transform: uppercase; height: 101px; }
.quote-author { font-size: 20px; line-height: 1.2; color: #fff; text-transform: uppercase; }

/* Contact */
.contact { padding-left: 30px; padding-right: 30px; }
.contact .vline { margin-top: 60px; margin-bottom: 30px; }
.contact a { color: #000; text-decoration: none; }
.contact a:hover { text-decoration: underline; }

.contact-form { margin-top: 50px; margin-bottom: 90px; }
.contact-form .form-group { margin-bottom: 28px; }
.contact-form .form-control { height: 40px; font: 12px 'din'; color: rgba(0,0,0,1); padding-top: 9px; }
.contact-form textarea.form-control { height: auto; padding-bottom: 9px; min-height: 108px; }
.contact-form .btn { min-width: 175px; height: 50px; padding-top: 9px; font: bold 12px 'din'; text-transform: uppercase; }


/* ==========================================================================
  innerpage Navigation Css
   ========================================================================== */
.innerpagenav{}
.navleftpart{ width: 100%; float: none; padding-left: 0%; padding-right: 0%; }
.navrightpart{ width: 100%; float: left; }
.navbg{background: #a2a2a3; border-bottom: 0px;}


/* ==========================================================================
  Logos Page Css
   ========================================================================== */
.contentspaceinleft{ padding-bottom: 0px; padding-top: 67px; }
.leftpart{ background: #fff; width: 100%; float: none; padding-left: 0%; padding-right: 0%; }
.rightpart{ background: #e9e8e9; width: 100%; float: left; }
.leftmain{ display:block; position: relative; height: 109px; overflow: hidden; }
.pagearrow{ position: absolute; display: block; clear: both; margin-bottom: 0px; margin-top: 33px; overflow: hidden; z-index: 2; left: 25px; right:25px; }
.pagearrow img{ width: 27px; }
.leftmain .bgimg{ display: block; clear: both; width: 100%; }
.leftmain .leftdetails{ position: absolute; width: 67%; top: 0px; right: 0px; padding: 28px 20px; background-color: rgba(0, 0, 0, 0.6); color: #fff; z-index: 9; display: none; }
.leftmain .pageicon{ display: block; clear: both; overflow: hidden; }
.leftmain .pagename{ display: block; clear: both; overflow: hidden; font-size: 19px; color: #ffffff; margin-top: 1px; margin-bottom: 4px; letter-spacing: 4px; }
.leftmain .pagenamesubline{ display: block; clear: both; overflow: hidden; font-size: 15px; color: #ffffff; text-transform: uppercase; }
.leftmain .clickbg{ position: absolute; left: 13px; right: 13px; top: 13px; bottom: 13px; background-color: rgba( 225, 225, 225, 0.9);}
.leftmain .pagetitle{ top: 0; left: 40px; right: 40px; position: absolute; text-align: center; color: #000000; font-size: 30px; letter-spacing: 6px; line-height: 28px; z-index: 3; height: 83px; display: table; width: 73%; margin: 0 auto; }
.leftmain .pagetitle span{ vertical-align:middle; display: table-cell; text-transform: uppercase; }
.vlinegray { width: 1px; height: 198px; background-color: rgba(0,0,0,0.5); margin: 1px auto;  display: none; }
.leftbottomtext{ display: none; }

.logolist .btmspace{margin-bottom: 12px; margin-top: 12px; padding-left: 12px; padding-right: 12px;}
.logosspacein{ padding-top: 6px; padding-bottom: 25px; padding-left:22px; padding-right: 22px; }
.btmspace{background: url(../images/grey.gif)  no-repeat center center; background-size: 28px; min-height: 30px;}

/* ==========================================================================
  Print Page Css
   ========================================================================== */
.printspacein{ padding-top: 18px; padding-bottom: 25px; padding-left:12px; padding-right: 12px; }
.printdetails{padding-top: 12px; display: block;overflow: hidden; padding-bottom: 12px; margin-bottom: 20px; border-bottom: solid 1px #777777; font-size: 16px; color: #000000;}
.imglodingpart{background: url(../images/grey.gif)  no-repeat center center; background-size: 28px; min-height: 40px;}
/* ==========================================================================
  Web Page Css
   ========================================================================== */
.webspacein{ padding-top: 0px; padding-bottom: 25px; padding-left:12px; padding-right: 12px; }
/* Gallery Css */
.gallery-items { font-size: 0; }
.gallery-item { display: inline-block; vertical-align: top; -webkit-transition: height 500ms ease; -o-transition: height 500ms ease; transition: height 500ms ease;}
.gallery-expander { position: absolute; left: 0; right: 0; overflow: hidden; max-height: 0; -webkit-transition: max-height 500ms ease; -o-transition: max-height 500ms ease; transition: max-height 500ms ease;}
.gallery-contents { position: relative; }
.gallery-contents:after { display: block; position: absolute; bottom: 0px; left: 50%; margin-left: -30px; width: 0;
  height: 0; content: ''; border-left: 30px solid transparent; border-right: 30px solid transparent; border-bottom-style: solid; border-bottom-width: 0px; -webkit-transition: border-bottom-width 500ms ease; -o-transition: border-bottom-width 500ms ease; transition: border-bottom-width 500ms ease;}
/*.gallery-item.active .gallery-contents:after { border-bottom-width: 30px; }*/
.gallery-item { text-align: left; font-size: 25px; margin: 3%; padding: 10px 0; width: 44%; }
.gallery-item .thumbnail { position: relative; width: 100%; height: auto; overflow: hidden; cursor: pointer; background: url(../images/grey.gif)  no-repeat center center; background-size: 28px; min-height: 40px;}
.thumbnail { background-color: transparent;  border: 0px solid #dddddd; border-radius: 0px; display: inherit;
line-height: inherit; margin-bottom: inherit; padding: 0; transition: border 0.0s ease-in-out 0s;}
.gallery-item .thumbnail > img { position: relative; filter: none; /* Applies to FF + IE */ -webkit-filter: grayscale(0); }
.gallery-item .thumbnail > img:hover {filter: url('../js/filters.svg#grayscale'); filter: gray; -webkit-filter: grayscale(1); opacity: 0.7; background-color: #ffffff; filter: alpha(opacity=80);}
.gallery-item .thumbnail:hover {background:none;}
.gallery-item .title { text-align: center; margin-top: 20px; padding-bottom: 20px;}
.gallery-contents:after { border-bottom-color: #F6F3ED; }
.gallery-expander { background: ; }
.gallery-expander-contents > div.col { float: none; padding: 25px 12px 0; width: 100%; text-align: center; }
.gallery-expander-contents > div.nospaceimg{padding: 25px 12px 0;}
.gallery-expander-contents:after { clear: both; display: table; content: '';}
.gallery-expander-contents div.close { width: 100%; text-align: right; opacity: 0.6; padding-bottom: 8px; }
.gallery-expander-contents div.close > img {max-width: 30px;}
.gallery-expander-contents div.close:hover { opacity: 1; }
.gallery-expander-contents div.title { font-weight: 500; color: #D28A3C;}
.gallery-expander-contents div.contents { margin-top: 10px; border-top: 1px solid #BCB098; border-bottom: 1px solid #BCB098; padding: 10px 0; font-size: 14px; line-height: 24px;color: #797262;}
.gallery-expander-contents div.image span{display: block;clear: both; overflow: hidden; color: #000000; font-size: 15px; text-align: right; margin-top: 5px; padding-right: 20px;}
.gallery-expander-contents div.image span .protitle{ display: block;clear: both; overflow: hidden;  font-family: 'din'; font-weight: 700; font-size: 12px;}
.gallery-expander-contents div.image span a{display: inline-block; clear: both; overflow: hidden; color: #747474; text-decoration: none; font-family: 'din'; font-size: 13px;}
.gallery-expander-contents div.image{display: inline-block; max-width: 100%;}
.gallery-expander-contents div.image > img { max-width: 100%; display: inline-block;}
.gallery-expander-contents .nospaceimg div.image > img { max-width: 109%; display: inline-block;}


/* ==========================================================================
Online Marketing Css
========================================================================== */
.marketingspacein{ padding-top: 18px; padding-bottom: 25px; padding-left:12px; padding-right: 12px; }
.marketingdetails{padding-top: 8px; display: block;overflow: hidden; padding-bottom: 11px; margin-bottom: 10px;  font-size: 19px; color: #000000; text-transform: uppercase;}
.marketingdetails span{text-align: left; color: #848384; font-size: 15px; text-transform: capitalize; display: block;}

/* ==========================================================================
SociaL media Css
========================================================================== */
.socialspacein{ padding-top: 18px; padding-bottom: 25px; padding-left:12px; padding-right: 12px; }
.sociallist{ margin-bottom: 16px; position: relative; display: block; overflow: hidden;}
.socialiconrow{background-color: rgba(0, 0, 0, 0.21); position: absolute; left: 0px; right: 0px; bottom: 0px;  position: absolute; z-index: 9; text-align: right; padding-right: 8px;} 
.socialiconrow a{display: inline-block; margin: 5px 8px 7px;}
.socialiconrow a img{width: 23px;}
.socialiconrow-dark{background-color: rgba(0, 0, 0, 0.46);} 


/* ==========================================================================
  Branding Page Css
   ========================================================================== */
.brandingspacein{ padding: 15px 20px 25px; }
.brandlist .btmspace{margin-bottom: 12px; background-image: none!important; margin-top: 2px; padding-left: 8px; padding-right: 8px;}
.brandimgdiv{padding-left: 8px; padding-right: 8px;}
.btmspace{background: url(../images/grey.gif)  no-repeat center center; background-size: 28px; min-height: 30px;}
.brandlist .btmspace img:hover{position: relative; filter: none; opacity: 1;}
.brandlist .btmspace img{filter: url('../js/filters.svg#grayscale'); filter: gray; -webkit-filter: grayscale(1); opacity: 0.3; background-color: #ffffff; filter: alpha(opacity=50); position: relative;}
.btmspace:hover{background:none;}
.brandimg{display: block; clear: both; overflow: hidden; margin-bottom: 30px; background: url(../images/grey.gif)  no-repeat center center; background-size: 28px; min-height: 30px; }

.brand-item { display: inline-block; vertical-align: top; -webkit-transition: height 500ms ease; -o-transition: height 500ms ease; transition: height 500ms ease;}


/*.brand-item.active .gallery-contents:after { border-bottom-width: 30px; }*/

.brand-item { text-align: left; font-size: 25px; margin: 3%; padding: 0px 0; width: 44%; }
.brand-item .thumbnail { position: relative; width: 100%; height: auto; overflow: hidden; cursor: pointer; background-image: none; background-size: 28px; min-height: 40px;}

.brand-item .thumbnail > img {filter: url('../js/filters.svg#grayscale'); filter: gray; -webkit-filter: grayscale(1); opacity: 0.3; background-color: #ffffff; filter: alpha(opacity=50); position: relative;}
.brand-item.active .thumbnail > img { position: relative; filter: none; opacity: 1; -webkit-filter: grayscale(0); }
.brand-item .thumbnail:hover {background:none;}
.brand-item .title { text-align: center; margin-top: 20px; padding-bottom: 20px;}



/* ==========================================================================
  Footer Css
   ========================================================================== */
footer{background: #525254; text-align: center; padding: 58px 30px; overflow: hidden; color: #ffffff; font-size: 17px; clear: both;}
.footervline { background-color: rgba(255, 255, 255, 0.5); margin: 0px auto 27px; min-height: 66px; width: 1px;}
footer h4 { font-size: 40px; margin-bottom: 25px;}
footer span{ margin: 12px; display: block; clear: both;}
footer span a{ color: #fff!important; text-decoration: none!important;}
footer span a:hover{ color: #fff!important; text-decoration: underline!important;}




/* Small devices (400px and up)
============================================== */
@media (min-width: 400px) {
	
	/* Banner */
	.banner-text { left: 50%; transform: translateX(-50%); }
	.banner-text h4 { font-size: 38px; }
	
	/* Section - Common */
	.section-heading { font-size: 40px; }
	
	/* Design Services */
	.dservices + .services { padding-left: 50px; padding-right: 50px; }
	
	/* About */
	.about-half { padding-left: 50px; }
	
	/* Testimonials */
	.testimony .tslide { padding-left: 50px; padding-right: 50px; }
	
	/* Quotes */
	.quote-bg { padding-left: 30px; padding-right: 30px; }
	.quote-text { font-size: 36px; }
	.quote-author { font-size: 24px; }
	
	/* Contact */
	.contact { padding-left: 50px; padding-right: 50px; }
	.section-intro.contact p { width: 300px; margin: 0 auto;}
	.section-intro.contact p#pMessage{ width: 100%; margin: 0 auto;}

}


/* Small devices (480px and up)
============================================== */
@media (min-width: 480px) {

}


/* Small devices (tablets, 768px and up)
============================================== */
@media (min-width: 768px) {
	
	/* Banner */
	.banner { height: 764px; }
	.banner2 { background-position: left -70px bottom; }
	.banner-text { margin-top: -140px; min-height: 349px; padding-top: 65px; }
	.banner-text h4 { font-size: 70px; }
	.banner-text p { font-size: 23px; }
	
	/* Navigation */
	nav li a { font-size: 15px; }

	/* Section Common */
	.vline { min-height: 80px; }
	.section-intro {  }
	.section-intro .vline { height: 102px; }
	
	/* Portfolio */
	.portfolio { padding: 20px 30px 60px; }
	.portfolio .section-heading { margin-top: 60px; }
	.gallery ul li { float: left; width: 50%; }	
	.gallery-rollover { left: 10px; right: 10px; top: 10px; bottom: 10px; }
	
	/* Design Services */
	.dservices { padding-top: 25px; }
	.dservices .section-heading { margin-top: -4px; }
	.dservice { margin-top: 90px; }
	.dservice > li { float: left; width: 50%; clear: none; margin-bottom: 60px; }
	.dservice > li.ds1, .dservice > li.ds3 { padding-right: 50px; }
	.dservice > li.ds2, .dservice > li.ds4 { padding-left: 50px; }
	.dservice > li.clearli { display: block; }
	
	/* How It Works */
	.how .vline { margin-bottom: 75px; }
	.hww { margin-top: 0px; }
	
	.hww li { display: table-cell; width: 33.33%; padding-top: 250px; padding-bottom: 20px; padding-left: 30px; border-left: 1px solid #fff; overflow: hidden; }
	.hno { font-size: 450px; left: 50%; transform: translateX(-50%); top: -155px; }
	.hww li.hww1 { border-left: none; }
	.hww2 .hno, .hww3 .hno { left: 50%; }
	.hww3 .hno { top: -200px; }
	.hww h3 { font-size: 24px; }
	.hww p { margin-top: 40px; }
	
	/* About */
	.about { padding-left: 25px; padding-right: 25px; padding-bottom: 15px; }
	.about .vline { margin-top: 90px; margin-bottom: 75px; }
	.about .section-heading { margin-bottom: 75px; }
	.about-half { float: left; width: 50%; padding-left: 25px; padding-right: 25px; }
	.px-about { padding-bottom: 22.4%; background-image: url(../images/parallax-about.jpg); }
	
	/* Clients */
	.clients .vline { margin-top: 50px; margin-bottom: 55px; }
	.client-logos { margin-top: 40px; margin-bottom: 90px; padding-left: 10px; padding-right: 10px; }
	.client-logos li { width: 20%; }
	
	/* Testimonials */
	.testimonials { padding: 22px 0; }
	.tbox { margin-left: -2px; margin-right: -2px; padding-left: 70px; padding-right: 70px; }
	.tbox .vline { margin-top: 30px; margin-bottom: 75px; }
	.testimony { margin-top: 40px; margin-bottom: 85px; }
	.testimony .tslide { padding-left: 20px; padding-right: 20px; }
	
	/* OWL Custom */
	.tbox .owl-theme .owl-controls .owl-nav [class*="owl-"] { width: 44px; height: 74px; }
	.tbox .owl-theme .owl-controls .owl-nav .owl-prev,
	.tbox .owl-theme .owl-controls .owl-nav .owl-prev:hover { background-size: 44px auto; left: -54px; }
	.tbox .owl-theme .owl-controls .owl-nav .owl-next,
	.tbox .owl-theme .owl-controls .owl-nav .owl-next:hover { background-size: 44px auto; right: -54px; }
	
	/* Quotes */
	.quotes { min-height: 893px; background-size: 100% auto; }
	.quote-bg { padding-top: 95px; margin-top: 190px; }
	.quote-text { font-size: 60px; height: 216px; }
	.quote .vline { margin-top: 20px; }
	
	/* Contact */
	.contact { padding-left: 30px; padding-right: 30px; }
	.contact .vline { margin-top: 40px; margin-bottom: 50px; }
	.contact .section-heading { margin-bottom: 60px; }
	.section-intro.contact p { width: 630px; }
	.section-intro.contact p#pMessage { width: 100%; }
	.contact-btn { margin-top: 50px; }
	
	/* innerpage Navigation Css */
	.navbg{background-color:rgba(91, 92, 94, 0.5); border-bottom: 0px;}
	.navleftpart{ width: 25%; float: left; padding-left: 2%; padding-right: 1%; position: relative; }
	.navrightpart{ width: 74.6%; float: left;}	

	/* Logos Page Css */
	.pagearrow{ position: relative; margin-bottom: 17px; left: 0px; right: 0px; margin-top: 10px; }
	.leftmain .clickbg{ position: absolute; left: 3.6%; right: 3.6%; top: 3.6%; bottom: 3.6%; }
	.leftmain .pagetitle{ top: 42%; left: 0; right: 0; font-size: 26px; height: inherit; width: 95%; }	
	.leftmain .pagetitle.onlytext{ top: 30%; }
	.leftmain .pagetitle.socialtext{ top: 30%; }
	.leftmain .pagetitle span { display: block; vertical-align: middle;}
	.contentspaceinleft{ padding-bottom: 0px; padding-top: 0px; margin-top: 75px;}

	.leftmain{ display: inline-block; position: relative; height: auto; overflow: inherit; }
	.leftpart{ width: 33.4%; float: left; padding-left: 4.0%; padding-right: 4.0%; position: relative; }
	.rightpart{ width: 66.6%; float: left;}
	.vlinegray { width: 1px; height: 58px; background-color: rgba(0,0,0,0.5); margin: 6px auto;  display:block; }	
	.leftbottomtext{ display: block; color: #000000; font-size: 17px; line-height: 22px; margin-top: 33px; line-height: 30px; text-align: left; }
	.leftbottomtext a{ display: block; color: #000000; text-decoration: none; }
	.leftbottomtext a:hover{ text-decoration: underline; }
	.leftbottomtext span{ display: block; clear: both; }
	.logosspacein{ padding-top: 97px; padding-bottom: 25px;  padding-left:5.5%; padding-right: 5.5%;  }
	.logolist .btmspace{margin-bottom: 21px; margin-top: 21px; padding-left: 21px; padding-right: 21px;}

	/* Print Page Css */
	.printspacein{ padding-top: 90px; padding-bottom: 25px;  padding-left:3.1%; padding-right: 3.1%;  }
	.printdetails{font-size: 17px;}

	/*== Web Page Css ==*/
	.webspacein{ padding-top: 73px; padding-bottom: 25px;  padding-left:3.1%; padding-right: 3.1%;  }
	/* Gallery Css */
	.gallery-expander-contents > div.col { float: none; padding: 25px 28px 0; width: auto; }
	.gallery-expander-contents > div.nospaceimg { float: none; padding: 25px 1px 0; width: auto; }
	.gallery-expander-contents div.close > img {max-width: 32px;}	
	.gallery-expander-contents .nospaceimg div.image > img { max-width: 100%; display: inline-block;}

	/* Online Marketing CSS */
	.marketingspacein{ padding: 84px 1.1% 25px 2.1%;}
	.marketingdetails{font-size: 15px;}
	.marketingdetails span{text-align: right; margin-left: -15px; font-size: 13px;}
	
	/* SociaL media Css */
	.socialspacein{ padding: 84px 2.1% 25px 2.1%;}
	.socialiconrow a{margin: 7px 3px;}
	.socialiconrow a img{width: auto;}
	.sociallist{ margin-bottom: 18px;}
	
	/* Branding Page Css */
	.brandingspacein{  padding: 71px 3.5% 25px; }
	.brandlist .btmspace{margin-bottom: 21px; margin-top: 3px; padding-left: 11px; padding-right: 11px;}
	
	/* Footer Css */
	footer{ padding: 44px 30px 160px;}
	footer h4 { font-size: 66px; margin-bottom: 20px; margin-top: 16px;}	
	footer span{ margin: 12px; display: inline-block; clear: both;}
	
}


/* Small devices (tablets, 800px and up)
============================================== */
@media (min-width: 800px) {

	/* Navigation */
	nav li a { font-size: 15px; }
	
	/* Portfolio */
	.portfolio { padding-left: 41px; padding-right: 41px; }
	
	/* About */
	.about { padding-left: 50px; }
	
	/* Contact */
	.contact { padding-left: 50px; padding-right: 50px; }
	
	
	
}


/* Medium devices (desktops, 992px and up)
============================================== */
@media (min-width: 992px) { 

	/* Navigation */
	nav li a { font-size: 15px; }

	/* Banner */
	.banner { margin-top: -67px; height: 100vh; background-size: cover; }
	.banner2 { background-position: center center; }
	.banner3 { background-position: top center; }
	.banner-text { margin-top: 0; min-height: 448px; padding-top: 105px; background-color: rgba(91,92,94,0.85); transform: translate(-50%,-40%); }
	.banner-text p { margin-top: 15px; }
	
	/* Quotes */
	.quotes { min-height: 600px; background: url(../images/parallax-quotes.jpg) no-repeat center center / 100% 100%; }
	.quote-text { font-size: 70px; line-height: 1; }
	
	/* Quotes */
	.quote-bg { padding-top: 95px; margin-top:50px; }
	
	/* Contact */
	.contact .vline { margin-top: 75px; }
	.contact-form { max-width: 980px; margin-left: auto; margin-right: auto; margin-top: 110px; margin-bottom: 130px; }
	.contact-btn { margin-top: 55px; }
	
	/* innerpage Navigation Css */
	.navleftpart{ width: 22%;}
	.navrightpart{ width: 77.6%;}	

	/*== Web Page Css ==*/
	/* Gallery Css */
	.gallery-item { margin: 2.1%; padding: 10px 0; width: 29%; }
	.gallery-expander-contents div.close > img {max-width: 40px;}
	
	/* Online Marketing CSS*/
	.marketingdetails{font-size: 17px;}
	.marketingspacein{ padding: 90px 3.1% 25px 3.1%;}
	.marketingdetails span{font-size: 15px;}
	.leftmain .pagetitle.onlytext{ top: 39%; }
	.leftmain .pagetitle.socialtext{ top: 33%; }
	
	/* SociaL media Css */
	.socialspacein{ padding: 90px 3.1% 25px 3.1%;}
	.socialiconrow a{margin: 10px 3px;}
	.sociallist{ margin-bottom: 35px;}
	
	.brandingspacein{  padding: 85px 3.5% 25px; }
	.brand-item { margin: 2.1%; padding: 10px 0; width: 29%; }
	.brandimg{padding-left: 10px; padding-right: 10px;}
}


/* Large devices (large desktops, 1200px and up)
============================================== */
@media (min-width: 1200px) { 
	
	/* Portfolio */
	.portfolio { max-width: 650px; padding: 50px 0 130px; margin: 0 auto; }
	.gallery ul li { float: left; width: 33.33%; }
	.gallery-rollover { left: 25px; right: 25px; top: 25px; bottom: 25px; }
	.gallery-info { padding: 11px; }
	.gallery-info img { width: 50px; }
	.gallery-info h4 { font-size: 20px; margin-left: 10px; }
	.gallery-info p { font-size: 16px; margin-left: 10px; }
	.gallery-desc h4 { font-size: 50px; letter-spacing: 13px; }
	.gallery-desc p { font-size: 15px; }
	
	/* Design Services */
	.dservices + .services { padding-left: 20px; padding-right: 20px; }
	.dservice > li,
	.dservice > li.ds1,
	.dservice > li.ds2,
	.dservice > li.ds3,
	.dservice > li.ds4 { float: left; width: 25%; padding-left: 15px; padding-right: 15px; }
	.dservice > li.clearli { display: none; }
	
	/* How It Works */
	.hww li { padding-top: 150px; padding-bottom: 110px; }
	.hww .hww1 { padding-left: 120px; padding-right: 60px; }
	.hww .hww2 { padding-left: 130px; padding-right: 60px; }
	.hww .hww3 { padding-left: 150px; padding-right: 100px; }
	.hno { top: 60px; left: 35px; }
	.hww2 .hno { top: 75px; left: 10px; }
	.hww3 .hno { top: 65px; left: 30px; }
	.hwwbg{background: url(../images/hwwbg.jpg) center top repeat-x; background-size: 100% 100%; clear: both; overflow: hidden;}
	
	/* Clients */
	.clients .vline { margin-top: 142px; }
	.client-logos li { width: 10%; }
	
	/* Testimonials */
	.testimonials { padding: 22px; }
	.tbox { margin-left: 0; margin-right: 0; padding-left: 150px; padding-right: 150px; }
	.tbox .vline { margin-top: 70px; }
	.testimony { margin-top: 70px; margin-bottom: 120px; }
	.testimony .tslide { padding-left: 20px; padding-right: 20px; }
	
	/* OWL Custom */
	.tbox .owl-theme .owl-controls .owl-nav .owl-prev,
	.tbox .owl-theme .owl-controls .owl-nav .owl-prev:hover { left: -125px; }
	.tbox .owl-theme .owl-controls .owl-nav .owl-next,
	.tbox .owl-theme .owl-controls .owl-nav .owl-next:hover { right: -125px; }
	
	/* innerpage Navigation Css */
	.navleftpart{ width: 38.4%; float: left; padding-left: 2.8%; padding-right: 2.8%; display: inline-block;}
	.navrightpart{ width: 61.6%; float: left;}
	.navrightpart ul.navbar-nav > li > a{ margin-left: 15px;}

	/* Logos Page Css */
	.contentspaceinleft{ padding-bottom: 25px; }
	.logosspacein{ padding-top: 97px; padding-bottom: 25px;  padding-left: 5%; padding-right: 5%; }
	.leftmain{ display: inline-block; position: relative; height: auto; overflow: inherit; }	
	.leftpart{ width: 38.4%; float: left; padding-left: 2.8%; padding-right: 2.8%; display: inline-block;}
	.rightpart{ width: 61.6%; float: left; min-height: 1000px;}
	.leftmain .leftdetails{ padding: 15px 20px 11px; display: inline-block;  width: 80%; }
	.leftmain .leftdetails img{width: 38px;}
	.leftmain .pagetitle{ top: 45%; font-size: 44px;  letter-spacing: 10px;}
	.leftmain .pagetitle span { line-height: 55px; vertical-align: middle; text-transform: uppercase;}
	.pagearrow img{ width: 50px; }
	.vlinegray { height: 107px; margin: 18px auto;  display:block; }	
	.leftbottomtext{text-align: center; }
	.leftbottomtext a{ display: inline-block; margin: 10px 5px;}
	.leftbottomtext span{ display: inline-block;  margin: 10px 5px; }
	.logolist .btmspace{margin-bottom: 19px; margin-top: 19px; padding-left: 15px; padding-right: 15px;}	

	.rightbg{background: #e9e8e9 none repeat scroll 0 0;
    bottom: 0;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: -1;}
	/* Print Page Css */
	.printspacein{ padding: 105px 1.9% 25px 1.9%;}	


	/*== Web Page Css ==*/
	.webspacein{ padding: 70px 1.3% 25px 1.9%;}
	
	/* Gallery Css */
	.gallery-item { margin: 1.5%; padding: 10px 0; width: 22%; }
	.gallery-expander-contents > div.col { padding: 25px 20px 0; width: 100%;}
	.gallery-expander-contents > div.nospaceimg { padding: 25px 20px 0; width: 100%;}
	.gallery-expander-contents div.close > img {max-width: auto;}
	
	/* Online Marketing Css */
	.marketingspacein{ padding: 97px 1.9% 25px 1.9%;}
	.marketingdetails span{margin-left: 15px;}
	.leftmain .pagetitle.onlytext{ top: 47%; }
	.leftmain .pagetitle.socialtext{ top: 37%; }
	
	/* Branding Page Css */
	.brandingspacein{ padding: 95px 2% 25px; }
	.brandlist .btmspace{margin-bottom: 19px; margin-top: 7px; padding-left: 13px; padding-right: 13px;}	
	.brand-item { margin: 1.4%; padding: 0px 0; width: 22.2%; }
	.brand-item .gallery-expander-contents > div.nospaceimg { padding: 25px 10px 0; width: 100%;}
	.brand-item .thumbnail > img:hover { position: relative; filter: none; opacity: 1; -webkit-filter: grayscale(0); }
	/* SociaL media Css */
	.socialspacein{ padding: 97px 1.9% 25px 1.9%;}
	.brandimg{padding-left: 0px; padding-right: 0px;}
	
	/* Quotes */
	.quotes { min-height: 633px;}
	.quote-bg { padding-top: 95px; margin-top:63px; }
	
}

@media (min-width: 1400px) { 
	
	.leftmain .leftdetails{ width: 67%; }
	.leftmain .pagetitle{ font-size: 55px;}
	.leftmain .leftdetails img{width: auto;}
	
	/* Quotes */
	.quotes { min-height: 620px;}
	.quote-bg { padding-top: 95px; margin-top:63px; }
}

/* Large devices (large desktops, 1600px and up)
============================================== */
@media (min-width: 1600px) { 

	/* Design Services */
	.dservices + .services { padding-left: 100px; padding-right: 100px; }
	.dservice > li,
	.dservice > li.ds1,
	.dservice > li.ds2,
	.dservice > li.ds3,
	.dservice > li.ds4 { padding-left: 45px; padding-right: 45px; }
	
	/* How It Works */
	.hno { font-size: 519px; }
	.hww .hww1 { padding-right: 100px; }
	.hww .hww2 { padding-right: 100px; }
	.hww .hww3 { padding-left: 190px; padding-right: 150px; }
	
	/* About */
	.about { max-width: 1380px; margin: 0 auto; padding-left: 0; padding-right: 0; }
	.about-half { padding-left: 35px; padding-right: 35px; }
	
	/* Clients */
	.client-logos { max-width: 1710px; margin-left: auto; margin-right: auto; margin-bottom: 130px; }
	
	/* innerpage Navigation Css */
	.navrightpart ul.navbar-nav > li:first-child > a { margin-left: 35px; }
	.navrightpart ul.navbar-nav > li > a{ margin-left: 20px;}
	
	/* Online Marketing Css */
	.marketingspacein{ padding: 104px 1.9% 25px 1.9%;}
	
	/* SociaL media Css */
	.socialspacein{ padding: 104px 1.9% 25px 1.9%;}
	
	/* Quotes */
	.quotes { min-height: 700px;}
	.quote-bg { padding-top: 95px; margin-top:110px; }
}


/* Large devices (large desktops, 2000px and up)
============================================== */
@media (min-width: 2000px) { 

	/* Design Services */
	.dservices + .services { padding-left: 125px; padding-right: 125px; }
	.dservice > li,
	.dservice > li.ds1,
	.dservice > li.ds2,
	.dservice > li.ds3,
	.dservice > li.ds4 { padding-left: 85px; padding-right: 85px; }
	
	/* How It Works */
	.hww .hww1 { padding-right: 145px; }
	.hww .hww2 { padding-right: 145px; }
	.hww .hww3 { padding-right: 200px; }
	.hno { top: 60px; left: 79px; }
	.hww .hww1 { padding-left: 151px; }
	/* Clients */
	.client-logos { max-width: 1800px; }
	
	/* innerpage Navigation Css */
	.navrightpart ul.navbar-nav > li:first-child > a { margin-left: 35px; }
	.navrightpart ul.navbar-nav > li > a{ margin-left: 40px;}

	/* Logos Page Css */	
	.contentspaceinleft{ margin-top: 66px;}
	.leftmain .pagename{ margin-top: 4px; margin-bottom: 8px; }
	.leftmain .leftdetails{ padding: 23px 20px;  width: 67%;}
	.leftmain .pagetitle{ font-size: 66px; }
	.leftmain .pagetitle span { min-height: 120px; line-height: 59px; }
	.pagearrow{ margin-bottom: 40px; margin-top: 21px; overflow: hidden; }
	.pagearrow img{ width: auto; }
	.vlinegray { width: 1px; height: 180px; margin: 1px auto; }
	.leftbottomtext{ margin-top: 66px; }
	
	/* Print Page Css */
	.printdetails{padding-top: 20px; padding-bottom: 18px; margin-bottom: 30px;}

	/*== Web Page Css ==*/
	/* Gallery Css */
	.gallery-expander-contents div.close > img {margin-right: -57px;}
	.gallery-expander-contents .nospaceimg div.close > img {margin-right: 0px;}
	.gallery-expander-contents div.image span .protitle{font-size: 16px;}
	.gallery-expander-contents div.image span a{font-size: 16px;}
	
	/* Online Marketing Css */
	.leftmain .pagetitle.onlytext span{ top: 47%; line-height: 72px;}
	.leftmain .pagetitle.socialtext span{ top: 47%; line-height: 72px;}
	
	/* Quotes */
	.quotes { min-height: 835px;}
	.quote-bg { padding-top: 95px; margin-top:180px; }
	
	
}