html {
  scroll-behavior: smooth;
}
.header-top-area {
    background: #da1725 none repeat scroll 0 0;
}
.site-logo img {
    margin: 4px 0;
}
.mainmenu ul {
    text-align: right;
}
.mainmenu ul li a {
    font-size: 16px;
    padding: 43px 18px;
}
.mainmenu ul li>a:hover, .mainmenu ul li.active>a {
    color: #da1725;
}
.slider-1 .single-slider {
    background: url('../images/slide1.jpg');
}
.slider-2 .single-slider {
    background: url('../images/slide2.jpg');
}
.banner-welcome {
    padding-top: 80px;
}
.footer-bottom-left p {
    color: #ffffff;
}
.peulis-footer-area {
    background: black;
}
.about-page-left h2 {
    font-size: 28px;
}
.peulis-awesome-tour-area:before {
    background-image: url('../images/cta.jpg');
}
.peulis-awesome-tour-area:after {
    background: url('../images/cta_bg_2.png') no-repeat scroll 0 0;
}
.peulis-btn,.contact-left form button,.contact-info-icon,.tour-details a{
	background: #da1725 none repeat scroll 0 0;
}
.peulis-btn:hover,.contact-left form button:hover,.tour-details a:hover{
	background: #177bb9 none repeat scroll 0 0;
}
.video-btn a{
	background: #da1725;
}
.video-btn a:after{
	background: #da1725;
}
.about-page-left>h3:after{
	background: #da1725;
}
.btntoTop.active{
	display:none;
}
.owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.reviews-image {
	height: auto;
}
.tour_duration p {
    color: #000000;
    font-size: 14px;
    text-transform: unset;
    font-weight: 500;
}
.chat img{
	width: 70px;
}
.chat{
	position: fixed;
    bottom: 30px;
    z-index: 1;
    right: 30px;
}
.video-btn i {
    padding: 18px;
}
.popular-tour-image img {
    height: 200px;
    object-fit: cover;
}