@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
body {
	font-family: 'Source Sans Pro', sans-serif;
}
p {
	font-size: 1.1em;
	color: #777;
}
.dot {
  color: #92d419; /* Sets the text color to green */
}
.heading {
  color: #6e665c; /* Sets the text color to green */
}
.scrollspy-outer {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	color: #6e665c;
}
.bg-heading {
	background-size: cover;
	position: relative;
	padding: 200px 0px 200px 0px;
}
.bg-light {
	background-color: #f6f6f6 !important;
}
.fw-light {
	font-weight: 200;
}
.fw-medium {
	font-weight: 500;
}
.services-box {
	padding: 45px 25px 45px 25px;
	background-color: #fff;
}
.services-img img {
	height: 50px;
}
.contact-img img {
	width: 35px;
	margin-right: 15px;
}
.img-banner {
	height: 180px;
}
.nn li {
	padding: 5px 0;
	list-style-type: square;
	color: #c3c1bb;
}
.btn-success {
	background-color: #6c9620;
	border-color: #6c9620;
}
.text-success {
	color: #6c9620 !important;
}
.link-success {
	color: #6c9620 !important;
}
.navbar-toggler {
	border: none !important;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}
.cc {
	transition: all 0.3s ease;
	cursor: pointer;
}
.cc:hover {
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.06);
}
.vv a {
	margin: 10px 10px;
	color: #6e665c !important;
	transition: all 0.3s ease;
}
.vv a:hover {
	color: #92d419 !important;
}
.owl-carousel .owl-item img {
	width: auto !important;
	display: inline-block;
}
.profile-circel-image-70 img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
}

.nav-sticky {
	background: #ffffff;
	margin-top: 0px;
	box-shadow: 0px 3px 10px 0px rgb(63 58 100 / 8%);
	padding: 0;
}
h2#home {
	font-size:1px;
	margin: 0;
	padding: 0;
}
#about, #services, #portfolio, #blog, #contact {
	padding-top: 100px;
	font-size: 1px;
}
.social-icons a {
	margin-right: 20px;
	color: #999;
}
.social-icons a:hover {
	color: #333;
}
.nav-item {
	padding: 0 10px;
	font-weight: 600;
	font-size: 16px;
}
.nav-link {
	padding: 2px 10px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: transparent !important;
	color: #92d419 !important;
	font-weight: 600;
	border-bottom: 3px solid #92d419;
	border-radius: 0;
}
.navbar {
	transition: all 0.5s ease;
	padding-top: 0;
	padding-bottom: 0;
	background-color:#fff;
}
.navbar .navbar-nav {
	padding: 0;
	margin: 0;
}
.navbar-light .navbar-nav .nav-link {
	padding: 18px 10px !important;
}
.form-control {
	padding: 12px 20px;
	box-shadow: rgb(149 157 165 / 8%) 0px 8px 24px;
}
a, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
.button {
	padding: 10px 18px;
	margin-bottom: 30px;
	background: #fff;
	color: #222;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	outline: none;
}
.button-group {
	justify-content: center;
	text-align: center;
}
.button:hover {
	color: #383840;
	outline: none;
}
.button:active, .button.is-checked {
	color: #383840;
	outline: none;
}
.button.is-checked {
	color: #92d419;
}
.element-item {
	margin: 30px;
	background: #fff;
}
.element-item img {
	max-width: 350px;
 width:100% height: auto;
	border-radius: 4px;
}
@media (max-width:1100px) {
.nav-sticky {
	padding: 15px 0;
}
.navbar-collapse ul li {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: center;
}
.element-item {
	margin: 10px;
	background: #fff;
}
.button-group {
	padding-bottom: 30px;
}
.element-item img {
	max-width: 200px;
}
.button {
	margin-bottom: 1px;
}
}
@media (max-width:700px) {
.element-item {
	margin: 10px;
	background: #fff;
}
.button-group {
	padding-bottom: 30px;
}
.element-item img {
	max-width: 100%;
}
.button {
	margin-bottom: 1px;
}
}
.footer {
	margin: 50px 0 -30px 0;
	padding: 30px 0;
	background-color: #383840;
}
.footer .social-circle li a {
	height: 36px;
	width: 36px;
	color: #93959c;
	border-radius: 50%;
	font-size: 18px;
	display: inline-block;
	line-height: 36px;
	background-color: #44444e;
	transition: all 0.5s ease-in-out;
}
.footer .social-circle li:hover a {
	background-color: #70a67c;
	color: #ffffff;
}