/*font-family: 'Lato', sans-serif;
 for heading font-family: 'Slabo 27px', serif;
 for para,a, li*/


/*********************************common-for-all-project*****************************************/

* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

p,
li {
    color: #4d4d4d;
    font-size: 16px;
    text-align: justify;
}

a {
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
}

.button-one {
    background: #26B3FB;
    border-color: #289EDB;
    width: 140px;
    display: block;
    padding: 5px 0px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease;
}

.button-one:hover {
    background: #289EDB;
    text-decoration: none;
    color: #fff;
}

.padding-0 {
    padding: 0px !important;
}

.margin-zero {
    margin: 0px;
}

.pd50 {
    padding: 50px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.main-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}


/*********************************common-for-all-project*****************************************/


/***************************************main-top-strip*************************************/

.main-top-strip {
    background-color: #EF0608;
}

.main-top-strip ul {
    list-style-type: none;
    margin: 0;
}

.main-top-strip ul li {
    display: inline-block;
}

.main-top-strip ul li a {
    color: #ffffff;
    padding: 5px 5px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    text-transform: lowercase;
}

.main-top-strip ul li a:hover {
    color: #fff;
}

.main-top-strip ul li a svg {
    font-size: 18px;
    vertical-align: middle;
}

.top-mail {}

.social-icons {
    text-align: right;
}


/***************************************main-top-strip*************************************/


/***************************************footer*************************************/

.footer-main {
    background-image: linear-gradient(rgb(40, 57, 73), rgb(40, 57, 73));
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 15px;
}

.footer-main h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.under-line {
    height: 1px;
    width: 100px;
    background-color: #128807;
    border-left: 15px solid blue;
    margin-bottom: 20px;
}

.white-line {
    height: 1px;
    width: 100px;
    background-color: #8c8585;
    margin-bottom: 20px;
}

.footer-comp {
    font-size: 22px !important;
    margin-bottom: 0px;
}

.footer-box small {
    color: #fff;
}

.footer-box ul li {
    margin-bottom: 15px;
}

.footer-box ul li img {
    width: 160px;
    ;
}

.footer-main ul li a {
    font-size: 16px;
    color: #fbfbfb;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
}

.footer-box .social-links li {
    margin-bottom: 10px;
}

.footer-box .social-links .fa {
    margin-right: 20px;
    height: 10px;
    width: 10px;
}

.footer-main ul li a:hover {
    margin-left: 10px;
}

.footer-main p {
    font-size: 14px;
    color: #fbfbfb;
    text-align: justify;
}

.footer-main p a {
    color: #fbfbfb;
}

.footer-bottom {
    background-color: #000;
}

.footer-bottom p {
    margin: 0px;
    font-size: 16px;
    color: #fbfbfb;
}

.footer-bottom p a {
    text-decoration: none;
    color: blue;
}


/***************************************footer*************************************/


/***************************************banner*************************************/

.banner-section {
    position: relative;
}

.banner-section img {
    width: 100%;
}

.banner-caption {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../../img/treasure.jpg) no-repeat fixed;
    width: 100%;
    display: block;
    padding: 30px 10px;
}

.banner-caption h2 {
    color: #fff;
}

.banner-caption h3 {
    color: #26B3FB;
    font-size: 35px;
    letter-spacing: 0.8px;
}

.banner-caption p {
    color: #fff;
    text-align: justify;
    line-height: 35px;
    letter-spacing: 0.8px;
}

div.bhoechie-tab-container {
    z-index: 7;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 20px;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    width: 50%;
    float: right;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #26B3FB;
    background-image: #26B3FB;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #26B3FB;
}

div.bhoechie-tab-content {
    background-color: #29272740;
    padding: 20px;
    border: 1px solid #ffffff6b;
}

.bhoechie-tab-container form label {
    color: #fff;
}

.bhoechie-tab-container form input,
.bhoechie-tab-container form select {
    border-radius: 0px;
    background-color: #00000052;
    border: 1px solid #ffffff6b;
    color: #fff;
}

.bhoechie-tab-container form .btn-info {
    background-color: #26B3FB;
    border: 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}


/***************************************banner*************************************/


/***************************************navbar*************************************/

.navbar-brand>img {
    width: 180px !important;
}

.main-menu {
    height: auto;
    margin-bottom: 0px !important;
    background-color: #283949 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
}

.navbar-brand {
    height: auto !important;
    padding: 0px !important;
}

.main-menu .navbar-nav {
    margin-top: 20px;
}

.main-menu .navbar-nav>li>a {
    color: #000000 !important;
    transition: all 0.5s ease;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.dropdown:hover>.dropdown-menu {
    display: block !important;
}

.main-menu .navbar-nav>li>a:hover,
.main-menu .navbar-nav>li>a:focus {
    background-color: transparent !important;
}

.main-menu .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    width: 0px;
    top: 0px;
    left: 0px;
    height: 2px;
    background: #EF0608;
    transition: all .5s ease;
    opacity: 0;
}

.main-menu .navbar-nav>li>a:hover:before {
    background: #EF0608;
    width: 100%;
    transition: all .5s ease;
    opacity: 1;
    z-index: 9999;
}

.dropdown-menu li a {
    color: #000!important;
    text-decoration: none;
    text-align: center!important;
    font-weight: 600!important;
}

.dropdown-menu>li>a:hover {
    color: #fff!important;
   
 
    background-color: #283949!important;
}


/***************************************navbar*************************************/


/***************************************service*************************************/

.quality-section {
    padding: 50px 0px;
}

.quality-section .quality-box-one,
.quality-section .quality-box-two,
.quality-section .quality-box-three,
.quality-section .quality-box-four {
    padding: 30px;
    width: 100%;
    height: auto;
}

.quality-section .quality-box-one h3,
.quality-section .quality-box-two h3,
.quality-section .quality-box-three h3 {
    color: #966666;
}

.quality-section .quality-box-one p,
.quality-section .quality-box-two p,
.quality-section .quality-box-three p,
.quality-section .quality-box-four p {
    color: #966666;
    font-size: 14px;
}

.quality-section .quality-box-one a,
.quality-section .quality-box-two a,
.quality-section .quality-box-three a {}

.quality-section .quality-box-one {
    background-color: #1e7767;
    background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(249, 247, 247, 0.88)), url(../images/img/adventure-tour.jpg);
}

.quality-section .quality-box-two {
    background-color: #9e61bd;
    background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(249, 247, 247, 0.88)), url(../images/img/car.jpg);
}

.quality-section .quality-box-three {
    background-color: #b34242;
    background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(249, 247, 247, 0.88)), url(../images/img/transport.jpg);
}

.quality-section .quality-box-four {
    background-color: #b34242;
    background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(249, 247, 247, 0.88)), url(../images/img/hotels.jpg);
}

.quality-section .quality-box {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/***************************************service*************************************/


/***************************************trust*************************************/

.trust {
    background-image: linear-gradient(to right, #3b533b, #4a6f41, #5e8b42, #79a83f, #99c437);
    padding: 20px 0px;
}

.trust h1 {
    font-size: 26px;
    color: #fff;
}


/***************************************trust*************************************/


/***************************************pkg-wrap*************************************/

.pkg-wrap {
    padding: 20px 0px;
}

.pkg-box {
    margin-bottom: 20px;
    -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
}

.pkg-box:hover {
    -webkit-box-shadow: -4px -4px 29px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px -4px 29px -6px rgba(0, 0, 0, 0.75);
    box-shadow: -4px -4px 29px -6px rgba(0, 0, 0, 0.75);
}

.pkg-box .cap-img {
    width: 100%;
    height: 250px;
}

.pkg-box .tag-img {
    position: absolute;
    width: 125px;
}

.pkg-box h3 {
    text-align: center;
    margin: 0;
    font-size: 14px;
    background: #283949;
    height: 35px;
    line-height: 35px;
    color: #f2f2f2;
    text-transform: capitalize;
    letter-spacing: 0.7px;
}

.pkg-box ul {
    margin-bottom: 0;
    background: #eae7e7;
    padding: 20px 0px 10px 0px;
}

.pkg-box ul li {
    text-align: center;
    margin-bottom: 5px;
}

.pkg-box ul li a {
    padding: 10px;
    display: block;
    background: #26B3FB;
    width: 140px;
    margin: 0 auto;
    color: #fff;
}

.view-all {
    text-align: right;
    display: block;
}


/***************************************pkg-wrap*************************************/


/***************************************gallery*************************************/

#testimonial-slider1 {}

.testimonial1 {}

.testimonial1 a {
    padding: 2px;
    background-color: #26b0f6;
    display: block;
    margin: 10px;
}

.testimonial1 a img {
    width: 100%;
    height: 200px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    transition: all 0.5s ease-in-out;
}

.testimonial1 a:hover > img {
    transition: all 0.5s ease-in-out;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


/***************************************gallery*************************************/


/***************************************specialty*************************************/

.specialty {
    background: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.24)), url(../../img/treasure2.jpg) no-repeat fixed;
    width: 100%;
    display: block;
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
}

.specialty-box {
    padding: 20px;
    /* background: #26B3FB;
     */
    text-align: center;
    margin: 20px 0px;
    transition: all 0.5s;
    border: 1px solid #fff;
}

.specialty-box:hover {
    background: #28394970;
}

.specialty-box:hover > i {
    color: #f2f2f2;
    background: #26B3FB;
}

.specialty-box:hover > span {
    color: #f2f2f2;
}

.specialty-box i {
    display: block;
    background: #fff;
    width: 115px;
    height: 105px;
    margin: 0 auto;
    line-height: 105px;
    font-size: 60px;
    border-radius: 50%
}

.specialty-box span {
    display: block;
    font-size: 22px;
    margin-top: 10px;
    color: #f2f2f2;
}


/***************************************specialty*************************************/


/***************************************activities*************************************/

.activities {}

.act-wrap {
    background-color: #283949;
    padding: 35px 0px;
}

.activities .act-leaf {
    width: 100%;
}

.act-box {
    background: #f2f2f2;
    padding: 5px 5px 0px 5px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.act-box:hover {
    background: #26B3FB;
    color: #fff;
}

.act-box:hover > a {
    color: #fff;
}

.act-box a {
    text-decoration: none;
    color: #333;
}

.act-box img {
    width: 100%;
    height: 208px;
}

.act-box span {
    text-align: center;
    display: block;
    text-transform: uppercase;
}


/***************************************activities*************************************/


/***************************************pop-up*************************************/


/***************************************pop-up*************************************/


/***************************************testimonial*************************************/

.test-wrap {
    padding: 100px 0px;
}

.test-wrap .testimonial {
    text-align: center;
    border-left: 1px solid #0000003b;
    border-right: 1px solid #0000003b;
}

.test-wrap .testimonial .description {
    font-size: 15px;
    color: #585656;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: center;
}

.test-wrap .testimonial .pic {
    display: inline-block;
    width: 117px;
    height: 117px;
    border: 5px solid #283949;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px;
}

.test-wrap .testimonial .pic:after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #283949 #283949 transparent transparent;
    position: absolute;
    bottom: -33px;
    right: 20%;
    transform: rotate(-15deg);
    z-index: -1;
}

.test-wrap .testimonial .pic img {
    width: 100%;
    height: auto;
}

.test-wrap .testimonial .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #413f3f;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.test-wrap .testimonial .post {
    display: block;
    font-size: 15px;
    color: #585656;
    text-transform: capitalize;
}

.test-wrap .owl-theme .owl-controls {
    margin-top: 10px;
}

.test-wrap .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 3px;
    background: #585656;
    border-radius: 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.test-wrap .owl-theme .owl-controls .owl-page.active span,
.test-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1bddc6;
}


/***************************************testimonial*************************************/

.hotel {
    margin-bottom: 20px;
}

.hotel {
    border: 1px solid #ccc;
}

.hotel .figcaption {
    padding: 5px;
}

.price {
    border: 1px solid #ccc;
    padding: 20px;
}

.price p label {
    font-size: 20px;
}

.price p span {
    float: right;
}

.location {
    width: 100%;
    background-color: #283949;
    color: #fff;
    height: 100px;
    text-align: center;
    margin-bottom: 30px;
    padding: 5px 10px;
    border-radius: 20px;
}

.location p {
    text-align: center;
    color: #fff;
}

.location p a {
    color: #fff;
}

.copyright {
background: #161719;
}
p.copyright {
color: #fff;
line-height: 1.8em;
letter-spacing: 2px;
margin-top: 0em;
font-size: 14px;
padding: 15px 0;
}
.marquee-wrap{
    
}
.marquee-wrap .marquee{
    
}
.marquee-wrap .marquee span{
    
}

