/*
Template Name: LaunchPage
Author URI: https://themeforest.net/user/epic-themes
Author Name: Epic Themes
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. REGISTRATION FORM
05. HOME
06. HERO TEXT
07. WORK
08. SERVICES
09. PARTNERS LOGO
10. CONTACT
11. MEDIA QUERIES */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* BACK TO TOP BUTTON */

.back-to-top {
	position: fixed;
	bottom: -40px;
	right: 20px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #335dff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.back-to-top:focus {
	color: #fff;
}

.back-to-top.show {
	bottom: 80px;
	right: 20px;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.back-to-top.show:hover {
	color: #fff;
	bottom: 80px;
	opacity: 1;
}

.arrow {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
	position: absolute;
	width: 12px;
	height: 12px;
	background-size: contain;
	transform: rotate(-90deg);
	top: 30%;
	left: 40%;
}

.arrow:nth-child(2) {
	top: 42%;
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: rotate(-90deg) translateX(0px) scale(1);
	}

	25% {
		opacity: 0;
		transform: rotate(-90deg) translateX(10px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: rotate(-90deg) translateX(-10px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: rotate(-90deg) translateX(0px) scale(1);
	}
}

.back-to-top:hover .arrow {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.back-to-top:hover .arrow:nth-child(2) {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@media only screen and (max-width: 575px) {
	.back-to-top {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.back-to-top.show {
		bottom: 60px;
		right: 10px;
	}

	.back-to-top.show:hover {
		bottom: 10px;
	}

	.arrow {
		top: 27%;
		left: 37%;
	}
}

/* END OF BACK TO TOP BUTTON */

/* CHAT BUTTON */

.chatbox-open {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 25px;
	background-color: #335dff !important;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	z-index: 99;
	border: 0;
	outline: 0 !important;
	cursor: pointer;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.fa-comment {
	color: #fff;
	font-size: 1.7em !important;
}

@media only screen and (max-width: 575px) {
	.chatbox-open {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}

	.fa-comment {
		font-size: 1.5em !important;
	}
}

/* END OF CHAT BUTTON */

ul {
	padding: 0;
}

ul,
ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	color: #858585;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

ul li,
ol li {
	font-size: 17px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif !important;
	list-style-type: none;
}

ul li em {
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #7c8595;
	/* color: black; */
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif !important;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #017df7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif !important;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	color: black;
	font-weight: 700;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title {
	margin-bottom: 10px;
}

p.section-subtitle {
	font-size: 20px;
	display: block;
	margin: 0px auto 20px;
	max-width: 850px;
}

p.section-subtitle.white {
	color: #ffffff;
}

p.section-subtitle.black {
	color: #252525;
}

.white-text {
	color: #fff;
}

.section-bg-2 {
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.section-bg-overlay {
	width: 100%;
	background: #131826;
	opacity: 0.95;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* To Remove arrow from input[type=number] */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

.navbar-brand {
	font-family: 'Nunito', sans-serif !important;
	font-size: 28px;
	font-weight: 700;
	color: #e52f37;
}

.navbar-brand:hover,
.menu-icon:hover {
	color: #e52f37 !important;
}

.navbar-fixed-top.opaque .navbar-brand {
	color: #e52f37;
}

.navbar-fixed-top.opaque .navbar-brand:hover {
	color: #e52f37;
}

.navbar {
	width: 100%;
	z-index: 999;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.navbar-toggler {
	border: 1.5px solid black;
}

.navbar-toggler-icon {
	width: 1.3em;
	height: 1.3em;
}

.navbar-toggler-icon em {
	color: black;
	vertical-align: middle;
}

.navbar-fixed-top {
	position: absolute !important;
	background-color: #fff;
	border-bottom: none;
	transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
	position: fixed !important;
	top: 0;
	margin-top: 0;
	background-color: #fff !important;
	border-bottom: 1px solid #efefef;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
	transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav>li>a {
	color: black;
	font-size: 17px !important;
	line-height: 30px !important;
	padding: 10px 15px !important;
	font-family: 'Nunito', sans-serif !important;
	font-weight: bold;
}

.menu-icon-mobile {
	display: none !important;
}

.menu-icon-phone {
	color: black !important;
	padding: 0px 15px !important;
}

.menu-icon {
	color: black !important;
	padding: 0px 15px !important;
	font-size: 17px !important;
	line-height: 30px !important;
	font-weight: bold !important;
	margin-bottom: 0;
	font-family: 'Nunito', sans-serif !important;
	cursor: pointer;
}

/* Popup Of Mobile Number */

#elementToHover,
#elementToHover1 {
	display: inline-block;
	position: relative;
}

#elementToPopup,
#elementToPopup1 {
	display: none;
	position: absolute;
	top: 5rem;
	right: 10px;
	background-color: white;
	color: black;
	padding: 8px;
	border: 1px solid black;
	border-radius: 5px;
}

#elementToPopup.show,
#elementToPopup1.show {
	display: block;
}

/* End of Popup Of Mobile Number */

.navbar-fixed-top.opaque .navbar-nav>li>a {
	color: black;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
	color: #e52f37 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav .current a {
	color: #e52f37 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn {
	border: 1px solid #e52f37;
	color: #fff !important;
	background: #e52f37;
	border-radius: 23px 23px;
	padding: 12px 18px !important;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'Nunito', sans-serif !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn:hover {
	color: #e52f37 !important;
	background: transparent;
	border: 1px solid #e52f37;
}

.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn {
	color: #fff !important;
	background: #e52f37;
	border: 1px solid #e52f37;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn:hover {
	border: 1px solid #e52f37;
	color: #e52f37 !important;
	background: transparent;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer {
	background-color: #fafbfc;
	padding: 35px 0px 10px;
}

.footer_social {
	display: flex;
}

.fab {
	padding: 10px;
	font-size: 25px !important;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	border-radius: 50%;
}

.fa-solid {
	color: white;
	display: block;
	margin: 0px auto;
	font-size: 25px !important;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: white;
}

.address-block>h5 {
	margin-bottom: 10px;
}

.address {
	display: flex;
}

.address>p {
	padding-right: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

.address>p>a {
	color: black;
	font-weight: normal;
}

.footer-block {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.footer-box {
	background-color: #131826;
	width: 45%;
	padding: 50px 30px;
	margin: 0px 15px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 20px 20px #232939;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-box>img {
	display: block;
	margin: 0px auto;
}

.footer-box>a {
	color: white;
	padding-top: 8px;
}

.privacy-block{
	text-align: center;
	margin: 5px 0px;
}

@media(max-width: 768px) {

	.footer {
		padding: 25px 0px 10px !important;
	}

	.footer h2 {
		font-size: 1.6rem !important;
		margin-bottom: 10px !important;
	}

	.footer-spacer {
		display: none;
	}

	.address {
		margin-bottom: 30px;
	}

	.footer-block {
		padding: 0px;
	}

	.footer-box {
		margin: 0px 30px;
	}

	.privacy-block{
		margin: 35px 0px 5px;
	}
}

@media(max-width: 576px) {

	.footer {
		padding: 25px 0px 10px !important;
	}

	.footer h2 {
		font-size: 1.35rem !important;
		margin-bottom: 10px !important;
		text-align: center;
	}

	.footer-text {
		text-align: center;
	}

	.footer-spacer {
		display: none;
	}

	.footer_social {
		justify-content: center;
		align-items: center;
	}

	.address-block>h5 {
		text-align: center;
	}

	.address {
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}

	.footer-block {
		padding: 10px 10px 10px 0px;
	}

	.footer-box {
		width: 45%;
		padding: 50px 15px;
		margin: 0px 0px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		box-shadow: 10px 10px #232939;
	}

	.privacy-block{
		margin: 15px 0px 5px;
		font-size: 16px;
	}
}

/* ========================================================== */
/* 			      04. REGISTERATION FORM                      */
/* ========================================================== */

#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
}

#modalbackground {
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 10000;
	background-color: #7F7F7F;
	opacity: 0.7;
}

#top-form {
	display: block;
	margin: 0px auto;
}

.register-form-wrapper {
	margin-top: 50px;
	padding: 10px 40px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px 5px;
}

.form-header {
	display: flex;
	justify-content: space-between;
}

.form-header>div>.cls-btn {
	width: 35px;
	height: 35px;
	border: 1px solid black;
	border-radius: 50%;
}

.register-form-wrapper .form-header div h2 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
}

.register-form-wrapper .form-header div p {
	margin-bottom: 25px;
	font-size: 17px;
}

input.register-input {
	width: 100% !important;
	height: 52px !important;
	padding-left: 11% !important;
	padding-right: 5% !important;
	margin-bottom: 15px !important;
	color: #555 !important;
	border: 1px solid #f1f1f1 !important;
	background-color: #f9f9f9 !important;
	font-size: 16px !important;
	border-radius: 5px 5px 5px 5px !important;
}

input.name-input {
	background: url('../media/images/input-user.png') no-repeat 12px 15px;
}

input.number-input {
	background: url('../media/images/phone.png') no-repeat 12px 15px;
}

input.name-email {
	background: url('../media/images/input-envelope.png') no-repeat 12px 15px;
}

input.company-input {
	background: url('../media/images/company.png') no-repeat 12px 15px;
}

input.register-submit {
	background: #131826;
	border: none;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	max-width: 535px;
	padding: 16px 0;
	text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	border-radius: 3px 3px;
}

input.register-submit:hover {
	background: #27b36a;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus {
	border-color: #656565 !important;
	color: #454545 !important;
	outline: none;
}

p.register_success_box {
	display: inline-block;
	color: #27b36a;
	border: 1px solid #27b36a;
	padding: 25px 25px;
	font-size: 19px;
	text-shadow: none;
	font-style: italic;
	border-radius: 8px 8px;
	margin: 0px 0px 15px;
}

p.register-form-terms {
	margin: 10px 0 5px 0;
	font-size: 14px;
	color: #7c8595;
	text-shadow: none;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #656565;
}

input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #656565;
}

input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #656565;
}

input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #656565;
}

/* ========================================================== */
/* 			               05. HOME                           */
/* ========================================================== */

.home-section {
	position: relative;
	z-index: 99;
	padding-top: 5%;
	overflow: hidden;

}

.desktop-video {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.mobile-video {
	display: none;
}

.home-section-overlay {
	width: 100%;
	background: #000;
	opacity: 0.39;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media(min-width: 1500px){
	.home-section {
		padding-top: 4% !important;
		padding-bottom: 0% !important;
	}
}

@media(max-width: 767px) {
	.container {
		max-width: 720px;
	}

	.home-section {
		padding-top: 10% !important;
		padding-bottom: 0% !important;
		background-attachment: inherit;
	}

	.home-section-overlay {
		opacity: 0.37;
	}
}

@media(max-width: 576px) {
	.home-section {
		padding-top: 15% !important;
		padding-bottom: 0% !important;
	}

	.mobile-video {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.desktop-video {
		display: none;
	}
}

/* ========================================================== */
/* 			               06. HERO TEXT                      */
/* ========================================================== */

.hero-text-section {
	margin-bottom: 20px;
}

.hero-text-block {
	display: flex;
}

.left {
	width: 50%;
	line-height: 1.083333;
	padding: 30px 30px 30px 0px;
}

.left>h1 {
	font-size: 2.5em;
	font-weight: 500 !important;
}

.right {
	width: 50%;
	padding: 40px 0 0 30px;
}

.right>p {
	font-size: 16px;
	color: black;
	line-height: 1.4;
	font-weight: 400;
}

@media(max-width: 576px) {
	.hero-text-section {
		padding-right: 5px;
		padding-left: 5px;
		margin-bottom: 0;
	}

	.hero-text-block {
		flex-direction: column;
	}

	.left {
		width: 100%;
		text-align: center;
		line-height: 1.083333;
		padding: 20px 0px 0px;
	}

	.left>h1 {
		font-size: 1.6em;
		margin-bottom: 10px;
	}

	.right {
		width: 100%;
		text-align: center;
		padding: 0px 0px 20px;
	}
}

/* ========================================================== */
/* 			                 07. WORK                         */
/* ========================================================== */

.gallery-title,
.service-title {
	text-align: center;
	margin-bottom: 10px;
}

.gallery-subtitle,
.service-subtitle {
	text-align: center;
	font-size: 18px;
	color: black;
	max-width: 660px;
	display: block;
	margin: 0px auto;
}

.gallery-section {
	margin-top: 20px;
	padding: 1em 0;
	column-count: 3;
}

.img_block {
	position: relative;
}

.img_wrap {
	width: 100%;
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
	margin-bottom: 1em;
}

.img_text {
	z-index: 9;
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.img_block:hover .img_text {
	opacity: 1;
}

.img_block:hover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 80%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.img_description {
	background-color: transparent;
	color: white;
	font-size: 18px;
}

@media(max-width: 767px) {
	.gallery-section {
		column-count: 2;
	}
}

@media(max-width: 576px) {
	.gallery-section {
		column-count: 1;
		padding: 0;
	}

	.gallery-title,
	.service-title {
		font-size: 1.35rem;
	}

	.gallery-subtitle,
	.service-subtitle {
		font-size: 16px;
	}

	.img_mobile{
		display: none;
	}
}

/* ========================================================== */
/* 			               08. SERVICES                       */
/* ========================================================== */

#services {
	margin-top: 20px;
}

.services-block {
	padding: 1em 0;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.service {
	width: 33%;
	margin: 0 0.5em;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
	border: none;
	border-radius: 0;
}

.service-img {
	max-width: 100%;
	max-height: 100%;
}

.service-body {
	text-align: center;
	background-color: black;
}

.service-body>h6 {
	color: white;
	margin-bottom: 0px;
	padding-top: 10px;
}

.service-text {
	color: white;
	padding: 0px 5px 5px;
	margin-bottom: 0px;
}

@media(max-width: 576px) {
	.service-section {
		padding: 0;
	}

	.services-block {
		flex-direction: column;
	}

	.service {
		margin: 30px 0px 0px;
		width: 100%;
	}

	.service-top {
		margin-top: 0px;
	}

	.service-middle {
		display: flex;
		flex-direction: column-reverse;
	}

	.service-body {
		padding: 10px 0px;
	}
}

/* ========================================================== */
/* 			             09. PARTNERS LOGO                    */
/* ========================================================== */

@keyframes slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.logos {
	padding: 35px 0;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
}

.logos > h2 {
	text-align: center;
	padding-bottom: 0px;
}

.logos-block:hover .logos-slide {
	animation-play-state: paused;
}

.logos-slide {
	display: inline-block;
	animation: 25s slide infinite linear;
}

.logos-slide img {
	height: 150px;
	margin: 0px 20px;
}

@media(max-width: 768px) {

	.logos {
		padding: 25px 0;
	}

	.logos>h2 {
		font-size: 1.6rem;
		padding-bottom: 0px;
	}

	.logos-slide img {
		width: 140px;
		height: 140px;
		margin: 0px 10px;
	}
}

@media(max-width: 576px) {

	.logos {
		padding-bottom: 10px;
	}

	.logos>h2 {
		font-size: 1.35rem;
		margin-bottom: 0px;
	}

	.logos-slide img {
		width: 100px;
		height: 100px;
		/* margin: 0px 10px; */
	}
}

/* ========================================================== */
/* 			                 10. CONTACT                      */
/* ========================================================== */

.contact-form-wrapper {
	margin-top: 25px;
}

.contact-form-wrapper h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 500;
}

.contact-form-wrapper p {
	margin-bottom: 25px;
	font-size: 17px;
}

input.contact-input,
select.contact-input {
	width: 100%;
	height: 56px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 15px;
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
	font-size: 16px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

textarea {
	height: 145px;
	margin-bottom: 12px;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	font-size: 16px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

input.contact-submit {
	background: #fff;
	border: none;
	color: #131826;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	max-width: 300px;
	padding: 20px 0;
	text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover {
	background: #eaeaea;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-input::-webkit-input-placeholder,
textarea.contact-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

input.contact-input:-moz-placeholder,
textarea.contact-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

input.contact-input::-moz-placeholder,
textarea.contact-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

input.contact-input:-ms-input-placeholder,
textarea.contact-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

#contact-form input.contact-input:focus,
#contact-form textarea:focus {
	border-color: #fff !important;
	color: #fff !important;
	outline: none;
}

#contact-form select.contact-input:focus {
	border-color: #fff !important;
	color: #454545 !important;
	outline: none;
}

p.contact_success_box {
	display: inline-block;
	color: #fff;
	border: 1px solid #eee;
	padding: 25px 25px;
	font-size: 19px;
	text-shadow: none;
	font-style: italic;
	border-radius: 8px 8px;
	margin: 5px 0;
}

@media (max-width: 768px) {
	.section-bg-2 {
		padding: 45px 0;
	}

	.contact-text>h2 {
		font-size: 1.75rem;
	}
}

@media (max-width: 576px) {
	.section-bg-2 {
		padding: 25px 0;
	}

	.contact-text>h2 {
		font-size: 1.35rem;
	}

	.contact-text>p {
		font-size: 18px !important;
		margin-bottom: 0px !important;
	}

	input.contact-input,
	select.contact-input {
		padding-left: 3%;
		padding-right: 3%;
	}

	textarea {
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* ========================================================== */
/* 			             11. MEDIA QUERIES                    */
/* ========================================================== */

@media (max-width: 991px) {

	.navbar-fixed-top.opaque {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-fixed-top .navbar-nav>li.discover-link {
		margin-top: 10px;
	}

	.navbar-fixed-top .navbar-nav>li>a.discover-btn {
		padding: 8px 12px !important;
		margin-left: 20px;
		font-size: 17px !important;
	}

	.home-section h1 {
		font-size: 38px;
		line-height: 44px;
	}
}

@media (max-width: 768px) {

	.navbar-fixed-top {
		background-color: #fff;
	}

	.menu-icon-desk {
		display: none !important;
	}

	.menu-icon-mobile {
		display: inherit !important;
		padding: 0px !important;
		margin-right: 30px;
	}

	#elementToPopup {
		top: 3.85rem;
	}

	#popup {
		width: 480px;
	}

	.section-bg-2 {
		background-attachment: inherit;
	}

}

@media (max-width: 576px) {

	.navbar {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.logo-block {
		width: 100px;
		height: auto;
	}

	.hero-text-block {
		display: block;
		margin: 0;
	}

	.popup-video-text {
		font-size: 16px !important;
	}

	#popup {
		width: 380px;
	}

	.register-form-wrapper {
		padding: 30px 40px;
	}

	.register-form-wrapper .form-header div p {
		margin-bottom: 15px;
	}

	input.name-input {
		background: url('../media/images/input-user.png') no-repeat 2px 15px;
	}

	input.number-input {
		background: url('../media/images/phone.png') no-repeat 2px 15px;
	}

	input.name-email {
		background: url('../media/images/input-envelope.png') no-repeat 2px 15px;
	}

	input.company-input {
		background: url('../media/images/company.png') no-repeat 2px 15px;
	}
}