@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none !important;
    font-family: "Roboto", sans-serif;
}
/* p, li{
    font-family: "Roboto", sans-serif;
     font-size: 17px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
} */
h1, h2, h3, h4, h5, h6, .f-inter{
    font-family: "Inter", sans-serif;
}
.bg-main{
    background: #f4eee5;
}
/* .bg-second{
    background: #F9F9F9;
} */
 .bg-second {
    background: #fff7e3;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

a.navbar-brand img {
    max-width: 120px;
}
.tph-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.top-header {
    padding: 8px 0 10px 0;
    position: relative;
    background: #111;
    border-bottom: 5px solid #ffb300;
    z-index: 1;
}
section.top-header:before {
    content: "";
    position: absolute;
    background: #ffb300;
    border-radius: 0 50px 0 0;
    border-right: 15px solid #fff;
    width: 10%;
    top: 0;
    left: 0;
    bottom: -1px;
    z-index: -1;
}
section.top-header:after {
    content: "";
    position: absolute;
    background: #ffb300;
    border-radius: 50px 0 0 0;
    border-left: 15px solid #fff;
    width: 10%;
    top: 0;
    right: 0;
    bottom: -1px;
    z-index: -1;
}
.tph-l a {
    color: #fff;
    font-weight: 500;
}
.tph-l a i {
    color: #FFB300;
    margin-right: 8px;
}
.tph-l {
    display: flex;
    align-items: center;
    gap: 22px;
}
.tph-r span {
    color: #fff;
    font-weight: 500;
    margin-right: 18px;
}
.tph-r a {
    color: #FFB300;
    margin-right: 12px;
}
.tph-r a:last-child {
    margin-right: 0px;
}
a.navbar-brand {
    padding: 0 0;
    margin: 0;
}
a.nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #111;
    padding: 0 0 !important;
    margin: 0 16px;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}
.btn1, .btn2 {
    display: inline-block;
    border: none;
    background: #FFB300;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 18px 36px;
    border-radius: 100px;
    letter-spacing: 0.4px;
}
.btn3 {
    display: inline-block;
    border: none;
    background: #fff;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 18px 36px;
    border-radius: 100px;
    letter-spacing: 0.4px;
}
.btn4 {
    display: inline-block;
    border: none;
    background: #111;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 18px 36px;
    border-radius: 100px;
    letter-spacing: 0.4px;
}
.btn1 i {
    margin-right: 6px;
}
.btn2 i, .btn3 i, .btn4 i{
    margin-left: 6px;
}
.hbs-box img {
    max-height: 660px;
    min-height: 660px;
    object-fit: cover;
    object-position: 50% 50%;
}
.hbs-box {
    position: relative;
    z-index: 0;
}
.hbs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0px;
    opacity: 0.7;
    z-index: 0;
    background: rgb(1, 6, 15);
}
.hbs-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 900px;
}
.hbs-txt h6 {
    display: inline-block;
    color: #ffb300;
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.hbs-txt h4 {
    font-size: 60px;
    font-weight: 800;
    margin: 20px 0;
}
.hbs-txt h4 span{
    color: #ffb300;
}
.hbs-txt p {
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0.3px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hbs-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.slick-prev {
    left: 40px !important;
    z-index: 1;
}
.slick-next {
    right: 40px !important;
}
.slick-next:before, .slick-prev:before {
    font-family: 'FontAwesome' !important;
    font-size: 22px !important;
    color: #fff !important;
}
.slick-next, .slick-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: #ffffff33 !important;
    border-radius: 100px;
}
.slick-next:hover, .slick-prev:hover {
    background-color: #fff !important;
    transition: 0.5s !important;
}
.slick-next:hover:before, .slick-prev:hover:before {
    color: #ffb300 !important;
    /* transition: 0.5s !important; */
}
.brs-ic {
    padding: 30px 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.form-row {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 20px;
}
.form-group, .form-btn {
    width: 100%;
}
section.book-ride-sec {
    position: relative;
    margin-top: -70px;
    z-index: 2;
}
.brsi-tt h5 {
    font-size: 25px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}
.form-group label {
    margin-bottom: 8px;
    color: #111111;
    font-weight: 500;
}
.form-control, .form-select {
    padding: 14px 20px 14px 20px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    box-shadow: none !important;
    color: #757f95 !important;
}
.fg-input {
    position: relative;
    z-index: 0;
}
.fg-input i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #757f95;
}
.form-control, .form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
}
.form-btn .btn2 {
    border-radius: 12px !important;
}
.absl-ic {
    position: relative;
    z-index: 0;
}
.absl-badge {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    background: #111;
    align-items: center;
    padding: 10px 10px;
    border-radius: 140px;
    gap: 10px;
}
.bsl-l {
    background: #FFB300;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 8px;
}
.bsl-r h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    max-width: 160px;
    line-height: 28px;
}
.main-tt h6 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #ffb300;
}
.main-tt h6:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: #ffb300;
    opacity: .2;
    left: -2px;
    bottom: 0;
}
.main-tt h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #111111;
    margin-bottom: 0;
    line-height: 58px;
}
.main-tt h4 span{
    color: #ffb300;
}
.main-tt {
    margin-bottom: 16px;
}
.main-ul ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.main-ul ul li {
    padding-left: 30px;
    margin-bottom: 8px;
    position: relative;
    z-index: 0;
    font-weight: 600;
}
.main-ul ul li::before {
    content: "\f058";
    left: 0;
    top: 0;
    position: absolute;
  font-family: FontAwesome;
  color: #FFB300;
}
.heading-divider {
    display: inline-block;
    position: relative;
    border: 3px solid #ffb300;
    width: 90px;
    height: 10px;
    border-radius: 50px;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 7px;
    width: 15px;
    border-radius: 50px;
    background: #ffb300;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(72px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(72px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.hsrc-box {
    position: relative;
    padding: 0 20px 20px 20px;
    margin-bottom: 25px;
    transition: all .5s ease-in-out;
    z-index: 1;
}
.hsrc-box:before {
    content: "";
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 20px;
    width: 100%;
    left: 0px;
    top: 130px;
    bottom: 0px;
    z-index: -1;
}
.hsrc-img img {
    border-radius: 30px;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.hsrc-ico {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 82px;
    background: #ffb300;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-top: -50px;
    right: 40px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hsrc-ico img {
    width: 100%;
    max-width: 56px;
}
.hsrc-con h5 a {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111111;
    display: inline-block;
}
.hsrc-con {
    position: relative;
    margin-top: 5px;
}
.hsrc-con .btn2 {
    padding: 10px 22px;
    margin: 6px 0 8px;
}
.hctr-ic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: -150px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 2;
}
.hctr-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000bf;
    border-radius: 30px;
    left: 0;
    top: 0;
    z-index: -1;
}
.hctr-box span {
    position: relative;
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 100px;
    color: #ffffff;
    border: 5px solid #ffffff;
    background: #ffb300;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.hctr-box {
    width: 100%;
    text-align: center;
}
.hctr-box span img {
    max-width: 70px;
}

.hctr-box h5 {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 22px 0 12px;
}
.hctr-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0;
}
section.h-feature {
    background: url(../../front/img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
section.h-feature:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.hft-con {
    display: flex;
    gap: 30px;
}
.hftc-box {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    z-index: 1;
    height: 100%;
}
.hftc-box span {
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    border: 5px solid #111111;
    background: #ffb300;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.hftc-box p{ line-height:27px;}
.hftc-box span img {
    max-width: 56px;
}
.hftc-box:nth-child(even) {
    margin-top: 60px;
}
.tbp2 {
    padding-top: 260px;
}
.hftc-box h5 {
    font-weight: 700;
    color: #111;
}
section.h-feature:after {
    content: "";
    position: absolute;
    background-image: url(../../front/img/dd.png);
    background-repeat: repeat-x;
    width: 500%;
    height: 50px;
    bottom: -10px;
    left: 0;
    animation: slide 100s linear infinite;
}
@keyframes slide {
  100%{
    transform: translateX(-3400px);
  }
}
.btic-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgb(6 22 58 / 10%);
    transition: all .9s ease-in-out;
    z-index: 1;
}
.bti-tt {
    margin: 0px 0 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bti-tt h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}
.bti-tt p {
    color: #111;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    text-shadow: 0 0 10px #00000026;
    background: #ffb30073;
    padding: 2px 10px;
    border-radius: 100px;
    display: inline-block;
}
/* .bti-tt p i{
    color: #ffb300;
} */
.bti-txt {
    background: #111111;
    padding: 26px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.bti-txt:before {
    content: "";
    position: absolute;
    background-image: url(../../front/img/shape1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.bti-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 56px;
    color: #ffffff;
    background: #ffb300;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin: -80px auto 0 auto;
}
.bti-ico img{
    width: 100%;
    max-width: 60px;
}
.bti-ico:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 2px dashed #ffb300;
    border-radius: 50%;
    animation: rotate 9s linear infinite;
}

@keyframes rotate {
  100%{
    transform: rotate(180deg);
  }
}

.bti-ul li {
    position: relative;
    margin: 10px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 22px;
}
.bti-ul ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}
.bti-btn .btn2, .bti-btn .btn3 {
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}
.bti-btn .btn2 i, .bti-btn .btn3 i{
    margin-left: 2px;
}
.bti-ul li:before {
    content: "\f560";
    left: 0;
    top: 0;
    position: absolute;
    font-family: FontAwesome;
    color: #FFB300;
}
.bti-btn {
    display: flex;
    gap: 8px;
    align-items: center;
}
section.h-why-us {
    position: relative;
    background: #111111;
    z-index: 0;
}
section.h-why-us:before {
        content: "";
    position: absolute;
    background-image: url(../../front/img/bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.04;
    z-index: -1;
}

.hwur-box {
    display: flex;
    gap: 15px;
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.wurb-img {
    width: 100%;
    height: 100%;
    line-height: 80px;
    background: #ffb300;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    display: inline-flex;
    max-width: 90px;
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
    justify-content: center;
    align-items: center;
}
.wurb-img img{
    width: 60px;
    height: 60px;
}
.wurb-con h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #111;
}
.wurb-con p {
    margin-bottom: 0;
    line-height: 28px;
}
.hwur-box span {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 1px #ffb300;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.hwur-box:nth-child(2) {
    margin-left: 50px;
}
.hfq-img img {
    border-radius: 30px;
}
.accordion-item {
       border: none !important;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 12px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.accordion-button:not(.collapsed) {
    color: #ffb300 !important;
    background: transparent !important;
}
.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #ffb300 !important;
}
.accordion-button {
    border-radius: 0px !important;
    background: transparent !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #111 !important;
    text-transform: capitalize;
    box-shadow: none !important;
}
button.accordion-button span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
button.accordion-button span i{
       width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #ffb300;
    text-align: center;
    color: #ffffff;
}
.accordion-body p {
    margin: 0;
}
section.h-testimonials {
    position: relative;
    background-image: url(../../front/img/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}
section.h-testimonials:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.testimonial-single {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 25px;
    position: relative;
    z-index: 1;
}
.testimonial-single::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: 10px;
    top: 10px;
    border: 3px solid #ffb300;
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}
.testimonial-content {
    display: flex;
    align-items: center;
}
.testimonial-author-img {
    margin-right: 10px;
    width: 70px;
    padding: 5px;
    border-radius: 50px;
    border: 3px solid #ffb300;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.testimonial-author-img img {
    border-radius: 50%;
}
.testimonial-author-info {
    flex: 1;
    margin: 15px 0 10px 0;
}
.testimonial-author-info h4 {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    margin: 0;
}
.testimonial-author-info p {
    color: #ffb300;
    font-weight: 500;
    margin: 0;
}
.testimonial-quote-icon {
    position: absolute;
    right: 30px;
    bottom: -4px;
    font-size: 90px;
    color: #ffb300;
    opacity: .2;
}
.testimonial-quote p {
    color: #111111;
    margin: 0;
}
.testimonial-rate {
    color: #ffb300;
    margin-top: 12px;
}
.htst-box {
    margin: 0 12px;
}
.htst-slider .slick-list{
    margin: 0 -12px;
}
.testimonial-single:hover::before {
    width: 80%;
    height: 80%;
}
.slick-dots {
    bottom: -70px !important;
}
.slick-dots li button:before {
    font-size: 12px !important;
    color: #ffb300 !important;
}
section.book-cab-sec {
    background: #ffb300;
    position: relative;
    padding: 120px 0;
    z-index: 0;
    overflow: hidden;
}
section.book-cab-sec:before {
        content: "";
    position: absolute;
    background-image: url(../../front/img/dd2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 0;
}
section.book-cab-sec:after {
        content: "";
    position: absolute;
    background-image: url(../../front/img/dd2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -10px;
    z-index: 0;
}
.bcsr-ic h5 a {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}
.bcsr-ic h5 a i{
    margin-right: 10px;
}

.bcsr-ic h5 {
    margin-bottom: 30px;
}
.bcsl-ic {
    position: relative;
    z-index: 0;
}
.bcsl-ic:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #111;
    right: -100px;
    top: 0;
}
.bcsl-ic:after {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #111;
    top: 50%;
    transform: translateY(-50%);
    right: -107px;
}
.bti-mprice h6 {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 8px;
}
.bti-mprice h6 span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    background: #ffb300;
    text-align: center;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.top-ft {
    padding: 70px 0 50px;
    background: #111;
}
.tft-tt h5 {
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
    z-index: 1;
}
.tft-tt h5:before {
        position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
}
.tft-tt h5:after {
            position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #ffb300;
    bottom: 0;
    left: 18px;
}
.tft-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tft-ul ul li{
    padding: 0 0 0 20px;
    margin: 8px 0;
    position: relative;
    z-index: 0;
}
.tft-ul ul li a{
    color: #fff;
    text-transform: capitalize;
}
.tft-ul ul li:before {
    content: "\f0da";
    position: absolute;
    font-family: 'FontAwesome';
    color: #ffb300;
    left: 0;
}
.tfta-box {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.tfta-box:last-child {
    margin-bottom: 0px;
}
.tab-l {
    color: #ffb300;
    font-size: 20px;
    max-width: 22px;
    min-width: 22px;
    text-align: center;
}
.tab-r h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
}
.tab-r p, .tab-r p a {
    margin-bottom: 0;
    color: #fff;
}
.top-ft a:hover {
    color: #FFB300;
}
.tft-con p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tft-social span {
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
}
.tft-social a {
    color: #ffb300;
    width: 40px;
    height: 40px;
    background: #ffb30036;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 7px;
}
.tft-social a:hover {
    color: #111;
    background: #ffb300;
    transition: 0.6s;
}
.tft-logo a {
    display: inline-flex;
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px;
    margin-bottom: 20px;
    max-width: 140px;
}
.fti2 {
    margin-left: 50px;
}
.ft-btm {
    position: relative;
    padding: 20px 0;
    background: #181818;
    border-bottom: 5px solid #ffb300;
    z-index: 1;
}
.ftbm-ic {
    display: flex;
    justify-content: space-between;
}
.ftbm-ic p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.ftbm-ic p a{
    color: #FFB300;
}
.ft-btm:before {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    bottom: -1px;
    background: #ffb300;
    width: 50%;
    clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.ftbm-ic p:last-child, .ftbm-ic p:last-child a {
    color: #111;
}
.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 10px #00000020;
}
.sticky a.navbar-brand img {
    max-width: 90px;
}
.rg-30{
    row-gap: 30px;
}
.bcsr{
    text-align: end;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFB300 !important;
}
section.i-banner {
    padding: 100px 0;
    background: url(../../front/img/i-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    position: relative;
    z-index: 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000c7;
    left: 0;
    top: 0;
    z-index: -1;
}
.ibc-ic h5 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.ibc-ic p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFB300;
}
.ibc-ic p span{
    color: #FFB300;
}
.ibc-ic p i{
    margin-inline: 10px;
    font-size: 14px;
    color: #fff;
}
.ibc-ic p a{
    color: #fff;
}
.mw-840{
    max-width: 840px;
}
.bat-ic {
    padding: 40px;
        border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.bat-tt {
    /* padding-bottom: 30px; */
    margin-bottom: 20px;
    /* border-bottom: 1px solid #efefef; */
}
.bat2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.tms-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tms-ic .htst-box {
    margin: 0;
    width: 100%;
    max-width: 49%;
    box-shadow: 0 0 10px #00000020;
    border-radius: 30px;
}
.mnc-fr {
    display: flex;
    gap: 20px;
}
.mnc-fr {
    display: flex;
    gap: 20px;
}
.mncf-box {
    width: 100%;
    text-align: center;
    padding: 40px 20px 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    background: #fff;
}
.mncf-box span {
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFB300;
    border-radius: 50%;
    font-size: 32px;
    margin-bottom: 20px;
}
.mncf-box p, .mncf-box a {
    margin: 0;
    color: #222;
}
.mncf-box h5 {
    margin-bottom: 4px;
    font-weight: 600;
    color: #111;
}
.mncf-box:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: 10px;
    top: 10px;
    border: 3px solid #ffb300;
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}
.mncf-box:hover:before {
        width: 80%;
    height: 80%;
}
/* .mnc-sr {
    margin-top: 70px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 30px;
    padding: 40px 40px;
} */
 .mnc-sr {
    margin-top: 70px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 30px;
}
.mnc-sr iframe{
    border-radius: 30px;
}
.mncl-ic img {
    width: 100%;
    padding: 15px;
    border-radius: 40px 50% 50% 50%;
}
.mncl-ic {
    position: relative;
    z-index: 0;
}
.mncl-ic::before {
    content: "";
    position: absolute;
    border: 6px solid #ffb300;
    border-radius: 25px 50% 50% 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pps-ic h5 {
    color: #111;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    z-index: 1;
    margin-top: 30px;
}
.pps-ic h5:before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 3px;
    background: #d7d7d7;
    bottom: 0;
    left: 0;
}
.pps-ic h5:after {
        position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #ffb300;
    bottom: 0;
    left: 18px;
}
.pps-ic p {
    color: #333;
}
.pps-ic li {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
    padding-left: var(--icon-space);
    margin-bottom: 5px;
}
.pps-ic ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.pps-ic li:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  font-size: 14px;
}
.fta-1 {
    background: #000;
    color: #ffb300 !important;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}
.fta-1:hover {
    background: #fff;
    color: #000 !important;
    transition: 0.5s;
}
.fta-2 {
    background: #fff;
    color: #000 !important;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}
.fta-2:hover {
    background: #000;
    color: #ffb300 !important;
    transition: 0.5s;
}
.bcsr-ic h5 {
    margin-bottom: 20px;
}
.bcsr-ic h5:last-child {
    margin-bottom: 0px;
}
span.ibc-btn a {
    display: inline-block;
    border: none;
    background: #FFB300;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 7px;
    letter-spacing: 0.4px;
}
span.ibc-btn a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
}
span.ibc-btn a i{
    margin-right: 4px;
}
span.ibc-btn {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}
.bti-span span {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.bfc p i {
    color: #ffb300;
    margin-right: 4px;
}
.bfc p {
    margin-bottom: 2px;
}
.bat-form ul.nav {
    background: #111;
    border-radius: 100px;
    padding: 6px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto 30px;
    box-shadow: 0 0 4px inset #000000;
}
.bat-form ul.nav li a.nav-link {
    margin: 0;
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px !important;
}
.bat-form ul.nav li a.nav-link.active {
    background: #FFB300;
    color: #000;
    box-shadow: 0 0 7px inset #000000a6;
}
.bcs2:before {
display: none;
}
.bcs2{
   padding: 90px 0 120px;
}
p.tbc-tag {
    color: #fff;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}
p.tbc-tag a {
    color: #FFB300;
    font-weight: 500;
}
.bkh-ic .mnc-fr {
    flex-wrap: wrap;
}
.bkh-ic {
    margin-left: 40px;
}
.bkh-ic .mncf-box {
    box-shadow: none;
    background: #fff2dd;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}
.bat-main-inner .main-tt h4 {
    font-size: 30px;
}
.bkh-ic .mncf-box span {
    margin: 0;
}
.bkh-ic .mncf-box:before {
    width: 80px;
    height: 80px;
}
.bkh-ic .mncf-box:hover:before {
    width: 90%;
    height: 70%;
}

.bti-img img {
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.main-header {
    border-bottom: 1px solid #efefef;
}

.thdl-frr {
    background: #fff7e4;
    padding: 30px 30px;
    text-align: left;
    border-radius: 10px;
    height: 100%;
}
.thdl-frr h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #222;
}
.thdl-frr p {
    margin: 8px 0px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.thdl-frr p i {
    color: #FFB300;
    margin-right: 14px;
    width: 20px;
    text-align: center;
}
.thdl-frr p a {
    color: #333;
}
.thdl-frr h4 {
    margin: 15px 0 15px;
    font-size: 20px;
    font-weight: 600;
}
.thdl-frr h3 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
}
.thdl-frr h3 a{
    color: #222;
}
.thdl-frr h3 a:hover{
    color: #FFB300;
    transition: 0.5s;
}
.thdl-frr h6 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 20px 0 12px;
}
.thdl-form-row {
       display: flex;
    column-gap: 40px;
    padding-top: 50px;
    border-top: 1px solid #efefef;
    text-align: left;
}
.thdl-frl {
    width: 100%;
}
.thdl-frr {
    width: 100%;
    max-width: 400px;
}
.thdl-frl h3.summary-title {
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    color: #222;
    margin-bottom: 30px;
}
.thdl-frl h3.summary-title:before{
        content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background: #ffb300;
    opacity: .2;
    left: -2px;
    bottom: 0;
}
.ibc-ic h4 {
    color: #fff;
}

.call-link a {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #ffb300;
    color: #111;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 4px 4px 16px #111;
}
.whatsapp-link a {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #4db600;
    color: #fff;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 4px 4px 16px #111;
}
.back-to-top a {
    position: fixed;
    right: 20px;
    bottom: -150px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 4px 4px 16px #111;
}
.btt-show{
    bottom: 150px !important;
    transition: 0.8s;
}