/*

Template: Gracious | Charity, Foundation and Donation HTML Template
Version: 1.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
  	- Action Box
  	- Blockquote
  	- Button
    - Category
    - Countdown
    - Counter
    - Feature Info
    - List Style
    - Owl Carousel
    - Portfolio
    - Pricing Table
    - Select Dropdown
    - Service
    - Tabs
    - Team
    - Testimonial
 :: Header
   - Header 02
 :: Banner
 :: Layout
 :: Sidebar
 :: Blog
   - Blog Detail
   - Blog Sidebar
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*****************************
  Typography
*****************************/
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #f0b558;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:focus {
    color: #f0b558;
    text-decoration: none !important; }
  a:hover {
    color: #f0b558;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #f0b558; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yantramanav", sans-serif;
  font-weight: normal;
  color: #445140;
  margin-top: 0px;
  font-weight: 600; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 42px;
  font-style: normal; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  line-height: 1.9; }

*::-moz-selection {
  background: #f0b558;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #f0b558;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #f0b558;
  color: #ffffff;
  text-shadow: none; }

/* container-fluid*/
.container-fluid.container-space {
  padding: 0 100px; }

/* form-control */
.form-control {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 52px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #445140;
  border-radius: 3px;
  background-clip: inherit !important; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #f0b558; }

.form-control::-moz-placeholder {
  color: #ffffff; }

.form-control::-ms-input-placeholder {
  color: #ffffff; }

.form-control::-webkit-input-placeholder {
  color: #ffffff; }

.custom-control, input[type=radio], .custom-control-label {
  cursor: pointer; }

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  z-index: 9; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  color: #445140;
  text-shadow: none; }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #f0b558; }

/* form-dark */
.form-dark .form-control {
  background-color: #445140;
  color: #ffffff; }
  .form-dark .form-control:focus {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    border-color: #f0b558; }

.form-dark .form-control::-moz-placeholder {
  color: #ffffff; }

.form-dark .form-control::-ms-input-placeholder {
  color: #ffffff; }

.form-dark .form-control::-webkit-input-placeholder {
  color: #ffffff; }

/* custom-file */
.custom-file {
  height: 50px; }
  .custom-file .custom-file-input {
    height: 50px;
    color: #445140;
    border-radius: 3px;
    border-color: #eeeeee; }
    .custom-file .custom-file-input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #f0b558; }
  .custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #445140;
    border-color: #eeeeee;
    padding: 15px 90px 15px 20px;
    border-radius: 3px; }
    .custom-file .custom-file-label:after {
      height: 48px;
      padding: 14px 25px; }

.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f0b558; }

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #f0b558;
  border-color: #f0b558; }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf; }

.form-group .form-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #445140;
  border-color: #445140;
  border-radius: 50%; }

.lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

/* border */
.border {
  border-color: #eeeeee !important; }

.border-top {
  border-top-color: #eeeeee !important; }

.border-left {
  border-left-color: #eeeeee !important; }

.border-right {
  border-right-color: #eeeeee !important; }

.border-bottom {
  border-bottom-color: #eeeeee !important; }

/* badge */
.badge {
  border-radius: 3px; }
  .badge + .badge {
    margin-left: 6px; }

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal; }

.badge-primary {
  background: #f0b558; }

/* back-to-to */
.back-to-top {
  background: #f0b558;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  overflow: hidden;
  cursor: pointer;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .back-to-top:hover {
    color: #445140; }
  .back-to-top:focus {
    color: #ffffff; }

/* breadcrumb */
.breadcrumb {
  padding-left: 0;
  background: transparent;
  font-family: "Yantramanav", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .breadcrumb .breadcrumb-item {
    padding-right: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400; }
    .breadcrumb .breadcrumb-item a {
      color: #ffffff; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #f0b558; }
    .breadcrumb .breadcrumb-item:before {
      color: #ffffff; }
  .breadcrumb .active {
    color: #f0b558; }

/* pagination */
.pagination .page-item {
  margin: 0 6px; }
  .pagination .page-item .active {
    background: #f0b558;
    border-radius: 3px;
    color: #ffffff !important; }
  .pagination .page-item .page-link {
    padding: 14px 24px;
    color: #666666;
    border-radius: 3px;
    border-color: #f0b558; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #f0b558;
      color: #ffffff; }
    .pagination .page-item .page-link:hover {
      background: #f0b558;
      color: #ffffff;
      border-radius: 3px; }

/* table */
.table-bordered td {
  border-color: #eeeeee; }

.table-bordered th {
  border-color: #eeeeee; }

.table thead th {
  border-bottom-color: #eeeeee; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa; }

.table td, .table th {
  vertical-align: middle; }

/*****************************
  Helper Classes
*****************************/
/* Text Color */
.text-primary {
  color: #f0b558 !important; }

.text-dark {
  color: #445140 !important; }

.text-light {
  color: #fafafa !important; }

.text-muted {
  color: #1b1b29 !important; }

/* Background Color */
.bg-primary {
  background: #f0b558 !important; }

.bg-dark {
  background: #445140 !important; }

.bg-gray {
  background: #dfdfdf !important; }

.bg-light {
  background: #fafafa !important; }

/* fill */
.fill-primary {
  fill: #f0b558;
  fill-rule: evenodd; }

.fill-dark {
  fill: #445140;
  fill-rule: evenodd; }

.fill-gray {
  fill: #dfdfdf;
  fill-rule: evenodd; }

.fill-light {
  fill: #fafafa;
  fill-rule: evenodd; }

.fill-white {
  fill: #ffffff;
  fill-rule: evenodd; }

/* Page section margin padding */
.space-lg-ptb {
  padding: 160px 0; }

.space-lg-pt {
  padding-top: 160px; }

.space-lg-pb {
  padding-bottom: 160px; }

.space-ptb {
  padding: 100px 0; }

.space-pt {
  padding-top: 100px; }

.space-pb {
  padding-bottom: 100px; }

.space-sm-ptb {
  padding: 70px 0; }

.space-sm-pt {
  padding-top: 70px; }

.space-sm-pb {
  padding-bottom: 70px; }

.space-lg-mt {
  margin-top: 150px; }

/* position */
.top-0 {
  top: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.top-50 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.left-50 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

/* z index */
.z-index-1 {
  z-index: 1; }

.z-index-9 {
  z-index: 9; }

.z-index-99 {
  z-index: 99; }

.z-index-999 {
  z-index: 999; }

.z-index-n1 {
  z-index: -1; }

/* Opacity */
.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }

/* Font Size */
.display-1 {
  font-size: 9rem;
  line-height: 1;
  font-weight: 800; }

.display-2 {
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 800; }

.display-3 {
  font-size: 7rem;
  line-height: 1.2;
  font-weight: 800; }

.display-4 {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 800; }

.display-5 {
  font-size: 5rem;
  line-height: 1.2; }

.display-6 {
  font-size: 4rem;
  line-height: 1.2; }

.display-7 {
  font-size: 3rem;
  line-height: 1.2; }

.display-8 {
  font-size: 2.5rem;
  line-height: 1.2; }

.display-9 {
  font-size: 1.5rem;
  line-height: 1.4; }

.display-10 {
  font-size: 1rem;
  line-height: 1.4; }

/* Overflow hidden */
.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-x-hidden {
  overflow-x: hidden; }

/* Box Shadow */
.box-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* border-radius */
.b-radius {
  border-radius: 3px; }

.b-radius-none {
  border-radius: 0 !important; }

.b-radius-left-none {
  border-radius: 0 3px 3px 0; }

.b-radius-right-none {
  border-radius: 3px 0 0 3px; }

/*****************************
  Display Responsive
*****************************/
@media (max-width: 1199px) {
  /* Font Size */
  .display-1 {
    font-size: 8rem; }
  .display-2 {
    font-size: 7rem; }
  .display-3 {
    font-size: 6rem; }
  .display-4 {
    font-size: 5rem; }
  .display-5 {
    font-size: 4.5rem; }
  .display-6 {
    font-size: 4rem; }
  .display-7 {
    font-size: 2.5rem; }
  .display-8 {
    font-size: 2rem; } }

@media (max-width: 991px) {
  /* Font Size */
  .display-1 {
    font-size: 7rem; }
  .display-2 {
    font-size: 6rem; }
  .display-3 {
    font-size: 5rem; }
  .display-4 {
    font-size: 4.5rem; }
  .display-5 {
    font-size: 4rem; }
  .display-6 {
    font-size: 3rem; } }

@media (max-width: 767px) {
  /* Font Size */
  .display-1 {
    font-size: 6rem; }
  .display-2 {
    font-size: 5rem; }
  .display-3 {
    font-size: 4rem; }
  .display-4 {
    font-size: 3.5rem; }
  .display-5 {
    font-size: 3rem; }
  .display-6 {
    font-size: 2.5rem; }
  .display-7 {
    font-size: 2.3rem; }
  .display-9 {
    font-size: 1.3rem; } }

@media (max-width: 575px) {
  /* Font Size */
  .display-1 {
    font-size: 5rem; }
  .display-2 {
    font-size: 4rem; }
  .display-3 {
    font-size: 3rem; }
  .display-4 {
    font-size: 2.5rem; }
  .display-5 {
    font-size: 2rem; }
  .display-6 {
    font-size: 1.8rem; }
  .display-7 {
    font-size: 1.6rem; }
  .display-8 {
    font-size: 1.5rem; }
  .display-9 {
    font-size: 1.2rem; } }

/* Height */
.h-100vh {
  height: 100vh !important; }

.h-900 {
  height: 900px; }

.h-800 {
  height: 800px; }

.h-700 {
  height: 700px; }

.h-600 {
  height: 600px; }

.h-500 {
  height: 500px; }

.h-400 {
  height: 400px; }

.h-300 {
  height: 300px; }

/*****************************
  Height Responsive
*****************************/
@media (max-width: 1199px) {
  /* Height */
  .h-lg-800 {
    height: 800px; }
  .h-lg-700 {
    height: 700px; }
  .h-lg-600 {
    height: 600px; }
  .h-lg-500 {
    height: 500px; }
  .h-lg-400 {
    height: 400px; }
  .h-lg-300 {
    height: 300px; } }

@media (max-width: 991px) {
  /* Height */
  .h-md-800 {
    height: 800px; }
  .h-md-700 {
    height: 700px; }
  .h-md-600 {
    height: 600px; }
  .h-md-500 {
    height: 500px; }
  .h-md-400 {
    height: 400px; }
  .h-md-300 {
    height: 300px; }
  .h-md-auto {
    height: auto; } }

@media (max-width: 767px) {
  /* Height */
  .h-sm-600 {
    height: 600px; }
  .h-sm-500 {
    height: 500px; }
  .h-sm-400 {
    height: 400px; }
  .h-sm-300 {
    height: 300px; }
  .h-sm-auto {
    height: auto; } }

/* padding */
.p-6 {
  padding: 5rem !important; }

.pt-6,
.py-6 {
  padding-top: 5rem !important; }

.pr-6,
.px-6 {
  padding-right: 5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 5rem !important; }

.pl-6,
.px-6 {
  padding-left: 5rem !important; }

/* margin */
.m-6 {
  margin: 7rem !important; }

.mr-6,
.mx-6 {
  margin-right: 7rem !important; }

.ml-6,
.mx-6 {
  margin-left: 7rem !important; }

.mt-6,
.my-6 {
  margin-top: 7rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 7rem !important; }

.m-7 {
  margin: 9rem !important; }

.mr-7,
.mx-7 {
  margin-right: 9rem !important; }

.ml-7,
.mx-7 {
  margin-left: 9rem !important; }

.mt-7,
.my-7 {
  margin-top: 9rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 9rem !important; }

.m-8 {
  margin: 10rem !important; }

.mr-8,
.mx-8 {
  margin-right: 10rem !important; }

.ml-8,
.mx-8 {
  margin-left: 10rem !important; }

.mt-8,
.my-8 {
  margin-top: 10rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 10rem !important; }

.m-9 {
  margin: 12rem !important; }

.mr-9,
.mx-9 {
  margin-right: 12rem !important; }

.ml-9,
.mx-9 {
  margin-left: 12rem !important; }

.mt-9,
.my-9 {
  margin-top: 12rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 12rem !important; }

.m-10 {
  margin: 14rem !important; }

.mr-10,
.mx-10 {
  margin-right: 14rem !important; }

.ml-10,
.mx-10 {
  margin-left: 14rem !important; }

.mt-10,
.my-10 {
  margin-top: 14rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 14rem !important; }

.m-n6 {
  margin: -7rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -7rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -7rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -7rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -7rem !important; }

.m-n7 {
  margin: -9rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -9rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -9rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -9rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -9rem !important; }

.m-n8 {
  margin: -10rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -10rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -10rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -10rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -10rem !important; }

.m-n9 {
  margin: -12rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -12rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -12rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -12rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -12rem !important; }

.m-n10 {
  margin: -14rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -14rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -14rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -14rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -14rem !important; }

@media (min-width: 576px) {
  /* Margin */
  .m-sm-n6 {
    margin: -7rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -7rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -7rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -7rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -7rem !important; }
  .m-sm-n7 {
    margin: -9rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -9rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -9rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -9rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -9rem !important; }
  .ml-sm-n9 {
    margin-left: -12rem !important; }
  .ml-sm-n10 {
    margin-left: -14rem !important; }
  /* Padding */
  .p-sm-6 {
    padding: 5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important; }
  .pr-sm-6,
  .py-sm-6 {
    padding-right: 5rem !important; }
  /* border */
  .border-sm-0 {
    border: 0 !important; }
  .border-sm-top {
    border-top: 1px solid #eeeeee !important; }
  .border-sm-right {
    border-right: 1px solid #eeeeee !important; }
  .border-sm-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-sm-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 768px) {
  /* Margin */
  .m-md-n6 {
    margin: -7rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -7rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -7rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -7rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -7rem !important; }
  .m-md-n7 {
    margin: -9rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -9rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -9rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -9rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -9rem !important; }
  .ml-md-n9 {
    margin-left: -12rem !important; }
  .ml-md-n10 {
    margin-left: -14rem !important; }
  /* Padding */
  .py-md-0 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important; }
  .p-md-6 {
    padding: 5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important; }
  /* border */
  .border-md-0 {
    border: 0 !important; }
  .border-md-top {
    border-top: 1px solid #eeeeee !important; }
  .border-md-right {
    border-right: 1px solid #eeeeee !important; }
  .border-md-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-md-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 992px) {
  /* Margin */
  .m-lg-n6 {
    margin: -7rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -7rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -7rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -7rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -7rem !important; }
  .m-lg-n7 {
    margin: -9rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -9rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -9rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -9rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -9rem !important; }
  .ml-lg-n9 {
    margin-left: -12rem !important; }
  .ml-lg-n10 {
    margin-left: -14rem !important; }
  /* Padding */
  .p-lg-6 {
    padding: 5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important; }
  /* border */
  .border-lg-0 {
    border: 0 !important; }
  .border-lg-top {
    border-top: 1px solid #eeeeee !important; }
  .border-lg-right {
    border-right: 1px solid #eeeeee !important; }
  .border-lg-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-lg-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 1200px) {
  /* Margin */
  .m-xl-n6 {
    margin: -7rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -7rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -7rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -7rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -7rem !important; }
  .m-xl-n7 {
    margin: -9rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -9rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -9rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -9rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -9rem !important; }
  .ml-xl-n9 {
    margin-left: -12rem !important; }
  .ml-xl-n10 {
    margin-left: -14rem !important; }
  /* Padding */
  .p-xl-6 {
    padding: 5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important; }
  /* border */
  .border-xl-0 {
    border: 0 !important; }
  .border-xl-top {
    border-top: 1px solid #eeeeee !important; }
  .border-xl-right {
    border-right: 1px solid #eeeeee !important; }
  .border-xl-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-xl-left {
    border-left: 1px solid #eeeeee !important; } }

/* pre-loader */
#pre-loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999; }

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto; }

/* Background overlay */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

.bg-overlay-dark-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-10:before {
    background: rgba(68, 81, 64, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-20:before {
    background: rgba(68, 81, 64, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-30:before {
    background: rgba(68, 81, 64, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-40:before {
    background: rgba(68, 81, 64, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-50:before {
    background: rgba(68, 81, 64, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-60:before {
    background: rgba(68, 81, 64, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-70:before {
    background: rgba(68, 81, 64, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-80:before {
    background: rgba(68, 81, 64, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-90:before {
    background: rgba(68, 81, 64, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-primary-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-primary-20:before {
    background: rgba(240, 181, 88, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-primary-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-primary-50:before {
    background: rgba(240, 181, 88, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-primary-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-primary-70:before {
    background: rgba(240, 181, 88, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-primary-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-primary-80:before {
    background: rgba(240, 181, 88, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-primary-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-primary-90:before {
    background: rgba(240, 181, 88, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.half-overlay:before {
  content: "";
  background: #445140;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: url(../images/bg/06.jpg);
  background-position: center center; }

.half-overlay.left-position:before {
  left: 0px; }

.half-overlay.right-position:before {
  right: 0px; }

.half-overlay:after {
  content: "";
  position: absolute;
  background: rgba(68, 81, 64, 0.8);
  width: 40%;
  height: 100%;
  left: 0;
  top: 0; }

/* avatar */
.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover; }

.avatar.avatar-sm {
  width: 20px;
  height: 20px; }

.avatar.avatar-md {
  width: 80px;
  height: 80px; }

.avatar.avatar-lg {
  width: 145px;
  height: 145px; }

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/* grayscale */
.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.grayscale:hover {
  -webkit-filter: inherit;
          filter: inherit; }

/* pagination */
.pagination .page-link {
  color: #f0b558; }

/* Contact-info */
.contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px; }
  .contact-info ul li:last-child {
    margin-bottom: 0; }
  .contact-info ul li span {
    margin-left: 15px; }
  .contact-info ul li i {
    margin-top: 5px; }

.post-navigation .nav-previous a {
  padding: 0;
  text-align: left; }
  .post-navigation .nav-previous a span {
    margin-left: 0;
    margin-right: 15px; }
    .post-navigation .nav-previous a span:before {
      right: auto;
      left: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .post-navigation .nav-previous a span:after {
      right: auto;
      left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .post-navigation .nav-previous a:hover {
    color: #f0b558; }
  .post-navigation .nav-previous a:focus {
    color: #f0b558; }
  .post-navigation .nav-previous a:active {
    color: #f0b558; }

.post-navigation .nav-next a {
  padding: 0;
  text-align: right; }
  .post-navigation .nav-next a:hover {
    color: #f0b558; }
  .post-navigation .nav-next a:focus {
    color: #f0b558; }
  .post-navigation .nav-next a:active {
    color: #f0b558; }

.post-navigation .nav-title {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
  display: inline-block; }

.post-tags a {
  color: #666666; }
  .post-tags a:hover {
    color: #f0b558; }

@media (max-width: 991px) {
  /* Page section margin padding */
  .space-lg-ptb {
    padding: 100px 0; }
  .space-lg-pt {
    padding-top: 100px; }
  .space-lg-pb {
    padding-bottom: 100px; }
  .space-ptb {
    padding: 70px 0; }
  .space-pt {
    padding-top: 70px; }
  .space-pb {
    padding-bottom: 70px; }
  .space-sm-ptb {
    padding: 50px 0; }
  .space-sm-pt {
    padding-top: 50px; }
  .space-sm-pb {
    padding-bottom: 50px; }
  .space-lg-mt {
    margin-top: 100px; } }

@media (max-width: 767px) {
  /* container */
  .container {
    max-width: 100%; }
  /* Page section margin padding */
  .space-lg-ptb {
    padding: 70px 0; }
  .space-lg-pt {
    padding-top: 70px; }
  .space-lg-pb {
    padding-bottom: 70px; }
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding-top: 50px; }
  .space-pb {
    padding-bottom: 50px; }
  .space-sm-ptb {
    padding: 30px 0; }
  .space-sm-pt {
    padding-top: 30px; }
  .space-sm-pb {
    padding-bottom: 30px; }
  .space-lg-mt {
    margin-top: 70px; } }

.form-control::-webkit-input-placeholder {
  color: #666666; }

.form-control::-moz-placeholder {
  color: #666666; }

.form-control:-ms-input-placeholder {
  color: #666666; }

.form-control::-ms-input-placeholder {
  color: #666666; }

.form-control::placeholder {
  color: #666666; }

@media (max-width: 991px) {
  .half-overlay:before,
  .half-overlay:after {
    content: none;
    position: inherit; } }

/*****************************
  Button
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button {
  outline: medium none !important;
  color: #f0b558; }

/* btn */
.btn {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 30px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 13px rgba(240, 181, 88, 0.2);
          box-shadow: 0px 0px 13px rgba(240, 181, 88, 0.2); }
  .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #445140; }
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 13px rgba(240, 181, 88, 0.5);
            box-shadow: 0px 0px 13px rgba(240, 181, 88, 0.5); }
    .btn:hover:before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: top left;
              transform-origin: top left; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -9;
    left: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #ffffff; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #f0b558;
  border-color: #f0b558; }

.btn-round {
  border-radius: 50px; }

/* btn-primary */
.btn-primary {
  background: #f0b558;
  color: #445140; }
  .btn-primary:hover {
    background: #eda93c;
    border-color: #eda93c;
    color: #445140; }
    .btn-primary:hover:not(:disabled):not(.disabled).active {
      background: #f0b558; }
    .btn-primary:hover:not(:disabled):not(.disabled):active {
      background: #f0b558; }
  .btn-primary:focus {
    background: #f0b558;
    border-color: #f0b558; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #f0b558;
  border-color: #f0b558; }

/* btn-dark */
.btn-dark {
  background: #445140;
  border-color: #445140; }
  .btn-dark:hover {
    background: #505f4b;
    border-color: #505f4b; }
  .btn-dark:before {
    background: #f0b558; }

.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #ffffff; }

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff; }

.btn + .btn {
  margin-left: 3px; }

.btn-link {
  color: #f0b558;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-link:hover {
    color: #445140;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:focus {
    color: #445140;
    text-decoration: none;
    outline: none; }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #445140; }

/* btn-white */
.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #445140; }
  .btn-white:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #445140; }
    .btn-white:hover:before {
      background: #f0b558; }
  .btn-white:active {
    color: #445140; }
  .btn-white:focus {
    color: #445140; }
  .btn-white:before {
    background: #f0b558; }

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #445140; }

/* btn-light */
.btn-light:active {
  color: #445140; }

.btn-light:focus {
  color: #445140; }

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #445140; }

.btn.btn-sm {
  padding: 6px 24px;
  font-size: 14px; }

.btn.btn-md {
  padding: 8px 30px;
  font-size: 14px; }

.btn.btn-lg {
  padding: 12px 35px;
  font-size: 16px; }

.btn.btn-xl {
  padding: 15px 60px;
  font-size: 18px; }

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; }
  .btn-app i {
    font-size: 30px; }

/* btn-outline-secondary */
.btn-outline-secondary {
  border: 2px solid #eeeeee;
  color: #445140; }
  .btn-outline-secondary:hover {
    background: #445140;
    color: #ffffff;
    border-color: #445140; }
  .btn-outline-secondary:focus {
    background: #445140;
    color: #ffffff;
    border-color: #445140; }

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #445140;
  color: #ffffff;
  border-color: #445140; }

.btn-outline-primary {
  color: #445140;
  border-color: #f0b558; }
  .btn-outline-primary:hover {
    background: #ffffff;
    color: #445140;
    border-color: #ffffff; }
  .btn-outline-primary:focus {
    background: #ffffff;
    color: #445140;
    border-color: #ffffff; }

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #ffffff;
  color: #445140;
  border-color: #ffffff; }

/* btn-arrow */
.btn-arrow {
  position: relative;
  padding: 15px 50px;
  font-size: 18px; }
  .btn-arrow:hover {
    background-color: #f0b558;
    border-color: #f0b558; }
  .btn-arrow i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 0px;
    opacity: 0;
    font-size: 30px; }

.btn-arrow:hover i {
  opacity: 1;
  right: -25px; }

.bg-primary .btn:before {
  background: #ffffff; }

.bg-primary .btn-white:before {
  background: #445140; }

.bg-primary .btn:hover {
  color: #445140; }

.bg-primary .btn-white:hover {
  color: #ffffff; }

.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none; }
  .accordion .card:last-child .card-header {
    margin-bottom: 0; }

.accordion .card-body {
  padding: 20px 30px 30px 30px; }

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0; }

.accordion > .card .card-header {
  margin-bottom: 10px; }

.accordion .accordion-icon.card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0b558;
  font-size: 18px;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: normal;
  position: relative;
  border-radius: 3px;
  font-weight: 500; }

.accordion .accordion-icon.card-header .btn:after {
  content: "\f078";
  margin-left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px; }

.accordion .accordion-icon.card-header button.collapsed {
  background: #445140; }
  .accordion .accordion-icon.card-header button.collapsed:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.accordion .card-header .btn:before {
  content: none;
  position: inherit; }

.accordion .card-header .btn:after {
  content: none;
  position: inherit; }

/*****************************
  List Style
*****************************/
.list {
  padding: 0;
  margin: 0; }
  .list li {
    list-style: none;
    margin-bottom: 10px; }
    .list li i {
      padding-right: 10px;
      font-size: 12px; }
    .list li:last-child {
      margin-bottom: 0; }

/*****************************
  Category
*****************************/
.category-style-01 {
  margin-bottom: 30px; }
  .category-style-01 img {
    border-radius: 3px; }
  .category-style-01 .category-contant {
    text-align: center;
    padding: 10px 10px;
    margin: -30px 25px 0;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    margin-bottom: 0;
    display: block; }
  .category-style-01:hover .category-contant {
    background-color: #f0b558;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

/*****************************
  Action Box
*****************************/
.callout {
  background: #445140;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(68, 81, 64, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(68, 81, 64, 0.05);
  border-radius: 3px;
  padding: 50px 0px 50px 100px;
  margin-right: 85px; }
  .callout .callout-title {
    -ms-flex-item-align: center;
        align-self: center; }
  .callout h3 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: inherit;
    letter-spacing: -0.8px; }
  .callout .callout-botton {
    margin-right: -85px;
    text-align: right; }
    .callout .callout-botton .btn {
      padding: 26px 28px; }
      .callout .callout-botton .btn i {
        font-size: 20px; }

/*****************************
   Feature Info
*****************************/
.feature-item {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px; }
  .feature-item i {
    font-size: 54px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 54px; }

.feature-item-shadow {
  -webkit-box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1); }

.feature-item-shadow:hover {
  -webkit-box-shadow: 0 2px 40px rgba(68, 81, 64, 0.3);
          box-shadow: 0 2px 40px rgba(68, 81, 64, 0.3); }

.feature-item.active {
  -webkit-box-shadow: 0 2px 40px rgba(68, 81, 64, 0.3);
          box-shadow: 0 2px 40px rgba(68, 81, 64, 0.3); }

/* feature-info-box */
.feature-info-box {
  margin-bottom: 45px; }

.feature-info-box.right-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }
  .feature-info-box.right-icon:hover {
    background: #f0b558;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .feature-info-box.right-icon h4 {
    margin-bottom: 0;
    margin-right: 20px; }

.feature-info-box.left-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
  .feature-info-box.left-icon:hover {
    background: #f0b558;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .feature-info-box.left-icon h4 {
    margin-bottom: 0;
    margin-left: 20px; }

/* feature-step-list */
.feature-step-list {
  display: inline-block;
  padding: 0; }

.feature-step-list {
  margin-bottom: 0px; }
  .feature-step-list li {
    width: 33.333333%;
    float: left;
    list-style-type: none; }
    .feature-step-list li:last-child {
      margin-bottom: 0px; }
    .feature-step-list li .feature-step {
      position: relative;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .feature-step-list li .feature-step .feature-step-divider {
        position: relative; }
        .feature-step-list li .feature-step .feature-step-divider:before {
          content: "";
          border-top: 3px dotted #f0b558;
          width: 80px;
          position: absolute;
          top: 60px;
          right: -11%; }
        .feature-step-list li .feature-step .feature-step-divider .feature-step-icon {
          position: relative;
          height: 105px;
          width: 105px;
          font-size: 40px;
          margin-bottom: 10px;
          color: #f0b558;
          display: inline-block;
          padding-top: 25px;
          background-color: #f0b558;
          border-radius: 3px; }
          .feature-step-list li .feature-step .feature-step-divider .feature-step-icon i {
            position: absolute;
            top: 35px;
            right: 0;
            left: 0px;
            color: #445140;
            font-size: 70px; }
          .feature-step-list li .feature-step .feature-step-divider .feature-step-icon .feature-step-number {
            background: #445140;
            color: #ffffff;
            border-radius: 50%;
            position: absolute;
            top: -15px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            right: -15px;
            font-size: 18px;
            font-weight: 700; }
      .feature-step-list li .feature-step .feature-info-content {
        padding: 0px 40px; }
        .feature-step-list li .feature-step .feature-info-content h4 {
          margin: 40px 0px 20px; }
    .feature-step-list li:last-child .feature-step-divider:before {
      display: none; }

.info-box {
  border-radius: 3px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  padding: 40px; }
  .info-box .feature-info-content h4 {
    margin-bottom: 20px;
    font-weight: 700; }
  .info-box .feature-info-icon {
    margin-bottom: 25px;
    color: #445140; }
    .info-box .feature-info-icon i {
      font-size: 60px; }

.feature-info .feature-info-content span {
  display: block; }

/*****************************
		Service
*****************************/
.service-item {
  position: relative;
  margin-bottom: 100px; }
  .service-item .service-item-img {
    overflow: hidden;
    border-radius: 3px; }
    .service-item .service-item-img img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .service-item .service-item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    width: 90%;
    text-align: center;
    padding: 60px 30px 20px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 9;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .service-item .service-item-info .service-item-icon {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 80px;
      width: 80px;
      line-height: 80px;
      display: inline-block;
      border-radius: 3px;
      text-align: center;
      background: #445140; }
      .service-item .service-item-info .service-item-icon i {
        font-size: 44px; }
    .service-item .service-item-info .service-item-content p {
      margin-bottom: 0px; }
  .service-item:hover .service-item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .service-item:hover .service-item-info {
    bottom: 20px; }

/*****************************
		causes
*****************************/
.causes-item {
  /* background: #FFF8DC; */
  background: #F5F5DC;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1); }
  .causes-item .causes-info {
    padding: 30px 30px 0; }
  .causes-item .causes-meta {
    padding: 20px 30px; }
    .causes-item .causes-meta ul li strong {
      display: block;
      font-size: 16px;
      color: #445140; }

.causes-details-payment {
  -webkit-box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1); }

.causes-detail .causes-item {
  -webkit-box-shadow: none;
          box-shadow: none; }

/*****************************
	Portfolio
*****************************/
.my-shuffle-container {
  margin-left: -15px;
  margin-right: -15px; }
  .my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px; }

.portfolio-item {
  position: relative;
  overflow: hidden; }
  .portfolio-item .portfolio-overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0;
    background: rgba(68, 81, 64, 0.8);
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .portfolio-item .portfolio-overlay .portfolio-description {
    position: absolute;
    bottom: -60px;
    left: 20px;
    right: 20px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .portfolio-item .portfolio-overlay .portfolio-img {
    position: absolute;
    top: -50px;
    right: 20px; }
    .portfolio-item .portfolio-overlay .portfolio-img i {
      color: #ffffff;
      font-size: 18px; }
  .portfolio-item:hover .portfolio-overlay:before {
    height: 100%; }
  .portfolio-item:hover .portfolio-description {
    bottom: 20px;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .portfolio-item:hover .portfolio-img {
    top: 20px;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }

.filters-group {
  display: table;
  margin: 0 auto 50px;
  text-align: center; }
  .filters-group button {
    margin: 0 15px 10px;
    padding: 14px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    background-color: #445140;
    color: #ffffff;
    border: 1px solid #445140;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .filters-group button:hover {
      background-color: #f0b558;
      color: #445140;
      border: 1px solid #f0b558; }
  .filters-group button.active {
    background-color: #f0b558;
    color: #445140;
    border: 1px solid #f0b558; }

@media (max-width: 991px) {
  .my-shuffle-container .grid-item {
    width: 50%; } }

@media (max-width: 575px) {
  .my-shuffle-container .grid-item {
    width: 100%; }
  .filters-group button {
    margin: 0 5px 10px;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 16px; } }

/*****************************
	Team
*****************************/
.team {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 10px 20px rgba(68, 81, 64, 0.1); }
  .team .team-img img {
    width: 100%; }
  .team .team-content {
    background-color: #ffffff;
    text-align: center;
    padding: 35px 15px; }
    .team .team-content span {
      display: block;
      font-size: 16px;
      margin-top: 10px; }
    .team .team-content .team-social {
      margin: 0;
      margin-top: 20px;
      padding: 0; }
      .team .team-content .team-social li {
        position: relative;
        display: inline-block;
        margin: 0 8px; }
        .team .team-content .team-social li a {
          position: relative;
          display: block;
          font-size: 16px;
          line-height: 26px;
          color: #445140;
          font-weight: 500;
          -webkit-transition: all 300ms ease;
          transition: all 300ms ease; }
          .team .team-content .team-social li a:hover {
            color: #f0b558; }

.team-02 {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 70px; }
  .team-02 .team-img {
    position: relative;
    overflow: hidden; }
    .team-02 .team-img img {
      display: block;
      width: 100%;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .team-02 .team-img:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background-color: rgba(68, 81, 64, 0.2);
      -webkit-transform: scale(0);
              transform: scale(0);
      border-radius: 3px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
  .team-02 .team-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 2;
    background-color: white;
    text-align: center;
    padding: 35px 15px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-box-shadow: 0 10px 20px rgba(68, 81, 64, 0.1);
            box-shadow: 0 10px 20px rgba(68, 81, 64, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .team-02 .team-content span {
      display: block;
      font-size: 16px;
      margin-top: 10px; }
    .team-02 .team-content .team-social {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .team-02 .team-content .team-social li {
        position: relative;
        display: inline-block;
        margin: 0 8px; }
        .team-02 .team-content .team-social li a {
          position: relative;
          display: block;
          font-size: 16px;
          line-height: 26px;
          color: #445140;
          font-weight: 500;
          -webkit-transition: all 300ms ease;
          transition: all 300ms ease; }
          .team-02 .team-content .team-social li a:hover {
            color: #f0b558; }
  .team-02:hover .team-img:before {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out; }
  .team-02:hover .team-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .team-02:hover .team-social {
    height: 26px;
    margin-top: 15px; }

/*****************************
    Testimonial
*****************************/
.testimonial .owl-item {
  padding: 0 2%; }

.testimonial .testimonial-item .testimonial-avatar {
  margin-bottom: 40px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 40px; }

.testimonial .testimonial-item .testimonial-content {
  margin-bottom: 30px; }
  .testimonial .testimonial-item .testimonial-content p {
    font-size: 26px;
    color: #445140;
    line-height: 1.4; }

.testimonial .testimonial-item .testimonial-author .testimonial-name h6 {
  font-weight: 700; }

.row-background .testimonial-item .testimonial-content p {
  color: #ffffff; }

.row-background .testimonial-item .testimonial-author {
  color: #ffffff; }
  .row-background .testimonial-item .testimonial-author .testimonial-name h6 {
    color: #f0b558; }

@media (max-width: 991.98px) {
  .testimonial-item .testimonial-content p {
    font-size: 20px; } }

@media (max-width: 767.98px) {
  .testimonial-item .testimonial-avatar {
    margin-bottom: 20px; }
  .testimonial-item .testimonial-content {
    margin-bottom: 20px; }
  .testimonial-item .testimonial-content p {
    font-size: 16px; }
  .testimonial-style-02 .testimonial-item {
    padding: 0 5%; }
  .testimonial-style-02 .item .svg-item {
    display: none; } }

@media (max-width: 575.98px) {
  .testimonial-style-02 .testimonial-item {
    margin-top: 20px; }
  .testimonial-style-02 .testimonial-item .testimonial-avatar {
    width: 80px;
    height: 80px; } }

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
  border: none; }
  .accordion .card:last-child .card-header {
    margin-bottom: 0; }

.accordion .card-body {
  padding: 20px 30px 30px 30px; }

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0; }

.accordion > .card .card-header {
  margin-bottom: 10px; }

.accordion .accordion-icon.card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0b558;
  font-size: 18px;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: normal;
  position: relative;
  border-radius: 3px;
  font-weight: 500; }

.accordion .accordion-icon.card-header .btn:after {
  content: "\f078";
  margin-left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px; }

.accordion .accordion-icon.card-header button.collapsed {
  background: #445140; }
  .accordion .accordion-icon.card-header button.collapsed:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.accordion .card-header .btn:before {
  content: none;
  position: inherit; }

.accordion .card-header .btn:after {
  content: none;
  position: inherit; }

/*****************************
  Counter
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px; }
  .counter .counter-icon i {
    color: #f0b558;
    margin-right: 25px;
    font-size: 70px;
    line-height: 70px; }
  .counter .counter-content {
    -ms-flex-item-align: center;
        align-self: center; }
    .counter .counter-content .timer {
      position: relative;
      font-size: 44px;
      line-height: 44px;
      font-weight: 700;
      font-family: "Yantramanav", sans-serif;
      color: #445140;
      margin-bottom: 10px;
      display: block; }
    .counter .counter-content label {
      display: block;
      color: #445140;
      margin-bottom: 0;
      font-size: 16px; }

.bg-dark .counter .counter-content .timer {
  color: #ffffff; }

.bg-dark .counter .counter-content label {
  color: #ffffff; }

.bg-primary .counter .counter-icon i {
  color: #445140; }

.bg-primary .counter .counter-content .timer {
  color: #ffffff; }

.bg-primary .counter .counter-content label {
  color: #ffffff; }

/*****************************
	Tabs
*****************************/
.nav-tabs {
  border: none; }
  .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 15px;
    width: 30%;
    text-align: center; }
    .nav-tabs .nav-item .nav-link {
      border: none;
      font-size: 18px;
      padding: 25px 40px;
      font-family: "Yantramanav", sans-serif;
      font-weight: 700;
      color: #ffffff;
      background-color: #445140;
      -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
              box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
      border-radius: 3px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .nav-tabs .nav-item .nav-link:hover {
        color: #445140;
        background-color: #f0b558;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .nav-tabs .nav-item .nav-link.active {
      color: #445140;
      background-color: #f0b558; }
  .nav-tabs .nav-item:last-child {
    margin-right: 0px; }

.tab-content #choose-us {
  margin-top: 70px; }

.tab-content #question {
  margin-top: 55px; }

/* nav-tabs-02 */
.nav-tabs.nav-tabs-02 {
  border: none; }
  .nav-tabs.nav-tabs-02 .nav-item {
    margin-bottom: 0; }
    .nav-tabs.nav-tabs-02 .nav-item .nav-link {
      background: #445140;
      border: none;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 3px; }
    .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
      background: #f0b558;
      border: none;
      color: #445140; }

@media (max-width: 767px) {
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    font-size: 16px; }
  .nav-tabs.nav-tabs-02 .nav-item, .nav-tabs .nav-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .nav-tabs .nav-item:last-child {
    margin-bottom: 0; } }

/*****************************
	Select Dropdown
*****************************/
.form-group {
  position: relative; }

.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #445140;
    font-weight: 500;
    line-height: inherit; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #ffffff; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #eeeeee; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fafafa; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(240, 181, 88, 0.1);
  color: #f0b558; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9; }

.select-border .select2-container--default .select2-selection--single {
  border: 2px solid #eeeeee;
  height: 50px;
  padding: 15px 20px;
  border-radius: 3px;
  background: transparent; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 10px; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3a4957; }

.select2-container--open .select2-dropdown {
  background: #fafafa;
  padding: 7px;
  border: 1px solid #eeeeee; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container .select2-selection--single {
  display: block; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute; }

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0; }
  .owl-carousel .owl-nav .owl-prev i {
    width: 40px;
    height: 40px;
    background: transparent;
    display: block;
    line-height: 40px;
    color: #f0b558;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #f0b558;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f0b558; }
    .owl-carousel .owl-nav .owl-prev i:hover {
      background: #f0b558;
      color: #ffffff; }
      .owl-carousel .owl-nav .owl-prev i:hover:before {
        right: 6px; }
    .owl-carousel .owl-nav .owl-prev i:before {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      right: -6px;
      font-size: 27px; }

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }
  .owl-carousel .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    background: transparent;
    display: block;
    line-height: 40px;
    color: #f0b558;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #f0b558;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f0b558; }
    .owl-carousel .owl-nav .owl-next i:hover {
      background: #f0b558;
      color: #ffffff; }
      .owl-carousel .owl-nav .owl-next i:hover:before {
        left: 6px; }
    .owl-carousel .owl-nav .owl-next i:before {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      left: -6px;
      font-size: 27px; }

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 10px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    display: inline-block;
    width: 12px;
    min-height: 12px;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border: 1px solid #dfdfdf; }
  .owl-carousel .owl-dots .owl-dot:hover span {
    background: #f0b558;
    min-height: 17px; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #f0b558;
    border-color: #f0b558;
    min-height: 17px; }

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 4px 0; }

/*****************************
  Pricing Table
*****************************/
.pricing {
  padding: 30px 40px;
  background: #ffffff; }
  .pricing .pricing-price {
    margin-bottom: 10px; }
    .pricing .pricing-price span {
      font-size: 24px;
      font-weight: 600;
      color: #445140; }
  .pricing .pricing-list {
    margin-bottom: 30px; }
    .pricing .pricing-list li {
      padding-bottom: 20px;
      color: #666666;
      font-weight: 600; }
      .pricing .pricing-list li i {
        font-size: 12px;
        margin-right: 10px;
        color: #f0b558; }
      .pricing .pricing-list li:last-child {
        padding-bottom: 0; }

.pricing.active {
  -webkit-box-shadow: 0 10px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 10px 20px rgba(68, 81, 64, 0.1); }
  .pricing.active .pricing-price span {
    color: #f0b558; }

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: left;
  margin-right: 40px;
  padding-right: 40px; }
  .countdown span {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #ffffff; }
  .countdown p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff; }

@media (max-width: 1199px) {
  .countdown {
    margin-right: 30px;
    padding-right: 30px; } }

@media (max-width: 767px) {
  .countdown {
    margin-right: 20px;
    padding-right: 20px; } }

/*****************************
  Blockquote
*****************************/
.blockquote {
  font-size: 16px;
  border-left: 10px solid #f0b558;
  padding-left: 30px;
  font-style: italic;
  display: block; }

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #f0b558;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1; }
  .blockquote-quote p {
    position: relative; }
  .blockquote-quote i {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    font-size: 60px;
    line-height: 60px;
    color: #dfdfdf; }

/* blockquote-01 */
.blockquote-01 {
  padding: 40px 0px 60px 0;
  position: relative;
  margin: 0 30px 0 0px; }
  .blockquote-01 .blockquote-info {
    padding: 40px 40px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    border-radius: 3px;
    position: relative;
    background-color: #ffffff; }
    .blockquote-01 .blockquote-info .blockquote-quote {
      position: absolute;
      top: -60px;
      left: 12%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
      .blockquote-01 .blockquote-info .blockquote-quote i {
        font-size: 90px;
        color: rgba(68, 81, 64, 0.2); }
    .blockquote-01 .blockquote-info .blockquote-content {
      font-size: 14px;
      font-weight: 500;
      position: relative;
      margin-bottom: 0px;
      color: #666666; }

/* blockquote 02 */
.blockquote-02 {
  padding: 70px 0px;
  text-align: center;
  position: relative;
  margin: 0 30px; }
  .blockquote-02 .blockquote-info {
    padding: 70px 80px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    border-radius: 3px;
    position: relative;
    background-color: #ffffff; }
    .blockquote-02 .blockquote-info .blockquote-quote {
      position: absolute;
      top: -60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
      .blockquote-02 .blockquote-info .blockquote-quote i {
        font-size: 90px;
        color: rgba(68, 81, 64, 0.2); }
    .blockquote-02 .blockquote-info .blockquote-content {
      font-size: 18px;
      font-style: italic;
      font-weight: 600;
      position: relative;
      margin-bottom: 0px; }
    .blockquote-02 .blockquote-info .blockquote-author {
      margin-bottom: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -70px; }
      .blockquote-02 .blockquote-info .blockquote-author .blockquote-name h6 {
        font-weight: 400;
        margin-right: 10px;
        display: inline-block; }
      .blockquote-02 .blockquote-info .blockquote-author .blockquote-name span {
        font-size: 16px;
        font-weight: 400;
        color: #dfdfdf; }

/*****************************
	Form
*****************************/
.volunteer-form .form-control {
  background: transparent;
  margin-bottom: 20px;
  border-width: 2px;
  color: #ffffff; }
  .volunteer-form .form-control:focus {
    border-color: #ffffff; }
  .volunteer-form .form-control option {
    color: #445140;
    padding: 10px; }

.volunteer-form .custom-file-label {
  background: transparent;
  color: #ffffff;
  font-weight: normal;
  border-width: 2px; }

.volunteer-form .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "CV";
  border-radius: 0; }

.volunteer-form input:not([type="submit"]) {
  border-color: #ffffff;
  color: #ffffff;
  width: 100%;
  background-color: transparent;
  outline: none;
  padding: 0 20px;
  position: relative; }

.volunteer-form input[type=file] {
  cursor: pointer;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0; }

/* Donation Form */
.amount-select, .payment-select {
  margin: 0;
  padding: 0; }

.amount-select li {
  width: 150px;
  display: inline-block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #445140;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px; }

.amount-select input {
  margin-right: 0;
  position: absolute;
  z-index: -1; }

.amount-select label {
  width: 100%;
  cursor: pointer; }

.amount-select input:checked ~ label {
  background: #f0b558; }

.other-amount {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30px; }

.other-amount label {
  display: inline-block;
  position: relative;
  width: 200px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600; }

.other-amount input {
  width: 350px; }

.payment-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }

.payment-select li {
  margin-right: 20px;
  width: 100px;
  text-align: center; }

input[type="radio"] {
  left: 0px;
  top: 0px;
  visibility: hidden;
  position: absolute;
  opacity: 0; }

.payment-select input {
  margin-right: 0;
  position: absolute;
  z-index: -1; }

.payment-select label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid rgba(68, 81, 64, 0.1);
  border-radius: 3px; }

.payment-select img {
  height: 20px; }

.payment-select input:checked ~ label {
  border-color: #f0b558; }

.bg-dark .form-control::-webkit-input-placeholder {
  color: #ffffff; }

.bg-dark .form-control::-moz-placeholder {
  color: #ffffff; }

.bg-dark .form-control:-ms-input-placeholder {
  color: #ffffff; }

.bg-dark .form-control::-ms-input-placeholder {
  color: #ffffff; }

.bg-dark .form-control::placeholder {
  color: #ffffff; }

@media (max-width: 767px) {
  .amount-select li {
    width: 120px; }
  .other-amount {
    display: block; }
  .other-amount input {
    width: 100%; } }

@media (max-width: 575px) {
  .amount-select li {
    display: block;
    margin-bottom: 10px; }
    .amount-select li:last-child {
      margin-bottom: 0; } }

/*****************************
		event
*****************************/
.event-item {
  background: #ffffff;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1);
  position: relative; }
  .event-item .event-info {
    padding: 30px;
    position: relative; }
  .event-item .event-meta ul li {
    margin-bottom: 15px;
    margin-right: 10px; }
    .event-item .event-meta ul li:last-child {
      margin-right: 0; }
    .event-item .event-meta ul li strong {
      display: block;
      font-size: 16px;
      color: #445140; }

.event-details-payment {
  -webkit-box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1);
          box-shadow: 0 1px 20px rgba(68, 81, 64, 0.1); }

.event-item .event-img {
  position: relative; }

.event-item .event-date {
  display: inline-block;
  background: #f0b558;
  position: absolute;
  bottom: 30px;
  left: 26px;
  text-align: center;
  border-radius: 5px;
  padding: 10px; }

.event-item .event-date h4 {
  color: #ffffff;
  margin-bottom: 0; }

.event-item .event-date label {
  color: #ffffff;
  margin-bottom: 0px; }

/*****************************
  header
*****************************/
.header {
  background: #ffffff;
  position: relative;
  z-index: 99; }
  .header .container-fluid {
    padding: 0 60px; }

/* topbar */
.header .topbar {
  background: #445140;
  padding: 10px 0; }
  .header .topbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #ffffff; }
    .header .topbar ul li {
      padding: 0 10px; }
  .header .topbar a {
    color: #ffffff;
    font-size: 13px; }
    .header .topbar a:hover {
      color: #f0b558; }

.header .topbar ul .login {
  position: relative; }
  .header .topbar ul .login:before {
    position: absolute;
    content: "|";
    top: 0;
    right: 0;
    font-size: 13px; }

.header .topbar .dropdown {
  margin-right: 20px; }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0; }
    .header .topbar .dropdown .dropdown-toggle i {
      font-size: 10px; }
  .header .topbar .dropdown .dropdown-menu a {
    color: #445140; }
    .header .topbar .dropdown .dropdown-menu a:hover {
      color: #f0b558; }

.header .topbar .social ul {
  margin: 0; }
  .header .topbar .social ul li {
    display: inline-block;
    padding: 0 6px; }
    .header .topbar .social ul li:last-child {
      padding-right: 0; }
    .header .topbar .social ul li a {
      color: #ffffff;
      font-size: 12px; }
      .header .topbar .social ul li a:hover {
        color: #f0b558; }

.header .topbar .login {
  display: inline-block; }
  .header .topbar .login a {
    color: #ffffff; }
    .header .topbar .login a:hover {
      color: #f0b558; }

.navbar-brand .logo-sticky {
  display: none; }

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }
  .topbar .dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px; }
    .topbar .dropdown .dropdown-menu a:hover {
      background: rgba(240, 181, 88, 0.1);
      color: #f0b558; }

/* navbar */
.header .navbar .navbar-nav .nav-item {
  padding: 10px 25px; }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #445140;
    padding: 0;
    text-transform: capitalize; }
    .header .navbar .navbar-nav .nav-item .nav-link i {
      font-weight: bold; }
    .header .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #f0b558; }

.header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  left: 0; }

.header .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  content: "";
  background: #f0b558;
  height: 3px;
  width: 0;
  top: calc(100% - 0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header .navbar .navbar-nav .nav-item.active .nav-link,
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #f0b558; }

.header .navbar .navbar-nav .nav-item.active .nav-link:before,
.header .navbar .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%; }

.dropdown-menu {
  z-index: 9999; }

.navbar-collapse {
  position: relative; }

.navbar-light {
  color: #ffffff;
  background-color: #fafafa;
  border-color: #eeeeee; }
  .navbar-light .navbar-nav > li > a {
    color: #ffffff; }
  .navbar-light .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff; }

.navbar .navbar-brand {
  padding: 20px 0px;
  margin-right: 0;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }
  .navbar .navbar-brand img {
    height: 50px; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #445140;
  text-transform: capitalize;
  font-size: 14px; }
  .header .navbar-nav li > a:hover {
    color: #f0b558; }
  .header .navbar-nav li > a i {
    margin-left: 5px;
    font-size: 10px; }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  text-align: right; }

/* header-transparent */
.header.header-transparent {
  position: absolute;
  background: transparent !important;
  width: 100%;
  z-index: 99; }
  .header.header-transparent .navbar .navbar-brand {
    margin-right: 40px;
    padding: 20px 0; }
    .header.header-transparent .navbar .navbar-brand img {
      height: 50px; }
  .header.header-transparent .navbar .navbar-nav .nav-link {
    color: #ffffff; }

/* Header 02 */
.header-style-02 .navbar {
  background: #ffffff;
  top: 40px; }
  .header-style-02 .navbar .navbar-nav .nav-item .nav-link {
    color: #445140; }

.header-style-02 .navbar.is-sticky.navbar {
  left: 0;
  top: 0; }

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
  color: #f0b558;
  background: none; }

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit; }

.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu a.dropdown-item {
  display: inline-block;
  width: auto; }

.header .navbar .dropdown-menu {
  padding: 20px 30px; }

.header .navbar .dropdown-menu li a i {
  margin-left: auto; }

.navbar .dropdown > .dropdown-menu li {
  padding: 10px 20px 10px 0;
  min-width: 150px; }
  .navbar .dropdown > .dropdown-menu li > a {
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar .dropdown > .dropdown-menu li > a:before {
      position: absolute;
      content: "";
      background: #f0b558;
      height: 3px;
      width: 0;
      bottom: -5px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .navbar .dropdown > .dropdown-menu li > a:hover {
      color: #f0b558;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .navbar .dropdown > .dropdown-menu li > a:hover:before {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

/* header-transparent */
.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff; }
  .header-transparent .navbar .navbar-nav .nav-link:hover {
    color: #f0b558; }

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #f0b558; }

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: #f0b558; }
  .navbar .navbar-nav .dropdown-menu li.active > a:before {
    width: 100%; }

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
      align-self: inherit;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: #f0b558; }

/* header-02 */
.header.header-02 .topbar {
  background: #ffffff; }
  .header.header-02 .topbar .phone {
    font-size: 18px;
    color: #445140;
    font-weight: bold; }
    .header.header-02 .topbar .phone i {
      font-size: 20px;
      color: #f0b558; }
  .header.header-02 .topbar .navbar-brand {
    padding: 10px; }
  .header.header-02 .topbar .add-listing a {
    font-size: 16px;
    color: #445140; }
  .header.header-02 .topbar .add-listing .login {
    font-size: 20px;
    color: #445140; }

.header.header-02 .navbar .navbar-brand {
  display: none; }

.header.header-02 .navbar .add-listing {
  display: none; }
  .header.header-02 .navbar .add-listing .login {
    font-size: 20px;
    color: #445140; }

.header.header-02 .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
  color: #445140;
  left: 0; }
  .header.header-02 .navbar .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    content: "";
    background: #f0b558;
    height: 3px;
    width: 0;
    right: calc(100% - 15px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header.header-02 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #445140; }
    .header.header-02 .navbar .navbar-nav .nav-item .nav-link:hover:before {
      width: 15px; }

.header.header-02 .navbar .navbar-nav .nav-item.active .nav-link {
  color: #445140; }
  .header.header-02 .navbar .navbar-nav .nav-item.active .nav-link:before {
    width: 15px;
    right: calc(100% - 15px); }

/* header-03 */
.header.header-03 {
  padding: 10px 0; }
  .header.header-03 .navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header.header-03 .navbar .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      color: #445140;
      left: 0; }
      .header.header-03 .navbar .navbar-nav .nav-item .nav-link:before {
        position: absolute;
        content: "";
        background: #f0b558;
        height: 3px;
        width: 0;
        right: calc(100% - 15px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .header.header-03 .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #445140;
        left: 10px; }
        .header.header-03 .navbar .navbar-nav .nav-item .nav-link:hover:before {
          width: 15px; }
    .header.header-03 .navbar .navbar-nav .nav-item.active .nav-link {
      color: #445140; }
      .header.header-03 .navbar .navbar-nav .nav-item.active .nav-link:before {
        width: 15px;
        right: calc(100% - 15px); }
  .header.header-03 .navbar .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px; }
    .header.header-03 .navbar .add-listing .phone {
      color: #445140;
      font-size: 18px;
      font-weight: 700; }
      .header.header-03 .navbar .add-listing .phone i {
        color: #f0b558; }
    .header.header-03 .navbar .add-listing .login {
      font-size: 20px;
      color: #445140; }

/*header sticky*/
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.header .is-sticky.navbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  top: 0;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }

.header .is-sticky.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15); }
  .header .is-sticky.navbar .navbar-brand {
    padding: 5px 0; }
  .header .is-sticky.navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #445140; }
    .header .is-sticky.navbar .navbar-nav .nav-item .nav-link:hover {
      color: #445140; }
  .header .is-sticky.navbar .navbar-nav .nav-item.active .nav-link {
    color: #445140; }
  .header .is-sticky.navbar .navbar-brand .logo {
    display: none; }
  .header .is-sticky.navbar .navbar-brand .logo-sticky {
    display: inline-block; }

.header.header-02 .is-sticky.navbar .navbar-brand {
  display: inline-block; }

.header.header-02 .is-sticky.navbar .add-listing {
  display: inline-block; }

.header.header-02 .is-sticky.navbar .navbar-nav .nav-link {
  padding-bottom: 20px; }

.place-card-large {
  display: none !important; }

.header .navbar .dropdown-menu.megamenu .nav-title {
  padding-top: 10px; }

/* min-width:992px */
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    left: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
  .header .navbar .dropdown-menu.megamenu {
    left: -100%; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 540px; }
  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 360px; }
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1; }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
            transform: translate3d(15px, 10px, 0); }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
            transform: translate3d(-15px, 10px, 0); }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item {
    padding: 10px 15px; } }

@media (max-width: 991px) {
  .header.header-transparent .navbar .navbar-nav .nav-link {
    color: #445140; } }

@media (max-width: 767px) {
  .header.header-transparent {
    position: relative;
    background: white !important; }
  .header.header-transparent .navbar .navbar-brand {
    padding: 0; }
  .header-style-02 .navbar {
    top: 0; }
  .navbar .navbar-brand .logo {
    display: none; }
  .navbar .navbar-brand .logo-sticky {
    display: block; } }

/*****************************
  banner
*****************************/
/* slider 01 */
.slider-01 .swiper-slide {
  height: 900px; }
  .slider-01 .swiper-slide h1 {
    font-size: 60px;
    margin-bottom: 20px; }
  .slider-01 .swiper-slide h4 {
    margin-bottom: 25px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  height: 50px;
  width: 50px;
  right: 40px; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  height: 50px;
  width: 50px;
  left: 40px; }

.swiper-button-prev {
  font-size: 40px;
  line-height: 40px;
  color: #445140;
  display: inline-block; }
  .swiper-button-prev i {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    top: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff; }
    .swiper-button-prev i:hover:before {
      font-size: 20px;
      left: 15px;
      color: #ffffff; }
    .swiper-button-prev i:before {
      position: absolute;
      top: 50%;
      left: 40px;
      font-size: 24px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.swiper-button-next {
  font-size: 40px;
  line-height: 40px;
  color: #445140;
  display: inline-block; }
  .swiper-button-next i {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    top: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff; }
    .swiper-button-next i:hover:before {
      font-size: 20px;
      right: 15px;
      color: #ffffff; }
    .swiper-button-next i:before {
      position: absolute;
      top: 50%;
      right: 40px;
      font-size: 24px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.swiper-button-prev i:hover,
.swiper-button-next i:hover {
  background: #f0b558; }

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none; }

/* Banner Overlay */
.slider-01 {
  position: relative; }

.banner-overlay-left {
  position: relative;
  z-index: 9;
  text-align: left;
  padding: 150px 0px; }
  .banner-overlay-left h1 {
    margin-left: 70px; }
  .banner-overlay-left .btn {
    margin-left: 70px; }
  .banner-overlay-left:before {
    position: absolute;
    content: "";
    background: rgba(68, 81, 64, 0.7);
    height: 100%;
    width: 20%;
    border-radius: 3px;
    top: 0px;
    z-index: -9;
    left: 0%; }

.banner-overlay-right {
  position: relative;
  z-index: 9;
  text-align: right;
  padding: 150px 0px; }
  .banner-overlay-right h1 {
    margin-right: 70px; }
  .banner-overlay-right .btn {
    margin-right: 70px; }
  .banner-overlay-right:before {
    position: absolute;
    content: "";
    background: rgba(68, 81, 64, 0.7);
    height: 100%;
    width: 20%;
    border-radius: 3px;
    top: 0;
    z-index: -9;
    right: 0%; }

.swiper-button-next,
.swiper-button-prev {
  background-image: inherit !important;
  z-index: 1; }

.banner-shap-right {
  position: absolute;
  content: "";
  background: rgba(240, 181, 88, 0.5);
  height: 40%;
  width: 60%;
  top: 77%;
  border-radius: 3px; }

.banner-shap-left {
  position: absolute;
  content: "";
  background: rgba(240, 181, 88, 0.5);
  height: 40%;
  width: 60%;
  top: 77%;
  border-radius: 3px; }

/* banner-03 */
.banner-03 {
  position: relative;
  z-index: 0; }
  .banner-03 #banner-frame-animation {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute; }
  .banner-03 canvas {
    display: block; }
  .banner-03 .banner-frame-content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%; }
    .banner-03 .banner-frame-content h1 {
      font-size: 120px;
      line-height: 100px;
      margin-top: 0;
      margin-bottom: 120px; }
  .banner-03 .banner-frame > * {
    position: absolute; }
  .banner-03 .banner-frame {
    position: relative;
    text-align: left;
    z-index: 9;
    top: 0;
    left: 0;
    display: grid;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 2rem 3rem;
    pointer-events: none;
    grid-template-columns: 75% 25%; }

@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.2, 0.3, 0.5);
            transform: scale3d(0.2, 0.3, 0.5); } }

@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.2, 0.3, 0.5);
            transform: scale3d(0.2, 0.3, 0.5); } }

/* Banner Shape */
.banner-shape {
  padding: 200px 0;
  margin-bottom: 100px; }
  .banner-shape h1 {
    font-size: 56px; }

.banner-shape svg {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  width: 100%;
  height: 124px; }

.banner-form {
  position: absolute;
  top: -30px;
  z-index: 2;
  left: 15px;
  right: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 23px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 23px rgba(0, 0, 0, 0.1); }

/*****************************
      Sidebar
*****************************/
.sidebar .widget {
  margin-top: 35px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(68, 81, 64, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(68, 81, 64, 0.08);
  background: #ffffff;
  padding: 25px; }
  .sidebar .widget:first-child {
    margin-top: 0; }
  .sidebar .widget .widget-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
  .sidebar .widget .search-form {
    position: relative; }
    .sidebar .widget .search-form label {
      display: block;
      margin-bottom: 0; }
      .sidebar .widget .search-form label span.screen-reader-text {
        display: none; }
      .sidebar .widget .search-form label .search-field {
        background-color: transparent;
        height: 50px;
        padding: 6px 50px 6px 15px;
        border: 1px solid #eeeeee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .sidebar .widget .search-form button {
      position: absolute;
      right: 0;
      outline: 0;
      bottom: 0;
      height: 50px;
      width: 50px;
      border: none;
      color: #ffffff;
      background: #f0b558;
      -webkit-transition: 0.5s;
      transition: 0.5s; }

.sidebar .widget_categories li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600; }
  .sidebar .widget_categories li:last-child {
    margin-bottom: 0; }
  .sidebar .widget_categories li a {
    display: inline-block;
    color: #445140; }
    .sidebar .widget_categories li a i {
      font-size: 13px; }
    .sidebar .widget_categories li a:hover {
      color: #f0b558; }

.sidebar .tags li {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 5px; }
  .sidebar .tags li:hover {
    border-color: #f0b558;
    background: #f0b558; }
    .sidebar .tags li:hover a {
      color: #ffffff; }
  .sidebar .tags li a {
    line-height: 32px;
    color: #666666; }

@media (max-width: 991px) {
  .sidebar .widget {
    margin-top: 20px; } }

/*****************************
  Layout
*****************************/
/*****************************
  Section Title
*****************************/
.section-title {
  margin-bottom: 50px; }
  .section-title .title {
    margin-bottom: 20px; }
  .section-title h6 {
    margin-bottom: 20px;
    line-height: 26px; }

.header-inner {
  position: relative;
  padding: 60px 0 0;
  margin-bottom: 30px; }
  .header-inner .inner-banner-title {
    font-size: 42px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    padding: 20px 50px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }

/* home-01 */
.pricing-section-title {
  padding-top: 170px;
  padding-bottom: 190px; }

.pricing-section {
  position: relative;
  z-index: 9;
  top: -137px;
  margin-bottom: -137px; }

.clients-section {
  position: relative;
  z-index: 9;
  margin-bottom: -70px; }

.bg-overlay-left {
  position: relative; }
  .bg-overlay-left:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #445140;
    width: 38%;
    height: 63%;
    border-radius: 0 5px 5px 0; }
  .bg-overlay-left .section-contant {
    padding-left: 70px; }

.bg-overlay-left.bg-overlay-light:before {
  background-color: #fafafa; }

.bg-overlay-right {
  position: relative; }
  .bg-overlay-right:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #445140;
    width: 38%;
    height: 63%;
    border-radius: 5px 0px 0px 5px; }

.bg-overlay-right.bg-overlay-light:before {
  background-color: #fafafa; }

/* Home-02 */
.team-section-title {
  padding-top: 120px;
  padding-bottom: 150px; }

.team-section {
  position: relative;
  z-index: 9;
  top: -137px;
  margin-bottom: -137px; }

.clients-white-bg {
  padding: 40px 50px;
  border-radius: 3px; }

.feature-section .btn {
  margin-top: 100px; }

.services-section {
  padding-left: 160px;
  padding-right: 160px; }
  .services-section .owl-carousel .owl-dots .owl-dot span {
    background: #ffffff; }
  .services-section .owl-carousel .owl-dots .owl-dot.active span {
    background: #f0b558; }

.counter-section {
  padding: 40px 70px 40px 30px; }
  .counter-section:before {
    position: absolute;
    content: "";
    top: 0;
    right: 15px;
    background-color: #f0b558;
    width: 25%;
    height: 100%;
    border-radius: 3px; }

.about-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .about-video .video {
    position: relative;
    width: 120px;
    border-radius: 3px; }
    .about-video .video:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(68, 81, 64, 0.5);
      border-radius: 3px; }
    .about-video .video img {
      border-radius: 3px; }
    .about-video .video span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 56px;
      margin-left: 0;
      color: #f0b558;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .about-video span {
    margin-left: 40px;
    font-size: 16px;
    color: #445140;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .about-video:hover span {
    color: #f0b558; }

/* Home-03 */
.sarvice-info-box {
  position: relative;
  padding-top: 310px; }

.video-section {
  margin-bottom: -215px;
  position: relative;
  z-index: 9; }
  .video-section .about-video .video {
    width: 100%; }
    .video-section .about-video .video span {
      font-size: 90px; }
    .video-section .about-video .video:before {
      background: none; }

.category-section {
  position: relative;
  padding: 53px 35px 0 0; }
  .category-section .owl-carousel .owl-dots {
    text-align: left;
    margin-top: 0; }
  .category-section:before {
    background: #445140;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 27%;
    height: 97%;
    border-radius: 3px; }

/* ineer page */
.clients-section-02 .our-clients {
  background-color: #ffffff; }

.contact-form {
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  border-radius: 3px;
  margin-right: -100px;
  z-index: 9;
  position: relative; }

.map {
  position: relative;
  z-index: 1; }
  .map iframe {
    width: 100%; }

/* service-detail */
.category-list .widget {
  padding: 0;
  list-style: none;
  margin-bottom: 0px; }
  .category-list .widget .widget-title h4 {
    margin-bottom: 30px; }
  .category-list .widget li {
    border-bottom: 1px solid rgba(102, 102, 102, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px; }
    .category-list .widget li:last-child {
      margin: 0;
      border-bottom: 0px;
      padding-bottom: 0; }
    .category-list .widget li a {
      color: #666666;
      display: block; }
      .category-list .widget li a:hover {
        color: #f0b558; }

.category-list {
  background: #ffffff;
  padding: 50px 40px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  border-radius: 3px;
  margin-bottom: 40px; }

.service-add {
  padding: 40px 120px 40px 40px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  border-radius: 3px; }
  .service-add h4 {
    margin-bottom: 20px; }

.blog-post-author {
  margin-top: 120px; }

/* team-single */
.team-single {
  background: #445140;
  border-radius: 3px; }
  .team-single h4 {
    color: #ffffff; }
  .team-single .contact-form-01 {
    padding: 40px 40px; }
  .team-single .team-single-detail .team-single-img img {
    border-radius: 3px; }
  .team-single .team-single-detail .list-unstyled {
    padding: 40px 40px 0px 40px; }
    .team-single .team-single-detail .list-unstyled .media span {
      padding-right: 20px;
      color: #ffffff;
      -webkit-box-flex: 0;
          -ms-flex: 0 40%;
              flex: 0 40%; }
    .team-single .team-single-detail .list-unstyled .media label {
      color: #ffffff;
      -webkit-box-flex: 0;
          -ms-flex: 0 63%;
              flex: 0 63%; }
    .team-single .team-single-detail .list-unstyled .media label.social a {
      color: #ffffff;
      margin-right: 15px; }

.contact-form-01 .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.02);
  color: #ffffff; }

/* Social Bg Color */
.social-bg-hover {
  position: relative;
  color: #ffffff; }
  .social-bg-hover:before {
    content: "";
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .social-bg-hover:hover {
    color: #ffffff; }
    .social-bg-hover:hover:before {
      background-color: rgba(0, 0, 0, 0.1); }
  .social-bg-hover span {
    position: relative; }

.facebook-bg {
  background-color: #445c8e; }

.twitter-bg {
  background-color: #43afe9; }

.google-bg {
  background-color: #dc0510; }

.instagram-bg {
  background-color: #DD2A7B; }

.linkedin-bg {
  background-color: #007eb3; }

/* services-detail */
.services-detail-slide img {
  border-radius: 3px; }

/* Gracious-account */
.Gracious-account {
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  border-radius: 3px; }
  .Gracious-account .section-title {
    margin-bottom: 30px; }
  .Gracious-account .form-group label {
    font-size: 16px;
    color: #445140;
    font-weight: 600; }
  .Gracious-account .form-group p {
    margin-bottom: 8px; }
  .Gracious-account .account-info {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
    .Gracious-account .account-info .account-separator {
      background-color: #eeeeee;
      height: 1px;
      width: 100%;
      display: inline-block; }

/* login */
.login .tab-content {
  margin-top: 40px; }

/* coming-soon */
.coming-soon .slide-gallery .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover; }

.coming-soon .slide-gallery .carousel-control-next,
.coming-soon .carousel-control-prev {
  display: none; }

.coming-soon-content {
  padding: 30px;
  color: #ffffff; }
  .coming-soon-content h1 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px; }
  .coming-soon-content h6 {
    color: #ffffff;
    margin-bottom: 30px; }
  .coming-soon-content .newsletter .form-control::-webkit-input-placeholder {
    color: #445140; }
  .coming-soon-content .newsletter .form-control::-moz-placeholder {
    color: #445140; }
  .coming-soon-content .newsletter .form-control:-ms-input-placeholder {
    color: #445140; }
  .coming-soon-content .newsletter .form-control::-ms-input-placeholder {
    color: #445140; }
  .coming-soon-content .newsletter .form-control::placeholder {
    color: #445140; }
  .coming-soon-content .newsletter .form-control::-webkit-input-placeholder {
    color: #445140; }
  .coming-soon-content .newsletter .form-control::-ms-input-placeholder {
    color: #445140; }

.social-icon.social-light ul li a:hover {
  background: #ffffff; }

.countdown.border-right {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.social-icon ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon ul li {
    display: inline-block;
    list-style-type: none;
    float: left; }
    .social-icon ul li:last-child a {
      margin-right: 0; }
    .social-icon ul li a {
      display: block;
      background-color: #f0b558;
      color: #445140;
      height: 40px;
      width: 40px;
      line-height: 45px;
      text-align: center;
      border-radius: 50%;
      margin-right: 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .social-icon ul li a:hover {
        background-color: #445140;
        color: #f0b558; }
      .social-icon ul li a i {
        font-size: 18px; }

.header .social-icon {
  text-align: right; }

/* coming-soon */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

/* locations */
.locations li a {
  font-weight: 600;
  font-size: 18px;
  color: #445140; }
  .locations li a:hover {
    color: #f0b558; }

/* sticky column */
.is-sticky-column {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; }

@media (max-width: 1199px) {
  .social-icon ul li a {
    margin-right: 10px; } }

/*****************************
  		Blog
*****************************/
.blog-post .blog-post-content {
  text-align: left;
  padding: 25px 30px 25px;
  margin: 0;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .blog-post .blog-post-content .blog-post-meta {
    margin-bottom: 20px; }
    .blog-post .blog-post-content .blog-post-meta ul {
      margin-bottom: 0; }
      .blog-post .blog-post-content .blog-post-meta ul li a {
        color: #445140; }
        .blog-post .blog-post-content .blog-post-meta ul li a:hover {
          color: #f0b558; }
    .blog-post .blog-post-content .blog-post-meta .blog-post-date {
      font-size: 12px;
      font-weight: 700;
      color: #666666; }
      .blog-post .blog-post-content .blog-post-meta .blog-post-date i {
        padding-right: 8px; }
    .blog-post .blog-post-content .blog-post-meta .blog-post-comments {
      font-size: 12px;
      font-weight: 700;
      color: #666666; }
      .blog-post .blog-post-content .blog-post-meta .blog-post-comments i {
        padding-right: 8px; }
      .blog-post .blog-post-content .blog-post-meta .blog-post-comments span {
        color: #f0b558; }
  .blog-post .blog-post-content .blog-post-title {
    font-weight: 700;
    margin-bottom: 20px; }

/*** Blog Detail ***/
.blog-detail hr {
  margin-top: 70px;
  margin-bottom: 40px; }

.blog-detail .blog-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  .blog-detail .blog-post-social span {
    padding-right: 15px; }
  .blog-detail .blog-post-social ul {
    margin-bottom: 0; }
    .blog-detail .blog-post-social ul li {
      display: inline-block;
      float: left;
      padding: 0 6px; }
      .blog-detail .blog-post-social ul li a {
        color: #445140; }
        .blog-detail .blog-post-social ul li a:hover {
          color: #f0b558; }

.blog-detail .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .blog-detail .navigation .nav-links .nav-previous {
    width: 47%;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .blog-detail .navigation .nav-links .nav-previous a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666666; }
      .blog-detail .navigation .nav-links .nav-previous a .pagi-text {
        padding: 12px 25px;
        border-right: 1px solid #eeeeee;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .blog-detail .navigation .nav-links .nav-previous a .nav-title {
        padding: 12px 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .blog-detail .navigation .nav-links .nav-previous:hover {
      background: #fafafa; }
      .blog-detail .navigation .nav-links .nav-previous:hover a .pagi-text {
        background: #f0b558;
        color: #ffffff; }
      .blog-detail .navigation .nav-links .nav-previous:hover a .nav-title {
        color: #f0b558; }
  .blog-detail .navigation .nav-links .nav-next {
    width: 47%;
    border: 1px solid #eeeeee;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .blog-detail .navigation .nav-links .nav-next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666666;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .blog-detail .navigation .nav-links .nav-next a .nav-title {
        padding: 12px 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .blog-detail .navigation .nav-links .nav-next a .pagi-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 25px;
        border-left: 1px solid #eeeeee;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .blog-detail .navigation .nav-links .nav-next:hover {
      background: #fafafa; }
      .blog-detail .navigation .nav-links .nav-next:hover a .pagi-text {
        background: #f0b558;
        color: #ffffff; }
      .blog-detail .navigation .nav-links .nav-next:hover a .nav-title {
        color: #f0b558; }

.blog-detail .comments-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blog-detail .comments-01 .comment-author {
    width: 90px; }
    .blog-detail .comments-01 .comment-author img {
      width: 100%;
      border-radius: 3px; }
  .blog-detail .comments-01 .comment-content {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .blog-detail .comments-01 .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-detail .comments-01 .comment-content .reviews p {
        margin-bottom: 0; }
      .blog-detail .comments-01 .comment-content .reviews .port-social {
        margin-left: auto;
        border-radius: 3px;
        color: #ffffff;
        background: #445140;
        padding: 5px 15px;
        display: block; }

.blog-detail .comments-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px; }
  .blog-detail .comments-02 .comment-author {
    width: 90px; }
    .blog-detail .comments-02 .comment-author img {
      width: 100%;
      border-radius: 3px; }
  .blog-detail .comments-02 .comment-content {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .blog-detail .comments-02 .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .blog-detail .comments-02 .comment-content .reviews p {
        margin-bottom: 0; }
      .blog-detail .comments-02 .comment-content .reviews .port-social {
        margin-left: auto;
        border-radius: 3px;
        color: #ffffff;
        background: #445140;
        padding: 5px 15px;
        display: block; }

/*** Blog Sidebar ***/
/*** blog-author ***/
.blog-author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 30px 30px 30px 0;
  border-radius: 3px;
  margin-left: 40px; }
  .blog-author .author .author-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 150px;
            flex: 0 150px;
    margin-left: -40px; }
    .blog-author .author .author-image img {
      border-radius: 3px; }
  .blog-author .author .author-detail {
    position: relative;
    padding: 40px 30px 20px;
    padding: 0 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 70%;
            flex: 0 70%;
    -ms-flex-item-align: center;
        align-self: center; }
    .blog-author .author .author-detail .author-title a {
      color: #ffffff; }
    .blog-author .author .author-detail .author-label {
      color: #ffffff; }
    .blog-author .author .author-detail .author-social {
      margin-top: 20px; }
      .blog-author .author .author-detail .author-social ul {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0; }
        .blog-author .author .author-detail .author-social ul li {
          display: inline-block;
          list-style-type: none;
          float: left; }
          .blog-author .author .author-detail .author-social ul li a {
            color: #ffffff;
            margin-right: 20px; }
    .blog-author .author .author-detail .author-content {
      margin-top: 15px; }

/*** Responsive ***/
@media (max-width: 1199px) {
  /*** blog ***/
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a {
    padding-left: 70px; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a {
    padding-right: 70px; } }

@media (max-width: 575px) {
  .blog-detail .navigation .nav-links {
    display: block; }
  .blog-detail .navigation .nav-links .nav-previous {
    width: 100%;
    margin-bottom: 10px; }
  .blog-detail .navigation .nav-links .nav-next {
    width: 100%; } }

/*****************************
  Footer
*****************************/
.footer h5 {
  margin-bottom: 30px; }

.footer .footer-logo {
  width: 220px; }

.footer .footer-contact-info ul {
  width: 100%; }
  .footer .footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .footer .footer-contact-info ul li i {
      font-size: 18px;
      min-width: 25px;
      margin-right: 15px; }
    .footer .footer-contact-info ul li span {
      color: #445140; }

.footer .footer-link ul li {
  margin-bottom: 20px; }
  .footer .footer-link ul li:last-child {
    margin-bottom: 0; }
  .footer .footer-link ul li a {
    color: #445140; }
    .footer .footer-link ul li a:hover {
      color: #f0b558; }

.footer .footer-services-List ul li {
  margin-bottom: 20px; }
  .footer .footer-services-List ul li:last-child {
    margin-bottom: 0; }
  .footer .footer-services-List ul li a {
    color: #ffffff; }
    .footer .footer-services-List ul li a:hover {
      color: #f0b558; }

.footer .footer-services-List ul li {
  margin-bottom: 20px; }
  .footer .footer-services-List ul li:last-child {
    margin-bottom: 0; }
  .footer .footer-services-List ul li a {
    color: #ffffff; }
    .footer .footer-services-List ul li a:hover {
      color: #f0b558; }

.footer .footer-recent-List ul li {
  margin-bottom: 20px; }

.footer .footer-recent-List ul .footer-recent-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer .footer-recent-List ul .footer-recent-list-item img {
    width: 80px;
    border-radius: 3px; }
  .footer .footer-recent-List ul .footer-recent-list-item .footer-recent-list-item-info {
    margin-left: 15px; }
    .footer .footer-recent-List ul .footer-recent-list-item .footer-recent-list-item-info .date {
      font-size: 12px;
      color: #f0b558; }
    .footer .footer-recent-List ul .footer-recent-list-item .footer-recent-list-item-info .title {
      font-weight: 700; }

.footer .footer-subscribe form .form-group .form-control {
  background: white;
  border: 1px solid #eeeeee;
  color: #666666;
  border-radius: 50px; }

.footer .footer-subscribe form .form-group .form-control::-moz-placeholder {
  color: #707173; }

.footer .footer-subscribe form .form-group .form-control::-ms-input-placeholder {
  color: #707173; }

.footer .footer-subscribe form .form-group .form-control::-webkit-input-placeholder {
  color: #707173; }

.footer .footer-bottom {
  padding: 20px 0;
  background: #445140; }
  .footer .footer-bottom .copyright p {
    font-size: 15px; }

.footer .footer-gallery ul {
  margin: 0;
  padding: 0; }
  .footer .footer-gallery ul li {
    float: left;
    display: inline-block;
    width: 32.33%;
    padding: 5px; }
    .footer .footer-gallery ul li img {
      border-radius: 3px; }

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-box .contact-icon {
    padding-right: 15px; }
    .contact-box .contact-icon i {
      font-size: 36px; }
  .contact-box .contact-info span {
    color: #ffffff; }

.footer.bg-dark .footer-link ul li a {
  color: #ffffff; }
  .footer.bg-dark .footer-link ul li a:hover {
    color: #f0b558; }

.footer.bg-primary .footer-link ul li a {
  color: #ffffff; }
  .footer.bg-primary .footer-link ul li a:hover {
    color: #445140; }

@media (max-width: 767px) {
  .footer h5 {
    margin-bottom: 15px; } }

/*************************
       Responsive
*************************/
/*************************
       1700px
*************************/
@media (min-width: 1200px) {
  /* container */
  .container {
    max-width: 1170px; } }

@media (max-width: 1400px) {
  .space-px {
    padding-left: 80px;
    padding-right: 80px; }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 25px; }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 25px; }
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px; } }

@media (max-width: 1199px) {
  /* Page section margin padding */
  .space-ptb {
    padding: 70px 0; }
  .space-pt {
    padding-top: 70px; }
  .space-pb {
    padding-bottom: 70px; }
  .space-sm-ptb {
    padding: 50px 0; }
  .space-sm-pt {
    padding-top: 50px; }
  .space-sm-pb {
    padding-bottom: 50px; }
  .space-lg-mt {
    margin-top: 100px; }
  .header .container-fluid {
    padding: 0px 30px; }
  .header.default .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  /* pricing-table */
  .pricing-table-style-03 .pricing-table-content .pricing-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  .pricing-table-button a {
    padding: 10px 25px; }
  .pricing-table-content {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .pricing-prize h2 {
    font-size: 62px; }
  .pricing-table-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; }
  .pricing-table-style-02 .pricing-table p {
    padding: 0px 15px; }
  .pricing-table-style-03 .pricing-table-content .pricing-list-item {
    margin-right: 20px; }
  /* blog */
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous a {
    padding-left: 70px; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-next a {
    padding-right: 70px; }
  /* callout */
  .callout {
    padding: 50px 0px 50px 50px; }
  /* service-box */
  .service-style-02 {
    padding: 30px 30px 30px 0px; }
  .service-style-02 .service-content {
    margin-left: 30px; }
  .space-px {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  /* nav-tabs */
  .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 15px 20px; }
  /* home-2 */
  .feature-section .btn {
    margin-top: 80px; }
  .team-section-title {
    padding-top: 100px; }
  .header.header-02 .navbar-nav .nav-link {
    padding: 20px 20px; }
  /* banner-02 */
  .banner-overlay-left, .banner-overlay-right {
    padding: 100px 0px; }
  .slider-01 .swiper-slide h1 {
    font-size: 50px; }
  .banner-overlay-left:before,
  .banner-overlay-right:before {
    width: 17%; }
  .slider-01 .swiper-slide {
    height: 700px; }
  /* home-03 */
  .sarvice-info-box {
    padding-top: 300px; }
  .category-section {
    padding: 50px 35px 0 0; }
  /* service-detail */
  .service-add {
    padding: 40px; }
  /* Team */
  .team .team-detail {
    padding: 40px 20px 20px; }
  .team .team-detail .team-social ul li a {
    margin-right: 10px; }
  .team-single .team-single-detail .list-unstyled {
    padding: 40px 25px 0px 25px; }
  .team-single .contact-form-01 {
    padding: 40px 25px; }
  /* banner-03 */
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 13px; }
  .header.header-03 .navbar .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 355px;
            flex: 0 0 355px;
    font-size: 14px; }
  .header.header-03 .navbar .add-listing .phone {
    font-size: 14px; }
  .header.header-03 .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px; }
  .header.header-03 .navbar .navbar-nav .nav-item.active .nav-link:before,
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link:before {
    right: calc(100% - 10px); }
  .frame-content h1 {
    font-size: 80px;
    line-height: 80px; }
  .header-inner {
    margin-bottom: 40px; }
  .header-inner .inner-banner-title {
    font-size: 30px; }
  /* home-05 */
  .banner-shape {
    margin-bottom: 30px; }
  .banner-shape .banner-form h3 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
  .space-lg-mt {
    margin-top: 0px; }
  /* Header */
  .header .add-listing {
    margin-right: 40px; }
  .header.default .navbar {
    position: relative;
    background: #ffffff; }
  .header.default .is-sticky.navbar {
    position: fixed; }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 10px; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .navbar .navbar-nav .nav-link {
    color: #445140;
    padding: 10px 20px; }
  .header.default .navbar .navbar-nav .nav-link {
    color: #445140; }
  .header.default .navbar .navbar-nav .nav-item.active .nav-link,
  .header.default .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #445140;
    padding-left: 45px; }
  .header.default .navbar .navbar-nav .nav-item.active .nav-link {
    color: #445140; }
  .header.default .navbar .navbar-nav .nav-item .nav-link:hover:before,
  .header.default .navbar .navbar-nav .nav-item.active .nav-link:before {
    right: calc(100% - 35px); }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px; }
  .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px; }
  .header.header-02 .topbar {
    display: none; }
  .header.header-02 .navbar .navbar-brand,
  .header.header-02 .navbar .add-listing {
    display: block; }
  .header.header-02 .navbar .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px; }
  .header-inner {
    margin-bottom: 35px; }
  .header-inner .inner-banner-title {
    font-size: 24px; }
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 20px; }
  .header.header-02 .navbar .navbar-nav .nav-item.active .nav-link,
  .header.header-02 .navbar .navbar-nav .nav-item .nav-link:hover {
    padding-left: 45px; }
  .header.header-02 .navbar .navbar-nav .nav-item .nav-link:hover:before,
  .header.header-02 .navbar .navbar-nav .nav-item.active .nav-link:before {
    right: calc(100% - 35px); }
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 20px; }
  .header.header-03 .navbar .navbar-nav .nav-item.active .nav-link,
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link:hover {
    padding-left: 45px; }
  .header.header-03 .navbar .navbar-nav .nav-item .nav-link:hover:before,
  .header.header-03 .navbar .navbar-nav .nav-item.active .nav-link:before {
    right: calc(100% - 35px); }
  /* section-title */
  .section-title {
    margin-bottom: 40px; }
  .section-title .title {
    margin-bottom: 20px; }
  .section-title h6 {
    margin-bottom: 20px; }
  /* banner */
  .banner {
    padding: 150px 0px; }
  .banner h1 {
    font-size: 48px; }
  /* home */
  .bg-overlay-left:before,
  .bg-overlay-right:before {
    display: none; }
  .bg-overlay-right img,
  .bg-overlay-left img {
    margin-bottom: 50px; }
  .bg-overlay-left .author-signature img {
    margin-bottom: 0; }
  .bg-overlay-left .section-contant {
    padding-left: 0; }
  .callout {
    padding: 30px 0px 30px 30px; }
  .callout .callout-botton .btn {
    padding: 25px 20px; }
  /* tab */
  .tab-content #choose-us {
    margin-top: 50px; }
  .tab-content #question {
    margin-top: 35px; }
  .pricing-section-title {
    padding-top: 60px;
    padding-bottom: 150px; }
  .owl-carousel.testimonial-center .owl-nav .owl-prev {
    left: 20px; }
  .owl-carousel.testimonial-center .owl-nav .owl-next {
    right: 20px; }
  /* home-2 */
  .feature-section .btn {
    margin-top: 60px; }
  .team-section-title {
    padding-top: 80px;
    padding-bottom: 150px; }
  .counter-section {
    padding: 0px; }
  .counter-section:before {
    display: none; }
  .owl-carousel .owl-dots {
    margin-top: 0; }
  /* testimonial */
  .testimonial .testimonial-info {
    padding: 140px 40px 75px; }
  .testimonial .testimonial-info .testimonial-content {
    font-size: 20px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0; }
  .owl-carousel .owl-nav .owl-next {
    right: 0; }
  .testimonial-04 {
    padding: 70px 0px 80px 0; }
  /* pricing */
  .pricing-table-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .pricing-table-style-03 .pricing-table-content .pricing-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .pricing-table-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%; }
  .pricing-table-style-03 {
    display: block;
    text-align: center;
    padding: 50px 50px;
    margin-bottom: 50px; }
  .pricing-table-style-03 .pricing-table-title {
    margin-right: 0; }
  /* pricing-table */
  .pricing-table-style-01 {
    margin-bottom: 40px; }
  .pricing-table-style-02 {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: none; }
  .pricing-table-style-02 .pricing-table {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
            box-shadow: 0 0.75rem 1.5rem rgba(68, 81, 64, 0.15);
    padding: 25px 20px;
    margin-bottom: 30px;
    background: #ffffff; }
  .pricing-table-style-02 .pricing-table p {
    padding: 0px; }
  /* feature-step-list */
  .feature-step-list li .feature-step .feature-step-divider:before {
    right: -16%; }
  /* home-03 */
  .sarvice-info-box {
    padding-top: 280px;
    padding-bottom: 60px; }
  .header.header-03 .navbar .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
  .header.header-03 .navbar .navbar-nav li {
    display: inline-block;
    width: 100%; }
  /* banner-02 */
  .slider-01 .swiper-slide h1 {
    font-size: 46px; }
  .slider-01 .swiper-slide {
    height: 600px; }
  .banner-overlay-left, .banner-overlay-right {
    padding: 80px 0px; }
  .header.header-03 .container-fluid {
    padding: 0; }
  /* home-05 */
  .banner-shape {
    padding: 0px 0 100px;
    margin-bottom: 0px; }
  .banner-form {
    top: 0px;
    position: inherit;
    left: 0;
    right: 0;
    margin-top: 30px; }
  .banner-shape svg {
    display: none; }
  /* coming-soon */
  .countdown {
    display: inline-block;
    text-align: left; }
  .space-pt.bg-overlay-right,
  .space-pt.bg-overlay-left {
    padding-top: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%; } }

@media (max-width: 767px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 17px; }
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding-top: 50px; }
  .space-pb {
    padding-bottom: 50px; }
  .space-sm-ptb {
    padding: 30px 0; }
  .space-sm-pt {
    padding-top: 30px; }
  .space-sm-pb {
    padding-bottom: 30px; }
  .container {
    max-width: 100%; }
  /* callout */
  .callout {
    margin-right: 0;
    padding: 50px;
    text-align: center; }
  .callout .callout-botton {
    text-align: center;
    margin-right: 0;
    margin-top: 20px; }
  /* step */
  .feature-step-list li {
    width: 100%;
    margin-bottom: 50px; }
  .feature-step-list li .feature-step .feature-step-divider:before {
    display: none; }
  .list {
    margin-bottom: 12px; }
  /* home-2 */
  .feature-section .btn {
    margin-top: 40px; }
  .feature-info .feature-info-icon {
    height: 80px; }
  .team-section-title {
    padding-top: 60px; }
  .team-section {
    position: relative;
    z-index: 9;
    top: -137px; }
  .clients-white-bg {
    padding: 10px 40px; }
  .owl-carousel .owl-dots {
    margin-top: 0;
    display: none; }
  .service-style-01 {
    margin-bottom: 30px; }
  /* home-03 */
  .sarvice-info-box {
    padding-bottom: 50px; }
  .category-section .owl-carousel .owl-dots {
    text-align: center; }
  /* contact */
  .contact-form {
    margin-right: 0;
    margin-bottom: 40px; }
  .category-section {
    padding: 50px 0 0 0; }
  .category-section:before {
    display: none; }
  /* banner-02 */
  .header.default .add-listing {
    margin-right: 50px; }
  /* banner-02 */
  .slider-01 .swiper-slide {
    height: 400px; }
  .banner-overlay-left,
  .banner-overlay-right {
    padding: 60px 0px; }
  .bg-overlay-right img,
  .bg-overlay-left img {
    margin-bottom: 40px; }
  .slider-01 .swiper-slide h1 {
    font-size: 36px; }
  .banner-overlay-left h1,
  .banner-overlay-left .btn {
    margin-left: 50px; }
  .banner-overlay-right h1,
  .banner-overlay-right .btn {
    margin-right: 50px; }
  .swiper-button-next,
  .swiper-button-prev {
    display: none; }
  .banner-shap-right, .banner-shap-left {
    top: 50%; }
  .banner-overlay-left:before, .banner-overlay-right:before {
    width: 20%; }
  .slider-01 .slider-1 .btn {
    font-size: 14px;
    padding: 10px 30px; }
  /* banner-03 */
  .header.header-03 .navbar .add-listing .phone {
    display: none; }
  .header.header-03 .navbar .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px; }
  .header.header-03 .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px; }
  .banner-shape h1 {
    font-size: 34px; }
  .coming-soon .slide-gallery {
    display: none; }
  .coming-soon-content {
    padding: 150px 50px 100px; }
  .blog-author .author .author-detail .author-social ul li a {
    margin-right: 10px; }
  .blog-detail .blog-post-navigation .post-navigation .nav-link .nav-previous {
    position: inherit;
    margin-bottom: 30px; }
  .testimonial-03 .testimonial-info {
    padding: 30px; }
  .header-inner {
    margin-bottom: 30px; }
  .header-inner .inner-banner-title {
    font-size: 20px;
    padding: 20px 30px; }
  .pricing-table-style-03 {
    margin-bottom: 40px; }
  /* tab */
  .tab-content #choose-us {
    margin-top: 40px; }
  .tab-content #question {
    margin-top: 25px; }
  /* reviews */
  .commentlist .comment-content .reviews {
    display: block; }
  .commentlist .comment-content .reviews .rating {
    margin-bottom: 10px; }
  /* Shop */
  .cart-table .actions {
    display: block; }
  .cart-table .actions .coupon {
    margin-bottom: 20px; }
  .shop-sidebar .widget {
    margin-bottom: 30px; }
  .shop-sidebar .widget .widget-title {
    margin-bottom: 20px; }
  .slider-slick .slider-nav .slick-arrow {
    display: none !important; }
  .slider-slick .slider-nav .slick-prev {
    left: 0px; }
  .slider-slick .slider-nav .slick-next {
    right: 0; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; } }

@media (max-width: 575px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 24px; }
  .section-title {
    margin-bottom: 30px; }
  .header.header-02 .navbar .add-listing,
  .header .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0px; }
  .header .navbar .navbar-brand,
  .header.header-03 .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px; }
  /* banner */
  .banner {
    padding: 100px 0px; }
  .banner h1 {
    font-size: 36px; }
  .banner .lead {
    font-size: 18px; }
  .header-inner {
    margin-bottom: 40px; }
  .header-inner .inner-banner-title {
    width: 95%; }
  .slider-01 .slider-1 .btn {
    padding: 8px 20px; }
  .frame-content h1 {
    font-size: 48px;
    line-height: 48px; }
  /* testimonial */
  .testimonial .testimonial-info {
    padding: 110px 40px 40px; }
  .testimonial .testimonial-info .quotes {
    left: 20px; }
  .testimonial-quote i {
    font-size: 60px; }
  .testimonial .testimonial-info .testimonial-quote {
    top: -50px;
    left: 30px; }
  .testimonial .testimonial-info .testimonial-content {
    margin-bottom: 30px; }
  .testimonial-02 .testimonial-info {
    padding: 50px 40px; }
  .testimonial-02 .testimonial-info .testimonial-author {
    margin-bottom: -130px; }
  .testimonial-02 .testimonial-info .testimonial-quote,
  .testimonial-03 .testimonial-info .testimonial-quote,
  .testimonial-04 .testimonial-info .testimonial-quote {
    top: -50px; }
  .testimonial-02 .testimonial-info .testimonial-content {
    margin-bottom: 30px; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: none; }
  /* service-style-02 */
  .service-style-02 {
    display: inline-block;
    padding: 20px;
    text-align: center;
    margin: 0px 0px 20px 0px; }
  .service-style-02 .service-image {
    margin: 0 0 20px; }
  .service-style-02 .service-content {
    margin-left: 0; }
  .space-px {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  /* tabs */
  .nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 14px;
    padding: 15px 15px; }
  .feature-info.left-icon {
    padding: 0px;
    margin-bottom: 30px; }
  .our-clients h4 {
    margin-bottom: 20px; }
  .bg-overlay-left:before,
  .bg-overlay-right:before {
    height: 250px; }
  /* home-2 */
  .team-section-title {
    padding-top: 40px; }
  /* home-03 */
  .sarvice-info-box {
    padding: 40px 0; }
  .video-section {
    margin-bottom: 40px; }
  .video-section .about-video .video span {
    font-size: 60px; }
  .error-404-images {
    margin-bottom: 30px; }
  /* banner02 */
  .banner-overlay-right h1,
  .banner-overlay-right .btn {
    margin-right: 20px;
    font-size: 12px; }
  .banner-overlay-left h1,
  .banner-overlay-left .btn {
    margin-left: 20px;
    font-size: 12px; }
  .slider-01 .swiper-slide h1 {
    font-size: 30px;
    margin-bottom: 20px; }
  .slider-01 .swiper-slide h4 {
    font-size: 18px; }
  .banner-overlay-left, .banner-overlay-right {
    padding: 40px 0px; }
  .banner-overlay-left:before,
  .banner-overlay-right:before {
    width: 25%; }
  .header .container-fluid {
    padding: 0 30px; }
  .countdown span {
    font-size: 28px; }
  .countdown p {
    font-size: 14px; }
  /* home-04 */
  .btn-app {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* home-04 */
  .banner-shape {
    padding: 0px 0 50px; }
  .pagination .page-item {
    margin: 0 8px; }
  .pagination .page-item .page-link {
    padding: 8px 10px; }
  /* blog-detail */
  .blog-detail .comments-01 {
    display: block; }
  .blog-detail .comments-01 .comment-author img {
    margin-bottom: 30px; }
  .blog-detail .comments-01 .comment-content {
    margin-bottom: 30px;
    margin-left: 0; }
  .blog-detail .comments-02 {
    padding-left: 50px;
    display: block; }
  .blog-detail .comments-02 .comment-author img {
    margin-bottom: 30px; }
  .blog-detail .comments-02 .comment-content {
    margin-bottom: 30px;
    margin-left: 0; } }

@media (max-width: 479px) {
  /* banner */
  .banner h1 {
    font-size: 30px; }
  .frame-content h1 {
    font-size: 30px;
    line-height: 30px; }
  /* header-inner */
  .header.header-03 .navbar .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  /* testimonial */
  .avatar.avatar-lg {
    width: 80px;
    height: 80px; }
  .testimonial {
    padding: 50px 30px 30px; }
  .testimonial .testimonial-info {
    padding: 50px 30px 30px; }
  .testimonial .testimonial-info .quotes {
    left: 0px; }
  .testimonial .testimonial-info .testimonial-quote {
    left: 10px; }
  .testimonial .testimonial-info .testimonial-content {
    font-size: 18px; }
  .testimonial-02 .testimonial-info {
    padding: 30px 20px; }
  .testimonial-02 .testimonial-info .testimonial-content {
    font-size: 16px; }
  .testimonial-03 .testimonial-info .testimonial-author {
    bottom: -100px; }
  .testimonial-04 {
    margin-right: 0; }
  .testimonial-04 .testimonial-info .testimonial-quote {
    left: 20%; }
  .owl-carousel .owl-nav i {
    width: 50px;
    height: 100px;
    line-height: 100px; }
  /* callout */
  .callout .callout-botton .btn {
    padding: 20px 16px; }
  /* service */
  .service-style-01 {
    margin-bottom: 30px; }
  .error-404 h1 {
    font-size: 48px; }
  /* gallery */
  .my-shuffle-container .grid-item {
    width: 100%; }
  /* feature-info */
  .feature-info .feature-info-icon i {
    font-size: 48px; }
  .feature-info .feature-info-content .feature-info-title {
    margin-bottom: 10px; }
  /* banner-02 */
  .slider-01 .swiper-slide {
    height: 350px; }
  /* Gracious-account */
  .account-info .btn {
    padding: 10px 15px; }
  /* Gracious-account */
  .Gracious-account .account-info .account-separator:before,
  .Gracious-account .account-info .account-separator:after {
    width: 90px; }
  .coming-soon-content {
    padding: 120px 30px 70px; }
  .header .container-fluid {
    padding: 0px 15px; }
  .navbar .navbar-brand {
    padding: 0px 0px; }
  .social-icon ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px; }
  .social-icon ul li a i {
    font-size: 14px; }
  .header-transparent .navbar-brand {
    margin-right: 10px;
    padding: 10px 0px; }
  .our-clients .item {
    padding: 0 60px; }
  /* input-group */
  .product-detail .input-group {
    width: 70px; }
  /* nav-tabs */
  .nav-tabs {
    display: block; }
  .nav-tabs.nav-tabs-02 .nav-item,
  .nav-tabs .nav-item {
    margin: 0 0 10px 0; }
  /* cart */
  .cart-table .actions .coupon .input-text {
    width: 100%;
    margin-bottom: 20px; }
  .pagination {
    padding: 5px; }
  .pagination .page-item {
    margin: 0 3px; } }

@media (max-width: 391px) {
  .team .team-detail {
    padding: 20px 20px 20px; }
  .owl-carousel .owl-nav i {
    width: 40px;
    height: 80px;
    line-height: 80px;
    font-size: 20px; }
  .feature-info.left-icon .feature-info-icon {
    width: 250px; }
  .feature-info .feature-info-icon i {
    font-size: 48px; }
  .slider-01 .slider-1 {
    margin-top: 0 !important; }
  /* header-02 */
  .header .navbar .navbar-brand,
  .header.header-03 .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }
  .header.header-02 .navbar {
    padding: 0px 15px; }
  .header .navbar .add-listing .btn.btn-sm {
    padding: 6px 15px;
    font-size: 14px; }
  .header .add-listing {
    margin-right: 30px !important; }
  .our-clients .item {
    padding: 0 30px; } }

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