@import url("https://fonts.googleapis.com/css?family=Damion|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color: #696969; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #000;
  font-weight: 700; }

p {
  font-size: 14px;
  margin: 0 0 1.75em;
  color: #000;
  line-height: 1.6; }

a {
  color: #696969; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #000; }

img {
  max-width: 100%; }

/**
 * 4.0 - Forms
 */
input {
  line-height: normal; }

/*button,
button[disabled]:hover,
button[disabled]:focus,*/
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 1em;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none; }

/* 
button:hover,
button:focus,*/
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #502014; }

/*button:focus,*/
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #502014;
  color: #1a1a1a;
  outline: 0; }

::-webkit-input-placeholder {
  color: #b0b0b0; }

::-moz-placeholder {
  color: #b0b0b0; }

:-ms-input-placeholder {
  color: #b0b0b0; }

:-moz-placeholder {
  color: #b0b0b0; }

.post-password-form {
  margin-bottom: 1.75em; }

.post-password-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }

.post-password-form input[type="password"] {
  margin-top: 0.4375em; }

.post-password-form > :last-child {
  margin-bottom: 0; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both; }

/**
 * 7 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

ul, ol {
  padding: 0;
  margin: 0; }

.main-menu {
  background-color: #502014;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .main-menu .row {
      margin: 0;
      padding: 0; } }
  .main-menu .navbar {
    margin-bottom: 0px;
    border: none; }
    .main-menu .navbar.navbar-default {
      background-color: transparent;
      border-color: transparent; }
      @media (max-width: 1200px) {
        .main-menu .navbar.navbar-default .navbar-header {
          float: none;
          display: inline-block;
          text-align: center;
          width: 100%; } }
      @media (max-width: 990px) {
        .main-menu .navbar.navbar-default .navbar-header {
          text-align: left; } }
      .main-menu .navbar.navbar-default .navbar-brand {
            padding-bottom: 0px;
            padding-top: 0px;
            width:260px;
            height: 65px; }
        @media (max-width: 1200px) {
          .main-menu .navbar.navbar-default .navbar-brand {
            float: none;
            display: inline-block; 
            width:200px;
            } }
      .main-menu .navbar.navbar-default .navbar-collapse {
        float: right; }
        .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li > a {
          color: #c7c3c3;
          background: transparent;
          padding: 35px 22px;
          font-size: 15px;
          font-weight: 600;
          text-transform: uppercase;
          transition: all 0.3s ease-in-out; }
          .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li > a .caret {
            margin-left: 3px;
            margin-bottom: 3px; }
          .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li > a:hover {
            color: #f7f7f7;
            background-color: transparent; }
        .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li.active a {
          color: #fff;
          background-color: transparent; }
          .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li.active a:focus {
            color: #fdfdfd;
            background-color: transparent; }
          .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li.active a:hover {
            color: #fff;
            background-color: transparent; }
        .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu {
          min-width: 200px;
          position: absolute;
          top: 130%;
          left: 0;
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease-in-out;
          visibility: hidden;
          background-color: #000;
          opacity: 0;
          z-index: 9; }
          .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li:last-child {
              border-bottom: none; }
            .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li a {
              color: #fff;
              transition: all 0.3s ease-in-out;
              font-weight: 500;
              padding: 10px 20px;
              display: block; }
              .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li a:hover {
                color: #fff;
                background-color: #502014; }
            .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li ul.custom-menu {
              position: absolute;
              left: 100%;
              top: 50px;
              visibility: hidden;
              opacity: 0; }
            .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li:hover > ul {
              top: 0px;
              opacity: 1;
              visibility: visible; }
            .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li .custom-menu > li:hover > a {
              background-color: #502014;
              color: #fff; }
        .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li:hover ul {
          top: 100%;
          opacity: 1;
          visibility: visible; }
        .main-menu .navbar.navbar-default .navbar-collapse .navbar-nav > li:hover > a {
          color: #fff; }
        .main-menu .navbar.navbar-default .navbar-collapse .donate-area .donate-btn {
          padding: 15px 0; }
          .main-menu .navbar.navbar-default .navbar-collapse .donate-area .donate-btn .custom-btn {
            background-color: #FFCA18;
            color: #000; }
  .main-menu.menu-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #502014 !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); }

.onepage-header .navbar-collapse {
  text-align: center; }
  @media (max-width: 990px) {
    .onepage-header .navbar-collapse {
      position: fixed;
      top: 108px;
      left: -200px;
      width: 180px;
      padding: 30px 0;
      display: block !important;
      z-index: 1;
      background: #fff;
      transition: all 0.3s ease; }
      .onepage-header .navbar-collapse ul li {
        float: none;
        display: block; }
        .onepage-header .navbar-collapse ul li a {
          padding: 10px 30px !important; }
      .onepage-header .navbar-collapse .navbar-nav {
        float: none;
        text-align: left; }
      .onepage-header .navbar-collapse .donate-area {
        float: none !important;
        display: block;
        margin: 0; } }

.onepage-header
.open-mobile-menu .onepage-header .menu-bar span:first-child {
  background-color: #000 !important; }

.open-mobile-menu .onepage-header .menu-bar span:first-child,
.open-mobile-menu .onepage-header .menu-bar span:last-child {
  background-color: #000 !important; }

.open-mobile-menu .onepage-header .navbar-collapse {
  left: 0; }

.custom-btn {
  padding: 13px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: #502014;
  background: #f6f9fc;
  border-radius: 3px;
  border: 2px solid #502014;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .custom-btn:hover {
    color: #fff;
    background: #502014;
    border: 2px solid #502014; }
  .custom-btn.custom-btn-sm {
    padding: 8px 21px; }
  .custom-btn.overlay-btn {
    background-color: #502014;
    border-color: #fff;
    color: #fff; }
    .custom-btn.overlay-btn:hover {
      color: #502014;
      background-color: #fff; }

.banner {
  position: relative; }
  .banner .banner-item {
    height: calc(100vh - 90px); }
    .banner .banner-item.style-one {
      background: linear-gradient(0deg, rgba(234, 181, 89, 0.3), rgba(170, 110, 17, 0.3)), url(../../image/bg-3.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
      .banner .banner-item.style-one .banner-element {
        text-align: center; }
    .banner .banner-item.style-two {
      background: linear-gradient(0deg, rgba(234, 181, 89, 0.3), rgba(170, 110, 17, 0.3)), url(../../image/bn24.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
     .banner .banner-item.style-three {
      background: linear-gradient(0deg, rgba(2, 86, 41, 0.3), rgba(1, 75, 0, 0.3)), url(../../image/bn93.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
    .banner .banner-item.style-four {
      background: linear-gradient(0deg, rgba(0,11,73, 0.3), rgba(21,21,181, 0.3)), url(../../image/bg-8.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
    .banner .banner-item.style-five {
      background: linear-gradient(0deg, rgba(0,11,73, 0.3), rgba(21,21,181, 0.3)), url(../../image/bg-9.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
        .banner .banner-item.style-eight {
      background: linear-gradient(0deg, rgba(2, 86, 41, 0.3), rgba(1, 75, 0, 0.3)), url(../../image/bn98.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
       .banner .banner-item.style-nine {
      background: /*linear-gradient(0deg, rgba(2, 86, 41, 0.3), rgba(1, 75, 0, 0.3)),*/ url(../../image/urea.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }
       .banner .banner-item.style-ten {
      background: linear-gradient(0deg, rgba(2, 86, 41, 0.3), rgba(1, 75, 0, 0.3)), url(../../image/corn.png) no-repeat;
      background-size: cover;
      background-position: center center; }
       .banner .banner-item.style-eleven {
      background: linear-gradient(0deg, rgba(2, 86, 41, 0.3), rgba(1, 75, 0, 0.3)), url(../../image/sugar.jpg) no-repeat;
      background-size: cover;
      background-position: center center; }


    .banner .banner-item .banner-element {
      position: absolute;
      left: 0;
      width: 100%;
      top: 39%;
      transform: translateY(-50%);
      text-align: center; }
      @media (max-width: 1370px) {
        .banner .banner-item .banner-element {
          top: 50%; } }
      @media (max-width: 640px) {
        .banner .banner-item .banner-element {
          top: 50%; } }
      .banner .banner-item .banner-element .banner-content h1 {
        color: #fff;
        font-size: 60px;
        text-transform: uppercase;
        transform: translateY(40px);
        opacity: 0;
        margin-top: 0;
        margin-bottom: 10px;
        transition-delay: 0.9s !important;
        transition: all 0.6s ease; }
        @media (max-width: 640px) {
          .banner .banner-item .banner-element .banner-content h1 {
            font-size: 36px; } }
      .banner .banner-item .banner-element .banner-content h2 {
        color: #D2D2E8;
        /*font-family: "Damion", cursive;*/
        font-size: 48px;
        transform: translateY(40px);
        opacity: 0;
        margin-top: 0;
        margin-bottom: 10px;
        transition-delay: 0.4s !important;
        transition: all 0.6s ease; }
        
        @media (max-width: 640px) {
          .banner .banner-item .banner-element .banner-content h2 {
            font-size: 36px; } }
      .banner .banner-item .banner-element .banner-content h5 {
        color: #D2D2E8;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 5px;
        font-weight: 600;
        transform: translateY(40px);
        opacity: 0;
        margin-top: 0;
        margin-bottom: 30px;
        transition-delay: 1.5s !important;
        transition: all 0.6s ease; }
        @media (max-width: 640px) {
          .banner .banner-item .banner-element .banner-content h5 {
            font-size: 30px; } }
        @media (max-width: 480px) {
          .banner .banner-item .banner-element .banner-content h5 {
            display: none; } }
      .banner .banner-item .banner-element .banner-content .btn-group {
        margin: 0 10px;
        transform: translateY(40px);
        opacity: 0;
        transition-delay: 2s !important;
        transition: all 0.6s ease; }
      .banner .banner-item .banner-element .banner-content h1, .banner .banner-item .banner-element .banner-content h2, .banner .banner-item .banner-element .banner-content h4 {
        text-shadow: 0px 1px rgba(0, 0, 0, 0.1); }
  .banner .active .banner-item .banner-element .banner-content h1 {
    transform: translateY(0px);
    opacity: 1; }
  .banner .active .banner-item .banner-element .banner-content h2 {
    transform: translateY(0px);
    opacity: 1; }
  .banner .active .banner-item .banner-element .banner-content h5 {
    transform: translateY(0px);
    opacity: 1; }
  .banner .active .banner-item .banner-element .banner-content .btn-group {
    transform: translateY(0px);
    opacity: 1; }
    .banner .active .banner-item .banner-element .banner-content .btn-group a {
      margin: 7px; }
  .banner .control-left {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    background-color: #502014;
    transition: all 0.3s ease; }
    .banner .control-left:hover {
      background-color: #fff;
      color: #502014;
      border-color: #502014; }
  .banner .control-right {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    background-color: #502014;
    transition: all 0.3s ease; }
    .banner .control-right:hover {
      background-color: #fff;
      color: #502014;
      border-color: #502014; }

.banner2 .control-left {
  background-color: #fff;
  transition: all 0.3s ease;
  border-color: #502014;
  color: #502014; }
  .banner2 .control-left:hover {
    background-color: #502014;
    color: #fff;
    border-color: #502014; }
.banner2 .control-right {
  background-color: #fff;
  transition: all 0.3s ease;
  border-color: #502014;
  color: #502014; }
  .banner2 .control-right:hover {
    background-color: #502014;
    color: #fff;
    border-color: #502014; }

.banner2 .banner-item.style-one {
  background: url(../../assets/img/index-2/banner/banner-1.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
  .banner2 .banner-item.style-one .banner-element {
    text-align: center; }
.banner2 .banner-item.style-two {
  background: url(../../assets/img/index-2/banner/banner-2.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
  .banner2 .banner-item.style-two .banner-content {
    max-width: 700px;
    text-align: left; }
    @media (max-width: 990px) {
      .banner2 .banner-item.style-two .banner-content {
        text-align: center; } }
.banner2 .banner-item .banner-element .banner-content h1 {
  color: #502014; }
.banner2 .banner-item .banner-element .banner-content h2 {
  transform: translateY(20px);
  opacity: 0; }
.banner2 .banner-item .banner-element .banner-content h5 {
  transform: translateY(20px);
  opacity: 0; }
.banner2 .banner-item .banner-element .banner-content .btn-group {
  transform: translateY(20px);
  opacity: 0; }
  .banner2 .banner-item .banner-element .banner-content .btn-group .custom-btn {
    border-color: #502014;
    color: #502014;
    background-color: #fff; }
    .banner2 .banner-item .banner-element .banner-content .btn-group .custom-btn:hover {
      background-color: #502014;
      color: #fff; }

.banner3 .banner-item.style-one {
  background: url(../../assets/img/onepage/banner/01.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
.banner3 .banner-item.style-two {
  background: url(../../assets/img/onepage/banner/02.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }
.banner3 .banner-item .banner-element {
  top: 50%; }
  .banner3 .banner-item .banner-element .banner-content {
    max-width: 600px;
    float: left;
    text-align: left; }
    @media (max-width: 768px) {
      .banner3 .banner-item .banner-element .banner-content {
        margin: auto;
        float: none;
        text-align: center; } }
    .banner3 .banner-item .banner-element .banner-content h1 {
      color: #fff;
      font-size: 65px; }
      @media (max-width: 480px) {
        .banner3 .banner-item .banner-element .banner-content h1 {
          font-size: 48px; } }
    .banner3 .banner-item .banner-element .banner-content h2 {
      color: #fff;
      font-size: 48px;
      transform: translateY(20px);
      opacity: 0; }
      @media (max-width: 480px) {
        .banner3 .banner-item .banner-element .banner-content h2 {
          font-size: 36px; } }
    .banner3 .banner-item .banner-element .banner-content h5 {
      color: #fff;
      font-size: 32px;
      transform: translateY(20px);
      opacity: 0;
      letter-spacing: inherit; }
    .banner3 .banner-item .banner-element .banner-content .btn-group {
      transform: translateY(20px);
      opacity: 0; }
      .banner3 .banner-item .banner-element .banner-content .btn-group .custom-btn {
        border-color: #fff;
        color: #fff; }
        .banner3 .banner-item .banner-element .banner-content .btn-group .custom-btn:hover {
          background-color: #fff;
          color: #502014; }

.section-padding {
  padding: 50px 0; }

.section-bg-clr {
  background-color: #eab559; }

.section-heading {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-bottom: 40px; }
.section-heading h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #502014; }
  .section-heading p {
    margin: 0; }

.page-header {
  text-align: center;
  margin: 0;
  padding: 0; }
  .page-header h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff; }
  .page-header p {
    margin: 0; }
  .page-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px; }
    .page-header .breadcrumb li {
      position: relative;
      padding: 8px;
      text-transform: uppercase; }
      .page-header .breadcrumb li:before {
        position: absolute;
        color: #fff;
        content: "\f068";
        font-family: FontAwesome;
        font-size: 10px;
        top: 50%;
        left: -11px;
        transform: translateY(-50%); }
      .page-header .breadcrumb li:nth-child(1):before {
        content: none; }
      .page-header .breadcrumb li a {
        color: #f9f9f9;
        font-weight: 600; }
      .page-header .breadcrumb li.active {
        color: #fff;
        font-weight: 600; }

.social-link-list {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block; }
  .social-link-list li {
    float: left;
    margin: 0 4px; }
    .social-link-list li a {
      padding: 0 5px;
      color: #c6c5c5;
      font-size: 17px; }
    .social-link-list li:nth-child(1) {
      margin-left: 0 !important; }
      .social-link-list li:nth-child(1) a {
        padding-left: 0; }
    .social-link-list li .fa-facebook {
      color: #3b5998; }
    .social-link-list li .fa-google-plus {
      color: #db4437; }
    .social-link-list li .fa-dribbble {
      color: #e94c89; }
    .social-link-list li .fa-vimeo {
      color: #23b6ea; }
    .social-link-list li .fa-pinterest-p {
      color: #cb1f27; }

/*.overlay {
  background-image: url(../../assets/img/background/section-bg.png);
  background-position: center center;
  background-size: cover; }*/
  .overlay .section-heading h2 {
    color: #fff; }
  .overlay .section-heading p {
    color: #fff; }

.bg-img {
  background-color: #502014;
  background-position: center center;
  background-size: cover; }

.post-meta li {
  display: inline-block;
  margin-right: 15px;
  color: #696969; }
  .post-meta li i {
    margin-right: 5px;
    color: #502014; }

.sponsor-section .sponsor-container {
  overflow: hidden; }

@media (max-width: 990px) {
  .wed-content {
    margin-bottom: 60px;
    text-align: center; } }
.wed-content h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px; }
.wed-content p {
  color: #fff;
  line-height: 2;
  margin-bottom: 30px; }
.wed-content .custom-btn {
  margin: 0 10px; }

.wed-image {
  text-align: right; }
  @media (max-width: 990px) {
    .wed-image {
      text-align: center; } }
  .wed-image img {
    max-width: 100%; }

@media (max-width: 990px) {
  #main-content-area, .main-content {
    margin-bottom: 60px; } }

@media (max-width: 768px) {
  .team-section {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; } }
.team-section .team-item {
  background-color: #fff;
  overflow: hidden;
  margin: 15px 0;
  border: 1px solid #e5ecf6; }
  .team-section .team-item .team-thumb img {
    max-width: 100%; }
  .team-section .team-item .team-content h5 {
    color: #502014;
    text-transform: uppercase; }
    .team-section .team-item .team-content h5 a {
      font-weight: bold;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .team-section .team-item:hover h5 > a {
    color: #502014; }
.team-section .team-btn {
  margin-top: 45px; }
.team-section.style-one .team-item {
  padding: 24px 30px; }
  .team-section.style-one .team-item .team-thumb {
    float: left;
    padding-right: 30px; }
    .team-section.style-one .team-item .team-thumb img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    @media (max-width: 640px) {
      .team-section.style-one .team-item .team-thumb {
        float: none;
        padding-right: 0;
        margin-bottom: 30px; } }
  .team-section.style-one .team-item .team-content {
    display: table; }
    @media (max-width: 640px) {
      .team-section.style-one .team-item .team-content {
        display: block; } }
.team-section.style-two .team-item {
  padding: 15px; }
  @media (max-width: 990px) {
    .team-section.style-two .team-item {
      text-align: center; } }
  .team-section.style-two .team-item .team-thumb {
    float: none;
    padding-right: 0px; }
  .team-section.style-two .team-item .team-content {
    display: block;
    text-align: center;
    padding: 2px 0;
    padding-top: 6px; }
    .team-section.style-two .team-item .team-content h5 > a {
      text-transform: uppercase;
      font-weight: bold; }
    .team-section.style-two .team-item .team-content p.desig {
      margin: 0 0 1em;
      line-height: 1.5; }
.team-section.style-single p {
  line-height: 2.1; }
.team-section.style-single .team-item {
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 40px; }
  .team-section.style-single .team-item .team-thumb {
    width: 46.25%;
    padding: 20px;
    float: left;
    margin-right: 60px;
    background-color: #fff;
    border: 1px solid #e5ecf6; }
    @media (max-width: 990px) {
      .team-section.style-single .team-item .team-thumb {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 60px;
        text-align: center; } }
  .team-section.style-single .team-item .team-content {
    display: table; }
    .team-section.style-single .team-item .team-content .social-link-list {
      margin-bottom: 30px; }
    .team-section.style-single .team-item .team-content h5 {
      margin-top: 0; }
      .team-section.style-single .team-item .team-content h5 a {
        text-transform: uppercase;
        font-weight: bold; }
    .team-section.style-single .team-item .team-content p.desig {
      margin: 0 0 1em;
      line-height: 1.6; }
    .team-section.style-single .team-item .team-content p {
      line-height: 2.1; }
    .team-section.style-single .team-item .team-content .social-link-list li {
      margin: 0 6px; }
      .team-section.style-single .team-item .team-content .social-link-list li a {
        background-color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        display: block;
        text-align: center;
        border: 1px solid #e5ecf6;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .team-section.style-single .team-item .team-content .social-link-list li a .fa {
          color: #502014;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .team-section.style-single .team-item .team-content .social-link-list li:hover a {
        background-color: #502014;
        border: 1px solid #502014; }
        .team-section.style-single .team-item .team-content .social-link-list li:hover a .fa {
          color: #fff; }
.team-section .biography h5 {
  margin-bottom: 30px; }
.team-section .award .award-item h5 {
  color: #502014;
  margin-bottom: 30px; }
.team-section .award .award-item .progressbar {
  width: 25%;
  float: left;
  text-align: center; }
  .team-section .award .award-item .progressbar .circle {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto; }
    .team-section .award .award-item .progressbar .circle canvas {
      width: 90px;
      height: 90px;
      line-height: 90px; }
    .team-section .award .award-item .progressbar .circle div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-align: center;
      font-weight: 500;
      color: #502014;
      width: 90%;
      height: 90%;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 18px; }
.team-section .award .award-item .award-inner {
  width: 25%;
  float: left;
  text-align: center; }
  .team-section .award .award-item .award-inner .award-thumb {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto; }
.team-section .award .award-item .award-content {
  padding-top: 15px; }

.pagination {
  display: block;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
  border-radius: 4px;
  width: 100%;
  overflow: hidden; }
  .pagination li {
    display: inline-block;
    margin: 6px; }
    .pagination li a {
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important;
      color: #502014;
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pagination li a:hover {
        background-color: #502014;
        border: 1px solid #502014;
        color: #fff; }
    .pagination li.active a {
      background-color: #502014;
      border: 1px solid transparent; }
    .pagination li.active:hover a {
      background-color: #502014;
      border: 1px solid transparent; }

.body-top {
  height: 6px; }
  .body-top span {
    width: 7.69%;
    float: left;
    height: 6px;
    display: block; }
    .body-top span:nth-child(odd) {
      background: #502014; }
    .body-top span:nth-child(even) {
      background: #502014; }

.campaign-section .overlay .campaign-item {
  border: 1px solid transparent; }
.campaign-section .campaign-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e5ecf6; }
  .campaign-section .campaign-item .campaign-thumb {
    overflow: hidden; }
    .campaign-section .campaign-item .campaign-thumb img {
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .campaign-section .campaign-item:hover .campaign-thumb img {
    transform: scale(1.1); }
  .campaign-section .campaign-item:hover .campaign-content h5 a {
    color: #502014; }
  .campaign-section .campaign-item .campaign-content h5 a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase; }
  .campaign-section .campaign-item .campaign-content p {
    margin: 0 0 1.57em; }
  .campaign-section .campaign-item .campaign-content .donate-btn .custom-btn {
    background-color: #fff; }
    .campaign-section .campaign-item .campaign-content .donate-btn .custom-btn:hover {
      color: #fff;
      background-color: #502014; }
@media (max-width: 767px) {
  .campaign-section .col-sm-6 {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    .campaign-section .col-sm-6 img {
      width: 100%; } }
.campaign-section .campaign-btn {
  margin-top: 20px;
  width: 100%;
  overflow: hidden; }
.campaign-section .pagination {
  margin-top: 25px; }
.campaign-section.style-list .campaign-item .campaign-thumb {
  display: inline-block;
  float: left;
  margin-right: 25px; }
.campaign-section.style-list .campaign-item .campaign-content {
  display: table; }
  .campaign-section.style-list .campaign-item .campaign-content h5 {
    margin-top: 5px;
    margin-bottom: 15px; }
  .campaign-section.style-list .campaign-item .campaign-content p {
    margin: 0 0 0.6em; }
  .campaign-section.style-list .campaign-item .campaign-content .progress-area .progress-content {
    padding: 9px 0; }
  .campaign-section.style-list .campaign-item .campaign-content .progress-area .progress {
    margin-bottom: 10px; }
  .campaign-section.style-list .campaign-item .campaign-content .donate-btn {
    margin: 8px 0; }
@media (max-width: 640px) {
  .campaign-section.style-list .campaign-item .campaign-thumb {
    display: block;
    float: none;
    margin-right: 0px; }
    .campaign-section.style-list .campaign-item .campaign-thumb img {
      width: 100%; }
  .campaign-section.style-list .campaign-item .campaign-content {
    margin-top: 20px; } }
.campaign-section .progress-area {
  padding: 5px 0; }
  .campaign-section .progress-area .progress-content {
    overflow: hidden;
    display: block;
    color: #000;
    padding: 17px 0;
    font-weight: 600; }
    .campaign-section .progress-area .progress-content li {
      font-size: 16px; }
      .campaign-section .progress-area .progress-content li:first-child {
        float: left; }
      .campaign-section .progress-area .progress-content li:last-child {
        float: right; }
  .campaign-section .progress-area .progress {
    height: 16px;
    border: 1px solid #502014;
    padding: 2px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0; }
    .campaign-section .progress-area .progress .progress-bar-striped {
      background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      -webkit-background-size: 10px 10px;
      background-size: 10px 10px; }
      .campaign-section .progress-area .progress .progress-bar-striped.progress-bg {
        background-color: #502014; }

.project-section .button-group {
  text-align: center;
  display: block; }
  @media (max-width: 768px) {
    .project-section .button-group {
      margin-bottom: 30px; } }
  .project-section .button-group li {
    display: inline-block;
    text-transform: uppercase;
    padding: 35px;
    position: relative;
    color: #696969;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .project-section .button-group li {
        padding: 12px 20px; } }
    .project-section .button-group li:after {
      content: "\f068";
      position: absolute;
      font-family: FontAwesome;
      font-size: 10px;
      color: #696969;
      right: -5px;
      top: 40%; }
    .project-section .button-group li:last-child:after {
      content: none; }
    .project-section .button-group li:hover, .project-section .button-group li.is-checked {
      color: #502014; }
    .project-section .btn-product {
        color: #fff;
        background-color: #502014;
        border-color:  #502014;
    }  
    .project-section .btn-product:hover {
        color: #fff;
        background-color: #240202;
        border-color:  #502014;
    }  
.project-section .overlay .button-group li {
  color: #fff; }
  .project-section .overlay .button-group li:after {
    color: #fff; }
.project-section .overlay .project-item {
  border: 1px solid transparent; }
.project-section .project-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e5ecf6; }
  .project-section .project-item .project-thumb-overlay {
    position: relative; }
    .project-section .project-item .project-thumb-overlay .project-thumb {
      overflow: hidden; }
      .project-section .project-item .project-thumb-overlay .project-thumb img {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .project-section .project-item .project-thumb-overlay .project-thumb:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(148, 207, 80, 0);
        left: 0;
        top: 0;
        transform: scale(0.5);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .project-section .project-item .project-thumb-overlay .plus {
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      bottom: -8%;
      right: 6%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      backface-visibility: hidden; }
      .project-section .project-item .project-thumb-overlay .plus span {
        position: absolute;
        width: 20px;
        height: 3px;
        background-color: #502014;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        .project-section .project-item .project-thumb-overlay .plus span:last-child {
          transform: translateX(-50%) translateY(-50%) rotate(90deg); }
  .project-section .project-item:hover .project-thumb:after {
    transform: scale(1); }
  .project-section .project-item:hover .plus {
    top: 50%;
    left: 50%;
    backface-visibility: hidden;
    box-shadow: 0 0 0;
    transform: translateX(-50%) translateY(-50%) rotate(630deg); }
  .project-section .project-item:hover .project-thumb img {
    transform: scale(1.1); }
  .project-section .project-item:hover .project-content h5 a {
    color: #502014; }
  .project-section .project-item .project-content {
    padding-top: 15px; }
    .project-section .project-item .project-content h4 a {
      font-family: "Damion";
      font-weight: 400;
      color: #502014; }
    .project-section .project-item .project-content h5 {
      margin-top: 7px;
      margin-bottom: 7px;
      text-transform: uppercase; }
      .project-section .project-item .project-content h5 a {
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .project-section .project-item .project-content p {
      margin: 0 0 1.6em; }
@media (max-width: 767px) {
  .project-section .col-sm-6 {
    text-align: center; } }
  @media (max-width: 767px) and (max-width: 640px) {
    .project-section .col-sm-6 {
      margin: 0 15px; } }
@media (max-width: 767px) {
    .project-section .col-sm-6 img {
      width: 100%; } }
.project-section .project-btn {
  margin-top: 20px;
  width: 100%;
  overflow: hidden; }
.project-section .pagination {
  margin-top: 25px; }
.project-section.style-list .project-item {
  display: inline-block;
  padding: 19px; }
  .project-section.style-list .project-item .project-thumb {
    display: inline-block;
    float: left;
    margin-right: 25px;
    overflow: hidden; }
    .project-section.style-list .project-item .project-thumb img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .project-section.style-list .project-item .project-content {
    padding-top: 0;
    display: table; }
    .project-section.style-list .project-item .project-content h4 {
      margin-top: 0; }
    .project-section.style-list .project-item .project-content h5 {
      margin-top: 8px;
      margin-bottom: 15px; }
    .project-section.style-list .project-item .project-content p {
      margin: 0 0 1.6em;
      line-height: 1.8; }
    .project-section.style-list .project-item .project-content .more-btn .custom-btn {
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .project-section.style-list .project-item .project-content .more-btn:hover .custom-btn {
      background-color: #502014;
      color: #fff; }
  @media (max-width: 640px) {
    .project-section.style-list .project-item .project-thumb {
      display: block;
      float: none;
      margin-right: 0px; }
      .project-section.style-list .project-item .project-thumb img {
        width: 100%; }
    .project-section.style-list .project-item .project-content {
      margin-top: 20px; } }
.project-section .entry-content h3 {
  font-family: "Damion";
  color: #502014; }
.project-section .entry-content h4 {
  margin-bottom: 20px; }

.project-section .element-item {
  width: 33.33%;
  float: left; }
  @media (max-width: 990px) {
    .project-section .element-item {
      width: 50%; } }
  @media (max-width: 640px) {
    .project-section .element-item {
      width: 100%; }
      .project-section .element-item .project-item {
        max-width: 300px;
        margin: auto !important;
        margin-bottom: 30px !important; } }
  .project-section .element-item .project-item {
    margin: 15px; }

.portfolio-section .overlay .section-heading {
  padding-bottom: 25px; }
@media (max-width: 768px) {
  .portfolio-section .overlay .section-wrapper {
    padding: 0 15px; } }
.portfolio-section .overlay .section-wrapper.row {
  margin-right: -7px;
  margin-left: -7px; }
  .portfolio-section .overlay .section-wrapper.row .button-group li {
    color: #502014;
    background-color: transparent;
    position: relative; }
    .portfolio-section .overlay .section-wrapper.row .button-group li:after {
      content: "\f068";
      position: absolute;
      font-family: FontAwesome;
      font-size: 10px;
      color: #696969;
      right: -5px;
      top: 40%; }
    .portfolio-section .overlay .section-wrapper.row .button-group li:last-child:after {
      content: none; }
    .portfolio-section .overlay .section-wrapper.row .button-group li:hover {
      color: #696969;
      background-color: transparent; }
  .portfolio-section .overlay .section-wrapper.row .element-item {
    width: 20%;
    float: left; }
    @media (max-width: 990px) {
      .portfolio-section .overlay .section-wrapper.row .element-item {
        width: 30%; } }
    @media (max-width: 768px) {
      .portfolio-section .overlay .section-wrapper.row .element-item {
        width: 50%; } }
    @media (max-width: 480px) {
      .portfolio-section .overlay .section-wrapper.row .element-item {
        width: 100%; } }
  .portfolio-section .overlay .section-wrapper.row .portfolio-item {
    border: 1px solid transparent;
    margin: 7px; }
    .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb {
      position: relative; }
      .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb img {
        width: 100%; }
      .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb:before {
        content: none; }
      .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb .plus {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: rgba(255, 255, 255, 0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        box-shadow: 0 0 10px 0 transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        backface-visibility: hidden;
        z-index: 1; }
        .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb .plus span {
          position: absolute;
          width: 20px;
          height: 3px;
          background-color: rgba(148, 207, 80, 0);
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
          .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb .plus span:last-child {
            transform: translateX(-50%) translateY(-50%) rotate(90deg); }
      .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb:hover .plus {
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        transform: translateX(-50%) translateY(-50%) scale(1); }
        .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb:hover .plus span {
          position: absolute;
          width: 20px;
          height: 3px;
          background-color: #502014;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
          .portfolio-section .overlay .section-wrapper.row .portfolio-item .portfolio-thumb:hover .plus span:last-child {
            transform: translateX(-50%) translateY(-50%) rotate(90deg); }
.portfolio-section .button-group {
  text-align: center;
  display: block;
  margin-bottom: 15px; }
  .portfolio-section .button-group li {
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .portfolio-section .button-group li:hover {
      background-color: #502014;
      color: #fff; }
.portfolio-section .portfolio-item {
  margin-bottom: 30px; }
  .portfolio-section .portfolio-item .portfolio-thumb {
    position: relative; }
    .portfolio-section .portfolio-item .portfolio-thumb:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(148, 207, 80, 0);
      transform: scale(0.4);
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .portfolio-section .portfolio-item .portfolio-thumb:before {
      content: "\f0b2";
      position: absolute;
      font-family: FontAwesome;
      width: 50px;
      height: 50px;
      line-height: 50px;
      background-color: rgba(255, 255, 255, 0);
      color: rgba(148, 207, 80, 0);
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) scale(1.5);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 1;
      text-align: center;
      border-radius: 50%; }
  .portfolio-section .portfolio-item:hover .portfolio-thumb:after {
    /*background-color: rgba(148, 207, 80, 0.94);*/
    transform: scale(0.95); }
  .portfolio-section .portfolio-item:hover .portfolio-thumb:before {
    background-color: white;
    color: #502014;
    transform: translateX(-50%) translateY(-50%) scale(1); }
.portfolio-section .portfolio-btn {
  margin-top: 20px;
  width: 100%;
  overflow: hidden; }
.portfolio-section .pagination {
  margin-top: 25px; }

.portfolio-section .grid .grid-sizer {
  width: 33.33%; }
  @media (max-width: 768px) {
    .portfolio-section .grid .grid-sizer {
      width: 50%; } }
  @media (max-width: 480px) {
    .portfolio-section .grid .grid-sizer {
      width: 100%;
      float: none; } }
.portfolio-section .grid .element-item {
  width: 33.33%;
  float: left; }
  @media (max-width: 768px) {
    .portfolio-section .grid .element-item {
      width: 50%; } }
  @media (max-width: 480px) {
    .portfolio-section .grid .element-item {
      width: 100%;
      float: none; } }
  .portfolio-section .grid .element-item .portfolio-item {
    margin: 8px !important; }

.portfolio-section .grid .portfolio-item {
  margin-bottom: 30px; }
  .portfolio-section .grid .portfolio-item .portfolio-thumb .plus {
    position: absolute;
    left: 50%;
    top: 50%; }
    .portfolio-section .grid .portfolio-item .portfolio-thumb .plus:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(148, 207, 80, 0);
      transform: scale(0.4);
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .portfolio-section .grid .portfolio-item .portfolio-thumb .plus:before {
      content: "\f0b2";
      position: absolute;
      font-family: FontAwesome;
      width: 50px;
      height: 50px;
      line-height: 50px;
      background-color: rgba(255, 255, 255, 0);
      color: rgba(148, 207, 80, 0);
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) scale(1.5);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 1;
      text-align: center;
      border-radius: 50%; }
  .portfolio-section .grid .portfolio-item:hover .portfolio-thumb .plus:after {
    /*background-color: rgba(148, 207, 80, 0.94);*/
    transform: scale(0.95); }
  .portfolio-section .grid .portfolio-item:hover .portfolio-thumb .plus:before {
    background-color: white;
    color: #502014;
    transform: translateX(-50%) translateY(-50%) scale(1); }

.portfolio-section .gallery-item {
  width: 33.33%;
  float: left;
  padding: 0;
  margin: 0; }
  .portfolio-section .gallery-item .portfolio-item {
    margin: 10px; }

.blog-section .blog-item {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e5ecf6; }
  .blog-section .blog-item .blog-thumb {
    overflow: hidden; }
    .blog-section .blog-item .blog-thumb img {
      width: 100%;
      -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
      transition: 0.7s; }
  .blog-section .blog-item .blog-content {
    padding: 10px 0px 5px; }
    .blog-section .blog-item .blog-content h5 > a {
      color: #000;
      text-transform: uppercase;
      -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
      transition: 0.7s; }
    .blog-section .blog-item .blog-content .post-meta {
      padding-bottom: 10px;
      margin-bottom: 8px;
      border-bottom: 1px solid #f0f0f0;
      display: block; }
  .blog-section .blog-item:hover h5 > a {
    color: #502014; }
  .blog-section .blog-item:hover .blog-thumb img {
    transform: scale(1.09); }
.blog-section.style-two .blog-item {
  margin-bottom: 30px; }
.blog-section.style-three .blog-item {
  display: inline-block;
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .blog-section.style-three .blog-item {
      text-align: center; } }
  .blog-section.style-three .blog-item .blog-thumb {
    float: left;
    margin-right: 30px; }
    @media (max-width: 640px) {
      .blog-section.style-three .blog-item .blog-thumb {
        float: none;
        margin-right: 0; } }
  .blog-section.style-three .blog-item .blog-content {
    display: table;
    padding: 10px 10px 5px 0px; }
    @media (max-width: 640px) {
      .blog-section.style-three .blog-item .blog-content {
        display: block; } }
.blog-section.style-four .blog-item .blog-content h5 > a {
  font-size: 24px; }
.blog-section.style-five .blog-item {
  margin-bottom: 30px; }
  .blog-section.style-five .blog-item .blog-content h5 > a {
    font-size: 24px; }
  .blog-section.style-five .blog-item .blog-thumb .blog-slider-container {
    overflow: hidden;
    position: relative; }
    .blog-section.style-five .blog-item .blog-thumb .blog-slider-container .custom-button-next,
    .blog-section.style-five .blog-item .blog-thumb .blog-slider-container .custom-button-prev {
      position: absolute;
      top: 50%;
      left: 5%;
      transform: translateY(-50%);
      z-index: 9; }
      .blog-section.style-five .blog-item .blog-thumb .blog-slider-container .custom-button-next i,
      .blog-section.style-five .blog-item .blog-thumb .blog-slider-container .custom-button-prev i {
        width: 50px;
        height: 51px;
        line-height: 55px;
        text-align: center;
        background-color: #fff;
        border-radius: 100%;
        font-size: 19px;
        cursor: pointer; }
    .blog-section.style-five .blog-item .blog-thumb .blog-slider-container .custom-button-prev {
      right: 5%;
      left: auto; }
  .blog-section.style-five .blog-item.blog-slider:hover .blog-thumb img {
    transform: none; }
  .blog-section.style-five .blog-item.video-thumb .blog-thumb {
    position: relative; }
    .blog-section.style-five .blog-item.video-thumb .blog-thumb .video-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .blog-section.style-five .blog-item.video-thumb .blog-thumb .video-content i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #502014;
        background-color: #fff;
        border-radius: 50%;
        font-size: 17px; }
.blog-section.style-five .pagination {
  margin-top: 0; }
.blog-section .view-blog {
  margin-top: 30px; }
  .blog-section .view-blog .custom-btn {
    background-color: #fff;
    border-color: #502014;
    color: #502014; }
    .blog-section .view-blog .custom-btn:hover {
      background-color: #502014;
      color: #fff; }

.small-post-list .blog-item {
  overflow: hidden;
  padding: 10px 0; }
.small-post-list .blog-thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px; }
.small-post-list .blog-content h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 6px; }
  .small-post-list .blog-content h6 a {
    color: #fff;
    font-weight: 400; }
.small-post-list .blog-content .post-meta li {
  color: rgba(255, 255, 255, 0.7); }

.entry-section .entry-single-area {
  background-color: #fff;
  margin-bottom: 50px; }
  .entry-section .entry-single-area .entry-single-item {
    padding: 20px 20px 0px; }
    .entry-section .entry-single-area .entry-single-item .entry-thumb {
      overflow: hidden; }
      .entry-section .entry-single-area .entry-single-item .entry-thumb img {
        width: 100%;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s; }
    .entry-section .entry-single-area .entry-single-item .entry-content {
      padding: 10px 0px 5px; }
      .entry-section .entry-single-area .entry-single-item .entry-content h4,
      .entry-section .entry-single-area .entry-single-item .entry-content h5 {
        color: #000;
        text-transform: uppercase;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s; }
      .entry-section .entry-single-area .entry-single-item .entry-content .post-meta {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
        display: block; }
      .entry-section .entry-single-area .entry-single-item .entry-content blockquote {
        border: 3px solid #502014;
        position: relative;
        text-align: center;
        padding: 20px 30px; }
        .entry-section .entry-single-area .entry-single-item .entry-content blockquote:after, .entry-section .entry-single-area .entry-single-item .entry-content blockquote:before {
          position: absolute;
          content: "\f10e";
          top: -10px;
          left: -14px;
          font-family: FontAwesome;
          width: 50px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 24px;
          background: #fff;
          color: #502014; }
        .entry-section .entry-single-area .entry-single-item .entry-content blockquote:before {
          content: "\f10d";
          bottom: -10px;
          right: -14px;
          left: auto;
          top: auto; }
      .entry-section .entry-single-area .entry-single-item .entry-content p {
        text-align: justify; }
      .entry-section .entry-single-area .entry-single-item .entry-content .object-list {
        margin-bottom: 20px;
        margin-left: 10px; }
        .entry-section .entry-single-area .entry-single-item .entry-content .object-list li {
          font-size: 14px;
          padding: 7px 0; }
          .entry-section .entry-single-area .entry-single-item .entry-content .object-list li:first-child {
            padding-top: 0; }
          .entry-section .entry-single-area .entry-single-item .entry-content .object-list li:last-child {
            padding-bottom: 0; }
          .entry-section .entry-single-area .entry-single-item .entry-content .object-list li i {
            color: #502014; }
    .entry-section .entry-single-area .entry-single-item:hover h4,
    .entry-section .entry-single-area .entry-single-item:hover h5 {
      color: #502014; }
    .entry-section .entry-single-area .entry-single-item:hover .entry-thumb img {
      transform: scale(1.09); }
  .entry-section .entry-single-area .single-share {
    padding: 20px 18px;
    border-top: 1px solid #e5ecf6; }
    .entry-section .entry-single-area .single-share h6 {
      float: left;
      margin-right: 5px;
      text-transform: uppercase; }
    .entry-section .entry-single-area .single-share .social-link-list {
      display: inline-block; }
      .entry-section .entry-single-area .single-share .social-link-list li a {
        display: inline-block; }
        .entry-section .entry-single-area .single-share .social-link-list li a i {
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #fff; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-facebook {
            background: #4267b2; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-dribbble {
            background: #db3776; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-youtube {
            background: #cc181e; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-vimeo {
            background: #4db2ec; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-twitter {
            background: #4db2ec; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-google-plus {
            background: #db4437; }
          .entry-section .entry-single-area .single-share .social-link-list li a i.fa-plus {
            background: #fff;
            color: #502014;
            border: 1px solid #e5ecf6; }
.entry-section .entry-single-post {
  background: #fff;
  margin-bottom: 30px; }
  .entry-section .entry-single-post h5 {
    text-transform: uppercase;
    margin: 0;
    padding: 18px 27px; }
  .entry-section .entry-single-post .entry-comments-list .comments-item li {
    padding: 25px;
    border-bottom: 1px solid #e5ecf6;
    border-top: 1px solid #e5ecf6; }
    .entry-section .entry-single-post .entry-comments-list .comments-item li.last-child {
      border: none; }
    .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-thumb {
      float: left;
      margin-right: 10px; }
    .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-content {
      display: table; }
      .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-content h6 {
        float: left;
        display: block;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 8px; }
        .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-content h6 a {
          float: right;
          color: #502014;
          font-size: 14px; }
          .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-content h6 a i {
            margin-right: 3px; }
      .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-content span {
        margin-bottom: 10px;
        display: block; }
      .entry-section .entry-single-post .entry-comments-list .comments-item li .comments-content p {
        margin-bottom: 0; }
  .entry-section .entry-single-post .entry-comments-list .comments-item.style-one {
    padding-left: 55px; }
    .entry-section .entry-single-post .entry-comments-list .comments-item.style-one li {
      border: none; }

@media (max-width: 480px) {
  .event-section .col-xs-6 {
    width: 100% !important; }
    .event-section .col-xs-6 .event-item {
      max-width: 330px;
      margin: auto;
      margin-bottom: 30px; } }
.event-section .event-item {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #e5ecf6; }
  @media (max-width: 990px) {
    .event-section .event-item {
      text-align: center; } }
  .event-section .event-item .event-thumb {
    overflow: hidden;
    margin: 20px;
    position: relative; }
    .event-section .event-item .event-thumb img {
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .event-section .event-item .event-thumb:after {
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(148, 207, 80, 0);
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(0.5);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .event-section .event-item:hover .event-thumb img {
    transform: scale(1.2); }
  .event-section .event-item:hover .event-thumb:after {
    transform: scale(1);
    background: rgba(148, 207, 80, 0.6); }
  .event-section .event-item .event-content .author-info {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #e5ecf6;
    display: inline-block;
    width: 100%; }
    @media (max-width: 990px) {
      .event-section .event-item .event-content .author-info {
        width: auto; } }
    .event-section .event-item .event-content .author-info .author-thumb {
      display: inline-block;
      float: left;
      margin-right: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .event-section .event-item .event-content .author-info .author-content {
      display: table; }
      .event-section .event-item .event-content .author-info .author-content h6 {
        text-transform: uppercase; }
  .event-section .event-item .event-content .event-bottom {
    padding: 12px 20px; }
    .event-section .event-item .event-content .event-bottom span {
      color: #502014;
      font-size: 16px; }
    .event-section .event-item .event-content .event-bottom h5 {
      text-transform: uppercase;
      margin-top: 8px; }
    .event-section .event-item .event-content .event-bottom ul {
      display: block;
      margin-top: 15px; }
      .event-section .event-item .event-content .event-bottom ul .event-bottom-thumb {
        display: inline-block;
        float: left;
        margin-right: 5px;
        color: #502014; }
        @media (max-width: 990px) {
          .event-section .event-item .event-content .event-bottom ul .event-bottom-thumb {
            float: none; } }
      @media (max-width: 990px) {
        .event-section .event-item .event-content .event-bottom ul .event-bottom-content {
          display: inline-block; } }
      .event-section .event-item .event-content .event-bottom ul .event-bottom-content p {
        margin: 0 0 0.43em; }
  .event-section .event-item .event-content .join-btn {
    margin: -1px; }
    .event-section .event-item .event-content .join-btn .custom-btn {
      width: 100%;
      color: #fff;
      background-color: #502014;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding-top: 13px;
      padding-bottom: 13px; }
.event-section .event-btn {
  margin-top: 20px;
  width: 100%;
  overflow: hidden; }
.event-section .pagination {
  margin-top: 25px; }
.event-section.event-list .event-item {
  padding: 20px; }
  .event-section.event-list .event-item .event-thumb {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0; }
    @media (max-width: 990px) {
      .event-section.event-list .event-item .event-thumb {
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 20px; } }
  .event-section.event-list .event-item .event-content {
    padding: 10px;
    padding-bottom: 0;
    display: table; }
    @media (max-width: 990px) {
      .event-section.event-list .event-item .event-content {
        display: block; } }
    .event-section.event-list .event-item .event-content .author-info {
      padding: 0 0 8px 0; }
      @media (max-width: 990px) {
        .event-section.event-list .event-item .event-content .author-info {
          display: inline-block; } }
    .event-section.event-list .event-item .event-content .event-bottom {
      padding: 0;
      display: inline-block;
      padding-bottom: 8px; }
      @media (max-width: 990px) {
        .event-section.event-list .event-item .event-content .event-bottom {
          display: block; } }
      .event-section.event-list .event-item .event-content .event-bottom h5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .event-section.event-list .event-item .event-content .event-bottom ul {
        margin-top: 10px; }
    .event-section.event-list .event-item .event-content .join-btn {
      margin: 0; }
      .event-section.event-list .event-item .event-content .join-btn .custom-btn {
        background-color: #fff;
        color: #502014;
        width: auto;
        padding: 8px 24px; }
        .event-section.event-list .event-item .event-content .join-btn .custom-btn:hover {
          background-color: #502014;
          color: #fff; }
.event-section.entry-section .entry-single-area .entry-single-item .entry-thumb {
  position: relative; }
  .event-section.entry-section .entry-single-area .entry-single-item .entry-thumb .entry-counter {
    padding: 17px 20px;
    background-color: #502014;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .event-section.entry-section .entry-single-area .entry-single-item .entry-thumb .entry-counter h4 {
      color: #fff;
      text-transform: uppercase;
      margin: 0; }
  .event-section.entry-section .entry-single-area .entry-single-item .entry-thumb .counterup {
    position: absolute;
    right: 0;
    bottom: 0; }
    .event-section.entry-section .entry-single-area .entry-single-item .entry-thumb .counterup li {
      width: 85px;
      height: 85px;
      display: inline-block;
      padding: 18px 0px;
      background-color: #fff;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .event-section.entry-section .entry-single-area .entry-single-item .entry-thumb .counterup li span {
        color: #502014;
        font-size: 30px;
        font-weight: bold;
        line-height: 1; }
      .event-section.entry-section .entry-single-area .entry-single-item .entry-thumb .counterup li p {
        margin: 0;
        font-weight: 600;
        text-transform: uppercase; }
.event-section.entry-section .entry-single-area .entry-single-item .entry-content {
  padding: 30px 0px 5px; }
  .event-section.entry-section .entry-single-area .entry-single-item .entry-content span {
    color: #502014;
    font-size: 16px; }
  .event-section.entry-section .entry-single-area .entry-single-item .entry-content ul {
    display: inline-block; }
    .event-section.entry-section .entry-single-area .entry-single-item .entry-content ul li {
      float: left;
      padding-right: 15px; }
      .event-section.entry-section .entry-single-area .entry-single-item .entry-content ul li i {
        display: inline-block;
        padding-right: 2px; }
      .event-section.entry-section .entry-single-area .entry-single-item .entry-content ul li p {
        display: inline-block;
        margin-bottom: 1em; }
.event-section.entry-section .entry-single-area .single-share {
  overflow: hidden; }
  .event-section.entry-section .entry-single-area .single-share .founder-info {
    float: left; }
    .event-section.entry-section .entry-single-area .single-share .founder-info .founder-thumb {
      float: left;
      margin-right: 18px; }
    .event-section.entry-section .entry-single-area .single-share .founder-info .founder-content {
      display: table; }
      .event-section.entry-section .entry-single-area .single-share .founder-info .founder-content p {
        margin: 0; }
  .event-section.entry-section .entry-single-area .single-share .social-link-list {
    float: right;
    padding: 15px 0; }
.event-section.entry-section .entry-single-post .contact-map {
  padding: 20px;
  border-top: 1px solid #e5ecf6; }
  .event-section.entry-section .entry-single-post .contact-map .map {
    display: block;
    width: 100%;
    height: 400px; }

.product-section .product-list {
  padding: 15px 20px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e5ecf6; }
  .product-section .product-list .left {
    float: left; }
    .product-section .product-list .left p {
      margin: 0;
      color: #502014; }
  .product-section .product-list .right {
    float: right; }
    .product-section .product-list .right ul li {
      float: left;
      padding-right: 10px; }
      .product-section .product-list .right ul li:last-child {
        padding-right: 0; }
    .product-section .product-list .right ul.nav-tabs {
      border-bottom: 1px solid transparent; }
      .product-section .product-list .right ul.nav-tabs li a {
        background-color: #fff;
        border: 1px solid transparent;
        color: #696969;
        cursor: pointer;
        padding: 0; }
      .product-section .product-list .right ul.nav-tabs li.active a {
        color: #502014; }
        .product-section .product-list .right ul.nav-tabs li.active a:focus {
          color: #502014; }
        .product-section .product-list .right ul.nav-tabs li.active a:hover {
          color: #502014; }
.product-section .tab-content #list .product-item {
  overflow: hidden; }
  @media (max-width: 990px) {
    .product-section .tab-content #list .product-item {
      text-align: center; } }
  .product-section .tab-content #list .product-item .product-thumb {
    float: left;
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 990px) {
      .product-section .tab-content #list .product-item .product-thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 20px; } }
  .product-section .tab-content #list .product-item .product-content {
    display: table;
    text-align: left;
    padding: 0; }
    .product-section .tab-content #list .product-item .product-content p {
      margin: 0.7em 0 1em; }
    @media (max-width: 990px) {
      .product-section .tab-content #list .product-item .product-content {
        text-align: center; } }
.product-section .product-item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #e5ecf6;
  text-align: center; }
  .product-section .product-item .product-thumb {
    position: relative;
    overflow: hidden; }
    .product-section .product-item .product-thumb img {
      width:200px;
      height:200px;
      background-size: cover;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .product-section .product-item .product-content {
    padding-top: 12px;
    text-align: center; }
    .product-section .product-item .product-content h6 {
      text-transform: uppercase;
      margin-top: 8px;
      margin-bottom: 8px; }
      .product-section .product-item .product-content h6 a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .product-section .product-item .product-content .review-rating {
      padding-bottom: 2px; }
      .product-section .product-item .product-content .review-rating .fa {
        color: #502014;
        font-size: 14px; }
      .product-section .product-item .product-content .review-rating span {
        color: #b2b2b2; }
    .product-section .product-item .product-content > span {
      margin: 0 0 0.38em;
      font-size: 16px;
      font-weight: 600;
      color: #502014; }
  .product-section .product-item:hover .product-thumb img {
    transform: scale(1.05); }
  .product-section .product-item:hover .product-content h6 a {
    color: #502014; }
.product-section.style-single .product-item {
  overflow: hidden; }
  .product-section.style-single .product-item h5 {
    text-transform: uppercase;
    margin: 0;
    padding: 18px 27px; }
  .product-section.style-single .product-item.product-flex .product-thumb {
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 30px; }
    .product-section.style-single .product-item.product-flex .product-thumb img {
      transform: scale(1) !important; }
    @media (max-width: 990px) {
      .product-section.style-single .product-item.product-flex .product-thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px; } }
    .product-section.style-single .product-item.product-flex .product-thumb .flexslider {
      margin: 0;
      border-bottom: 1px solid transparent; }
      .product-section.style-single .product-item.product-flex .product-thumb .flexslider#carousel li img {
        opacity: 0.3;
        cursor: pointer; }
      .product-section.style-single .product-item.product-flex .product-thumb .flexslider#carousel li.flex-active-slide img {
        opacity: 1; }
      .product-section.style-single .product-item.product-flex .product-thumb .flexslider#carousel .flex-prev {
        display: none; }
      .product-section.style-single .product-item.product-flex .product-thumb .flexslider#carousel .flex-next {
        display: none; }
      .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav {
        display: block; }
        .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a {
          opacity: 1;
          top: 50%;
          transform: translateY(-20%);
          width: 25px;
          height: 66px; }
          .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a.flex-prev {
            left: 0; }
            .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a.flex-prev:before {
              content: '\f104'; }
          .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a.flex-next {
            right: 0; }
            .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a.flex-next:before {
              content: '\f105'; }
          .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a:before {
            font-family: FontAwesome;
            font-size: 22px;
            display: inline-block;
            background: #c5c5c5;
            padding: 17px 9px;
            color: #fff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .product-section.style-single .product-item.product-flex .product-thumb .flexslider#slider .flex-direction-nav a:hover:before {
            background-color: #502014; }
  .product-section.style-single .product-item.product-flex .product-content {
    display: table;
    text-align: left;
    padding-right: 12px;
    padding-top: 0; }
    @media (max-width: 990px) {
      .product-section.style-single .product-item.product-flex .product-content {
        display: block; } }
    .product-section.style-single .product-item.product-flex .product-content h4 {
      text-transform: uppercase; }
    .product-section.style-single .product-item.product-flex .product-content > span {
      font-size: 24px;
      padding-bottom: 10px;
      display: inline-block; }
    .product-section.style-single .product-item.product-flex .product-content h6 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .product-section.style-single .product-item.product-flex .product-content p {
      line-height: 2; }
    .product-section.style-single .product-item.product-flex .product-content .review-rating {
      padding-bottom: 5px; }
    .product-section.style-single .product-item.product-flex .product-content .option .sorting {
      position: relative; }
      .product-section.style-single .product-item.product-flex .product-content .option .sorting select {
        outline: none;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-appearance: none;
        padding: 6px 35px 6px 20px;
        width: 100%;
        background: transparent;
        z-index: 1;
        color: #000;
        border: 1px solid #e5ecf6;
        font-size: 14px;
        line-height: 26px;
        text-transform: capitalize;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      .product-section.style-single .product-item.product-flex .product-content .option .sorting span {
        content: "";
        position: absolute;
        width: 40px;
        height: 39px;
        line-height: 40px;
        background: #effaea;
        top: 0;
        right: 0;
        border-radius: 0px 3px 3px 0;
        text-align: center;
        border: 1px solid #e5ecf6;
        border-right: 1px solid transparent;
        color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .product-section.style-single .product-item.product-flex .product-content .option .sorting:hover span {
        background: #502014;
        color: #fff; }
    .product-section.style-single .product-item.product-flex .product-content .qty-code {
      padding: 30px 0;
      overflow: hidden; }
      .product-section.style-single .product-item.product-flex .product-content .qty-code .code {
        float: right; }
        .product-section.style-single .product-item.product-flex .product-content .qty-code .code input[type="text"] {
          color: #502014;
          background-color: #fff; }
        .product-section.style-single .product-item.product-flex .product-content .qty-code .code input::-webkit-input-placeholder {
          color: #888888;
          text-transform: uppercase; }
  .product-section.style-single .product-item .cart-btn .custom-btn {
    width: 100%;
    text-align: center;
    background-color: #502014;
    color: #fff;
    font-weight: bold; }
  .product-section.style-single .product-item.review {
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0; }
    .product-section.style-single .product-item.review .nav-tabs {
      border-bottom: 1px solid transparent !important; }
      .product-section.style-single .product-item.review .nav-tabs li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 20px 30px;
        line-height: 20px;
        font-size: 16px;
        border: 1px solid #f0f0f0;
        border-bottom: 1px solid transparent;
        text-transform: uppercase;
        font-weight: 500;
        color: #363636;
        background-color: #fff;
        margin-right: 10px; }
      .product-section.style-single .product-item.review .nav-tabs li.active a {
        color: #fff;
        background-color: #502014; }
    .product-section.style-single .product-item.review .tab-content #description {
      background-color: #fff;
      padding: 23px 20px; }
    .product-section.style-single .product-item.review .tab-content ul {
      border: 1px solid #e5ecf6;
      margin-bottom: 50px; }
      .product-section.style-single .product-item.review .tab-content ul .reviews-item {
        background-color: #fff;
        padding: 23px 20px;
        border-bottom: 1px solid #e5ecf6; }
        .product-section.style-single .product-item.review .tab-content ul .reviews-item .reviews-thumb {
          display: inline-block;
          float: left;
          margin-right: 20px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          overflow: hidden; }
        .product-section.style-single .product-item.review .tab-content ul .reviews-item .reviews-content {
          display: table;
          text-align: left; }
          .product-section.style-single .product-item.review .tab-content ul .reviews-item .reviews-content h6 {
            display: inline-block; }
          .product-section.style-single .product-item.review .tab-content ul .reviews-item .reviews-content span {
            padding-left: 22px;
            color: #888888; }
          .product-section.style-single .product-item.review .tab-content ul .reviews-item .reviews-content .review-rating {
            float: right;
            color: #502014; }
          .product-section.style-single .product-item.review .tab-content ul .reviews-item .reviews-content p {
            margin-bottom: 0; }
        .product-section.style-single .product-item.review .tab-content ul .reviews-item:last-child {
          border-bottom: 1px solid transparent; }
  .product-section.style-single .product-item.add_review {
    padding: 0; }
    .product-section.style-single .product-item.add_review h5 {
      padding: 18px 30px;
      text-align: left;
      border-bottom: 1px solid #e5ecf6; }
    .product-section.style-single .product-item.add_review form {
      padding: 15px 30px; }
      .product-section.style-single .product-item.add_review form .row div {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px; }
        .product-section.style-single .product-item.add_review form .row div input {
          padding: 11px 10px;
          background-color: #fff;
          border: 1px solid #e5ecf6;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          .product-section.style-single .product-item.add_review form .row div input::-webkit-input-placeholder {
            color: #888888;
            text-transform: capitalize; }
        .product-section.style-single .product-item.add_review form .row div.contact-name {
          width: 35.5%; }
          @media (max-width: 768px) {
            .product-section.style-single .product-item.add_review form .row div.contact-name {
              width: 100%;
              margin-bottom: 10px; } }
        .product-section.style-single .product-item.add_review form .row div.contact-email {
          width: 35.5%; }
          @media (max-width: 768px) {
            .product-section.style-single .product-item.add_review form .row div.contact-email {
              width: 100%;
              margin-bottom: 10px; } }
        .product-section.style-single .product-item.add_review form .row div.review-rating {
          width: 28%;
          color: #502014; }
          @media (max-width: 768px) {
            .product-section.style-single .product-item.add_review form .row div.review-rating {
              width: 100%;
              margin-bottom: 10px; } }
          .product-section.style-single .product-item.add_review form .row div.review-rating span {
            color: #888888; }
      .product-section.style-single .product-item.add_review form textarea {
        margin: 30px 0;
        background-color: #fff;
        color: #888888;
        border: 1px solid #e5ecf6;
        height: 130px; }
      .product-section.style-single .product-item.add_review form .custom-btn {
        color: #fff;
        background-color: #502014;
        padding: 10px 24px;
        margin-bottom: 25px; }
  .product-section.style-single .product-item.grid_list h5 {
    padding: 0;
    color: #502014; }

.contact-form {
  text-align: center;
  padding: 20px 25px;
  border-top: 1px solid #e5ecf6;
  display: inline-block; }
  .contact-form input {
    width: 32%;
    outline: none;
    border: 1px solid #e5ecf6;
    background-color: #fff;
    color: #888888;
    padding: 14px 30px;
    margin-bottom: 25px; }
    @media (max-width: 990px) {
      .contact-form input {
        width: 100%;
        float: none !important;
        margin-bottom: 10px; } }
    .contact-form input.contact-name {
      float: left; }
    .contact-form input.contact-email {
      float: none; }
    .contact-form input.contact-subject {
      float: right; }
  .contact-form textarea {
    outline: none;
    border: 1px solid #e5ecf6;
    background-color: #fff;
    height: 130px;
    display: inline-block;
    margin-bottom: 25px; }
    .contact-form textarea:focus {
      border-color: #502014; }
  .contact-form a {
    float: left; }
    .contact-form a.custom-btn {
      background-color: #502014;
      color: #fff; }
      .contact-form a.custom-btn:hover {
        background-color: #fff;
        color: #502014; }

.contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 350px; }
  .contact-info-list li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase; }

.contact1 h5 {
  color: #502014;
  text-transform: uppercase;
  margin-bottom: 20px; }

.contact .contact-form {
  border-top: none;
  padding-left: 0; }
  .contact .contact-form .contact-name {
    width: 48%; }
  .contact .contact-form .contact-email {
    width: 48%; }
  .contact .contact-form .contact-subject {
    width: 98%;
    float: left; }
  .contact .contact-form textarea {
    width: 98%;
    float: left;
    height: 200px; }

.contact-area {
  background-color: #eab559;
  overflow: hidden;
  padding-top: 40px; }
  .contact-area .contact {
    background-color: #fff;
    overflow: hidden;
    padding: 30px;
    transform: translateY(100px);
    position: relative;
    z-index: 9;
    border: 1px solid #e5ecf6; }

.home-map .map {
  width: 100%;
  height: 100%; }

.home-map {
  height: 600px; }

.cart-section .product-item {
  margin-bottom: 50px;
  border: 1px solid #e5ecf6; }
  .cart-section .product-item .product_cart {
    overflow-x: auto; }
    .cart-section .product-item .product_cart .product_cart_table {
      border-collapse: collapse;
      min-width: 991px;
      width: 100%; }
      .cart-section .product-item .product_cart .product_cart_table h6 {
        display: inline-block;
        font-size: 16px;
        color: #000; }
      .cart-section .product-item .product_cart .product_cart_table td {
        border: none;
        padding: 26px; }
      .cart-section .product-item .product_cart .product_cart_table tr {
        border-bottom: 1px solid #e5ecf6;
        background-color: #fff; }
        .cart-section .product-item .product_cart .product_cart_table tr th {
          border: none;
          padding: 15px 30px;
          text-transform: uppercase;
          background-color: #502014;
          color: #fff; }
          .cart-section .product-item .product_cart .product_cart_table tr th.cart_product {
            padding-left: 40px; }
      .cart-section .product-item .product_cart .product_cart_table .cart_product {
        width: 33%;
        text-transform: capitalize; }
        .cart-section .product-item .product_cart .product_cart_table .cart_product .cart-thumb {
          border: 1px solid #e5ecf6;
          float: left;
          margin-right: 30px; }
        .cart-section .product-item .product_cart .product_cart_table .cart_product .cart-content {
          float: none;
          display: table;
          margin: 22px 0; }
      .cart-section .product-item .product_cart .product_cart_table .cart_price {
        width: 14%;
        text-align: center;
        text-transform: capitalize; }
      .cart-section .product-item .product_cart .product_cart_table .cart_quantity {
        width: 25%;
        text-align: center;
        text-transform: capitalize; }
      .cart-section .product-item .product_cart .product_cart_table .cart_total {
        width: 20%;
        text-align: center;
        text-transform: capitalize; }
      .cart-section .product-item .product_cart .product_cart_table .cart_edit {
        width: 8%;
        text-align: center;
        text-transform: capitalize; }
        .cart-section .product-item .product_cart .product_cart_table .cart_edit:hover .fa {
          color: #502014; }
  .cart-section .product-item.coupon {
    border: 1px solid #e5ecf6;
    padding: 20px 15px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 990px) {
      .cart-section .product-item.coupon {
        text-align: center; } }
    .cart-section .product-item.coupon .coupon-code input[type="text"] {
      background: transparent;
      border: 1px solid #e5ecf6;
      border-radius: 3px 0 0 3px;
      color: #000;
      padding: 11px 20px;
      width: 37%; }
    @media (max-width: 990px) {
      .cart-section .product-item.coupon .coupon-code {
        margin-bottom: 20px; } }
    .cart-section .product-item.coupon .coupon-code input[type="submit"],
    .cart-section .product-item.coupon .coupon-code input[type="submit"][disabled]:hover,
    .cart-section .product-item.coupon .coupon-code input[type="submit"][disabled]:focus {
      background: #e5ecf6;
      border: 1px solid #e5ecf6;
      border-radius: 0 3px 3px 0;
      color: #000;
      font-weight: 700;
      padding: 11px 20px;
      text-transform: uppercase;
      margin-left: -4px; }
      @media (max-width: 480px) {
        .cart-section .product-item.coupon .coupon-code input[type="submit"] input,
        .cart-section .product-item.coupon .coupon-code input[type="submit"][disabled]:hover input,
        .cart-section .product-item.coupon .coupon-code input[type="submit"][disabled]:focus input {
          display: block !important; } }
    .cart-section .product-item.coupon .cart-code {
      float: right; }
      .cart-section .product-item.coupon .cart-code input[type="submit"],
      .cart-section .product-item.coupon .cart-code input[type="submit"][disabled]:hover,
      .cart-section .product-item.coupon .cart-code input[type="submit"][disabled]:focus {
        background: #e5ecf6;
        border: 1px solid #e5ecf6;
        border-radius: 3px;
        color: #000;
        font-weight: bold;
        padding: 12px 20px;
        text-transform: uppercase;
        margin: 0 10px; }
        .cart-section .product-item.coupon .cart-code input[type="submit"][type="submit"]:first-child,
        .cart-section .product-item.coupon .cart-code input[type="submit"][disabled]:hover[type="submit"]:first-child,
        .cart-section .product-item.coupon .cart-code input[type="submit"][disabled]:focus[type="submit"]:first-child {
          padding: 12px 28.5px; }
        .cart-section .product-item.coupon .cart-code input[type="submit"][type="submit"]:last-child,
        .cart-section .product-item.coupon .cart-code input[type="submit"][disabled]:hover[type="submit"]:last-child,
        .cart-section .product-item.coupon .cart-code input[type="submit"][disabled]:focus[type="submit"]:last-child {
          margin-right: 0px; }
      @media (max-width: 990px) {
        .cart-section .product-item.coupon .cart-code {
          float: none; } }
      @media (max-width: 480px) {
        .cart-section .product-item.coupon .cart-code input {
          margin-bottom: 10px !important; } }
  .cart-section .product-item.shipping {
    margin-top: 30px;
    overflow: hidden;
    background-color: #fff; }
    .cart-section .product-item.shipping .shipping-title {
      border-bottom: 1px solid #e5ecf6;
      overflow: hidden;
      padding: 10px 5px; }
      @media (max-width: 990px) {
        .cart-section .product-item.shipping .shipping-title {
          text-align: center; } }
      .cart-section .product-item.shipping .shipping-title h5 {
        color: #000;
        text-transform: uppercase; }
    .cart-section .product-item.shipping .shipping-body {
      padding: 20px 5px; }
      .cart-section .product-item.shipping .shipping-body .cart-item .select-country {
        position: relative;
        margin-bottom: 20px; }
        .cart-section .product-item.shipping .shipping-body .cart-item .select-country select {
          outline: none;
          display: inline-block;
          position: relative;
          cursor: pointer;
          -webkit-appearance: none;
          padding: 7px 35px 7px 20px;
          width: 100%;
          background: transparent;
          z-index: 1;
          color: #000;
          border: 1px solid #e5ecf6;
          font-size: 14px;
          line-height: 26px;
          text-transform: capitalize; }
        .cart-section .product-item.shipping .shipping-body .cart-item .select-country span.select-icon {
          position: absolute;
          font-size: 20px;
          color: #000;
          width: 42px;
          height: 100%;
          line-height: 42px;
          background-color: #e5ecf6;
          right: 0%;
          top: 0;
          border-radius: 0 3px 3px 0;
          text-align: center; }
      .cart-section .product-item.shipping .shipping-body .cart-item .state {
        margin-bottom: 20px; }
        .cart-section .product-item.shipping .shipping-body .cart-item .state input[type="text"] {
          border: 1px solid #e5ecf6;
          padding: 10px 15px;
          background-color: #fff; }
      .cart-section .product-item.shipping .shipping-body .cart-item .cart-btn {
        margin-top: 0; }
        .cart-section .product-item.shipping .shipping-body .cart-item .cart-btn .custom-btn {
          background: #502014;
          color: #fff;
          display: inline-block !important;
          font-weight: bold;
          padding: 9px 38px; }
      .cart-section .product-item.shipping .shipping-body .cart-item.subtotal p {
        padding: 10px 20px;
        border: 1px solid #e5ecf6;
        margin-bottom: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #000;
        line-height: 20px; }
        .cart-section .product-item.shipping .shipping-body .cart-item.subtotal p span {
          float: right;
          color: #502014; }

.qty {
  display: inline-block; }
  .qty input {
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #e5ecf6;
    color: #696969;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    .qty input[type="button"] {
      border-radius: 3px 0 0px 3px;
      line-height: 1;
      padding: 10px;
      font-size: 14px;
      transition: all 0.3s linear;
      float: left; }
      .qty input[type="button"]:hover {
        background: #502014;
        color: #fff; }
      .qty input[type="button"]:last-child {
        border-radius: 0px 3px 3px 0;
        float: right; }
    .qty input[type="number"] {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-radius: 0px;
      padding: 8.5px;
      width: 60px;
      font-size: 14px;
      margin: 0; }
      .qty input[type="number"]:hover {
        border: 1px solid #502014; }

.testimonial-section .testimonial-wrapper {
  overflow-x: hidden;
  position: relative; }
  .testimonial-section .testimonial-wrapper .testimonial-content {
    background-color: #fff;
    padding: 45px 65px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .testimonial-section .testimonial-wrapper .testimonial-content img {
      margin-bottom: 27px; }
    .testimonial-section .testimonial-wrapper .testimonial-content .client-info {
      text-transform: uppercase; }
      .testimonial-section .testimonial-wrapper .testimonial-content .client-info h6 {
        color: #502014; }
    .testimonial-section .testimonial-wrapper .testimonial-content:after {
      position: absolute;
      background: url(../../assets/img/testimonial/comma-1.png) no-repeat;
      content: "";
      height: 105px;
      width: 150px;
      top: 0;
      left: 0; }
    .testimonial-section .testimonial-wrapper .testimonial-content:before {
      position: absolute;
      background: url(../../assets/img/testimonial/comma-2.png) no-repeat;
      content: "";
      height: 105px;
      width: 150px;
      bottom: 0;
      right: 0; }
.testimonial-section.style-two .testimonial-wrapper {
  padding: 40px 0px 0px; }
  .testimonial-section.style-two .testimonial-wrapper .testimonial-content {
    text-align: left;
    padding: 25px 30px; }
    .testimonial-section.style-two .testimonial-wrapper .testimonial-content .client-details {
      display: block;
      position: relative;
      margin-bottom: 25px; }
      .testimonial-section.style-two .testimonial-wrapper .testimonial-content .client-details img {
        float: left;
        display: inline-block;
        margin-bottom: 0;
        transform: translateY(-54px);
        margin-right: 30px;
        position: absolute;
        top: 0;
        left: 0; }
      .testimonial-section.style-two .testimonial-wrapper .testimonial-content .client-details .client-info {
        display: table;
        margin-left: 125px; }
        .testimonial-section.style-two .testimonial-wrapper .testimonial-content .client-details .client-info p {
          margin-bottom: 0; }
        .testimonial-section.style-two .testimonial-wrapper .testimonial-content .client-details .client-info h6 {
          margin-top: 0; }
    .testimonial-section.style-two .testimonial-wrapper .testimonial-content p {
      display: inline-block;
      margin-bottom: 0; }
    .testimonial-section.style-two .testimonial-wrapper .testimonial-content:before {
      display: none; }
    .testimonial-section.style-two .testimonial-wrapper .testimonial-content:after {
      right: -20px;
      left: auto;
      background: url(../../assets/img/testimonial/comma-3.png) no-repeat;
      top: 30px !important;
      width: 114px;
      height: 41px; }

@media (max-width: 768px) {
  .service-section {
    padding-left: 15px;
    padding-right: 15px; } }
.service-section .service-item {
  background: #fff;
  padding: 35px 40px;
  border: 1px solid #e5ecf6;
  min-height: 230px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .service-section .service-item {
      text-align: center; } }
  
    @media (max-width: 480px) {
      /*.service-section .service-item .service-thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 20px; */} }
  .service-section .service-item .service-content {
    display: table;
    margin-left: 130px; }
    @media (max-width: 480px) {
      .service-section .service-item .service-content {
        display: block;
        margin-left: 0; } }
    .service-section .service-item .service-content h5 > a {
      margin-top: 0;
      -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
      transition: 0.7s;
      text-transform: uppercase; }
  .service-section .service-item:hover h5 > a {
    color: #502014; }
.service-section .service-btn {
  text-align: center;
  padding-top: 30px; }
.service-section.style-two .service-item .service-content .custom-btn {
  background-color: #fff;
  color: #502014; }
  .service-section.style-two .service-item .service-content .custom-btn:hover {
    background-color: #502014;
    color: #fff; }

.sidebar .widget {
  background: #fff;
  border: 1px solid #e5ecf6;
  margin-bottom: 40px; }
  .sidebar .widget.project-section .project-thumb {
    float: none;
    margin-right: 0; }
  .sidebar .widget.project-section .project-content {
    padding-top: 10px; }
    .sidebar .widget.project-section .project-content h5 {
      margin-bottom: 0; }
  .sidebar .widget .widget-title {
    border-bottom: 1px solid #f0f0f0; }
    .sidebar .widget .widget-title h5 {
      margin: 0;
      padding: 22px 23px;
      text-transform: uppercase; }
  .sidebar .widget .widget-content {
    position: relative; }
    .sidebar .widget .widget-content form {
      padding: 22px 23px; }
    .sidebar .widget .widget-content .custom-btn.custom-btn-sm {
      padding: 10px 21px; }
    .sidebar .widget .widget-content > ul {
      padding: 20px 0;
      margin: 0; }
      @media (max-width: 990px) {
        .sidebar .widget .widget-content > ul {
          text-align: center; } }
      .sidebar .widget .widget-content > ul .project-item {
        margin-bottom: 0;
        border-bottom: none; }
        @media (max-width: 990px) {
          .sidebar .widget .widget-content > ul .project-item {
            max-width: 330px;
            display: inline-block; } }
      .sidebar .widget .widget-content > ul .blog-item {
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #f0f0f0; }
        .sidebar .widget .widget-content > ul .blog-item:last-child {
          border-bottom: none; }
        .sidebar .widget .widget-content > ul .blog-item .blog-thumb {
          width: 90px; }
          @media (max-width: 990px) {
            .sidebar .widget .widget-content > ul .blog-item .blog-thumb {
              float: none;
              display: inline-block; } }
        .sidebar .widget .widget-content > ul .blog-item .blog-content h6 {
          margin-top: 10px; }
          .sidebar .widget .widget-content > ul .blog-item .blog-content h6 a {
            color: #000;
            font-weight: 600; }
            .sidebar .widget .widget-content > ul .blog-item .blog-content h6 a:hover {
              color: #502014; }
        .sidebar .widget .widget-content > ul .blog-item .blog-content .post-meta li {
          color: inherit; }
  .sidebar .widget.icon-option .sidebar-icon {
    position: relative;
    margin-bottom: 20px; }
    .sidebar .widget.icon-option .sidebar-icon input {
      outline: none;
      color: #888888;
      padding: 17px 38px 17px 15px;
      background-color: #fff;
      border: 1px solid #e5ecf6; }
    .sidebar .widget.icon-option .sidebar-icon i {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
    .sidebar .widget.icon-option .sidebar-icon select {
      width: 100%;
      color: #888888;
      padding: 17px 22px;
      background-color: #fff;
      border: 1px solid #e5ecf6;
      -webkit-appearance: none; }
  .sidebar .widget.icon-option .custom-btn {
    background-color: #502014;
    color: #fff; }
    .sidebar .widget.icon-option .custom-btn:hover {
      background-color: #fff;
      color: #502014; }
  .sidebar .widget.categories .widget-content h6.custom-pannel-title a {
    position: relative; }
    .sidebar .widget.categories .widget-content h6.custom-pannel-title a .plus-minus-icon {
      position: absolute;
      top: 50%;
      right: 5%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 100%;
      border: 1px solid #f0f0f0;
      text-align: center;
      transform: translateY(-50%);
      background: #1e50d5; }
      .sidebar .widget.categories .widget-content h6.custom-pannel-title a .plus-minus-icon .plus-icon {
        position: absolute;
        height: 2px;
        width: 9px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s; }
      .sidebar .widget.categories .widget-content h6.custom-pannel-title a .plus-minus-icon .minus-icon {
        position: absolute;
        height: 2px;
        width: 9px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s; }

footer .widget {
  padding: 10px; }
  footer .widget .widget-head h4 {
    color: #fff; }

.widget .widget-head {
  padding-bottom: 15px; }
  .widget .widget-head h4 {
    font-size: 26px;
    text-transform: uppercase; }
.widget p {
  color: #fff;
  line-height: 2; }
.widget .address {
  padding: 0;
  color: #fff; }
  .widget .address li {
    padding: 3px 0;
    line-height: 37px;
    color: #fff; }
    .widget .address li span {
      width: 35px;
      height: 35px;
      background-color: #fff;
      color: #502014;
      float: left;
      text-align: center;
      margin-right: 10px; }
.widget .flicker a {
  width: 33.33%;
  float: left; }
  .widget .flicker a img {
    margin: 4px;
    width: 94%;
    overflow: hidden; }

.footer-top {
  background-color: #502014;
  position: relative; }
  .footer-top .footer-overlay {
    position: relative;
    z-index: 9; }
  .footer-top:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 100% 160%;
    /*background-image: url(../../assets/img/background/footer-bg.png); }*/
  .footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #502014;
    opacity: 0.7;
    z-index: 2; }

.address {
  padding: 0;
  color: #fff;
  text-align: left; }
  .address li {
    padding: 3px 0;
    line-height: 37px;
    color: #696969; }
    .address li span {
      width: 35px;
      height: 35px;
      background-color: #fff;
      color: #502014;
      float: left;
      text-align: center;
      margin-right: 10px; }

/*  accordion    */
.sidebar .panel-group {
  margin-bottom: 0px;
  border: none; }

.sidebar .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.sidebar .panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }

.sidebar .panel-group .panel + .panel {
  margin-top: 0; }

.sidebar .custom_panel {
  border-top: 1px solid #e6eff3; }

.sidebar .custom_panel:first-child {
  border-top: 1px solid transparent; }

.sidebar .custom_panel_heading {
  padding: 1px 22px; }

.sidebar .custom_panel_heading p {
  position: relative;
  padding: 8px 0;
  margin: 0; }

.sidebar .custom_panel_title a .plus {
  background-color: #353535; }

.sidebar .custom_panel_title a .minus {
  background-color: #502014; }

.sidebar .custom_panel_title a.collapsed .icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sidebar .custom_panel_title a .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sidebar .custom_panel_title a .plus {
  width: 2px;
  height: 9px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
  -o-transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
  transform: translateY(-50%) translateX(-50%) rotateZ(90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sidebar .custom_panel_title a.collapsed .plus {
  background-color: #000;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) translateX(-50%) rotateZ(-180deg);
  transform: translateY(-50%) translateX(-50%) rotateZ(-180deg);
  transition: all 0.9s linear; }

.sidebar .custom_panel_title a.collapsed .minus {
  width: 9px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  -o-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sidebar .custom_panel_title a .minus {
  width: 9px;
  height: 2px;
  background-color: #502014;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  -o-transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  transform: translateY(-50%) translateX(-50%) rotateZ(180deg);
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sidebar .panel-body li {
  float: none; }

.sidebar .panel-body li a {
  display: block;
  padding: 1.5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.sidebar .panel-body {
  padding: 0 22px;
  padding-bottom: 10px; }

.sidebar .panel-body span {
  font-size: 12px;
  line-height: 25px;
  color: #696969; }

.sidebar .custom_panel_title a {
  color: #502014; }

.sidebar .custom_panel_title a.collapsed {
  color: #000;
  font-weight: 600; }

.sidebar .panel-body li:hover span {
  color: #502014; }

.sidebar .panel-body li:hover a {
  padding-left: 10px; }

/*  accordion    */
.small-post-list .product-item {
  overflow: hidden;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0; }
  .small-post-list .product-item .product-thumb {
    width: 70px;
    float: left;
    margin-right: 10px; }
  .small-post-list .product-item .product-content {
    display: table;
    text-align: left;
    padding-top: 0; }
    .small-post-list .product-item .product-content h6 {
      font-size: 13px;
      font-weight: 400; }
    .small-post-list .product-item .product-content span, .small-post-list .product-item .product-content i {
      font-size: 14px; }

.price-filter {
  position: relative;
  padding: 20px;
  text-align: center; }
  .price-filter .price-label {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px; }
    .price-filter .price-label span + span {
      color: #502014;
      font-size: 16px;
      font-weight: 600; }
    .price-filter .price-label .leftLabel {
      color: #502014;
      font-size: 16px;
      font-weight: 600; }
    .price-filter .price-label .rightLabel {
      color: #502014;
      font-size: 16px;
      font-weight: 600; }
  .price-filter .nstSlider {
    position: relative;
    width: 100%;
    height: 10px;
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
    margin-bottom: 20px; }
    .price-filter .nstSlider .bar {
      background-color: #502014;
      height: 9px;
      top: -1px;
      border-radius: 0px; }
    .price-filter .nstSlider .leftGrip,
    .price-filter .nstSlider .rightGrip {
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 2px solid transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      top: -5px; }
  .price-filter .custom-btn {
    padding: 10px 25px; }

@media (max-width: 768px) {
  .counter-section {
    padding-left: 15px;
    padding-right: 15px; } }
.counter-section .counter-heading {
  max-width: 780px;
  margin: 0 auto 70px;
  text-align: center; }
  .counter-section .counter-heading h3 {
    font-weight: 400;
    color: #000; }
    .counter-section .counter-heading h3 span {
      color: #502014;
      font-style: italic; }
.counter-section .counter-item {
  text-align: center;
  border: 1px solid #e5ecf6;
  background-color: #fff;
  padding: 40px 0px;
  max-height: 283px; }
  @media (max-width: 990px) {
    .counter-section .counter-item {
      margin-bottom: 30px; } }
  .counter-section .counter-item .counter-thumb {
    margin-bottom: 35px; }
  .counter-section .counter-item .counter-content {
    position: relative; }
    .counter-section .counter-item .counter-content .number {
      margin-bottom: 25px;
      display: inline-block;
      font-size: 30px;
      font-weight: bold;
      color: #000; }
    .counter-section .counter-item .counter-content .counter-extra {
      font-size: 30px;
      font-weight: bold;
      color: #000; }
    .counter-section .counter-item .counter-content:after {
      position: absolute;
      content: "";
      top: 56%;
      left: 50%;
      width: 60px;
      height: 4px;
      background-color: #502014;
      transform: translateX(-50%); }

.feature-section .feature-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5ecf6;
  padding: 40px 33px;
  position: relative; }
  @media (max-width: 990px) {
    .feature-section .feature-item {
      margin-bottom: 30px; } }
  .feature-section .feature-item:hover h5 {
    color: #502014; }
  .feature-section .feature-item .feature-thumb {
    margin-bottom: 48px; }
  .feature-section .feature-item .feature-content h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s; }
  .feature-section .feature-item:after {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 44%;
    height: 2px;
    width: 20px;
    border: 2px dashed #e5ecf6;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s; }
  .feature-section .feature-item:before {
    position: absolute;
    content: "\f061";
    bottom: 43px;
    right: 45%;
    height: 2px;
    width: 20px;
    font-family: FontAwesome;
    color: #e5ecf6;
    font-size: 17px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s; }
  .feature-section .feature-item:hover:after {
    border: 2px dashed #502014; }
  .feature-section .feature-item:hover:before {
    color: #502014; }


/*# sourceMappingURL=style.css.map */
