/*
Items Name : Fofana.
Author : Ngetemplates
/* --------------------------------
Table of Contents
- Import fonts
- General
- Loader
- Button
- Navbar
- Intro
- Features
- Services
- Portfolio
- Pricing
- Testimonial
- Contact
- Responsive
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #676576;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
}

h1 {
  font-size: 70px;
  line-height: 66px;
  font-weight: 700;
  left: -4px;
  position: relative;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #ff5252;
}

p {
  margin: 5px 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #ef3248;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #ff5252;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
}

.button:hover {
  background: #333;
}

/* ------------------------------
 	section-title
---------------------------------*/
.title h5 {
  color: #ff5252;
  margin-bottom: 10px;
}
.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  background: #fff8f8;
  padding: 20px 0 300px;
}
.intro h5 {
  color: #ff5252;
  margin-bottom: 20px;
}
.intro p {
  margin: 30px 0;
  margin-right: 20%;
}
.intro a {
  font-size: 17px;
  font-weight: 600;
}
.intro a i {
  position: relative;
  top: 4px;
  font-size: 24px;
  margin-left: 10px;
}
.intro ul li {
  display: inline-block;
  margin-right: 20px;
}
.intro .content-image {
  background: url(../images/bg-peoples.png) center no-repeat;
  background-size: 100%;
  text-align: center;
}
.intro .content-image img {
  width: 80%;
}


/* ------------------------------
  features
---------------------------------*/
.features {
  margin-top: -180px;
}
.features .content {
  border-radius: 15px;
  padding: 50px 40px;
  background: #333333;
}
.features .content .content-box {
  position: relative;
  margin: 5px 0;
}
.features .content .icon {
  float: left;
  margin-right: 20px;
}
.features .content .icon i {
  color: #ff5252;
  font-size: 80px;
}
.features .content .text {
  color: #eee;
  overflow: hidden;
}
.features .content .text h5 {
  color: #ffffff;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding: 60px 0 30px;
}

.services i {
  background: #ff5252;
  color: #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 8px;
  margin-bottom: 10px;
  line-height: 58px;
  font-size: 28px;
}
.services .content {
  padding: 40px;
}
.services .content-center {
  border-radius: 10px;
  box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
  min-height: 420px;
  margin-bottom: 30px;
}
.services img{
  border-radius: 50%;
  border: 3px solid #FF5252;
}
/* ------------------------------
  portfolio
---------------------------------*/
.portfolio {
  background: #fff8f8;
  padding: 60px 0 30px;
}

.portfolio img {
  width: 346px;
  border-radius: 15px;
}
.portfolio h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.portfolio .text {
  border-radius: 5px;
  margin-left: 75px;
  margin-right: 40px;
  padding: 25px;
  text-align: left;
  top: -70px;
  position: relative;
  background: #fff;
  margin-bottom: -40px;
  box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}
.portfolio .text h5 {
  color: #ff5252;
}

/* ------------------------------
  pricing
---------------------------------*/
.pricing {
  padding: 60px 0 30px;
}
.pricing .shadow {
  box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}
.pricing .content {
  padding: 35px;
  padding-top: 20px;
  border-radius: 5px;
}
.pricing .content h2 {
  color: #ff5252;
  margin-top: 23px;
}
.pricing .content .divider {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 15px 0 30px;
}
.pricing .content li {
  padding: 5px 0;
}
.pricing .content li i {
  color: #ff5252;
  margin-right: 10px;
}
.pricing .content .button {
  margin-top: 30px;
}
.pricing .content-center {
  color: #fff8f8;
  background: #333333;
}
.pricing .content-center h5 {
  color: #ffffff;
}
.pricing .content-center .divider {
  background: #666;
}
.pricing .content-center .button:hover {
  background: #fff;
  color: #333;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  padding: 60px 0;
  background: linear-gradient(rgba(5, 4, 4, 0.69), rgba(5, 4, 4, 0.74)), url(../images/testimonial.jpg);
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-size: cover;
  background-attachment: fixed;
  color: #fff8f8;
}
.testimonial .content {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  color: #676576;
}
.testimonial .content h5 {
  color: #333333;
}
.testimonial .icon {
  float: left;
  margin-right: 20px;
}
.testimonial .icon i {
  color: #ff5252;
  font-size: 80px;
}
.testimonial .text {
  overflow: hidden;
  margin-top: 20px;
}
.testimonial .text h5 {
  color: #333333;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding: 120px 0;
}
.contact h2 {
  color: #ff5252;
  margin-bottom: 30px;
}
.contact ul {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.contact ul li {
  display: inline-block;
  padding: 0 5px;
}
.contact ul li i {
  font-size: 20px;
  height: 35px;
  width: 35px;
  background: #333333;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
}
.contact ul li i:hover {
  background: #ff5252;
}
.m1-form{
  padding: 20px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.field, .form-control{
  position: relative;
  display: block;
  outline: 0;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  padding: 0 20px;
  background:#fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-transition: all 0.2s;
  -moz-transition:    all 0.2s;
  -o-transition:      all 0.2s;
  -ms-transition:     all 0.2s;
  transition:         all 0.2s;
}
.cat-price {
  color:#999999;
  font-size: 0;
  margin: 15px 40px 20px;
}
.cat-price li {
  display: inline-block;
  width: 50%;
  font-size: 18px;
}
.cat-price li:nth-child(1) {
  text-decoration: line-through;
}
.cat-price li:nth-child(2) {
  font-size: 25px;
  color:#ff5252;
  font-weight: 700;
}
#contact p{
  padding: 8px;
}
/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 1000px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {

  .services .content {
    padding: 20px;
  }

  .services h2,
  .portfolio h2 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .portfolio .text {
    margin-left: 50px;
  }
}
@media (max-width: 576px) {

  h1 {
    font-size: 41px;
  }
  .intro .content-image img {
    margin-top: 30px;
  }
  .services h2,
  .portfolio h2 {
    margin-left: 2%;
    margin-right: 2%;
	        font-size: 34px;
  }
.portfolio .text h5 { 
    text-align: center;
}
  .pricing .content-center {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 360px) {
  .intro ul li {
    margin-right: 10px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  h1 {
    line-height: 55px;
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
  }
  .features .content .icon{
    float: none;
    text-align: center;
  }
  .intro h5 {
    color: #ff5252;
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
    font-size: 21px;
  }

  .portfolio .text{
    padding: 8px;
  }

  #contact h2{
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
