html,
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #ccc;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.subtitle {
    color: #1883a1;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hdr01 {
    font-size: 35px;
    color: #000;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
}

p {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 30px;
}

p:last-child {
    margin-bottom: 0;
}

.paddT100 {
    padding-top: 100px;
}

.paddT70 {
    padding-top: 70px;
}

.paddB70 {
    padding: 0 0 70px 0;
}

.paddB40 {
    padding-bottom: 40px;
}

.paddTB70 {
    padding: 70px 0;
}

.top-sec {
    background-color: #1883a1;
    padding: 15px 0;
}

.info-sec ul li {
    display: inline-block;
    margin-right: 50px;
}

.info-sec ul li:last-child {
    margin: 0;
}

.info-sec ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.info-sec ul li a i {
    margin-right: 5px;
    font-size: 15px;
}

.social-sec.top-social {
    margin: 0;
    text-align: end;
}

.social-sec.top-social li a {
    font-size: 14px;
    color: #1883a1;
    background: #ffff;
    width: 25px;
    height: 24px;
    line-height: 25px;
    margin-right: 8px;
}

.menu {
    padding: 20px 0;
}

.menu .stellarnav {
    display: flex;
    align-items: center;
}

.stellarnav>ul>li>a {
    font-size: 16px;
    color: #302f2f;
    padding: 10px 15px;
    font-weight: 500;
}

.stellarnav>ul>li>a:hover {
    color: #22b9ce;
}

.stellarnav>ul>li:last-child a {
    background: #22b9ce;
    color: #fff;
    padding: 10px 30px;
    margin-left: 30px;
    text-transform: uppercase;
}

.stellarnav>ul>li:last-child a:hover {
    color: #fff;
    background: #1883a1;
}

.social-sec.top-social li a:hover {
    color: #fff;
    background: #22b9ce;
}

.banner .carousel-caption {
    right: 5%;
    bottom: 50%;
    left: 5%;
    transform: translateY(50%);
    z-index: 9;
}

.bnr-hdr {
    font-size: 55px;
    line-height: 75px;
    margin-bottom: 20px;
    animation-delay: 800ms;
}

.carousel-inner p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    animation-delay: 1000ms;
}

.bnr-btn {
    animation-delay: 1500ms;
}

.bnr-btn a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.bnr-btn a i {
    background: #1883a1;
}

.bnr-btn a i {
    background: #1883a1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.form-bnr ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: end;
}

.form-bnr ul li {
    list-style-type: none;
    width: 20%;
}

.form-bnr {
    background: #fff;
    padding: 50px;
    margin-top: -80px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-bnr .form-label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.form-bnr .form-control,
.form-bnr .btn {
    background: #f8f8f8;
    border: 0;
    height: 60px;
    padding: 0 20px;
    border-radius: 0;
}

.form-bnr .form-control::placeholder,
.form-bnr .form-control,
.form-bnr .btn {
    color: #959494;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.form-bnr .form-control:focus {
    border: 0;
    box-shadow: none;
}

.form-bnr .btn {
    background: #1883a1;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.text h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.content01 {
    position: relative;
    overflow: hidden;
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 20px;
}
.content01:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    box-shadow: inset #000b15 -20px -100px 60px -20px;
    left: 0;
    z-index: 1;
}
.content01 .text {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.content01 img {
   width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.content01:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.packages-sec {
    background: #f1fcff;
}

.packages-box {
    position: relative;
    background: #fff;
}

.person-sec {
    color: #fff;
    background: #1883a1;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 10px 20px;
    z-index: 99;
}

.person-sec span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.date-sec {
    background: #1883a1;
    padding: 15px;
    margin: -20px 30px 20px;
    z-index: 9;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.date-sec li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.date-sec li:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 15px;
}

.date-sec li i {
    margin-right: 5px;
    font-size: 18px;
}

.packages-text {
    padding: 20px 30px;
}

.packages-text h3 {
    font-size: 23px;
    /* font-size: 25px; */
    font-weight: 600;
}

.reviews-sec {
    color: #7c7c7c;
    font-size: 16px;
    padding: 15px 0 20px;
}

.reviews-sec i {
    color: #1883a1;
    font-size: 14px;
    padding: 0 4px;
}

.reviews-sec i:last-child {
    color: #cccccc;
}

.reviews-sec span {
    margin-left: 20px;
}

.btn-sec01 {
    display: flex;
    justify-content: space-around;
}

.btn-sec01 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #000;
    font-weight: 500;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.btn-sec01 a:last-child {
    border-right: 0;
}

.btn-sec01 a i {
    color: #1883a1;
    font-size: 20px;
    margin-left: 15px;
}

.btn-sec01 a:hover {
    color: #fff;
    background: #1883a1;
    border-color: #1883a1;
}

.btn-sec01 a:hover i {
    color: #fff;
}

.packages-box .image {
    overflow: hidden;
    height: 350px;
}
.packages-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.packages-box:hover img {
    transform: scale(1.05);
}

.line-clamp3 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.packages-sec .row {
    --bs-gutter-y: 25px;
    /* --bs-gutter-x: 30px; */
}

.go-travel-video {
    position: relative;
    background-image: url(..//img/bg01.jpg);
    background-position: center right;
    background-size: 75% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.go-travel-video iframe {
    height: 600px;
}

.go-travel-text {
    padding: 50px;
}

.go-travel-text h3 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitle01 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.subtitle01::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.go-travel-text p {
    color: #fff;
}

.nbr-count.srv-cont .text-start {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.nbr-count.srv-cont .text-start:nth-child(2) {
    border-right: 0;
}

.nbr-count.srv-cont .text-start:nth-child(3) {
    border-bottom: 0;
}

.nbr-count.srv-cont .text-start:nth-child(4) {
    border: 0;
}

.nbr-count.srv-cont {
    display: flex;
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.nbr-count.srv-cont .text span {
    color: #fff;
    display: block;
}

.nbr-count.srv-cont .count {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    display: inline-block !important;
}

.nbr-count.srv-cont .pls-k::before {
    content: "K+";
    position: absolute;
    right: -45px;
}

.ImageBtmSec {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 9;
}

.InfoBox {
    background: #fff;
    padding: 30px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Phn-Svr span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.Phn-Svr a {
    color: #0791be;
    font-size: 30px;
    font-weight: 700;
}

.Phn-Svr a:hover {
    color: #22b9ce;
}

.Phn-Svr {
    position: relative;
    padding-left: 80px;
}

.Phn-Svr::before {
    position: absolute;
    content: "\f095";
    font-family: 'FontAwesome';
    color: #0791be;
    font-size: 46px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sphere-sec {
    background: #f6f6f6;
    margin-top: 80px;
    padding: 80px 0;
}

.btn-sec {
    margin-top: 30px;
}

.btn-sec a,
button.btn-sec {
    color: #fff;
    background: #1883a1;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 10px;
    border: 0;
}

.testimonial01 .testimonial-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.ClientName {
    color: #1883a1;
    font-size: 22px;
    margin: 0;
}

.owl-carousel .owl-item .image-sec img {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.image-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.image-box img {
    border-radius: 50%;
}

.image-box {
    width: 80px;
    height: 80px;
}

.style-dots .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.style-dots .owl-dot {
    background-color: #7a7574 !important;
    margin: 0 7px;
    width: 30px;
    height: 4px;
    border-radius: 10px;
}

.style-dots .owl-dot.active,
.style-dots .owl-dot:hover {
    background-color: #1883a1 !important;
}

.sphere-text {
    padding-right: 70px;
}

.sphere-text .hdr01 {
    margin-right: 140px;
}

.reting01 i {
    color: #ffc107;
    font-size: 14px;
    margin-right: 5px;
}

.reting01 {
    margin-bottom: 15px;
}

.list01 li a {
    font-size: 20px;
    color: #1883a1;
    font-weight: 600;
}

.list01 li a:hover {
    color: #000;
}

.list01 li {
    list-style-type: none;
    line-height: 55px;
}

.Newsletter .fa-envelope {
    color: #1883a1;
    font-size: 26px;
    margin-right: 10px;
}

.Newsletter .hdr01 {
    font-size: 28px;
    font-weight: 500;
}

.Newsletter-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.Newsletter-form .form-control {
    border: 0;
    font-size: 25px;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 50px;
    line-height: 0;
    height: 70px;
}

.Newsletter-form .form-control::placeholder {
    font-size: 20px;
    font-weight: 500;
}

.Newsletter-form .submit.form-control {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #1883a1;
    width: 40%;
    line-height: 0;
}

.Newsletter-form .submit.form-control:hover {
    background: #22b9ce;
}

.Newsletter-form .form-control:focus {
    border: 0;
    box-shadow: none;
}

.Newsletter-text p {
    margin-bottom: 30px;
}

.social-sec li {
    display: inline-block;
}

.social-sec li a {
    font-size: 15px;
    color: #fff;
    background: #aaaaaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.social-sec li a:hover {
    background: #1883a1;
}

.social-sec {
    margin-top: 35px;
}

.footer-sec {
    background-image: url('..//img/footer-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 0;
}

.logo-sec p {
    color: #fff;
    margin-top: 40px;
}

.foot-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.UsefulLink li a,
.UsefulLink p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
}

.UsefulLink li a:hover {
    color: #9ce9ff;
}

.UsefulLink p {
    line-height: 30px;
    margin-bottom: 25px;
}

.UsefulLink li {
    list-style-type: none;
}

.foot-flex {
    display: flex;
    gap: 40px;
}

.Copyright {
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #1883a1;
    padding: 20px 0;
    margin-top: 30px;
}

.btn-sec a:hover,
button.btn-sec:hover {
    background: #22b9ce;
}

.form-bnr .btn:hover,
.form-bnr .btn:focus {
    color: #fff;
    background: #22b9ce;
}

/* ---------- inner bnr ---------- */

.inr-bnr {
    background-image: url('..//img/inr-bnr.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inr-bnr-hdr {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.inr-bnr .row {
    height: 400px;
}

.inr-bnr .breadcrumb {
    justify-content: center;
    margin: 0;
}

.inr-bnr .breadcrumb li,
.inr-bnr .breadcrumb li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.inr-bnr .breadcrumb-item a:hover {
    color: #22b9ce;
}

.inr-bnr .breadcrumb-item.active {
    color: #c1c1c1;
}

.inr-bnr .breadcrumb-item::before {
    color: #fff;
}

.cont-info p,
.pargfn18 p,
.fn18 {
    font-size: 18px;
    line-height: 32px;
}

.hdr02 {
    color: #010101;
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
}

.icon01 span {
    color: #fff;
    background: #1883a1;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.info-text h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 600;
}

.info-text a {
    font-size: 18px;
    color: #676767;
    font-weight: 500;
}

.info-text p {
    margin: 0;
}

.contact-form {
    background: #fff;
    border-radius: 15px;
    padding: 70px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.contact-form .subtitle {
    margin-bottom: 15px;
    display: block;
}

.contact-form .form-control,
.book-package .form-control,
.book-package .form-select {
    font-size: 18px;
    color: #eaeaea;
    border: 2px solid #eaeaea;
    height: 60px;
    margin-bottom: 20px;
}

.contact-form .form-control:focus,
.book-package .form-control:focus,
.book-package .form-select:focus {
    box-shadow: none;
}

.contact-form .form-control::placeholder,
.book-package .form-control::placeholder {
    color: #eaeaea;
    font-size: 18px;
}

.contact-form textarea.form-control,
.book-package textarea.form-control {
    height: 120px;
    margin: 0;
}

.backg01 img {
    position: relative;
    z-index: -9;
    width: 100%;
}

.abt01 {
    background-image: url('..//img/bg03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.bgf3f3f3 {
    background-color: #f3f3f3;
}

.latest-tours-sec li {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.latest-tours-sec li .text a {
    color: #302f2f;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.latest-tours-sec li .price-sec span {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}

.latest-tours-sec li .price-sec span:last-child {
    color: #1883a1;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.RightSideBar .hdr-sec {
    margin-bottom: 40px;
}

.detail-box {
    background: #fff;
    margin-bottom: 35px;
}

.view-detail {
    border-left: 1px solid #dddddd;
}

.view-detail .price-sec .price01 {
    font-size: 18px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 15px;
}

.view-detail .sell-price {
    color: #1883a1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.view-detail .reviews-sec span {
    margin: 0;
}

.view-detail .reviews-sec {
    padding: 15px 0 0;
}

.view-detail .reviews-sec i {
    color: #ff9f1f;
    font-size: 16px;
    padding: 0 2px;
}

.view-detail .reviews-sec i:last-child {
    color: #cccccc;
}

.view-detail .btn-sec a {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
}

.day {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.day i {
    color: #1883a1;
    font-size: 20px;
    margin-right: 5px;
}

.detail-text .hdr02 {
    color: #302f2f;
    font-size: 25px;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
}

.day.date span {
    color: #000000;
}

.latest-tours-sec li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.single-detail-box img {
    border-radius: 15px;
    margin-bottom: 50px;
}

.location-sec01 {
    color: #676767;
    font-size: 18px;
    font-weight: 500;
}

.location-sec01:hover {
    color: #1883a1;
}

.duration-sec {
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    padding: 30px 0;
    margin: 20px 0;
}

.duration-sec li {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    margin-right: 80px;
}

.duration-sec li .icon01 i {
    font-size: 30px;
    color: #1883a1;
}

.duration-sec li .text-sec h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

span {
    color: #676767;
    font-size: 14px;
}

.Information-sec .nav-link {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #dedede;
    border-radius: 5px;
    padding: 15px 35px;
    margin-right: 20px;
    align-items: center;
    display: flex;
}

.Information-sec .nav-link i {
    color: #1883a1;
    font-size: 25px;
    margin-right: 15px;
}

.Information-sec .nav-tabs {
    border: 0;
    margin: 50px 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #fff;
    background: #1883a1;
    border: 2px solid #1883a1;
}

.nav-tabs .nav-item.show .nav-link i,
.nav-tabs .nav-link.active i,
.nav-tabs .nav-link:hover i {
    color: #fff;
}

.book-package {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.book-package .hdr02 {
    margin-bottom: 25px;
}

.book-package .btn-sec {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.timeline-sec {
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

.timeline-sec:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 32px;
    height: 100%;
    border-left: 5px dashed #b7b7b7;
    z-index: 1;
}

.timeline-block {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.timeline-sec .marker {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #1883a1;
    z-index: 9999;
    text-align: center;
    left: 4px;
}

.marker.active {
    width: 40px;
    height: 37px;
    background: #5bd040;
    left: 0px;
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

.timeline-content h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-list {
    margin-bottom: 50px;
}

.timeline-content p {
    font-size: 16px;
    color: #676767;
    line-height: 28px;
    margin-bottom: 30px;
}

.timeline-block {
    width: 100%;
    margin-bottom: 30px;
}

.timeline-content h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.timeline-content span {
    color: #1883a1;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.timeline-list li {
    position: relative;
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    padding-left: 30px;
    list-style-type: none;
}

.timeline-list li::before {
    content: "\f00c";
    position: absolute;
    color: #000;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
}

.book-package .latest-tours-sec .text {
    width: 60%;

}

.book-package .latest-tours-sec .image {
    width: 40%;
}

.book-package .latest-tours-sec .image img {
    border-radius: 10px;
    width: 100%;
}

.book-package .latest-tours-sec li .price-sec span {
    font-size: 20px;
}

.book-package .latest-tours-sec li .price-sec span:last-child {
    margin-left: 0;
}

.book-package .latest-tours-sec li .text a,
.date-time01 {
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.date-time01 {
    font-size: 15px;
}

.book-package .latest-tours-sec li i {
    margin-right: 10px;
}

.book-package .latest-tours-sec li {
    align-items: center;
    padding: 0;
    margin-bottom: 40px;
    border: 0;
}

.book-package .latest-tours-sec li:last-child {
    margin: 0;
}

.svr-box .text .hdr01 {
    color: #302f2f;
    display: inline-block;
}

.svr-box .text {
    padding: 30px 20px;
}

.svr-box .text .hdr01:hover {
    color: #1883a1;
}

.svr-box .text img {
    display: block;
    margin-bottom: 20px;
}

.svr-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-bottom: 40px;
}

.svr-box .image-sec img {
    border-radius: 10px 10px 0 0;
}

.client-box01 {
    background: #fff;
    box-shadow: rgb(0 0 0 / 4%) 4px 12px 7px 1px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.client-box-btm {
    position: relative;
    padding: 30px;
    background: #22b9ce;
}

.ctm-shape-dvr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.ctm-shape-dvr svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 72px;
    transform: rotateY(180deg);
}

.ctm-shape-dvr .shape-fill {
    fill: #fff;
}

.client-info .image {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}

.client-info img {
    border: 8px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.client-info h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.client-info {
    margin-top: -90px;
    position: relative;
    z-index: 99;
}

.client-box01 .testimonial-text {
    position: relative;
    padding: 80px 30px 30px;
    margin-bottom: 70px;
}

.client-info .social-sec.top-social li a:hover {
    background: #1883a1;
}

.testimonial-text::before {
    content: "";
    position: absolute;
    background: url(..//img/quoit01.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 24px;
    left: 30px;
    top: 0;
}

.tour01 {
    background: transparent;
}

.tour01 .packages-box {
    box-shadow: rgb(0 0 0 / 4%) 4px 12px 7px 1px;
}

/* ---------- Gallery Section ---------- */

.portfolio-item li {
    flex: 0 0 auto;
    width: 31.8%;
    position: relative;
    margin: 10px;
    list-style-type: none;
}
.portfolio-item{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.portfolio-item .mix img{
    border-radius: 25px;
}
.mixitup-control-active {
    color: #fff;
    background: #343a40;
}

.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 25px;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}

.portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4;
}
.overlay-content{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
}

.portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
}

.portfolio-item .mix:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.portfolio-overlay .category {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.overlay-content p{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover {
    background: #000;
}

.portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}









#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    color: #fff;
    background: #1883a1;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0 5px 0px #fff;
}

#myBtn:hover {
    background: #000;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {



    .stellarnav.mobile.right>ul {
        z-index: 999;
        background-color: #22b9ce;
    }

    .stellarnav>ul>li>a {
        color: #fff;
    }

    .close-menu.full,
    .icon-close:before,
    .icon-close:after {
        color: #fff;
        border-color: #fff !important;
    }

    .stellarnav>ul>li:last-child a,
    .stellarnav .menu-toggle span.bars span {
        background: #1883a1;
    }

    .banner .carousel-caption {
        z-index: 99;
    }

    .bnr-hdr {
        margin-bottom: 10px;
    }

    .carousel-inner p {
        margin-bottom: 20px;
    }

    .banner .carousel-item:after {
        content: " ";
        position: absolute;
        background: #000;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 50%;
        z-index: 9;
    }

    .carousel-control-prev span,
    .carousel-control-next span {
        display: none;
    }

    .content01 {
        margin-bottom: 15px;
    }

    .menu-toggle {
        position: absolute;
        right: 0;
        font-size: 0;
    }

    .stellarnav>ul>li:last-child a {
        margin-left: 0;
        text-align: center;
    }

    .logo {
        width: 70%;
    }

    .info-sec ul {
        text-align: center;
    }

    .info-sec ul li a {
        font-size: 15px;
    }

    .info-sec ul li {
        margin-right: 30px;
    }

    .form-bnr ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .form-bnr ul {
        display: block;
    }

    .form-bnr {
        padding: 30px;
        margin-top: 20px;
    }

    .form-bnr .form-label {
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
    }

    .banner img {
        width: 100% !important;
        height: 320px;
        object-fit: cover;
    }

    .form-bnr .form-control::placeholder,
    .form-bnr .form-control,
    .form-bnr .btn {
        font-size: 16px;
    }

    .bnr-hdr {
        font-size: 25px;
        line-height: 34px;
    }

    .carousel-inner p {
        font-size: 15px;
        line-height: 26px;
    }

    .social-sec.top-social {
        text-align: center;
        margin-top: 20px;
    }

    .go-travel-video {
        background-size: 100% 100%;
    }

    .hdr01 {
        font-size: 24px;
        line-height: 34px;
    }

    .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .paddB40 {
        padding-bottom: 15px;
    }

    .paddTB70 {
        padding: 30px 0;
    }

    .person-sec {
        font-size: 17px;
        padding: 7px 15px;
    }

    .person-sec span {
        font-size: 16px;
        font-weight: 400;
    }

    .date-sec {
        background: #1883a1;
        padding: 10px;
        margin: -20px 15px 10px;
    }

    .date-sec li {
        font-size: 12px;
    }

    .date-sec li {
        font-size: 12px;
    }

    .packages-text {
        padding: 10px 15px;
    }

    .packages-text h3 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
        line-height: 28px;
    }

    .btn-sec01 a i {
        font-size: 16px;
    }

    .btn-sec01 a {
        padding: 10px;
    }

    .go-travel-video {
        padding: 0;
    }

    .go-travel-video iframe {
        height: 250px;
    }

    .go-travel-text {
        padding: 10px 10px 0;
    }

    .go-travel-text h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .subtitle01,
    .go-travel-text h3 {
        margin-bottom: 10px;
    }

    .ImageBtmSec {
        position: revert;
    }

    .InfBox {
        position: revert;
        padding: 10px;
        display: block;
        margin-bottom: 40px;
    }

    .nbr-count.srv-cont .text-start {
        width: 100%;
        justify-content: space-around;
        padding: 15px;
        border: 2px solid #fff !important;
        margin-bottom: 20px;
    }

    .nbr-count.srv-cont .count {
        font-size: 20px;
    }

    .Phn-Svr::before {
        font-size: 26px;
    }

    .Phn-Svr a {
        font-size: 20px;
    }

    .Phn-Svr {
        padding-left: 40px;
    }

    .Phn-Svr span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .nbr-count.srv-cont .pls-k::before {
        right: -30px;
    }

    .sphere-sec {
        padding: 35px 0;
        margin: 0;
    }

    .sphere-text {
        padding-right: 0;
    }

    .sphere-text .hdr01 {
        margin-right: 0;
    }

    .btn-sec a {
        padding: 12px 20px;
    }

    .testimonial01 .testimonial-box {
        margin-top: 25px;
    }

    .reting01 {
        margin-bottom: 10px;
    }

    .list01 li {
        line-height: 34px;
    }

    .list01 li a {
        font-size: 16px;
        font-weight: 500;
    }

    .Newsletter-text p {
        margin-bottom: 20px;
    }

    .Newsletter-form {
        display: block;
    }

    .Newsletter-form .form-control {
        height: 30px;
        margin-bottom: 15px;
    }

    .Newsletter-form .submit.form-control,
    .Newsletter-form .form-control::placeholder {
        font-size: 18px;
        width: 100%;
    }

    .Newsletter {
        margin-top: 30px;
    }

    .Newsletter .hdr01,
    .Newsletter .hdr01 i {
        font-size: 24px;
    }

    .social-sec {
        margin-top: 25px;
    }

    .footer-sec {
        padding: 40px 0 0;
    }

    .foot-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .UsefulLink li a,
    .UsefulLink p {
        font-size: 17px;
        line-height: 34px;
    }

    .UsefulLink p {
        line-height: 28px;
    }

    .UsefulLink {
        margin-top: 30px;
    }

    .logo-sec p {
        margin-bottom: 0;
    }

    .Copyright {
        font-size: 16px;
        padding: 15px;
        margin-top: 30px;
    }

    /* ------ inr bnr ------ */
    .inr-bnr .row {
        height: 200px;
    }

    .inr-bnr-hdr {
        font-size: 30px;
    }

    .inr-bnr .breadcrumb li,
    .inr-bnr .breadcrumb li a {
        font-size: 16px;
    }

    /* ------ Contact Us Page ------ */
    .contact-form {
        padding: 25px;
        margin-top: 70px;
    }

    .cont-info p,
    .fn18 {
        font-size: 17px;
        line-height: 30px;
    }

    .info-text a {
        font-size: 17px;
    }

    .info-box {
        gap: 30px;
        margin-top: 40px;
    }

    .icon01 span {
        font-size: 25px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .detail-box img {
        width: 100%;
    }

    .detail-text .hdr02 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
    }

    .view-detail {
        border: 0;
        border-top: 1px solid #dddddd;
        margin-top: 20px;
        padding-top: 30px;
    }

    .detail-box {
        margin-bottom: 20px;
        padding: 15px;
    }

    .detail-box .btn-sec {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .RightSideBar .hdr02 {
        font-size: 24px;
        margin-top: 15px;
    }

    .latest-tours-sec li {
        gap: 20px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .latest-tours-sec li .text a {
        font-size: 16px;
    }

    .single-detail-box img {
        margin-bottom: 20px;
    }

    .duration-sec li {
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }

    .duration-sec li:last-child {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .duration-sec li .icon01 i {
        margin-bottom: 20px;
    }

    .Information-sec .nav-link {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .Information-sec .nav-tabs {
        margin: 20px 0;
    }

    .duration-sec {
        margin: 20px 0 40px 0;
    }

    .timeline-content h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .timeline-list li {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .timeline-list {
        margin-bottom: 10px;
    }

    .timeline-content {
        padding: 0;
    }

    .timeline-sec .marker {
        font-size: 23px;
        width: 55px;
        height: 50px;
        line-height: 50px;
        left: 0;
    }

    .timeline-sec:before {
        left: 23px;
        border-left: 3px dashed #b7b7b7;
    }

    .book-package {
        padding: 30px 20px;
        margin-bottom: 15px;
    }

    .book-package .latest-tours-sec li .price-sec span {
        font-size: 17px;
    }

    .book-package .latest-tours-sec li .text a,
    .date-time01 {
        font-size: 16px;
    }

    .date-time01 {
        font-size: 14px;
    }

    .book-package .latest-tours-sec li i {
        margin-right: 5px;
    }

    .svr-box .text {
        padding: 25px 15px;
    }

    .svr-box {
        margin-bottom: 0;
    }

    .ctm-shape-dvr {
        width: 101%;
    }

    .client-box01 .testimonial-text {
        padding: 60px 20px 20px;
    }

    .testimonial-text::before {
        left: 20px;
    }

    .client-info h3 {
        margin-bottom: 20px;
    }
    .portfolio-item {
        display: block;
    }
    .portfolio-item li{
        width: 100%;
        margin-bottom: 15px;
    }






}

@media only screen and (min-width: 786px) and (max-width: 992px) {}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px;
    }
}