@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

::selection {
    color: #FF6E00;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #FF6E00;
}

.btn,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    outline: 0;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: -3.75px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 25px;
}

p {
    font-size: 16px;
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: transparent;
    /* background-image: -moz-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -webkit-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -ms-linear-gradient(-129deg, #14288d 0, #072cc8 100%) */
}

.scroll_block::-webkit-scrollbar-thumb {
    background: transparent
}

.line_break {
    display: block;
}

.combo_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.btn {
    width: 220px;
    height: 50px;
    border: 0;
    border-radius: 9px;
    background: #FF6E00;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.btn::before {
    content: "";
    width: 150px;
    height: 100px;
    transform: skewX(-50deg);
    background: #818286;
    position: absolute;
    top: -30px;
    left: -170px;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.btn:hover::before {
    left: -40px;
}

.btn::after {
    content: "";
    width: 150px;
    height: 100px;
    transform: skewX(-50deg);
    background: #818286;
    position: absolute;
    top: -30px;
    right: -180px;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.btn:hover::after {
    right: -40px;
}

.btn .text {
    width: 180px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn .text span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transform: translateY(8px);
    text-transform: capitalize;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.btn:hover .text span {
    transform: translateY(-31px);
}

.btn .text span~span {
    transform: translateY(19px);
}

.btn:hover .text span~span {
    transform: translateY(-22px);
}

.btn .btn-arrow {
    width: 30px;
    height: 100%;
    overflow: hidden;
}

.btn .btn-arrow img {
    display: block;
    transform: translate(0px, 14px);
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.btn:hover .btn-arrow img {
    transform: translate(40px, 14px);
}

.btn .btn-arrow img~img {
    transform: translate(-30px, -7px);
}

.btn:hover .btn-arrow img~img {
    transform: translate(-0px, -7px);
}

.sec_padding {
    padding: 80px 0;
}

.no_border {
    border: none !important;
}

.scroll_block {
    display: block;
}

.sec_padding {
    padding: 80px 0;
}

/* Start Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    padding: 10px 0;
}

.header.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    /* Example dark background */
    transition: background-color 0.3s ease;
}

.header .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
}

.header .header_wrapper .brand {
    display: block;
    width: 180px;
}

.header .header_wrapper .brand img {
    width: 100%;
}

.header .header_wrapper .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.header .header_wrapper .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #fff;
}

.header .header_wrapper .burger-line:nth-child(1) {
    top: 0px;
}

.header .header_wrapper .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.header .header_wrapper .burger-line:nth-child(3) {
    top: 1rem;
}

.header .header_wrapper .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

.header .header_wrapper .navbar .menu .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
}

.header .header_wrapper .navbar .menu .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.header .header_wrapper .navbar .menu .menu-link:hover {
    outline: none;
    color: #ff6e00;
}

.header .header_wrapper .navbar .menu .menu-link>i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
}

.header .header_wrapper .navbar .menu .submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    background-color: #ffffff24;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease-in-out;
}

.header .header_wrapper .navbar .menu .submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.header .header_wrapper .navbar .menu .submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: inherit;
    cursor: pointer;
    color: #000000;
    transition: all 0.35s ease;
}

.header .header_wrapper .navbar .menu .submenu-link:hover {
    outline: none;
    color: #ff6e00;
}

/* End Header */

/* Start Banner Section */
.banner {
    background: linear-gradient(259deg, #000 -0.61%, #333 48.49%, #000 109.4%);
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner .banner_left {
    padding: 200px 80px 100px 0;
}

.banner .banner_left h1 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: -3.75px;
}

.banner .banner_left p {
    margin: 15px 0 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
}

.banner .banner_left form {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.banner .banner_left form input {
    width: 100%;
    height: 50px;
    background: transparent;
    padding-left: 15px;
    border-radius: 8px;
    border: 1px solid #FFF;
    color: #fff;
    outline: none;
}

.banner .banner_left form input::placeholder {
    color: #fff;
    opacity: 0.5;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.9px;
}

.banner .banner_left form button {
    width: 120px;
    height: 51px;
    border-radius: 8px;
    background: #FF6E00;
    outline: none;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.banner .banner_left form button .text span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.9px;
}

.banner .banner_right {
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.banner .banner_right .banner-right-bg,
.banner .banner_right .banner-right-img,
.banner .banner_right .new-visitor-img {
    display: block;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.banner .banner_right .banner-right-bg {
    left: 0;
    bottom: 0;
}

.banner .banner_right .banner-right-img {
    transform: scale(1.2) translateX(50px);
    bottom: 50px;
    right: 0;
}

.banner .banner_right:hover .banner-right-img {
    transform: scale(1.3) translateX(50px);
    bottom: 50px;
    right: 0;
}

.banner .banner_right .new-visitor-img {
    top: -570px;
    left: -40px;
    transform: translateX(0px);
}

.banner .banner_right:hover .new-visitor-img {
    transform: translateX(-20px);
}

/* End Banner Section */

/* Start About Section */

.about_sec .sec_left {
    position: relative;
    z-index: 1;
}

.about_sec .sec_left .about-left-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about_sec .sec_left .about-left-bg img {
    width: 100%;
    height: 100%;
}

.about_sec .sec_left .img {
    margin-top: 25px;
    border-radius: 20px;
    overflow: hidden;
}

.about_sec .sec_left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.about_sec .sec_left .img:hover img {
    transform: scale(1.2);
}

.about_sec .sec_left .img.about-left-icon-02 {
    width: 75%;
    height: 255px;
    transform: translateY(80px);
}

.about_sec .sec_left .about-left-icon-03 {
    width: 80%;
    height: 255px;
    transform: translateY(0px);
    margin-left: auto;
}

.about_sec .sec_right h2 {
    font-weight: 400;
    line-height: 75px;
    letter-spacing: -3.75px;
}

.about_sec .sec_right p {
    margin: 15px 0;
}

/* End About Section */

/* Start Industries Section */

.industries_sec {
    background: #F2F2F2;
}

.industries_sec .sec_content {
    margin-top: 40px;
}

.industries_sec .sec_content .industries_slider li.slick-slide {
    margin: 0 10px;
}

.industries_sec .sec_content .industries_slider li.slick-slide .box {
    width: 100%;
    height: 240px;
    border-radius: 25px;
    background: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .4s linear;
    cursor: pointer;
}

.industries_sec .sec_content .industries_slider li.slick-slide .box:hover {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}

.industries_sec .sec_content .industries_slider li.slick-slide .box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: .1s linear;
}

.industries_sec .sec_content .industries_slider li.slick-slide .box:hover img {
    transform: scale(1.1);
}

.industries_sec .sec_content .industries_slider .slick-prev,
.industries_sec .sec_content .industries_slider .slick-next {
    width: 45px;
    height: 45px;
}

.industries_sec .sec_content .industries_slider .slick-prev {
    left: -65px;
}

.industries_sec .sec_content .industries_slider .slick-next {
    right: -65px;
}

.industries_sec .sec_content .industries_slider .slick-prev:before,
.industries_sec .sec_content .industries_slider .slick-next:before {
    content: "";
    display: block;
    width: 42px;
    height: 36px;
    background: url(../images/slider-arrow.png);
    background-size: contain;
    transform: rotate(180deg);
}

.industries_sec .sec_content .industries_slider .slick-next:before {
    transform: rotate(0deg);
}

/* End Industries Section */

/* Start Utility Providers Section */

.utility_providers {
    background: #303030;
}

.utility_providers .sec_top h2 {
    color: #fff;
}

.utility_providers .sec_top p {
    color: #fff;
}

.utility_providers .sec_content {
    margin-top: 40px;
}

.utility_providers .sec_content ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.utility_providers .sec_content ul li {
    width: 32%;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.utility_providers .sec_content ul li::before {
    content: ".";
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}

.utility_providers .sec_content ul li a {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1.6px;
}

.bg_orange {
    background: #FF6E00;
}

/* End Utility Providers Section */

/* Start Why Partners */

.why_partners {
    position: relative;
    z-index: 1;
}

.why_partners .why_partners_before,
.why_partners .why_partners_after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.why_partners .why_partners_before {
    left: 0;
}

.why_partners .why_partners_after {
    right: 0;
}

.why_partners .sec_content {
    margin: 60px 0;
}

.why_partners .sec_content .why_partners_slider .slick-slide {
    margin: 0 10px;
}

.why_partners .why_partners_slider .box {
    height: 345px;
    border-radius: 25px;
    background: #F2F2F2;
    padding: 30px 15px;
    text-align: center;
}

.why_partners .why_partners_slider .box .img {
    text-align: center;
}

.why_partners .why_partners_slider .box .img img {
    margin: 0 auto;
}

.why_partners .why_partners_slider .box h6 {
    font-weight: 400;
    letter-spacing: -1.2px;
    margin: 30px 0 15px;
}

.why_partners .why_partners_slider .box .scroll_block {
    height: 70px;
    margin: 0;
}

.why_partners .why_partners_slider .box a.box_btn {
    display: inline-block;
    color: #000;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.why_partners .sec_bottom .combo_btn {
    justify-content: center;
    margin-top: 30px;
}

/* End Why Partners */

/* Start Faqs */
.faqs {
    background: #F2F2F2;
}

.faqs .sec_content {
    margin-top: 20px;
}

.faqs .sec_content .accordion .accordion-item {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}

.faqs .sec_content .accordion .accordion-item .accordion-button {
    background: #ffff;
    outline: none;
    box-shadow: 0 0 0 1px rgb(145 145 145 / 25%);
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.253px;
    text-transform: capitalize;
}

.faqs .sec_content .accordion .accordion-item .accordion-button::after {
    content: "";
    width: 33px;
    height: 32px;
    background: url("../images/circle-arrow.png");
    background-size: contain;
}

.faqs .sec_content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background: url("../images/circle-arrow.png");
    background-size: contain;
    transform: rotate(-180deg);
}

/* End Faqs */

/* Start Footer */
footer {
    background: #000;
    padding: 60px 0 0px;
}

footer .ft_box h3 {
    color: #FFF;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -2.75px;
}

footer .ft_box p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

footer .ft_box form {
    margin-top: 25px;
}

footer .ft_box form input[type="email"] {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #404040;
    padding: 10px 0;
    margin-bottom: 10px;
    outline: none;
}

footer .ft_box form input[type="submit"] {
    width: 130px;
    background: #ff6e00;
    border: 0;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
}

footer .menu {
    height: 100%;
    padding-left: 80px;
    border-left: 1px solid #404040;
}

footer .menu h5 {
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.6px;
    margin-bottom: 30px;
}

footer .menu ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

footer .menu ul li a {
    display: block;
    color: #ffffffcf;
    font-weight: 400;
    letter-spacing: -1px;
    transform: translateX(0px) scale(1);
    position: relative;
    z-index: 1;
    transition: .1s linear;
}

footer .menu ul li a:hover {
    transform: translateX(10px) scale(1.1);
}

footer .main_ft {
    border-top: 1px solid #404040;
    margin-top: 40px;
    padding: 20px 0;
}

footer .main_ft .left p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

footer .main_ft .right ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

footer .main_ft .right ul a {
    display: block;
}

footer .main_ft .right ul a img {
    width: 20px;
}

/* End Footer */

/* Start Other Services Section */
.other_services {
    padding: 80px 0 0;
}

.other_services .content {
    height: 450px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.other_services .content .other_services_slider .slick-slide {
    margin: 0 15px;
}

.other_services .content .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #ffffff24;
    backdrop-filter: blur(25px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32%;
    transform: unset;
    z-index: 2;
}

.other_services .content .slick-arrow::before {
    display: none;
}

.other_services .content .slick-prev {
    left: 5px;
    transform: rotate(180deg);
}

.other_services .content .slick-next {
    right: 5px;
}

.other_services .content .other_services_slider .box {
    background: #fff;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.615, 0, 0.07, 1);
}

.other_services .content .other_services_slider .box:hover {
    padding-bottom: 20px;
}

.other_services .content .other_services_slider .box h3 {
    color: #212529;
    font-weight: 400;
    letter-spacing: -2.75px;
    margin: 20px 0;
}

.other_services .content .other_services_slider .box p {
    color: #212529;
    font-size: 14px;
    padding: 0 20px;
    height: 0;
    margin: 0;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.615, 0, 0.07, 1);
}

.other_services .content .other_services_slider .box:hover p {
    transform: translateY(0px);
    height: 65px;
}

/* End Other Services Section */

/* Start Another Services Section */

.another_services {
    background: #303030;
}

.another_services .sec_top h2 {
    color: #fff;
}

.another_services .sec_top p {
    color: #fff;
}

.another_services .sec_content {
    margin: 60px 0 0;
}

.another_services .sec_content .another_services_slider .slick-slide {
    margin: 0 10px;
}

.another_services .sec_content .another_services_slider .slick-dots {
    bottom: -45px;
}

.another_services .sec_content .another_services_slider .slick-dots button:before {
    font-size: 16px;
}

.another_services .sec_content .another_services_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ff6e00;
    font-size: 16px;
}

.another_services .another_services_slider .box {
    height: 345px;
    border-radius: 25px;
    background: #fff;
    padding: 30px 15px;
    text-align: center;
}

.another_services .another_services_slider .box .img {
    text-align: center;
}

.another_services .another_services_slider .box .img img {
    margin: 0 auto;
}

.another_services .another_services_slider .box h6 {
    font-weight: 400;
    letter-spacing: -1.2px;
    margin: 30px 0 15px;
}

.another_services .another_services_slider .box .scroll_block {
    height: 70px;
    margin: 0;
}

.another_services .another_services_slider .box a.box_btn {
    display: inline-block;
    color: #000;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.another_services .sec_bottom .combo_btn {
    justify-content: center;
    margin-top: 30px;
}

/* End Another Services Section */