body{
    /*font-family: 'Open Sans', sans-serif;*/
    /* font-family: "Playfair Display", sans-serif; */
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background:#f7f7f7;
}
a{
    text-decoration: none;
}
p{
    font-size: 14px;
    color: #212529;
}
.top-strip {
    padding: 5px 25px;
    border-bottom: 1px solid #e7e7ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.top-strip a {
    color: #282855;
    font-size: 15px;
    font-weight: 600;
}
.top-strip a i{
   margin-right: 5px;
   color: #06c;
}
.header{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    /* background-color: #0b9386; */
    padding:0px;
    box-shadow: 0 2px 5px rgba(0 0 0 / 25%);
}
.navbar{
    background-color: #fff;
    padding:3px 25px;
}
.navbar-brand {
    font-size: 45px;
    font-weight: 900;
    background: linear-gradient(to right, #0b9386, #ffffff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #88c867;
    letter-spacing: 1px;
}
.navbar-brand img {
    width: 285px;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none !important;
    color: #000;
    font-weight: 600;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active{
    color: #f89213 !important;
}

.navbar-content {
    width: 100%;
    text-align: right;
}
.h-get-intouch {
    display: flex;
    align-items: center;
    background: #fff;
    /* justify-content: space-between; */
    padding: 5px 35px;
    position: relative;
}
/* .h-get-intouch::before {
    content: '';
    border-top: 40px solid #0b9386;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    transform: rotate(45deg);
    position: absolute;
    left: -28px;
    top: 18px;
} */
.h-get-intouch a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}
.h-get-intouch .btn {
    margin-left: auto;
    margin-right: 0;
}
.hero-panel{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0 0 0 /45%);
    z-index: 1;
}
.hero-info {
    padding:0 0px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
    height: 75vh;
}
.hero-title{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 1rem;
}
.hero-info h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-info p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.fa {
    font-family: 'fontawesome' !important;
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.trip-form{
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    float: left;
    padding: 20px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 1px 3px 5px #ccc;
}
.trip-form .btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px !important;
    border-radius: 5px;
    font-weight: 600;
}
.nav-tabs .nav-link {
    border: none;
    /* background: #000; */
    border-radius: 5px !important;
    font-size: 16px;
    color: #0b9386;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-tabs {
    margin-bottom: 25px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0b9386;
}
.heading-box{
    position: relative;
}
.heading {
    padding: 0px 0px 5px 0px;
    font-size: 35px;
    font-weight: bold;
    color: #142e43;
    line-height: 45px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    font-family: "Playfair Display", sans-serif;
}
/*.heading::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 3px;*/
/*    border-top: 3px solid #142e43;*/
/*    top: 47px;*/
/*    width: 92px;*/
/*    left: 0;*/
/*} */
.btn {
    padding: 9px 20px;
    border-radius: 2px;
    color: #fff;
    transition: all .5s ease-in-out;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    margin-left: 14px;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff !important;
    background-color: #a15901;
    border-color: #a15901;
}
.btn-primary:hover {
    background-color: #003833;
    border-color: #003833;
}
#contact-us .btn-primary {
    background: #003833;
    margin-top: 0 !important;
    border-radius: 5px !important;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
}
/* .about-info{
    text-align: center;
} */
.list-style{
    margin-top: 20px;
    padding-left: 5px;
}
.list-style li {
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    text-align: left;
    line-height: 30px;
}
.experts_panel{
    padding: 50px 0;
    background: #f7f7f7;
}
.experts-box{
    width: 100%;
    display: inline-block;
    padding: 25px;
    border: 15px solid #88c867;
    position: relative;
    
}
.experts-box p {
    z-index: 1;
    position: relative;
}
.experts-box p .fa {
    font-size: 21px;
    margin-right: 8px;
    vertical-align: middle;
    color: #5dbce2;
}
img.plane-vator {
    position: absolute;
    top: -75px;
    right: -100px;
    width: 54%;
    z-index: 0;
    animation: cloud 10s linear 0s infinite reverse;
}
.services_panel2 {
    border-bottom: 1px solid #d5d0ca;
    background: #fff;
}
.service-slider .owl-controls {
    background: transparent !important;
    padding: 0 !important;
}
.service-slider .owl-controls .owl-prev, .service-slider .owl-controls .owl-next {
    position: absolute;
    top: 50% !important;
    left: -16px;
    width: 40px !important;
    height: 40px !important;
    background: #f89213;
    line-height: 42px;
    border-radius: 50%;
}
.service-slider .owl-controls .owl-next{
   right: -16px; 
   left: inherit;
}
.ourclint-panel {
    padding: 22px;
    background: #a15901;
}
.our-clintbox {
    width: 100%;
    height: 75px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.our-clintbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@keyframes cloud {
    from {left:-50px;}
    to {left: 100%;}
  }
  .cms-panel{
    min-height: auto;
    padding: 0px 0 30;
}
  .cms-panel .hero-info {
    padding: 40px 0px 0;
    height: auto;
}
.sub-par-heading {
    font-size: 16px;
    color: #555;
}
.serve-box {
    margin: 25px 0 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 14px;
    transition: all .5s ease-in-out;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serve-box:hover {
   box-shadow: 0 2px 5px rgba(0 0 0 / 25%)
}
.serve-thumb {
    position: relative;
    width: 100%;
    height: 180px;
    padding: 10px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 5px;
}
.serve-thumb img{
    width: 175px;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.serve-box p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.serve-box p.active {
    display: block;
}

.serve-box .price {
    font-size: 18px;
    color: #0b9386;
    font-family: 'Open Sans', sans-serif;
    margin-left: 2px;
}
.serve-box h5 {
    font-size: 17px;
    padding: 15px 0px 10px;
    margin-bottom: 0;
}
.serve-box .btn {
    margin: 0;
    margin-top: auto !important;
}
.traveling-box {
    font-size: 4rem;
    background: linear-gradient(to right, #cce9f7 18%, #c1ebac 82%);
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    margin-top: 25px;
}
.traveling-box .fa {
    background: #142e43;
    color: #ffffff;
    padding: 24px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 76px;
}
.traveling-box h3 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 22px;
    color: #142e43;
    font-weight: 700;
    text-transform: uppercase;
}
.traveling-box p {
    font-size: 15px;
    line-height: 26px;
    min-height: 85px;
}
.fixedbg_panel{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 235px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fixedbg_panel .heading, .fixedbg_panel .sub-par-heading{
  color: #fff;
}
.our-expertbox {
    width: 100%;
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.our-expertbox h4 {
    font-size: 35px;
    font-weight: 700;
    color: #2a2a56;
    margin-bottom: 10px;
}
.our-expertbox p {
    margin-bottom: 0;
}
.testimonial-slider .item{
    margin: 5px;
}
.testimonial-box {
    margin-top: 25px;
    margin-bottom: 7px;
    border: none;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    background: #fff;
}
.testimonial-info span {
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: -15px;
    display: block;
    width: 35px;
    height: 35px;
    background: #06c;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Playfair Display';
}

.testimonial-info{
    padding: 15px;
}
.testimonial-info h3 {
    font-size: 18px;
    color: #282855;
    font-weight: 700;
    margin-bottom: 5px;
}
.testimonial-info small {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
    display: inline-block;
}
.testimonial-info p {
    color: #666666;
    font-size: 13px;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 0px;
}
.testimonial-box figure {
    width: 100%;
    height: 245px;
    margin-bottom: 0;
    overflow: hidden;
}
.testimonial-box figure img{
    width: 100%;
    height: 100%;
   object-fit: cover;
}
.owl-theme .owl-controls {
    text-align: center;
    padding: 8px 6px 5px;
    background: #f89213;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #a15901;
    width: 30px;
}

footer{
    background: #f89213;
    font-size: 14px;
    color: #fff;
    padding: 30px 0 0px;
}
.footer-box h6{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled.links li {
    display: flex;
}
.social li {
    display: inline-block;
}
.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    margin: 0 3px 10px;
}

.links a {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    transition: all .5s ease-in-out;
    font-weight: 500;
}
.links a:hover {
  color:#5dbce2;
}
.copy-right {
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 0;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}
.contact-info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #0b9386;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
}
.contact-info h4, .contact-info .h4 {
    font-size: 18px;
    padding: 0 0 0 60px;
    font-family: "Playfair Display",sans-serif;
}
.contact-info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
}
.form-control {
    font-size: 14px;
    height: 42px;
    background: transparent;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    color: #0b9386;
    /* margin-bottom: 15px; */
    font-weight: 600;
}
.form-control::placeholder {
    color: #0b9386;
}
select.form-control {
    appearance: auto;
    padding: 7px;
    color: #0b9386;
    cursor: pointer;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}
.footer-box .form-control {
    background: #fff;
    border: none;
}
.about-panel{
    padding-left: 50px;
}
.about-img img {
    width: 100%;
}
/**********custome select************/
.custome-select{
    position: relative;
}
.custome-select .form-select{
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    padding: 3px 15px;
    color: #0b9386;
    cursor: pointer;
}
#customeselect {
    width: 100%;
    padding: 15px;
    background: #0b9386;
    margin-top: 4px;
    position: absolute;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    border-radius: 0px 0 5px 5px;
    color: #fff;
}
#customeselect .input-group {
    align-items: center;
}
#customeselect .input-group label{
    font-size: 16px;
    margin-right: 12px;
}
.qty-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.qty-box .count-no {
    width: 25px;
    height: 23px;
    background: #035a52;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    line-height: 22px;
}
.qty-count {
    display: flex;
    align-items: center;
    width: 100px;
}
.qty-count input {
    width: 40px;
    margin-left: 15px;
    background: transparent;
    border: none;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.call-action {
    display: none;
}
.contact-form {
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.contact-infobox {
    padding:15px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 10px;
}
.contact-infobox h4 {
    font-size: 18px;
}
.contact-infobox address {
    margin: 0;
    font-size: 15px;
}
address {
    margin-bottom: 0;
    display: flex;
}
address b {
    white-space: nowrap;
}
.contact-infobox .list-unstyled {
    margin-bottom: 0;
}
.contact-infobox .links a {
    color: #b57b37;
    margin-bottom:0;
}
.contact-infobox .social li a {
    color: #f89213;
    border: 2px solid #a15901;
}