/*!
Theme Name: ptc
Theme URI: https://ptc.com/
Author: Bibek Shrestha
Author URI: https://sthbibek.com.np/
Description: PTC Site Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ptc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'Roobert-Light';
    src: url('assets/fonts/Roobert-Light.otf') format('Open type');
    src: url('assets/fonts/Roobert-Light.otf') format('Open type'),
        url('assets/fonts/Roobert-Light.woff2') format('woff2'),
        url('assets/fonts/Roobert-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Roobert-Regular';
    src: url('assets/fonts/Roobert-Regular.otf') format('Open type');
    src: url('assets/fonts/Roobert-Regular.otf') format('Open type'),
        url('assets/fonts/Roobert-Regular.woff2') format('woff2'),
        url('assets/fonts/Roobert-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Roobert-Medium';
    src: url('assets/fonts/Roobert-Medium.otf') format('Open type');
    src: url('assets/fonts/Roobert-Medium.otf') format('Open type'),
        url('assets/fonts/Roobert-Medium.woff2') format('woff2'),
        url('assets/fonts/Roobert-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Roobert-SemiBold';
    src: url('assets/fonts/Roobert-SemiBold.otf') format('Open type');
    src: url('assets/fonts/Roobert-SemiBold.otf') format('Open type'),
        url('assets/fonts/Roobert-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Roobert-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Roobert-Bold';
    src: url('assets/fonts/Roobert-Bold.otf') format('Open type');
    src: url('assets/fonts/Roobert-Bold.otf') format('Open type'),
        url('assets/fonts/Roobert-Bold.woff2') format('woff2'),
        url('assets/fonts/Roobert-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Roobert-Heavy';
    src: url('assets/fonts/Roobert-Heavy.otf') format('Open type');
    src: url('assets/fonts/Roobert-Heavy.otf') format('Open type'),
        url('assets/fonts/Roobert-Heavy.woff2') format('woff2'),
        url('assets/fonts/Roobert-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}


html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

a:active,
a:hover {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

a:focus {
    color: inherit;
    outline: none;
}

a:visited {
    color: inherit;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: var(--black-color);
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

:root {
    --roobertLight: 'Roobert-Light';
    --roobertRegular: 'Roobert-Regular';
    --roobertMedium: 'Roobert-Medium';
    --roobertSemiBold: 'Roobert-SemiBold';
    --roobertBold: 'Roobert-Bold';
    --roobertHeavy: 'Roobert-Heavy';
    --primary-color: #F76319;
    --primary-color-rgb: 247, 99, 25;
    --secondary-color: #282828;
    --secondary-color-rgb: 40, 40, 40;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    color: var(--secondary-color);
    font-family: var(--roobertRegular);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--roobertSemiBold);
    clear: both;
    color: var(--secondary-color);
    font-weight: normal;
    margin: 0.67em 0;
    line-height: 1.2;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.1875em;
}

h3 {
    font-size: 1.875em;
}

h4 {
    font-size: 1.5625em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1.125em;
}

p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

code {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    padding: 0 20px 20px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: var(--white-color)9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

body {
    background: var(--white-color);
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote {
    color: var(--secondary-color);
    font-style: italic;
    margin: 60px;
    padding: 50px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid var(--primary-color);
    display: table;
    border-radius: 5px;
}

blockquote::before {
    color: var(--primary-color);
    content: "\f0b1";
    font-family: icofont;
    font-size: 2.5em;
    left: 50px;
    position: absolute;
    top: 15px;
    z-index: -1;
}

blockquote p:first-child {
    margin-top: 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

hr {
    background-color: rgba(var(--secondary-color-rgb), 0.5);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0;
}

ul li,
ol li {
    margin-bottom: 5px;
}


dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: top;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table tbody tr {
    background: #f0f0f0;
}

table tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

table tr th {
    background: var(--secondary-color);
    text-align: left;
    padding: 10px 20px;
    color: var(--white-color);
    border-right: 2px solid rgba(var(--white-color-rgb), 0.15);
}

table tr td {
    padding: 10px 20px;
    font-weight: 400;
    border-right: 2px solid #ddd;
}

table tr th:last-child,
table tr td:last-child {
    border-right: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button.btn,
input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn {
    border: 1px solid var(--primary-color);
    border-radius: 0;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding: 13px 30px 5px 30px;
    height: 45px;
    display: inline-block;
    text-transform: uppercase;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

button.btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover,
button.btn:focus,
input[type="button"].btn:focus,
input[type="reset"].btn:focus,
input[type="submit"].btn:focus,
button.btn:active,
input[type="button"].btn:active,
input[type="reset"].btn:active,
input[type="submit"].btn:active {
    background: none;
    color: var(--primary-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--secondary-color);
    border: 1px solid rgba(var(--white-color-rgb), 0.1);
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    height: 60px;
    outline: 0;
    font-size: 10pt;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
    height: 150px;
}

select {
    background: url(images/dropdown.png) no-repeat;
    background-position: 96% 50%;
    height: 40px;
    width: 100%;
    padding: 5px 30px 5px 15px;
    border: 1px solid rgba(var(--white-color-rgb), 0.5);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--secondary-color);
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(var(--white-color-rgb), 0.3);
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
}

a:visited,
a:hover,
a:focus {
    color: auto;
}

a:hover {
    color: var(--primary-color);
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation.posts-pagination,
.navigation.post-pagination {
    margin-top: 40px;
    text-align: right;
    border-top: 2px solid rgba(var(--white-color-rgb), 0.1);
    padding-top: 40px;
}

.post-navigation {
    border-top: 2px solid rgba(var(--white-color-rgb), 0.1);
    border-bottom: 2px solid rgba(var(--white-color-rgb), 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-navigation .nav-previous {
    padding-right: 10px;
}

.post-navigation .nav-next {
    padding-left: 10px;
}

.nav-links::before,
.nav-links::after {
    content: "";
    display: table;
}

.nav-links::after {
    clear: both;
}

.nav-links .pagination-btn {
    font-size: 10pt;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid rgba(var(--white-color-rgb), 0.1);
    margin-right: 5px;
    color: rgba(var(--white-color-rgb), 0.75);
}

.nav-links .pagination-btn:hover,
.nav-links .pagination-btn.current {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.post-navigation a {
    display: block;
    position: relative;
    letter-spacing: 0.5px;
    padding-left: 20px;
}

.post-navigation .nav-next a {
    padding-left: 0;
    padding-right: 30px;
}

.post-navigation a::before {
    content: "\f100";
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    left: 0;
}

.post-navigation .nav-next a::before {
    content: "\f101";
    left: auto;
    right: 0;
}

.post-navigation a:hover {
    color: var(--primary-color);
}

.post-navigation a span {
    display: block;
    font-size: 10pt;
    color: rgba(var(--white-color-rgb), 0.75);
    font-weight: 600;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(var(--white-color-rgb), 0.6);
    clip: auto !important;
    color: var(--secondary-color);
    display: block;
    font-size: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.aquarius-wrapper:before,
.aquarius-wrapper:after,
.page-content::before,
.page-content::after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after,
.aquarius-wrapper:after,
.page-content::after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 40px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Define the pulse animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ldio-2wcorq5u4v1 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

html[lang="en-US"] {
    margin-top: 0 !important;
}

#wpadminbar {
    position: fixed;
    top: auto;
    bottom: 0;
}

/*===================================
COMMON CSS
===================================*/
#wrapper {
    background: #D6D6D6;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.sr-only, 
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.d-none {
    display: none !important;
}

.custom-word {
    display: inline-block;
}

/* .text-split,
.word-split,
.line-split {
    font-kerning: none;
} */

.line {
    overflow: hidden;
    line-height: 1.3;
}

.line-outer {
    display: block;
    overflow: hidden;
}

.aquarius-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
}

.container-fluid {
    max-width: 100%;
}

.section-subtitle {
    margin: 0 0 30px;
    font-family: var(--roobertSemiBold);
    font-size: 19px;
    color: var(--secondary-color);
}

.section-title {
    margin: 0;
    font-size: clamp(30px, 3vw, 50px);
}

/*========================================
HEADER
=======================================*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.site-header .header-top {
    padding: 50px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: background ease 0.3s, padding ease 0.3s;
    transition: background ease 0.3s, padding ease 0.3s;
}

.site-header.sticky .header-top {
    background: rgba(var(--white-color-rgb), 0.85);
    padding-block: 20px;
    box-shadow: 0 3px 6px rgba(var(--black-color-rgb), 0.16);
}

.site-header .logo-title {
    margin: 0;
    font-size: 2rem;
    color: var(--primary-color);
    line-height: 1;
    flex: 1;
}

.site-header .logo-title img {
    max-width: clamp(200px, 22vw, 387px);
    -webkit-transition: max-width ease 0.3s;
    transition: max-width ease 0.3s;
}

.site-header.sticky .logo-title img {
    max-width: clamp(150px, 15vw, 250px);
}

#nav {
    flex: 2;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul.primary-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#nav ul li {
    margin: 0;
    font-family: var(--roobertMedium);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding: 15px 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#nav ul li a {
    display: block;
    padding-bottom: 2px;
    position: relative;
}

#nav ul li.menu-item-has-children > a {
    padding-right: 7px;
}

body:not(.home) #nav ul li.current-menu-item > a,
body.home #nav ul li.active > a,
#nav ul li a:hover {
    color: var(--secondary-color);
}

#nav ul li a::after {
    content: "";
    background: var(--secondary-color);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    visibility: hidden;
    -webkit-transition: width ease 0.3s, visibility ease 0.3s;
    transition: width ease 0.3s, visibility ease 0.3s;
}

body:not(.home) #nav ul li.current-menu-item > a::after,
body.home #nav ul li.active > a::after,
#nav ul li a:hover::after {
    width: 100%;
    visibility: visible;
}

#nav ul.primary-menu li .submenu-tgl-btn {
    position: absolute;
    top: 32px;
    right: 18px;
    height: auto;
    width: auto;
    color: var(--secondary-color);
    font-size: 10px;
    background: none;
    border: none;
    padding: 0;
}

#nav ul.primary-menu li .submenu-tgl-btn i {
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
}

#nav ul.primary-menu li .submenu-tgl-btn.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: rgba(var(--white-color-rgb), 0.7);
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(var(--black-color-rgb), 0.16);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform ease 0.3s, opacity ease 0.3s, visibility ease 0.3s;
    transition: transform ease 0.3s, opacity ease 0.3s, visibility ease 0.3s;
}

#nav ul li .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

#nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#nav ul li .sub-menu li {
    padding: 0;
    font-size: 18px;
}

#nav ul li .sub-menu li a {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
    width: 100%;
}

#nav ul li .sub-menu li:first-child > a {
    border-radius: 20px 20px 0 0;
}

#nav ul li .sub-menu li:last-child > a {
    border-bottom: none;
    border-radius: 0 0 20px 20px;
}

#nav ul li .sub-menu li a::after {
    display: none;
}

#nav ul li .sub-menu li.current-menu-item > a, 
#nav ul li .sub-menu li a:hover {
    background: rgba(var(--black-color-rgb), 0.05);
}

#nav ul li.menu-btn > a {
    background: var(--secondary-color);
    color: var(--white-color);
    min-width: 140px;
    min-height: 42px;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#nav ul li.menu-btn > a::after {
    display: none;
}

body #nav ul li.menu-btn.active > a,
#nav ul li.menu-btn > a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*==================================
MAIN BANNER
==================================*/
.main-banner {
    position: relative;
}

.main-banner .banner-item {
    position: relative;
    overflow: hidden;
}

.main-banner .banner-item .banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 65px;
    display: flex;
    flex-wrap: wrap;
}

.main-banner .banner-item .banner-title-holder {
    flex: 1;
}

.main-banner .banner-item .banner-title {
    margin: 0;
    font-family: var(--roobertSemiBold);
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: var(--white-color);
    max-width: 480px;
}

.main-banner .banner-item .banner-list-holder {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.main-banner .banner-item .banner-list {
    position: relative;
    padding-left: 30px;
    padding-bottom: 80px;
    color: var(--white-color);
    flex: 1;
}

.main-banner .banner-item .banner-list .banner-line-sep {
    background: var(--primary-color);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-banner .banner-item .banner-list .banner-list-title {
    font-family: var(--roobertHeavy);
    color: var(--primary-color);
    margin-bottom: 5px;
}

.main-banner .banner-item .banner-list .banner-list-desc {
    max-width: 280px;
    overflow: hidden;
}

/*===================================
WHY SECTION
===================================*/
.why-section {
    padding: 85px 60px 55px 60px;
    background: #D6D6D6;
}

.why-section .container-fluid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 clamp(120px, 16vw, 300px);
    border-bottom: 1px solid var(--secondary-color);
}

.why-section .why-section-img {
    flex: 1;
}

.why-section .why-section-img img {
    width: 152px;
    animation-name: rotate360;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.why-section .section-row {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 40px;
}

.why-section .section-col {
    flex: 1;
}

.why-section .section-col .section-col-title {
    margin: 0 0 40px;
    padding: 0px 0 15px 30px;
    position: relative;
    font-family: var(--roobertSemiBold);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    max-width: 320px;
}

.why-section .section-col .section-col-title .title-bar-decor {
    content: "";
    background: var(--secondary-color);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.why-section .section-col .section-col-desc {
    max-width: 290px;
}

/*=========================================
LEADER SECTION
=========================================*/
.leader-section {
    padding: 0 60px 90px 60px;
    background: #D6D6D6;
}

.leader-section .container-fluid {
    padding: 0;
}

.leader-section .leader-img-holder {
    position: relative;
}

.leader-section img {
    width: 100%;
}

.leader-section .leader-section-content {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.leader-section .leader-section-content .leader-section-title-left, 
.leader-section .leader-section-content .leader-section-title-right {
    margin: 0;
    color: var(--white-color);
    font-size: clamp(25px, 3vw, 47px);
    font-family: var(--roobertSemiBold);
    flex: 1;
}

.leader-section .leader-section-content .leader-section-title-left {
    flex: 1.1;
}

.leader-section .leader-section-content .leader-section-title-right {
    padding-right: 8.5vw;
}

/*===================================
PROJECT SECTION
===================================*/
.project-section {
    padding: 0 60px 120px;
    background: #D6D6D6;
}

.project-section .container-fluid {
    display: flex;
    flex-wrap: wrap;
}

.project-section .section-header {
    flex: 1;
    padding-right: 3%;
}

.project-section .section-title {
    max-width: 720px;
}

.project-section .section-row {
    max-width: 442px;
}

.project-section .section-col-title {
    margin: 0 0 20px;
    font-size: 26px;
}

.project-section .section-col-desc {
    max-width: 440px;
    margin-bottom: 150px;
}

.project-section .btn-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
    min-height: 36px;
    padding-bottom: 10px;
}

.project-section .btn-link .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 23px;
    overflow: hidden;
    position: relative;
    height: 21px;
}

.project-section .btn-link img {
    width: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    -webkit-transition: transform ease-in 0.45s;
    transition: transform ease-in 0.45s;
}

.project-section .btn-link img:first-child {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.project-section .btn-link:hover img:first-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.project-section .btn-link:hover img:last-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

/*=========================================
MILESTONE SECTION
=========================================*/
.milestone-section {
    padding: 100px 0;
    background: #D1D1D1;
    position: relative;
}

.milestone-section .section-header {
    margin-bottom: 80px;
    padding-inline: 60px;
}

.milestone-section .milestone-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 380px;
    padding-bottom: 420px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.milestone-section .milestone-container::-webkit-scrollbar {
    display: none;
  }

.milestone-section .milestone-container::before {
    content: "";
    background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent 22px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 27px);
    height: 20px;
    width: 380px;
    position: absolute;
    left: 0;
    top: 406px;
    display: none;
}

.milestone-section .milestone-container::after {
    content: "";
    background: var(--secondary-color);
    width: 2px;
    height: 26px;
    position: absolute;
    top: 403px;
    left: 20px;
    box-shadow: 190px 0 var(--secondary-color);
    display: none;
}

.milestone-section .milestone-container.mCustomScrollbar {
    display: block;
    overflow: hidden;
    padding: 0;
    position: static !important;
}

.milestone-section .milestone-container .mCSB_container {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 380px;
    padding-bottom: 420px;
}

.milestone-section .milestone-container .mCSB_container::before {
    content: "";
    background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent 22px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 27px);
    height: 20px;
    width: 380px;
    position: absolute;
    left: 0;
    top: 406px;
}

.milestone-section .milestone-container .mCSB_container::after {
    content: "";
    background: var(--secondary-color);
    width: 2px;
    height: 26px;
    position: absolute;
    top: 403px;
    left: 20px;
    box-shadow: 190px 0 var(--secondary-color);
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: auto;
    top: calc(100% + 54px);
    z-index: 99;
    opacity: 1;
    left: 60px;
    right: 60px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 30px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 30px;
    margin: 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 30px;
    margin: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 100%;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background: #000;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 1px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    bottom: -6px;
}

.milestone-section .milestone-container .milestone-item {
    min-width: 320px;
    max-width: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

.milestone-section .milestone-container .milestone-item:nth-child(2n) {
    padding-bottom: 0;
    padding-top: 80px;
    flex-direction: column-reverse;
    top: 405px;
    margin-left: -130px;
}

.milestone-section .milestone-container .milestone-item:not(:first-child):nth-child(odd) {
    margin-left: -130px;
    top: -2px;
}

.milestone-section .milestone-container .milestone-item::before {
    content: "";
    background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent 22px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 27px);
    height: 20px;
    width: 190px;
    position: absolute;
    left: 0;
    bottom: 55px;
}

@media (min-width: 991px) {
    .milestone-section .milestone-container .milestone-item {
        min-width: 400px;
        max-width: 400px;
        top: 35px;
    }
    .milestone-section .milestone-container .milestone-item::before {
        width: 290px;
    }
}

.milestone-section .milestone-container .milestone-item:nth-child(2n)::before {
    bottom: auto;
    top: 0;
}

.milestone-section .milestone-container .milestone-item:last-child::before {
    width: 100%;
}

.milestone-section .milestone-container .milestone-item::after {
    content: "";
    background: var(--secondary-color);
    width: 2px;
    height: 26px;
    position: absolute;
    bottom: 52px;
    left: 20px;
}

.milestone-section .milestone-container .milestone-item:nth-child(2n)::after {
    top: -2px;
    bottom: auto;
}

.milestone-section .milestone-container .milestone-item:not(:first-child):nth-child(odd)::after {
    bottom: 53px;
}

.milestone-section .milestone-item .milestone-circle {
    width: 42px;
    height: 200px;
    background-image: url('assets/images/milestone-bar-top-lg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: relative;
}

.milestone-section .milestone-item:nth-child(2n) .milestone-circle {
    background-image: url('assets/images/milestone-bar-btm-lg.svg');
}

.milestone-section .milestone-item .milestone-circle::before {
    content: "";
    background: var(--primary-color);
    width: 12px;
    height: 12px;
    border-radius: 100%;
    outline: 15px solid var(--secondary-color);
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.milestone-section .milestone-item:nth-child(2n) .milestone-circle::before {
    top: calc(100% + 20px);
    bottom: auto;
}

.milestone-section .milestone-item .milestone-content {
    margin-bottom: 75px;
    padding-left: 10px;
}

.milestone-section .milestone-item:nth-child(2n) .milestone-content {
    margin-bottom: 0;
    margin-top: 75px;
}

.milestone-section .milestone-item .milestone-title {
    margin: 0 0 20px;
    font-family: var(--roobertBold);
    font-size: 32px;
}

.milestone-section .milestone-item .milestone-project-name {
    font-size: 26px;
    line-height: 1.3;
}

.milestone-section .milestone-item .milestone-yr-holder {
    position: absolute;
    bottom: 0;
    left: 0;
}

.milestone-section .milestone-item .milestone-year {
    color: var(--primary-color);
    font-family: var(--roobertSemiBold);
    font-size: 26px;
}

.milestone-section .milestone-item:nth-child(2n) .milestone-yr-holder {
    bottom: auto;
    top: 42px;
}

.milestone-section .milestone-item .milestone-work-type {
    font-size: 26px;
    font-family: var(--roobertSemiBold);
    position: relative;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 13px;
    display: flex;
    flex-direction: column;
}

.milestone-section .milestone-item:nth-child(3n + 1) .milestone-work-type, 
.milestone-section .milestone-item:nth-child(2n + 4) .milestone-work-type {
    top: auto;
    bottom: calc(100% + 53px);
    flex-direction: column-reverse;
}

.milestone-section .milestone-item .milestone-work-type::before {
    content: "";
    background-image: url('assets/images/milestone-bar-btm-sm.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 90px;
    display: block;
}

.milestone-section .milestone-item:nth-child(3n + 1) .milestone-work-type::before, 
.milestone-section .milestone-item:nth-child(2n + 4) .milestone-work-type::before {
    background-image: url('assets/images/milestone-bar-top-sm.svg');
}

.milestone-section .milestone-item:nth-child(2n + 5) .milestone-work-type {
    top: 100%;
    bottom: auto;
    flex-direction: column;
}

.milestone-section .milestone-item:nth-child(2n + 5) .milestone-work-type::before {
    background-image: url('assets/images/milestone-bar-btm-sm.svg');
}

/*===================================
SERVICE SECTION
===================================*/
.service-section {
    padding: 60px 60px 0;
    position: relative;
}

.service-section .container-fluid {
    /*border-top: 1px solid var(--secondary-color);*/
    padding-top: 155px;
    position: relative;
}

.service-section .container-fluid::before {
    content: "";
    background: var(--secondary-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: clamp(100px, 17vw, 310px);
    display: none;
}

.service-section .section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.service-section .section-header .service-decor1 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    height: 0;
    padding-top: 40%;
    transform-origin: center;
    margin: auto;
    top: auto;
    left: -21vw;
    right: -23vw;
    bottom: 2vw;
    width: auto;
    overflow: hidden;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.service-section .section-header .service-decor1 img {
    position: absolute;
    inset: auto 0 0 10px;
    margin: auto;
    width: auto;
    animation-name: rotate360;
    animation-duration: 100s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-section img {
    width: 100%;
}

.service-section .section-header .section-header-img {
    flex-basis: 62.479%;
    max-width: 62.479%;
}

.service-section .section-header .section-subtitle {
    flex-basis: 37.521%;
    max-width: 37.521%;
    padding-left: 5%;
    padding-right: 10%;
    text-align: right;
    margin: 0;
}

.service-section .solar-project-development {
    position: relative;
}

.service-section .solar-project-development .service-decor2 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    height: 0;
    padding-top: 40%;
    transform-origin: center;
    margin: auto;
    bottom: auto;
    top: 70%;
    left: -27vw;
    right: -20vw;
    width: auto;
    overflow: hidden;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);

}

.service-section .solar-project-development .service-decor2 img {
    position: absolute;
    inset: 15px 0 0 auto;
    width: auto;
    animation-name: rotate360;
    animation-duration: 100s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-section .section-block .section-row {
    display: flex;
    flex-wrap: wrap;
}

.service-section .solar-project-development .section-col {
    flex-basis: 62.479%;
    max-width: 62.479%;
    padding: 80px 12% 80px 0;
}

.service-section .solar-project-development .section-col + .section-col-img {
    flex-basis: 37.521%;
    max-width: 37.521%;
}

.service-section .solar-project-development .section-col-img:last-child {
    flex-basis: 100%;
    max-width: calc(429px + 37.521%);
    padding-right: 37.521%;
    text-align: right;
    margin-left: auto;
}

.service-section .solar-project-development .section-col + .section-col-img img {
    height: 100%;
    object-fit: cover;
}

.service-section .section-block .section-col-title {
    margin: 0 0 80px;
    font-size: 72px;
    letter-spacing: -1px;
    max-width: 450px;
}

.service-section .section-block .section-col-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-section .section-block .section-col-content .section-col-subtitle {
    padding-right: 5%;
    font-family: var(--roobertSemiBold);
    font-size: 19px;
    line-height: 1.3;
    max-width: 225px;
}

.service-section .section-block .section-col-desc {
    flex: 1;
}

.service-section .section-block .section-col-desc h3 {
    margin: 0 0 20px;
    font-size: 26px;
}

.service-section .section-block .section-col-desc ul {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
}

.service-section .section-block .section-col-desc ul li {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-left: 12px;
}

.service-section .section-block .section-col-desc ul li::before {
    content: "";
    background: var(--secondary-color);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.service-section .section-block .section-col-desc > *:last-child {
    margin-bottom: 0;
}

.service-section .solar-project-epc .section-col-img:first-child {
    flex-basis: 38.5%;
    max-width: 38.5%;
}

.service-section .solar-project-epc .section-col-img:first-child img {
    object-fit: cover;
    height: 100%;
}

.service-section .solar-project-epc .section-col {
    flex-basis: 61.5%;
    max-width: 61.5%;
    padding: 80px 7% 80px 80px;
}

.service-section .solar-project-epc .section-col-img:last-child {
    flex-basis: 61.5%;
    max-width: 61.5%;
    margin-left: auto;
}

.service-section .solar-project-epc .section-col-content .section-col-subtitle {
    padding-right: 6%;
}

.service-section .solar-servicing {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}

.service-section .solar-servicing .service-decor3 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    transform-origin: center;
    top: 20vw;
    bottom: 0;
    left: -127%;
    right: 0;
    overflow: hidden;
    height: 100%;
    padding: 0;
    width: 200%;

}

.service-section .solar-servicing .service-decor3 img {
    position: absolute;
    inset: 10px 10px 0 0;
    width: auto;
    animation-name: rotate360;
    animation-duration: 100s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-section .solar-servicing .section-col {
    flex-basis: 100%;
    max-width: 100%;
}

.service-section .solar-servicing .section-col:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-section .solar-servicing .section-col:last-child {
    flex-basis: 56.039%;
    max-width: 56.039%;
    margin-left: auto;
}

.service-section .solar-servicing .section-col-title {
    margin-top: -10px;
    margin-bottom: 0;
    flex-basis: 50.477%;
    max-width: 50.477%;
}

.service-section .solar-servicing .section-col-content {
    flex-basis: 49.523%;
    max-width: 49.523%;
}

.service-section .solar-servicing .service-as-developer, 
.service-section .solar-servicing .service-as-epc {
    margin-top: 170px;
    margin-left: auto;
    padding-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.service-section .solar-servicing .service-as-decor {
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: width ease 0.5s, visibility ease 0.5s;
    transition: width ease 0.5s, visibility ease 0.5s;
}

.service-section .solar-servicing .service-as-decor.active {
    width: 100%;
}

.service-section .solar-servicing .service-as-developer {
    margin-left: -30%;
    margin-right: 32%;
}

.service-section .solar-servicing .service-as-developer::before, 
.service-section .solar-servicing .service-as-epc::before {
    content: "";
    background: var(--secondary-color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}

.service-section .solar-servicing .section-col .service-as-title {
    margin: 0;
    padding-left: 15px;
    position: relative;
    font-family: var(--roobertSemiBold);
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    width: 100%;
     width: 545px;
    left: 20px;
}

.service-section .solar-servicing .section-col .service-as-epc .service-as-title {
    width: 480px;
}

.service-section .solar-servicing .section-col .service-as-title::before {
    content: "";
    background: var(--secondary-color);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.service-section .solar-servicing .section-col .service-as-holder {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    align-items: flex-end;
    /* max-width: 456px; */
}

.service-section .solar-servicing .section-col .service-number {
    font-family: var(--roobertLight);
    font-weight: 300;
    font-size: 212px;
    line-height: 1;
}

.service-section .solar-servicing .section-col .service-unit {
    font-family: var(--roobertLight);
    font-size: 90px;
    font-weight: 300;
    line-height: 1.3;
}

.service-section .solar-servicing .section-col .service-unit .service-output {
    display: block;
    font-family: var(--roobertSemiBold);
    font-size: 26px;
    font-weight: 600;
}

/*========================================
FOOTER CONTACT
========================================*/
.site-footer {
    background: var(--secondary-color);
    padding: 80px 60px;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    font-size: 16px;
    padding-block: 10px;
}
.footer-contact {
    max-width: 60.417%;
}

.footer-contact .section-subtitle {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-contact .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -80px;
}

.footer-contact .form-row .form-group {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 80px;
    margin-top: 80px;
    position: relative;
}

.footer-contact .form-group p {
    margin: 0;
    position: relative;
}

.footer-contact .form-group span {
    display: block;
    margin: 0;
}

.footer-contact .form-group .floating_label {
    background: var(--secondary-color);
    font-size: 18px;
    color: #858585;
    height: 49px;
    position: absolute;
    inset: 0 0 1px 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: font-size ease 0.3s, top ease 0.3s, height ease 0.3s;
    transition: font-size ease 0.3s, top ease 0.3s, height ease 0.3s;
    z-index: 1;
}

.footer-contact .form-group.focused .floating_label, 
.footer-contact .form-group.populated .floating_label {
    font-size: 16px;
    top: -10px;
    height: 20px;
}

.footer-contact .form-group .form-control {
    background: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #D6D6D6;
    padding: 0;
    height: 50px;
    color: var(--white-color);
    font-size: 18px;
    outline: none;
}

.footer-contact .form-group.focused .form-control, 
.footer-contact .form-group.populated .form-control {
    padding-top: 15px;
}

.footer-contact .form-group textarea.form-control {
    resize: none;
}

.footer-contact .btn-holder {
    text-align: right;
    margin-top: 20px;
}

.footer-contact .btn-link {
    background: none;
    border: none;
    color: var(--white-color);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    line-height: normal;
    font-family: var(--roobertSemiBold);
    font-size: 19px;
    letter-spacing: 1px;
    margin-left: auto;
    position: relative;
    outline: none;
}

.footer-contact .btn-link:not(.disabled):not(:disabled):hover {
    color: var(--primary-color);
}

.footer-contact .btn-link::after {
    content: "";
    background: var(--primary-color);
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: width ease 0.3s, visibility ease 0.3s;
    transition: width ease 0.3s, visibility ease 0.3s;
}

.footer-contact .btn-link:not(.disabled):not(:disabled):hover::after {
    width: 100%;
    visibility: visible;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--white-color);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 30px 30px var(--secondary-color);
}

.footer-bottom {
    margin-top: 9.896vw;
}

.footer-btm-inn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer-btm-inn .footer-logo {
    flex-basis: 185px;
}

.footer-btm-inn .footer-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 115px;
}

.footer-btm-inn .footer-col-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #858585;
}

.footer-btm-inn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-btm-inn ul li {
    margin: 0;
    color: #D6D6D6;
    font-size: 16px;
    line-height: 1.6;
}

.footer-btm-inn ul li a {
    display: inline-block;
    font-size: 16px;
    color: #D6D6D6;
}

.footer-btm-inn ul li a:hover {
    color: var(--white-color);
    text-decoration: underline;
}

.footer-btm-inn .copyright {
    color: #D6D6D6;
    align-self: flex-end;
    font-family: var(--reebortSemiBold);
    font-size: 14px;
    font-weight: 600;
}

/*===================================
PROJECTS PAGE
===================================*/
body:not(.home) #main {
    padding-top: 9.844vw;
}

.projects-outer {
    margin-top: 100px;
    padding: 0 50px;
}

.projects-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 0 25px;
    align-items: flex-start;
}

.projects-outer .page-header {
    max-width: 100%;
    padding: 30px 0 45%;
    grid-column-start: 1;
    grid-column-end: 8;
}

.projects-outer .page-header .page-title {
    margin: 0;
    font-size: 44px;
    color: var(--black-color);
}

.projects-outer .page-header .page-content {
    margin-top: 15px;
    font-size: 26px;
    line-height: 1.2;
}

.projects-outer .page-header .page-content p {
    margin-bottom: 1em;
}

.projects-outer .page-header .page-content p:last-child {
    margin-bottom: 0;
}
.projects-inner .page-header {
	padding-bottom : 0;
}

.projects-outer .project-item {
    grid-column-start: 7;
    grid-column-end: 11;
    margin-bottom: 155px;
}

.projects-outer .project-item:nth-child(2n + 1) {
    grid-column-start: 3;
    grid-column-end: 7;
    margin-top: -75%;
}

.projects-outer .project-item .project-item-inn {
    display: block;
    position: relative;
    z-index: 3;
    padding: 30px 125px 30px 25px;
}

.projects-outer .project-item .project-item-inn::after {
    content: "";
    background: var(--white-color);
    position: absolute;
    inset: 0 125px 0 0;
    z-index: -3;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.projects-outer .project-item .project-item-inn:hover::after {
    background: var(--primary-color);
}

.projects-outer .project-item .project-item-header {
    padding-right: 25px;
    padding-bottom: 120px;
}

.projects-outer .project-item .project-item-header:has(.project-item-desc) {
    padding-bottom: 40px;
}

.projects-outer .project-item .project-title {
    margin: 0 0 5px;
    font-family: var(--roobertBold);
    font-size: 26px;
    color: var(--secondary-color);
}

.projects-outer .project-item .project-item-inn:hover .project-title {
    color: var(--white-color);
}

.projects-outer .project-item .project-subtitle {
    margin: 0;
    font-family: var(--roobertRegular);
    font-size: 24px;
}

.projects-outer .project-item .project-item-inn:hover .project-subtitle {
    color: var(--white-color);
}

.projects-outer .project-item .project-item-desc {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.2;
}

.projects-outer .project-item .project-item-inn:hover .project-item-desc {
    color: var(--white-color);
}

.projects-outer .project-item .project-item-desc p {
    margin-bottom: 1em;
}

.projects-outer .project-item .project-item-desc p:last-child {
    margin-bottom: 0;
}

.projects-outer .project-item .project-image {
    margin-right: -125px;
    margin-bottom: 40px;
    padding-left: 40px;
}

.projects-outer .project-item .project-image img {
    aspect-ratio: 1.27;
    object-fit: cover;
    width: 100%;
}

.projects-outer .project-item .project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.projects-outer .project-item .project-item-inn:hover .project-meta {
    color: var(--white-color);
}

.projects-outer .project-item .project-meta b {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.projects-outer .project-item .project-meta span {
    display: block;
    font-size: 26px;
}

/*==================================
RESPONSIVE STYLES
==================================*/
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 1441px) {
    /*========================================
   MAIN BANNER
   ========================================*/
    .banner-item img,
    .banner-item video {
        height: 100dvh;
        width: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1921px) {
    .service-section .solar-project-development .section-col-img:last-child {
        max-width: 61.56%;
    }
}

@media (max-width: 1600px) {
    /*=======================================
    SERVICE SECTION
    =======================================*/
    .service-section .solar-project-development .section-col {
        padding: 60px 3% 60px 0;
    }

    .service-section .section-block .section-col-title {
        font-size: 60px;
    }

    .service-section .solar-project-epc .section-col {
        padding: 60px 0 60px 60px;
    }

    .service-section .solar-servicing .section-col .service-number {
        font-size: 160px;
    }

    .service-section .solar-servicing .section-col .service-unit {
        font-size: 70px;
    }
}

@media (max-width: 1440px) {
    /*=======================================
    PROJECTS PAGE
    =======================================*/
    body:not(.home) #main {
        padding-top: 152px;
    }

    .projects-outer .page-header {
        grid-column-end: 8;
        padding-bottom: 0;
    }

    .projects-outer .project-item {
        grid-column-start: 8;
    }

    .projects-outer .project-item:nth-child(2n + 1) {
        grid-column-start: 2;
        grid-column-end: 7;
    }

    .projects-outer .project-item .project-item-inn {
        padding-right: 15%;
    }

    .projects-outer .project-item .project-item-inn::after {
        right: 15%;
    }

    .projects-outer .project-item .project-image {
        margin-right: -12%;
        padding-left: 20px;
    }

    .projects-outer .project-item .project-item-header {
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .site-header .header-top {
        padding: 40px 20px;
    }

    #nav ul li {
        padding-inline: 15px;
        font-size: 18px;
    }

    #nav ul.primary-menu li .submenu-tgl-btn {
        top: 30px;
        right: 10px;
    }

    /*===========================================
    WHY SECTION
    ===========================================*/
    .why-section .why-section-img {
        max-width: 40%;
    }

    /*====================================
    LEADER SECTION
    ====================================*/
    .leader-section .leader-section-content .leader-section-title-right {
        padding-right: 5vw;
    }

    /*===================================
    SERVICE SECTION
    ===================================*/
    .service-section .section-block .section-col-desc {
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .section-block .section-col-content .section-col-subtitle {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .service-section .section-block .section-col-title {
        margin-bottom: 40px;
        font-size: 55px;
    }

    .service-section .solar-project-epc .section-col {
        padding-right: 0;
        padding-left: 40px;
    }

    .service-section .solar-servicing .section-col:last-child {
        flex-basis: 65%;
        max-width: 65%;
    }

    .service-section .solar-servicing .section-col .service-number {
        font-size: 150px;
    }

    .service-section .solar-servicing .section-col .service-unit {
        font-size: 60px;
    }

    .service-section .solar-servicing .section-col .service-unit .service-output {
        font-size: 22px;
    }

    /*====================================
    FOOTER CONTACT
    ===================================*/
    .footer-contact .form-row {
        margin-inline: -40px;
    }

    .footer-contact .form-row .form-group {
        padding-inline: 40px;
    }

    /*=======================================
    PROJECTS PAGE
    =======================================*/
    body:not(.home) #main {
        padding-top: 152px;
    }

    .projects-outer .page-header {
        grid-column-end: 8;
    }

    .projects-outer .project-item {
        grid-column-start: 8;
    }

    .projects-outer .project-item:nth-child(2n + 1) {
        grid-column-start: 2;
        grid-column-end: 7;
    }

    .projects-outer .project-item .project-item-inn {
        padding-right: 15%;
    }

    .projects-outer .project-item .project-item-inn::after {
        right: 15%;
    }

    .projects-outer .project-item .project-image {
        margin-right: -12%;
        padding-left: 20px;
    }

    .projects-outer .project-item .project-item-header {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }

    .site-header .header-top {
        padding: 30px 20px;
    }

    .site-header .logo-title {
        flex-basis: 150px;
        max-width: 150px;
    }

    .site-header .logo-title img {
        max-width: 150px;
    }

    #nav ul li {
        font-size: 18px;
        padding: 10px;
    }

    #nav ul li.menu-btn > a {
        min-width: 120px;
        min-height: 35px;
        font-size: 16px;
    }

    #nav ul.primary-menu li .submenu-tgl-btn {
        top: 23px;
        right: 5px;
    }

    /*========================================
    MAIN BANNER
    ========================================*/
    .main-banner .banner-item img {
        aspect-ratio: 1/0.8;
    }

    /*===========================================
    WHY SECTION
    ===========================================*/
    .why-section {
        padding-inline: 40px;
    }

    .why-section .why-section-img {
        max-width: 30%;
    }

    /*====================================
    LEADER SECTION
    ====================================*/
    .leader-section {
        padding-inline: 40px;
    }

    .leader-section .leader-section-content .leader-section-title-right {
        padding-right: 4vw;
    }

    /*===================================
    PROJECT SECTION
    ===================================*/
    .project-section {
        padding-inline: 40px;
    }

    .project-section .section-header {
        max-width: 50%;
    }

    .project-section .section-row {
        max-width: 50%;
    }

    /*=====================================
    MILESTONE SECTION
    =====================================*/
    .milestone-section .section-header {
        margin-bottom: 60px;
        padding-inline: 40px;
    }

    .milestone-section .milestone-container,
    .milestone-section .milestone-container .mCSB_container {
        padding-left: 40px;
    }

    .milestone-section .milestone-container.mCustomScrollbar {
        padding-left: 0;
    }

    .milestone-section .milestone-container::before {
        width: 60px;
        background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent 12px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 17px);
    }

    .milestone-section .milestone-container .mCSB_container::before {
        width: 60px;
        background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent 12px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 17px);
    }

    .milestone-section .milestone-container::after {
        left: 11px;
        box-shadow: none;
    }

    .milestone-section .milestone-container .mCSB_container::after {
        left: 11px;
        box-shadow: none;
    }

    .milestone-section .milestone-container .milestone-item::before {
        background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent 12px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 17px);
        left: 10px;
    }

    .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        left: 40px;
        right: 40px;
    }

     /*======================================
    SERVICE SECTION
    ======================================*/
    .service-section {
        padding-inline: 40px;
    }

    .service-section .container-fluid {
        padding-top: 100px;
    }

    .service-section .section-header::before {
        height: 44.73vw;
    }

    .service-section .section-header .section-subtitle {
        padding-right: 0;
    }

    .service-section .solar-project-development .section-col {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .service-section .section-block .section-col-title {
        margin-bottom: 40px;
        font-size: 50px;
    }

    .service-section .solar-project-development::before {
        height: 55.083vw;
    }

    .service-section .solar-project-development .section-col + .section-col-img {
        flex-basis: 50%;
        max-width: 50%;
    }

    .service-section .solar-project-development .section-col-img:last-child {
        padding-left: 30px;
        padding-right: 0;
        flex-basis: 50%;
        max-width: 50%;
    }

    .service-section .solar-project-epc .section-col-img:first-child {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .service-section .solar-project-epc .section-col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 40px 0 0px;
    }

    .service-section .solar-project-epc .section-col-img:last-child {
        margin-top: 40px;
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .solar-servicing {
        padding-top: 60px;
    }

    .service-section .solar-servicing::before {
        top: 0;
        width: 75vw;
    }

    .service-section .solar-servicing .section-col-title,
    .service-section .solar-servicing .section-col-content {
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .solar-servicing .service-as-developer,
    .service-section .solar-servicing .service-as-epc {
        margin-top: 80px;
    }

    .service-section .solar-servicing .service-as-developer {
        margin-right: 20%;
    }

    .service-section .solar-servicing .section-col .service-number {
        font-size: 120px;
    }

    .service-section .solar-servicing .section-col .service-unit {
        font-size: 50px;
    }

    .service-section .solar-servicing .section-col .service-unit .service-output {
        font-size: 20px;
    }

    .service-section .solar-servicing .section-col:last-child {
        flex-basis: 75%;
        max-width: 75%;
    }

    /*===============================
    FOOTER CONTACT
    ==============================*/
    .site-footer {
        padding-inline: 40px;
    }

    .footer-contact {
        max-width: 100%;
    }

    .footer-contact .form-row {
        margin-inline: -20px;
    }

    .footer-contact .form-row .form-group {
        padding-inline: 20px;
        margin-top: 60px;
    }

    .footer-btm-inn .footer-left {
        flex-basis: 100%;
        max-width: 100%;
        gap: 60px;
        justify-content: center;
    }

    .footer-btm-inn .copyright {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer-btm-inn .footer-logo {
        margin-bottom: 60px;
        margin-inline: auto;
        order: -1;
    }

    /*=======================================
    PROJECTS PAGE
    =======================================*/
    body:not(.home) #main {
        padding-top: 115px;
    }

    .projects-outer .page-header {
        padding-top: 0;
        margin-bottom: 60px;
        grid-column-end: 13;
    }

    .projects-outer .project-item {
        grid-column-start: 7;
        grid-column-end: 13;
        margin-bottom: 100px;
    }

    .projects-outer .project-item:nth-child(2n + 1) {
        grid-column-start: 1;
        grid-column-end: 7;
        margin-top: -100%;
    }

    .projects-outer .project-item .project-item-inn {
        padding-right: 15%;
    }

    .projects-outer .project-item .project-item-inn::after {
        right: 15%;
    }

    .projects-outer .project-item .project-image {
        margin-right: -12%;
        padding-left: 20px;
    }

    .projects-outer .project-item .project-item-header {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {

    body.nav_active {
        overflow: hidden;
    }

    .site-header .header-top {
        padding: 20px 15px;
    }

    .menu-toggle {
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        padding: 0;
        position: relative;
        margin-left: auto;
        cursor: pointer;
    }

    .menu-toggle .nav-bar {
        display: block;
        background: var(--secondary-color);
        width: 100%;
        height: 2px;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        margin: auto;
    }

    .menu-toggle .nav-bar::before,
    .menu-toggle .nav-bar::after {
        content: "";
        background: var(--secondary-color);
        width: 100%;
        height: 2px;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        margin: auto;
    }

    .menu-toggle .nav-bar::before {
        top: -18px;
    }

    .menu-toggle .nav-bar::after {
        bottom: -18px;
    }

    #nav .close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        background: rgba(var(--white-color-rgb), 0.1);
        border-radius: 100%;
        border: none;
    }

    #nav .close::before,
    #nav .close::after {
        content: "";
        background: var(--white-color);
        width: 15px;
        height: 2px;
        border-radius: 20px;
        position: absolute;
        inset: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav .close::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 350px;
        background: var(--secondary-color);
        height: 100%;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 0 10px rgba(var(--black-color-rgb), 0.16);
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: visibility ease 0.3s, transform ease 0.3s;
        transition: visibility ease 0.3s, transform ease 0.3s;
    }

    .nav_active #nav {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #nav ul.primary-menu {
        height: 100%;
        flex-direction: column;
        align-items: initial;
        flex-wrap: initial;
        justify-content: initial;
        padding: 50px 0;
    }

    #nav ul.primary-menu li {
        padding: 0;
    }

    #nav ul.primary-menu li a {
        padding: 15px 20px;
        width: 100%;
        border-bottom: 1px solid rgba(var(--white-color-rgb), 0.1);
        color: var(--white-color);
    }

    #nav ul li.current-menu-item > a,
    #nav ul li a:hover {
        color: var(--primary-color);
    }

    #nav ul.primary-menu li a::before {
        display: none;
    }

    #nav ul li.menu-btn > a {
        border: none;
        background: var(--primary-color);
        max-width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: 20px;
        padding-block: 10px;
    }

    #nav ul.primary-menu li .submenu-tgl-btn {
        top: 0;
        height: 57px;
        width: 25px;
        font-size: 14px;
        color: var(--white-color);
    }

    #nav ul.primary-menu li .sub-menu {
        position: static;
        min-width: 100%;
        background: rgba(var(--secondary-color-rgb), 0.05);
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    #nav ul.primary-menu li .sub-menu .sub-menu {
        box-shadow: none;
    }

    #nav ul li .sub-menu li a {
        border-bottom-color: rgba(var(--white-color-rgb), 0.1);
        background: rgba(var(--white-color-rgb), 0.05);
    }

    #nav ul li .sub-menu li:first-child > a,
    #nav ul li .sub-menu li:last-child > a {
        border-radius: 0;
    }

    #nav ul li .sub-menu li:last-child > a {
        border-bottom: 1px solid rgba(var(--white-color-rgb), 0.1);
    }

    /*========================================
    MAIN BANNER
    ========================================*/
    .main-banner .banner-item .banner-title-holder {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    /*===========================================
    WHY SECTION
    ===========================================*/
    .why-section {
        padding: 60px 30px;
    }

    .why-section .container-fluid {
        padding-bottom: 40px;
    }

    .why-section .why-section-img {
        flex-basis: 100%;
        max-width: 100%;
    }

    .why-section .section-col {
        margin-top: 40px;
    }

    /*====================================
    LEADER SECTION
    ====================================*/
    .leader-section {
        padding: 0 30px 60px;
    }

    /*===================================
    PROJECT SECTION
    ===================================*/
    .project-section {
        padding: 0 30px 60px;
    }

    .project-section .section-header {
        padding-right: 0;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .project-section .section-row {
        max-width: 100%;
    }

    .project-section .section-col-desc {
        max-width: 100%;
        margin-bottom: 80px;
    }

    /*====================================
    MILESTONE SECTION
    ====================================*/
    .milestone-section {
        padding-block: clamp(40px, 10vw, 60px);
    }

    .milestone-section .section-header {
        margin-bottom: clamp(40px, 10vw, 60px);
        padding-inline: clamp(15px, 4vw, 30px);
    }

    .milestone-section .milestone-container,
    .milestone-section .milestone-container .mCSB_container {
        padding-left: 15px;
        padding-bottom: 310px;
    }

    .milestone-section .milestone-container.mCustomScrollbar {
        padding-left: 0;
        padding-bottom: 0;
    }

    .milestone-section .milestone-container::before,
    .milestone-section .milestone-container::after,
    .milestone-section .milestone-container .mCSB_container::before,
    .milestone-section .milestone-container .mCSB_container::after {
        display: none;
    }

    .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        top: calc(100% + clamp(33px, 8.5vw, 53px));
        left: clamp(10px, 5vw, 40px);
        right: clamp(10px, 5vw, 40px);
    }

    .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
    .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
    .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
        height: 15px;
    }

    .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
    .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
    .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
        width: 15px;
    }

    .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 15px;
    }

    .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 15px;
    }

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        bottom: 0;
    }

    .milestone-section .milestone-container .milestone-item {
        min-width: 250px;
        max-width: 250px;
        padding-bottom: 60px;
    }

    .milestone-section .milestone-container .milestone-item:nth-child(2n) {
        top: 340px;
        padding-top: 60px;
    }

    .milestone-section .milestone-container .milestone-item:not(:first-child):nth-child(odd) {
        margin-left: -115px;
    }

    .milestone-section .milestone-container .milestone-item:not(:first-child):nth-child(odd)::after {
        bottom: 32px;
    }

    .milestone-section .milestone-container .milestone-item::before {
        background: repeating-linear-gradient(90deg, transparent, transparent, transparent, transparent, transparent -10px, rgba(var(--black-color-rgb), 0.15), transparent, transparent, transparent, transparent, transparent, transparent 10px);
        width: 130px;
        bottom: 35px;
    }

    .milestone-section .milestone-container .milestone-item::after {
        bottom: 32px;
    }

    .milestone-section .milestone-item .milestone-content {
        padding-left: 0;
        margin-bottom: 45px;
    }

    .milestone-section .milestone-item:nth-child(2n) .milestone-content {
        margin-top: 45px;
    }

    .milestone-section .milestone-item .milestone-title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .milestone-section .milestone-item .milestone-project-name {
        font-size: 20px;
    }

    .milestone-section .milestone-item .milestone-circle::before {
        width: 8px;
        height: 8px;
        outline: 10px solid var(--secondary-color);
        bottom: calc(100% + 10px);
    }

    .milestone-section .milestone-item .milestone-year {
        font-size: 16px;
    }

    .milestone-section .milestone-item:nth-child(2n) .milestone-yr-holder {
        top: 35px;
    }

    .milestone-section .milestone-item .milestone-work-type {
        font-size: 16px;
    }

    /*=======================================
    PROJECTS PAGE
    =======================================*/
    body:not(.home) #main {
        padding-top: 75px;
    }

    .projects-outer {
        margin-top: 60px;
        padding-inline: 35px;
    }

    .projects-inner {
        grid-gap: 0 15px;
    }

    .projects-outer .page-header {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .projects-outer .project-item {
        grid-column-start: 2;
        margin-bottom: 80px;
    }

    .projects-outer .project-item:nth-child(2n + 1) {
        grid-column-start: 2;
        grid-column-end: 13;
        margin-top: 0;
    }

    .projects-outer .project-item .project-item-inn {
        padding-right: 100px;
    }

    .projects-outer .project-item .project-item-inn::after {
        right: 100px;
    }

    .projects-outer .project-item .project-item-header {
        padding-bottom: 60px;
    }

    .projects-outer .project-item .project-image {
        margin-right: -100px;
        padding-left: 20px;
    }

    .projects-outer .project-item .project-meta {
        column-gap: 40px;
    }
}

@media (max-width: 640px) {
    body {
        font-size: clamp(14px, 4vw, 32px);
    }

    .section-subtitle {
        margin-bottom: clamp(20px, 5vw, 32px);
        font-size: clamp(16px, 5vw, 27px);
    }

    .section-title {
        font-size: clamp(26px, 8vw, 40px);
    }

    /*========================================
    MAIN BANNER
    ========================================*/
    .main-banner .banner-item img {
        aspect-ratio: 1/1.3;
        object-fit: cover;
        object-position: center;
    }

    .main-banner .banner-item .banner-content {
        padding-inline: 15px;
    }

    .main-banner .banner-item .banner-title-holder {
        margin-bottom: clamp(15px, 5vw, 35px);
    }

    .main-banner .banner-item .banner-title {
        font-size: clamp(20px, 6vw, 40px);
        max-width: 100%;
    }

    .main-banner .banner-item .banner-list {
        padding-left: clamp(10px, 4vw, 30px);
        padding-bottom: clamp(20px, 5vw, 40px);
    }

    /*===========================================
    WHY SECTION
    ===========================================*/
    .why-section {
        padding: clamp(40px, 10vw, 60px) 15px;
    }

    .why-section .container-fluid {
        padding-bottom: clamp(40px, 10vw, 60px);
    }

    .why-section .why-section-img {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }

    .why-section .why-section-img img {
        width: clamp(100px, 10vw, 160px);
    }

    .why-section .section-row {
        gap: 0;
    }

    .why-section .section-col {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: clamp(20px, 5vw, 40px);
    }

    .why-section .section-col .section-col-title {
        margin-bottom: clamp(20px, 5vw, 40px);
        padding-left: clamp(10px, 4vw, 30px);
        padding-bottom: 0;
        font-size: clamp(20px, 5vw, 35px);
    }

    .why-section .section-col .section-col-desc {
        max-width: 100%;
    }

    /*====================================
    LEADER SECTION
    ====================================*/
    .leader-section {
        padding: 0 15px clamp(40px, 10vw, 60px);
    }

    .leader-section .leader-section-content {
        padding: clamp(20px, 5vw, 30px);
        text-align: inherit;
    }

    .leader-section .leader-section-content .leader-section-title-left,
    .leader-section .leader-section-content .leader-section-title-right {
        font-size: clamp(25px, 7vw, 40px);
    }

    .leader-section .leader-section-content .leader-section-title-left {
        flex-basis: 100%;
        max-width: 100%;
    }

    .leader-section .leader-section-content .leader-section-title-right {
        padding-right: 0;
    }

    /*===================================
    PROJECT SECTION
    ===================================*/
    .project-section {
        padding: 0 15px clamp(40px, 10vw, 60px);
    }

    .project-section .section-header {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: clamp(40px, 10vw, 60px);
    }

    .project-section .section-row {
        max-width: 100%
    }

    .project-section .section-col-title {
        margin-bottom: clamp(15px, 5vw, 40px);
        font-size: clamp(20px, 6vw, 32px);
    }

    .project-section .section-col-desc {
        max-width: 100%;
        margin-bottom: clamp(40px, 12vw, 60px);
    }

    .project-section .btn-link {
        min-height: clamp(20px, 10vw, 40px);
        padding-bottom: clamp(5px, 2vw, 15px);
    }

    .project-section .btn-link .btn-icon {
        width: clamp(14px, 4vw, 20px);
    }

    /*======================================
    SERVICE SECTION
    =======================================*/
    .service-section {
        padding: clamp(40px, 10vw, 60px) clamp(15px, 4vw, 30px) 0;
    }

    .service-section .container-fluid {
        padding-top: clamp(60px, 10vw, 100px);
    }

    .service-section .container-fluid::before {
        width: 15px;
        height: 15px;
        top: -7.5px;
    }

    .service-section .section-header .section-header-img {
        flex-basis: 100%;
        max-width: 100%;
        order: 2;
    }

    .service-section .section-header .section-subtitle {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
        text-align: initial;
        margin-bottom: clamp(20px, 4vw, 40px);
    }

    .service-section .section-header::before {
        height: 57.7vw;
    }

    .service-section .solar-project-development .section-col {
        flex-basis: 100%;
        max-width: 100%;
        padding: clamp(40px, 12vw, 60px) 0 0;
        margin-bottom: clamp(40px, 12vw, 60px);
    }

    .service-section .section-block .section-col-title {
        margin-bottom: clamp(20px, 6vw, 40px);
        font-size: clamp(30px, 9vw, 60px);
        letter-spacing: 0;
    }

    .service-section .section-block .section-col-content .section-col-subtitle {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: clamp(10px, 3vw, 20px);
        font-size: clamp(16px, 5vw, 24px);
    }

    .service-section .section-block .section-col-desc {
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .section-block .section-col-desc h3 {
        margin-bottom: clamp(15px, 4vw, 30px);
        font-size: clamp(20px, 6vw, 36px);
    }

    .service-section .solar-project-development .section-col + .section-col-img {
        flex-basis: 50%;
        max-width: 50%;
    }

    .service-section .solar-project-development .section-col-img:last-child {
        padding: 0 0 0 10px;
    }

    .service-section .solar-project-epc .section-col-img:first-child {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: clamp(40px, 12vw, 60px);
    }

    .service-section .solar-project-epc .section-col {
        flex-basis: 100%;
        max-width: 100%;
        padding: clamp(30px, 9vw, 50px) 0 0;
    }

    .service-section .section-block .section-col-desc ul li {
        padding-left: clamp(12px, 3vw, 20px);
    }

    .service-section .section-block .section-col-desc ul li::before {
        top: clamp(7px, 2vw, 15px);
    }

    .service-section .solar-project-epc .section-col-img:last-child {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: clamp(30px, 9vw, 50px);
    }

    .service-section .solar-servicing {
        padding-top: clamp(40px, 12vw, 60px);
        padding-bottom: clamp(40px, 12vw, 60px);
    }

    .service-section .solar-servicing .section-col-title {
        margin-top: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .solar-servicing .section-col-content {
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .solar-servicing .section-col:last-child {
        flex-basis: 100%;
        max-width: 100%;
    }

    .service-section .solar-servicing .service-as-developer, .service-section .solar-servicing .service-as-epc {
        margin-top: clamp(60px, 18vw, 100px);
        padding-top: clamp(30px, 9vw, 60px);
    }

    .service-section .solar-servicing .service-as-developer {
        margin-left: 0;
        margin-right: 0;
    }

    .service-section .solar-servicing .section-col .service-as-title {
        padding-left: clamp(15px, 4vw, 30px);
        left: 0;
        font-size: clamp(18px, 5vw, 32px);
    }

    .service-section .solar-servicing .section-col .service-number {
        font-size: clamp(80px, 25vw, 100px);
    }

    .service-section .solar-servicing .section-col .service-unit {
        font-size: clamp(25px, 8vw, 45px);
    }

    .service-section .solar-servicing .section-col .service-unit .service-output {
        font-size: clamp(16px, 5vw, 30px);
    }

    .service-section .solar-servicing .section-col .service-as-title::before {
        top: clamp(6px, 2vw, 12px);
    }

    /*=======================================
    FOOTER CONTACT
    ========================================*/
    .site-footer {
        padding: clamp(40px, 12vw, 60px) clamp(15px, 4vw, 30px);
    }

    .footer-contact {
        max-width: 100%;
    }

    .footer-contact .form-row {
        margin: 0;
    }

    .footer-contact .form-row .form-group {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: clamp(40px, 12vw, 60px);
    }

    .footer-contact .form-group .floating_label {
        font-size: clamp(16px, 5vw, 30px);
        height: clamp(39px, 11vw, 59px);
    }

    .footer-contact .form-group .form-control {
        height: clamp(40px, 12vw, 60px);
        font-size: clamp(16px, 5vw, 30px);
    }

    .footer-contact .form-group.focused .floating_label,
    .footer-contact .form-group.populated .floating_label {
        font-size: clamp(14px, 4vw, 20px);
        height: clamp(20px, 6vw, 40px);
        top: clamp(-10px, -5vw, -25px);
    }

    .footer-contact .btn-holder {
        margin-top: clamp(20px, 6vw, 40px);
    }

    .footer-contact .btn-link {
        font-size: clamp(16px, 5vw, 32px);
    }

    .footer-btm-inn .footer-left {
        flex-basis: 100%;
        max-width: 100%;
        gap: clamp(40px, 12vw, 60px);
    }

    .footer-btm-inn .footer-left .footer-col {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;}

    .footer-btm-inn .footer-col-title {
        margin-bottom: clamp(10px, 3vw, 20px);
        font-size: clamp(16px, 5vw, 30px);
    }

    .footer-btm-inn ul li {
        font-size: clamp(14px, 4vw, 24px);
    }

    .footer-btm-inn .copyright {
        font-size: clamp(12px, 3vw, 22px);
    }

    .footer-btm-inn .footer-logo {
        order: -1;
        margin: 0 auto clamp(40px, 12vw, 60px);
        flex-basis: clamp(130px, 40vw, 200px);
    }

    /*=======================================
    PROJECTS PAGE
    =======================================*/
    .projects-outer {
        margin-top: 40px;
        padding-inline: 15px;
    }

    .projects-outer .page-header {
        padding-top: 0;
        margin-bottom: clamp(40px, 12vw, 60px);
    }

    .projects-inner {
        display: block;
    }

    .projects-outer .page-header .page-title {
        font-size: clamp(30px, 9vw, 50px);
    }

    .projects-outer .page-header .page-content {
        margin-top: clamp(10px, 3vw, 20px);
        font-size: clamp(16px, 5vw, 32px);
    }

    .projects-outer .project-item {
        margin-bottom: clamp(40px, 12vw, 60px);
    }

    .projects-outer .project-item:nth-child(2n + 1) {
        margin-top: 0;
    }

    .projects-outer .project-item .project-item-inn {
        padding: 40px 60px 40px 15px;
    }

    .projects-outer .project-item .project-item-header {
        padding-right: 0;
        padding-bottom: clamp(40px, 12vw, 60px);
    }

    .projects-outer .project-item .project-image {
        margin-right: -60px;
        margin-bottom: clamp(30px, 9vw, 45px);
        padding-left: 0;
    }

    .projects-outer .project-item .project-item-inn::after {
        right: 40px;
    }
    
    .projects-outer .project-item .project-title {
        font-size: clamp(20px, 6vw, 40px);
    }
    
    .projects-outer .project-item .project-subtitle {
        font-size: clamp(16px, 5vw, 30px);
    }
    
    .projects-outer .project-item .project-meta {
        gap: clamp(15px, 5vw, 30px) clamp(30px, 10vw, 45px);
    }
    
    .projects-outer .project-item .project-meta b {
        font-size: clamp(16px, 5vw, 30px);
    }
    
    .projects-outer .project-item .project-meta span {
        font-size: clamp(22px, 6vw, 40px);
    }
    
    .projects-outer .project-item .project-item-desc {
        margin-top: clamp(20px, 6vw, 30px);
        font-size: clamp(14px, 4vw, 24px);
    }
}