:root{
    --primary-color:rgb(10, 112, 161);
    --secondary-color:rgb(51 63 72);
    --third-color: #e62f22;
    --font-color:#1a1a1a;
}
/*
body{ 
   background:  linear-gradient(#00000085, #283c2885), url('../../assets/img/cherry-blossom.gif');
    background-repeat:no-repeat;
 
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-attachment:fixed;

    }
*/
body {font-family: 'Comfortaa'; font-style: normal; font-weight: 400;} 
.header_right {
    float: right;
}

#main-menu ul li {
    margin-left: 45px;
}

#top-nav {
    color: #fff;
    font-size: 12px;
    background: var(--primary-color);
    min-height: 35px;
}

.navbar-fixed {
    background: rgba(214, 86, 121, 0.96);
}

#top-nav ul {
    list-style-type: none;
}

#main-menu ul li a:hover {
    color: rgba(245, 14, 77, 0.96);
    font-weight: 700
}

#navigation.navbar-fixed #main-menu ul li a {
    color: #fff;
}

#navigation.navbar-fixed #main-menu ul ul li a {
    color: #000;
}

#navigation.navbar-fixed #main-menu ul li a:hover {
    color: #fff;
}

#navigation.navbar-fixed #main-menu ul ul li a:hover {
    color: rgba(245, 14, 77, 0.96);
}

#top-nav ul li {
    float: left;
    display: block;
    padding: 0 10px;
    color: #fff;
}


.slicknav_nav_icon {
    color: #fff;
}

#top-nav a {
    color: #fff;
}

#top-nav .fa {
    color: #fff;
}

.goog-te-gadget-simple {
    padding: 0 !important;
    margin: 0 !important;
}

#navigation {
    padding: 10px 0;
    top: 30px;
}

#navigation.navbar-fixed {
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slicknav_nav {
    margin-right: 15px;
    width: 290px
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #000 !important;
}



.hero-text h1 {
    font-family: 'Berkshire Swash', cursive;
    font-size: 55px;
    text-shadow: 2px 2px 2px #00000057;
}



/* fixed social*/

#fixed-social {
    position: fixed;
    top: 17%;
    z-index: 9999;
    right: 0px;
}

#fixed-social .fab {
    font-size: 14px;
    color: #fff;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #00AAE5;
}

.fixed-facebook span {
    background-color: #00AAE5;
}
.fixed-youtube {
    background-color: #ea053e;
}

.fixed-youtube span {
    background-color: #ea053e;
}

.fixed-twitter {
    background-color: #7D3895;
}

.fixed-twitter span {
    background-color: #7D3895;
}

.fixed-gplus {
    background-color: #00AF54;
}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #FFC41E;
}

.fixed-linkedin span {
    background-color: #FFC41E;
}

.fixed-instagrem {
    background-color: #ED2B29;
}

.fixed-instagrem span {
    background-color: #ED2B29;
}


/* fixed social*/



.call-back-1 {
    position: fixed;
    bottom: 20%;
    left: 10px;
    z-index: 99;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;

}

@-webkit-keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.call-back-1 img {
    width: 50px;
    margin-bottom: 5px;
    display: block;

}

.book-button {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 9;
    animation: bounce 4s ease infinite alternate, nudge 4s linear infinite alternate;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover2 1s infinite alternate;
}

.book-button img {
    max-width: 90px;
}

@-webkit-keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.header_right .ml-auto {
    margin-left: 0 !important;
}

/*model form*/

.modal-content {
    background-color: rgba(86, 7, 18, 0.83);
    border: 2px solid rgb(64, 6, 14);
    border-radius: 10px 40px;
}

#contact {
    padding-top: 20px;
    height: auto;
    /*     background: #393d4091; */
    /*    background-image: linear-gradient(to right, #012058 0%, #71cbea 100%);*/
    /*	background-image: linear-gradient(to right, #41060eeb 0%, #40050ea8 100%);*/
    border-radius: 60px 10px;
    color: #fff;
    padding: 0 30px;
}

#contact .btn {
    margin: 0 auto;
    display: block;
}

#contact h1 {
    color: #fff;
}

#contact h2 {
    color: #fff;
}

#contac .form-control::placeholder {
    color: #fff;
}

#contact .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

#contact .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

#contact .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.form-control {
    font-size: 13px;
}

::placeholder {
    font-size: 12px;
    color: #fff;
}

.btnsuccess {
    color: #fff;
    background-color: rgba(220, 76, 115, 0.96);
    border-color: #40050d;
}

.btnsuccess:hover {
    color: #fff;
    background-color: rgba(214, 86, 121, 0.96);
    border-color: #772921;
}

.modal input.form-control,
.modal textarea.form-control {
    border: 1px solid #d5d5d5 !important;
    background: transparent;
    color: #fff;
}

.modal .form-control:focus,
.modal textarea.form-control:focus {
    background: transparent;
    color: #fff;
}

.modal input[type="email"],
.modal input[type="tel"],
.modal input[type="text"] {
    margin-bottom: 10px;
    color: #fff;
}

label {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.content-header {
    color: #fff;
    font-size: 20px;
}
#mybookingModal h4{
    color: #fff;
}
.navbar-fixed img {
    width: 95px;
    margin-top: -14px;
    height: 76px;
}

.grow {
    color: #333;
    transition: all .2s ease-in-out;
}

.grow:hover {
    color: #eb3b49;
    padding-left: 20px;
    transform: scale(1.1);
}

.btn-bg:hover {
    padding-left: 20px;
    transform: scale(1.1);
}

.mybookbtn {
    text-align: center;
}

.destination-height {
    height: 58px;
    overflow-y: scroll;
}

.testimonial {
    background: linear-gradient(#00000085, #283c2885), url(../../assets/photo-shot/contact-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    /*  height: 100%;*/
    overflow: hidden;
}

.contact_address p {
    text-transform: capitalize;
    color: #333;
}

.contact_address a {
    color: #333;
    text-transform: lowercase;
}

.copyright {
    background: #111;
    padding: 7px 0;
    color: #999;
}

.copyright p {
    margin-bottom: 0px;
}

.copyright a {
    color: #fff;
}

.btn3 {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 2px;
}


.site-logo {
    margin: 0 auto;
    display: block;
}

.google_translate_element img {
    width: 100%;
}

#service .service a {
    display: block;
    text-decoration: none;
    text-align: center;
}

#service .service a figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    position: relative;
}


#service .service a figure .img1 {
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#service .service a figure .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#service .service a:hover figure .img2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

#service .service a .caption {
    padding-top: 15px;
}

#service .caption {
    padding: 0;
    color: inherit;
}

#service .service a .caption .txt1 {
    font-family: 'Raleway';
    font-size: 21px;
    color: #464646;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#service .service a .caption .txt2 {
    color: #959595;
    padding-bottom: 15px;
}


.about_us {
    padding-top: 50px;
    padding-bottom: 40px;
}

.mydetails {

    background: linear-gradient(#00000085, #283c2885), url(../../assets/photo-shot/IMG-20200309-WA0020.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 80px 0px;
    margin-top: 50px;
    background-position: center;
    background-attachment: fixed;

}

.mydetails p,
span {
    color: #fff;
}

.mydetails .section-title span {
    font-size: 34px;
    color: #fff;
}

.andamata_glance p img {
    float: left;
}

.workabout {
    text-align: center;
    border: 1px solid #e4e4e429;
    padding-top: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #ffffff61;
    /* border-right: 1px solid #e4e4e4; */
    /* box-shadow: 0 0 25px #f8f8f894; */
    /* background: #fff; */
    /* border-radius: 6px; */
    box-shadow: 0px 0px 10px;
    overflow: hidden;
}

.workabout img {
    width: 95px;
    height: 85px;
}

.workabout h5 {
    margin: 25px 0px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
}

.workabout p {
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
    color: #444;
}

.inner-divider {
    background: red;
    width: 150px;
    height: 2px;
    border-left: 50px solid #002060;
    /* margin: 10px 0px 10px 10px; */
    margin: 0 auto 30px;
}

#google_translate_element span {
    color: #000;
}



.myoffers ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
}

.myoffers ul li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 2);
    height: 35px;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 35px;
    background: url(../../assets/img/aboutus/li_st2.png) 0 3px no-repeat;
}

/*
.myoffers ul li a {
	color: #959595;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 35px;
	background: url(../../assets/img/aboutus/li_st2.png) 0 3px no-repeat;
}
*/

.myoffers ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
}

.myoffers ol li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 2);
    height: 35px;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 35px;
    background: url(../../assets/img/aboutus/li_st2.png) 0 3px no-repeat;
}

/*
.myoffers ol li a {
	color: #959595;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 35px;
	background: url(../../assets/img/aboutus/li_st2.png) 0 3px no-repeat;
}
*/


.post-meta span {
    color: #000;
}

@media only screen and (max-width: 767px) {
    #navigation {
        top: 0 !important;
    }

    .site-logo img {
        width: 72px;
        height: 50px;
    }

    .site-logo {
        float: left;
    }
}


.banner_overlay .fa {
    color: #fff;
}

.card .tourt_heme li {
    list-style-type: none;
}

.card .tourt_heme li {
    color: #333;
    border-bottom: 1px solid #e9ecef;
}

.tourt_heme li a {
    color: #333;
    padding-bottom: 5px;
}

#top-nav .goog-te-gadget img {
    width: auto;
}

.goog-te-gadget-simple .goog-te-menu-value img {
    width: auto !important;
}

.section-title h2 {
    font-size: 20px;
}

.why_choose {
    background-color: #ddcdcd;
    padding: 50px 0;
}

/*flip flipped*/

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip .card {
    width: 270px;
    height: 178px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: #fff;
    border: 1px dashed #d9b76e;


}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    position: absolute;
    width: 270px;
    z-index: 1;
}

.flip .card .front img {
    width: 270px;
    height: 100%;
}

.flip .card .img {
    position: relaitve;
    width: 270px;
    height: 178px;
    z-index: 1;
    border: 2px solid #000;
}

.flip .card .back {
    padding-top: 5px;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    position: absolute;
    background-color: #d55679;
    color: #fff;
    width: 268px;
    height: 175px;
    padding: 0 10px;
}

.flip .card .back .btn {
    border: 1px dashed #d9b76e;
    color: #fff;
    margin-top: 10px;
}

.flip .card .back h6 {
    color: #fff;
}

.my-bullet ul {
    list-style-type: disc;
    padding: 0 10px !important;
}

.my-bullet ul li {
    list-style: outside none none;
    margin-right: 0;
    overflow: visible;
    display: inline-block;
    font-size: 12px;
    list-style: outside none none;
    margin-right: 15px;
    text-align: center;

}
.my-bullet ul li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.2em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

.inner {
    margin: 0px !important;
    width: 270px;
    padding: 20px 0
}

.inner .fas,
.fab {
    font-size: 40px;
    color: #820d1c;
}

.inner h4 {
    color: #820d1c;
    text-transform: uppercase;
}

/*End flip flipped*/


.section-title span {
    font-size: 35px;
   font-family: 'Berkshire Swash', cursive;
}

.topBarNav .fab {
    font-size: 12px;
    color: #fff;
}

.fa-phone {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.single-deal a {
    /* background: linear-gradient(to right, #38afda, #fa9d09, #d9320e, #011f57,#015e95); */
    background: linear-gradient(to right, #e8416f, #e8416f, #e8416f, #e8416f, #e8416f);
}

.single_package a {
    /* background: linear-gradient(to right, #f99d0a, #ee7b0a, #de3f09, #d51f09,#ea3248); */
    background: linear-gradient(to right, #f05942, #ed4f42, #ed4745, #eb4149, #ea3248);
}

.contact_area .section-title h2 {
    color: #333 !important;
}

#contact-form::placeholder {
    color: #333;
}


#contact-form .form-control::placeholder {
    color: #333;
}

#contact-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    /* Firefox */
}

#contact-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

#contact .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

#contact-form .contact_address .single-contact-info p {
    color: #333;
}


#contact-form .form-control {
    color: #333;
}

.newsletter .form-control {
    color: #fff !important;
}



/*rotate*/

.rot {
    padding: 0 0 70px !important;
}

.bg-dark {
    background-color: #d75f80 !important;
}

@keyframes spin {
    from {
        transform: rotateY(0);
    }

    to {
        transform: rotateY(360deg);
    }
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#wrapper {
    perspective: 2500;
    -webkit-perspective: 2500;
    width: 800px;
    margin: 80px auto 0 auto;
    perspective-origin: 50% 150px;
    -webkit-perspective-origin: 50% 150px;
    transition: perspective, 1s;
    -o-transition: -o-perspective, 1s;
    -moz-transition: -moz-perspective, 1s;
    -webkit-transition: -webkit-perspective, 1s;
}

#image:hover {
    animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}


@-webkit-keyframes spin {
    from {
        transform: rotateY(0);
        -o-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -webkit-transform: rotateY(0);
    }

    to {
        transform: rotateY(-360deg);
        -o-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -webkit-transform: rotateY(-360deg);
    }
}

#image {
    margin: 0 auto;
    height: 300px;
    width: 400px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    animation: spin 24s infinite linear;
    -moz-animation: spin 24s infinite linear;
    -o-animation: spin 24s infinite linear;
    -webkit-animation: spin 24s infinite linear;
}

.image {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20em;
    color: #fff;
}

#image > .i1 {
    background-image: url('../../assets/rotate-img/1.jpg');
    transform: translateZ(485px);
    -moz-transform: translateZ(485px);
    -o-transform: translateZ(485px);
    -ms-transform: translateZ(485px);
    -webkit-transform: translateZ(485px);

}

#image > .i2 {
    background-image: url('../../assets/rotate-img/3.jpg');
    transform: rotateY(45deg) translateZ(485px);
    -moz-transform: rotateY(45deg) translateZ(485px);
    -o-transform: rotateY(45deg) translateZ(485px);
    -ms-transform: rotateY(45deg) translateZ(485px);
    -webkit-transform: rotateY(45deg) translateZ(485px);

}

#image > .i3 {
    background-image: url('../../assets/rotate-img/4.jpg');
    transform: rotateY(90deg) translateZ(485px);
    -moz-transform: rotateY(90deg) translateZ(485px);
    -o-transform: rotateY(90deg) translateZ(485px);
    -ms-transform: rotateY(90deg) translateZ(485px);
    -webkit-transform: rotateY(90deg) translateZ(485px);

}

#image > .i4 {
    background-image: url('../../assets/rotate-img/5.jpg');
    transform: rotateY(135deg) translateZ(485px);
    -moz-transform: rotateY(135deg) translateZ(485px);
    -o-transform: rotateY(135deg) translateZ(485px);
    -ms-transform: rotateY(135deg) translateZ(485px);
    -webkit-transform: rotateY(135deg) translateZ(485px);

}

#image > .i5 {
    background-image: url('../../assets/rotate-img/6.jpg');
    transform: rotateY(180deg) translateZ(485px);
    -moz-transform: rotateY(180deg) translateZ(485px);
    -o-transform: rotateY(180deg) translateZ(485px);
    -ms-transform: rotateY(180deg) translateZ(485px);
    -webkit-transform: rotateY(180deg) translateZ(485px);

}

#image > .i6 {
    background-image: url('../../assets/rotate-img/7.jpg');
    transform: rotateY(225deg) translateZ(485px);
    -moz-transform: rotateY(225deg) translateZ(485px);
    -o-transform: rotateY(225deg) translateZ(485px);
    -ms-transform: rotateY(225deg) translateZ(485px);
    -webkit-transform: rotateY(225deg) translateZ(485px);

}

#image > .i7 {
    background-image: url('../../assets/rotate-img/8.jpg');
    transform: rotateY(270deg) translateZ(485px);
    -moz-transform: rotateY(270deg) translateZ(485px);
    -o-transform: rotateY(270deg) translateZ(485px);
    -ms-transform: rotateY(270deg) translateZ(485px);
    -webkit-transform: rotateY(270deg) translateZ(485px);

}

#image > .i8 {
    background-image: url('../../assets/rotate-img/9.jpg');
    transform: rotateY(315deg) translateZ(485px);
    -moz-transform: rotateY(315deg) translateZ(485px);
    -o-transform: rotateY(315deg) translateZ(485px);
    -ms-transform: rotateY(315deg) translateZ(485px);
    -webkit-transform: rotateY(315deg) translateZ(485px);

}


/*End rotate*/




.banner_overlay {
    background: rgba(0, 0, 0, 0.18);
    padding: 220px 0 90px;
}

.breadcrumbs {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 220px 0 50px;
    text-align: center;
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.breadcrumbs .list {
    margin-bottom: 20px;
    list-style: none;
}

.breadcrumbs .list li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.breadcrumbs .list li:first-child::before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: -3px;
}

.breadcrumbs .list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs h2 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumbs .list li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.single-contact-info .myfas{
    background: transparent;
    color: #a51729;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.single-contact-info b{
    color:#000;
}

.single-contact-info .iconimg{
    width: 14px;
}

.single-contact-info .iconimg1{
    width: 18px;
    margin-top: -1px;
}

.footer-widget .iconimg{
    width: 14px;
}
.footer-widget .iconimg1{
    width: 18px;
    margin-top: -1px;
}
.slide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}
.slide__arrows .slide__arrow {
    position: static;
    display: initial;
    z-index: 2;
    color: white;
    padding: 5px;
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: none;
    transform: none;
    line-height: 1;
    position: relative;
    outline: none;
}
.slide__arrows .slide__arrow img {
    width: 18px;
    height: auto;
        margin-bottom:10px
}
.brand-page-slide .owl-item img.img-thumbnail{
    border:0 !important;
    padding: 10px
}

@media only screen and (max-width: 425px) {
    .breadcrumbs {
        padding: 120px 0 20px;
    }

    .breadcrumbs h2 {
        font-size: 24px;
    }

    .myoffers ul li {
        width: calc(100% / 1);
    }

    .section-title span {
        font-size: 20px;
    }

    .mydetails .section-title span {
        font-size: 20px;
    }

    .header_right {
        float: left !important;
    }

    .single_package a {
        padding: 8px 10px;
    }

    #contact {
        padding: 10px;
    }

    #contact h1 {
        font-size: 26px;
    }

    .hero-text h1 {
        font-family: playball;
        font-size: 24px;
    }

}

.testimonial-content{
    max-height: 150px;
    overflow-y: scroll;
}

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}


.testimonial-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.testimonial-content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.testimonial-content::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.galleryimg{
    padding-left: 5px;
    padding-right: 5px;
}

.page_banner {
        background-size: 100% 150% !important;
    background-position: center;
  background-repeat: no-repeat;
}

.about_us span{
    color: #333;
}

.about_us p{
    color: #333;
}

.single_package .eventbtn{
    padding: 0;
    background: transparent;
    color: #444;
}