/*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;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    letter-spacing: 0.6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p,
li {
    font-size: 12px;
    margin: 0px;
}

a {
    color: #4d4d4d;
    text-decoration: none!important;
}

.my-btn-1 {
    background: #d21e1e;
    border-color: transparent !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

.my-btn-1:hover,
.my-btn-1:focus {
    background: #da2e2e !important;
    border-color: transparent !important;
    color: #fff !important;
}

.p0 {
    padding: 0px;
}

.m0 {
    margin: 0px;
}

.main-heading {
    margin-bottom: 40px;
    text-align: center;
}

.main-heading h1 {
    /*text-transform: uppercase;*/
    font-family: 'Poppins', sans-serif;
    color: black;
    /*font-weight: 700;*/
    /*font-size: 34px;*/
    position: relative;
}

.main-heading h1::after {
    height: .1em;
    width: 15%;
    content: "";
    /* right: 0px; */
    /* left: 0px; */
    display: block;
    position: relative;
    bottom: -6px;
    background-image: linear-gradient(to right, #dd151a 0%, #131313 100%);
    margin: 0 auto;
    border-radius: 10px;
}

.main-heading img {
    width: 200px;
}

.main-heading p {
    font-size: 12px;
    color: #000;
}


/*.heading2 h1 {
    color: #fff;
}*/

.apd-100 {
    padding: 40px 0px 0px;
}

@media screen and (max-width:1024px) {
    .apd-100 {}
}

@media screen and (max-width:768px) {
    .apd-100 {
        padding: 50px 0px;
    }
}

@media screen and (max-width:425px) {
    .apd-100 {
        padding: 40px 0px;
    }
}

@media screen and (max-width:375px) {
    .apd-100 {
        padding: 30px 0px;
    }
    nav.navbar.bootsnav ul.nav>li {
        padding: 0px 0px!important;
    }
}

@media screen and (max-width:320px) {
    .apd-100 {
        padding: 20px 0px;
    }
    nav.navbar.bootsnav ul.nav>li {
        padding: 5px 0px!important;
        ;
    }
}

.view-all {
    margin: 0 auto;
    display: block !important;
}

.view-all-packages {
    text-align: center;
    margin: 25px 0px 0px;
}

.view-all-packages a {
    background-image: linear-gradient(to right, #ee1f24 0%, #9a0707 100%);
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.view-all-packages a:hover {
    box-shadow: 0px 2px 10px 0px #5a5a5a;
    transition: .3s ease-in-out;
}

.img-logo {
    width: 180px;
}


/*
.new-part {
    padding: 33px 0px;
}
*/

.main-top {
    background-color: #fff;
    color: #fff;
    font-weight: 600;
}

.new-header-part {
    color: #c74446;
    padding: 15px 0px 0px;
}

.new-header-part h3 {
    font-size: 20px;
}

.new-header-part i {
    font-size: 40px;
    color: #dd151a;
}

.new-part p {
    color: #000;
    padding: 6px;
    font-weight: 600;
}

.get-qute a {
    background-image: linear-gradient(to right, #1f1b1b 0%, #9a0707 100%);
    padding: 8px;
    color: white;
    /* float: right; */
    line-height: initial;
    transition: all 0.5 ease;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.menu {
    background-color: #fff;
}


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


/***************************************marquee-wrap*************************************/

.goog-te-gadget-simple {
    border: none!important;
    padding: 0px!important;
}

.marquee-wrap {
    background-color: #fff;
    padding: 5px 0px;
}

.marquee-wrap a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.marquee-wrap a:hover {
    color: #000;
}

.marquee-wrap ul {
    list-style-type: none;
    margin: 0;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    float: right;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoTwitter {
    background-color: #33ccff;
}

.social-network a.icoGoogle {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.social-circle li i {
    margin: 0;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.cont i {
    color: #fff;
    margin-right: 5px;
}

.cont {
    line-height: 30px;
}

.cont span {
    color: #000;
}


/***************************************marquee-wrap*************************************/


/*********************************menu*****************************************/

.navbar {
    min-height: 0px;
}

.wrap-sticky {
    height: 0px!important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-brand img {
    width: 170px;
}

nav.navbar.bootsnav ul.nav>li {
    padding: 5px 0px;
}

nav.navbar.bootsnav ul.nav>li>a {
    font-size: 12px;
    padding: 6px 10px;
    color: #fff;
    /* letter-spacing: 1px; */
    transition: 0.5s;
    margin-right: 30px;
    font-weight: 600;
}

nav.navbar.bootsnav ul.nav>li>a.active,
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #000;
    transition: .4s;
    border-radius: 5px;
}

nav.bootsnav .megamenu-content .title {
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    background-color: #45948f;
    padding: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        padding: 8px 8px;
        border-bottom: solid 1px #eee;
        color: #000;
        font-weight: 600;
    }
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
    background-image: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    color: #fff;
}

#brand {
    display: none;
    margin-top: 10px;
}

.navbar-brand img {
    width: 230px;
}

.btn-danger {
    background-color: #f91942!important;
}

.btn-danger:hover {
    background-color: #f91942!important;
}

@media (max-width:768px) {
    .navbar-brand img {
        width: 150px!important;
    }
    .navbar-brand {
        padding: 1px 15px;
    }
    #brand {
        display: block!important;
        padding-top: 15px;
    }
}

.main-header-slider {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    /* background: #dd151ac7; */
    text-transform: uppercase;
    /* text-align: center; */
    padding: 10px 50px;
}

.banner-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.text-white {
    color: #fff;
}

.search-agile form {
    /* box-sizing: border-box; */
    display: -webkit-flex;
    justify-content: center;
    /* flex-basis: 100%; */
    width: 350px;
}

.search-agile input[type="search"] {
    padding: 9px 75px 9px 30px;
    font-size: 14px;
    color: #000;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 0px 0 0 0px;
    box-shadow: 0px 0px 5px 0px #cccc;
    /* display: inline-block; */
}

.search-agile input[type="submit"] {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-align: center;
    padding: 9px 30px;
    cursor: pointer;
    border: none;
    border-radius: 0 0px 0px 0;
    background: #dd151a;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

@media(max-width:992px) {
    .banner-text {
        padding: 10px 5px;
    }
    .banner-text h3 {
        font-size: 20px;
    }
    .banner-text p {
        font-size: 10px;
    }
    .search-agile input[type="search"] {
        padding: 9px 25px 9px 22px;
    }
}


/*Contact sectiom*/

.content-header {
    color: #fcc500;
    font-size: 20px;
}

.section-content {
    text-align: center;
}

#contact {
    padding-top: 20px;
    height: auto;
    /*background: #393d4091; */
    background: linear-gradient(to left, #3a6186, #89253ee0);
    border-radius: 5px;
    color: #fff;
}

.contact-section {
    padding: 20px 30px 30px;
}

.form-group {
    margin-top: 10px;
}

label {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}


/*.form-control {
    font-size: 12px;
    color: #fff;
    background: #393d4091;
}*/

textarea.form-control {
    /* margin-top: px;*/
}

.submit {
    font-size: 14px;
    width: 150px;
    background-color: transparent;
    color: #fff;
    margin: 0 auto;
    display: inherit;
    border: 1px solid #fff;
}

@media(max-width:991px) {
    .enq-form {
        position: initial;
    }
    #contact {
        width: 100%;
    }
    .new-part {
        padding: 0px 0px 5px;
    }
}

.about-section h4 {
    font-weight: 600;
    font-size: 22px;
    color: #0d63ad;
    margin-bottom: 10px;
}

.about-section h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #383838;
}

.about-section p {
    line-height: 36px;
    font-weight: 600;
    font-size: 14px;
    text-align: justify;
}

.about-img img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
}

.read-button {
    position: relative;
    background-image: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 8px 15px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    float: right;
}

.read-button:hover {
    color: #fff;
    background-color: #f09801;
    text-decoration: none;
    font-weight: bold;
}

.ser {
    margin: 50px 0px;
}

.service {
    margin: 0px 0px 10px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 5px;
    border: 1px solid #ececec;
    background: #fff;
    height: 120px;
}

.service h5 {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #037cd5;
}

.vm-block {
    padding: 30px 0px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.vm-block p {
    text-align: center;
    padding: 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #f91942;
    font-weight: 600;
}


/*package*/


/*package*/

.holder {
    height: 100%;
    background: #f7f7f7ad;
    border-radius: 0px;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    margin-bottom: 20px;
}

.holder:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.img-holder {
    position: relative;
}

.img-holder img {
    vertical-align: top;
    border-radius: 5px 5px 0 0;
    height: 250px;
    object-fit: cover;
}

.tt_bottom img {
    width: 45px!important;
}

.img-holder .price-holder {
    background: #dd151a;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: -5px;
    position: absolute;
    top: 10px;
}

.img-holder .price-holder span:before {
    width: 0;
    height: 0;
    border-top: 20px solid #dd151a;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
}

.img-holder .price-holder span:after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #dd151a;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: '';
}

.img-holder .price-holder:after {
    background: #dd151a;
    border-bottom-left-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 5px;
}

.img-holder .price-holder span {
    display: block;
    padding: 6px 15px;
    position: relative;
}

.img-holder .price-holder strike {
    margin-right: 10px;
}

.img-holder .discount-holder {
    color: #fff;
    background: #e54b4b;
    top: 20px;
    right: -5px;
    position: absolute;
    border-radius: 0 5px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.img-holder .discount-holder span {
    display: block;
    position: relative;
    padding: 3px 17px 3px 25px;
}

.img-holder .discount-holder span:before {
    width: 0;
    height: 0;
    border-top: 17px solid #e54b4b;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
}

.img-holder .discount-holder span:after {
    width: 0;
    height: 0;
    border-bottom: 17px solid #e54b4b;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: -15px;
    content: '';
}

.img-holder .discount-holder:after {
    background: #830000;
    border-bottom-right-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    right: 0;
    position: absolute;
    width: 5px;
}

.text-holder {
    padding: 15px 0 14px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.text-holder .title2 {
    font-size: 16px;
    font-weight: 600;
    /* font-family: "Montserrat", sans-serif; */
    padding: 0px 0px;
    margin: 20px 0px 7px;
    letter-spacing: 0;
}

.text-holder .title2 a {
    color: #111;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.text-holder .btn-holder {
    padding: 15px 20px 0px;
    /*border-top: 1px solid #e5e5e5;*/
}

.text-holder .btn-more {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #dd151a;
    border: 2px solid #dd151a;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.text-holder .meta-info i {
    font-size: 16px;
    margin-right: 5px;
    color: coral;
}

.text-holder .meta-info span {
    display: block;
    margin: 0px 0px 7px;
    font-size: 12px;
    font-weight: 600;
}

.text-holder .meta-info {
    padding: 0 20px;
    font-size: 14px;
}

.btn-more:hover {
    background: #dd151a;
    color: #fff;
}


/*package*/

.booking {
    background: url(../images/cc1.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 80px 0px;
    margin-top: 50px;
    background-position: center;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important;
    }
}

@media (min-width: 992px) {
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important;
    }
}

@media (min-width: 768px) {
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important;
    }
}

.booking-here h5 {
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.booking-here p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.view-buttn a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    font-weight: 400;
    border-radius: 0px;
    background-color: #006fc0;
    padding: 8px 15px;
    border: none;
}

.view-buttn a:hover {
    color: #fff;
    background-color: #f09801;
}

.feature_home {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.feature_home i {
    margin: auto auto 20px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #006fc0;
    font-size: 40px;
    color: #006fc0;
}

.feature_home h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer {
    background-color: #14181c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px 0px;
}

.footer-section {
    color: #fff;
    margin: 40px 0px;
}

.footer-section h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.footer-section ul li {
    list-style: none;
}

.footer-section ul li a {
    color: #fff;
    line-height: 36px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.footer-section ul li p {
    color: #fff;
    line-height: 36px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.footer-section ul li p i {
    margin-right: 10px;
}

.footer-section p a {
    color: #fff;
    font-weight: 600;
}


/*#box{
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    border-radius: 4px;
    top:50px;
}*/

.copyright {
    padding: 10px 0px 10px;
    /* background: #242424; */
    border-top: 1px solid #fff;
}

.copyright p {
    font-weight: 600;
    color: #fff;
}

.copyright p a {
    color: #f09801;
}

@media(max-width:425px) {
    .copyright p {
        text-align: center!important;
    }
}


/*hover*/

.top-destination li {
    list-style: none;
    width: 19%;
    display: inline-block;
}

@media(max-width:425px) {
    .top-destination li {
        list-style: none;
        width: 49%;
        display: inline-block;
    }
}

.activ {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #dd151a;
}

.package-box h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-align: center;
    z-index: 1;
    margin: 10px 0px;
}

figure.snip1104 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

figure.snip1104 img {
    width: 100%;
    height: 220px;
    border-radius: 0 0 0 50px;
}

figure.snip1104 figcaption {
    position: absolute;
    top: 0px;
}

figure.snip1104 .anchor {
    top: 100px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #000;
}

.anchor a {
    background: red;
    padding: 8px 25px;
    color: #fff;
    visibility: hidden;
    font-size: 14px;
}

.package-box {
    position: relative;
}

.package-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

figure.snip1104:hover .anchor a {
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

figure.snip1104.red h2 {
    background-image: linear-gradient(to right, #45b189 0%, #076d4c 100%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
}

figure.snip1104.red h2::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    border-top: 6px solid #47968d;
    border-left: 6px solid transparent;
}

.more-button {
    text-align: center;
}

.more-button a {
    background-color: #dd151a;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
}


/*hover*/


/*testi*/

.testi-sec {
    padding-bottom: 30px;
    margin: 50px 0 0 0;
    text-align: start;
}

.testii {
    background: #fff;
    box-shadow: 2px -3px 9px 1px #0000002b;
    padding: 25px;
    min-height: 200px;
    border-radius: 5px;
}

.testimonial {
    text-align: center;
    padding: 30px;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    float: left;
    text-align: start;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
}

.testimonial .testimonial-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #0c4767;
}

.testimonial .testimonial-title small {
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.testimonial .description {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    margin: 0;
    letter-spacing: 0px;
}


/*.testimonial .description:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fa7921;
    line-height: 33px;
    border: 2px solid #fa7921;
}*/


/*testimonial*/

.activity1 {
    background-image: url(../images/back.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.activity-by-month {
    margin-bottom: 10px;
}

.activity-by-month .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background: #ff3c41;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.activity-by-month .btn:before {
    content: "";
    width: 200px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: -40px;
    z-index: -1;
    transition: all 0.7s ease 0s;
}

.activity-by-month .btn:hover:before {
    bottom: -50px;
}

.activity-by-month .btn.btn-sm:before {
    width: 160px;
}

.activity-by-month .btn.btn-xs:before {
    width: 140px;
}

.activity-by-month .btn.red {
    color: #fff;
    border: 2px solid #fe6d6d;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    clear: both;
    display: inline-block;
}

.list-inline li {
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline li input[type="radio"] {
    display: none;
}

.list-inline li input[type="radio"]+label {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    /* color: #7c7c7c; */
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
    padding: 7px 8px;
    margin-bottom: 2px;
    font-weight: 400;
}

.list-inline li input[type="radio"]:checked+label {
    background: #349BF3;
    border: 1px solid #349BF3;
    color: #fff !important;
}

.form-style {
    margin-bottom: 10px;
}

.book-button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9;
}

.gallery img {
    height: 200px;
    margin-bottom: 20px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px;
}

.visit,
.mail,
.call {
    border-bottom: none;
}

.contact-left-w3ls .fa {
    font-size: 1em;
    padding: 1em;
    color: #fff;
}

span.fa {
    background: #dd151a;
}

.contact-text-agileinf0 {
    min-height: 90px;
}

.inner-contact input[type="text"],
input[type="tel"] {
    margin-bottom: 20px;
}

.inner-contact input[type="submit"] {
    background: #dd151a;
    color: #fff;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    outline: none;
}

.text-content {
    background: url(../images/banner4.html) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    margin-top: 36px;
}

.text-content p {
    font-size: 14px;
    text-align: justify;
    font-weight: 600;
    line-height: 32px;
}

.overlay-inner {
    background: url(../images/about-back.html) 0% 0% no-repeat;
    background-size: cover;
    background-position: center!important;
    padding: 0px 0px;
}

.test-info {
    max-width: 700px;
}

h4.tittle {
    font-size: 3.3em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.test-info p {
    color: #eee;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.text-left {
    text-align: left !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.test-info a {
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    background-image: linear-gradient(to right, #ee1f24 0%, #9a0707 100%);
    font-weight: 600;
}

.space {
    margin: 60px 0;
}

.why-us {
    padding: 100px 0;
    background: #f2f2f2;
}

.counter {
    padding: 30px 20px;
    border-radius: 0px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.counter .counter-icon {
    display: block;
    font-size: 50px;
    margin: 7px 0;
    color: #dd151a;
}

.counter .counter-value {
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    color: #dd151a;
}

.counter span {
    color: #dd151a;
}

.counter .title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
    color: #dd151a;
}

.hilling {
    margin-bottom: 30px;
}

.hilling h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

@media(max-width:768px) {
    .counter {
        padding: 10px 0px;
    }
    .counter .title {
        font-size: 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: inherit;
    }
}

.package-special {
    padding: 2% 0 2%;
    background: #ededed54;
}

.package-special .package-detail-content {
    padding: 13px;
    background: #fff;
}

.package-special .package-image {
    position: relative;
}

.package-special .package-image .offer-detail {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f6643c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.package-special .package-image .offer-detail-green {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f63c71;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.package-special .package-image .offer-detail-blue {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3193bc;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.package-special .package-image .offer-detail-green h3,
.package-special .package-image .offer-detail-blue h3,
.package-special .package-image .offer-detail h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.package-special .package-image img {
    width: 100%;
}

.package-special .package-detail {
    border: 1px solid #22232861;
    margin-top: 30px;
}

.package-image .package-detail-name {
    text-align: left;
    border-bottom: 1px solid #22232861;
    padding: 10px 0;
}

.package-image .package-detail-name h3 {
    font-weight: 600;
    font-size: 19px;
    color: #222328;
    padding: 0px 5px 10px;
    width: 100%;
    text-align: left;
    margin: 0;
}

.package-image .package-detail-name p img {
    width: 15px;
    float: left;
}

.package-price p,
.package-image .package-detail-name p {
    font-weight: 500;
    font-size: 14px;
    color: #222328;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.package-price p span {
    font-weight: 500;
    font-size: 16px;
    color: #222328;
    text-align: left;
}

.package-price .discount-color {
    font-weight: 600;
    font-size: 20px;
    color: #f6643c;
    text-align: right;
    padding-left: 5px;
}

.package-price .discount-color-blue {
    font-weight: 600;
    font-size: 20px;
    color: #3193bc;
    text-align: right;
    padding-left: 5px;
}

.package-price .discount-color-green {
    font-weight: 600;
    font-size: 20px;
    color: #f63c71;
    text-align: right;
    padding-left: 5px;
}

.package-price .rate-right {
    font-weight: 600;
    font-size: 25px;
    color: #222328;
    text-align: right;
    padding-left: 74px;
}

.package-image .package-detail-name h3 img {
    width: 24px;
    padding-left: 5px;
}

.package-price {
    padding: 10px 0;
    border-bottom: 1px solid #22232861;
}

.packages .tour-box p {
    font-weight: 500;
    font-size: 13px;
    color: #555555;
    line-height: 28px;
    margin: 5px 0 6px;
}

.detail-button-pkg a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #f6643c;
    padding: 10px 18px;
    margin-top: 10px;
}

.detail-button-pkg-blue a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #3193bc;
    padding: 10px 18px;
    margin-top: 10px;
}

.detail-button-pkg a:hover,
.detail-button-pkg-green a:hover,
.detail-button-pkg-blue a:hover {
    color: #fff;
}

.detail-button-pkg-green a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: #f63c71;
    padding: 10px 18px;
    margin-top: 10px;
}

.package-detail .pkg-content {
    padding: 10px 0px;
}

.package-detail .pkg-content p {
    font-weight: 500;
    font-size: 13px;
    text-align: justify;
    color: #222328;
    line-height: 28px;
}

.package-detail .pkg-content h4 {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #222328;
}

.about-banner img {
    height: 350px;
}

.contact-form {
    background: #fff;
    width: 100%;
}

.contact-form .form-control {
    border-radius: 20px;
    padding: 11px 12px;
    height: auto;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form {
    padding: 9%;
    /* box-shadow: 0px 1px 4px 1px #eae7e7; */
    margin-bottom: 10px;
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    margin-top: 6px;
    padding: 2.5%;
    background: #da1801;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.services-image-tag {
    height: auto;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
}

.editable-content {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .editable-content-holder .editable-content.font-size-20 {
        font-size: 20px;
    }
    .services-block-container {
        width: 20%;
    }
}

.editable-content .btn-sm {
    font-size: 12px!important;
    padding: 10px 24px!important;
    background-color: #dd151a;
    color: #fff;
    border-color: #dd151a;
}

.card {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.align-top {
    height: 200px!important;
}

.rounded {
    border-radius: .25rem!important;
    width: 100%;
}

.card-body h4 {
    margin: 10px 0px;
}

.text-5 {
    font-size: 21px !important;
    margin-bottom: 10px;
}

.text-dark {
    color: #343a40!important;
}

.text-4 {
    font-size: 18px !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.car-features span {
    margin-right: .7rem;
    color: rgba(0, 0, 0, 0.4) !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
}

.text-dark {
    color: #343a40!important;
}

.btn:not(.btn-link) {
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}

.btn-primary {
    background-color: rgb(221 21 26);
    border-color: rgb(221 21 26);
}

.btn-sm {
    padding: 0.5rem 1rem;
}

.btn {
    padding: .750rem 2.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.btn-group-sm>.btn,
.btn-sm {
    font-weight: 700;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.serviceBox {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 23px 20px;
    position: relative;
    z-index: 1;
    min-height: 550px;
    max-height: 600px;
}

.serviceBox:before {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 90px);
    border: 2px solid #dd151a;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}

.serviceBox .service-icon {
    color: #dd151a;
    font-size: 60px;
    line-height: 130px;
    width: 130px;
    height: 130px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
}

.serviceBox.actv:before {
    background: #dd151a;
}

.serviceBox.actv h3 {
    color: #fff;
}

.actv .editable-content .btn-sm {
    background: #fff;
    color: #dd151a;
}

.serviceBox.actv p {
    color: #fff;
}

.service-icon.actv img {
    outline: 5px solid #fff;
}

.service-icon img {
    outline: 5px solid #dd151a;
}

.service-icon img {
    width: 100px;
    border-radius: 100px;
}

.serviceBox .title {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px;
}

.serviceBox .description {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.serviceBox.yellow:before {
    border-color: #FAA725;
}

.serviceBox.yellow .service-icon {
    color: #FAA725;
}

.serviceBox.red:before {
    border-color: #E6491E;
}

.serviceBox.red .service-icon {
    color: #E6491E;
}

.serviceBox.green:before {
    border-color: #18BB9C;
}

.serviceBox.green .service-icon {
    color: #18BB9C;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.bg-light {
    background: #f9f9f9;
    padding: 60px 0;
    margin: 70px 0;
}

.featured-box .featured-box-icon {
    display: inline-block;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #dd151a;
    border-radius: 0;
}

.featured-box h3,
.featured-box h4 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-weight: 500;
}

.featured-box h3,
.featured-box p {
    font-size: 14px;
    font-weight: 700;
}