@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #fff;
    overflow-x: hidden;
    background-color: #000;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.8;
}


/***** Font Files *****/

@font-face {
    font-family: 'trajan-font-one';
    src: url(../font/TrajanPro-Regular.ttf);
    /* src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg"); */
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    /* padding: 7px 5px 7px 16px;
    border: unset;
    border-radius: 40px;
    color: #ffffff;
    z-index: 1;
    background: #e8a93c;
    position: relative;
    font-size: 14px;
    -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;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff; */
    padding: 5px 6px 5px 18px;
    border: unset;
    border-radius: 8px;
    color: #000000;
    z-index: 1;
    /* background: #242889; */
    position: relative;
    font-size: 12px;
    /* -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;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgba(247, 233, 154, 1) 100%);
    text-transform: uppercase;

}

.side-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 8px;
    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%;
}

.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: 'Poppins';
    font-size: 47px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins';
    font-size: 55px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}

h3 {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0 10px;
}

h6 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*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;
}

.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: 14px;
    text-transform: uppercase;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.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: #e8a93c;
}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.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;
}


/*banner 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  */

.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: 0px;
    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: unset;
}

.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*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


.btn-side {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-img {
    /* height: 35px;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; */
    height: 35px;
    width: 40px;
    background: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 10px 0px;
    background: #00000080;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: unset;
    bottom: 1%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
    background: #e3a539;
    width: 48px;
    padding: 8px 13px;
    border-radius: 6px;
}

.carousel-control-prev {
    left: 40px;
}

.carousel-control-next {
    right: 90%;
}

.dis-block {
    display: block;
}

.container-fluid {
    padding: 0px 60px;
}

.header-logo img {
    width: 25%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    flex: unset;
    width: 40px;
    height: 21px;
    padding: 0;
    margin: unset;
    text-indent: unset;
    cursor: unset;
    background-color: unset;
    background-clip: unset;
    border: unset;
    border-top: unset;
    border-bottom: unset;
    opacity: 1;
    transition: unset;
    border-radius: unset;
    font-size: 24px;
}

.carousel-indicators .active {
    margin: 0;
    /* background-color: #28b16d; */
    width: 40px;
    height: 12px;
    color: #e3a539;
}

.carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 0;
    left: 7%;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: unset;
    margin-bottom: 1%;
    margin-left: unset;
    list-style: none;
}

header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #32313087;
}

section.main_slider:before {
    position: absolute;
    content: '';
    top: 11%;
    left: 1.9%;
    height: 79%;
    width: 46.2%;
    /* background: #e8ae47c7; */
    z-index: 1;
    /* border-radius: 0px 0px 0px 10px; */
    background: linear-gradient(163deg, rgba(218, 160, 63, 1) 0%, rgb(247 233 154 / 44%) 100%);
}

section.main_slider {
    position: relative;
    z-index: 1;
}

.banner_text {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.banner_text p {
    width: 76%;
}

.banner-heading-color {
    background: #fff;
    color: #000;
    padding-left: 30px;
    margin-left: -29px;
    width: 78%;
    border-radius: 0px 10px 10px 0px;
}

.banner-img img {
    height: 112vh;
    width: 100%;
    object-fit: cover;
}

ul.banner-social-icon {
    position: absolute;
    bottom: 0px;
    right: 0;
    /* background: #c59847; */
    width: 52%;
    margin-bottom: 0;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 60px;
    gap: 20px;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

li.social-icon-heading h5 {
    margin-bottom: 0;
    color: #000000;
}

li.social-icon-heading {
    padding-left: 430px;
    position: relative;
}

ul.banner-social-icon li a i {
    height: 35px;
    width: 35px;
    border: 1px solid #ffffff70;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff70;
}

li.social-icon-heading:before {
    position: absolute;
    content: '';
    top: 44%;
    left: 0;
    height: 1px;
    width: 76%;
    background: #ffffff70;
}

ul.banner-social-icon li a i:hover {
    background: #fff;
    color: #e0a338;
}

section.about-sec {
    padding: 140px 0px 100px;
    position: relative;
    z-index: 1;
}

section.about-sec:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 59%;
    background: #181716;
    z-index: -1;
}

.about-sec-img img {
    width: 95%;
}

.about-detail-sec {
    position: absolute;
    bottom: 0;
    right: 10%;
    text-align: center;
    /* background: #e6a83b; */
    padding: 20px 40px;
    border-radius: 15px 15px 0px 0px;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

.about-detail-sec h5 {
    margin-bottom: 0;
}

.about-detail-sec h5 a {
    color: #fff;
}

.about-detail-sec p {
    margin-bottom: 9px;
}

.about-detail-sec img {
    margin-bottom: 10px;
}

section.our-service {
    padding: 100px 0px 100px;
    position: relative;
    z-index: 1;
}

.our-service-top-heading {
    margin-bottom: 40px;
}

.our-services-box-img>img {
    width: 100% !important;
    margin-bottom: 30px;
    height: 270px;
    object-fit: cover;
}

.our-services-box:hover {
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

.our-services-box {
    padding: 14px;
}

.our-services-box {
    background: #000000;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px 0 #2d2d2d;
    margin-bottom: 30px;
}

.our-services-box-text h5 {
    border-bottom: 1px solid #454545;
    padding-bottom: 10px;
}

.our-services-box-text {
    padding: 0px 15px;
}

ul.service-ul-sd li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #fff;
}

ul.service-ul-sd {
    margin-bottom: 30px;
}

section.our-service:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 41%;
    /* background: #181716; */
    z-index: -1;
    background: linear-gradient(182deg, rgba(24, 23, 22, 1) 0%, rgba(33, 32, 31, 1) 100%);
}

.company-icon-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative;
    padding: 25px 0px 50px;
}

.company-icon-box-img img {
    height: 70px;
    width: 95px;
}

.company-icon-box-text h5 {
    margin-bottom: 2px;
    font-size: 15px;
}

.company-icon-box-text p {
    margin-bottom: 0;
}

.company-icon-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #e8a93c;
    /* border-style: dotted; */
    /* border: 1px solid red; */
}

.company-icon-box.company-icon-line-ch:before {
    position: unset;
}

.our-profession-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-profession-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

section.our-profession-sec {
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.our-profession-text h2 {
    font-size: 32px;
    margin-bottom: 0;
}

section.our-profession-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 75%;
    /* background: #e8a93c; */
    z-index: -1;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

section.our-profession-sec:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 28%;
    background: #2e3131;
    z-index: -2;
}

.our-profession-icons:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 12px;
    height: 110px;
    width: 1%;
    background: #fff;
}

.our-fleet-text ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.our-fleet-text ul {
    column-count: 2;
}

.our-fleet-img {
    position: relative;
}

.our-fleet-img img {
    width: 100%;
}

.our-fleet-text-img-act {
    position: absolute;
    top: 233px;
    right: -150px;
    /* background: #e8a93c; */
    width: 61%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    letter-spacing: 4px;
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

.our-fleet-slider .slick-slide img {
    width: unset;
}

section.our-fleet {
    margin-bottom: 160px;
    position: relative;
}

.our-fleet-slider .slick-prev,
.our-fleet-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 105%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.our-fleet-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-fleet-slider-left-icon.png);
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-fleet-slider .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/our-fleet-slider-right-icon.png);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.our-fleet-slider .slick-prev.slick-disabled:before,
.our-fleet-slider .slick-next.slick-disabled:before {
    opacity: 1;
}

.our-fleet-slider .slick-next {
    right: 10%;
}

.our-fleet-slider .slick-prev {
    left: 85%;
    top: 106% !important;
}

section.our-fleet:before {
    position: absolute;
    content: '';
    bottom: -55px;
    left: 0;
    height: 1px;
    width: 80%;
    background: #ffffff3d;
}

section.why-choose-sec {
    margin-bottom: 100px;
}

* .why-choose-imgone img {
    width: 100%;
    height: 561px;
    object-fit: cover;
    /* position: relative; */
    object-position: left;
}

.why-choose-imgtwo img {
    height: 426px;
    width: 100%;
    object-fit: cover;
}



.why-choose-imgone {
    position: relative;
    z-index: 1;
}


.why-choose-textone {
    /* background: #dc9f34; */
    padding: 64px 50px;
    position: relative;
    /* background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(228 186 95 / 78%) 100%); */
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

.why-choose-textone p {
    opacity: 1;
}


.why-choose-textone h2 {
    /* color: #fff; */
    margin-bottom: 24px;
    font-size: 50px;
}


section.what-people-sec {
    margin-bottom: 100px;
}

.why-inner-icon-two img {
    height: 40px;
    width: 39px;
    background-size: contain;
}

.what-people-sec-top-heading {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.what-people-box ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.what-people-box ul li h5 {
    margin: 0;
    color: #000;
}

.what-people-box ul li p {
    margin: 0;
    padding-left: 0;
}

.what-people-box {
    border: 1px solid #0000001c;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.what-people-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 59px;
    background: #a85d39;
    z-index: -1;
}

.what-people-box p {
    padding-left: 90px;
    color: #000;
    opacity: 1;
    font-size: 10px;
}

.what-people-slider .slick-active {
    opacity: 1;
}

section.why-choose-sec .container-fluid {
    padding: 0;
}

ul.why-choose-icon {
    column-count: 2;
    margin-bottom: 0;
}

ul.why-choose-icon li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
    gap: 8px;
}

.why-choose-textone.why-choose-two {
    background: #181716;
}

.why-choose-textone.why-choose-two h2 {
    font-size: 25px;
}



/* Testimonial Section Start */



.our-client-sec .head-effect::after {
    width: 50%;
}

.client-sli .slick-slide {
    opacity: 1;
    outline: none;
}





.client-box {
    margin: 0px 0;
}

.client-sli {
    position: relative;
    z-index: 1;
}






.client-box h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #dc9f346b;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #dc9f34;
    color: #fff;
    font-size: 30px;
}

.client-box .quotess::before {
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.client-ineer-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffffff00;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    /* filter: drop-shadow(2px 4px 6px #00000021); */
}

.client-ineer-box {
    z-index: 2;
    background-color: #fff;
    padding: 60px 30px;
    position: relative;
    /* box-shadow: 0 0 10px 0 #00000022; */
    background: #ffffff00;
    border-radius: 10px;
}

.client-ineer-box ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    /* font-family: 'Montserrat'; */
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 300;
}

.client-ineer-box ul li h4 span {
    font-size: 14px;
    display: block;
    color: #ffffff;
    text-transform: capitalize !important;
    margin-top: 0px;
    font-weight: 300;
    /* font-family: 'Montserrat'; */
}

.client-ineer-box ul li i {
    color: #ffb503;
    margin-right: 5px;
}

section.our-client-sec.themes-padd {
    padding: 80px 0;
    position: relative;
}

section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 20px;
}

h2.themes-h2.head-effect {
    font-size: 62px;
    color: #000;
    margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
    background: #a2a279;
}

.client-sli .slick-next {
    right: -20px;
}

.client-ineer-box p {
    font-size: 14px;
    color: #ffffffc2;
    margin: 0;
    width: 92%;
}

section.our-client-sec img.testi-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 600px;
}

.client-sli .slick-slide.slick-current.slick-active.slick-center .client-ineer-box {
    /* background-color: #dc9f34; */
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

.client-sli .slick-slide.slick-current.slick-active.slick-center .client-ineer-box ul li h4 {
    color: #fff;
}

.client-sli .slick-slide.slick-current.slick-active.slick-center .client-ineer-box p {
    color: #fff;
}

.client-sli .slick-slide.slick-current.slick-active.slick-center .client-ineer-box ul li h4 span {
    color: #fff;
}

.client-sli .slick-slide.slick-current.slick-active.slick-center .client-ineer-box::before {
    border-top-color: #dc9f34;
}


.text_center.heading.topbar {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

/* Testimonial Section End */




/* footer start */
/* Footer */



footer {

    background: #000;

    padding: 0px 0 0px 0;

    margin: 0 0% !important;
    border-top: 1px solid #dda647;

}



footer p {

    font-size: 14px;

    width: 100%;

    color: #9d9d9d;

    margin-bottom: 0;

    line-height: 25px;
}



footer h3 {

    font-weight: 200;

    color: #fff;

    font-size: 20px;

    text-transform: capitalize;

    line-height: 45px;

    margin-bottom: 10px;

    letter-spacing: 2px;

    padding-top: 0;

    font-family: 'Poppins';
}



.quick-links ul li {

    margin-bottom: 10px;
}



.quick-links ul li a {

    color: #8b8b8b;

    text-transform: uppercase;

    font-weight: 500;

    margin-bottom: 13px;

    font-size: 12px;

    transition: ease-in;

    transition-duration: 0.2s;
}

.quick-links ul li a:hover {
    color: #e8a93c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.quick-links>div {

    display: flex;

    align-items: center;

    justify-content: start;

    gap: 80px;

    margin: 0 0 60px 0;
}



ul.footer-list li a {

    font-size: 17px;

    color: #ffffffa6;

    line-height: 40px;

    font-weight: 300;

}



ul.ftr-list li a {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 10px;

    font-size: 12px;

    color: #c1c1c3;

    padding-top: 10px;

    margin-bottom: 10px;
}



ul.ftr-list li a p {

    line-height: 1;

}

ul.ftr-list li a:hover p {
    color: #fff;
}

ul.ftr-list li a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

ul.ftr-list i {

    color: #606e76;

    font-size: 24px;

}



.footer-text {

    width: 94%;

    margin: 60px 0 0 auto;
}



.quick-links {

    width: 90%;

    margin: 60px 0 0 auto;

    margin-bottom: 0;
}



.quick-links.ser-links {

    width: 90%;
}



footer .col-md-3:before,
footer .col-md-2:before {

    position: absolute;

    content: '';

    background-color: #2e2e2e;

    right: 0;

    height: 100%;

    width: 1px;

    top: 0%;
}



footer .col-md-4,

footer .col-md-3,

footer .col-md-2 {

    position: relative;

}



footer .col-md-3:last-child:before {

    display: none;

}



.ftr-btm {

    padding: 12px 0px;

    border-top: 1px solid #2e2e2e;

    border-radius: 5px;

    background-color: transparent;
}



.ftr-btm ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 0;

}



.ftr-btm ul li {

    font-size: 14px;

    color: #fff;

}



.social-icons {

    display: flex;

    gap: 10px;

    align-items: center;

    justify-content: center;

}



.ftr-btm ul li a i:hover {

    background: #81d8d0;

    color: #000000;
}



.social-icons a i {

    color: #3b3b3b;

    font-size: 18px;

    border: 1px solid #3b3b3b;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    transition: 0.5s;
}

.footer_bottom ul {



    padding: 10px 0;



    display: flex;



    align-items: center;



    justify-content: space-between;



    margin: 0;

}

.footer_bottom a {



    color: white;

}

.hdr_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.footer_logo img {
    /* object-fit: scale-down; */
    /* width: fit-content; */
    /* height: 70px; */
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(90%) saturate(2%) hue-rotate(117deg) brightness(109%) contrast(101%); */
    margin-bottom: 10px;
}

.footer_logo {
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: start;
    margin-left: 0;
    flex-direction: column;
}

.quick-links ul {
    column-count: 2;
}

.globe {
    position: absolute;
    right: 0;
    top: 0;
}

.hdr_topbar_text {
    position: relative;
}

.footer-btn {
    /* background: #dc9f34; */
    padding: 20px;
    text-align: center;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
}

.footer-btn-text p {
    color: #fff;
    opacity: 1;
}

.header-headeing-line {
    margin-bottom: 0 !important;
}

.header-headeing-line {
    padding-left: 20px;
    position: relative;
}

.header-headeing-line:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 3px;
    height: 32px;
    width: 2px;
    background: #dc9f34;
}

/* footer end */

.contact-input-sd input {
    width: 100%;
    margin-bottom: 60px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #5f5f5f;
    /* position: relative; */
    color: #fff;
}

.contact-input-sd i {
    position: absolute;
    top: 0;
    right: 0;
    color: #e8a93c;
}

.contact-input-sd {
    position: relative;
    width: 100%;
}

.contact-input-sd input::placeholder {
    color: #fff;
}

.contact-input-sd textarea {
    width: 100%;
    margin-bottom: 60px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #5f5f5f;
    /* position: relative; */
    color: #fff;
}

.contact-input-sd textarea::placeholder {
    color: #fff;
}



section.contact-sec .row {
    position: relative;
    padding: 40px 20px 20px;
}

section.contact-sec .row:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2b2b2b;
    z-index: -1;
    border-radius: 20px;
}



.contact-img {
    position: relative;
    padding: 0px;
}

.contact-img-text {
    position: absolute;
    top: 40px;
    left: 30px;
    padding: 20px;
}

.contact-img-text p {
    width: 55%;
    text-align: end;
    float: right;
}

section.contact-sec {
    margin-bottom: 80px;
}

.banner-img.inner-banner img {
    height: 90vh;
}

section.main_slider.inner-banner-sec:before {
    top: 14%;
    height: 73%;
}

section.about-sec.inner-about-sec {
    padding: 100px 0px 80px;
    margin-bottom: 80px;
}

section.premium-travel-sec {
    margin-bottom: 100px;
}

.premium-travel-top-heading {
    text-align: center;
    width: 59%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.why-choose-textone.inner-page-why-choose {
    padding: 32px 50px;
    background: #181716;
}

section.why-choose-sec.inner-choose-sec {
    margin-bottom: 0;
}

.services-sec-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

section.services-sec-sd {
    margin: 80px 0px;
}

section.services-detail-sd {
    margin: 100px 0px;
}

ul.services-detail-icon {
    column-count: 3;
    margin-bottom: 0px;
}

ul.services-detail-icon li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-detail-text p {
    margin-bottom: 80px;
}

.services-detail-text {
    position: relative;
}

.services-detail-text:before {
    position: absolute;
    content: '';
    bottom: 27%;
    right: 0;
    height: 1px;
    width: 100%;
    background: #3d3c3b;
}

section.reviews-sec {
    margin: 100px 0px;
}

.client-ineer-box.client-inner-page::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;

    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    /* filter: drop-shadow(2px 4px 6px #00000021); */
    opacity: 0;

    border-top-color: #dc9f34;
}

.client-ineer-box.client-inner-page:hover {
    background: #dc9f34;
}

.client-ineer-box.client-inner-page:hover:before {
    opacity: 1;
}

.client-ineer-box.client-inner-page {
    margin-bottom: 10px;
}



/* Contact Start  */
section.connectLinks.section {
    margin: 70px 0px;
}

section.connectLinks .cnt-links {
    position: relative;
    background: #dba241;
    padding: 34px 32px;
}

section.connectLinks .cnt-links p {
    margin: 0px;
    color: #fff;
    font-weight: 500;
}

section.connectLinks .cnt-links h5 {
    text-transform: uppercase;
    color: #fff;
    font-family: "blenderPro";
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
}

section.connectLinks .cnt-links h5:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background: #fff;
    opacity: 41%;
    bottom: 0;
}

section.connectLinks .connectLinkWrap {
    width: 92%;
    margin: 0px auto;
    padding-top: 40px;
}

section.contactForm {
    padding-bottom: 80px;
}

section.contactForm .fmWraper {
    width: 80%;
    margin: 0px auto;
}

section.contactForm form input {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 13px #9999991a; */
    border: 1px solid #bdbdbd;
    /* font-family: "blenderPro"; */
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
}

section.contactForm form textarea {
    width: 100%;
    padding: 28px 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 13px #9999991a; */
    border: 1px solid #bdbdbd;
    /* font-family: "blenderPro"; */
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    height: 150px;
    resize: unset;
    position: relative;
    background: transparent;
}

section.contactForm form textarea::placeholder {
    position: absolute;
    bottom: 21px;
    color: #ffffff;
}

section.contactForm form input::placeholder {
    color: #ffffff;
}

section.contactForm form .sitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    margin: 0;
}

section.connectLinks .cnt-links p a {
    color: #fff;
}

.headerElement.text-center {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* Contact end */


.booking-input input::placeholder {
    color: #fff;
}

.booking-input input {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 13px #9999991a; */
    border: 1px solid #bdbdbd;
    /* font-family: "blenderPro"; */
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
}

.booking-input select {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 13px #9999991a; */
    border: 1px solid #bdbdbd;
    /* font-family: "blenderPro"; */
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
    appearance: auto;
}

.booking-input textarea {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 20px 13px #9999991a; */
    border: 1px solid #bdbdbd;
    /* font-family: "blenderPro"; */
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
    height: 200px;
}

section.booking-sec {
    margin: 100px 0px;
}

.booking-sec-text-one {
    margin-bottom: 0px;
}

.booking-sec-text-two h4 {
    color: #fff;
    margin-bottom: 30px;
}

.booking-sec-text-two {
    margin-bottom: 50px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #ffffff00;
    border: unset;
    border-bottom: 2px solid #dda647;
}

.nav-tabs {
    border-bottom: unset;
}

.booking-tan-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: unset;
    isolation: isolate;
    color: #fff;
    border-bottom: 2px solid #dda647;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.booking-input select option {
    color: #000;
}

.services-slider-set .slick-active {
    opacity: 1;
}

.services-slider-set .slick-slide img {
    width: auto;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    color: #000;
}

#map {
    height: 400px;
    border-radius: 10px;
    border: 1px solid #65c0b1;
    margin-bottom: 40px;
}

.side-map iframe {
    width: 100%;
    height: 300px;
}







.payemnt-fee-box {
    background: #000000;
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: -1px 1px 30px rgb(255 255 255 / 46%);
}

.payemnt-fee-box h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}

.payemnt-fee-box .icon-container {
    margin-bottom: 20px;
    font-size: 24px;
    background: #fff;
    padding: 20px;
}

.payemnt-fee-box .icon-container i {
    margin-right: 10px;
}

.payemnt-fee-box label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
}

.payemnt-fee-box input[type="text"],
.payemnt-fee-box input[type="tel"] {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.payemnt-fee-box input[type="text"]:focus,
.payemnt-fee-box input[type="tel"]:focus {
    border-color: #007bff;
    outline: none;
}

.payemnt-fee-box .row {
    display: flex;
    gap: 20px;
}

.payemnt-fee-box .col-md-6 {
    flex: 1;
}

.payemnt-fee-box .btn-r-1 {
    display: block;
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.payemnt-fee-box .btn-r-1:hover {
    background-color: #0056b3;
}

.wrap-iner-apy p {
    color: #fff;
}

.banner-icon-whatsapp {
    position: absolute;
    bottom: 20%;
    right: 3%;
    font-size: 60px;
}


.contact-btn-text {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.contact-btn-text {
    display: none;
}

section.our-fleet-sec {
    margin: 100px 0px;

}

.our-services-detail-box-img img {
    margin-bottom: 20px;
    width: 100%;
}

.banner-icon-whatsapp a {
    color: #fff;
}

.banner-icon-whatsapp a:hover {
    color: #28b16d;
}

.our-services-box-text a p {
    color: #fff;
}

.premium-travel-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

section.prcing-sec {
    padding: 80px 0;
}


section.prcing-sec .our-services-box {
    height: 700px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #797979;
}

section.prcing-sec .our-services-box-img>img {
    width: 100% !important;
    margin-bottom: 30px;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}

section.prcing-sec .our-services-box h2 {
    font-size: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 0;
    /* background: linear-gradient(100deg, #daa03f 0%, rgb(227 182 91) 100%); */
    padding: 10px 20px 10px 20px;
    border-radius: 10px 10px 0 0;
}

section.prcing-sec .text_center.heading.topbar {
    text-align: center;
    width: 50%;
    margin: 0 auto 40px auto;
}

section.prcing-sec .our-services-box h2 span {
    font-size: 40px;
    color: #daa03f;
}

ul.mile-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    border-bottom: 1px solid #454545;
    padding-bottom: 10px;
    margin: 20px 0;
}

ul.mile-list * {
    padding: 0;
    border: navajowhite;
    margin: 0;
}

section.prcing-sec .our-services-box:hover h2 span {
    color: #fff;

}

section.prcing-sec .our-services-box:hover ul.service-ul-sd li img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(10%) saturate(8%) hue-rotate(145deg) brightness(107%) contrast(98%);
}



.step {
    display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s ease;
    width: 100%;
}

.step.show {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.step.hidden {
    display: none !important;
}

.continue-btn {
    display: flex;
    justify-self: end;

}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section.booking-sec .our-services-box {
    height: 600px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #797979;
}


a.back-btn .btn-img {
    transform: rotate(180deg);
}

section.booking-sec .our-services-box-img>img {
    width: 100% !important;
    margin-bottom: 30px;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}

.selectable-card.active {
    border: 2px solid #ffb400;
    background: linear-gradient(100deg, rgba(218, 160, 63, 1) 0%, rgb(227 182 91) 100%);
    box-shadow: 0 0 10px rgba(255, 180, 0, 0.5);
}

.selectable-card.active h2 span {
    color: #fff !important;
}

.selectable-card.active li img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(10%) saturate(8%) hue-rotate(145deg) brightness(107%) contrast(98%);
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
    width: 100%;
}