/* ########################################################### Common For All ############################################################### */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans&amp;display=swap');

body {
    font-family: 'Noto Sans', sans-serif;
}

a {
    text-decoration: none !important;
}



button:focus {
    outline: 0px dotted;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
    outline: 0px auto -webkit-focus-ring-color;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

img {
    width: 100%;
}

.line-height-normal {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.slick-dots li button:before {
    color: #ff7550 !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.breadcrumb-item.active {
    color: #adadad !important;
}

.section-title .title:after {
    content: '';
    width: 85px;
    height: 3px;
    background-color: #ff7550;
    bottom: 0px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.9s ease-in-out;
}

.logo {
    width: 100px;
    height: 80px;
}

.bg-alt {
    background-color: #ff6c061a;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff00 !important;
    outline: 0;
    box-shadow: none !important;
}

.theme-button {
    border: 2px solid #161515;
    border-radius: 25px;
    background-color: black;
    padding: 7px 25px !important;
    color: #f1eae5 !important;
    display: inline-block;
    transition: 0.3s;
}

.theme-button:hover {
    background-color: white;
    color: #ff7550 !important;
    transition: 0.3s;
}

.theme-buttons {
    border: 2px solid #161515;
    border-radius: 25px;
    background-color: black;
    padding: 7px 25px !important;
    color: #f1eae5 !important;
    display: inline-block;
    transition: 0.3s;
}

.theme-buttons:hover {
    background-color: #ff7550;
    color: #f1eae5 !important;
    transition: 0.3s;

}

.section-title {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.section-title .title {
    font-size: 42px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 0;
    color: #313131;
    text-transform: capitalize;
}

.section-title .title:hover:after {
    width: 130px;
    transition: all 0.9s ease-in-out;
}

.base-color {
    color: #ff7550;
}

.section-padding {
    padding: 60px 0;
}

/* ################################################################ Header ################################################################## */
#header nav .nav-link {
    font-weight: 500;
    color: #666;
}

#header .fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #fff;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

#header nav {
    box-shadow: 0px 5px 5px -3px;
}

#header .top-bar {
    background-color: #31a5a8;
    padding: 4px 30px;
}

#header .top-bar a {
    color: #fff;
    margin-right: 25px;
    font-size: 14px;
}


#header .top-bar i {
    margin-right: 5px;
}

.nav-link {
    color: white !important;
}

.icon {
    color: #fff !important;
}



.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

.dropdown-submenu {
    position: relative;
}

.dropdown-item {
    font-size: 15px;
    color: #666 !important;
}

.navigation .submenu {
    font-size: 14px;
    color: #212529;
}

.navigation .dropdown-menu .dropdown-item:hover>a {
    color: #fff !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    background-color: #f79633 !important;
    transition: 0.2s;
}

.dropdown-menu.multi-level {
    margin: 0;
}

.navigation .dropdown-item {
    padding: 7px 25px !important;
}

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

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* ############################################################## Banner Slider ############################################################ */
/* /* #banner-slider,
#banner-slider-mob {
    background-color: #000;
} 

#banner-slider .carousel-item img,
#banner-slider-mob .carousel-item img {
    opacity: 0.5;
    object-fit: cover;
}

#banner-slider .carousel-caption,
#banner-slider-mob .carousel-caption {
    top: 0px;
    bottom: 0px;
    left: 8%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin: 0 0 auto;
}

#banner-slider .carousel-control-next,
#banner-slider .carousel-control-prev,
#banner-slider-mob .carousel-control-next,
#banner-slider-mob .carousel-control-prev {
    width: 4%;
}

#banner-slider .top-text,
#banner-slider-mob .top-text {
    margin-bottom: 0px;
    font-size: 25px;
    text-align: left;
}

#banner-slider .mid-text,
#banner-slider-mob .mid-text {
    font-size: 55px;
}

#banner-slider .buttons,
#banner-slider-mob .buttons {
    text-align: left;
}

#banner-slider .buttons a,
#banner-slider-mob .buttons a {
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 25px;
    transition: 0.3s;
}

#banner-slider .buttons a:hover,
#banner-slider-mob .buttons a:hover {
    background-color: #ff7550;
    border: 2px solid #ff7550;
    transition: 0.3s;
}

#banner-slider-mob {
    display: none;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

#banner-slider .carousel-item img,
#banner-slider-mob .carousel-item img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}

#banner-slider .carousel-indicators li,
#banner-slider-mob .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#banner-slider .carousel-indicators .active,
#banner-slider-mob .carousel-indicators .active {
    background-color: #ff7550;
} */

/* ############################################################ Overlap Form ################################################## */
.overlap-form input {
    overflow: hidden;
}

.form-control-placeholder {
    position: absolute;
    top: 7px;
    left: 30px;
    transition: all 200ms;
    color: #fff;
    font-size: 15px;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -25px, 0);
    opacity: 1;
    color: #ffffff;
}

.overlap-form {
    /* margin-top: 110px; */
    padding: 35px;
    /* background-image: linear-gradient(to bottom, #1be3ef, #f79a3b); */
    background: #ff7550;
    background-size: 100% 100%;
    /* position: absolute; */
    z-index: 99;
    top: -60px;
}

.overlap-form .form-control {
    padding: 3px 15px;
    background-color: #fff0;
    border: 1px solid #fff;

    z-index: 1;
}


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

.logo {
    width: 0px;
    height: 50px;
    /* border: solid red;
    border-radius: 55%; */
}

.overlap-form .form-icon i {
    font-size: 50px;
    color: white;
}

.overlap-form .form-button {
    background-color: #100f0f;
    border: 2px solid #fff;
    color: white;
    font-size: 15px;
    padding: 5px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.overlap-form .form-button:hover {
    background-color: #fff;
    color: #ff7550;
}

.overlap-form .form-control {
    color: #fff;

}

.overlap-form .form-control:focus {

    background-color: transparent;
    border-color: #fff !important;


}

/* ############################################################### Home Packages ##################################################### */
#home-packages .card {
    margin: 8px 15px;
    box-shadow: 0px 0px 8px 0px #b1b1b3;
    outline: none;
    height: 420px;
}

#home-packages .section-title .title:after {
    content: '';
    width: 85px;
    height: 2px;
    background-color: #555;
    bottom: 0px;
    z-index: 1;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
}

#home-packages .card a.theme-button {
    font-size: 14px;
    padding: 4px 12px !important;
    margin-top: 10px;
    margin-right: 10px;
    outline: 0 !important;
}

#home-packages .card a:last-child {
    margin-right: 0px;
}

#home-packages .card-img-top {
    height: 290px;
    object-fit: cover;
}

#home-packages .card-body {
    padding: 1.25rem 15px;
}

#home-packages .rating {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 0px;
    font-size: 16px !important;
    color: #ffffff !important;
    padding: 3px 15px;
    background-color: #ff7550;
}

#home-packages .days {
    position: absolute;
    bottom: 0px;
    top: auto;
    right: 0px;
    font-size: 16px !important;
    color: #ffffff !important;
    padding: 3px 15px;
    background-color: #ff7550;
}

#home-packages .morelink {
    font-size: 13px !important;
    color: #ff7550;
}

#home-packages .morecontent span {
    display: none;
}

#home-packages .container-fluid {
    overflow: hidden;
}

#home-packages .card-title {
    color: #212529;
    font-size: 20px;
    padding: 0px;
    outline: 0 !important;
}

#home-packages .card-title a {
    color: #212529;
}

#home-packages .card-title a:hover,
#home-packages .card-title a:focus {
    color: #ff7550;
    outline: none;
}

#home-packages .card-text {
    font-size: 13px;
    margin-bottom: 0;
}

#home-packages .card-note {
    font-size: 14px;
    margin-bottom: 0;
    color: #ff7550;
}

#home-packages hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* ############################################################### Home About ##################################################### */

.home-text p,
.home-text ul {
    font-size: 16px;
    line-height: 1.625;
    padding: 0;
}

.home-text ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
}

.home-about-img img {
    width: 100%;
    height: 340px;
}

.home-text ul li:before {
    content: '\f124';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 18px;
    left: 0px;
    top: 0px;
    color: #ff7550;
    position: absolute;
}

/* ########################################################### Top Places ################################################## */
#top-places .card {
    margin: 8px 15px;
    box-shadow: 0px 0px 8px 0px #b1b1b3;
}

#top-places .card a {
    font-size: 15px;
    padding: 0;
    color: #ff7550;
    font-weight: 500;
}

#top-places .card-img-top {
    height: 290px;
    object-fit: cover;
}

#top-places .rating {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 0px;
    font-size: 16px !important;
    color: #fff !important;
    padding: 3px 15px;
    background-color: #ff7550;
}

#top-places .card span {
    float: right;
    font-size: 17px;
    font-weight: 600;
    color: #ff7550;
}

/* ###################################################### Counter ########################################################### */
#counter {
    /* background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0.61), rgba(0, 0, 0, 0.74)), url(../images/slide2.html); */
    background-position: center;
    background-size: cover;
    position: relative;
}

.single-counterup-item {
    text-align: center;
}

.single-counterup-item .icon {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 13px;
}

.single-counterup-item .content .countnum {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
    display: block;
}

.single-counterup-item .content .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
}

/* ########################################################### Testimonial ############################################################# */
.single-testimonial-item .description {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    background-color: #fff;
    padding: 25px 30px 22px 30px;
    position: relative;
    border-radius: 10px;
    height: 180px;
    box-shadow: 0px 0px 9px 1px #80808082;
}

.single-testimonial-item .description:after {
    position: absolute;
    left: 30px;
    bottom: -08px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    box-shadow: 5px 5px 6px 0px #3bacb170;
}

.single-testimonial-item .author-meta {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.single-testimonial-item .author-meta .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
}

.single-testimonial-item .author-meta .content .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-testimonial-item .author-meta .content .post {
    font-size: 16px;
    line-height: 26px;
}

/* ######################################################### Partner Logos ######################################################### */
.partner-logo img {
    width: 100%;
    height: auto;
}

/* ######################################################### Get In Touch ######################################################### */
.contact-info-area {
    background-color: #fff;
}

.contact-info-area .contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-area .contact-info-list li {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    margin: 10px 0;
}

.contact-info-area .contact-info-list li i {
    padding-right: 5px;
}

.contact-info-area .contact-info-list li i {
    padding-right: 5px;
    margin-right: 12px;
    padding-top: 7px;
}

.contact-info-area .social-icon li {
    display: inline-block;
    transform: rotate(45deg);
}

.contact-info-area .social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #fff !important;
    line-height: 40px;
    transform: rotate(-45deg);
    text-align: center;
    padding-top: 12px;
}

.contact-info-area .social-icon li.facebook {
    background-color: #0069f7;
    color: #fff;
    border-radius: 50%;
}

.contact-info-area .social-icon li.twitter {
    background-color: #00c6f7;
    color: #fff;
    border-radius: 50%;
}

ul.social-icon {
    margin-top: 20px;
}

.contact-form-content-area,
.contact-info-area {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(162, 162, 162, 0.4);
    box-shadow: 0px 0px 16px 0px rgba(162, 162, 162, 0.4);
    height: 380px;
}

#get-in-touch a {
    color: #212529;
}

/* ########################################################### Top Places ####################################################### */
#top-places .theme-button {
    font-size: 12px !important;
    padding: 3px 12px !important;
}

/* ######################################################### Why Choose Us #################################################### */
#why-choose-us .icon-text:before {
    content: '\f058';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 18px;
    left: 0px;
    top: 0px;
    color: #ff7550;
    position: absolute;
}

#why-choose-us .icon-text {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

/* ######################################################### Channel Partners Choose Us #################################################### */


/* ############################################################# Map ############################################################# */
#map {
    background-color: #000;
}

#map iframe {
    opacity: 0.9;
    margin-bottom: -6px;
}

/* ######################################################## Footer ############################################################# */
footer {
    background-color: #333;
    padding: 40px 0px;
}

footer .footer-info img {
    width: 80%;
    margin: 0 0 20px 0;
    display: block;
}

footer p {
    color: #ff7550;
    font-size: 15px;
}

.footer-info h3 {
    color: #ff7550;
}

footer span {
    color: #fff;
    font-size: 15px;
}

.footer-menu ul {
    padding: 0;
    list-style: none;
}

.footer-info ul li {
    margin-bottom: 8px;

}

.footer-menu ul a {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}

.footer-menu {
    margin: auto;
    display: table;
}

.footer-menu .fa-phone {
    transform: rotate(90deg);
}

.footer-menu p {
    font-size: 24px;
}

.footer-menu li {
    display: flex;
    margin-bottom: 10px;
}

.footer-menu i {
    color: #fff;
    padding-right: 5px;
    margin-right: 12px;
    padding-top: 7px;
}

/* ######################################################## Footer ############################################################# */

.rounded-social-buttons {
    padding: 20px 0px;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 8px;
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
    background: #55ee62;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
    background: #125688;
}

.rounded-social-buttons i {
    padding: 0;
    margin: 0;
}

/* ########################################################### Banner ########################################################### */
#banner .banner-heading {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

#banner {
    background-image: linear-gradient(to bottom, rgba(12, 12, 12, 0.61), rgba(0, 0, 0, 0.74)), url(../images/slide2.html);
    background-position: bottom;
    background-size: cover;
}

#banner .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
}

#banner .breadcrumb-item a {
    color: #fff;
}

/* ############################################################# Service Slider ######################################################### */
#service-slider .carousel-inner img {
    height: 470px;
    object-fit: cover;
    opacity: 1;
}

#service-slider .carousel-inner {
    background-color: #000;
}

.service-heading .title {
    font-size: 28px;
    color: #ff7550;
}

#service-content .service-text {
    font-size: 16px;
}

#service-content .subtitle {
    font-size: 20px;
}

#service-content .carousel-indicators .active {
    background-color: #ff7550;
}

#service-content .carousel-indicators li {
    background-color: #fff;
}

.trip-detail .trip-heading {
    font-size: 18px;
}

.trip-detail .trip-text {
    border-bottom: 1px solid #d6d6d6e8;
    padding-bottom: 26px;
    font-size: 14px;
}

.trip-detail .trip-text .price {
    color: #ff7550;
    font-size: 18px;
    font-weight: 700;
}

.service-trip-content .service-trip-heading {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
}

.service-query {
    padding: 30px;
    box-shadow: 0 0 10px 2px #0000001c;
}

.service-query .query-heading {
    font-size: 24px !important;
    text-align: center;
}

.service-query .query-heading a {
    color: #ff7550;
    font-weight: 700;
}

#service-content #service-trip-content {
    width: 100%;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 10px 2px #0000001c;
    /* Sticky not working because carousel has overflow: hidden;
    position: sticky;
    top:50px; */
}

.tour-box {
    padding: 18px;
    box-shadow: 0 0 10px 2px #0000001c;
}

.tour-box hr {
    margin: 4px 0;
}

.tour-box .service-text {
    margin-bottom: 0;
}

.tour-box .tour-heading {
    font-size: 17px;
    font-weight: 600;
}

.tour-box .theme-button {
    padding: 2px 15px !important;
    font-size: 14px;
}

.tour-box .service-button {
    margin-bottom: 0;
    margin-top: 15px;
}

/* ###################################################### Bottom Bar ####################################################### */
.bottom-bar {
    background-color: black;
    font-size: 14px;
    padding: 5px 25px;
}

.bottom-bar p {
    margin-bottom: 0;
    color: #fff;
}

.bottom-bar a {
    color: #fff;
    margin-right: 15px;
}

.bottom-bar a:hover {
    color: #ff7550;
    transition: 0.2s;
}

/* ########################################################### Our Offices ############################################## */
.services p {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    color: #737373;
    font-family: 'Concert One', cursive;
}

.box-a {
    background: #ffffff;
    color: #fff;
    display: flex;
    padding: 15px;
    float: right;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 3px 3px 6px 1px #0000004a;
}

.box-a ul {
    padding: 0;
    font-size: 14px;
    list-style: none;
    color: #323232;
}

.box-a ul li {
    display: flex;
    margin-bottom: 5px;
}

.box-a ul i {
    font-size: 14px;
    color: #323232;
    padding-top: 3px;
    margin-right: 8px;
}

.box-a:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 15px solid #ff7550;
    border-left: 15px solid #fff;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    width: 0;
}

.box-a.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.box-a.rounded:before {
    border-width: 8px;
    border-color: #323232 #323232 transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.box-a i {
    font-size: 20px;
    color: #323232;
}

.box-a h3 {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
    color: #212529;
}

.box-a p {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.box-a:hover i {
    color: #ff7550;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

/* ##################################################### Tour Packages ################################################# */
#home-packages.tourpackages .card {
    margin: 0 !important;
}

#home-packages.tourpackages .card-text {
    font-size: 14px;
}

#home-packages.tourpackages .card-title {
    font-size: 19px;
}

#home-packages.tourpackages .card-title a {
    padding: 0 !important;
}

/* ############################################################ About Us ########################################################## */
#about-us .section-title {
    margin-bottom: 18px;
}

#about-us .about-img img {
    height: 590px;
    object-fit: cover;
    box-shadow: 0px 9px 11px 0px #00000045;
}

/* ############################################################## Call Us ######################################################### */
.call-us a {
    position: fixed;
    z-index: 999;
    bottom: 45px;
    color: #fff !important;
    padding: 11px 8px 11px 12px;
    border-radius: 100%;    left: 30px;
    font-size: 15px;
    background-color: #ff7550;
}

.call-us i {
    transform: rotate(-1222222222deg);
    margin-right: 5px;
}

.call-us a:hover {
    animation: tada 700ms infinite;
}
.whatsapp a {
    position: fixed;
    z-index: 999;
    bottom: 45px;
    color: #fff !important;
    right: 30px;
    padding: 11px 8px 11px 12px;
    border-radius: 100%;
    font-size: 17px;
    font-weight: 600;
    background-color: #44a70b;
}
.whatsapp i {
    transform: rotate(-24deg);
    margin-right: 5px;
}
.whatsapp a:hover {
    /* animation: tada 700ms infinite; */

}

.call {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* ############################################################ Top ################################################### */
.top a {
    position: fixed;
    bottom: 110px;
    right: 0px;
    background-color: #ff7550;
    color: #ffff !important;
    border-radius: 50%;
    padding: 13px 16px;
    display: none;
    transition: 0.4s;
}

.top a:hover>i {
    transform: translateY(-4px);
    transition: 0.4s;
}

/* ###################################################### Photo Gallery ################################################## */
#photogallery img {
    margin-bottom: 15px;
    height: 250px;
}


div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 33.3333%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }

}

.inclusion .heading-text {
    font-size: 20px;
}

.icons img {
    width: 50px;
    height: auto;
}


/*##################################### SERVICE PAGE ACCORDION ######################################################*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
}

.service-page-accordion .panel-title a {
    font-size: 20px;
    color: #ff7550;
    border: 1px solid #00000033;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.service-page-accordion .panel-title .fa-minus:before,
.service-page-accordion .panel-title .fa-plus:before {
    color: #ff7550;
}

#service-content .table-striped tbody tr:nth-of-type(even) {
    background-color: #f4660321;
}

#service-content .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

#service-content .table-striped thead tr {
    background: #ff7550;
    color: #fff;
    font-size: 20px;
}

#service-content .table-striped tbody tr {

    font-size: 18px;
}

#service-content .table-striped tbody tr th {
    padding: 10px 5px 10px 8px;
}

#service-content p {
    font-size: 18px;
}

#service-content .special-tour {
    height: 100%;
    display: inline;
}

.tour-box-service-form {
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    border: 0px solid #ff7550;
    border-top: 10px solid #ff7550;
}

.tour-box-service-form-2 {
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    border: 0px solid #ff7550;
    border-top: 10px solid #ff7550;
}

.destination-class th {
    width: 120px;
    padding: 10px 12px;
}

#service-content {
    background: #bfbfbf1a;
}

.tour-box {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.service-query {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#service-content #service-trip-content {

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #f4660305;
    border-radius: 5px;
}

#service-content #service-trip-content #sidebar_form_2 .form-group {
    margin-bottom: 8px;
}

#service-content #service-trip-content #sidebar_form_2 .form-control:focus {
    border-color: #ff7550 !important;
}

#service-content #service-trip-content #sidebar_form_2 .sidebar_form_head {
    font-size: 26px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #ff7550;
}

#service-content #service-trip-content #sidebar_form_2 .theme-button {
    border: 2px solid #ff7550;
    border-radius: 25px;
    background-color: #ff7550;
    padding: 5px 25px !important;
    color: #ffffff !important;
    display: inline-block;
    transition: 0.3s;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
}

#service-content #service-trip-content #sidebar_form_2 hr {
    margin-bottom: 10px;
    margin-top: 2px;
}

.destination-class th {
    width: 120px;
    padding: 10px 12px;
}

.service-block-3-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.tour-box-service-form h5 {
    color: #ff7550;
    font-size: 26px;
}

.tour-box-service-form .form-control {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.tour-box-service-form label {
    color: #555;
}

.tour-box-service-form button {
    border: 2px solid #ffffff;
    border-radius: 25px;
    background-color: #ff7550;
    padding: 7px 25px !important;
    color: #ffffff !important;
    display: inline-block;
    transition: 0.3s;
}

.tour-box-service-form .form-control:focus {
    border-color: #ff7550 !important;
}

.tour-box-service-form-2 .sidebar_form_head {
    color: #ff7550;
    font-size: 26px !important;
}

.tour-box-service-form-2 .form-control {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.tour-box-service-form-2 label {
    color: #555;
}

.tour-box-service-form-2 button {
    border: 2px solid #ffffff;
    border-radius: 25px;
    background-color: #ff7550;
    padding: 7px 25px !important;
    color: #ffffff !important;
    display: inline-block;
    transition: 0.3s;
}

.tour-box-service-form-2 .form-control:focus {
    border-color: #ff7550 !important;
}

.destination-class .fa-square {
    background: white;
    margin-right: 10px;
}

.destination-class img {
    height: 14px;
    width: 14px;
    margin-right: 10px;
    position: relative;
    box-shadow: 2px 2px 0px 0px black;
}

.service-page-accordion .panel-body .subtitle {
    color: #fff;
    padding: 4px 15px;
    background-color: #ff7550;
}

.service-page-accordion p {
    text-align: justify;
}

#service-slider .carousel-inner {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#service-content .service-button .theme-button {
    padding: 5px 18px !important;
    font-size: 15px;
}

.tour-box-service-form hr {
    border-top-color: #ff7550;
}

.tour-box-service-form.fixed {
    top: 90px;
    width: 350px;
    position: fixed;
    z-index: 99;
    transition: all 1s ease-in-out;
}

.tour-box-service-form.absolute {
    bottom: 0px;
    width: 350px;
    position: absolute;
    z-index: 99;
    transition: all 1s ease-in-out;
}

.tour-box-service-form-2 hr {
    border-top-color: #ff7550;
}

.tour-box-service-form-2.fixed {
    top: 90px;
    width: 350px;
    position: fixed;
    z-index: 99;
    transition: all 1s ease-in-out;
}

.tour-box-service-form-2.absolute {
    bottom: 0px;
    width: 350px;
    position: absolute;
    z-index: 99;
}

.service-page-accordion .service-text img {
    height: 14px;
    width: 14px;
    margin-right: 8px;
    position: relative;
    box-shadow: 2px 2px 0px 0px black;
}

#service-trip-content .trip-detail .trip-heading {
    font-size: 26px;
    color: #ff7550;
    display: inline-block;
    border-bottom: 4px solid #ff7550;
}

.swipe-up {
    animation: swipeUp 1.5s ease-in-out;
}

@keyframes swipeUp {
    0% {
        opacity: -24;
    }

    100% {
        opacity: 1;
    }
}

.service-numbering-bg {
    background: #ff7550;
    color: #fff;
    padding: 0px 6px;
}

.service-dot {
    padding: 0px 2px;
    margin-right: 5px;
}

.service-dot i {
    color: #ff7550
}

#channel-partners .partner-logo {
    width: 80%;
    margin: auto;
}

.service-orange-bg {
    padding: 6px 10px;
    background-color: #ff7550;
    color: #fff
}

#service-font-16 p {
    font-size: 16px;
}

.orange-bg-color-white {
    background-color: #ff7550;
    color: #fff;
}

/*####################Global Modal CSS#################*/
#globalResponseModal .modal-header {
    height: 37px;
    padding: 4px 10px;
    background: #ef8429;
    color: white;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#globalResponseModal .modal-title {
    font-size: 24px;
}

#responseModal {
    color: #0a920a;
    text-align: center;
    padding: 35px;
    font-weight: bold;
}

.close {
    color: white;
    opacity: 1 !important;
}

.privacy-policy-section,
.t-c-section {
    padding: 40px;
}

.p_title {
    text-align: center;

    display: block;
    font-size: 23px;
    color: #ff7550;
}

/* ############################################# Responsive ############################################### */
@media(max-width:1200px) {
    .logo {
        width: 190px;
    }

    #service-slider .carousel-inner img {
        height: 422px;
    }

    #service-trip-content .trip-detail .trip-heading {
        font-size: 21px;
    }

    #service-content p {
        font-size: 14px;
    }

    .trip-detail .trip-text .price {
        font-size: 15px;
    }

    #service-content .subtitle {
        font-size: 17px;
    }

    #header nav .nav-link {
        font-size: 15px;
    }

    #header .navigation .nav-item {
        margin: auto 5px !important;
    }

    #banner-slider .top-text {
        font-size: 20px;
    }

    #banner-slider .mid-text {
        font-size: 40px;
    }

    #banner-slider .buttons a {
        font-size: 14px;
        padding: 7px 20px;
    }

    #home-packages .card {
        margin: 8px 5px
    }

    #home-packages .card-title {
        font-size: 17px;
    }

    #home-packages .morelink {
        font-size: 12px !important;
    }

    #home-packages .card-body {
        padding: 1.25rem 12px;
    }

    .section-title .title {
        font-size: 35px;
    }

    .section-title {
        margin-bottom: 25px;
    }
}

@media(max-width:1024px) {
    #header nav .nav-link {
        font-size: 14px;
    }

    #about-us .about-img img {
        height: 535px;
    }

    #top-places.single-tour .card {
        margin: 8px 0px;
    }

    .tour-box-service-form-2 h5 {
        font-size: 20px;
    }

    .service-heading .title {
        font-size: 25px;
    }

    #service-content .service-text {
        font-size: 14px;
    }

    #service-content .service-button .theme-button {
        padding: 5px 10px !important;
        font-size: 13px;
    }

    #service-slider .carousel-inner img {
        height: 415px;
    }

    #header .navigation .nav-item {
        margin: auto 3px !important;
    }

    #header .top-bar a {
        margin-right: 5px;
    }

    .overlap-form .form-button {
        font-size: 14px;
        padding: 5px 6px;
    }

    .overlap-form {
        padding: 25px;
        top: -46px;
    }

    .home-text p,
    .home-text ul {
        font-size: 14px;
    }

    #top-places .card a {
        font-size: 15px;
        padding: 0;
        color: #ff7550;
        display: table;
        justify-content: center;
        font-weight: 500;
        margin: auto;
        text-align: center;
    }

    #top-places .card span {
        float: none;
        display: block;
        margin-top: 8px;
    }

    #top-places .rating {
        font-size: 14px !important;
    }

    .single-counterup-item .content .countnum {
        font-size: 30px;
        line-height: 30px;
    }

    .section-title .title {
        font-size: 30px;
    }

    .single-testimonial-item .description {
        font-size: 14px;
    }

    .single-testimonial-item .author-meta .content .name {
        font-size: 16px;
    }

    #why-choose-us .icon-text {
        font-size: 14px;
        display: block;
    }

    footer span {
        font-size: 13px;
    }

    .footer-menu p {
        font-size: 20px;
    }

    .footer-menu ul a {
        font-size: 13px;
    }

    .rounded-social-buttons .social-button {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .footer-menu img {
        width: 220px;
    }

    footer .footer-info img {
        width: 55%;
        margin: 5px auto;
        display: block;
    }
}

@media(max-width:991px) {
    #header .top-bar {
        display: none;
    }

    #service-content table td,
    #service-content table th {
        font-size: 15px;
    }

    #service-content .special-tour,
    #service-content .service-query {
        display: none;
    }

    #service-slider .carousel-inner img {
        height: 350px;
    }

    #service-font-16 .col-lg-4 {
        display: none;
    }

    .box-a {
        float: none;
    }

    .tourpackages .row {
        justify-content: center;
    }

    #about-us .about-img img {
        height: 350px;
        margin-bottom: 15px;
    }

    p {
        font-size: 14px;
        display: none;
    }

    .tg-sectionspace {
        padding: 5px 0 !important;
    }

    .single-testimonial-item .description p {
        display: block;
        padding: 5px 0px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/svg/burger-menu.svg");
    }

    #header .navigation .nav-item {
        border-bottom: 1px dotted #0f8683;
    }

    #header .theme-button {
        margin-top: 8px;
    }

    #header nav .nav-link {
        color: #007f7b;
    }

    #header .navigation .nav-item:last-child {
        border-bottom: 1px dotted transparent;
    }

    #header .navbar-collapse {
        margin-top: 20px;
    }

    .overlap-form {
        width: 95%;
        left: 0;
        margin: auto;
        right: 0;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .o2 {
        order: 2;
    }

    .home-about-img img {
        margin-bottom: 30px;
        object-fit: cover;
    }

    #top-places .row {
        justify-content: center;
    }

    #top-places .row.mb-4 {
        margin-bottom: 0 !important;
    }

    #braj img {
        height: 195px;
        object-fit: cover;
    }

    .single-testimonial-item .description {
        font-size: 13px;
        line-height: 22px;
        padding: 12px;
        height: 120px !important;
    }


    .single-testimonial-item .author-meta .content .name {
        font-size: 14px;
        display: block;
    }

    .contact-form-content-area,
    .contact-info-area {
        height: 100%;
    }

    .contact-info-area .title {
        font-size: 20px;
    }

    .contact-info-area .contact-info-list li {
        font-size: 14px;
        display: inline-block;
        line-height: 18px;
    }

    .contact-info-area p {
        font-size: 15px;
    }

    .contact-info-area .contact-info-list li {
        display: table;
    }

    .contact-info-area .contact-info-list li i {
        padding-right: 8px;
        margin-right: 12px;
        display: table-cell;
    }

    #channel-partners .row.mx-5 {
        margin: 0 !important;
    }
}

@media(max-width:768px) {
    #banner-slider {
        display: block !important;
    }

    .carousel-inner {
        height: 200px !important;
    }

    .carousel-item {
        height: 100% !important;
    }

    .carousel-item img {
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }

    #banner-slider .carousel-caption,
    #banner-slider-mob .carousel-caption {
        width: 60%;
        display: block;
    }

    #service-content .subtitle {
        font-size: 15px;
    }

    #banner .banner-heading {
        font-size: 35px;
    }

    #banner .breadcrumb {
        font-size: 13px;
    }

    #home-banner-form {
        display: none;
    }

    /*#home-packages .card a{*/
    /*    font-size: 13px;*/
    /*padding: 4px 10px !important;*/
    /*margin-right: 8px;*/
    /*}*/
    #home-packages .card-title {
        font-size: 16px;
    }

    #home-packages .card-text {
        font-size: 14px;
        display: block;
        /* text-align: center; */
    }

    #home-packages .rating {
        font-size: 14px !important;
    }

    .bottom-bar p {
        font-size: 12px;
    }

    #banner-slider {
        display: none;
    }

    #banner-slider-mob {
        display: block;

    }

    #banner-slider-mob .mid-text {
        font-size: 30px;
        text-align: left;
    }
}

@media(max-width:480px) {
    .footer-script {
        height: 200px;
        padding: 10px 20px;
        /* border: 1px solid white; */
        /* overflow: scroll; */
        color: white;
        /* overflow-y: scroll; */
    }

    .tg-videobox img {
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: 60px;
        left: 0px !important;
    }

    .tg-btnplay {
        top: 68% !important;
        left: 66% !important;
        transform: translate(-50px, -50px);
        z-index: 1;
        color: #fff;
        width: 70px;
        background: rgb(13, 12, 12);
        height: 70px;
        display: block;
        font-size: 30px;
        line-height: 70px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        margin: -35px 0 0 -35px;
        -webkit-box-shadow: 0px 10px 15px 3px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.50);
        box-shadow: 0px 10px 15px 3px rgb(0 0 0 / 50%);
    }

    #banner-slider .carousel-caption,
    #banner-slider-mob .carousel-caption {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .service-page-accordion .panel-title a {
        font-size: 16px;
    }

    .service-heading .title {
        font-size: 24px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    #banner-slider .mid-text,
    #banner-slider-mob .mid-text {
        font-size: 28px;
    }

    #banner-slider .top-text,
    #banner-slider-mob .top-text {
        font-size: 16px;
    }

    #banner-slider .buttons a,
    #banner-slider-mob .buttons a {
        font-size: 13px;
        padding: 5px 16px;
    }

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

    #home-about .theme-button {
        font-size: 14px;
        padding: 6px 10px !important;
    }

    .section-title .title {
        font-size: 25px;
        line-height: 38px;
    }

    .tg-sectionheadvtwo .tg-sectiontitle h2 {
        font-size: 18px;
    }

    .tg-parallax {
        margin-top: 52px;
    }

    .tg-sectiontitle h2 {
        font-size: 15px !important;
    }

    .tg-populartourcontent .tg-description p {
        display: block;
    }

    #braj img {
        margin-bottom: 25px;
    }

    #home-packages .card {
        margin: 8px 20px;
    }

    .single-counterup-item .icon {
        font-size: 36px;
        line-height: 34px;
    }

    .single-counterup-item {
        text-align: center;
        margin-bottom: 30px;
    }

    #braj .theme-button {
        padding: 6px 12px !important;
        font-size: 13px;
    }

    .single-testimonial-item .author-meta .content {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #get-in-touch .contact-shadow:first-child {
        margin-bottom: 20px;
    }

    .footer-info {
        text-align: center;
    }

    .footer-info span p {
        display: block;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu li {
        display: block;
        margin-bottom: 4px;
        text-align: center;
    }

    .logo {
        width: 150px;
    }

    .call-us a {
        bottom: 45px;
        padding: 4px 11px;
        /* left: 16px; */
        font-size: 13px;
    }

    .top a {
        bottom: 43px;
        right: 16px;
        padding: 7px 15px;
        display: none !important;
    }

    .bottom-bar a {
        margin-right: 0px;
    }

    .bottom-bar p {
        text-align: center;
    }

    .bottom-bar .text-right {
        text-align: center !important;
    }

    .bottom-bar .text-right a:first-child {
        margin-right: 10px;
    }

    #banner .banner-heading {
        font-size: 30px;
    }

    #banner .breadcrumb {
        font-size: 12px;
    }

    #service-content table td,
    #service-content table th {
        white-space: nowrap;
    }
}

@media(max-width:375px) {
    .tg-videobox img {
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: 60px;
        /* left: 150px; */
    }

    #home-packages .card {
        margin: 8px 5px;
    }

    #home-packages .card a {
        margin-right: 0;
        display: block;
        /*text-align: center;*/
    }

    #home-packages .morelink {
        font-size: 12px !important;
        display: inline-flex !important;
        margin: 0 !important;
    }

    .bottom-bar {
        padding: 5px 0;
    }
}

@media(max-width:360px) {

    #banner-slider .mid-text,
    #banner-slider-mob .mid-text {
        font-size: 24px;
    }

    #banner .banner-heading {
        font-size: 25px;
    }

    .bottom-bar p {
        font-size: 11px;
    }
}

.float {
    position: fixed;
    bottom: 35px;
    right: 55px;
    text-align: center;
    z-index: 100;
}

.float img {
    height: 55px;
    width: 55px;

}

.contact-info-area .title {
    font-size: 24px;
}

#contact-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff7550 !important;
    outline: 0;
    box-shadow: none !important;
}

#front-form1 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff7550 !important;
    outline: 0;
    box-shadow: none !important;
}

.image-bs {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.32), 0 4px 11px rgba(0, 0, 0, 0.28);
}

@media(max-width: 991px) {
    #service-content #service-trip-content {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        background-color: #f4660305;
        border-radius: 5px;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .tg-videobox img {
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        top: 0px !important;
        left: 0px !important;
    }
}

/* hgjhgjgkg */

#banner-slider,
#banner-slider-mob {
    background-color: #000;

}

#banner-slider .carousel-item img,
#banner-slider-mob .carousel-item img {
    opacity: 0.5;
    object-fit: cover;
}

#banner-slider .carousel-caption,
#banner-slider-mob .carousel-caption {
    top: 0px;
    bottom: 0px;
    left: 8%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin: 0 0 auto;
}

#banner-slider .carousel-control-next,
#banner-slider .carousel-control-prev,
#banner-slider-mob .carousel-control-next,
#banner-slider-mob .carousel-control-prev {
    width: 4%;
}

#banner-slider .top-text,
#banner-slider-mob .top-text {
    margin-bottom: 0px;
    font-size: 25px;
    text-align: left;
}

#banner-slider .mid-text,
#banner-slider-mob .mid-text {
    font-size: 50px;
}

#banner-slider .buttons,
#banner-slider-mob .buttons {
    text-align: left;
}

#banner-slider .buttons a,
#banner-slider-mob .buttons a {
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 30px;
    font-weight: 700;
    border-radius: 25px;
    transition: 0.3s;
}

#banner-slider .buttons a:hover,
#banner-slider-mob .buttons a:hover {
    background-color: #ff7550;
    border: 2px solid #ff7550;
    transition: 0.3s;
}

#banner-slider-mob {
    display: none;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

#banner-slider .carousel-item img,
#banner-slider-mob .carousel-item img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}

#banner-slider .carousel-indicators li,
#banner-slider-mob .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#banner-slider .carousel-indicators .active,
#banner-slider-mob .carousel-indicators .active {
    background-color: #ff7550;
}

.carousel-inner {
    height: 600px;
}

.carousel-item {
    height: 100% !important;
}

.carousel-item img {
    height: 100% !important;
}

.navigation .bg-white {
    background-color: #ff7550 !important;
}

.btn-primary {
    width: 250px !important;
}

.card {
    border: none;
}

/* payment */
.popup-heading {
    background: #121212 !important;
    text-align: center !important;
    color: white !important;
    padding: 10px !important;
    margin: 0px 0px !important;
}

.fc-view {
    overflow: auto;
}

.navbar-nav>li {
    margin: auto;
}

#pop4 .fa-credit-card {
    color: #ff7550;
    font-size: 16px;
}

a.popup {
    margin-left: -40px;
    color: white;
    border-radius: 5px;
    padding: 2px 4px 2px 6px;
    background: #169a1b;
}

@media screen and (max-width:1200px) {
    .navbar-brand>img {
        margin-top: 0px !important;
    }

    #header .navigation .nav-item {
        margin: auto 5px !important;
    }

    a.popup-enroll {
        margin-top: 5px;
    }

    .nav-button .button-trans li {
        list-style-type: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-header {
        border-bottom: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    ul#nav {
        width: 100%;
        max-height: none !important;
        height: auto;
        text-align: center;
        background: transparent;
    }
}

@media (max-width:991px) and (min-width: 900px) {
    /* .navbar-brand>img
    {
      margin-left: 29vw;
    } */
}

@media(max-width:991px) {
    .navbar-nav {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar:before,
    .navbar:after {
        display: none !important;
    }

    .navbar-brand>img {
        margin-left: 0px !important;
    }
}

@media(max-width:767px) {
    .navbar-brand>img {
        width: 125px;
    }
}

#message p {
    font-size: 15px;
    text-align: center;
    color: #ff7550;
}

#message span {
    font-size: 20px;
    padding-right: 8px;
    color: #ff7550;
    font-weight: bolder;
}

@media(max-width:480px) {
    #message p {
        font-size: 13px;
    }


}

@media(min-width:480px) {
    .footer-script {
        height: 135px !important;
        width: 100% !important;
        /* border: 1px solid white; */
        /* overflow: scroll; */
        color: white;
        /* overflow-y: scroll; */
    }
}

body {
    font-size: 16px;
}

.popup-heading {
    text-align: center !important;
    color: white !important;
    padding: 10px !important;
    margin: 0px 0px !important;
}

.logo {
    width: 125px;
}

.footer-script {
    width: 100%;
    height: 200px !important;
    /* border: 1px solid white; */
    /* overflow: scroll; */
    color: white;
    /* overflow-y: scroll; */
}

/* trending */
.tg-trendingtrip figure .tg-hover {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* video background */
.video-background {
    background-image: url('images/blog/img-01.jpg');
}