@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #ffffff;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'ltenergy-narrowbold-heading';
    src: url(../fonts/LTEnergyNarrowBold.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ltenergy-regular-heading';
    src: url(../fonts/LTEnergyRegular.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'ltenergy-narrowbold-heading';
    font-size: 91px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'ltenergy-narrowbold-heading';
    font-size: 77px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'ltenergy-regular-heading';
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'ltenergy-regular-heading';
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'ltenergy-regular-heading';
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'ltenergy-regular-heading';
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 23px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

/* Tab slider fix  */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* Rate */


/* end search box css */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/


.theme_btn {
    padding: 0px 0px 0px 20px;
    border: unset;
    border-radius: 0px;
    color: #ffffff;
    z-index: 1;
    background: #369db6;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.menuSec {
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.dis-block {
    display: block;
}

section.banner-sec {
    height: 900px;
    width: 100%;
    object-fit: cover;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    display: flex;
    align-items: start;
    padding-bottom: 0;
    position: relative;
}

.banner-text-box {
    position: absolute;
    width: 80%;
    bottom: -50px;
    z-index: 2;
    /* box-shadow: 0px 0px 6px 0px #0000002e; */
    left: 50%;
    transform: translate(-50%);
}

.banner_text {
    text-align: center;
}

.banner_text h5 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.header-btn {
    display: flex;
    justify-content: end;
}

.theme_btn .theme-icon {
    height: 45px;
    width: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #479eb5;
}

.theme-icon img {
    height: 10px;
    width: 16px;
    object-fit: contain;
}

.theme-btn-flex {
    display: flex;
    align-items: anchor-center;
    justify-content: start;
    gap: 25px;
}

.banner-text-box form ul.nav.nav-tabs {
    background: #ffffff;
    padding: 20px 20px;
    width: fit-content;
    gap: 10px;
}

.banner-text-box .tab-content {
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0px 0px 6px 0px #0000002e;
}

.banner-text-box .tab-input-sd input {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #cecece;
    padding: 0px 10px 0px 45px;
    height: 50px;
}

.banner-text-box .tab-input-sd {
    position: relative;
}

.banner-text-box .tab-input-sd i {
    position: absolute;
    top: 18px;
    left: 14px;
}

.banner-text-box .tab-input-sd select {
    width: 100%;
    padding: 0px 10px 0px 35px;
    background: #f6f6f6;
    border: 1px solid #cecece;
    appearance: auto;
    height: 50px;
}

.banner-text-box .tab-input-sd-flex {
    display: flex;
}

button.theme-button {
    width: 100%;
    padding: 12px;
    border: unset;
    background: #369db6;
    color: #fff;
    text-transform: uppercase;
}

.banner-text-box .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 1px solid #cecece;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    color: #494949;
    background: #f6f6f6;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.banner-text-box .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    background: #369db6;
    color: #fff;
}

.banner_text {
    padding: 0px 0px 0;
}


/* About Css Start */

ul.about-text-ul-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}

.about-text-ul ul {
    display: flex;
    margin-bottom: 0px;
    gap: 18px;
    margin: 10px 0;
}

ul.about-text-ul-inner p {
    margin-bottom: 0;
}

.about-text-ul ul li {
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
}

ul.about-text-ul-inner li {
    border: unset;
    padding: unset;
}

ul.about-text-ul-inner li h4 {
    color: #4c4c4c;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.about-text {
    padding: 40px 40px;
    box-shadow: 0px 0px 6px 0px #0000002e;
    margin-bottom: -50px;
    margin-left: -60px;
    background: #fff;
}

section.about-sec {
    margin: 150px 0px 100px;
}

.about-img img {
    width: 100%;
}

/* About Css End */

/* Adventure Sec Css Start */

section.adventure-sec {
    background-image: url(../images/adventure-bg-img1.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
}

.adventure-box {
    text-align: center;
    padding: 20px;
}

.adventure-box h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.adventure-box p {
    color: #d7ebf2;
}

.adventure-box-icon {
    height: 90px;
    width: 90px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adventure-main-heading h2 {
    background-image: url("../images/aventure-text.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 15vw;
    line-height: 1;
    letter-spacing: 23px;
    text-align: center;
    display: inline-block;
}

.adventure-main-heading {
    text-align: center;
    margin: 20px 0;
}

.adv_cont_icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.adv_cont_icon i {
    background: linear-gradient(0deg,
            rgba(105, 191, 213, 1) 0%,
            rgba(46, 151, 177, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.adv_cont_txt h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.adv_cont_txt h5 a {
    font-family: 'Montserrat';
    font-size: 21px;
    color: #fff;
    font-weight: 400;
}

.adv_cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.ad_mid_box img {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.ad_mid_box {
    border: 2px solid #fff;
    position: relative;
}

.ad_mid_box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(39, 146, 172, 1) 0%, rgba(39, 146, 172, 0.6) 35%, rgba(39, 146, 172, 0) 100%);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.ad_mid_box_txt h6 {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ad_mid_box_txt h5 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.ad_mid_box_txt h5 span {
    display: block;
    font-size: 40px;
}

.ad_mid_box_txt a {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}

.ad_mid_box_txt {
    position: absolute;
    top: 20%;
    left: 4%;
    z-index: 3;
    width: 100%;
    height: 100%;
}

/* Adventure Sec Css End */

/* why choose us */

.wcu {
    padding: 100px 0;
}

.wcu_heading {
    text-align: center;
    margin-bottom: 30px;
}

.wcu_heading p {
    width: 50%;
    margin: 0 auto;
}

.wcu_txt h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wcu_icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border: 2px solid #48a9c1;
}

.wcu_icon img {
    height: 30px;
    width: 20px;
    object-fit: contain;
}

.wcu_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    padding: 10px;
}

.wcu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: end;
}

/* why choose us */

/* testimonial */

.testimonial {
    padding: 0 0 100px;
}

.testi_rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testi_rating i {
    background: linear-gradient(0deg, rgba(105, 191, 213, 1) 0%, rgba(46, 151, 177, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testi_txt h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
    text-transform: capitalize;
}

.testi_txt h5 span {
    display: block;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(105, 191, 213, 1) 0%, rgba(46, 151, 177, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
}

.test_main {
    display: flex;
    align-items: center;
    /* gap: 30px; */
    justify-content: flex-start;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px #0000002e;
    margin: 20px 20px;
}

.testi_txt p {
    padding: 30px 0;
    border-bottom: 1px solid #b2b2b2;
}

.testi_txt {
    padding: 40px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testimonial .container-fluid {
    padding: 0 5%;
}

.testi_img {
    width: 130%;
}

.testi_img img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.testi_slider .slick-prev,
.testi_slider .slick-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #48a9c1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.testi_slider .slick-prev:before,
.testi_slider .slick-next:before {
    content: '\f104';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #6ac0d6;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testi_slider .slick-next:before {
    content: '\f105';
}

/* testimonial */


/* Discover Featured Css Start */
.discover-featured-tab .nav.nav-tabs {
    display: flex;
    justify-content: space-between !important;
    margin: 30px 0px 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.discover-featured-tab .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #369db6;
    border: unset;
    border-top: 1px solid #369db6;
    border-radius: unset;
    border-bottom: 1px solid #369db6;
}



.discover-featured-tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.discover-featured-tab .nav-tabs .nav-link.active .tab-icon-sd img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(84%) saturate(333%) hue-rotate(145deg) brightness(92%) contrast(94%);
}

.tab-images-box {
    position: relative;
    margin-bottom: 20px;
}

.tab-images-box-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.tab-images-box-text h4 {
    color: #fff;
}

.tab-images-box-text p {
    color: #fff;
}

.tab-images-box img {
    width: 100%;
}

.tab-icon-sd img {
    height: 22px;
}

section.discover-featured-sec {
    margin: 100px 0;
}

/* Discover Featured Css End */
/* our program */

section.program {
    background-image: url(../images/service-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
}

.ser_img img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.ser_txt {
    padding: 40px 20px 20px;
    position: relative;
    background: #fff;
}

.ser_txt h3 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.ser_flx_1 a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #4c4c4c;
}

.ser_flx_1 a i {
    background: linear-gradient(0deg, rgba(105, 191, 213, 1) 0%, rgba(46, 151, 177, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.ser_flx_1 li i {
    color: #ffc107;
}

ul.ser_flx_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #c0c1c0;
}

ul.ser_flx_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}

.ser_flx_2 h5 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    text-transform: none;
}

.ser_flx_2 h5 span {
    font-size: 11px;
    color: #4c4c4c;
}

.ser_rev i {
    color: #ffc107;
}

.ser_rev {
    background: linear-gradient(0deg, rgba(100, 188, 211, 1) 0%, rgba(53, 155, 181, 1) 100%);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
    height: 40px;
    width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    z-index: 3;
    right: 40px;
    gap: 10px;
}

.service_main {
    box-shadow: 0px 0px 6px 0px #0000002e;
    /* margin: 20px; */
}

.program_heading {
    text-align: center;
    margin-bottom: 30px;
}

.program_heading h2 {
    color: #ffffff;
}

.program_heading p {
    color: #ffffff;
    width: 50%;
    margin: 0 auto;
}

.service_slider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.service_slider .slick-prev,
.service_slider .slick-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #8bc3cb;
    display: flex;
    justify-content: center;
    align-items: center;

}

.service_slider .slick-prev {
    left: -85px;
}

.service_slider .slick-next {
    right: -85px;
}

.service_slider .slick-prev:before,
.service_slider .slick-next:before {
    content: '\f104';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #8bc3cb;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_slider .slick-next:before {
    content: '\f105';
}


/* our program */

/* footer start */
.text-ft-about ul li a {
    font-size: 15px;
    color: #ffffff;
}

.text-ft-about p {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
}

.social-icons-ft ul {
    display: flex;
    gap: 10px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.social-icons-ft ul li {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons-ft ul li a {
    font-size: 15px;
    color: #fff;
}

.quicklinks-ft ul li a {
    font-size: 14px;
    /* font-family: 'Montserrat'; */
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.quicklinks-ft ul li {
    margin-bottom: 10px;
}

.quicklinks-ft {
    margin-left: 50px;
}

.pg-ft-links-main {
    margin-left: 50px;
}

footer {
    position: relative;
    z-index: 1;
    padding: 140px 0px 0px;
    background: #004a77;
}

footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background-image: url(../images/footer-bg-img.png);
    background-size: cover;
}

.service-sec {
    position: relative;
    z-index: 1;
}

.heading-footer .f22 {
    color: #ffffff;
    position: relative;
    font-weight: 400;
    font-size: 22px;
    font-family: 'ltenergy-regular-heading';
}

.text-ft-about ul li a span {
    color: #ffffff;
    margin-right: 9px;
}

.ft-bottom-text p {
    margin-bottom: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.ft-bottom-text {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0px;
    margin: 40px 0 0 0;
    /* background: linear-gradient(90deg, rgba(212, 161, 66, 1) 0%, rgb(227 188 117) 36%, rgba(195, 140, 44, 1) 100%); */
}

.quicklinks-ft ul li a:hover {
    margin-left: 10px;
    color: #000000;
}

.heading-footer .f22:before {
    position: absolute;
    content: '';
    background: #ffffff;
    left: 0;
    width: 60px;
    height: 2px;
    bottom: -8px;
    border-radius: 1px;
}

.social-icons-ft ul li:hover {
    background: #fff;
    border-color: #fff;
}

.payment-img {
    margin-left: 50px;
    width: 170px;
}

.text-ft-about ul li a:hover {
    color: #ffff;
}

.footer_col p {
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    margin: 35px 0;
}

.footer_form form input {
    width: 100%;
    padding: 10px 71px 10px 15px;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    border-radius: unset;
    height: 55px;
    border: none;
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    border-radius: 0px;
    border: 0;
    color: #ffffff;
    background: #ffff;
    transition: ease-in;
    transition-duration: 0.2s;
    margin-left: -4px;
    background: linear-gradient(0deg, rgba(100, 188, 211, 1) 0%, rgba(53, 155, 181, 1) 100%);
}

.footer_form form {
    position: relative;
    border: 1px solid #fff;
}

.freeshiping-text p {
    color: #adb5bd;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto';
}

.freeshiping-text a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    /* font-family: 'montserrat-font-two'; */
}

.freeshiping-text {
    margin-top: 30px;
}


a.payment-icon {
    display: flex;
    align-items: center;
    justify-content: end;
}

img.img-fluid {
    object-fit: scale-down;
    width: auto;
    height: auto;
}

.ft-bottom-text .row {
    align-items: center;
}

.heading-footer {
    margin-bottom: 26px;
}

.ft-bottom-text-img-sd {
    text-align: end;
}

.footer_form form input::placeholder {
    color: #00000094;
}

/* footer end */

/* pages */

/* inner banner */

.inner_banner {
    height: 525px;
    width: 100%;
    object-fit: cover;
    background-image: url(../images/inr_bnr_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    display: flex;
    align-items: start;
    padding-bottom: 0;
    position: relative;
}

.inr_bnr_txt h6 a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inr_bnr_txt {
    text-align: center;
}

.inr_bnr_txt h1 {
    margin-bottom: 0;
}

.inr_bnr_txt p {
    color: #fff;
    margin: 0 auto;
    width: 60%;
}

/* inner banner */

/* about page */

.about-text p {
    margin-bottom: 20px;
}

/* vision mission */

section.vm {
    background-image: url(../images/adventure-bg-img1.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px;
}

.vm_txt h5 {
    font-size: 40px;
    margin-bottom: 10px;
}

.vm .row {
    background-color: #fff;
}

.vm_txt {
    padding: 30px;
}

.vm img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

/* vision mission */

/* about page */

/* service page */

.serpage_img img {
    height: 380px;
    object-fit: cover;
    width: 330px;
}

.serpage_txt h4 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #78c7de;
}

.serpage_txt {
    background: #fff;
    padding: 50px;
    position: absolute;
    top: 15%;
    left: 30%;
    box-shadow: 0px 0px 6px 0px #0000002e;
}

.serpage_box {
    position: relative;
    margin-bottom: 50px;
}

.serpage {
    padding: 100px 0;
}

.inner_serpage {
    padding: 0 0 100px;
}

/* service page */

/* Monthly Ad */

.monthlyad {
    padding: 100px 0;
}

.monthlyad_left {
    position: relative;
}

.monthlyad_left::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(39, 146, 172, 1) 0%, rgba(39, 146, 172, 0.6) 35%, rgba(39, 146, 172, 0) 100%);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.monthlyad_txt h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.monthlyad_txt h5 {
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
}

.monthlyad_txt h5 span {
    display: block;
    font-size: 64px;
}

.monthlyad_txt {
    position: absolute;
    top: 20%;
    left: 7%;
    z-index: 3;
    width: 60%;
}

.monthlyad_left>img {
    width: 100%;
    object-fit: cover;
    height: 440px;
}

.monthlyad_txt p {
    color: #ffffff;
    margin-bottom: 20px;
}

.monthlyad_right {
    position: relative;
}

.monthlyad_right::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: linear-gradient(280deg, rgba(39, 146, 172, 1) 0%, rgba(39, 146, 172, 0.6) 35%, rgba(39, 146, 172, 0) 100%);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.monthlyad_right>img {
    width: 100%;
    object-fit: cover;
    height: 440px;
}

.monthlyad_txt.monthly_ad_txt_right {
    right: 7%;
    left: unset;
    text-align: end;
}

/* Monthly Mega Travel Discount */

section.travel_banner {
    background-image: url(../images/travel-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
}

.travel_banner h2,
.travel_banner p,
.travel_banner h5 {
    color: #ffffff;
}

.travel_banner h5 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.travel_banner p {
    margin: 20px 0;
}

/* Monthly Mega Travel Discount */

/* Monthly Ad */

/* booking */

.input-area {
    position: relative;
}

.input-area input {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(93 93 93 / 30%);
    margin-bottom: 20px;
    padding: 0 20px;
    background: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
}

.input-area select {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(93 93 93 / 29%);
    margin-bottom: 20px;
    padding: 0 20px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
}


.input-area textarea {
    width: 100%;
    height: 200px;
    border: 1px solid rgb(93 93 93 / 26%);
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    resize: none;
}

.input-area input::placeholder,
.input-area select::placeholder,
.input-area textarea::placeholder {
    color: rgb(93 93 93 / 60%);
}

input[type="date"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-inner-spin-button {
    /* display: none; */
    opacity: 0;
}

input[type="date"],
input[type="time"] {
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 2;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    background: transparent;
    bottom: 0;
    color: transparent;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.input-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    background: linear-gradient(0deg, rgba(100, 188, 211, 1) 0%, rgba(53, 155, 181, 1) 100%);
    /* padding: 12px 16px; */
    border-left: 1px solid #999999;
    width: 55px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

/* booking */

/* contact us page start  */

.contacrt-sec-box {
    padding-top: 100px;
}

.contact-top-box {
    padding: 40px;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px #0000002e;
}

.contact-top-box img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 15px;

}

.contact-top-box:hover {
    background: linear-gradient(0deg, rgba(100, 188, 211, 1) 0%, rgba(53, 155, 181, 1) 100%);
    transition: ease-in;
}

.contact-top-box:hover h4 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.contact-top-box:hover a {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.contact-top-box img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(100%) saturate(421%) hue-rotate(144deg) brightness(91%) contrast(76%);
}

.contact-top-box:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(145deg) brightness(103%) contrast(102%);
}

.contact-top-box h4 {
    font-size: 27px;
    transition: ease-in;
    margin-bottom: 10px;
    transition-duration: 0.5s;
    color: #2490aa;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.contact-top-box a {
    color: #333131;
    transition: ease-in;
    font-weight: 500;
    transition-duration: 0.5s;
}

.contact-top-box span {
    top: 70px;
    right: 40px;
    font-size: 100px;
    transition: ease-in;
    position: absolute;
    font-family: '';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2490aa;
    -webkit-text-fill-color: transparent;
}

.contact-top-box:hover span {
    -webkit-text-stroke-color: #fff;
    transition-duration: 0.1s;
}

.inner-get-quote-sec {
    padding: 80px 0px 100px;
}

.inner-get-quote-sec .get-quote-box::before {
    background: transparent;
}


.get-quote-box {
    position: relative;
    padding: 50px 50px 50px 25px;
    box-shadow: 0px 0px 6px 0px #0000002e;
}

.get-quote-box::before {
    top: 0;
    left: -25px;
    width: 25px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #1bbc9b;
}

.get-quote-img {
    height: 100%;
    min-height: 600px;
}

.get-quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get-quote-box input {
    width: 100%;
    height: 60px;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 25px;
    border: 1px solid #b4e0eb;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.get-quote-box textarea {
    width: 100%;
    height: 160px;
    color: #fff;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #b4e0eb;
    font-size: 14px;
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.get-quote-box textarea::placeholder,
.get-quote-box input::placeholder {
    color: #666666;
}

.get-quote-box h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}

.inner-get-quote-sec {
    padding: 80px 0px 100px;
}

.get-quote-img iframe {
    width: 90%;
    float: right;
    min-height: 600px;
    height: 100%;
}

.inner-get-quote-sec .get-quote-box::before {
    background: transparent;
}

.inner-get-quote-sec .get-quote-box label {
    color: #3891a9;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/* contact us page */

/* detail_page */

.detail_page {
    padding: 100px 0;
}

ul.detail_page_left1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail_page_left1 h2 {
    font-size: 53px;
}

.detail_page_left1 span {
    color: #ea8538;
    font-size: 17px;
}

.detail_page_left>img {
    height: 425px;
    width: 100%;
    object-fit: cover;
    margin: 20px 0;
}

.detail_tabs ul.nav.nav-tabs {
    background: #ffffff;
    width: fit-content;
    gap: 10px;
    border-bottom: none;
}

.detail_tabs .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 1px solid #cecece;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    color: #000000;
    background: #ffffff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.detail_page_content {
    padding: 60px 0;
}

.detail_page_content h5 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.detail_page_content p {
    margin-bottom: 20px;
}

ul.det_page_sfvs {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 16px;
    padding: 20px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
}

.fthfh {
    width: 43%;
    color: #2490aa;
}

li.fthfh ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.inquiry_box {
    box-shadow: 0px 0px 6px 0px #0000002e;
}



.inquiry_box input,
.inquiry_box textarea {
    width: 100%;
    height: 60px;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 25px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.inquiry_box textarea {
    height: 160px;
    resize: none;
}

.inquiry_box form {
    padding: 30px;
}

.inquiry_box h2 {
    font-size: 53px;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(100, 188, 211, 1) 0%, rgba(53, 155, 181, 1) 100%);
    padding: 30px 0 20px;
}

.inquiry_box button {
    border: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(0deg, rgba(100, 188, 211, 1) 0%, rgba(53, 155, 181, 1) 100%);
}

.inquirmap iframe {
    height: 500px;
    width: 100%;
}

.inquirmap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery_box h2 {
    font-size: 51px;
    margin-bottom: 10px;
}

.gallery_box_img img {
    margin-bottom: 20px;
}

.detail_page_left {
    padding-right: 50px;
}

/* detail_page */

/* pages */