﻿.bg-1 {
background-image: url("../img/noise.jpg");background-repeat: repeat;}

.bg-2 {
    background: #16272E;
}



/********************************************************
    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;
}
