
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	position: relative;
	background-color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

.container {
	max-width: 1010px;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

figure {
	margin: 0;
}

li {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}


/*-- header start --*/
header.active {
	background-color: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-top: 0;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: 0.7s;
}

header .navbar-expand-lg {
	background-color: #ffffff;
	padding: 27px 35px;
}

header .navbar .nav-item .nav-link {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.7s ease;
	font-family: 'arial', sans-serif;
}

header .navbar .nav-item:last-child .nav-link {
	padding-right: 0;
}

header .navbar ul span {
	color: #000000;
	font-family: 'arial', sans-serif;
	font-size: 16px;
	margin: 8px 20px;
}

header .navbar .nav-item .nav-link:hover {
	color: #dd362e;
}

/*-- header end --*/

/*-- banner-section start --*/
.banner-section {
	padding-top: 117px;
	margin-bottom: 60px;
}

.banner-section .banner-inner {
	display: flex;
}

.banner-section .banner-inner h1 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-section .banner-inner figure {
	width: 100%;
	height: 100%;
}

.banner-section .banner-inner p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-family: 'arial', sans-serif;
	margin-bottom: 40px;
}

.banner-section .banner-inner .btn {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Arvo', serif;
	color: #ffffff;
	border-radius: 60px;
	text-transform: uppercase;
	padding: 22px 37px;
	margin-right: 18px;
}

.banner-section .banner-inner .btn:last-child {
	margin-right: 0;
}

.banner-section .banner-inner figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*-- banner-section end --*/

/*-- sales-inner start --*/
.sales-inner {
	margin-bottom: 50px;
}

.sales-inner .icons {
	display: flex;
	margin-bottom: 20px;
}

.sales-inner .icons h3 {
	font-size: 16px;
	color: #000000;
	font-family: 'arial', sans-serif;
}

.sales-inner .icons span i {
	font-size: 16px;
	color: #8dc63f;
	vertical-align: top;
	margin-right: 8px;
}

/*-- sales-inner end --*/

/*-- visitors start --*/
.visitors {
	margin-bottom: 100px;
}

.visitors .visitors-content {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 90px;
}

.visitors h2 {
	font-size: 36px;
	color: #000000;
	font-weight: 400;
	font-family: 'Arvo', serif;
	margin-bottom: 18px;
}

.visitors p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	opacity: 0.7;
	font-family: 'arial', sans-serif;
}

.visitors .visitors-inner {
	display: flex;
}

.visitors .visitors-inner .box {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 40px 40px;
}

.visitors .visitors-inner h4 {
	font-size: 28px;
	color: #dd362e;
	font-weight: bold;
	margin-bottom: 17px;
}

.visitors .visitors-inner p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	font-family: 'arial', sans-serif;
}

/*-- visitors end --*/

/*-- about start --*/
.about {
	margin-bottom: 95px;
}

.about .about-inner {
	width: 650px;
	margin: 0 auto;
}

.about .about-inner .content {
	margin-bottom: 55px;
}

.about .about-inner .content:last-child {
	margin-bottom: 0;
}

.about figure {
	widows: 100%;
	height: 100%;
}

.about figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.about p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: 'arial', sans-serif;
}

/*-- about end --*/


/*-- footer start --*/

footer .footer-top {
	width: 620px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 85px;
}

footer .footer-top h2 {
	font-size: 40px;
	color: #000000;
	letter-spacing: 0.4px;
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	margin-bottom: 45px;
}

footer .footer-top .btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	font-family: 'Arvo', serif;
	letter-spacing: 0.4px;
	background-color: #dd362e;
	padding: 16px 54px;
	border-radius: 0;
}

footer .footer-inner {
	padding: 45px 0;
	border-top: 1px solid #cccccc;
}

footer p {
	font-size: 14px;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

footer p a {
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #0000004a;
	display: inline-block;
	transition: all 0.6s ease;
}

footer p a:hover {
	color: #0072bc;
	border-bottom-color: #0072bc;
}

footer i {
	font-size: 20px;
	color: #000000;
}

footer span a {
	margin: 8px;
}

footer span a:last-child {
	margin-right: 0;
}

footer a:hover {
	text-decoration: none;
}

footer .footer-right {
	text-align: right;
}

footer .icons {
	text-align: right;
}

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 2px;
	top: 0px;
	font-size: 25px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #2cad81;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 40%;
	width: 45px;
	height: 45px;
}

#myBtn:hover {
	background-color: #c1e732;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
}

/*-- footer end --*/


/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1010px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	header .navbar .nav-item .nav-link {
		font-size: 15px;
	}

	.banner-section .banner-inner h1 {
		font-size: 34px;
	}

	.banner-section .banner-inner p {
		font-size: 18px;
		line-height: 28px;
	}

	.banner-section .banner-inner .btn {
		font-size: 15px;
		padding: 20px 35px;
	}

	.visitors h2 {
		font-size: 33px;
	}

	.visitors p {
		font-size: 18px;
		line-height: 28px;
	}

	.visitors .visitors-inner h4 {
		font-size: 25px;
	}

	footer .footer-top h2 {
		font-size: 33px;
	}

	footer .footer-top .btn {
		padding: 16px 45px;
	}
}

@media only screen and (max-width: 814px) {
	header .navbar-expand-lg {
		padding: 27px 0;
	}

	header .navbar ul span {
		display: none;
	}

	header .navbar .nav-item .nav-link {
		text-align: right;
	}

	.banner-section .banner-inner h1 {
		font-size: 31px;
	}

	.banner-section .banner-inner p {
		margin-bottom: 30px;
	}

	.banner-section .banner-inner .btn {
		padding: 18px 25px;
		margin-right: 10px;
	}

	.visitors .visitors-content {
		width: 100%;
		margin-bottom: 70px;
	}

	.visitors h2 {
		font-size: 28px;
	}

	.visitors p {
		font-size: 16px;
		line-height: 26px;
	}

	footer .footer-top h2 {
		font-size: 28px;
		margin-bottom: 35px;
	}

	footer .footer-top .btn {
		font-size: 15px;
		padding: 16px 40px;
	}
}

@media only screen and (max-width: 640px) {
	.banner-section .banner-inner {
		display: block;
	}

	.banner-section .banner-inner figure {
		margin-bottom: 30px;
	}

	.visitors .visitors-inner {
		display: block;
	}

	.visitors h2 {
		font-size: 25px;
	}

	.about .about-inner {
		width: 100%;
		text-align: center;
	}

	.about figure img {
		width: 250px;
		height: 250px;
	}

	.about p {
		margin-top: 20px;
	}

	footer .footer-top {
		width: 500px;
	}

	footer .footer-top h2 {
		font-size: 25px;
	}

	footer {
		text-align: center;
	}

	footer .icons {
		text-align: center;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.banner-section .banner-inner h1 {
		font-size: 27px;
	}

	.banner-section .banner-inner p {
		font-size: 17px;
		line-height: 26px;
	}

	.sales-inner .icons h3 {
		font-size: 15px;
	}

	.visitors h2 {
		font-size: 23px;
	}

	.visitors .visitors-inner h4 {
		font-size: 23px;
	}

	footer .footer-top h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	footer .footer-top .btn {
		padding: 15px 30px;
	}
}

@media only screen and (max-width: 375px) {
	header .navbar img {
		width: 95%;
	}

	.banner-section .banner-inner h1 {
		font-size: 23px;
	}

	.banner-section .banner-inner .btn {
		font-size: 14px;
		padding: 16px 20px;
		margin-right: 5px;
	}

	.visitors .visitors-inner .box {
		padding: 30px;
	}

	.visitors h2 {
		font-size: 21px;
	}

	.visitors .visitors-inner h4 {
		font-size: 21px;
	}

	.visitors p {
		font-size: 15px;
		line-height: 26px;
	}

	.about figure img {
		width: 200px;
		height: 200px;
	}

	footer .footer-top h2 {
		font-size: 20px;
	}

	footer .footer-top .btn {
		padding: 15px 25px;
	}
}
