@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');

* {
	box-sizing: border-box !important;
}

.container {
	max-width: 1170px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Raleway', sans-serif;
	color: aliceblue;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	height: 100vh;
	justify-content: center;
	align-items: center;
}


a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.bolt img {
	width: 50vh;
	max-width: 100%;
	height: auto;
	display: inline-block;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7vh;
}



/* banner */

.banner_main {
	position: relative;
	padding-bottom: 2vh;
}

.banner_main strong {
	color: #fff;
	background-color: #000;
	width: 52px;
	height: 52px;
	border-radius: 40px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	position: absolute;
	right: 10%;
	text-transform: uppercase;
	top: 34%;
}

.build_box {
	padding-top: 20%;
}

.banner_po {
	position: inherit;
}

.build_box p {
	color: #fff;
	font-size: 19px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 55px;
	padding-right: 170px;
}

.build_box h1 {
	font-size: 3vw;
	font-weight: bold;
	color: #030303;
	padding-bottom: 20px;
	display: block;
	text-transform: uppercase;
}


.build_box .conatct_btn {
	padding: 15px 0;
	color: #fff;
	margin-top: 20px;
	margin-right: 30px;
	font-weight: 600;
}

.build_box .conatct_btn:hover {
	background: #ffffff;
	color: #151414;
}


.read_more {
	font-size: 17px;
	background-color: #030303;
	color: #fff;
	padding: 16px 0px;
	width: 100%;
	max-width: 210px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	font-weight: 500;
	text-transform: uppercase;
}

.read_more:hover {
	background: #45654A;
	color: #fff;
	transition: ease-in all 0.5s;
}

.text_align_left {
	text-align: left;
}

.text_align_right {
	text-align: right;
}

.text_align_center {
	text-align: center;
}

/* form */

.form {
	flex: 1;
	padding: 3vw;
}

.app-form-group {
	margin-bottom: 15px;
}

.app-form-group.message {
	margin-top: 40px;
}

.app-form-group a,
.app-form-group p,
.app-form-group a:hover {
	text-decoration: none;
	color: #a9c9b0;
}

.app-form-group.buttons {
	margin-bottom: 0;
	text-align: right;
}

.app-form-group textarea {
	resize: vertical;
	max-height: 100px;
}

.form_input {
	width: 100%;
	padding: 10px 0;
	background: none;
	border: none;
	border-bottom: 1px solid rgb(255, 255, 255);
	color: #ddd;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	transition: border-color .2s;
}

.form_input._error {
	border-bottom: 1px solid rgb(195, 89, 89);
}


.form_input::placeholder {
	color: #c1bbbb;
	;
}

.form_input:focus {
	border-bottom-color: #ddd;
}

.app-form-button {
	background: none;
	border: none;
	color: #d3d7d4;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}

.app-form-button:hover,
.logo a:hover {
	color: #a9c9b0;
	text-decoration: none;
}

.contact {
	font-family: 'Poppins', sans-serif;
	background: url(../contact_bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.box_gr {
	background: #45654A;
	padding: 50px 0;
}

.contact .titlepage h2 {
	color: #fff;
}


.footer {
	background: #212120;
	padding-top: 90px;
	text-align: center;
}