@import url("https://fonts.googleapis.com/css?family=Lato:200,400,600,900|Source+Sans+Pro:200,400,600,700");
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css";
@import url(../vendor/owl/dist/assets/owl.carousel.min.css);
@import url(../vendor/owl/dist/assets/owl.theme.default.min.css);
@import url(../vendor/animate/animate.min.css);
@import url(../vendor/magnific-popup/dist/magnific-popup.css);
body {
  background: #ffffff;
  font-size: 100%;
  color: #000;
  font-family: "Lato", sans-serif; }

p {
  font-family: "Lato", sans-serif; }

.gray {
  background: #F5F5F5; }

.color-decova {
  background: #F7911C; }

.btn-primary {
  color: #F7911C;
  background-color: transparent;
  border-color: #F7911C;
  font-weight: 600;
  font-size: 13px;
  transition: background-color 1s ease, color 1s ease; }
  .btn-primary:hover {
    background-color: #F7911C;
    border-color: #F7911C; }
  .btn-primary:active {
    background-color: #F7911C !important;
    border-color: #F7911C !important; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5) !important; }

.btn-primary.light {
  color: #ffffff;
  border-color: #ffffff; }

.btn-default {
  color: #ffffff;
  background-color: #F7911C;
  border-color: #F7911C;
  font-weight: 600;
  font-size: 13px;
  transition: background-color 1s ease, color 1s ease; }
  .btn-default:hover {
    background-color: #F7911C;
    border-color: #F7911C; }
  .btn-default:active {
    background-color: #F7911C !important;
    border-color: #F7911C !important; }
  .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5) !important; }

.form-control {
  background-color: transparent;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-right: none; }
  .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #F7911C; }

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 33px;
  color: #ffffff;
  transition: background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s, color .3s ease-in-out,padding-bottom .3s;
  z-index: 99; }
  .navbar .navbar-nav .active .nav-link {
    color: #F7911C; }
  .navbar .navbar-nav .nav-link {
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold; }
    .navbar .navbar-nav .nav-link:hover {
      color: #F7911C; }

.fixed-top {
  background-color: #fff;
  padding: .5rem 1rem;
  box-shadow: 0px -3px 19px rgba(0, 0, 0, 0.09); }
  .fixed-top .navbar-nav .nav-link {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold; }

.navbar-side {
  display: block;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  z-index: 999;
  background: #ffffff;
  height: 100%;
  box-shadow: 0px -3px 19px rgba(0, 0, 0, 0.09); }
  .navbar-side .navbar-side-collapse {
    padding: 16px;
    color: #F7911C;
    font-size: 22px;
    cursor: pointer; }
  .navbar-side .collapse {
    display: block;
    padding: 16px 26px; }
    .navbar-side .collapse .nav-link {
      color: #000;
      font-weight: bold; }
    .navbar-side .collapse .nav-item.active .nav-link {
      color: #F7911C; }

.navbar-toggler {
  color: #F7911C !important;
  border-color: transparent !important; }

.hero {
  height: 100vh;
  background-size: cover;
  color: #ffffff; }
  .hero .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .hero .content h1 {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 50px; }
      .hero .content h1 span {
        color: #F7911C; }
    .hero .content p {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 200;
      font-size: 32px; }

.hero-page {
  height: 50vh;
  background-size: cover;
  color: #ffffff;
  position: relative; }
  .hero-page .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 100%; }
    .hero-page .content h1 {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 50px; }
      .hero-page .content h1 span {
        color: #F7911C; }
    .hero-page .content p {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 200;
      font-size: 32px; }

.color-dark {
  color: #000; }

.section-default {
  padding: 110px 0; }

.who-we-are .gray {
  padding: 200px 50px; }

.who-we-are h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 42px;
  margin: 0px; }

.who-we-are span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 32px; }

.who-we-are p {
  margin-top: 20px; }

.who-we-are .photo-frame {
  margin-left: -180px; }
  .who-we-are .photo-frame img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
    transition: top 0.5s ease, box-shadow 0.5s ease; }
    .who-we-are .photo-frame img:hover {
      top: 45%;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5); }

.what-we-can-do h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 30px; }

.what-we-can-do .inner {
  position: relative; }
  .what-we-can-do .inner .overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease; }
    .what-we-can-do .inner .overlay:hover {
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); }
      .what-we-can-do .inner .overlay:hover span {
        bottom: 20px; }
    .what-we-can-do .inner .overlay span {
      bottom: 10px;
      left: 10px;
      position: absolute;
      color: #ffffff;
      font-weight: 600;
      transition: bottom 0.5s ease; }

.latest-work h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 30px; }

.latest-work .col-md-4 {
  margin-bottom: 30px; }

.latest-work .inner {
  position: relative; }
  .latest-work .inner .overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease; }
    .latest-work .inner .overlay:hover {
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); }
      .latest-work .inner .overlay:hover span {
        bottom: 30px; }
      .latest-work .inner .overlay:hover p {
        opacity: 1; }
    .latest-work .inner .overlay span {
      bottom: 10px;
      left: 10px;
      position: absolute;
      color: #ffffff;
      font-weight: 600;
      transition: bottom 0.5s ease; }
    .latest-work .inner .overlay p {
      opacity: 0;
      bottom: 10px;
      margin: 0;
      left: 10px;
      position: absolute;
      color: #ffffff;
      font-weight: 200;
      transition: opacity 1s ease; }

.testimonial h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 50px; }

.testimonial .card {
  border: none; }
  .testimonial .card .testimonial-photo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 7%;
    text-align: center;
    border: 7px solid #fff; }
    .testimonial .card .testimonial-photo i {
      font-size: 60px;
      color: #fff; }
  .testimonial .card .testimonial-content {
    background-color: #F5F5F5;
    border: none;
    padding: 30px;
    height: 300px;
    margin-top: 50px;
    padding-top: 70px; }
    .testimonial .card .testimonial-content h5 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 20px; }
    .testimonial .card .testimonial-content i {
      color: #F7911C;
      font-size: 25px; }
    .testimonial .card .testimonial-content p {
      color: #787878; }

.testimonial .owl-nav {
  position: absolute;
  top: -112px;
  right: 0; }
  .testimonial .owl-nav button span {
    font-size: 50px;
    padding: 0 10px; }
  .testimonial .owl-nav button:focus {
    outline: none; }

.get-started .gray {
  padding: 60px 50px; }
  .get-started .gray form {
    margin: 30px 0; }
  .get-started .gray .get-in-touch {
    padding: 80px 0; }
    .get-started .gray .get-in-touch h3 {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 25px;
      margin-bottom: 30px; }
    .get-started .gray .get-in-touch h5 {
      color: #787878;
      font-size: 16px;
      font-weight: 600;
      font-family: "Source Sans Pro", sans-serif; }
    .get-started .gray .get-in-touch .special {
      font-size: 20px;
      font-weight: 600;
      font-family: "Source Sans Pro", sans-serif;
      color: #F7911C;
      margin-top: 0; }

.get-started h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 42px;
  margin: 0px; }

.get-started span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 32px; }

.get-started p {
  margin-top: 0px; }

.get-started .photo-frame {
  position: absolute;
  margin-left: -115px;
  width: 258px; }
  .get-started .photo-frame img {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
    transition: margin-top 0.5s ease, box-shadow 0.5s ease; }
    .get-started .photo-frame img:hover {
      margin-top: -30px;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5); }

.featured h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 50px; }

.blog .img-fluid {
  width: 100%; }

.blog article h4 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 30px 0; }
  .blog article h4 a {
    color: #000; }

.blog h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 42px; }

.blog .content {
  font-size: 20px; }

.share a {
  color: #F7911C;
  background-color: transparent;
  border: solid 1px #F7911C;
  font-weight: 600;
  font-size: 13px;
  transition: background-color 1s ease, color 1s ease;
  padding: .375rem .75rem;
  border-radius: .25rem;
  white-space: nowrap;
  display: inline-block; }
  .share a:hover {
    background-color: #F7911C;
    border-color: #F7911C;
    color: #ffffff; }
  .share a:active {
    background-color: #F7911C !important;
    border-color: #F7911C !important; }
  .share a:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5) !important; }

footer i {
  color: #F7911C; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 36px !important; }
  .hero p {
    font-size: 23px !important; }
  .who-we-are {
    padding: 0px !important; }
    .who-we-are .gray {
      padding: 25px 0px !important; }
    .who-we-are h2 {
      font-size: 36px !important; }
    .who-we-are span {
      font-size: 24px !important; }
    .who-we-are .photo-frame {
      margin-left: 0px !important; }
      .who-we-are .photo-frame img {
        position: relative !important;
        top: 0px !important;
        -webkit-transform: none !important;
        transform: none !important;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
        transition: none !important; }
        .who-we-are .photo-frame img:hover {
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5); }
  .testimonial h2 {
    font-size: 24px !important; }
  .get-started .gray {
    padding: 0px 0px !important; }
    .get-started .gray .photo-frame {
      position: relative !important;
      margin-left: 0px  !important;
      width: 100%  !important;
      margin-bottom: 30px; }
    .get-started .gray .get-in-touch {
      padding: 80px 20px !important; }
  .hero-page h1 {
    font-size: 26px !important; }
  .hero-page p {
    font-size: 17px !important; }
  .section-default {
    padding: 50px 0 !important; } }

/*// Small devices (landscape phones, 576px and up)*/
/*// Medium devices (tablets, 768px and up)*/
