/*************************************

Template Name: Kjdesigns - Onepage Multipurpose Template
Author: kashif_jml
Version: 1.0
Design and Developed by: kashif_jml

NOTE: This is main stylesheet of the template.

****************************************/


/*================================================
            Table of contents  
==================================================
 
00. GOOGLE FONT
01. PRELOADER
02. GENERAL CSS
03. HEADER AREA
04. BANNER AREA
05. SECTION TITLE AND SECTION PADDING
06. ABOUT AREA
07. SKILL SET
08. SERVICES AREA
09. TEAM AREA
10. FACTS AREA
11. WORK AREA 
12. CLIENT LOGO AREA 
13. TESTIMONIAL AREA 
14. BLOG AREA
15. CONTACT AREA
16. FOOTER AREA
17. MOBILE MENU BUTTON
18. RESPONSIVE

====================================================
            End table content 
===================================================*/

/*00. GOOGLE FONT*/
/*Raleway Google Font*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*01. PRELOADER*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
}
.cube-folding {
  width: 40px;
  height: 40px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 20px;
  height: 20px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: '';
  background-color: #ff3366;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #2bae4b;
}
.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #4c81f9;
}
.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #f29c14;
}
@-moz-keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cube-wrapper .loading {
  font-size: 0.5rem;
  letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
  display: block;
  color: #ccc;
  position: relative;
  top: 30px;
  z-index: 2;  
}

/*02. GENERAL CSS*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #606b77;
	font-size: 0.95rem;
	overflow-x: hidden;
}
a {
	color: #ff3366;
}
a:hover {
	color: #e52e5c;
}
img {
	max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {	
	margin: 0;
	line-height: 1.5;
}
.h1, h1 {
	font-weight: bold;
	font-size: 3.0rem;
	margin-bottom: 0.35rem;
	letter-spacing: -2px;
}
.h1 span, h1 span {
	font-weight: 300;
	background: #4c81f9;
	padding: 0 10px 0 5px;
}
.h2, h2 {
	font-size: 3rem;
	color: #000;
}
.h2 span, h2 span {
	font-weight: 300;
}
.h3, h3 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
}
.overflow-hidden {
	overflow: hidden;
}
.btn {
	padding: 15px 40px;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;
	border: 2px solid transparent;
	margin-top: 30px;
	letter-spacing: 1px;
	outline: none;
	cursor: pointer;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow:none;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
	background: #ff3366;
	border-color: transparent;
}
.btn.disabled, .btn:disabled {
	opacity:1;
}
.btn-primary:hover, .btn-primary.disabled:hover, .btn-primary:disabled {
	background: transparent;
	border-color: #ff3366;
}
.sep-line {
	display: inline-block;
	margin: 20px 0;
}
.sep-line span {
	float: left;
	width: 15px;
	height: 3px;
	background: #ff3366;
}
.sep-line span:nth-child(2) {
	background: #2bae4b;
}
.sep-line span:nth-child(3) {
	background: #4c81f9;
}
.sep-line span:nth-child(4) {
	background: #f29c14;
}
.sep-line span:nth-child(5) {
	background: #923ac6;
}
.gray-bg {
	background: #ecf0f1;
}
.padding-15 {
	padding: 0 15px;
}
#particles-js {
  width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.background-img {
	background: url(../images/image-1.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	padding: 110px 0px;
}
.background-img .section-title {
	margin-bottom:0;
}
.background-img h2, .background-img p {
	color: #fff;
}
.border-top {
	border-top: 1px solid #ecf0f1;
}

/*03. HEADER AREA*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);	
	z-index: 2;	
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
header.menu-bg {
	background: rgba(0,0,0,1);
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;	
}
.logo {
	margin-top: 7px;
	width:130px;
	margin-bottom:5px;	
}
.nav li {	
	float: left;	
}
.nav li a {
	float: left;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 30px 30px;
	text-decoration: none;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
.nav li a:hover {
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
	background: rgba(255,255,255,0.15);	
}
.nav li.active a {
	background: #ff3366;
}

/*04. BANNER AREA*/
.banner {
	position: relative;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 210px 0px;
	text-align: center;
	min-height: 600px;
}
.img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
}
.banner .container {
	max-width:700px;
}
.banner-caption {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	color: #fff;
}
.banner-caption-inner {
	display: table-cell;
  vertical-align: middle;
	overflow: hidden;
}

/*05. SECTION TITLE AND SECTION PADDING*/
.section, .blog-section {
	padding: 80px 0px 100px;
	position: relative;
	display: table;
	width: 100%;
}
.client-logos {
	padding-top: 100px;
	padding-bottom: 85px;
}
.blog-section {
	padding: 0;
}
.section-contact {
	background:#181818;
	padding-top: 80px;
	padding-bottom: 65px;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;	
}
.section-title .sep-line {
	margin-top: 12px;
}
.section-title h2 {	
	font-weight: 900;	
}

/*06. ABOUT AREA*/
.feature-item {
	padding: 40px;
	text-align: center;
	color: #fff;	
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
.feature-item:hover {
	transform: scale(1.05);
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
	z-index: 1;
}
.feature-item h4 {	
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
}
.feature-item .fa {
	font-size: 2.5rem;
	margin-bottom: 15px;
	border: 1px solid #fff;
	padding: 25px;
	border-radius: 50%;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
.feature-item:hover .fa {
	background: #fff;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
.feature-item h4::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	width: 60px;
	content: "";
	height: 3px;
	background: #fff;
}
.feature-item p, .feature-item-white p {
	margin: 0;
}
.green-bg {
	background: #2bae4b;
}
.feature-item.green-bg:hover .fa {
	color: #2bae4b;
}
.orange-bg {
	background: #f29c14;
}
.blue-bg {
	background: #1481f2;
}
.rose-bg {
	background: #ff3366;
}
.feature-item.orange-bg:hover .fa {
	color: #f29c14;
}
.purple-bg {
	background: #923ac6;
}
.feature-item.purple-bg:hover .fa {
	color: #923ac6;
}
.feature-item.rose-bg:hover .fa {
	color: #ff3366;
}
.feature-item.blue-bg:hover .fa {
	color: #1481f2;
}

/*07. SKILL SET*/
.skill-set {
	margin-top: 50px;
}
.skillbar {
	position:relative;
	display:block;
	margin-top:30px;
	width:100%;
	background:#ecf0f1;
	height:35px;	
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#ff3366;	
}
.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 13px;
	height:35px;
	line-height:35px;	
}
.skillbar-bar {
	height:35px;
	width:0px;
	background:#ff3366;	
}
.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

/*08. SERVICES AREA*/
.services-slider {
	float: left;
	width: calc(100% + 30px);
	list-style: none;
	padding: 0;
	margin: 0 0 0 -30px;
}
.services-slider li {
	width: 100%;
	float: left;
	padding-left: 30px;
}
.feature-item-white {
	padding: 40px;
	text-align: center;
	background: #fff;		
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
	float: left;
}
.feature-item-white img {
	margin-bottom: 15px;
	border-radius: 50%;
}
.feature-item-white h4 {	
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	color: #000;
}
.feature-item-white h4::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	width: 60px;
	content: "";
	height: 3px;
	background: #606b77;
}
.feature-item-white .fa {
	font-size: 2.5rem;
	margin-bottom: 15px;	
	background: #ff3366;
	color: #fff;
	padding: 25px;
	border-radius: 50%;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
.feature-item-white .fa.green-bg {
	background: #2bae4b;
}
.feature-item-white .fa.blue-bg {
	background: #4c81f9;
}
.feature-item-white .fa.orange-bg {
	background: #f29c14;
}
.feature-item-white .fa.purple-bg {
	background: #923ac6;
}

/*09. TEAM AREA*/
.team-slider {
	display: table;
	width: calc(100% + 30px);
	margin: 0 0 0 -30px;
	padding: 0;
	list-style-type: none;
}
.team-slider .owl-item li {
	float: left;
	width: 100%;
	padding-left: 30px;
}
.team-slider .owl-item li img {
	width: 100%;
}
.team-info {
	float: left;
	width: 100%;
	padding: 10px 0 5px;
	text-align: center;	
}
.team-info h6 {
	font-size: 1rem;
	font-weight: bold;
	display: block;
	background: #ecf0f1;
	padding: 5px;
	margin-top: 5px;
}
.owl-item .socials {
	list-style-type: none;
	display: table;
	width: 100%;	
	margin:5px 0 0;
	padding: 0;
}
.owl-item .socials li {
	display: inline-block;
	margin:0;
	padding: 7px 7px 0;
	width: auto;
	float: none;
}
.team-info .sep-line {
	margin: 0;
	width: 100%;
}
.team-info .sep-line span {
	width: 20%;
}

/*10. FACTS AREA*/
.facts {
	background: #ff3366;
	padding: 90px 0 60px;
	text-align: center;
	color: #fff;	
	font-weight: bold;
	text-transform: uppercase;
}
.facts .col-lg-3 {
	margin-bottom:30px;
}
.facts i {
	display: inline-block;
	border: 1px solid #fff;
	line-height: 100px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 2.5rem;
	margin-bottom: 15px;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}
.facts h2 {
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}
.facts h6 {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 0.7rem;
}
.facts .col-3:hover i {
	background: #fff;
	color: #ff3366;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
}

/*11. WORK AREA*/
.work-item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.work-item img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: block;
	width: 100%;
}
.work-item:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.work-item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}
.work-info-text {
	margin-top: 28%;
	color: #fff;
	position: relative;
}
.work-info-text h5 {
	margin: 0 0 5px;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	font-weight: 600;
}
.work-info-text p {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 0.7rem;
	text-transform: uppercase;
}
.work-item:hover .work-details {
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
ul.works {
	display: table;
	width: 100%;
	list-style-type: none;
	padding:10px 0; 
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #ecf0f1;
	border-top: 1px solid #ecf0f1;
	background: #ecf0f1;
}
ul.works li {
	display: inline-block;
	font-weight: bold;
	color: #606b77;
	padding:5px 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.8rem;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
}
ul.works li:hover {
	color: #000;
}
ul.works li.active {
	color: #fff;
	background: #ff3366;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
}
.works .mix {
	display: none;
}

/*12. CLIENT LOGO AREA*/
.client-logo {
	border: 1px solid #ecf0f1;
	padding: 30px;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

/*13. TESTIMONIAL AREA*/
.testimonial-slider {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -30px;
	float: left;
	width: calc(100% + 30px);	
}
.testimonial-slider li {
	padding-left: 30px;
	float: left;
}
.testimonial-slider .feature-item-white h4 {
	margin: 0;
	padding: 0;
}
.testimonial-slider .feature-item-white h4::after {
	display: none;
}
.testimonial-slider .feature-item-white h6 {
	font-size: 1rem;
	font-weight: bold;
	display: block;
	background: #ecf0f1;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

/*14. BLOG AREA*/
.blog-section ul, .blog-section ul li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.blog-section ul li {
	position: relative;
	min-height: 490px;
}
.blog-section ul li img {
	float: right;
	width: 50%;
	display: none;
}
.blog-section ul li .blog-img {
	width: 50%;
	min-height: 490px;	
	background-position: top center;
	background-size: cover !important;
}
.blog-detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
.blog-detail .col-md-6 {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 80px;
}
.blog-detail .col-md-6.float-right {
	padding-right: 15px;
	padding-left: 80px;
}
.blog-detail h3 {
	font-size: 2.0rem;
}
.blog-detail h6 {
	margin-top: 15px;
}
.blog-detail .btn-primary:hover {
	color: #ff3366;
}
.blog-detail .row {
	display: table;
	width: 100%;
}

/*15. CONTACT AREA*/
.section-contact {
	color: #fff;
	text-align: center;
}
.section-contact .sep-line {
	width: 100%;
	margin-bottom: 10px;
}
.section-contact .sep-line span {
	width: 20%;	
}
.section-contact .fa {
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	font-size: 2.0rem;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}
.contact-details > div {
	margin-bottom: 30px;
}
.form-group {
	position: relative;
	margin-top: 30px;
}
.form-control {
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 0;
	color: #fff;
	padding: 0 0 10px;
	background: none;
	font-size: 0.9rem;
	resize: none;	
}
.form-control:focus {
	background: none;
	color: #fff;
	box-shadow: none;
	border-bottom: 1px solid #ff3366;
}
.with-errors {
	font-size: 0.80rem;
	color: red;
	text-align: left;
	margin-top: 10px;
}

/*15. CONTACT AREA*/
footer {
	display: table;	
	width: 100%;
	padding: 30px 0;
	background: #000;
	color: rgba(255,255,255,0.5);
	font-size: 0.8rem;	
}
footer .socials {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer .socials li {
	float: left;
	padding: 0 10px;
	margin: 0;
}
footer .socials li a {
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
}
footer .socials li a:hover {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
}

/*17. MOBILE MENU BUTTON*/
.mobile-nav-button {
  width: 30px;
  height: 15px;
  position: relative;  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	display: none;
	right: 0;
}
.mobile-nav-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #ff3366;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav-button span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.mobile-nav-button span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
.mobile-nav-button span:nth-child(1), .mobile-nav-button span:nth-child(2) {
  top: 0px;
}
.mobile-nav-button span:nth-child(3), .mobile-nav-button span:nth-child(4) {
  top: 9px;
}
.mobile-nav-button span:nth-child(5), .mobile-nav-button span:nth-child(6) {
  top: 18px;
}
.mobile-nav-button.open {
	right: 220px;
}
.mobile-nav-button.open span:nth-child(1),.mobile-nav-button.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-button.open span:nth-child(2),.mobile-nav-button.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-button.open span:nth-child(1) {
  left: 5px;
  top: 5px;
}
.mobile-nav-button.open span:nth-child(2) {
  left: 50%;
  top: 5px;
}
.mobile-nav-button.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile-nav-button.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile-nav-button.open span:nth-child(5) {
  left: 5px;
  top: 15px;
}
.mobile-nav-button.open span:nth-child(6) {
  left: 50%;
  top: 15px;
}

/*18. RESPONSIVE*/
@media (min-width:992px){
	.nav {
		display: flex !important;
		right: 0 !important;
	}
}
@media (max-width:991px){
	#header .container {
		max-width: 100%;
	}
	.nav {
		display: block;
		right: -220px;
		position: fixed;
		top: 0;		
		width: 220px;
		height: 100%;
		background: #000;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		overflow: auto;
	}
	.nav.open {
		right: 0;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	.nav li, .nav li a {
		float: left;
		width: 100%;
		margin: 0;
	}
	.nav li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.nav li a {
		padding: 15px;
	}
	.mobile-nav-button {
		display: block;
		margin-top: 20px;
	}
	.logo {
		margin-bottom: 14px;
	}
	.blog-section ul li .blog-img {
		width: 100%;
		background: none !important;
		min-height: 100px;		
	}
	.blog-section ul li img {
		display: block;
		width: 100%;
	}
	.blog-detail {
		position: relative;
		float: left;
		width: 100%;
	}
	.blog-detail .col-md-6, .blog-detail .col-md-6.float-right {
		padding: 50px 15px !important;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.section {
		padding: 50px 0px;
	}
	.client-logos {
		padding-bottom: 35px;
	}
	.section-title {
		margin-bottom: 30px;
	}
}
@media (max-width:767px){
	.h1, h1 {
		font-size: 3rem;
	}
	.skill-set {
		margin-top: 0;
	}	
}
@media (max-width:575px){
	.section {
		float: left;
		width: 100%;
		display: block;
	}
	.nav {
		width: 120px;
	}
	.mobile-nav-button.open {
    right: 120px;
	}
	.banner {
		padding: 130px 0px;
	}
	.h2, h2 {
		font-size: 2.3rem;
		line-height: 1.3;
	}
	ul.works li {
		padding: 5px 10px;
		font-size: 0.7rem;
	}
	.blog-detail .row {
		width: auto;
	}
	.blog-detail h3 {
		font-size: 1.65rem;
	}
}