@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
/*font-family: 'Oswald', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');

/*
body {
  font-family: 'Merriweather', serif !important;
  margin: 0;
  padding: 0;
  background: #333;
  background-attachment: fixed;
  background-size: cover;
}*/
/*
body h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-transform: uppercase;
}
body h2 span{
  color: #f6a821;
}
body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
body h3 span{
  color: #f6a821;
}

body h4{
  font-family: 'Oswald', sans-serif;
  color: #db8e09;
  font-size: 20px;
  letter-spacing: .8px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;

}

body p{
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  letter-spacing: .8px;
  font-weight: 400;
  line-height: 1.6;

}*/
body p strong{
  font-size: 18px;
}

body a,
body a:hover{
  text-decoration: none;
}





.section-ineer {
/*  just a fancy border  */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
}



/*body*/

.section-o{
  padding-top: 20px;
  padding-bottom: 20px;
}


.section1{
  display: flex;
  width: 100%;
}
.section1 .slider{
  width: 40%;
  padding: 10px 10px;
}
.section1 .slider .slider-box{
  max-width: 300px;
  margin: auto;
}
.section1 .dec{
  width: 80%;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;

}
.section1 .dec .dec-1{
  width: 68%;
  /*padding: 10px 20px;*/

}
.section1 .dec .dec-1 h3{
  font-size: 30px;
}
.section1 .dec .dec-2{
  width: 100%;
  margin-top: 35px;
}
.section1 .dec .dec-2 p{
  position: relative;
  margin-left: 26px;
}
.section1 .dec .dec-2 p i{
  position: absolute;
  left: -24px;
  top: 4px;
  color: #db8e09;
}

.section1 .price{
  padding: 10px 33px;
  text-align: center;

}
.section1 .price form {
  margin-top: 20px;
}
.section1 .price form select{
  width: 140px;
  padding: 10px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid #f5f5f5;

}
.section1 .price form select option{
  color: #333;
  font-family: 'Merriweather', serif !important;

}

.section1 .price form input{
  width: 140px;
  padding: 10px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  border: 1px solid #f5f5f5;

}
.section1 .price form input::placeholder{
  color: #f5f5f5
}

.btn-1{
  width: 160px;
  padding: 11px 10px;
  font-family: 'Oswald', sans-serif;
  border-style: solid;
  border-color: #db8e09;
  background-color: #db8e09;
  background-image: url(../img/svg-mask.svg) !important;
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  border-radius: 20px;
  outline: none;
  margin-top: 10px;
}
.btn-1:hover{
    border-color: #d18808;
    background-color: #d18808;
    color: rgba(255, 255, 255, 0.9);
}

/*flickity*/

.slider-box .carousel {
    background: none;
}

.slider-box .carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: none;
  border-radius: 5px;
  counter-increment: gallery-cell;
}
.slider-box .carousel-cell img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-box .flickity-page-dots .dot{
  width: 12px;
  height: 12px;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #fff;
}
.slider-box .flickity-page-dots {
    bottom: -30px;
}
.slider-box .flickity-button {
    display: none;
}


/*the modal*/
.slider .modal.and.carousel {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.slider .modal-content{
  background: none;
  box-shadow: none;
  border: none;
}
.modal-header {
  border: none;
  height: 75px;
}
.modal-header .close{
    opacity: .8;
    color: #fff;
    font-size: 40px;
    z-index: 9;
}

.slider .carousel-control, 
.slider .carousel-control:focus, 
.slider .carousel-control:hover{
  background-image: none !important;
}







/*section2*/

.section2{
  padding-top: 40px;

}
.best-plan__head{
  text-align: center;
  margin-bottom: 45px;  
}

.best-plan__title{
  font-size: 36px;
  margin-bottom: 15px;
  margin-top:50px;
  font-weight: 800;
  color:#3c2f17;
}
.best-plan__title + p{
  font-size: 18px;
  font-weight: 300;
}

.b-price-plan{
  border: 1px solid rgba(125,138,164,.25);
  max-width: 400px;
  margin: 0 auto 30px auto;
  background: rgba(255, 255, 255, 0.9); 
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
  transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
  -o-transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
  transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
  transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;  
}

.b-price-plan__item{
  padding: 15px 30px; 
}

.b-price-plan__head{
  padding-top: 20px;  
  padding-bottom: 20px;
  text-align: center;   
  overflow: hidden;
  position: relative;
}

.b-price-plan__head > h3{
  font-size: 18px;
  text-align: center; 
  position: relative;
  
  margin: 0;
  letter-spacing: 1px;  
}

.price_foot{    
  text-align: center;
  position: relative; 
  overflow: hidden; 
}
.price_foot:before{
  content: '';
  position: absolute; top: 100%; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(125,138,164,.1);
  -webkit-transition: top .6s linear;
  -o-transition: top .6s linear;
  transition: top .6s linear;
}

.b-price-plan__cost{  
  font-size: 20px;
  font-weight: 600;
  position: relative;
  
  text-align: center; 
  background: #f6a821;
}
.cost-title{
  font-size: 55px;
  line-height: 1;
  font-weight: 700; 
  color: rgba(255, 255, 255, 0.9);
}
/*.cost-title:before{
  content: '\f155';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  position: relative; top: -20px;
}*/
.cost-title > span{
  position: relative; top: -25px; left: 5px;
    font-size: 18px;  
}
.cost-time{
  font-size: 13px;
  color: #484848;
}


.price-plan_pro{
  position: relative;
}

.p_plan_list{ 
  padding: 0;
  margin: 0;
}
.p_plan_list > li{
  position: relative;
  padding: 15px 10px 15px 10px;
  margin: 0;
  color: #333;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(125,138,164,.1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}


.p_plan_list > li .fa{  
  color: rgba(125,138,164,1);
  margin-right: 8px;  
  width: 16px;
  height: 16px;
  position: absolute; top: 50%; left: 30px;
  margin-top: -8px;
}
.p_plan_list > li .fa.text-success{
  color: rgba(160,206,78,1)!important;
}
.p_plan_list > li .fa.text-danger{
  color: rgba(253,99,71,1)!important;
}
.p_plan_list > li:first-of-type{
  border-top: none;
}

/* price_btn style */


.price_btn{ 
  overflow: hidden; 
  position: relative;
  
  margin: 15px auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(125,138,164,1) ;
  text-decoration: none;    
  text-transform: uppercase;
  width: 70%;
  border: 2px solid rgba(125,138,164,1) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 15px 20px !important;      
    -webkit-border-radius: 5px;     
            border-radius: 5px;       
}


.price_btn > span{
  position: relative;
  
}

.price_btn .fa{
  font-size: 18px;
  position: absolute; top: 50%; left: 100%;
    width: 30px;    
  opacity: 0;
  -webkit-transition: left .55s linear, opacity .55s linear;
  -o-transition: left .55s linear, opacity .55s linear;
  transition: left .55s linear, opacity .55s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*section-text*/

.section-text{
  padding: 40px;
}
.section-text h3{
  text-align: center;
}
.section-text h4{
    color: #db8e09;
    font-size: 20px;
    text-transform: none;
    text-align: center;
}
.h3-bg{
  max-width: 750px;
  background: #db8e09;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  padding: 4px;
}


/*section3*/


.section3{
  display: flex;
  width: 100%;
  justify-content: center;
}

.section3 .price{
  width: 450px;
  padding: 10px 10px;
  margin-top: 20px;

}
.section3 .price form {
  margin-top: 20px;
}

.section3 .price form label{
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section3 .price form input{
  height: 38px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
  margin-bottom: 8px;

}
.section3 .price form select{
  width: 100%;
  height: 38px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid #f5f5f5;
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
  margin-bottom: 8px;


}
.section3 .price form select option{
  color: #333;
  font-family: 'Merriweather', serif !important;

}


.section3 .price form input::placeholder{
  color: #f5f5f5
}

.section3 form .box:after {
    position: absolute;
    top: 10px;
    right: 20px;
    content: "*";
    line-height: 1;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #f95454;
}

.section3 .btn-1{
  margin-top: 40px;
  margin-left: 15px;
}





/*footer*/
.footer{
  padding: 24px 0;
  width: 100%;
  /*position: fixed;*/
  /*bottom: 0;*/
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.footer p{
  margin: 0;
}
.footer p a{ 
  color: #ffa543
}
.footer p a:hover{ 
  color: rgba(255, 255, 255, 0.9);
}
/*.copy {
  width: 50%;
  float: left;
}

.social {
  width: 50%;
  float: right;
}*/
.social ul{
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.social ul li{
  display: inline-block;
  margin-right: 20px;
}
.social ul li:nth-last-child(1){
  margin-right: 0px !important;
}
.social ul li a{
  color: rgba(255, 255, 255, 0.9);
}
.social img{
  height: 56px;
}





/*-------------------------------------------------------------*/
/*Responsive*/
@media screen and (max-width: 991px) {
  .section1{
    flex-wrap: wrap;
  }
  .section1 .slider{
    width: 50%;
  }
  .section1 .dec{
    width: 100%;
    margin-top: 20px;
  }
  .section1 .dec .dec-1{
    width: 100%;

  }
  .section1 .price{
    width: 50%;

  }
  .social ul{
    text-align: center;
    margin-bottom: 20px;

  }
  .cost-title{
    font-size: 40px;
  }
  
}

@media screen and (max-width: 767px) {
 .section1 .dec .dec-1 h3{
    font-size: 24px;
  }
  .cost-title{
    font-size: 42px;
  }
  .section1 .slider{
    width: 100%;
  }
  .section1 .dec{
    width: 100%;

  }
  .section1 .price {
    width: 100%;
  }
  .section3{
    flex-wrap: wrap;
  }

  
}

@media screen and (max-width: 480px) {
 .section-text{
    padding: 40px 0;
 }
  .cost-title{
    font-size: 38px;
  }
  .menu-full .overlay a{
    padding: 18px 0;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.success{
	font-size:15px;
	color:#59ff59;
	text-align:center;
	display:none;
}