
/* ======================
   Index
   1. Default css
   2. Button css
   3. Header css
   4. Banner css
   5. Feature css
   6. Overview css
   7. Footer css
   ====================== */

/* ======================
   Default css
   ====================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #fff;
	color: #222;
	font-size: 14px;
	line-height: 1.5;
}
.img, img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
a {
	text-decoration: none;
	display: inline-block;
}
a:focus, a:hover {
	text-decoration: none;
}
a, button {
	outline: medium none;
}
.relative {
	position: relative;
}
table{
    width:100% !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
	color: #222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.section {
	padding: 80px 0px 90px 0px;
}

.bg-1 {
	background-color: #fafff4;
}
.bg-2 {
	background-color: #f2f7f9;
}

.pt0 {padding-top: 0px;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}

*::-moz-selection {
    background: #63931f;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #63931f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #63931f;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #222222;
}

*::placeholder {
    color: #222222;
}

.wow:first-child {
	visibility: hidden;
}

/* ======================
   Button css
   ====================== */
.btn {
	-moz-user-select: none;
	border-radius: 35px;
	box-shadow: 0px 20px 30px 0px rgba(17, 17, 17, 0.2);
	transition-duration: 0.5s;
	padding: 10px 40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.btn.focus, 
.btn:focus {
	box-shadow: none;
}
.btn.theme-btn {
	color: #fff;
	background-color: #61a402;
	border: 2px solid #61a402;
}
.btn.theme-btn:hover {
	background-color: #fff;
	border: 2px solid #61a402;
	color: #61a402;
}
.btn.white-btn {
	color: #222;
	background-color: #fff;
	border: 2px solid #61a402;
}
.btn.white-btn:hover {
	background-color: #61a402;
	border: 2px solid #61a402;
	color: #fff;
}

.btn.black-btn {
	color: #fff;
	background-color: #222;
	border: 2px solid #222;
}
.btn.black-btn:hover {
	background-color: #fff;
	border: 2px solid #222;
	color: #222;
}

/* ======================
   Header css
   ====================== */
.header-area {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
}
.header-area.sticky {
	background: #fff;
	-webkit-box-shadow: 0 -3px 11px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 -3px 11px rgba(50, 50, 50, 0.4);
	box-shadow: 0 -3px 11px rgba(50, 50, 50, 0.4);
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header-area .navbar-brand {
	width: 100px;
	height: auto;
}
.header-area .navbar-brand img {
	width: 100%;
	height: auto;
}
.header-area .bg-light {
	background-color: transparent !important;
}
.header-area .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.main-menu {
	width: 100%;
}
.main-menu ul.navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.main-menu ul.navbar-nav li.nav-item {
	float: left;
	position: relative;	
}
.main-menu ul.navbar-nav li.nav-item a.nav-link {
	color: #232424;
	display: block;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
ul.navbar-nav li.nav-item a.nav-link::before {
	background: #232424;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
ul.navbar-nav li.nav-item a.nav-link.active::before {
	opacity: 1;
	width: 20px;
}
.header-area.sticky .main-menu ul.navbar-nav li.nav-item a.nav-link {
	color: #212222;
}
.header-area.sticky ul.navbar-nav li.nav-item a.nav-link::before {
	background: #212222;
}

.section-title {
	text-align: center;
	margin-bottom: 80px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section-title h2 {
	font-size: 50px;
	font-weight: 700;
	color: #232424;
	line-height: 1.4;
	position: relative;
}
.section-title h2::before {
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 5px;
	background: #61a402;
	content: "";
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

/* ======================
   Home Section
   ====================== */
.home-section {
	background: rgba(0, 0, 0, 0) none repeat scroll center center / cover;
	padding: 200px 0;
}
.home-screen {
	background-position: center center;
	background-size: cover;
	height: 100vh;
	padding: 0;
	position:relative;
}
.home-overlay::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.home-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	padding: 250px 0px;
}

.home-content h1 {
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 10px;
	color: #232424;
}
.home-content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #61a402;
	margin: 10px 0px;
	letter-spacing: 2px;
}

/* ======================
   Banner css
   ====================== */
.banner-area {}
.banner-area.banner-bg {
	padding-top: 150px;
	padding-bottom: 10px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.banner-area .banner-content {}
.banner-area .banner-content h2 {
	font-size: 40px;
	font-weight: 700;
	color: #232424;
	margin-bottom: 40px;
	line-height: 1.2;
}
.banner-area .banner-content p {
	color: #888ca8;
	padding-right: 130px;
	margin-bottom: 50px;
}
.banner-area .banner-content .banner-btn {
	width: 100%;
	margin-bottom: 80px;
}
.banner-area .banner-content .banner-btn p {
	padding: 0px;
	margin-bottom: 10px;
}

/* ======================
   Features css
   ====================== */
.features {}      
.features .feature-item {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	margin-bottom: 25px;
	text-align: center;
	box-shadow: 0 3px 40px rgba(0, 0, 0, .03);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.features .icons {
	width: 40px;
	height: 40px;
	margin: auto;
}
.features .icons img {
	width: 100%;
	height: 100%;
}
.features h4 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0px;
}

/* ======================
   Overview css
   ====================== */
.item-card {
	padding: 30px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.item-card h2.item-title {
	font-size: 18px;
	font-weight: 700;
	color: #232424;
	margin-top: 20px;
}
.item-card h2.item-title a {
	color: #232424;
}
.item-card h2.item-title a:hover {
	color: #61a402;
}
.item-card .item-image {
	width: 100%;
	overflow: hidden;
	box-shadow: 0 3px 60px 20px rgba(125, 125, 125, 0.10);
}
.item-card .item-image img {
	width: 100%;
}

/* ======================
   Footer css
   ====================== */
.footer {
	background: #fff;
	padding: 20px 0px;
	text-align: center;
}
.footer p {
	padding: 0px;
	margin: 0px;
}
.footer p a {
	color: #222;
	font-weight: 700;
}
.footer p a:hover {
	color: #61a402;
}
