@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #a8a4a5;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

p{
  font-size: 18px;
}
img{ max-width:100%;}


a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


li,ul{
  list-style: none;
}











.section-header {
    margin-bottom: 50px;
    padding-top: 25px;
}
.section-header .section-title {
    font-size: 40px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #c10000;
}

.adg{
  text-align: justify;
  padding-top: 10px;
}


#get-in-touch {
    padding:40px 0 0px;
    background-color: #c10000;
    margin-top: 10px;
}
.awe {
    margin-left: 32px;
  }
  .dgsd img{
    margin-bottom: 10px;
   
  }
  .dgsd{
     margin-top: 20px;
  }

  .section-header p{
    color: #fff;
  }

  .fa-thumbs-up{
    color: #f54e4e;
    padding-left: 5px;
    padding-right: 5px;
  }


  .fa-cog{
    color: #f54e4e;
    padding-left: 5px;
    padding-right: 5px;
  }