@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - Building Construction HTML Template
    Description: Building Construction HTML Template
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------
        
	01. Common styles
  02. Header
  03. Slider-fade
  04. Page title
  05. Section heading
  06. OwlCarousel
  07. Project grid
  08. Testimonial
  09. Accordion style
  10. Price Table
  11. Other
  12. Card Styles
  13. Blog
  14. Footer
        
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* font style */
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700;900&display=swap");
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #ffb923;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #ffb923;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/*button style*/
.butn {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: #24272a;
  background-color: #ffbc13;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  text-transform: capitalize; }
  .butn.white {
    background: #fff; }
  .butn::before, .butn::after {
    content: '';
    position: absolute;
    width: calc(50% + 4px);
    height: 0;
    background-color: #24272a;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .butn::before {
    bottom: 0;
    left: 0; }
  .butn::after {
    top: 0;
    right: 0; }
  .butn:hover {
    color: #ffbc13; }
    .butn:hover::before, .butn:hover::after {
      height: 120%; }

/* heading */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: 'Yantramanav', sans-serif;
  color: #1e2022; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: 600;
  font-family: 'Yantramanav', sans-serif;
  color: #282b2d; }

a:hover, a:active {
  color: #ffb923;
  text-decoration: none; }

.bg-primary {
  background-color: #ffb923 !important; }

.primary-overlay[data-overlay-dark]:before {
  background: #ffb923; }

.text-primary {
  color: #ffb923 !important; }

.bg-secondary {
  background-color: #24272a !important; }

.text-secondary {
  color: #24272a !important; }

.w-200px {
  width: 200px; }

.primary-list {
  padding-left: 0; }
  .primary-list li {
    margin-top: 15px;
    list-style-type: none; }
    .primary-list li i {
      color: #ffb923;
      padding-right: 10px; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #232323;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #232323; }
  .scroll-to-top:visited {
    color: #232323;
    text-decoration: none; }

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none; }

/* ===================================
    Header
====================================== */
.header-style1 .navbar-nav li.active > a {
  color: #ffb923; }

.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #ffb923; }
  .menu_area-light.scrollHeader .navbar-nav li.active > a:hover {
    color: #ffb923; }
.menu_area-light .navbar-nav li.current > a {
  color: #ffb923; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #ffb923 #ffb923 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #ffb923; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #ffb923; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ffb923 #ffb923 transparent; }

.top-social-icon li {
  float: left;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0 7px;
  text-align: center; }

@media screen and (min-width: 992px) {
  header.header-style4.scrollHeader .menu_area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; } }
.attr-nav .search {
  margin-top: -5px; }

/* Topbar */
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

#top-bar {
  display: block;
  position: relative;
  z-index: 999;
  background: #1c1c1c;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #f7c22b;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: #f7c22b; }

/* ===================================
    Slider-fade
====================================== */
.slider-fade .owl-carousel .caption .overflow-hidden {
  display: inline-block; }
.slider-fade .owl-carousel .caption h2 {
  animation-delay: 0.5s; }
.slider-fade .owl-carousel .caption h1 {
  margin: 10px 0;
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  animation-delay: 0.8s; }
.slider-fade .owl-carousel .caption p {
  font-size: 18px;
  word-spacing: 2px;
  animation-delay: 1.2s; }
.slider-fade .owl-carousel .caption span {
  display: inline-block;
  padding: .2em 0; }
.slider-fade .owl-carousel .caption .butn {
  animation-delay: 1.4s; }
  .slider-fade .owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9; }
.slider-fade .owl-item {
  height: 100vh;
  position: relative; }
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .slider-fade .item .caption {
    width: 100%;
    z-index: 9; }
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  text-align: center; }

@media screen and (max-width: 1199px) {
  .slider-fade .owl-carousel .caption h1 {
    font-size: 58px; } }
@media screen and (max-width: 991px) {
  .slider-fade .owl-carousel .caption h1 {
    font-size: 48px; } }
@media screen and (max-width: 767px) {
  .slider-fade .owl-carousel .caption h1 {
    font-size: 40px; } }
@media screen and (max-width: 575px) {
  .slider-fade .owl-carousel .caption h1 {
    font-size: 30px; } }
/* ===================================
    Page title
====================================== */
.page-title {
  padding: 195px 0 120px;
  text-align: center; }
  .page-title h1 {
    color: #fff; }
  .page-title ul {
    margin-bottom: 0;
    text-align: center; }
    .page-title ul li {
      display: inline-block; }
      .page-title ul li:last-child a {
        color: #ffb923; }
      .page-title ul li:after {
        content: '\f30b';
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        font-family: Font Awesome\ 5 Free;
        padding: 0 5px 0 10px; }
      .page-title ul li:last-child:after {
        content: none; }
      .page-title ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600; }
  .page-title .active a, .page-title li.active:last-child a {
    color: #ffb923; }

@media screen and (max-width: 1199px) {
  .page-title {
    padding: 160px 0 100px; }
    .page-title h1 {
      font-size: 36px;
      line-height: 42px; } }
@media screen and (max-width: 991px) {
  .page-title {
    padding: 150px 0 90px; }
    .page-title h1 {
      font-size: 30px;
      line-height: 40px; } }
/* ===================================
    Section heading
====================================== */
.title-style1 {
  position: relative;
  padding-left: 45px;
  color: #ffb923; }
  .title-style1:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 10px;
    width: 32px;
    height: 3px;
    background: #ffb923;
    left: 0;
    z-index: 1; }
  .title-style1.white:before {
    background: #fff; }
  .title-style1.yellow:before {
    background: #ffb923; }

.section-title .title-style1:before {
  top: 16px; }

/* ===================================
    OwlCarousel
====================================== */
.owl-theme .owl-dots .owl-dot span {
  height: 4px;
  width: 15px; }
.owl-theme .owl-dots .owl-dot.active span {
  background: #ffb923; }

.owl-dots .owl-dot:hover span {
  background: #ffb923; }

/* ===================================
    Project grid
====================================== */
/* Popup gallery*/
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ffb923; }

.lg-progress-bar .lg-progress {
  background-color: #ffb923; }

.lg-backdrop.in {
  opacity: 0.85; }

/* filtering */
.filtering {
  margin-bottom: 10px; }
  .filtering span {
    color: #333333;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    padding: 0px 20px 15px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
    margin-right: -5px; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    color: #ffb923;
    border-color: #ffb923; }
    .filtering .active:after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      left: -1px;
      border-left: 7px solid transparent;
      border-right: 0 solid transparent;
      border-bottom: 5px solid #FCBF19;
      bottom: -1px; }

/* project-style1 */
.project-style1 {
  position: relative;
  overflow: hidden; }

.image-overlay {
  background-color: #232323;
  opacity: .6;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%; }

.project-style1 img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.project-style1 .project-text {
  position: absolute;
  top: 20px;
  left: 20px; }
.project-style1:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/* ===================================
    Testimonial
====================================== */
.testmonial-block {
  padding: 30px;
  background-color: rgba(28, 30, 30, 0.6); }

.testmonial-single p {
  text-align: center;
  font-style: italic;
  font-weight: 600; }
  .testmonial-single p:before {
    margin: auto auto 15px;
    content: "\f10d";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #ffb923;
    font-size: 23px;
    display: block; }
.testmonial-single h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: normal; }
.testmonial-single h6 {
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: normal; }

/* ===================================
    Accordion style
====================================== */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style .btn-link {
  background: #ffb923 !important;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 15px 30px 15px 15px;
  text-decoration: none; }
  .accordion-style .btn-link:hover {
    background: #ffb923 !important;
    border: none;
    text-decoration: none; }
  .accordion-style .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px; }
  .accordion-style .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #fff; }
.accordion-style .card-body {
  padding: 20px;
  text-align: left; }

/*============================== 
    Price Table
================================*/
.price .item {
  padding: 30px 0;
  background: #fff;
  border-radius: 5px;
  transition: all .3s; }
  .price .item:hover {
    box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2); }
.price .type {
  margin-bottom: 30px; }
  .price .type h4 {
    font-size: 25px;
    margin-bottom: 0; }
.price .value {
  padding: 30px 0;
  position: relative; }
  .price .value:before, .price .value:after {
    content: '';
    background: #eee;
    width: 70%;
    height: 1px;
    position: absolute;
    left: 15%; }
  .price .value:before {
    top: 0; }
  .price .value:after {
    bottom: 0; }
  .price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 50px;
    font-weight: 700;
    position: relative; }
    .price .value h3 span {
      font-size: 14px;
      position: absolute;
      top: 5px;
      right: 0; }
  .price .value .per {
    font-size: 13px;
    color: #232323; }
.price .features {
  padding: 15px 0; }
  .price .features li {
    margin: 15px 0;
    color: #777; }
.price .order {
  padding-top: 15px;
  position: relative; }
.price .item.active {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
  background: #ffb923; }
  .price .item.active .features li {
    color: #232323; }
  .price .item.active .value:before, .price .item.active .value:after {
    background: #232323; }

/* ===================================
    Other
====================================== */
/* quform */
.quform-input {
  position: relative; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #616161; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 12px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 12px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message, .quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 9; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffbc13;
  outline: 0;
  box-shadow: none; }

.light-validation .quform-errors > .quform-error {
  color: #fff; }

.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

/* map */
.map {
  height: 400px;
  vertical-align: top;
  border: 0;
  width: 100%; }

/* clients */
.section-clients {
  padding: 50px 0; }

.clients img {
  opacity: .6;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }
  .clients img:hover {
    opacity: 1; }

@media (max-width: 992px) {
  .section-clients {
    padding: 30px 0; }
    .section-clients .item {
      text-align: center;
      width: 100%; }
    .section-clients .owl-carousel .owl-item img {
      max-width: 75%;
      display: inline-block; } }
/* Countdown */
ul.countdown li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0 30px;
  text-align: center; }
  ul.countdown li:first-child {
    padding-left: 0; }
  ul.countdown li:last-child {
    border: medium none;
    padding-right: 0; }
  ul.countdown li span {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    color: #ffbc13; }
    ul.countdown li span::before {
      content: "";
      height: 1px;
      position: absolute;
      width: 100%; }
  ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

@media screen and (max-width: 1199px) {
  ul.countdown li span {
    font-size: 50px; } }
@media screen and (max-width: 991px) {
  ul.countdown li span {
    font-size: 40px; } }
@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 8px; }

  .social-links li {
    margin-right: 15px; }

  ul.countdown li span {
    font-size: 30px; } }
@media screen and (max-width: 575px) {
  ul.countdown li span {
    font-size: 22px; }
  ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 12px; } }
/* about */
.about-text {
  max-width: 200px;
  position: absolute;
  bottom: -30px;
  left: 80px;
  padding: 35px;
  border-radius: 2px; }

/* call-to-action */
.carousel-style1 .owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 32px; }

/* process */
.process-block .process-item {
  position: relative;
  padding-bottom: 25px; }
  .process-block .process-item i {
    font-size: 50px;
    color: #fff;
    line-height: 1; }
  .process-block .process-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    background-color: #ffb923; }
.process-block:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 15px;
  width: 3000px;
  height: 1px;
  background-color: #fff; }

@media screen and (max-width: 991px) {
  .process-block:after {
    content: none; }
  .process-block .process-item:after {
    content: none; }
  .process-block .process-item i {
    font-size: 40px; } }
@media screen and (max-width: 767px) {
  .process-block .process-item i {
    font-size: 30px; } }
/* team */
.team-block .team-text {
  margin-top: -40px; }

.search-form_input {
  font-size: 17px; }

.search-form i {
  font-size: 1.2rem;
  line-height: 2rem; }

/* ===================================
    Card Styles
====================================== */
/* card-style1 */
.card-style1 {
  position: relative;
  background-color: #f1f1f1;
  height: 100%; }
  .card-style1 .card-body {
    padding: 40px 40px; }
    .card-style1 .card-body .card-icon:before {
      content: "";
      position: absolute;
      display: inline-block;
      bottom: -25px;
      width: 38px;
      height: 3px;
      background: #ffc000;
      left: 32px;
      margin-left: -30px;
      z-index: 1; }
  .card-style1.bg-primary .card-body .card-icon:before {
    background: #141414 !important; }
  .card-style1 .card-body .number {
    position: absolute;
    right: 50px;
    top: 60px;
    color: rgba(0, 0, 0, 0.1);
    background: #e1e1e1;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 100%;
    font-size: 36px;
    font-weight: 700; }
    .card-style1 .card-body .number:after {
      content: "";
      position: absolute;
      display: inline-block;
      top: -25px;
      right: -20px;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0.1);
      margin-left: -30px;
      z-index: 1; }
  .card-style1.bg-primary .card-body .number {
    color: rgba(0, 0, 0, 0.1) !important;
    background: rgba(0, 0, 0, 0.05) !important; }
    .card-style1.bg-primary .card-body .number:after {
      color: rgba(0, 0, 0, 0.1) !important;
      background: rgba(0, 0, 0, 0.05) !important; }
  .card-style1.bg-secondary .card-body .number {
    color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.05) !important; }
    .card-style1.bg-secondary .card-body .number:after {
      color: rgba(255, 255, 255, 0.2) !important;
      background: rgba(255, 255, 255, 0.05) !important; }

@media screen and (max-width: 767px) {
  .card-style1 .card-body .number {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px; } }
/* card-style2 */
.card-style2 {
  overflow: hidden; }
  .card-style2 .card-body h3 {
    padding-left: 45px; }
    .card-style2 .card-body h3:before {
      content: "";
      position: absolute;
      display: inline-block;
      top: 10px;
      width: 32px;
      height: 3px;
      background: #141414;
      left: 0;
      z-index: 1; }
  .card-style2 .card-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .card-style2:hover .card-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/* card-style3 */
.card-style3 .card-body {
  background: #ffffff;
  padding: 40px 32px 33px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4); }
  .card-style3 .card-body h3 {
    margin-bottom: 15px;
    position: relative;
    padding-top: 27px; }
    .card-style3 .card-body h3:before {
      height: 3px;
      width: 40px;
      background: #febc35;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
.card-style3 .card-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.card-style3:hover .card-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/* card-style4 */
.card-style4 ul {
  margin-bottom: 10px; }
  .card-style4 ul li {
    padding: 3px 0; }
    .card-style4 ul li i {
      color: #ffb923;
      margin-right: 5px;
      font-size: 14px; }
.card-style4 .card-body h3 {
  margin-bottom: 17px;
  position: relative;
  padding-top: 27px; }
  .card-style4 .card-body h3:before {
    height: 3px;
    width: 40px;
    background: #febc35;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

/* card-style5 */
.card-style5 h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  vertical-align: top;
  padding-left: 50px; }
  .card-style5 h4:before {
    content: '“';
    z-index: 1;
    font-size: 100px;
    line-height: 122px;
    font-weight: 400;
    opacity: 1;
    text-align: left;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: -7px;
    color: #ffb923;
    top: -20px; }

/* ===================================
    Blog
====================================== */
.owl-carousel .blog-grid-simple {
  margin: 10px 15px 25px; }

.meta {
  margin: 0 0 5px 0; }
  .meta li {
    display: inline-block;
    margin: 5px; }

.blog-list-simple-text h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
  line-height: normal; }

.blogs .post {
  margin-bottom: 30px; }
  .blogs .post .content {
    padding-top: 30px; }
    .blogs .post .content .post-title h5 {
      font-size: 26px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0; }
      .blogs .post .content .post-title h5 a {
        color: #232323; }
        .blogs .post .content .post-title h5 a:hover {
          color: #F24259; }
    .blogs .post .content .meta {
      margin-bottom: 15px; }
      .blogs .post .content .meta li {
        display: inline-block;
        margin: 5px; }
    .blogs .post .content .special {
      padding: 15px;
      margin: 30px 0;
      border-left: 2px solid #111;
      background: #f7f7f7;
      font-size: 16px; }
    .blogs .post .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px; }
      .blogs .post .content .btn:hover {
        color: #fff;
        border-color: #F24259; }
  .blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left; }
    .blogs .post .share-post span {
      font-weight: 700; }
    .blogs .post .share-post ul {
      float: right; }
      .blogs .post .share-post ul li {
        display: inline-block;
        margin: 0 10px; }
  .blogs .post .post-img img {
    width: 100%; }
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px; }

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }
  .pagination li:first-child a {
    border-left-width: 1px; }

.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #ffb923;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px; }
  .blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px; }
  .blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px; }

.side-bar .widget {
  margin-bottom: 30px; }
  .side-bar .widget:last-child {
    margin-bottom: 0; }

.side-bar-list li {
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600; }

.side-bar .widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }
.side-bar .widget li:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  top: 12px;
  left: 0; }
.side-bar .widget .social-listing {
  margin-bottom: 0; }
  .side-bar .widget .social-listing li {
    list-style: none;
    padding-left: 15px;
    display: inline-block; }
    .side-bar .widget .social-listing li:after {
      background: none; }
    .side-bar .widget .social-listing li:first-child {
      padding-left: 0; }
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7; }
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right; }

/* ===================================
    Footer
====================================== */
footer {
  padding: 80px 0 0; }
  footer p {
    margin-bottom: 0; }
  footer h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
    position: relative; }

.footer-list li a {
  color: rgba(225, 225, 225, 0.7);
  font-size: 15px; }
  .footer-list li a:hover {
    color: #ffb923; }

.footer-social-icons2 ul {
  margin-bottom: 0; }
  .footer-social-icons2 ul li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.65);
    margin-right: 20px;
    margin-bottom: 0;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s; }
    .footer-social-icons2 ul li a {
      color: #fff; }
      .footer-social-icons2 ul li a:hover {
        color: #ffb923; }

.footer-list-style3 {
  margin: 0; }
  .footer-list-style3 li {
    list-style-type: none;
    color: rgba(255, 255, 255, 0.65);
    padding: 6px 0; }
    .footer-list-style3 li:first-child {
      padding-top: 0; }
    .footer-list-style3 li a {
      font-size: 15px;
      font-weight: 400;
      color: #2d2d2d; }
      .footer-list-style3 li a:hover {
        color: #ffb923; }
        .footer-list-style3 li a:hover:before {
          color: #ffb923; }

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #ffb923;
  color: #939393; }
  .footer-bar span {
    color: #ffb923;
    font-size: 15px;
    font-weight: 400; }

@media (max-width: 767px) {
  footer {
    padding-top: 30px; }

  .footer-bar {
    margin-top: 30px; }
    .footer-bar p {
      font-size: 13px; } }

/*# sourceMappingURL=styles.css.map */
