    * {
        font-family: "Open Sans", sans-serif;
    }

    .top {
        background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(1, 95, 201, 1) 50%, rgba(22, 36, 61, 1) 100%);
    }

    .top a {
        color: white;
    }

    header {
        position: fixed;
        width: 100%;
        z-index: 10;
        background-color: white;
    }

    .ul-icon {
        list-style-image: url(assets/svg/check.svg);
    }

    .heading {
        margin-bottom: 1.5em;
    }

    @media(max-width:768px) {
        .heading {
            text-align: center;
        }

        .top {
            text-align: center;
        }

        .top ul {
            justify-content: center;
        }

        .carousel-item {
            height: 40vh;
        }

        .mask {
            height: 100%;
        }

    }

    @media(min-width:768px) {
        .carousel-item {
            height: 84vh;
        }

        .mask {
            width: 80%;
            float: right;
        }

        .mask {
            mask-image: url(../images/layer-14.png);
            -webkit-mask-image: url(../images/layer-14.png);
            mask-size: 100% 100%;
            height: 100%;
            mask-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-position: center;
        }
    }

    .img-cover-2 {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .img-cover-2-3 {
        height: 270px;
        object-fit: cover;
        object-position: center;
    }

    .object-fit {
        object-fit: cover;
        object-position: center;
    }

    .img-cover-2-2 {
        height: 200px;
        object-fit: contain;
        object-position: center;
    }

    @media(min-width:768px) {
        .column-2 {
            column-count: 2;
        }
    }

    #title-slide-1 {
        position: relative;
        height: 45vh;
    }

    #title-slide-1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #title-slide-1 .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slide-title-content {
        position: absolute;
        width: 100%;
        height: 100%;
        color: white;
        place-content: center;
        text-align: center;
        left: 0;
        top: 0;
    }

    @media (max-width: 768px) {
        .sm-h-300 {
            height: 300px !important;
        }
    }

    .img-bg-cover {
        position: absolute;
        top: 0;
        right: 0;
        height: 75%;
        width: 100%;
        border-top-left-radius: 100px;
        border-top-right-radius: 40px;
        overflow: hidden;
    }

    .img-bg-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .main-img {
        position: absolute;
        height: 100%;
        place-content: end;
        padding: 0% 15%;
        bottom: 0;
    }

    .text-content {
        text-transform: uppercase;
    }

    .text-content {
        /* position: relative; */
        background-color: #00000078;
        width: fit-content;
        margin: auto;
        padding: 14px;
    }

    #tourIN .item {
        height: 350px;
    }

    #tourIN .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #tourIN .item {
        position: relative;
    }

    #tourIN .item .days,
    #tourIN .item .name {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #tourIN .item .days {
        top: 0;
    }

    #tourIN .item .days span {
        background-color: #ff9d3d;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        padding: 4px 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border: 1px solid white;
    }

    #tourIN .item .name {
        bottom: 0;
    }

    #tourIN .item .name h3 {
        color: white;
        background-color: #14294966;
        width: fit-content;
        /* text-align: center; */
        margin: auto;
        padding: 2px 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    @media(min-width:768px) {
        .column-md-4 {
            column-count: 4;
            column-rule: 2px solid #ffffff2e;
        }
    }

    @media(max-width:768px) {
        .column-sm-2 {
            column-count: 2;
            column-rule: 2px solid #ffffff2e;
        }
    }

    .accordion-button:not(.collapsed) {
        background-color: unset;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .navbar .nav-link,
    .navbar .enquiry {
        text-transform: uppercase;
    }

 @media (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
    .bg-primary {
        background-color: #015fc9 !important;
    }

    .bg-black {
        background-color: #015fc9 !important;
    }

    .carousel-caption {
        text-align: left;
        left: 0%;
        right: 0%;
        height: 100%;
        place-content: center;
    }

    .carousel-item {
        place-content: center;
    }

    .carousel-item .slide-bg-img {
        width: 100%;
        height: 100%;
    }

    .carousel-item .slide-bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #slider {
        background: linear-gradient(315deg, rgba(1, 95, 201, 1) 0%, rgba(1, 95, 201, 1) 50%, rgba(22, 36, 61, 1) 100%);
    }



    .bg-img1 {
        background-image: url(../images/bg-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .img-cover {
        height: 130px;
        object-fit: contain;
        object-position: center;
    }


    .img-day {
        position: relative;
    }

    .img-day img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .day {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ff9d3d;
        color: white;
        padding: 2px 10px;
        margin: 10px;
        border-radius: 50px;
        text-transform: uppercase;
    }

    main p {
        color: #585858;
    }

    main li {
        color: #585858;
    }

    .radius-20 {
        border-radius: 20px;
    }

    .p-box {
        overflow: hidden;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* #tour .card-title {
        overflow: hidden;
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    } */

    .iconbox-one__content {
        border-radius: 20px;
        /* padding: 1rem 1rem; */
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        background: rgba(0, 0, 0, 0.2);
    }

    .iconbox-one__content:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        -webkit-clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        background: #fff;
        padding: 2px;
        border-radius: 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .iconbox-one__content-inner {
        position: relative;
    }




    .iconbox-one__number {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* font-size: 18px; */
        font-weight: 700;
        background: #ff9d3d;
        color: white;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .about-bg-img {
        background-image: url(../images/img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ab-tour-img {
        border-radius: 50%;
        overflow: hidden;
    }

    .shep-1,
    .shep-2,
    .shep-3 {
        position: absolute;
    }

    .shep-1 {
        width: 10%;
        top: 0;
        left: 30%;
        padding: 6px;
    }

    .shep-2 {
        width: 6%;
        top: 64%;
        right: 0;
        padding: 6px;
    }

    .shep-3 {
        width: 14%;
        bottom: 4%;
        left: 26%;
        padding: 6px;
    }

    .btn-gradient {
        background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(1, 95, 201, 1) 50%, rgba(22, 36, 61, 1) 100%);
        border: 1px solid white;
        color: white;
    }

    .btn-gradient:hover {
        background: linear-gradient(90deg, rgb(255 157 61) 0%, rgb(255 157 61) 50%, rgb(255 157 61) 100%) !important;
        color: white;
    }

    .bg-gradient-1 {
        background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(1, 95, 201, 1) 50%, rgba(22, 36, 61, 1) 100%);
    }


    .bus-img-cover {
        position: relative;
        padding-bottom: 100px;
    }

    .bus-img-cover .img-4 img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .bus-cover {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .radius-lr {
        overflow: hidden;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    #tour-bus .img-item {
        height: 400px;
    }

    #tour-bus .img-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    #title-slide-1 {
        position: relative;
        height: 45vh;
    }

    #title-slide-1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #title-slide-1 .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slide-title-content {
        position: absolute;
        width: 100%;
        height: 100%;
        color: white;
        place-content: center;
        text-align: center;
    }

    .text-content {
        text-transform: uppercase;
    }

    .text-content {
        /* position: relative; */
        background-color: #00000078;
        width: fit-content;
        margin: auto;
        padding: 14px;
    }

    .maskSh-1 {
        mask-image: url(../images/shep1.png);
        -webkit-mask-image: url(../images/shep1.png);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        width: 56%;
        height: auto;
        display: block;
        height: 75%;
        overflow: hidden;
    }

    .maskSh-1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        animation: sliderAnimation 12s infinite;
    }

    .object-fit {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* First image */
    .maskSh-1 img:nth-child(1) {
        animation-delay: 0s;
    }

    /* Second image */
    .maskSh-1 img:nth-child(2) {
        animation-delay: 4s;
    }

    /* Third image */
    .maskSh-1 img:nth-child(3) {
        animation-delay: 8s;
    }

    @keyframes sliderAnimation {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        30% {
            opacity: 1;
        }

        40% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @media (max-width:768px) {
        .sm-h-300 {
            height: 300px !important;
        }
    }

    #title-slide-3 {
        position: relative;
        height: 50vh;
    }

    #title-slide-3 .slide-back-img {
        height: 100%;
    }

    #title-slide-3 .slide-back-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #should .icon {
        position: relative;
        z-index: 1;
        width: 80%;
    }

    #should .icon img {
        width: 100%;
    }

    #should .icon::before {
        position: absolute;
        content: '';
        top: -10px;
        left: 40px;
        height: 100%;
        width: 100%;
        background-color: #ff9d3d;
        border-radius: 50%;
        z-index: -1;
    }

    @media(min-width:768px) {
        .slide-mask {
            width: 60%;
            height: 100%;
            position: absolute;
            bottom: 0;
            right: 0;

            /* Masking */
            mask-image: url(../images/layer-14.png);
            -webkit-mask-image: url(../images/layer-14.png);

            mask-position: center;
            -webkit-mask-position: center;

            mask-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;

            mask-size: 100% 100%;
            -webkit-mask-size: 100% 100%;
        }
    }

    .should-sec {
        background-image: url(../images/bg-05.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .space {
        white-space: nowrap;
    }

    .carousel-control-next,
.carousel-control-prev {
    top: 45%;
    width: 40px;
    opacity: 1;
    height: 50px;
    background-color: #ff9d3d;
    bottom: unset;
}


/* slider image zoom */
.image-zoom {
  -webkit-animation: image-zoom 15s ease-out both;
          animation: image-zoom 15s ease-out both;
             animation-iteration-count: infinite;
}

/** The Keyframes
--------------------------------------**/
@-webkit-keyframes image-zoom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes image-zoom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.bg-img1 {
        background-image: url(../images/bg-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .img-cover {
        height: 130px;
        object-fit: contain;
        object-position: center;
    }

    @media (min-width:768px) {
        .h-260 {
            height: 260px;
        }

        .h-260 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }

    .gradient-1{background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(1, 95, 201, 1) 50%, rgba(22, 36, 61, 1) 100%);}

.get{
    position: relative;
background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(1, 95, 201, 1) 50%, rgba(22, 36, 61, 1) 100%);
z-index: 1;
}
@media (min-width:768px) {
.get::before{background-image: url(../images/mask-img-4-1.png);}
.get::after{background-image: url(../images/mask-img-4-2.png); top: 0;background-position-x: right;}
}

 @media (max-width:768px) {
.get::before{background-image: url(../images/mask-img-4-3.png);}
.get::after{background-image: url(../images/mask-img-4-4.png);bottom: 0;background-position-y: bottom;}
}

.get::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    z-index: -1;
}
.get::after{
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.quote {
        background-color: #ff9d3d;
        padding: 4px 20px;
        border-radius: 50px 0px 0px 50px;
        color: white;
    }

    .testimonial-item {
        position: relative;
    }

    .testimonial-item:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 50px;
        border-top: 20px solid #f8f9fa;
        border-left: 60px solid transparent;
        border-bottom-right-radius: 10px;
    }



    .tes-form {
        position: relative;
        background-color: #16243d;
        z-index: 1;
    }

    @media(min-width:768px) {
        .tes-form::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            z-index: -1;
            background-color: #ff9d3d;
        }
    }

    .bi-star-fill {
        color: #ff9d3d;
    }

    #form-1 .form-control {
        background-color: unset;
        border: unset;
        color: white;
    }

    #form-1 .form-control:focus {
        box-shadow: unset;
    }


    footer {
    position: relative;
    background-color: #16243d;
    z-index: 1;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}


.logo-icon {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 200px;
    height: 83px;
    background: #ffffff;
    bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.logo-icon img {
    padding: 10px;
}

.logo-icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #ffffff;
}

.logo-icon::after {
    position: absolute;
    content: "";
    top: 6px;
    right: -19px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-left-radius: 20px;
    box-shadow: -6px -6px 0 6px #ffffff;
}

footer li,
footer a,
footer p,
footer h4 {
    color: white;
}

a {
    text-decoration: none;
}

footer li {
    padding: 6px 0px;
}

.text-warning {
    color: #ff9d3d !important;
}

.btn-warning {
    color: #ffffff;
    background-color: #ff9d3d;
    border-color: #ff9d3d;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #ff9d3d;
}

.navbar-nav .nav-link {
    color: #16243d;
}



footer a:hover {
    color: #ff9d3d;
}

.social-links {
    position: fixed;
    z-index: 10;
}
@media (min-width:768px) {
    .social-links {bottom: 12%;
    right: 14px;}
    .social-links, .social-links ul{
        flex-direction: column;
    }
}
@media (max-width:768px) {
.social-links{
    width: 100%;
        justify-content: space-between;
        bottom: 0;
        padding: 10px;
        background-color: #ffffff;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
}
}

.what-pup img {
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.social-links, .social-links ul{
    display: flex;
    gap: 10px;
}


#title-slide-3 {
    position: relative;
    height: 50vh;
}

#title-slide-3 .slide-back-img {
    height: 100%;
}

#title-slide-3 .slide-back-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#contact-page a {
        color: #585858;
    }

    .con-icon {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 60px;
    }

    .con-content {
        border-radius: 20px;
        /* padding: 1rem 1rem; */
        position: relative;
        overflow: hidden;
        -webkit-clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        background: rgba(0, 0, 0, 0.2);
        padding-left: 50px;
        height: 100%;
        background: #ff9d3d;
    }

    /* .con-content h5{color: #ff9d3d;} */

    .con-content:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        -webkit-clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
        background: #fff;
        padding: 2px;
        border-radius: 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }