* {
    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: 'Noto Sans', sans-serif;
    width: 100%;
    letter-spacing: 0.6px;
    overflow-x: hidden;
}

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

li {
    font-size: 12px;
    margin: 0px;
}
p {
    font-size: 17px;
    margin: 0px;
}
a {
    color: #4d4d4d;
    text-decoration: none!important;
}

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

.main-heading h1 {
    text-transform: capitalize;
    color: #9c27b0;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    font-family: 'Bree Serif', serif;
}

.main-heading h1 span {
    color: #353535;
}

.menu {
    background-color: #0000006e!important;
}


/*
.main-heading h1::after {
    margin: 0 auto;
    height: .2em;
    width: 20%;
    content: "";
   
    display: block;
    position: relative;
    bottom: -10px;
   
    background-color: #8a6d3b;
    border-radius: 30px 0px 30px 0px;
}

.main-heading h1::before {
    margin: 0 auto;
    height: .2em;
    width: 10%;
    content: "";
    right: 0px;
    left: 140px;
    display: block;
    position: absolute;
    bottom: -10px;
   
    background-color: #4ab433;
    border-radius: 30px 0px 30px 0px;
    
    z-index: 1;
}
*/

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

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

.top-bar {
    position: relative;
    /*background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
}

.back-img {
    background-image: url(../images/background-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.top-bar .main-image {
    height: 100vh;
    width: 100vw;
}

.header-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.inner-top-bar img {
    /* margin-top: -80px!important;*/
    height: 100vh;
}

/*********************************common-for-all-project*****************************************/
.header {
    padding: 0.4em 0;
    background: #28032c;
}

.w3l_header_left {
    float: left;
    margin: .3em 0 0;
}

.w3l_header_left ul li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
}

.w3l_header_left ul li span {
    padding-right: 0.3em;
   /* color: #ffa500;*/
}

.w3l_header_left ul li a {
    color: #fff;
    text-decoration: none;
}

.s-icon li {
    padding-left: 10px;
}
@media(max-width: 768px) {
    .mob {
        float: right;
        right: 0px;
    }
    
}
.main-heading {
    margin: 50px 0px;
}

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

@media(max-width:768px) {
    .navbar-brand img {
        width: 70%;
    }
}

nav.navbar.bootsnav ul.nav>li {
    margin: 17px 0px 0px 6px;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 17px 0px 0px 6px;
    font-size: 16px;
    color: #000;
    transition: 1s;
    border-radius: 10px;
    /* box-shadow: 1px 2px 7px #333; */
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 70px!important;
    }
}

.buttonfx {
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 4px solid #555;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
}

.buttonfx:before,
.buttonfx:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /*background: #d9534f;*/
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}

.buttonfx:before {
    /*background: #062330;*/
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.buttonfx:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
    background: #d9534f;
}

.angleinleft:after {
    width: 200%;
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
}

.angleinleft:hover:after {
    transform: rotate(0deg);
    transition: all .5s;
}

.festival-image {
    position: fixed;
    bottom: 0px;
    left: 10px;
    z-index: 999;
}

.header-bottom {
    background-color: #062330;
    color: #fff;
    padding: 5px 0px 0px;
}


/*fixed*/

.social {
    position: fixed;
    top: 30%;
    z-index: +2;
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social li {
    display: block;
    margin: 5px;
    background: rgb(6, 35, 48);
    width: 305px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: #000;
}

.social li:hover a {
    color: #fff;
}

.social li:hover i {
    color: #fff;
    background: red;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


/*fixed*/
/*********************************menu*****************************************/

::-webkit-scrollbar {
    width: 4px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #9c27b0;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.navbar-brand {}

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

.menu {
    background-color: #01283a!important;
}

.navbar {
    min-height: 0px;
    z-index: 9999!important;
}

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


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

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 12px;
    padding: 10px 10px;
    /* letter-spacing: 1px; */
    transition: 0.5s;
    font-weight: 600;
    text-transform: uppercase;
    /* border: 1px solid #fe5246; */

}

nav.navbar.bootsnav ul.nav > li > a:hover {
    background: #eed2f3;
    transition: .4s;
    /* border-radius: 5px; */
    color: #ffffff!important;
}

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

.navbar-brand img {
    width: 170px;
    margin-left: 30px;
}
.navbar-brand {
        padding: 0px 15px;
    }
@media (max-width:768px) {
    .navbar-brand img {
        width: 38px!important;
    }
    .navbar-brand {
        padding: 0px 15px;
    }
}

.onclick {
    font-size: 26px;
    cursor: pointer;
    /* float: right; */
    color: #ffffff;
    border: 5px solid #ffffff;
    padding: 3px 15px;
    margin-top: 25px;
    border-radius: 0px;
}
@media (min-width: 1024px){
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
    background-color: #0077b5;
    color: #fff;
}
}
/*header-contact*/

/*.header-top {
    position: relative;
    /*background-image: url(../images/banner.jpg);*/
   /* padding: 100px 0px 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
/*}*/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #00000059;
    padding: 25px;
}

#contact h3 {
    color: #fff;
    display: block;
    font-size: 27px;
    font-weight: 600;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #233237;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #09C;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.contact {
    background-color: transparent!important;
    padding: 0px!important;
}


/**/

.inner {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 5px;
}

.p1 {
    margin: 20px 0px;
    font-size: 16px;
}

.page_content_wrapper p {
    font-size: 13px;
    font-weight: 600;
}

.size-medium {
    width: 80px;
    height: 80px;
}


/*package*/

.package-box {
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.package-box:hover {
    background-color: #f9f9f9;
    transition: 0.5s;
}

.package-box img {
    height: 180px;
    position: relative;
}

.package-box-section {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.package-box-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000012;
    transition: 0.5s;
}

.package-box:hover .package-box-section::after {
    background-color: #00000085;
    transition: 0.5s;
}

.package-over {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    z-index: 1;
}

.package-over .name {
    color: #f7a020;
    font-size: 14px;
    font-weight: 600;
}

.package-over .tour {
    color: #fff;
    font-weight: 600;
}

.package-box-inner h5 {
    font-size: 18px;
    padding: 0px 0px 10px;
    font-weight: 600;
    display: inline-block;
}

.package-box-inner h4 {
    padding: 0px 0px 5px;
    font-weight: 600;
    display: inline-block;
    float: right;
}

.package-box-inner p {
    padding: 0px 0px 10px;
    font-weight: 600;
    color: #9c27b0;
}

.package-box-inner ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
}

.package-box-inner ul li img {
    width: 25px !important;
    height: 25px;
}

.custom-btn {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #6f4077;
    border-radius: none!important;
    border: none;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.custom-btn-2 {
    background-color: #fff;
    color: #9c27b0;
    border: 1px solid #9c27b0;
    font-weight: 600;
}

.custom-btn:hover {
    background-color: #fff;
    color: #9c27b0;
    border: 1px solid #9c27b0;
}

.custom-btn-2:hover {
    background-color: #9c27b0;
    border: 1px solid #9c27b0;
}

.main-mail-w3lmk {
    margin: 0 auto;
    background: #fff;
    border: 10px double #000;
    padding: 6em 1em 6em;
}

.mail-content h4 {
    font-size: 2em;
    color: #000;
    font-family: 'Bree Serif', serif;
}

.main-mail-w3lmk p {
    font-weight: 600;
}

.mail-content p {
    margin: 1.5em 0;
    font-weight: 600;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a.fa {
    font-size: 1em;
    line-height: 3em;
    margin: 0 13px;
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.map-w3l-loca {
    font-size: 1.2em;
    color: #2f8eff;
    letter-spacing: 1px;
    margin-top: 5.5em;
    display: inherit;
}

.add-w3ls2 h5 {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: .5em;
    font-family: 'Bree Serif', serif;
}

.add-w3ls2:nth-child(2) {
    margin: 1.5em 0;
}

.contact-top1 .form-group label,
form.f-color .form-control {
    color: #000;
    letter-spacing: 1px;
}


/*tour-theme*/

.features-tours-item {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.features-tours-item .features-media {
    position: relative;
}

.features-tours-item .features-media:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.features-tours-item .features-media img {
    width: 100%;
    height: 220px;
}

.features-tours-item .features-media .features-info-top {
    position: absolute;
    z-index: 1;
    top: 15px;
    /*width: -webkit-calc( 100% - 40px);
    width: -moz-calc( 100% - 40px);
    width: calc( 100% - 40px);*/
    left: 20px;
}

.features-tours-item .features-media .features-info-top .info-price {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
}

.features-tours-item .features-media .features-info-top .info-price span,
.features-tours-item .features-media .features-info-top .info-temp span {
    color: #ffc107;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.features-tours-item .features-media .features-info-bot {
    position: absolute;
    z-index: 1;
    text-align: initial;
    bottom: 10px;
    left: 20px;
    width: -webkit-calc( 100% - 40px);
    width: -moz-calc( 100% - 40px);
    width: calc( 100% - 40px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.features-tours-item .features-media .features-info-bot .title {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

.features-tours-item .features-media .features-info-bot .button {
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 30px;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    padding: 1px 10px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
}

.features-tours-item:hover .features-media .features-info-top .info-price {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.features-tours-item:hover .features-media .features-info-bot .button {
    opacity: 1;
    transform: translateY(-450%);
}

.features-tours-item .features-media .features-info-top .info-price,
.features-tours-item .features-media .features-info-top .info-temp {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: initial;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #ffffff;
}

.features-tours-item .features-media:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.features-tours-item:hover .features-media:before {
    background: rgba(0, 0, 0, 0.5);
}

.features-tours-item .features-media .features-info-bot .title {
    font-size: 12px;
    font-weight: 600;
}


/*theme*/

.testiii {
    padding-bottom: 30px;
}

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

.testimonial .pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial .description {
    font-weight: 600;
}

.testimonial-title {
    margin-bottom: 10px;
}


/*footer*/

.footer {
    background-color: #905aa6;
}

.footer-section {
    color: #fff;
    margin: 30px 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: 25px;
    font-weight: 600;
    text-decoration: none;
}

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

.copyright p {
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.copyright p a {
    color: #040404;
}





.article a {
    color: #fff;
    text-align: center;
    display: block;
}

.article a i {
    font-size: 38px;
}

.icon-bar {
    padding: 0px;
}

/*Our Services*/
.service {
    margin: 0px 0px 10px;
    text-align: center;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #ececec;
    background: #fff;
    height: 230px;
}
.service p {
    font-size: 14px;
}
.read-button {
    position: relative;
    background: #1150ad;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    padding: 7px 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: 25px;
    border-radius: 5px;
    font-weight: 600;
}
/*footer*/

.gallery img {
    height: 200px;
    margin-bottom: 20px;
}
.about-section p{
    color: #676666;
    font-size: 13px;
    font-weight: 700;
}
/*fixed whatsapp*/

.fix {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 9999;
}
.main-header {
    position: relative;
}
.ga-social {
    position: absolute;
    color: #fff;
    /* right: 0; */
    bottom: 0;
    z-index: 1;
    /* -webkit-transform-origin: bottom left; */
    /* transform-origin: bottom left; */
    width: 100%;
    text-align: center;
    background-color: #00000063;
    padding: 10px;
}
.ga-social p, .ga-social ul, .ga-social ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0px;
}
.ga-social p {
    position: relative;
    padding-left: 10px;
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.enquirenow {
    border-radius: 2px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 0.6rem 1rem;
    border: 1px solid #fe5246;
    color: #fe5246;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.paynowbank {
    position: absolute;
    border: none;
    right: 140px;
    background: #312A29;
    padding: 0.6rem 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    animation: blink 3s infinite;
}
.paynow {
    position: absolute;
    border: none;
    right: 30px;
    background: #312A29;
    padding: 0.6rem 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    animation: blink 3s infinite;
}
@keyframes blink {
0% {
    background-color: red;
}
25% {
    background-color: orangered;
}
75% {
    background-color: darkorange;
}
50% {
    background-color: darkcyan;
}
100% {
    background-color: chocolate;
}
}
/*start search*/

.top_banner
{
height:550px;
position:relative;

}
.bottom_banner
{
height:400px;
position:relative;

}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.tagline h1 {
    /* background-color: #00000063; */
    color: #fff;
    padding: 8px;
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 5 5 BLACK;
    text-shadow: 3px 4px #171616;
    max-width: 1130px;
    }
.banner-search-center
{
	margin:0 auto;
width:100%;
padding:0;
max-width:1130px;
}
.banner-search
{
position:absolute;
margin:0 auto;
width:100%;
padding:0;
max-width:1220px;
top:350px;
z-index:11;	
}
.input-t {
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
}
.input-t input[type="text"] {
    width: 100%;
    margin: 0;
    float: left;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.input-t button {
    /* width: 100%; */
    margin: 0 -5px 0 0;
    float: right;
    height: 40px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 4px;
    background: #f00;
    color: #fff;
    font-size: 17px;
    padding: 0 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*---------explore search------------*/
.explore-search-center
{
	margin:0 auto;
width:100%;
padding:0;
max-width:530px;
}
.explore-search
{
position:absolute;
margin:0 auto;
width:100%;
padding:0;
max-width:4180px;
top:210px;
z-index:11;	
}
.exploreinput-t {
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
}
.exploreinput-t input[type="text"] {
    width: 100%;
    margin: 0;
    float: left;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.exploreinput-t button {
    /* width: 100%; */
    margin: 0 -5px 0 0;
    float: right;
    height: 48px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 4px;
    background: #f00;
    color: #fff;
    font-size: 17px;
    padding: 0 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*----model start-----*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    margin-top: 120px;
    z-index: 10000!important;
}
/*sightseeing destinations*/
.andaman-desti {
    font-family: 'Archivo Black', sans-serif;
    padding: 15px;
    padding: 10px 15px;
    background-color: #1150ad;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.sightseeing li {
    width: 12%;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #6d6a6a;
}
/*.sightseeing2 li{
     width: 32%;
}*/
.sightseeing li img {
    height: 175px;
}
.tab2 .nav-tabs{
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
}
.tab2 .nav-tabs li{
    margin-right: 10px;
}
.tab2 .nav-tabs li a{
    font-size: 13px;
    color: #333;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.tab2 .nav-tabs li a:hover{
    color: #fff;
}
.tab2 .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #35a2f5;
    transition: all 0.20s ease 0s;
}
.tab2 .nav-tabs li a:hover:before{
    left: 0;
    z-index: -1;
}
.tab2 .nav-tabs li.active a:before{
    background: transparent;
}
.tab2 .nav-tabs li.active a,
.tab2 .nav-tabs li.active a:hover,
.tab2 .nav-tabs li.active a:focus{
    background: #314b82;
    color: #fff;
    border: none;
}
.tab2 .tab-content{
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
}
.tab2 .tab-content h3{
    font-size: 24px;
}
@media screen and (max-width: 480px){
    .tab2 .nav-tabs li{ width:100%; }
}
/* About Home Section*/
.main-about-section {
    background: linear-gradient(to left, #9C27B0 0%,#673AB7 66%,#673AB7 75%,#3F51B5 100%);
    background-size: cover;
    background-position: center;
    min-height: 280px;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    color: #fff!important;
}
.main-about-section p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    color: #fff;
}
.main-about-section .button {
    font-size: 15px;
    color: #fdde00;
    text-transform: uppercase;
}
.main-about-section .button:hover {
    color: orange;
    text-decoration: none;
    font-weight: bold;
}
.main-about-section .main-video h1 {
    font-family: cursive;
    color: #fff;
}

.css-o023wx {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 48px;
    background: rgb(255, 255, 255);
    height: auto;
    max-height: 200px;
    overflow: auto;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-image: initial;
    border-top-color: initial;
    z-index: 101;
}

.details-dest h2 span a {
    background-color: #001399;
    color: #fff!important;
    padding: 5px 10px;
    font-size: 12px;
    border: double;
    margin-right: 10px;
}
@media (min-width: 1024px){
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    text-align: left;
    padding-left:5px;
    padding: 2px 2px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #6f6f6f; 
    font-weight: 600;
}}
@media (min-width: 1024px){
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
    color: #ffffff; 
}}
.modal-header {
    background: #2886c0;
}
.modal-title {
    color: #fff;
    text-align: center;
}
.btn-filled-pri, .btn-filled-pri-large {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 25px;
    text-align: center;
    background-color: #fe5246;
    border: 0;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
}
.btn-filled-pri-large:active, .btn-filled-pri-large:focus, .btn-filled-pri-large:hover, .btn-filled-pri:active, .btn-filled-pri:focus, .btn-filled-pri:hover {
    background: #cb4138;
    text-decoration: none;
    color: #fff;
}

button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

       .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 10px;
    color: #ffffff!important;
    padding: 15px 15px;
    font-weight: 600;
    overflow: hidden;
    overflow: hidden;
    background-color: #ed1b24;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
    border: none;
} 
.btn-style-one a:hover {
    background-color: #ed1b25;
    text-decoration: none;
    outline: none !important;
}
.book-plan {
    border-radius: 15px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 0.6rem 1rem;
    border: 1px solid #46b4fe;
    color: #1877eb;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
@media (min-width: 992px){
.homeform .col-md-3 {
    width: 12%;
}}

.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none!important;
    font-size: 12px;
    font-weight: 600;
}
.instagram{
    background-attachment: fixed;
}