/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */



.divider {
    position: relative;
    border-bottom: 1px solid #d4d5d9;
    margin-bottom: 30px;
    margin-top: 30px;
}
    .divider:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        border: 1px solid #f0f0f0;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        background: #fff;
        margin-top: -15px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .divider:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid #2d2e67;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        background: #2d2e67;
        margin-top: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.h4, h4 {
    font-size: 33px;
    font-family: 'Lexend', sans-serif !important;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif !important;
}
.fh5co-offcanvas #fh5co-wrapper {
    overflow: visible !important;
    z-index: 999999;
}



.content-top-head {
    margin-top: 209px;
    position: absolute;
    margin-left: 631px;
    padding-right: 20px;
}

.top-dv-img-comntain {
    /*background-image: url(/images/Businessclass.jpg);*/
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 32px;
}

#tl_popupPOSDV {
    display: none;
}

.iconn {
    height:68px;
}

.spnny {
    font-size: 12px;
    color: #bdbdbd;
}

p a {
    color: dodgerblue !important;
}

.hedr {
    font-weight: 700;
    font-size: 15px;
    color: #D7B65D;
}
    .hedr:hover {
        color: #ffffff;
    }

    .mrginl {
        /* margin-left: -27px;*/
        padding: 0px;
    }

@media screen and (max-width: 768px) and (min-width: 76px) {
    .mrginl {
        display: none;
    }
}

@media screen and (max-width: 390px) and (min-width: 76px) {
    .whychooseus {
        margin-top: 6px;
    }

    .iconn {
        height: 42px;
    }
}

@media screen and (max-width: 991px) and (min-width: 76px) {
    .content-top-head {
        display: none;
    }
}


.destinations h2 {
    max-width: fit-content;
    color: #18ccce;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 16px;
}



@media screen and (max-width:519px) and (min-width:46px) {
    
    .top-dv-img-comntain {
        height: 670px !important;
    } 
    .mobileheader {
        margin: 100px 0 auto;
        text-align: center;
        color: white;
        font-size: 23px;
        font-weight: 600;
    } 
}



.destination-item img {
    transition: .5s
}

.position-relative {
    position: relative !important;
}
.destination-item img {
    transition: .5s;
}
.text-white {
    color: #fff !important;
}
span, a, a:hover {
    text-decoration: none;
    color: inherit;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width:100%;
}
.destination-item:hover .destination-overlay {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-width: 30px;
}
.destination-overlay {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    transition: .5s;
    z-index: 1;
}
/*.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px;
}*/
.text-center {
    text-align: center !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
h1, h2, .font-weight-bold {
    font-weight: 700 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.destination-item:hover img {
    transform: scale(1.3);
}
.destination-overlay {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    transition: .5s;
    z-index: 1
}

.destination-item:hover .destination-overlay {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-width: 30px
}

.service-item {
    transition: .5s
}

    .service-item:hover {
        box-shadow: 0 0 30px #CCCCCC
    }

    .service-item i {
        width: 75px;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #7AB730;
        background: #fff;
        color: #7AB730;
        transition: .5s
    }

    .service-item:hover i {
        background: #7AB730;
        color: #fff
    }

.package-item {
    transition: .5s
}

    .package-item:hover {
        box-shadow: 0 0 30px #CCCCCC
    }

.bg-registration {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../img/carousel-1.jpg),no-repeat center center;
    background-size: cover
}

.team-item {
    transition: .5s
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

    .team-social a.btn {
        position: relative;
        margin: 0 3px;
        margin-top: 100px;
        opacity: 0
    }

.team-item:hover {
    box-shadow: 0 0 30px #CCCCCC
}

    .team-item:hover .team-social {
        background: rgba(0,0,0,0.5)
    }

        .team-item:hover .team-social a.btn:first-child {
            opacity: 1;
            margin-top: 0;
            transition: .3s 0s
        }

        .team-item:hover .team-social a.btn:nth-child(2) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .05s
        }

        .team-item:hover .team-social a.btn:nth-child(3) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .1s
        }

        .team-item:hover .team-social a.btn:nth-child(4) {
            opacity: 1;
            margin-top: 0;
            transition: .3s .15s
        }

.team-item .team-img img {
    transition: .5s
}

.team-item:hover .team-img img {
    transform: scale(1.2)
}

.testimonial-carousel .owl-dots {
    margin-top: 5px;
    text-align: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: #DDDDDD;
    transition: .5s
}

    .testimonial-carousel .owl-dot.active {
        width: 40px;
        background: #7AB730
    }

.testimonial-carousel .owl-item.center .testimonial-text {
    box-shadow: 0 0 30px #CCCCCC
}

.blog-item {
    transition: .5s
}

    .blog-item:hover {
        box-shadow: 0 0 30px #CCCCCC
    }

.blog-date {
    position: absolute;
    width: 60px;
    height: 45px;
    top: 30px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #7AB730
}

    .blog-date::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: -15px;
        left: 0;
        border: 8px solid;
        border-color: transparent #5f8f25 #5f8f25 transparent;
        z-index: -1
    }

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
