body {
  font-family: "Poppins", sans-serif;
}
.navbar-default {
  background-color: #f05f40;
  border-color: rgba(255, 255, 255, 0.3);
  color: #f12c02;
  background: rgb(82, 73, 77);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #ffffff;
}

.navbar-default .navbar-header .navbar-brand {
  /*font-weight: 700;*/
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
  color: #fff;
}

.navbar-default .nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  /*font-weight: 700;*/
  letter-spacing: 2px;
  font-size: 13px;
}
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
  text-transform: uppercase;
  /*font-weight: 700;*/
  font-size: 13px;
  color: #fff;
}

.img-thumbnail {
  width: 100%;
  height: 200px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  width: 100%;
  height: 350px;
}
.bg-primary {
  background-color: #f05f40;
  color: #fff;
}
hr {
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: #fff;
}

span#falogo {
  color: #f05f40;
  font-size: 3em;
  /*font-weight: bold;*/
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #4c4c4c;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

#section02 a {
  padding-top: 60px;
}
#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.demo a {
  position: absolute;
  /*bottom: 20px;*/
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font:
    normal 400 20px/1 "Josefin Sans",
    sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.demo a:hover {
  opacity: 0.5;
}

.form-area {
  background-color: #ffffff;
  padding: 50px 40px 60px;
  margin: 0px 0px 60px 22px;
  color: #52494d;
}

.footer-distributed {
  background-color: #52494d;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  margin-top: auto;
  /*font: normal 16px sans-serif;*/

  padding: 10px 10px;
  /*margin-top: 80px;*/
}

.footer-distributed .footer-left p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding-left: 20px;
}

/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  /*font-weight: bold;*/
  /*color:  #ffffff;*/
  margin: 0 0 10px;
  padding: 0;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  padding-left: 20px;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 0px;
  /*max-width: 180px;*/
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #52494d;
  border-radius: 2px;

  /*font-size: 20px;*/
  color: #ffffff;
  float: right;
  text-align: center;
  line-height: 35px;

  margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }

  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }

  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
  p.footer-links > a {
    padding-left: 10px;
  }
}
#section02 > a.about-more-link {
  padding-top: 5px;
}
button#submit {
  text-align: center;
  background-color: #292c2f;
  border-color: #292c2f;
}

.fa-circle {
  color: #661b1e;
}
.categories {
  padding-bottom: 10px;
  padding-top: 10px;
}

.awards {
  text-align: center;
}
.our-services {
  padding-bottom: 15px;
}
#about {
  letter-spacing: 1px;
  height: auto;
  padding-bottom: 15px;
  background: linear-gradient(135deg, #ff512f 0%, #dd2476 50%, #ff512f 100%);
}
.copy-rights {
  padding-top: 7px;
}
.about-text {
  font-size: 19px;
  text-align: justify;
  text-indent: 50px;
}
.filter-button {
  font-weight: bold;
  font-family: "Droid Sans", sans-serif;
}

h2.projects {
  color: rgba(255, 255, 255, 0.7);
}
.our-services-p {
  text-indent: 50px;
  text-align: justify;
  font-size: 17px;
}
.serv-heads {
  text-align: left;
  font-weight: bold;
  color: #1b191a;
  font-size: 22px;
}

#cont-head {
  font-size: 35px;
}
address {
  font-size: 20px;
}
#fa-arch {
  color: #1b191a;
  font-weight: bold;
}
