/*-----------------------------------------------------------------
[Legal Notice]

Copyright (c) LifeInSYS
Website Template by LifeInSYS
http://lifeinsys.com
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
Table of contents
    01. BASE STYLE
	02. HEADER
	03. FOOTER
	04. WELCOME
	05. ABOUT
	06. SERVICES
	07. PROJECT
	08. CONTACT
	09. TESTIMONOALS
	10. SKILLS
	11.	PROJECT DETAILS
	12. INDEX BACKGROUNDS
	13. INDEX GRADIENTS
	14. INDEX SLIDESHOW
	15. INDEX WHITE
	16. INDEX DARK
	17. INDEX SLIDESHOW
	18. SIDEMENU
	19. RESPONSIVE
-------------------------------------------------------------------*/

/*------------------BASE STYLE-------------------*/
html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 16px/1.6 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: #222;
}

img {
	border: 0;
	max-width: 100%;
}

html {
	-ms-overflow-style: scrollbar;
}

.alltrans,
.social-icons li a,
.owl-nav>button,
.owl-nav>button:after,
.counter-box,
.about-img:after,
.gallery-img img,
.form-control,
.owl-dot,
.subscribe-row,
.close-btn,
.close-btn:before,
.close-btn:after,
.tag-btn,
.btn {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fff;
	outline: none;
	text-decoration: underline;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	a:active {
		background-color: transparent;
	}
}

p {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h1,
h2 {
	font-size: 66px;
}

h3 {
	font-size: 30px;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

#main {
	padding: 0;
	background: #fff;
}

.no-margin {
	margin: 0 !important;
}

figure {
	margin: 0;
}

.opacity-no {
	opacity: 1 !important;
}

.wrapper-background {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-position: 50% 0;
	background-size: cover;
}

.wrapper-background:after {
	content: '';
	opacity: 0.92;
	background: rgba(54, 40, 158, 0.85);
	background: -moz-linear-gradient(bottom, rgba(142, 89, 204, 0.8) 10%, rgba(136, 106, 234, 0.8) 53%, rgba(54, 40, 158, 0.85) 100%);
	background: -webkit-linear-gradient(bottom, rgba(142, 89, 204, 0.8) 10%, rgba(136, 106, 234, 0.8) 53%, rgba(54, 40, 158, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(142, 89, 204, 0.8) 10%, rgba(136, 106, 234, 0.8) 53%, rgba(54, 40, 158, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(142, 89, 204, 0.8)', endColorstr='rgba(54, 40, 158, 0.85)', GradientType=0);
	/*background: rgba(54, 40, 158, 0.85);
	background: -moz-linear-gradient(bottom, rgba(142, 89, 204, 0.8) 10%, rgba(136, 106, 234, 0.8) 53%, rgba(54, 40, 158, 0.85) 100%);
	background: -webkit-linear-gradient(bottom, rgba(142, 89, 204, 0.8) 10%, rgba(136, 106, 234, 0.8) 53%, rgba(54, 40, 158, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(142, 89, 204, 0.8) 10%, rgba(136, 106, 234, 0.8) 53%, rgba(54, 40, 158, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(142, 89, 204, 0.8)', endColorstr='rgba(54, 40, 158, 0.85)', GradientType=0);*/
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
}

.wrapper-background-dark:after {
	background: #222;
	opacity: 0.95;
}

.section-inner {
	padding: 20px 60px 0;
}

.fp-scrollable {
	height: calc(100vh - 200px) !important;
}

#fp-nav ul li a span {
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	width: 7px !important;
	height: 7px !important;
	background: #fff;
	margin: 0 !important;
	position: relative;
	display: block;
	top: auto;
	left: auto;
	border-radius: 0;
}

#fp-nav ul li {
	width: auto;
	height: auto;
	margin: 10px;
	width: 17px;
	height: 17px;
}

#fp-nav ul li .fp-sr-only {
	display: none;
}

#fp-nav ul li a {
	width: auto;
	height: auto;
}

#fp-nav ul li a span:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	top: -5px;
	left: -5px;
	border: 1px solid transparent;
}

#fp-nav ul li a.active span:after {
	border-color: #fff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-radius: 0;
}

.btn {
	background: #fff;
	color: #222;
	text-align: center;
	line-height: 52px;
	padding: 0 35px;
	border-radius: 0px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid transparent;
}

.btn:hover,
.btn:focus {
	color: #fff;
	border-color: #fff;
	background: none;
}

.btn:focus {
	box-shadow: none;
	outline: none;
}

.btn.btn-xs {
	line-height: 34px;
	font-size: 12px;
	padding: 0 20px;
	font-weight: 500;
}

.btn.btn-outline {
	background: none;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	background: #fff;
	color: #222;
}

.btn.btn-dark {
	color: #222;
	border-color: #222;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background: #222;
	color: #fff;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.owl-carousel .owl-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 0 auto;
}

.preloader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	text-align: center;
}

.preloader h3 {
	top: 50%;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-top: 40px;
	color: #222;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.02em;
}

.preloader-bounce {
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.preloader-bounce>span {
	width: 1.2em;
	height: 0.2em;
	margin: 0.3em;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: bounce 0.6s infinite alternate;
	animation: bounce 0.6s infinite alternate;
	background: #222;
}

.preloader-bounce>span:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	background: #222;
}

.preloader-bounce>span:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	background: #222;
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-1.2em);
		transform: translateY(-1.2em);
	}
}

@keyframes bounce {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-1.2em);
		transform: translateY(-1.2em);
	}
}


/*------------------HEADER-------------------*/
#header {
	padding: 20px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	z-index: 99;
}

.container-fluid {
	padding: 0 20px;
}

#logo img {
	max-width: 201px;
	width: auto;
	height: auto;
}

.navbar {
	padding: 0;
}

.navbar-toggle {
	display: none;
}

.navbar-nav {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.navbar-nav li {
	margin-left: 30px;
}

.navbar-nav li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	opacity: 0.75;
}

.navbar-nav li a:after {
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	margin-top: 4px;
}

.navbar-nav li a:hover:after,
.navbar-nav li.active a:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.navbar-nav li a:hover {
	opacity: 1;
}

.navbar-nav li.active a {
	opacity: 1;
}

.collapse:not(.show) {
	display: block;
}

/*------------------FOOTER-------------------*/
#footer {
	padding: 20px 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.footer-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.social-icons li a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
}

.social-icons li a:hover {
	color: #fff;
}

.footer-right {
	margin-left: auto;
	display: flex;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.subscribe-row {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	color: #222;
	text-align: left;
	padding: 30px;
	z-index: 2;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}

.created-text {
	margin-left: 2px;
}

.created-text a {
	width: 200px !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

#footer.open .subscribe-row {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.subscribe-row p {
	margin: 0;
	font-size: 15px;
	text-align: right;
	line-height: 1.2;
}

.subscribe-row h5 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 2px solid #222;
}

.subscribe-row .input-field {
	margin: 0;
}

.subscribe-row .btn {
	width: 100%;
}

.btn-subscribe {
	margin-left: 5px;
}

.close-btn {
	background: #fff;
	border: 2px solid #fff;
	border-bottom: none;
	width: 46px;
	height: 46px;
	line-height: 33px;
	font-size: 20px;
	/* border-radius:50%; */
	position: relative;
}

.close-btn:after,
.close-btn:before {
	content: '';
	width: 22px;
	height: 2px;
	top: 50%;
	margin: -1px auto 0;
	left: 0;
	right: 0;
	background: #222;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-btn:hover {
	background: #222;
	border-color: #222;
}

.close-btn:hover:after,
.close-btn:hover:before {
	background: #fff;
}

.close-subscribe {
	position: absolute;
	left: 50%;
	top: -20px;
	margin-top: -3px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*------------------WELCOME-------------------*/
.welcome-box {
	font-size: 20px;
	line-height: 1.7;
}

.welcome-first {
	font-size: 32px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
}

.welcome-box p {
	max-width: 620px;
	width: 100%;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, 0.75);
}

.welcome-title {
	font-weight: 500;
	font-size: 130px;
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}

.welcome-title span {
	font-size: 32px;
	display: block;
	font-weight: 300;
	line-height: 1.2;
}

.welcome-title:after {
	content: '';
	display: block;
	background: #fff;
	width: 620px;
	height: 2px;
	margin: 5px auto 0;
}

.welcome-title:before {
	content: '';
	display: block;
	background: #fff;
	width: 620px;
	height: 2px;
	margin: 40px auto 5px;
}

.welcome-box .btn {
	margin-top: 10px;
}

.next-section i {
	font-size: 35px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.5;
}

.next-section i:hover {
	opacity: 1;
}

/*------------------ABOUT-------------------*/
.about-img {
	margin: 0 auto 40px;
	position: relative;
}

.about-img:after {
	content: '';
	position: absolute;
	border: 8px solid #fff;
	border-radius: 10px;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border-radius: 50%;
	opacity: 0.5;
}

.about-img:hover:after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.75;
	border-radius: 50%;
}

.about-img img {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .3);
	box-shadow: 0 0 40px rgba(0, 0, 0, .3);
}

.about-contentbox {
	text-align: left;
	line-height: 1.8;
}

.counter-box {
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 8px 0;
	background: rgba(0, 0, 0, 0.15);
}

.counter-icon {
	font-size: 30px;
	margin-bottom: 10px;
	opacity: 0.75;
}

.counter-box:hover {
	background: #fff;
	color: #222;
}

.count-number,
.counted {
	display: block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/*------------------SERVICES-------------------*/
.title-block {
	margin-bottom: 40px;
}

.title-block p {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	opacity: 0.75;
}

.service-icon {
	display: block;
	margin: 0 auto 15px;
	color: #fff;
	font-size: 30px;
}

.service-box {
	font-size: 15px;
	padding: 40px 20px;
	height: 100%;
}

.service-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
}

.service-box p:last-child {
	margin: 0;
}

.owl-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 35px 0 0;
}

.owl-nav>button {
	width: 50px;
	height: 50px;
	border-radius: 0;
	margin: 0 6px;
	position: relative;
	border: 1px solid !important;
	text-indent: -999em;
}

.owl-nav>button:focus {
	outline: none;
}

.owl-nav>button:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 20px;
	top: 17px;
}

.owl-nav>button.owl-next:after {
	border-width: 1px 1px 0 0;
	left: 14px;
}

.owl-nav>button:hover {
	background: #fff !important;
}

.owl-nav>button:hover:after {
	border-color: #222;
}

/*------------------PROJECT-------------------*/
.gallery-box {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #000;
}

.gallery-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.gallery-overlay h4 {
	margin: 20px;
}

.gallery-overlay p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.gallery-img img {
	opacity: 0.7;
}

figure.gallery-img:after {
	content: '';
	position: absolute;
	border: 8px solid #fff;
	left: 10px;
	right: 10px;
	top: 20px;
	bottom: 20px;
	opacity: 0.25;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.gallery-box:hover figure.gallery-img:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gallery-box:hover .gallery-img img {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
	opacity: 0.5;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

/*------------------CONTACT-------------------*/
::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

:-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

.input-field {
	margin-bottom: 15px;
}

.form-control {
	height: 64px;
	color: #fff;
	border: none;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 0;
	padding: 4px 22px;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
	background: rgba(0, 0, 0, 0.25);
	border: none;
	color: #fff;
}

#form-messages {
	padding: 12px 15px;
	font-size: 14px;
}

#form-messages:empty {
	display: none;
}

.index .form-control.form-control-dark {
	background: rgba(54, 40, 158, 0.75);
	color: #fff;
}

.index .form-control.form-control-dark:focus {
	background: rgba(54, 40, 158, 0.85);
	color: #fff;
}

.index .form-control.form-control-dark::-webkit-input-placeholder {
	color: #fff !important;
}

.index .form-control.form-control-dark::-moz-placeholder {
	color: #fff !important;
}

.index .form-control.form-control-dark:-ms-input-placeholder {
	color: #fff !important;
}

.index .form-control.form-control-dark:-moz-placeholder {
	color: #fff !important;
}

.form-control.form-control-dark:focus {
	background: rgba(0, 0, 0, 0.2);
}

.form-control.form-control-dark {
	background: rgba(0, 0, 0, 0.1);
	color: #222;
	border: none;
}

.form-control.form-control-dark::-webkit-input-placeholder {
	color: #222 !important;
	opacity: 0.7;
}

.form-control.form-control-dark::-moz-placeholder {
	color: #222 !important;
	opacity: 0.7;
}

.form-control.form-control-dark:-ms-input-placeholder {
	color: #222 !important;
	opacity: 0.7;
}

.form-control.form-control-dark:-moz-placeholder {
	color: #222 !important;
	opacity: 0.7;
}

textarea.form-control {
	height: 123px;
	padding-top: 15px;
}

.contact-section .btn {
	width: 100%;
}

.contact-box {
	text-align: left;
}

.contact-box h4 {
	font-size: 24px;
}

.contact-box h4:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 12px 0;
}

.contact-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.12);
	padding: 40px 45px;
}

.contact-row i {
	width: 55px;
	font-size: 30px;
	display: block;
}

.contact-row i.fa-envelope {
	font-size: 25px;
}

/*------------------TESTIMONOALS-------------------*/
.testimonials-section {
	padding-top: 20px;
	text-align: left;
	font-size: 15px;
}

.owl-carousel .owl-item .client-img img {
	width: auto;
	border-radius: 50%;
	max-width: 90px;
	/* margin-right:20px; */
	margin: 0 auto;
	display: initial;
}

.testimonial-content {
	padding: 25px 30px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.15);
	margin-top: 35px;
	position: relative;
}

.testimonial-content p:last-child {
	margin: 0;
}

.client-row {
	text-align: center;
}

.testimonial-content:before {
	content: '';
	border-bottom: 25px solid rgba(0, 0, 0, 0.15);
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	position: absolute;
	bottom: 100%;
	left: 48%;
}

.client-info span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 50px;
}

.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: rgba(255, 255, 255, 0.2);
}

.owl-carousel .owl-dots .owl-dot:focus {
	outline: none;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: rgba(255, 255, 255, 1);
}

/*------------------SKILLS-------------------*/
.skill-bar {
	height: 5px;
	background: rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 50px 0 20px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.skill-label {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: -40px;
	font-weight: 600;
}

.skills-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	padding: 0;
	position: relative;
	font-size: 15px;
	top: 37px;
	font-weight: 600;
	list-style-type: square;
	opacity: 0.75;
}

.skills-ul li {
	margin-left: 30px;
}

.progress-bar-value {
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	width: 0;
	height: 100%;
	position: relative;
}

.progress-value {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
}

.view .progress-bar-value {
	width: 100%;
}

.progress-value em {
	position: absolute;
	right: -18px;
	top: -40px;
	font-style: normal;
	width: 40px;
	line-height: 24px;
	font-size: 12px;
	background: #fff;
	color: #222;
	font-weight: 400;
}

.progress-value em:after {
	content: '';
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.progress-value:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	top: 100%;
	right: -5px;
	top: -5px;
}

/*------------------PROJECT DETAILS-------------------*/
.detail-page {
	color: #555;
}

.detail-page h1 {
	color: #222;
	text-align: center;
	margin-bottom: 80px;
}

.content-section {
	min-height: calc(100vh - 106px);
	padding: 80px 0;
	background: #fff;
}

.detail-page #header {
	position: relative;
	background: #222;
}

.detail-page #footer {
	position: relative;
	background: #222;
	overflow: hidden;
}

.detail-page #footer.open {
	overflow: inherit;
}

.detail-page #footer .subscribe-row {
	border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.project-detail-col strong {
	color: #222;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 8px;
	text-transform: uppercase;
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.project-buttons-margin {
	margin-bottom: 0;
	margin-top: 80px;
}

.view-project {
	margin-top: 20px;
}

.detail-page a {
	color: #222;
	text-decoration: none;
}

.detail-page a:hover {
	color: rgb(54, 40, 158);
}

.tag-btn,
.detail-page a.tag-btn {
	font-size: 12px;
	color: rgb(54, 40, 158);
	border: 1px solid;
	border-radius: 25px;
	line-height: 23px;
	padding: 0 13px 2px;
	display: inline-block;
	margin: 0 4px 4px 0;
}

.tag-btn:hover,
.detail-page a.tag-btn:hover {
	background: #222;
	color: #fff;
	border-color: #222;
	text-decoration: none;
}

.btn.btn-dark {
	color: #222;
}

.btn.btn-view {
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	padding: 0 25px;
}

.info-inner {
	width: 100%;
	margin: 30px 0 0;
	padding-bottom: 50px;
}

.info-inner p {
	margin: 0;
}

.project-images {
	margin-top: 50px;
}

.detail-page .footer-right {
	color: #fff;
	padding: 1;
}

.particles-section {
	position: relative;
	z-index: 1;
}

.video-section {
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.video-section:after {
	content: '';
	position: absolute;
	background: #0f0f0f;
	opacity: 0.5;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}

.video-section .video {
	background: #0f0f0f;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
}

/*------------------INDEX BACKGROUNDS-------------------*/
.fp-bg {
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.fp-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
	background: #000;
}

.index-background .contact-section .form-control {
	background: rgba(255, 255, 255, 0.12);
}

.index-background .counter-box {
	background: rgba(255, 255, 255, 0.15);
}

.index-background .counter-box:hover {
	background: #fff;
	color: #222;
}

.index-background .service-box h3 {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.index-background .contact-section .form-control:focus {
	background: rgba(255, 255, 255, 0.25);
}

.index-background .contact-row {
	background: rgba(255, 255, 255, 0.12);
}

.index-background .testimonial-content {
	background: rgba(255, 255, 255, 0.15);
}

.index-background .testimonial-content:before {
	border-bottom: 25px solid rgba(255, 255, 255, 0.15);
}

/*------------------INDEX GRADIENTS-------------------*/
.gradient-01:after {
	background: rgb(81, 99, 149);
	background: -moz-linear-gradient(top, rgba(81, 99, 149, 1) 0%, rgba(97, 67, 133, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(81, 99, 149, 1) 0%, rgba(97, 67, 133, 1) 100%);
	background: linear-gradient(to bottom, rgba(81, 99, 149, 1) 0%, rgba(97, 67, 133, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#516395', endColorstr='#614385', GradientType=0);
	opacity: 0.9;
}

.gradient-02:after {
	background: rgb(72, 198, 239);
	background: -moz-linear-gradient(top, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
	background: linear-gradient(to bottom, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48c6ef', endColorstr='#6f86d6', GradientType=0);
	opacity: 0.9;
}

.gradient-03:after {
	background: rgb(203, 53, 107);
	background: -moz-linear-gradient(top, rgba(203, 53, 107, 1) 0%, rgba(189, 63, 50, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(203, 53, 107, 1) 0%, rgba(189, 63, 50, 1) 100%);
	background: linear-gradient(to bottom, rgba(203, 53, 107, 1) 0%, rgba(189, 63, 50, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb356b', endColorstr='#bd3f32', GradientType=0);
	opacity: 0.9;
}

.gradient-04:after {
	background: rgb(82, 229, 231);
	background: -moz-linear-gradient(top, rgba(82, 229, 231, 1) 0%, rgba(19, 12, 183, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(82, 229, 231, 1) 0%, rgba(19, 12, 183, 1) 100%);
	background: linear-gradient(to bottom, rgba(82, 229, 231, 1) 0%, rgba(19, 12, 183, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52e5e7', endColorstr='#130cb7', GradientType=0);
	opacity: 0.9;
}

.gradient-05:after {
	background: rgb(176, 106, 179);
	background: -moz-linear-gradient(top, rgba(176, 106, 179, 1) 0%, rgba(69, 104, 220, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(176, 106, 179, 1) 0%, rgba(69, 104, 220, 1) 100%);
	background: linear-gradient(to bottom, rgba(176, 106, 179, 1) 0%, rgba(69, 104, 220, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b06ab3', endColorstr='#4568dc', GradientType=0);
	opacity: 0.9;
}

.gradient-06:after {
	background: rgb(249, 212, 35);
	background: -moz-linear-gradient(top, rgba(249, 212, 35, 1) 0%, rgba(255, 78, 80, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(249, 212, 35, 1) 0%, rgba(255, 78, 80, 1) 100%);
	background: linear-gradient(to bottom, rgba(249, 212, 35, 1) 0%, rgba(255, 78, 80, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d423', endColorstr='#ff4e50', GradientType=0);
	opacity: 0.9;
}

.gradient-07:after {
	background: rgb(51, 160, 133);
	background: -moz-linear-gradient(top, rgba(51, 160, 133, 1) 0%, rgba(19, 106, 138, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(51, 160, 133, 1) 0%, rgba(19, 106, 138, 1) 100%);
	background: linear-gradient(to bottom, rgba(51, 160, 133, 1) 0%, rgba(19, 106, 138, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a085', endColorstr='#136a8a', GradientType=0);
	opacity: 0.9;
}

/*------------------INDEX SLIDESHOW-------------------*/
.bg-slider-img {
	background-size: cover;
	background-position: 50% 0;
}

.background-slider {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-slider-img {
	height: 100vh;
	width: 100%;
}

.background-slider:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.background-slider .bg-slider-img {
	-webkit-transition: all 5s ease;
	transition: all 5s ease;
}

.background-slider .active .bg-slider-img {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

/*------------------INDEX WHITE-------------------*/
.index-white {
	background: #fff;
	color: #242424;
}

.no-gradient:after {
	display: none;
}

.wrapper-background.no-gradient {
	opacity: 0.6;
}

.index-white .welcome-title,
.text-red,
.index-white h1,
.index-white h2 {
	color: rgba(54, 40, 158, 0.85);
}

.index-white .welcome-title span {
	color: #242424;
	font-weight: 500;
}

.index-white .welcome-title:after {
	background: rgba(54, 40, 158, 0.85);
}

.index-white .btn {
	background: #222;
	color: #fff;
	border-color: #222;
}

.index-white .btn:hover {
	border-color: #222;
	background: none;
	color: #222;
}

.index-white h1,
.index-white h2 {
	font-weight: 900;
}

.index-white .counter-box,
.index-white .form-control {
	background: rgba(0, 0, 0, 0.12);
	color: #242424;
}

.index-white .counter-box:hover {
	background: #444;
	color: #fff;
}

.index-white .welcome-box p {
	color: rgba(36, 36, 36, 0.75);
}

.index-white .side-menu .navbar-nav li a:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 4px;
}

.index-white .progress-value:after,
.index-white .progress-value,
.index-white .progress-value em,
.index-white .contact-box h4:after {
	background: rgba(136, 106, 234, 0.8);
}

.index-white .progress-value em {
	color: #fff;
}

.index-white .progress-value em:after {
	border-top-color: rgba(136, 106, 234, 0.8);
}

.index-white .service-box,
.index-white .contact-box,
.index-white .service-icon {}

.index-white .service-icon i {
	position: relative;
	top: -2px;
	color: #222;
}

.index-white .service-box h3 {
	background: rgba(0, 0, 0, 0.12);
	color: #242424;
}

.index-white .owl-nav>button:after {
	border-color: #242424;
}

.index-white .owl-nav>button:hover {
	color: rgba(136, 106, 234, 0.8);
	background: red;
}

.index-white .owl-nav>button:hover:after {
	border-color: rgba(136, 106, 234, 0.8);
}

.index-white .form-control {
	color: #242424;
}

.index-white .form-control::-webkit-input-placeholder {
	color: #444 !important;
}

.index-white .form-control::-moz-placeholder {
	color: #444 !important;
}

.index-white .form-control:-ms-input-placeholder {
	color: #444 !important;
}

.index-white .form-control:-moz-placeholder {
	color: #444 !important;
}

.index-white .navbar-nav li a {
	color: #242424;
}

.index-white #fp-nav ul li a span {
	background: #444;
}

.index-white #fp-nav ul li a.active span:after {
	border-color: #444;
}

.index-white .navbar-nav li a::after {
	background: #242424;
}

.index-white .social-icons li a {
	background: rgba(0, 0, 0, 0.12);
	color: #242424;
	line-height: 34px;
}

.index-white .social-icons li a:hover {
	background: #222;
	color: #fff;
}

.index-white .subscribe-row {
	border-top: 2px solid rgba(54, 40, 158, 0.85);
}

.index-white .testimonial-content {
	background: rgba(0, 0, 0, 0.12);
	color: #242424;
}

.index-white .testimonial-content:before {
	border-bottom: 25px solid rgba(0, 0, 0, 0.12);
}

.index-white .welcome-title:before {
	background: rgba(54, 40, 158, 0.85);
}

.index-white .contact-section .form-control:focus {
	background: rgba(0, 0, 0, 0.2);
}

.index-white .btn-subscribe {
	background: none;
	color: #222;
	border-color: #222;
}

.index-white .btn-subscribe:hover {
	background: #222;
	color: #fff;
}

.index-white .close-btn {
	border-color: rgba(54, 40, 158, 0.85);
}

.index-white .owl-carousel .owl-dots .owl-dot.active {
	background: #444;
}

.index-white .owl-carousel .owl-dots .owl-dot {
	background: rgba(68, 68, 68, 0.5);
}

/*------------------INDEX DARK-------------------*/
.index-dark,
.sidemenu-open.index-dark .menu-trigger span:before,
.sidemenu-open.index-dark .menu-trigger span:after {
	background: #242424;
}

.index-dark .menu-trigger span {
	background: #fff;
}

.index-dark .menu-trigger span:before,
.index-dark .menu-trigger span:after {
	background: #fff;
}

.index-dark .side-menu .nav-box {
	background: #fff;
}

.index-dark .side-menu .navbar-nav li a {
	color: #242424;
}

.index-dark .side-menu .navbar-nav li a:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 4px;
}

.index-dark .social-icons li a {
	color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.15);
}

.index-dark .social-icons li a:hover {
	color: #242424;
	background: rgba(255, 255, 255, 1);
}

.index-dark .wrapper-background.no-gradient {
	opacity: 0.3;
}

.index-dark .skill-bar {
	background: rgba(255, 255, 255, 0.08);
}

.index-dark .service-box {
	color: #fff;
}

.index-dark .service-icon {
	background: #242424;
	color: #fff;
}

.index-dark .testimonial-content::after {
	border-top: 17px solid #fff;
}

.index-dark .contact-box {
	color: #fff;
}

.index-dark .counter-box {
	background: rgba(255, 255, 255, 0.04);
}

.index-dark .service-box h3 {
	background: rgba(255, 255, 255, 0.04);
}

.index-dark .testimonial-content {
	background: rgba(255, 255, 255, 0.04);
}

.index-dark .testimonial-content:before {
	border-bottom: 25px solid rgba(255, 255, 255, 0.04);
}

.index-dark .counter-box:hover {
	background: #fff;
	color: #222;
}

.index-dark .contact-box h4:after {
	background: #242424;
}

.index-dark .contact-row {
	background: rgba(255, 255, 255, 0.04);
}

.index-dark .contact-section .form-control {
	background: rgba(255, 255, 255, 0.04);
}

.index-dark .contact-section .form-control:focus {
	background: rgba(255, 255, 255, 0.15);
}

/*------------------INDEX SLIDESHOW-------------------*/
.index-slideshow .counter-box {
	background: rgba(255, 255, 255, 0.15);
}

.index-slideshow .counter-box:hover {
	background: #fff;
	color: #222;
}

.index-slideshow .service-box h3 {
	background: rgba(255, 255, 255, 0.15);
}

.index-slideshow .testimonial-content {
	background: rgba(255, 255, 255, 0.15);
}

.index-slideshow .testimonial-content:before {
	border-bottom: 25px solid rgba(255, 255, 255, 0.15);
}

.index-slideshow .contact-row {
	background: rgba(255, 255, 255, 0.12);
}

.index-slideshow .contact-section .form-control {
	background: rgba(255, 255, 255, 0.12);
}

.index-slideshow .contact-section .form-control:focus {
	background: rgba(255, 255, 255, 0.25);
}

/*------------------SIDEMENU-------------------*/
#header.side-menu {
	z-index: 999;
}

.side-menu .nav-box {
	position: fixed;
	top: 0;
	left: auto;
	display: block;
	right: 0;
	width: 320px;
	bottom: 0;
	z-index: 999;
	background: #242424;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.sidemenu-open .side-menu .nav-box {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.side-menu .nav-box>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 80px 60px 50px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.side-menu .navbar-nav li {
	margin: 0;
	border: 0;
}

.side-menu .navbar-nav li a {
	color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	display: block;
	padding: 12px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.75;
}

.side-menu .navbar-nav li a:after {
	display: none;
}

.side-menu .navbar-nav li a:hover,
.side-menu .navbar-nav li.active a {
	opacity: 1;
}

.menu-trigger {
	position: relative;
	border: 0;
	box-shadow: none;
	background: none;
	width: 34px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	z-index: 9999;
	display: block;
	margin-right: 20px;
}

.menu-trigger:focus {
	outline: none;
}

.menu-trigger span {
	width: 100%;
	display: block;
	height: 2px;
	background: #242424;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}

.menu-trigger span:before,
.menu-trigger span:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #242424;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}

.menu-trigger span:before {
	top: 9px;
}

.menu-trigger span:after {
	top: -9px;
}

.sidemenu-open .menu-trigger span {
	background: none;
}

.sidemenu-open .menu-trigger span:before,
.sidemenu-open .menu-trigger span:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
}

.sidemenu-open .menu-trigger span:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.sidemenu-open .menu-trigger span:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.sidemenu-open .menu-trigger span:before,
.sidemenu-open .menu-trigger span:after {
	background: #fff;
}

.menu-trigger span {
	width: 100%;
	display: block;
	height: 2px;
	background: #242424;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}

.menu-trigger span:before,
.menu-trigger span:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #242424;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}

/*------------------RESPONSIVE-------------------*/
@media only screen and (min-width: 768px) {
	.nav-box {
		display: block !important;
		height: auto !important;
	}
}

@media only screen and (max-width: 1440px) {
	.welcome-title {
		font-size: 100px;
		margin-bottom: 20px;
	}

	.welcome-title:before {
		margin: 20px auto 5px;
	}

	.welcome-first {
		font-size: 26px;
	}

	.welcome-box p {
		margin-bottom: 20px;
	}

	.navbar-nav li a {
		font-size: 15px;
	}

	.subscribe-row h5 {
		font-size: 18px;
	}

	.wide-col-laptop {
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}

	.service-box h3 {
		font-size: 18px;
	}

	h1,
	h2 {
		font-size: 56px;
		line-height: 1.05;
		margin-bottom: 10px;
	}

	.title-block p {
		line-height: 1.6;
	}

	.title-block {
		margin-bottom: 25px;
	}

	.service-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
		margin: 0 auto;
	}

	.service-box {
		padding: 30px 20px;
	}

	.testimonial-content {
		font-size: 18px;
	}

	.owl-carousel .owl-item .client-img img {
		max-width: 80px;
	}

	.gallery-section {
		padding-top: 10px;
	}

	.about-img {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1199px) {
	#fp-nav.fp-right {
		right: 5px;
	}

	.welcome-title:before {
		margin: 20px auto 15px;
	}

	.wide-col-laptop {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.about-img {
		margin-right: 0;
	}

	.welcome-title {
		font-size: 80px;
	}

	.welcome-title:after {
		margin-top: 15px;
	}

	.welcome-box {
		font-size: 18px;
	}

	h1,
	h2 {
		font-size: 48px;
	}

	.counter-box {
		font-size: 13px;
		padding: 15px;
		width: 100%;
	}

	.count-number,
	.counted {
		margin-bottom: 5px;
	}

	.owl-nav {
		margin-top: 35px;
	}

	.testimonial-content {
		font-size: 16px;
		padding: 20px 25px;
	}

	.testimonials-section {
		padding-top: 10px;
	}

	.owl-carousel .owl-dots {
		margin-top: 35px;
	}

	.subscribe-row p {
		margin-bottom: 20px;
	}

	.menu-trigger {
		margin: 0;
	}
}

@media only screen and (max-width: 991px) {
	#logo img {
		max-width: 150px;
	}

	.navbar-nav li a {
		font-size: 13px;
	}

	.navbar-nav li {
		margin-left: 25px;
	}

	.footer-right {
		font-size: 13px;
	}

	.owl-nav>button {
		width: 40px;
		height: 40px;
	}

	.owl-nav>button:after {
		width: 12px;
		height: 12px;
		left: 17px;
		top: 13px;
	}

	.owl-nav>button.owl-next:after {
		left: 11px;
	}

	.contact-box h4 {
		font-size: 20px;
	}

	.contact-box {}

	.contact-row {
		font-size: 14px;
	}

	.facts-row>.row>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.contact-row i {
		font-size: 25px;
		width: 45px;
	}

	.contact-row i.fa-envelope {
		font-size: 20px;
	}

	.container-fluid {
		padding: 0 15px;
	}

	.skills-ul {
		top: 0;
	}

	.contact-row {
		padding: 42px 45px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-toggle {
		padding: 0;
		margin: 0;
		color: #fff;
		font-size: 28px;
		position: absolute;
		right: 0;
		top: 50%;
		background: none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
		box-shadow: none;
		border: 0;
		outline: none;
		cursor: pointer;
	}

	#header {
		padding: 0;
	}

	.navbar {
		padding: 15px 0;
	}

	.navbar-toggle:focus {
		outline: none;
	}

	.navbar-nav {
		margin: 0;
	}

	.collapse:not(.show) {
		display: none;
	}

	.navigation-menu>li {
		display: block;
		margin: 0;
		font-size: 15px;
		text-align: center;
	}

	.navigation-menu>li>a {
		color: #222;
		padding: 15px;
		line-height: 1.2;
	}

	.navbar-nav {
		overflow-y: auto;
		display: block;
		background: rgba(230, 230, 230, 0.25);
	}

	.navbar-nav li a:after {
		display: none;
	}

	.nav-box {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 0;
		box-shadow: none;
		background: #fff;
		text-align: left;
		top: 100%;
		display: none;
	}

	#header,
	#footer {
		position: relative;
	}

	.welcome-title {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.welcome-first {
		font-size: 20px;
	}

	.welcome-title:before {
		margin: 20px auto 15px;
	}

	.welcome-box {
		font-size: inherit;
	}

	.welcome-box .btn {
		margin-top: 0;
	}

	.about-img {
		margin-bottom: 40px;
	}

	h1,
	h2 {
		font-size: 36px;
	}

	body {
		font-size: 15px;
	}

	.section {
		padding: 25px 0;
	}

	.section-inner {
		padding: 0 25px;
	}

	.about-contentbox {
		text-align: center;
	}

	.testimonials-section {
		padding-top: 0;
	}

	h4 {
		font-size: 18px;
	}

	.contact-box {
		margin-top: 30px;
		height: auto;
	}

	.subscribe-row {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
		visibility: hidden;
	}

	#footer.open .subscribe-row {
		opacity: 1;
		visibility: visible;
	}

	.footer-row {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.subscribe-section {
		margin: 0 auto;
	}

	.footer-right {
		width: 100%;
		margin: 15px 0 0;
		text-align: left;
	}

	.btn {
		font-size: 15px;
		line-height: 48px;
		padding: 0 30px;
	}

	.subscribe-row .input-field {
		margin-bottom: 15px;
	}

	.contact-row {
		margin-top: 15px;
	}

	.content-section {
		padding: 50px 0;
	}

	.info-inner {
		margin-top: 20px;
		padding-bottom: 15px;
	}

	.index-white .navbar-toggle {
		color: #242424;
	}

	.side-menu .nav-box>ul {
		padding: 70px 40px 40px;
	}

	.side-menu .navbar-nav li a {
		font-size: 20px;
	}

	.social-icons {
		margin: 0 auto;
	}

	.detail-page h1 {
		margin-bottom: 50px;
	}

	.project-detail-col figure {
		margin-top: 35px;
	}

	.project-buttons-margin {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.welcome-title {
		font-size: 40px;
	}

	.welcome-first {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.welcome-title:before,
	.welcome-title:after {
		width: 100%;
	}

	h1,
	h2 {
		font-size: 30px;
	}

	.about-contentbox {
		line-height: 1.6;
	}

	.owl-carousel .owl-item .client-img img {
		max-width: 65px;
		margin-right: 10px;
	}

	.testimonials-section {
		font-size: 13px;
	}

	.form-control {
		height: 52px;
		font-size: 14px;
		padding: 4px 15px;
	}

	.input-field {
		margin-bottom: 15px;
	}

	.subscribe-row h5 {
		font-size: 16px;
	}

	.client-row {
		padding-left: 40px;
	}

	.testimonial-content:before {
		left: 46%;
	}

	.client-row {
		padding-left: 0;
	}
}

@media only screen and (max-width: 460px) {
	h4 {
		font-size: 14px;
	}

	.testimonial-content:before {
		left: 45%;
	}
}

@media only screen and (max-width: 320px) {
	.gallery-overlay p {
		display: none;
	}

	.testimonial-content:before {
		left: 43%;
	}
}

/* CUSTOM */
@media screen and (max-width: 767px) {
        .btn {
            width: 100%;
            margin-bottom: 5px;
        }
      }

