.travel_variation_area h4 {
	font-size: 32px;
    font-weight: 400;
    color: #040E27;
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
    text-align: center;
}

.learn-more-btn {
	margin-top: 30px;
}

.single-desti-div {
	padding-bottom: 0px;
}

.contact-page-form {
	padding-top: 30px;
}

.contact-page-form .form-group {
	float: left;
}

.current-menu-item a {
	color: #FF4A52 !important;
}

.bradcam_area {
    background-position: top center;
    padding: 200px 0;
}

.single_travel .icon i {
	font-size: 30px;
	color: #621d78;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.sl-image-area {
	position: relative;
}

.sl-image-area img {
	position: relative;
	width: 100%;
}

.sl-image-area h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	padding: 10px 0px;
	color: #fff;
	text-transform: capitalize;
	background-color: rgba(0, 0, 0, 0.6);
	margin: 0;
}

.sl-box {
	margin-bottom: 30px;
}

.popular_places_area .single_place .place_info p {
    display: inline-block;
}

/*Contact form styles*/
.wpcf7 form .wpcf7-response-output {
	display: inline-block;
}

/*custom loader*/
.no-js #loader { 
	display: none;  
}
.js #loader { 
	display: block; position: absolute; left: 100px; top: 0; 
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;*/
        background: url(../img/pin-lanka-logo-edited-4.png) center no-repeat #fff;
}

/*return to top button*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -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;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*Menu Change*/
.header-area {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
}

.header-area .main-header-area.sticky {
    background: rgba(255, 255, 255, 0.7);
}

.header-area .social_wrap .social_links li a {
    color: #040E27;
}

@media (max-width: 767px) {
  .header-area {
	border-bottom: 1px solid #000;
	}
	/* line 23, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_slider.scss */
	  .slider_area .single_slider {
	    height: 300px;
	  }
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #FF4A52;
}