@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");

::-webkit-scrollbar {
display:none
}
::-scrollbar {
display:none
}
.header {
	background: #ffffff;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	margin-bottom:0;
	border-radius: 0;	
	box-shadow:0px 3px 2px rgba(0, 0, 0, 0.15);
	transition: all .3s ease-in-out
}
.header:hover {
	background: #fff
}
.header ul li{
	margin:0 2px;
}
.header ul li a {
	position: relative;	
	padding-top:10px;
	padding-bottom:10px;
	color: #222;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase
}
.header ul li a:hover {
	background:#ff8309;
	color: #ffffff;
	border-radius:30px;
	transition: all 0.3s ease 0s;	
}
.header ul li.active {
	background:#ff8309;
	color: #fff;
	border-radius:30px;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.header ul li.active a{
	color:#ffffff;
}
.header ul li a:focus {
	background:#ff8309;
}
.header ul li a:last-child {
	position: relative
}
.header ul li i {
	font-size: 20px
}
.headerlang {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	width: 100%;
	margin-top: 7px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.16);
	padding-bottom: 10px;
	transition: .3s
}
.header ul li:nth-last-child(2):hover > .headerlang, .headerlang:hover {
	display: block
}
.headerlang div {
	padding: 5px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	font-weight: 700
}
.headerlang div a {
	text-decoration: none
}
.navbar-brand {
	color: #222;
	width: 160px;
	padding:1px 0;
	height:60px;
	margin-left: 0!important
}
.navbar-nav{
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-brand img {
	width: 100%
}
.noticircle {
	position: absolute;
	top: 13px;
	right: 11px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f11cb9;
	border: 2px solid #fff;
	animation: circle 1s infinite ease-in-out alternate
}
@keyframes circle {
0% {
transform:scale(1)
}
100% {
transform:scale(1.3)
}
}
#toggle {
	position: relative
}
#toggle input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer
}
#toggle span {
	position: absolute;
	width: 21px;
	height: 4px;
	background: #222;
	margin-top: 8px;
	transition: all .1s;
	border-radius: 6px;
	transform: scale(0.75)
}
#toggle span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #222;
	top: 7px;
	transition: all .3s;
	border-radius: 6px
}
#toggle span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #222;
	top: -7px;
	transition: all .3s;
	border-radius: 6px
}
#toggle input:checked + span {
	background: transparent
}
#toggle input:checked + span:after {
	-webkit-transform: rotate(45deg) translate(-1px, -12px);
	transform: rotate(45deg) translate(-3px, -6px)
}
#toggle input:checked + span:before {
	-webkit-transform: rotate(-45deg) translate(-4px, 16px);
	transform: rotate(-45deg) translate(-4px, 7px)
}
.header.wh ul li a {
	color: #fff
}
.header.wh:hover ul li a {
	color: #333;
	-webkit-transition: all .3s;
	transition: all .3s
}
.header.wh:hover ul li a:hover {
	color: #ff8309
}
h1 {
	font-weight: 900;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	font-size: 70px
}
#whatwedotext{
	margin-bottom:40px;
}
#portfolio_title{
	margin-bottom:30px;
}
.paragraph {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size:34px;
	font-weight: 600;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	text-align: center;
	word-spacing:2px
}
.block_divider {
	background: #ff8309;
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 80px;
}
.paragraph span {
	color: #ff8309
}
.right {
	float: right
}
.form-input {
	display: block;
	width: 100%;
	border: 2px solid #222;
	padding: 15px;
	margin: 15px 0;
	font-weight: 600;
	border-radius:10px;
	font-family: 'Poppins', Arial, sans-serif;
	outline: none;
	transition: all .3s
}
.form-input:focus {
	border-color: transparent;
	border-bottom-color: #222;
	border-radius:0px;
}
.btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	margin: 0 5px 20px 0;
	font-family:'Poppins', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: .3s top;
	transition: .3s top
}
.mbtn {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 13.5px 30px;
	border: none;
	font-size:16px;
	font-weight:600;
	border-radius: 0;
	margin: 0 5px 20px 0;
	font-family: 'Poppins', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	top: 0;
	-webkit-transition: .3s top;
	transition: .3s top
}
.mbtn::before {
	content: attr(data-hover);
	position: absolute;
	top: 50px;
	left: 0;
	border-radius:6px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #222;
	color: #ff8309
}
.mbtn:hover {
	top: -50px
}
.abtn {
	display: inline-block;
	height: 50px;
	overflow: hidden
}
.abtn:hover .mbtn {
	top: -50px
}
.btn-yellow {
	background: #ff8309;
	color: #ffffff;
	border-radius:6px;
}
.text-center {
	text-align: center
}
.lastnews {
	padding: 0;
	margin: 0;
	list-style: none
}
.lastnews li {
	position: relative;
	min-height: 190px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}
.blog-img {
	position: relative;
	float: left;
	width: 300px;
	height: 180px;
	padding: 15px;
	overflow: hidden
}
.blog-img img {
	width: 100%;
	min-height: 100%
}
.blog-img-full .coverimg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.blog-content {
	margin-left: 190px;
	padding-right: 15px;
	padding-left: 5px;
	height: 100%;
	overflow: hidden
}
.blog-content h4 {
	font-family:'Poppins', Arial, sans-serif;
	line-height: 24px
}
.lastnews h4 a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}
.lastnews h4 a:hover {
	color: #ff8309
}
.blog-content p {
	font-family:'Poppins', Arial, sans-serif;
	font-size: 13px;
	color: gray;
	max-height: 55px;
	overflow: hidden
}
.blog-lent {
	list-style: none;
	padding: 0;
	margin: 15px 0
}
.blog-lent .child {
	color: gray;
	font-size: 12px;
	font-family:'Poppins', Arial, sans-serif;
	display: inline-block;
	margin-right: 15px
}
.blog-lent .child i {
	margin-right: 3px
}
.btnread {
	position: relative;
	background: #333;
	border: none;
	color: #fff;
	width: 90px;
	height: 30px;
	line-height: 26px;
	margin-bottom: 15px;
	font-size: 9px;
	font-family:'Poppins', Arial, sans-serif;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: .2s ease;
	transition: .2s ease
}
.btnread:hover {
	background: #555;
	padding-right: 30px;
	width: 115px
}
.btnread span {
	position: absolute;
	opacity: 0;
	right: -15px;
	transition: .2s ease
}
.btnread:hover span {
	opacity: 1;
	right: 15px
}
.blog-box {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3)
}
.blog-search input {
	width: 100%;
	background: #fff;
	border: none;
	padding: 15px;
	outline: none;
	font-family:'Poppins', Arial, sans-serif;
	color: #333
}
.blog-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: none;
	border: none;
	font-size: 20px;
	outline: none
}
.tag-cloud h4 {
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.tag-cloud ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.tag-cloud ul li {
	display: inline-block;
	margin-bottom: 6px
}
.tag-cloud ul li a {
	background: #a2a2a2;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	text-decoration: none;
	transition: all .3s ease
}
.tag-cloud ul li a:hover {
	background: #ff8309
}
.blog-img-full {
	width: 100%;
	height: 380px;
	overflow: hidden
}
.blog-img-full img {
	width: 100%;
	min-height: 100%
}
.lastnews.this li {
	height: auto
}
.lastnews.this .blog-content {
	margin-left: 0;
	padding: 0 15px
}
.lastnews.this .blog-content p {
	max-height: inherit
}
.comments h4 {
	font-family: 'Poppins', Arial, sans-serif;
	text-transform: uppercase;
	margin: 30px 0
}
.comments h4 span {
	color: #ff8309;
	margin-left: 5px
}
.comments ul {
	list-style: none;
	padding: 0;
	margin: 30px 0
}
.comments ul li label span {
	color: #aaa;
	font-family:'Poppins', Arial, sans-serif;
	font-size: 11px
}
.comments ul li p {
	color: #868686
}
.comments ul li {
	margin: 30px 0
}
.comments .btnread {
	margin: 0
}
.tagcloud {
	position: relative;
	transition: .18s
}
.noresult {
	display: none;
	text-align: center;
	margin: 0;
	line-height: 188px;
	font-weight: 900;
	font-family:'Poppins', Arial, sans-serif;
	text-transform: uppercase;
	border: none
}
.signal {
	position: relative;
	border: 5px solid #333;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	right: 50%;
	transform: translateX(-50%);
	opacity: 0;
	margin: 30px 0;
	animation: pulsate 1s ease-out infinite
}
@keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
.carousel {
	position: relative
}
#slider .item {
	position: relative;
	height: 100%
}
#slider .item img {
	width: 100%;
	min-height:auto
}
.slideparagraph h1{
	font-size:60px;
}
.slideparagraph {
	position: absolute;
	z-index: 1;
	top: 50%;
	left:0;
	right:0;
	text-align:center;
	max-width:100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: prfade 1s ease alternate;
	animation: prfade 1s ease alternate
}
@keyframes prfade {
0% {
-webkit-transform:translateY(-40%);
transform:translateY(-40%);
opacity:0
}
100% {
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
opacity:1
}
}
@media (max-width:979px){
.slideparagraph {
	animation: 1s ease 0s alternate none 1 running prfade;	
	position: absolute;
	top: 50%;
	left:0;
	right:0;
	text-align:center;
	max-width:100%;
	transform: translateY(-50%);
	z-index: 1;
}
.slideparagraph h1{
	font-size:50px;
}
}
@media (max-width:979px){
.product_section img.product_image{
	padding:10px !important;
}
}
@media (max-width:767px){
.slideparagraph {
	animation: 1s ease 0s alternate none 1 running prfade;	
	position: absolute;
	top: 40%;
	left:30px;
	right:0;
	text-align:left;
	max-width:100%;
	transform: translateY(-50%);
	z-index: 1;
}
.navbar-brand {
	margin-left: 10px !important
}
.slideparagraph h1{
	font-size:40px;
}
}
@media (max-width:479px){
.slideparagraph {
	animation: 1s ease 0s alternate none 1 running prfade;	
	position: absolute;
	top: 40%;
	left:20px;
	right:0;
	text-align:left;
	max-width:100%;
	transform: translateY(-50%);
	z-index: 1;
}
.slideparagraph h1{
	font-size:30px;
}
}
.slideparagraph p {
	font-family:'Poppins', Arial, sans-serif;
}
.p-yellow {
	background: #ff8309;
	padding: 10px
}
.p-white {
	background: #fff;
	padding: 10px
}
.p-black {
	background: #333;
	color: #fff;
	padding: 10px
}
.navigation {
	position: absolute;
	z-index: 1;
	bottom: 0%;
	right: 30px;
	transform: translateY(-70%)
}
.navigation i {
	font-size: 30px;
	margin: 0 10px;
	cursor: pointer;
	color:#ff8309;
}
.navigation i:hover {
	color: #333333
}
.navigation i::before {
	font-weight: 600
}
.noticepanel {
	position: fixed;
	z-index: 90;
	top: 15px;
	right: -320px;
	max-width: 290px;
	padding: 20px;
	word-wrap: break-word;
	background: #DB0304;
	color: #fff;
	-webkit-box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 8px rgba(0,0,0,0.3);
	border-radius: 3px;
	cursor: pointer;
	font-family:'Poppins', Arial, sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s
}
.noticepanel:hover {
	background: #da2b2c
}
.whatwedo {
	padding-bottom:40px;
	padding-top: 50px;
	background: #f2f2f2;
}
.whatwedo .boxheightw {
	min-height: 185px
}
.tp-resizeme a.btn{
	background-color:#ff8309;
	border: 0 none;
	border-radius: 30px;
	font-size: 16px;
	color:#ffffff;
	font-weight: 600;	
	line-height: 30px;
	padding: 8px 25px;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tp-resizeme .waves-effect {
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-out 0s;
	will-change: opacity, transform;
	z-index: 1;
}
.tp-resizeme .btn:hover {
	background-color:#222222;
	color:#ff8309;
	letter-spacing: 2px;
	padding: 8px 30px;
	box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}
.service-box {
	background: #ffffff;
    border: 6px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    min-height: auto;
    padding: 30px 25px;
}
.service-box:hover{
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.25);
	transform: scale(1.05);
    transition: all 0.5s ease-out 0s;
}
.service-box:hover i{
	border: 1px solid rgba(0, 0, 0, 0.20);
	color: #ff8309;
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.20);
	cursor:pointer;
	border-radius:40px;
}
.service-box:hover h5 {
	color: #ff8309;
}
.service-box h5 {
	padding-top:0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom:20px;
	font-family:'Poppins', Arial, sans-serif;
	transition: all .3s
}
.service-box p {
	font-family: "Poppins",Arial,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0;
	min-height: 130px;
	color:#656565;
}
.service-box i {
	position: relative;
	display: block;
	margin:0 auto;
	width: 70px;
	height: 70px;
	line-height: 72px;
	border-radius:40px;	
	border: 1px solid #ff8309;	
	color: #ff8309;
	font-size: 30px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}
.service-box-content {
	margin-top:20px;	
	text-align:center
}
.works {
	background: #ff8309;
	padding: 5px 0 20px
}
.work-box {
	text-align: center
}
.work-box p {
	font-weight: 600;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.page-head {
	background: #ff8309;
	color: #222;
	text-align: left;
	padding:70px 0;	
}
.page-head h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.page-head p {
	text-transform: uppercase;
	font-size: 13px;
	font-weight:500;
	font-family:'Poppins', Arial, sans-serif;
}
.page-head a {
	color: #222
}
.portfolio-box {
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}
.portfolio {
	background:#f2f2f2;
	padding-top:50px;
	padding-bottom:60px
}
.headbar {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.headbar li {
	float: left;
	padding: 5px 15px;
	cursor: pointer;	
	transition: all .3s;
	text-transform: uppercase;
	font-size: 14px;
	border-right:1px solid rgba(0, 0, 0, 0.3);
	font-family:'Poppins', Arial, sans-serif;
	font-weight: 600
}
.headbar li:last-child{
	border-right:0;
}
.headbar li.active {
	color: #ffffff;
	background: #ff8309;	
}
.portfolio-content {
	overflow: visible;
	clear: both;
	margin-top: 10px
}
.portfolio-content img {
	width: 100%;
	min-height: 100%
}
.portfolio_item{
	display:block !important;
}
.portfolio_item .items {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height:360px;
	overflow: hidden
}
.portfolio_item .items .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*border-radius:20px 20px 200px 200px;*/
	margin:0;
	background:rgba(255, 131, 9, 0.9);
	transition: all .3s ease-in-out
}
.portfolio_item .items:hover .overlay {
	opacity: 1;
}
.portfolio_item .items:hover {
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.4)
}
.portfolio p {
	margin: 0;
	margin-top:10px
}
.portfolio_item .items .imgdiv {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	transition: all .3s ease-in-out!important
}
.portfolio_item .items:hover .imgdiv {
	transform: scale(2)
}
.navbar-toggle i{
	font-size:24px;
}
.titlebox {
	padding: 15px
}
.titlebox h3 {
	font-weight: 600;
	font-size:20px;
	color:#ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	line-height: 24px;
	font-family:'Poppins', Arial, sans-serif;
}
.titlebox p {
	font-size:14px;
	color:#ffffff;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.overlay i {
	color: #333;
	font-size: 30px;
	left: 15px;
	position: absolute;
	top: 36%;
}
.portfolio.viewpr {
	padding-bottom: 0
}
.portfolio-box.filter {
	text-align: center
}
.portfolio-box.filter .headbar {
	display: inline-block
}
.portfolio-content.viewpr {
	margin-top: 25px;
	margin-bottom: 0
}
.viewpr .portfolio_item {
	float: left;
	width: 25%;
	height: 25%
}
.viewpr .portfolio_item .items {
	margin: 0
}

@media (max-width:980px) {
.viewpr .portfolio_item {
	float: left;
	width: 33.3%;
	height: 25%
}
.viewpr .portfolio_item .items {
	height: 320px;
	margin: 0
}
}

@media (max-width:750px) {
.viewpr .portfolio_item {
	float: left;
	width: 100%;
	height: 25%
}
.viewpr .portfolio_item .items {
	height: auto;
	margin: 0
}
}
.page, .page-content {
	background: #e91e63
}
.page {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 10% 0
}
.page h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.page h3 {
	font-family:'Poppins', Arial, sans-serif;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}
.page h4 {
	font-family:'Poppins', Arial, sans-serif;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px
}
.page p {
	text-transform: uppercase;
	font-size: 11px;
	font-family:'Poppins', Arial, sans-serif;
}
.page a {
	color: #fff
}
.page-content .inner {
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	border-radius: 6px;
	margin-bottom: 60px
}
.page-content .inner h1, h2 {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 0!important;
	font-weight:600;
	font-size: 22px;
}
.feedback-modal form h2 {
	text-align: left
}
.page-content .inner .fullstory {
	padding: 30px
}
.page-content .inner img {
	width: 100%
}
.contact {
	padding: 25px 0;
	margin-top: -25px
}
.contact-info {
	padding: 39px 0
}
.contact .line {
	background: #222;
	height: 21.5em;
	margin: 0 33px
}
.contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.contact-info ul li {
	padding: 10px 0
}
.contact-info ul li .content {
	margin-left: 0
}
.contact-info ul li i {
	position: relative;
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 30px;
	border: 2px solid transparent;
	color: #222;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}
.contact-info ul li h5 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family:'Poppins', Arial, sans-serif;
	transition: all .3s
}
.contact-info ul li p {
	margin: 0;
	padding: 0
}
.about {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 60px 0 50px;
}
.about h1, .contact h1 {
	font-size: 36px;
	margin-top: 0;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.about p, .contact p {
	font-family: "Poppins",Arial,sans-serif;
	padding: 10px 0;
	font-size: 16px;
	line-height: 26px;
	}
.skills, .skills .skill, .skills .skill .skill-title, .skills .skill .skill-bar {
	width: 100%;
	float: left
}
.skills {
	padding: 15px
}
.skills .skill {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.skills .skill .skill-title {
	color: #222;
	margin-top: 15px;
	font-weight: 400;
	font-size: 14px
}
.skills .skill .skill-bar {
	width: 0;
	height: 6px;
	background: #fff;
	transition: 1s cubic-bezier(1, 0, .5, 1);
	-webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
	-ms-transition: 1s cubic-bezier(1, 0, .5, 1)
}
.skills.active .skill .skill-bar {
	width: 100%
}
.skills .skill .skill-bar span {
	float: left;
	width: 0;
	background: #222;
	height: 6px;
	position: relative;
	transition: 1s cubic-bezier(1, 0, .5, 1);
	-webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
	-ms-transition: 1s cubic-bezier(1, 0, .5, 1)
}
.skills .skill .skill-bar span b {
	float: left;
	width: 100%;
	position: relative;
	text-align: right;
	opacity: 0;
	font-size: 14px;
	color: #222;
	font-weight: 400;
	top: 21px
}
.powerfull {
	background: rgba(255, 131, 9, 0.9) none repeat scroll 0 0;
	float: left;
	min-height:auto;
	width: 100%;
	margin:0 auto;
}
.powerfull h2 {
	color: #ffffff;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 42px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 1.2;
	margin:0 auto;
	padding: 120px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.powerfull h2 span {
	font-weight: bold;
}
.powerfull div.container {
	background-image: url("../img/powerfull_background.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: auto;
}
.product_section {
	background:#ffffff;
	display:inline-block;
	padding-top: 80px;
	padding-bottom:60px;
	width: 100%;
}
.product_section img.product_image {
	border:1px dashed #ff8309;
	border-radius: 15px 15px 0 0;	
	padding:25px 30px;	
}
.product_section .product_detail{
	display: block;	
}
.product_section h2 {
	color: #ff8309;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing:0px;
	margin-bottom: 4px;
	text-transform: none;
}
.product_section span {
	color: #808699;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.product_section .product_detail ul {
	list-style: outside none none;
	margin: 20px 0;
	padding-left: 0;
}
.product_section .product_detail ul li {
	background: rgba(0, 0, 0, 0) url("../img/bullet.png") no-repeat scroll left 8px;
	color: #808699;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 15px;
	font-weight:400;
	margin-bottom: 7px;
	padding-left: 15px;
}
.product_section .carousel-control.left {
	left: initial;
	right: 15px;
}
.product_section span.glyphicon {
	font-family: "Glyphicons Halflings";
	font-size: 15px;
	font-weight: 100;
	padding-top: 5px;
	right: 15px;
}
.product_section .glyphicon-chevron-right, .product_section .glyphicon-chevron-left {
	border: 2px solid #ecf1f5;
	margin-top: 0;
	text-shadow: 0 0 0;
}
.product_section .carousel-control.left, .product_section .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.product_section .carousel-control {
	bottom: initial;
	top: -40px;
}
.carousel-control .glyphicon-chevron-left {
	left: initial;
}
.product_section span {
	color: #3e475d;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 18px;
	letter-spacing:1px;
	text-transform: none;
	font-weight:500;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -25px;
}
.buy_know {
	border: 2px solid #00283a;
	border-radius: 6px;
	color: #00283a;
	float: left;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;	
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.buy_know:hover {
	background-color: #00283a;
	border-color: #00283a;
	color: #ffffff;
	text-decoration:none;
}
.live_demo {
	background: #ff8309 none repeat scroll 0 0;
	border: 2px solid #ff8309;
	border-radius:6px;
	color: #ffffff;
	float: left;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 24px;
	margin-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.live_demo:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #ff8309;
	text-decoration:none;
}
.teambox .item {
	text-align: center
}
.teambox .item img {
	width: 100%;
	min-height: 100%
}
.teambox .thumbnail-dev {
	width: 100%;
	height: 255px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	transition: all .3s
}
.teambox .thumbnail-dev .image {
	height: 100%;
	width: 100%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: 50%!important
}
.teambox .thumbnail-dev ul {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: rgba(255,204,0,0.63);
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: all .3s ease-in-out
}
.teambox .thumbnail-dev ul li a {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #222;
	color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	transition: all .3s;
	transform: translate(-50%, -50%)
}
.teambox .thumbnail-dev ul li a:hover {
	background: #ff8309;
	color: #222
}
.teambox .item h4 {
	margin: 15px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
}
.teambox .item p {
	font-family:'Poppins', Arial, sans-serif;
	font-size: 10px;
	color: grey;
	text-transform: uppercase
}
.teambox .item:hover ul {
	opacity: 1
}
.teambox .item:hover .thumbnail-dev {
	border-color: #ff8309
}
.menu-modal {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}
.menu-modal.opened {
	left: 0;
	opacity: 1
}
.menu-modal .inner {
	position: relative;
	background: #fff;
	color: #222;
	width: 100%;
	height: calc(100%)
}
.menu-modal .content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-top: 64px
}
.menu-modal .inner h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	margin: 0 0 40px!important
}
.menu-modal .inner span {
	font-family:'Poppins', Arial, sans-serif;
	font-weight: 900
}
.menu-modal .inner i {
	margin-right: 15px
}
.menu-modal .fastmail {
	bottom: 30px;
	top: initial
}
.menu-modal .fastmail h2 {
	background: #222;
	color: #fff;
	padding: 14px 22px
}
#change-icon-bar {
	transition: transform .3s
}
.followus {
	padding: 15px;
	overflow: hidden
}
.followus h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	margin: 0 0 30px!important;
	clear: both
}
.followus ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 30px
}
.followus ul li {
	float: left;
	padding: 0 5px;
	width: 33.3%
}
.followus ul li:first-child {
	padding-left: 0
}
.followus ul .facebook:hover {
	background: #3b5998;
	color: #fff;
	border-color: transparent
}
.followus ul .twitter:hover {
	background: #1da1f2;
	color: #fff;
	border-color: transparent
}
.followus ul .behance:hover {
	background: #131418;
	color: #fff;
	border-color: transparent
}
.followus ul .instagram:hover {
	background: #fff;
	color: #131418;
	border: 2px solid #131418
}
.followus ul li a {
	display: block;
	text-align: center;
	background: #222;
	color: #fff;
	border: 2px solid transparent;
	padding: 13px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.followus ul li a:hover {
	background: #ff8309;
	color: #222
}
.crb {
	float: left;
	width: 58.3%
}
.carrer {
	background: #ff8309
}
.carrer ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.carrer ul a {
	text-decoration: none
}
.carrer ul li {
	height: 49.5%;
	padding: 16% 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #222;
	text-align: center
}
.carrer ul li:hover {
	background: #222;
	color: #ff8309
}
.carrer h3 {
	font-size: 21px;
	word-spacing: 2px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	margin: 0 0 30px!important;
	line-height: 25px
}
.btn-what {
	background: #222;
	color: #ff8309;
	padding: 6px 10px;
	font-size: 12px;
	margin-bottom: 6px;
	transition: all .3s
}
.btn-what:hover, .btn-what:focus {
	background: #ff8309;
	color: #222
}
.panel-default .panel-heading {
	background: #fff!important;
	border-radius: 0!important;
	cursor: pointer!important;
	box-shadow: none!important;
	padding: 15px;
	transition: all .3s
}
.panel-default .panel-heading:hover {
	background: #222!important;
	color: #fff
}
.panel-heading h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-family:'Poppins', Arial, sans-serif;
}
.panel-default {
	border: 1px solid #ff8309;
	box-shadow: none;
	border-radius: 0!important;
	border: 2px solid #222
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #222;
	border-top: 2px solid
}
.feedback-modal {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}
.feedback-modal.opened {
	left: 0;
	opacity: 1
}
.feedback-modal .inner {
	position: relative;
	background: #fff;
	color: #222;
	width: 100%;
	height: calc(100%)
}
.feedback-modal .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 700px;
	padding: 0 15px;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.feedback-modal .inner h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family:'Poppins', Arial, sans-serif;
	margin: 0 0 10px!important
}
.feedback-modal .inner span {
	font-family:'Poppins', Arial, sans-serif;
	font-weight: 900
}
.feedback-modal .inner i {
	margin-right: 15px
}
.feedback-modal .fastmail {
	bottom: 30px;
	top: initial
}
.feedback-modal .fastmail h2 {
	background: #222;
	color: #fff;
	padding: 15px
}
.footer {
	position: relative;
	background: #333;
	color: #ff8309;
	min-height: 55px
}
.footer.clean, .footer.clean a {
	background: #e91e63;
	color: #fff
}
.footer_copyright {
	font-family:'Poppins', Arial, sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height: 34px;
	color:#ffffff;
	padding: 10px 0px;
	width:100%;
	text-align:center;	
	transition: all .3s
}
.fastcall {
	font-size: 13px;
	font-weight: 600;
	font-family:'Poppins', Arial, sans-serif;
	line-height: 55px
}
.fastcall span {
	margin-left: 5px;
	font-size: 19px
}
.fastmail {
	position: absolute;
	z-index: 1;
	top: -35px;
	right: 0%;
	transform: translateX(-50%);
	cursor: pointer
}
.fastmail h2 {
	background: #ff8309;
	border-radius: 100%;
	box-shadow: 0 1px 9px rgba(51, 51, 51, 0.29);
	color: #ffffff;
	height: 60px;
	line-height:32px;
	margin: 0;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.homebox {
	width: 57px;
	height: 57px;
	line-height: 57px;
	float: left;
	background: #ff8309;
	color: #333;
	text-align: center;
	font-size: 18px
}
.homebox a {
	color: #333
}
@media (max-width:750px) {
.header {
	background: #fff
}
.page-head {
	padding: 30px 15px
}
.page-head h2 {
	font-size: 22px;
	line-height: 26px
}
.header ul li a{
	margin:0;
}
.blog-content {
	margin: 0;
	padding: 15px;
	padding-top: 0
}
.blog-img {
	width: 100%;
	float: none;
	padding: 0
}
.btnread {
	margin-bottom: 0
}
}
@media (max-width:479px){
.headbar li {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	float: left;
	font-family: "Poppins",Arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin-bottom: 10px;
}
}
@media (max-width:767px){
.header ul li a{
	margin-bottom:2px;
}
.header ul li a, .header ul li a:hover{
  border-radius:0px;
}
.header ul li.active {
  background: #ff8309 none repeat scroll 0 0;
  border-radius:0px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.about h1, .contact h1 {
	font-size:30px;
	line-height:36px;
}
.product_section h2{
	font-size:24px;
}
.product_section span{
	font-size:16px
}
.portfolio-box{
	margin-bottom:0;
}
.fastmail h2 {
	background: #ff8309 none repeat scroll 0 0;
	border-radius: 100%;
	box-shadow: 0 1px 9px rgba(51, 51, 51, 0.29);
	color: #333;
	height: 50px;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}
.fastmail {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -35px;
	transform: translateX(-50%);
	z-index: 1;
}
.product_section .product_detail {
	margin-top: 30px;
}
.page-content .inner h1, h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}
.product_section .carousel-control.left, .product_section .carousel-control.right {
  top: -60px;
}
}
@media (max-width:991px) {
.service-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}
.service-box i {
	float: none
}
.service-box-content {
	margin: 0
}
}