*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    background: #fff;
    font-family: 'Playfair Display', serif;
}
img{
    max-width:100%;
}
.whatsapp_button {
    position:fixed;
    bottom:91px;
    right:17px;
    z-index: 99999;
}
.whatsapp_button img {
    width:65px;
}
.row{
    margin: 0
}
.nopadding{
    padding: 0
}
.nopadding-left{
    padding-left: 0;
}
.nomargin{
    margin: 0
}
.head-title{
    text-align: center;
    margin: 50px 0;
    letter-spacing: 6px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    background: #f9f9f9;
    padding: 4px 0;
    border-radius: 5px;
}
.form-control, .nice-select, select{
    display: block;
    border: 0 !important;
    padding: 7px;
    box-shadow: 0px 0px 15px -6px;
    border-radius: 5px;
    width: 100%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid;
    border-color: #f60 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 129, 0, 0.37) !important;
}
.select2-container{
    display: block;
    border: 0 !important;
    padding: 5px;
    box-shadow: 0px 0px 15px -6px;
    border-radius: 5px;
}
.select2-container:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid;
    border-color: #f60 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 129, 0, 0.37) !important;
}
.select2-container--default .select2-selection--multiple{
    border: 0;
    min-height: initial;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 0;
}
a:hover{
    text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff66009c
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#edit{
    max-height: 800px;
    overflow-y: scroll;
}

#edit-half{
    max-height: 400px;
    overflow-y: scroll;
}
/***************************************************************** START SCROLL TO TOP ******************************************************************/
#scroll-top .scroll{
    position: fixed;
    right: inherit;
    left: 1%;
    bottom: 7%;
    cursor: pointer;
    z-index: 999;
    overflow: hidden;
    color: #f58239;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #000000c7;
    text-align:  center;
    border-radius: 13%;
    padding: 8px;
}
#scroll-top img {
    width: auto;
    height: auto;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
#scroll-top .scroll:hover img{
    transition: all 0.5s;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari 3-8 */
    transform: rotate(360deg);
}
#scroll-top .scroll:hover{
    background: #000;
    transition: all 0.5s;
    transition-timing-function: linear;
}
.lang{
position: fixed;
    top: 35px;
    right: 0;
    z-index: 9;
}
.lang ul{
    list-style-type: none;
    padding: 0;
}
.lang ul li{
    display: inline-block;
    padding: 0 3px;
}
.lang ul li img{
    width: 25px;
    height: 25px;
}
/****************************************************************** END SCROLL TO TOP *******************************************************************/
/********************************************************************* START HEADER *********************************************************************/
#navbar.home{
    background: none;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}
#navbar{
    background: none;
    position: relative;
    top: 0;
    z-index: 5;
    width: 100%;
}
#navbar #header{
    background: #ffffffc2 !important
}
/*
#navbar .navbar-brand{
    font-size: 35px;
    color: #008eff;
    font-weight: 600;
    text-shadow: 2px 3px 8px #000;
}
*/
#navbar .navbar-brand{
    height: 100px;
}
#navbar .navbar-brand .logo-img{
    position: relative;
    width: 150px;
    height: 100%;
    border-radius: 0 0 20px 20px;
}
#navbar .navbar-brand .logo-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}
#navbar .collapse ul{
    margin: 0 auto
}
#navbar .collapse ul li{
    padding: 12px 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
#navbar .collapse ul li:hover{
    border-top: 2px solid #008eff;
    transition: all 0.3s ease-in-out;
}
#navbar .collapse ul li a{
    color: #000;
}
#navbar .collapse ul li a:hover{
    color: #008eff;
    transition: all 0.3s ease-in-out;
}
#navbar .collapse ul .active a{
    color: #008eff !important;
}
#navbar .collapse ul .active{
    border-top: 2px solid #008eff;
}
#navbar .collapse ul .dropdown:hover .dropdown-menu{
    display: block
}
#navbar .sticky{
    position: fixed;
    z-index:  999999999;
    width: 100% !important;
    top: 0 !important;
    min-height: 58px;
    box-shadow: 0 1px 7px rgba(0,0,0,.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
#navbar .collapse .dropdown-menu a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    color: #888;
    letter-spacing: 0.5px;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #eee;
}
#navbar .collapse .dropdown-menu a:hover {
    color: #000
}
#navbar .collapse .dropdown-menu {
    background: #fff;
    border: none;
    border-top: 2px solid #000;
    border-radius: 0;
    padding: 0;
}
#navbar .navbar-light .navbar-toggler {
    border: 0;
}
#navbar button:focus {
    outline: 0;
}
#navbar .navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
/*********************************************************************  END HEADER  *********************************************************************/
/*********************************************************************  END SLIDER  *********************************************************************/
#slider{
    width: 100%;
    height: 700px
}
#slider .carousel-inner{
    height: 100%
}
#slider .carousel-inner .carousel-item{
    
}
#slider .carousel-inner .carousel-item img{
    height: 100%
}
#slider .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    border: 2px solid #fff;
    border-radius: 50%;
}
#slider .carousel-control-prev {
    left: 13%;
}
#slider .carousel-control-next {
    right: 13%;
}
#slider .carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 45px;
    width: 100%;
    text-align: center;
}
#slider .carousel-caption h5{
    font-size: 70px;
    letter-spacing: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
#slider .carousel-caption p{
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
#slider .carousel-caption .btn{
    background: #f60;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #f60
}
#slider .carousel-caption .btn:hover{
    background: none;
    transition: all 0.5s ease-in-out;
}
#slider .carousel-caption .btn img{
    height: auto;
    padding-right: 8px;
}
#slider .carousel-control-prev:hover, #slider .carousel-control-prev:focus, #slider .carousel-control-next:hover, #slider .carousel-control-next:focus {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    opacity: 1 !important;
    transition: all 0.5s ease-in-out
}
#slider .carousel-control-prev:hover, #slider .carousel-control-prev:focus, #slider .carousel-control-next:hover, #slider .carousel-control-next:focus {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    opacity: 1 !important;
    transition: all 0.5s ease-in-out
}
/*********************************************************************  END SLIDER  *********************************************************************/
/******************************************************************  START BEST TOURS  ******************************************************************/
#best-tours, #trips{
    margin: 30px 0 100px;
}
#best-tours .padding-test, #trips .padding-test{
    padding: 0 5px
}
#best-tours .tour-img, #trips .tour-img{
    position: relative;
    height: 256px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
#best-tours .tour-img img, #trips .tour-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#best-tours .oneDesthover, #trips .oneDesthover{
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#best-tours .oneDesthover p, #trips .oneDesthover p{
    text-transform: capitalize;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 0px #4a4a4a;
    font-weight: 600;
    margin: 0px;
    padding: 2px 22px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.54);
    margin-bottom: 5px;
}
#best-tours .oneDesthover:hover, #trips .oneDesthover:hover {
    background: rgba(24, 74, 162, .65);
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}
#best-tours .oneDesthover:hover p, #trips .oneDesthover:hover p{
    margin-top: 20%;
    transition: all 0.5s ease-in-out;
}
#best-tours .tour-img:hover img, #trips .tour-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
#best-tours .oneDesthover .travel-name, #trips .oneDesthover .travel-name{
    flex-direction: inherit;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -o-inline-box;
    display: inline-box;
    position: absolute;
    bottom: 0;
    font-size: 12px;
}
#best-tours .oneDesthover .travel-name p, #trips .oneDesthover .travel-name p{
    margin: 0 5px;
}
/*******************************************************************  END BEST TOURS  *******************************************************************/
/********************************************************************  START FOOTER  ********************************************************************/
#footer {
    position: relative;
    width: 100%;
    padding: 35px 0 0;
    overflow: hidden;
    background: #040914;
}
#footer ul{
    list-style-type: none;
    float: right;
}
#footer ul li{
    display: inline-block;
    padding: 0 15px
}
#footer ul li a{
    color: #fff;
    font-size: 14px
}
#footer .social ul{
    margin: 0 auto;
}
#footer .social ul li{
    padding: 0 10px;
}
#footer .social ul li a{
    font-size: 12px;
}
#footer .cp{
    text-align: center !important;
    background: #fff;
    padding: 5px;
    background: #000;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}
#footer .cp a{
    color: #fff;
}
#footer .cp a:hover{
    text-decoration: underline;
}

#footer .social {
    float: left;
}
#footer .social img{
    max-height: 50px;
}
/*********************************************************************  END FOOTER  *********************************************************************/
/******************************************************************* START TRIP PAGE ********************************************************************/
#trip{
    margin: 30px 0
}
#trip .body-title{
    margin: 0 0 20px;
    font-weight: 600;
    color: #008eff;
    display: block;
    width: 100%;
}
#trip .top-image{
    position: relative;
    width: 100%;
    height: 400px
}
#trip .top-image img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto
}
#trip #aniimated-thumbnials .box{
    margin: 10px 0 0;
    padding: 0 5px;
    position: relative
}
#trip #aniimated-thumbnials a{
    width: 100%;
    display: contents;
}
#trip #aniimated-thumbnials .box .box-image{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 115px;
}
#trip #aniimated-thumbnials .box .box-image .overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.2
}
#trip #aniimated-thumbnials .box .box-image .overlay:hover{
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
#trip #aniimated-thumbnials .box .box-image img{
    width: 100%;
    height: 100%;
}
#trip #aniimated-thumbnials .box .box-image:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.5s ease-in-out;
}
#trip .details{
    max-height: 890px;
    overflow-y: scroll;
}
#trip .desc-title{
    color: #000;
    font-size: 21px;
    border-bottom: #e7e7e7 4px solid;
    padding-bottom: 8px;
    position: relative;
}
#trip table{
    width: 100% !important;
}
#trip .desc-title::after{
    content: "";
    width: 80px;
    height: 3px;
    display: block;
    background: #008eff;
    position: absolute;
    bottom: -3px;
}
#trip .videos{
    margin: 60px 0;
}
#trip .videos ul{
    padding: 0;
    list-style-type: none
}
#trip .videos ul li{
    display: contents;
    width: 100%;
    height: 150px;
}
#trip .videos ul li .v-box{
    width: 100%;
    height: 150px;
    margin: 10px 0 0;
    padding: 0 5px;
}
#trip .videos ul li .video-box{
    width: 100%;
    height: 135px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}
#trip .videos ul li img{
    width: 100%;
    height: 100%;
    
}
#trip .v-box .overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000026;
}
#trip .v-box .overlay img{
    margin: 0 auto;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 32px;
    height: 32px;
}
#trip .v-box .overlay:hover{
    background: #00000078;
    transition: all 0.5s ease-in-out;
}
#trip .videos ul li .video-box:hover img.img-hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.5s ease-in-out;
}
#trip .details .hotel-img{
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    vertical-align: top;
}
#trip .details .hotel-img img{
    max-width: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    vertical-align: middle;
    margin: auto;
    position: absolute;
}
#trip .details a h6{
    font-weight: bolder;
    color: #008eff;
    max-height: 40px;
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
}
#trip .details a p{
    color: #000;
    margin: 0;
}
#trip .details .hotel-img .overlay{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#trip .details a:hover{
    text-decoration: none;
}
#trip .details a:hover h6{
    text-decoration: none;
    border-bottom: 2px solid #008eff;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
#trip .details a:hover .overlay{
    text-decoration: none;
    background: #00000076;
    transition: all 0.5s ease-in-out;
}
#trip .col-5, #trip .col-7, #own-trip .col-5, #own-trip .col-7{
    margin: 10px 0;
}
#trip .booking{
    position: fixed;
    right: 1%;
    left: initial;
    bottom: 0;
    top: 18%;
    cursor: pointer;
    z-index: 999;
    overflow: hidden;
    color: #f58239;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 8px;
}
#trip .booking .btn{
    background: #008effcc;
    color: #fff;
    font-size: 23px;
}
#trip .booking .btn:hover{
    background: #008eff;
    color: #fff;
}
/*******************************************************************  END TRIP PAGE  ********************************************************************/
/******************************************************************* START OWN TRIPS ********************************************************************/
#own-trip{
    margin: 30px 0
}
#own-trip .body-title{
    margin: 0 0 20px;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
}
#own-trip .body-title::after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #f60;
    width: 140px;
}
#own-trip .body-title::before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #f60;
    width: 140px;
}
#own-trip .desc-title{
    color: #000;
    font-size: 21px;
    border-bottom: #e7e7e7 4px solid;
    padding-bottom: 8px;
    position: relative;
}
#own-trip .desc-title::after{
    content: "";
    width: 80px;
    height: 3px;
    display: block;fo
    background: #008eff;
    position: absolute;
    bottom: -3px;
}
#own-trip .card{
    padding: 20px 10px;
    box-shadow: 5px 4px 25px -12px;
    border-radius: 10px;
}
#own-trip .book-card{
    width: 70%;
    margin: 0 auto;
    padding: 20px 10px;
    box-shadow: 5px 4px 25px -12px;
    border-radius: 10px;
}
#own-trip .details .hotel-img{
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    vertical-align: top;
}
#own-trip .details .hotel-img img{
    max-width: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    vertical-align: middle;
    margin: auto;
    position: absolute;
}
#own-trip .details a h6{
    font-weight: bolder;
    color: #008eff;
    height: 25px;
    margin: 0;
}
#own-trip .details a p{
    color: #000
}
#own-trip .details .hotel-img .overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#own-trip .details a:hover{
    text-decoration: none;
}
#own-trip .details a:hover h6{
    text-decoration: none;
    border-bottom: 2px solid #008eff;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
#own-trip .details a:hover .overlay{
    text-decoration: none;
/*    background: #00000076;*/
    transition: all 0.5s ease-in-out;
}
#own-trip .nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: normal;
    outline: none;
    padding-left: 6px;
    padding-right: 0px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: auto;
}
#own-trip .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    max-height: 160px;
    overflow-y: scroll;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
#own-trip form .btn{
    display: block;
    margin: 0 auto;
    background: #f60;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #f60;
    margin-bottom: 20px;
    margin-top: 20px;
}
#own-trip form .btn:hover{
    background: none;
    color: #f60;;
    transition: all 0.5s ease-in-out;
}
#own-trip .card textarea{
    min-height: 100px;
    max-height: 250px;
}
/*******************************************************************  END OWN TRIPS  ********************************************************************/
/******************************************************************  START TEXT PAGE  ******************************************************************/
#text-page{
    margin: 30px 0;
    color: #333;
    font-size: 15px
}
#text-page .card h3{
    color: #f60;
    font-weight: 600;
    margin-bottom: 20px;
}
#text-page .card h3::after{
    content: "";
    width: 90px;
    height: 4px;
    display: block;
    background: #f60;
    margin-top: 3px
}
#text-page .card {
    background-color: #fff;
    border: 1px solid #D0D0D0;
    padding: 20px 75px;
    margin: 15px 0;
    box-shadow: 5px 4px 25px -12px;
    border-radius: 10px;
}
#text-page .card ul li{
    padding: 10px 0;
}

/*******************************************************************  END TEXT PAGE  *******************************************************************/
/******************************************************************  START CONTACT US  *****************************************************************/
#contact-us{
    margin: 30px 0 0;
}
#contact-us h3{
    color: #000;
    font-weight: border;
    margin: 25px 0
}
#contact-us .contact-inputs .inputs{
    margin: 0 auto;
    display: block;
    margin-bottom: 15px
}
#contact-us .contact-inputs .inputs span{
    color: red;
    margin: 0 5px
}
#contact-us .contact-inputs .inputs input, #contact-us .contact-inputs .inputs textarea{
    display: block;
    border: 0;
    padding: 7px;
    box-shadow: 0px 0px 15px -6px;
    border-radius: 5px;
}
#contact-us .contact-inputs .inputs .btn{
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    background: #f60;
    border: 1px solid #f60;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px
}
#contact-us .contact-inputs .inputs .btn:hover{
    background: #fff;
    color: #f60;
}
#contact-us .contact-inputs .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid;
    border-color: #f60 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 129, 0, 0.37) !important;
}
#contact-us .contact-info{
    padding: 0 40px
} 
#contact-us .contact-info .info{
    margin: 45px 0;
}
#contact-us .contact-info h4{
    color: #f60;
}
#contact-us .find-us{
    width: 100%;
    height: 400px !important;
}
#contact-us .contact-info .social ul{
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
#contact-us .contact-info .social ul li{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
#contact-us .contact-info .social ul li a img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
}

/*********************************************************************  END CONTACT US  ******************************************************************/
/********************************************************************** START ABOUT US *******************************************************************/
#about-us{
    margin: 30px 0;
}
#about-us .about-img{
    position: relative;
    width: 100%;
    height: 400px;
}
#about-us .about-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle
}
#about-us h3{
    color: #f60;
    font-weight: border;
    margin: 25px 0
}
#about-us ul li{
    line-height: 2;
}
#about-us .serv-img{
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0px 0px 15px -5px;
    border-radius: 50%;
}
#about-us .serv-img img{
    position: absolute;
    max-width: 64px;
    max-height: 64px;
    display: block;
    margin: 0 auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
}
#about-us h5{
    text-align: center;
    margin: 15px 0
}
#about-us h5::after{
    content: "";
    width: 80px;
    height: 3px;
    display: block;
    background: #f60;
    margin: 0 auto;
    margin-top: 4px
}
#about-us p{
    text-align: center
}
/**********************************************************************  END ABOUT US  *******************************************************************/
/************************************************************************ START BLOG *********************************************************************/
#blog{
    margin: 30px 0;
}
#blog .card{
    margin: 5px 0;
    border: 2px solid #f9f9f9;
    box-shadow: -8px 8px 15px -13px;
    border-radius: 15px;
}
#blog .card .blog-img{
    width: 100%;
    height: 250px;
    position: relative;
    display: block;
    vertical-align: top;
}
#blog .card .blog-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:  auto;
}
#blog .card .headcard-title{
    text-align: center;
    letter-spacing: 3px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f60;
    background: #f9f9f9;
    padding: 4px 0;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    display: flex;
}
#blog .card .headcard-title h3 a{
    font-size: 25px;
    color: #f60;
}
#blog .card .card-title {
    padding: 15px 20px;
    text-align: justify;
    color: #666;
    margin: 0;
    min-height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#blog .card .btn{
    display: block;
    margin: 0 auto;
    background: #f60;
    padding: 7px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #f60;
    margin-bottom: 20px;
}
#blog .card .btn:hover{
    background: none;
    color: #f60;;
    transition: all 0.5s ease-in-out;
}
#blog .more-btn{
    display: block;
    margin: 0 auto;
    background: #f60;
    padding: 10px 45px;
    border-radius: 50px;
    color: #fff;
    font-weight: bolder;
    border: 2px solid #f60;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 20px;
}
#blog .more-btn:hover{
    background: none;
    color: #f60;;
    transition: all 0.5s ease-in-out;
}

/************************************************************************  END BLOG  *********************************************************************/
/********************************************************************* START BLOG PAGE *******************************************************************/
#blog-page{
    margin: 30px 0;
}
#blog-page .blog-img{
    width: 100%;
    height: 450px;
    position: relative;
    display: block;
    vertical-align: top;
}
#blog-page .blog-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:  auto;
}
#blog-page .headblog-title{
    margin: 10px 0;
    color: #f60;
    letter-spacing: 3px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f9f9f9;
    padding: 4px 0;
    border-radius: 5px;
    position: relative;
    text-align: center
}
#blog-page .headblog-title::after{
    content: "";
    width: 80px;
    height: 3px;
    display: block;
    background: #f60;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}
#blog-page .headblog-title h3{
    font-size: 25px;
}
#blog-page .blog-title{
    padding: 40px 65px;
    color: #666;
}
#blog-page .right .headblog-title{
    letter-spacing: 2px;
}
/*********************************************************************  END BLOG PAGE  *******************************************************************/
.details-two{
    display: none;
}
#trips .readonlyy{
    position: absolute;
    bottom: 1%;
    right: 1%;
}
#trip .rate .readonlyy{
    position: absolute;
    top: 0;
    right: 15px;
}
#trip .trip-pix{
    margin-top: 35px;
}
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxright {
  width: 100%;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}
#html5-lightbox-box{
    margin: auto !important;
    height: 465px !important;
    margin-top: 7% !important;
}
#html5-watermark{
    display: none !important;
}
.html5-title{
    text-align: center;
}
#lightbox-show{
    width: 24%!important;
    height: 125px !important;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 9px 0 0;
}
#lightbox-show img{
    width: 100% !important;
    height: 100% !important;
}
#lightbox-show .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: .5s ease;
  background-color: #000;
}
#lightbox-show .overlay img{
    height: 30px !important;
    width: 30px !important;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
/******************************************************************** START MEDIA QUERY ******************************************************************/
/******************************************************************** START LOGIN PAGE *******************************************************************/
.log .card, .register form, .reset .card{
    margin: 60px 0;
    border: 0;
    box-shadow: -8px 8px 15px -13px;
    border-radius: 15px;
    padding: 30px;
}
.log .card input, .register form input, .reset .card input{
    margin-bottom: 20px;
}
.log .card .btnn, .register form .btnn, .reset .card .btn{
    display: block;
    margin: 0 auto;
    background: #f60;
    padding: 7px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #f60;
}
.reset .card-header{
    font-weight: 600;
    text-align: center;
    font-size: 25px;
}
.reset .card{
    margin: 145px 0;
}
#search{
    margin: 0 0 30px;
}
#search .btn{
    display: block;
    margin: 0 auto;
    background: #f60;
    padding: 7px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #f60;

}
#search .btn:hover{
    background: #fff;
    color: #f60;
    transition: all 0.5s ease-in-out;
}
#search .margin-botom{
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    margin-top: 5rem;
    margin-bottom: 8rem;
    color: #f60;
    font-weight: 600;
}
#search #city, #search #rate, #search #my-dropdown{margin-bottom: 10px;}

/********************************************************************* END LOGIN PAGE ********************************************************************/

@media only screen and (max-width: 991px){
    #navbarNavDropdown .navbar-nav{
        background: #fff;
        text-align: center;
    }
    #slider {
        height: 700px;
    }
    #best-tours .tour-img, #trips .tour-img {
        height: 225px;
    }
    #slider .carousel-caption h5 {
        font-size: 45px;
    }
    .lang{
        top: 5px;
        right: 5px;
    }
    .lang ul li{
        display: block;
        margin: 5px 0;
    }
    .details-two{
        display: block;
    }
    .details-mob{
        display: none;
    }
    #trip .details{
        margin-top: 15px;
    } 
    #navbar.home{
        position: initial;
    }
    #footer .social{
        height: 50px;
    }
    #footer .social ul li{
        margin: 5px 0;
    }
}
@media only screen and (max-width: 767px){
    #slider {
        height: 450px;
    }
    #best-tours .tour-img, #trips .tour-img {
        height: 300px;
    }
    #own-trip .body-title::after {
        width: 70px;
    }
    #own-trip .body-title::before {
        width: 70px;
    }
    #trip .booking {
        position: fixed;
        right: initial;
        left: 0;
        bottom: 0;
        top: initial;
        cursor: pointer;
        z-index: 999;
        overflow: hidden;
        color: #f58239;
        font-size: 20px;
        text-align: center;
        border-radius: 3%;
        padding: 0;
        width: 50%;
    }
    #trip .booking .btn {
        background: #008effcc;
        color: #fff;
        font-size: 23px;
        width: 100%;
    }
    #lightbox-show {
        width: 35% !important;
    }
    #own-trip .book-card{
        width: 100%;
    }
}
@media only screen and (max-width: 570px){
    #trip .top-image {
        position: relative;
        width: 100%;
        height: 300;
    }
    .navbar-toggler{
        margin-right: 20px;
    }
    #slider .carousel-caption{
        bottom: 5px;
    }
    #slider .carousel-caption .btn {
        font-size: 12px;
    }
}
@media only screen and (max-width: 500px){
    #slider {
        height: 300px;
    }
    #footer .social ul li{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 441px){
    #own-trip .body-title::after {
        display: block;
        margin: 0 auto;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #f60;
        width: 100px;
        margin-top: 5px;
    }
    #trip .rate .readonlyy{
        position: relative;
        top: initial;
        right: initial;
        margin-bottom: 10px;
    }
    #own-trip .body-title::before{
        display: none;
    }
    #lightbox-show {
        width: 45% !important;
    }
}
@media only screen and (max-width: 375px){
    #trip .col-7{
        padding-right: 0;
    }
}