﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Apr, 2021, 4:47:05 PM
    Author     : Ashvin Hirapara
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

a {
    text-decoration: none;
    outline: none;
    color: #7a7a7a;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/* #Primary
================================================== */

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    background-color: #fff;
}

::selection {
    color: #fff;
    background-color: #1197bb;
}

::-moz-selection {
    color: #fff;
    background-color: #1197bb;
}

/* #font
================================================== */

@font-face {
    font-family: editor-bold;
    src: url("/fonts/Editor'sNote-Bold.ttf");
}

@font-face {
    font-family: editor-medium;
    src: url("/fonts/Editor'sNote-Medium.ttf");
}

@font-face {
    font-family: editor;
    src: url("/fonts/Editor'sNote-Regular.ttf");
}

@font-face {
    font-family: editor-semi-bold;
    src: url("/fonts/Editor'sNote-Semibold.ttf");
}

@font-face {
    font-family: editor-thin;
    src: url("/fonts/EditorsNote-Thin.otf");
}

/* #Navigation
================================================== */
header {
    position: relative;
    z-index: 99;
}

header .header-menu {
    background-color: #fff;
    border-bottom: 1px solid #DCE3E3;
}

header.sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

header.sticky .header-menu {
    background-color: transparent;
    border-bottom: none;
}

header .navbar {
    padding: 1rem 0;
    box-shadow: none;
}

header .navbar-brand {
    padding: 0px;
    margin: 0;
}

header .navbar-brand img {
    height: 70px;
    width: auto;
    display: block;
    filter: brightness(100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    background-color: rgb(17, 151, 189);
    padding: 6px 6px 8px;
}

header .navbar-toggler:active,
header .navbar-toggler:focus {
    outline: none;
}

header .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

header .navbar-light .navbar-toggler-icon:after,
header .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

header .navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

header.sticky .nav-link {
    position: relative;
    padding: 10px 0 !important;
    display: inline-flex !important;
    flex-direction: column;
    overflow: hidden;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.28px;
}
header .nav-link{
    position: relative;
    padding: 10px 0 !important;
    display: inline-flex !important;
    flex-direction: column;
    overflow: hidden;
    color: #0E0F0F !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.28px;
}
header .nav-link .nav-text {
    display: block;
    white-space: nowrap;
}

/* header .nav-item:hover .nav-link {
    color: #1197bb !important;
} */

header .nav-item.active .nav-link {
    color: #1197bb !important;
    font-weight: 800;
}

/* Removing redundant CSS-based underline to avoid conflict with GSAP-driven .nav-underline 
header .nav-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #1197bb;
    transform: scaleX(0);
    transform-origin: left center;
}

header .nav-item.active:after {
    transform: scaleX(1);
}
*/

/* Real span used by GSAP for left→right underline animation */
header .nav-link .nav-underline {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1197bb;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}

header .nav-item {
    position: relative;
    transition: all 200ms linear;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.355em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

header.sticky .navbar-light a.w-logo{
    display: block;
}
header.sticky .navbar-light a.b-logo{
    display: none;
}
header .navbar-light a.w-logo{
    display: none;
}
header .navbar-light a.b-logo{
    display: block;
}

/* #Primary style
================================================== */

header .menu {
    transition: all 200ms linear;
    background-color: transparent;
}

header .dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 3px;
    transition: all 200ms linear;
}

header .dropdown-item {
    padding: 13px 15px 11px 15px;
    color: #fff;
    border-radius: 2px;
    transition: all 200ms linear;
    text-transform: uppercase;
}

header .dropdown-item:hover,
header .dropdown-item:focus {
    color: #fff;
    background-color: rgba(17, 151, 187, .6);
}

/* #Link to page
================================================== */

header .logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

header .logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}

header .dropdown-submenu {
    position: relative;
}

header .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.9rem;
    margin-right: .1rem;
}

header .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 16px;
}

/* Niveau 1 */
header li .dropdown-toggle:after {
    transition: all 0.5s;
}

header li.show>.dropdown-toggle:after {
    transform: rotate(180deg);
}

/* sous-Niveaux suivants */
header li li.show>.dropdown-toggle:after {
    transform: rotate(90deg);
}

/* Custom Our Projects Submenu (matching Fuse Metalworking theme) */
header .navbar-nav .nav-item.custom-our-projects .sub-menu {
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.95);
    min-width: 260px;
    padding: 20px 0 !important;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); */
    border-radius: 0;
    margin-top: 0;
    position: absolute;

    /* Animation initial state */
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    /* transition-delay applied for hover out */
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s, visibility 0s ease 1.3s;
}

header .navbar-nav .nav-item.custom-our-projects>.sub-menu {
    top: 100%;
}

/* Instantly dismiss sub-submenus when hover moves to another item */
header .navbar-nav .nav-item.custom-our-projects .sub-menu .sub-menu {
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
}

/* Sub-submenus behavior */
header .navbar-nav .nav-item.custom-our-projects .menu-item-has-children {
    position: relative;
}

header .navbar-nav .nav-item.custom-our-projects .menu-item-has-children>.sub-menu {
    top: 0;
    left: 100%;
    margin-top: -20px;
    /* Offset parent padding */
}

/* Visibility triggers */
header .navbar-nav .nav-item.custom-our-projects:hover>.sub-menu,
header .navbar-nav .nav-item.custom-our-projects:focus-within>.sub-menu,
header .navbar-nav .nav-item.custom-our-projects .menu-item-has-children:hover>.sub-menu,
header .navbar-nav .nav-item.custom-our-projects .menu-item-has-children:focus-within>.sub-menu {
    /* Animation visible state */
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    /* appear instantly */
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0s;
}

header .nav-item.custom-our-projects .menu-item>a {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 24px;
    background-color: transparent;
    transition: all 0.3s ease;
    display: block;
    /* ensure full width */
}

header .nav-item.custom-our-projects .menu-item>a:hover,
header .nav-item.custom-our-projects .menu-item>a:focus {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}

/* Custom Underline effect under text */
header .nav-item.custom-our-projects .menu-item>a>span {
    position: relative;
    display: inline-block;
}

header .nav-item.custom-our-projects .menu-item>a>span::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

header .nav-item.custom-our-projects .menu-item>a:hover>span::after {
    width: 100%;
}

header .nav-item.custom-our-projects li {
    padding: 0;
    width: 100%;
    list-style: none;
    /* Strip list styling */
}

/* Custom chevron for sub-menus */
header .navbar-nav .nav-item.custom-our-projects .menu-item-has-children>a::after {
    display: inline-block !important;
    content: '' !important;
    width: 6px !important;
    height: 6px !important;
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.7) !important;
    transform: translateY(-50%) rotate(45deg) !important;
    position: absolute;
    right: 25px;
    top: 50%;
    margin: 0 !important;
    transition: border-color 0.3s ease;
}

header .navbar-nav .nav-item.custom-our-projects .menu-item-has-children:hover>a::after {
    border-color: #ffffff !important;
}

.title {
    margin-bottom: 36px;
}

.title h3 {
    color: #0A8BAF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.title h1,
.title h4 {
    color: #0E0F0F;
    font-family: editor-medium;
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
}

.title h1 span,
.title h4 span {
    /*color: #262626;*/
    /*font-weight: 900;*/
}

.title h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    color: #262626;
}

.title h2 a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #1197bb !important;
    text-transform: uppercase;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #1197bb;
    padding: 10px 15px 9px 15px;
}

.btn:hover {
    background-color: #117590;
    color: #fff;
}

.home {
    position: relative;
    z-index: 2;
    margin-bottom: 910px;
    background-color: #fff;
}

.home .slider {
    height: 100vh;
    overflow: hidden;
    margin-bottom: 120px;
    /* added for gsap animations */
    position: relative;
    z-index: 0;
}

.home .slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.home .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home .slide img {
    background-size: cover;
    height: 100vh;
}

.home .dots {
    position: absolute;
    left: 50%;
    top: 92%;
    z-index: 999;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.home .dots span {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: 0.3s;
}

.home .dots span.active {
    background: white;
}


/* added for gsap animations */
.home .home-content-wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.home .home-about-sec {
    padding-top: 200px;
    margin-bottom: 200px;
}

.home .home-about-sec .title h4 {
    color: #0E0F0F;
    font-size: 56px;
    font-weight: 500;
    line-height: 60px;
}

.home .home-about-sec .about-txt p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 18px;
}

.home .home-about-sec .about-txt p span {
    font-weight: 600;
}

.home .home-about-sec .about-txt button.about-btn {
    border: 1px solid #0E0F0F;
    background: #0E0F0F;
    color: #FFF;
    padding: 0;
    overflow: hidden;
}

.home .home-about-sec .about-txt button.about-btn .slide-btn {
    display: block;
    overflow: hidden;
    position: relative;
}

.home .home-about-sec .about-txt button.about-btn .slide-btn .main,
.home .home-about-sec .about-txt button.about-btn .slide-btn .duplicated {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #fff;
    will-change: transform;
}

.home .home-about-sec .about-txt button.about-btn .slide-btn .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #0E0F0F;
    transform: translateY(100%);
}

.home .home-project {
    margin-bottom: 38px;
    overflow: hidden;
}

.home .home-project #horizontal-scoll {
    /*padding: 200px 0;*/
}

.home .home-project .horizontal-scoll-wrapper {
    overflow: hidden;
    /*height: 525px;*/
}

.home .home-project .horizontal {
    display: flex;
    height: 100%;
}

.home .home-project .horizontal>div {
    /*display: flex;*/
    flex-shrink: 0;
    padding: 0 5px;
}

.home .home-project .horizontal>div:first-child {
    padding: 0 10px 0 15px;
}

.home .home-project .horizontal>div:last-child {
    padding: 0 15px 0 5px;
}

.home .home-project .horizontal .project-box {
    align-items: stretch;
    width: 350px;
    padding: 0px 10px;
    /*background: #6e4ce1;*/
    border-radius: 38px;
    color: #f6f2e8;
}

.home .home-project .project-box {
    margin-bottom: 20px;
}

.home .home-project .project-box .project-title {
    padding: 12px;
}

.home .home-project .project-box p {
    color: #8C9393;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home .home-project .project-box h3 {
    color: #0E0F0F;
    font-size: 24px;
    font-family: editor-medium;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px
}

.home .home-project .project-box span {
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0px 0px 15px;
}

.home .home-project .project-box span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #1197bb;
    position: absolute;
    margin-top: 7px;
    margin-left: -12px;
}

.home .headline-sec {
    margin: 48px 0 56px;
}

.home .headline-sec .title h3 {
    color: #0A8BAF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.home .headline-sec .title h4 {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
}

@media (min-width: 768px) {
    .home .headline-sec .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.home .achievement-sec {
    background-color: #0E0F0F;
    padding: 120px 0;
    margin-bottom: 120px;
}

.home .achievement-sec .title h4 {
    color: #fff;
}

.home .project-count {
    margin-bottom: 100px;
}

.home .project-count .box {
    text-align: center;
    margin-bottom: 20px;
}

.home .project-count .box h1 {
    color: #0E0F0F;
    font-family: editor-bold;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 6px;
}

.home .project-count .box p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
}

.home .review-sec {
    background: #F5F5F5;
    padding: 120px 0;
    overflow: hidden;
}

.home .review-sec .container-fluid {
    padding-right: 0px;
}

.review-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.home .review-sec .review-box {
    background: #FFF;
    padding: 40px;
}

.home .review-sec .review-box h5 {
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    padding-bottom: 14px;
}

.home .review-sec .review-box p {
    color: #424545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
}

.review-left {
    padding-left: 40px;
}

.home .who-we-are-sec {
    padding-top: 120px;
    margin-bottom: 88px;
}

.home .who-we-are-sec .box {
    border: 1px solid #DCE3E3;
    background: #FFF;
    /* box-shadow: 14px 134px 38px 0 rgba(0, 0, 0, 0.00), 9px 86px 35px 0 rgba(0, 0, 0, 0.01), 5px 48px 29px 0 rgba(0, 0, 0, 0.02), 2px 22px 22px 0 rgba(0, 0, 0, 0.03), 1px 5px 12px 0 rgba(0, 0, 0, 0.04); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 48px 38px;
    margin-bottom: 32px;
    /* Added for proper stacking context during GSAP overlap animation */
    position: relative;
}

.home .who-we-are-sec .box:nth-child(1) {
    z-index: 1;
}

.home .who-we-are-sec .box:nth-child(2) {
    z-index: 2;
}

.home .who-we-are-sec .box:nth-child(3) {
    z-index: 3;
}

.home .who-we-are-sec .box:nth-child(4) {
    z-index: 4;
}

.home .who-we-are-sec .box:nth-child(5) {
    z-index: 5;
}

.home .who-we-are-sec .box:nth-child(6) {
    z-index: 6;
}

.home .who-we-are-sec .box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0E0F0F;
    margin-bottom: 12px;
}

.home .who-we-are-sec .box p {
    font-size: 16px;
    line-height: 22px;
    color: #424545;
}

.home .our-event-sec {
    background-color: #F5F5F5;
    padding: 120px 0px;
    margin-bottom: 120px;
}

.home .our-event-sec .box {
    margin-bottom: 30px;
}

.home .our-event-sec .box img {
    margin-bottom: 12px;
}

.home .our-event-sec .box h5 {
    color: #0E0F0F;
    font-family: editor-medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

.home .our-event-sec .box p {
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
}

.home .our-event-sec button.event-btn {
    border: 1px solid #0E0F0F;
    background: #FFF;
    color: #0E0F0F;
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.home .our-event-sec button.event-btn a {
    color: #0E0F0F;
}

.home .our-event-sec button.event-btn .slide-btn {
    display: block;
    overflow: hidden;
    position: relative;
}

.home .our-event-sec button.event-btn .slide-btn .main,
.home .our-event-sec button.event-btn .slide-btn .duplicated {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 56px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    will-change: transform;
}

.home .our-event-sec button.event-btn .slide-btn .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E0F0F;
    color: #fff;
    transform: translateY(100%);
}

.media-sec{
    margin-bottom: 100px;
}
.media-sec .media-box{
    margin-bottom: 20px;
}
.media-sec .media-box h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
    margin-bottom: 0;
}
.home .media-sec button.event-btn {
    border: 1px solid #0E0F0F;
    background: #FFF;
    color: #0E0F0F;
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.home .media-sec button.event-btn a {
    color: #0E0F0F;
}

.home .media-sec button.event-btn .slide-btn {
    display: block;
    overflow: hidden;
    position: relative;
}

.home .media-sec button.event-btn .slide-btn .main,
.home .media-sec button.event-btn .slide-btn .duplicated {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 56px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    will-change: transform;
}

.home .media-sec button.event-btn .slide-btn .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E0F0F;
    color: #fff;
    transform: translateY(100%);
}
.media-sec.news{
    background-color: #F5F5F5;
    padding: 120px 0px;
    margin-bottom: 120px;
}

.home .news-feed-sec {
    position: relative;
    z-index: 2;
    /* above footer */
    padding-bottom: 80px;
}

.home .news-feed-sec .box {
    margin-bottom: 30px;
}

.home .news-feed-sec .box .img-box img {
    height: 155px;
    object-fit: cover;
}

/* Custom DRAG cursor on achievement carousel */
.achievement-sec {
    cursor: none;
}

/* Award horizontal scroll strip */
.award-track-outer {
    width: 100%;
    overflow: hidden;
}

.achievement-sec .award-carousel {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.achievement-sec .award-carousel .box {
    flex: 0 0 380px;
    /*width: 380px;*/
    /*height: 300px;*/
    margin-right: 20px;
}

.achievement-sec .award-carousel .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Base styling for large parallax image section */
.large-img-sec {
    position: relative;
}

.large-img-sec .img-box {
    overflow: hidden;
    position: relative;
    height: 100vh;
    /* Optional: gives the section height to see parallax travel */
    min-height: 400px;
}

.large-img-sec .img-box img {
    object-fit: cover;
    height: 120%;
    /* Taller than container to allow up/down travel without empty space */
    width: 100%;
    will-change: transform;
}

.home .news-feed-sec .box .txt-box p {
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding-bottom: 10px;
}

.home .news-feed-sec .box .txt-box h6 {
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

/* Custom scroll cursor */
#horizontal-scoll {
    cursor: none;
}

.custom-scroll-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: rgba(20, 20, 20, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    scale: 0.6;
    z-index: 9999;
}

.custom-scroll-cursor span {
    color: #fff;
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 400;
    text-transform: uppercase;
}

/*




.home .social-media-sec{padding: 50px 0;}
.home .social-media-sec .title { margin-bottom: 30px;}
.home .social-media-sec .card-title{font-size: 18px;font-weight: 600;line-height: 24px;color: #262626;margin-bottom: 0;}

.home .Headline-sec{padding: 50px 0;}
.home .Headline-sec .headline-carousel .box{border: 1px solid #e9e9e9;border-radius: 8px;padding: 20px;margin-top: 30px;}
.home .Headline-sec .headline-carousel .box img{width: auto;margin: 0 auto;}
.home .testimonial-sec{padding: 50px 0px;background-color: #fafafa;}
.home .testimonial-sec .testimonial{font-size: 16px;line-height: 25px;max-width: 900px;margin: 35px auto 30px auto;padding: 40px 50px 50px 50px;border-radius: 10px;border: solid 1px #f5f5f5;background-color: #fff;text-align: center;position: relative;}
.home .testimonial-sec h5{font-size: 16px;font-weight: 600;color: #262626;margin-bottom: 10px;text-transform: uppercase;}
.home .double-quotes{position: absolute;width: 50px;height: 40px;}
.home .double-quotes.left{left: 50px;top: -20px;background: url(../images/home/testimonial/double-quotes1.png) no-repeat;}
.home .double-quotes.right{right: 50px;bottom: -20px;background: url(../images/home/testimonial/double-quotes2.png) no-repeat;}

.home .testimonial-video-sec{padding: 20px 50px 50px;background-color: #fff;}
.home .testimonial-video-sec .video-container{margin-top: 30px;}

.home .testimonial-video-sec .video-container{overflow: hidden;position: relative;width:100%;}
.home .testimonial-video-sec .video-container::after {padding-top: 56.25%;display: block;content: '';}
.home .testimonial-video-sec .video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.privacypolicy{padding-bottom: 50px;}
.privacypolicy .info-sec{padding-top:50px;}
.privacypolicy .info-sec p,.privacypolicy .other-info p{font-size: 16px;line-height: 30px;position: relative;padding-left: 20px;}
.privacypolicy .info-sec p:before,.privacypolicy .other-info p:before {position: absolute;top: 14px;left: 0px;width: 8px;height: 2px;content: '';background-color: #7a7a7a;}

.privacypolicy .other-info .title h1 {
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 43px;
    margin-top: 15px;
    position: relative;
    text-transform: capitalize;
}*/

.about {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.about .about-data {
    padding: 80px 0 72px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

/* Shutter reveal section: sits beneath .about-data, revealed as slider scrolls up */
.about .about-big-reveal {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 80px;
}

/* About page horizontal scroll carousel */
#about-horizontal-scroll {
    overflow: hidden;
    margin-bottom: 16px;
}

.about-horizontal-wrapper {
    width: 100%;
    overflow: visible;
}

.about-horizontal-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    will-change: transform;
}

.about-horizontal-strip .img-box {
    flex: 0 0 calc((100% - 400px - 20px) / 2);
    min-width: calc((100% - 400px - 20px) / 2);
}

.about-horizontal-strip .img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.about .about-big-reveal .big-txt h1 {
    color: #0E0F0F;
    text-align: center;
    font-family: editor-thin;
    font-size: 158px;
    font-weight: 100;
    line-height: 136px;
    padding-bottom: 120px;
}

.about .about-big-reveal .big-txt h1 span {
    color: #0E0F0F;
    text-align: center;
    font-family: editor;
    font-size: 158px;
    font-weight: 100;
    line-height: 136px;
}

.about .about-big-reveal .txt-box p {
    color: #424545;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding-bottom: 24px;
}

.about .about-big-reveal .txt-box p span {
    font-weight: 700;
}

.about .top-project {
    overflow: hidden;
    padding-bottom: 120px;
}

.about .top-project .title h3 {
    font-size: 13px;
}

.about .top-project .title h4 {
    font-size: 18px;
    line-height: 24px;
}

.about .top-project .container-fluid {
    padding-right: 0px;
}
.about .top-project .img-box img{
    width: auto !important;
}
.about .visson-mission {
    padding-bottom: 120px;
}

/* Vision/Mission Parallax */
.about .visson-mission .img-box {
    overflow: hidden;
    position: relative;
    max-height: 575px;
}

.about .visson-mission .img-box img {
    height: 120%;
    width: 100%;
    object-fit: cover;
    will-change: transform;
    transform: translateY(-10%);
}

.about .visson-mission .txt-box h4 {
    color: #0E0F0F;
    font-size: 44px;
    font-family: editor-medium;
    line-height: 60px;
}

.about .visson-mission .txt-box p {
    color: #424545;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
}

.about .visson-mission .txt-box p span {
    font-weight: 700;
}

.about .team-sec {
    padding-bottom: 120px;
}

.about .team-sec .img-box {
    position: relative;
}

.about .team-sec .img-box .position {
    padding: 4px 16px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0E0F0F;
    width: max-content;
}

.about .team-sec .img-box .position p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.about .team-sec .team-txt h4 {
    color: #0E0F0F;
    font-family: editor-medium;
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 16px;
}

.about .team-sec .team-txt p {
    color: #424545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    padding-bottom: 16px;
}

.about .work-sec {
    padding-bottom: 40px;
}

.about .work-sec .work-box {
    padding-bottom: 60px;
}

.about .work-sec .work-box .box {
    padding-bottom: 24px;
}

.about .work-sec .work-box h6 {
    color: #0E0F0F;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.48px;
    padding-bottom: 8px;
}

.about .work-sec .work-box p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
}

.about .work-sec .work-box .prev-slide {
    background: url(/images/left.png) no-repeat scroll 0px;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 2%;
    top: 41%;
    margin-top: -20px;
}

.about .work-sec .work-box .next-slide {
    background: url(/images/right.png) no-repeat scroll 0px;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 2%;
    top: 41%;
    margin-top: -20px;
}




.career {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.career .career-data {
    padding: 80px 0 72px;
}

.career .career-flow {
    padding-bottom: 120px;
}

.career .career-flow .title p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
}

.career .career-flow .title p span {
    font-weight: 700;
}

.career .career-flow .career-box {
    border: 1px solid #DCE3E3;
    background: #FFF;
    box-shadow: 14px 134px 38px 0 rgba(0, 0, 0, 0.00), 9px 86px 35px 0 rgba(0, 0, 0, 0.01), 5px 48px 29px 0 rgba(0, 0, 0, 0.02), 2px 22px 22px 0 rgba(0, 0, 0, 0.03), 1px 5px 12px 0 rgba(0, 0, 0, 0.04);
    padding: 32px;
}

.career .career-flow .career-box img,
.career .career-flow .career-box .career-svg {
    padding-bottom: 80px;
    display: block;
    width: 48px;
    height: auto;
}

.career .career-flow .career-box p {
    color: #424545;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.career .career-flow .career-box p span {
    color: #0E0F0F;
    font-weight: 700;
}

.career .career-form {
    background-color: #F5F5F5;
    padding: 120px 0;
}

.career .career-form .form-group label {
    color: #0E0F0F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.career .career-form .form-group .form-control {
    border-bottom: 1px solid #DCE3E3;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0;
    color: #8C9393;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.career .career-form button {
    border: 1px solid #0E0F0F;
    background: #FFF;
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    margin: 0 auto;
    max-width: 230px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    display: block;
}

.career .career-form button .main,
.career .career-form button .duplicated {
    padding: 12px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career .career-form button .main span {
    color: #0E0F0F;
}

.career .career-form button .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E0F0F;
}

.career .career-form button .duplicated span {
    color: #fff;
}


.blog {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.blog .blog-data {
    padding: 80px 0 72px;
}

.blog .blog-data .title p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
}

.blog .blog-data .blog-box {
    padding-bottom: 40px;
}

.blog .blog-data .blog-box img {
    margin-bottom: 12px;
}

.blog .blog-data .blog-box h6 {
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.28px;
    margin-bottom: 6px;
}

.blog .blog-data .blog-box h4 {
    color: #0E0F0F;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.blog .blog-data .blog-box p {
    color: #424545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
}

.blog-detail {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.blog-detail .about-blog {
    padding: 80px 0 72px;
}

.blog-detail .about-blog .discription p {
    color: #424545;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: -0.32px;
    margin-bottom: 8px;
}

.blog-detail .about-blog .discription p strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #424545;
}

.blog-detail .about-blog .discription h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #232323;
    margin: 6px 0 12px;
}

.blog-detail .about-blog .discription ul {
    margin-bottom: 10px;
}

.blog-detail .about-blog .discription ul li {
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.32px;
}

.blog-detail .about-blog .discription ul li:before {
    content: "\2022";
    color: #0E0F0F;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

.event {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.event .event-data {
    padding: 80px 0 72px;
}

.event .event-data .event-title {
    /*font-weight: 600;*/
    line-height: 48px;
}

.event .event-data .event-box {
    margin-bottom: 34px;
}

.event .event-data .event-box img {
    margin-bottom: 12px;
}

.event .event-data .event-box h4 {
    color: #0E0F0F;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 2px;
}

.event .event-data .event-box p {
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.28px;
}

.event-gallery {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.event-gallery .view-gallery {
    padding: 80px 0 72px;
}

.event-gallery .view-gallery .event-title {
    /*font-weight: 600;*/
}

.event-gallery .view-gallery .img-box {
    padding-bottom: 20px;
}

.event-gallery .view-gallery .img-box img {
    height: 250px;
    object-fit: cover;
}



.project {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.project .project-data {
    padding: 80px 0 72px;
}

.project .project-data .title p {
    color: #424545;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    max-width: 900px;
    margin: 0 auto;
}

.project .project-data .box {
    text-align: center;
    border-right: 1px solid #CDCDCD;
}

.project .project-data .box p {
    color: #424545;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.project .project-data .box p span {
    color: #0E0F0F;
    font-weight: 700;
}

.project .project-type {
    padding-bottom: 80px;
}

.project .project-type .point {
    padding-bottom: 24px;
}

.project .project-type .point a.title {
    color: #0E0F0F;
    font-family: editor-semi-bold;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
}

.project .project-type .accordion .header.collapsed:after {
    margin: 1px 10px 0 0;
    content: url(/images/project/down.png);
}

.project .project-type .accordion .header:after {
    margin: 1px 10px 0 0;
    content: url(/images/project/up.png);
    float: right;
}

.project .project-type .tab-data {
    display: none;
}

.project .project-type .tab-data.active {
    display: block;
}

.project .project-type .point .tab-container {
    display: flex;
    justify-content: center;
    padding-top: 52px;
    margin-bottom: 52px;
}

.project .project-type .point .tab-container .tab {
    border: 1px solid #DCE3E3;
    background-color: #FFF;
    margin: 0 20px;
    padding: 16px 30px 16px 54px;
    color: #0E0F0F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
}

.project .project-type .point .tab-container .tab.going {
    background: url(/images/project/1.png) 27px 12px no-repeat;
}

.project .project-type .point .tab-container .tab.going.active {
    background: url(/images/project/01.png) 27px 12px no-repeat;
    background-color: #0E0F0F;
}

.project .project-type .point .tab-container .tab.move {
    background: url(/images/project/2.png) 27px 12px no-repeat;
}

.project .project-type .point .tab-container .tab.move.active {
    background: url(/images/project/02.png) 27px 12px no-repeat;
    background-color: #0E0F0F;
}

.project .project-type .point .tab-container .tab.complete {
    background: url(/images/project/3.png) 27px 12px no-repeat;
}

.project .project-type .point .tab-container .tab.complete.active {
    background: url(/images/project/03.png) 27px 12px no-repeat;
    background-color: #0E0F0F;
}

.project .project-type .point .tab-container .tab.active {
    border: 1px solid #0E0F0F;
    background-color: #0E0F0F;
    color: #FFF;
}

.project .project-type .accordion .header {
    padding-bottom: 24px;
}

.project .project-type .point .body.collapse.show {
    border-top: 1px solid #DCE3E3;
}

.project .project-type .point .project-view .project-img {
    position: relative;
}

.project .project-type .point .project-view .project-img .type {
    position: absolute;
    left: 24px;
    top: 24px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    background: #0E0F0F;
    padding: 12px 16px;
    width: max-content;
}

.project .project-type .point .project-view .detail-box h4 {
    color: #0E0F0F;
    font-size: 24px;
    letter-spacing: -0.48px;
    font-family: editor-semi-bold;
    padding-bottom: 10px;
}

.project .project-type .point .project-view .detail-box h6 {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    background: #000;
    padding: 4px 8px;
    width: max-content;
    margin-bottom: 8px;
}

.project .project-type .point .project-view .detail-box p {
    color: #424545;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
    padding-bottom: 16px;
}

.project .project-type .point .project-view .detail-box button {
    border: 1px solid #DCE3E3;
    background: #FFF;
    padding: 16px;
    color: #0E0F0F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.project .project-type .point .project-view .detail-box button a {
    color: #0E0F0F;
    display: flex;
    align-items: center;
}

.project .about-project {
    padding-bottom: 90px;
}

.project .about-project .txt p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
    padding-bottom: 16px;
}

.project .about-project .txt button {
    border: 1px solid #0E0F0F;
    background: #0E0F0F;
    padding: 12px 48px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    margin-top: 16px;
}


.project-detail {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}
.project-detail .status{

    color: #256B10;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.26px;
    background: rgba(126, 175, 10, 0.20);
    padding: 6px 16px;
    width: max-content;
    margin: 0 auto 10px;
}
.project-detail .project-data {
    padding: 80px 0 72px;
}

.project-detail .project-data .title h4 {
    /*font-weight: 600;*/
}

.project-detail .project-data .title p {
    color: #424545;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    max-width: 900px;
    margin: 0 auto;
}

.project-detail .project-data h6 {
    cursor: pointer;
    background: #0A8BAF;
    padding: 14px 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.project-detail .project-data h5 {
    cursor: pointer;
    background: #0E0F0F;
    padding: 14px 12px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.project-gallery .row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 768px) {
    .project-gallery .small-view .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .project-gallery .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
        flex: 0 0 51.5%;
        max-width: 51.5%;
    }

    .project-gallery .col-md-5 {
        padding-right: 0px;
        padding-left: 0px;
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }
}

.project-detail .tab-sec {
    padding: 16px 0;
    border-bottom: 1px solid #DCE3E3;
    background-color: #fff;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    /* Offset to sit right underneath the main header background-color: #fff; */
    z-index: 1000;
}

.project-detail .tab-sec a {
    color: #0E0F0F;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 8px;
    margin: 0 24px 0 0;
}

.project-detail .tab-sec a:hover {
    border-bottom: 1px solid #0E0F0F;
}

.project-detail .tab-sec a.active {
    border-bottom: 1px solid #0E0F0F;
}

/* Offset scroll padding so sections aren't hidden behind the sticky headers */
html {
    scroll-padding-top: 180px;
}

.project-detail .overview {
    padding-bottom: 60px;
}

.project-detail .overview .txt p {
    color: #424545;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding-bottom: 24px;
}

.project-detail .overview .txt p span {
    font-weight: 700;
}
.project-detail .overview h4{
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.project-detail .overview ul li{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 0px;
    list-style-type: disc;
    margin-left: 17px;
}
.project-detail .near-by {
    padding-bottom: 80px;
}

.project-detail .near-by .box h6 {
    color: #0E0F0F;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
}

.project-detail .near-by .box p {
    color: #424545;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}


.project-detail .amenities-sec {
    background-color: #F5F5F5;
    padding: 90px 0;
    margin-bottom: 90px;
}

.project-detail .amenities-sec .amenities-box {
    text-align: center;
    margin-bottom: 16px;
}

.project-detail .amenities-sec .amenities-box p {
    color: #0E0F0F;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.project-detail .plan-sec {
    padding-bottom: 90px;
}

.project-detail .plan-sec .tab-container {
    display: flex;
    justify-content: flex-end;
}

.project-detail .plan-sec .tab-container .tab {
    border: 1px solid #DCE3E3;
    background: #FFF;
    padding: 12px 24px;
    color: #0E0F0F;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    margin-left: 12px;
}

.project-detail .plan-sec .tab-container .tab.active {
    background-color: #0E0F0F;
    color: #fff;
}

.project-detail .plan-sec .tab-data {
    display: none;
}

.project-detail .plan-sec .tab-data.active {
    display: block;
}

.project-detail .plan-sec .plan-img p {
    margin-bottom: 14px;
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 6.84px;
}

.project-detail .plan-sec .plan-img img {
    /*    height: 500px;
        object-fit: contain;*/
    margin-bottom: 14px;
}

.project-detail .plan-sec .photo-view .img-box {
    margin-bottom: 16px;
}
.project-detail .plan-sec .photo-view .img-box img{
    height: 310px;
    object-fit: cover;
}
.project-detail .plan-sec .video-view .video-box {
    margin-bottom: 16px;
}







.project-detail .calculator {
    background-color: #F5F5F5;
    padding: 90px 0;
}

.project-detail .sec-title {
    margin-bottom: 24px;
}

.project-detail .sec-title h2 {
    color: #0E0F0F;
    font-family: editor;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.project-detail .sec-title p {
    color: #424545;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
}

.homeEmicalculator {
    background: #FFF;
    padding: 17px 32px 32px;
}

.homeEmicalculator .clearfix {
    margin-top: 15px;
}

.homeEmicalculator .rangeSliderWrapper .left {
    float: left;
    font-size: 16px;
    margin-top: 7px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0E0F0F;
}

.homeEmicalculator .rangeSliderWrapper .right {
    float: right;
}

.homeEmicalculator .rangeSliderWrapper .ticker {
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
    color: #424545;
    padding: 5px;
}

.homeEmicalculator .rangeSliderWrapper .right input,
.homeEmicalculator .rangeSliderWrapper .right input:focus {
    border-radius: 2px;
    border: solid 1px #EBEBEB;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #0E0F0F;
    width: 140px;
    padding: 12px 10px;
    text-align: right;
    outline: none;
    margin-bottom: 20px;
}

.homeEmicalculator .range {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    height: 30px;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.homeEmicalculator .range:focus {
    outline: none;
}

.homeEmicalculator .range::-webkit-slider-runnable-track {
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
}

.homeEmicalculator .range::-moz-range-track {
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
}

.homeEmicalculator .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #0A8BAF;
    border-radius: 0;
    margin-top: 9px;
    border: none;
}

.homeEmicalculator .range::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #0A8BAF;
    border-radius: 0;
    border: none;
}

.emiWrapper {
    background: #EAF8FC;
    /* Updated to light blue */
    margin-top: 25px;
    padding: 15px 15px 25px;
    /* Added spacing to mimic padding of design */
}

.emiWrapper .left {
    float: left;
    color: #424545;
    font-size: 15px;
    /* Bump font-size */
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.emiWrapper .right {
    float: right;
    color: #424545;
    text-align: right;
    font-size: 15px;
    /* Bump font-size */
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.emiWrapper .right span {
    color: #424545;
    text-align: right;
    font-size: 15px;
    /* Bump font-size */
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.emiWrapper input {
    border: none;
    background: transparent;
    text-align: right;
    width: 120px;
    color: #424545;
    font-size: 15px;
    /* Bump font-size */
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.emiWrapper .rec {
    padding: 10px 15px 5px 15px;
    font-weight: 600;
}

.emiWrapper .total {
    color: #0E0F0F !important;
    padding: 15px 15px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.emiWrapper .total .left {
    color: #0E0F0F;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.emiWrapper .total .right span {
    color: #0E0F0F;
    font-weight: 700;
    font-size: 15px;
}

.emiWrapper .total input {
    color: #0E0F0F;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.28px;
}



.channel-partner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.channel-partner .client-data {
    padding: 80px 0 120px;
    background: linear-gradient(180deg, #FFF 0%, #DCE3E3 100%);
    margin-bottom: 90px;
}
.channel-partner .client-data .box{
    text-align: center;
    border: 1px solid #DCE3E3;
    background: #FFF;
}
@media (min-width: 768px) {
    .channel-partner .client-data .col-md-2 {
        flex: 0 0 20.00%;
        max-width: 20.00%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.channel-partner .partner-form {
    padding-bottom: 120px;
}

.channel-partner .partner-form .form-group label {
    color: #0E0F0F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.channel-partner .partner-form .form-group .form-control {
    border-bottom: 1px solid #DCE3E3;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0;
    color: #555a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.channel-partner .partner-form button {
    border: 1px solid #0E0F0F;
    background: #FFF;
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    margin: 0 auto;
    max-width: 230px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    display: block;
}

.channel-partner .partner-form button .main,
.channel-partner .partner-form button .duplicated {
    padding: 12px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel-partner .partner-form button .main span {
    color: #0E0F0F;
}

.channel-partner .partner-form button .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E0F0F;
}

.channel-partner .partner-form button .duplicated span {
    color: #fff;
}


.infoPlaceholder::-webkit-input-placeholder {
    color: #8C9393;
    font-size: 15px;
}

.channel-partner .btn-outline-secondary {
    border-radius: 0;
    padding: 12px 28px;
    margin-right: 12px;
    border: 1px solid #DCE3E3;
    background: #fff;
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    cursor: pointer;
}

.channel-partner .btn-check:checked+.btn-outline-secondary {
    background-color: #000;
    color: #fff !important;
    border-color: #0E0F0F;
}

.channel-partner .btn-outline-secondary:hover {
    background-color: #000;
    color: #fff !important;
    border-color: #0E0F0F;
}

.channel-partner .btn-dark {
    border-radius: 0;
}

.channel-partner input[type="radio"] {
    display: none;
}


.contact .contact-data {}

.contact {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.contact .contact-data {
    padding: 80px 0 0px;
    background: linear-gradient(180deg, #FFF 0%, #DCE3E3 100%);
}

.contact .contact-data .title {
    padding-bottom: 40px;
}

.contact .contact-data .title h4 {
    font-size: 56px;
}

.contact .contact-data .title p {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.36px;
}

.contact .contact-data .form-group label {
    color: #0E0F0F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.contact .contact-data .form-group .form-control {
    border-bottom: 1px solid #DCE3E3;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0;
    color: #555a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.contact .contact-data button {
    border: 1px solid #0E0F0F;
    background: #FFF;
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    /* margin: 0 auto; */
    max-width: 230px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    display: block;
}

.contact .contact-data button .main,
.contact .contact-data button .duplicated {
    padding: 12px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-data button .main span {
    color: #0E0F0F;
}

.contact .contact-data button .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E0F0F;
    color: #fff;
}

.contact .contact-data button .duplicated span {
    color: #fff;
}


.infoPlaceholder::-webkit-input-placeholder {
    color: #8C9393;
    font-size: 15px;
}

.contact .contact-data .btn-outline-secondary {
    border-radius: 0;
    padding: 12px 28px;
    margin-right: 12px;
    border: 1px solid #DCE3E3;
    background: #fff;
    color: #424545;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    cursor: pointer;
}

.contact .contact-data .btn-check:checked+.btn-outline-secondary {
    background-color: #000;
    color: #fff !important;
    border-color: #0E0F0F;
}

.contact .contact-data .btn-outline-secondary:hover {
    background-color: #000;
    color: #fff !important;
    border-color: #0E0F0F;
}

.contact .contact-data .btn-dark {
    border-radius: 0;
}

.contact .contact-data input[type="radio"] {
    display: none;
}

.contact .map-sec {
    margin-top: -100px;
    margin-bottom: 100px;
}

.contact .site-location {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .contact .site-location .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}

.contact .site-location .add-box {
    border: 1px solid #DCE3E3;
    background: #FFF;
    box-shadow: 14px 134px 38px 0 rgba(0, 0, 0, 0.00), 9px 86px 35px 0 rgba(0, 0, 0, 0.01), 5px 48px 29px 0 rgba(0, 0, 0, 0.02), 2px 22px 22px 0 rgba(0, 0, 0, 0.03), 1px 5px 12px 0 rgba(0, 0, 0, 0.04);
    padding: 32px;

}

.contact .site-location .add-box h4 {
    color: #0E0F0F;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 12px;
}

.contact .site-location .add-box p {
    color: #424545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
    padding-bottom: 18px;
}

.contact .site-location .add-box a {
    color: #0A8BAF;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.28px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    cursor: pointer;
}

.contact .site-location .add-box a .go-arrow {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #0A8BAF;
    flex-shrink: 0;
    margin-right: 4px;
    align-self: center;
}

.contact .site-location .add-box a .go-text {
    display: inline-block;
}

.contact .site-location .name-box h6 {
    color: #0A8BAF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.contact .site-location .name-box h1 {
    color: #0E0F0F;
    font-family: editor-medium;
    font-size: 94px;
    line-height: 94px;
}

.contact .site-location .first-column .add-box:first-child {
    margin-top: 25px;
    margin-bottom: 100px;
}

.contact .site-location .first-column .add-box:nth-child(2) {
    margin-bottom: 150px;
}

.contact .site-location .first-column .add-box:nth-child(3) {
    margin-bottom: 150px;
}

.contact .site-location .sec-column .add-box:first-child {
    margin-top: 90px;
    margin-bottom: 60px;
}

.contact .site-location .sec-column .name-box:nth-child(2) {
    margin-bottom: 80px;
}

.contact .site-location .sec-column .add-box:nth-child(3) {
    margin-bottom: 100px;
}

.contact .site-location .third-column .add-box:first-child {
    margin-bottom: 130px;
}

.contact .site-location .third-column .add-box:nth-child(2) {
    margin-bottom: 200px;
}


.privacypolicy {
    background-color: #fff;
    z-index: 9;
    position: relative;
    margin-bottom: 910px;
}

.privacypolicy .info-sec {
    padding: 80px 0 80px;
}

.privacypolicy .info-sec p {
    color: #424545;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.32px;
    padding-bottom: 10px;
}


#footer {
    padding: 80px 0 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 910px;
    background-color: #0E0F0F;
    color: #fff;
    z-index: 1;
}


footer a:hover {
    color: #fff;
}

footer .footer-contact {
    border-bottom: 1px solid #232626;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

footer .footer-contact .box h6 {
    color: #0A8BAF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

footer .footer-contact .box h2 {
    color: #FFF;
    font-family: editor-medium;
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
    padding: 12px 0;
    margin-bottom: 0;
}

footer .footer-contact .box p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
}

footer .footer-contact .contact-btn {
    border: 1px solid #FFF;
    background: #0E0F0F;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-align: center;
    overflow: hidden;
}

footer .footer-contact .contact-btn .slide-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

footer .footer-contact .contact-btn .main,
footer .footer-contact .contact-btn .duplicated {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-contact .contact-btn .main span {
    color: #fff;
}

footer .footer-contact .contact-btn .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Standard hover color used elsewhere */
    color: #000;
}

footer .link-sec {
    padding-bottom: 40px;
}

footer .link-sec .box h6 {
    color: #8C9393;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

footer .link-sec .box ul li {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
    padding-bottom: 12px;
}

footer .link-sec .box ul li.blue {
    color: #0A8BAF;
}

footer .link-sec .box ul li a {
    color: #fff;
}

footer .footer-img-box {
    margin-top: 10px;
    vertical-align: bottom;
}

footer .copyright-sec {
    font-size: 13px;
    color: #8C9393;
    border-top: #232626 solid 1px;
    padding: 17px 0px;
    text-align: center;
    margin-top: 0px;
    line-height: 22px;
}

footer .copyright-sec a {
    cursor: pointer
}


/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 8px 45px 2px 17px;
    display: block;
    width: 100%;
    height: 48px;
    border: solid 1px #e9e9e9;
    background: #fff;
    border-radius: 5px;
    color: #262626;
    font-weight: 600;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
}

.floating-input:disabled {
    background-color: #fff6bd;
}

.floating-form .floating-label label {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    width: 90%;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
    top: 7px;
    font-size: 11px;
    color: #7f7f7f;
    margin-top: 0;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: 7px;
    font-size: 11px;
    color: #7f7f7f;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}

.floating-textarea {
    min-height: 100px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus~.highlight,
.floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.calendly-badge-widget {
    display: inline-table !important;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/down-arrow.png") no-repeat right .90rem center;
}

.choose {
    color: #7a7a7a;
    display: inline-block;
    border: none;
    padding: 14px 0px 14px 20px;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    width: 98%;
}

.file-control {
    padding-left: 125px;
}

/****  floating-Lable style end ****/

/* #modal
========================================== */

.inquiry-modal .modal-footer {
    border-top: none;
    padding: 10px 40px 30px;
    justify-content: center;
}

.inquiry-modal .modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
}

.inquiry-modal .modal-header {
    border-bottom: none;
    text-align: center;
    display: block;
}

.inquiry-modal .modal-header button {
    background-color: transparent !important;
    text-align: end;
    padding: 0px 10px 0 0 !important;
    margin: 0;
}

.inquiry-modal .modal-header button:focus {
    outline: none;
}

.inquiry-modal .modal-header .modal-title {
    padding-top: 15px;
}

.inquiry-modal .modal-header .modal-title {
    line-height: 1.3;
}

.inquiry-modal .modal-header .modal-title h4 {
    color: #1f1c1a;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    padding-top: 10px;
}

.inquiry-modal .modal-header .modal-title p {
    font-size: 16px;
    color: #7a7a7a;
    text-align: center;
}

.inquiry-modal .modal-content {
    background-color: #fff;
    border-radius: 15px;
}

.inquiry-modal .modal-body {
    padding: 10px 40px 0;
}

.inquiry-modal .form-group label {
    color: #1a1b1f;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 5px;
}
.infoPlaceholder::-webkit-input-placeholder {
    font-weight: 400;
}
.inquiry-modal .form-group input {
    border-radius: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    color: #1a1b1f;
    font-size: 16px;
    height: 46px;
    font-weight: 600;
    padding: 0.375rem 15px;
}
.inquiry-modal .form-group select {
    appearance: none;
    background: #fff url(/images/down-arrow.png) no-repeat right .90rem center;
    border-radius: 12px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #1a1b1f;
    font-size: 16px;
    height: 46px;
    font-weight: 600;
    padding: 0.375rem 42px 0.375rem 15px;
}
.inquiry-modal .form-group textarea {
    border-radius: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    color: #1a1b1f;
    font-size: 18px;
}

input::placeholder {
    font-size: 18px;
    color: #9b9b9b;
}





/* #Media
================================================== */
@media (max-width: 992px) {
    .home .who-we-are-sec .title h1 {
        max-width: max-content;
    }
}

@media (max-width: 767px) {
    header .navbar-nav .nav-item.custom-our-projects .sub-menu{
        min-width: 170px;
        padding: 10px 0 !important;
    }
    header .nav-item.custom-our-projects .menu-item>a {
        font-size: 14px;
        padding: 6px 10px;
        line-height: 1.4;
    }
    header .nav-link {
        text-align: left;
    }

    header .nav-item:after {
        display: none;
    }
    header.sticky .navbar-light a.w-logo{
        display: none;
    }
    header .navbar-light a.b-logo{
        display: none;
    }
    /*    header .nav-item::before,
        header .dropdown-menu a.dropdown-item:before {
            position: absolute;
            display: block;
            top: 15px;
            left: 0;
            width: 11px;
            height: 1px;
            content: "";
            border: none;
            background-color: #1197bb;
            vertical-align: 0;
        }*/

    header .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    header .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    header .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    header .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    header .navbar-collapse{
        background-color: #000;
        padding: 16px 0;
    }
    header .dropdown-item {
        padding-left: 25px;
        color: #000;
    }
    header .nav-link{
        color: #fff !important;
    }
    header .dropdown-menu .dropdown-submenu .dropdown-menu a.dropdown-item {
        margin-left: 23px;
    }
    .review-left{
        padding-left: 10px;
    }
    .about .top-project .img-box img{
        /*width: 100% !important;*/
    }
    .about .about-big-reveal .big-txt h1{
        color: #0E0F0F;
        font-size: 60px;
        line-height: 40px;
        padding-bottom: 60px;
    }
    .about .about-big-reveal .big-txt h1 span {
        color: #0E0F0F;
        font-size: 70px;
        line-height: 78px;
    }
    .about .about-data .big-txt h1 {
        font-size: 86px;
        line-height: 50px;
        padding-bottom: 40px;
    }

    .about .about-data .big-txt h1 span {
        font-size: 86px;
        line-height: 76px;
    }

    .project .project-type .point .tab-container .tab {
        margin: 0 8px;
        padding: 16px 10px 16px 24px;
        font-size: 12px;
    }

    .project .project-type .point .tab-container .tab.going {
        background: url(/images/project/1.png) 2px 12px no-repeat;
    }

    .project .project-type .point .tab-container .tab.going.active {
        background: url(/images/project/01.png) 2px 12px no-repeat;
        background-color: #0E0F0F;
    }

    .project .project-type .point .tab-container .tab.move {
        background: url(/images/project/2.png) 2px 12px no-repeat;
    }

    .project .project-type .point .tab-container .tab.move.active {
        background: url(/images/project/02.png) 2px 12px no-repeat;
        background-color: #0E0F0F;
    }

    .project .project-type .point .tab-container .tab.complete {
        background: url(/images/project/3.png) 2px 12px no-repeat;
    }

    .project .project-type .point .tab-container .tab.complete.active {
        background: url(/images/project/03.png) 2px 12px no-repeat;
        background-color: #0E0F0F;
    }

    .project-gallery .small-view .col-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .project-detail .plan-sec .tab-container {
        display: flex;
        justify-content: center;
    }
    .channel-partner .client-data .box img{
        width: 100%;
    }
    .contact .contact-data .img-box img {
        width: 100%;
    }

    .contact .map-sec {
        margin-top: 0;
    }

    .contact .contact-data {
        padding: 80px 0 80px;
    }

    .contact .site-location .first-column .add-box:first-child {
        margin-top: 30px;
        margin-bottom: 3px;
    }

    .contact .site-location .first-column .add-box:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact .site-location .first-column .add-box:nth-child(3) {
        margin-bottom: 30px;
    }

    .contact .site-location .sec-column .add-box:first-child {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact .site-location .sec-column .name-box:nth-child(2) {
        margin-bottom: 30px;
    }

    .contact .site-location .sec-column .add-box:nth-child(3) {
        margin-bottom: 30px;
    }

    .contact .site-location .sec-column .add-box:nth-child(4) {
        margin-bottom: 30px;
    }

    .contact .site-location .third-column .add-box:first-child {
        margin-bottom: 30px;
    }

    .contact .site-location .third-column .add-box:nth-child(2) {
        margin-bottom: 30px;
    }
    .contact .site-location .name-box h1 {
        font-size: 54px;
    }
}

@media (max-width: 600px) {
    .project .details-sec .sub-title h3 {
        font-size: 15px;
    }

    .project .details-sec .photo-sec .sub-title {
        margin-right: 15px;
    }
}

/* About Project Contact Us Button */
.about-project .contact-btn {
    border: 1px solid #0E0F0F;
    background: transparent;
    color: #0E0F0F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.about-project .contact-btn .slide-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.about-project .contact-btn .main,
.about-project .contact-btn .duplicated {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-project .contact-btn .main span {
    color: #0E0F0F;
}

.about-project .contact-btn .duplicated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E0F0F;
    color: #fff;
}

/* Premium Word Blur Fade Reveal */

/* Premium Word Blur Fade Reveal */
.word-fade {
    display: inline-block;
    will-change: filter, opacity, transform;
}

/* 3D Rolling Text Effect */
.text-3d-wrap {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    width: 100%;
}

.text-3d-main,
.text-3d-hover {
    display: block;
    backface-visibility: hidden;
    white-space: nowrap;
}

.text-3d-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: rotateX(-90deg);
    transform-origin: top center;
    color: #1197bb;
    pointer-events: none;
}