@charset "utf-8";

/*common css start*/
*:focus { outline: none; }
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px; font-size: 24px; font-weight: 300; color: #444; line-height: 1.5; font-family: "Mona Sans", sans-serif; }
.btn-theme-submit input[type="submit"], a { -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
p { margin-bottom: 15px; }
.pmb0 p:last-child { margin-bottom: 0px; }
small { color: #999; font-size: 14px; display: block; margin-bottom: 10px; }
a { cursor: pointer; text-decoration: none; outline: none; }
a:hover { text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
section .d-inline-block { vertical-align: top; }

/*Heading Css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6, .t120, .t24 { font-weight: 500; margin: 0px; padding: 0px; font-family: "Mona Sans", sans-serif; color: #000; text-transform: uppercase; }
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 { margin-bottom: 20px; }
h1, .th1, h2, .th2 { font-size: 80px; font-weight: 500; line-height: 90px; letter-spacing: -1.6px; line-height: 1.12; }
h3, .th3 { color: #000; font-size: 50px; line-height: 1.2; }
h4, .th4 { font-size: 36px; line-height: 1.25; }
h5, .th5 { font-size: 30px; line-height: 1; }
h6, .th6 { font-size: 20px; line-height: 1; }
.text-blue { color: #003057; }
.t120 { font-size: 120px; line-height: 1; letter-spacing: -2.4px; }
.t24 { font-size: 24px; }
.text20 { font-size: 20px }
.vc_row { margin: 0px !important }
.vc_column_container > .vc_column-inner { padding: 0px !important }
.padding-left { padding-left: calc(((100% - 1536px) + 24px) / 2); }

/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%; }
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control { font-family: "Mona Sans", sans-serif; display: block; width: 100%; height: auto; padding: 14px 25px; font-size: 16px; line-height: 1; color: #444; border: 1px solid #838383; -webkit-box-shadow: none; box-shadow: none; background-color: #fff; border-radius: 7px; }
.form-control:focus, .input-text:focus { border-color: #323b6f; background-color: transparent; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #555555; font-weight: 400; }
.form-control::-moz-placeholder { color: #555555; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #555555; font-weight: 400; }
textarea.form-control, textarea { height: 150px; }
select.form-control, select { background-image: url(../images/select-arrow.svg); background-repeat: no-repeat; background-position: right center; background-size: 14px; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { appearance: none; -moz-appearance: textfield; -webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
img { max-width: 100%; height: auto; }
.form-group { margin-bottom: 50px; }
.form-check-input[type="checkbox"] { border-radius: 0px; }
.form-check-input { margin-top: 8px; border-radius: 0px; border-color: #000; }
.form-check-input:focus { border-color: #000; box-shadow: none; }
.form-check-input:checked:focus { border-color: #0d6efd; }

/*font-weight*/
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }

/*bullet*/
.bullet li:before { content: ""; position: absolute; top: 10px; left: 0px; height: 6px; width: 6px; background: #003057; border-radius: 30px; }
.bullet li { position: relative; padding-left: 20px; margin-bottom: 10px; }

/*bullet-end*/

/* vector css */

.footer-vector { right: 0px; bottom: 0px; overflow: hidden; position: absolute; }

/* border css */

/*boader*/
.boaderbottomwhite { border-bottom: 1px solid #fff; }
.boaderbottomblack { border-bottom: 1px solid #838383; }
.boadertopblack { border-top: 1px solid #838383; }

/*boader After Before*/
.borderTop, .borderBottom, .borderLeft, .borderRight, .borderRightsap, .borderBotright { position: relative; }
.borderTop::before, .borderBottom::after, .borderRightsap::before, .borderBotright:after, .borderBotright::before, .borderLeft::before, .borderRight::after { content: ''; position: absolute; will-change: transform; background-color: #838383; }
.borderTop::before, .borderBottom::after, .borderBotright:before { left: 0px; right: 0px; height: 1px; transform-origin: left; }
.borderLeft::before, .borderRight::after, .borderBotright:after, .borderRightsap::before { top: 0px; width: 1px; height: 100%; transform-origin: top; }
.borderLeft::before { left: 0px; }
.borderRight::after, .borderRightsap::before { right: 0px; }
.borderTop::before { top: 0px; left: 0px; }
.borderBottom::after, .borderBotright:before { left: 0px; bottom: 0px; }
.borderRightsap::before, .borderBotright:after { right: 0px; }
.innovation-section .borderBottom::after { content: ''; position: absolute; will-change: transform; background-color: #FFFFFF; }

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-100 { margin-top: 100px; }

/*margin-bottom*/
.mb-0 { margin-bottom: 0px; }
.mb-05 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mb-250 { margin-bottom: 250px; }
.mb-300 { margin-bottom: 300px; }
.mt-150 { margin-top: 150px; }
.mt-200 { margin-top: 200px; }
/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-150 { padding-top: 150px; }
.pt-250 { padding-top: 250px }

/*padding-bottom*/
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-150 { padding-bottom: 150px; }
.ptb-150 { padding: 150px 0px; }
.transparent-btn { color: #323b6f; border: 1px solid #323b6f; }
.transparent-btn::after { background-image: url(../images/btn-arrow-hover-vector.svg); transition: all 0.35s ease-in-out; }
.transparent-btn:hover { color: #fff; background-color: #323b6f; border-color: #323b6f; }
.transparent-btn:hover::after { background-image: url(../images/btn-arrow-vector.svg); }
.transparent-btn, .theme-btn { gap: 8px; font-size: 16px; font-weight: 400; display: inline-flex; align-items: center; letter-spacing: 0.8px; text-transform: uppercase; line-height: 1; padding: 16px 24px; border-radius: 7px; background-color: transparent; position: relative; overflow: hidden; transition: all 0.35s ease-in-out; cursor: pointer; }
.transparent-btn::after, .theme-btn::after { content: ""; width: 11px; height: 12px; background-repeat: no-repeat; background-repeat: no-repeat; background-size: contain }
.btn-theme-submit { position: relative; display: inline-block; }
.btn-theme-submit input[type="submit"] { background-image: url(../images/btn-arrow-hover-vector.svg); background-repeat: no-repeat; background-color: transparent; letter-spacing: 0.8px; border: 1px solid #323b6f; background-position: right 16px center; color: #323b6f; display: inline-block; line-height: 1; font-size: 16px; font-weight: 400; outline: 0px; padding: 16px 35px 16px 24px; position: relative; text-transform: uppercase; border-radius: 7px; z-index: 0; }
.btn-theme-submit input[type="submit"]:hover { color: #fff; background-color: #323b6f; border-color: #323b6f; background-image: url(../images/btn-arrow-vector.svg); }
.theme-btn { color: #FFFFFF; border: 1px solid #FFFFFF; }
.theme-btn::after { background-image: url(../images/btn-arrow-vector.svg); transition: all 0.35s ease-in-out; }
.theme-btn:hover { color: #323B6F; background-color: #FFF; }
.theme-btn:hover::after { background-image: url(../images/btn-arrow-hover-vector.svg); }
.line-btn-theme { display: inline-block; position: relative; font-size: 36px; font-weight: 500; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.8px; color: #000; padding: 0 0 30px 0;              /* bottom space for underline */ border-bottom: 1px solid currentColor; transition: color .3s ease, border-color .3s ease, padding-right .35s ease; }
.line-btn-theme::after { content: ""; position: absolute; top: 30%; right: 0; transform: translateY(-50%) translateX(8px); /* start slightly right */ width: 25px; height: 25px; background: url(../images/line-btn-theme-arrow-vector.svg) no-repeat center/contain; opacity: 0; pointer-events: none; transition: transform .35s cubic-bezier(.2, .9, .3, 1), opacity .25s ease; }
.line-btn-theme:hover, .line-btn-theme:focus { color: #323B6F; border-color: #323B6F; padding-right: 40px; /* room for arrow */ }
.ln08 { line-height: 0.8 }
.mainheader { width: 100%; transition: all 0.3s ease; background-color: #fff; position: fixed; top: 0; left: 0; z-index: 999; padding: 50px 0px }
.navmenu>ul { position: relative; z-index: 3; margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.navmenu > ul > li > a { display: block; color: #555; font-size: 18px; line-height: 1; font-weight: 400; position: relative; padding: 15px 0px; }
.navmenu>ul>li { position: relative; list-style: none; margin: 0px 15px; padding: 0px 0px }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu>ul>li:hover>a, .navmenu > ul > li > ul > li:hover > a, .navmenu > ul li.current-menu-ancestor > a { color: #323B6F; }
.sub-menu-arrow { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: 0px; line-height: 0; top: 0px; }
.navmenu > ul > li  ul { display: none; }
.navmenu > ul > li > ul > li > a { font-size: 16px; }
header .logo a { display: flex; }
nav { align-items: center; }
.rightbtn { margin-left: 15px; }
.navicon { width: 18px; display: inline-block; vertical-align: middle; line-height: 1; position: relative; }
.icnline { background-color: #323B6F; width: 100%; height: 2px; line-height: 1; display: block; margin: 6px 0px; }
.navicon { width: 18px; display: inline-block; vertical-align: middle; line-height: 1; position: relative; }
.navicon::before, .navicon::after { content: ''; position: absolute; background-color: #323B6F; width: 100%; height: 2px; left: 0px; }
.navicon::before { top: 0px; }
.navicon::after { bottom: 0px; }
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #323B6F; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn::before { background-color: #323B6F; height: 100%; width: 2px; position: absolute; top: 0px; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #323B6F; }
header.mainheader.sticky { padding: 20px 0px; }
.imgzoom { overflow: hidden; }
.imgzoom img { width: 100%; transform: scale(1); transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); will-change: transform; }

/* Hover effect */
.imgzoom:hover img { transform: scale(1.08); }

/*rameshcssend*/
.materialscol { position: relative; align-items: flex-start; }
.material-left { position: sticky; top: 15%; }
.material-right { position: relative; }
.material-left h5 { padding-bottom: 50px; }
.material-center { position: sticky; top: 15%; }
.material-center { text-align: center; }
.material-right:after { position: absolute; top: 0; left: -6.3%; width: 1px; background: #838383; content: ""; height: 100%; }
.material-center img { position: relative; }
.material-center { background: #fff; z-index: 9; line-height: 1; }
.btnrow { justify-content: space-between; }
.innovation-section { width: 100%; height: 100%; color: #ffffff; overflow: hidden; position: relative; background-size: cover; padding: 150px 0px 100px 0px; background-attachment: fixed; background-repeat: no-repeat; background-position: center center; }
.innovation-section .container { z-index: 1; }
.innovation-section::after { inset: 0; content: ""; position: absolute; pointer-events: none; background: rgba(0, 0, 0, 0.50); }
.text-block { flex: 1; font-size: 36px; line-height: 1.5; font-weight: 500; text-transform: uppercase; }
.stats-grid { flex: 1; display: grid; gap: 50px 24px; max-width: 100%; text-align: left; grid-template-columns: 1fr 1fr; }
.stat-item { display: flex; flex-direction: column; }
.countertext { animation-delay: 0s; animation-duration: 1s; }
.powdertype a { position: relative; display: inline-block; transition: all 0.3s ease; }
.powdertype a::after { content: ''; position: absolute; top: 0; right: 0; width: 50px; height: 50px; background-color: #fff; background-image: url(../images/up-arrow-black-vector.svg); background-repeat: no-repeat; background-position: center; opacity: 0; visibility: hidden; transform: translate(-10px, 15px) scale(0.9); transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); pointer-events: none; }
.powdertype a:hover::after { opacity: 1; visibility: visible; transform: translate(0, 0) scale(1); }
.contact-info p { color: #8A8886; margin: 0px }
.contact-info p + p { margin-top: 5px; }
.footer-logo a { display: inline-block; }
.footermain .footerlink ul li:last-child { margin-bottom: 0px; }
.tungstencol { width: 100%; border-top: 1px solid #838383; border-bottom: 1px solid #838383; }
.tungstencol::before { top: 0px; left: calc(50% + 65px); width: 1px; content: ''; bottom: 0px; position: absolute; transform: translateX(-50%); background-color: #838383; }

/*.technical-slider { display: block;overflow: hidden; position: relative; width: 100%; }
.technical_track { display: flex; width: 100%; flex-wrap: nowrap; animation: scrollLogos 30s linear infinite }
@keyframes scrollLogos {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }
.logo-box { flex: 0 0 16.66%; text-align: center; padding: 63px 20px; border-right: 1px solid #ddd; box-sizing: border-box; }
.logo-box img { width: 100px; height: 100px; display: inline; max-width: 100%; text-align: center; align-items: center; object-fit: contain; justify-content: center; transition: opacity 0.4s ease-in-out; }
.logo-box .hover-content { top: 0; left: 0; opacity: 0; height: 100%; padding: 20px; display: flex; color: #555555; position: absolute; line-height: normal; align-items: center; background: #F5F5F5; justify-content: center; border-top: 1px solid #838383; transition: opacity 0.4s ease-in-out; }
.logo-box:hover .hover-content { opacity: 1; }*/
.technical-slider { display: block; overflow: hidden; position: relative; width: 100%; }

/* Use inline-flex and let track grow naturally */
.technical_track { display: inline-flex; flex-wrap: nowrap; animation: scrollLogos 30s linear infinite; -webkit-animation: scrollLogos 30s linear infinite; will-change: transform; transform: translateZ(0); }

/* Each logo box fixed to 16.66% width */
.logo-box { flex: 0 0 16.66%; width: 16.66%; text-align: center; padding: 60px 20px; border-right: 1px solid #ddd; box-sizing: border-box; position: relative; }
.logo-box img { width: 100px; height: 100px; display: inline-block; object-fit: contain; transition: opacity 0.4s ease-in-out; }
.logo-box .hover-content { top: 0; left: 0; opacity: 0; height: 100%; padding: 20px; display: flex; color: #555; position: absolute; line-height: normal; align-items: center; background: #F5F5F5; justify-content: center; border-top: 1px solid #838383; transition: opacity 0.4s ease-in-out; }
.logo-box:hover .hover-content { opacity: 1; }

/* Animation */
@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@-webkit-keyframes scrollLogos {
    0% { -webkit-transform: translateX(0); }
    100% { -webkit-transform: translateX(-50%); }
}
.precisely-banner-mobile { display: none; }
.precisely-banner { overflow: hidden; position: relative; height: 80vh; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.performance-items { display: flex; }
.performance-box { overflow: hidden; position: relative; text-align: center; align-items: center; padding: 60px 20px; border-right: 1px solid #838383; }
.delivering-icon { top: 0px; position: absolute; }
.delivering-box p b { color: #323B6F; font-size: 24px; font-weight: 500; line-height: 30px; text-transform: uppercase; }
.delivering-slider .slick-arrow { top: unset; bottom: 20px; left: 0px; transform: unset; }
.delivering-slider .slick-next { right: unset; left: 60px; }
.delivering-name b { text-transform: capitalize; }
.delivering-name p { text-transform: uppercase; }
.certifications-wrap { width: auto; display: flex; flex-wrap: wrap; margin: 0px -15px; }
.certifications-items { display: flex; }
.certifications-box { overflow: hidden; padding: 100px 20px; position: relative; text-align: center; align-items: center; align-content: center; border-left: 1px solid #838383; }

/*.future-section { width: 100%; height: 100vh; color: #ffffff; overflow: hidden;
 padding: 100px 0px; position: relative; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-blend-mode: multiply; background-position: center center; }
.future-section .container { height: 100%; }
.future-section .container .row { height: 100%; }*/
footer { color: #FFFFFF; padding: 150px 0px; background-color: #1E1C1B; }
.footermain { color: #FFFFFF; padding: 150px 0px; background-color: #1E1C1B; }
.footermain h4 { color: #fff; }
.footermain a { color: #8A8886; }
.footermain a:hover { color: #fff; }
.footermain .footer-btn a { color: #FFFFFF; }
.footermain .footer-btn a:hover { color: #323B6F; }
.footermain .footerlink ul li { margin-bottom: 20px; line-height: 1 }
.footermain .footerlink ul li  a { font-size: 20px; line-height: 1; font-weight: 300; }
.footaddress p { color: #8A8886; font-size: 20px; line-height: 1.4; }
.footernumber h3, .footernumber a { color: #8699A5; font-size: 36px; font-weight: 400; }
.socialicon ul { display: flex; }
.socialicon ul li { margin-right: 15px; }
.socialicon ul li:last-child { margin-right: 0px; }
.socialicon ul li a { width: 50px; height: 50px; border-radius: 100%; align-items: center; display: inline-flex; justify-content: center; border: 1px solid #8A8886; }
.socialicon ul li a:hover { border: 1px solid #fff; background-color: #fff; }
.socialicon ul li a svg { fill: #8A8886; transition: all 0.3s ease; }
.socialicon ul li a:hover svg { fill: #1E1C1B; transition: all 0.3s ease; }
.copyright { z-index: 9; font-size: 20px; font-weight: 400; color: #8A8886; line-height: 1.2; }
.lastfooterlink { margin-top: 60px; }
.blogdetailnav { display: flex; justify-content: space-between; margin-top: 100px; border-top: 1px solid #CCC; padding-top: 30px; }
.performance-slider .slick-track { margin: 0px 1px; }
.minus-right { margin-right: -209px }
.precisely-banner.minus-right:after { background: rgba(0, 0, 0, 0.10); position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ""; }
.blog-date { color: #555 }
.hm-blog-left { display: flex; flex-direction: column; justify-content: space-between; }
.industry-item-wrap .industry-item:first-child a { border-top: 1px solid #838383; }
.industry-item a { padding: 50px 0px; position: relative; display: inline-block; border-bottom: 1px solid #838383; transition: all 0.3s ease-in-out; }
.hm-blog-arrow { text-align: right; min-height: 100%; align-items: center; display: flex; justify-content: end; }
.hm-blog-left, .hm-blog-right, .hm-blog-arrow { transform: translateX(0px); transition: all 0.3s ease-in-out; }
.hero-content p { color: #fff; }
.hero-image { position: relative; margin: 0px 100px; transform-origin: center;  /* optional: smoother rendering */ will-change: margin-left, margin-right, transform; }
.hero-content { position: absolute; top: 0px; width: 100%; left: 0; }
.hero-image { height: 117vh; overflow: hidden; }
.hero-content, .hero-content .container, .hero-content, .hero-content .row, .hero-image img { height: 100%; }
.hero-image img { width: 100%; object-fit: cover; }
.hero-content-right { min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-section-top { margin-top: 150px; }
.hero-section-bottom { margin-bottom: 150px; }
.hero-image video { object-fit: cover; width: 100%; height: 100%; }
.tungsten-right { display: flex; flex-direction: column; justify-content: space-between; }
section.innovation-section .row { align-items: flex-end; }


.modal-body { padding: 70px; }
.modal-dialog { max-width: 616px; }
.modal-content { box-shadow: none; border-radius: 15px; border: none; }
.modal-content h3 { margin-bottom: 30px; }
.wpcf7-spinner { position: absolute; margin-top: 15px; }
.wpcf7 form.sent .wpcf7-response-output { line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 12px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { color: #ed1c24; position: relative; text-align: left; font-size: 14px; }
.rightbottom { right: 0px; bottom: 0px; position: absolute; }
.iconanim { display: block; text-align: center; }
.svganimaion { height: 150px; }




/*timeline*/
.timeline-section { height: 300vh; position: relative; }
.timeline-container { top: 0; position: sticky; padding: 150px 0px 150px 0px; }
.timeline-left, .timeline-right { height: 80vh; height: 80vh; }
.year-content { display: none; }
.year-content.show { display: block; }
.timeline-line { top: 0; bottom: 0; height: 100%; position: absolute; }
.timeline-line::before { top: 0; left: 0; bottom: 0; z-index: 0; width: 1px; content: ''; height: 100%; position: absolute; background-color: #838383; transform: translateX(-50%); }
.timeline-years { top: 50%; left: 35px; height: 50%; display: flex; position: absolute; flex-direction: column; align-items: flex-start; justify-content: space-between; transform: translateY(-50%); }
.timeline-years span { color: #000; font-size: 20px; font-weight: 500; position: relative; padding: 0px 0px 0px 0px; }
.timeline-years span::before { top: 50%; content: ""; left: -40px; width: 10px; height: 10px; transition: 0.3s; position: absolute; border-radius: 50%; background: #838383; transform: translateY(-50%); }
.timeline-years span.show::before { left: -55px; width: 40px; height: 40px; background: #fff; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url(../images/round-vector.svg); }
.timeline-right { display: flex; position: relative; justify-content: center; overflow: hidden; }
.timeline-left { display: flex; flex-direction: column; justify-content: space-between; }
.timeline-left-content { padding-right: 50px; }
.year-image { opacity: 0; width: 100%; height: 100%; max-width: 100%; max-height: 100%; position: absolute; transform: scale(1.2); transition: all 0.8s ease; }
.year-image.show { opacity: 1; transform: scale(1); }
.lg-block { display: none; }
/*.future-section-content { width: 100%; padding: 300px 0px }
.future-section-img, .future-section-img img { clip-path: polygon(0% 70%, 100% 80%, 100% 100%, 0% 100%); transition: clip-path 1s ease-out; will-change: clip-path, transform; transform-origin: center center; display: block; width: 100%; height: 100%; object-fit: cover; }
.future-section-img.active, .future-section-img.active img { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
.future-section-img { will-change: transform; overflow: hidden; position: relative; background-repeat: no-repeat;background-size:cover; }
.future-section-img:before { background: rgba(0, 0, 0, 0.30); mix-blend-mode: multiply; content: ""; position: absolute; inset: 0; }*/



.futuresection-content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}



.futuresection-content-inner h2 {
    font-size: 160px;
    font-weight: 600; letter-spacing: -8px;
}






.featured-projects-content {
    position: absolute;
    top: 500px;
}



.reveal-wrap {
    position: relative;
}



.reveal-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0);
    will-change: transform;
    transition: opacity .4s ease;
}
.futuresection-content-right .th5 {
    line-height: 1.2;
}

.reveal-wrap { position: relative; overflow: hidden; width: 100%; display: block; }





html.lenis, html.lenis body {height: auto;}
.lenis.lenis-smooth { scroll-behavior: auto !important;overflow-x: hidden;}
.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}
.lenis.lenis-stopped {overflow: hidden;}




.animate-heading { display: block; overflow: hidden; }
.animate-heading .line { display: block; overflow: hidden; }
.line-inner { display: inline-block; will-change: transform, opacity; transform: translate3d(0, 0, 0); }





.timelines-container {
   width: 100%;
}
.timelines-left {
    min-height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}


.timelines-section .slick-prev { left: auto; right: -70px; top: calc(50%  - 25px); }
.timelines-section  .slick-next { right: -70px; top: calc(50%  + 25px); }

.timelines-box-inner {
    position: relative; padding: 150px 0px;
}


section.timelines-section .timelines-box-inner:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #838383;
    position: absolute;
    top: 0px;
    left: calc(50% - 80px);
}



section.timelines-section  .timelines-box {
    padding: 0px 50px;
  
}

section.timelines-section  .slick-list.draggable {
    margin: 0px -50px;
}


