body{
    margin: 0;
    font-family: "Roboto Condensed", sans-serif !important;
} 
.main-header{
    background-color: #FF5956;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.navbar-collapse{
    justify-content: space-between;
}
a.booking-now {
    background-color: #ffffff;
    color: #ff5956;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 6px;
}
.main-slider-one{
    width: 100%;
}
.navbar-brand img{
    width: 230px;
}
.main-header ul li{
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-header ul li a{
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.main-header ul li a.active{
    color: #ffffff !important;
}
.main-header ul li:hover a,
.main-header ul li:hover a.active{
    color: #ffeb3b !important;
}
.carousel-item img{
    height: 100%;
}
.carousel-item::before{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2d23309e;
    content:""
}
.carouse-text{
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 100px;
}
.carouse-text .btn{
    background-color: #FF5956;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
}
.feature-one {
    position: relative;
    background-color: var(--trevlo-white2, #FAF5EE);
    padding: 70px 0 70px;
}
.feature-one__bg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: cloudMove 60s linear 0s infinite;
}
.feature-one__box {
    position: relative;
    padding: 0 0 0 102px;
    min-height: 71px;
}
.feature-one__box__icon img{
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-one__box__icon {
    width: 71px;
    height: 71px;
    background-color: var(--trevlo-base, #FF5956);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    border: none;
    left: 0;
    top: 5px;
    overflow: hidden;
    font-size: 38px;
    color: var(--trevlo-white, #ffffff);
}
.feature-one__box__icon::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: var(--trevlo-base, #FF5956);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@keyframes cloudMove {
    0% {
      background-position: -1920px 100%;
    }
    100% {
      background-position: 0 100%;
    }
  }
  .main-footer__top {
    margin-bottom: 73px;
  }

  .about-two {
    position: relative;
    padding: 114px 0 0;
    background-color: #ffffff;
}
.about-two__image {
    position: relative;
    max-width: 580px;
    text-align: right;
}
.about-two__image__one {
    position: absolute;
    z-index: 2;
    left: -7px;
    top: -34px;
    border: 31px solid var(--trevlo-white, #ffffff);
    border-radius: 203px;
    display: inline-block;
}
.about-two__image__two {
    position: relative;
    display: inline-block;
}
.about-two__image__content {
    position: absolute;
    left: 55px;
    bottom: 48px;
    z-index: 1;
    border-radius: 16px;
    background: var(--trevlo-white, #ffffff);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    max-width: 313px;
    text-align: left;
    padding: 29px 20px 28px 116px;
}
.about-two__image__two svg {
    width: 196px;
    height: 76px;
    stroke-width: 2px;
    stroke: var(--trevlo-base, #FF5956);
    position: absolute;
    left: -39px;
    bottom: -28px;
    fill: transparent;
    animation: zumpLeftBottom 3s infinite linear;
}
.about-two__image__one img {
    max-width: 100%;
    height: auto;
    border-radius: 203px;
}
.about-two__image__two img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}
.about-two__image__content {
    position: absolute;
    left: 55px;
    bottom: 48px;
    z-index: 1;
    border-radius: 16px;
    background: var(--trevlo-white, #ffffff);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    max-width: 313px;
    text-align: left;
    padding: 29px 20px 28px 116px;
}
.about-two__image__content img {
    width: 75px;
    position: absolute;
    left: 20px;
    top: 12px;
}
.about-two__image__content__title {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
}
@keyframes zumpLeftBottom {
    0%, 100% {
      transform: translateY(0) translateX(0);
    }
    25%, 75% {
      transform: translateY(-5px) translateX(5px);
    }
    50% {
      transform: translateY(-10px) translateX(10px);
    }
  }
  .about-two__content {
    padding-left: 70px;
}
.sec-title__tagline {
    font-size: 14px;
    color: var(--trevlo-base, #FF5956);
    line-height: 0.9;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.sec-title__title, .sec-title__heading {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 0;
    color: #2D2330;
    font-weight: 700;
}
.about-two__content .sec-title {
    margin-bottom: 20px;
}
.about-two__content__text {
    margin: 0 0 22px;
    color: 736D75;
    font-size: 16px;
}
.about-two__content__heading {
    color: var(--trevlo-base, #FF5956);
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 25px;
}
.about-two__content__list {
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
}
.about-two__content__list li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #2D2330;
    margin-bottom: 3px;
}
.trevlo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: #FF5956;
    color: #ffffff;
    font-size:16px;
    font-weight: 700;
    padding: 20px 40px;
    line-height: 1;
    transition: 500ms;
    text-transform: capitalize;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    text-decoration: none;
}
.benefit-two {
    margin-top: 100px;
    position: relative;
    background-color: var(--trevlo-primary, #2D2330);
}
.benefit-two .noPadding {
    padding: 0;
    margin: 0;
}
.benefit-two__left-content {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
}
.benefit-two__left-content__inner {
    position: relative;
    max-width: 558px;
    margin: auto;
    background-color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.6);
    border-radius: 20px;
    width: 100%;
    padding: 73px 80px 78px;
}
.benefit-two__left-content__title {
    font-size: 60px;
    line-height: 70px;
    font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
    letter-spacing: -1.8px;
    margin: 0 0 31px;
}
.benefit-two__content {
    position: relative;
    padding: 30px;
    float: left;
}
.sec-title {
    margin-bottom: 30px;
}
.benefit-two__box {
    position: relative;
    padding: 0 0 0 112px;
    min-height: 82px;
    width: 48%;
    margin-top: 20px;
    float: left;
}
.benefit-two__box__icon {
    width: 82px;
    height: 82px;
    background-color: var(--trevlo-base, #FF5956);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    border: none;
    left: 0;
    top: 1px;
    overflow: hidden;
    font-size: 40px;
    color: var(--trevlo-white, #ffffff);
}
.benefit-two__box__icon img {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-two__box__title {
    font-size: 20px;
    color: var(--trevlo-white, #ffffff);
    margin: 0 0 9px;
}
.benefit-two .sec-title__title, .benefit-two .sec-title__heading {
    color: var(--trevlo-white, #ffffff);
}
.benefit-two__box__text {
    color: var(--trevlo-gray, #928496);
    margin: 0;
}
.testimonial-two {
    position: relative;
    background-color: var(--trevlo-white2, #FAF5EE);
    overflow: hidden;
    padding: 120px 0 150px;
}
.testimonial-two__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
    mix-blend-mode: luminosity;
}

.section_mod-h {
    padding-bottom: 100px;
}
.section-bg_second {
    background-color: #181818;
}
.list-type {
    margin-top: 50px;
    margin-bottom: 100px;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}
.list-type__item {
    display: inline-block;
    width: 360px;
    margin: 0 8px 48px;
    padding-left: 23px;
    border-right: 1px solid #333;
    overflow: hidden;
    text-align: center;
}
.list-type__inner {
    transform: skewX(-6deg);
}
 .list-type__inne_figure {
    height: 126px;
}
.decor-1, .decor-1:after {
    width: 30px;
    border-top: 1px solid #ccc;
}
.list-type__name {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.list-type__info {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .8;
    color: #fff;
}
.list-type__link:hover{
    background-color: #dc2d13;
    border-color: #dc2d13;
}
.list-type__link {
    display: block;
    padding-top: 10px;
    width: 360px;
    height: 210px;
    font-family: Raleway;
    border-top: 1px solid #333;
    border-left: 5px solid #dc2d13;
    border-bottom: 1px solid #333;
    background-color: rgb(0 0 0 / .4);
    transition: .3s;
    transform: skewX(6deg);
    text-decoration: none;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.TYPES-VEHICLES{
    position: relative;
    background-color: #000000;
    background-image: url(images/type-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
   
}
.TYPES-VEHICLES h1 , .TYPES-VEHICLES p{
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}
.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.83;
}
.contact-page {
    background-color: #ffffff;
    position: relative;
}
.sec-title {
    margin-bottom: 49px;
}
.text-center {
    text-align: center !important;
}
.sec-title__tagline {
    font-size: 14px;
    color:  #FF5956;
    line-height: 0.9;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.sec-title__title, .sec-title__heading {
    font-size:40px;
    line-height: 1.25;
    margin-bottom: 0;
    color: #2D2330;
}
.form-one__input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 60px;
    background-color: var(--trevlo-white2, #FAF5EE);
    padding: 20px 30px 20px 30px;
    border-radius: 6px;
}
.form-one__message {
    min-height: 176px;
}
.google-map{
    width: 100%;
}
.google-map iframe {
    width: 100%;
}
.list-type__inne_figure img {
    width: 200px;
}
.footer{
    margin-top: 50px;
    background-color: #000;
    padding: 1px 0 0 80px;

}
.footer ul {
    padding: 0;
}
.footer h5{
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.footer ul li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.footer ul li a{
    display: flex;
    background-color: #FF5956;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    justify-content: center;
}
.footer ul li svg{
    fill: #fff;
    width: 30px;
}
.footer ul li p{
    text-align: left;
    color: #fff;
}
p.main-footer__copyright {
    background: #FF5956;
    padding: 12px;
    margin: 0;
    color: #fff;
    text-align: center
}
.contact-address li{
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-address li span {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #FF5956;
    border-radius: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.contact-address li span svg{
    width: 20px;
    fill: #fff;
}
.error {
    font-size: 12px;
    color: red;
}
@media only screen and (max-width: 768px) {
    .about-two{
        padding: 34px;
    }
    .about-two__image__one{
        position: relative;
    }
    .navbar-toggler{
        color: #ffff;
    }
    .carousel-item {
        height: auto;
    }
    .about-two__content {
        padding-left: 0;
        padding-top: 50px;
    }
    .benefit-two{
        margin-top: 0;
    }
    .sec-title__title, .sec-title__heading{
        font-size: 28px;
        text-align: center;
    }
    .sec-title{
        margin-bottom: 30px;
    }

    .benefit-two__box{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    a.booking-now{
        display: inline-block;
    }
    .about-two__image{
        text-align:center ;
    }
    .footer{
        margin-top: 0;
        padding: 1px 0 19px 80px;
    }
    ul.contact-address {
        padding: 0;
        margin-top: 10px;
    }
    .benefit-two__box__icon{
        position: relative;
        margin: auto;
        margin-bottom: 10px;
    }
    .benefit-two__content{
        padding-left: 10px;
    }
    

    @media screen and (min-device-width: 768px) and (max-device-width: 1200px) { 
        .carousel-item {
            height: auto;
        }
    }
  }

