.tours-box a {
    display: inline-block;
    background-color: #4790cd;
    text-decoration: none;
    color: #fff;
    position:relative;
}
.tours-box a img {
    float: left;
}
.tours-box a span {
    float: right;
    border-top-color: #f3c719;
    border-width: 15px 12px;
    position: absolute;
    bottom: 45px;
    right: 25px;
}
.tours-box a:hover {
    background-color: #212121;
    box-shadow: 0 0 10px #777676;
}
.h-sec-two .heading-two{color:#4790cd;}
.h-sec-three{background-image:url("../images/why-us-bg.jpg"); background-size:cover; background-position:center top;}
.h-sec-three .reason-icon {
    width: 211px;
    height: 211px;
    background-color: transparent;
    border-radius: 50%;
    border: 9px #f3c719 solid;
    text-align: center;
    padding-top: 48px;
    padding-right: 12px;
    margin: 0 auto;
}
section.h-sec4 {
    background-image: url(../images/helicoptor.png);
    background-position: center top;
    background-repeat:no-repeat;
}
section.h-sec4 .heading-four{color:#1c5f96;}
.h-sec4 .testimonials {
    background-image: url(../images/testimonial-bg.png);
    background-position: center top;
    background-size: cover;
}
.h-sec4 .testimonials .bullets {
    margin-top: 142px;
}
.blog-post {
	margin-bottom:14px;
    background-color: #d3e5f5;
}
.blog-post a.thumb {
    display: inline-block;
    width: 28%;
}
.blog-post a.thumb  img {
    float: left;
}
.blog-post .blog-text {
    display: inline-block;
    width: 70%;
}
.blog-post .blog-text {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.blog-post .blog-text .title a{
    color: #000;
    text-decoration:none;
}
.blog-post .blog-text a.read-more {
    color: #000;
    text-decoration: none;
}
.blog-post .blog-text a.read-more:hover {
    color: #1c5f96;
}
.h-sec4 a.more-blog {
    background-color: #1c5f96;
    padding: 10px 59px 5px 59px;
    display: inline-block;
}
.h-sec4 a.more-blog:hover {
    background-color: #292929;
}
.h-sec4 .testimonials .testimonial-btn {
    background-color: #f3c719;
    color: #000;
    margin: 17px auto;
    margin-bottom: 0;
    display: table;
}
.h-sec4 .testimonials .testimonial-btn:hover{background-color:#000; color:#FFF;}
.h-sec-five{background-image: url(../images/map-bg.png);background-position: center top;background-size:cover;}
.h-sec-five .visit-box {
    background-color: rgba(255, 255, 255, .55);
}
.h-sec-five .visit-box .visit-title{color:#1c5f96;}
.h-sec-five .map-img img {
    width: 100%;
    float: left;
}
.h-sec-five .visit-box p {
    padding-bottom: 20px;
}
.h-sec-five .visit-box p a{color:#000; text-decoration:none;}
.h-sec-five .visit-box p a:hover{color:#1c5f96;}
.h-sec-six{background-image: url(../images/adventure-bg.jpg);background-position: center top;background-size:cover;}
.h-sec-six .heading-six{position:relative; color:#1c5f96;}
.h-sec-six .heading-six:before{content:''; position:absolute; background-image:url("../images/adventure-left.png"); background-position:center top; top:20px; left:35px; width:287px; height:81px;}
.h-sec-six .heading-six:after{content:''; position:absolute; background-image:url("../images/adventure-right.png"); background-position:center top; top:20px; right:35px; width:287px; height:81px;}
.h-sec-six .like-btn {
    background-color: rgba(255, 255, 255, 0.63);
    color: #1c5f96;
    padding: 20px 30px;
    margin: 0 auto;
    display: table;
}
.h-sec-six .like-btn:hover {background-color:rgba(30, 89, 137, 0.63); color:#FFF;}
.content-slider .slider-pager span.active{background:#f3c719;}
.content-slider .slider-pager span{background: #d3e5f5; border-radius: 0 !important}




@media screen and (max-width: 1362px) {


}
@media screen and (max-width: 992px) {
	.h-sec4 .testimonials {
		background-color: #1c5f96;
	    background-image: url(../images/testimonial-bg.png);
	    background-position: center right;
		background-repeat: no-repeat;
	    background-size: auto;
	}
	section.h-sec4 {
	  background-color: #FFF;
	  background-image: none;
	}
	.h-sec-six .heading-six::before {left: -13px;}
	.h-sec-six .heading-six::after {right:-13px;}
	.tours-box a span{display:none;}
}
@media screen and (max-width: 767px) {

	.blog-post .blog-text {
	  padding-right: 1%;
	}
	.h-sec4 .testimonials {
	  padding: 15px;
	}
	.h-sec-six .heading-six::before,.h-sec-six .heading-six::after{display:none;}
	.blog-post a.thumb{display:none;}
	.blog-post .blog-text{width:100%;}
	.visit-box {
		padding: 20px;
	}
}
@media screen and (max-width: 479px) {

	.blog-post a.thumb {
	  display: none;
	}
	.blog-post .blog-text {
	  padding: 0 1%;
	  width: 100%;
	}
	.visit-box p {
        font-size: 18px;
    }
    .h-sec-five .visit-box .visit-title{font-size:37px;}
	.h-sec4 a.more-blog{padding: 15px 27px;}
}
