@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2{
	font-size:28px;
	color:#141515;
	font-family: 'Montserrat', sans-serif;
	/* font-weight:600; */
	letter-spacing: 0.2em;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#141515;
	font-size:22px;
	margin:0 0 5px 0;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	font-weight:600;
}
h6{
	font-size:18px;
	color:#9c9c9c;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	letter-spacing: 0.2em;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

/* Header Styles
---------------------------------*/

.header1{
	text-align:center;
	background:url(../img/logo-bg1.jpg) left top repeat;
	padding:539px 0;
}
.header2{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:240px 0 120px 0;
}
.header-li{
	margin-top: 190px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color:#9C9C9C;
}
.header1-logo{
	display: none;
}
/* .swiper-container {
    width: 1920px;
	height: 1080px;
}   */
.logo{
	/* width:130px; */
	margin:0 auto 100px;
}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	padding:10px 50px;
	font-size:18px;
	line-height:25px;
	color:#141515;
	border-bottom-left-radius:10px;
	letter-spacing: 0.1em;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	text-transform:uppercase;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	background: rgba(0,198,254,1);
	background: -moz-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,198,254,1)), color-stop(100%, rgba(105,250,253,1)));
	background: -webkit-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -o-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: linear-gradient(to right, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6fe', endColorstr='#69fafd', GradientType=1 );
}
.link:hover {
	background:#09CAFE;
	color:#141515;
	text-decoration:none;
}

.link:active, .link:focus {
	background: #09CAFE;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#141515;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin:17px 25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #09CAFE;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:90px 0 110px;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col1 .icon{
	width: 39px;
	height: 39px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
	background:#ffffff;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured1{
	background:url(../img/section-bg4.png) center center no-repeat;
	background-position:bottom right;

}
.featured-box1{
	padding:0 0 0 0;
	margin-top:35px;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box1 .featured-box1-col1{
	width:20px;
	float:left;
}
.featured-box1 .featured-box1-col2{
	font-size: 16px;
	color: #141515;
	font-weight: bold;
	letter-spacing: 0.1em;
	overflow:hidden;
}
.featured-box h3{
	margin-bottom:5px;
}
.describe-2-1 {
	font-size: 20px;
	font-weight: bold;
	color:#141515;
	letter-spacing: 0.1em;
	line-height:102px;
	margin-bottom: -12px;
}
.describe-2-2 .icon{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:18px;
	color:#141515;
	background: rgba(0,198,254,1);
	background: -moz-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,198,254,1)), color-stop(100%, rgba(105,250,253,1)));
	background: -webkit-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -o-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: linear-gradient(to right, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6fe', endColorstr='#69fafd', GradientType=1 );
	border-radius:50%;
	transition:all 0.3s ease-in-out;
	float: left;
}
.describe-2-2 .describe{
	margin-left: 18px;
	color:#141515;
	line-height:20px;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:62px;
	height:62px;    
	background-color:#2F3131;    
	border-radius: 50%;     
	-moz-border-radius: 50%;    
	-webkit-border-radius: 50%;  
	float:left;
	padding: 2px 0.5px 0.5px 0.5px;

}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box-col2.value{ 
	padding-left: 24px;
	padding-top: 19px;
	font-size: 20px;
	color: #141515;
	margin: 0 0 5px 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#09CAFE;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 32px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 50px;
	font-size:22px;
	line-height:25px;
	color:#141515;
	border-bottom-left-radius:10px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#09CAFE;
	color:#141515;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	padding: 0 30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-box h3{
	font-size: 20px;
}

.Portfolio-nav li a.current{
	/* background:#09CAFE; */
	color:#141515;
	text-decoration:none;
	background: rgba(0,198,254,1);
	background: -moz-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,198,254,1)), color-stop(100%, rgba(105,250,253,1)));
	background: -webkit-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -o-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: linear-gradient(to right, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6fe', endColorstr='#69fafd', GradientType=1 );
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
	height: 260px;
}
.client-part2{
	background:url(../img/section-bg2.png) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:30px;
	line-height:41px;
	margin:30px 0 10px;
	letter-spacing: 0.5em;
	font-family: ''Open Sans',sans-serif';
	/* font-style: italic; */
}
.client-part-haead1{
	color:#141515;
	font-size:28px;
	line-height:41px;
	font-weight: bold;
	margin:30px 0 10px;
	letter-spacing: 0.2em;
	font-family: ''Open Sans',sans-serif';
	/* font-style: italic; */
}
.client-part-haead2{
	color:#9C9C9C;
	font-size:18px;
	line-height:31px;
	margin:0 0 10px;
	letter-spacing: 0.1em;
	font-family: ''Open Sans',sans-serif';
	/* font-style: italic; */
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #09CAFE;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#09CAFE;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#09CAFE;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
	background:url(../img/section-bg5.jpg) top center no-repeat;
	background-size:cover;
	color:#fff;
	font-size: 16px;
    letter-spacing: 0.1em;
}
.main-section.team h2,h3{
	color:#fff;
}
.main-section.service h3{
	font-size: 20px;
	color:#141515;
}
.main-section.service p{
	font-size: 16px;
	color:#707070;
}
.main-section.alabaster h3{
	color:#141515;
}
.main-section.paddind h3{
	color:#141515;
}
.main-section.paddind p{
	font-size: 16px;
	color:#707070;
}
.main-section.contact h2{
	color:#fff;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	/* max-width:993px; */
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 530px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-top: 16px;
	margin-bottom:24px;
	display:block;
}
.team-leader-box p{
	text-align: left;
	color: #9c9c9c;
	margin-left: 25px;
	margin-right: 25px;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 10px rgba(64,64,64,0.80);
	margin:27px 70px 25px 80px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
/* .business-talking{
	background:url(../img/section-bg3.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
} */


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	/* background:url(../img/bg-map.png) left 190px no-repeat; */
	background:url(../img/section-bg6.jpg) top center no-repeat;
	background-size:cover;
}
.contact-info-box{
	font-size:16px;
	margin:0 0 40px 0px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 18px;
	font-weight:400;
	float:left;
	width:100px;
	margin-right:7px;
	line-height:40px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#141515;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:40px;
	color: #ffffff;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#141515;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:0px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 0px solid #09CAFE;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:120px;
	resize:none;
	overflow:auto;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 0;
}
.input-btn{
	width:175px;
	height:50px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	font-size:18px;
	line-height:20px;
	color:#141515;
	font-weight: bold;
	border-bottom-left-radius:10px;
	letter-spacing: 0.1em;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	background: rgba(0,198,254,1);
	background: -moz-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,198,254,1)), color-stop(100%, rgba(105,250,253,1)));
	background: -webkit-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -o-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	background: linear-gradient(to right, rgba(0,198,254,1) 0%, rgba(105,250,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6fe', endColorstr='#69fafd', GradientType=1 );
}

.input-btn:hover{
	background:#09CAFE;
	color:#141515;
	text-decoration:none;
}

/* Footer
---------------------------------*/

.footer{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 35px;
	width: 200px;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#09CAFE;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #09CAFE !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s;
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

.box-6 {
	background-color:rgba(0,0,0,0.3);
	line-height: 50px;
	height: 50px;
	margin-bottom: 16px;
}
.box-6-x {
	background-color:rgba(0,0,0,0.3);
	line-height: 50px;
	height: 120px;
	margin-bottom: 40px;
}

.box-6-1 {
	/* float: left;
	width: 22%; */
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	/* padding-left:26px; */
	letter-spacing: 0.1em;
}
.box-6-2 {
	/* float: left;
	width: 78%; */
	background-color:transparent;
	color: #ffffff;
}

.box-5 .icon{
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:32px;
	color:#141515;
	background: rgb(253, 253, 253);
	border-radius:50%;
	transition:all 0.3s ease-in-out;
	float: left;
	margin-right: 20px;
}

.logo-bg1{
	background:url(../img/logo-bg1.jpg) left top repeat;
}

.logo-bg2{
	background:url(../img/logo-bg2.jpg) left top repeat;
}

.load-bg1-1{
	padding-top: 680px;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
	background: url(../img/bullet-active2.png) left top repeat;
}

.swiper-pagination-bullet-active {
	background: url(../img/bullet-active.png) left top repeat;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 16px; 
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px;
}

@media only screen and (max-width: 767px){
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 20px;
	}
}
