* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'fontAwesome', sans-serif;
}
/*--Navigation--*/
#header {
    width: 100%;
    height: 20px;
    position: sticky;
    top: 0;
    z-index: 10;
}
#header .navbar .navbar-brand img {
    height: 80px;
    padding-left: 30px;
}
#header .navbar .navbar-nav .nav-item {
    padding: 0 10px;
}
#header .navbar .navbar-nav .nav-item .nav-link {
   float: right;
   text-align: left;
   font-size: 20px;
   color: #555!important;
   font-weight: 600;
}
#header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #007bff!important;
}
/* .navbar {
    background: #fff;
} */
#header .navbar .navbar-toggler {
    border: none!important;
}
/* .nav-link {
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
} */
/*--Slider--*/
#home {
    width: 100%;
}
#home .slider {
    margin-top: 90px;
}
#home .carousel-inner .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial!important;
}
#home .carousel-inner .carousel-caption h5 {
    color: #fff!important;
    font-size: 70px;
    font-weight: bolder;
}
#home .carousel-inner .carousel-caption p {
    font-size: 30px;
    padding: 10px;
}

#best-t {
    margin-top: 200px;
}
.content-head {
    width: fit-content;
}
.content-head h1 {
    color: rgba(0, 0, 0, 0.795);
}
/* #best-t .content-head .line-design {
    display: flex!important;
    margin: 30px auto;
}
#best-t .content-head .line-design .line-1 {
    width: 300px;
    height: 1px;
    background: rgba(0, 0, 0, 0.699);
}
#best-t .content-head .line-design .line-2 {
    width: 300px;
    height: 1px;
    background: rgba(0, 0, 0, 0.699);
}
#best-t .content-head .line-design .dot-circle {
    display: flex!important;
    margin: 0 auto;
}
#best-t .content-head .line-design .dot-circle .dot-1,
#best-t .content-head .line-design .dot-circle .dot-2,
#best-t .content-head .line-design .dot-circle .dot-3 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #007bff;
} */
.content-head .content-head-details p {
    font-size: 18px;
    padding: 10px;
}
#best-t .col-md-4 {
    margin-top: 20px;
}
#best-t .tour-pack {
    padding: 10px;
    margin: 10px 10px 0px 0px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    transition: all 0.8s;
    /* transform: scale(1.05); */
}
#best-t .tour-pack .image-container img {
    transform: scale(1.05);
    transition: all 0.8s;
}
#best-t .tour-pack .tour-p-head h2 {
    padding: 10px;
    font-size: 18px;
}
#best-t .tour-pack .tour-content {
    margin-top: 20px;
}
#best-t .tour-pack .tour-content .tour-p-details p {
    padding: 10px;
    font-size: 17px;
    font-weight: bolder;
    color: rgba(0, 128, 0, 0.781);
}
#best-t .tour-pack .tour-content .tour-p-btn {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}
#best-t .tour-pack .tour-content .tour-p-btn .btn {
    background: lawngreen;
}
#best-t .tour-pack .tour-content .tour-p-btn i {
    color: gold;
}
#best-t .tour-pack:hover .image-container img {
    transform: scale(1.02);
}
/* #best-t .tour-pack:hover {
    transform: scale(1.02);
} */
#best-t .tour-pack:hover .tour-p-head h2 {
    color: rgba(0, 128, 0, 0.781);
}
#best-t .tour-pack:hover .tour-content .tour-p-btn .btn {
    background: rgb(234, 238, 17);
}
#special-tour {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(Pictures/bkg2.jpg);
    background-size: cover;
    margin-top: 150px;
}
#special-tour .banner-text {
    transform: translateY(100px);
}
.countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 120px auto 0px auto;
    overflow: hidden;
}
#special-tour .banner-text h2 {
    font-weight: bolder;
    font-size: 50px;
    color: #fff;
}
#special-tour .banner-text h3 {
    font-weight: 200;
    font-size: 35px;
    padding: 10px;
    color: #fff;
}
#special-tour .banner-text p {
    font-size: 20px;
    color: #fff;
}
#special-tour .special-btn .btn {
    background: lawngreen;
    margin: 60px auto;
    color: #fff;
}
/* .countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
     margin: 220px auto 0px auto;
    overflow: hidden;
} */
/* .countdown-container h1 {
    font-weight: normal;
    font-size: 60px;
    /* margin: -150px 0 40px; */
    /* margin: 150px 0 40px; */
    /* color: #fff; 
} */
.countdown-container .countdown {
    display: flex;
    transform: scale(2);
}
.countdown-container .countdown .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
    padding: 20px;
    /* height: 70px; */
    border-radius: 10px!important;
    /* background: rgba(0,0,0,0.5); */
}
.countdown-container .countdown .time h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 5px;
    color: #fff;
}
.countdown-container .countdown .time  small {
    color: #fff;
}

#our-tour {
    margin-top: 150px;
}
#our-tour .tour {
    padding: 10px;
    margin: 10px 10px 0px 0px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    transition: all 0.8s;
    /* transform: scale(1.05); */
}
#our-tour .tour .image-container img {
    transform: scale(1.05);
    transition: all 0.8s;
}
#our-tour .tour .tour-content .tour-p-head h2 {
    padding: 10px;
    font-weight: bolder;
    font-size: 18px;
}
#our-tour .tour .tour-content {
    margin-top: 10px;
}
#our-tour .tour .tour-content .tour-p-details p {
    padding: 10px;
    font-size: 17px;
    /* font-weight: bolder;
    color: rgba(0, 128, 0, 0.781); */
}
#our-tour .tour .tour-btn {
    margin: 10px;
}
#our-tour .tour .tour-btn a {
    text-transform: uppercase;
    color: #555;
}
#our-tour .tour .tour-btn a i {
   font-size: 20px;
   padding: 5px;
}
#our-tour .tour:hover .image-container img {
    transform: scale(1.02);
}
/* #best-t .tour-pack:hover {
    transform: scale(1.02);
} */
#our-tour .tour:hover .tour-btn a  {
    color: rgba(0, 128, 0, 0.781);
}
#most-p {
    margin-top: 150px;
}
#most-p .most-d {
    margin: 30px;
}
#most-p .most-d .most-d-details {
    margin-top: 20px;
    margin-bottom: 20px;
}
#most-p .most-d .most-d-details p {
    font-weight: 200;
    font-size: 20px;
}
#most-p .most-d .most-d-details p span {
    font-weight: bolder;
    font-size: 18px;
    color: green;
}


#services {
    width: 100%;
    height: 85vh;
    background: linear-gradient(rgba(34, 34, 34, 0.5),rgba(34, 34, 34, 0.5)),url(Pictures/pic\ 19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#services .banner-text {
    top: 60%;
    left: 10%;
    position: absolute;
    transform: translateY(-60%);
    color: #fff;
}
/* #services .banner-text p {
    font-size: 18px;
    padding: 10px;
} */
#services .banner-text h2 {
    font-size: 64px;
    font-weight: 600;
    padding: 10px;
}
/* #services .banner-text h2 span {
    color: #C6CF22;
} */
/* #services .banner-text .btn {
    padding: 10px;
    background: #C6CF22;
    color: #fff;
    font-weight: bolder;
    margin: 10px;
    border: none!important;
} */
#services .home-page-link a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline!important;
    padding: 10px;
}
#services .home-page-link a:hover {
    color: #C6CF22;
}
#services-details {
    margin-top: 200px;
}
#services-details .col-md-4 {
    margin-top: 20px;
}
#services-details .tour-pack {
    padding: 10px;
    margin: 10px 10px 0px 0px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    transition: all 0.8s;
    /* transform: scale(1.05); */
}
#services-details .tour-pack .image-container img {
    transform: scale(1.05);
    transition: all 0.8s;
}
#services-details .tour-pack .tour-p-head h2 {
    padding: 10px;
    font-size: 18px;
}
#services-details .tour-pack .tour-content {
    margin-top: 20px;
}
#services-details .tour-pack .tour-content .tour-p-details p {
    padding: 10px;
    font-size: 17px;
    font-weight: bolder;
    color: rgba(0, 128, 0, 0.781);
}
#services-details .tour-pack .tour-content .tour-p-btn {
    margin: 10px auto;
}
#services-details .tour-pack .tour-content .tour-p-btn .btn {
    background: lawngreen;
}
#services-details .tour-pack .tour-content .tour-p-btn i {
    color: gold;
}
#services-details .tour-pack:hover .image-container img {
    transform: scale(1.02);
}
/* #best-t .tour-pack:hover {
    transform: scale(1.02);
} */
#services-details .tour-pack:hover .tour-p-head h2 {
    color: rgba(0, 128, 0, 0.781);
}
#services-details .tour-pack:hover .tour-content .tour-p-btn .btn {
    background: rgb(234, 238, 17);
}
#service-learn {
    margin-top: 150px;
}
#service-learn .serv-learn-head h2 {
    font-weight: bolder;
    font-size: 30px;
    padding: 10px;
}
#service-learn .serv-details p {
    font-size: 20px;
    font-weight: 200;
    padding-top: 20px;
}
#service-learn form {
    /* width: 400px; */
    height: auto;
    border: 1px solid rgba(85, 85, 85, 0.295);
    padding: 20px;
    margin-top: 20px;
}
#service-learn form .form-head h2 {
    font-weight: bolder;
    padding: 10px;
    text-align: left;
}
#service-learn form .form-group  {
    margin: 30px 10px 10px 10px;
}
#service-learn form .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(85, 85, 85, 0.295);
}
#service-learn form .btn {
    margin: 30px 10px 10px 5px!important;
    padding: 20px;
}
#service-learn .any-question {
    padding: 20px;
    background: #555!important;
    text-align: left;
    color: #fff;
    margin-top: 30px;
}
#service-learn .any-question h2 {
    padding: 10px;
    font-weight: bolder;
}
#service-learn .any-question p {
    padding: 10px;
}
#service-learn .any-question ul {
    list-style: none!important;
}
#service-learn .any-question ul li {
    font-size: 15px;
    padding: 10px;
}
#service-learn .any-question ul li i {
    padding: 5px;
    color: green;
    font-size: 25px;
}

#about {
    width: 100%;
    height: 85vh;
    background: linear-gradient(rgba(34, 34, 34, 0.5),rgba(34, 34, 34, 0.5)),url(Pictures/pic\ 19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#about .banner-text {
    top: 60%;
    left: 10%;
    position: absolute;
    transform: translateY(-60%);
    color: #fff;
}
/* #services .banner-text p {
    font-size: 18px;
    padding: 10px;
} */
#about .banner-text h2 {
    font-size: 64px;
    font-weight: 600;
    padding: 10px;
}
/* #services .banner-text h2 span {
    color: #C6CF22;
} */
/* #services .banner-text .btn {
    padding: 10px;
    background: #C6CF22;
    color: #fff;
    font-weight: bolder;
    margin: 10px;
    border: none!important;
} */
#about .home-page-link a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline!important;
    padding: 10px;
}
#about .home-page-link a:hover {
    color: #C6CF22;
}
#about-details {
    margin-top: 150px;
}
#about-details .image-container img {
    margin: 10px;
}
#about-details .about-details-head h2 {
    padding: 10px;
    font-weight: bolder;
}
#about-details .about-content p {
    padding: 10px;
}
/* Why Us*/
#whyus {
    margin-top: 150px;
} 
#whyus .whyus-content {
    padding: 30px;
    text-align: left;
    margin: 30px 10px 10px 10px;
    box-shadow: 2px 2px 2px 2px rgba(85, 85, 85, 0.233);
}
#whyus .whyus-content .whyus-head {
    display: flex;
}
#whyus .whyus-content .whyus-head h1 {
    font-size: 25px;
    padding: 10px;
    color: green;
    font-weight: bolder;
}
#whyus .whyus-content .whyus-head h2 {
    font-size: 20px;
    padding: 10px;
}
#whyus .whyus-content .whyus-details p {
    padding: 10px;
}
/*---- Review------*/
#review {
    margin: 100px 0;
}
#review .carousel-item img {
    width: 150px;
    border-radius: 50%;
}
#review .carousel-item {
    text-align: center;
    height: 430px;
}
#review .carousel-caption {
    z-index: -1 !important;
    box-shadow: 0 0 15px 1px rgba(166,163,223,0.5);
    border-radius: 5px;
    margin-bottom: 50px;
}
#review .carousel-caption h5 {
    margin-top: 55px;
    font-weight: bold;
    color: #000 !important;
}
#review .carousel-caption small {
    margin-top: 10px;
    margin-bottom: 50px;
    display: block;
    color: #000 !important;
}
#review .carousel-caption p {
   text-align: center;
   padding: 0 50px;
   font-size: 15px;
    color: #808080 !important;
}
#review .carousel-indicators button {
    background-color: #6900d1 !important;
}



#contact {
    width: 100%;
    height: 85vh;
    background: linear-gradient(rgba(34, 34, 34, 0.5),rgba(34, 34, 34, 0.5)),url(Pictures/pic\ 19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#contact .banner-text {
    top: 60%;
    left: 10%;
    position: absolute;
    transform: translateY(-60%);
    color: #fff;
}
/* #services .banner-text p {
    font-size: 18px;
    padding: 10px;
} */
#contact .banner-text h2 {
    font-size: 64px;
    font-weight: 600;
    padding: 10px;
}
/* #services .banner-text h2 span {
    color: #C6CF22;
} */
/* #services .banner-text .btn {
    padding: 10px;
    background: #C6CF22;
    color: #fff;
    font-weight: bolder;
    margin: 10px;
    border: none!important;
} */
#contact .home-page-link a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline!important;
    padding: 10px;
}
#contact .home-page-link a:hover {
    color: #C6CF22;
}
#contact-info {
    margin-top: 150px;
}
#contact-info .contact-info-head h2 {
    padding: 10px;
    font-weight: bolder;
}
#contact-info .contact-info-content .contact-content {
    margin: 30px 10px 10px 10px;
}
#contact-info .contact-info-content .contact-content h5{
    font-weight: bolder;
    font-size: 18px;
}
#contact-info .contact-info-content .contact-content p a{
    color: #555;
}
#contact-info .contact-us-form form .form-head {
    font-weight: bolder;
    padding: 10px;
}
#contact-info .contact-us-form form .form-group {
    margin: 20px 10px 10px 10px;
}
#contact-info .contact-us-form form .form-group input, #contact-info .contact-us-form form .form-group textarea {
    background: rgba(204, 204, 204, 0.26);
}
#contact-info .contact-us-form form .btn {
    margin: 10px;
}
#contact-info .contact-us-form form .btn i {
    padding: 5px;
    font-size: 15px;
}
/* #most-p .most-d .on-top {
    position: absolute!important;
    opacity: 0;
    width: 355px;
    height: 236px;
    margin: -236px 0px 0px 0px;
    background: rgba(0,0,0,0.4);
    transition: 0.8s;
}
#most-p .most-d .on-top p {
    padding: 150px 0px 10px 20px;
    color: #fff;
    font-weight: bolder;
}
#most-p .most-d .on-top p span {
    color: green;
}
#most-p .most-d:hover .on-top {
    opacity: 1;
} */
/* @media (max-width: 1776px) {
    #special-tour {
        width: 100%;
        height: 90vh;
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(Pictures/bkg2.jpg);
        background-size: cover;
    }
    #special-tour .banner-text {
        transform: translateY(100px);
    }
    .countdown-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
         margin: 200px auto 0px auto;
        overflow: hidden;
    }
} */
footer {
    margin-top: 100px;
}
footer .footer-img {
    width: 100px;
}
@media (max-width: 1200px) {
    form {
        width: 100%;
    }
}
@media (max-width: 1336px) {
    #home .carousel-inner .carousel-caption h5 {
        color: #fff!important;
        font-size: 60px;
        font-weight: bolder;
    }
    #home .carousel-inner .carousel-caption p {
        font-size: 28px;
    }
}
@media (max-width: 1114px) {
    #home .carousel-inner .carousel-caption h5 {
        color: #fff!important;
        font-size: 50px;
        font-weight: bolder;
    }
    #home .carousel-inner .carousel-caption p {
        font-size: 25px;
    }
}
@media (max-width: 988px) {
    #best-t .tour-pack .tour-content .tour-p-btn {
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }
    #best-t .tour-pack .tour-content .tour-p-btn .btn {
        background: lawngreen;
        height: 35px;
    }
    #best-t .tour-pack .tour-content .tour-p-btn i {
        color: gold;
        display: flex;
        /* font-size: 10px; */
    }
}
@media (max-width: 956px) {
    #home .carousel-inner .carousel-caption h5 {
        color: #fff!important;
        font-size: 40px;
        font-weight: bolder;
    }
    #home .carousel-inner .carousel-caption p {
        font-size: 25px;
    }
}

@media (max-width: 932px) {
    .countdown-container .countdown .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 15px;
        padding: 15px;
        border-radius: 10px!important;
        /* background: rgba(0,0,0,0.5); */
    }
    .countdown-container .countdown .time h2 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
        margin: 0 0 5px;
        color: #fff;
    }
    .countdown-container .countdown .time  small {
        color: #fff;
    }
}
@media only screen and (max-width: 800px) {
    #review .carousel-item {
        height: 520px;
    }
    #review .carousel-caption {
        margin: 0 10px 50px 10px;
        left: 0 !important;
        right: 0 !important;
    }
}
@media (max-width: 828px) {
    .countdown-container .countdown .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 15px;
        padding: 10px;
        border-radius: 10px!important;
        /* background: rgba(0,0,0,0.5); */
    }
    .countdown-container .countdown .time h2 {
        font-weight: bold;
        font-size: 25px;
        line-height: 1;
        margin: 0 0 5px;
        color: #fff;
    }
    .countdown-container .countdown .time  small {
        color: #fff;
    }
}
@media (max-width: 824px) {
    .countdown-container .countdown .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 15px;
        padding: 10px;
        border-radius: 10px!important;
        /* background: rgba(0,0,0,0.5); */
    }
    .countdown-container .countdown .time h2 {
        font-weight: bold;
        font-size: 25px;
        line-height: 1;
        margin: 0 0 5px;
        color: #fff;
    }
    .countdown-container .countdown .time  small {
        color: #fff;
    }
}
@media (max-width: 760px) {
    form {
        width: 100%;
    }
}
@media (max-width: 752px) {
    #best-t .tour-pack .tour-content .tour-p-btn {
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }
    #best-t .tour-pack .tour-content .tour-p-btn .icons {
        display: flex;
    }
    #best-t .tour-pack .tour-content .tour-p-btn .btn {
        background: lawngreen;
    }
    #best-t .tour-pack .tour-content .tour-p-btn i {
        color: gold;
    }
}
@media (max-width: 728px) {
    .countdown-container .countdown .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 10px;
        padding: 10px;
        border-radius: 10px!important;
        /* background: rgba(0,0,0,0.5); */
    }
    .countdown-container .countdown .time h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        margin: 0 0 5px;
        color: #fff;
    }
    .countdown-container .countdown .time  small {
        color: #fff;
    }
}
@media (max-width: 668px) {
    .countdown-container .countdown .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 10px;
        padding: 10px;
        border-radius: 10px!important;
        /* background: rgba(0,0,0,0.5); */
    }
    .countdown-container .countdown .time h2 {
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
        margin: 0 0 5px;
        color: #fff;
    }
    .countdown-container .countdown .time  small {
        color: #fff;
    }
}
@media (max-width: 668px) {
    .countdown-container .countdown .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 8px;
        padding: 10px;
        border-radius: 10px!important;
        /* background: rgba(0,0,0,0.5); */
    }
    .countdown-container .countdown .time h2 {
        font-weight: bold;
        font-size: 10px;
        line-height: 1;
        margin: 0 0 5px;
        color: #fff;
    }
    .countdown-container .countdown .time  small {
        color: #fff;
        font-size: 10px;
    }
}
@media (max-width: 596px) {
    #home .carousel-inner .carousel-caption h5 {
        color: #fff!important;
        font-size: 30px;
        font-weight: bolder;
    }
    #home .carousel-inner .carousel-caption p {
        font-size: 20px;
    }
}
@media (max-width: 500px) {
    #special-tour {
        height: 110vh;
    }
    .countdown-container h1 {
        font-size: 45px;
    }
    .countdown-container .countdown .time {
        margin: 5px 0px 0px 5.5px;
    }
    .countdown-container .countdown .time h2 {
        font-size: 10px;
    }
    .countdown-container .countdown .time small {
        font-size: 8px;
    }
    #services .banner-text h2 {
        font-size: 40px;
        font-weight: 600;
        padding: 10px;
    }
}