body {
  background: #fff;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  line-height:24px;
}

a {
  color: #2dc997;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../images/header-bg1.jpg") center top no-repeat;
  background-size: cover;
  color:#fff;
}
#intro h1{
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0 30px 0;
	margin:0px;
    text-transform: uppercase;
}
#intro h2{
	color: #007bff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
	padding: 60px 0 0 0;
	margin:0px;
}
#intro ul{
	line-height:26px;
	padding:0px;
	margin:0px;
}
#intro ul{
	padding:10px 0 0 20px;
	margin:0px;
}
#intro .form-left-side{
	padding: 60px 0 0 0;
}

#intro .form-left-side .mobile{
	font-size:22px;
	font-weight:bold;
	padding-bottom:30px;
	text-align:right;
}
	
#about-user {
    padding: 80px 0;
    background: #007bff;
	font-size:18px;
	color:#fff;
	text-align:center;
}
#about-user span {
	font-weight:bold;
	font-size:32px;
	display:inline-block;
	padding-bottom:10px;
}
#about-user h4{
	font-size:18px;
}
#about{
	background: #f5f8fd url("../images/B.jpg") center top no-repeat;
	background-size: cover;
	position:relative;
	padding:80px 0;
	color:#fff;
}
#about .overlayter{
	z-index: 0;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#about p{
	padding:0 0 20px;
	margin:0px;
}

#shop{
	position:relative;
	padding:80px 0;
}
#shop .shop-content h3{
	font-size:22px;
	color:#000;
	padding:20px 0 0 0;
	margin:0px;
	font-weight:bold;
}
#shop .shop-content h3::after{
	content: '';
	border-bottom: 3px solid #004a99;
	width: 70px;
	display:block;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}

#call-to-action{
	background: #007bff;
	padding:40px 0;
}
#call-to-action p{
	font-size:28px;
	font-weight:bold;
	color:#fff;
}

 .back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.btn-last{
background:#fff;
color:#000;
}

#footer{
	background:#000;
	padding:10px;
	text-align:center;
	color:#fff

}

.form-section-1{
	color:#fff;
	background:#007bff;
	padding:20px;
	text-align:center;
}

.pad20{padding:20px;}
.callto{color:#fff;}
#field, label{float:none !important;  margin-bottom: 0rem !important;}


@media(max-width:767px){
	#intro h1{font-size:22px;}
	#intro h2{padding:20px 0 5px 0}
	#intro{height:auto}
	#intro .form-left-side .mobile{text-align:left;}
	#intro .form-left-side .btn-primary{
	width:100%;	}
	#shop, #about, #about-user{padding:40px 0;}
	#call-to-action p{padding-bottom:20px; line-height:30px;}
	}