/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  background: #FAFAFD;
}

#blog_page_search_box_section .search-area .search-input {
  border: none;
  border-bottom: 2px solid #000;
  background: none;
  outline: none;
  width: 90%;
}

#blog_content_box_section .nav-pills .nav-link.active,
#blog_content_box_section .nav-pills .show > .nav-link {
  background: #897ADA !important;
  border: none;
  border-radius: 30px;
  color: #fff;
}
#blog_content_box_section .nav-pills .nav-link {
  border: 1px solid #5D6F8A;
  border-radius: 30px;
  color: #000;
}
#blog_content_box_section .blog-box-title {
  justify-content: space-between;
  align-items: center;
}
#blog_content_box_section .blog-box-title h6 {
  margin-bottom: 0;
  font-weight: 600;
}
#blog_content_box_section .blog-box-title h6 span {
  color: #5D6F8A;
  font-weight: normal;
}
#blog_content_box_section .blog-box-image img {
  width: 100%;
  border-radius: 20px;
}
#blog_content_box_section .blog-content-box {
  position: relative;
  padding: 50px;
  border-radius: 30px;
}
#blog_content_box_section .blog-content-box h5 {
  font-size: 24px;
  transition: 0.4s;
}
#blog_content_box_section .blog-content-box p {
  line-height: 30px;
}
#blog_content_box_section .blog-content-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #F1F1F6;
  border-radius: inherit;
  z-index: -1;
  transition: width 0.3s ease;
}
#blog_content_box_section .blog-content-box:hover::after {
  width: 100%;
}
#blog_content_box_section .blog-content-hover {
  transition: 0.3s;
}
#blog_content_box_section .blog-content-box:hover .blog-content-hover {
  padding-left: 20px;
}
#blog_content_box_section .blog-box-contents p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog_content_box_section .blog-content-box-btn {
  float: right;
}
#blog_content_box_section .blog-content-box-btn img {
  width: 15px;
}
#blog_content_box_section .blog-content-box-btn a {
  background-color: #E3E3F3;
  border-radius: 25px;
  color: #897ADA;
  border: none;
  font-weight: bold;
  padding: 10px 15px;
  transition: 0.5s;
  opacity: 0;
}
#blog_content_box_section .blog-content-box:hover a {
  opacity: 1;
}

#dream_project_section {
  position: relative;
}
#dream_project_section img {
  display: flex;
  margin: auto;
}
#dream_project_section .dream-project-contents {
  background-image: url(/images/dream-prj.png?e26b1010c64ad9c722161bdbb6a8cf55);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
}
#dream_project_section .dream-project-contents h2 {
  color: #fff;
  font-size: 55px;
}
#dream_project_section .dream-project-contents .dream-project-btn {
  justify-content: space-between;
  align-items: center;
}
#dream_project_section .dream-project-contents .dream-project-btn p {
  color: #fff;
  font-size: 18px;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn {
  position: absolute;
  right: 70px;
  bottom: 30px;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn button {
  background: #fff;
  color: #897ADA;
  transition: 0.4s;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  padding: 10px 30px;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn button:hover {
  background-color: #000;
  color: #fff;
}

.blog-content-box-btn a {
  color: #897ADA;
}

button.btn.btn-secondary {
  background: #897ADA;
  color: #fff;
  padding: 6px 20px !important;
}

button.btn.btn-secondary:hover {
  color: #000000 !important;
  border: 1px solid #000 !important;
}

@media screen and (max-width: 991px) {
  .blog-content-box {
    padding: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-box a {
    opacity: 1 !important;
  }
  .blog-content-box:hover .blog-content-hover {
    padding-left: 0 !important;
  }
  .blog-content-box::after {
    width: 100% !important;
  }
  .blog-box-contents {
    margin-top: 20px;
  }
  .blog-box-contents h5 {
    font-size: 18PX !important;
  }
  .blog-content-box-btn {
    text-align: center;
    float: none !important;
    margin: 15px 0;
  }
  .blog-image-sec {
    justify-content: center;
    display: initial !important;
  }
}
@media screen and (max-width: 600px) {
  .blog-content-box {
    padding: 20px !important;
  }
}

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