@import url("https://fonts.googleapis.com/css?family=Lato:200,400,600,900|Source+Sans+Pro:200,400,600,700");
@import "http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";
@import "https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/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: #fff3fc;
  font-size: 100%;
  color: #313131;
  font-family: "Lato", sans-serif; }

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

.gray {
  background: #F5F5F5; }

.color-decova {
  background: #F7911C; }

.btn-hero-down {
  color: #ffffff;
  font-size: 32px;
  padding: 0.5rem 1.2rem;
  border-radius: 5px; }
  .btn-hero-down:hover {
    color: #F7911C;
    background: rgba(255, 255, 255, 0.1); }

.btn-primary {
  color: #ffffff;
  background-color: #F7911C;
  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; }

.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; }

.badge-info {
  background: #F7911C;
  padding: 0.5rem; }

.shadow-custom {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.09); }

.navbar-toggler {
  font-size: 2rem !important; }

.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;
    letter-spacing: 0.05rem; }
    .navbar .navbar-nav .nav-link:hover {
      color: #F7911C; }

.fixed-top {
  background-color: #fff;
  padding: 1rem 1rem;
  box-shadow: 0px -3px 19px rgba(0, 0, 0, 0.09); }
  .fixed-top .navbar-nav .nav-link {
    color: #313131;
    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: #313131;
      font-weight: bold; }
    .navbar-side .collapse .nav-item.active .nav-link {
      color: #F7911C; }

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

.parallax-view {
  min-height: 400px;
  background: transparent; }

.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: 82px;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
      .hero .content h1 span {
        color: #F7911C; }
    .hero .content p {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 200;
      font-size: 32px; }

.hero-page {
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding: 24px 0; }
  .hero-page .content {
    margin-top: 86px;
    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: #313131; }

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

.who-we-are {
  padding: 100px 50px; }
  .who-we-are h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 42px;
    margin: 0px; }
  .who-we-are span {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200; }
  .who-we-are p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center; }
  .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: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px; }

.what-we-can-do .inner {
  position: relative; }
  .what-we-can-do .inner .overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease;
    border-radius: 4px; }
    .what-we-can-do .inner .overlay:hover {
      background: linear-gradient(rgba(0, 0, 0, 0), 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; }

.what-we-can-do .col-md-6 {
  margin-bottom: 16px; }

.latest-work h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  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(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease;
    border-radius: 4px; }
    .latest-work .inner .overlay:hover {
      background: linear-gradient(rgba(0, 0, 0, 0), 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: 42px; }

.testimonial .card {
  border: none;
  padding: 2rem;
  margin: 8px 4px; }
  .testimonial .card .testimonial-photo {
    margin-right: 8px;
    min-width: 40px; }
    .testimonial .card .testimonial-photo i {
      font-size: 40px;
      color: #fff; }
    .testimonial .card .testimonial-photo img {
      width: 40px;
      height: 40px; }
  .testimonial .card .testimonial-content {
    background-color: #ffffff;
    border: none;
    min-height: 240px; }
    .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; }
  .testimonial .owl-nav button:hover, .testimonial .owl-nav button:active {
    color: #F7911C; }

.get-started {
  padding: 60px 50px; }
  .get-started form {
    margin: 30px 0; }
  .get-started .get-in-touch {
    background: #ffffff;
    padding: 80px 80px;
    border-radius: 10px; }
    .get-started .get-in-touch h3 {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 25px;
      margin-bottom: 30px; }
    .get-started .get-in-touch h5 {
      color: #787878;
      font-size: 16px;
      font-weight: 600;
      font-family: "Source Sans Pro", sans-serif; }
    .get-started .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: 32px;
    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: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 50px; }

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

.blog article h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px; }
  .blog article h4 a {
    color: #313131; }

.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; }

.sosmed-link {
  width: 40px;
  margin-right: 16px;
  padding: 8px; }

/* 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: 32px !important; }
  .hero p {
    font-size: 20px !important; }
  .who-we-are {
    padding: 0px !important; }
    .who-we-are p {
      font-size: 16px;
      text-align: left;
      line-height: 26px;
      margin-bottom: 32px; }
    .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;
    margin-bottom: 24px; }
  .testimonial .testimonial-content p {
    font-size: 16px; }
  .testimonial .owl-nav {
    top: -76px; }
    .testimonial .owl-nav button span {
      font-size: 42px; }
  .get-started .photo-frame {
    position: relative !important;
    margin-left: 0px  !important;
    width: 100%  !important;
    margin-bottom: 30px; }
  .get-started .get-in-touch {
    padding: 24px !important; }
  .hero-page h1 {
    font-size: 26px !important; }
  .hero-page p {
    font-size: 17px !important; }
  .section-default {
    padding: 50px 0 !important; }
  .blog p {
    font-size: 14px; } }

.parallax-slider {
  -webkit-animation: slow-zoom 20s ease-in;
          animation: slow-zoom 20s ease-in; }

@-webkit-keyframes slow-zoom {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); }
  100% {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg); } }

@keyframes slow-zoom {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); }
  100% {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg); } }

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