html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}

/*scrollbar*/
::-webkit-scrollbar {
	width: 20px;
	background: #f2efe0;
}

::-webkit-scrollbar-thumb {
	width: 10px;
	min-height: 150px;
	background: #2ecc71;
}

.header-section {
	position: sticky;
	top: 0;
	z-index: 1030;
	backdrop-filter: blur(8px);
	background: #ffffffa1;
	box-shadow: 0 0 10px #ccc;
}

.topnavbar {
	padding: 20px 0px;
	background: RGB(64, 75, 61) !important;
}

.topnavbar ul {
	margin: 0;
	padding: 0;
}

.topnavbar li {
	padding: 5px 10px;
}

.topnavbar .container .nav-item .nav-link svg {
	color: rgb(255 255 0 / 63%);
	padding-right: 10px;
	font-size: 18px;
}

.custom-navbar {
	margin-top: -20px;
	position: relative;
}

.custom-navbar .navbar-brand .logo {
	height: 145px;
	position: relative;
	margin: 6px 0px -53px -11px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.custom-navbar .navbar-header img {
	width: 100%;
}

.custom-navbar .nav-item .nav-link svg {
	font-size: 20px;
	color: RGB(30, 117, 10);
}

.custom-navbar .dropdown-menu {
	left: -30px;
}

.custom-navbar li a,
.custom-navbar .nav-item .nav-link,
.custom-navbar li {
	color: rgba(0, 0, 0, 0.815);
}

.custom-navbar li {
	padding: 0 16px;
}

.custom-navbar li .address {
	line-height: 2;
	padding: 0 15px;
	width: 14rem;
}

.custom-navbar li .address a {
	text-decoration: none;
}

.custom-navbar .m-auto .nav-item .nav-link {
	position: relative;
	padding-bottom: 10px;
}

.custom-navbar .m-auto .nav-item .nav-link::after {
	position: absolute;
	content: "";
	width: 0;
	bottom: 0;
	left: 15px;
	background: #2ecc7097;
	transition: 1s;
	height: 2px;
}

.custom-navbar .m-auto .nav-item .nav-link:hover::after,
.custom-navbar .m-auto .nav-item .nav-link:focus::after {
	width: 60%;
	transition: 1s;
}

/* slider-content */
.slider-content {
	background: url("../images/hero-3.jpg") no-repeat;
	padding: 160px 0 20rem;
	background-size: 100% 100%;
	overflow: hidden;
}

.slider-icon {
	background: RGB(31, 118, 13);
	padding: 30px 50px;
	border-radius: 50%;
	border-left: 10px solid yellow;
	display: inline-block;
	position: relative;
}

.slider-card:hover img {
	transform: scale(1.1);
	transition: 1s ease-out;
}

.slider-card img {
	transition: .6s ease-out;
	overflow: hidden;
}

.slider-card .btn {
	padding: 10px;
	border: none;
	background: RGB(31, 118, 13);
	outline: none;
}

.slider-card .btn:hover {
	background: yellow;
	transition: 1.2s;
	color: black;
}

.slider-card {
	color: #fff;
	overflow: hidden;
}

/* title-section */
.section-title {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
}

.section-highlight {
	font-family: 'Quicksand', sans-serif;
	color: #1f760d;
	font-weight: bold;
}

.section-text {
	color: #222222b3;
	line-height: 1.7;
	text-align: justify;
	font-size: 20px;
	margin: 0;
}

/* second-content */
.second-content {
	text-align: center;
	padding: 60px 0 0;
	min-height: 680px;
	overflow: hidden;
}

.second-content-inner {
	box-shadow: 0px 0px 4px 0px #00000066;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	margin: 15px;
	overflow: hidden;
	transition: .6s all;
}

.second-content-inner:hover {
	transform: scale(1.05);
	box-shadow: 0px 2px 8px 0px #00000066;
	transition: 1.5s all;
}

.second-content .second-content-inner::after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	background: green;
	width: 0px;
	transition: 1.2s;
	height: 5px;
}

.second-content .second-content-inner:hover::after {
	width: 100%;
	transition: 2s;
}

.second-content-inner a:hover,
.second-content-inner:hover h4 {
	color: #1f760d !important;
	font-weight: bold;
}

.second-content-inner img {
	transition: .6s ease-in-out;
}

.second-content-inner:hover img {
	transform: scale(1.2);
	margin-bottom: 30px;
	margin-top: 10px;
	transition: 1s ease-in-out;
}

.second-content .second-content-inner a {
	color: #000;
}

/* third-content */
.third-content {
	background: RGB(242, 239, 224);
	padding: 50px 0;
	min-height: 44rem;
	overflow: hidden;
}

.third-content .img-thumbnail {
	margin-bottom: -5rem;
	transition: .3s all;
}

.third-content .img-thumbnail:hover {
	position: relative;
	z-index: 4;
	margin-bottom: 0;
	transition: .6 all;
}

.about-inner {
	padding-top: 30px;
}

.third-content .about-in {
	background: #fff;
	border-radius: 10px;
	padding: 12px 0;
	text-align: center;
	margin: 10px 0;
}

.about-in h6 {
	display: inline-block;
	font-size: 1.125rem;
	margin-bottom: 0;
	font-weight: normal;
	margin-left: 8px;
}

.about-in img {
	transition: .5s;
}

.about-in:hover h6 {
	color: #1f760d;
	font-weight: 500;
}

.about-in:hover img {
	transform: scale(1.2);
	transition: .8s;
}

/* product-content */
.product-content {
	padding: 80px 0 30px;
	overflow: hidden;
}

.product-content a {
	color: #222;
	border: 1px solid #000;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	transition: .5s ease;
	text-decoration: none;
}

.product-content a:hover {
	background: #000;
	color: #fff;
	transition: 1s ease;
}

.product-inner {
	text-align: center;
}

.product-inner img {
	margin: auto;
}

.product-title {
	margin: 10px 0;
	font-size: 2rem;
}

/* product-01 */
.product-01 {
	padding: 50px 0;
	overflow: hidden;
}

.product-inner-01 img {
	filter: drop-shadow(2px 4px 6px black);
}

/* skill-set */
.skillset {
	padding: 60px 0;
}

.skill-card {
	padding: 25px 0;
}

.skill-card img {
	transition: .4s ease-in-out;
}

.skill-card:hover img {
	transform: scaleX(-1);
	transition: 1s ease-in-out;
}

.skill-card h5 {
	margin: 10px 0;
}

.skill-card:hover h5 {
	color: #1f760d;
	transition: 1s ease-in-out;
	font-weight: bold;
}

.skill-icon {
	display: inline-block;
}

/* process */
.process {
	background: url(../images/process-bg.png) no-repeat;
	background-size: 100% 70%;
}

.process-inner {
	padding: 120px 0 0;
}

.process-card:hover h6 {
	color: #1f760d;
	font-weight: bold;
}

.process-icon {
	display: inline-block;
}

.process-card img {
	transition: .8s ease-in-out;
}

.process-card:hover img {
	transform: scaleX(-1) scale(1.2);
	transition: 1s ease-in-out;
}

.process-inner h5 {
	font-size: 1.125rem;
	margin: 40px 0 10px;
}

.process-card h6 {
	color: #8080808a;
}

.process-1,
.process-3 {
	margin-top: -4rem;
}

.process-2 {
	margin-top: -3rem;
}

.process-5 {
	margin-top: -4rem;
}

/* footer */

.footer {
	background: linear-gradient(RGB(38, 118, 19), #000000e6);
	position: relative;
	padding: 60px 0;
}

.footer .logo {
	border-radius: 10px;
	margin-top: 30px;
	padding: 40px 15px;
	text-align: center;
	margin-left: 20px;
	background: RGB(38, 118, 19);
	box-shadow: 2px 2px 2px #000;
}

.footer h4 {
	margin: 20px 0;
}

.footer .logo img {
	width: 50%;
}

.footer .logo a,
.footer .logo a i {
	color: #fff;
	font-size: 25px;
	margin-right: 20px;
}

.footer ul {
	list-style: none;
}

.footer ul li,
.footer ul li a {
	color: aliceblue;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 0px;
}

#scrolltop {
	bottom: 20px;
	right: 20px;
	display: none;
	background: #2ecc71a6;
	outline: none;
	border: none;
	font-size: 18px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	z-index: 100;
	position: fixed;
	color: #fff;
	cursor: grab;
	text-align: center;
}

/* media */
@media(max-width:992px) {
	.header-section {
		position: relative;
	}

	.custom-navbar .navbar-brand .logo {
		margin: 6px 0;
	}

	.custom-navbar .m-auto .nav-item .nav-link::after {
		left: 0;
	}

	.custom-navbar .m-auto .nav-item .nav-link:hover::after {
		width: 20%;
	}

	.slider-content {
		padding: 20px 0;
		background-size: cover;
	}

	.second-content,
	.third-content,
	.product-content,
	.skillset,
	.process-inner {
		padding: 20px 0;
	}

	.process {
		background: none;
	}

	.product-inner-01 img {
		margin: auto;
	}

	.process img {
		width: 80%;
	}

	.process-card {
		display: flex;
	}

	.process-1,
	.process-2,
	.process-3,
	.process-4,
	.process-5 {
		margin: 30px 0;
		text-align: left;
	}

	.slider-content-inner {
		text-align: center;
	}

	.third-content .img-thumbnail {
		margin: 0;
	}

	.process-content {
		display: inline-block;
		text-align: center;
	}

}