.example-marquee {
    position: relative;
}

.content {
    display: table;
    width: 100%;
    min-height: 88vh;
    z-index: 1;
    position: relative;
}

.content .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

.content .inner h1 {
    font-size: 62px;
    color: white;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

.video-background-controls button:hover {
    opacity: 0.5;
}

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}
.section-bg
{
    background:#f7f7f7;
}
.last-footer
{
    border-top:1px solid #d9d7d7;
    padding: 20px 0px;
    background-color: #061E33;
}
.copy__desc
{
    color: #b9b5b5;
}
.copy__desc a
{
    color: #fff;
}
.copy__desc a:hover
{
    color: #66AC4D;
}
.breadcrumb-btn h1
{
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size:46px;
    text-shadow: 2px 2px 2px #000000;
}
.breadcrumb-list 
{
    padding-top: 10px;
   
}
.logo img
{
    /*height: 80px;*/
    padding: 8px 0px;
    height:100px;
}
.footer-logo img
{

    height: 80px;
}
.section-heading .sec__desc
{
    text-align: justify;
}
.float-right
{
    float: right;
}
.padding-contact
{
    padding-bottom: 22px;
}

.car-carousel .owl-nav div {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #135796;;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 1%;
    -moz-border-radius: 1%;
    border-radius: 1%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.car-carousel  .owl-nav div.owl-prev {
    left: -45px;
}
.car-carousel .owl-nav div.owl-next {
    right: -45px;
}
.holiday img
{
    border-bottom-right-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}
.testimonial-carousel .owl-nav div {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #135796;;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }

.holidays-trip .card-title
{
    margin-bottom: 6px;
}
.holidays-trip p
{
    margin-bottom: 6px;
}
.header-menu-wrapper
{
    box-shadow: 0px 3px 15px rgba(168, 168, 168, 0.2);
}
.all-details h3
{
    color: #0d233e;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.all-details p
{
    padding: 10px 0px;
}
.all-details ul li
{
  list-style-type: disc;
line-height: 25px;
padding-bottom: 3px;
padding-top: 3px;
}
.all-details ul
{
    margin-left: 20px;
}
.all-details table
{

}
.all-details table tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.all-details table{
    border: 1px solid #dee2e6;
}
.all-details table td, .all-details table th {
    border: 1px solid #dee2e6;
    padding: 10px;
}
.main-menu-content li i
{
    padding-right: 7px;
}
.header-top-content .social-profile a i
{
font-size: 12px;
}
.number-people
{
    border: 1px solid rgba(128, 137, 150, 0.2);
padding: 12px;
border-radius: 5px;
}
.w-15 {
    width: 15%;
}
.table-search
{
    width: 22% !important;
float: right;
}
.all-details .list-items li {
    list-style-type: none;
    line-height: 25px;

}
.all-details .list-items
{
    margin-left: 0px;
}

.include ul li::before {
    content: "\f00c";
    color: #28a745 !important;
	font-family: 'Line Awesome Free';
    font-size: 16px;
    font-weight: 900;
    margin-right: 6px;
}
.exclude ul li::before {
    content: "\f00d";
    color: #dc3545 !important;
    font-family: 'Line Awesome Free';
    font-size: 16px;
    font-weight: 900;
    margin-right: 6px;
}

.about-area p{padding: 10px 0px;}




.tavel-india 
{
    margin-bottom: 40px;
}

.tavel-india p
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #dfdfdf;

}
.tavel-india i
{
    padding-right: 10px;
}
.tavel-india h4
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #dfdfdf;

}
.tavel-india h4 a
{
    color: #fff;
}
.tavel-india-image .card-img img
{
    width: 100%;
    box-shadow: 0 0 40px rgba(230, 230, 230, 0.20);
    border-radius: 5px;
}
.card-body img {
    width: 100%;
    height: 100%;
}
.flight-section-padding
{
    padding:80px 0px 20px 0px;
}
.flight-section-padding .single-content-item h1, h2, h3, h4, h5
{
    margin-bottom:15px;
}