/*
        Project:		-- GEMINI
        Version:	    --
        Create Date:	-- 23-12-16
        Last change:	--
        Primary use:	--
*/

/* 
        --- Table Of Content ---
        
        1. preload
        2. menu
        3. home-background slider
        4. about
        5. process
        6. portfolio
        7. service
        8. team
        9. contact
        10. responsive
        
        
*/




/*-------------General Style---------------------------------------*/
/*-------------Import fonts ---------------------------------------*/
@font-face {
	font-family:'FuturaPT-Book';
	src: url('../fonts/FuturaPT-Book_gdi.eot');
	src: url('../fonts/FuturaPT-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaPT-Book_gdi.woff') format('woff'),
		url('../fonts/FuturaPT-Book_gdi.ttf') format('truetype'),
		url('../fonts/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}
@font-face {
	font-family:'futurastd-bold';
	src: url('../fonts/futurastd-bold.eot');
	src: url('../fonts/futurastd-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futurastd-bold.woff') format('woff'),
		url('../fonts/futurastd-bold.ttf') format('truetype'),
		url('../fonts/futurastd-bold.svg#FuturaPT-Book') format('svg');
}
/*-------------General Style---------------------------------------*/
html {
	height:100%;
	overflow-x:hidden !important;

}
body {
	margin: 0;
	padding: 0;
	font-family: 'FuturaPT-Book';
	font-weight: 400;
	font-size: 15px;
	color: #666;height:100%;
	background:transparent;


}
@-o-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
p {
	text-align:left;
	font-size:14px;
	line-height:24px;
	padding-bottom:10px;
}
@font-face {
 font-family: 'Glyphicons Halflings';
 src: url('../font/glyphicons-halflings-regular.eot');
 src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
 font-family: "Flaticon";
 src: url("../font/flaticon.eot");
 src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),  url("../font/flaticon.woff") format("woff"),  url("../font/flaticon.ttf") format("truetype"),  url("../font/flaticon.svg") format("svg");
 font-weight: normal;
 font-style: normal;
}
/*================================================================ PRELOAD ===================================================================*/





.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1111111111;
	background: url(../img/loader.gif) center no-repeat #fff;
}
/* color box */
.box {
	position:fixed;
	top:150px;
	left:-160px;
	height:110px;
	width:160px;
	background-color:white;
	z-index:1000;
 -webkit-transition:all .27s ease-in-out;
 transition:all .27s ease-in-out;
}
.option {
	position:absolute;
	left:160px;
	z-index:1001;
	height:50px;
	width:50px;
	cursor: pointer;
}
.color {
	position:absolute;
	top:10px;
	left:10px;
	width:40px;
	height:40px;
	z-index:1001;
	background-color: #E63838;
}
.style1 {
	left:60px;
	background-color:#147B0E;
}
.style2 {
	left:110px;
	background-color:#179090;
}
.style3 {
	top:60px;
	left:10px;
	background-color:#175490;
}
.style4 {
	top:60px;
	left:60px;
	background-color:#A81196;
}
.style5 {
	top:60px;
	left:110px;
	background-color:#BC4E13;
}
.color:hover {
	cursor:pointer;
}
.box .fa {
	position:absolute;
	left:10px;
	top:10px;
	color:#FFF;
 transition:all .5s ease-in-out;
}
.open {
	left:0;
}
.lang {
	position:absolute;
	background-color:#FFF;
	width:60px;
	height:30px;
	color:#404040;
	top:120px;
	left:10px;
	text-align:center;
	line-height:2;
	font-weight:bold;
	cursor: pointer;
}
.lang:hover {
	background-color:#222;
	color:#FFF;
}
.ar {
	left:90px;
}
/*============================================================== MENU ==========================================================*/



/*.main-page-content{
    width: 100%;
    height: 100%;
}

.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    height: 75px;
    border-bottom: none;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navbar-default.small {
    background-color: white;
    border-bottom: 1px solid #FFF;
    box-shadow: 0px 0px 10px 0px #D1D1D1;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 17px 21px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}*/

.navbar-nav li {
	float: right;
	margin: 0px 11px;
	display: inherit;
}
.main-page-content {
	width: 100%;
	/*height: 100%;*/
	font-style: inherit;
	font-size: 100%;
}
.menubar {
	/* height: auto;*/
    width: 100%;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 10px 58px;
	font-size: 41px;
	line-height: 20px;
	padding-top: 21px;
}
.navbar-nav {
	background: #000;
	opacity: 0.7;
	float: right;
	margin: 17px 21px;
	margin-right: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: white;
	letter-spacing: 2px;
	font-size: 13px;
 transition: .2s;
 -webkit-transition: .2s;
 -moz-transition: .2s;
 -ms-transition: .2s;
 -o-transition: .2s;
	padding: 10px 50px;
	font-weight: 600;
}
.navbar-nav {
}
.navbar-default.small .navbar-nav > li > a {
	color:white;
}
.navbar-default {
	background-color: transparent;
	border-bottom: none;
}
.navbar-style {/* background: #CCC;
 
  opacity: 0.6;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
/* background-color: transparent;*/
}
.navbar-toggle {
/*background-color: transparent;*/ 
}
.navbar-default .navbar-toggle {
	background-color: #0071BB;
}
.navbar-default .small .navbar-toggle {
	background-color: #0071BB;
}
.navbar-default .navbar-toggle {
	background-color: #0071BB;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-toggle:hover {
	background-color: #024DA1;
}
.navbar-default .navbar-toggle:focus {
	background-color: #024DA1;
}
.navbar-scroll-background.small {
	background: #666;
}
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: inline-block;
  position: absolute;
  z-index: 2;
font:24px 'monotype corsiva';
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);

  right: 0;
  bottom: 8%;
  left: 4%;
  padding: 10px 20px;

  max-width: 40%;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: auto;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -100px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides1_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.rslides2_nav.next {
  left: auto;
  right: 0;
  }

.rslides3_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.rslides3_nav:active {
  opacity: 1.0;
  }

.rslides3_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

.caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .6);
  color: #fff;
}

.rslides .credit {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
z-index:5000;
  padding: 15px;
  text-align: left;font-family: 'FuturaPT-Book';
    font-weight: 400;
    font-size: 15px;
  color: #fff;
}
.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
  #header-bg {
background-repeat:no-repeat;
height:380px;
background-repeat: no-repeat;
background-color: #ffffff;

background-position: top center;
background-size: contain;
position: relative;
            margin: 0 auto;
 }
 
 /* 10- about page (1)  */

.breadcrubs_section.tagpoint_row_section {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.breadcrubs_section.tagpoint_row_section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .2;
    z-index: -1;
}

.breadcrubs_section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width:100%;
    overflow: hidden;
}

.wrap_breadcrumbs_col {
    padding: 170px 40px;
    position: relative;
}

.breadcrumbs_content {
    position: absolute;
    right: 0;
    padding: 10px;
    bottom: 0;
    display: inline-block;
}

.breadcrumbs_content li {
    display: inline-block;
    font-weight: 400;
    color: hsl(0, 0%, 92%);
}

.breadcrumbs_content li a {
    color: #fff;
}

.breadcrumbs_content li a,
.breadcrumbs_content li span {
    padding: 0 5px;
}


/* about page sections */

.about_section_5.about_page {
    position: relative;
    background: #fff;
    padding-bottom: 70px;
}

.about_row_page::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    left: 50%;
    height: 90px;
    transform: translateX(-50%);
    background: #fd972e;
}

.about_page_head {
    display: block;
}

.about_row_page .wrap_about_5 {
    padding: 0 40px 20px;
}

.about_row_page .experience_title.tp_medium_title {
    line-height: 1.5;
}
@media (max-width: 991px) {
.breadcrubs_section.tagpoint_row_section {
        padding-top: 60px;
    }
}
@media (max-width: 769px) {.breadcrubs_section.tagpoint_row_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

  @media screen and (max-width: 600px) {
 
.callbacks_nav {top:20%;}
.callbacks .caption {font-size:12px;line-height:14px; padding: 3px 5px;} 
#header-bg {
           
            background-size: contain;
            height: 250px;
            position: relative;
            margin: 0 auto;
            display: block;
background-position: top center;
            text-align: center;

         }
  }

/*====================================================== HOME BACKGROUND =====================================================*/
#home {
	height: 100vh;
	min-height: 100%;
	width: 100%;
	position: relative;
}
.home-content {
	width: 100%;
	position: absolute;
	height: 100%;
}
#home img {
	width: 100%;
	height: 100vh;
	margin-left: 0px;
	margin-top: 0px;
	transition: 18s;
	-webkit-transition: 18s;
	-moz-transition: 18s;
	-ms-transition: 18s;
	-o-transition: 18s;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	line-height: 1;
	height: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel, .item, .active {
	height: 100%;
	position: relative;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
}
.home-content-main {
	width: 100%;
	display: table;
	position: absolute;
	z-index: 11;
}
.home-content-main:after {
/*content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.58);
    top: 0;
    left: 0;
    z-index: 1;*/
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.home-row {
	z-index: 2;
	position: relative;
}
.home-text {
	width: 100%;
}
.home-text h2 {
	font-size: 45px;
	color: rgb(255, 255, 255);
	/*font-family: 'Raleway', sans-serif;*/
  /* letter-spacing: 3px;*/
    line-height: 56px;
	margin-top: 0px;
	margin-bottom: 35px;
}
.home-contact1 {
	font-size: 16px;
	padding: 8px 30px;
	color: white;
	border-radius: 7px;
	letter-spacing: 1px;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
	border: 1px solid #cb5c5c;
	margin-top: 0px;
}
.home-contact1:hover {
	color: white;
	border: 1px solid white;
	text-decoration: none;
	background-color: transparent;
}
.home-background {
	width: 100%;
	height: 100vh;
}
.image-home {
	width: 100%;
	height: 100vh;
}
@media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-fade .carousel-inner > .item.next,  .carousel-fade .carousel-inner > .item.active.right {
 opacity: 0;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 .carousel-fade .carousel-inner > .item.prev,  .carousel-fade .carousel-inner > .item.active.left {
 opacity: 0;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 .carousel-fade .carousel-inner > .item.next.left,  .carousel-fade .carousel-inner > .item.prev.right,  .carousel-fade .carousel-inner > .item.active {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 0%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: -40.5%;
	text-align: center;
	list-style: none;
}
/*==================================================================== ABOUT ============================================================*/





#about {
	width: 100%;
	background-color: #272727;
	margin-top: 0px;
	position: relative;
}
.about-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-grid {
	width: 100%;
	margin-top: 0px;
}
.creativity {
	margin-top: 0px;
}
.creativity-grid {
	padding: 0px;
	background-color: white;
 transition: .8s;
	overflow: hidden;
	position: relative;
 transition: .2s;
 -webkit-transition: .2s;
 -moz-transition: .2s;
 -ms-transition: .2s;
 -o-transition: .2s;
	margin-right: 0px;
	margin-bottom: 27px;
}
.creativity-row {
	margin-top: 50px;
}
.creativity-title {
	padding-top: 0px;
}.creativity-title h4 {text-transform:uppercase;color:#7e7e7e}
.creativity-title h3 {
	font-size: 32px;

    color: #fff;
	
	line-height: 44px;
	text-transform: uppercase;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
	font-weight: 100;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.creativity-title h3::after {
/*content: '';
    position: absolute;
    height: 1px;
    width: 27%;
    background-color: #666;
    margin-top: 17px;
    margin-left: 15px;*/
}
.creativity-title p {
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0px;
	line-height: 22px;
	margin-top: 8px;
	padding-bottom: 5px;
	color:#fff;
    margin-top: 12px;
}
.creativity-img {
	height: 100%;
	width: 100%;
}
.creativity-img img {
	height: 100%;
	width: 100%;
}
.creativity-details {
	padding: 5px 5px;
}
.creativity-details h3 {
	margin: 0px 8px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFF;
	/*font-family: 'Roboto', sans-serif;*/
    position: relative;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
	font-weight: 600;
	margin: 0px;
	margin-top: 0px;
}
.creativity-under {
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
	position: relative;
	height: 1px;
	width: 91px;
	margin-top: 11px;
}
.creativity-grid:hover .creativity-under {
	width: 100%;
}
.creativity-details p {
	font-size: 15px;
	color: white;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 7px 0px;
	position: relative;
	padding-bottom: 0px;
}
.us-grid {
	margin-top: 73px;
}
.us-row {
	height: 450px;
}
.about-col {
	padding: 0px;
	display: table;
	height: 100%;
}
.about-image img {
	width: 100%;
	height: 450px;
	padding: 0px;
}
.about-details {
	margin-top: 27px;
	margin-left: 41px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 45px;
}
.about-details h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: white;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.about-details h3::after {
/*content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e96c6c;
    margin-top: 17px;
    margin-left: 15px;*/
}
.about-details p {
	font-size: 14px;
	color: #FBFBFB;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 34px;
	margin-top: 9px;
	padding-right: 24px;
}
.about-details a {
	font-size: 16px;
	padding: 9px 20px;
	background-color: #FFF;
	border-radius: 6px;
	letter-spacing: 1px;
 transition: .8s;
 -webkit-transition: .8s;
 -moz-transition: .8s;
 -ms-transition: .8s;
 -o-transition: .8s;
}
.about-details a:hover {
	color: black;
	text-decoration: none;
}
.work-counter {
	width: 100%;
	margin-top: 100px;
}
.counter {
	padding: 0px;
}
.work-statistics {
	padding: 0px;
	margin-bottom: 35px;
}
.work-statistics h3 {
	font-size: 28px;
	color: #fff;
    transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
	font-weight: 700;
}
.work-statistics p {
	color: #515151;
	font-size: 20px;
}
.stat-icon {
	font-size: 41px;
	margin-top: 0px;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
	text-align: center;
	border-radius: 4px;
	font-weight: 900;
}
/*=================================================== process ==========================================*/





#process {
	width: 100%;
	background-color: white;
	margin-top: 1px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/process.jpg);
}
.process-content {
	padding-top: 100px;
	position: relative;
	z-index: 111;
	padding-bottom: 86px;
}
 #process::after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 background-color: rgba(0, 0, 0, 0.77);
 top: 0;
 left: 0;
 z-index: 1;
}
.process-grid {
	width: 100%;
	margin-top: 45px;
}
.process-title {
	padding-top: 0px;
}
.process-title h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: white;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.process-title h3::after {
/* content: '';
    position: absolute;
    height: 1px;
    width: 27%;
    background-color: #fff;
    margin-top: 17px;
    margin-left: 15px;*/
}
.process-title p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	padding: 0px;
	line-height: 27px;
	margin-top: 12px;
}
.process-details {
	padding: 18px;
	margin-bottom: 25px;
	border: 1px solid #F6F1F1;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
	background-color: white;
	box-shadow: 0px 0px 2px 0px #c6c6c6;
}
.process-details-content {
	padding-top: 40px;
	position: relative;
	z-index: 111;
}
.carousel, .item, .active1 {
	height: 100%;
	position: relative;
	width: auto;
}
.nav-tabs {
	border-bottom: none;
	padding: 0px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: white;
	cursor: default;
	border: 0px solid transparent;
}
.nav-tabs > li.active::after {
 content: '';
 position: absolute;
 background-color: #5F5F5F;
 height: 50px;
 width: 1px;
}
.nav-tabs > li > a {
	margin-right: 11px;
	line-height: 130px;
	border: 1px solid transparent;
	border-radius: 143px;
	color: white;
	cursor: default;
	background-color: transparent;
	height: 150px;
	width: 150px;
	font-size: 17px;
}
.nav-tabs > li > a:hover {
	color: white;
	cursor: default;
	cursor: pointer;
}
.details-process {
	width: 100%;
	border-top: 1px solid #454545;
}
.tab-content {
	padding: 0px 15px;
	margin-top: 50px;
}
.process-details-content p {
	color: #f8f8f8;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 33px;
}
.process-content-list {
	margin-top: 40px;
}
.process-content-list ul {
	list-style: none;
	padding-left: 0px;
}
.process-content-list ul li {
	padding: 4px 0px;
}
.process-content-list ul li p {
	color: #9c9c9c;
	font-size: 16px;
	margin-left: 34px;
	line-height: 25px;
}
.process-icon {
	float: left;
	font-size: 22px;
	margin-top: 2px;
}
/*=========================================================================== WORK ===============================================================*/




#work {
	width: 100%;
	background-color: white;
	margin-top: 0px;
}
.work-content {
	padding-bottom: 0px;
}
.work-grid {
	width: 100%;
}
.work-title {
	padding-top: 100px;
}
.work-title h3 {
	font-size: 40px;
	/*font-family: 'Roboto', sans-serif;*/
   /*letter-spacing: 3px;*/
    color: #fff;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.work-title h3::after {
/* content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e7e7e7;
    margin-top: 17px;
    margin-left: 15px;*/
}
.work-details {
	margin-top: 30px;
}
.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
}
.overlay-main {
	width: 100%;
	height: 100%;
	display: table;
}
.work-icon {
	font-size: 40px;
	color: white;
	text-align: center;
}
.portfolio-wrapper:hover .overlay {
	opacity: 1.4;
}
#filters {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	width: 100%;
	margin: auto;
	margin-bottom: 55px;
}
#filters li {
	float: left;
	margin-right: 8px;
}
#filters li span {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 6px;
}
#filters li span.active {
	color: white;
	border-radius: 6px;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 24%;
	margin-right: 1%;
	display: none;
	float: left;
	overflow: hidden;
	margin-bottom: 1%;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #0F569C;
}
.portfolio img {
	max-width:100%;
	position: relative;
	top:0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-wrapper img {
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
}
.portfolio-wrapper img:hover {
	opacity: .2;
	transform: scale(1.1);
}
.portfolio .text-category {
	display:block;
	font-size:9px;
}







/* #Tablet (Portrait) */



/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
 #ads {
 display:none;
}
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 #ads {
 display:none;
}
}
/* #Clearing */

/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*================================================================ FANCYBOX ===============================================================*/




.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: white;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url('../img/close.png') center center no-repeat;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif');
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: visible !important;
}
.fancybox-lock-test {
	overflow-y: visible !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.83);
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: url('../fancybox_sprite@2x.png');
 background-size: 44px 152px;
}
 #fancybox-loading div {
 background-image: url('../fancybox_loading@2x.gif');
 background-size: 24px 24px;
}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}
#fancybox-buttons.top {
	top: 10px;
}
#fancybox-buttons.bottom {
	bottom: 10px;
}
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68,68,68)), color-stop(50%, rgb(52,52,52)), color-stop(50%, rgb(41,41,41)), color-stop(100%, rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 );
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}
#fancybox-buttons a:hover {
	opacity: 1;
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*=================================================== SERVICE ==========================================*/





#service {
	width: 100%;
	background-color: white;
	margin-top: 1px;
	position: relative;
}
.service-content {
	padding-top: 100px;
	padding-bottom: 50px;
}
.service-grid {
	width: 100%;
	margin-top: 0px;
}
.service-title {
	padding-top: 0px;
}
.service-title h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: #666;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.service-title h3::after {
/* content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e7e7e7;
    margin-top: 17px;
    margin-left: 15px;*/
}
.service-title p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #1A1A1A;
	padding: 0px;
	line-height: 27px;
	margin-top: 12px;
}
.about-row {
	margin-top: 30px;
}
.service-details {
	padding: 0px;
	margin-bottom: 50px;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
	background-color: white;
	margin-right: 30px;
}
.service-details:hover .service-icon {
	margin-top: 10px;
}
.media-body h3 {
	margin: 16px 0px;
	font-size: 17px;
	letter-spacing: 1px;
	color: #666;
	position: relative;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
	margin-bottom: 0px;
	font-weight: 600;
	margin: 0px;
}
.media-body p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.service-icon {
	font-size: 21px;
	color: white;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 150px;
}
/*================================================================ TEAM ===============================================================*/




#team {
	width: 100%;
	background-color: #F6F6F6;
	margin-top: 0px;
	position: relative;
}
.team-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.team-grid {
	width: 100%;
	margin-top: 0px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/team-back.jpg);
	padding-bottom: 20px;
}
 .team-grid::after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 background-color: rgba(0, 0, 0, 0.77);
 top: 0;
 left: 0;
 z-index: 1;
}
.team-title {
	width: 100%;
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.team-title h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: white;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.team-title h3::after {
/*content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #444;
    margin-top: 17px;
    margin-left: 15px;*/
}
.team-title p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #CFCFCF;
	padding: 0px;
	line-height: 27px;
	margin-top: 12px;
}
.team-col {
	padding: 6px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.team-member {
	position: relative;
	overflow: hidden;
	margin: 0px 9px;
}
.team-img {
	width: 100%;
	height: auto;
	padding: 0px;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
}
.team-details {
	padding: 11px 20px;
	margin-top: 0px;
	position: relative;
	z-index: 11111;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
}
.team-details h3 {
	margin: 0px;
	font-size: 15px;
	color: white;text-align:center;
}.team-details a{color:#fff}
.team-details p {
	margin: 0px;
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
}
.team-icon {
	margin-top: 3px;
 transition: .3s;
	position: relative;
	z-index: 1;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
}
.team-social {
	padding-left: 0px;
	display: inline-flex;
	list-style: none;
	margin: 0px;
}
.team-social li {
	margin: 0px;
}
.team-social li a {
	font-size: 15px;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
	text-align: center;
	margin-right: 11px;
	float: left;
	height: 30px;
	width: 30px;
	background-color: white;
	line-height: 32px;
}
.team-social li a:hover {
	color: white;
}
.team-icon-grid {
	width: 100%;
	background-color: transparent;
	position: relative;
	margin-top: 10px;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
}
.pricing {
	height: auto;
	width: 100%;
	background-color: white;
}
.pricing-content {
	padding-bottom: 0px;
}
.price-title {
	padding-top: 100px;
}
.price-title h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: #666;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.price-title h3::after {
/*content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e7e7e7;
    margin-top: 17px;
    margin-left: 15px;*/
}
.price-title p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #1A1A1A;
	padding: 0px;
	line-height: 27px;
	margin-top: 12px;
}
.price-grid {
	margin-top: 0px;
}
.price-pack {
	position: relative;
	margin: 0px 0px;
	border: 1px solid #e9e9e9;
	padding: 28px 0px;
	background-color: white;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
	box-shadow: 0px 0px 4px 0px #e6e6e6;
	margin-right: 10px;
}
.price-pack:hover {
	box-shadow: 0px 0px 12px 0px #cecece;
}
.price-pack-head {
	padding-bottom: 12px;
}
.price-pack-head h3 {
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 0px;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 3px;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
	margin-top: 7px;
	padding: 11px 30px;
}
.price-pack-head p {
	margin: 0px;
	font-size: 18px;
	margin-top: 8px;
	color: black;
	padding: 0px 30px;
}
.price-pack-head p span {
	font-size: 43px;
	font-weight: 900;
}
.price-pack-body {
	margin-top: 16px;
	padding-bottom: 10px;
	padding: 0px 30px;
}
.price-pack-body ul {
	padding: 0px;
	display: inherit;
	list-style: none;
	position: relative;
	margin-bottom: 41px;
}
.price-pack-body ul li {
	border-bottom: 1px solid #efefef;
	padding: 13px 0px;
	font-size: 15px;
	color: #4d4d4d;
}
.price-pack-body ul li:first-child {
	border-top: 1px solid #efefef;
}
.price-pack-body a {
	font-size: 17px;
	padding: 4px 21px;
	color: #FFF;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
}
.price-pack-body a:hover {
	background-color: white;
	text-decoration: none;
}
.price-pack-body .middle {
	color: white;
}
.message {
	width: 100%;
	background-color: white;
	padding: 0px;
	margin-top: 100px;
}
.message-img {
	height: 100%;
	width: 100%;
}
.no-padding-col {
	padding: 0px;
	height: 100%;
}
.message-row {
	height: 450px;
}
.message-col {
	height: 100%;
	display: table;
}
.message-client {
	height: 100%;
}
.message-details {
	padding-left: 33px;
	display: table-cell;
	vertical-align: middle;
}
.message-details h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: white;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
	line-height: 37px;
}
.message-details h3::after {
/* content: '';
    position: absolute;
    height: 2px;
    width: 15%;
    margin-top: 17px;
    margin-left: 15px;*/
}
.message-details p {
	color: #fff;font-size:15px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-right: 24px; text-align:justify;
}
.testimonial {
	width: 100%;
	background-color: white;
	margin-top: 1px;
	position: relative;
}
.testimonial-content {
	padding-bottom: 0px;
	padding-top: 100px;
}
.testimonial-grid {
	width: 100%;
	position: relative;
	z-index: 111;
}
.testimonial-title {
	padding-top: 0px;
}
.testimonial-title h3 {
	font-size: 28px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 3px;
	color: #666;
	font-weight: 700;
	margin-top: 0px;
	padding: 0px;
}
.testimonial-details {
	width: 100%;
}
.carousel-indicators1 {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 48px;
}
.quote {
	color: rgba(0, 0, 0, .1);
	text-align: center;
	margin-bottom: 20px;
}
#fade-quote-carousel.carousel {
	padding-bottom: 0px;
	height: auto;
	position: relative;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.carousel-indicators .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: -32px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
.item blockquote p {
	font-size: 16px;
	color: #666;
	margin-bottom: 0px;
	line-height: 30px;
	position: relative;
}
.item blockquote p span {
	font-size: 23px;
	position: relative;
	line-height: 44px;
}
.item {
	height: auto;
}
.fa-4x {
	font-size: 2em;
	height: 50px;
	width: 50px;
	color: #FFF;
	line-height: 51px;
	border-radius: 6px;
}
/*============================================================== CONTACT =====================================================================*/





#contact {
	width: 100%;
	background-color: #272727;
	margin-top: 0px;
	position: relative;
	/*background-image: url(../img/contact.jpg);
	background-size: cover;
	background-position: center center;*/
}
.contact-content {
	width: 100%;
}
.contact-grid {
	position: relative;
	z-index: 90;
}
.contact-content::after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 background-color: rgba(0, 0, 0, 0.73);
 top: 0;
 left: 0;
 z-index: 1;
}
.contact-row {
	margin-top: 70px;
}
.contact-title {
	padding-top: 110px;
}
.contact-title h3 {
	font-size: 26px;
	/*font-family: 'Roboto', sans-serif;*/
   letter-spacing: 1px;
	color: white;
	font-weight: 300;
	margin-top: 0px;
	padding: 0px;
}
.contact-title h3::after {
/*content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #444;
    margin-top: 17px;
    margin-left: 15px;*/
}
.contact-title p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #CFCFCF;
	padding: 0px;
	line-height: 27px;
	margin-top: 12px;
}
.contact-form-details {
	margin-top: 100px;
	padding-bottom: 70px;
}
.contact-form {
	width: 100%;
	margin: auto;
}
.form-control {
	display: block;
	width: 100%;
	margin: auto;
	height: 50px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #8C8B8B;
	background-image: none;
	border: 1px solid black;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.56);
}
.form-control:enabled {
	box-shadow: none;
	border: 1px solid #3f3e3e;
}
.has-error .form-control {
	border-color: #666;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .help-block {
	color: #C6C6C6;
}
.has-error .form-control:enabled {
	box-shadow: none;
	border: 1px solid black;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-success.disabled {
	background-color: #4d4d4d;
	border-color: #b3b3b3;
	color: white;
	cursor: not-allowed;
}
.btn.disabled:hover {
	background-color: #4d4d4d;
	border-color: #b3b3b3;
	color: white;
	cursor: not-allowed;
}
.btn-success:hover {
	cursor: pointer;
	background-color: #0072bc;
	border-color: #363636;
	color: #000;
}
.btn-success {
	background-color: #0072bc;
	border-color: #363636;
	color: #fff;
}

.text-danger {
	color: #A1A1A1;
	position: absolute;
}
.text-success {
	color: #A1A1A1;
	position: absolute;
}
.hidden {
	display: none !important;
	color: #2a99cc;
}
.contact-col {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
}
.contact-icon {
	font-size: 18px;
	color: white;
	position: relative;
	margin-top: 0px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 29px;
	border-radius: 3px;
	float: left;
}
.contact-col h3 {
	font-size: 22px;
	color: white;
	position: relative;
	margin-bottom: 4px;
	display: inline;
	line-height: 31px;
	margin-left: 10px;
}
.contact-col p {
	font-size: 15px;
	color: white;
	line-height: 23px;
	position: relative;
	padding-left: 41px;
}
.email-info {
	font-size: 15px;
	color: white;
	line-height: 23px;
	position: relative;
}
.email-info:hover {
	text-decoration: underline;
	color: white;
}
.copyright-details {
	background-color: transparent;
}
.copyright h3 {
	margin: 0px;
	padding: 16px 0px;
	text-align: center;
	font-size: 12px;
	color: white;
}






/*=============================================================== RESPONSIVE ======================================================*/






@media screen and (max-width: 865px) {
 .navbar-nav li {
 float: left;
 margin: 0px 5px;
 display: inherit;
}
}
@media screen and (max-width: 768px) {
 .navbar-nav {
 float: right;
 margin: 17px 21px;
 margin-right: 10px;
}
 .about-col {
 height: 450px;
}
 .price-pack {
 position: relative;
 margin: 0px 0px;
 border: 1px solid #c2c2c2;
 padding: 28px 0px;
 background-color: white;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 box-shadow: 0px 0px 4px 0px #cecece;
 margin-right: 10px;
 margin-bottom: 35px;
}
 .nav-tabs > li > a {
 margin-right: 11px;
 line-height: 73px;
 border: 1px solid transparent;
 border-radius: 143px;
 color: white;
 cursor: default;
 background-color: transparent;
 height: 100px;
 width: 100px;
 font-size: 10px;
}
 .navbar-nav li {
 float: left;
 margin: 0px 5px;
 display: inherit;
}
 .about-title p {
 font-size: 16px;
 letter-spacing: 1px;
 color: #5D5D5D;
 padding: 0px 30px;
 line-height: 27px;
 margin-top: 24px;
}
 .about-details {
 margin-top: 30px;
 padding-left: 15px;
}
 .about-details p {
 font-size: 13px;
 color: #FBFBFB;
 letter-spacing: 1px;
 line-height: 24px;
 margin-bottom: 34px;
 margin-top: 9px;
 padding-right: 24px;
}
 .message-details {
 padding-left: 0px;
 display: table-cell;
 vertical-align: middle;
}
 .message-details p {
 font-size: 15px;
 color: #FBFBFB;
 letter-spacing: 1px;
 line-height: 24px;
 margin-bottom: 34px;
 margin-top: 9px;
 padding-right: 24px;
}
 .contact-form {
 padding-bottom: 50px;
}
 .contact-col {
 background-color: transparent;
 padding: 0px;
 margin: 0px 22px;
 margin-bottom: 22px;
 overflow: hidden;
 position: relative;
 margin-left: 0px;
}
 .contact-form-details {
 margin-top: 100px;
 padding-bottom: 0px;
}
}
@media screen and (max-width: 767px) {
 .navbar-default .navbar-toggle {
 border-color: #ddd;
 margin-top: -56px;
}
 .navbar-default {
 background-color: transparent;
 height: 75px;
 border-bottom: none;
 overflow: visible;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
}
 .navbar-nav {
 float: right;
 margin: 11px 21px;
 margin-right: 32%;
 display: inherit;
 width: 200px;
 background-color: transparent;
}
 .navbar-style {
 padding: 0px;
}
 .navbar-nav li {
 float: left;
 margin: 9px 11px;
 display: inherit;
 width: 100%;
}
 .navbar-fixed-top .navbar-collapse {
 max-height: 100%;
 background-color: rgba(0, 0, 0, 0.76);
 position: relative;
}
 .navbar-default.small .navbar-nav > li > a {
 color: white;
}
 .navbar-default .navbar-nav > li > a {
 color: white;
 letter-spacing: 2px;
 font-size: 16px;
 transition: .5s;
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -ms-transition: .5s;
 -o-transition: .5s;
 padding: 10px 0px;
 text-align: center;
}

 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
 border-color: transparent;
 overflow: visible;
}
 .home-text h3 {
 font-size: 17px;
 color: rgb(225, 221, 221);
        /*font-family: 'Lato', sans-serif;*/
        letter-spacing: 1px;
 margin-bottom: 10px;
 padding: 0px;
 line-height: 29px;
 
}
 .about-details {
 margin-top: 30px;
}
 .price-pack {
 position: relative;
 margin: 12px 0px;
 border: 1px solid #c2c2c2;
 padding: 28px 0px;
 background-color: white;
 overflow: hidden;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
}
}
 @media screen and (max-width: 640px) {
 .price-pack {
 position: relative;
 margin: 12px 0px;
 border: 1px solid #c2c2c2;
 padding: 28px 0px;
 background-color: white;
 overflow: hidden;
 transition: .4s;
 -o-transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
}
 .active-grid {
 border: 5px solid #0F569C;
}
 #portfoliolist .portfolio {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 width: 50%;
 margin: 0%;
 display: none;
 float: left;
 overflow: hidden;
}
}
 @media screen and (max-width: 480px) {
 .about-title p {
 font-size: 14px;
 letter-spacing: 1px;
 color: #5D5D5D;
 padding: 0px 30px;
 line-height: 27px;
 margin-top: 24px;
}
 .navbar-nav {
 float: right;
 margin: 11px 21px;
 margin-right: 27%;
 display: inherit;
 width: 200px;
 background-color: transparent;
}
 .nav-tabs > li.active::after {
 content: '';
 position: absolute;
 background-color: #5F5F5F;
 height: 0px;
 width: 0px;
}
 .nav-tabs>li {
 float: left;
 margin-bottom: 14px;
}
 .tab-content {
 padding: 0px 15px;
 margin-top: 35px;
}
 #filters li {
 float: none;
 margin-bottom: 5px;
}
 #filters {
 padding: 0;
 list-style: none;
 margin-bottom: 30px;
 width: 100%;
 margin: auto;
 margin-bottom: 30px;
}
 .item blockquote p {
 font-size: 16px;
 margin-bottom: 0px;
 line-height: 30px;
 position: relative;
}
}
 @media screen and (max-width: 320px) {
    /*.navbar-nav li {
        float: left;
        margin: 4px 11px;
        display: inherit;
        width: 100%;
    }*/
    .home-contact1 {
 font-size: 12px;
 padding: 10px 28px;
 border-radius: 3px;
 letter-spacing: 1px;
 transition: .3s;
 -webkit-transition: .3s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
}
 .creativity-title h3::after {
/*content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .about-details h3::after {
/*content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .process-title h3::after {
/* content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .work-title h3::after {
/* content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .service-title h3::after {
/* content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .team-title h3::after {
/*content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .price-title h3::after {
/*content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .message-details h3::after {
/*content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .contact-title h3::after {
/*content: '';
        position: absolute;
        height: 0px;
        width: 0px;
        background-color: #e7e7e7;*/
    }
 .home-text h2 {
 font-size: 25px;
 color: rgb(255, 255, 255);
        /*font-family: 'Raleway', sans-serif;*/
       letter-spacing: 3px;
 line-height: 41px;
 margin-top: 0px;
 margin-bottom: 35px;
}
 .carousel-indicators {
 position: absolute;
 bottom: 10px;
 left: 0%;
 z-index: 15;
 width: 100%;
 padding-left: 0;
 margin-left: -38.5%;
 text-align: center;
 list-style: none;
}
 .carousel-indicators1 {
 position: absolute;
 bottom: 10px;
 left: 50%;
 z-index: 15;
 width: 60%;
 padding-left: 0;
 margin-left: -30%;
 text-align: center;
 list-style: none;
}
 .item blockquote p span {
 font-size: 20px;
 position: relative;
 line-height: 44px;
}
 .about-details p {
 font-size: 13px;
 line-height: 25px;
 margin-bottom: 34px;
 margin-top: 9px;
 padding-right: 12px;
}
 .about-col {
 height: 500px;
}
 .about-image img {
 width: 100%;
 height: 500px;
 padding: 0px;
}
 .about-details {
 margin-top: 0px;
 margin-left: 12px;
}
 .about-details {
 margin-top: 0px;
 margin-left: 0px;
}
 .home-text h3 {
 font-size: 11px;
 text-transform: uppercase;
 color: rgb(188, 188, 188);
 letter-spacing: 2px;
 margin-bottom: 29px;
 line-height: 24px;
}
 .about-title p {
 font-size: 13px;
 letter-spacing: 1px;
 padding: 0px 0px;
 line-height: 23px;
 margin-top: 24px;
}
 #portfoliolist .portfolio {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 width: 100%;
 margin: 0%;
 display: none;
 float: left;
 overflow: hidden;
}
 .service-details {
 padding: 0px;
 margin-bottom: 50px;
 transition: .4s;
 -webkit-transition: .4s;
 -moz-transition: .4s;
 -ms-transition: .4s;
 -o-transition: .4s;
 background-color: white;
 margin-right: 0px;
}
 .service-title p {
 font-size: 13px;
 letter-spacing: 1px;
 padding: 0px 0px;
 line-height: 23px;
 margin-top: 24px;
}
 .creativity-title p {
 font-size: 13px;
 letter-spacing: 1px;
 padding: 0px 0px;
 line-height: 20px;
 margin-top: 14px;
}
 .team-title p {
 font-size: 13px;
 letter-spacing: 1px;
 padding: 0px 0px;
 line-height: 23px;
 margin-top: 24px;
}
 .price-title p {
 font-size: 13px;
 letter-spacing: 1px;
 padding: 0px 0px;
 line-height: 23px;
 margin-top: 24px;
}
 .process-content-list ul li p {
 color: #9c9c9c;
 font-size: 16px;
 margin-left: 34px;
 line-height: 27px;
}
 .message-details h3 {
 font-size: 21px;
        /*font-family: 'Roboto', sans-serif;*/
       letter-spacing: 3px;
 color: white;
 font-weight: 700;
 margin-top: 0px;
 padding: 0px;
 line-height: 27px;
}
 .message-details p {
 font-size: 5px;
 color: #FBFBFB;
 letter-spacing: 1px;
 line-height: 25px;
 margin-bottom: 0px;
 margin-top: 9px;
 padding-right: 0px;
}
 .testimonial-details {
 width: 100%;
 padding-bottom: 143px;
}
 .contact-title p {
 font-size: 13px;
 letter-spacing: 1px;
 padding: 0px 5px;
 line-height: 23px;
 margin-top: 24px;
}
}
/* ========================================================== */
/*   2. fixed-social
============================================================= */
.brd-bt {
	border-bottom: 1px solid #bbb;
}
.bg-red {
	background: #bf1e2d !important;
}
.bg-blue {
	background: #0085d7 !important;
}
.bg-violet {
	background: #654B7E !important;
}
.bg-green {
	background: #91268f !important;
}
.bg-grey {
	background: #0089cf !important;
}
.white {
	color: #fff !important;
}
#sticky-social {
	right: 60px;
	bottom:0;
	position: fixed;
	/*top: 32%;*/
	z-index: 100;
}
#sticky-social li {
	list-style: none;
}
#sticky-social a {
	/*background: #333;*/
	color: #fff;
	display: block;
	height: 35px;
	font: 20px "Open Sans", sans-serif;
	line-height: 35px;
	position: relative;
	text-align: center;
	width: 25px;
	margin-bottom: 1px;
}
/*#sticky-social a:hover span {
	right: 100%;
}
#sticky-social a span {
	line-height: 35px;
	right: -120px;
	position: absolute;
	text-align: center;
	width: 120px;
}
#sticky-social a[class*="soc"], #sticky-social a[class*="soc"]:hover, #sticky-social a[class*="soc"] span {
	background: #000;
	border-radius: 2px;
	font-size: 13px;
	margin-bottom: 2px;
	line-height: 32px;
	transition: 0.5s all ease-in-out;
}*/ 
/*--------end stickey social ------------*/
.image {
	position: relative;
	width: 100%;
}
h2 {
	position: absolute;
	top: 200px;
	padding-left:80px;
	/*left: 80px; */
   width: 100%;
}
h2 span {
	color: white;
	font: bold 24px/45px Roboto;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}
h2 span.spacer {
	padding:0 5px;
}
.bottom-head {background:#272727; /*background-color:rgba(6, 6, 6, .7);*/border-top:1px solid #666;
}
.footer-list li {
	margin: 0px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 27px;
	color: white;
}
.footer-list li a {
	color:#fff;
	text-decoration:none;
}
@media (max-width: 480px) {
.home-text h2 {  margin-top: 90px;}
.home-content-main { display: block;width:100%; height:auto}
  }
 
  
.characters h4 {
	font-size:22px;
	padding:14px 0px
}
.black-border { border:1px solid #666; width:50%; } 

@media (max-width: 480px) {
  .black-border { width:100%; } 
}
.work-listing h4 { text-align:center}
.work-listing p { text-align:center}
.work-listing a { text-decoration:none}
.portfolioContainer img { margin-bottom:12px }
.side-menu th, td  { padding:12px; letter-spacing:1px}
.contact-form-details {
     margin-top: 0px; 
	 }

  

