﻿.bg-1 {
background: #F5F2ED;
}


/* ======= blog style ======= */
.blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .item:hover .con {
    bottom: 0;
}
.blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.blog .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #a2783a;
    border: 1px solid #a2783a;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.blog .item .date span {
    font-family: 'Syne', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.blog .item .date i {
    font-family: 'Syne', sans-serif;
    display: block;
    font-size: 27px;
    font-style: normal;
    color: #fff;
}
.blog .item .con {
    margin: -150px 20px 90px;
    padding: 30px 20px;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}
.blog .item .con .category {
    font-family: 'Syne', sans-serif;
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    letter-spacing: 3px;
}
.blog .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #a2783a;
}
.blog .item .con .category a:hover {
    color: #000;
}
.blog .item .con .category a:last-child {
    margin-right: 0;
}
.blog .item .con .category a:last-child:after {
    display: none;
}
.blog .item .con h5,
.blog .item .con h5 a {
.section-title {
    font-size: 38px;
    font-family: 'Syne', sans-serif;
    color: #C1A78C;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
}
.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
    color: #a2783a;
}
.blog .item .con p {
    color: #fff;
    font-size: 15px;
}
.blog .item .con i {
    color: #fff;
    font-size: 20px;
}


/********************************************************
    Pricing
********************************************************/


.pricing2 {
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing2 figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
        overflow: hidden;
}
.pricing2 figure img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.pricing2 figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}
.pricing2 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.pricing2 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.pricing2 .con {
    padding: 45px 30px;
}
.pricing2 .price {
    margin: 0;
    padding: 0;
    display: block; 
    margin-bottom: 15px;
}
.pricing2 .price sup {
    font-size: 20px;
    top: -1.25em;
    color: #1C403A;
    font-family: 'Didact Gothic', sans-serif;
}
.pricing2 .price .number {
    font-size: 60px;
    font-weight: 400;
    color: #1C403A;
    font-family: 'Didact Gothic', sans-serif;
    line-height: 60px;
}
.pricing2 .title {
    margin-bottom: 30px;
    color: #1C403A;
    font-size: 27px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #eee3d0;
    padding-bottom: 15px;
    font-family: 'Didact Gothic', sans-serif;
}
.pricing2 .pricing2-text, 
.pricing2 .pricing2-text li {
    padding: 0;
    margin: 0; 
}
.pricing2 .pricing2-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #000;
}
.pricing2 .pricing2-text li span.ti-check,
.pricing2 .pricing2-text li span.ti-close {
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}
.pricing2:hover, 
.pricing2:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11); 
}
.pricing2 .butn-dark {
    display: grid;
}
/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    background: #1C403A;
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #A1B4A0;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}


/********************************************************
    Pricing
********************************************************/

.social2 {
    margin-bottom: 15px;
}
.social2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #1C403A;
    color: #1C403A;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
.social2 a:hover {
    border: 1px solid #A1B4A0;
    background: #A1B4A0;
    color: #fff;
}























/* button
-------------------------------------------------------------- */
.wrap-btn {
  display: flex;
}

.tf-button {
  position: relative;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 10px;
  height: 50px;
  padding: 18px 22px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.9px;
  line-height: 50px;
  text-transform: uppercase;
  background-size: 300%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-button::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #e6c9a2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-button:hover::before {
  transform: translateY(-10px) !important;
}
.tf-button.style1 {
  background-image: linear-gradient(160deg, transparent 50%, #e6c9a2 50%);
  border: 1px solid #e6c9a2;
  color: #e6c9a2;
}
.tf-button.style1:hover {
  color: #0e1927;
  background-position: 96%;
}
.tf-button.style2 {
  background-image: linear-gradient(160deg, #e6c9a2 50%, #fff 50%);
  border: 1px solid #e6c9a2;
  color: #0e1927;
}
.tf-button.style2::before {
  background: #e6c9a2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-button.style2:hover {
  color: #e6c9a2;
  background-position: 95%;
}
.tf-button.style3 {
  background-image: linear-gradient(160deg, transparent 50%, #0e1927 50%);
  border: 1px solid #0e1927;
  color: #0e1927;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0px 31px 0px 33px;
  line-height: 46px;
}
.tf-button.style3::before {
  background: #0e1927;
  bottom: -11px;
}
.tf-button.style3:hover {
  color: #e6c9a2;
  background-position: 99%;
}
.tf-button.style4 {
  background-image: linear-gradient(160deg, #fff 50%, #e6c9a2 50%);
  border: 1px solid #0e1927;
  color: #0e1927;
}
.tf-button.style4::before {
  background: #fff;
}
.tf-button.style4:hover {
  color: #fff;
  background-position: 95%;
}
.tf-button.style4:hover::before {
  background: #e6c9a2;
}
