/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;display=swap');





::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

p {
    font-family: 'Roboto', sans-serif !important;
}

.m-t5 {
    margin-top: 5px !important;
}

.m-t10 {
    margin-top: 10px !important;
}
.p-0 {
    padding: 0px !important;
}

.m-t15 {
    margin-top: 15px !important;
}

.m-t20 {
    margin-top: 20px !important;
}

.m-t30 {
    margin-top: 30px !important;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px !important;
}

.m-t25 {
    margin-top: 25px !important;
}

.m-b10 {
    margin-bottom: 10px !important;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px !important;
}

m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px !important;
}

.navbar-inverse .navbar-toggle {
    border: none !important;
    background-color: transparent !important;
}

.navbar-toggle {
    margin-top: 14px !important;
    padding: 15px 0px 0px 0px !important;
}

.headermain {
    padding: 8px 0px !important;
    background: #f73200;
    color: #fff;
    font-size: 15px;
}

.nnumbercall {
    color: #333;
    font-size: 15px;
}

.callon li {
    display: inline-table;
    margin-left: 15px;
    font-size: 14px;
    color: #111;
}

.callon a {
    color: #fff;
    font-size: 15px;
}

.header-s {
    position: relative;
}

.logo_panel {
    width: 100%;
}

.form-page {
    border-radius: 10px !important;
    padding-left: 15px;
    height: 43px;
    margin-top: 15px;
}

form {
    position: relative;
}

.searchbutton {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background-color: transparent;
    color: #fff;
    background: #f73200;
    padding: 10px 18px;
    font-size: 22px;
    border-radius: 0px 10px 10px 0px !important;
}

.serach {
    text-align: right;
}

.dropbtn {
    color: #000;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    color: #fff;
    right: 0;
    background-color: #47207b;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 250px;
    border-radius: 3px;
    text-align: left;
    overflow: auto;
    opacity: 0;
    transition: 1s;
    z-index: 777;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif;
}

.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    transition: 1s;
}

.hot {
    position: absolute;
    top: -5px;
    right: 0px;
    left: 0;
    font-size: 11px;
    background-color: #3cb6e9;
    color: #fff;
    width: 35px;
    height: 18px;
    padding: 0px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
}

.new {
    position: absolute;
    top: -5px;
    right: 0px;
    left: 0;
    font-size: 11px;
    background-color: #e67f22;
    color: #fff;
    width: 35px;
    height: 18px;
    padding: 0px;
    line-height: 17px;
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
}

.bag {
    color: #fff;
    background-color: #47207b;
    padding: 12px;
    border-radius: 100px;
    font-size: 18px !important;
}

.dropbtn span {
    font-size: 15px;
    color: #47207b;
    font-family: 'Roboto', sans-serif;
}

.dropbtn strong {
    color: #222;
}

.cartpage img {
    background-color: #fff;
    border-radius: 100px;
    padding: 6px !important;
    width: 55px;
    height: 55px;
}

.cartpage {
    padding: 14px 0px !important;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.productname a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 7px 0px 0px 0px !important;
}

.productname span {
    font-size: 13px;
}

.addcart {
    padding-top: 10px !important;
    display: flex;
    text-align: left;
}

.whats {
    margin-right: 14px;
}

.number {
    width: 100%;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    display: block;
}

.textvalue {
    position: absolute;
    background-color: #000;
    color: #fff !important;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 11px !important;
    border-radius: 100px;
    margin-left: -10px;
    border: 1px solid #fff;
}

.affix-top {
    z-index: 99999 !important;
    background-color: #f73200;
}

.affix {
    width: 100%;
    top: 0;
    z-index: 99999 !important;
    background-color: #f73200;
    transition: all 0.3s;
    animation: fadeInDown .6s;
    box-shadow: 0px 1px 11px rgba(136, 136, 136, 0.46);
    padding: 0px 0px !important;
}

.close2 {
    position: absolute !important;
    right: 15px;
    color: #fff !important;
    opacity: 1;
    top: 12px;
}

.section1 {
    margin: 00px 5px 0px 5px;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
}

.section1 img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    height: 260px;
}

.dropdown-menu {
    animation: fadeIn .5s ease-in-out;

}

.inner-text {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(16, 16, 12, 0.16));
    position: absolute;
    z-index:85;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    padding: 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-align: left !important;
}

.inner-text a {
    color: #fff;
    text-decoration: none;
    text-align: left !important;
}

.days {
    background-color: #fff;
    padding: 5px 20px;
    color: #000;
    font-size: 14px;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.night {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
}

.owl-buttons i {
    color: #f73200;
    padding-top: 6px;
}

.owl-prev {
    position: absolute;
    top: 48%;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    left: -29px;
    font-size: 31px;
    text-align: center;
    padding: 2px;
}

.owl-next {
    position: absolute;
    top: 48%;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    right: -29px;
    font-size: 31px;
    text-align: center;
    padding: 2px;
}

.heading-c {
    margin-bottom: -10px;
    margin-top: 30px;
    background-color: #d9dcdf;
    color: #333;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
}

.sercices-h {
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0 100%);
    background-color: #f73200;
    color: #fff;
    font-size: 23px;
    display: inline-block;
    padding: 17px 102px 17px 34px;
    border-radius: 100px 0px 0px 100px;
    min-width: 390px;
}

.tours {
    background-color: #eaeef1;
    text-align: center;
    color: #000;
    padding: 60px 0px !important;
    margin-top: 50px;
}

.tours h1 {
    font-size: 35px;
    padding-bottom: 10px;
}

.tours h2 {
    font-size: 19px;
    font-weight: 400;
}

.producteffect4 {
    border-radius: 0px !important;
    border: none;
    box-shadow: 0px 0px 10px -3px #888888a6;
    padding: 8px 8px 0px 8px !important;
    margin-top: 10px;
    ;
}

.producteffect4 strong {
    color: #111;
    display: block;
    padding-bottom: 2px;
    padding-top: 8px;
}

.producteffect4 .product2 {
    position: relative;
    width: 100%;
}

.product2 img {
    object-fit: cover;
    height: 186px;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
}

.textmain {
    padding: 0px 8px !important;
}

.text a {
    color: #fff;
    font-size: 13px !important;
}

.text a:hover {
    color: #fff;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.84);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transition: .3s ease;
}

.producteffect4:hover .overlay {
    transform: scale(1)
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.daysnight {
    display: block;
    background-color: #f73200;
    color: #fff;
    padding: 7px;
}

.servicestext a {
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    padding: 15px;
}

.about-c {
    box-shadow: 5px 1px 18px -3px #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    min-height: 250px;
    background-color: #f73200;
    padding: 30px !important;
    color: #fff;
}

.about-w {
    box-shadow: -1px 1px 18px -3px #00000070;
    min-height: 259px;
    font-size: 16px;
    font-weight: 300;
    background-color: #fb6d01;
    padding: 30px !important;
    color: #fff;
}

.about-c h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
}

.about-c a {
    background-color: #fff;
    color: #000;
    display: inline-block;
    /* text-align: right; */
    font-size: 13px;
    font-weight: 500;
    padding: 2px 14px;
    border-radius: 7px;
}

.about-w h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
}

.contactpage {
    background: #000;
    color: #fff;
    padding: 40px 0px !important;
    font-size: 17px;
    text-align: center;
}

.contactpage h5 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}


.linef {
    border-top: 1px solid #d51b33;
    width: 73px;
    margin: -11px 0px 28px 0px;
}

/*
.linkpage li {
    border-bottom: 1px solid rgba(64, 64, 67, 0.46);
    padding: 3px 0px;
}
*/

.bread {
    background: #ffff;
    height: 320px;
    background-size: 100%;
    color: #fff;
    margin-bottom: 5px !important;
}

.bread h6 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 0px;
}

.bread a {
    font-size: 14px;
    color: #fff;
}

about-page {
    background: url(../images/aboutus-bg.html) no-repeat;
    background-size: 100%;
}

.text-part {
    border: 4px dashed #200769;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: 50px auto;
    display: block;
}

.border {
    border: 2px solid #f4b328;
    padding: 50px;
}

.border h4 {
    background: url(../images/bgrama.html) center no-repeat;
    min-height: 86px;
    background-size: contain;
    font-family: 'Playfair Display', serif;
    line-height: 60px;
    color: #222;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
}

.border span {
    margin-top: -75px;
    margin-bottom: 80px;
    display: block;
    position: relative;
    color: #1b98d2;
    font-weight: 600;
    font-size: 19px;
    font-style: italic;
}

.border {
    font-weight: 400;
    color: #f4b328;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.contact-page {
    background: #fff;
}

.contact-form h1 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.contact-d h2 {
    font-size: 21px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.resiration3 {
    font-weight: 700;
    margin-top: 25px;
    color: #fff !important;
    padding: 8px 30px !important;
    border-radius: 100PX;
    background: #d64943;
    font-size: 14px;
    border: none;
    outline: none;
}

.detailspage {
    background: #fff;
    border: 1px dashed #ccc;
    padding: 25px;
}

.inputname {
    border: 1px solid #ccc;
    color: #333;
    padding: 5px;
    width: 100%;
}

.inputbutton {
    outline: none;
    margin: 0 auto;
    border: none;
    background: #2c2c33;
    color: #fff;
    display: table;
    padding: 5px 10px;
    border-radius: 5px;
}

.myinput {
    padding: 5px;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.aboutusfonrts strong {
    color: #F00;
}

.aboutusfonrts {
    color: white;
    font-size: 25px; 
    font-weight: 500;
    background: #0f052f;
    text-align: center;
    padding: 13px;
    border-radius: 16px;
}

.myinputbutton {
    border: none;
    background-image: linear-gradient( 70.5deg, rgb(255, 255, 0) 2.7%, rgb(65, 105, 225) 97.8% );
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 28px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    display: table;
    margin: 0 auto;
}

.myinputbutton1 {
    border: none;
    background-image: linear-gradient( 70.5deg, rgb(255, 255, 0) 2.7%, rgb(65, 105, 225) 97.8% );
    color: #000;
    padding: 3px 6px;
    text-align: center;
    margin-top: 28px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    display: table;
    margin: 0 auto;
}



@media screen and (max-width: 1100px) {
    .tours h1 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .tours h2 {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
    }

    .about-c h3 {
        font-size: 22px;
        text-align: left;
    }

    .contactpage h5 {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 23px;
    }

    .about-w h4 {
        font-size: 22px;
        text-align: left;
    }

    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }

    .side-collapse {
        top: 0px;
        bottom: 0;
        left: 0;
        width: 230px;
        position: fixed;
        z-index: 99999 !important;
        overflow: hidden;
        transition: width .7s;
        box-shadow: 0px 0px 13px -2px #191818;
    }

    .side-collapse.in {
        width: 0;
        z-index: 99999 !important;
    }

    .sidemnu {
        background: #ffffff;
        background-size: cover;
        border-radius: 0px;
        z-index: 99999 !important;
    }

    .affix-top {
        z-index: 99999 !important;
        background-color: #fff;
    }

    .sercices-h {
        clip-path: polygon(0 0, 100% 0%, 83% 100%, 0 100%);
        background-color: #f73200;
        color: #fff;
        font-size: 19px;
        display: inline-block;
        padding: 9px 102px 9px 24px;
        border-radius: 100px 0px 0px 100px;
        min-width: 249px;
    }

    .navbar-brand img {
        width: 162px;
        margin-top: -8px;
    }

    /* Icon 2 */
    /* Icon 0 */

    #nav-icon0 {
        width: 30px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon0 {}

    #nav-icon0 span {
        display: block;
        position: absolute;
        height: 1px;
        width: 50%;
        background: #000;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon0 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon0 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon0 span:nth-child(1),
    #nav-icon0 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon0 span:nth-child(3),
    #nav-icon0 span:nth-child(4) {
        top: 6px;
    }

    #nav-icon0 span:nth-child(5),
    #nav-icon0 span:nth-child(6) {
        top: 12px;
    }

    #nav-icon0.open span:nth-child(1),
    #nav-icon0.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon0.open span:nth-child(2),
    #nav-icon0.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon0.open span:nth-child(1) {
        left: 0px;
        top: 9px;
    }

    #nav-icon0.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 9px;
    }

    #nav-icon0.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon0.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon0.open span:nth-child(5) {
        left: 0px;
        top: 19px;
    }

    #nav-icon0.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 19px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

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

    .ipadd {
        display: none;
    }

    .affix {
        background-color: #fff;
    }

    .contactus {
        margin-bottom: 67px !important;
    }

    .header-v5 h3.mega-menu-heading {
        color: #fff !important;
        font-size: 18px;

    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff !important;
        background-color: #f73200 !important;
    }

    .dropdown li a {
        color: #fff !important;
    }
}

/*-------------Scroll to top--------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #f71414 !important;
    color: #fff !important;
    width: 38px;
    height: 30px;
    line-height: 30px;
    right: 22px;
    bottom: 22px;
    padding-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
    border: 1px solid #FFF;
}

.scroll-top-wrapper:hover {
    opacity: 0.6 !important;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.mobilefixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    color: #fff;
    display: flex;
    text-align: center;
    z-index: 99999 !important;
    box-shadow: -8px 2px 21px 0px rgba(136, 136, 136, 0.40);
}

.mobilefixed ul {
    width: 100%;
}

.mobilefixed li {
    display: inline-block;
    width: 19%;
    /* border-right: 1px solid rgba(0, 0, 0, 0.1803921568627451); */
}

.mobilefixed li a {
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}

.google {
    padding-top: 20px;
}

.mobilefixed img {
    width: 22px;
    margin: 0 auto;
}

.height-iframe {
    height: 525px;
}

@media screen and (max-width: 768px) {
    .height-iframe {
        height: 250px;
    }
}

.book {
    border-radius: 20px;
    background: #f73200;
    color: white;
    border: none;
    width: 100%;
    padding: 7px;
    font-weight: 600;
    margin-top: 9px;
    font-size: 19px;
}

    .p-115 {
        padding: 90px;
    }

    .about-us-hedding h2 {
        font-size: 55px;
    }

    .bread-text a {
        font-size: 25px;
        margin-top: 20px;
    }

    .myinput {
        width: 100%;
        background-color: #eee;
        color: #000;
        padding: 10px;
        border-radius: 4px;
        border: none;
    }
    .need-help{
        font-size: 31px;
        padding-top: 12px;
}

    .myinputbutton-1{
        border: none;
    background-image: linear-gradient( 70.5deg, rgb(247, 50, 0) 2.7%, rgb(165, 48, 15) 97.8% );
    color: #fff;
    padding: 13px 12px;
    text-align: center;
    margin-top: 28px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 700;
    display: table;
margin: 0 auto;}






.about-border{
    border: solid 2px #200769;
    padding: 15px;
    border-radius: 10px;}