html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 27px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #d45d00; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p, li {
  color: #8c8c8c; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 500px) {
    section {
      padding: 60px 0; } }

.btn {
  color: #fff;
  background-color: #d45d00;
  border: 3px solid #d45d00;
  text-transform: uppercase;
  padding: 14px 35px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  margin-top: 15px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.08), 0 6px 30px 5px rgba(0, 0, 0, 0.02), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }
  @media (max-width: 500px) {
    .btn {
      padding: 12px 45px; } }

.btn:hover {
  color: #d45d00;
  background-color: transparent;
  border: 3px solid #d45d00; }

.title-h {
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  padding-bottom: 5px;
  margin-bottom: 00px;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px; } }

.litle-h {
  position: relative;
  padding-left: 80px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #d45d00;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif !important; }

.litle-h:before {
  z-index: 1;
  display: block;
  left: 0;
  top: 50%;
  content: '';
  height: 2px;
  width: 50px;
  margin-top: -1px;
  position: absolute;
  background-color: #d45d00; }

.title-p {
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 50px;
  margin-top: 20px;
  color: #666; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 18px;
      line-height: 26px; } }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 992px) {
  .desctop-view {
    display: none; } }

.mobile-view {
  display: none; }
  @media (max-width: 992px) {
    .mobile-view {
      display: block; } }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 24px;
    background: rgba(11, 24, 31, 0.95); }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #fff; } }
.navbar {
  min-height: 78px; }
  @media (max-width: 991px) {
    .navbar {
      height: 60px; } }

nav.navbar.bootsnav.navbar-fixed {
  z-index: 100; }

.navbar-brand {
  padding: 8px 15px 2px 35px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 7px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 65px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 65px; } }

.fa-caret-down {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 200px;
    border-radius: 0px;
    padding: 0;
    background: rgba(11, 24, 31, 0.95);
    border: solid 1px #333;
    border-top: 5px solid #d45d00;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
    margin-top: 10px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 400; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 12px 10px 12px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px; }

  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #d45d00; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-center li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 7px 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #d45d00; }

  nav.navbar.bootsnav {
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #000; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    background: rgba(11, 24, 31, 0.95);
    border-bottom: 1px solid #000; }

  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    color: #fff !important; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
    background: rgba(11, 24, 31, 0.95); }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    font-size: 15px;
    padding: 3px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
.btn-nav1 {
  color: #fff !important;
  background-color: #d45d00 !important;
  padding: 11px 17px !important;
  margin-top: 16px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #d45d00;
  letter-spacing: 0; }
  @media (max-width: 991px) {
    .btn-nav1 {
      margin-left: 0;
      text-transform: uppercase;
      text-align: center;
      margin-top: 8px;
      margin-bottom: 20px; } }

.btn-nav1:hover {
  background-color: transparent !important;
  border: 2px solid #d45d00;
  color: #d45d00 !important; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 120px;
  margin-top: 8px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 65px;
    width: auto;
    margin-top: 0; } }
/******navbar end**********/
/*************** slider ****************/
.slider-hero {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .slider-hero h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 768px) {
      .slider-hero h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
        padding: 0 15px;
        margin-top: 10px; } }
  .slider-hero h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 768px) {
      .slider-hero h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
        padding: 0 15px; } }
  .slider-hero .btn {
    padding: 15px 50px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .slider-hero .btn {
        margin-left: 15px;
        margin-top: 10px;
        padding: 11px 30px;
        margin-bottom: 50px; } }

.slider-hero #owlCarousel,
.slider-hero .owl-stage-outer,
.slider-hero .owl-stage,
.slider-hero .owl-item-bg,
.slider-hero .owl-item {
  min-height: 100vh; }
  @media (max-width: 768px) {
    .slider-hero #owlCarousel,
    .slider-hero .owl-stage-outer,
    .slider-hero .owl-stage,
    .slider-hero .owl-item-bg,
    .slider-hero .owl-item {
      min-height: 70vh; } }

.slider-hero .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider-hero .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slider-hero .slide-content {
  padding-top: 36vh; }
  @media (max-width: 768px) {
    .slider-hero .slide-content {
      padding-top: 25vh;
      padding-bottom: 50px; } }

.slider-hero .owl-theme .owl-dots .owl-dot.active span, .slider-hero .owl-theme .owl-dots .owl-dot:hover span {
  background: #d45d00; }

.slider-hero .owl-theme .owl-controls {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    .slider-hero .owl-theme .owl-controls {
      bottom: 10px; } }

.slider-hero .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%; }

.slider-hero .back {
  background: rgba(26, 26, 26, 0.6); }

.slider-hero .slide-text-box {
  z-index: 4; }

/***** slider end********/
.intro .intro-img {
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px; }
  @media (max-width: 991px) {
    .intro .intro-img {
      height: 110px;
      margin: 0 auto;
      background-position: center;
      margin-top: 30px; } }
.intro h3 {
  font-weight: 300; }
.intro .back {
  background: rgba(255, 255, 255, 0.92); }

/********* cta start ********/
.cta {
  padding: 80px 0 70px 0; }
  .cta .back {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7b0215+0,83c783+17,52b152+33,008a00+67,005700+83,c90321+100 */
    background: #7b0215;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff6f33 0%, #cc5800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff8b33 0%, #cc5800 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff8b33 0%, #cc5800 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0215', endColorstr='#c90321',GradientType=1 );
    /* IE6-9 */ }
  .cta h3, .cta p {
    color: #fff; }
  .cta h3 {
    margin-bottom: 10px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }
  .cta p {
    font-size: 26px;
    line-height: 34px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 990px) {
      .cta p {
        font-size: 18px;
        line-height: 26px; } }
  .cta .btn {
    border: 2px solid #fff;
    background: transparent;
    margin: 20px auto; }
  .cta .btn:hover {
    background: #d45d00;
    color: #fff; }

/********** cta end ********/
.features {
  background-attachment: fixed;
  padding: 80px 0; }
  .features h3 {
    margin-bottom: 40px;
    color: #fff; }
  .features .back {
    background: rgba(13, 13, 13, 0.7); }
  .features .features-text {
    background-color: #fff;
    position: relative;
    margin-left: -33px;
    min-height: 55vh;
    z-index: 45;
    padding: 50px;
    box-shadow: -3px 3px 35px rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .features .features-text {
        margin-left: 0;
        padding: 30px 20px 40px 20px;
        margin-top: 30px; } }
  .features li {
    color: #333;
    line-height: 25px; }
  .features ul {
    padding-left: 25px; }

.slider {
  width: 100%;
  min-height: 55vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider {
      min-height: 250px;
      overflow: visible; } }

.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 55vh; }
  @media (max-width: 768px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item-bg,
    .slider .owl-item {
      min-height: 250px; } }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d45d00; }

.owl-theme .owl-dots .owl-dot span {
  background: #ccc; }

/*****tc-testimonial start******/
.tc-testimonial {
  background-attachment: fixed;
  background-repeat: repeat;
  padding: 100px 0; }
  .tc-testimonial .back {
    background: rgba(255, 255, 255, 0.4); }

.testimonial-bg {
  padding: 60px 60px 00px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial-bg {
      padding: 40px 10px 20px 10px; } }

.icon .svg-inline--fa {
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  font-size: 40px;
  color: #d45d00;
  opacity: 0.1;
  position: absolute;
  top: 00px;
  left: -30px;
  padding: 0 12px; }
  @media (max-width: 991px) {
    .icon .svg-inline--fa {
      width: 75px;
      height: 75px;
      left: -10px; } }

.testimonial {
  padding: 0px; }

.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #333;
  line-height: 31px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial .description {
      font-size: 16px;
      line-height: 20px; } }

.testimonial .description:before {
  content: "";
  width: 100%;
  border-top: 1px solid #d45d00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .3; }

.testimonial .title {
  font-size: 23px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  font-family: "Roboto", sans-serif; }

.testimonial .post {
  display: inline-block;
  font-size: 16px;
  color: #d45d00;
  font-style: italic;
  font-weight: 400; }

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 3%;
  padding-right: 10px;
  margin-top: 5px; }

.tc-testimonial .owl-prev {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #d45d00 !important;
  opacity: 1;
  color: #ccc; }

.tc-testimonial .owl-next {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #d45d00 !important;
  opacity: 1;
  padding: 0; }

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 24px; }

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #d45d00; }

/*****tc-testimonial end******/
.causes-box {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 270px; }
  @media (max-width: 768px) {
    .causes-box {
      height: 220px;
      margin-bottom: 15px; } }

.causes-img {
  height: 270px; }
  @media (max-width: 768px) {
    .causes-img {
      height: 220px; } }

.causes .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  transition: background 0.5s ease; }

.causes-box:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.6); }

.causes .title {
  position: absolute;
  left: 20px;
  top: 220px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  color: white;
  z-index: 1;
  transition: top .3s ease;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 768px) {
    .causes .title {
      top: 180px;
      left: 15px; } }

.causes-box:hover .title {
  top: 150px; }
  @media (max-width: 768px) {
    .causes-box:hover .title {
      top: 110px; } }

.causes .button {
  position: absolute;
  right: 0;
  left: 20px;
  top: 180px;
  opacity: 0;
  transition: opacity .45s ease; }
  @media (max-width: 768px) {
    .causes .button {
      top: 140px; } }

.causes.causes .button a {
  padding: 12px 48px;
  text-align: center;
  z-index: 1; }

.causes-box:hover .button {
  opacity: 1; }

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 100px 0 35px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 30px 0 25px 0; } }
  .tc-footer .back {
    background: rgba(18, 18, 18, 0.9); }
  .tc-footer .footer-h {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #d45d00;
    letter-spacing: 1px;
    padding-left: 40px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px; }
  .tc-footer .footer-h:after {
    z-index: 1;
    display: block;
    left: 0;
    top: 50%;
    content: '';
    height: 3px;
    width: 30px;
    margin-top: -1px;
    position: absolute;
    background-color: #d45d00; }
  .tc-footer a {
    font-weight: 300;
    color: #e6e6e6;
    font-size: 15px;
    line-height: 30px;
    font-family: "Roboto", sans-serif; }
    @media only screen and (max-width: 990px) {
      .tc-footer a {
        font-size: 14px; } }
  .tc-footer a:hover {
    color: #d45d00; }
  .tc-footer p {
    color: #e6e6e6;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif; }
    @media only screen and (max-width: 990px) {
      .tc-footer p {
        font-size: 14px;
        line-height: 21px; } }
  .tc-footer .svg-inline--fa {
    color: #ccc;
    margin-right: 10px; }
  .tc-footer .svg-inline--fa:hover {
    color: #d45d00; }
  .tc-footer .copyright .svg-inline--fa {
    font-size: 20px;
    margin: 5px 8px; }
  .tc-footer img {
    width: 75%;
    margin-top: 0px; }
    @media only screen and (max-width: 990px) {
      .tc-footer img {
        height: auto;
        width: 100%;
        margin-bottom: 40px; } }
  .tc-footer hr {
    margin-top: 40px;
    margin-bottom: 35px;
    border-top: 1px solid #fff; }
    @media only screen and (max-width: 990px) {
      .tc-footer hr {
        margin-top: 20px;
        margin-bottom: 20px; } }

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

/*****tc-footer end******/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px;
      font-weight: 300; } }

.inner-content p {
  color: #fff;
  font-size: 30px;
  line-height: 31px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .inner-content p {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 50px; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

/******** ABOUT PAGE START ********/
.about-page .about-ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 0; }
  .about-page .about-ul .svg-inline--fa {
    color: #d45d00;
    margin-right: 5px; }
  .about-page .about-ul li {
    margin-bottom: 5px; }
.about-page img {
  margin-bottom: 10px; }
.about-page .about-page-img {
  height: 310px;
  margin: 15px 0 15px 0; }
  @media (max-width: 768px) {
    .about-page .about-page-img {
      height: 210px; } }

/******** ABOUT PAGE END *********/
/****** PROJECT PAGE START ******/
.example-image {
  background-size: cover;
  background-position: center;
  height: 330px; }
  @media (max-width: 768px) {
    .example-image {
      height: 210px; } }

.projects h5 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 20px;
  height: 60px; }
  @media only screen and (max-width: 990px) {
    .projects h5 {
      height: auto;
      margin-bottom: 20px; } }
.projects a {
  color: #222; }
.projects a:hover {
  color: #d45d00; }
.projects iframe {
  height: 300px;
  margin: 10px 0;
  background-color: #ccc; }
  @media (max-width: 768px) {
    .projects iframe {
      height: 210px; } }

.project-detail-gallery .example-image {
  margin-bottom: 30px;
  height: 250px; }
  @media (max-width: 768px) {
    .project-detail-gallery .example-image {
      margin-bottom: 15px;
      height: 210px; } }

/****** PROJECT PAGE END *******/
/***** CONTACT PAGE START ******/
.contact .contact-title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  margin-top: 30px; }
.contact ul {
  list-style: none;
  padding-left: 0; }
.contact li a, .contact li {
  color: #777; }
.contact .svg-inline--fa {
  width: 25px;
  color: #d45d00;
  margin-right: 7px; }
.contact li {
  margin-bottom: 5px; }

input, textarea {
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 25px;
  border: 1px solid #f1f1f1;
  background: #f4f4f4;
  outline: none; }

label {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px; }

/***** CONTACT PAGE END  ********/
.reviews-page .review {
  border: 1px solid #f2f2f2;
  padding: 30px 0 25px 0;
  margin: 50px 20px 100px 20px;
  text-align: center;
  position: relative;
  background-color: #f9f9f9; }
  @media (max-width: 768px) {
    .reviews-page .review {
      margin: 20px 15px 50px 15px; } }
  .reviews-page .review h5 {
    color: #d45d00;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .reviews-page .review .svg-inline--fa {
    font-size: 18px;
    margin: 0 5px; }
.reviews-page .review .title {
  padding: 13px 0 9px 0;
  margin: 0 -20px 20px;
  border: 1px solid #d45d00;
  background: #fff;
  font-size: 22px;
  font-weight: 400;
  color: #d45d00;
  letter-spacing: 1px;
  position: relative; }
.reviews-page .review .title:before {
  content: "";
  border-top: 15px solid #d45d00;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -32px;
  left: 0; }
.reviews-page .review .title:after {
  content: "";
  border-top: 15px solid #d45d00;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -32px;
  right: 0; }
.reviews-page .review .description {
  padding: 10px 30px;
  margin: 0;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #333; }
  @media (max-width: 768px) {
    .reviews-page .review .description {
      padding: 10px 15px;
      line-height: 26px; } }

.pagination > li > a, .pagination > li > span {
  color: #666; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #d45d00; }

/*# sourceMappingURL=style.css.map */
