@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --black: #000000;
    --white: #ffffff;
    --c1: #6ca528;
    --heading-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Inter, sans-serif";
    --icon-font: "Bootstrap-icons";
}

body.no-scroll {
    overflow-y: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px;
}

* {
    box-sizing: border-box;
    outline: none;
}

.text-red {
    color: var(--c1);
}

a {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
}

.c1{
    color: var(--c1)!important;
}

.w{
    color: #fff !important;
}

.b{
    color: #000 !important;
}

h1 {
    font-weight: bold;
}

li {
    list-style: none;
}

body {
    font-family: var(--heading-font);
    font-size: 15px;
}

p {
    text-align: justify;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.bg-c2{
    background-color: var(--c1);
}

/* navbar start */


/* ----------------- navbar --------------------------*/
#menu-sidebar {
    z-index: 999999;
}

#menu-sidebar {
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* Fixed version */
#menu-sidebar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 8px #0000001a;
    transition: all 0.3s ease;
}

/* .main-menu-container {
    position: relative;
    z-index: 50;
    background: #e36f1e;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

#menu-sidebar .site-branding {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 10px;
    /* background-color: #cc6600; */
}

#menu-sidebar .site-branding img {
    height: 65px;
}

.logo-desktop {
    display: block;
    text-align: center;
}

.top_nav span,
.top_nav i {
    color: #ffffff;
    font-size: 13px;
}

.logo-desktop,
.logo-mobile {
    width: 100%;
}

.logo-mobile {
    display: none;
}

img.lazyloaded {
    opacity: 1;
}

img[data-lazy-src] {
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .5s linear 0.3s;
    -moz-transition: opacity .5s linear 0.3s;
    transition: opacity .5s linear 0.3s;
}

#menu-sidebar .mega-menu-trigger {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 22px auto;
}

#menu-sidebar .mega-menu-trigger .trigger-inner {
    height: 23px;
}

#menu-sidebar .mega-menu-trigger .trigger-inner {
    /* height: 50%; */
    width: 30px;
    position: relative;
}

#menu-sidebar .trigger-inner span:nth-child(1) {
    top: 0%;
}

#menu-sidebar .trigger-inner span:nth-child(3) {
    top: 100%;
}

#menu-sidebar .trigger-inner span {
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 100px;
    transition: all .2s cubic-bezier(.075, .82, .165, 1);
}

#menu-sidebar .burger-active .trigger-inner span:nth-child(1) {
    transform: rotate(-45deg);
}

#menu-sidebar .burger-active .trigger-inner span:nth-child(3) {
    transform: rotate(45deg);
}

#menu-sidebar .burger-active .trigger-inner span:nth-child(1),
#menu-sidebar .burger-active .trigger-inner span:nth-child(3) {
    top: 50%;
}

#menu-sidebar .burger-active .trigger-inner p.txt {
    opacity: 0;
    transition: opacity 0.2s ease;
}

#menu-sidebar .trigger-inner p.txt {
    font-size: 10px;
    top: 5px;
    letter-spacing: 2px;
    position: absolute;
    line-height: inherit;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: 32px;
    text-align: center;
}

.side-secondary {
    text-align: center;
}

.side-secondary .side-search {
    margin-bottom: 20px;
}

.site-header {
    z-index: 99;
    box-shadow: 1px 2px 10px 0 #00000036;
}

.site-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

.site-header .side-search .toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 30px;
    width: 30px;
}

.site-header .side-search .toggle-btn .fas,
.site-header .side-search .toggle-btn .close {
    visibility: visible;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.side-secondary .side-search i {
    color: #ffffff;
}

.site-header .side-search .toggle-btn .fas.inactive,
.site-header .side-search .toggle-btn .close.inactive {
    visibility: hidden;
    display: none;
}

.site-header .side-search .toggle-btn .close {
    font-size: 28px;
}

.site-header .side-search .toggle-btn .fas,
.site-header .side-search .toggle-btn .close {
    visibility: visible;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.site-header .side-search .toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 30px;
    width: 30px;
}

.mega-menu-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: calc(100vw - 70px);
}

.mega-menu-container {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 70px;
    width: 100%;
    height: 100vh;
    transition: all 0.4s ease;
    background-color: #000000f0;
    backdrop-filter: blur(5px);
    transform: translateX(-100%);
}

.mega-menu-container.mega-menu-open .menu-main-menu-container,
.mega-menu-container.mega-menu-open .secondary-menus {
    opacity: 1;
    transition: opacity 0.5s ease;
    width: auto;
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0 40px;
    max-width: 1180px;
    margin: 0 auto;
    color: white;
    box-sizing: border-box;
}

.menu-main-menu-container.inner {
    margin-bottom: 70px !important;
}

.mega-menu-container.mega-menu-open .secondary-menus a {
    color: white;
}

.mega-menu-container .menu-main-menu-container,
.mega-menu-container .secondary-menus {
    opacity: 0;
}

.mega-menu-container .menu-main-menu-container {
    height: auto;
    width: 100%;
}

.mega-menu-container .menu-main-menu-container a {
    color: white;
}

.mega-menu-container .menu-main-menu-container li {
    list-style: none;
}

.mega-menu-container #mega-menu,
.mega-menu-container .secondary-menus {
    width: 100%;
    margin: 0;
    padding: 0;
}

#mega-menu,
.secondary-menus {
    display: flex;
}

#mega-menu>li {
    width: 25%;
    display: block;
}

.mega-menu-open {
    transform: translateX(0);
}

.side-secondary .side-social a {
    margin-bottom: 5px;
}

.side-secondary .side-social a {
    color: #ffffff;
    display: block;
    line-height: 25px;
}

.side-secondary .side-social a {
    margin-bottom: 5px;
}

.side-secondary .side-social a {
    color: #ffffff;
    display: block;
    line-height: 25px;
}

.side-secondary .side-social a i {
    line-height: 18px;
    background-color: transparent;
    border: none;
}

.social-links a i {
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #efb700;
    border-radius: 100px;
    color: #ffffff;
}

.side-secondary .side-quote {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin: 30px 0 0;
    color: var(--c1);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 13px;
    /* border-radius: 10px; */
    transition: all .3s ease-out;
}

.side-secondary .side-quote:hover {
    border: 1px dashed #ffffff;
    background-color: transparent;
    color: #ffffff;
    transition: all .3s ease-out;
}

#main-menu {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Desktop only */
@media (min-width: 992px) {
    #main-menu>li {
        position: relative;
    }

    #main-menu .sub-menu {
        position: absolute;
        top: 80%;
        /* Start slightly hidden behind nav */
        left: 0;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        min-width: 200px;
        padding: 10px 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        z-index: -1;
    }

    #main-menu li:hover>.sub-menu {
        top: 100%;
        /* Slide into full visibility */
        opacity: 1;
        visibility: visible;
    }


    #main-menu .sub-menu li {
        padding: 8px 20px;
    }

    #main-menu .sub-menu li a {
        color: #000;
        text-decoration: none;
        display: block;
    }

    #main-menu .sub-menu li a {
        color: #831100;
        text-align: start;
        position: relative;
        padding-left: 25px;
        transition: all .3s ease-out;
    }

    #main-menu .sub-menu li a::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        background-image: url(../images/icons/power.png);
        height: 20px;
        width: 20px;
        background-size: cover;

    }

    #main-menu .sub-menu li a:hover {
        color: #000000 !important;
        padding-left: 30px;
        transition: all .3s ease-out;
    }
}

.jpr-bold-title {
    position: relative;
    z-index: 1;
}

.jpr-bold-title:before {
    position: absolute;
    content: "";
    top: -36px;
    left: 0;
    right: 0;
    background: url(../images/section-line.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 97.5%;
}

.jpr-bold-title h1 {
    font-size: 120px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4em;
    color: #0d0e1445;
    padding: 0 0 80px;
}

/* destination */
.destinations-one .row {
    --bs-gutter-x: 10px;
}

.destinations-one__single {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.destinations-one__img {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    height: 300px;
}

.destinations-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 8px;
    background-color: #31304180;
    transform: scaleY(0);
    transition: transform .5s ease;
    transform-origin: top center;
    z-index: 1;
}

.destinations-one__img img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    transform: scale(1);
    transition: transform .5s ease;
    object-fit: cover;
}

.destinations-one__content {
    position: absolute;
    bottom: 43px;
    left: 50px;
    z-index: 2;
}

.destinations-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    display: block;
}

.destinations-one__title,
.destinations-one__button span {
    color: #ffffff !important;
}

.destinations-one__sub-title,
.destinations-one__title {
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.destinations-one__sub-title {
    font-size: 20px;
    color: #fa028e;
    font-weight: 500;
    font-family: "Dancing Script", cursive;
    margin: 0;
    line-height: 30px;
}

.destinations-one__title {
    color: #fff;
    transition: all .5s ease;
}

.destinations-one__button {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 30px;
    transition: all .5s ease;
    transform: scaleX(0);
    z-index: 2;
}

.destinations-one__button {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: linear-gradient(90deg, #e36f1e, #ffa801);
    display: inline-block;
    border-radius: 8px;
    padding: 0 15px;
    transition: all .5s ease;
}

.destinations-one__single:hover .destinations-one__img:before {
    transform: scale(1);
    transform-origin: bottom center;
}

.destinations-one__single:hover .destinations-one__img img {
    transform: scale(1.05);
}

.destinations-one__single:hover .destinations-one__button {
    transform: scaleX(1);
}

/* destination - end */
/* @media (min-width: 910px) {
    .menu-main-menu-container {
        height: calc(100vh - 240px) !important;
    }
} */

.main-menu-container {
    background-color: #222;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 1080px) {
    #mega-menu .large-menu-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 850px) {
    #menu-sidebar .mega-menu-trigger {
        display: none;
    }

    .mega-menu-container {
        display: none;
    }

}

@media screen and (max-width: 1100px) {

    .side-secondary {
        display: none;
    }
}

#mega-menu .large-menu-title,
.secondary-menu-wrapper .large-menu-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#mega-menu .sub-menu li.menu-item {
    margin-bottom: 20px;
}

.mega-menu-container #mega-menu ul.sub-menu {
    margin-top: 30px;
    padding-right: 20px;
}

.mega-menu-container #mega-menu ul.sub-menu {
    padding-left: 0;
}

#mega-menu>li .sub-menu {
    margin-left: 0;
    list-style-type: none;
}

#main-menu>li {
    line-height: 20px;
    margin: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-menu li:hover>.sub-menu {
    background-color: #ffffff;
}

#main-menu li.sub-menu a:hover {
    color: #cc6600;
}

@media (max-height: 835px) {
    #main-menu>li a {
        font-size: 14px;
    }
}

#main-menu>li.active a {
    color: #000000;
}

#main-menu>li a {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .8px;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

#main-menu>li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease-out;
}

#main-menu>li.active a.main_list:after,
#main-menu>li:hover a.main_list:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0A0A0A;
    transition: all 0.3s ease-out;

    /* color: #000000; */
}

.counter-wrap {
    position: relative;
    background-color: var(--c1);
    box-shadow: 0px 0px 10px 0px #0000001a;
    border-radius: 15px;
    padding: 50px;
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; */
    width: 100%;
    margin: 0 auto;
    transform: translateY(-100px);
    z-index: 10;
}

.counter-content .odometer {
    width: 100%;
}

/* .counter-item {
    display: flex;
    align-items: center;
} */

.counter-icon {
    width: 55px;
    height: 55px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.counter-icon img {
    width: 100%;
    height: 100%;
}

.counter-content h3 {
    color: #1a1b1c;
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bolder;
}

.counter-content h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

.site-header .search-wrapper-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #efb700;
    visibility: hidden;
    height: 100%;
    width: calc(100vw - 70px);
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
}

.site-header .search-wrapper-fullscreen .searchform-outer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .search-wrapper-fullscreen .searchform-inner {
    height: 40%;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-flow: wrap;
    z-index: 999;
}

.site-header .search-wrapper-fullscreen form {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease .4s;
    background-color: var(--white);
    height: 45px;
    border-radius: 45px;
    padding: 0 10px;
    line-height: 45px;
    box-shadow: 0 0 10px 0 #0000001a;
    z-index: 9999;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.site-header .search-wrapper-fullscreen form input {
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: var(--black);
    width: calc(100% - 40px);
    vertical-align: middle;
}

.site-header .search-wrapper-fullscreen.open {
    visibility: visible;
    transform: translateX(0);
    left: 70px;
}

.site-header.fixed .mega-menu-container {
    margin-top: 70px
}

@media (max-width: 850px) {
    #mega-menu .sub-menu li.menu-item {
        margin-bottom: 5px;
    }

    #menu-sidebar .trigger-inner span {
        width: 33px;
    }

    #menu-sidebar .trigger-inner p.txt {
        font-size: 10px;
        top: 4px;
    }
}

@media (max-width:850px),
(max-height:400px),
(orientation:portrait) {

    .site-header .search-wrapper-fullscreen.open {
        width: 100vw
    }

    .site-header .search-wrapper-fullscreen.open .searchform-outer {
        margin-left: 0
    }

    .site-header .side-search .toggle-btn .close {
        font-size: 40px;
        font-weight: 200;
        height: 70px;
        line-height: 32px
    }

    .site-header .side-search .toggle-btn {
        z-index: 999999
    }

    .site-header .search-wrapper-fullscreen {
        left: 0;
        top: 70px
    }

    .site-header .search-wrapper-fullscreen.open {
        left: 0
    }
}

@media (max-width:850px),
(orientation:portrait) {
    body {
        padding-left: 0;
    }

    #menu-sidebar .mega-menu-trigger {
        display: inline-flex;
        order: 2;
        width: 100%;
        justify-content: flex-end;
        padding-right: 15px;
        align-items: center
    }

    #menu-sidebar .mega-menu-trigger .trigger-inner {
        height: 20px
    }

    #menu-sidebar .main-menu-container .menu-main-menu-container {
        display: none
    }

    /* .side-secondary {
        display: inline-flex;
        order: 1
    } */

    .side-secondary .side-social {
        display: none
    }

    .side-secondary .side-social+a {
        display: none
    }

    .site-header .side-search .toggle-btn {
        position: absolute;
        right: 60px;
        top: 20px
    }

    #menu-sidebar .mega-menu-trigger {
        margin: 20px auto
    }

    .main-menu-container {
        display: flex
    }

    #menu-sidebar {
        height: 70px;
        width: 100%
    }

    #menu-sidebar .site-branding {
        width: 180px;
        height: 70px;
        box-sizing: border-box;
        display: inline-flex;
        background-color: transparent
    }

    .logo-mobile {
        display: block
    }

    .logo-desktop {
        display: none
    }

    #menu-sidebar .mega-menu-trigger {
        display: inline-flex;
        order: 2;
        width: 100%;
        justify-content: flex-end;
        padding-right: 15px;
        align-items: center
    }

    #menu-sidebar .mega-menu-trigger .trigger-inner {
        height: 20px
    }

    #menu-sidebar .main-menu-container .menu-main-menu-container {
        display: none
    }

    /* .side-secondary {
        display: inline-flex;
        order: 1
    } */

    .side-secondary .side-social {
        display: none
    }

    .side-secondary .side-social+a {
        display: none
    }

    .site-header .side-search .toggle-btn {
        position: absolute;
        right: 60px;
        top: 20px
    }

    #menu-sidebar .mega-menu-trigger {
        margin: 20px auto
    }

    header .academy-logo {
        display: none
    }

    body.single-academy.tax-short-course {
        padding-top: 0
    }

    .single-academy.tax-short-course header {
        display: none
    }

    .single-academy iframe {
        width: 100vw
    }

    .mega-menu-container {
        display: block;
        max-width: 100vw;
        width: 100%;
        left: 0;
        margin-top: 93px;
        padding-bottom: 70px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box
    }

    .mega-menu-container #mega-menu {
        margin-bottom: 0;
        flex-direction: column;
    }

    .mega-menu-container.mega-menu-open .menu-main-menu-container,
    .mega-menu-container.mega-menu-open .secondary-menus {
        max-width: 100%;
        box-sizing: border-box;
        flex: inherit;
        margin-bottom: 0 !important;
    }

    #mega-menu,
    .secondary-menus {
        display: block
    }

    #mega-menu>li {
        width: calc(100vw - 80px);
        text-align: center;
        padding-top: 50px
    }

    .secondary-menus .secondary-menu-wrapper {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        flex-wrap: wrap;
        height: 100%;
        text-align: center;
        margin-top: 50px
    }

    #mega-menu .large-menu-title {
        font-size: 23px
    }

    #mega-menu .sub-menu li.menu-item a {
        font-size: 16px;
        line-height: 32px
    }

    .mega-menu-container #mega-menu ul.sub-menu {
        padding-right: 0;
        margin-top: 15px
    }

    .mega-menu-container.mega-menu-open .secondary-menus .secondary-menu-wrapper:first-child {
        border-top: 2px solid #ffffff;
        padding-top: 50px
    }

    .mega-menu-container.mega-menu-open .secondary-menus .secondary-menu-wrapper:last-child {
        margin-bottom: 50px
    }

    .sub-header.active {
        top: 70px
    }

    .page-template-page-simple .entry-content {
        height: calc(100vh - 70px)
    }

    .body_part {
        padding-left: 0 !important;
    }
}

/* body */

.shape-mockup {
    position: absolute;
    z-index: -1;
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1399px) {
    .sps-big {
        top: 18%;
    }
}

.site_butt {
    background: var(--c1);
    color: #ffffff;
    padding: 10px 17px;
    border: 1px solid var(--c1);
    width: fit-content;
}

.sps-big {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#jpr_banner .carousel-item {
    position: relative;
    height: 100%;
}

#jpr_banner .carousel-caption {
    z-index: 10;
    right: auto;
    bottom: 0;
    top: 0;
    height: 100%;
    margin: auto;
    display: flex;
    text-align: start !important;
    flex-direction: column;
    justify-content: center;
}

#jpr_banner .carousel-caption h2 {
    font-size: 55px;
    font-weight: bolder;
}

#jpr_banner .banner_battery_image {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#jpr_banner .banner_battery_image img {
    height: auto;
}

#jpr_banner .carousel-inner {
    overflow: hidden;
    height: 577px;
}

#jpr_banner .icon-text {
    background-color: #ffffff1a;
    border-radius: 50%;
    color: #ffffff;
    min-width: 50px;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 14px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    display: block;
    text-align: center;
    text-transform: capitalize;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#jpr_banner .icon-text:hover {
    background-color: var(--c1);

}

#jpr_banner .carousel-control-prev:hover i,
#jpr_banner .carousel-control-next:hover i {
    margin: 0;
    transition: all .3s ease-out;
}

#jpr_banner .carousel-item::before {
    content: "";
    position: absolute;
    background-color: #000000a4;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

.sps-style1 {
    position: relative;
    z-index: 6;
    padding: 240px 0;
    text-align: center;
}

#jpr_banner p {
    text-align: left !important;
}

.sps-big_text {
    font-weight: 800;
    font-size: 400px;
    line-height: 400px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
    user-select: none;
}

@media (max-width: 1500px) {
    .sps-big_text {
        font-size: 350px;
    }
}

@media screen and (min-width: 991px) {
    #jpr_banner .carousel-caption {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    #jpr_banner .carousel-caption {
        width: 72%;
        left: 14%
    }

    .counter-icon img {
        width: 80%;
    }

    #jpr_banner video {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .counter-wrap {
        transform: translateY(-63px);
    }

    .counter-content h3 {
        font-size: 35px;
    }

    .carousel-caption {
        left: 20%;
    }

    #jpr_banner .icon-text {
        display: none !important;
    }

    .jpr-bold-title h1 {
        font-size: 65px;
    }

    .jpr-bold-title h1 {
        padding: 0 0 53px;
    }

    .jpr-bold-title:before {
        top: -24px;

    width: 99%;
    }

    #jpr_banner .carousel-caption h2 {
        font-size: 32px;
    }

    #jpr_banner .carousel-caption h6 {
        font-size: 14px;
    }
}

.mb-25 {
    margin-bottom: 25px;
}

.sub-title {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--c1);
    /* font-family: var(--body-font); */
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -0.34em;
    padding-left: 40px;
}

.sub-title {
    display: inline-block;
    color: var(--c1);
    font-size: 14px;
    font-weight: 700;
    /* font-family: var(--body-font); */
    position: relative;
    margin-bottom: 24px;
    padding-left: 40px;
    text-transform: uppercase;
}

.sub-title .double-line {
    position: relative;
}

.sub-title .double-line:before,
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.sub-title .double-line:before,
.sub-title:before,
.sub-title .double-line:after,
.sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--c1);
    left: 0px;
    height: 2px;
}

.sub-title:before {
    top: 4px;
    width: 30px;
}

.sub-title::after,
.double-line::after {
    top: 9px !important;
    left: 10px !important;
    width: 20px !important;
}

.sub-title .double-line {
    margin-left: 0;
}

.sub-title .double-line:before,
.sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
}

.sub-title .double-line:before {
    left: -20px !important;
    top: 6px !important;
}

.sub-title .double-line:after {
    left: -10px !important;
    top: 10px !important;
}

.sub-title .double-line:before,
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.sub-title .double-line:before,
.sub-title:before,
.sub-title .double-line:after,
.sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--c1);
    left: 0px;
    top: 5px;
    height: 2px;
    width: 30px;
}

.abt_sec li {
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.abt_sec li:before {
    list-style: none;
    content: "\F26A";
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--c1);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.th-btn.black-btn {
    background-color: #0A0A0A;
}

.th-btn {
    font-family: var(--body-font);
    background-color: var(--c1);
    color: #ffffff;
    position: relative;
    padding: 17px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.th-btn.black-btn:before,
.th-btn.black-btn:after {
    background-color: var(--c1);
}

.th-btn:before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    transform: skew(-30deg) translate3d(0, 0, 0);
}

.th-btn:before,
.th-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #0A0A0A;
    color: #ffffff;
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.th-btn.black-btn:after {
    background-color: var(--c1);
}

.th-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #0A0A0A;
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.th-btn.black-btn:hover {
    color: #ffffff;
}

.th-btn:hover {
    color: #ffffff;
}

.th-btn:hover:before {
    -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
    transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1;
}

.th-btn:hover:after {
    -webkit-transform: skew(30deg) translate3d(-80%, 0, 0);
    transform: skew(30deg) translate3d(-80%, 0, 0);
    opacity: 1;
}

/* home service */

.service-box {
    position: relative;
}

.service-box_img {
    position: relative;
    overflow: hidden;
    margin-bottom: -140px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-box_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service_parent img {
    display: inline-block;
}

.service_parent a {
    color: #000000;
}

@media (max-width: 1399px) {
    .service-box_content {
        padding: 30px 30px 22px 30px;
    }
}

.service-box_content {
    position: relative;
    background-color: #0a0a0adc;
    box-shadow: 0px 15px 30px #0000000f;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    padding: 20px 25px;
    margin: 0 30px;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-top: 2px solid #ffffff;
}

.service-box_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-box_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 10px;
}

.service-box_icon {
    min-width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 10px;
    background-color: var(--c1);
    padding: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service_parent img {
    display: inline-block;
}

.service_parent .svgInject {
    height: 50px;
}

.service-box:hover h3 {
    color: #ffffff;
}

.service-box_wrapper .service-title {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

@media (max-width: 1399px) {
    .box-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}

.service-box_wrapper .service-title .line-animation {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.line-animation {
    -webkit-animation: line-animation 5s ease-out infinite;
    animation: line-animation 5s ease-out infinite;
}

.service-box_wrapper .service-title .line-animation img {
    -webkit-filter: none;
    filter: none;
    max-width: none;
}

@keyframes line-animation {
    0% {
        width: 0;
        overflow: hidden;
    }

    50% {
        width: 200px;
        overflow: hidden;
    }

    100% {
        width: 0;
        overflow: hidden;
    }
}

.service-box:hover .service-box_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.service-box:hover .service-box_content {
    border-top: 2px solid var(--c1);
}

.service-box:hover .service-box_content:before {
    height: 0;
}

.service-box:hover a,
.service-box:hover p {
    color: #ffffff;
}

.half-line-btn {
    position: relative;
}

.service-box .service-box_content .half-line-btn:before {
    background-color: #000000;
}

.service-box:hover .service-box_content .half-line-btn:before {
    background-color: var(--c1);
    width: 75%;
}

.half-line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20px;
    height: 1px;
    background-color: #0A0A0A;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}


/* testimonial */
.testi-item {
    position: relative;
    background-color: #ffffff;
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9;
    overflow: hidden;
    min-height: 320px;
}

.testi-item img {
    display: inline-block;
}

.testi-item_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.testi-item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.testi-item_img {
    position: relative;
    min-width: 80px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    background-color: #fff !important;
    border-radius: 50%;
}


.testi-item_img:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -50px;
    width: 2px;
    height: 179px;
    background-color: #D2D2D2;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-item_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .testi-item_text {
        font-size: 16px;
        line-height: 30px;
    }
}

.testi-item_text {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: -8px;
    margin-bottom: 20px;
}

.testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-item:hover {
    background-color: #0A0A0A;
}

.testi-item:hover .testi-item_text,
.testi-item:hover .testi-item_name {
    color: #ffffff;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.testi-item .testi-item_name {
    font-size: 20px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

@media (max-width: 1499px) {
    .testi-item {
        padding: 30px;
    }
}

/* specification - page */

.breadcrumbs {
    height: 300px;
    background: linear-gradient(#0000009d, #0000009d), url(../images/sps_bg_1_1.jpg);
    background-position: bottom;
}

.breadcrumbs li:last-child a {
    color: var(--c1) !important;
    font-weight: bolder;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f0f0f04b;
    backdrop-filter: blur(10px);
    color: #2c2c2c;
    font-family: Arial, sans-serif;
    text-align: center;
}

.custom-table th,
.custom-table td {
    border: 1px solid #a1a1a1;
    padding: 12px;
}

.custom-table thead {
    background-color: var(--c1);
    color: #ffffff;
}

.custom-table th {
    font-weight: bold;
}

.spec_parent {
    overflow-x: auto;
}

.spec_parent table ul {
    border: 1px solid #999999;
    margin-bottom: 0;
}

.spec_parent table li {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: end;
    border-right: 1px dashed #999999;
    justify-content: center;
}

.spec_parent table li:last-child {
    border-right: none;
}

/* about */
.img-box-2 {
    position: relative;
}

.img-box-2 .img1 {
    margin-left: auto;
    max-width: 387px;
}

.img-box-2 .img1 img,
.img-box-2 .img2 img,
.img-box-2 .img3 img {
    width: 100%;
}

.img-box-2 .img2 {
    margin-top: -100px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

.img-box-2 .img2,
.img-box-2 .img3 {
    display: inline-block;
}


@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.img-box-2 .img3 {
    position: absolute;
    bottom: 0;
    right: 127px;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.th-experience.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.img-box-2 .th-experience {
    position: absolute;
    left: 75px;
    top: 14%;
}

.th-experience {
    background-color: var(--c1);
    max-width: 257px;
    padding: 40px;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.th-experience.style2 .experience-year {
    font-size: 40px;
    min-width: 45px;
    margin-bottom: -0.2em;
}

.th-experience .experience-year {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 10px;
}

.counter-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 0;
}

.th-experience.style2 .experience-text {
    font-size: 22px;
    margin-bottom: -0.3em;
    text-transform: uppercase;
    color: #ffffff;
}


/* contact */
.more_link {
    color: #831100;
}

.contact_body a {
    color: #000000;
    transition: all .3s ease-out;
}

.contact_body a:hover {
    color: var(--c1);
    transition: all .3s ease-out;
}

.contact_body h6 {
    color: #831100;
    font-weight: 600;
}

.contact_body input {
    height: 50px;
}

.contact_body textarea {
    height: 150px;
    box-shadow: none;
}

/* footer */

.footer-layout1,
.footer-layout2 {
    background-color: var(--title-color);
    /*#0a0a0a */
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.footer-layout1:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    z-index: -1;
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

.widget-area {
    padding: 50px 0px;
}

.footer-widget {
    --gray-color: #8b8e95;
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent !important;
    box-shadow: none;
}

footer ul {
    padding-left: 0;
}

footer a,
footer p {
    color: #CDCDCD !important;
}

footer h3 {
    color: var(--c1);
}

footer a:hover,
footer i {
    color: #ffffff !important;
}

footer li {
    position: relative;
    display: flex;
    align-items: start;
}

footer .menu-all-pages-container li a {
    padding-left: 20px;
}

footer .widget-area li:before {
    content: "";
    position: absolute;
    top: 13px;
    height: 15px;
    width: 15px;
    background-image: url(../images/icons/power.png);
    background-size: cover;
}

.widget {
    background-color: #F3F1F2;
    position: relative;
    overflow: hidden;
}

.th-widget-about {
    margin-right: 8px;
}

.th-widget-about .about-logo {
    margin-bottom: 30px;
}

.th-widget-about .about-text {
    margin-bottom: 5px;
    margin-top: -0.5em;
    color: #CDCDCD;
}

.footer-wrapper .th-social a {
    background-color: #363739;
    color: #ffffff;
    border: 1px solid #363739;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: #ffffff;
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-layout1 .copyright-wrap,
.footer-layout2 .copyright-wrap {
    background-color: #000000;
}

.copyright-wrap {
    padding: 26px 0;
    background-size: 100% auto;
}

.footer-layout1 .copyright-wrap .copyright-text,
.footer-layout2 .copyright-wrap .copyright-text {
    color: #CDCDCD;
}

footer .about-logo img {
    width: 100px;
}

.copyright-text {
    margin: 0;
}

.copyright-text a {
    color: var(--c1);
}

.copyright-wrap .footer-links {
    text-align: right;
}

.copyright-wrap .footer-links ul {
    margin: 0;
    padding: 0;
}

.copyright-wrap .footer-links ul li {
    display: inline-block;
    border-right: 1px solid #CDCDCD;
    padding-right: 15px;
    margin-right: 10px;
    height: 15px;
    line-height: 15px;
}

.copyright-wrap .footer-links ul li:last-child {
    border: none;
}

.copyright-wrap .footer-links ul li a {
    color: #CDCDCD;
}


 /* FAQ Section */
        .faq {
            padding: 1rem 2rem;
            /* background: #fff; */
        }

        .faq-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .faq-list {
            margin-top: 2rem;
        }

        .faq-item {
            border-bottom: 1px solid #999;
            padding: 1.2rem 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 18px !important;
            font-weight: 300;
            color: #000;
            letter-spacing: -0.5px;
        }

        .faq-icon {
            font-size: 1.5rem;
            color: var(--c1);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
            color: #444;
            font-weight: 300;
            line-height: 1.8;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            padding-top: 2rem;
        }

/* -- contact form --- */

.con-full {
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
}

.con-full::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(/assets/images/33478.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.con-box img {
  width: 40px;
}

.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}

.chat {
  width: 50px;
}

.area-text {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1px solid var(--c1) !important;
}

.con-input {
  width: 100% !important;
}

.abt-img {
    height: 550px !important;
    width: 100%;
    overflow: hidden;
    
  border-radius: 12px !important;
}

.img-abt {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: bottom;
    transition: all 0.4s ease-in-out;

}

.abt-hov:hover .img-abt{
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}


.place-btn{
  border: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: bold !important;
  /* height: 45px; */
  /* width: 150px; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.place-btn:hover{
  background-color: var(--c1) !important;
  color: #ffff !important;
  transition: all .5s;
}
.place-img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px;
}
.place-right{
  position: relative;
  height: 300px !important;
}
/* .place-right::after{
  content: '';
  height: 40%;
  width: 30%;
  position: absolute;
  top: -5%;
  right: 0%;
  border-top: 2px solid var(--c2);
  border-right: 2px solid var(--c2);
  border-radius: 0px 12px 0px 0px;
} */


.car-re-img {
    height: 400px !important;
    width: 100%;
    overflow: hidden;
    
  border-radius: 12px !important;
}

.img-car-re {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: bottom;
    transition: all 0.4s ease-in-out;

}

.car-re-hov:hover .img-car-re{
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.cont_box1{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    min-height: 220px;
}

     /* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 350px !important;
  width: 100%;
  overflow: hidden !important;
  background-color: #000 !important;

}

.ongoing-card img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  opacity: 0.6;
  /* border-radius: 10px; */
}

.ongoing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.ongoing-card:hover::after {
  background-color: rgb(108, 165, 40, 0.4);
}
.bottom-Center1 {
  position: absolute;
  left: 0;
  width: 100%;  
  bottom: -25%;
  transition: all .5s ease-in-out;
z-index: 3  ;
}


.pac-p{
  font-size: 13px !important;
  text-align: center !important;
 }

 .ongoing-top{
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}

.ongoing-card:hover .bottom-Center1 {
  position: absolute;
 bottom: 0%;
 
}

.ongoing-card:hover .ongoing-top{
  padding-top: 0px !important;
  transition: all 0.5s;
}

.other-hero{
  position: relative;
  background-color: rgba(0, 0, 0, 0.766);
  min-height: 40vh;
  
}
.other-hero::before{
  content: '';
  background-image: url(../images/cars-line.jpeg);
  background-size: cover;
  background-attachment: fixed;
  /* background-position: center; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -3;
}


  .area-box{
    background-color: #fff;
  }
  .service-areas .area-box:hover {
    
    transform: translateY(-5px);
    transition: .3s ease;
  }
  .hero-tx1{
    font-size: 28px;
}
.hero-tx2{
    font-size: 20px;
}
 .why-choose-us .choose-box{
    background-color: #fff;
 }
  .why-choose-us .choose-box:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}
.chos-bx-img{
    width: 70px;
}


.other-mid{
  position: relative;
  min-height: 40vh;
  background-color: #0000008e;
  
}
.other-mid::before{
  content: '';
  background-size: cover;
  /* background-attachment: fixed; */
  background-image: url(../images/bg-car-side.jpg);
  background-position: center;
  background-color: #6da5283a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -3;
}


/* responsive */
@media screen and (max-width: 490px) {
    #mega-menu .large-menu-title {
        font-size: 18px !important;
    }

    #mega-menu>li {
        padding-top: 30px;
    }

    #menu-sidebar .site-branding img {
        height: 65px;
        object-fit: contain;
    }

    #jpr_banner .carousel-inner {
        height: 320px;
    }

    #jpr_banner .carousel-inner img {
        height: 320px;
        width: 100%;
        object-fit: cover;
    }

    .sps-big {
        display: none;
    }

    .th-experience {
        padding: 20px;
    }

    .img-box-2 .th-experience {
        left: 0;
        top: -50px;
    }

    .img-box-2 .img2 {
        margin-top: -50px;
    }

    .img-box-2 .img3 {
        right: 60px;
    }

    .img-box-2 .img1 {
        margin-left: auto;
        max-width: 387px;
        margin-top: 50px;
    }

    .copyright-wrap ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 10px;
    }

    .copyright-wrap ul li {
        padding: 15px 0;
        display: flex !important;
        align-items: center;
    }

    .abt-img {
    height: 380px !important;
    width: 100%;
    overflow: hidden;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  font-size: 14px !important;
}


}
