html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: "Roboto";
	letter-spacing: 0.02em;
}
h1 {
	font-size: 26px;
	font-weight: 700;
	margin-top: 60px;
}
h2 {
	font-size: 20px;
	font-weight: 900;
	margin: 0px;
}
p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 27px;
	line-height: 1.5;
}
a {
	color: #000000;
}
a:hover {
	color: #000000;
}
.container-fluid {
	max-width: 1246px;
}
.navbar {
	min-height: 120px;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.navbar.shrink {
 	min-height: 60px;
	background-color: rgba(0,0,0,1);
}
.fixed-top {
	 background-color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.navbar-light .navbar-toggler {
	border: 0px;
	
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link  {
	margin-left: 60px;
	font-size: 18px;
}
.navbar-brand {
	max-width: 176px;
}
.navbar-brand img {
	max-width: 176px;
	height: auto;
	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
.navbar-brand img.shrink {
	max-width: 120px;
	height: auto;
	-webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
/* ======================
----- FIRST SECTION------
=======================*/
.main-slider { width: 100%; height: auto; max-height: 90vh; }

.flexslider .slides { height: auto; max-height: 90vh; position: relative }

.slides li {
	max-height: 90vh;
}

.slider-caption { position: absolute; vertical-align: middle; width: 100%; text-align: center; z-index: 8; color: white; top: 50%; transform: translateY(-50%)}
.slider-caption h1 { font-size: 65px; font-weight: 900; margin-bottom: 40px; }
.slider-caption h2 { font-size: 20px; font-weight: 900; line-height: auto; }

.flexslider { background-color: black; height: auto; max-height: 90vh; overflow: hidden; margin: 0; }

.flexslider img { position: relative; opacity: 1; width: 100%; z-index: 7;}

.flex-control-nav { bottom: 60px; z-index: 9; }

.flex-control-paging li a { background-color: #000; opacity: 0.6; border: 3px solid #000; }
.flex-control-paging li a:hover { opacity: 1; background: #fff; }
.flex-control-paging li a.flex-active { background-color: #fff; opacity: 0.6; border: 3px solid #000; }

/* ======================
----- SECOND SECTION------
=======================*/
.second-section {
	padding-bottom: 60px;
	background-color: #f6f6f6;
}
.second-section p { 
	max-width: 750px;
}
/* ======================
----- THIRD  SECTION------
=======================*/
.third-section {
	padding-bottom: 60px;
	text-align: center;
}
.third-section a {
	text-decoration: none;
	display: block;
}
.third-section p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.homepage-products {
	margin-top: 60px;
	float: left;
}
.homepage-products p {
	margin-top: 23px;
	padding-bottom: 16px;
	max-width: 236px;
}
.homepage-products img {
	width: 75px;
	height: auto;
	margin-top: 25px;
	margin-bottom: 16px;
}
.design-steps {
	max-width: 806px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.steps-left {
	width: 88px;
	float: left;
}
.steps-right{
	width: calc(100% - 88px);
	margin-left: 90px;
	text-align: left;
}
.steps-right h1 {
	margin-top: -2px;
	margin-left: 0px;
	width: 100%;
}
.steps-right p {
	margin-top: 48px;
	margin-left: 0px;
	margin-bottom: 24px;
	width: 100%;
	max-width: 720px;
	height: 200px;
}

.circle {
	width: 50px;
	height: 50px;
	border: 7px solid #000;
	border-radius: 100%;
	z-index: 2;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	margin-top: 250px;
	position: relative;
}
.circle:first-child {
	margin-top: 0px;
}
.circle:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	border: 4px solid #000;
	width: 0px;
	height: 254px;
	margin-left: -4px;
	margin-top: 40px;
	z-index: 1;
}
.circle:last-child:before {
	border: 0px;
}

/* ======================z
----- FOURTH SECTION------
=======================*/
.fourth-section {
	background-color: #f6f6f6;
	padding-bottom: 60px;
}
/* ======================
----- FIFTH SECTION------
=======================*/
.fifth-section {
	text-align: center;
	padding-bottom: 60px;
}
.form-group {
	margin-bottom: 0px;
}
.fifth-section form {
	margin-top: 60px;
}
.fifth-section input {
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	border: 1px solid #000;
	border-radius: 0px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 20px;
	padding-left: 20px;
}
.fifth-section input::placeholder {
	color: #000;
	padding-left: 0px;
}
.fifth-section textarea {
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 700;
	height: 205px;
	border: 1px solid #000;
	border-radius: 0px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 0px;
	padding-left: 20px;
}
.fifth-section textarea::placeholder {
	color: #000;
	padding-left: 0px;
}
.fifth-section textarea:focus, .fifth-section input:focus {
    color: #000;
}
#submit {
	background-color: #000;
	color: #fff;
	margin-top: 9px;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 700;
	padding-left: -20px;
}
/* ======================
----- SIXTH SECTION------
=======================*/
.sixth-section {
	background-color: #f6f6f6;
	text-align: center;
	padding-bottom: 25px;
}
.sixth-section h1 {font-size: 40px; font-weight: 900; margin-bottom: 25;}
.sixth-section p {font-size: 16px; font-weight: 0; margin-bottom: 25; margin-top:0px;}