        * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
    
    html,
    body {
        font-family: "Roboto", sans-serif;
        overflow-x: hidden;
    }
    
    body a {
        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:hover {
        text-decoration: none;
    }
    
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: "Unbounded", sans-serif;
    }
    
    p {
        margin: 0 0 10px;
        font-size: initial;
    }
    
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    label {
        margin: 0;
    }
    
    .navbar-default .navbar-toggle:focus {
        background-color: #ddd0 !important;
    }
    /*header*/
    /***************************************marquee-wrap*************************************/
    
    .marquee-wrap {
        padding: 5px 0px;
        background-color: #f45b1e;
    }
    
    .marquee-wrap ul {
        list-style-type: none;
        margin: 0;
        text-align: center;
    }
    
    .cont p a {
        color: #fff;
    }
    
    .marquee-wrap p {
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        margin: 0px;
    }
    
    .marquee-wrap p:hover {
        color: #f2f2f2;
    }
    
    .footer-social > li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 6px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        padding-top: 1px;
    }
    
    .footer-social > li a {
        color: #fff;
        font-size: 19px;
    }
    
    .cont i {
        color: #fff;
        margin-right: 5px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }
    
    .cont {
        padding: 10px;
    }
    
    .cont span {
        color: #fff;
    }
    /*---------------book Button----------------------*/
    
    .book i {
        color: #fff;
        margin-right: 15px;
        background: red;
        width: 30px;
        height: 29px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-top: 7px;
    }
    
    .book {
        line-height: 30px;
    }
    
    .book span {
        color: #fff;
    }
    
    nav.navbar.bootsnav ul.nav > li > a.active,
    nav.navbar.bootsnav ul.nav > li > a:hover {
        color: #d1a76a;
        transition: .4s;
    }
    
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 15px;
        color: #000;
        transition: 0.5s;
        margin-left: 5px;
        text-transform: uppercase;
    }
    
    .navbar-brand h3 {
        margin-top: 12px;
        color: #d1a76a;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        font-family: "Lobster", sans-serif;
    }
    /***************************************marquee-wrap*************************************/
    /*header*/
    /*about*/
    
    .about-image-thumbnail-3 {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 50px;
    }
    
    .about-image-thumbnail-3 .image-2 {
        position: absolute;
        right: 0;
        top: -50px;
        animation: jump-2 8s linear infinite;
    }
    /*slider*/
    
    .slider {
        position: relative;
    }
    
    .slider-form {
        z-index: 99;
        position: relative;
        margin-top: -70px;
    }
    
    .slider .slider-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        z-index: 1;
        color: #f77d0a;
    }
    
    .slider-text .this-cursive {
        font-size: 48px;
        font-weight: 100;
        margin: 0;
    }
    
    .slider-text .this-h1 {
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
        margin: 10px auto;
    }
    
    .slider-text .this-foot {
        font-size: 36px;
        font-weight: 900;
        margin: 5px 0 10px;
    }
    
    .contact-us {
        width: 125px;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-weight: 500;
        text-transform: capitalize;
        background-color: #22243b;
        border-color: #22243b;
        font-weight: 800;
    }
    
    .reservation {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        text-orientation: sideways;
        text-orientation: sideways;
        margin: 0;
        position: absolute;
        top: 0;
        left: 40px;
        height: 60%;
        z-index: 1;
        opacity: .9;
    }
    
    .reservation .icon {
        position: absolute;
        left: -1px;
        top: -50px;
        width: 50px;
        height: 50px;
        border: 1px solid rgb(212 169 119);
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        border-radius: 100%;
        text-align: center;
    }
    
    .reservation a .icon i {
        color: #ffc200;
        font-size: 24px;
        transform: rotate(90deg);
        line-height: 50px;
    }
    
    .reservation .call {
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 5px;
        font-size: 12px;
        line-height: 1.75em;
        margin-top: 15px;
    }
    
    .reservation .call span {
        font-size: 24px;
        color: #ffc200;
        letter-spacing: 1px;
    }
    
    .slider-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 0;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        opacity: .9;
    }
    
    .slider-social .slider-social-info ul li a {
        color: #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: inline-block;
        padding: 5px 0;
        font-size: 20px;
    }
    
    .slider-social .slider-social-info ul li a:hover {
        color: #ffc200;
    }
    
    .slider-social .slider-social-info ul:before {
        content: "";
        background: #ffffff;
        width: 1px;
        height: 82px;
        display: inline-block;
        margin-top: 30px;
        opacity: .3;
    }
    
    .slider-social span {
        display: inline-block;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-transform: uppercase;
    }
    
    .slider-social .slider-social-info ul:after {
        content: "";
        background: #ffffff;
        width: 1px;
        height: 82px;
        display: inline-block;
        margin-top: 30px;
        opacity: .3;
    }
    /*slider*/
    /*service*/
    
    .services-section {
        width: 100%;
        margin: 50px 0 0px;
    }
    
    .services-section .tj-heading-style {
        position: relative;
        margin: 0px 0px 30px;
    }
    
    .services-section .tj-heading-style h3 {
        margin: 0px;
        margin-top: 5px;
        color: #1f3358;
        font-size: 40px;
        font-weight: 600;
        font-family: "Unbounded", sans-serif;
    }
    
    .services-section .tj-heading-style p {
        line-height: 24px;
        color: #777777;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
    }
    
    .theme-btn-2 {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .theme-btn-2 {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        overflow: hidden;
        background-color: #f45b1e;
        font-family: "Unbounded", sans-serif;
        padding: 18px 34px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        border: none;
        outline: none !important;
        transition: all 0.4s ease-in-out;
        text-transform: uppercase;
        border: 1px solid #ccc;
    }
    
    .theme-btn-2::before {
        content: "";
        height: 0px;
        width: 0px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s ease-in-out;
        z-index: -1;
    }
    
    .theme-btn-2:hover {
        color: #000;
    }
    
    .theme-btn-2:hover::before {
        height: 400px;
        width: 200%;
        top: -70%;
        left: -46%;
    }
    
    .counter {
        text-align: center;
        margin-bottom: 30px;
        background-color: #ffffff;
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    
    .counter p {
        color: #1f3358;
        font-size: 30px;
        font-weight: 600;
        margin: 20px 0 0 0;
        line-height: 1;
    }
    
    .counter h3 {
        text-transform: capitalize;
        font-weight: 800;
        font-size: 18px;
        margin-top: 15px;
        color: #f45b1e;
        display: block;
    }
    
    #accordion .panel {
        border: none;
        border-radius: 3px;
        box-shadow: none;
        margin-bottom: 15px;
    }
    
    #accordion .panel-heading {
        padding: 0;
        border: none;
        border-radius: 3px;
    }
    
    #accordion .panel-title a {
        display: block;
        padding: 12px 15px;
        background: #fff;
        font-size: 18px;
        font-weight: bold;
        color: #f81ac1;
        border: 1px solid #ececec;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        position: relative;
        transition: all 0.5s ease 0s;
    }
    
    #accordion .panel-title a.collapsed {
        box-shadow: none;
        color: #676767;
    }
    
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f067";
        font-family: "FontAwesome";
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 15px;
        font-weight: 900;
        color: #f81ac1;
        text-align: center;
        position: absolute;
        top: 8px;
        right: 15px;
        transform: rotate(135deg);
        transition: all 0.3s ease 0s;
    }
    
    #accordion .panel-title a.collapsed:before {
        color: #676767;
        transform: rotate(0);
    }
    
    #accordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ececec;
        position: absolute;
        top: 0;
        right: 55px;
    }
    
    #accordion .panel-body {
        padding: 10px 15px 15px;
        border: none;
        font-size: 15px;
        color: #615f5f;
        line-height: 27px;
    }
    /*services*/
    
    .service-thumb-box-items-4 {
        padding: 10px;
        position: relative;
        z-index: 99;
        padding-top: 0;
        margin-top: 30px;
        background-color: #fff;
    }
    
    .service-thumb-box-items-4 .service-content {
        padding: 15px 15px;
    }
    
    .service-thumb-box-items-4 .service-content h5 a {
        color: #1e2023;
        font-size: 18px;
        font-weight: 600;
        font-family: "Unbounded", sans-serif;
        transition: .5s;
    }
    
    .service-thumb-box-items-4:hover .service-content h5 a {
        color: #f45b1e;
        transition: .5s;
    }
    
    .service-thumb-box-items-4 .service-content p {
        margin-top: 7px;
    }
    
    .service-thumb-box-items-4 .thumb {
        margin-top: 15px;
        overflow: hidden;
        position: relative;
    }
    
    .service-thumb-box-items-4 .thumb img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translate(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    
    .service-thumb-box-items-4 .thumb img {
        width: 100%;
        /*height: 100%;*/
        position: relative;
        display: block;
        object-fit: cover;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    
    .service-thumb-box-items-4:hover .thumb img:first-child {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translate(0) scaleX(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    /*services*/
    /*  team*/
    /*our-team*/
    
    .our-team {
        padding: 20px 15px 30px;
        background: #fff;
        border-radius: 15px;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
    }
    
    .our-team .pic {
        display: inline-block;
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-bottom: 25px;
        transition: all 0.5s ease 0s;
    }
    
    .our-team:hover .pic {
        /*background: #17bebb;*/
        border-radius: 50%;
    }
    
    .pic img {
        width: 100%;
        height: 250px;
        /*border-radius: 50%;*/
    }
    
    .our-team .title {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #2e282a;
        text-transform: uppercase;
        margin: 0 0 7px 0;
    }
    
    .our-team .post {
        display: block;
        font-size: 15px;
        color: #3e3d3d;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    /*team*/
    
    .why-choose {
        text-align: center;
        transition: .5s;
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid #ccc;
        background-color: #ffc200;
    }
    
    .why-choose img {
        width: 80px !important;
        margin: 0 auto;
        filter: grayscale(1);
    }
    
    .why-choose:hover {
        transition: .5s;
        transform: translateY(10px);
    }
    
    .why-choose h3 {
        margin: 10px 0px;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
    }
    
    .inner-page img {
        height: 300px;
        object-fit: cover;
    }
    
    .gallery img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    /*package*/
    /*testimonial*/
    
    .testimonial-box-item-style-5 {
        padding: 30px;
        background-color: #1e2023;
    }
    
    .testimonial-box-item-style-5 h2 {
        color: #f45b1e;
        margin-bottom: 10px;
    }
    
    .testimonial-box-item-style-5 h2 sub {
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
    }
    
    .testimonial-box-item-style-5 p {
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.74);
    }
    
    .testimonial-box-item-style-5 .group-image {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .testimonial-box-item-style-5 h6 {
        color: #fff;
    }
    
    .all_review_box {
        height: 100%;
        background: #fff;
        padding: 25px 15px;
        border-radius: 4px;
    }
    
    .all_review_date_area {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .review_star_all i {
        font-size: 14px;
        color: #f45b1e;
    }
    
    .all_review_text h4 {
        padding-top: 10px;
        font-size: 18px;
        color: #f45b1e;
    }
    
    .all_review_text span {
        display: block;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
        margin: 5px 0;
        color: #bac5c5;
    }
    
    .all_review_box .quote {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px !important;
        opacity: .7;
    }
    /*testimonial*/
    
    .deals {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .deals li {
        margin: 5px 3px;
        background: #f3f3f3;
        border-radius: 0;
        color: #212428;
        padding: 5px 13px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .tj-footer {
        color: #fff;
        padding: 50px 0 20px;
        background-color: #212428;
    }
    
    .widget h3 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 30px;
        text-transform: capitalize;
        background: #f45b1e;
        padding: 10px 15px;
        letter-spacing: 0.5px;
        color: #ffffff;
        border-radius: 27px;
    }
    
    .about-widget p {
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .about-widget .fsocial-links li {
        display: inline-block;
    }
    
    .about-widget .fsocial-links li a {
        display: block;
        margin-right: 9px;
        color: #fff;
        font-weight: 700;
        width: 40px;
        height: 40px;
        line-height: 37px;
        border: 1px solid #767676;
        text-align: center;
    }
    
    .about-widget .fsocial-links li a:hover {
        border-color: #dd3751;
    }
    
    .links-widget .flinks-list li {
        color: #fff;
    }
    
    .links-widget .flinks-list li a {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        padding: 5px 0 5px 15px;
    }
    
    .bottom-footer {
        padding: 50px 0 0;
    }
    
    #social_footer p {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    
    #social_footer p a {
        color: #fff;
        font-size: 14px;
    }
    
    select::placeholder {
        color: #fff;
    }
    
    .contact-info .contact-box li {
        margin-bottom: 20px;
        color: #fff;
        font-weight: 700;
        display: flex;
    }
    
    .contact-info .contact-box li a {
        color: #fff;
    }
    
    .contact-info .contact-box li i {
        margin-right: 10px;
        width: 20px;
        height: 22px;
        line-height: 20px;
    }
    
    .copy {
        text-align: left;
    }
    
    .design {
        text-align: right;
    }
    /*   about-us-page*/
    
    .breadcrumb-area {
        background-size: cover;
        position: relative;
        min-height: 200px;
        background-repeat: no-repeat;
        background-color: #000;
    }
    
    .breadcrumb-title h2 {
        font-size: 60px;
        margin-bottom: 25px;
        line-height: 1;
        color: #fff;
        letter-spacing: 1px;
    }
    
    .breadcrumb {
        display: inline-block;
        -ms-flex-wrap: wrap;
        flex-wrap: unset;
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: unset;
        border-radius: 0;
    }
    
    .breadcrumb li {
        display: inline-block;
    }
    
    .breadcrumb li a {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
    
    .breadcrumb > .active {
        color: #fffc !important;
        font-weight: 500;
    }
    
    .breadcrumb-title {
        margin-top: 50px;
    }
    /*about-us-page*/
    
    #accordion .panel {
        border: none;
        border-radius: 3px;
        box-shadow: none;
        margin-bottom: 15px;
    }
    
    #accordion .panel-heading {
        padding: 0;
        border: none;
        border-radius: 3px;
    }
    
    #accordion .panel-title a {
        display: block;
        padding: 20px 15px;
        background: #f45b1e;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        border: 1px solid #ececec;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        position: relative;
        transition: all 0.5s ease 0s;
    }
    
    #accordion .panel-title a.collapsed {
        box-shadow: none;
        color: #fff;
    }
    
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f067";
        font-family: "FontAwesome";
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 15px;
        right: 15px;
        transform: rotate(135deg);
        transition: all 0.3s ease 0s;
    }
    
    #accordion .panel-title a.collapsed:before {
        color: #fff;
        transform: rotate(0);
    }
    
    #accordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ececec;
        position: absolute;
        top: 0;
        right: 55px;
    }
    
    #accordion .panel-body {
        padding: 10px;
        border: none;
        font-size: 15px;
        color: #000000;
        line-height: 27px;
        background-color: #f5f5f5;
    }
    /*   faqs*/
    /*working-process*/
    
    .main-process-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
        padding-top: 44px;
        border-top: 1px solid #D9D9D9;
    }
    
    .single-working-process-three {
        position: relative;
        width: 22%;
    }
    
    .single-working-process-three::before {
        position: absolute;
        content: "01";
        right: 30px;
        top: 48%;
        transform: translateY(-50%);
        font-size: 100px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.05);
    }
    
    .single-working-process-three .title {
        margin-bottom: 10px;
        color: #1f3358;
        font-size: 20px;
        font-weight: 600;
        font-family: "Unbounded", sans-serif;
    }
    /*.single-working-process-three::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #D9D9D9;
}*/
    
    .single-working-process-three:nth-child(2)::before {
        content: "02";
    }
    
    .single-working-process-three:nth-child(3)::before {
        content: "03";
    }
    
    .single-working-process-three:nth-child(4)::before {
        content: "04";
    }
    /*working-process*/
    
    
    
    .contact-section .contact-form-area {
        position: relative;
        background: #fff;
        padding: 25px;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }
    
    .contact-section .contact-form-area h3 {
        color: #000;
        margin-bottom: 17px;
        font-size: 20px;
        text-align: center;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .contact-section .contact-form-area input,
    .contact-section .contact-form-area textarea {
        position: relative;
        width: 100%;
        height: 44px;
        background: #fff;
        line-height: 33px;
        border-radius: 5px;
        padding: 0px 20px;
        color: #888;
        border: 1px solid;
    }
    
    .contact-section .contact-form-area textarea {
        height: 119px;
        border-radius: 5px;
        resize: inherit;
    }
    
    .contact-section .contact-form-area button {
        position: relative;
        display: inline-block;
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        background: #008961;
        padding: 5px 20px;
        border-radius: 10px;
        transition: all 500ms ease;
        width: 100%;
    }
    /*inner-package*/
    
    @media (max-width: 768px) {
        .bootsnav {
            background-color: #fff !important;
        }
        #logo1 {
            width: 100px;
        }
        .counter p {
            font-size: 20px;
        }
        .counter h3 {
            font-size: 12px;
        }
    }
    
    @media (max-width: 500px) {
        .single-working-process-three {
            width: 100%;
            text-align: center;
        }
        .services-section .tj-heading-style h3 {
            font-size: 30px;
        }
        @media (max-width: 991px) {
            .single-working-process-three {
                width: 48%;
                margin-bottom: 30px;
            }
        }