*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden;
}

.header .content-box {
 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(homenow.jpg);
 
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(homenow.jpg);

  background-position: center;
  background-size: cover;
  
  width: 100%;
  height: 100vh;
}


/* Shapes the image/logo to the desireable size*/
.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu img {
  height: 35px;
  margin: 20px 0 0 110px;
  cursor: pointer;
}

.menu button {
  padding: 5px 20px;
  background: #f31202;
  color:#fff;
  font-size: 16px;
  border: 0;
  position: absolute;
  right: 10%;
  top: 5%;
  border-radius: 50px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.menu button .fa {
  margin-right: 10px;
}

.menu button:hover {
  opacity: 0.55;
}

.banner-text {
  width: 80%;
  color:#fff;
  margin: 16% auto 0;
  text-align: center;
}

.banner-text h2 {
  margin-top: 50px;
  font-size: 64px;
}

.banner-text p {
  font-size: 14px;
  margin: 20px 0 50px;
}

/* the about us button*/

.banner-text a{
  text-decoration: none;
  color: #fff;
  border: 1px solid #f31202;;
  display: block;
  padding: 10px;
  width: 180px;
  margin: auto;
  background: #f31202;
  border-radius: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.banner-text a:hover {
  opacity: 0.6;
  
}

/*---------SERVICE--------------*/

.content-box {
  background: #f4f3ff;
  height: 100vh;
  width:100%
}

h1{
  text-align: center;
  padding-top: 100px;
}

h1::after {
  content: '';
  background: #f31202;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 50px ;
}

.services .icon {
  font-size: 30px;
  margin: 20px auto;
  padding: 12px ;
  height: 70px;
  width: 70px;
 border: 1px solid #f31202;
 border-radius: 50%;
 
 color: #f31202;

}

.services p{
  font-size: 12px;
  margin-top: 10px;
  color: #777;
  padding: 20px;
}

.services span {
  color: #f31202;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.services .col-md-3:hover {
   background: #f31202;
   
   cursor: pointer;
   color: #fff;
   -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.5);
           box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.5);
   -webkit-transition: 500ms;
   transition: 500ms;
}

.services .col-md-3:hover .icon {
   border: 1px solid #fff;
   color: #fff;
}

.services .col-md-3:hover p {
  color: #fff;
}

.services .col-md-3:hover span {
  color: #fff;
}

/*------Feature------*/

.feature h2{
  margin-top: 130px;
}

.feature h2::after{
  content: '';
  background: #f31202;
  display: block;
  height: 3px;
  width: 100px;
  margin: 20px auto 50px ;
  position: absolute;
  left: 17px;

}

.feature ul {
  margin-top: 30px;
  margin-left: 50px;
  list-style-type: none;
}

.feature ul li {
  line-height: 40px;
  font-size: 14px;
  position: relative;
}

.feature ul li::after {
  content: '';
  height: 7px;
  width: 7px;
  background: #f31202;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: -25px;
}

.feature img {
  margin: 130px;
}


/*.....Footer........*/
.footer h1{
  padding-top: 50px;
}

.contact-form {
  padding: 15px;
}

.form-control {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none !important;
}

::-webkit-input-placeholder {
  font-size: 12px;
}

:-ms-input-placeholder {
  font-size: 12px;
}

::-ms-input-placeholder {
  font-size: 12px;
}

::placeholder {
  font-size: 12px;
}

.contact-form button {
  border: none !important;
  background: #f31202 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 10px;
}
.contact-info .follow{
  background-color: #fff;
  padding: 8px;
  margin: 15px;
}

.contact-info .fa {
     margin: 10px;
     font-size: 20px;
     color: #f31202;
     font-weight: bold;
     padding-right: 20px;
}

.contact-info span {
  font-size: 14px;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

.fa-heart-o {
  color: red;
  font-size: 17px;
}

.footer hr {
  margin-top: 50px;
  background:#f31202 ;
}


.service, .feature, .footer {
  margin-top: 10%;
}