*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Poppins', sans-serif !important;
}
a{
	text-decoration: none !important;
}
ul,ol{
	list-style-type: none;
}
img{
	width: 100%;
}
.logo img{
	width: 75%;
}
header{
	position: sticky;
	top: 0;
	z-index: 999;
}

.logo {
  max-width: 200px;
}

.navbar {
  align-items: center;
  background: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  padding: 15px 0 !important;
}

.push-left {
  margin-left: auto;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #fff;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #fff;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}
.login{
	padding: 10px 25px;
	border-radius: 5px;
	border: 1px #36d200 solid;
	background-color: #36d200;
	font-size: 15px;
	font-weight: 500;
}
.login:hover{
	border: 1px #36d200 solid;
	background-color: transparent;
	color: #36d200 !important;
}
.register{
	padding: 10px 25px;
	border-radius: 5px;
	border: 1px #ff0000 solid;
	background-color: #ff0000;
	font-size: 15px;
	font-weight: 500;
}
.register:hover{
	border: 1px #ff0000 solid;
	background-color: transparent;
	color: #ff0000 !important;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    background: #000;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
}
button:focus {
    
     outline: none !important; 

}
.nav-menu .menu-item a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
/*  line-height: 30px;*/
  margin: 0px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu .menu-item a:hover {
  color: #ff0000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .nav-menu .menu-item a {
    font-size: 12px;
    margin: 8px;
  }
}

.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px 5px;
  list-style: none;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.sub-nav:hover {
  display: block;
}
/*end header*/



.cbox {
	padding: 20px;
	margin: 0 0 20px 0;
	box-shadow: 0 0 5px #0003;
}

.cbox i{
	font-size: 50px;
	color: #36d200;
}
.cbox h5{
	font-size: 22px;
	font-weight: 700;
	color: #ff0000;
}
/*cardbox end*/


.who ul{
	padding-left: 0;
	margin: 40px 0 0 0;
}
.whocon ul li{
	margin: 0 0 15px 0;
	color: #cfcece;
}
.who{
	background: url("../img/who.jpg") no-repeat center;	
  	width: 100%;
  	margin: 0 0 25px 0;
  padding: 30px 0;
  overflow: hidden;
  float: left;
  color: #fff;
  /*padding: 50px;*/
}
.whocon{
	width: 55%;
}
.whocon h1{
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 18px 0;
	color: #ff0000;
}
.whocon i{
	margin: 0 10px 0 0;
	color: #36d200;
}
.whocon p{
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #fff;
}
/*who end*/



.demo h1{
	font-size: 25px;
	font-weight: 700;
	margin:0 0 25px 0;
	color: #ff0000;
	text-align: center;
}


.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #36d200;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #ff0000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff0000;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ff0000;
}
/*end testimonial*/



.footer {
	background: url("../img/footer.jpg") no-repeat center;
  width: 100%;
  color: #fff;
  overflow: hidden;
  float: left;
  padding:40px 0  0;
}

.footer img{
	width: 30%;
	margin-bottom: 10px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #ff0000;
	
}
.footer ul{
	padding-left: 0;
}
.footer ul li {
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}
.footer h3{
	font-weight: 500;
	font-size: 20px;
	color: #36d200;
	margin-bottom: 15px !important;
}
.footer p {
	font-weight: 400;
	font-size: 14px;
	width: 60%;
}
.footer i{
	padding-right: 12px;
}

.footp{
	text-align: right;
}
.foot p {
font-size: 14px;
	padding: 10px 0 0 !important;
}
.foot{
	width: 100%;
	border-top: 1px #fff solid;
}















@media only screen and (max-width: 768px){

.cbox i {
    margin: 0 0 20px 0;
}


.whocon{
	width: 100%;
}

	.who{
	background: url("../img/why.jpg") repeat center;	
  	width: 100%;
  	margin: 0 0 25px 0;
  padding: 30px 0;
  overflow: hidden;
  float: left;
  color: #fff;
  /*padding: 50px;*/
}

.demo h1 {
    font-size: 16px;

    margin: 0 0 20px 0;
}

.footer {
    background: url("../img/footer.jpg") repeat center;
    width: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    float: left;
    padding: 40px 0  0;
}
.footer p {
    font-weight: 400;
    font-size: 12px;
    width: 100%;
}
.footp{
	text-align: center;
}
.foot p {
    font-size: 11px;
    padding: 2px 0 0 !important;
}
.logo img {
    width: 50%;
}
.whocon ul li {
    margin: 0 0 15px 0;
    color: #cfcece;
    font-size: 15px;
}
}