body,
* {
    /* font-family: 'Albert Sans', sans-serif;
    font-family: 'Roboto', sans-serif; */
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Anek Gujarati', sans-serif;
}

.fw-semibold {
    font-weight: 600;
}

.bg-1 {
    background-color: #f0efef;
}

.bg-2 {
    background-color: #e1dfdf;
}

.bg-3 {
    background-color: #2aa749;
}

.bg-4 {
    background-color: #dbdbdb;
}

.text-black {
    color: #000;
}

.color-1 {
    color: var(--thm-base);
}

.color-2 {
    color: #474c52;
}

.color-3 {
    color: #2aa749;
}

.color-4 {
    color: #4d4d4d;
}

.color-5 {
    color: #020202;
}

.color-6 {
    color: #858585;
}

.f-48 {
    font-size: 48px;
}

.f-40 {
    font-size: 40px;
}

.f-32 {
    font-size: 32px;
}

.f-30 {
    font-size: 30px;
}

.f-26 {
    font-size: 26px;
}

.f-24 {
    font-size: 24px;
}

.f-20 {
    font-size: 20px;
}

.f-16 {
    font-size: 16px;
}

.l-height-48 {
    line-height: 48px;
}

ul {
    list-style: outside;
    padding-left: 20px;
}

li {
    list-style: outside;
}

/*******custom loader start********/
.loader-container,
.reload .loader-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    /* background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(42,167,73,0.9) 100%); */
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    text-align: center;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: walking 1s infinite linear;
    z-index: 99999;
    opacity: 0.7;
}

@keyframes walking {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(135deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
}

/*******custom loader end********/



/******Home Page********/
.video-overlay {
    position: absolute;
    background-color: #ffffffa8;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.video-container {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    z-index: 9;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-overlay {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.cm-title h2 {
    color: var(--thm-base);
    font-size: 70px;
    line-height: 80px;
}

.cm-title h3 {
    color: #000;
    font-size: 70px;
    line-height: 80px;
}

.section-info video {
    height: 470px;
}

.sec-info-img {
    position: absolute;
    bottom: 0;
    width: 24%;
}

.section-product-show {
    position: relative;
    background-image: url('../images/home/product-bg-3.jpg');
    background-size: cover;
    background-position: 100%;
    transition: 2s;
    z-index: 9;
}

.section-product-show .span-box {
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #2ea74c;
    padding: 10px 45px 10px 70px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.section-product-show .product-name-box {
    padding: 30px;
    cursor: pointer;
    transition: 2s;
}

.section-product-show .product-name-box h3 {
    font-size: 30px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 700;
}

.section-product-show .product-name-box span {
    font-size: 30px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 400;
}

.section-product-show .box {
    height: 777px;
}

.bottom-box-overlay {
    position: absolute;
    height: 130px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #b3b3b3f0;
}

.section-product-show .product-name-box .upper-box p {
    font-style: italic;
}

.section-product-show .product-name-box .upper-box hr {
    border-top: 6px solid rgb(255 255 255);
}

.product-active {
    background-color: #2aa749;
}

.product-inactive {
    display: none;
}

.owl-carousel .item {
    align-items: center;
    display: flex;
    height: 110px;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 110px;
    object-fit: contain;
}

.owl-nav {
    display: none;
}

.owl-carousel button.owl-dot {
    background: #e1e1e1;
    border: 1px solid;
    padding: 7px !important;
    margin: 4px;
}

.owl-carousel button.owl-dot.active {
    background: #2aa749;
}

.owl-carousel .owl-dots {
    margin-top: 20px !important;
}

.section-digital {
    background-image: url('../images/home/section-bg-1.png');
    background-size: cover;
    background-position: 100%;
}

.section-digital .card {
    background-color: transparent;
}

.section-digital .card img {
    height: 120px;
}

.section-advantage {
    padding: 90px 0 0;
}

.section-advantage .card {
    height: 290px;
}

.section-advantage h3 {
    line-height: 60px;
    font-weight: 400;
}

.section-advantage hr {
    border-top: 2px solid rgb(255 255 255);
}

.section-advantage .head-content {}

.section-advantage .adBoxOne,
.section-advantage .adBoxTwo,
.section-advantage .adBoxThree {
    transition: background-color 0.9s ease;
}

.section-advantage .card-body .f-20 {
    font-size: 18px;
}

.section-energy-players .card {
    transition: 0.5s;
    padding: 12px 0 0px 0;
    border-radius: 16px;
}

.section-energy-players .card:hover {
    transform: scale(1.09);
    box-shadow: 0 0 10px #02020240;
}

.section-energy-players .card img {
    width: 115px;
    height: 75px;
}
.section-energy-players .card h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #2aa749;
    margin: auto;
    padding: 10px 0;
    border-radius: 8px;
    margin-top: 10px;
    line-height: 26px;
}


.scroll-container {
    width: 400%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}

.scroll-container .panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.scroll-container .container {
    transform: translate(-22%, 0);
}

.section-what-we-do .panel-description {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    text-align: center;
    width: 300px;
}

.section-scenario .scenario-bg-img {
    position: absolute;
    right: 0;
    top: 25%;
}

.section-scenario .ellipse-box {
    position: absolute;
    left: 90px;
    top: 40px;
    text-align: left;
}

.ellipseDiv {
    position: relative;
    /* height: 453px;
    width: 30px; */
    cursor: pointer;
    z-index: 9999999;
}

.ellipseDiv .ellipseImgOne {
    /* position: absolute; */
    width: 100%;
    height: 25px;
}

.ellipseDiv .ellipseImgTwo {
    position: absolute;
    top: 3px;
    left: 0;
    transition: left 0.5s ease;
}

.move-down {
    left: 95% !important;
}

.scenario-box .so-box-one {
    position: relative;
    height: 600px;
    width: 600px;
    margin: auto;
}

.scenario-box .so-box-one img {
    cursor: pointer;
}

.dispatchable-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.transmission-img {
    position: absolute;
    right: 0;
    top: 33%;
}

.distribution-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.end-customer-img {
    position: absolute;
    left: 0;
    top: 33%;
}

.scenario-box {
    position: relative;
    padding: 20px 0 90px;
}

.scenarioImgOne {
    position: absolute;
    left: -19%;
    top: 18%;
}

.scenarioImgOne:hover,
.scenarioImgTwo:hover,
.scenarioImgThree:hover {
    transform: scale(1.2);
}

.scenarioImgTwo:hover {
    top: 0;
}

.scenarioImgThree:hover {
    right: 0;
}

.scenarioImgTwo {
    position: absolute;
    right: 10px;
    top: 15px;
}

.scenarioImgThree {
    position: absolute;
    right: 15px;
    bottom: 4%;
}


.distributionImgDiv:after {
    content: "";
    width: 115px;
    height: 98px;
    background: url(../images/home/arrow.png);
    background-repeat: no-repeat;
    bottom: 12%;
    left: 18%;
    position: absolute;
    transform: rotate(-3deg);

    animation-name: fadeInUp1;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.transmissionImgDiv:after {
    content: "";
    width: 92px;
    height: 98px;
    background: url(../images/home/arrow.png);
    background-repeat: no-repeat;
    bottom: 20%;
    right: 12%;
    position: absolute;
    transform: rotate(-93deg);

    animation-name: fadeInUp2;
    animation-duration: 4s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}

.transmissionImgDiv:before {
    content: "";
    width: 115px;
    height: 98px;
    background: url(../images/home/arrow.png);
    top: 12%;
    right: 18%;
    position: absolute;
    transform: rotate(178deg);
    background-repeat: no-repeat;
    animation-name: fadeInUp3;
    animation-duration: 4s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: rotate(-25deg);
    }

    100% {
        opacity: 1;
        transform: rotate(-3deg);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: rotate(-110deg);
    }

    100% {
        opacity: 1;
        transform: rotate(-93deg);
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: rotate(150deg);
    }

    100% {
        opacity: 1;
        transform: rotate(178deg);
    }
}


/*****Solutions page*****/
.sv-title {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    margin: auto;
}


.solution-video-banner .video-container {
    height: 40vh;
}

.solution-video-banner .video-overlay {
    background-color: #ffffffbf;
}

.solution-video-banner .vector-object {
    position: absolute;
    bottom: -36%;
    right: 0%;
    z-index: 999;
}

.section-ai-system .sa-title {
    line-height: 41px;
}

.section-ai-system .card p {
    min-height: 55px;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
}

.section-ai-system .card h3 {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-ai-system .card hr {
    border-top: 3px solid #2aa749;
    width: 85%;
    margin: 10px auto;
}

.section-ai-system .sectionAiImg {
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.9s ease;
    transition: 0.5s;
}

.section-ai-system .sectionAiImg:hover {
    filter: grayscale(0);
}

.readmore-btn {
    display: inline-block;
    width: 128px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    background-color: #2aa749;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    transition: 0.5s;
}

.readmore-btn:hover {
    background-color: #020202;
    color: #fff;
    letter-spacing: 1px;
}

.section-energy .se-title {
    background-color: #fff;
    color: #2aa749;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
}

.section-energy .card-body {
    width: 80%;
    padding: 50px;
}

.section-anticipate h3 {
    line-height: 45px;
}

.solutionsImg {
    position: absolute;
    right: -68px;
    top: 30px;
}

.cm-divider {
    border-top: 4px solid #2aa749;
    width: 23%;
    margin: 10px auto;
}

.ss-section-vector {
    margin-top: -7%;
    position: relative;
    z-index: 999;
}

.ss-line-img {
    padding: 230px 0px;
}

.ss-vector-img {
    position: absolute;
    left: 0;
    top: 0;
}

.ss-vector-img2 {
    position: absolute;
    right: 0;
    top: 0;
    top: -35px;
    width: 500px;
}


.sectionWhatWeDo {
    position: relative;
    height: 1500px;
    transition: height 0.5s ease;
    /* background:  url('../images/Whatwedo1.jpg'); */
}

.secondRow .sr-img {
    transform: rotate(15deg);
    transition: transform 0.5s ease;
}

.thirdRow .tr-img {
    transform: rotate(30deg);
    transition: transform 0.5s ease;
}

.sectionDoContainer {
    position: fixed;
    top: 24%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    background-color: #f0efef;
}

.sectionWhatWeDo .panel-description {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    text-align: center;
    width: 300px;
    transition: top 0.5s ease;
}

.section-energy {
    margin-bottom: -70px;
}

.bottom-parallax .footer-area,
.bottom-parallax {
    height: 500px;
}

/***************Solutions one template*****************/
.sv-title {
    line-height: 48px;
}

.section-benefit {
    position: relative;
    background-image: url('../images/solutions-one/short-part.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f3f3;
    z-index: 99;
}

.section-benefit .sb-box {
    border-radius: 10px;
    filter: drop-shadow(5.785px 6.894px 7.5px rgba(92, 92, 92, 0.52));
    background-color: #f3f3f3;
}

.section-benefit .sb-box.left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 24%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
}

.section-benefit .sb-box.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 24%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
}

.sb-box span {
    display: inline-block;
    width: auto;
    height: 60px;
    border-radius: 2px;
    background-color: #2aa749;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    padding: 0px 15px;
}

.section-case-study {
    position: relative;
    background-color: #dedede;
    z-index: 99;
}

.divider-dark {
    border-top: 4px solid #7a7a7a;
    width: 50%;
    margin-top: 10px;
}

.section-so-form {
    position: relative;
    background-color: #fff;
    z-index: 99;
}

.section-so-form .card {
    border-radius: 10px;
    filter: drop-shadow(1.928px 2.298px 5px rgba(36, 36, 36, 0.43));
    background-color: #f2f2f2;
}

.section-so-form .card-body {
    padding: 30px;
}

.section-so-form form .form-check-input {
    top: 3px;
    height: 20px;
    width: 20px;
}

.section-so-form .privacy-policy-link {
    margin-top: -12px;
    display: block;
    padding-left: 8px;
    font-size: 14px;
    text-decoration: underline;
}

.cm-btn {
    width: 132px;
    height: 46px;
    border-radius: 10px;
    background-color: #2aa749;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.5s;
    cursor: pointer;
}

.cm-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

.section-so-form form .form-control {
    font-size: 14px;
    color: #adadad;

}

.section-so-form form .form-control:focus {
    border-color: unset;
    box-shadow: none;
}

.section-so-form .formBottomImg {
    margin-top: -60px;
}

.footer-link {
    font-size: 22px;
    display: block;
    padding: 8px 0;
    color: #fff;
}

/*********Contact form css******/
.section-contact {
    position: relative;
    background-image: url('../images/other/road-with-solar.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f3f3f3;
    z-index: 99;
}

.section-contact-bottom {
    position: relative;
    background-color: #fff;
    padding-top: 90px;
    z-index: 9;
}

.contact-form-row {
    margin-bottom: -200px;
    margin-top: 100px;
}

/************About page css**************/
.section-about-banner {
    position: relative;
    background-image: url('../images/about/About-us-page-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f3f3f3;
    z-index: 9;
}

.section-about-profile {
    position: relative;
    background-color: #dbdbdb;
    padding: 60px 0 30px;
    z-index: 9;
}

.section-about-profile .card {
    border: none;
    border-left: 55px solid;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-image: linear-gradient(90deg, #fff 60%, #dbdbdb);
    border-image: linear-gradient(to bottom, #bababa, #7f7f7f) 1;
    min-height: 140px;
    display: table;
    width: 100%;
}

.section-about-profile .card-body {
    display: table-cell;
    vertical-align: middle;
}

.section-about-profile .card:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 42%);
}

.section-about-expertise {
    position: relative;
    background-image: url('../images/about/team-expertise-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f3f3f3;
    padding: 60px 0;
    z-index: 9;
}

.section-about-expertise p {
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #000;
    font-size: 19px;
}

.section-about-expertise p:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 24px;
    height: 11px;
    background-image: url("../images/about/left-arrow.png");
    background-size: cover;
    margin-right: 10px;
}

.section-about-client {
    position: relative;
    background-color: #eee;
    padding: 60px 0;
    z-index: 9;
}

.section-about-client p:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 24px;
    height: 11px;
    background-image: url("../images/about/left-arrow.png");
    background-size: cover;
    filter: brightness(0);
}

.section-about-client p {
    padding-left: 30px;
    position: relative;
}

.section-about-our-team {
    position: relative;
    background-color: #fff;
    padding: 60px 0 0;
    z-index: 9;
}

.team-box {
    position: absolute;
    right: 0;
    top: 10px;
}

.job-btn {
    /* position: absolute; */
    /* left: -70%;
    bottom: 35%; */
    margin-top: 25px;
    display: inline-block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    background-color: #48b061;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
}

.job-btn:hover {
    transform: scale(1.08);
    color: #fff;
}


/***********insights banner************/
.section-insights-banner {
    position: relative;
    background-image: url('../images/insights/insights-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f3f3;
    z-index: 9;
}

.section-insights-content {
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.section-insights-content p {
    line-height: 25px;
}

.section-insights-content .social-link {
    display: inline-block;
    transition: 0.5s;
    padding: 0 5px;
}

.section-insights-content .social-link:hover {
    transform: scale(1.2);
}

.section-insights-content .recent-post {
    transition: 0.5s;
    margin: 20px 0;
}

.section-insights-content .recent-post:hover {
    box-shadow: 2px 5px 16px #02020266;
    transform: scale(1.02);
}

.section-insights-content .recent-post img {
    height: 200px;
    object-fit: cover;
}

.section-insights-content .recent-post .post-title {
    background-color: #2aa749;
    padding: 20px;
    font-size: 25px;
    font-weight: 400;
}

.cm-search-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.cm-search-input {
    background-color: #eeeeee;
    padding-left: 30px;
    border: none;
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.cm-search-input:focus {
    box-shadow: none;
    background-color: #eeeeee;
}


/***********products css**********/
.section-products-banner {
    position: relative;
    background-image: url('../images/products/prduct-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15% 0;
    z-index: 9;
}

.section-products-banner .cm-btn,
.btn-2 {
    display: inline-block;
    width: 180px;
    height: 55px;
    line-height: 57px;
}

.section-products-type {
    position: relative;
    z-index: 9;
}

.section-products-type .product-card-box {
    border-radius: 16px;
    box-shadow: 0px 8px 10px #00000061;
    /* border-left: 8px solid #2aa749; */
    height: 215px;
}

.section-products-type .product-card-box p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-products-type .product-card-box::after {
    content: "";
    position: absolute;
    left: 1px;
    top: -6px;
    width: 50%;
    border-top: 8px solid #2aa749;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.section-products-type .product-card-box::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -6px;
    width: 100%;
    height: 100%;
    border-left: 8px solid #2aa749;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 4px;
}

.product-lm-btn {
    position: absolute;
    display: inline-block;
    background-color: #40c160;
    padding: 5px 16px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 99999;
    transition: 0.5s;
    bottom: -20px;
    left: -1px;
}

.product-lm-btn:hover {
    color: #fff;
    letter-spacing: 2px;
}

.section-products-solution {
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.product-solution-card {
    border: 2px solid #2aa749;
    border-radius: 12px;
    text-align: center;
    min-height: 115px;
    transition: 0.5s;
}

.product-solution-card:hover {
    box-shadow: 3px 4px 12px #00000061;
}

.product-solution-card .card-body {
    display: flex;
    align-items: center;
    margin: auto;
}

.product-solution-card::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 20px;
    width: 100%;
    height: 60%;
    border-left: 8px solid #2aa749;
}

.product-divider {
    border: 6px solid #dbdbdb;
}

.section-ojman-banner {
    position: relative;
    background-image: url('../images/products/ojman-banner-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14% 0;
    z-index: 9;
}

.energy-card {
    border-top: 10px solid #2aa749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 3px 4px 12px #00000061;
    text-align: center;
}

.energy-card::after {
    content: "";
    position: absolute;
    left: -9px;
    top: -10px;
    width: 100%;
    height: 60%;
    border-left: 10px solid #2aa749;
    border-top-left-radius: 10px;
}

.energy-card::before {
    content: "";
    position: absolute;
    right: -8px;
    top: -10px;
    width: 100%;
    height: 60%;
    border-right: 10px solid #2aa749;
    border-top-right-radius: 10px;
}

.energy-card h5 {
    font-weight: 500;
}

.energy-card-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 5px;
    bottom: 5px;
}

.section-ojman-energy {
    margin-bottom: -75px;
}

.ojman-box-right {
    background-image: url('../images/products/right-img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 12% 38% 12% 22%;
}

.ojman-img-1 {
    position: absolute;
    left: 18%;
    z-index: 9;
}

.ojman-box-left {
    background-image: url('../images/products/left-img.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 12% 25% 12% 22%;
}

.ojman-img-2 {
    position: absolute;
    right: 18%;
    z-index: 9;
}

.section-eneropt-banner {
    position: relative;
    background-image: url('../images/products/eneropt/eneropt-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14% 0;
    z-index: 9;
}

.eneropt-box-left {
    position: relative;
    padding: 15% 30% 15% 22%;
    z-index: 9;
}

.eneropt-box-right {
    position: relative;
    padding: 16% 30% 16% 22%;
    z-index: 9;
}

.eneropt-img-2 {
    right: 18%;
    width: 34%;
    z-index: 99;
}

.eneropt-img-1 {
    left: 18%;
    width: 34%;
    z-index: 99;
}

.eneropt-bottom-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-arthvi-banner {
    position: relative;
    background-image: url('../images/products/arthvi/arthvi-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14% 0;
    z-index: 9;
}

.arthvi-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-arthvi-interface {
    position: relative;
    background-image: url('../images/products/arthvi/ar-interface-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0;
}

.arthvi-api-img {
    position: absolute;
    z-index: 99;
    top: -82px;
}


.cm-fs-title {
    font-size: 50px;
    line-height: 60px;
}

.cm-fs-subtitle {
    font-size: 44px;
    line-height: 44px;
}

.font-semibold{font-weight: 600;}

@media only screen and (max-width: 991px) {
    .arthvi-api-img {
        position: relative;
        top: 0;
    }

    .ojman-box-left {
        padding: 12% 18% 12% 14%;
    }

    .ojman-img-2 {
        right: 3%;
        width: 400px;
    }

    .ojman-box-right {
        padding: 12% 10% 12% 24%;
    }

    .ojman-img-1 {
        left: 5%;
        width: 400px;
    }

    .text-overlay {
        left: 0;
        top: 22%;
    }

    .cm-title h3 {
        font-size: 50px;
    }

    .cm-title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .scroll-container .container {
        transform: translate(-16.5%, 0);
        width: 76%;
    }

    .section-what-we-do .panel-description {
        top: 35%;
        width: 190px;
        font-size: 16px;
        line-height: 22px;
    }

    .section-scenario .scenario-bg-img {
        display: none;
    }

    .about-style1-area {
        padding: 50px 0;
    }

    .section-product-show .span-box {
        top: -80px;
        left: 0;
        right: 0;
        background-color: #585858;
        padding: 10px 30px;
        text-align: center;
        z-index: 9;
        border-bottom: 1px solid #878787;
    }

    .product-name-box.hide h3,
    .product-name-box.hide span {
        color: #fff;
    }

    .sec-info-img {
        display: none;
    }

    .section-info video {
        height: auto;
        width: 100%;
    }

    .section-energy {
        margin-bottom: 20px;
    }

    .section-energy .card-body {
        width: 100%;
        padding: 10px;
    }

    .section-energy .se-title {
        font-size: 16px;
    }

    .section-ai-system .card h3,
    .section-ai-system .card p {
        min-height: auto;
    }

    .sv-title {
        top: 30px;
    }

    .solutionsImg {
        display: none;
    }

    .sectionDoContainer {
        top: 0;
        padding-top: 20px;
        height: 100%;
    }

    .sectionWhatWeDo .panel-description {
        width: 180px;
        font-size: 12px;
        line-height: 15px;
    }

    .footer-bottom .bottom-inner .copyright {
        padding-top: 0;
    }

    .section-benefit .sb-box.left,
    .section-benefit .sb-box.right {
        padding: 20px;
    }

    .bottom-parallax .footer-area,
    .bottom-parallax {
        height: auto;
    }

    .contact-form-row {
        margin-bottom: -90px;
        margin-top: 40px;
    }

    .team-box {
        position: relative;
    }

    .sv-title {
        top: 25%;
    }

    .cm-fs-title {
        line-height: 60px;
    }

    .cm-fs-subtitle {
        font-size: 38px;
    }

    .ci-title {
        display: inline-table;
        margin: auto;
    }

    .ci-title h3 {
        display: table-cell;
        height: 250px;
        padding: 0;
        vertical-align: middle;
    }

    .video-container {
        height: 30vh;
    }

    .upper-box h2{
        font-weight: 500;
    }
    .section-ojman-energy h3{
        font-weight: 600;
    }

    .fixed-header1 {
        position: fixed;
        top: 0;
        width: 100%;
        animation: fadeInDown 0.8s ease;
    }
    header{
        transition: top 0.8s ease;
    }
    .mCustomScrollBox{max-height: 700px !important;}
}

@media only screen and (max-width: 767px) {

    .ojman-box-left,
    .ojman-box-right {
        padding: 10%;
    }

    .ojman-img-1,
    .ojman-img-2 {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        padding: 16px;
    }

    .video-container {
        height: 300px;
    }

    .case-study-bg {
        background: #dedede !important;
    }

    .sb-box span {
        display: table;
        height: auto;
        line-height: 28px;
        padding: 15px 15px;
        font-size: 21px;
        font-weight: 600;
    }

    .ci-title {
        padding: 0 5px;
    }

    .eti-title {
        top: 25%;
    }

    .l-height-48 {
        line-height: 41px;
    }

    .f-48,
    .f-40 {
        font-size: 32px;
    }

    .f-32,
    .f-30,
    .product-name-box h2,
    .product-name-box h3 {
        font-size: 26px;
        font-weight: 600;
    }

    .m-fs {
        font-size: 32px;
        font-weight: 500;
    }

    .section-advantage h3 {
        line-height: 42px;
        width: 100%;
    }

    .section-advantage .head-content {
        display: flex;
        text-align: center;
    }

    .section-so-form .formBottomImg {
        margin-top: 20px;
    }

    .cm-title h3,
    .cm-title h2 {
        font-size: 33px;
        line-height: 40px;
        font-weight: 600;
    }

    .font-medium {
        font-weight: 500;
    }

    .text-overlay {
        top: 30%;
    }

    .sv-title {
        top: 22%;
    }

    .cm-fs-title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600;
    }

    .cm-fs-subtitle {
        font-size: 28px;
    }

    .ci-title {
        top: 6% !important;
    }

    .eti-title {
        top: 30% !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .section-anticipate h3,
    .section-ai-system .sa-title {
        line-height: 36px;
        font-weight: 600;
    }

    .m-card-border {
        border-bottom: 1px solid #838383 !important;
        border-radius: 0;
        margin-bottom: 10px;
    }



    .adBoxOne .advantage-box-one-desc,
    .adBoxTwo .advantage-box-two-desc,
    .adBoxThree .advantage-box-three-desc {
        display: block !important;
    }

    .adBoxOne .head-content,
    .adBoxTwo .head-content,
    .adBoxThree .head-content {
        display: none !important;
    }

    .section-advantage .adBoxOne,
    .section-advantage .adBoxTwo,
    .section-advantage .adBoxThree {
        background-color: #2aa749;
    }

    .m-hr-border {
        border-color: #2aa749;
    }
    .section-energy-players .card h3 {
        font-size: 22px;
        line-height: 30px;
        width: 80%;
    }
    .section-product-show{
        background-image: unset !important;
        margin-top: 70px !important;
    }
    .section-product-show .box {
        height: auto;
        padding-top: 0px;
        background-color: #585858;
    }
    .section-product-show .product-name-box{
        border-bottom: 1px solid;
    }
    .bottom-box-overlay{
        background-color: #58585800;
    }
    #boxOne .upper-box{
        padding-top: 20px;
    }
    .section-ai-system .card h3{font-weight: 600;}
    .section-ai-system .card p{font-size: 20px;}
    .section-case-study h3, .section-energy h3, .about-style1-area h3, .section-products-type h3, h3, .section-insights-content h2{
        font-weight: 600;
    }
}

@media only screen and (max-width: 420px) {
    .sv-title {
        top: 25%;
    }
}

@media only screen and (max-width: 320px) {
    .sv-title {
        top: 18%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {


    .scroll-container .container {
        transform: translate(-18%, 0);
    }

    .section-benefit .sb-box.left {
        padding-left: 16%;
    }
}

@media only screen and (min-width: 1980px) {
    .text-overlay {
        left: 35%;
        width: 30%;
    }

    .scroll-container .container {
        transform: translate(-26%, 0);
    }

}

.case-study-bg {
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background: #dedede url('../images/solutions-one/vector-case-study.png');
}

.adBoxOne .advantage-box-one-desc {
    display: none;
}

.adBoxOne:hover .head-content {
    display: none;
}

.adBoxOne:hover .advantage-box-one-desc {
    display: block;
}

.adBoxTwo .advantage-box-two-desc {
    display: none;
}

.adBoxTwo:hover .head-content {
    display: none;
}

.adBoxTwo:hover .advantage-box-two-desc {
    display: block;
}

.adBoxThree .advantage-box-three-desc {
    display: none;
}

.adBoxThree:hover .head-content {
    display: none;
}

.adBoxThree:hover .advantage-box-three-desc {
    display: block;
}

.section-advantage .adBoxOne,
.section-advantage .adBoxTwo,
.section-advantage .adBoxThree {
    transition: 0.9s ease;
}

.section-advantage .adBoxOne:hover,
.section-advantage .adBoxTwo:hover,
.section-advantage .adBoxThree:hover {
    background-color: #2aa749;
}

.badge {
    font-size: 100%;
}

.footer-h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-style1-area .card-body {
    padding: 0px;
    text-align: center;
}

.solution_page_gif {
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background: url('../images/PAVAN-CHAKKI.gif');
    background-size: contain;
}

#jobOpeningModal .close {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9;
    background-color: #ff4646;
    height: 30px;
    width: 30px;
    line-height: 33px;
    color: #fff;
    font-size: 28px;
    border-radius: 40px;
    opacity: 9;
}

#jobOpeningModal .form-check-input {
    top: 3px;
    height: 20px;
    width: 20px;
}

#jobOpeningModal .privacy-policy-link {
    margin-top: -12px;
    display: block;
    padding-left: 8px;
    font-size: 14px;
    text-decoration: underline;
}

.fileUploadLabel {
    position: relative;
    width: 100%;
}

.fileUploadLabel .uploadIcon {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 20px;
    z-index: 9;
}

.fileUploadLabel .uploadText {
    position: absolute;
    background-color: #fff;
    width: 90%;
    top: 3px;
    left: 8px;
    font-size: 1rem;
}

.form-control:focus {
    box-shadow: none;
}

.social-box i {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    transition: 0.5s;
}

.social-box i:hover {
    transform: scale(1.1);
}

.mobile-menu .menu-box {
    background: #f4faff;
}

.mobile-menu .navigation li>a,
.mobile-menu .close-btn,
.mobile-menu .navigation li.dropdown .dropdown-btn {
    color: #000;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232aa647'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232aa647'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-bullet-active {
    background: #2aa749;
}