@charset "UTF-8";

/*=====Reset CSS Start======*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

a {
    -webkit-tap-highlight-color: transparent;
    transition: all 0.4s ease-in-out;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type=button],
input[type=submit],
select,
.btn,
textarea {
    transition: var(--transition);
    text-decoration: none;
    font-style: normal;
}

a:focus,
button:focus,
input:focus,
input[type=button]:focus,
input[type=submit]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
}

figure {
    transition: var(--transition);
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}


/* clears the ‘X’ from Internet Explorer */

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}


/* clears the ‘X’ from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}


/*=====Reset CSS End======*/

body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #3d5058;
    background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #1c1a2b;
}

h1 {
    font-size: 100px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 30px;
}

h2 {
    font-size: 90px;
    margin-bottom: 55px;
}

h3 {
    font-size: 50px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.title_section {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.title_section h2 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.title_section span {
    color: #00b1ff;
}

.desktop_d_none {
    display: none;
}

.header_nav {
    position: relative;
}


/* .header_nav .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
} */


/* 21-05-25 */

.header_nav .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px); */
}

.offcanvas-backdrop.show {
    opacity: 1;
}

.offcanvas-backdrop {
    background-color: #f4f4f4;
}


/* 21-05-25 */

.navbar-nav {
    margin-inline-start: auto;
}

.navbar-nav li {
    /* margin: 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block; */
    margin: 0 14px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.navbar-nav li a {
    text-decoration: none;
    color: #1c1a2b;
    font-size: 18px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.navbar-nav li a:hover {
    text-decoration: underline;
}

.navemenu_close {
    display: none;
}

.mobile_logo {
    display: none;
}

.banner {
    position: relative;
    height: calc(100vh - 70px);
    text-align: center;
    color: #FFFFFF;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner .banner_content {
    position: absolute;
    bottom: 0%;
    z-index: 1;
    text-align: left;
    z-index: 10;
    margin-bottom: 45px;
}

.banner h1 {
    margin-bottom: 20px;
    color: #FFFFFF;
}

.banner p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: relative;
}

.banner .bannerdescription {
    max-width: 460px;
    margin-left: auto;
    height: 100%;
    align-content: center;
}

.banner::before {
    content: " ";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(18, 17, 17, 0.31) 47%, rgba(237, 221, 83, 0) 100%);
    z-index: 9;
}

.supplier_section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.supplier_section h2 {
    position: relative;
}

.supplier_section h2 ::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
    margin-left: -216px;
    margin-top: 130px;
}

.supplier_section::after {
    content: "";
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
}

.supplier_box {
    display: flex;
    overflow: hidden;
    height: 389px;
    position: relative;
}

.supplier_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.supplier_box h2 {
    font-size: 35px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 3;
    color: #FFFFFF;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}

.supplier_box h2 ::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    width: 0;
    height: 0;
}

.supplier_box::before {
    content: " ";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(18, 17, 17, 0.31) 47%, rgba(237, 221, 83, 0) 100%);
    z-index: 2;
}

.solution_section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #eef7fb;
}

.solution_section::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin-top: -90px;
}

.solution_section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 35px;
    height: 35px;
    z-index: 2;
    margin-top: 130px;
}

.solution_imgbox {
    position: relative;
}

.solution_imgbox::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
    margin-bottom: -96px;
}

.solution_imgbox::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
    margin-left: 46px;
}

.solution_descbox {
    max-width: 440px;
    color: #4d4c57;
}

.solution_descbox p {
    margin-bottom: 35px;
}

.solution_descbox::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
    margin-left: 46px;
}

.solution_listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.solution_listing ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: baseline;
    flex-direction: row;
}

.solution_listing ul li h2 {
    font-size: 60px;
    color: #00b1ff;
    margin: 0;
    font-weight: 400;
}

.solution_listing ul li .list_icon {
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
    background: rgba(0, 177, 255, 0.1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.solution_listing ul li p {
    margin-bottom: 0;
    font-size: 18px;
    color: #4d4c57;
}

.solution_overview {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.solution_overview::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin-top: -90px;
}

.solution_overview::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    background: url(../images/bg_squar_hape.png);
    width: 35px;
    height: 35px;
    z-index: 2;
    margin-bottom: -96px;
}

.solution_overview_box {
    text-align: center;
    position: relative;
}

.solution_overview_box .titlebox {
    background: #fff;
    padding: 20px;
    box-shadow: 7px 11px 10px 0px rgba(0, 177, 255, 0.3);
    -webkit-box-shadow: 7px 11px 10px 0px rgba(0, 177, 255, 0.3);
    -moz-box-shadow: 7px 11px 10px 0px rgba(0, 177, 255, 0.3);
    max-width: 304px;
    min-width: 304px;
    margin-bottom: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.solution_overview_box .titlebox h2 {
    color: #1c1a2b;
    font-size: 24px;
    margin: 0;
    position: relative;
}

.solution_overview_slider {
    position: relative;
    z-index: 4;
}

.solution_overview_slider .slick-list {
    width: 100vw;
    padding-bottom: 100px;
}

.solution_overview_slider .slick-next {
    font-size: 0;
    background: url(../images/arrow.png) no-repeat center;
    width: 74px;
    height: 74px;
    opacity: 0.75;
}

.solution_overview_slider .slick-next:hover {
    opacity: 1;
}

.solution_overview_slider .slick-next:before {
    font-size: 0;
}

.solution_overview_slider .slick-prev {
    font-size: 0;
    background: url(../images/arrow.png) no-repeat center;
    width: 74px;
    height: 74px;
    transform: rotate(180deg);
    z-index: 10;
    opacity: 0.75;
    margin-top: -38px;
}

.solution_overview_slider .slick-prev:hover {
    opacity: 1;
}

.solution_overview_slider .slick-prev:before {
    font-size: 0;
}

.moreicon {
    max-width: 46px;
    max-height: 46px;
    min-width: 46px;
    min-height: 46px;
    margin-left: 10px;
}

.video_section {
    position: relative;
}

.video_section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    z-index: 1;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    /* margin-top: -90px; */
    margin-top: -50px;
}

.video_section::before {
    content: " ";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(18, 17, 17, 0.31) 47%, rgba(237, 221, 83, 0) 100%);
    z-index: 9;
}

.video_box {
    position: relative;
}

.video_box .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 210px;
    height: 210px;
}

.video_desc {
    position: absolute;
    z-index: 10;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    bottom: 40px;
}

.video_desc h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
}

.casestudy_section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #00b1ff;
    color: #FFFFFF;
}

.casestudy_section h2 span {
    color: #FFFFFF;
}

.casestudy_section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/white_squar.png");
    width: 60px;
    height: 35px;
    z-index: 2;
    margin-top: 130px;
}

.casestudy_section::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    background: url("../images/white_squar.png");
    width: 35px;
    height: 35px;
    z-index: 2;
    margin-top: 130px;
}

.case_studies_slider {
    width: 90%;
    margin: 50px auto;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.case_studies_slide {
    /* max-width: 1296px; */
    width: 100%;
    padding: 0 25px;
}

.slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fff;
    padding: 80px 115px 100px;
    position: relative;
    margin: 20px 0;
    z-index: 3;
    box-shadow: 3px 10px 5px 1px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 3px 10px 5px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 3px 10px 5px 1px rgba(0, 0, 0, 0.24);
}

.slide-content::before {
    position: absolute;
    top: -18px;
    width: 100%;
    height: 20px;
    background-color: #fff;
    content: "";
    left: 0;
    z-index: 5;
}

.slide-content::after {
    position: absolute;
    top: 0;
    bottom: 20px;
    width: calc(100% + 40px);
    height: calc(100% - 20px);
    background-color: transparent;
    content: "";
    left: -20px;
    right: -20px;
    z-index: 1;
    border: 2px solid #1c1a2b;
}


/* .slide-image-case {
    width: 432px;
    height: 432px;
    min-width: 432px;
    min-height: 432px;
    border-radius: 100%;
    position: relative;
} */

.slide-image-case::before {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #00b1ff;
    content: "";
    left: -10px;
    bottom: -10px;
    z-index: -1;
}

.slide-image-case::after {
    width: 60px;
    height: 35px;
    position: absolute;
    content: "";
    right: 33px;
    top: 60px;
    z-index: 1;
    background: url("../images/bg_squar_hape.png") no-repeat center;
    background-size: contain;
}

.slide-image-case img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.slide-text {
    max-width: 515px;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.slide-text a {
    margin-top: 15px;
}

.slide-text h2 {
    margin-bottom: 15px;
    /* font-size: 60px;
    line-height: 80px; */
    color: #1c1a2b;
    font-weight: 400;
    font-family: "Bebas Neue";
}

.slide-text p+p {
    margin-top: 10px;
}

.slide-text p {
    /* font-size: 18px; */
    letter-spacing: 0px;
    /* line-height: 28px; */
    color: #4d4c57;
    font-weight: 400;
    font-family: "Poppins";
}

button.custom-next.slick-arrow,
button.custom-prev.slick-arrow {
    width: 45px;
    background: transparent;
    border: none;
    position: absolute;
    cursor: pointer;
    bottom: 70px;
}

button.custom-next.slick-arrow img,
button.custom-prev.slick-arrow img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

button.custom-next.slick-arrow {
    right: -50px;
}

button.custom-prev.slick-arrow {
    left: -50px;
}

.home_botpartarea {
    background-color: #00b1ff;
    position: relative;
}

.home_botpartarea::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../images/bg_squar_hape.png);
    width: 61px;
    height: 25px;
    z-index: 2;
    margin-top: -25px;
}

.home_main_macharea {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.home_partner_machtxt {
    max-width: 812px;
}

.home_partner_machtxt h2 {
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 20px;
    color: #FFFFFF;
}

.home_partner_machtxt p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 20px;
}

.white_btnsky {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    padding-block: 14px;
    padding-inline: 32px;
    color: #00b1ff;
    background-color: #FFFFFF;
    text-transform: capitalize;
    display: inline-block;
}

.hom_levelarea {
    position: relative;
    background-color: #eef7fb;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hom_levelarea::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin-top: -50px;
}

.singal_lablearea {
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
    display: flex;
}

.singal_lablearea:nth-child(even) {
    flex-direction: row-reverse;
}

.home_circleimg {
    width: 433px;
    height: 433px;
    background-color: #eef7fb;
    border-radius: 50%;
    position: relative;
    margin: 18px 0 0 18px;
    padding: 20px;
    position: relative;
}

.home_circleimg img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.home_circleimg::after {
    content: "";
    width: 468px;
    height: 468px;
    position: absolute;
    background: url(../images/circle1.png) left top no-repeat;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 20px;
    margin-left: -19px;
    margin-top: -19px;
}

.home_circleimg::before {
    content: "";
    position: absolute;
    left: -25%;
    bottom: 0;
    background: url(../images/bg_squar_hape.png);
    width: 35px;
    height: 35px;
    z-index: 2;
    margin-bottom: -96px;
}

.singal_lablearea:nth-child(even) .home_circleimg::before {
    left: 100%;
    margin-left: 112px;
    bottom: 0;
    background: url(../images/bg_squar_hape.png);
    width: 35px;
    height: 35px;
    z-index: 2;
    margin-bottom: -96px;
}

.textbot_lable {
    padding-left: 100px;
}

.textbot_lable span {
    color: #00b1ff;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 6px;
}

.textbot_lable h3 {
    font-family: "Bebas Neue", sans-serif;
    line-height: 60px;
    color: #1c1a2b;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 18px;
}

.textbot_lable p {
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-size: 18px;
}

.textbot_lable {
    align-items: center;
    max-width: 620px;
}

.home_circleimg:nth-child(2)::after {
    content: "";
    width: 468px;
    height: 468px;
    position: absolute;
    background: url(../images/circle2.png) left top no-repeat;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 20px;
}

.home_circleimg:nth-child(3)::after {
    content: "";
    width: 468px;
    height: 468px;
    position: absolute;
    background: url(../images/circle3.png) left top no-repeat;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 20px;
}

.home_circleimg:nth-child(4)::after {
    content: "";
    width: 468px;
    height: 468px;
    position: absolute;
    background: url(../images/circle4.png) left top no-repeat;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 20px;
}

.home_circleimg:nth-child(5)::after {
    content: "";
    width: 468px;
    height: 468px;
    position: absolute;
    background: url(../images/circle5.png) left top no-repeat;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 20px;
}

.home_circleimg:nth-child(6)::after {
    content: "";
    width: 468px;
    height: 468px;
    position: absolute;
    background: url(../images/circle5.png) left top no-repeat;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 20px;
}

.singal_lablearea>.row:nth-child(even) {
    flex-direction: row-reverse;
}

.sol_area {
    background-color: #FFFFFF;
    /* margin-top: -285px; */
    position: relative;
    padding-top: 128px;
}

.sol_area::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    z-index: 1;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin-top: -40px;
}

.home_supportarea {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.home_supportarea .title_section h2 {
    min-width: 900px;
    max-width: 900px;
}

.home_supportarea .title_section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
    margin-top: 130px;
}

.sol_boxarea {
    margin-bottom: 38px;
}

.sol_boxarea::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    background: url("../images/bg_squar_hape.png");
    width: 40px;
    height: 35px;
    z-index: 2;
    margin-top: 130px;
}

.sol_box {
    background-color: #eef7fb;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    height: 100%;
}


/* 28-06-25 */

.textrightarea {
    /* padding-left: 32px;
    max-width: 384px; */
    padding-left: 30px;
    width: calc(100% - 170px);
}


/* 28-06-25 */

.textrightarea h2 {
    font-family: "Bebas Neue", sans-serif;
    color: #1c1a2b;
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: 100px;
}

.textrightarea p {
    margin-bottom: 17px;
}

.bluebtn a {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    padding-block: 14px;
    padding-inline: 32px;
    color: #FFFFFF;
    background-color: #00b1ff;
    text-transform: capitalize;
    display: inline-block;
}

.bluebtn a:hover {
    color: #000;
}


/* 28-06-25 */

.solimgbox {
    /* max-width: 210px; */
    width: 170px;
}


/* footer */

.footer_sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/footerbg.png) center top no-repeat;
    background-size: cover;
}

.ftr_lgo_cnct_wrp {
    max-width: 205px;
}

.copytxt {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding-top: 58px;
    color: #FFFFFF;
    line-height: 30px;
}

.copytxt span {
    color: #a3aab1;
}

.ftr_lgo_cnct_wrp ul.social_links {
    padding-top: 27px;
    display: flex;
    flex-wrap: wrap;
}

.ftr_lgo_cnct_wrp ul.social_links li {
    background-color: #00b1ff;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 50px;
    margin-right: 9px;
    margin-bottom: 9px;
}

.ftr_lgo_cnct_wrp ul.social_links li:last-child {
    margin-right: 0;
}

.ftr_lgo_cnct_wrp ul.social_links a {
    text-decoration: none;
    color: #FFFFFF;
}

.ftr_lgo_cnct_wrp ul.social_links li:hover {
    background-color: #000;
}

.ftr_lnks h6 {
    font-family: "Bebas Neue", sans-serif;
    color: #00b1ff;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    letter-spacing: 2px;
}

.ftr_lnks ul {
    padding-top: 50px;
}

.ftr_lnks ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 10px 0px;
    display: inline-block;
}

.ftr_lnks ul li a:hover {
    text-decoration: underline;
}

ul.rightcontsec {
    position: relative;
}

ul.rightcontsec li {
    display: flex;
}

ul.rightcontsec li span {
    background-color: #00b1ff;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50px;
    margin-right: 10px;
}

.txtcontact {
    color: #FFFFFF;
    padding-bottom: 45px;
}

.txtcontact p {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.ftr_lnks.ftr_lnks_1 {
    padding-left: 70px;
}

.ftr_lnks.ftr_lnks_2 {
    padding-left: 20px;
}


/* footer */

.banner .about_banner_content {
    position: absolute;
    z-index: 10;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 137px;
}

.banner .about_banner_content h1 {
    font-size: 300px;
    margin-bottom: 20px;
    color: #00b1ff;
    opacity: 0.2;
    margin-bottom: -30px;
    margin-left: 55px;
}

.banner .about_banner_content p {
    font-size: 50px;
    margin-top: 30px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    padding: 0 55px 0 55px;
    margin-right: 211px;
    line-height: 58px;
}

.about_banner::before {
    content: " ";
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(18, 17, 17, 0.11) 47%, rgba(237, 221, 83, 0) 100%);
    z-index: 9;
}

.aboutmid_section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.txtfullarea {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.txtfullarea p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    color: #4d4c57;
    margin-bottom: 40px;
    font-weight: 300;
}

.aboutmid_section::after {
    content: "";
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    background: url("../images/bg_squar_hape.png");
    width: 61px;
    height: 35px;
    z-index: 2;
}

.team_section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #eef7fb;
    text-align: center;
}

.team_section::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    margin: -90px 0px 0px 0px;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
}

.team_section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 25%;
    right: 0;
    bottom: 0;
    background: url(../images/bg_squar_hape.png);
    width: 61px;
    height: 35px;
    z-index: 2;
    margin: -20px 0px 0px 0px;
}

.team_section .title_section::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    background: url(../images/bg_squar_hape.png);
    width: 61px;
    height: 35px;
    z-index: 2;
    margin: 0px 0px 0px -216px;
}

.background_elements {
    background-image: url(../images/bg_squar_hape.png), url(../images/bg_squar_hape.png), url(../images/bg_squar_hape.png);
    background-position: left 35%, right 65%, 5% 75%;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    height: 100%;
}

.background_elements::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin: -100px 0px 0px -100px;
}

.background_elements::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    margin: -90px 0px 0px 0px;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin-right: -70px;
    top: unset;
    right: 0;
    bottom: -110px;
}

.team_singal_sec {
    background-color: #FFFFFF;
    padding: 40px 26px;
    border-radius: 20px;
    margin-bottom: 35px;
}

.team_singal_sec .teamimgarea {
    position: relative;
    text-align: center;
    width: 227px;
    height: 227px;
    margin: 0 auto 20px auto;
}

.team_singal_sec .teamimgarea .blueicon {
    background-color: #00b1ff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    line-height: 50px;
    color: #FFFFFF;
    margin-right: 14px;
    margin-bottom: 8px;
}

.team_singal_sec .teamimgarea img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.name_area {
    margin-bottom: 15px;
}

.name_area h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 45px;
    color: #1c1a2b;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

.name_area span {
    text-transform: uppercase;
}

.name_area p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
    min-height: 457px;
}

.about_solutionarea {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #00b1ff;
    color: #FFFFFF;
}

.about_solutionarea .sol_title_section {
    margin-bottom: 47px;
}

.about_solutionarea .sol_title_section h2 {
    font-size: 90px;
    font-family: "Bebas Neue", sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.about_solutionarea .sol_title_section p {
    text-align: center;
    padding: 0 130px;
}

.about_solutionarea::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    background: url(../images/white_squar.png);
    width: 61px;
    height: 35px;
    z-index: 2;
    margin: 194px 0px 0px 0px;
}

.about_solutionarea::after {
    content: "";
    position: absolute;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    background: url(../images/white_squar.png);
    width: 37px;
    height: 35px;
    z-index: 2;
    margin: 194px 0px 194px 0px;
}

.machfullsec {
    background-color: #eef7fb;
    position: relative;
}

.main_macharea {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main_macharea::before {
    content: "";
    width: 59px;
    height: 22px;
    position: absolute;
    background: url(../images/dots.png) left top no-repeat;
    top: 0;
    left: 0;
    margin-left: 345px;
}

.partner_machtxt {
    max-width: 812px;
}

.partner_machtxt h2 {
    font-size: 65px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 20px;
}

.partner_machtxt p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    color: #4d4c57;
}

.partner_machtxt span {
    color: #00b1ff;
}

.btnsky {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-block: 16px;
    padding-inline: 45px;
    color: #FFFFFF;
    background-color: #00b1ff;
    text-transform: capitalize;
    display: inline-block;
}

.const_banner_content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    text-align: left;
    z-index: 10;
    margin-bottom: 45px;
    transform: translate(-50%, 0);
    width: 100%;
}

.const_banner_content h1 {
    color: #FFFFFF;
    margin: 0;
    line-height: 68px;
    text-transform: capitalize;
}

.const_banner_content span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 13px;
    text-transform: uppercase;
}

.const_banner_content p {
    font-size: 24px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.const_banner_content img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: relative;
}

.bannerdescription {
    display: flex;
    align-items: center;
}

.const_solarea {
    margin-top: 126px;
}

.contstxtarea {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

.contstxtarea h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
}

.contstxtarea p {
    padding: 0 60px;
}

.singleboxarea {
    margin-top: 33px;
}

.singalcont_box {
    display: flex;
    position: relative;
    margin-bottom: 80px;
    align-items: center;
    justify-content: space-around;
}

.singalcont_box .singalcont_box_img {
    display: flex;
    justify-content: center;
}

.singalcont_box:nth-child(even) {
    flex-direction: row-reverse;
}

.singalcont_box:last-child {
    margin-bottom: 0;
}

.singalcont_box:nth-child(odd) .singalcont_box_img .slide-image::before {
    left: 13px;
    bottom: -4px;
}

.lefttxtarea h2 {
    font-size: 50px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 18px;
}

.lefttxtarea ul {
    padding-right: 40px;
}

.lefttxtarea ul li {
    background: url(../images/list_icon.png) left 4px no-repeat;
    font-weight: 300;
    margin-bottom: 39px;
    padding-left: 40px;
}

.slide-image2 {
    width: 432px;
    height: 432px;
    min-width: 432px;
    min-height: 432px;
    border-radius: 100%;
    position: relative;
}

.slide-image2::before {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #00b1ff;
    content: "";
    left: 13px;
    bottom: -4px;
    z-index: -1;
}

.slide-image2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.slide-image3 {
    width: 432px;
    height: 432px;
    min-width: 432px;
    min-height: 432px;
    border-radius: 100%;
    position: relative;
}

.slide-image3::before {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #00b1ff;
    content: "";
    left: -13px;
    bottom: -4px;
    z-index: -1;
}

.slide-image3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.advarea {
    background-color: #eef7fb;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.advarea::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    margin: -90px -100px 0px 0px;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Poppins", sans-serif;
    text-align: left;
    overflow: hidden;
    background-color: #eef7fb;
}

th,
td {
    padding: 20px 20px 30px;
    border: 2px solid #1c1a2b;
    font-size: 18px;
}

th {
    color: #3d5058;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    text-align: left;
    font-size: 25px;
    letter-spacing: 1px;
}


/* Mobile Responsive */

.mobile table {
    width: 100%;
    border-radius: 8px;
}

.mobile th,
.mobile td {
    padding: 8px;
}

.advantage_title h2 {
    position: relative;
    font-size: 60px;
    margin-bottom: 0;
}

.advantage_title h2 ::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    background: url(../images/bg_squar_hape.png);
    width: 61px;
    height: 35px;
    z-index: 2;
    margin: -99px 0px 0px -20px;
}

.adv_botfull {
    padding-top: 80px;
    padding-bottom: 80px;
}

.adv_botfull .singalcont_box:nth-child(odd) .singalcont_box_img .slide-image::before {
    left: -10px;
    bottom: -10px;
}

.adv_botfull .singalcont_box:nth-child(even) .singalcont_box_img .slide-image::before {
    left: 13px;
    bottom: -4px;
}

.meri_banner_content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    text-align: left;
    z-index: 10;
    margin-bottom: 45px;
    transform: translate(-50%, 0);
    width: 100%;
}

.meri_banner_content h1 {
    font-size: 100px;
    color: #FFFFFF;
    margin: 0;
    line-height: 56px;
    text-transform: capitalize;
}

.meri_banner_content span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.meri_banner_content p {
    font-size: 24px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.meri_banner_content img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: relative;
}

.agri_banner_content span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.agricularea {
    background-color: #eef7fb;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.agricularea::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    margin: -90px -100px 0px 0px;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
}

.agricularea::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    z-index: 2;
    border-radius: 50%;
    outline: 66px solid rgba(0, 177, 255, 0.1);
    margin: -90px 0px 0px -100px;
}

.agri_title h2 {
    font-size: 60px;
    margin-bottom: 0;
    max-width: 730px;
    position: relative;
}

.agri_title h2::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    background: url(../images/bg_squar_hape.png);
    width: 61px;
    height: 20px;
    z-index: 2;
    margin: -99px 0px 0px -20px;
}

.singalagri_box {
    display: flex;
}

.agricul_box {
    border-right: 1px solid #c4cbd1;
    padding-right: 22px;
    padding-left: 25px;
    max-width: 30%;
}

.agricul_box h3 {
    font-size: 24px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 10px;
}

.agricul_box p {
    font-size: 16px;
}

.agricul_box:first-child {
    padding-left: 0;
}

.agricul_box:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
}


/*# sourceMappingURL=custom.css.map */


/* 23-06-25================workon===design===change */

.level_img_wrp {
    background-color: #fff;
    border-radius: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.singal_lablearea:nth-child(even) .textbot_lable {
    padding-left: 0;
}

.team_singal_sec {
    height: 100%;
}

.team_row_wrp .row>* {
    margin-bottom: 30px;
}

.banner .about_banner_content p {
    padding: 0 0 0 0;
    margin-right: 0px;
}

.abt_learn_img_wrp .supplier_box {
    height: 182px;
    box-shadow: 7px 7px 5px #0708056e;
}

.abt_learn_img_wrp .supplier_box::before {
    background: #0000008c;
}

.abt_learn_img_wrp .supplier_box h2 {
    left: 0;
    bottom: unset;
    width: 90%;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.abt_learn_img_wrp .col-md-4.mb-4:first-child .supplier_box::before {
    background: none
}

.real_world_faq_wrp {
    margin-top: 90px;
    position: relative;
    z-index: 3;
}

.real_world_faq_wrp .accordion-item {
    margin-bottom: 30px;
    border-radius: 0;
    border: 1px solid #B7E4F7;
}

.real_world_faq_wrp .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.real_world_faq_wrp .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.real_world_faq_wrp .accordion-item:not(:first-of-type) {
    border-top: 1px solid #B7E4F7;
}

.real_world_faq_wrp .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 30px 100px 30px 50px;
}

.real_world_faq_wrp .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.real_world_faq_wrp .accordion-button:focus {
    box-shadow: none;
}

.real_world_faq_wrp .accordion-body {
    padding: 0px 50px 30px 50px;
}

.real_world_faq_wrp .accordion-body p {
    color: rgb(77, 76, 87);
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    letter-spacing: 2%;
    text-align: left;
}

.real_world_faq_wrp .accordion-button h5 {
    color: rgb(28, 26, 43);
    font-size: 45px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-right: 30px;
}

.real_world_faq_wrp .accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "fontawesome";
    color: #364044;
    font-size: 30px;
    width: auto;
    height: auto;
}

.real_world_faq_wrp .accordion-body ul li {
    background: url(../images/list_icon.png) left 3px no-repeat;
    padding-left: 40px;
    margin-bottom: 20px;
    background-size: 20px;
}


/* Product Page */


/* .prdct_mid_sction .txtfullarea {
    padding: 100px 0px;
} */

.prdct_mid_sction .prct_item {
    margin-top: 0;
}

.prdct_mid_sction .prct_item .contstxtarea {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

.prdct_mid_sction .prct_item .contstxtarea p {
    padding: 0 0;
}


/* .prdct_mid_sction .txtfullarea {
    padding: 100px 0px;
} */

.prct_item {
    margin-top: 0;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.features-list p img {
    max-width: 50px;
    margin: auto;
    height: 50px;
}

.features-list p {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 33.33%;
    justify-content: center;
    text-align: center;
}

.feature_list_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33.33%;
    flex: 0 0 auto;
    margin-top: 30px;
}

.feature_list_item .feature_image {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.feature_list_item .feature_image img {
    max-width: 40px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature_text {
    font-size: 16px;
    text-align: center;
}

.prdct_mid_sction {
    padding: 100px 0px;
}

.real_world_faq_wrp .accordion-body h5 {
    margin-bottom: 10px;
}

.prdct_mid_sction .prct_item .contstxtarea p+p {
    margin-top: 20px;
}

.const_solarea.prct_item+.const_solarea.prct_item {
    margin-top: 50px;
}


/* Product Page */


/* 23-06-25================workon===design===change */


/* 25-06-25 */

.sol_boxarea .row {
    justify-content: center;
}

.slide-image-case {
    width: 500px;
    height: 562px;
    min-width: 500px;
    min-height: 462px;
    border-radius: 100%;
    position: relative;
}

.slide-text h2 {
    font-size: 40px;
    line-height: 40px;
}

.slide-text p {
    font-size: 16px;
    line-height: 27px;
}

.slide-content.cse_content {
    padding: 20px 20px 50px;
}

.team_row .col-md-4 {
    margin-bottom: 30px;
}

.accordi_body_cnt_wrp img {
    max-width: 260px;
    margin-left: 30px;
}

#site_header a.navbar-brand {
    max-width: 250px;
}

.accordi_body_cnt_wrp {
    display: flex;
}

.prdct_mid_sction .prct_item .contstxtarea ul li {
    background: url(../images/list_icon.png) left 3px no-repeat;
    padding-left: 40px;
    margin-bottom: 20px;
    background-size: 20px;
}

.prdct_mid_sction .prct_item .contstxtarea ul {
    margin-top: 30px;
}


/* 25-06-25 */


/* 30-06-25 */

.revolutionizing_sction h2 {
    font-size: 50px;
    max-width: 100%;
}

.revolutionizing_sction p {
    margin: 15px auto 0px;
}


/* 30-06-25 */