:root {
    --color-primary-2: #9ec359;
}

.preloader .animation-preloader .txt-loading .letters-loading.first {
    color: var(--color-primary-2);
}
.main-nav-one ul li a.nav-link {
    font-weight: 500;
}
.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head p.plan {
    width: 71%;
    font-weight: 900;
    font-size: 20px;
    height: 100%;
}

.banner-area-one {
    background: linear-gradient(180deg, #9ec359, #9ec359 100%);
}
img.logo-top {
    width: 100px;
}
.header-one-wrapper .left-side-header .logo-area {
    padding: 10px 0;
}
.bg-four {
    background: #09a24f00;
}
.banner-content-two .title-banner .one {
    color: #fe4002;
}
.banner-area-two .banner-wrapper-two::after {
    background: linear-gradient(90deg, #9ec359 0%, rgba(50, 20, 6, 0) 64.29%);
}
.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head .head-icon {
    width: 90px;
    top: 40%;
}
.section-bg {
    background: #9ec3594f;
}
img.foot-logo {
    width: 130px;
}
.rts-footer-area .footer-one-main-wrapper .footer-single-wized .head {
    text-align: center;
}
.rts-footer-area {
    padding-top: 150px;
}
.rts-footer-area .footer-one-main-wrapper {
    gap: 40px;
}
.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head {
    padding: 7px 0;    
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
}
.pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-body .price {
    margin-bottom: 10px;
}
.banner-content-one {
    padding: 190px 0 190px;
}
ul.about-wrapper.abt{
    display: flex;
    justify-content: space-around;
}
.image {
    width: 100%;
    float: right;
    margin-left: 30px;
}
.org-clr {
    color: #9ec359;
}
.pricing-wrapper-style-2 .pricing-wrapper-inner {
    padding: 36px 53px 120px;
}
/* .about-wrapper {
    justify-content: space-around;
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 40px;
} */
ul.no-pts {
    list-style: none;
}
img.mv-img {
    width: 400px;
    border-radius: 20px;
}
.ourmv-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rts-footer-area .footer-one-main-wrapper .footer-single-wized .menu li a:hover {
    color: #fe4002;
}
section.dirs {
    padding: 100px 0 50px;
}
img.dir {
    border-radius: 20px;
    width: 80%;
}

span.deg {
    font-size: 16px;
    font-weight: 600;
}
h3.dir-name.animated.fadeIn {
    margin: 0;
}
.banner-right-img {
    padding: 75px;
    bottom: 74px;
}
.row.dir-car {
    padding: 70px 0 0;
    display: flex;
    justify-content: center;
}
.card-dir {
    height: 100%;
    border-radius: 20px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
img.dirt {
    border-radius: 15px;
}
.card-content {
    padding: 20px 15px;
    text-align: center;
}
.category-wrapper .content .title a {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    padding: 10px 10px;
    display: block;
    color: var(--color-white);
}
.icons img{
    width: 100px;
}
.text-justify {
    text-align: justify;
}
.float-right {
    float: right;
}
.vis {
    text-align: end;
    margin: 20px 0;
}
.mis {
    text-align: start;
    margin: 20px 0;
}

.rts-breadcrumb-area {
    background: url(../images/pic/breadcrumb.png);
}
.banner-area-two .banner-wrapper-two.banner-bg-image {
    background: url(../images/pic/banner-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-area-two .banner-wrapper-two.banner-bg-image2 {
    background: url(../images/pic/banner-4.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-area-two .banner-wrapper-two.banner-bg-image3 {
    background: url(../images/pic/banner-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single {
    margin-bottom: 20px;
    width: fit-content;
    padding: 7px 20px;
    background: #9ec359c7;
    color: #fff;
    border-radius: 20px;
}
.whatsapp {
    position: fixed;
    right: 42px;
    bottom: 20%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
img.whats {
    max-width: 90px;
    width: 68px;
}

.phonecall {
    position: fixed;
    right: 65.5px;
    bottom: 32%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
img.pcall {
    max-width: 110px;
    width: 100px;
}
span.gal-date {
    font-size: 15px;
    font-weight: 600;
}
img.Gal_i {
    width: 100%;
    height: 250px;
}
a.ga_a {
    display: block;
    width: fit-content;
    padding: 5px 15px;
    background: #ffd335;
    color: #fff;
    border-width: 2px 4px 4px 2px;
    border-style: solid;
    border-color: var(--color-heading-1);
}
.button-group .button {
    background: #fe4002;
}
img.gaal-img {
    width: 100%;
    height: 350px;
}
img.ga_ing {
    width: 100%;
    height: 250px;
}
img.eve_img {
    width: 100%;
    height: 250px;
}
.pricing-body1 .price {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-family: var(--font-secondary);
    color: var(--color-white);
    font-weight: 800;
    margin-bottom: 6px;
}
.pricing-body1 .price span {
    font-size: 39px;
    line-height: 36px;
    margin-right: 5px;
}  
p.plan.color-primary.fg {
    font-size: 22px !important;
}
iframe {
    width: 60%;
}
h3.section-title.text-center.animated.fadeIn {
 font-size: 27px !important;
}
.container-fluid.map {
    padding-top: 50px;
}
p.plan.color-primary.fg {
    font-size: 37px !important;
}
@media only screen and (max-width: 767px) {
    .banner-right-img {
    padding: 0;
}
   .d-mb-none {
        display: none;
    }

    .vis {
        text-align: justify;
        margin: 20px 0;
    }
    .mis {
        
        margin: 20px 0;
    }
    
    img.logo-top {
        width: 70px;
    }
    .banner-content-one {
        padding: 0px 0 120px;
        text-align: center;
    }
    .banner-content-one .banner-btn {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-button-area {
        margin-top: 30px;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head {
        padding: 47px 0 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        position: relative;
        z-index: 1;
    }
    .pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head .head-icon {
        width: 84px;
        top: 68%;
    }
    .pricing-wrapper-style-2 .pricing-wrapper-inner .pricing-head {
        border-bottom: 0px solid rgba(255, 255, 255, 0.4);
    }
    .about-btn-area {
        margin-top: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .rts-footer-area {
        padding-top: 0px;
    }
    img.dir {
        margin-top: 30px;
        border-radius: 20px;
        width: 65%;
    }
}
@media (max-width: 991px) {
    .rts-about-area.area-4 .section-title-area .desc {
        max-width: 100%;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .banner-right-img {
    padding: 31px;
}

    .pricing-wrapper-style-2.bg-four {
        padding-bottom: 59px;
    }
    .whatsapp {
        bottom: 14%;
    }
    .phonecall {
        bottom: 22%;

    }
img.dir {
    margin-top: 30px;
    border-radius: 20px;
    width: 65%;
}
}

@media (max-width: 1200px) {
    
    .pricing-wrapper-style-2 .pricing-wrapper-inner {
        padding: 36px 53px 100px;
    }
    .pricing-wrapper-style-2 .pricing-wrapper-inner {
        padding: 0px 30px 30px;
    }
    .pricing-wrapper-style-2 .pricing-bg-area {
        display: block;
    }
}
@media (min-width: 1201px) {
    .contact-form {
        padding: 40px;
        border-width: 2px 5px 5px 2px;
        border-style: solid;
        border-color: var(--color-heading-1);
        margin-left: 0;
        margin: 60px;
    }
    .banner-right-img {
    padding: 97px;
}
}

@media (min-width: 1450px) and (max-width: 1700px) {
      .banner-right-img {
        padding: 153px;
        bottom: 18px;
    }
}
@media (min-width: 1701px) {
    .banner-right-img {
        padding: 253px;
        bottom: -15px;
    }
}
