body{ 
	background-color: #282828;
}
* {
	padding: 0;
	margin: 0;
	font-family: "Roboto", serif;
}

html {
	scroll-behavior: smooth;
}

body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
	font-family: "Roboto", serif;
}

textarea,
input {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

a {
	display: inline-block;
	font-weight: 400;
	color: #6666FF;
	text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*-_-_Header_CSS_Start_-_-*/
header {
	position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
	background: #000000;
	/* background: linear-gradient(180deg, #fff, rgba(255,255,255,0.8), rgba(255,255,255,0.1)); */
}

/* header::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1px;
    height: 100%;
    background: linear-gradient(180deg, #000, rgba(0,0,0,0.8), transparent);
} */

header .navbar {
	padding: 12px 0;
}

header .navbar-brand {
	padding: 0;
}

header .navbar-brand img {
	width: auto;
	height: 45px;
}

header .navbar-nav {
	display: flex;
	flex-direction: row;
}

header .navbar-nav li {
	padding-right: 24px;
}

header .navbar-nav li:last-child {
	padding-right: 0;
}

header .navbar-nav li a {
	font-size: 16px;
	line-height: 1.25;
	padding: 0 !important;
	color: #fff !important;
}

header .navbar-nav li a:hover,
header .navbar-nav li a.active {
	color: #fff !important;
}
/*-_-_Header_CSS_End_-_-*/

/*-_-_Banner_CSS_Start_-_-*/
.banner {
	background: url(../images/img_003.JPG) center center no-repeat;
	background-size: cover;
	min-height: calc(100vh - 70px);
	display: flex;
	align-items: center;
	position: relative;
}

.banner::before {
	content: "";
	background: rgba(0 ,0 ,0 ,0.35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.banner .banner-content {
	width: 100%;
	position: relative;
	padding: 80px 0;
}

.banner .banner-content{
	font-size: 48px;
	line-height: 1.25;
	font-weight: 550;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 1px 1px 4px #111;
}

.banner .banner-content p {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 1px 4px #111;
}
/*-_-_Banner_CSS_End_-_-*/

/*-_-_Content_CSS_Start_-_-*/
.content h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
}

.sell-home-wrap {
	padding: 70px 0 0;
}

.sell-home-wrap:last-child {
	padding-bottom: 50px;
}

.sell-home-wrap .sell-home-content-wrap {
    background: #ADD8E6;
	padding: 40px 30px;
	border-radius: 5px;
}

.sell-home-row {
	align-items: center;
}

.sell-home-wrap .sell-home-content {
	max-width: 460px;
	width: 100%;
}

.sell-home-wrap .sell-home-content h2 {
	color: #111;
	margin-bottom: 20px;
}

.sell-home-wrap .sell-home-content p {
	font-size: 16px;
	line-height: 1.5;
	color: #111;
}

.sell-home-wrap .sell-home-img img {
	margin-left: auto;
	max-width: 550px;
	width: 100%;
	display: block;
	border-radius: 5px;
}

.choose-us-wrap.sell-home-wrap .sell-home-content-wrap {
	background: #fad590;
}

.choose-us-wrap.sell-home-wrap .sell-home-row {
	flex-direction: row-reverse;
}

.choose-us-wrap.sell-home-wrap .sell-home-content {
	margin-left: auto;
}

.review-wrap {
	padding: 70px 0 0;
}

.review-wrap .review-content h2 {
	text-align: center;
	margin-bottom: 30px;
}

.review-slider {
	margin: 0 -10px;
}

.review-slider .slick-track {
    display: flex !important;
}

.review-slider .slick-slide {
	padding: 60px 10px 0;
    height: inherit !important;
}

.review-slider .slick-slide > div {
	height: 100%;
}

.review-slider .slick-prev, 
.review-slider .slick-next {
	top: calc(50% + 30px);
}

.review-slider .slick-prev:before, 
.review-slider .slick-next:before {
	font-size: 24px;
}

.review-slider .review-card {
	background: #466A9A;
	padding: 0 30px 25px;
	border-radius: 0 0 20px 20px;
	text-align: center;
	height: 100%;
}

.review-slider .slick-slide:nth-child(3n-1) .review-card {
	background: #3E9697;
}

.review-slider .slick-slide:nth-child(3n) .review-card {
	background: #BA2F59;
}

.review-slider .review-card img {
	width: 120px;
	height: 120px;
	border: 10px solid #fff;
	border-radius: 50%;
	margin: -60px auto 20px;
}

.review-slider .review-card h6 {
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.review-slider .review-card p {
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
}

.contact-wrap {
	padding: 80px 0 30px;
}

.contact-wrap .contact-content {
	max-width: 720px;
	margin: 0 auto;
}

.contact-wrap h2 {
	text-align: center;
	margin-bottom: 30px;
}

.contact-wrap p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
    line-height: 1.5;
	color: #fff;
}

.contact-content form {
	background: rgba(255 ,255 ,255 ,0.1);
	border: 1px solid rgba(255 ,255 ,255 ,0.2);
	margin: 0 50px;
	border-radius: 20px;
	padding: 30px 35px;
}

.contact-content form .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.form-row .form-col {
	padding: 0 10px 20px;
	width: 100%;
}

.form-row .form-col.col-6 {
	width: 50%;
}

.contact-content form label {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin-bottom: 8px;
}

.contact-content form input[type="text"],
.contact-content form input[type="email"] {
	font-size: 14px;
	line-height: 1.5;
	height: 40px;
	border-radius: 6px;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #fff;
}

.contact-content form input[type="checkbox"] {
	font-size: 14px;
	line-height: 1.5;
	height: 2em;
	border-radius: 6px;
	width: 2em;
	margin-right: 20px;
	border: 1px solid #fff;
}

.contact-content form textarea {
	font-size: 14px;
	line-height: 1.5;
	height: 160px;
	border-radius: 6px;
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #fff;
}

.contact-content form button.submit-btn {
	font-size: 14px;
	line-height: 1.5;
	height: 44px;
	border-radius: 5px;
	width: 100%;
	padding: 0 15px;
	background: #005cab;
	border: 0;
	color: #fff;
	transition: 0.4s all ease;
}

.contact-content form button.submit-btn:hover {
	background: #000368;
}
/*-_-_Content_CSS_End_-_-*/

/*-_-_Footer_CSS_Start_-_-*/
footer {
	padding: 20px 0;
	border-top: 1px solid rgba(255 ,255 ,255 ,0.1);
}

footer p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

/*-_-_Footer_CSS_End_-_-*/


/*-_-_Copyright_CSS_Start_-_-*/
.copyright-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	min-height: calc(100vh - 134px);
}

.copyright-wrap .copyright-content {
	padding: 60px 0;
}

.copyright-wrap .copyright-content h2 {
	margin-bottom: 20px;
}

.copyright-wrap .copyright-content p {
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 20px;
}

.copyright-wrap .copyright-content p:last-child {
	margin-bottom: 0;
}
/*-_-_Copyright_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/

@media only screen and (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

@media only screen and (max-width: 1199px) {
	header .navbar {
		padding: 12px 0;
	}

	.banner {
		min-height: calc(100vh - 69px);
	}

	.banner .banner-content h1 {
		font-size: 45px;
		margin-bottom: 18px;
	}

	.banner .banner-content p {
		font-size: 19px;
	}

	.content h2 {
		font-size: 33px;
	}

	.sell-home-wrap .sell-home-content-wrap {
		padding: 32px 28px;
	}

	.home-content h2 {
		margin-bottom: 18px;
	}

	.review-wrap .review-content h2 {
		margin-bottom: 28px;
	}

	.review-slider .review-card img {
		border-width: 9px;
	}

	.review-slider .review-card {
		padding: 0 26px 25px;
		border-radius: 0 0 18px 18px;
	}

	.review-slider {
		margin: 0 10px;
	}

	.review-slider .slick-slide {
		padding-left: 8px;
		padding-right: 8px;
	}

	.contact-wrap .contact-content {
		max-width: 700px;
	}

	.contact-wrap h2,
	.contact-wrap p {
		margin-bottom: 28px;
	}

	
	/*-_-_Copyright_CSS_Start_-_-*/
	.copyright-wrap .copyright-content {
		padding: 50px 0;
	}
	/*-_-_Copyright_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {
	header .navbar {
		padding: 12px 0;
	}

	header .navbar-brand img {
		height: 42px;
	}

	header .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		background: #000000;
		width: 100%;
	}

	header .navbar-nav {
		padding: 5px 0;
		flex-wrap: wrap;
	}

	header .navbar-nav li {
		width: 100%;
		padding-right: 0;
	}

	header .navbar-nav li a {
		width: 100%;
		padding: 5px 15px !important;
	}	

	.click-menu-btn .bar1, 
	.click-menu-btn .bar2, 
	.click-menu-btn .bar3 {
		width: 26px;
		height: 2px;
		background-color: #fff;
		margin-bottom: 6px;
		transition: 0.6s;
		display: block;
	}

	.click-menu-btn .bar3:last-child {
		margin-bottom: 0;
	}
	
	.change-btn .bar1 {
		background: #fff;
		-webkit-transform: rotate(-47deg) translate(-4px, 8px);
		transform: rotate(-47deg) translate(-4px, 8px);
	}

	.change-btn .bar3 {
		background: #fff;
		-webkit-transform: rotate(47deg) translate(-4px, -8px);
		transform: rotate(47deg) translate(-4px, -8px);
	}

	.change-btn .bar2 {
		opacity: 0;
	}
	
	header .navbar-toggler-icon {
		background-image: none;
		width: auto;
		height: auto;
	}

	header .navbar-toggler {
		padding: 0;
		border: 0;
	}

	.banner {
		min-height: calc(100vh - 66px);
	}

	.banner .banner-content h1 {
		font-size: 42px;
		margin-bottom: 16px;
	}

	.banner .banner-content p {
		font-size: 18px;
	}

	.content h2 {
		font-size: 30px;
	}

	.sell-home-wrap .sell-home-content-wrap {
		padding: 30px 25px;
	}

	.sell-home-row,
	.choose-us-wrap.sell-home-wrap .sell-home-row {
		flex-direction: column-reverse;
	}

	.sell-home-wrap .sell-home-img {
		margin-bottom: 25px;
	}

	.sell-home-wrap .sell-home-img img {
		max-width: 100%;
		border-radius: 5px;
	}

	.sell-home-wrap .sell-home-content {
		max-width: 100%;
	}

	.sell-home-wrap .sell-home-content h2 {
		margin-bottom: 15px;
	}

	.home-content h2 {
		margin-bottom: 18px;
	}

	.review-wrap .review-content h2 {
		margin-bottom: 25px;
	}

	.review-slider .review-card img {
		width: 114px;
		height: 114px;
		border-width: 8px;
		margin: -57px auto 20px;
	}

	.review-slider .review-card {
		padding: 0 24px 24px;
		border-radius: 0 0 18px 18px;
	}

	.review-slider .slick-slide {
		padding-left: 8px;
		padding-right: 8px;
	}

	.contact-wrap .contact-content {
		max-width: 680px;
	}

	.contact-wrap h2,
	.contact-wrap p {
		margin-bottom: 25px;
	}

	/*-_-_Copyright_CSS_Start_-_-*/
	.copyright-wrap {
		min-height: calc(100vh - 131px);
	}

	.copyright-wrap .copyright-content {
		padding: 40px 0;
	}

	.copyright-wrap .copyright-content h2 {
		margin-bottom: 18px;
	}

	.copyright-wrap .copyright-content p {
		margin-bottom: 18px;
	}
	/*-_-_Copyright_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {
	header .navbar {
		padding: 10px 0;
	}

	header .navbar-brand img {
		height: 38px;
	}

	.banner {
		min-height: calc(100vh - 60px);
	}

	.banner .banner-content h1 {
		font-size: 36px;
		margin-bottom: 14px;
	}

	.banner .banner-content p {
		font-size: 16px;
	}

	.content h2 {
		font-size: 24px;
	}
	
	.sell-home-wrap {
		padding: 60px 0 0;
	}

	.sell-home-wrap .sell-home-content-wrap {
		padding: 18px 16px;
	}

	.sell-home-wrap .sell-home-img {
		margin-bottom: 20px;
	}

	.sell-home-wrap .sell-home-content h2 {
		margin-bottom: 10px;
	}

	.sell-home-wrap .sell-home-content p {
		font-size: 15px;
	}

	.home-content h2 {
		margin-bottom: 18px;
	}

	.review-wrap {
		padding: 60px 0 0;
	}

	.review-wrap .review-content h2 {
		margin-bottom: 22px;
	}

	.review-slider {
		margin: 0 24px;
	}

	.review-slider .slick-prev:before, 
	.review-slider .slick-next:before {
		font-size: 22px;
	}

	.review-slider .slick-prev {
		left: -20px;
	} 
	
	.review-slider .slick-next {
		right: -20px;
	}

	.review-slider .review-card img {
		width: 100px;
		height: 100px;
		border-width: 6px;
		margin: -50px auto 20px;
	}

	.review-slider .review-card {
		padding: 0 16px 20px;
		border-radius: 0 0 16px 16px;
	}

	.review-slider .review-card p {
		font-size: 15px;
	}

	.review-slider .slick-slide {
		padding-left: 5px;
		padding-right: 5px;
	}

	.contact-wrap .contact-content {
		max-width: 680px;
	}

	.contact-content form {
		background: transparent;
		border: 0;
		margin: 0 15px;
		border-radius: 0;
		padding: 0;
	}

	.contact-wrap h2 {
		margin-bottom: 20px;
	}

	.form-row .form-col.col-6 {
		width: 100%;
	}

	.form-row .form-col {
		padding-bottom: 16px;
	}

	footer p {
		font-size: 15px;
	}	

	/*-_-_Copyright_CSS_Start_-_-*/
	.copyright-wrap {
		min-height: calc(100vh - 121px);
	}

	.copyright-wrap .copyright-content {
		padding: 35px 0;
	}

	.copyright-wrap .copyright-content h2 {
		margin-bottom: 16px;
	}

	.copyright-wrap .copyright-content p {
		margin-bottom: 16px;
	}
	/*-_-_Copyright_CSS_End_-_-*/
}