.body-bg1::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("/Imminent-master/images/background-image-2023.jpg?v=2");
    /* background-color: #d0c29c; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: blur(5px); /* Adjust the blur value as needed */
    -webkit-filter: blur(5px); /* For older versions of Safari */
}

.body-bg1 {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(0, 0, 0, 0.5);
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('/img/travel100.gif') center no-repeat #fff;*/
    background: center no-repeat #fff;
}

.zoom {
    transition: transform 0.2s;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
    /* background-color: rgba(3, 24, 30 , 0.85); */
    cursor: pointer;
    background-color: #00000010;
}

.borderless td,
.borderless th {
    border: none;
}

.zoom2 {
    transition: transform 0.3s;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.zoom2:hover {
    color: #66eb0e;
    background-color: rgba(3, 24, 30, 0.85);
    cursor: pointer;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}

/***************************************** PRICING ***************************/
.pricing-subheading {
    padding-top: 75px;
}

.max-width-100 {
    max-width: 100%;
}

.pricing-row {
    background-color: #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
    /* margin-left: 10px;
    margin-right: 10px; */
}
.pricing-table {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border-top: 10px solid #ebebeb;
    border-bottom: 10px solid #ebebeb;
}
.pricing-table:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-top-color: #007ee5;
}
.pricing-table li {
    font-family: "weblysleek_uisemilight";
    line-height: 3.75;
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #666666;
    border: 1px solid #ededed;
    margin-bottom: -1px;
    margin-right: -1px;
}
.pricing-table .header {
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    line-height: 1;
}

.pricing-table .price-tag {
    font-family: "Montserrat", sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 237, 237);
    background-color: rgb(248, 248, 248);
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 15px;
}
.price-tag span {
    position: relative;
    display: block;
}
.price-tag .price {
    font-size: 45px;
    font-weight: 700;
    color: #007ee5;
    line-height: 1;
}
.price-tag .price sup {
    font-size: 24px;
    vertical-align: top;
    top: 16px;
    color: #636363;
}
.price-tag .package-duration {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 2.5;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
}
.pricing-feature {
    padding: 15px 10px;
}
.pricing-feature p {
    font-size: 21px;
    font-family: "weblysleek_uisemilight";
    color: #007ee5;
    line-height: 1.19;
}
/***************************** COMMON CSS  *********************************/

.no-padding {
    padding: 0;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gallery-box {
    font-size: 1rem;
    padding-right: 13px;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow: hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44, 44, 44, 0.8);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/* ///////////////// */
/*
    .navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #9c27b0;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #9c27b0;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #9c27b0 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}
*/

/*---------------------- Home Head Start ------------------*/

.owl-carousel .owl-dot {
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid white;
    display: inline-block;
    padding: 4px 4px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .owl-carousel .owl-dot {
        background-color: transparent;
        border-radius: 100%;
        border: 1px solid white;
        display: inline-block;
        padding: 5px 5px !important;
        margin-right: 5px;
    }
}

.owl-carousel .owl-dot.active {
    background-color: #fff; /*
    border-color: #e1666a;*/
}
.owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
    margin: 0px 0px;
}

.header_slide img.img-responsive {
    margin: 0px;
    margin-top: -50px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 122px;
    width: 100%;
}

.slide1 {
    background: url(../../template3/images/1.jpg);
}
.slide2 {
    background: url(../../template3/images/Home_4.jpg);
}
.slide3 {
    background: url(../../template3/images/6.jpg);
}

/*---------------------- Home Head End ------------------*/

.bg {
    min-height: 100vh;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.head-text {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding-top: 190px;
}
.head-text a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
    font-weight: inherit;
    letter-spacing: 0.4px;
}

@media only screen and (max-width: 482px) {
    .head-text h1 {
        font-family: "Rubik-Bold", sans-serif;
        font-weight: 900;
        font-size: 23px;
    }
}

.head-text h1 {
    font-family: "Rubik-Bold", sans-serif;
    font-weight: 900;
}

@media screen and (max-width: 600px) {
    .mfp-arrow {
        top: 38%;
    }
}

.sidebar-content a {
    text-decoration: underline;
}

.img-box:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
    .grid-item-width2 {
        width: auto;
        height: 0px;
    }
}

.grid-item-width2 {
    width: auto;
    height: 321px;
}

.grid-item {
    width: auto;
    height: 350px;
}

.home_text {
    position: absolute;
    z-index: 9;
    height: auto;
    width: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.home_text p {
    text-decoration: underline;
    color: #fff;
    font-size: 10px;
    font-weight: inherit;
}

.img-lightbox .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.p0 {
    margin-right: 0px;
}

.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 1150px;
}

.white-popup {
    position: relative;
    background-color: #fff;
    padding: 0px;
    width: auto;
    max-width: 1075px;
    margin: 0px auto;
}

.mfp-content .white-popup .col-md-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.pop-up-color {
    background-color: #fff;
}

.pop-up-color img {
    margin: 0px auto;
}

.pop-up-color .p-r-0 {
    padding-right: 0px;
}
.pop-up-color .p-l-0 {
    padding-left: 0px;
}

.pop-up-color section {
    margin-top: 250px;
}

@media screen and (max-width: 1024px) {
    .pop-up-color section {
        margin-top: 25px;
    }
}

.popup-head {
    margin-top: 50px;
    margin-bottom: 35px;
    margin-left: 15px;
}

.popup-parapraph {
    padding: 0px 15px;
}

h4.popup-head {
    color: #333;
}
p.popup-parapraph {
    color: #333;
}

/*---------------------- Popup Section End -------------*/

 {
    box-sizing: border-box;
}

.round-image {
    height: 100px;
    margin: 0 auto;
    width: 100px;
    overflow: hidden;
    transition: top 0.2s ease-in-out, width 0.5s, height 0.5s;
}
.round-image:hover {
    border-radius: 100%;

    width: 250px;
    height: 250px;
}

.fond1 {
    position: absolute;
    padding-top: 85px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-colo: #00506b;
}
.align {
    width: auto;
    height: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: auto;
}
.style_prevu_kit {
    border-radius: 100%;
    display: inline-block;
    border: 0;
    width: 100px;
    height: 100px;
    padding: 10px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.style_prevu_kit:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

/* ********** CHAT CSS **********   */
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b3a9a9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.panel-body1 {
    overflow-y: scroll;
    height: 300px;
}

/* ********** END CHAT CSS **********   */
