/**
 * Theme Name: NetRepMasterTheme23
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 theme starter.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: netrepmastertheme23
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
  font-family: 'Kumbh Sans Regular';
  src: url("assets/fonts/KumbhSans-Regular.woff2") format("woff2"), url("assets/fonts/KumbhSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kumbh Sans Bold';
  src: url("assets/fonts/KumbhSans-Bold.woff2") format("woff2"), url("assets/fonts/KumbhSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lexend Deca';
  src: url("assets/fonts/LexendDeca-Regular.woff2") format("woff2"), url("assets/fonts/LexendDeca-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Kumbh Sans Regular", Arial, sans-serif; }

a {
  color: #c26e19;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #955413;
    text-decoration: none; }

header .navbar-toggler {
  display: none; }
header .navbar {
  padding-left: 0;
  padding-right: 0; }
  header .navbar .navbar-brand {
    font-family: "Kumbh Sans Bold", Arial, sans-serif;
    font-size: 30px;
    line-height: 50px;
    color: #161616;
    padding: 8px 0 8px 50px;
    background: url("assets/img/logo.png") no-repeat left center; }
  header .navbar .navbar-collapse .nav-menu {
    margin-left: auto; }
    header .navbar .navbar-collapse .nav-menu .menu-item {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 17px;
      line-height: 26px;
      color: #161616;
      margin: 0 3px; }
      header .navbar .navbar-collapse .nav-menu .menu-item .nav-link {
        color: #161616;
        padding: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      header .navbar .navbar-collapse .nav-menu .menu-item.current-menu-item .nav-link, header .navbar .navbar-collapse .nav-menu .menu-item:hover .nav-link, header .navbar .navbar-collapse .nav-menu .menu-item:active .nav-link, header .navbar .navbar-collapse .nav-menu .menu-item:focus .nav-link {
        color: #c26e19; }
      header .navbar .navbar-collapse .nav-menu .menu-item.menu-contact .nav-link {
        color: #fff;
        background-color: #161616;
        padding: 15px 36px;
        border-radius: 30px; }
      header .navbar .navbar-collapse .nav-menu .menu-item.menu-contact:hover .nav-link, header .navbar .navbar-collapse .nav-menu .menu-item.menu-contact:focus .nav-link, header .navbar .navbar-collapse .nav-menu .menu-item.menu-contact:active .nav-link {
        background-color: #c26e19;
        color: #fff; }

.btn-styled {
  font-family: "Kumbh Sans Regular", Arial, sans-serif;
  background-color: #c26e19;
  padding: 0 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 30px;
  border: 1px #e1872d solid;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 26px 0px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-styled:hover, .btn-styled:focus, .btn-styled:active {
    color: #e1872d;
    background-color: #fff; }

.row-0 {
  margin-left: 0;
  margin-right: 0; }
  .row-0 .col-xl-3,
  .row-0 .col-lg-4,
  .row-0 .col-md-6,
  .row-0 .col-lg-3 {
    padding-left: 0;
    padding-right: 0; }

.container-full {
  padding-left: 0;
  padding-right: 0; }

.main-banner {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("assets/content/main-banner-bg.jpg");
  position: relative; }
  .main-banner .main-banner-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 18, 18, 0.55);
    z-index: 110; }
  .main-banner .container {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 150;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .main-banner .container p {
      font-family: "Kumbh Sans Regular", Arial, sans-serif;
      font-size: 19px;
      line-height: 32px;
      color: #fff;
      margin: 0 0 10px; }
    .main-banner .container h1,
    .main-banner .container h3 {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 80px;
      line-height: 85px;
      color: #fff;
      margin: 0 0 25px; }
    .main-banner .container i {
      font-size: 30px;
      line-height: 30px;
      color: #fff;
      display: block;
      margin-top: 20px; }

.text-image {
  padding: 80px 0;
  background-color: #F5F5F5; }
  .text-image h1, .text-image h2, .text-image h3, .text-image h4, .text-image h5, .text-image h6 {
    font-family: "Lexend Deca", Arial, sans-serif;
    color: #161616;
    margin: 0 0 25px; }
  .text-image h1 {
    font-size: 50px;
    line-height: 55px; }
  .text-image h2 {
    font-size: 45px;
    line-height: 50px; }
  .text-image h3 {
    font-size: 40px;
    line-height: 45px; }
  .text-image h4 {
    font-size: 35px;
    line-height: 40px; }
  .text-image h5 {
    font-size: 30px;
    line-height: 35px; }
  .text-image h6 {
    font-size: 25px;
    line-height: 30px; }
  .text-image p {
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 19px;
    line-height: 26px;
    color: #161616;
    margin: 0 0 25px; }
  .text-image ul,
  .text-image ol,
  .text-image table {
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 19px;
    line-height: 26px;
    color: #161616;
    margin: 0 0 25px; }

.photo-montage-wrapper h3 {
  font-family: "Lexend Deca", Arial, sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #161616;
  margin: 0 0 25px; }
.photo-montage-wrapper p {
  font-family: "Kumbh Sans Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #161616;
  margin: 0 0 15px; }

.portfolio {
  padding: 80px 0 0; }
  .portfolio h3 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    color: #161616;
    margin: 0 0 25px; }
  .portfolio p {
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #161616;
    margin: 0 0 15px; }
  .portfolio .col-wrapper {
    position: relative;
    border: 2px transparent solid; }
    .portfolio .col-wrapper a {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: 20px;
      line-height: 27px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .portfolio .col-wrapper a span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition-delay: 1s; }
    .portfolio .col-wrapper:hover a, .portfolio .col-wrapper:focus a, .portfolio .col-wrapper:active a {
      opacity: 1; }
      .portfolio .col-wrapper:hover a span, .portfolio .col-wrapper:focus a span, .portfolio .col-wrapper:active a span {
        opacity: 1; }

.resources-area {
  padding: 80px 0;
  background-color: #F5F2ED; }
  .resources-area h3 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    color: #161616;
    margin: 0 0 25px; }
  .resources-area .inner-column {
    background-color: #fff;
    padding: 30px 40px;
    margin: 0 0 30px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }
    .resources-area .inner-column h3 {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 18px;
      line-height: 25px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #161616;
      padding-bottom: 10px;
      margin: 0 0 50px;
      border-bottom: 1px #161616 solid;
      height: 25px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.news-area {
  padding: 80px 0; }
  .news-area p {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #e1872d;
    margin: 0 0 20px; }
  .news-area h3 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.3px;
    color: #161616;
    margin: 0 0 40px; }
  .news-area .inner-area {
    margin: 0 0 30px; }
    .news-area .inner-area img {
      margin-bottom: 20px; }
    .news-area .inner-area h4 {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 24px;
      line-height: 29px;
      letter-spacing: -1.3px;
      color: #797c7f;
      margin: 0 0 15px; }
      .news-area .inner-area h4 a {
        color: #161616;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        height: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news-area .inner-area h4:hover a, .news-area .inner-area h4:focus a, .news-area .inner-area h4:active a {
        color: #e1872d; }
    .news-area .inner-area .post_meta {
      margin: 0 0 15px; }
      .news-area .inner-area .post_meta a {
        font-family: "Kumbh Sans Regular", Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #797c7f;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .news-area .inner-area .post_meta a:hover, .news-area .inner-area .post_meta a:focus, .news-area .inner-area .post_meta a:active {
          color: #e1872d; }
    .news-area .inner-area .read-more {
      padding: 5px 17px;
      color: #fff;
      background-color: #1e1e1e;
      font-size: 12px;
      line-height: 16px;
      text-transform: capitalize;
      letter-spacing: 0.6px;
      border: 1px #1e1e1e solid;
      border-radius: 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .news-area .inner-area .read-more:hover, .news-area .inner-area .read-more:focus, .news-area .inner-area .read-more:active {
        background-color: #fff;
        color: #000; }

.splitting .char {
  animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(50ms * var(--char-index)); }

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0; } }
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px; }
  .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .pulsating-circle:after {
    font-family: "Font Awesome 6 Free";
    content: '\f055';
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }

.contact-area {
  background-color: #F5F5F5;
  padding: 80px 0; }
  .contact-area h3 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.3px;
    color: #161616;
    margin: 0 0 40px; }
  .contact-area h4 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #161616;
    margin: 0 0 25px; }
  .contact-area address,
  .contact-area p {
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #797c7f;
    margin: 0 0 25px; }
  .contact-area .mail {
    display: block;
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #797c7f;
    margin: 0 0 25px; }
  .contact-area .phone {
    display: block;
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #161616;
    margin: 0 0 25px; }

.wpcf7 .inner-wrapper {
  position: relative;
  margin: 0 0 30px; }
  .wpcf7 .inner-wrapper i {
    position: absolute;
    left: 9px;
    top: 11px;
    font-size: 18px;
    line-height: 23px;
    color: #797C7F;
    z-index: 999; }
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding-left: 36px;
  border: none;
  font-size: 18px;
  line-height: 23px;
  color: #797C7F;
  padding-top: 12px;
  padding-bottom: 12px; }
.wpcf7 textarea {
  height: 100px; }
.wpcf7 input[type="submit"] {
  font-family: "Kumbh Sans Regular", Arial, sans-serif;
  background-color: #e1872d;
  padding: 0 50px;
  font-size: 18px;
  line-height: 58px;
  border-radius: 30px;
  border: 1px #e1872d solid;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 26px 0px;
  color: #fff;
  width: auto;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:active {
    color: #e1872d;
    background-color: #fff; }

.posts-area {
  padding: 80px 0;
  background-color: #F5F5F5; }
  .posts-area article {
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 30px; }
    .posts-area article .img {
      float: left;
      width: 35%;
      position: relative;
      overflow: hidden; }
      .posts-area article .img .placeholder {
        width: 100%;
        height: auto; }
      .posts-area article .img .content-image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 150;
        overflow: hidden; }
        .posts-area article .img .content-image img {
          min-width: 100%;
          min-height: 100%;
          width: 100%;
          height: auto;
          -webkit-transition: all 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -moz-transition: all 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -ms-transition: all 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -o-transition: all 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
          transition: all 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .posts-area article .img .content-image:hover img, .posts-area article .img .content-image:focus img, .posts-area article .img .content-image:active img {
          -webkit-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -moz-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -ms-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -o-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3); }
    .posts-area article .inner-wrappper {
      float: left;
      width: 65%;
      padding: 15px; }
      .posts-area article .inner-wrappper .post-categories {
        list-style: none;
        padding: 0;
        margin: 0 0 15px; }
        .posts-area article .inner-wrappper .post-categories li {
          font-size: 14px;
          line-height: 19px; }
          .posts-area article .inner-wrappper .post-categories li a {
            display: inline-block;
            padding: 2px 15px;
            color: #fff;
            background-color: #161616;
            border-radius: 15px; }
      .posts-area article .inner-wrappper h3 {
        font-size: "Lexend Deca", Arial, sans-serif;
        font-size: 23px;
        line-height: 30px;
        color: #161616;
        margin: 0 0 15px;
        max-height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        .posts-area article .inner-wrappper h3 a {
          color: #161616;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .posts-area article .inner-wrappper h3:hover a, .posts-area article .inner-wrappper h3:focus a, .posts-area article .inner-wrappper h3:active a {
          color: #e1872d; }
      .posts-area article .inner-wrappper p {
        font-size: "Kumbh Sans Regular", Arial, sans-serif;
        font-size: 16px;
        line-height: 23px;
        color: #161616;
        margin: 0 0 15px;
        max-height: 46px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .posts-area article .inner-wrappper .btn-styled {
        padding: 0 30px;
        font-size: 18px;
        line-height: 35px; }
    .posts-area article:hover .img .content-image img, .posts-area article:focus .img .content-image img, .posts-area article:active .img .content-image img {
      -webkit-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
      -moz-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
      -ms-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
      -o-transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
      transition: all 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

aside .aside-wrapper {
  padding: 15px;
  background-color: #fff; }
aside .widget {
  margin: 0 0 40px; }
  aside .widget .widget-title {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    margin: 0 0 15px; }
  aside .widget form {
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    aside .widget form .wp-block-search__inside-wrapper {
      position: relative; }
    aside .widget form label {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 19px;
      line-height: 25px;
      color: #161616;
      margin: 0 0 15px; }
    aside .widget form input {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 16px;
      line-height: 16px;
      padding: 12px 40px;
      border: 1px #161616 solid;
      border-radius: 30px;
      background-color: transparent !important;
      -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.5) !important;
      -ms-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.5) !important;
      box-shadow: 0 3px 25px rgba(0, 0, 0, 0.5) !important; }
    aside .widget form button[type="submit"] {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border: none;
      background-color: transparent;
      text-indent: -999px;
      text-align: left;
      overflow: hidden;
      width: 50px;
      margin: 0;
      display: inline-block;
      z-index: 9999; }
      aside .widget form button[type="submit"]:after {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        font-family: "Font Awesome 6 Free";
        content: "\f002";
        display: inline-block;
        color: #161616;
        line-height: 46px;
        font-weight: 900;
        text-indent: 0;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  aside .widget .wp-block-latest-posts li {
    margin: 0 0 10px;
    overflow: hidden; }
    aside .widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
      float: left;
      margin-right: 5px; }
      aside .widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
        width: 100%;
        max-width: 100px;
        height: auto; }
    aside .widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
      font-family: "Lexend Deca", Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      color: #161616; }
  aside .widget h3 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    margin: 0 0 15px; }
  aside .widget .wp-block-categories-list {
    list-style: inside;
    padding-left: 0;
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #161616; }
    aside .widget .wp-block-categories-list li {
      margin-bottom: 5px; }
      aside .widget .wp-block-categories-list li a {
        color: #161616;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      aside .widget .wp-block-categories-list li:hover a, aside .widget .wp-block-categories-list li:focus a, aside .widget .wp-block-categories-list li:active a {
        color: #c26e19;
        text-decoration: none; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80%, 100% {
    opacity: 0; } }
@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.inner-banner {
  min-height: 325px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #161616; }
  .inner-banner .inner-banner-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .inner-banner .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999; }
  .inner-banner h1 {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px; }
    .inner-banner h1 i {
      font-size: 30px;
      line-height: 30px;
      display: block;
      margin-top: 20px; }
  .inner-banner .breadcrumbs {
    font-family: "Lexend Deca", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center; }
    .inner-banner .breadcrumbs li a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .inner-banner .breadcrumbs li:hover a, .inner-banner .breadcrumbs li:focus a, .inner-banner .breadcrumbs li:active a {
      color: #c26e19;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.single-area {
  padding: 80px 0;
  background-color: #F5F5F5; }

.single-area-wrapper {
  padding: 20px;
  background-color: #fff;
  margin: 0 0 30px; }
  .single-area-wrapper img {
    margin: 0 0 20px; }
  .single-area-wrapper h1, .single-area-wrapper h2, .single-area-wrapper h3, .single-area-wrapper h4, .single-area-wrapper h5, .single-area-wrapper h6 {
    font-family: "Lexend Deca", Arial, sans-serif;
    margin: 0 0 20px; }
  .single-area-wrapper h1 {
    font-size: 30px;
    line-height: 39px; }
  .single-area-wrapper h2 {
    font-size: 28px;
    line-height: 36px; }
  .single-area-wrapper h3 {
    font-size: 26px;
    line-height: 34px; }
  .single-area-wrapper h4 {
    font-size: 24px;
    line-height: 31px; }
  .single-area-wrapper h5 {
    font-size: 22px;
    line-height: 29px; }
  .single-area-wrapper h6 {
    font-size: 20px;
    line-height: 26px; }
  .single-area-wrapper p,
  .single-area-wrapper table,
  .single-area-wrapper ul,
  .single-area-wrapper ol {
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #161616; }

.post-meta-info {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 20px; }
  .post-meta-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .post-meta-info ul li {
      font-family: "Kumbh Sans Bold", Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      margin: 0 0 5px; }
      .post-meta-info ul li i {
        padding-right: 5px; }
      .post-meta-info ul li a {
        color: #c26e19;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .post-meta-info ul li a:hover a, .post-meta-info ul li a:focus a, .post-meta-info ul li a:active a {
          color: #000; }

.previous-next {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 20px;
  background-color: #fff;
  font-family: "Kumbh Sans Bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden; }
  .previous-next .inner-wrapper {
    padding: 20px 0 25px;
    border-top: 1px #ccc solid; }
  .previous-next a {
    color: #c26e19;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .previous-next a:hover a, .previous-next a:focus a, .previous-next a:active a {
      color: #000; }
  .previous-next .left-side {
    float: left; }
    .previous-next .left-side div {
      text-align: left; }
      .previous-next .left-side div i {
        padding-right: 5px; }
  .previous-next .right-side {
    float: right; }
    .previous-next .right-side div {
      text-align: right;
      padding-left: 5px; }

.search .content-box h3 {
  margin: 0 0 15px; }
.search .content-box:first-child {
  padding-top: 105px; }

.show-search .search-mask {
  opacity: 1;
  visibility: visible; }
  .show-search .search-mask form {
    transform: translateY(0) rotateX(0);
    -webkit-transform: translateY(0) rotateX(0);
    opacity: 1; }

.single .inner-banner {
  padding: 30px 0; }
  .single .inner-banner img {
    max-width: 100%; }

.search-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -ms-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
  opacity: 0;
  z-index: 9999999;
  visibility: hidden; }
  .search-mask .search-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .search-mask form {
    display: block;
    width: 950px;
    opacity: 0;
    transform: translateY(-35%) rotateX(45deg);
    -webkit-transform: translateY(-35%) rotateX(45deg);
    -webkit-transition: all, 0.3s, ease-in-out;
    -moz-transition: all, 0.3s, ease-in-out;
    -ms-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .search-mask form input {
      width: 100%;
      font-size: 18px;
      line-height: 31px;
      padding: 18px 50px 18px 18px;
      background-color: transparent;
      border: 1px #fff solid;
      color: #fff;
      border-radius: 2px; }
    .search-mask form input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      background: url("assets/img/search-icon.png") no-repeat center center;
      background-size: 50px auto;
      width: 40px;
      height: 100%;
      border: none; }
  .search-mask .search-close {
    position: absolute;
    right: 45px;
    top: 45px;
    z-index: 2200;
    color: #fff;
    opacity: 1;
    z-index: 2200;
    display: block;
    width: 20px;
    height: 20px; }
    .search-mask .search-close span {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff; }
      .search-mask .search-close span:first-child {
        transform-origin: 7px 2px 0;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(45deg); }
      .search-mask .search-close span:last-child {
        transform-origin: center;
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-45deg); }

.pagination {
  border-top: 2px #000 solid;
  padding: 25px 0; }
  .pagination .page-numbers {
    font-family: "Kumbh Sans Bold", Arial, sans-serif;
    background-color: #fff;
    color: #e1872d;
    border: 1px #e1872d solid;
    font-size: 14px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 0 5px; }
    .pagination .page-numbers.current {
      border: 1px #e1872d solid;
      background-color: #e1872d;
      color: #fff; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: auto;
      padding-left: 35px;
      padding-right: 35px; }

footer {
  background-color: #161616;
  padding: 15px 0; }
  footer .footer-menu {
    text-align: center;
    border-bottom: 1px #fff solid;
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    list-style: none;
    padding: 0 0 10px;
    margin: 0 0 20px; }
    footer .footer-menu .menu-item {
      display: inline-block; }
      footer .footer-menu .menu-item .nav-link {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all, 0.3s, ease-in-out;
        -moz-transition: all, 0.3s, ease-in-out;
        -ms-transition: all, 0.3s, ease-in-out;
        -o-transition: all, 0.3s, ease-in-out;
        transition: all, 0.3s, ease-in-out; }
      footer .footer-menu .menu-item:hover .nav-link, footer .footer-menu .menu-item:focus .nav-link, footer .footer-menu .menu-item:active .nav-link {
        color: #c26e19;
        text-decoration: none; }
  footer p {
    font-family: "Kumbh Sans Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0;
    text-align: left; }
    footer p a {
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  footer:hover a, footer:focus a, footer:active a {
    color: #e1872d; }
  footer .socials {
    text-align: right;
    font-size: 23px;
    line-height: 23px;
    color: #fff;
    margin: 0; }
    footer .socials li {
      margin: 0 8px; }
      footer .socials li a {
        display: block;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      footer .socials li:hover a, footer .socials li:focus a, footer .socials li:active a {
        color: #e1872d; }

@media (max-width: 1200px) {
  header .navbar-toggler {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 0; }
  header .navbar .navbar-collapse .nav-menu .menu-item .nav-link {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 992px) {
  .main-banner .container h1,
  .main-banner .container h3 {
    font-size: 40px;
    line-height: 45px; }
  .main-banner .container p {
    font-size: 16px;
    line-height: 23px; }

  .inner-banner h1 {
    font-size: 40px;
    line-height: 45px; }

  .text-image {
    text-align: center;
    padding: 40px 0; }
    .text-image h1 {
      font-size: 30px;
      line-height: 33px; }
    .text-image h2 {
      font-size: 28px;
      line-height: 31px; }
    .text-image h3 {
      font-size: 26px;
      line-height: 29px; }
    .text-image h4 {
      font-size: 24px;
      line-height: 27px; }
    .text-image h5 {
      font-size: 22px;
      line-height: 25px; }
    .text-image h6 {
      font-size: 20px;
      line-height: 23px; }

  .news-area {
    padding: 40px 0;
    text-align: center; }
    .news-area h3 {
      font-size: 30px;
      line-height: 33px; }

  .resources-area {
    padding: 40px 0; }
    .resources-area h3 {
      font-size: 30px;
      line-height: 33px; }

  .photo-montage-wrapper h3 {
    font-size: 30px;
    line-height: 33px; }

  .portfolio {
    padding: 40px 0 0; }
    .portfolio h3 {
      font-size: 30px;
      line-height: 33px; }

  .contact-area {
    padding: 40px 0;
    text-align: center; }
    .contact-area h3 {
      font-size: 30px;
      line-height: 33px; }

  .posts-area {
    padding: 40px 0; }

  .single-area {
    padding: 40px 0; }

  .single-area-wrapper {
    padding: 10px; }

  .post-meta-info {
    padding: 10px; } }
@media (max-width: 767px) {
  .main-banner {
    min-height: 400px; }
    .main-banner .container h1,
    .main-banner .container h3 {
      font-size: 30px;
      line-height: 35px; }

  .single .inner-banner {
    min-height: 250px; }

  .inner-banner {
    min-height: 250px; }
    .inner-banner h1 {
      font-size: 30px;
      line-height: 33px; }

  .posts-area article {
    text-align: center; }
    .posts-area article .img {
      float: none;
      width: auto; }
    .posts-area article .inner-wrappper {
      float: none;
      width: auto; }

  .previous-next {
    padding: 10px; }
    .previous-next .left-side {
      float: none;
      text-align: left; }
    .previous-next .right-side {
      float: none;
      text-align: right; }

  .text-image {
    text-align: center;
    padding: 20px 0; }
    .text-image h1 {
      font-size: 27px;
      line-height: 30px; }
    .text-image h2 {
      font-size: 25px;
      line-height: 28px; }
    .text-image h3 {
      font-size: 23px;
      line-height: 26px; }
    .text-image h4 {
      font-size: 21px;
      line-height: 23px; }
    .text-image h5 {
      font-size: 19px;
      line-height: 21px; }
    .text-image h5 {
      font-size: 17px;
      line-height: 19px; }
    .text-image img {
      margin-bottom: 15px; }
    .text-image .row {
      flex-direction: column-reverse; }

  .news-area {
    padding: 20px 0;
    text-align: center; }
    .news-area h3 {
      font-size: 27px;
      line-height: 30px; }

  .resources-area {
    padding: 20px 0; }
    .resources-area h3 {
      font-size: 27px;
      line-height: 30px; }

  .photo-montage-wrapper {
    padding: 20px 0; }
    .photo-montage-wrapper h3 {
      font-size: 27px;
      line-height: 30px; }

  .portfolio {
    padding: 20px 0 0; }
    .portfolio h3 {
      font-size: 27px;
      line-height: 30px; }

  .contact-area {
    padding: 20px 0;
    text-align: center; }
    .contact-area h3 {
      font-size: 27px;
      line-height: 30px; }

  .posts-area {
    padding: 20px 0; }

  .single-area {
    padding: 20px 0; }

  footer {
    text-align: center;
    padding: 20px 0; }
    footer p {
      text-align: center;
      margin: 0 0 20px; }
    footer .socials {
      text-align: center; } }

/*# sourceMappingURL=style.css.map */
