* {
    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%;
    font-family: 'Poppins', sans-serif!important;
}

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: #283949;
    border-color: #283949;
    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;
}

.main-heading h2 {
    font-weight: 600;
}


/*********************************common-for-all-project*****************************************/


/***************************************main-top-strip*************************************/

.main-top-strip {
    background-color: #77bd1c;
    padding: 15px;
}

.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;
}

.navbar-nav>li {
    padding: 15px 0px;
}

nav.navbar.bootsnav ul.nav > li > a {
    margin-right: 5px;
    padding: 15px 15px!important;
    border-radius: 10px;
}

nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
    background: #000!important;
    color: #fff!important;
    transition: .4s;
    font-weight: 600;
}

.padding-0-activity {
    padding: 5px!important;
}

.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(37 37 37), rgb(37 37 37));
    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(to right, rgba(25, 42, 103, 0.8), rgba(20, 30, 48, 0)), url(../images/1.jpg) no-repeat fixed;
    background-position: center;
    background-size: cover;*/
    padding: 50px 10px 0px;
}

.banner-caption h2 {
    color: #fff;
}

.banner-caption h3 {
    color: #ff924a;
    font-size: 26px;
    /* letter-spacing: 0.8px; */
    font-weight: 600;
}

.banner-caption p {
    /*color: #fff;*/
    text-align: justify;
    letter-spacing: 0.8px;
}

bhoechie-tab-content {
    background-color: #29272740;
    padding: 20px;
    border: 1px solid #ffffff6b;
}

.bhoechie-tab-content form label {
    color: #fff;
}

.bhoechie-tab-content form input,
.bhoechie-tab-content form textarea,
.bhoechie-tab-content form select {
    border-radius: 5px;
    background-color: #00000052;
    border: 1px solid #ffffff6b;
    color: #fff;
}

.bhoechie-tab-content form .btn-info {
    background-color: #fb4d26;
    border: 0px;
    padding: 10px;
    width: 150px!important;
}


/***************************************banner*************************************/


/***************************************navbar*************************************/

.navbar-brand>img {
    width: 135px !important;
}

.main-menu {
    height: auto;
    margin-bottom: 0px !important;
    /*background-color: #fff !important;*/
    border-radius: 0 !important;
}

.navbar-brand {
    padding: 0px 15px!important;
}

.main-menu .navbar-nav>li>a {
   /* color: #000 !important;*/
    transition: all 0.5s ease;
    letter-spacing: 0.3px;
}

.main-menu .navbar-nav>li>a:hover,
.main-menu .navbar-nav>li>a:focus {
    background-color: transparent !important;
}

.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,
.quality-section .quality-box-four h3 {
    color: #fff;
}

.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: #ffffff;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.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(rgb(0 0 0 / 88%), rgb(27 26 26 / 88%)), url(../images/img/adventure-tour.jpg);
}

.quality-section .quality-box-two {
    background-color: #9e61bd;
    background: linear-gradient(rgb(0 0 0 / 88%), rgb(27 26 26 / 88%)), url(../images/img/car.jpg);
}

.quality-section .quality-box-three {
    background-color: #b34242;
    background: linear-gradient(rgb(0 0 0 / 88%), rgb(27 26 26 / 88%)), url(../images/img/transport.jpg);
}

.quality-section .quality-box-four {
    background-color: #b34242;
    background: linear-gradient(rgb(0 0 0 / 88%), rgb(27 26 26 / 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-color: #168cc8;
    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;
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.pkg-box:hover {
    box-shadow: 0px 0px 10px -6px rgb(58 58 58 / 75%);
}

.pkg-box .cap-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pkg-box .tag-img {
    position: absolute;
    width: 125px;
}

.pkg-box h3 {
        text-align: center;
    font-size: 14px;
    background: #0e0e0e;
    height: 35px;
    line-height: 35px;
    color: #f2f2f2;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    border-radius: 10px;
}

.pkg-box ul {
    margin-bottom: 0;
    padding: 10px 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 {
    
    /*background-color: #26b0f6;*/
    display: block;
   
}

.testimonial1 a img {
    width: 100%;
   height: 300px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    border-radius: 10px;
   
}

.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(rgb(0 0 0 / 91%), rgb(14 13 13 / 78%)), url(../images/bg-banner/naturals-walk.jpg) no-repeat fixed;
    width: 100%;
    display: block;
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
}

.specialty-box {
    padding: 20px;
    border-radius: 10px;
    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;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.act-box:hover {
    background: #000000;
    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;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #d2572a;
}


/***************************************activities*************************************/


/***************************************pop-up*************************************/


/***************************************pop-up*************************************/


/***************************************testimonial*************************************/

.test-wrap {
    padding: 50px 0px;
}

/*.test-wrap .testimonial {
    text-align: center;
}

.test-wrap .testimonial .description {
    font-size: 15px;
    color: #283949;
    font-weight: 800;
    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;
}

.btn {
    border-radius: 0px!important;
}

.btn-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
    /* border-radius: 20px!important;*/
}

.btn-success {
    color: #fff;
  background-color: #11a0cb !important;
    border-color: #11a0cb !important;
    /*border-radius: 20px!important;*/
}

.quadrat {
    animation: blink 3s infinite!important;
}


/*@keyframes blink {
    0% {
        background-color: red;
    }
    25% {
        background-color: orangered;
    }
    75% {
        background-color: darkorange;
    }
    50% {
        background-color: darkcyan;
    }
    100% {
        background-color: chocolate;
    }
}
*/

input::-webkit-calendar-picker-indicator {
    color: #fff!important;
    opacity: 1
}

.destinations-col-3-padding {
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 3px;
}

.destinations .content {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 6px;
}

.destinations .content .content-overlay {
    background: rgb(0 0 0 / 14%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.destinations .destination-list img {
    width: 100%;
}

.destinations .content-details {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    bottom: 0px;
    /*right: 0px;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.destinations .content-details h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 18px;
}

.contact-form {
    background: #fff;
    width: 100%;
}

.contact-form .form-control {
    border-radius: 0px;
    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;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    margin-top: 6px;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.package-itinary {
    border: 1px solid #ccc;
    padding: 10px;
}

.package-itinary h3 {
    font-size: 20px;
    font-weight: 600;
}
.package-itinary h2{
    font-size: 16px;
    font-weight: 600;
}
.package-itinary .package-time {
    text-align: right;
}

.content-quality p span {
    display: block;
}

.tabtop li a {
    font-weight: 700;
    color: #1b2834;
    border-radius: 0px;
    border: 1px solid #ebebeb !important;
}

.tabtop .active a:before {
    content: "♦";
    position: absolute;
    top: 15px;
    left: 50%;
    color: #ff6600;
    font-size: 30px;
    transform: translateX(-50%);
}

.tabtop li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.tabtop .active a:hover {
    color: #fff !important;
}

.tabtop .active a {
    background-color: #ff6600 !important;
    color: #FFF !important;
}

.margin-tops {
    margin-top: 10px;
}

.tabtop li a:last-child {
    padding: 10px 10px;
}

.thbada {
    padding: 10px 28px !important;
}


/*section p {
    font-family: 'Lato', sans-serif;
}*/

.margin-tops4 {
    margin-top: 20px;
}

.tabsetting {
    padding-top: 10px;
}

.heading-container p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
}

.title-heading {
    font-weight: normal;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.title-heading strong {
    color: #162241;
    font-size: 16px;
    font-weight: bold;
}

.right-content {
   margin: 0px 0 10px;
    text-align: justify;
    font-size: 14px;
}

.inclusions li {
    margin: 8px 0;
    font-size: 14px;
}

.contact-information {
    text-align: center;
    border: 1px solid #ccc;
    padding: 50px 0px;
}

.contact-information h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #dc3545;
}

.about-banner img {
    height: 350px;
    object-fit: cover;
}

@media(max-width:767px) {
    .about-banner img {
        height: 200px;
    }
    .navbar-brand h3 {
        font-size: 11px;
    }
    .navbar-brand>img {
        width: 85px !important;
    }
    .main-top-strip ul li a {
        font-size: 14px;
    }
    .navbar-nav>li {
        padding: 0px 0px;
    }
    .navbar-nav {
        background-color: #283949;
        padding: 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        color: #fff!important;
    }
    .dropdown-menu li a {
        color: #fff!important;
    }
    #why {
        text-align: center;
    }
    #why p {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
}

.tabtop li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.nav-tabs>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #ff6600!important;
    color: #FFF;
}

.about-cont p {
    font-weight: 600;
    color: #283949;
}

.sec-title h2 {
    font-weight: 600;
}

.mobile-mb-50 {
    color: #283949;
    font-weight: 800;
}

.about-featured ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    line-height: 2.4;
    font-weight: 400;
    color: #fff;
}

.about-image-desti {
    margin-bottom: -3rem;
}

.about-image-desti img {
    border: 10px solid #fff;
    box-shadow: 0 0 15px #cccccca1;
}

.about-featured ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.krishna-form {
    margin-top: -150px;
    z-index: 9;
    position: relative;
    background: #ffffff;
    padding: 20px 20px;
}

.krishna-form .form-control {
    height: 50px;
    margin-top: 20px;
    box-shadow: none;
}

.krishna-form .form-control::placeholder {
    color: #ff6600;
    font-weight: 600;
}

.tourmaster-tour-search-submit {
    background-color: #ff6600;
    color: #fff;
    font-weight: 600;
    font-size: larger;
    border-bottom: 4px solid!important
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    transition: all ease-in-out 0.5s;
}

.sidebar-sticky .form-content {
    box-shadow: 0px 0px 30px #cccccc57;
    background: #000;
    padding: 30px;
}

.sidebar-sticky h4 {
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.sidebar-sticky .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.sidebar-sticky .form-content .input-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-content label {
    color: #fff;
}

.nir-btn,
.nir-btn-black {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 12px 24px;
    text-transform: capitalize;
    transition: all ease-in-out 0.5s;
    background: #0090ff;
    color: #fff;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 10%);
}

.position {
    position: sticky!important;
    top: 80px;
}

.v_place_img {
    position: relative;
    overflow: hidden;
}

.v_place_img img {
    width: 100% !important;
    min-height: 300px;
    object-fit: cover;
}
.b_packages{
   border-radius: 10px;
    overflow: hidden; 
}
.b_pack {
    position: relative;
    overflow: hidden;
    background: #10101040;
    -webkit-box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 32%);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-top: -45px;
    /*border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
}

.b_pack h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b_pack h4 a {
    color: #fff;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

.pack_icon ul {
    padding: 0px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.pack_icon ul li {
    display: inline-block;
    width: 25%;
    float: left;
}

.b_packages img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.b_packages img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.formmm {
    background: url(../images/cloud.png) no-repeat bottom center #fff;
    padding: 100px 0px 45px 0px;
    background-size: contain;
}

.family img {
    width: 95%;
    margin-bottom: -45px;
}

.testimonial-bg {
   /* border: 10px solid #252525;*/
    padding: 20px 20px;
    text-align: center;
    position: relative;
}

/*.testimonial-bg:before {
    content: "\f10d";
    font-family: "FontAwesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 25px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}*/
.testi-block-one .inner-box {
            position: relative;
            display: block;
            text-align: center;
            min-height: 332px;
            padding: 60px 40px 60px;
            background: #fff;
            border-radius: 10px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
        }
        
        .testi-block-one .icon {
            position: relative;
            font-size: 48px;
            color: #ff5522;
            line-height: 48px;
            margin-bottom: 30px;
        }
        
        .testi-block-one .travilo-text {
            position: relative;
            font-size: 18px;
            color: #6c7171;
            font-style: italic;
        }
        
        .testi-block-one .info {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding-top: 5px;
            padding-left: 115px;
            margin-top: 25px;
            text-align: left;
        }
        
        .testi-block-one .info .image {
            position: absolute;
            left: 0;
            top: 0px;
            width: 92px;
            height: 92px;
            border-radius: 50%;
            overflow: hidden;
        }
        
        .testi-block-one .info .image img {
            position: relative;
            display: block;
            width: 100%;
            border-radius: 50%;
        }
        
        .testi-block-one .info .rating {
            position: relative;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #ffb400;
            margin-bottom: 7px;
        }
        
        .testi-block-one .info .rating i {
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }
        
        .testi-block-one .info .name {
            color: var(--dark-gray-gray);
            font-size: 18px;
            font-weight: 400;
            font-family: 'Gilroy_Bold', sans-serif;
            margin-bottom: 0px;
        }
        
        .testi-block-one .info .designation {
            position: relative;
            float: left;
            font-size: 14px;
            font-weight: 400;
            color: var(--light-gray-gray);
        }
.testimonial {
    padding: 0 15px;
}

.testimonial .description {
  font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.testimonial .description:before {
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonial .description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #848484;
    text-transform: capitalize;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 20px;
    color: #848484;
}

@media only screen and (max-width:767px) {
    .testimonial-bg {
        padding: 50px 40px;
    }
    
}




.v2-search-form input {
    background: #fff;
    border: 0px;
    height: 45px;
    border-radius: 2px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #efefef;
}
.v2-search-form {
    position: relative;
    background: #ffffff;
    padding: 50px;
    border-radius: 5px;
    border-bottom: 2px solid #cccccc;
    box-shadow: 0px 11px 26px 0px rgb(0 0 0 / 29%);
}
.v2-search-form label{
    color: #000;
}
.v2-ho-se-ri h5 {
   /* color: #fff;*/
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-size: 10px;
    letter-spacing: 4px;
    font-weight: 100;
}

.v2-ho-se-ri h1 {
    margin: 0px;
/*    color: #fff;*/
    font-size: 30px;
    margin-bottom: 20px;
}

.v2-ho-se-ri p {
    /*color: #fff;*/
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
    line-height: 30px;
}

v2-hom-ser {
    padding-top: 28px;
}

.tourz-hom-ser {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 5px;
}

.tourz-hom-ser ul li {
    float: left;
    display: inline;
    text-align: center;
    width: 25%;
   /* padding: 0px 5px;*/
}

.tourz-hom-ser ul li a {
    background: #e8095a00;
    width: 120px;
    height: 100px;
    display: block;
    padding: 18px 2px 10px 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    border: 1px solid #8e8e8e;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}

.tourz-hom-ser ul li a img {
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 36px;
}

@media only screen and (max-width:480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg {
        padding: 30px 10px;
    }
    .tourz-hom-ser ul li a {
    background: #e8095a00;
    width: 80px!important;
    height: 80px!important;
    font-size: 12px;
}
 .about-featured ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    line-height: 2.4;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
}
.about-image-desti {
     margin-bottom: 0rem; 
}
}
.title-heading{
    text-transform: uppercase;
}