@import url(https://fonts.googleapis.com/css?family=Exo:400,700italic,300italic,600italic,600,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,600,600italic,700,700italic,400italic,300);
*  { 
   margin: 0; 
   padding: 0; 
   border: 0; 
}
* {
    margin: 0;
    padding: 0;
}
body { 
	font-family: 'Open Sans', Arial, sans-serif;
	color: #fff; 	
	background-color: #333; 
}
::-moz-selection { background: #ff9d0a none repeat scroll 0;color:#fff; }
::-webkit-selection { background: #ff9d0a none repeat scroll 0;color:#fff; }
::selection { background: #ff9d0a none repeat scroll 0;color:#fff;} 

html, body { 
	height: 100%; 
}
.clear { 
   clear: both; 
} 
.right   { 
   float: right; 
} 
.left  { 
   float: left; 
}	
h1 { 
	font-size: 3.2em; 
	text-transform: uppercase;
} 
h2 { 
	font-size: 2.15em;     
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
} 		
h3 { 
	font-size: 1.55em;
	font-weight: 400;  	
} 
h4 { 
	font-size: 1.6em;   
	font-weight: 400;  
} 
h5 { 
	font-size: 1.4em;     
} 
p  { 
	font-size: 1em;  
	font-weight: 300;	
}
@media screen and (min-width: 767px) {
	h1 { 
	font-size: 6.2em; 
	} 
	h2 { 
		font-size: 2.75em;     
	} 		
	h3 { 
		font-size: 1.8em; 
	} 
	h4 { 
		font-size: 1.6em;   
	} 
	h5 { 
		font-size: 1.4em;     
	} 
	p  { 
		font-size: 1.2em;  
	}
}
/*-- +++++++++++++++++++++++++++ --*/
.container{
		width: 100%;
		padding:0;
		margin: 0 auto;
		display:block;
}
@media (min-width:768px){
	.container{
		width:750px
	}
}
@media (min-width:992px){
	.container{width:970px}
}
@media (min-width:1200px){
	.container{
		width:1170px
	}
}
.container-fluid{
	width: 100%;
	padding:0;
	margin: 0 auto;
	display:block;
}
.row {
	margin: 0;
}
.row:after,.row:before{
	content:'';
	width: 100%;
	display:block;
	clear:both;
	height:0
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{		position:relative;
		min-height:1px;
		padding-right:15px;
		padding-left:15px;
}
/*-- +++++++++++++++++++++++++++++++++ --*/
/*-- +++++++++++++++++++++++++++++++++ --*/
.parallax-1 {
    width: 100%;
	background: url(../images/bg_image_2.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.social {
  position: fixed;
  top: 15%;
  z-index: 1000;
  margin-left: -10px;
}
.social a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-style: italic;
  font-size: 1.15em;
  margin-left: -8px;
}
.social ul li {
	display: block;
	margin: 5px;
	background: rgba(0, 0, 0, 0.36);
	width: 70px;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.social ul li:hover, .social ul li:active, .social ul li:focus {
	background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover i, .social ul li:active i , .social ul li:focus i  {
	color: #fff;
	background: rgba(255, 153, 0, 0.76);
}
.social ul li i {
	  margin-left: -8px;
	  color: #2e2e2e;
	  padding: 10px;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  width: 40px;
	  height: 40px;
	  font-size: 20px;
	  background: #e0e0e0;
}
.hide {
	display: none;
}
@media screen and (min-width: 767px){ 
	#main {
		background-attachment: fixed;
	}
	.hide {
		display: inline-block;
	}
	.social {
	  margin-left: 0;
	  top: 20%;
	}
	.social ul {
	  padding: 0px;
	  -webkit-transform: translate(-240px, 0);
	  -moz-transform: translate(-240px, 0);
	  -ms-transform: translate(-240px, 0);
	  -o-transform: translate(-240px, 0);
	  transform: translate(-240px, 0);
	}
	.social ul li {
	  display: block;
	  margin: 5px;
	  background: rgba(0, 0, 0, 0.36);
	  /* width: 300px; */
	  width: 300px;
	  text-align: right;
	  padding: 10px;
	  -webkit-border-radius: 0 30px 30px 0;
	  -moz-border-radius: 0 30px 30px 0;
	  border-radius: 0 30px 30px 0;
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -ms-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	}
	.social ul li:hover, .social ul li:active, .social ul li:focus {
	  -webkit-transform: translate(60px, 0);
	  -moz-transform: translate(60px, 0);
	  -ms-transform: translate(60px, 0);
	  -o-transform: translate(60px, 0);
	  transform: translate(60px, 0);
	  background: rgba(255, 255, 255, 0.4);
	}
	/*.social .call:hover {
		 -webkit-transform: translate(210px, 0);
		-moz-transform: translate(210px, 0);
		-ms-transform: translate(210px, 0);
		-o-transform: translate(210px, 0);
		transform: translate(210px, 0);
	}*/
	.social a {
	  margin-left: 0;
	}
	.social ul li:hover a, .social ul li:active a, .social ul li:focus a {
	  color: #000;
	}
	.social ul li:hover i, .social ul li:active i, .social ul li:focus i {
	  color: #fff;
	  background: rgba(255, 153, 0, 0.76);
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -ms-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	}
	.social ul li i {
	  margin-left: 15px;
	  color: #2e2e2e;
	  padding: 10px;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  width: 40px;
	  height: 40px;
	  font-size: 20px;
	  background: #e0e0e0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
}
/*-- +++++++++++++++++++++++++++++++++ --*/
.construction p {
	font-size: 1.85em;
	font-weight: 600;
}
/*-- +++++++++++++++++++++++++++++++++ --*/
.head-main {
	padding: 80px 0;
}
hr { 
	border: 0; 
	height: 1px; 
	background: linear-gradient(to right, #757575, #fff, #757575) repeat scroll 0 0; 
	width: 45%;
	margin: 20px auto;
}
.head-inner h1 {
	font-family:'Exo', Arial, sans-serif; 	
	font-weight: 700;
	font-style: italic;
	letter-spacing: 5px;
	color: rgba(255, 153, 0, 1);
	text-shadow: 0 -1px 1px #fff, 0 2px 2px #171717;
}
.head-inner img {
	width: 100px;
	height: 100px;
	margin-top: 15px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.head-inner:hover img {
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
}
header h2 {
	font-size: 1.85em;
	text-shadow: 2px 2px #333;
}
header h3 {
	font-size: 1.95em;
	text-shadow: 2px 2px #333;
	font-style: italic;
}
/*--------------Scroll---------------------*/
.intro-scroller { 
	position: absolute; 
	left: 0px; 
	bottom: 10px; 
	text-align: center; 
	z-index: 9999;
	width: 100%; 
}
.intro-scroller p{
	color:#fff;
}
a.inner-link { 
	color: #fff; 
	text-decoration: none; 
}
.scroll-filter{
	background-color: rgba(0,0,0,0.5);
} 
.scroll-down{ 
	background-color: #1E1E1E; 
	width:100%; 
	height:60px; 
	position:center; 
	text-align:center; 
}
.custom-scroll{ 
	color:#fff; 
}
.mouse-icon { 
	background: none; 
	border: 2px solid; 
	border-radius: 15px; 
	bottom: 0px; 
	height: 44px; 
	left: 0; 
	margin: 0 auto; 
	position: absolute; 
	right: 0; 
	width: 30px; 
	cursor: pointer; 
	-webkit-transition: all .3s linear; 
	-moz-transition: all .3s linear; 
	-ms-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear; 
}
.mouse-icon:hover {
	opacity: 0.3 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;
	transition: all .3s;
}
.mouse-icon .wheel { 
	-webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon; 
	-moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon; 
	-o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon; 
	animation: 1.7s ease 0s normal none infinite magic-mouse-icon; 
	border-radius: 30%; 
	background: #fff; 
	height: 12px; 
	left: 0; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 6px; 
	right: 0; 
	width: 5px; 
}
@-moz-keyframes magic-mouse-icon { 
	0% {margin-top: 6px; opacity: 0;} 
	30% {opacity: 1;} 
	100% {margin-top: 18px; opacity: 0;} 
}
@-webkit-keyframes magic-mouse-icon { 
	0% { margin-top: 6px; opacity: 0;} 
	30% { opacity: 1;} 
	100% { margin-top: 18px; opacity: 0;} 
}
@-o-keyframes magic-mouse-icon { 
	0% { margin-top: 6px; opacity: 0;} 
	30%  { opacity: 1;} 
	100% { margin-top: 18px; opacity: 0;} 
}
@keyframes magic-mouse-icon { 
	0% { margin-top: 6px; opacity: 0;} 
	30%  { opacity: 1;} 
	100% { margin-top: 18px; opacity: 0;} 
}
@media only screen and (max-width:767px) { 
	.intro-scroller { 
		display: none;
	} 
}
@media only screen and (min-width: 1294px) {
	.intro-scroller { 
		 bottom: 240px; 
	}
}
/*-- +++++++++++++++++++++++++++++++++ --*/
#services {
	background-color: #adadad; 
	background-attachment: fixed;
	background-position: right bottom; 
	text-align: center;
	padding: 40px 0;	
}
.parallax-2 {
    width: 100%;
    background: url(../images/watermark.png) 50% 0 no-repeat;
	background-size: 800px 800px;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
#services .row {
	margin: 0 auto;
	max-width: 800px;
}
#services h2 {
	padding-bottom: 20px;
    color: #CCC;
    text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;
}
/* -------------------------------- */
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: pointer;
}
.ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background: #333;
}
.ch-img-1 { 
	background-image: url(../images/it-icon.png);
}
.ch-img-2 { 
	background-image: url(../images/web-icon.png);
}
.ch-img-3 { 
	background-image: url(../images/graphic-icon.png);
}
.ch-img-4 { 
	background-image: url(../images/marketing-icon.png);
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.25em;
	margin: 5px 15px;
	padding: 40px 0 10px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.ch-info p {
	color: #fff;
	padding: 0 5px;
	font-style: italic;
	font-size: 1.15em;
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #f90;
	color: rgba(255, 153, 0, 1);
}
.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
/*-- +++++++++++++++++++++++++++++++++ --*/
#contact {
	padding: 50px;
	text-align: center;
}
#contact h2 {
	padding-bottom: 40px;
    color: #CCC;
    text-shadow: 0 -1px 1px #1f1f1f, 0 1px 1px #fff;
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}
.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 0 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 2.65em;
}
.hi-icon i {
	padding: 12px;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #f90;
}
.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f90, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f90, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f90, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f90, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f90, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #f90, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@media screen and (min-width: 767px) { 
	.hi-icon {
		margin: 0 30px;
		width: 90px;
		height: 90px;
		font-size: 3.45em;
	}
	.hi-icon i {
		padding-top: 18px;
	}
}
/*-- +++++++++++++++++++++++++++++++++ --*/
#footer {
	background-color: #1c1c1c; 
    width: 100%;
	padding: 15px;
	text-align: center;
}
#footer .copyr {
	padding-top: 5px;
}
#footer p a {
	background-color: rgba(255, 153, 0, 1);
	width:35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	margin: 0 10px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 1.35em;
	border: 2px solid #fff;
	transition: background-color 0.7s ease;
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
	background-color: #008f0e;
}
#footer i {
	padding-top: 5px;
}
#footer .col-sx-12 {
	padding-bottom: 10px;
}
/*-- +++++++++++++++++++++++++++++++++ --*/
#toTop { 
	position: fixed; 
	bottom: 10px; 
	right: 10px;	
	cursor: pointer; 
	display: none;
}
.btn-top {
	font-size: 2em;
	border-radius: 4px;
    padding: 10px;
	background-color: #ff9d0a;
    border: medium none;
    color: #fff;
}
