
body {
color: #232434;
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 30px;
background:#fff;
}

html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  color: #232434;
  font-weight: 400;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25544E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*END PRELOADER DESIGN*/

/*START BTN*/
.btn_one {
	background:#fff;
	border-radius: 2px;
	background-size: 200% auto;
	border-style: none;
	color: #212529;
	font-weight: 700;
	padding: 14px 40px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 14px;
}
.btn_one i{margin-right:5px;}
.btn_one:hover{
background-position: right center;
color:#212529;
}
.btn_two {
	background: #212529;
	border-radius: 2px;
	background-size: 200% auto;
	border-style: none;
	color: #fff;
	font-weight: 700;
	padding: 14px 40px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 14px;
}
.btn_two i{margin-right:5px;}
.btn_two:hover{
background-position: right center;
color:#fff;
}
/*END BTN*/

.hero{
background:#25544E;
background-size:cover;
height:auto;
position:relative;
padding-bottom:100px;
}
@media only screen and (max-width:480px) { 
.hero{height:800px;}
}
.hero {padding-top:150px;} 
.hero img {
	width: 200px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.hero h1 {
	color: #fff;
	font-size: 65px;
	font-weight: 600;
	margin: 0;
	overflow: hidden;
	padding-bottom: 20px;
	text-transform: capitalize;
	line-height: 80px;
}
@media only screen and (max-width:480px) { 
.hero h1{
font-size: 30px;
line-height: 40px;
}
}
.hero h1 span{color:#9EDDD7;}
.hero p {
	color: #fff;
	width: 70%;
	margin: auto;
	margin-bottom: 40px;
	font-weight: 500;
}
@media only screen and (max-width:768px) { 
.hero p {width:90%;}
}
.hero-text span{
background: #41cb52 none repeat scroll 0 0;
display: block;
height: 2px;
margin: auto;
width: 100px;	
}

.hero-text p{
color: #fff;
font-size: 21px;
font-weight: 400;
line-height: 28px;
width: 75%;
margin: auto;
}
.home_btn a {
	margin-right: 10px;
}

.item-list{padding:100px 0;}
.demo-bg {}

.single_item {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0 30px 90px rgba(0,0,0,0.08);
	border: 3px solid #fff;
}
.single_item:hover{
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
z-index:100;
-webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
}
.single_item img {
	width: 100%;
}
.single_item h4 {
	font-size: 16px;
}
.single_item h4 a {
	padding: 18px 40px;
	text-transform: capitalize;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: block;
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.single_item:hover h4  a{color:#25544E;}

.single_item h4 a span {
	color: #ff9e66;
	display: block;
	margin-top: 10px;
}
.new_btn{}

.feature-section {
	padding-top:80px;
	padding-bottom:100px;
}
.title-text-head {
	text-transform: capitalize;
	font-weight: 600;
	color:#fff;
	margin-bottom: 60px;
}
.title-text-head::after {
	width: 60px;
	height: 2px;
	display: block;
	background: #c62a88;
	content: "";
	margin: auto;
	margin-top: 10px;
}
.feature-section .features-item {
	width: 100%;
	padding: 30px;
	display: table;
	margin-top: 30px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	border-radius: 10px;
}
.feature-section .features-item .image-container {
	padding: 5px;
	width: 100px;
	height: 100px;
	display: table;
	margin: 0 auto 30px;
	background-color: #ffffff;
	border: 1px solid #f7f7f7;
}
.feature-section .features-item .image-container span {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: block;
	background-color: #f7f7f7;
}
.image-container img{width: 60px;}
.feature-section .features-item .title-text {
	width: 100%;
	display: table;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color:#333;
}
/*
* ----------------------------------------------------------------------------------------
* 0.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
border-top:1px solid rgba(255,255,255,0.1);
 padding:30px 0;
 background:#25544E;
}
.footer_copyright {
	text-transform: capitalize;
	color:#fff;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/