/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
.no-margin-bottom .wpb_wrapper > div {
    margin-bottom: 0 !important;
}

.header-transparent #Top_bar .menu > li > a span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
 #Top_bar .menu > li > a span {
    text-transform: uppercase;
}
/***********footer *************/
#Footer .connect-social {
    box-sizing: border-box;
    margin-bottom: 32px;
    padding-top: 8px;
}
#Footer .social-button {
    color: #FFFFFF;
    height: 30px;
    width: auto;
    margin-right: 15px;
}
#Footer hr {
    background-color: #fff;
    color: #fff;
}
/******** end footer ***********/
.no-margin-right {
    margin-right: 0 !important;
}
.no-margin-right {
    margin-left: 0 !important;
}
.wrap-box {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
}
/*--------- animated headline --------------*/

.home-intro h1 {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    font-size: 4em;
    margin-bottom: 20px;
}
.home-intro h2 {
    font-size: 18px;   
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #287d3d;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/********* single destination box ************/
.single-destination {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
    overflow: hidden;
    box-shadow: 0 0 1px rgb(0, 0, 0.2);
}
.single-destination-content {
	padding: 10px 30px 31px;
	transition: .5s;
	background: #fff;
}
.single-destination-content h2 {
	font-size: 21px;
	font-weight: 500;
        line-height: 1.3;
}
.single-destination-content p {
	font-size: 16px;
	padding-top: 4px;
}
.single-destination-content span {
	color: #ff6363;
}
.single-destination-btn {
	margin-top: 22px;
}
.single-destination-btn a {
	background: #287d3d;
	padding: 7px 20px;
	transition: .5s;
	border-radius: 5px;
	color:#fff;
}
.single-destination:hover {
	box-shadow: 0 0px 18px rgba(0, 0, 0, 0.2);
}
/*********** END DEST-BOXES *************/

span.wpcf7-form-control-wrap {
    margin-bottom: 25px !important;
}
.centered {
    text-align: center;
}
.dark a {
    color: #fff;
}
/*=========================
POPULAR PACKAGE AREA
===========================*/
.popular_package_area {
	padding: 81px 0 70px;
}
.single_package {
	box-shadow: 0 0px 15px rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.pack_thumb{
	position:relative;
}
.pack_thumb:before{
	position:absolute;
	content:"";
	left:0; 
	top:0; 
	width:100%;
	height:100%;
	background:rgba(40,125,61,0.70);
	opacity:0;
	transition:.3s;
}
.single_package:hover .pack_thumb:before{
	opacity:1;
}
.package_price {
	position: absolute;
	bottom: -27px;
	right: 20px;
	transition:.5s;
}
.package_price span {
	width: 75px;
	height: 75px;
	display: block;
	background: #2E8042;
	line-height: 75px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 100%;
	transition:.5s;
}
.single_package:hover .package_price span{
	background: #fff;
	color: #2E8042;
}
.single_package:hover .package_price{
	bottom: 27px;
}

.pack_thumb img {
      display: block;
}
.package_content {
	padding: 29px 20px 35px;
}
.package_meta{}
.package_meta span {
	margin-right: 12px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.package_meta span i {
	color: #91a8ae;
	margin-right: 3px;
}
.package_title{}
.package_title h4 {
	margin: 0;
	padding: 10px 0 4px;
	transition:.3s;
}
.package_title h4 a:hover{
	color:#2E8042;
}
.package_title span {
	font-size: 16px;
}
.package_content_inner {
	overflow: hidden;
	padding-top: 24px;
}
.package_btn {
	float: left;
}
.package_btn a {
	display: inline-block;
	background: #2E8042;
	color: #fff;
	border-radius: 30px;
	padding: 5px 26px;
	font-size: 15px;
	letter-spacing: 0.5px;
	border: 2px solid transparent;
	transition: .3s;
}
.package_btn a:hover{
	border-color:#2E8042;
	color:#2E8042;
	background-color:transparent;
}
.package_ratting {
	float: right;
	padding-top: 9px;
}
.package_ratting i {
	color: #2E8042;
	display:inline-block;
}

/*==============================